html{
  width: 100%;
}
#email_lowercase {
    text-transform:lowercase;
}


#txtUppercase {
  text-transform:capitalize;
}

a {text-decoration: none; }


div.doc_tabs{
border:1px solid #cccccc; 
padding: 10px;
/* border-bottom:1px solid #cccccc; */
}

/*additional*/
/*.angular-google-map-container { height: 400px; }*/

.bgcolor{ 
  /* background: url(background.png) !important; */
  background-color:#f2f2f2;
}

.new-bgcolor {
  height: auto;
  width:auto;
  background-color:#f2f2f2;
  /* background: url(background.png) !important; */
}

.jack{background-color: green; font-size: 50px;}

.form-inline .input-grp > .form-control {
  width: 50%;
}

.navbar{
  min-height:60px !important;
}
/* 
.hd-menu{
  background-color:rgb(15, 110, 110);
  position: fixed;
  top:0;
  width: 60%;
  z-index: 999;
}



.hd-menu .navbar-nav > li > a {
  color:white;
}

.hd-menu .navbar-nav > li > a:hover,
.hd-menu .navbar-nav > li > a:focus {
  color: #bdbcbc;
  background-color: transparent;
}

.hd-menu .navbar-right > li > a {
  color:white;
  background-color: #0f6e6e;
}

.hd-menu .navbar-right > li > a:hover,
.hd-menu .navbar-right > li > a:focus {
  color:#bdbcbc;
  background-color: #0f6e6e;
}

.hd-menu .navbar-nav > .active > a,
.hd-menu .navbar-nav > .active > a:hover,
.hd-menu .navbar-nav > .active > a:focus {
  color: #555;
  background-color: white;
}

.hd-menu .navbar-nav > .open > a,
.hd-menu .navbar-nav > .open > a:hover,
.hd-menu .navbar-nav > .open > a:focus {
  color: #555;
  background-color: white;
} */

.navbar-default .navbar-toggle .icon-bar {
  background-color: #666;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}


@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f5f5f5;
}

.navbar-nav > li {
  padding-left: 0px
}
}
/* 
@media (max-width: 767px){
  .view_size{
     width:100%;
  }
}

   @media screen and (min-width: 768px) {
    body { padding-top: 60px; } 
} 

.navbar {
  min-height: 50px;
  margin-bottom: 0px;
  width:100%;
  position: fixed;
  top: 0;
  z-index: 1050;
  border: 1px solid transparent;
}
 


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color:#0f6e6e;
  outline: 0;
} */

.btn-primary {
  color: #fff;
  background-color: #0f6e6e;
  border-color: #0f7070ee;
}
.btn-primary:hover {
  color: #fff;
  background-color:#18a5a5 ;
  border-color: #069999;
}


.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0f6e6e;
  border-color: #0f7070ee;
}

.listbd{
  border-left:1px solid;
  border-bottom:1px solid;
  margin-top:10px;
  padding:0px;
} 

/*css for pharmacy dashboard page */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0f6e6e;
  cursor:pointer;
}

.nav > li > a {
cursor: pointer;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgb(228, 226, 226);
} 


a{
  color: #0f6e6e;
}
.form-control1 {
  display: block;
  min-width:70%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

.hdr{
  display: block;
  margin-bottom: 10px;
  padding-top:10px;
  padding-bottom: 10px;
  background-color: white;
}

 @media (max-width: 768px) {
  .hdr {
     /* margin-top: 60px; */
    }
} 


#bord {
  box-sizing: content-box;        
  border: 1px solid black;
}

#b1{
    margin:0 auto;
    display:block;
}

.btn-success {
  color: #fff;
  background-color: #0f6e6e;
  border-color: #0c5858;
}

.btn-blue {
  color: #fff;
  background-color: #0077b5;
  border-color: #09537a;
}
.btn-link {
  font-weight: normal;
  color: #0f6e6e;
  border-radius: 0;
}

.tbl_list{
  overflow: auto;
  height: 89%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: white;
  margin:0px auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0.1, 0.3);
}
div#envelope{
  width: 50%;
  margin: 5% 30% 10px 20%;
  padding-right:0px;
  padding-left:0px;
  }
  
@media screen and (max-width: 767px){
div#envelope{
  width: 100%;
  height:90%;
  margin-left:0px;
  padding-right:0px;
  padding-left:0px;
  }
}

.btn-success:hover {
  color: #fff;
  background-color: #0f6e6e;
  border-color: #0a5252;
}

