/* Minification failed. Returning unminified contents.
(228,1): run-time error CSS1019: Unexpected token, found '@import'
(228,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300)'
 */
@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

body {
    font-family: 'Open Sans', sans-serif !important;
}

@media(min-width: 1340px) {
    .container {
        width: 1340px;
    }
}
.body-content {
    padding-bottom: 40px;
}

.pageHeader {
    margin-bottom: 0;
    padding: 20px 0;
}

.brandLogoContainer {
    padding: 0;
}

.brandLogo {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

    .brandLogo img {
        width: 180px;
    }

.brandTextContainer {
    text-align: center;
}

.mobileBrandLogo {
    min-width: 80px;
}

.mobileBrandContainer {
    display: table;
}

    .mobileBrandContainer div[class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.mobileBrandTextContainer {
    vertical-align: middle !important;
}

.emergencyPhonesText {
    font-weight: 700;
    font-size: 1.2em;
}

.navbar {
    background-color: #f44336;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    border-top: 2px solid #b22222;
    margin-bottom: 40px;
    min-height: 40px !important;
}

    .navbar .dropdown-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:active, .navbar-default .navbar-right li a, .navbar-default .navbar-right li a:active {
    color: white;
}

.dropdown-menu > li > a {
    color: black !important;
}

    .dropdown-menu > li > a:hover {
        color: white !important;
    }

.navbar-default .navbar-nav > .dropdown > a .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-top: 4px solid white;
}

@media(max-width: 768px) {
    .navbar .dropdown-menu > li > a {
        color: white !important;
    }
}

.navbar-default .navbar-nav li a:hover {
    background-color: firebrick;
    background-image: none;
    color: white;
}

.navbar-nav > li > a, .navbar-right > li > a {
    color: white;
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li > a, .navbar-brand, .navbar-right, .navbar-right > li > a {
    height: 40px;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: firebrick;
    color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: darkgrey;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar-nav > .active > a {
    background-color: firebrick;
}

.interventionsBtn {
    position: relative;
}

.interventionsPopup {
    display: none;
    position: absolute;
    bottom: 48px;
    right: -80px;
    width: 800px;
    height: 140px;
    background-color: #2f3034;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #888888;
}

.interventionBox {
    height: 140px;
    padding-top: 15px;
}

.interventionFire {
    background-color: #3F3D3D;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.interventionLocalRisks {
    background-color: #EDB524;
}

.interventionFalseAlarms {
    background-color: #5A81AE;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.interventionNumber {
    font-size: 3.2em;
    font-weight: 700;
}

.articlesColumn {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    display: none;
}

.navbar-brand h1 {
    margin: 0px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.navbar-default .navbar-toggle {
    color: white;
    border-color: white;
    background: none;
}

.navbar-default .navbar-toggle span {
    background-color: white !important;
}

@media(max-width: 768px) {
    .articlesColumn {
        text-align: center;
    }

        .articlesColumn .main img {
            margin-left: auto;
            margin-right: auto;
        }

    .navbar-brand {
        display: block;
    }

    .mainFeatured header {
        height: 260px;
    }

    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    .searchbox {
        margin-top: 60px;
    }
}

.articlesColumn article {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 768px) {
    .articlesColumn .padding-left {
        padding-left: 15px;
    }

    .articlesColumn .padding-right {
        padding-right: 15px;
    }
}

.articlesColumn small {
    font-size: 0.83em;
}

.articlesColumn .main {
    margin-top: 20px;
    height: 270px;
}

/*.articlesColumn .main:last-child:not(:nth-child(odd)) {
    width: 100% !important;
    max-height: 310px;
}

.articlesColumn .main:last-child:not(:nth-child(odd)) img {
    max-width: 60% !important;
    display: inline-block !important;
}

.articlesColumn .main:last-child:not(:nth-child(odd)) .mainTitle {
    display: inline-block;
    max-width: 35%;
}*/

.mainFeaturedTitleWrapper {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.mainFeaturedTitle {
    display: flex;
    /*width: 90%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    text-align: left;
    z-index: 15;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
}

.mainFeaturedTitle .postIconWrapper {
    align-self: flex-start;
    border-right: 2px solid white;
    padding-right: 20px;
    margin-right: 20px;
}

.mainFeaturedTitle a {
    align-self: flex-start;
}

.mainFeaturedTitle > a > h3 {
    color: white;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

    .mainFeaturedTitle > a > h3 > small {
        text-transform: none;
    }


.mainFeatured {
    margin-bottom: 30px;
}

.mainFeatured header {
    position: relative;
    margin-right: 15px;
}

.smallPostIconWrapper {
    align-self: flex-start;
    border-right: 2px solid white;
    padding-right: 5px;
    margin-right: 10px;
}

.smallPostIconWrapper img {
    width: 25px;
}

.main header {
    position: relative;
    overflow: hidden;
    max-height: 270px;
}

.mainTitle h4 {
    margin-bottom: 0;
    color: black;
}

.readMoreBtn {
    border: 2px solid #999;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
}

.open {
    display: block !important;
}

.searchbox {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.searchResults li a {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooltip-inner {
    max-width: 600px;
}

.searchResults, .resultsDropdown {
    width: 100%;
    margin-top: -1px;
}

.noResults {
    padding: 15px;
    text-align: center;
}

.searchbox input {
    position: relative;
    min-height: 25px;
    width: 100%;
    border: 2px solid #303030;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 7px;
    padding-left: 45px;
}

    .searchbox input::-moz-placeholder {
        color: #999999 !important;
        font-weight: 600;
    }

    .searchbox input:placeholder-shown {
        color: #999999 !important;
        font-weight: 600;
    }

.searchbox i {
    position: absolute;
    left: 20px;
    top: 12px;
}

.menuBox {
    margin-top: 40px;
}

.sidebarBox {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
}

    /*.sidebarBox:not(:last-child) {
        margin-bottom: 40px;
    }*/

    .sidebarBox h4 {
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 3px solid #303030;
        margin-bottom: 20px;
    }

.menu {
    list-style: none;
    font-size: 1.2em;
    padding-left: 15px;
}

    .menu a {
        color: black;
        margin-left: 10px;
    }

    .menu li {
        margin-bottom: 5px;
    }


.newsBox article {
    margin-bottom: 30px;
    margin-top: 30px;
}

/*.newsBox article img {
        max-width: 45%;
        display: inline-block;
    }*/

/*.newsBox article h5 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        font-size: 1.15em;
    }*/

.newsBox .noThumbnail {
    width: 100%;
}

/*.newsBox article h5:hover {
    text-decoration: underline;
}*/

/*.newsBox article a {
    color: black;
}*/

.newsBox article:not(:last-child):before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    border: 1px solid #ccc;
}

footer {
    background-color: #2F3034;
    color: white;
    padding-top: 40px;
    padding-bottom: 1px;
}

    footer hr {
        border-top-color: #696D70;
    }

.checkbox-inline {
    vertical-align: top;
    margin-left: 10px !important;
}

.modal-footer {
    margin-top: 0;
}

.passwordReset {
    margin-left: 50px;
}

.btnLogin, .btnRegister {
    width: 100px;
}

.btnLogin {
    margin-right: 25px;
}

#loginPopup .modal-body {
    padding-bottom: 5px;
}

#loginPopup .modal-footer {
    padding: 10px 20px;
}

.pageTitle {
    border-bottom: 3px solid #303030;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.fb-page {
    margin-bottom: 40px;
}

.articleRead h3 {
    margin-bottom: 0;
}

.articleRead header small {
    margin-bottom: 10px;
    display: block;
}

.articleRead .content {
    margin-top: 40px;
}

.articleRead .links {
    margin-top: 40px;
}

#blueimp-gallery .modal-dialog {
    width: 60%;
}

.galleryName {
    padding-bottom: 10px;
    border-bottom: 3px solid #303030;
    margin-bottom: 20px;
}

.galleryDescription {
    margin-bottom: 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.galleryListItem {
    margin-bottom: 60px;
}

    .galleryListItem a {
        color: black;
    }

.galleryImagesPreview {
    margin-bottom: 10px;
}

.interventionLink {
    white-space: nowrap;
}

.table-striped tbody tr.selected td {
    background-color: #CCCCCC;
}

.interventionsRow {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .interventionsRow img {
        width: 45px;
        display: inline-block;
        height: 45px;
        margin-right: 30px;
    }

    .interventionsRow h5 {
        display: inline-block;
    }

.galleryImage {
    min-height: 200px;
}

.regularPostImage {
    min-height: 270px;
}

.paginationBox p {
    margin-bottom: 0;
}

.pagination {
    margin-top: 5px;
}

    .pagination li a {
        z-index: 3;
        color: black;
        background: none;
        border: none;
    }

    .pagination .active span,
    .pagination .active span:hover {
        background-color: #F44336;
        border: none;
    }

    .pagination > .active > a {
        background-color: #F44336;
    }

.myInterventonsTableWrapper {
    margin-top: 40px;
}

