/* sticky navigation */
#main-nav {
    position: relative !important;
    margin: 0;
}

#content {
    margin-top: 24px;
}

body>div.wrap>header.header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px !important;
    z-index: 1030;
}

#geoLocateObject {
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 5px;
}

.stats-select {
    padding: 3px;
}

.stats-btn {
    padding: 4px 8px;
    border-radius: 2px;
    vertical-align: top;
}

#dl_total {
    padding: 4px 8px;
}


.table-prefix {
    height: 20px;
    margin: -5px 0 5px;
}

.extra-small-text {
    font-size: 12px;
}

.alert p:last-child {
    margin-bottom: 0;
}

.linkHintMobile {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 17px;
}

.linkHintSuite {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 17px;
}

#gridConfig tbody tr:hover,
#configKeywordMessagesGrid tbody tr:hover,
#configTacticalSignsGrid tbody tr:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
#gridConfig tbody tr a {
    transition: none;
}

#gridConfig tbody tr.selected {
    color: #FFF;
    background-color: #ed6b25;
}

#gridConfig tbody tr.selected a {
    color: #FFF;
}

.input-group-middle .help-block {
    display: none;
}

.input-group-middle .form-group {
    display: inline-block;
}

.input-group-middle .form-group:first-child .form-control {
    border-radius: 4px 0 0 4px;
}

.input-group-middle .form-group:last-child .form-control {
    border-radius: 0 4px 4px 0;
}

.input-group-addon-middle {
    display: inline-block;
    margin: 0 -4px;
    padding: 8px 15px 10px 12px;
    height: 34px;
    border-left: 0;
    border-right: 0;
    text-align: center;
    vertical-align: top;
}


.config .pagination {
    margin: 0 0 30px;
}
.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ed6b25;
    border-color: #ed6b25;
}


.configGroupSelection {
    margin-top: 23px;
}

.configGroupToolbar {
    margin-top: 25px;
    /*float: right;*/
}

