body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #f5f5f5;
}
.navbar-time {
  display: none;
}
.alerts {
  margin-top: -10px;
  margin-bottom: 10px;
}
.login .alerts {
  margin-top: 0;
}
.alerts .alert {
  margin: 0;
}
.smallText {
  font-size: 11px;
  color: #A0A0A0;
}
.navbar {
  margin-bottom: 10px;
  z-index: 1;
}
.navbar .sima-header-dropdown {
  float: left;
  margin-right: 10px;
}
.navbar .sima-header-dropdown .btn {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #EEE;
  color: #FFF;
}
.navbar .sima-tabnav li.traffic-jam a {
  background: url(/assets/images/traffic-jam.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.traffic-jam.active a,
.navbar .sima-tabnav li.traffic-jam a:hover {
  background: url(/assets/images/traffic-jam-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.hqincidents a {
  background: url(/assets/images/hq-incident.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.hqincidents.active a,
.navbar .sima-tabnav li.hqincidents a:hover {
  background: url(/assets/images/hq-incident-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.roadworks a {
  background: url(/assets/images/roadworks.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.roadworks.active a,
.navbar .sima-tabnav li.roadworks a:hover {
  background: url(/assets/images/roadworks-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.hqroadworks a {
  background: url(/assets/images/hq-roadworks.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.hqroadworks.active a,
.navbar .sima-tabnav li.hqroadworks a:hover {
  background: url(/assets/images/hq-roadworks-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.public-transport a {
  background: url(/assets/images/public-transport.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.public-transport.active a,
.navbar .sima-tabnav li.public-transport a:hover {
  background: url(/assets/images/public-transport-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.flitsers a {
  background: url(/assets/images/flitsers.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.flitsers.active a,
.navbar .sima-tabnav li.flitsers a:hover {
  background: url(/assets/images/flitsers-on.png) no-repeat 20px 15px transparent;
}
.navbar .sima-tabnav li.onda a {
  background: url(/assets/images/onda.png) no-repeat 20px 5px transparent;
  background-size: 50px 35px;
}
.navbar .sima-tabnav li.onda.active a,
.navbar .sima-tabnav li.onda a:hover {
  background: url(/assets/images/onda-on.png) no-repeat 20px 5px transparent;
  background-size: 50px 35px;
}
.navbar .sima-tabnav li.prognose a {
  background: transparent url(/assets/images/prognose.svg) no-repeat 15px 2px;
  background-size: 50px 50px;
  height: 50px;
}
.navbar .sima-tabnav li.prognose.active a,
.navbar .sima-tabnav li.prognose a:hover {
  background: transparent url(/assets/images/prognose-on.svg) no-repeat 15px 2px;
  background-size: 50px 50px;
}
.navbar .sima-tabnav li.traffic-reports a {
  background: transparent url(/assets/images/clipboard.svg) no-repeat 23px 2px;
  background-size: 38px 44px;
  height: 50px;
}
.navbar .sima-tabnav li.traffic-reports.active a,
.navbar .sima-tabnav li.traffic-reports a:hover {
  background: transparent url(/assets/images/clipboard-on.svg) no-repeat 23px 2px;
  background-size: 38px 44px;
}
.navbar .sima-tabnav li.active a,
.navbar .sima-tabnav li:hover a,
.navbar .sima-tabnav li.active:hover a {
  background-color: #FFF;
  color: #000;
}
.navbar .sima-tabnav li a {
  padding-left: 60px;
}
.navbar .sima-meta-nav {
  font-size: 18px;
  font-weight: 600;
}
.navbar .sima-meta-nav li.sima-nav-divider {
  background: #333;
  line-height: 60px;
  margin: -10px 20px 0;
  width: 1px;
}
.navbar .sima-meta-nav li.refresh a {
  background: transparent url(/assets/images/fileservice-refresh-geel.svg) no-repeat 0 11px;
  background-size: 30px 30px;
  padding-left: 30px;
  padding-right: 0;
  color: #b88c22;
}
.navbar .sima-meta-nav li.refresh.selected a {
  background: transparent url(/assets/images/fileservice-refresh-grijs.svg) no-repeat 0 11px;
  background-size: 30px 30px;
  color: #000;
}
.navbar .sima-meta-nav li.play a {
  background: transparent url(/assets/images/fileservice-play-geel.svg) no-repeat center;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 0;
}
.navbar .sima-meta-nav li.play.selected a {
  background: transparent url(/assets/images/fileservice-play-grijs.svg) no-repeat center;
}
.navbar .sima-meta-nav li.pause a {
  background: transparent url(/assets/images/fileservice-pause-geel.svg) no-repeat center;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 0;
}
.navbar .sima-meta-nav li.pause.selected a {
  background: transparent url(/assets/images/fileservice-pause-grijs.svg) no-repeat center;
}
.navbar .sima-meta-nav li.time {
  color: #FFF;
  line-height: 39px;
  font-size: 20px;
}
.navbar .sima-meta-nav li.time a {
  padding: 10px 0 0 0;
  color: #000;
}
.navbar .sima-meta-nav li.user .btn {
  background: url(/assets/images/user.png) no-repeat 0 5px transparent;
  display: block;
  width: 32px;
  height: 42px;
  text-indent: -9999px;
  border: none;
}
.navbar .summary {
  padding: 10px 0;
  clear: both;
  background: #FFF;
  border-bottom: 1px solid #dfdfdf;
}
.navbar .summary .totals {
  font-size: 18px;
  line-height: 1.33;
  float: left;
  margin-right: 10px;
  width: 70%;
}
.navbar .summary .totals.title {
  padding: 9px;
}
.navbar .summary .totals .situation-title {
  width: 120px;
  display: inline-block;
}
.navbar .summary .sima-summary-dropdown .dropdown-menu .row {
  width: 430px;
}
.navbar .summary .sima-summary-dropdown .title {
  font-size: 12px;
  line-height: 1.33;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #aaa;
  letter-spacing: 1px;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance,
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay {
  float: left;
  padding: 10px;
  width: 200px;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance ul,
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay ul {
  clear: none;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance ul .badge,
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay ul .badge {
  background: #f1f1f1;
  color: #a0a0a0;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance ul li.active,
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay ul li.active {
  border-radius: 2px;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay {
  border-left: 1px solid #DDD;
  margin-left: -15px;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-footer {
  text-align: center;
  color: #a0a0a0;
  width: auto;
  padding: 0 10px;
}
.navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance + .sima-dropdown-menu-footer {
  width: 200px;
}
.navbar .summary .sima-summary-dropdown .total-filtered {
  font-weight: 600;
}
.navbar .summary .sima-summary-dropdown .btn {
  border: 1px solid #DDD;
}
.navbar .summary .sima-summary-dropdown .caret {
  border-top-color: #DDD;
  margin-left: 15px;
}
.navbar .summary .sima-summary-dropdown .reset-filters {
  padding: 15px;
  border-top: 1px solid #DDD;
  clear: both;
}
.navbar .summary .sima-summary-dropdown .reset-filters a {
  display: block;
  width: 160px;
  color: #a0a0a0;
}
.navbar .summary .sima-summary-dropdown .reset-filters .badge {
  background: #f1f1f1;
  color: #a0a0a0;
}
.navbar .summary .duration {
  padding: 9px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar .summary .duration span {
  font-weight: 700;
}
.fullincidentinfo-file {
  padding: 5px;
  margin-left: 20px;
}
.fullincidentinfo-file .hoverinfo {
  border: 1px solid black;
  border-radius: 1px;
  background: #f9f2f4;
  cursor: pointer;
  padding: 3px;
}
.fullincident-map-container {
  width: 300px;
  height: 300px;
  float: right;
  text-align: center;
}
.fullincident-map-inner {
  width: 300px;
  height: 300px;
}
.warning-container .file-content__table-row {
  padding: 0 0 0 0 !important;
  background-color: #FDF8E4;
}
.major-warning-container .file-content__table-row {
  padding: 0 0 0 0 !important;
  background-color: #FDF8E4;
}
.file-content .file-content__table .file-content__table-row {
  width: 100%;
  padding: 15px 0 0 0;
  border-top: 1px solid #e4e4e4;
  float: left;
}
.file-content .file-content__table .file-content__table-row.new-message {
  border: none !important;
}
.file-content .file-content__table .file-content__table-row.nsSituationHeader {
  padding: 5px 0px;
  clear: both;
  background: #FFF;
  border-bottom: 1px solid #dfdfdf;
}
.file-content .file-content__table .file-content__table-row.nsSituationHeader .summary {
  margin: 10px;
}
.file-content .file-content__table .file-content__table-row.nsSituationHeader .summary .totals {
  font-size: 18px;
  float: left;
  margin: 10px;
  width: 70%;
}
.file-content .file-content__table .file-content__table-row.index0 {
  padding: 15px 0 0 0;
}
.file-content .file-content__table .file-content__table-row.index0.nsSituation {
  padding: 0 0 0 0 !important;
  border: none;
}
.file-content .file-content__table .file-content__table-row.index0.nsSituation .file-content__table-location {
  line-height: 40px;
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  line-height: 25px;
}
.file-content .file-content__table .file-content__table-row.index0.nsSituation .file-content__table-location span {
  padding: 0px 0px;
  background: #47579a;
  border-radius: 2px;
  text-align: center;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 55px;
  max-width: 90px;
  display: inline-block;
  background: url("/assets/images/ns_logo_print.png");
}
.file-content .file-content__table .file-content__table-row.warning {
  padding: 0 0 0 0 !important;
  border: none;
  margin-top: 7px;
  margin-bottom: 7px;
}
.file-content .file-content__table .file-content__table-row.warning .file-content__table-description {
  margin-top: 13px;
  color: #AD3C38;
}
.file-content .file-content__table .file-content__table-row.warning .file-content__table-location span {
  background: inherit;
  margin-top: 10px;
}
.file-content .file-content__table .file-content__table-row.warning .file-content__table-location span img {
  width: 32px;
  height: 32px;
}
.file-content .file-content__table .file-content__table-row.spookrijder .file-content__table-description .spookrijder-text .fulltext {
  color: #AD3C38;
  font-weight: bold;
  text-transform: uppercase;
}
.file-content .file-content__table .file-content__table-row.spookrijder .file-content__table-location span {
  background: inherit;
}
.file-content .file-content__table .file-content__table-row.spookrijder .file-content__table-location span img {
  width: 32px;
  height: 32px;
}
.file-content .file-content__table .file-content__table-row.spookrijder:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}
.file-content .file-content__table .file-content__table-row .file-content__table-location {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  line-height: 25px;
}
.file-content .file-content__table .file-content__table-row .file-content__table-location span {
  padding: 0px 5px;
  margin-top: 4px;
  background: #47579a;
  border-radius: 2px;
  text-align: center;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  max-width: 90px;
  display: inline-block;
}
.file-content .file-content__table .file-content__table-row .file-content__table-location span.warning {
  background: #FDF8E4;
  padding: 0px;
}
.file-content .file-content__table .file-content__table-row .file-content__table-location span.highway {
  background: #328ccf;
}
.file-content .file-content__table .file-content__table-row .file-content__table-location span.n-way {
  background: #41a261;
}
.file-content .file-content__table .file-content__table-row .file-content__table-description {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  float: left;
}
.file-content .file-content__table .file-content__table-row .file-content__table-delay {
  float: left;
  font-size: 32px;
  color: #454545;
  line-height: 20px;
  text-align: center;
  margin: 0 20px;
  width: 40px;
}
.file-content .file-content__table .file-content__table-row .file-content__table-delay span {
  display: block;
  color: #ababab;
  font-size: 10px;
}
.file-content .file-content__table .file-content__table-row .file-content__table-distance {
  float: left;
  font-size: 32px;
  color: #454545;
  line-height: 20px;
  text-align: center;
  width: 32px;
}
.file-content .file-content__table .file-content__table-row .file-content__table-distance span {
  display: block;
  color: #ababab;
  font-size: 10px;
}
.file-content .file-content__table .file-content__table-row .creatortext {
  display: block;
  text-align: center;
  color: #ababab;
  font-size: 10px;
}
.footer {
  margin-top: 30px;
  clear: both;
  padding: 30px 0;
  float: left;
  width: 100%;
}
.footer .container .span {
  text-wrap: avoid;
}
.footer .footer-message {
  position: fixed;
  bottom: -7px;
  width: 50%;
  border: 1px solid #111111;
  border-radius: 7px;
  margin-left: 25%;
  background: #FDF8E4;
  text-align: left;
  color: #404040;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.footer .footer-message .footer-message-message {
  float: right;
  width: 95%;
  margin-right: 5px;
}
.footer .footer-message.active-maintenance {
  background: #f2dede;
}
.footer .footer-message .orange-marker {
  width: 5%;
  text-align: center;
  color: darkorange;
}
.footer .footer-message .red-marker {
  width: 5%;
  text-align: center;
  color: indianred;
}
.footer .footer-message-small {
  width: 120px !important;
  margin-left: 2% !important;
}
.footer .footer-message-small .red-marker {
  width: 120px;
  text-align: center;
  color: indianred;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  div.btn-group.sima-header-dropdown {
    position: absolute;
    top: 10px;
    left: 80px;
  }
  .navbar .sima-tabnav li a {
    height: 50px;
  }
  .navbar .sima-tabnav li.traffic-jam a:before {
    content: "Files";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.hqincidents a:before {
    content: "HQ Files";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.roadworks a:before {
    content: "Werkzaamheden";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.public-transport a:before {
    content: "Openbaar vervoer";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.flitsers a:before {
    content: "Flitsers";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.onda a:before {
    content: "Onda";
    font-size: 17px;
    line-height: 25px;
  }
  .navbar .sima-tabnav li.prognose a:before {
    content: "Prognose";
    font-size: 17px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .anwb {
    padding-top: 122px !important;
  }
  .navbar .sima-tabnav li a {
    height: 50px;
  }
  .navbar .sima-tabnav li span {
    float: right;
    margin-top: 4px;
  }
  .navbar .summary .container .pull-right .login-name {
    display: none;
  }
  .navbar .summary .container .pull-right .duration {
    display: none;
  }
  .navbar .summary .container .pull-right .sima-summary-dropdown {
    display: none;
  }
  .navbar .summary .container .totals {
    display: none;
  }
  .navbar .summary .container .totals.title {
    display: inline;
  }
  .navbar .sima-meta-nav {
    display: inline-flex;
  }
  .navbar .sima-meta-nav li {
    padding-left: 20px;
  }
  .navbar .sima-meta-nav li.sima-nav-divider {
    display: none;
  }
  .navbar .sima-meta-nav li.refresh {
    display: inline-block;
  }
  .navbar .sima-meta-nav li.time {
    display: inline-block;
  }
  .navbar .sima-meta-nav li.user {
    display: inline-block;
  }
  .navbar .sima-meta-nav li.user .btn-group {
    width: 100%;
  }
  .navbar .sima-meta-nav li.refresh a {
    display: none;
  }
  .navbar .sima-meta-nav li .dropdown-menu {
    margin-left: -10px;
    background: #FFF;
    width: 100%;
    float: left;
  }
  .navbar .sima-meta-nav li .dropdown-menu li a {
    line-height: 30px;
    padding-left: 0px;
    color: #000 !important;
    font-size: 15px;
  }
  .navbar .summary .sima-summary-dropdown {
    width: 100%;
  }
  .navbar .summary .sima-summary-dropdown .btn {
    width: 275px;
  }
  .navbar .summary .sima-summary-dropdown .sima-dropdown-menu-distance,
  .navbar .summary .sima-summary-dropdown .sima-dropdown-menu-delay {
    float: none;
  }
  .file-content .file-content__table .file-content__prediction .prediction .prediction-message-text {
    width: auto;
  }
  .file-content .file-content__table .file-content__prediction .prediction .acccept-cancel {
    display: none;
  }
  .file-content .file-content__table .new-message {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .starred {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-location {
    width: auto !important;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description {
    float: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .message-text {
    width: 100%;
    float: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .warning-text {
    float: none;
    margin-left: auto;
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .acccept-cancel {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .star {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .starred {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-location {
    text-align: left;
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-distance {
    clear: both;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .ie8 .sima-meta-nav.navbar-right li {
    display: inline !important;
    float: left !important;
  }
  .navbar .sima-meta-nav li.refresh a {
    display: none;
  }
  .navbar .summary .totals {
    width: 60%;
  }
  .navbar .summary .totals .situation-title {
    width: auto;
  }
  .navbar .summary .totals .preface-holder .message-text {
    width: 100%;
  }
  .navbar .summary .totals .preface-holder .acccept-cancel {
    display: none;
  }
  .file-content .file-content__table .file-content__prediction .prediction .prediction-message-text {
    width: auto;
  }
  .file-content .file-content__table .file-content__prediction .prediction .acccept-cancel {
    display: none;
  }
  .file-content .file-content__table .new-message {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description {
    width: 500px;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .message-text {
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .warning-text {
    float: none;
    margin-left: auto;
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .acccept-cancel {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .star {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .starred {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .ie8 .sima-meta-nav.navbar-right li {
    display: inline !important;
    float: left !important;
  }
  .ie8 div.btn-group.sima-header-dropdown {
    left: 40px !important;
  }
  .ie8 ul.nav.sima-tabnav.navbar-nav {
    margin-left: 50px !important;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description {
    width: 700px;
  }
}
.login {
  background: #FFF;
}
.login .form-inlog-container {
  width: 280px;
  padding: 100px 20px 20px;
  margin: 40px auto 0 auto;
  background: #EEE;
  border-radius: 10px;
}
.login .form-inlog-container .form-signin-heading {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.login .form-inlog-container .input-group {
  margin-bottom: 5px;
}
.login .form-inlog-container .input-group .form-control {
  border-radius: 0;
  border: none;
  height: 50px;
}
.login .form-inlog-container .input-group .input-group-addon {
  padding: 8px 23px;
  border: none;
  text-indent: -9999px;
  border-radius: 0;
}
.login .form-inlog-container .input-group .input-group-addon.sima-input-username {
  background: url(/assets/images/username.png) no-repeat center #f0f0f0;
}
.login .form-inlog-container .input-group .input-group-addon.sima-input-password {
  background: url(/assets/images/password.png) no-repeat center #f0f0f0;
}
.login .form-inlog-container .btn {
  margin-top: 15px;
}
.login .alerts .alert {
  background: #FFF;
  margin: 10px;
  text-transform: uppercase;
  padding-left: 30px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.login .alerts .alert.alert-danger {
  color: #cf5f5f;
  border-color: #cf5f5f;
  background: url(/assets/images/alert-inlog.png) no-repeat left center;
}
.login .alerts .alert.alert-warning {
  color: #e1af00;
  border-color: #e1af00;
  background: url(/assets/images/roadworks-inlog.png) no-repeat left center;
}
.login .alerts .alert.alert-info {
  color: #7bc0f0;
  border-color: #7bc0f0;
  background: url(/assets/images/info-inlog.png) no-repeat left center;
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body {
    color: #000;
    padding: 0.1cm;
    background: #fff;
  }
  body:before {
    content: url(/assets/images/anwb-logo-login_ie.png) "CRIS 2.0 Portal";
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
  }
  .dropdown-menu {
    display: none !important;
  }
  .anwb {
    padding-top: 0px !important;
  }
  .anwb div.navbar {
    display: block;
    position: inherit;
    margin: 0px;
    padding: 0px;
  }
  .anwb div.navbar .navbar-logo {
    display: none;
  }
  .anwb div.navbar .container {
    display: none;
  }
  .anwb div.navbar .totals {
    width: 100%;
  }
  .anwb div.navbar .summary {
    padding: 0px;
    border: none;
  }
  .anwb div.navbar .summary .container {
    display: inline-block;
  }
  .anwb div.navbar .summary .duration {
    float: right !important;
  }
  div.navbar-time {
    font-weight: bold;
    display: block;
    float: right;
  }
  .logo-spacer {
    display: none;
  }
  .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .container .btn {
    display: none;
  }
  .container span a {
    display: none;
  }
  .totals .smallText {
    display: none;
  }
  .pull-right {
    float: none !important;
  }
  .file-content {
    margin: 0px;
  }
  .file-content .file-content__table .new-message {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row {
    float: none;
    padding: 0px;
  }
  .file-content .file-content__table .file-content__table-row div {
    display: table-cell;
  }
  .file-content .file-content__table .file-content__table-row.index0.nsSituation {
    padding: 0px;
  }
  .file-content .file-content__table .file-content__table-row.index0.nsSituation .edit {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row.index0.nsSituation .file-content__table-location {
    float: none;
    width: 3cm;
    vertical-align: top;
  }
  .file-content .file-content__table .file-content__table-row.index0.nsSituation .file-content__table-location span {
    content: url("/assets/images/ns_logo_print.png");
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-location {
    float: none;
    width: 3cm;
    vertical-align: top;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description {
    float: none;
    width: 15cm;
    vertical-align: top;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .edit {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .accept-cancel {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .message-text {
    float: none;
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description .warning-text {
    float: none;
    width: auto;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-description a {
    display: none;
  }
  .file-content .file-content__table .file-content__table-row .file-content__table-delay {
    padding-top: 0.2cm;
    float: none;
  }
  .footer {
    margin-top: 0px;
  }
  .footer .footer-message {
    display: none;
  }
  @page {
    margin: 0.5cm 0.5cm 1cm 0.5cm ;
  }
  #TrafficReportsSummary #traffic-report-search {
    display: none;
  }
  #TrafficReports .row {
    margin-top: -30px;
  }
  #TrafficReports #traffic-report-menu-col {
    clear: both;
  }
  #TrafficReports #traffic-report-menu-col .list-group {
    margin-bottom: 0px;
  }
  #TrafficReports .form-group label.col-sm-2.control-label {
    padding-left: 15px !important;
  }
  #TrafficReports .control-value {
    padding-top: 0px;
  }
  #TrafficReports .col-sm-2 {
    width: 16.66666667%;
  }
  #TrafficReports .col-sm-4 {
    width: 33.33333333%;
  }
  #TrafficReports .editmodus {
    background: none;
  }
  #TrafficReports .col-md-8 {
    clear: both;
  }
  #TrafficReports .col-md-8 .form-group label,
  #TrafficReports .col-md-8 .form-group div {
    float: left;
  }
  #TrafficReports #traffic-report-menu {
    margin-top: 0px;
    overflow: hidden;
  }
  #TrafficReports #traffic-report-menu li:not(.active) {
    display: none;
  }
  #TrafficReports #traffic-report-menu li.active {
    border: none;
  }
  #TrafficReports #traffic-details-container {
    background: none;
  }
  #TrafficReports #traffic-details-container .acccept-cancel {
    display: none;
  }
  #TrafficReports #traffic-details-container #traffic-content-container {
    height: 100%;
    margin-top: 0px;
  }
  #TrafficReports #traffic-report-details {
    background: white;
    overflow-y: visible;
    height: auto;
    margin-top: 0px;
  }
}
#google-analytics-debug {
  display: none;
  background: white;
  height: 400px;
  width: 300px;
  top: 0px;
  position: absolute;
  z-index: 9999;
  overflow: auto;
}
#google-analytics-debug ol {
  word-wrap: break-word;
}
