body{
    margin: 0;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .8125rem;
    font-weight: 400;
    line-height:1.5385;
    color: #333;
    text-align: left;
    background-color: #eeeded;
}

.fixed-top{
    height: 4rem;
}
.navbar-brand img {
    height: 3.4rem;
    display: block;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1.25rem;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-top {
    padding-top: 4rem;
}
.sidebar:not(.sidebar-component) .sidebar-content {
    position: fixed;
    top: 4rem;
    bottom: 0;
    width: inherit;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: left ease-in-out .15s,right ease-in-out .15s;
}
.nav-sidebar .nav-item{
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.icon-list{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-paragraph-justify3{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.form-control {
    display: block;
    width: 100%;
    padding: 0.4rem 0.5rem;
    font-size: .8125rem;
    line-height: 1;
    color: #333;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #CCC !important;
    border-radius: 2px;
    box-shadow: 17px 16px 8px 15px transparent;
    background-clip: border-box;
    border-top-color: #CCC !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: left;

}
.form-control:disabled {
    border-bottom-style: double !important;
    color: #000;
}
.form-group-feedback-left .form-control {
    padding-left: 2rem;
}

/*.bg-primary {*/
/*    background-color: #673ab7 !important;*/
/*}*/

.table-xs td, .table-xs th {

    font-size: 14px !important;
}
.bg-primary {
    background-color: #175aa9 !important;
}
.bg-green-600{
    background-color: #69d76f !important;
}
.bg-blue-600{
    background-color: #397ccd !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #673ab7;
}
.form-group {
    margin-bottom: .25rem;
}
select.form-control:not([size]):not([multiple]) {
    height: 1.875rem;
}
/*.fa {
   font-size: 2rem;
}*/


.modal-dialog3 {
    max-width: 900px;
    margin: 1.75rem auto;
}

.modal-dialog2 {
    width: 700px;
    margin: 1.75rem auto;
}

.table-sm td, .table-sm th {
    padding: .25rem;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: small;
    line-height: normal;
}
.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .8125rem;
    line-height: normal;
    border-radius: .1875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-pqb {
    width: 60px;
    height: 40px;
}

.input-group>.input-group-append>.btn:first-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-group-prepend {
    margin-right: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .4375rem .875rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color:transparent;
}

.col-form-label {
    line-height: normal;
}
.card {
    margin-bottom: .5rem;
}
.content {
    padding: .5rem;
}
.card-body{
    padding: .5rem;
}
.card-footer {
    padding: .5rem;
    background-color: transparent;
    border-top: 0px;
}
.card-header {
    padding: .5rem;
}
.content-wrapper{
    overflow-x: hidden;
    overflow-y: auto;
}
.form-check-inline .form-check-label {
    display: inline;
    align-items: flex-start;
}

@media screen and (max-width: 992px){
    .topleft{
        padding-right: .5rem;
    }
    .topright{
        padding-left: .5rem;
    }
}
@media screen and (min-width: 992px){
    .topleft{
        padding-right: .1rem;
    }
    .topright{
        padding-left: .1rem;
    }
    .h2-100 {
        height: 100%!important;
    }
}
.datalist{
    font-size: large;
    color: white;
}

td {
    cursor: pointer;
}

.modal3{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin-bottom:0px;
}
/* .modal.open{
  display: block;
}
.modal_body3,.modal_footer3{
  position: absolute;
  width: 100%;
}
.modal_body3{
  bottom: 100px;
  top: 100px;
  overflow-y: auto;
}
*/
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #4caf50 !important;
}


#result {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: small;
}

.link-class:hover {
    background-color: #f1f1f1;
}
.list-group {
    background-color: #fff;
    border: 0px;
    padding: 0px;
    background-clip: padding-box;
    border-radius: .1875rem;
}
.pnotify-center {
    right: calc(50% - 150px) !important;
    top: calc(50% - 50px) !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f44336 !important;
}


.favourite-drug {
    color: yellow;
}

@media (min-width: 576px)
{
    .modal-full {
        max-width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen {
    #printSection {
        display: none;
        overflow: hidden;
    }
}
@page {
    margin: 0;
}

@media print {
    html,
    body * {
        visibility: hidden;
        overflow: hidden;
    }

    #printSection,
    #printSection * {
        visibility: visible;
        font-size: large;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: large;
        overflow: hidden;
    }
    /* #presHeader {
      position: fixed;
      top: 10px;
      height: ;
    }*/
    #presFooter {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#list-diagnosis {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: small;
    top: 35px;
    margin-left: -76%;
}

#diagnosis-list
{
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: small;
    top: 35px;
}

#list-diagnosis-negative {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: small;
    top: 35px;
}

#List-ClinicCurrentEpisode {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-TotalEpisode {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-OnsetDescription {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-Profile {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-PrecipitatingFactors {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-PredisposingFactors {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-RelievingFactors {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-FuntionalStatus {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-FamilyMedicineVitalSigns {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-ChronicDiseaseMx {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-CurrentMedications {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: large;
    top: 35px;
}

