@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}
.body-content {
    margin-top: 50px
}
a {
  color: #007dc5;
}
a:focus {
  color: #007dc5;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
    border-radius: 0;
}
hr {
  border-top: 1px solid #dddddd;
}
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.h6 .small {
  color: #999999;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #007dc5;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #006687;
}
.text-success {
  color: #5bb75b;
}
a.text-success:hover,
a.text-success:focus {
  color: #358753;
}
.text-info {
  color: #49afcd;
}
a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}
.text-warning {
  color: #f79433;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b67102;
}
.text-danger {
  color: #da4f49;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d32a0e;
}
.bg-primary {
  color: #fff;
  background-color: #007dc5;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #006687;
}
.page-header {
    margin: 20px 0 20px;
  border-bottom: 1px solid #dddddd;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  border-left: 5px solid #dddddd;
}
blockquote .small {
  color: #6f6f6f;
}
blockquote.pull-right {
  border-right: 5px solid #dddddd;
}
code {
  border-radius: 0;
}
kbd {
  border-radius: 0;
}
pre {
  color: #333333;
  border-radius: 0;
}
caption {
  color: #999999;
}
output {
  color: #6f6f6f;
}
.form-control {
  color: #6f6f6f;
  background-color: #ffffff;
  border-radius: 0;
}
.input-sm {
  border-radius: 0;
}
.form-group-sm .form-control {
  border-radius: 0;
}
.input-lg {
  border-radius: 0;
}
.form-group-lg .form-control {
  border-radius: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5bb75b;
}
.has-success .form-control {
  border-color: #5bb75b;
}
.has-success .form-control:focus {
  border-color: #358753;
}
.has-success .input-group-addon {
  color: #5bb75b;
  border-color: #5bb75b;
}
.has-success .form-control-feedback {
  color: #5bb75b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f79433;
}
.has-warning .form-control {
  border-color: #f79433;
}
.has-warning .form-control:focus {
  border-color: #b67102;
}
.has-warning .input-group-addon {
  color: #f79433;
  border-color: #f79433;
}
.has-warning .form-control-feedback {
  color: #f79433;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #da4f49;
}
.has-error .form-control {
  border-color: #da4f49;
}
.has-error .form-control:focus {
  border-color: #d32a0e;
}
.has-error .input-group-addon {
  color: #da4f49;
}
.has-error .form-control-feedback {
  color: #da4f49;
}
.help-block {
  color: #626262;
}
.btn {
  border-radius: 0;
}
.btn-default {
  background-color: #e7e7e7;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #cecece;
}
.btn-default:hover {
  background-color: #cecece;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #cecece;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #bcbcbc;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e7e7e7;
}
.btn-default .badge {
  color: #e7e7e7;
}
.btn-primary {
  background-color: #007dc5;
  border-color: #0079a1;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #006687;
  border-color: #001921;
}
.btn-primary:hover {
  background-color: #006687;
  border-color: #004b63;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #006687;
  border-color: #004b63;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #004b63;
  border-color: #001921;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007dc5;
  border-color: #0079a1;
}
.btn-primary .badge {
  color: #007dc5;
}
.btn-success {
  background-color: #5bb75b;
  border-color: #3c9a5f;
}
.btn-success:focus,
.btn-success.focus {
  background-color: #358753;
  border-color: #183e26;
}
.btn-success:hover {
  background-color: #358753;
  border-color: #2b6e44;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #358753;
  border-color: #2b6e44;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #2b6e44;
  border-color: #183e26;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5bb75b;
  border-color: #3c9a5f;
}
.btn-success .badge {
  color: #5bb75b;
}
.btn-warning {
  background-color: #f79433;
  border-color: #d08002;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #b67102;
  border-color: #513201;
}
.btn-warning:hover {
  background-color: #b67102;
  border-color: #935b01;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #b67102;
  border-color: #935b01;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #935b01;
  border-color: #513201;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f79433;
  border-color: #d08002;
}
.btn-warning .badge {
  color: #f79433;
}
.btn-danger {
  background-color: #da4f49;
  border-color: #ea2f10;
}
.btn-danger:focus,
.btn-danger.focus {
  background-color: #d32a0e;
  border-color: #731708;
}
.btn-danger:hover {
  background-color: #d32a0e;
  border-color: #b1240c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #d32a0e;
  border-color: #b1240c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #b1240c;
  border-color: #731708;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #da4f49;
  border-color: #ea2f10;
}
.btn-danger .badge {
  color: #da4f49;
}
.btn-link {
  color: #007dc5;
}
.btn-link:hover,
.btn-link:focus {
  color: #007dc5;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  border-radius: 0;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  color: #555555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eeeeee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #007dc5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-header {
  color: #999999;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 0;
}
.input-group-addon {
  color: #6f6f6f;
  border-radius: 0;
}
.input-group-addon.input-sm {
  border-radius: 0;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #007dc5;
}
.nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6f6f6f;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 0 0 0 0;
  }
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #007dc5;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-default {
  background-color: #e3dedb;
  border-color: #222222;
}
.navbar-default .navbar-brand {
  color: #222;
    font-weight: 400;
    font-size: 22px;
}
.navbar-brand > img {
    height:35px; 
    /*background-color: #fff; 
    border-color: #ccc; 
    border-radius: 4px;*/ 
    display: inline-block; 
    padding: 2px; 
    margin-right: 5px
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #222;
}
.navbar-default .navbar-text {
  color: #222;
}
.navbar-default .navbar-nav > li > a {
  color: #232020;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #E4551F;
  background-color: #C9C1B8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #E4551F;
  background-color: #C9C1B8;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #222222;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #C9C1B8;
  color: #E4551F;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #E4551F;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #E4551F;
    background-color: #e3dedb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #E4551F;
    background-color: #e3dedb;
  }
}
.navbar-default .navbar-link {
  color: #232020;
    font-weight: 400;
}
.navbar-default .navbar-link:hover {
  color: #E4551F;
  text-decoration: none;
}
.navbar-default .btn-link {
  color: #232020;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #E4551F;
    text-decoration: none;
}
.navbar-inverse {
  background-color: #E4551F;
  border-color: #E4551F;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
    font-weight: 400;
    font-size: 22px;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #D93A2A;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #D93A2A;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #E4551F;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #D93A2A;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #E4551F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #E4551F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #E4551F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #E4551F;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
    font-weight: 500;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.breadcrumb {
  border-radius: 0;
}
.breadcrumb > li + li:before {
  color: #999999;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #007dc5;
  background-color: transparent;
  border: 1px solid transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #007dc5;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #007dc5;
  border-color: transparent;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  border-color: transparent;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: transparent;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #007dc5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #006687;
}
.label-success {
  background-color: #5bb75b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #358753;
}
.label-warning {
  background-color: #f79433;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b67102;
}
.label-danger {
  background-color: #da4f49;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d32a0e;
}
.badge {
  background-color: #007dc5;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #007dc5;
}
.jumbotron {
  background-color: #fafafa;
}
.jumbotron > hr {
  border-top-color: #e1e1e1;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.thumbnail {
  border-radius: 0;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007dc5;
}
.thumbnail .caption {
  color: #222222;
}
.alert {
  border-radius: 0;
}
.alert-success {
  background-color: #5bb75b;
  border-color: #3c9a5f;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #358753;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #49afcd;


  border-color: #3db5d8;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #2aabd2;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f79433;


  border-color: #d08002;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #b67102;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #da4f49;


  border-color: #ea2f10;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #d32a0e;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.progress {
  border-radius: 0;
}
.progress-bar {
  background-color: #007dc5;
}
.progress-bar-success {
  background-color: #5bb75b;
}
.progress-bar-warning {
  background-color: #f79433;
}
.progress-bar-danger {
  background-color: #da4f49;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #007dc5;
  border-color: #007dc5;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #87e1ff;
}
.list-group-item-success {
  color: #5bb75b;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #5bb75b;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #5bb75b;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  background-color: #5bb75b;
  border-color: #5bb75b;
}
.list-group-item-info {
  color: #49afcd;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #49afcd;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #49afcd;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  background-color: #49afcd;
  border-color: #49afcd;
}
.list-group-item-warning {
  color: #f79433;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f79433;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #f79433;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  background-color: #f79433;
  border-color: #f79433;
}
.list-group-item-danger {
  color: #da4f49;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #da4f49;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #da4f49;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  background-color: #da4f49;
  border-color: #da4f49;
}
.panel {
  border-radius: 0;
}
.panel-heading {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-footer {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-primary {
  border-color: #007dc5;
}
.panel-primary > .panel-heading {
  background-color: #007dc5;
  border-color: #007dc5;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007dc5;
}
.panel-primary > .panel-heading .badge {
  color: #007dc5;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007dc5;
}
.panel-success {
  border-color: #3c9a5f;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #5bb75b;
  border-color: #3c9a5f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c9a5f;
}
.panel-success > .panel-heading .badge {
  color: #5bb75b;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c9a5f;
}
.panel-info {
  border-color: #3db5d8;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #49afcd;
  border-color: #3db5d8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3db5d8;
}
.panel-info > .panel-heading .badge {
  color: #49afcd;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3db5d8;
}
.panel-warning {
  border-color: #d08002;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f79433;
  border-color: #d08002;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d08002;
}
.panel-warning > .panel-heading .badge {
  color: #f79433;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d08002;
}
.panel-danger {
  border-color: #ea2f10;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #da4f49;
  border-color: #ea2f10;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ea2f10;
}
.panel-danger > .panel-heading .badge {
  color: #da4f49;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ea2f10;
}
.well {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
.well-lg {
  border-radius: 0;
}
.well-sm {
  border-radius: 0;
}
.close {
  color: #ffffff;
}
.close:hover,
.close:focus {
  color: #ffffff;
}
.modal-content {
  border-radius: 0;
}
.tooltip {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tooltip-inner {
  background-color: #333333;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333333;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #333333;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #333333;
}
.popover {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #333333;
  border: 1px solid #333333;
  border: 1px solid transparent;
  border-radius: 0;
}
.popover-title {
  background-color: #333333;
  border-bottom: 1px solid #262626;
  border-radius: -1 -1 0 0;
}
.popover.top > .arrow {
  border-top-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.05);
}
.popover.top > .arrow:after {
  border-top-color: #333333;
}
.popover.right > .arrow {
  border-right-color: #000000;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  border-right-color: #333333;
}
.popover.bottom > .arrow {
  border-bottom-color: #000000;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.popover.bottom > .arrow:after {
  border-bottom-color: #333333;
}
.popover.left > .arrow {
  border-left-color: #000000;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  border-left-color: #333333;
}







.navbar {
  border: none;
  font-size: 13px;
  font-weight: 300;
}
.navbar .navbar-toggle:hover .icon-bar {
  background-color: #b3b3b3;
}
.navbar-collapse {
  border-top-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-form {
  margin-top: 7px;
  margin-bottom: 5px;
}
.navbar-form .form-control {
  height: auto;
  padding: 4px 6px;
}
.navbar .dropdown-menu {
  border: none;
}
.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
  background-color: transparent;
  font-size: 13px;
  font-weight: 300;
}
.navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-default .dropdown-menu {
  background-color: #e3dedb;
}
.navbar-default .dropdown-menu > li > a,
.navbar-default .dropdown-menu > li > a:focus {
  color: #232020;
    font-weight: 500;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
  background-color: #C9C1B8;
  color: #e4551f;
}
.navbar-inverse .dropdown-menu {
  background-color: #E4551F;
}
.navbar-inverse .dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a:focus {
  color: #ffffff;
    font-weight: 500;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: #D93A2A;
}
.btn {
  padding: 8px 12px;
}
.btn-lg {
  padding: 16px 20px;
}
.btn-sm {
  padding: 8px 12px;
}
.btn-xs {
  padding: 4px 6px;
}
.btn-group .btn ~ .dropdown-toggle {
  padding-left: 16px;
  padding-right: 16px;
}
.btn-group .dropdown-menu {
  border-top-width: 0;
}
.btn-group.dropup .dropdown-menu {
  border-top-width: 1px;
  border-bottom-width: 0;
  margin-bottom: 0;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu {
  background-color: #e7e7e7;
  border-color: #cccccc;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a {
  color: #333333;
}
.btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a:hover {
  background-color: #d3d3d3;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #007dc5;
  border-color: #0079a1;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu > li > a:hover {
  background-color: #006d91;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu {
  background-color: #5bb75b;
  border-color: #3c9a5f;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu > li > a:hover {
  background-color: #388f58;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #49afcd;
  border-color: #46b8da;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu > li > a:hover {
  background-color: #39b3d7;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #f79433;
  border-color: #d08002;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu > li > a:hover {
  background-color: #c17702;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu {
  background-color: #da4f49;
  border-color: #ea2f10;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu > li > a:hover {
  background-color: #dc2c0f;
}
.lead {
  color: #6f6f6f;
}
cite {
  font-style: italic;
}
blockquote {
  border-left-width: 1px;
  color: #6f6f6f;
}
blockquote.pull-right {
  border-right-width: 1px;
}
blockquote small {
  font-size: 12px;
  font-weight: 300;
}
table {
  font-size: 12px;
}
label,
.control-label,
.help-block,
.checkbox,
.radio {
  font-size: 12px;
  font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.nav-tabs > li > a {
  background-color: #e7e7e7;
  color: #222222;
}
.nav-tabs .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
.nav-pills {
  font-weight: 300;
}
.breadcrumb {
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.pagination {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 4px;
  color: #999999;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
}
.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > span,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 3px;
}
.pagination-lg > li > a {
  padding-left: 22px;
  padding-right: 22px;
}
.pagination-sm > li > a {
  padding: 0 5px;
}
.pager {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.list-group {
  font-size: 12px;
  font-weight: 300;
}
.close {
  opacity: 0.4;
  text-decoration: none;
  text-shadow: none;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.alert {
  font-size: 12px;
  font-weight: 300;
}
.alert .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}
.label {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0;
  font-weight: 300;
}
.label-default {
  background-color: #e7e7e7;
  color: #333333;
}
.badge {
  font-weight: 300;
}
.progress {
  height: 22px;
  padding: 2px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  padding: 0;
  margin-top: 0;
  font-size: 12px;
}
.dropdown-menu > li > a {
  padding: 12px 15px;
}
.dropdown-header {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  text-transform: uppercase;
}
.popover {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.panel-heading,
.panel-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-default .close {
  color: #222222;
}
.modal .close {
  color: #222222;
}

.navbar-default {
    /*margin-top: 50px;*/
    border-bottom: 8px solid #CE1126;
}
.navbar-inverse {
    /*margin-top: 50px;*/
    border-bottom: 8px solid #555;
}