body {
    font-family: Calibri, arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
}

p {
    font-family: Calibri, arial, sans-serif;
    font-size: 18px;
    line-height: 25px;

}

label {
    font-weight: bold;
}

input,
button,
select,
textarea {
    font: 80%/1.4em normal Gill Sans MT;
    font-family: Calibri, arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
}


.well {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 25px;
    background-color: #cce1ed;
    border-left-color: black;
    border-left-width: 6px;
}

.well-thin {
    padding: 2px 2px 2px 10px;;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 5px;
}

.alert, .alert-heading {
    color: #86642b;
}

.alert-block {
    padding-top: 5px;
    padding-bottom: 8px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #bfdea5;
}

.alert-success, .alert-success .alert-heading {
    color: #245525;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #f1bdc5;
}

.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
    color: #871412;
}

.alert-info{
    background-color: #cce1ed;
    font-size: 18px;
    line-height: 25px;
    border-left-color: black;
    border-left-width: 2px;
}

.navbar .nav>li {
    list-style-type: none;
}

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
    border-top-color: #ffffff !important;
}

.nav-tabs > li > a {
    background-color: #007dae;
    color: white;
    text-decoration: none;
}

.nav-tabs > li > a:hover {
    color: #555555;
}

.navbar-inner {
    background-color: #1d4e61;
    background-image: -moz-linear-gradient(top, #1d4e61, #1d4e61);
    background-image: -ms-linear-gradient(top, #1d4e61, #1d4e61);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d4e61), to(#1d4e61));
    background-image: -webkit-linear-gradient(top, #1d4e61, #1d4e61);
    background-image: -o-linear-gradient(top, #1d4e61, #1d4e61);
    background-image: linear-gradient(top, #1d4e61, #1d4e61);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1d4e61', endColorstr = '#1d4e61', GradientType = 0);
}

.navbar-search .search-query {
    font-family: Calibri, arial, sans-serif;
}

.navbar .nav > li > a {
    color: white;
    font-weight: bold;
    text-shadow: none;
    text-decoration: none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #0070b6;
    color: white !important;
    min-height: 25px;
}


.navbar .nav .open > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #0070b6;
    color: white !important;
}
.navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  background-color: #0070b6;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover{
    color: #0070b6;
}
.header-label {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #ffffff;
    background-color: #0070b6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.header-label:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}

.sub-header-label {
    padding: 4px 6px 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #909497;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sub-header-label:hover {
    color: #ffffff;
    text-decoration: none;
}

.plain {
    text-decoration: none;
}

.caret {
    opacity: 100;
    filter: alpha(opacity = 100);
}

/* override the styles imposed by application-master.css */
.nav-tabs li {
    list-style-type: none;
    font-weight: bold;
    margin-left: 0.1em;
}

.dropdown li {
    list-style-type: none;
    font-size: 18px;
    line-height: 25px;
    margin-left: 0;
}

legend {
    display: block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
    border: 1px solid #e2e1e1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9f7f7;
}


.alert .close {
  font-size: small;
}

.btn-mini {
  font-size: 40%;
}

.btn-medium {
  padding: 3px 5px;
  font-size: 18px;
  line-height: 25px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 18px;
    line-height: 25px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #39739b;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.badge a {
    color: white;
    text-decoration: none !important;
}

.dropdown-menu a{
    text-decoration: none;
}
a.btn{
    text-decoration: none;
}

a.btn:visited {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
}

select[class*="slim"] {
  height: 25px;
  padding: 0;
  margin-bottom: 2px;
  line-height: 18px;
}

label {
  display: inline;
}

label input, label textarea, label select {
  display: inline;
}

.help-inline {
  margin-bottom: 0;
}

.modal {
  max-height: 1000px;
    top: 35%;
}

.modal-body {
  overflow-y: auto;
  max-height: 600px;
}    

.typeahead li {
    list-style-type: none;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    font-size: 80%;
}

/*custom modification to show drop down menu on hover*/
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}

table > tbody > tr:hover td,
table > tbody > tr:hover th {
   /* background-color: #f5f5f5;*/
}


.progress {
    background: #d0d0d0 none;
    height: 25px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
}

.btn {
    padding: 8px 15px;
    color: #007dae;
    text-decoration: none;
    clear: both;
    border: 2px solid #007dae;
    transition: all ease 200ms;
    position: relative;
    /*padding-right: 25px;*/
    background: #ffffff;
    border-radius: 2px;
    text-align: center;
    font-size: 1.125rem;
    font-size: 18px;

}
.btn:hover, .btn:focus{
    background: #007dae;
    color: #ffffff;
    box-shadow: 0 0 2px #c1c1c1;
}

.btn-primary{
    border: 2px solid #007dae;
    background: #007dae;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    /*
    min-width: 90px;
    */
    /*
    margin: 15px 0px;
    */
    padding: 8px 15px;
    font-size: 1.125rem;
    font-size: 18px;
    font-weight: normal;
    transition: all 300ms ease;
    border-radius: 2px;
    /*min-height: 40px;*/
    clear: both;
}

.btn-primary:hover, .btn-primary:focus{
    border: 2px solid #427ba1;
    background: #ffffff;
    color: #000000;
}


.label, .badge{
    font-size: 18px;
    line-height: 25px;
}

.accordion-toggle{
    background-color: #dddddd;

}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    font-size: 20px;
}
.accordion-opened .accordion-toggle:after {
    content: "\f077";
    font-size: 20px;
}
.accordion-heading a > span {
    background-color: transparent;
    color: black ;
}

.accordion-heading a  {
    text-decoration: none !important;
}