/*.btn-group {*/
    /*width: 100% !important;*/
/*}*/

h3, h4 {
    font-weight: bold !important;
}
h2 {
}
h3 {
    color: #01447a !important;
    font-size: 20px;
}
h4 {
    font-size: 15px;
}

.child_w_100 * { /* > nur erstes Span */
    width: 100%;
    text-align: left;
}

.child_w_100 {
    margin-bottom: 5px;
}
/*TODO bad hack*/
.child_w_100 input {
    width: 13px !important;
}

.child_w_100 b {
    width: auto;
}

#h2own1, #h2own2, #h2own3 {
    background-color: beige;
    padding: 5px;
    border: 5px solid white;
}
#modul-sort, .filter_row
{
    background-color: #ffe4ac;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
#header-filter h3
{

}
#modul-sort, .filter_row
{
    padding: 1em;
    margin-top: -5px !important;
}
.filter_row select
{
    height: 26px;
}

.filter_row input
{
    padding-left: 0.5em;
}

.multiselect
{
    width: 100%;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 5px;
}
.filter_box
{
}
.filter_box label
{
    font-weight: bold;
}
.filter_box > div  {
    background-color: #d8dae2;
    padding: 15px;
}

.list-header {
    background-color: #2b4296;
    color: #fff;
    font-size: 1em;
    padding: .5em;
}
.label-info {
    background-color: #2b4296;
}
.label-default {
    background-color: #626262;
}

.clickme
{
    cursor: pointer;
}



#relevant-entries {
    background-color: lightblue;
}

#filter-manager {
    background-color: lightgreen;
}

#manual-table-refresh {
    margin-bottom: 3em;
    margin-top: 3em;
}
#manual-table-refresh .label
{
    top: 0.5em;
    position: relative;
    font-size: medium;
}
#row-max-update-value .label
{
    top: 0.6em;
    position: relative;
    font-size: small;
}


#modul-pivot-table {
    margin-bottom: 10cm;
}

#modul-arithmetik, #modul-filter {
    margin-bottom: 30px;
}

.warnung {
    color: red;
    font-weight: bold;
}

.save-filter i
{
    font-size: 1.5em;
}

#modul-table {
    margin-left: 16px;
}

.pvtAggregator, .pvtAttrDropdown, .pvtRenderer {
    visibility: hidden;
}

/*.pvtTotal, .pvtTotalLabel, .pvtGrandTotal {*/
    /*display: none*/
/*}*/

/*.colTotal, .pvtTotalLabel, .pvtGrandTotal {
    display: none
}*/
.pvtGrandTotal {
    /*display: none;*/
}

.pvtTriangle {
    display: none;
}

.smallfilter
{
    height: 400px;
    overflow-y: scroll;
    padding: 15px;
}
.smallfilter .make_me_smaller
{
    width: 40%;
}
.toggle-filter-size
{
    font-size: 4em;
}

.pac-container{z-index:100000 !important;}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family:'Lato',sans-serif;
}

nav {
    height: 80px;
}

.header__content {
    display: table;
    height: 100%;
    width: 100%;
}

.header__content > div {
    display: table-cell;
    vertical-align: bottom;
}

nav.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 2.5em !important;
    color: #9ea3b6;
    min-height: 48px;
    line-height: 1.4 !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.navbar-brand>img {
    height: inherit;
}

.clearfix {
    clear: both;
}

.navbar-top {
    padding-bottom: 5px;
}

.navbar-bottom {
    font-size:20px;
    padding: 0 0 7px 0;
}

.navbar-bottom a         { margin-left: 10px; }
.navbar-bottom a:hover,
.navbar-bottom a:visited { text-decoration: none; }

