﻿
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 9999; /* on top of everything */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Simple spinner */
.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #009688;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    font-family: 'Roboto';
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    color: #266911 !important;
    background-image: url(../images/3700443.jpg);
    background-repeat: no-repeat;
}

.container, .login-container {
    background: rgb(242,251, 241);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.37);
    padding: 20px;
    margin-top: 20px;
}

.clsKotuBaba {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    z-index: 1;
}

.clsKotuSel0 {
    background: transparent;
}

/*None*/
.clsKotuSel0 {
    background: transparent;
}

/*Swelling*/
.clsKotuSel1 {
    background: #e57373;
}

/*Tenderness*/
.clsKotuSel2 {
    background: #64b5f6;
}

/*Swelling & Tenderness*/
.clsKotuSel3 {
    background: linear-gradient(110deg, #e57373 50%, #64b5f6 50%);
}


.clsKotuBabaSize25 {
    width: 25px;
    height: 25px;
}

.clsKotuBabaSize26 {
    width: 26px;
    height: 26px;
}

.clsKotuBabaSize30 {
    width: 30px;
    height: 30px;
}

.clsKotuBabaSize39 {
    width: 39px;
    height: 39px;
}

.clsKotuBabaSize44 {
    width: 44px;
    height: 44px;
}

.clsKotuBabaSize36 {
    width: 36px;
    height: 36px;
}

.clsKotuBabaSize24 {
    width: 24px;
    height: 24px;
}

.clsKotuBabaSize21 {
    width: 21px;
    height: 21px;
}

.clsKotuBabaSize23 {
    width: 23px;
    height: 23px;
}


.clsKotuBabaSize48 {
    width: 48px;
    height: 48px;
}

.clsKotuBabaSize22 {
    width: 22px;
    height: 22px;
}

.clsKotuBabaSize38 {
    width: 38px;
    height: 38px;
}


.clsKotuBabaSize37 {
    width: 37px;
    height: 37px;
}


/*.clsMargTpBt0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}*/
/*#dConcentFormBody p {
    margin: 5px;
}*/
#modReferralLetters_New {
    width: 80% !important;
    height: 75% !important;
}

@media print {
    body {
        transform: scale(1);
    }

    table {
        page-break-inside: avoid;
    }

    #printableTable {
        display: block;
    }
}

.clsLeftMenuLinks {
    color: #4597c9 !important;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px black;
}

.clsNxPrMed:hover {
    background-color: #66BB6A !important;
    color: white;
}

.BTChip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #ff6a00;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: default;
}

.ATChip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e8957c;
    margin-bottom: 5px;
    margin-right: 5px;
}

#loaderMain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
}

.select2Validate {
    color: #F44336;
    margin-top: 8px;
    position: absolute;
    display: none;
    font-size: 12px;
}

::-webkit-scrollbar {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #e1d9d9;
}

::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background: rgba(63, 169, 245,0.5);*/
    /*background: rgb(0,0,0);*/
    background: #000000;
}

::-webkit-scrollbar:window-inactive {
    /*visibility: hidden;*/
    border-radius: 3px;
    width: 6px;
    background: #e1d9d9;
}



.material-icons {
    opacity: .7;
}

.click {
    cursor: pointer;
}

hr {
    border-top: 1px solid floralwhite;
}


.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.clsEx_Td01 {
    width: 200px
}

.clsEx_Td02 {
    width: 200px
}

#tblInvestigations tr {
    width: 100%;
}

.clsExamBlankRow td {
    border-top: 3px solid #a6c0ce7a !important;
    border-bottom: 1px solid transparent !important;
}

.clsExamBlankRow {
    border-top: 3px solid #a6c0ce7a !important;
    border-bottom: 1px solid transparent !important;
}


.clsOnHoverColrCh:hover {
    background-color: #edf4f8a8;
}

.card {
    border-radius: 5px !important
}

    .card .card-action {
        border-radius: 5px !important
    }

/*.btn, .btn-large, .btn-small {
    border-radius: 5px !important
}*/

.clsReadyToShow {
    position: fixed;
    width: 60px;
    height: auto;
    right: 1rem;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    text-align: center;
}

#refLetterFooterLeft {
    position: relative;
    top: 13px;
}

    #refLetterFooterLeft span {
        margin-right: 20px;
        color: #66BB6A;
        cursor: pointer;
    }

.clsRefLetterBody {
    font-family: roboto;
    font-size: 15px;
    margin-bottom: 30px;
    border: none;
    outline: lightgray solid 1px;
    display: block;
    overflow: hidden scroll;
    height: 436px;
    padding: 15px !important;
}


#dRefLetterCusSpecialityLetterKey {
    overflow: hidden scroll;
}

.tabs .tab {
    text-transform: none !important;
}

.clsAddToRefLetterTempl {
    color: #5ab1f6;
    cursor: pointer;
    opacity: .7;
}

    .clsAddToRefLetterTempl:hover {
        opacity: 1;
        transition: .3s ease-out;
    }


.note-editable {
    height: 100%;
    /*width: 90vw;*/
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    width: 355px;
}

#dRefLetterBody p, .note-editable p {
    padding: 0 !important;
    margin: 0 !important;
}

#modAddNewDrgToDB {
    width: 80% !important
}

.clsNoOfChAndLastChldAge {
    display: none;
}

#dRtNonRtPresPrint {
    display: none;
}


