/*lex shared css*/

.chart-of-accounts-logo {
    float: right;
    margin-top: -8px;
    margin-bottom: -20px;
    height: 40px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.lexauthcontainer {
    /*background-color: #eeeeee;*/
    padding: 30px;
    margin-top: -30px;
    padding-top: 0px;
    /*min-height: 800px;*/
}

.background-transparent {
    background-color: transparent;
}

#bannerContent {
    /* background-color: #F0F0F0; */
    /* background-color: #4e87ac; */
    /*background-image: url("../img/background1.jpg");*/
    /*background-size: cover !important;*/
    /*color: black;*/
    /* padding-top: 10px; */
    /* min-height: 160px; */
    height: 150px;
    margin-top: -20px;
}

#logoBanner {
    background-color: #4e87ac; 
    background-image: url("../img/background1.jpg");
    background-size: cover !important;
    color: black;
    padding-top: 10px; 
    min-height: 160px;
    height: 150px;
    margin-top: -20px;
}

.register-banner {
    margin-right: -30px;
    margin-left: -30px;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.logodiv {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border: none;
    background-size: cover;
    background-color: transparent;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}

.search-button {
    position: unset;
    display: inline-block;
    color: #2e6da4;
    background-color: white;
    height: 34px;
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 0px 4px 4px 0px;
    width: 48px;

    border-left: none;
    margin-left: -8px;
    vertical-align: top;
    margin-top: 0px;
}

.search-div {
    padding-top: 8px;
    width: 100%;
}

.search-field {
    width: 320px;
    display: inline-block;
    border-radius: 4px 0px 0px 4px;
    vertical-align: top;
}

@media (max-width: 1400px) {
    .search-field {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .search-field {
       display: none;
    }

    .search-button {
        display: none;
    }
}

.search-title {
    text-align: center;
    color: white;
}

.numberCircle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    /* border: 2px solid; */
    border: none;
    font-size: 24px;
    color: white;
    background-color: #4e87ac;
    margin: 8px;
  }
  
.numberCircle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

.icon {
    padding: 0px;
    height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 4px;
    /*margin-right: 20px;*/
}

@media (min-width: 440px) {

    .logodiv {
        border: #9bcbe1 solid 2px;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 1%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .login-logodiv {
        border: #0082f0 solid 2px;
    }

}

.hiddenMenuControl {
    display: inline-block !important;
}

.hiddenMenuControl2 {
    display: block !important;
}

.matterLedgerHome {
    display: none;

}

.primarynavlink {
    display: inline-block !important;
}

.primarynavlink button {
    width: 100%;
    height: 100px;
    text-decoration: none;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding-left: 18px;
    padding-right: 18px;
    color: #000000;
    display: block;
}

.primarynavlink button[disabled] {
    background-color: #e2e9ee;
    color: #666;
    cursor: not-allowed;
}

.primarynavlink .text {
    padding-left: 76px;
    text-align: left;
}

.primarynavlink {
    display: inline-block !important;
}

.primarynavlinkMobile button {
    width: 100%;
    height: 100px;
    text-decoration: none;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding-left: 18px;
    padding-right: 18px;
    color: #000000;
    display: block;
}

.primarynavlinkMobile button[disabled] {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.primarynavlinkMobile .text {
    padding-left: 76px;
    text-align: left;
}


@media (max-width: 440px) , (max-width: 750px) and (max-height: 400px) {

    .hiddenMenuControl {
        display: none !important;
    }

    .hiddenMenuControl2 {
        display: none !important;
    }

    .matterLedgerHome {
        display: block;
    }

    .primarynavlink {
        display: none !important;
    }

    .ledger-only-partial {
        display: none !important;
    }
}

.hide-banner {
    display: block
}

@media (max-width: 750px) and (max-height: 400px) {
    .hide-banner {
        display: none
    }
}

.landing-page-image {
    margin-left: 20%;
    width: 60%;
    margin-right: 20%;
}

@media (min-width: 768px) {

    .logodiv {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 1%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .landing-page-image {
        margin-left: 20%;
        width: 80%;
        padding-top: 40px
    }
}

@media (min-width: 1200px) {
    .logodiv {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 1%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.logo-display {
    height: 80px !important;
    margin: 10px 5px 0 0;
}

.lexbanner h1 {
    font-size: 350%;
    padding: 0px;
    margin: 0px;
}

.primarynavlink {
    width: 100%;
    min-width: 250px;
    height: 100px;
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
}


.primarynavlink a {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding-left: 18px;
    padding-right: 18px;
    color: #000000;
    display: block;
}

.primarynavlink a :hover {
    background-color: #dddddd;
}

.primarynavlink :hover {
    background-color: #dddddd;
}

.primarynavlink h3 {
    color: #4c4194;
}

.primarynavlinkoffice h3 {
    color: #4c4194;
}

.primarynavlinkoffice a {
    background-color: rgba(78, 135, 172, 0.15);
    border: 1px solid #dddddd;

}

.primarynavlinkEchit {
    width: 100%;
    min-width: 250px;
    height: 140px;
    border-radius: 6px;
    color: white;
    margin-bottom: 30px;
}

.echit {
    width: 100%;
    min-height: 140px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #4e87ac;
    background-color: white;
    padding-left: 18px;
    padding-right: 18px;
    color: #000000;
    display: block;
}

.container-primarynav {
    margin-left: 0%;
    margin-right: 0%
}

@media (min-width: 1200px) {
    .container-primarynav {
        margin-left: 6%;
        margin-right: 6%
    }
}

.primarynav-header {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px #dddddd solid
}

.page-headerbar {
    background-color: #e8e8e8;
    margin-bottom: 24px;
    margin-top: -20px;
    border-bottom: #eeeeee solid 1px;
}

.page-headerbar-yellow {
    background-color: rgba(251, 164, 0, 0.22);
    margin-bottom: 24px;
    margin-top: -20px;
    border-bottom: #eeeeee solid 1px;
}

.page-sub-headerbar {
    margin-top: -25px;
    margin-bottom: 15px;
    background-color: rgba(255, 210, 12, 0.18);
}

.page-headertitle {
    margin-top: -6px;
    color: #000066;
}

.page-subheadertitle {
    margin-top: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #1b14a6;
}

.page-headerSubTitle {
    font-size: 20px;
    color: #888888;
}

.menu-item {
    margin-right: 16px;
    color: #4e87ac;
}

.disabled{
    text-decoration: none;
    cursor: not-allowed;
}

.menu-blank-item {
    margin-right: 30px;
}

.menu-green {
    color: #008000 !important;
}

.menu-red {
    color: #a60000 !important;
}

.table-border {
    border: 1px solid #e7e7e7
}

.border1 {
    border: 1px solid #aaaaaa !important;
}

.tab-panel-margin-top {
    margin-top: 40px;
}

.tab-panel-margin-top2 {
    margin-top: 20px;
}

.outlay-total-center-align {
    text-align: center;
    color: #1b14a6;
}

.outlay-total-right-align {
    text-align: right;
    color: #4e87ac;
}

.outlay-text-right-align {
    text-align: right;
    display: none;
    color: #333333;
}

.supplier-text-right-align {
    text-align: right;
    color: #4e87ac;
}

.supplier-text-right-align h4 {
    font-size: 24px;
}

.invoice-total-right-align {
    text-align: right;
    color: #4e87ac;
}

@media (min-width: 992px) {
    .outlay-text-right-align {
        display: inline;
    }
}

.date-half-width {
    width: 100px
}

.date-width {
    width: 160px
}

.amount-width {
    width: 200px
}

.half-width {
    width: 50%
}

.three-quarter-width {
    width: 75%
}

.half-width-plus {
    width: 60%
}

.border-grey {
    border: 1px solid #aaaaaa
}

.btn-negativeOffset10 {
    margin-top: -10px
}

.alert-warning {
    margin-bottom: 16px;
    padding: 10px;
}

.btn-deleteline {
    margin-left: 12px;
    border: 1px #777777 solid
}

.btn-report {
    margin-left: 12px;
    border: 1px #777777 solid;
}

.btn-alert-lex {
    margin-top: 10px;
    margin-right: 6px;
}

.btn-align-right {
    /*margin-bottom: 10px;*/
    float: right;
}

@media (min-width: 992px) {
    .btn-align-right {
        float: right;
        margin-bottom: 0px;
    }
}

.spn-edit {
    height: 20px;
}

.spn-edit2 {
    height: 20px;
}

.padding30 {
    padding: 30px;
}

.transfer-account {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-bottom: 10px;;
    padding-right: 10px
}

.lease-status-due-today {
    text-align: center;
    font-weight: bold;
    background-color: rgb(255, 246, 200);
}

.lease-status-due-soon {
    text-align: center;
    font-weight: bold;
    background-color: rgb(189, 255, 194);
}

.lease-status-late {
    text-align: center;
    font-weight: bold;
    background-color: rgba(255, 216, 218, 0.98);
}

.lease-status-ok {
    text-align: center;
    font-weight: bold;
    background-color: rgb(189, 255, 194);
}

hr {
    color: #eeeeee;
    background-color: #eeeeee;
    height: 1px;
}

.form-control {
    background-color: #ffffff
}

.form-editor-control {
    background-color: #ffffff
}

select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}

select[disabled]::-ms-expand {
    background: #eee;
}

label {
    font-weight: bold
}

textarea {
    resize: vertical;
}

.panel-top {
    margin-top: 26px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;
}

.hiddenControl {
    display: none;
}

.item-labelled {
    margin-top: -8px;
    margin-bottom: 16px;
}

.item-is-label {
    font-weight: bold;
    color: rgba(130, 130, 130, 0.70);
}

.panel-height {
    min-height: 260px;
}

.panel-default {
    color: #333;
    background-color: #fbfbfb;
    border-color: #aaaaaa
}

.footer-spacer {
    height: 20px
}

.footer-spacer-large {
    height: 140px
}

.noOffset {
    margin-top: 0px
}

.offset5 {
    margin-top: 5px
}

.offset10 {
    margin-top: 10px
}

.offset20 {
    margin-top: 20px
}

.offset25 {
    margin-top: 25px
}

.report-background {
    background: #f8f8f8;
}

.report-page {
    border: 2px solid #eeeeee;
    width: 21cm;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    min-height: 29.7cm;
    background: #ffffff;
    box-shadow: 5px 8px 8px #f0f0f0;

}

.report-page-landscape {
    border: 2px solid #eeeeee;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    min-height: 21cm;
    background: #ffffff;
}

.report-footer {
    height: 20px
}

.green-cell {
    background: rgba(74, 206, 0, 0.25) !important;
}

.blue-cell {
    background: rgba(36, 156, 231, 0.25) !important;
}

.yellow-cell {
    background: rgba(255, 0, 12, 0.08) !important;
}

.is-paid {
    background: rgba(74, 206, 0, 0.25) !important;
}

.is-not-paid {
    background: rgba(255, 0, 12, 0.08) !important;
}

.is-partially-paid {
    background: rgba(74, 206, 0, 0.11) !important;
}

.is-credit-note {
    background: rgba(255, 182, 0, 0.30) !important;
}

.is-amber {
    background: rgba(255, 182, 0, 0.30) !important;
}

.klyant-blue {
    color: #4e87ac;
}

.small-message-font {
    font-size: 12px;
}

.align-right-blue {
    margin-right: 10px;
    text-align: right;
    padding-right: 20px !important;
    color: #4e87ac;
    font-weight: bold
}

.fade-text {
    color: #aaaaaa;
}

.info-fade-text {
    color: #757575;
}

.align-right {
    text-align: right;
    padding-right: 20px !important;
}

.align-center {
    text-align: center;
}

/*Override Datatables CSS for Bootstrap styling*/

.dataTables_filter {
    margin-top: 6px
}

.dataTables_length {
    margin-top: 5px
}

.dataTables_length select {
    border: 1px solid #ccccff;
    border-radius: 3px;
    height: 30px
}

.dataTables_wrapper .dataTables_filter input, .filter-input {
    border: 1px solid #ccccff;
    border-radius: 3px;
    padding-left: 3px;
    height: 30px;
    margin-left: 0.5em;
}

.dataTables_scrollBody {
    overflow-x: hidden !important;
    border-left: none;
    border-right: none;
    width: calc(100% -12px);
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dddddd;
}
#datatable_loading > div {
    opacity: 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #dddddd;
}

.display {
    border: 1px solid #dddddd;
}

.paginate_button {
    border-radius: 3px;
}

.portfolio_label {
    color: #4e87ac;
}

.portfolio_text {
    color: #4e87ac;
    font-weight: bold;
}

.well_Text {
    text-align: center;
    color: #4e87ac;
    font-size: 14px;
}

/*Override Select 2 styling to match bootstrap*/
.select2-container .select2-selection--single {
    padding-top: 2px;
    border: 1px solid #cccccc;
    height: 34px;
}

.credit-note-summary {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

.more-info {
    background-color: #4e87ac;
    color: white;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    font-size: 12px;
}

.more-button {
    background-color: #4e87ac;
    color: white;
    border-radius: 16px;
}

.echit-pending-button {
    background-color: #d19d07;
    color: white;
    border-radius: 16px;
    width:80px;
}

.echit-processed-button {
    background-color: #05d16f;
    color: white;
    border-radius: 16px;
    width:80px;
}

.echit-declined-button {
    background-color: #e83a00;
    color: white;
    border-radius: 16px;
    width:80px;
}

.echit-invoice-button {
    background-color: #04c0bf;
    color: white;
    border-radius: 16px;
    width:70px;
}

.echit-outlay-button {
    background-color: #af029c;
    color: white;
    border-radius: 16px;
    width:70px;
}

.echit-payment-button {
    background-color: #4e87ac;
    color: white;
    border-radius: 16px;
    width:70px;
}

.echit-transfer-button {
    background-color: #aca903;
    color: white;
    border-radius: 16px;
    width:70px;
}

.more-button-sup {
    background-color: #a1028b;
}

.more-button-odp {
    background-color: #ac8400;
}

.more-button-cop {
    background-color: rgba(89, 89, 178, 1);
}

.more-button-nonsup {
    background-color: #5a5a5a;
}

.rentPayment {
    color:#337ab7;
}

.rentPayment:hover {
    color : red;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.btn-outputPDF {
    background-color:darkred;
}

.btn-outputXLS {
    color: white;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-output {
    width : 90px;
    color: white;
    font-weight: bold ;
}

.btn-output:hover,
.btn-output:focus,
.btn-output.focus,
.open > .dropdown-toggle.btn-output {
    color: white;
}