/* fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Open+Sans+Condensed:300,300italic,700);

/* general */
body {
  font-family: 'Open Sans', sans-serif;
  border-top: 3px solid;
}
body,
.btn-default,
.btn-link {
  color: #004b8d;
}

.page-header {
    border-color: #ee2e24;
    padding-bottom: 20px;
    margin: 20px 0 20px;
}

.footer {
    width: 100%;
    min-height: 60px;
    background-color: #363636;
    margin-top: 20px;
}

th,
td > strong {
    font-family: georgia, times, sans-serif;
}

hr + h3 {
    margin-bottom: 20px;
    /*font-weight: 600;*/
}

.navbar-form {
    padding-left: 10px;
    padding-right: 10px;
}

.pagination {
    margin: 8px 0px;
}

ul.nav.main-nav-left {
    background: #eee;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

ul.nav.main-nav-left li {
    border-bottom: 1px solid #D6D6D6;
}

ul.nav.main-nav-left li:after {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display block;
    bottom: -2px;
}

ul.nav.main-nav-left li + li {
    margin-top: -2px;
}

.input-group-search:after {
    content: "\f002";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .25;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.fa-refresh {
    color: #009900;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: rgba(0,75,141,0.5);
    color: #fff;
}

nav.navbar .container-fluid > .btn {
    margin: 7px 0px 0px;
}

tr.bg-primary {
    background: #7fa5c6;
}

@media (min-width: 992px) {
  .col-md-2-5 {
      width: 20.83333335% !important;
  }
  .col-md-9-5 {
    width: 79.16666665% !important;
  }
  ul.nav.main-nav-left {
      background: #eee;
      border-radius: 4px;
      padding: 10px;
      min-height: 350px;
      margin-bottom: 10px;
  }
  th.width-25 {
      width: 25%;
  }
  th.width-20 {
      width: 20%;
  }
  th.width-30 {
      width: 30%;
  }
  th.width-33 {
      width: calc(50% / 3);
  }
  th.width-66 {
      width: calc(50% / 3 * 2.5);
  }
  td.width-80 {
      width: 80%;
  }
}

@media (max-width: 991px) {
  h1.text-right {
      text-align: center;
  }
  img.img-responsive {
      margin: 0 auto;
  }
}