.dropdown-content li > a, .dropdown-content li > span {
    line-height: 22px;
    padding: 4px 8px !important
}

.dropdown-content li {
    min-height: 24px !important
}

.dropdown-content {
    max-height: 350px !important;
}


#l_Per_Reason {
    font-weight: bold !important;
    color: #66BB6A !important;
    font-size: 1.2rem !important;
}

.clsPregRelated {
    display: none;
}

#RiskAssesmentHover {
    display: none;
    position: fixed;
    top: 15%;
    background: white;
    padding: 20px;
    width: 50%;
    border: 1px solid #a6c0ce;
    z-index: 999;
    right: 10px;
    border-radius: 5px;
    webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

#RiskAssesment {
    position: fixed;
    width: 50px;
    height: 50px;
    border-style: solid;
    z-index: 99999;
    margin-top: 10px;
    right: 9px;
    background: red;
    border: none;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

#RiskAssesmentHover label {
    font-size: 1rem !important;
    color: red !important;
}

#iMailLogo {
    width: 75%; /* Apply width: 50% for devices 768px and larger */
}

@media screen and (max-width: 600px) { /* Adjust breakpoint */
    #iMailLogo {
        width: 100%;
    }
}

.cardMenuOps {
    cursor: pointer;
    background: #5b9b6d !important;
    border-radius: 15px;
    opacity: .8
}


    .cardMenuOps:hover {
        opacity: 1;
    }




input:-webkit-autofill {
    box-shadow: 0 0 0 100px #cde6bb inset !important; /* Set background color */
    -webkit-box-shadow: 0 0 0 100px #cde6bb inset !important; /* For WebKit browsers */
    -webkit-text-fill-color: #0d2c03 !important; /* Set text color */
}

#logoff {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 3rem;
    color: red;
    cursor: pointer;
    z-index: 2;
}

.progress {
    position: absolute;
    top: 0;
    margin: 0;
    height: 5px;
    display: none;
}

td, th {
    padding: 5px 5px;
}

.hourglass {
    cursor: pointer;
}

#modGuests {
    width: 90% !important
}

.modal .modal-footer {
    padding: 4px 35px;
    height: 80px;
}

/*.input-field > label {
    color: #0e5407 !important;
}
*/
.select2-container--default .select2-selection--multiple {
    background-color: transparent;
}


.clsCusChip {
    /*background-color: #66BB6A;
    padding: 7px;
    border-radius: 5px;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;*/
    background-color: #66BB6A;
    padding: 7px;
    border-radius: 5px;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    white-space: normal;
    border: 1px solid green;
}

.clsCusChip_Cls {
    cursor: pointer;
    position: relative;
    top: 2px;
    font-size: 1rem;
}

.btn {
    min-width: 150px;
    font-size: 1.2rem !important
}

.helper-text {
    font-size: 1.2rem !important
}

.fixed-header {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; /* same column widths everywhere */
}

    .fixed-header thead {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .fixed-header tbody {
        display: block;
        max-height: 400px;
        overflow-y: auto;
        width: 100%;
    }

        .fixed-header tbody tr {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

    .fixed-header th,
    .fixed-header td {
        padding: 8px 10px;
        word-break: break-word;
    }

.tabs .tab a {
    font-size: 1.2rem !important;
}


.input-field label {
    font-size: 1.2rem
}



.teal {
    background-color: #5a955c !important;
}

.teal-text {
    color: #5a955c !important;
}

.teal.lighten-5 {
    background-color: #edf5eb !important;
}

.teal-text.text-lighten-5 {
    color: #edf5eb !important;
}

.teal.lighten-4 {
    background-color: #cde2c2 !important;
}

.teal-text.text-lighten-4 {
    color: #cde2c2 !important;
}

.teal.lighten-3 {
    background-color: #a8cd9c !important;
}

.teal-text.text-lighten-3 {
    color: #a8cd9c !important;
}

.teal.lighten-2 {
    background-color: #85b77a !important;
}

.teal-text.text-lighten-2 {
    color: #85b77a !important;
}

.teal.lighten-1 {
    background-color: #6ca564 !important;
}

.teal-text.text-lighten-1 {
    color: #6ca564 !important;
}

.teal.darken-1 {
    background-color: #4e844f !important;
}

.teal-text.text-darken-1 {
    color: #4e844f !important;
}

.teal.darken-2 {
    background-color: #40703f !important;
}

.teal-text.text-darken-2 {
    color: #40703f !important;
}

.teal.darken-3 {
    background-color: #335d32 !important;
}

.teal-text.text-darken-3 {
    color: #335d32 !important;
}

.teal.darken-4 {
    background-color: #203d21 !important;
}

.teal-text.text-darken-4 {
    color: #203d21 !important;
}

.teal.accent-1 {
    background-color: #b6e6a7 !important;
}

.teal-text.text-accent-1 {
    color: #b6e6a7 !important;
}

.teal.accent-2 {
    background-color: #87de6b !important;
}

.teal-text.text-accent-2 {
    color: #87de6b !important;
}

.teal.accent-3 {
    background-color: #50d43f !important;
}

.teal-text.text-accent-3 {
    color: #50d43f !important;
}

.teal.accent-4 {
    background-color: #3abb2c !important;
}

.teal-text.text-accent-4 {
    color: #3abb2c !important;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.active-btn {
    background-color: #00695c !important; /* darker teal */
}

#mdlAdvances {
    width: 400px;
}
