.form-control {
    border-radius: 0px;
    /*border: solid 1px #efeeee;*/
    border: 1px solid #b8b8b9;
    height: 23px;
    font-size: 12px;
    padding: 4px 11px;
    color: #000;
}

div.options > label > input {
	visibility: hidden;
}

div.options > label {
	display: block;
	/* margin: 0 0 0 -10px; */
	padding: 0 0 20px 0;  
	height: 20px;
        float:left;
	/*width: 150px; */
}

div.options > label > img {
	display: inline-block;
	padding: 0px;
	height:22px;
	width:22px;
	background: none;        
        background: url(../../img/uncheck.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:20px 20px;
}

div.options > label > input:checked +img {  
	background: url(../../img/radio_icon.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:20px 20px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 4px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
  }   
}
.form-horizontal .control-label {
    font-size: 12px;
    color: #000
  }   

@media (min-width: 1200px){
.container {
    /*width: 1200px;*/
    width: 99%;
}
}

.vet-logo{
	width: 150px;
	height: 92px;
}
.top-margin{
	 margin-top: 28px;
	 margin-bottom: 35px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 13px !important; 
    color: 5e328e;
    font-size: 12px;
}
#myTab li a {    
   padding: 6px 11px 8px;     
}
.header-buttons{
    border-radius: 0px;  
    font-family: 'Roboto', regular; 
    color: #68595b; 
    width: 117px;
    height: 31px; 
    font-size: 11px; 
    background-color: #ecebea;
}

.btn-primary {
    color: #fff;
    background-color: #414042 !important;
    border-color: #2e6da4 !important;
}

.headingHeight{
    height: auto;
}

@media only screen and (max-width: 600px) {   
    #myTab li {
    width: 28%;   
   }
   .padding{
      padding: 5px !important; 
   }
   
}
.btn_dashboard_topbtn {
    background-color: #e5d7fa;
    color: #5b2d88 !important;
}
/* Tool Tip CSS */
.tooltip {
  position: relative;
  display: inline-block;
 /* border-bottom: 1px dotted black; */
  opacity: 1;
 z-index: auto;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 425px;
  background-color: #e5d7fa;
  color: black;
  text-align: left;
  border-radius: 0px;
  padding: 5px 0;
  padding-left: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  border: solid 0.1px black;
}
/* End Tool Tip CSS */

/* Trainer CSS */

      .btn_dashboard_topbtn {
    border-radius: 0;
    background-color: #d1d1d1;
    color: #414042 !important;
    padding: 8px 16px;
    border: 0;
}
    .redname
    {
        color:red;
    }     
    .attrremovecls{
        display: none;
    }    
    #append_chat {
      position: fixed;
      bottom: 0;
      right: 16px;
      z-index: 9999999999
    }
    .modal-title {
      color: #414042;
    }        
    #add_row_unit {
      color: #fff;
      padding: 5px 10px;
      cursor: pointer;
      text-decoration: none;
    }   
    .btn-primary {
      border: none;
      padding: 5px 10px;
      border-radius: 0;
    }
    .btn {
      border-radius: 0;
    }
    .save_absences_btn:hover, .save_absences_btn:focus{
      color: #fff;
    }
/* End Trainer CSS */