.btn-success:active:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active:hover,
.btn-success:active:focus {
  color: #fff;
  background-color: #0f6e6e;
  border-color: #0f7070ee;
}

.btn1{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.profile_size{
  height:80px;
  width:80px;
}

.s_bar{
  width: 70%;
}

.card{
  display: block;
  padding: 10px;
  height: auto;
  margin-bottom: 30px; /* SIMPLY SET THIS PROPERTY AS MUCH AS YOU WANT. This changes the space below box1 */
  margin-top:30px;
  text-align: justify;
  background:white;
  padding-top:20px;
  padding-right:10px;
  border-bottom:1px solid #e7e7e7; 
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5); 
  }



.newCard {
  display: block;
  padding: 15px 10px;
  height: auto;
  margin: 10px;
  text-align: justify;
  background:#ffffff;
}


.list-group-item.active{
  background-color: #ffffff;
  border-color: #cccccc;
}

.list-group-item.active:hover{
  background-color: #ffffff;
  border-color: #cccccc

}

.list-group-item list_bordering{
  border-left: none !important;
}
.border_bottom_mar{
  border-bottom:solid;
  border-bottom-width:2px;
  margin-bottom:8px;
}
.border_right_doctor_profile{
  border-right:1px solid #cccccc; 
}
th,td {text-align:center}
.list_bordering{
  
  border-bottom: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    font-size: 15px;
    border-left: none !important;
}

.list-group-item:last-child{
  border-bottom-right-radius: 0;
  
    border-bottom: none !important;
    border-left: none !important;
}



.div.doc_tabs div.list-group>a.active{

  background-color: lightgreen;

   color: #0077b5;
    font-weight: bold;
    border-left: none !important;

    
}
div.hc-tab-menu div.list-group>a{

 color: #0077b5;
}
.list-group-item:first-child{
  border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.table_align{text-align: center !important;}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
  border-right:0; 
  box-shadow:0 0 0; 
  border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}


.resize_box{
  width:500px;
  margin:0 auto;
}

a:hover, a:focus tab_top{
  text-decoration: none;
}

.head_nav{
  padding: 12px;
  font-size: 15px;
  }

.head_nav a{
   padding: 0 10px;

}

.doc_ab{
  color: #676767;
}

.lab_ab{
color: #676767;

}

.lab_abc{
  float: right;
  margin-top: 16px;
}

.tab_top{
  margin-top: 10px !important;
}

.l_top{
  margin-top: 0px;
  
}

.l_tab_dn{
  margin-top: 7px;
  width: 109%;
}


.list-group-a{
  border-right: 3px solid #0077b5;
}

.dc_tab{
  margin-top: 7px;
  width: 109%;
}


.list-group-item{
padding: 10px 5px;
font-size: 15px;
}

.doc_name{
  float: right;
  padding: 0px 34px;
  margin-top: 12px;
}

.frnt_tab{
  margin-top: 85px;
}

.user_tab{
  float: right;
}

.mid{
  margin-top: 99px;
}

.dc_side_a{
  margin-top: 70px;
}

div.desc {
    
    text-align: center;
    font-size: 13px;

    }

.image_base{
   position: relative;
}  

.bottomleft{
  position: absolute;
    bottom: 0px;
    left: 31px;
    font-size: 12px;
    font-weight: bold;
    font-style: bold;
    color: #ffffff;
}  

.image_top{
  margin-top: 11px ;
}
.pad_left0{padding: 0px}

.pad_0px{padding: 0px;}

.pad_0{padding: 0%;}
.pad_bot20{padding-bottom: 20px;}

.mar_bot20{margin-bottom:20px;}
.mar_top120{margin-top:120px;}
.mar_top20{margin-top:20px;}
.mar_top30{margin-top:30px;}
.mar_right30{margin-right:30%;}
.mar_left30{margin-left:30%;}
.mar_left15{margin-left:15px}
.mar_top6{margin-top:6px;}
.mar_top10{margin-top:10px;}
.mar_top5{margin-top:5px;}
.mar_bot50{padding-bottom: 50px;}
.mar_bot5{margin-bottom: 5px}
.mar_bot10{margin-bottom: 10px}
.mar_bot10{margin-bottom: 10px}
.mar_top5px{margin-top:5px;}

.mar_bot40{margin-bottom: 40px}
.mar_bot30{margin-bottom: 30px;}
.mar_right5{margin-right:5%}
.pad_top10{padding-top:10px}
.pad_top20{padding-top:20px}
.pad_top50{padding-top:50px}
.pad_top5{padding-top:5px}


