.checkbox.header {
    width: 86.6667%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.nowrap {
   white-space: nowrap;
}
#dashboard h3 {
    margin-top: 50px;
}
#dashboard .top {
    margin-top: 5px;
}
.sumrow {
    width: 2400px;
}
.actualplanned .sumrow div {
    float: left;
    padding: 5px 2px 5px 2px;
    margin: 5px 0;
}
.actualplanned span {
    margin: 10px 0;
    padding: 8px;
}
.actualplanned .project_0 {
    background-color: #336699;
}
.actualplanned .project_1 {
    background-color: #119945;
}
.actualplanned .project_2 {
    background-color: #445599;
}
.actualplanned .project_3 {
    background-color: #999999;
}
.actualplanned .project_4 {
    background-color: #789ABC;
}
.actualplanned .project_5 {
    background-color: #FF5566;
}
.actualplanned .project_6 {
    background-color: rgba(153, 69, 18, 0.75);
    color: #3f3f3f;
}
.actualplanned .project_7 {
    background-color: #F57A11;
}
.actualplanned .project_8 {
    background-color: #FFFF56;
}
.actualplanned .project_9 {
    background-color: #9442A9;
}
.panel>.panel-collapse>.table tbody, .panel>.table tbody, .panel>.table-responsive>.table tbody {
    font-size: 13px;
}

.table .cell-actions {
    width: 1%;
    min-width: 90px;
}
.table .cell-state {
    width: 1%;
}
.table .cell-thumbnail {
    min-width: 102px;
}
.textlink {
    cursor: pointer;
    margin-left:5px;
}
.thumbnail {
    width: 90px;
}
.thumbnail-audio {
    width: 200px;
}
.navbar-header {
    height: 70px;
}
.navbar-default {
    background-color: #fff;
}
.navbar-brand>img {
    margin: -7px 0;
    max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
    color: white;
    background-color: #E63946;
    padding: 8px;
    border-radius: 3px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #E6505C;
}

.navbar-nav>li>.navbar-text {
    /*margin-top: 25px;*/
    /*margin-bottom: 25px;*/
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin-left: 10px;
        margin-top: 28px;
        margin-bottom: 0;
    }
}
.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}
.fes-forecolor {
    color: #E63946;
}
.fes-backcolor {
    background-color: #E63946;
}
.wrapper {background-color:#fff;opacity:0.95;}
.wrapper-scroll #header{
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 5px;
    z-index: 1000;
    width: 100%;
    background: none repeat scroll 0% 0% #FFF;
}
.wrapper-scroll .header_bg{height:0;opacity:0;}
.wrapper-scroll a.click-up {
    max-height: 9999px;
    opacity: 1;
    transition: all 1s ease-in-out 0s;
}
a.click-up:hover {
    position: fixed;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #C00;
    transition: all 0.5s ease-in-out 0s;
}
a.click-up {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0px;
    display: block;
    width: 30px;
    height: 40px;
    color: #E63946;
    bottom: 0px;
    cursor: pointer;
    z-index: 1010;

   -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
 a.click-up.visual {
    max-height:50px;
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
 a.click-up.visual:hover {background-color: #E63946;color: #fff;padding:10px;font-size:20px;
}

.subscription-row.not-granted {
    color: #999;
}
.subscription-row.not-granted .label-default {
    background-color: #ccc;
}
.ext-sub-table-more {
    text-align: center;
    cursor: pointer;
}
#ext-sub-table-container {
    max-height: 225px;
    overflow: hidden;
}
#ext-sub-table-container.full {
    max-height: 100%;
}

.btn-new {
    background-color: #E63946;
    color: #fff;
    margin-bottom:10px;
}
.btn-new:hover, .btn-new:focus, .btn-new:active, .btn-new.active,
    .open .dropdown-toggle.btn-new {
    color: white;
    background-color: #E6505C;
 }

.checkbox-filter {
    margin: 5px 10px;
    white-space: nowrap;
}

.user-hidden {
    display: none;
}

.user-modal-title {
    margin-bottom: 10px;
}

.tc-valign-middle {
    vertical-align: middle;
}

.user-modal-fg {
    padding-bottom: 20px;
    text-align: center;
}

#left-nav {
    min-width: 200px;
    max-width: 200px;
}

.left-nav-collapse {
    margin: 5px;
}

.glyphicon-chevron-right {
    transition: transform 0.4s;
}

#left-nav .input-group {
    position: inherit;
    width: 150px;
    margin: 10px 0;
}

#left-nav .form-group {
    margin: 10px 0;
}

#timereport-pagination {
    display: none;
    text-align: center;
}

#timereport-pagination ul {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

html, body{
  min-height: 100%;
}
body{
  position: relative;
}

#map-container, #nfc-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#map-cointainer:hover, #nfc-container:hover {
    cursor: pointer;
}

#map {
    position: fixed;
    height: 90vh;
    width: 90vw;
    top: 5vh;
    left: 5vw;
    z-index: 999;
}

#close-map {
    text-align: right;
    position: fixed;
    top: 1vh;
    right: 6vw;
    color: lightgray;
}

