.navbar-inverse, .nav-header {
    border-color: #f4a024;
}

.nav-header, .navbar-inverse, .navbar-inverse .navbar-nav>.active>a{
  background: #294a70;
}

.nav-header li:hover{
  background:  #f4a024;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background: #f4a024;
}

.site-branding  {
  background: #fff;
  padding: 15px 0;
}

.custom-logo-link, #site-identity {
  float: left;
  margin-right: 10px;
}

.site-title {
    clear: none;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px;
}

.site-title>a:hover {
  text-decoration: none;
}

.site-description {
    color: #333;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 1.4px;
    margin-bottom: 0;
}

.brand h4 {color: #555}

a,
a:visited {
    color:#294a70;
    text-decoration: inherit;
}

a:hover,
a:focus,
a:active {
    color: #6081a7;

}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

.nav-header {
  border-bottom: 5px solid #f4a024;
  border-top: 5px solid #f4a024;
  
  height: 100%;
}

#content {
  padding-top: 105px;
  padding-bottom: 15px;
  flex: 1 0 auto;
  
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.footer {
  border-width: 5px 0 0 0;

  flex-shrink: 0;
}

.footer a {
  color: #fff;
}


#breadcrumb-bar > .breadcrumb {
  background-color: #428bca;
  margin-bottom: 0;
}

#breadcrumb-bar {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-bottom{
  margin-bottom: 0;
}

button.btn-no-border{
  padding: 0;
  border: none;
  background: none;
}

button.left{
  float:left;
}

input.right, button.right, div.right{
   float:right;
}

button.line{
  display: inline-block;
}

td.width-1em{
  width: 1em;
}

td.width-005{
  width: 5%;
}

td.no-border-top{
  border-top: 0px;
}

span.top-5px{
  top: 5px;
}

.check-size, .radio-size{
  width: 17px;
  height: 17px;
  margin: 0px;
}

form.right{
  float: right;
}

.red-light{
  color: #c7254e
}

.blue-light{
  color: #357ebd
}

h1.ds-title{
  display: block; 
  color: #3886AA; 
  font-size: 20px
}

h2.ds-subtitle, p.ds-subtitle{
  font-weight: bold;
  font-size: 16px;
}

.ds-breadcrumb{
  padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f4a024;
    border-radius: 4px;
    width: 25%;
    margin-bottom: 10px;
}

div.admin{
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
  padding: 0px;
}

p.admin {
  margin-bottom: 0px;
  margin-left: 3px;
}

table.table-width060{
  width: 60%;
}

tbody>tr>td.no-border-top {
    border-top: none;
}

div.floatRight{
  float: right;
}

div.style-info{
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 15px;
  position:relative;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

div.style-info2{
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 1px;
  position:relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

div.style-info3{
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 0px;
  position:relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

input.margin, label.margin, div.margin{
  margin-top: 1%;
}

select.form-combobox-width15{
    display: inline;
    width: 15%;
    margin-right: 8%;
}

select.form-combobox-width15-1margin-right{
    display: inline;
    width: 15%;
    margin-right: 1%;
}

select.form-combobox-width66{
    display: inline;
    width: 66%;
    margin-right: 0%;
}

select.form-combobox-width19{
  display: inline;
  width: 19%;
  margin-right: 0%;
}

select.form-combobox-width20{
  display: inline;
  width: 20%;
  margin-right: 0%;
}

select.form-combobox-width27{
  display: inline;
  width: 27%;
  margin-right: 0%;
}

select.form-combobox-width30{
  display: inline;
  width: 30%;
  margin-right: 0%;
}

select.form-combobox-width8{
    display: inline;
    width: 8%;
    margin-right: 1%;
}

select.form-combobox-width9{
    display: inline;
    width: 9%;
    margin-right: 1%;
}

select.form-combobox-width11{
  display: inline;
  width: 11%;
  margin-right: 1%;
}



select.form-combobox-width55{
  display: inline;
  width: 55%;
  margin-right: 1%;
  margin-bottom: 1%;
}

input.form-input-width65{
    display: inline;
    width: 65%;
}

input.form-input-width40{
    display: inline;
    width: 40%;
}

input.form-input-width30{
  display: inline;
  width: 30%;
}

.offset:before { 
  display: block; 
  content: " "; 
  height: 170px;      /* Give height of your fixed element */
  margin-top: -170px; /* Give negative margin of your fixed element */    
  visibility: hidden; 
}
