/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2017, 10:56:22 AM
    Author     : Admin
*/
.medicoHeading {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
}
header .opNavMh{
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
}
#_homeLink{
    padding: 15px !important;
}
.fourth a{
    padding: 15px;
}
.smallheaderlogoMh img{
    width: 0px;
    height: 0px;
}
._mySearchuserListResponsiveShow{
    display: none !important;
}
._mySearchuserListResponsiveHide{
    display: block !important;;
}
.SumoSelect .select-all{
    height: 31px !important;
}
    .datepicker-dropdown .active{
        cursor: default !important;
        pointer-events: none !important;
    }
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
        background:none;
        border: 0px solid;
        cursor: pointer;
    }
    .select2-container--default .select2-selection--multiple{
        border-color: #ccc;
    }
    .select2-selection__choice__remove{
        float: right;margin-left: 5px;margin-right: 0px;color: #fff !important;
    }
        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            background-color: #5bc0de;
            border: 1px solid #5bc0de;
            color: #fff;
        }
    .todayAppHeaderList{
        background: #fff;
        border-bottom: 1px solid;
        border-color:  #f5f5f5;
    }
    .todayAppHeaderList:hover{
        background: #f5f5f5;
        border-color:  #fff;
    }
    .headerColor{
        background: -webkit-linear-gradient(#45d7ff 0%, #0ea0ea 99%); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#45d7ff 0%, #0ea0ea 99%); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#45d7ff 0%, #0ea0ea 99%); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#45d7ff 0%, #0ea0ea 99%);
    }
    #headerCityAutoID {
        background-image: none !important;
    }
    #headerDoctorAuto {
        background-image: none !important;
    }
    .navbar-search .form-control{
        border: 2px solid #34a8db;
        height: 27px;
    }
    #selectHeaderCity{
        height: 50px;
        padding-top: 14px;
        width: 120px;
        color: #36A8EB;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        margin-left:10px;
    }
    
    nav.headerColor:after{
        background: rgba(0, 0, 0, 0) url("../images/header.png") repeat scroll 0 0;
        content: "";
        height: 12px;
        margin-right: -611px;
        position: absolute;
        right: 45%;
        top: 100%;
        width: 173px;
    }
.loc{
  margin-left: 5px; 
  margin-top: 8px;    
  width:186px;
}
.loc i{
    float: left;
    font-size: 20px;
    width: 31px;
    background:#2599d6;
    color:#fff;
    padding:6px;
    
}
.loc input{
    width: 83%; 
    float: right; 
    height: 32px;
    border-radius: 0px;
}
.mobmenu{
    padding-top: 10px;
    display:none;
    
}

.datepicker th.switch
{
    margin-top:0;position: relative;
}

.ui-menu-item{
    font-size: 11px;
    text-align: left;
    padding:5px;
     border-bottom:1px solid #ccc;
}
/*---------- Media Query -----------------------------------------------------*/

#userLocationID {
    padding: 6px 0px 0px 4px;
    cursor: pointer;
    width: 150px;
    height: 29px;
    overflow-x: hidden;
    display: inline-block;
}
.modal-ul{
    color: #0EB2E7;
    position: absolute;
    left: -48px;
    font-size:20px;
    cursor: pointer;
    top:-3px;
}
.modal-ul > li{
    padding: 6px 10px;
    background: #fff;
    margin-top: 3px;
}
.modal-tab:hover{
    background: #0EB2E7;
    color:white;
}

.modal-menu{
    padding: 9px;
    border: 1px solid #EFF0F1;
    font-size: 20px;
    cursor: pointer;
}
.modal-menu:hover{
    background: #0EB2E7;
    color:white;
}
.modal-active{
    //border: 1px solid #0EB2E7;
    background: #0EB2E7 !important;
    color:white;
}

/********** Yogesh Code 1 Jan 2022 *******/
@media (max-width: 480px ) {
    .medicoHeading{
        display: inline-block;
    }
    .mobmenu{
        display:block;
    }
    .dropdown-menu{
     right:0 !important;   
    }
}
@media (max-width: 328px ) {
    .medicoHeading{
        display: inline-block;
    }
    .medicoHeading {
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        padding-left: 5px;
        padding-top: 5px;
    }
    .opNavMh.margin-md-right {
        margin-right: 0px!important;
    }
    .medicoHeading span:nth-child(3) {
        font-size: 9px !important;
    }
}
@media (max-width: 298px ) {
    .medicoHeading{
        display: inline-block;
    }
    .medicoHeading {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding-left: 5px;
        padding-top: 5px;
    }
    .medicoHeading span:nth-child(3) {
        font-size: 9px !important;
    }
    .opNavMh.margin-md-right {
        margin-right: 0px!important;
    }
}
@media (max-width: 257px ) {
    header .opNavMh {
        top: 3px;
    }
    .medicoHeading{
        display: none;
    }
}
@media (max-width: 270px ) {
    .medicoHeading span:nth-child(3) {
        font-size: 9px !important;
    }
}
/********** Yogesh Code 1 Jan 2022 End *******/

@media screen and (max-width: 400px){
    .dashboardBTNMR{
        display:none !important;
    }
}
@media screen and (min-width: 401px){
    .dashboardBTNMR{
        display:block !important;
    }
    .dashboardMRICON{
        display:none !important;
    }
}
@media screen and (min-width: 992px){
    .commonsearchICON{
        display:none !important;
    }
}
@media screen and (min-width: 430px){
    .dashboardBTN{
        display:block !important;
    }
    .dashboardICON{
        display:none !important;
    }
}
@media screen and (max-width: 429px){
    .dashboardBTN{
        display:none !important;
    }
    .dashboardICON{
        display:block !important;
    }
}
@media screen and (max-width: 800px){
    .XSApplyCss{
        padding:0px !important;
    }
}
@media screen and (min-width: 801px){
    .XSApplyCss{
        padding:14px 20px !important;
    }
}
@media screen and (max-width: 767px){
    .XSApplyCss{
        padding:14px 20px !important;
    }
}
#opnav .dropdown-menu.pull-right-xs {
	z-index: 1000;
	top: 52px;
	right: 3px !important;
}

.myMenu {
  position: fixed;
  top: 35px;
}
.myMenu ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.myMenu ul li {
  display: block;
  margin: 5px;
  background: #26C281;
  width: 300px;
  text-align: right;
  padding: 10px;
  opacity: 0.9;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.myMenu ul li:hover {
  /*-webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  //transform: translate(110px, 0);
  //background: rgba(255, 255, 255, 0.4);*/
}
.myMenu ul li:hover a {
  color: #white;
}
.myMenu ul li:hover i {
  color: #fff;
  //background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.myMenu ul li i {
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 435px){
    #opnav li a {
        padding: 14px !important;
    }
/*    ul#opnav li a {
        padding: 15px 5px !important;
    }*/
    .row.appointmentDivContent.patientApp,
    .row.appointmentDivContent{
        width: 100% !important;
    }
    .appointmentSelectController{
        padding: 0px 5px !important;
    }
    .xscheckAll{
        top: 0px !important;
    }
}