.configGroupToolbar button {
    height: 34px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.configGroupToolbar button:hover {
    background-color: #eee;
}
.configGroupToolbar button {
    height: 34px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* CodeMirror */
.CodeMirror {
    resize: vertical;
    height: 400px;
    border: 1px solid #ccc;
}


/* Modules / epapers */
.pricebox {
    margin: 15px 0;
    height: 60px;
}

.pricebox .price {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 800;
    color: #ed6b25;
    text-align: right;
}

.pricebox .small-text {
    margin: 9px 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
}

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.module-booked,
.epaper-booked {
    display: block;
    margin: 0 auto 5px;
    padding: 2px 10px 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*color: #fff;*/
    /*background: #ed6b25;*/
    color: #ed6b25;
    border-radius: 5px;
}

.module-not-booked,
.epaper-not-booked {
    display: block;
    margin: 0 auto 5px;
    padding: 2px 10px 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*color: #fff;*/
    /*background: #bbb;*/
    color: #bbb;
    border-radius: 5px;
}

.modules .thumbnails,
.epaper.thumbnails {
    margin-top: 30px;
    margin-bottom: 30px;
}

.epaper-bundle h3 a,
.epaper-bundle h3 a:hover {
    color: #333;
    text-decoration: none;
}

.epaper-bundle h3 a i.fa {
    vertical-align: top;
    margin-top: 7px;
    margin-right: 5px;
    font-size: 14px;
    color: #ccc;
}

.epaper-bundle h3 a.collapsed i.fa {
    color: #ccc;
}

.epaper-bundle h3 a i.fa .close-bundle {
    margin-top: 3px;
}

.epaper-bundle h3 a .close-bundle,
.epaper-bundle h3 a.collapsed .open-bundle {
    display: inline-block;
}

.epaper-bundle h3 a .open-bundle,
.epaper-bundle h3 a.collapsed .close-bundle {
    display: none;
}

.epaper-bundle .epaper-count {
    display: inline-block;
    margin: 5px 15px 0;
    padding: 1px 5px;
    font-size: 16px;
    font-weight: 300;
    background: #eee;
    border-radius: 3px;
    vertical-align: top;
}

.epaper-bundle .description,
.epaper-bundle .description p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.epaper-bundle .description ul {
    margin: 20px 0;
}

.epaper-bundle .description li {
    font-size: 14px;
    line-height: 1.42857143;
}

.epaper-bundle .description .toggle-epaper-details {
    margin: 20px 0;
}

.epaper-bundle .description .epapers-in-bundle {
    /*display: none;*/
    /*background: #ccc;*/
}


/* Sharing */
.btn-share {
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
}


/* ePapers */
.epaper-style-switch {
    margin-top: 20px;
}

.epaper-style-switch button {
    background: transparent;
    border-radius: 0;
    font-size: 20px;
    color: #999;
}

.epaper-style-switch button:hover {
    background: transparent;
    color: #333;
    box-shadow: none;
}

.epaper-style-switch button.active {
    background: transparent;
    color: #ed6b25;
    box-shadow: none;
}

.epaper-bundle {
    margin-bottom: 40px;
}


.epaper-cover {
    margin-bottom: 10px;
}

.epaper {

}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


/* Dashboard */
.changelog {
    position: relative;
    max-height: 200px;
    margin-bottom: 25px;
    padding: 0;
}


.grid-view table tr.clickable {
    cursor: pointer;
}

.grid-view table tr:hover td {
    background-color: #e6e6e6;
}

.grid-view table tr.selected:hover td {
    background-color: #ed6b25;
}

.grid-view table tr.deleted td {
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: darkred;
    opacity: .5;
}

.grid-view table tr.deleted td:last-child {
    text-decoration: none;
    opacity: 1;
}


/* API */
textarea.form-control.singleRow {
    min-height: 34px;
    height: 34px;
}

.api-authkey {
    margin-left: 10px;
}

table.preserve-whitespace td {
    white-space: pre;
}


/* Sortable GridView */
.sortable-grid .ui-sortable-handle {
    cursor: ns-resize;
}


/* Sonstiges */
.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.fa.green {
    margin-right: 10px;
    color: darkgreen;
}
.fa.red, .fa-solid.red {
    margin-right: 10px;
    color: darkred;
}

.fa.orange, .fa-solid.orange {
    color: #ec971f;
}



/* Arbeitsplatzverwaltung */

.workstations .ok:after {
    margin-left: 5px;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: darkgreen;
}

.workstations .warning:after {
    margin-left: 5px;
    content: "\f06a";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font: var(--fa-font-solid);
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: darkred;
}

.workstations .faded {
    opacity: .5;
}

.workstations .right-dropdown,
.workstations .right-subfunction {
    margin-left: 18px;
}

a.grey,
a.grey:hover {
    color: #333;
    text-decoration: none;
}

/* Tabelle zum Auf/Zuklappen */

.table-collapsable tr.header {
    background-color: transparent;
    cursor: pointer;
}

.table-collapsable tr.header[aria-expanded="true"] {
    background-color: #e0e0e0;
}

.table-collapsable tr.details {
    background-color: #f0f0f0;
}

.table-collapsable tr:hover td {
    background-color: transparent;
}

.table-collapsable tr td strong {
    font-weight: normal;
}

.table-collapsable tr.header td:last-child {
    padding-right: 30px;
    position: relative;
}

.table-collapsable tr.header td:last-child a {
    vertical-align: middle;
}

.table-collapsable tr.header td:last-child:after {
    position: absolute;
    top: 7px;
    right: 6px;
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-collapsable tr.header[aria-expanded="true"] td:last-child:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-collapsable tr.details label {
    font-weight: 300;
}

.table-collapsable .collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}

/* Text Button */
.btn-text {
    padding: 0;
    text-align: left;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: unset;
    text-transform: none;
    font-weight: normal;
    color: #333;
}

.btn-text:hover {
    color: #333;
}

.btn-text:before {
    margin-top: 4px;
    margin-right: 5px;
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: .75em;
    vertical-align: top;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Button mit Icon */
.btn-icon i.fa,
.btn-icon .button-icon-image {
    margin-right: 5px;
    padding-right: 7px;
    border-right: 1px solid grey;
    opacity: .85;
}

.button-icon-image {
    display: inline-block;
    width: 22px;
    height: 20px;
    text-align: center;
}

.button-icon-image img {
    max-width: 20px;
    height: 14px;
}

.btn-icon.btn-default i.fa {
    border-color: rgba(34, 34, 34, 0.4);
}

.btn-icon.btn-primary i.fa,
.btn-icon.btn-danger i.fa {
    border-color: rgba(255, 255, 255, 0.4);
}


/* Einfache Tabelle (Arbeitsplatzverwaltung */
.table-simple th,
.table-simple td {
    padding: 1px 0 !important;
    border: 0 !important;
}

.table-simple th {
    font-weight: 300;
}

.table-simple tr:hover td {
    background-color: transparent;
}

.box-border-grey {
    border-left: 4px solid grey;
}
.box-border-red {
    border-left: 4px solid darkred;
}


.table-operation-data {
    background-color: transparent !important;
    border: 0 !important;
}

.table-operation-data tr th,
.table-operation-data tr td {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    border: 0 !important;
}

.table-operation-data-resources {
    margin: 0 10px;
    background-color: transparent !important;
    border: 0 !important;
}

.table-operation-data-resources tr th {
    background-color: #eaeaea;
}

.table-operation-data-resources tr th,
.table-operation-data-resources tr td {
    padding: 5px 15px 5px 0 !important;
    /*border: 0 !important;*/
}


.custom-checkbox-toggle {
    display: block;
    margin: 15px 0;
}

.custom-checkbox-toggle .switch {
    margin-right: 15px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .switch-slider {
    background-color: #ed6b25;
}

.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #ed6b25;
}

.switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.switch .switch-slider.round {
    border-radius: 20px;
}

.switch .switch-slider.round:before {
    border-radius: 50%;
}


.map-teaser {
    margin-top: 25px;
    margin-bottom: 50px;
    /* opacity: 0.6; */
}

.map-teaser.active {
    /* opacity: 1.0; */
}

.map-teaser h3 {
    margin-top: 0;
}


.map-teaser .show-additional-map,
.map-teaser .set-default-map {
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    cursor: default;
    font-weight: bold;
}

.map-teaser.active .show-additional-map,
.map-teaser.active .set-default-map {
    cursor: pointer;
}

.map-teaser .show-additional-map.active,
.map-teaser .set-default-map.active {
    cursor: pointer;
    color: #ed6b25 !important;
}

/*
#autoremove-timed-poi {
	margin-bottom: 10px;
}
*/

#autoremove-timed-poi.disabled .checkbox,
#autoremove-timed-poi.disabled .checkbox label {
    /*#autoremove-timed-poi.disabled .bootstrapSlider,*/
    /*#autoremove-timed-poi.disabled .bootstrapSlider * {*/
    cursor: not-allowed !important;
}

#autoremove-timed-poi.disabled .checkbox {
    /*#autoremove-timed-poi.disabled .checkbox label,*/
    /*#autoremove-timed-poi.disabled .bootstrapSlider ,*/
    /*#autoremove-timed-poi.disabled .bootstrapSlider {*/
    opacity: .5;
}


/* Bootstrap Dialog */

.bootstrap-dialog .modal-header {
    background-color: #fff !important;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.bootstrap-dialog .modal-footer .btn-warning {
    background-color: #ed6b25 !important;
}

.bootstrap-dialog .modal-footer .glyphicon {
    display: none;
}

/* Modale */

/* keine Header- und Footer-Linien für Modale, die Tabs haben */
#modal-edit .modal-header,
#modal-edit .modal-footer,
#modal-view .modal-header,
#modal-view .modal-footer {
    border: none;
}

