body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: white;
  color: #425563;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
.title{
  color: #0073ae;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}

input, select {
    color: black;
    /*margin-bottom:9px;*/
}

.form-control{
  height: 25px !important;
}
.custom {
  display: inline;
  width: 200px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* Navbar stuff*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
   a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #01a982; /* #01a982; BACKGROUND color for active*/
  background-color: #fff; /*#01a982;*/
}

.navbar-brand {
  color: #fff !important;
  font-size: 22px;
}
.navbar-header {
  color: #fff !important;
}
.navbar-default {
  background-color: #fff;
  border-color: #030033;
  border-radius: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   color: #262626;
   text-decoration: none;
   background-color: #66CCFF;  /*change color of links in drop down here*/
 }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*color: #0073ae !important;*/
  /*border-bottom: 2px solid #0073ae;*/
}
.tab-selected{
  text-decoration: none;
  /*background-color: silver;*/ /*Change rollover cell color here*/
  color: #0073ae !important;
  border-bottom: 2px solid #0073ae;
}
.search-block {
  margin-top: -8px !important;
  background-color: white;
  color:gray;
  margin-bottom: 10px;
}
.left-middle-align {
  margin: 10px;
  margin-top: 20px;
}
.middle-align {
  margin: 10px;
}
.no-border {
  border: 0px solid white !important;
  border-bottom: 1px solid gray !important;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  color: #0073ae;
  border: 0px !important;
  padding: 0px !important;
}
/* / Navbar stuff*/
/*
a {
  color: #425563;
}
a:hover{
  color: #ff8024;
}

a:visited {

}
*/
.popover{
    max-width: 70%; /* Max Width of the popover (depending on the container!) */
    font-family: Source Sans Pro,Arial,sans-serif;
}
/*
.round-corner {
  border-color: #ff8024;
  border-style: solid;
  border-width: 3px;

  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
*/
#content {
  padding-left: 12px;
  padding-right: 12px;
}

.label-field {
  width: 80px;
}

.btn-rc {
  background-color: #0073ae;
  color: white;
  margin-left: 0px;
  margin-right: 10px
}


.header{
  font-size: 1.2em;
  color: #425563;
}


.scrollable_container{
  height: 400px;
  padding-right: 6px;
  overflow: scroll;
}