.teaser {
    background: url('/images/teaser.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 450px;
    padding: 100px 60px 60px 60px;
    color: #fff;
}

.teaser h2 {
    max-width: 40%;
}

.module-chooser {
    overflow: auto;
    background: #3d496d;
    color: #fff;
    padding: 10px 20px 30px 20px;
    margin-top: 5px;
}

.module-chooser h3, .module-chooser h4 {
    color: #fff !important;
}

.module-chooser .tile {
    background: #5574af;
    min-width: 15em;
    min-height:12em;
    -webkit-box-shadow: .5em .5em .5em 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: .5em .5em .5em 0 rgba(0, 0, 0, .1);
    box-shadow: .5em .5em .5em 0 rgba(0, 0, 0, .1);
    padding: 10% 5% 5% 5%;
}

.module-chooser a       { color: #fff;  }
.module-chooser a:hover { color: #fff; text-decoration: none;}

.tile span {
    margin-top: 5px;
}

.tile .tile-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

#impressum {
    color: #525252;
}


#hilfe .teaser,
#kontakt .teaser,
#impressum .teaser,
#report .teaser,
#authentication .teaser,
#profil .teaser,
#administration .teaser,
#agb .teaser {
    background: url('/images/teaser2.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 55px;
    padding:0;
}

.auth-header, .profile-header {
    background-color: #3d496d;
    color: #fff;
    margin-top: 15px;
    padding: 5px;
}

.auth-body {
    background-color: #d8dae2;
    padding: 5px;
    overflow: auto;
}

.auth-body input {
    width: 100%;
    margin: 3px;
    border: 1px solid black;
}

.auth-body select {
    width: 100%;
    border: 1px solid black;
}

.auth-body generic-filter-bar input {
    margin: 0;
    border: 1px solid #ccc;
}

.auth-body input[type=submit] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #3d496d;
    color: #fff;
    margin: 10px 0;
}

.auth-body a {
    color: #000;
}

#register-form,
#sendpass-form {
    display: none;
}

#error-messages {
    color: red;
    font-weight:bold;
    margin-top: 10px;
}
#success-messages {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.report-btn > span {
    display: inline-block;
    font-size: 0.9em;
    background-color: #3d496d;
    color: white !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 0;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

#link-admin {
    display: none;
}

.profile-span {
    margin: 3px;
    height: 21px;
    display: inline-block;
}

.gender-picker > input,
.state-picker > input {
  width: 20% !important;
}
.gender-picker > label,
.state-picker > label {
    width: 70%;
    display: inline-block;
}

#administration table {
    width: 100%;
}

#administration table th,
#administration table td {
    padding: 3px;
}

#administration table tr td {
    border-bottom: 1px solid #c4c7ce;
}

#administration .auth-body {
    padding: 0;
}

#administration #user-edit button,
#administration #company-edit button {
    border-radius: 2px;
    background: #3d496d;
    color: #fff;
    margin: 10px 0;
    width: 100%;
    border: 1px solid black;
}

#administration #user-edit input,
#administration #company-edit input {
    margin: 0;
}

.profil_multiselect_auswahl input[type='checkbox'] {
    width: inherit;
    margin: 4px 0 5px -20px !important;
}

.profil_multiselect_auswahl button {
    margin: 0 !important;
}

.bg-white {
    background: #fff;
}

.user-active {
    background: #3ca41d;
    display: inline-block;
    width: 100%;
    height: 10px;
}

.user-inactive {
    background: #af4221;
    display: inline-block;
    width: 100%;
    height: 10px;
}

#profil .state-picker > span,
#profil .module-picker > span {
    display: none;
}

.module-tile {
    display: none;
    margin-top: 1em;
}