#List-Follow {
    position: absolute;
    width: calc(100% - 20px);
    cursor: pointer;
    overflow-y: auto;
    max-height: 250px;
    box-sizing: border-box;
    z-index: 1001;
    font-size: small;
    top: 35px;
}

#myContacts {
    overflow-y: scroll;
    max-height: 160px;
}

.text-span {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    background: #CCC;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

#Dropdown-row1
{
    margin-top: 10px;
}

#DataCapture {
    font-size: 80%;
}

/*#Redflag {
    font-size: 80%;
}*/

.margin {
    margin-top: -18px;
    font-size: 14px;
}

#LName {
    background-color: #103d72;
    color: #fff;
}

#Symptoms {
    font-size: 58%;
}

.dropdown-width {
    width: 192px;
}

#DispositionNote {
    margin-top: 0px;
    margin-bottom: 0px;
}

#PreviewDesiease {
    max-width: 300px;
    margin-bottom: 200px;
}

#tableStyle {
    min-height: 170px;
}

#myTableContact {
    overflow-y: scroll;
    max-height: 160px;
}

/*Mobile view*/
@media (max-width: 480px) {
    #previewPre {
        display: none;
    }
    #printPre {
        display: none;
    }

    #lastDiagnosis {
        display: none;
    }

    #pastAllergies {
        display: none;
    }

    #pastHistory {
        display: none;
    }

    .hidden{
        display: none;
    }

    .hiddenSpan {
        display: none;
    }

    #datepicker8{
        margin-bottom:5px;
    }
}

#pastSurgeries {
    width: 414px;
}

#tblPatientReport.table-hover tbody tr:hover {
    background-color: #D1D0CE;
}


/*Investigation Form and covid form*/
@media screen and (max-width:800px)
{
    #btnCloseInvestigation, #btnSaveInvestigation, #btnUpload, #btnSeparateWindow
    {
        width: 100%;
    }

    #btnSaveCovid {
        width: 75%;
    }

    #btnReqInvestigationResults, #btnFactSheet,#btnCovidPCR,#btnSaveCovid
    {
        margin-top: 5px !important;
    }


}

@media screen and (max-width:1650px)
{
    #btnCovid {
        width: 100%;
    }
}

.toggle.ios {
    border-radius: 8px;

}


.toggle-off, .toggle-on
{
    font-size: x-small !important;
    text-align: center !important;
}

/*Disposition UI table**/

@media screen and (max-width:767px)
{
    #DispositionEmptyDiv1
    {
        height: 0% !important
    }

    #bordered-tab1_covid
    {
        display: block !important;
    }

    #btnCovidLocation2
    {
        margin-top: 0px !important;
    }
}

/*Covid UI**/
#modalDialogCovid
{
    max-width:1100px;
}

.modal
{
    overflow: auto !important;
}


.modal-dialog-new
{
    width: 100%;
    height: 95%;
    margin: 0;
    /*padding: 35px;*/
    max-width: 100%;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}

.modal-content-new
{
    height: auto;
    min-height: 100%;
    border-radius: 0;
    display: block;
    background-color: #fff;
}

.modal-header-new
{
    padding: 0;
}

.modal-body-new
{
    padding: 0;
}

.close-new
{
    font-size: 25px;
    font-weight: 500;
}

/*.ModalWidth
{
    width: 120%;
}*/

.modal-lg
{
    max-width: 1000px;
}

/*Paymentstatus button bg colors*/
.bgpaid {
    background-color: #2ECC71 !important;
}

.bgunpaid {
    background-color: #E74C3C !important;
}

.bgunknown {
    background-color: #F1C40F !important;
}

.pqb-card-header{
    padding:0.10rem;
}

/*Developer ::after Thamidu Anjana*/
/*CSS for Prescription UI*/

/*DataTable Background color*/
.DataTableStyle {
    font-family: inherit !important;
    font-size: .8125rem !important;
}

.DataTableStyle thead tr th {
    background: none !important;
}

.DataTableStyle.breakpoint tbody tr td.expand
{
    background: url(../images/plus-flat.png) no-repeat 5px center !important;
    background-size: 25px !important;
}

.DataTableStyle.breakpoint tbody tr.footable-detail-show td.expand
{
    background: url(../images/minus-flat.png) no-repeat 5px center !important;
    background-size: 25px !important;
}

@media (max-width: 576px) {
    .CardBodyMargin {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ReverseDivTag {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .BackColor {
        background: #F2F3F4;
    }
}

@media (min-width: 576px) {
    .CardBodyMargin {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 768px) {
    .CardBodyMargin {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 992px) {
    .CardBodyMargin {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media (min-width: 1200px) {
    .CardBodyMargin {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media (min-width: 1400px) {
    .CardBodyMargin {
        margin-left: 45px;
        margin-right: 45px;
    }
}


.border-blue {
    border-color: #6994B5 !important;
}

.alpha-blue {
    background-color: #e9eff8 !important;
}