/* Maximalhöhe für Modal-Inhalt */
.modal-body {
    max-height: 700px;
}

.row.row.modal-row-scroll-container {
    overflow: hidden;
    margin-bottom: -15px;
}

.groupModal-scrollContainer {
    position: relative;
    max-height: 300px;
}

#hiddenIncidentModal .groupModal-scrollContainer {
    margin-bottom: 30px;
}

/* CKEDITOR */
.ck-content {
    height: 550px;
}

.ck-body-wrapper {
    position: relative;
    z-index: 1051; // must be higher than 1050 (z-index of .modal)
}

.ck.ck-content[role='textbox'] p,
#view-comment p {
    font-size: 13px;
}


/* Special Checkboxes */

a.btn-checkbox {
    display: block;
    margin: 2px 0;
    color: #333 !important;
    text-decoration: none !important;
}

span.user-right-missing,
span.workstation-limit-reached,
span.version-too-low,
span.workstation-feature-unavailable {
    opacity: .75;
    cursor: default;
}

a.btn-checkbox.disabled {
    opacity: .75;
    cursor: default;
}

a.btn-checkbox::before {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    content: "\f096";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

a.btn-checkbox.checked::before {
    content: "\f046";
}

a.btn-checkbox.minus::before {
    content: "\f147" !important;
}

a.btn-checkbox.locked::after {
    display: inline-block;
    width: 12px;
    margin-left: 5px;
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

span.inactiveTag {
    border: 1px solid #808285;
    background-color: #808285;
    border-radius:2px;
    padding: 0 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 7px;
}

span.activeTag {
    border: 1px solid darkgreen;
    background-color: darkgreen;
    border-radius:2px;
    padding: 0 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-left: 7px;
}

.tac-si-list {
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.tac-si-list li,
.tac-si-list ul {
    list-style-type: none;
}

.tac-si-group {
    width: calc(100% - 15px);
}

.tac-si-group>ul {
    width: 100%;
}

.tac-si-group>ul>li {
    width: 100%;
}

.tac-si-list li {
    margin-bottom: 5px;
}

.tac-si-list li.selected {
    background-color: #ed6b25;
    color: white;
}

.tac-si-list>ul>li>span {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.tac-si-items li {
    padding: 10px;
}

.tac-si-image {
    width: 90px;
    height: 90px;
}

.tac-si-list li.closed img.icon-open {
    display: none;
}

.tac-si-list li.open img.icon-closed {
    display: none;
}

.tac-si-list li.closed .tac-si-items {
    display: none;
}

.tac-si-group>span>img {
    width: 24px;
    margin-top: -2px;
}

.tac-si-group>ul {
    margin-top: 2px;
    padding-left: 10px;
}

.tac-si-items>li {
    cursor: pointer;
}

.tac-si-name {
    display: inline-block;
    max-width: calc(100% - 180px);
    vertical-align: middle;
}

/* hide all groups not matching */
.tac-si-list.search-active>ul>li.tac-si-group {
    display: none;
}

/* hide all items not matching */
.tac-si-list.search-active>ul>li.tac-si-group>ul>li {
    display: none;
}

/* show all matching groups */
.tac-si-list.search-active>ul>li.tac-si-group.search-match {
    display: inline-block;
}

/* show all items in matching groups */
.tac-si-list.search-active>ul>li.tac-si-group.search-match>ul>li {
    display: block;
}

/* show all matching items */
.tac-si-list.search-active>ul>li.tac-si-group>ul>li.search-match {
    display: block;
}

/* show all groups with matching children */
.tac-si-list.search-active>ul>li.tac-si-group.has-matches {
    display: inline-block;
}

/* hide empty search text */
.empty-search-hint {
    display: none;
}

/* show empty search text if search active and no results */
.tac-si-list.search-active.search-empty .empty-search-hint {
    display: inline;
}

.grid-view-tactical-signs>table>tbody>tr:first-child a.tactical-sign-move-up,
.grid-view-disposition-stations>table>tbody>tr:first-child a.disposition-station-move-up {
    display: none;
}

.grid-view-tactical-signs>table>tbody>tr:last-child a.tactical-sign-move-down,
.grid-view-disposition-stations>table>tbody>tr:last-child a.disposition-station-move-down {
    display: none;
}

#config-tactical-sign-definition li:first-child span.tactical-sign-move-up {
    display: none;
}

#config-tactical-sign-definition li:last-child span.tactical-sign-move-down {
    display: none;
}

.tactical-sign-grid-image {
    max-width: 90px;
}

.sourceForAccountContingents.limit-exceeded {
    color: red;
}



/* Modulbuchungen */

.modules .bookings .booking-history {
    /*margin-bottom: 25px;*/
}
.modules .bookings.multi .booking-history {
    margin-bottom: 10px;
}

.modules .bookings .booking-history .btn-more {
    padding: 2px 5px;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    background: none;
    color: #666;
}

.modules .bookings .booking-buttons {
    margin-bottom: 15px;
}

.modules .bookings .booking-buttons .alert {
    margin-top: 15px;
    margin-bottom: 15px;
}


.modules .bookings .btn-show-order,
.modules .bookings.multi .btn-order-now {
    margin-bottom: 10px;
}

.modules .bookings.multi .btn-show-order .submodule,
.modules .bookings.multi .btn-order-now .submodule {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.modules .bookings .checkbox label {
    font-weight: normal;
}

.modules .bookings .or-divider {
    margin: 12px 0 8px;
    text-align: center;
    font-size: 12px;
    color: #666;
    /*text-transform: uppercase;*/
}

.modules .bookings .or-divider:before,
.modules .bookings .or-divider:after {
    content: "–";
    padding: 0 5px;
}

.modules .fine-print {
    /*background: #f0f0f0;*/
    /*padding: 10px 15px;*/
    margin: 15px 0;
}
.modules .fine-print h4 {
    font-size: 12px;
    margin: 0;
}
.modules .fine-print p {
    font-size: 11px;
}
.modules .fine-print p:last-child {
    margin: 0;
}



.modules .modal .modal-body .module-price .small-text {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}

.modules .modal .modal-body h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.modules .modal .modal-body .ordered {
    transform: rotate(-2deg);
    padding: 10px 18px;
    /*background: rgba(255,255,255,.5);*/
    border: 3px solid #8b0000;
    color: #8b0000;
    display: inline-block;
}

.modules .modal .modal-body .radiolist div label {
    display: block;
    font-weight: normal;
}

.modules .modal .modal-body .radiolist-inline div label {
    display: inline;
    margin-right: 15px;
    font-weight: normal;
}



#fireboardLoader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 99999999;
}

#fireboardLoader .icon {
    padding: 10px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 120px;
}

#cloudTree .fancytree-folder>.fancytree-title {
    text-decoration: none;
}

