/*
  orange-text: #d54015;
  orange-bg: #e57b18;
  orange-border: #d54015;

  blue-text: #196681;
  blue-bg: #00718b;
  blue-border: #0093b8;
*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html, body,
h1, p, td, ul, ol, li,
input[type='text'], input[type='number'], input[type='button'], input[type='submit'], select, option, textarea {
  font-family: 'Open Sans', sans-serif;
}

/*
.container .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
*/

div.subheader { display: none; }

#header .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar {
  min-height: 100px;
  margin-bottom: 0;
}
.navbar-default {
  background-color: #ffffff;
  border-style: none;
}
/*
#header .nav > li > a {
  padding-right: 0;
}
*/
div#opcaim-header {
  background: url('../img/opcaim-footer-sdw.png') repeat-x center bottom;
}
div#opcaim-header-arrow {
  height: 36px;
  background: transparent url('../img/opcaim-footer-arrow.png') no-repeat 224px 0;
}

div#footerx {
  margin-top: 10px;
  margin-bottom: 20px;
}
div#opcaim-footer {
  background: url('../img/opcaim-footer-sdw.png') repeat-x center bottom;
}
div#opcaim-footer-arrow img {
  display: block;
  border: none;
  margin-left: auto;
  margin-right: 90px;
}
div#copyright {
  text-align: right;
  font-size: 9pt;
  color: #999;
}
div#copyright.row {
  margin-top: 0;
}

.header-blue b {
  color: #d54015;
}

.form-signin p {
  margin-top: 10px;
}

a {
  color: #196681;
}
a:hover, a:active,
.btn-breadcrumb .btn-default.active {
  color: #d54015;
/*
  color: #00718b;
*/
}
.btn-primary,
.panel-primary > .panel-heading {
  background-color: #00718b;
  border-color: #00718b;
}
.panel-primary {
  border-color: #00718b;
}
.btn-primary:hover {
  background-color: #e57b18;
  border-color: #e57b18;
}
a.account-badge {
  color: #00718b;
}
a.account-badge:hover, a.account-badge:active {
/*color: #e57b18;*/
  color: #d54015;
}

.marginleft20 { margin-left: 20px; }

.btn-group.btn-breadcrumb {
  margin: 20px 0;
}
.extra-space-above {
  margin-top: 20px;
}

.row.head:first-child h1, .row.head:first-child h2, .row.head:first-child h3,
h1.first, h2.first, h3.first {
  margin-top: 0;
}

#cssmenu ul ul li a {
  border-color: #adadad !important;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  background: #00718b !important;
  border-color: #00718b !important;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#cssmenu > ul > li:last-child > a, #cssmenu > ul > li.last > a {
  color: #ffffff !important;
  background-color: #6da025 !important;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {
  background-color: #e6e6e6 !important;
}
#cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {
  color: #d54015 !important;
}

#cssmenu > ul > li > a.yellowbg {
  color: #00718b !important;
  font-weight: bold !important;
  background-color: #fbba00 !important;
}

form .row {
  margin-top: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #00718b;
  background-color: #00718b;
}

.btn-success {
  border-color: #6da025;
  background-color: #6da025;
}

.dem-submit {
  width: 240px !important;
}

#extendedtype_wrapper {
  display: none;
}

.info-table td {
  font-size: .8em;
}

.edit-controls {
  border-color: #fbba00;
}

.entry .element--name {
  width: 18% !important;
  margin-right: 2%;
  font-family: monospace;
}
.entry .element--tag {
  display: none;
}
.entry .element--label {
  width: 80% !important;
}

.edit-controls input[name='id'] {
  font-family: monospace;
}
