
@media print {
    .no-print {
        display: none;
    }
}

.no-bottom {
    margin-bottom: 0px !important;
}

.half-bottom {
    margin-bottom: 15px !important;
}

.full-bottom {
    margin-bottom: 30px !important;
}

.mo-debug-vars {
    font-size: 12px;
}

.mo-clear {
    clear: both !important;
}

.mo-hidden {
    display: none !important;
}

.mo-disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.20;
    filter: alpha(opacity=20);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed !important;
}


.mo-capitalize {
    text-transform: capitalize;
}

.mo-marbot2 {
    margin-bottom: 2px;
}

.mo-marbot4 {
    margin-bottom: 4px;
}

.mo-marbot6 {
    margin-bottom: 6px;
}

.mo-marbot8 {
    margin-bottom: 8px;
}

.mo-marbot10 {
    margin-bottom: 10px;
}

.mo-marbot12 {
    margin-bottom: 12px;
}

.mo-marbot14 {
    margin-bottom: 14px;
}

.mo-marbot16 {
    margin-bottom: 16px;
}

.mo-marbot18 {
    margin-bottom: 18px;
}

.mo-marbot20 {
    margin-bottom: 20px;
}

.mo-martop4 {
    margin-top: 4px;
}

.mo-martop5 {
    margin-top: 5px;
}

.mo-martop8 {
    margin-top: 8px;
}

.mo-martop10 {
    margin-top: 10px;
}

.mo-martop15 {
    margin-top: 15px;
}

.mo-martop30 {
    margin-top: 30px;
}

.mo-padtop15 {
    padding-top: 15px;
}

.mo-padbot4 {
    padding-bottom: 4px;
}

.mo-padbot10 {
    padding-bottom: 10px;
}


.fs8 {
    font-size: 8px !important;
}

.fs9 {
    font-size: 9px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs21 {
    font-size: 21px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs23 {
    font-size: 23px !important;
}

.fs24 {
    font-size: 24px !important;
}
.fs30 {
    font-size: 30px !important;
}

.responsive-image {
    width: 100%;
}

.pull-right {
    float: right !important;
}

.pull-center {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.pull-left {
    float: left !important;
}


.mo-color-failed {
    color: #FF4E4E
}

.mo-color-danger {
    color: #E04B59
}

.mo-color-success {
    color: #008000
}

.mo-color-warning {
    color: #DBA631
}

.mo-color-info {
    color: #2980b9
}

.mo-color-grey {
    color: #808080
}
.mo-color-blue {
    color: #17A2B8
}
.mo-color-black {
    color: #000000
}
.mo-color-red {
    color: #FF0000
}
.mo-color-green {
    color: #008000
}
.mo-color-yellow {
    color: #FFc107
}
.mo-color-orange {
    color: #FF5107
}
.mo-thead-grey {
    color: #FFFFFF;
    background-color: #6C757D;
}
.mo-thead-red {
    color: #FFFFFF;
    background-color: #FF4E4E;
}
.mo-permission-item {
    font-size: 12pt;
    font-weight: 500!important;
}

sup, .sup {
    color: #ff0000;
}

@media(max-width:600px) { /*phones*/
    .tablet-only-item {
        display: none !important;
    }
}

@media(max-width:1152px) { /*large screens*/
    .large-screen-only-item {
        display: none !important;
    }
}

@media(min-width:600px) { /*tablets*/
    .phone-only-item {
        display: none !important;
    }
}



.mo-msgbox {
    padding: 3px;
}

    .mo-msgbox div {
        display: table-row;
    }

    .mo-msgbox .icon-info, .mo-msgbox .icon-info i {
        font-size: 20px;
        display: table-cell;
        vertical-align: top;
    }

    .mo-msgbox .info-text {
        line-height: 14px;
        font-size: 12px;
        padding-top: 4px;
        padding-left: 5px;
        width: 100%;
        display: table-cell;
        vertical-align: top;
    }

.mo-msgbox-info {
    background-color: #F9F9E6;
    border: 1px solid #EAEAA9;
    color: #666666;
}

    .mo-msgbox-info .icon-info {
        color: #C8C830;
    }

.mo-msgbox-fail {
    background-color: #FFCFCF;
    border: 1px solid #FFB5B5;
    color: #666666;
}

    .mo-msgbox-fail .icon-info {
        color: #FF4E4E;
    }

.mo-msgbox-success {
    background-color: #C7F5C7;
    border: 1px solid #AAF0AA;
    color: #666666;
}

    .mo-msgbox-success .icon-info {
        color: #43DC43;
    }

.mo-msgbox-loading {
    background-color: #F9F9E6;
    border: 1px solid #EAEAA9;
    color: #666666;
}

    .mo-msgbox-loading .icon-info {
        color: #C8C830;
    }


.mo-coloured-input-yellow {
    background-color: #FFC107;
    color: #000000;
}
.mo-coloured-input-darkblue {
    background-color: #1A5794;
    color: #ffffff;
}
.mo-coloured-input-green {
    background-color: #23923C;
    color: #000000;
}
.mo-coloured-input-green {
    background-color: #31981B;
    color: #ffffff;
}
.mo-form-section-header {
    background-color: #686868;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.callout a.docdelmini, a.docdelmini, a.docdelminipayment {
    border: solid 1px #D90000;
    color: #D90000;
    font-size: 10px;
}
a.docdelmini, a.docdelmini2, a.docdelminipayment {
    border: solid 1px #D90000;
    color: #D90000;
    font-size: 10px;
}

/*printContainer*/
#printContainer table {
    border-spacing: 0px;
    font-weight: normal;
    font-size: 12px;
}
#printContainer td {
    padding-left: 5px;
    padding-right: 5px;
}
#printContainer td.box_grey {
    background: #efefef;
}
#printContainer td.border_T {
    border-top: 1px solid #ddd;
}
#printContainer td.border_R {
    border-right: 1px solid #ddd;
}
#printContainer td.border_B {
    border-bottom: 1px solid #ddd;
}
#printContainer td.border_L {
    border-left: 1px solid #ddd;
}


