﻿/*FOR DASHBOARD NOTIFICATION - COLORS*/
.alert-customcolor {
    color: white;
    background-color: #3698d9;
    border-color: #3698d9;
}
/*END DASHBOARD NOTIFICATION - COLORS*/
.no-bullet {
    text-decoration:none;
    list-style-type:none;
}

/*.alert-container-login {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height:6%;*/ /*6 original*/
    /*margin: 0 !important;
    z-index: 999 !important;   
    border-radius: 0;
    background-color: #f87a00;
    word-wrap: break-word;
    color: #000;
}*/

/*MAIN SIDEBAR*/
#bottom_sidebar_button {
    position: absolute;
    bottom: 0;
    right:8px;
    left:8px;
}
/*END OF MAIN SIDEBAR*/

/*FOR BANNER NOTIFICATION*/
.alert-container {
    /*position: fixed !important;*/
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    /*height:6%;*/ /*6 original*/
    margin: 0 !important;
    border-radius: 0;
    /*  transform: translateY(100%);*/
    /*transition: all 500ms ease-out;*/
    /*color: #ecf0f1;*/ /*white*/
    background-color: #f87a00 !important;
    word-wrap: break-word;
    color: #000;
    display: none;
    transition: 0.2s all ease-in-out;
}
/*END BANNER NOTIFICATION*/

/*PATIENT - DETAILS COLORS*/
.bg-LabReq {
    background-color: #E3F70E !important;
    color: black !important;
}
/*END OF PATIENT - DETAILS COLOR*/

/*FOR DATATABLES - SEARCH BAR LENGTH*/
#healthrecordtable_filter input{
    width:11vw;
    min-width:119px !important;
}
/*END SEARCH BAR LENGTH*/

/*FOR DATATABLES - BUTTON DROPDOWN*/
.dropdown-content {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    border-radius: 5px;
    display:none;
 /*   opacity: 1;
    transition: opacity 1s;*/
}
.hide{
    display:none;
}
.dropdown-content li {
    text-decoration:none;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: lightgrey;
}
.showa {
    display: block !important;
}

.right{
    right:0;
}
.left{
    left:0;
}
/*END BUTTON DROPDOWN*/

/*FOR DATATABLES - SPINNER/LOADER*/
#spinner-div { 
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    line-height:100vh;
    text-align: center !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 100 !important;
}
/*END SPINNER/LOADER*/

/*FOR DATATABLES - CHECKBOX ALIGNMENT*/
.select-checkbox::before { /*Alignment of the box in checkbox in Datatable*/
    top: 48% !important
}
.select-checkbox::after { /*Alignment of the check in checkbox in Datatable*/
    top: 48% !important
}
/*END CHECKBOX ALIGNMENT*/

/*FOR CALENDAR*/
.fc-event-time, .fc-event-title{
    padding: 0 1px;
    white-space:pre-wrap;
}
/*END OF CALENDAR*/

/*FOR CALENDAR - SMALL SCREENS TEXT RESIZE*/


@media only screen and (min-width:280px) and (max-width: 400px) {
    :root {
        --fc-daygrid-event-dot-width: 4px !important;
    }
    .fc-event-time {
        font-size: .75em !important;
    }
    .fc-event-title{
        white-space:nowrap;
    }
    .fc-dayGridMonth-view .fc-daygrid-event-dot {
        margin: 0 1px !important;
    }
    .fc-dayGridMonth-view .fc-event-title {
        visibility: hidden !important;
        white-space: nowrap !important;
    }
    .fc-dayGridMonth-view .fc-popover .fc-event-title {
        visibility: visible !important;
        white-space: nowrap !important;
    }
    .fc-dayGridMonth-view .fc-daygrid-more-link {
        font-size: .75em !important;
    }

}