/*
Loading spinner - https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.cube-top-cell:nth-child(1),
.cube-top-cell:nth-child(3) {
    width: 175px;
}

.cube-top-cell:nth-child(4) {
    width: 215px;
}

#animatedModal {
    background: #fff !important;
}

.modal-content {
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 30px;
}
.category_select
{
    border-radius: 4px;
}

.category_select_container
{
    padding: 1em;
}

.category_select_container .btn-group
{
    width: 70%;
}


.pointer {
    cursor: pointer;
}

#reportOrigin .teaser
{
    height: 55px;
    padding: 0;
    min-height: 55px;
}

.filter_row, .database_select_row
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 58px;
}

#loading-overlay > i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
}

.overlay,
.centered-icon-overlay
{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    width: 100%;
    font-size: 3em;
    height: 100%;
    z-index: 100;
}

.centered-icon-overlay__description,
.centered-icon-overlay > i
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
}

.centered-icon-overlay__description
{
    display: inline-block;
    left: 10px;
    right: 10px;
    margin-top: 2em;
    margin-left: 0;
    font-size: 18px;
    text-align: center;
}

.overlay .copyarea
{
    position: relative;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    margin-top:-200px;
    margin-left: -300px;
}
.overlay .copyarea textarea
{
    font-size: 10px;
    width: 100%;
    height: 300px
}
.overlay .copyarea .btn
{
    width: 50%;
    float:left;
}
.export-links
{
    margin-top: 3em;
}
.export-links2
{
    margin-top: 1em;
}

.disabled
{
    opacity: 0.7;
}

.h-20 {
    min-height: 20px;
}

.filter_box h5 button, .filter_box h3 button
{
    border: 0;
    background: transparent;
    float: right;
}

.table-blue-border td {
    border: 1px solid #5674b4 !important;
}

.report-loading-alert
{
    margin-top: 1em;
}
.pagination
{

    width: 100%;
}
.pagination select
{
    margin: 2em;
}
.pagination .resultcount
{
    margin: 2em;
    font-size: 1.3em;
    line-height: 6em;
}

.pagination ul
{
    margin: 2em;
}

.white
{
    background-color: #ffffff;
}

.table>thead>tr>th.danger,.table>thead>tr>td.danger
{
    background-color:#f2dede;
}

.filter_and_category_removal_row
{
  height: 3em;
}

#overview
{
    /*margin-left: -100px;*/
    /*margin-right: -100px;*/
}
.orakel-table-ul{
    padding-left: 0;
    list-style: none;
}
.orakel_field{
    margin-top: 10px;
}
.multiselect-selected-text{
    float: left;
}
.orakel_input{
    border: 1px solid;
    border-radius: 5px;
    padding: 0 5px;
    width: 100%;
}
.collapse-span{
    width: 20px;
    height: 10px;
    background: url(/../../images/arrow-down.png) no-repeat center / cover;
    position: absolute;
    right: 20px;
    top: 20px;
}
.loading-inline{
    width: 110px;
    height: 15px;
    background: url(/../../images/loading-inline.gif) no-repeat center / cover;
    position: absolute;
    right: 20px;
    top: 20px;
}