/*Customise AdminLTE*/
.callout.callout-grey {
border-left-color: #686868;
}
.btn:disabled {
    opacity: 0.3;
}

.callout a.callout_link {
    color: #007bff; text-decoration:none;
}

.note-editor .note-editing-area p {
    margin: 0;
    line-height: 1.5;
}

.mo-note-editor-view p {
    margin: 0;
    line-height: 1.6;
}

#ui-datepicker-div {
    z-index: 4 !important; /* bug fix */
}

select.remove_arrow {
    -moz-appearance: none; /* for Firefox */
    -webkit-appearance: none; /* for Chrome */
}

textarea {
    width: 100%;
    border-color: #CED4DA;
}
    textarea:focus {
        border-color: #80BDFF;
        outline: none !important;
    }

.cursor_pointer {
    cursor: pointer;
}

.card-header-sm {
    padding: .3rem .7rem .1rem .4rem;
}
.card-body-sm {
    padding: .3rem;
}
.card-grey {
    background-color: #6C757D;
    color: #FFFFFF;
}


/*Customize XCRUD */
.xcrud-th th:nth-child(1) { /*hides first checkbox column*/
    display: none;
}
.xcrud-list td:nth-child(1) { /*hides first checkbox column*/
    display: none;
}

.mo-cursor-hand{
    cursor:pointer;
}


div.xcrud-list-container > table > tbody > tr > td {
    padding: .4rem;
}

    div.xcrud-list-container > table > tbody > tr > td.xcrud-current.xcrud-actions > span {
        vertical-align: text-top;
    }

.pagination {
    float: left;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.pagination > li {
    display: inline;
}

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 7px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
    }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-left-radius: 1px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-bottom-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #485e8c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #000000;
        background-color: #A1A1A1;
        border-color: #A1A1A1;
        cursor: default;
    }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.xcrud-search-toggle {
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
}
.xcrud-limit-buttons {
    float: right;
    padding: 0px!important;
    margin-bottom:10px!important;
}

.xcrud-search-active {
    margin-left:5px !important;
}

    .xcrud-search-active > .active {
        background-color: #A1A1A1;
        border-color: #A1A1A1;
    }

.xcrud-nav .xcrud-limit-buttons .active {
    background-color: #A1A1A1;
    border-color: #A1A1A1;
}


.xcrud-nav {
    padding: 0px !important;
}

    /*Disable "All" button in LimitList - Large lists loading server when All selected. */
    div .xcrud-ajax > div.xcrud-nav > div > button:nth-child(4) {
    background-color: red !important;
    display: none;
}

.btn-warning-force {
    color: #ffffff;
    background-color: #fbb450;
    border-color: #faa937;
}

    .btn-warning-force:hover {
        color: #ffffff;
        background-color: #FCBF69;
        border-color: #fbb450;
    }




.btn-success-force {
    color: #ffffff;
    background-color: #62c462;
    border-color: #4fbd4f;
    font-weight:normal!important;
}

    .btn-success-force:hover {
        color: #ffffff;
        background-color: #75CB75;
        border-color: #62c462;
        font-weight: normal !important;
    }



.btn-danger-force {
    border-radius: 5px;
    color: #ffffff;
    background-color: #ee5f5b;
    border-color: #ec4844;
}

    .btn-danger-force:hover {
        color: #ffffff;
        background-color: #F07672;
        border-color: #ee5f5b;
    }


.btn-info-force {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info-force:hover {
        color: #ffffff;
        background-color: #70C8E2;
        border-color: #5bc0de;
    }


.developer-only-item {
    background-color: #C086F7;
    color: #000000;
}
    .developer-only-item:disabled {
        background-color: #CCB3E4;
        color: #000000;
        cursor: not-allowed;
    }

/*.fa, .fas { font-weight:normal; }*/

a.docdelLink {
    color: #007bff;
}
    a.docdelLink:visited {
        color: #007bff;
    }
    a.docdelLink:hover {
        color: #FF0000;
    }
    a.docdelLink:active {
        color: #007bff;
    }