#edit-cloud-attachments {
    max-height: 304px;
    position: relative;
}

#edit-cloud-category-tree {
    margin-top: 10px;
}

#cloud-file-selection-panel>#cloudTree {
    margin-bottom: 10px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}

.ccm-settings-summoner {
    left: 15px !important;
    bottom: 35px !important;
}

.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
    overflow: hidden !important;
    border-radius: 100% !important;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.25) !important;
}

.config-disposition-recipients #btn-refresh-disposition-stations {
    /*position: absolute;*/
    /*top: 13px;*/
    /*right: 20px;*/
    /*padding: 5px;*/
    opacity: .75;
    background: none !important;
    box-shadow: none !important;
}

.config-disposition-recipients #btn-refresh-disposition-stations:hover {
    opacity: 1;
}

/* Refresh Icons */
.config-disposition-recipients .refresh-icon {
    width: 30px;
    height: 30px;
    display: inline-block;

    position: relative;
    top: 7px;
    left: 8px;

    /*
    position: absolute;
    top: 30px;
    right: 18px;
    */
}

.config-disposition-recipients .refresh-icon .btn {
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
    z-index: 2;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    vertical-align: center;
}

.config-disposition-recipients .refresh-icon .btn i.fa-spin {
    /*color: #ed6b25;*/
    color: #999;
}

