/* Subnav */
.subnav {
  z-index: 1020;
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.subnav .nav {
    margin: 0 auto;
    padding: 0 1px;
}
.subnav .nav > li > a {
  color: #08C;
  text-decoration: none;
  text-shadow: none;
  line-height: 14px;
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .open > a,
.subnav .nav > li > a:hover {
	color: #00548C !important;
	background-color: #e9e9e9 !important;
}
.subnav .dropdown-toggle .caret, 
.subnav-pills .dropdown-toggle .caret  {
	border-top-color: #08C !important;
	border-bottom-color: #08C !important;
}
.subnav .navbar-nav {
	float: left;
}
.subnav .navbar-right {
	float: right;
}
.subnav .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.subnav .navbar-nav > li {
    float: left;
}
.subnav .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.subnav .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
@media (max-width: 767px){
	.subnav .navbar-form .form-group > span {
		display: none;
	}

  .patientMenu .nav .menuText {
    display: none;
  }
}
.patientMenu,
.midMenu {
	border-top: 0;
}
.patientMenu .nav .dropdown-toggle .caret, 
.midMenu .nav .dropdown-toggle .caret  {
	margin-top: -1px;
}
.midMenu .navbar-form input {
	margin-top: 4px;
}
.midMenu {
	background-color: #DAE6EB; 
	background-repeat: repeat-x; 
	background-image: -moz-linear-gradient(top, #DAE6EB 0%, #C7DDE9 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DAE6EB), color-stop(100%,#C7DDE9));
	background-image: -webkit-linear-gradient(top, #DAE6EB 0%,#C7DDE9 100%); 
	background-image: -ms-linear-gradient(top, #DAE6EB 0%,#C7DDE9 100%); 
	background-image: -o-linear-gradient(top, #DAE6EB 0%,#C7DDE9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DAE6EB', endColorstr='#C7DDE9',GradientType=0 );
	background-image: linear-gradient(top, #DAE6EB 0%,#C7DDE9 100%);
	border-bottom: 1px solid #A9D1E4;
	border-top: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	
}
.midMenu .nav > li:first-child > a,
.midMenu .nav > li:first-child > a:hover {
  border-left: 1px solid #B6D6E6;
}
.midMenu .open > a,
.midMenu .nav > li > a:hover {
	color: #005C9E;
	background-color: #C1DBE8 !important;
}
.midMenu .nav > li > a  {
	border-left: 0;
	border-right: 0;
}
.midMenu .divider-vertical {
	margin: 0;
	height: 36px;
	border-right: 1px solid #DFE9EE;
	border-left: 1px solid #B4D0E2;
}
.patientMenu .divider-vertical {
	margin: 0;
	height: 36px;
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #e5e5e5;
}
.patientMenu {
	height: 45px;
	padding: 4px 0;
	margin-bottom: 8px;
}