.pad_bot20{padding-bottom:20px}
.pad_bot10{padding-bottom:10px}
.pad_left10{padding-left:10px}
.pad_left20{padding-left:20px}
.pad_left30{padding-left:30px}
.pad_right30{padding-right:30px}
.pad_right20{padding-right:20px}
.pad_right10{padding-right:10px}

.mar_bot0{margin-bottom: 0px}

.pad_5{padding: 5px}
.pad_10{padding: 10px}
.pad_15{padding: 15px}
.pad_30{padding: 30px}
.pad_20{padding: 20px}

.inlineFlexDisplay{
  display: inline-flex;
}

.mar_right30{margin-right:30px;}
.mar_top10per{
  margin-top: 10%
}


.mar_top-20{
  margin-top: -20px

}

.defultBorder{
  border: 1px solid #eee
}



/* <style> */
    .success .md-toast-content {
        background: white;
        color: green;
        border-left: 20px solid green
          }

    .error .md-toast-content {
        background: white;
        color: red;
        border-left: 20px solid red

    }

    .info .md-toast-content {
        background: white;
        color: orange;
        border-left: 20px solid orange

    }

    .warning .md-toast-content {
        background: white;
        color: purple;
        border-left: 20px solid purple
    }
/* </style> */



.mar_left3{margin-left:3%;}
.mar_right1{margin-right:1%}
.mar_right2{margin-right:2%}
.mar_top1{margin-top:1%}
.mar_top2{margin-top:2%}
.mar_top5{margin-top:5%}
.heightvh{min-height:80vh;margin-top:0px}
.text_center{text-align:center}
.width_100{width:100%}
.width_50{width:50px !important}
.height96vh{height:96vh !important}
.marginLeftAuto{margin-left: auto}
.marginRightAuto{margin-right: auto}

.btn-msg{ margin-bottom:20px;width:100%}

.border_radius10{
    border-radius: 10px
  }
  
  .border_bottom1{
  border-bottom: 1px solid black 
  }

/*imp class */
.atsa-filters {
  border-radius: 20px;
  background-color: white;
}

.activeFilter{
  border-radius: 20px;
  background-color: #f4f4f5;
}


.atsa-filters :hover  {
  border-radius: 20px;
  background-color: #f4f4f5;
}

.filterBorder  {
  border-radius: 40px;
  border: 1px solid #d4d5d9;
}

 /* .atsa-filters :hover {
  border-radius: 20px;
  background-color: #f4f4f5;
} */

.well {
  padding: 5px 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px
}


.marginbottom0{
margin-bottom: 0px !important
}

.sidenav{
  display: block;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5); 
  background-color: white;
}

.sidenav a {
  padding: 10px;
  font-size: 18px;
  color: #0f6e6e;
  line-height: 50px;
}

.scroll-box {
  overflow: auto;
  overflow-y: scroll;
  height: inherit;
}

.sidenav a:hover {
  background-color: #e4eff8;
}