/* Loading Bar */
.config-disposition-recipients .refresh-icon .loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px !important;
    height: 30px !important;
    margin: 0;
    z-index: 1;
}
.config-disposition-recipients .refresh-icon .loading-bar .ldBar-label {
    display: none;
    font-size: 12px;
    color: #333;
}
.config-disposition-recipients .refresh-icon .loading-bar .ldBar-label:after {
    content: "s";
    font-size: 12px;
}
.config-disposition-recipients .refresh-icon .loading-bar path.mainline {
    stroke-width: 6;
    stroke: #333;
    /*stroke: #ed6b25;*/
    stroke-linecap: round;
}
.config-disposition-recipients .refresh-icon .loading-bar path.baseline {
    stroke-width: 6;
    stroke: #ddd;
    stroke-linecap: round;
}

/*.ebCustomColorPicker {*/
/*    cursor: pointer;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-radius: 5px;*/
/*    margin-top: 4px;*/
/*    border: 1px solid #555555;*/
/*}*/

#modal-edit-polygon-arrows div.bootstrap-select {
    width: 66px !important;
}

/* Leaflet map */
.leaflet-control-layers * {
    font-weight: unset;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.leaflet-control-layers label {
    margin-bottom: 0px;
    margin-right: 5px;
}

.leaflet-control-layers section {
    padding: 0px 0px 0px 0px;
}

.leaflet-control-layers-base::before {
    content: 'Basiskarten';
    margin: 10px 0px 5px 0px;
    font-size: 14px;
    font-weight: 700;
}

.leaflet-control-layers-separator {
    margin: 15px -10px 10px -6px;
}

.leaflet-control-layers-overlays::before {
    content: 'Zusatzkarten';
    margin: 10px 0px 5px 0px;
    font-size: 14px;
    font-weight: 700;
}

.leaflet-touch .leaflet-bar.leaflet-control-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}