/* Benutzer Page */
.panel-heading-group:after {
    clear: both;
}

.panel-heading-group:after,  .panel-heading-group:before {
    display: table;
    content: " ";
}
.panel-heading-group > *:not(.panel-heading-filter) {
    float: left;
    line-height: 34px;
}

.panel-heading-filter {
    float: right;
    line-height: 34px;
    width: 100px;
}
.user-state {
    color: #666;
}

.user-state .active {
    color: #af413e;
}

#jobData.active:not(.shownow), .nav>li>a[aria-controls=job-data]:not(.shownow) {
    display: none;
}

/* Protokoll-Profile Page: */
.protocol-profile-group .protocol-profile-name {
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 15px !important;
}

.col-protocol-chkb {
    width: 70px;
}

.col-protocol-action {
    width: 120px;
}


/* Swal alerts: */
.swal-footer {
    display: flex;
    justify-content: center;
}

.swal-footer .swal-button {
    min-width: 160px;
}

.swal-text {
    text-align: center !important;
}

.swal-button--cancel:focus {
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 3px rgba(116,136,150,.29);
}

.swal-button--danger:focus {
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 3px rgba(165,43,43,.45);
}

/* Kunden page: */
.panel-heading-group .panel-heading-filter {
    margin-right: 15px;
}
.panel-heading-group .panel-heading-filter:not(:last-child) {
    margin-right: 0;
}

.input-group-btn .btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form[name="form-customer-filters"] {
    float: right !important;
}

.placeholder {
    margin-top: 9px;
    background-color: #f0f0f0;
    padding: 6px 12px;
    color: #444;
    font-family: monospace;
    font-size: 86%;
}

.newsletterattachment-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.8;
    font-size: 86%;
}
.newsletterattachment-list ul > li {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 22px 0 5px;
    position: relative;
}
.newsletterattachment-list ul > li .remove-file {
    color: #af0c0c;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.newsletterattachment-list ul > li:last-chid {
    border: none;
}

div.form-control {
    padding-bottom: 12px;
    height: auto;
}

.form-control.error {
    border: 1px solid #ff534f;
}

.error-message {
    font-size: 85%;
    font-style: oblique;
    color: #a94442;
}

.modal-body .table lable {display: none;}

@media (min-width: 1440px) {
    .container {
        width: 1410px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}
@media (max-width: 680px) {
    #ext-sub-table-container {max-height: 1085px;}
    .modal-body .table {display: block;}
    .modal-body .table thead {display: none;}
    .modal-body .table tbody {display: block;}
    .modal-body .table tr {display: block;margin-bottom: 30px;border-top: 3px solid #ccc;}
    .modal-body .table th, .modal-body .table td {display: block;text-align: right !important;}
    .modal-body .table lable {
        display: block;
        float: left;
        min-width: 70px;
        text-align: left;
        font-weight: 600;
    }
}

.date-time {
    position: absolute;
    right: 28px;
    top: 2px;
    color: #777;
}

label span.textlink {
    background-color: #E63946;
}

table tr.selected {
    background-color: #337ab7!important;
    color: white;
}
table tr.selected .pp-load-profile {
   display: none;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #E63946;
    border-color: #E63946;

    background-image: -webkit-linear-gradient(top,#E63946 0,#E6505C 100%);
    background-image: -o-linear-gradient(top,#E63946 0,#E6505C 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#E63946),to(#E6505C));
    background-image: linear-gradient(to bottom,#E63946 0,#E6505C 100%);
}

.panel-primary {
    border-color: #E63946;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-color: #E63946;
}

.mt-0 {
    margin-top: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.panel-heading-filter .btn {
    margin-bottom: 0;
}

.alert.alert-warning {
    padding: 6px;
}

.modal-header h4 {
    margin: 0;
}

.modal-header {
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 675px;
        margin: 10px auto;
    }
}

.form-group {
    margin-bottom: 10px;
}

.max-width-800 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.modal-open > .row {
    opacity: 0.1;
}

li .badge {
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: #6ba500;
    color: white;
}

.mb-0-5 {
    margin-bottom: 0.5rem!important;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.mb-2 {
    margin-bottom: 2rem!important;
}

.bold {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.d-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}
.chosen-container {
    min-width: 200px;
}
.d-none {
    display: none!important;
}

 .action-buttons {
     display: flex;
     gap: 5px; /* Abstand zwischen Buttons */
     align-items: center;
 }

.action-buttons .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;    /* Einheitliche Breite */
    height: 22px;   /* Einheitliche Höhe */
    padding: 0;
    border-radius: 4px;
    text-decoration: none;
}

.action-buttons .btn-icon i,
.action-buttons .btn-icon img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.action-buttons .btn-icon i {
    margin-top: 4px;
}

.action-buttons .btn-default {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
}

.action-buttons .btn-success {
    background-color: #28a745;
    border: 1px solid #218838;
    color: white;
}

.action-buttons .btn-icon:hover {
    opacity: 0.8;
    text-decoration: none;
}