@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../assets/fonts/Roboto-Bold.ttf"), format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../assets/fonts/Roboto-Italic.ttf"), format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../assets/fonts/Roboto-BoldItalic.ttf"), format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

body {
  background: #C9DFFF;
  font-family: "Roboto", Arial, sans-serif; }

html,
body {
  width: 100%;
  height: 100%; }

.header {
  width: 100%;
  height: 50px;
  color: #777;
  padding: 0 10px;
  border-bottom: 1px solid #0e3b7b;
  background: #0A3F8B; }

.well {
  margin-bottom: 0px; }

.status {
  background-color: #7ba9d0; }

.flag {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.selected-lang :nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

#login .header {
  height: 76px;
  line-height: 76px;
  vertical-align: middle;
  font-size: larger;
  font-weight: 400; }

.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

#mapid {
  height: 615px;
  border: 1px solid #95a7c3; }

.map {
  height: 615px; }

.container-fluid {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.simple-bg {
  background-color: #e7e7e7; }

.progress {
  margin-bottom: 0px; }

.progress-bar-danger {
  background-color: #E10125; }

.panel {
  margin-bottom: 0px; }

.panel-heading {
  padding: 0px 10px; }

.panel-body {
  padding: 5px; }

.succeeded {
  background-color: #5cb85c !important; }

th {
  cursor: pointer; }

.st-sort-ascent:before {
  content: '\25B2'; }

.st-sort-descent:before {
  content: '\25BC'; }

div#timeline {
  background-color: #6ab0de;
  margin-top: 15px;
  height: 10px;
  width: 100%;
  position: relative; }
  div#timeline .timeline-inside {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0; }
  div#timeline .span {
    top: 20px; }
  div#timeline .dots-row .pos-1 {
    left: 20%; }
  div#timeline .dots-row .pos-2 {
    left: 45%; }
  div#timeline .dots-row .pos-3 {
    left: 70%; }
  div#timeline .dots-row .pos-4 {
    left: 95%; }
  div#timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    background-color: #E10125; }
    div#timeline .dot dot-span {
      display: inline-block;
      margin-top: 10px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  div#timeline date {
    font-family: roboto;
    font-size: 1.1rem;
    display: block;
    position: relative;
    width: 100px;
    top: -40px;
    text-align: center; }

.panel-primary,
.panel-info {
  border-color: #95a7c3; }

.panel-primary > .panel-heading,
.panel-info > .panel-heading {
  color: #fff;
  background-color: #0a3f8b;
  border-color: #b2b0b0; }

#wrapper-map-controller {
  margin-top: 5px; }

.table > thead > tr > th {
  border-bottom: 2px solid transparent; }

/* Custom "bootstrap-like" classes */
.margin-b10px {
  margin-bottom: 10px; }

.no-padding {
  padding: 0; }

.full-width {
  width: 100%;
  display: block; }

.icons i.glyphicon {
  color: #fff; }