.aktive{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.caret{
    float: right;
    margin-top: 9px;
}
span.hide-native-select > .btn-group {
    display: block;
}
.sk-circle {
    width: 25px;
    height: 25px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #23527C;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

.rvs_fahrtrichtung, .rvs_utyp
{
    text-align: center;
}

.longlist
{
    font-family: 'Arial', sans-serif;
    font-size: 9px;
}

.longlist_header .leftmost
{
    border-left-color: #5674b4;
    border-bottom-color: #5674b4;
    border-bottom-width: 0px;
}

.longlist_header .rightmost
{
    border-right-color: #5674b4;
}

.longlist_header
{
    background-color: #5674b4;
    color: #ffffff;
}
.table-bordered .longlist_header tr:first-child th
{
    border-top-color: #5674b4;
}
.table-bordered .longlist_header tr:last-child th
{
    border-bottom-width: 0px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border-width: 1px;
}

#maintenance_warning_overview
{
    width: 35%;
    display: none;
    margin-top: 10px;
}


#maintenance_warning_overview,
#maintenance_warning_popup, #maintenance_warning_login
{
    background: #fbf8e9;
    color: #313131;
    border-radius: 2px;
    border: 1px solid #ececd0;
    box-shadow: 0px 0px 2px 1px #8a8a8a26;
    opacity: 0.7;
}

#maintenance_warning_popup
{
    position: fixed;
    width: 550px;
    max-width: 90vw;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 1;
    opacity: 1;
}

i.maintenance-warning-icon
{
    position: absolute;
    font-size: 2.5em;
    vertical-align: top;
    margin-right: 20px;
    color: #f9c462;
    margin-top: 5px;
}

.maintenance_warning_text
{
    display: inline-block;
}

#maintenance_warning_popup .maintenance_warning_text
{
    margin-left: 55px;
}

#maintenance-warning-popup-button-container
{
}


/**
HTML Structure
<div class="absolute_preloader"><span><i class="fa fa-whateveryouwant"></i></span></div>

will position itself in the middle of the nearest parent with a non static position with a backdrop
 */
.absolute_preloader
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 0.75;
    font-size: 3em;
}

.absolute_preloader > *
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edit-request-modal__modal > .modal-dialog
{
  width: 80vw
}

.edit-request-modal__AccidentIconColumn
{
  width: 1.5em; /* cell should expand in case content is wider, but we want a reasonable fallback size here */
}

.edit-request-modal__RichtFB
{
  text-align: center;
}

.edit-request-modal__modal:not([data-display-config*="showBezirk"]) .edit-request-modal__Bezirk,
.edit-request-modal__modal:not([data-display-config*="showRichtFB"]) .edit-request-modal__RichtFB,
.edit-request-modal__modal:not([data-display-config*="showOGDELN"]) .edit-request-modal__OGDELN,
.edit-request-modal__modal:not([data-display-config*="showRF"]) .edit-request-modal__RF,
.edit-request-modal__modal:not([data-display-config*="showAlk"]) .edit-request-modal__Alk,
.edit-request-modal__modal:not([data-display-config*="showKmzusatz"]) .edit-request-modal__Kmzusatz
{
  /*we can't use display none here or the comment row will be fucked up,
  also the content needs to be wrapped in a html element to set it to display none*/
  padding: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.edit-request-modal__modal:not([data-display-config*="showBezirk"]) .edit-request-modal__Bezirk > *,
.edit-request-modal__modal:not([data-display-config*="showRichtFB"]) .edit-request-modal__RichtFB > *,
.edit-request-modal__modal:not([data-display-config*="showOGDELN"]) .edit-request-modal__OGDELN > *,
.edit-request-modal__modal:not([data-display-config*="showRF"]) .edit-request-modal__RF > *,
.edit-request-modal__modal:not([data-display-config*="showAlk"]) .edit-request-modal__Alk > *,
.edit-request-modal__modal:not([data-display-config*="showKmzusatz"]) .edit-request-modal__Kmzusatz > *
{
  display: none;
}

.export-modal__export-button-wrapper
{
  margin-top: -5px;
}

.export-modal__export-button-wrapper > button
{
  margin-top: 10px;
}

.export-modal__export-button-text-xlsx,
.export-modal__export-button-text-pdf,
.export-modal__export-button-text-csv,
.export-modal__export-button-text-other
{
  display: inline-block;
  border-bottom: 3px solid;
  margin-bottom: -2px;
}

.export-modal__export-button-text-xlsx
{
  border-color: rgba(22, 150, 22, 0.5);
}

.export-modal__export-button-text-pdf
{
  border-color: rgba(224, 144, 24, 0.5);
}

.export-modal__export-button-text-csv
{
  border-color: rgba(149, 24, 206, 0.5);
}

.export-modal__export-button-text-other
{
  border-color: rgba(24, 95, 224, 0.51);
}

.ui-tooltip.ui-widget
{
  font-family: inherit;
}

.table-sorter--header-row
{
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}


.kfv-dropdown
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,.275);
    box-shadow: 0 8px 12px rgba(0,0,0,.275);
}
.kfv-dropdown > li a label {
    color: black !important;
    font-weight: normal;
    background-color: #ffffff;
    border-bottom: 1px dashed rgba(132, 171, 255, 0.64);
    line-height: 19px;
}
.kfv-dropdown > li.active a label {
    color: #ffffff !important;
    background-color: #3d496d;
}
.longlist td :not(:first-child) { /* Do not apply this to the first column (which is the Unfall-LNR) since it's centered */
    word-break: break-word;
    /**
    we want to prevent word-breaks if possible - as long as it fits in any way, we want to keep it there.
     */
    padding-right: 0 !important;
}

.multiselect-container>li>a>label
{
    min-height: 26px;
}

.profil-enumeration
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-tile-badge
{
    position:absolute;
    left: 180px;
    top: 15px;
    font-size: 14px;
    display: none;
}
.red-report-label {
    color: #ff0000;
}

svg.leaflet-attribution-flag { display: none !important; }