
.skiptranslate{
    display: none;
}

body {
    min-height: auto !important;
    top: 0 !important;
}

#google_translate_element .skiptranslate{
    display: block;
    color: #0f4e74;
}
.translator-wrapper{
    min-height: 42px;
    text-align: right;
    float: right;
    background: #0f4e74;
    padding: 0 15px 0 0;
}
.translator-wrapper #google_translate_element{
    float: right;
    width: 142px;
}

#google_translate_element .skiptranslate > div{
    color: #000;
    position: absolute;
    top: 8px;
}

#google_translate_element .skiptranslate > span{
    display: none;
}

.page-container{
    width: 100%;
    overflow: hidden;
}
.datepicker .active {
    color: #fff !important;
}
.datepicker.dropdown-menu {
    margin-top: -36px;
}

.datecalender label.error{
    position: absolute;
    bottom: -20px;
}

@media (max-width: 800px) {
    .datepicker.dropdown-menu {
        margin-top: auto;
    }
} 

.status-detail{
    position: absolute;
    background: #f2dede;
    color: #a94442;
    padding: 5.5px 5px;
    margin-top: -4px;
    display: none;
    font-size: 11px;
}

.rej-error:hover .status-detail{
    display: block;
}


.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    white-space: initial;
}

.tablestatus {
    min-width: 100%;
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
}

.dataTables_wrapper input[type="search"],
div.dataTables_length select{
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.dataTables_processing{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /*height: 40px;*/
    padding: 20px 0px;
    margin-left: -50%;
    margin-top: -25px;
    text-align: center;
    font-size: 1.2em;
    border: none;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}


/*.dataTables_processing:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
}

.dataTables_wrapper{
    position: relative;
}*/

#get_patient_data_wrapper{}

#get_patient_data_wrapper .searchrow th{
    color: transparent;
}

#get_patient_data_wrapper .searchrow th input{
    padding: 6px 5px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: block;
    width: auto;
    vertical-align: middle;
    border-radius: 4px;
}

#get_patient_data_wrapper .searchrow th input:focus-visible{
    border: 1px solid #1570a6;
    outline: none;
}



