@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@font-face {
  font-family: 'ChicagoFLF';
  src: url("../fonts/ChicagoFLF.eot");
  src: url("../fonts/ChicagoFLF.eot?#iefix") format("embedded-opentype"), url("../fonts/ChicagoFLF.woff") format("woff"), url("../fonts/ChicagoFLF.ttf") format("truetype"), url("../fonts/ChicagoFLF.svg#ChicagoFLF") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif; }

body {
  background-color: #F4F6F9;
  overflow: hidden; }

#app {
  width: 100%;
  height: calc( 100% - 82px);
  position: relative;
  overflow: auto;
  margin-top: 82px;
  -webkit-overflow-scrolling: touch; }
  #app .container {
    width: 90%;
    padding: 0;
    margin: 0 auto; }
  #app > .container {
    padding: 50px 0; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "ChicagoFLF", sans-serif;
  color: #222222; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

.navbar-default {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .sticky-header .navbar-default {
    box-shadow: none;
    border-bottom: 1px solid #ccc; }
  .navbar-default .navbar-brand {
    height: 82px;
    position: relative; }
    .navbar-default .navbar-brand img {
      height: 100%; }
    .navbar-default .navbar-brand-text {
      color: #FF8200;
      font-family: "ChicagoFLF", sans-serif;
      position: absolute;
      left: 100%;
      top: 50%;
      font-size: 18px;
      line-height: 1;
      margin: -15px 0 0 10px; }
      .navbar-default .navbar-brand-text span {
        font-size: 26px;
        margin-left: -20px; }
  .navbar-default .navbar-toggle {
    width: 42px;
    height: 42px;
    margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .navbar-default .navbar-collapse {
      text-align: center; }
      .navbar-default .navbar-collapse > .navbar-nav {
        float: none !important;
        display: inline-block; } }
  .navbar-default .navbar-nav {
    margin-top: 16px; }
    .navbar-default .navbar-nav > li > a {
      font-size: 11px;
      padding: 14px 30px;
      color: #222222;
      text-transform: uppercase;
      font-weight: bold; }
      .navbar-default .navbar-nav > li > a i {
        margin-right: 10px;
        color: inherit; }
      .navbar-default .navbar-nav > li > a:hover {
        color: #FF8200; }
      @media screen and (max-width: 991px) {
        .navbar-default .navbar-nav > li > a {
          padding: 14px 20px; } }
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover {
      background-color: #F4F6F9; }
    .navbar-default .navbar-nav .dropdown-menu {
      padding: 0;
      border: none;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
      .navbar-default .navbar-nav .dropdown-menu li a {
        padding: 20px;
        border-top: 1px solid #D4D8DC; }
        .navbar-default .navbar-nav .dropdown-menu li a i {
          margin-right: 10px; }
      .navbar-default .navbar-nav .dropdown-menu li:first-child a {
        border: none; }

@media (max-width: 1200px) {
  .container > .navbar-header {
    float: none; }
  .container > .navbar-left, .container > .navbar-right {
    float: none !important; }
  .container > .navbar-header .navbar-toggle {
    display: block; }
  .container > .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .container > .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .container > .navbar-collapse.collapse {
    display: none !important; }
  .container > .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .container > .navbar-nav > li {
    float: none; }
  .container > .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .container > .collapse.in {
    display: block !important; }
  .container > .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.table {
  border: none !important;
  border-collapse: separate;
  table-layout: fixed; }
  .table thead.header-sticky {
    visibility: hidden; }
  .table thead.sticky-clone {
    display: none; }
    .table thead.sticky-clone:before {
      width: 100%;
      height: 60px;
      background: white;
      z-index: 1;
      content: "";
      position: fixed;
      top: 80px;
      left: 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .table thead.sticky-clone.is-sticky {
      position: fixed;
      top: 80px;
      height: 60px;
      background: white;
      display: table; }
      .table thead.sticky-clone.is-sticky tr th {
        position: relative;
        z-index: 2;
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0; }
  .table thead tr th {
    background-color: transparent;
    border: none !important;
    color: #9B9B9B;
    font-size: 13px;
    padding: 14px 20px;
    position: relative;
    line-height: 14px; }
    .table thead tr th.num {
      text-align: center; }
      .table thead tr th.num i {
        margin-right: 4px;
        font-size: inherit; }
      @media screen and (max-width: 1600px) {
        .table thead tr th.num {
          width: 160px; } }
      @media screen and (max-width: 1400px) {
        .table thead tr th.num {
          width: 110px;
          font-size: 16px; }
          .table thead tr th.num .title {
            display: none; }
          .table thead tr th.num i {
            margin-right: 0; } }
      @media screen and (max-width: 1200px) {
        .table thead tr th.num {
          width: 90px; } }
  .table tbody tr {
    background-color: transparent;
    border: none;
    border-spacing: 10px; }
    .table tbody tr:first-child td {
      border-top-width: 1px; }
    .table tbody tr[data-inner-link]:hover {
      cursor: pointer; }
      .table tbody tr[data-inner-link]:hover td {
        background-color: #f9fafc; }
  .table tbody tr td {
    border: none;
    padding: 14px 20px;
    background-color: #fff;
    border: 1px solid #D4D8DC;
    border-width: 0 0 1px 0;
    line-height: 34px; }
    .table tbody tr td.actions {
      text-align: right; }
    .table tbody tr td:first-child {
      border-left-width: 1px; }
    .table tbody tr td:last-child {
      border-right-width: 1px; }
  .table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0; }
  .table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0; }
  .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px; }
  .table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0; }
  .table .num {
    text-align: center; }
    .table .num-int {
      line-height: 34px;
      background-color: #F4F6F9;
      display: inline-block;
      border-radius: 4px;
      padding: 10px;
      text-align: center;
      line-height: 14px;
      font-size: 14px;
      font-weight: bold;
      color: #222222; }
    .table .num-details {
      width: 54px;
      font-size: 12px;
      color: #9B9B9B;
      display: inline-block;
      margin-left: 10px; }
      .table .num-details i {
        font-size: 8px;
        transform: translate(2px, -2px);
        opacity: 1; }
      .table .num-details .glyphicon-triangle-top {
        color: #7ED321; }

.card-dashboard {
  width: 100%;
  height: 500px;
  background: #fff;
  border: 1px solid #D4D8DC;
  border-radius: 8px; }
  @media screen and (max-width: 991px) {
    .card-dashboard {
      margin-bottom: 20px; } }
  .card-dashboard-header {
    width: 100%;
    padding: 30px 20px;
    margin: 0; }
    .card-dashboard-header h1, .card-dashboard-header h2, .card-dashboard-header h3 {
      font-size: 20px;
      line-height: 20px;
      margin: 0; }
    .card-dashboard-header + .card-dashboard-body {
      padding-top: 0; }
  .card-dashboard-body {
    padding: 30px 20px; }
  .card-dashboard-canvas {
    height: 355px;
    margin: 10px; }
  .card-dashboard .list-data {
    width: 100%;
    margin-top: 20px; }
    .card-dashboard .list-data .row {
      padding: 16px 0 6px;
      border-top: 1px solid #D4D8DC;
      margin-top: 10px; }
      .card-dashboard .list-data .row:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0; }
      .card-dashboard .list-data .row > div {
        font-size: 14px;
        line-height: 16px; }
    .card-dashboard .list-data .title {
      font-weight: bold; }
  .card-dashboard #yearChartLegend {
    float: right; }
    .card-dashboard #yearChartLegend ul {
      list-style: none; }
      .card-dashboard #yearChartLegend ul li {
        padding: 2px 7px;
        display: inline-block;
        margin-left: 8px;
        font-size: 11px;
        position: relative;
        color: #000; }
        .card-dashboard #yearChartLegend ul li span {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 3px; }
    .card-dashboard #yearChartLegend + h2 {
      float: left; }

.pagination-container {
  width: 100%;
  text-align: center; }
  .pagination-container .pagination {
    display: inline-block; }
    .pagination-container .pagination li a,
    .pagination-container .pagination li span {
      padding: 12px 20px; }

.page-header {
  width: 100%;
  margin: 0 0 30px;
  padding-bottom: 0;
  border: none; }
  .page-header-title {
    float: left; }
    .page-header-title h1, .page-header-title h2, .page-header-title h3 {
      font-size: 26px;
      line-height: 36px;
      margin: 0; }
  .page-header-actions {
    float: right; }
    .page-header-actions a, .page-header-actions button {
      float: right;
      margin-left: 20px; }
    .page-header-actions-search {
      width: 300px;
      float: left; }

.page-card {
  max-width: 600px;
  border-radius: 8px;
  border: 1px solid #D4D8DC;
  background-color: #fff;
  margin: 0 auto;
  float: none;
  padding: 20px 50px 50px; }
  .page-card .form-group {
    margin-bottom: 30px; }

.card {
  background-color: #fff;
  border: 1px solid #D4D8DC;
  border-radius: 5px;
  margin-bottom: 40px; }
  .card-header {
    padding: 20px; }
    .card-header h2, .card-header h3 {
      margin: 0;
      line-height: 1.5em; }
    .card-header + .card-block {
      padding-top: 0; }
  .card-block {
    padding: 20px; }
    .card-block.np {
      padding: 0; }
    .card-block dl {
      width: 100%;
      margin: 0; }
    .card-block dt, .card-block dd {
      border-top: 1px solid #d4d8dc;
      padding: 10px 20px;
      margin: 0;
      line-height: 1.5em;
      text-align: left;
      display: inline-block; }
      .card-block dt:first-of-type, .card-block dd:first-of-type {
        border-top: none; }
    .card-block dt {
      width: 250px; }
    .card-block dd {
      width: calc(100% - 250px); }

.timeline {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-top: 5px; }
  .timeline:before {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    background-color: #ddd;
    content: ""; }

.timeline-item {
  width: 100%;
  background: white;
  border: 1px solid #D4D8DC;
  border-radius: 0 5px 5px 5px;
  margin-bottom: 20px;
  position: relative; }
  .timeline-item:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: -5px 0 0 -32px;
    display: inline-block;
    background: white;
    border: 3px solid #D4D8DC;
    border-radius: 50px; }
  .timeline-item-meta {
    line-height: 1;
    padding: 20px 20px 10px; }
    .timeline-item-meta .type {
      position: absolute;
      top: 0;
      right: 0;
      margin: 10px;
      padding: 5px 6px;
      border-radius: 3px;
      line-height: 1;
      font-size: 12px;
      font-weight: normal; }
  .timeline-item-body {
    padding: 10px 20px 20px; }
    .timeline-item-body strong {
      width: 100px;
      display: inline-block; }
    .timeline-item-body p {
      margin: 0; }
    .timeline-item-body h4 {
      font-size: 14px;
      color: inherit; }