@media only screen and (min-width:400px) and (max-width: 415px) {
    :root {
        --fc-daygrid-event-dot-width: 4px !important;
    }

    .fc-event-time {
        font-size: .88em !important;
    }
    .fc-event-title {
        white-space: nowrap;
    }

    .fc-dayGridMonth-view .fc-daygrid-event-dot {
        margin: 0 1px !important;
    }
    .fc-dayGridMonth-view .fc-event-title {
        visibility: hidden !important;
        white-space: nowrap !important;
    }
    .fc-dayGridMonth-view .fc-popover .fc-event-title {
        visibility: visible !important;
        white-space: nowrap !important;
    }
    .fc-dayGridMonth-view .fc-daygrid-more-link {
        font-size: .85em !important;
    }

}
/*@media only screen and (min-width:416px) and (max-width: 799px) {
    .fc-dayGridMonth-view.fc-event-title {
        visibility: hidden !important;
        white-space: nowrap !important;
    }

    .fc-dayGridMonth-view .fc-event-time {
        font-size: 1.2em !important;
    }

    .fc-dayGridMonth-view .fc-popover .fc-event-title {
        visibility: visible !important;
        white-space: nowrap !important;
    }
    
}*/
@media only screen and (min-width:416px) and (max-width: 820px) {
    .fc-dayGridMonth-view .fc-event-title {
        visibility: hidden !important;
        white-space: nowrap !important;
    }
    .fc-dayGridMonth-view .fc-event-time {
        font-size: 1.2em !important;
    }
    .fc-dayGridMonth-view .fc-popover .fc-event-title {
        visibility: visible !important;
        white-space: nowrap !important;
    }
}
@media only screen and (min-width:821px) and (max-width: 1025px) {
    .fc-dayGridMonth-view .fc-event-title {
        visibility: hidden !important;
        white-space: nowrap !important;
    }

    .fc-dayGridMonth-view .fc-event-time {
        font-size: 1.2em !important;
    }

    .fc-dayGridMonth-view .fc-popover .fc-event-title {
        visibility: visible !important;
        white-space: nowrap !important;
    }
}
/* ----------- iPhone 4 and 4S ----------- */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
 
}*/
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}*/
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/*@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}*/
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

}*/
/* ----------- iPhone X ----------- */
/*@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

}*/
/*END CALENDAR TEXT RESIZE*/

/*INPUT FIELDS - SEARCH BAR RESIZING*/
#appointmenttable_filter input {
    width: 20vw !important;
    /*outline: none !important;*/
    background-color: #ffffff !important;
    /*border: none !important;*/
}
#billingtable_filter input {
    width: 20vw !important;
    background-color: #ffffff !important;
}

/*END OF INPUT FIELDS*/

/*LENGTH PADDING - SHOW _ ENTRIES*/
#appointmenttable_length{
    padding:0 20px 0;
}
#billingtable_length{
    padding:0 20px 0;
}
/*END OF LENGTH PADDING*/

.mainnavtest {
    color: white !important;
    font-family: sans-serif,Verdana !important;
    background-color: #F9D423 !important;
    /*background: linear-gradient(62deg, rgba(73,96,167,1) 0%, rgba(56,85,155,1) 17%, rgba(43,66,117,1) 100%) !important;*/
}

.login-box-shadow {
    box-shadow: 0px 0px 68px 19px rgba(128,127,127,0.9) !important;
    -webkit-box-shadow: 0px 0px 68px 19px rgba(128,127,127,0.9) !important;
    -moz-box-shadow: 0px 0px 68px 19px rgba(128,127,127,0.9) !important;
}

.PreviewBox {
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.PreviewBoxModal {
    display: none;
    margin-bottom: 10px;
}
.PreviewFileBox {
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
@media only screen and (min-width: 100px) and (max-width:990px){

    .small-box h3 {
        /*font-size: 2.2rem;*/
        /*font-size: 6vw;*/
        font-size: calc((75vw - 2.2rem) / 11) !important;
    }
}

.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 4px;
}

.filter-today-button {
    color: #17a2b8 !important;
    background-color: white !important;
    border: 1px solid #ced4da !important;
    border-left: 0 !important;
}

.filter-clear-button {
    color: indianred !important;
    background-color: white !important;
    border: 1px solid #ced4da !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.input-clear-bg {
    color: black !important;
    background-color: white !important;
    border-right: 0 !important;
}
.filter-today-button:hover {
    color: teal !important;
    background-color: lightgrey !important;
}

.filter-clear-button:hover {
    color: darkred !important;
    background-color: lightgrey !important;
}

div.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center;
    height: 0px;
    line-height: 0px;
    box-sizing:content-box;
}

.hr-title {
    font-size:1.2rem;
    background-color: #f4f6f9;
    padding: 0 20px 0 20px;
}

.form-check-input-header {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

/*TOOL TIP START HERE*/
/*.tooltipBlock {
    position: relative;*/
/*    display: inline-block;
    border-bottom: 1px dotted black;*/
/*}*/

 .tooltiptextleft {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

.tooltipBlockleft:hover .tooltiptextleft {
    visibility: visible;
}

 .tooltiptextbottom {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    right: 0;
    transform: translate(-10%,-10%);
    position: absolute;
    z-index: 1;
}

.tooltipBlockbottom:hover .tooltiptextbottom {
    visibility: visible;
}

/*TOOLTIP ENDS HERE*/
/**/
.input-group > .select2-container--bootstrap {
    width: auto !important;
    flex: 1 1 auto !important;
}

    .input-group > .select2-container--bootstrap .select2-selection--single {
        height: 100% !important;
        line-height: inherit !important;
        padding: 0.5rem 1rem !important;
    }

.login-page {
    padding-right: 40vw;
}

@media only screen and (max-width:675px) {
    .login-page {
        padding-right: 0vw !important;
    }
}

.dropBorder{
    border-bottom:solid 1px #fff;
    border-radius:0px;
}