﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: auto !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*
    Ajax loading icon
    Refering:https://loading.io/css/
*/
.lds-ring {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        margin: 3px;
        border: 3px solid yellow;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: yellow transparent transparent transparent;
    }
        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*End jax Icon CSS*/
/*Site Load css*/
div#site-content-loading {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    background-color: white;
    z-index: 99999;
}
.site-loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: absolute;
    left: 335px;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #161515;
    font-size: 14px;
    bottom: 45px;
}

div#site-content-loading .rca-img-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-top: auto;
    top: 20%;
    left: 0px;
    right: 0px;
}

/**End**/

/*Excel Like Filter*/
/**Limited the css changes to worked load only*/
div#workLoadViewer table.dataTable th,
div#PatientList table.dataTable th {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: relative;
}

divtableQuickSearch_wrapper table.dataTable td,
div#PatientList table.dataTable td {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

div#QuickSearch .filterIcon,
div#PatientList .filterIcon {
    height: 14px;
    width: 14px;
    position: absolute;
    right: 18px;
    top: 4px;
}

div#QuickSearch table#tableQuickSearch th img.filterIcon,
div#PatientList table#tablePatientList th img.filterIcon {
    display: none;
}

.modalFilter {
    display: none;
    height: auto;
    font-size: 11px;
    width: 275px;
    background: #FFF;
    border: solid 1px #ccc;
    padding: 8px;
    position: absolute;
    z-index: 100001;
}

    .modalFilter .modal-content {
        max-height: 275px;
        overflow-y: auto;
        overflow-x: auto;
    }

    .modalFilter .modal-footer {
        background: #FFF;
        height: 18px;
        padding-top: 2px;
        margin-bottom: 5px;
    }

    .modalFilter .btn {
        padding: 0 1em;
        font-size: 11px;
        text-transform: none;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }
    .modalFilter .btnSort {
        padding-left: 2px;
        font-size: 11px;
        text-transform: none;
        color: #000;
        background-color: #f8f8ff;
        border-color: #0d6efd;
        text-align: left;
    }
.filterTextPadding {
    padding-left: 5px;
    padding-top: -2px;
    display:unset;
}
.modal-content a:hover {
    color: #FFA500 !important;
    font-weight: bold;
}
div.modalFilter div.modal-content div {
    display: flex;
    align-items: baseline;
}
/**END*/