.cardButton{
  /* display: inline; */
  height: 30px;
  width: 150px;
  font-size:13px; 
  padding: 5px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.setting_left_active{color: #0077B5 !important;
  border-right: 3px solid #0077b5 !important;}

.setting_drug_bottom {
  color:navy !important;
  font-style: oblique;
  background-color: lightblue;
}

.strip{background-color: #f1f1f1 !important; padding: 3px 10px; 
  border: 1px solid #eeeeee;}

  .btn_input_sett_mar{margin: 5px 5px 0px;}

.strip2{margin-top: 0px;background-color: #f1f1f1 !important;border: 1px solid #eeeeee;}


.search_button{
  margin-top:8px !important;
}
.form-control{
      background-color: #f1f1f1;
}
.loginFormStyle{
  background-color: #ffffff;
  min-height: 30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom: 50px;
}
.strip .form-control{
  background-color: #ffffff;
}
.jack{ margin-top:30px;margin-left: 25px;}

.message_div{background-color: rgb(250, 250, 250);
padding: 10px 20px 20px;margin-left: 100px; border-radius:7px;}
.search_bar{width:700px;}

.img_border_diagram{border: 1px solid #cccccc; padding: 10px; margin: 10px;}
.broadcast_border{border: 2px dashed #cccccc; padding:10px 10px 10px; border-radius:5px;}
.bold_name{font-size:20px; color:#b30000; font-family: arial;}
.bold_name2{font-size:18px; font-family: arial; color:#0f6e6e;margin-bottom:15px;}
.border{border-left: 2px solid #cccccc;}
.doctor_heading{color:#0f6e6e; padding-left:2%;font-size:22px; font-weight:bold;}
.mar_left{margin-left: 157px;}
.profile_name{background-color: #e0e0d1;}
.danger_link{color:red !important}
.div_box{border:1px solid black;}
.mar_right{margin-right: 10px;}
.bold_name3{font-size:14px;color:#0077b5;padding:7px;}
.spec_btn{padding: initial;}
.hidden_text{color:red; font-size:16px; margin-left:40px;}
/*
   Loading... dots animation (...)
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#query {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: static !important;
  }
  .modal-lg{
    width: 100%
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
        width:100%;
    }

    .marginTop20per{margin-top: 20%}
  }

.hdsize {
  color:rgb(15,110,110);
  font-size: 20px;
  padding-bottom:10px
  }

.list_scroll {
  max-height:200px;
  overflow-y:auto;
  text-align:center;
}


.btn[disabled]{opacity:0.2 !important;}

@media screen and (max-width: 768px) {
  .btn-autosize {
    width:30%;
    overflow: hidden;
    font-size:11px;
    padding:5px 5px;
    margin-bottom:10px;
  }
  
}

/* loader animation */

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  margin:100px auto;
  width: 18px;
  height: 18px;
  background-color: #0f6e6e;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sk-circle {
  margin: 130px auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #1e9494;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }


@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loading {
  font-size: 20px;
}

.loading span {
  font-size: 50px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.loading span:nth-child(2) {
  animation-delay: .2s;
}

.loading span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

/*Animation ends*/
.strip_center{margin-right: 20px; margin-left: 85px}
.Linebreak{
  word-break: break-all;
  word-wrap: break-word;
}
.hide_style{color:green;}
.unhide_style{color:red;}
.loader_position{position:absolute;}


.warnStyle{
  color:#FF5722
}

table td {
  position: relative;
}

table th {
    text-align: center;
}


table td input {
  position: absolute;
  display: block;
  top:0;
  left:0;
  margin: 0;
  height: 100% !important;
  width: 100%;
  border-radius: 0 !important;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

ul{
  list-style-type: none;

}

table td ul input{position:relative;}
table td ul select{position:relative;}
table td select {
  position: absolute;
  display: block;
  top:0;
  left:0;
  margin: 0;
  height: 100% !important;
  width: 100%;
  border-radius: 0 !important;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}
.error_color{ color:red; }
#scroll_clinic_lab_box{ max-height:500px; overflow:auto;}

.div_pos{
margin-left: 620px;
position: fixed !important;
z-index: 2;
opacity: 0.9 !important;
margin-top: -50px;}

.div_top{
position: fixed; 
top: 60px; 
right: 20px;
opacity: 0.9 !important;

z-index: 2;
}
/*.div_absolute{position: relative;}*/

.dropdown.dropdown-scroll .dropdown-menu {
    max-height: 250px;
    width: 215px;
}
.dropdown-menu > li > a {
    white-space: pre-wrap !important;
}

.left, .middle, .right {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.navbarheader{
  display: block;
  padding: 3px 20px;
  /* clear: both; */
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 18px;
  padding-left: 30px;
  white-space: nowrap !important;
  width: max-content;
  padding-top: 15px;
}


.widthMaxContent{
  width: max-content
}

.navbarSubMenuHeading{
  color:#666 !important
}
.navbarSubMenuHeading:hover{
  color:#666 !important
}


.search-control {
    padding: 5px 10px;
}

.fit_button_input>.btn-sm{
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
}
.hr_clinical_dropdown{
  border-bottom:1px solid #eee !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.img_border_clinic {
  padding: 5px;
  margin: 5px;
}

.img-clinic {
  height: 100px;
  width: 150px;
}

/* .list-view {
  height: 100%;
  width: 100%
} */

.list-view .list {
padding: 0;
border-right: 1px solid #ababab;
float: left;
}

.list-view .list .list-header {
width: 100%;
height: 10%;
padding: 10px;
border-bottom: 1px solid #ababab;
border-top: 1px solid #ababab;
}

.list-view .list .list-body {  
max-height: 80vh;
width: 100%;
overflow: auto;
}

.list-view .list .list-footer {
height: 10%;
width: 100%;
border-top: 1px solid #ababab;
padding: 10px;  
}

.pagination {
  margin: 0;
}

.list-view .list .list-body .no-labs {
  padding: 30px;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 20px;
}

.list-view .list .list-body .list-item {
  border-bottom: 1px solid #ababab;
  padding: 10px;
}

.list-view .list .list-body .list-item:hover {
    background: #d6ecff;
    cursor: pointer;
}

.list-view .view {
  height: 100%;
  float:right;
  border-top: 1px solid #ababab;
}

.list-view .view .view-footer {
  height: 20%
}

.height100 {
  height: 100%;
}

.height60 {
  height: 60%;
}

.height20 {
  height: 20%;
}

.height90 {
  height: 90%;
}

.height10 {
  height: 10%;
}
.height13 {
  height: 13%;
}

.inactive {
  color: red;
}

.selected {
  background: #d6ecff;
}

.align-center {
  text-align: center;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.floatNone {
  float: none;
}


.ht-chat-component {
  position: fixed;
  right: 0;
  bottom: 2px;
  width: 350px;
  z-index: 1000;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  margin-right: 2px;
}

.ht-chat-component .chat-header {
  height: 40px;
  background: rgb(15, 110, 110);
  padding: 10px;
}

.ht-chat-component .chat-header span {
  font-size: 20px;
  color: white;
}

.ht-chat-component .chat-header button {
  font-size: 17px;
}

.ht-chat-component .chat-header button i {
  font-weight: 900;
}

.ht-chat-component .chat-body {
  height: 400px;
  background: #eaeaea;
  overflow: auto;
  padding: 5px;
}

.ht-chat-component .chat-body .client-list {
  padding: 10px;
  background: white;
  margin: 2px;
}

.ht-chat-component .chat-body .client-list:hover {
  background: #faf9f9;
  cursor: pointer;
}

.ht-chat-component .chat-body .message-area {
  background-color: white;
  margin: 5px 0px;
  padding: 5px;
}

.ht-chat-component .chat-body .message-area .user {
  color: grey;
  margin-bottom: 3px;
}

.ht-chat-component .chat-body .message-area .time {
  text-align: right;
  color: grey;
}

.ht-chat-component .chat-footer {
  height: 50px;
  background: white;
  padding: 5px;
  padding-bottom: 10px;
}

.ht-chat-component .chat-footer input {
  width: 70%;
  margin-right: 10px;
  display: inline-block;
}

.ht-chat-component .chat-footer button {
  width: 25%;
}
.user_name_icon
{
  font-size:62px !important;

}
.margin-rem{
display: inline;
margin-left: 90px !important;
}
.check-show
{
  display:inline;
  margin-left: 47px !important;
}
.modal-header-center
{
text-align:center;
}
.modal_input {
  margin-top:27px !important;
  width: 30% !important;
  display: inline !important;
  margin-left: 7px !important;
  margin-right: 8px !important;
}
.modal-button

{
  margin-left: 272px !important;
  margin-top: -61px !important;
  height: 34px;
}
.text-margin {
  margin-top: 26px;
  text-align: center;
}


.otp_lebel {
  margin-right: 21px;
}
.page-header-color
{
  background-color: #0f6e6e;
  border-bottom: 1px solid #eee;
  width:100%;
  height:80px;
  margin-bottom:0px;
  
}


/* * {
  margin: 0;
  padding: 0;
  outline: none;

  
  box-sizing: border-box;
} */

body {
  background: #eee;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto !important;
  height: 100%;
  line-height: 1.6em;
  min-height: 100%;
}

h2 {
  color: rgb(34,34,34);
  font-size: 2.2em;
  font-weight: 200;
  margin: 0 0 24px 0;
}

/*BUTTON DESIGN*/
/* [class*='btn-'] {
  border: none;
  border-bottom: 2px solid rgba(0,0,0,.15);
  border-top: 1px solid rgba(255,255,255,.15);
  border-radius: 3px;
 display: inline-block;
  font: -webkit-small-control;
  font-size: .7em;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;

  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
} */

  .btn-minimal {
      background-color:#0f6e6e;
      border-radius: 0;
      border: 1px solid rgb(11, 12, 12);
      color: rgb(246, 244, 247);
      text-shadow: 0 1px 1px rgb(6, 8, 8);
      margin-top: 30px;
      margin-left: 45px;
      border-radius:12px;
      width:237px;
      padding: 8px;
  }
    
  

/*SECTION CONTAINER*/
.loginBox { 
  background-color: rgb(255,255,255);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 23px rgba(0,0,0,0.2);
  margin: 82px auto;
  padding: 44px;
  width: 464px;
  height: 500px;
  opacity: 20px;
}

/*FORM*/
form.minimal label {
  display: block;
  margin: 6px 0;
}

  form.minimal input[type="text"],
  form.minimal input[type="number"],
  form.minimal input[type="search"],
  form.minimal input[type="password"],
  form.minimal textarea {
      background-color: rgb(255,255,255);
      border: 1px solid rgb( 186, 186, 186 );
      border-radius: 2px;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      display: block;
      font-size: 14px;
      margin: 6px 0 12px 0;
      padding: 8px;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
      width: 90%;

      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
  }

  form.minimal input[type="text"]:focus,
  form.minimal input[type="number"]:focus,
  form.minimal input[type="password"]:focus,
  form.minimal textarea:focus,
  form.minimal select:focus {
      border-color: #4195fc;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
      color: rgb(0,0,0);
  }

      form.minimal input[type="text"]:invalid:focus,
      form.minimal input[type="number"]:invalid:focus,
      form.minimal input[type="password"]:invalid:focus,
      form.minimal textarea:invalid:focus,
      form.minimal select:invalid:focus {
          border-color: rgb(248,66,66);
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
          -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgb(248,66,66);
      }
      .inputchange{
       width: 242px !important;
       display: inline !important;
       border-radius:12px !important; 
      }
      .showsmall
      {
        margin-right:82px !important;
      }

      .three-bounce-spinner {
        margin: 40px auto 0 !important;
        width: 70px;
        text-align: center;
    }
    .align
    {
    text-align:center;
    }
    
    .modal-submt-button {
      width: 100px !important;
      height: 32px !important;
      margin-bottom: 1px !important;
      margin-left: 18px;
      background: teal !important;
      border-radius: 10px;
      border-color: teal !important;
      color: white !important;

  }
    .modal-body {
      position: relative;
      padding: 4px !important;
      margin-left:10px;
  }
  .rem{
    align-items: center;
    margin-left: 10;
    /* margin-left: 40%; */
    background: TEAL;
    COLOR: white;
    margin-top: 17px;
    height: 34px;
    border-radius: 10px;
    border: 0px;
    width: 90px;
    font-size: 11px;
    /* padding: 7px; */
    padding-bottom: -19px;
}

.listed{
margin-left: 58px;
    margin-right: -72px;
}
.btn-default {
  /* color: #333; */
  /* background-color: #e9dcea; */
  border-color: #ccc;
}
.dropdown-menu > li > a {
  font-size: 18px;
  padding: 12px;
  white-space: nowrap !important;
}
login_page_header
{
  height: 57px;
  margin-bottom:15px;
}
.modal-background_img
{
  background-image: url('background.png'); 
  background-repeat : no-repeat; 
  background-size: cover;
}
.logo
{
  margin-top:10px;
  margin-left:2%;
  height:80px;
  max-width:50%;
}
.modal-align
{
text-align: center;
background-image: url("background.png");

}
.flash_error
{
    z-index: 2;
    opacity: 0.9 !important;
}
.img_hei_wid
{
/* max-width:200px; 
margin-top:-7px; */
max-width: 300px;
margin-top: -15px
}
.edit_new_btn_size{
  font-size:15px;
}
.doctor_registrtion_title
{
  margin-top:5px;
  padding-right:0px;
  padding-left:0px
}

.panel_height_width
{
  width: 572px;
  float: right;
  padding: 0px;
  margin-right: 29px;
  height: 64px;
}

.moadl_checkbox_padding
{
padding-right:65px;
}
.gender_title{
text-align: center ;
}

.gender_radio_button{

  margin-right:50px;
}
/* for clinic/lab flash message */
.div_position {
  float: right;
  z-index: 2;
  opacity: 0.9 !important;
  margin-top: -6%;
  text-align: center;
}
.maxheight
{
  max-height: 100 !important;
}

.maxheight2
{
  max-height: 500 !important;
}
.modal-bodyChange {
 margin-left:0px !important;
}

.newdropdown.dropdown-scroll .dropdown-menu {
    width: 366px;
    margin-left: 19px;
  }
.pcModalOverFlow{
overflow: auto;
}
.float-inherit
{
  float:inherit;
}
.flash-message
{
      text-align: center;
      margin-left: 30%;
      position: fixed;
      top: 60px;
      opacity: 0.9 !important;
      z-index: 2;
}



@media (max-width: 1450px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.912);
  }
  .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
      float: none;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    color: #000 !important;
    padding-top: 15px;
    font-size: 20px;

}

  .collapse.in{
    display:block !important;
}
}

.navbar-nav > li > a {
  padding-bottom: 15px;
  color: #000 !important;
  padding-top: 15px;
  font-size: 20px;
}

.navbar-nav > li {
  padding-left: 75px
}

.navbar-nav > li > a:hover {
  padding-bottom: 15px;
  color: green !important;
  padding-top: 15px;
  font-size: 20px;
}

.navbar-nav > .active >  a {
  padding-top: 15px;
  padding-bottom: 15px;
  /* background-color:white !importan; */
  color: #464444d6 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  /* background-color: #1f9393; */
  color: #0052CC;
  background-color: rgba(255,255,255)
}


.navbar-nav > li > a::selection {
  padding-top: 15px;
  padding-bottom: 15px;
  color: black !important;
}

.navbar-nav > .open > a
{
  background-color: transparent !important;
}

.checkbox-change
{
  width:33px;
  margin: 4px 47px 0 !important
}

.padding_Change
{
padding: 20px;
}

.loaderTopMargin{
  margin-top: 0px !important;
}

.margin-bottom-10
{
margin-bottom: 10px;
}

@media (max-width: 767px){


  

  .panel_height_width
  {
    width: 329px;
    float: right;
    padding: 0px;
    margin-right: 30px;
    height: 64px;
  }
  .category_dropdown
  {
    margin-left: 20px;
  }
.modal-overflow {
  overflow-x: auto !important;
  overflow-y: auto;
}
.newdropdown.dropdown-scroll .dropdown-menu {
  width: 366px;
  margin-left: 19px;
  margin-top:24%;
}




.subsHeight
{
  height:323px !important;
}
.margin-top-10
{
margin-top: 10px;
}
.margin-bottom-10
{
margin-bottom: 10px;
}

.padding0 {
  padding: 0px;
}

.margin0 {
  margin: 0px;
}

.width100 {
  width: 100%;
}

.margin15 {
  margin: 15px !important;
}

.ht-text-center {
  text-align: center;
}


.hr {
  border-top: 1px solid black;
}

}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.wrapper {
  margin-left:48%;
  padding:10px; 
  margin-top:10px;
  margin-bottom:10px;
}
.top-margin10px
{
  margin-top: 6px;
}
.save_button_pos
{
  text-align: center;
  margin-right: 42%;
  margin-left: 10px !important;
}
.three_bounce_center
{
    margin: 0px auto 0 !important; 
    width: 0px  !important;
    text-align: center !important;
}
.edit_changes{
  margin-left: 67%;
  margin-top: 11%;
}
.responsive_margin{
margin-left: -5%
}
.responsive_left_margin{
  margin-left: 13%
  }
  .font_weights{
    font-weight: bold !important;
    }
    .marginbotton
    {
    margin-bottom: 10px;
    }
    .width0px
    {
  width:0px !important;
    }
    .form-control2 {
      width: 150px !important;
  }


  .list_remove_box{
    display: inline-block !important;
    background: #f2f2f2;
    margin: 5px 10px;
    padding: 10px;
    cursor: pointer;
  }

.marRight{
  margin-right: 15px;
}

.marLeft{
  margin-left: 25%;
}

.displayblock{
display:block !important
}


  /* Common Tabs Design */

  header[role="tablist"] a {
    text-decoration: none;
    padding:6px 10px;;
    margin: 5px;
    color: #172b4d;
    border-bottom: 2px solid #f6f6f6;
    }
    header[role="tablist"] a.active {
    border-bottom: 2px solid #0052CC;
    }
    
    header[role="tablist"] a:hover {
    border-bottom: 2px solid #0052CC;
    }

    .modal { overflow: auto !important; }

    .form-controlnew {
      display: block;
      width: 80%;
      height: 50px;
      padding: 6px 12px;
      font-size: 20px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-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;
      margin-top: 7px;
      margin-bottom: 10px;
  }

  .icon_font {
   font-size: 48px !important;
  }
.height_50{
  height:64px !important;
}
.height_49{
  height:49px;
}

.font_size_18px{
  font-size: 20px;
}

.font_size_20px{
  font-size: 25px !important;
}

.height_15px {
  width: 15px;
  height: 15px;
}

.header_ovrride{
  margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.width_100imp{
width:100% !important;
}

.background_color{
  background-color: white !important;
}

.loginBox.flipped {
  transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}

.loginBox .side {
  position: absolute;
  backface-visibility: hidden;
  background-color: rgb(255,255,255);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 23px rgba(0,0,0,0.2);
  margin: 82px auto;
  padding: 44px;
  width: 464px;
  height: 500px;
  opacity: 20px;
}

.box_shadow{
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 23px rgba(0,0,0,0.2);
}

.textToShowLimitedLines {
  display: block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.loginBox .back {
  background:rgb(255,255,255);
  color: #0087cc;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
}

.font_size_18px{
  font-size: 18px;
}

.font_size_18pxImp{
  font-size: 18px !important;
}

.marginTop60px{
  margin-top:60px !important;
}

.marginRight10px
{
  margin-right: 10px !important;
}

.marginLeft25px
{
  margin-left: 25px;
}

.height30{
  height: 30px !important;
}


.img_handling{
  display: inline-block;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
.image-size {
  height: 150px;
  width: 150px;
  /* border-image: 2px; */
  border-width: 2px;
  border-color: black;
}

.demo-non-form {
  color: initial;
  width: 100%;
  padding: 10px;
  margin: 6px 0 12px 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.external-container button.external-button {
  font-weight: 400;
  padding: 10px;
  margin: 6px 0 13px 0;
  width: 100%;
}

.margin-top-5px{
  margin-top: 5px
  }

  .margin-top5px{
    margin-top: -5px !important
    }

  .ow {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }


  .limit_text{
    overflow: hidden !important;
    text-overflow: ellipsis
  }

  .height200px
  {
    height: 200px;
  }

  .border_radius20px{
    border-radius: 20px
  }
  
  .desc {
    text-align: center;
  }
  .outer, .wrap, .html2canvas, .image_text {
    display: inline-block;
    vertical-align: top;
  }
  .wrap {
    text-align: center;
  }
  #imagewrap {
    background-color: white;
  }
  #wow {
    color: red;
    display: block;
    transform: translate(0px, -12px) rotate(-10deg);
  }


.customCard{
  border-radius: 10px;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  margin-left: 4%;
  padding: 2;
  background-color: white;
  margin-right: 4%
}

.stickyPosition{
  position: sticky
}
.top0px{
  top:0px
}
.zindex999
{
  z-index:999
}

.inheritPosition{
  position: inherit !important;
}

.webkit_center{
  text-align: -webkit-center
}

.width_80percent{
  width: 80%
}
.viewLess {
  height: 80px;
  overflow: hidden;
}

.margin-top5px{
      margin-top: -5px !important
      }

.viewLess {
height: 80px;
overflow: hidden;
}
         
.viewMore {
  height: auto;
}
       
.verticalAlign{
vertical-align: middle !important;
}
.letterspacing1px{
letter-spacing: 1px
}

.margin_top_15{margin-top:15px !important;}
.margin_bottom_15{margin-bottom:15px;}
.margin_right_15{margin-right:15px;}
.margin_left_15{margin-left:15px;}
.card_content_heading{
color: rgba(0, 0, 0, 0.65);
font-size: 1.600rem;
font-weight: 550;
}
.card_content{
color: rgba(0, 0, 0, 0.65);
font-size: 1.600rem;
}

.borderTopWidth2px{
  border-top-width: 2px
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}


.newDropdown {
  position: relative;
  display: inline-block;
}

.newDropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.newDropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.newDropdown-content a:hover {background-color: #ddd;}

.newDropdown:hover .newDropdown-content {display: block;}

.newDropdown:hover .dropbtn {background-color: #3e8e41;}


.newTitle{
  font-weight: bold;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin: 0;
  max-width: 400px;
  color: #282c3f;
  text-transform: capitalize
}



@media (max-width:640px)
{
.display_none{
display: none;
}
.loginBox{
  margin-top: -42%;
  width:auto;
}
.marginLeft28px
{
  margin-left: 28px !important;
}
.marginLeft30px
{
  margin-left: -30px !important;
}

.margin-top5px{
margin-top: 5px
}

.marginTop10PX{
margin-top: 10px !important
}

.margin_top_0px{
  margin-top: 0px !important
}

.newCardHeight{
  height: 80px;
}

.width100percentRes{
  width: 100%
 }

 .navbarReponsivePadding0{
 padding: 0px;
 clear: both
 }
 .navbar-nav > li {
  padding-left: 0px
}

}

@media (max-width: 959px)
{
.md-toaster {
    left:auto;
     right: 0 !important;
     width: 100% !important;
     max-width: 100% !important;
     min-width: 0 !important;
     bottom: auto;
}
}