.incident-archive-link>img,
.incident-archive-insert-link>img {
    height: 14px;
    position: relative;
    top: -2px;
    left: 2px;
}

/* CKEDITOR */
.ck-body-wrapper {
    position: relative;
    z-index: 1051; // must be higher than 1050 (z-index of .modal)
}

/* Department Info Log */
#depInfoLog_messages {
    max-height: 500px;
}

.depInfoLog_messageContainer {
    position: relative;
    margin: 5px;
    margin-right: 25px;
    min-height: 60px;
    border: solid 1px;
}

.depInfoLog_message {
    width: calc(100% - 58px);
    float: left;
    margin-left: 58px;
}

.depInfoLog_message .align-right {
    text-align: right;
}

.depInfoLog_category {
    position: absolute;
    width: 58px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.depInfoLog_title {
    font-weight: bold;
}

.depInfoLog_icon {
    width: 40px;
    height: auto;
    max-height: 40px;
    margin: 9px;
    border: 0;
    vertical-align: middle;
}

#depInfoLog_configGrid tbody tr {
    cursor: pointer;
}

#depInfoLog_configGrid.grid-view table tr:hover td,
#depInfoLog_viewGrid.grid-view table tr:hover td,
#depInfoLog_configGrid.grid-view table tr.selected:hover td,
#depInfoLog_viewGrid.grid-view table tr.selected:hover td {
    background-color: #e6e6e6;
}

#depInfoLog_configGrid .depInfoLog-icon,
#depInfoLog_viewGrid .depInfoLog-icon {
    text-align: center;
    vertical-align: middle;
}

/* Ticker Gruppen Templates */

.incident-presentation-template-group {
    padding: 8px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}

.incident-presentation-template-group-source {
    padding: 8px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.incident-presentation-template-group-source .btn-remove-source i {
    float: right;
    padding-right: 10px;
    color: #ed6b25;
    cursor: pointer;
    display: none;
}

.incident-presentation-template-group-source:hover .btn-remove-source i {
    display: inline;
}

.template-group-section {
    padding: 8px;
}

.template-group-name {
    font-weight: 700;
    font-size: 17px;
}

.template-group-name .btn-edit-template-accounts,
.template-group-name .btn-new-template-subgroup {
    font-weight: normal;
    font-size: 16px;
    color: #ed6b25;
    text-decoration: none;
    padding-right: 15px;
}

.template-group-name .btn-edit-template-accounts:hover,
.template-group-name .btn-new-template-subgroup:hover {
    text-decoration: underline;
}

.template-group-name > .pull-right > .edit {
    visibility: hidden;
}

.template-group-name:hover > .pull-right > .edit {
    visibility: visible;
}

#template-configuration .right,
#scenario-configuration .right {
    float: right;
    text-align: right;
}

#templateGroupForm .row {
    padding-top: 15px;
}

#templateGroupModal .modal-dialog {
    width: 850px;
}

#templateGroupAccountsModal .modal-dialog {
    width: 750px;
}

.incident-presentation-template-group-content {
    display: block;
}

.incident-presentation-template-group .collapse {
    cursor: pointer;
}

.incident-presentation-template-group .incident-presentation-template-group-content .template-group-details {
    padding: 5px 0 3px;
    margin: 0;
}

.incident-presentation-template-group .incident-presentation-template-group-content .template-group-details .col {
    padding-left: 8px;
}

#template-configuration .template-group-name .edit {
    cursor: pointer;
}

.modal-footer form {
    display: inline;
    float: left;
}

.editScenarioItem,
.deleteScenarioItem {
    cursor: pointer;
}

.app_link_warning_old_em {
    font-weight: bold;
}

#configAppResourceLinkModal .modal-body {
    max-height: none;
}

#resource_app_link li.item-list-option {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
}

#resource_app_link li.item-list-option:hover {
    border: solid 1px #ed6b25;
    cursor: pointer;
}

#resource_app_link li.item-list-option.selected {
    background-color: rgba(243, 111, 33, 0.6);
}

#resource_app_link li.item-list-option a {
    text-decoration: none;
    color: black;
}

#resource_app_link ul {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.hint-block-pw-reqs {
    color: black;
}

.form-group.has-error>.hint-block-pw-reqs {
    /* hide hint if field has a visible error message */
    display: none;
}

.font-awesome-overlay-icon {
    position: absolute;
    top: 9px;
    right: -16px;
}
