.nav-tabs {
  
      border-bottom: 0px solid #fff;
}

.bs-example {
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative; 
    border-width: 0px 0; 
}

 

@media (min-width: 768px) { 
.bs-example {
    margin-right:0;
    margin-left:0;
     -webkit-box-shadow:none;
    box-shadow:none;
}

}

 
.btn{
     height:36px;
}

 
 
.txtSearchFG{
    margin-left:-10px !important;
}

@media (max-width: 890px) { 
  

} /*end @media (min-width: 890px) {*/ 

.form-control {
    display: block;
    width: 100% !important;
    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: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}

  #search {
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    margin: -20px auto 0;
}

  #search label {
    position: absolute;
    left: -135px; /*17px;*/
    top: 23px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
 

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


#search #search-input, #search .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}

#search #search-clear {
    text-decoration: none;
    position: absolute;
    right: 7px;
    top: 25px;
    color: #b3b3b3;
}

/* by city */

  #CitiesS {
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    margin: -20px auto 0;
}

  #CitiesS label {
    position: absolute;
    left: -135px; /*17px;*/
    top: 23px;
}
 
 
 
#CitiesS #CitiesS-input, #CitiesS .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
 

#CitiesS #CitiesS-clear {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 54px;
    color: #b3b3b3;
}
 #Cities  {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}

 #CitiesS #Cities-clear {
    text-decoration: none;
    position: absolute;
    right: 7px;
    top: 25px;
    color: #b3b3b3;
}

/* end by city */



/* by PostalCode */

  #PostalCodeS {
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    margin: -20px auto 0;
}

  #PostalCodeS label {
    position: absolute;
    left: 15px; /*17px;*/
    top: 23px;
}
 
 
 
#PostalCodeS #inputPostalCode-input, #PostalCodeS .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
 

#PostalCodeS #PostalCodeS-clear {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 54px;
    color: #b3b3b3;
}
 #inputPostalCode  {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
    width:270px !important;
}
  #PostalCodeS #PostalCode-clear {
    text-decoration: none;
    position: absolute;
   left:250px;
    top: 25px;
    color: #b3b3b3;
}
/* end by PostalCode */








.ui-menu .ui-menu-item a{
    background:#F6F6F6;
    height:20px;
    font-size:12px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px;
}

/*new one*/ 
 
 
 #HospitalName  {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
 

 #browsebox h4 {
    font-weight: bold;
    padding-bottom: 5px;
}
.modal_col_right h4 {
    color: #0092A0;
    padding-left: 20px;
    cursor: pointer;
    background: transparent url(../images/button-icon-more.gif) no-repeat top left;
}

.button{cursor: pointer;}

/*end new one*/
 

.nav-tabA>li.active>a, .nav-tabA>li.active>a:hover, .nav-tabA>li.active>a:focus {
    border: 1px solid #CE4A2C !important;
    background-color: #CE4A2C !important;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.ui-autocomplete {
    background-color:#F6F6F6;;
}
