html {
}
body {

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-attachment: fixed;
    height: 100vh;
    background-image: url('/navGfx/back.jpg');
    background-color: transparent;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
/* Hide Angular JS elements before initializing */
.ng-cloak {
    display: none;
}
.container-fluid {
    max-width: 1280px;
    min-width: 320px;
}
.no-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.remove-margin-left-right, .rmmlr {
    margin-left: 0;
    margin-right: 0;
}
.remove-padding-right, .rmpr {
    padding-right: 0;
}
.remove-padding-left, .rmpl {
    padding-left: 0;
}
.remove-padding-left-right, .rmplr {
    padding-left: 0;
    padding-right: 0;
}
.pt0{
    padding-top: 0px;
}
.pb0{
    padding-bottom: 0px;
}
.pr0{
    padding-right: 0px;
}
.pl0{
    padding-left: 0px;
}
.p0{
    padding: 0px;
}
.pr3{
    padding-right: 3px;
}
.pt5{
    padding-top: 5px;
}
.pb5{
    padding-bottom: 5px;
}
.pr5{
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.p5{
    padding: 5px;
}
.pl6{
    padding-left: 6px;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.pr10{
    padding-right: 10px;
}
.pl10{
    padding-left: 10px;
}
.p10{
    padding: 10px;
}
.pt20{
    padding-top: 20px;
}
.pb20{
     padding-bottom: 20px;
 }
.ml-20{
    margin-left: -20px;
}
.ml20{
    margin-left: 20px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.green{
    color: #59cb59;
}
.red{
    color: #ff0000;
}
.form-control::-moz-placeholder{
    color:#BBBBBB;
    opacity:1;
}
.form-control:-ms-input-placeholder{
    color:#BBBBBB;
}
.form-control::-webkit-input-placeholder{
    color:#BBBBBB;
}

.nowrap {
    white-space: nowrap
}
.hand{
    cursor: pointer;
}
.glyphicon-spin {
    font-size: 30px;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
.glyphicon-spin-sm {
    font-size: 15px;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.nice_border_bottom{
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
    border-bottom-color: #f8db30;
    margin-bottom:8px;
}
.nice_border_bottom:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 10px;
    right: 10px;
    bottom: -8px;
    border-bottom: 2px solid transparent;
    border-bottom-color: #c4c4c4;
}
.topbar{
    background-color: #ffffff;
    border-bottom: 1px solid #585858;
    margin-right: 0px;
    margin-left: 0px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.topbar .title{
    font-size:26px;
    font-weight: bold;
    white-space: nowrap;
    color: #585858;
}
.topbar .btnclipped {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:150px;
    display: inline-block;
    vertical-align: middle;
    max-height: 17px;
}
fieldset.scheduler-border {
    border: 1px solid #f8db30 !important;
    border-radius: 14px;
    padding: 0 10px 5px 10px !important;
    /*padding: 0 30px 5px 30px !important;*/
    margin: 0 0 20px 0 ;
    -webkit-box-shadow:  0px 0px 0px 0px #fff;
    box-shadow:  0px 0px 0px 0px #fff;
    background-color: #fdfdfd;
}
fieldset.scheduler-border.error {
    border: 1px solid #ff0000 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ffe8e9;
    box-shadow:  0px 0px 0px 0px #ffe8e9;
    background-color: #ffe8e9;
}
fieldset.scheduler-border.ok {
    border: 1px solid #00ff00 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #d9ffd9;
    box-shadow:  0px 0px 0px 0px #d9ffd9;
    background-color: #d9ffd9;
}
legend.scheduler-border {
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:1px 10px;
    border-bottom:none;
    margin-bottom: 1px;
    font-size: 16px;
}

fieldset .step{
    background-color: #f8db30;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
fieldset .step.ok{
    background-color: #61d661;
}
fieldset .step.dis{
    background-color: #eeeeee;
    color: #7f7f7f;
    cursor: not-allowed;
}

.clearleft {
    clear: left;
}

.navigation > .step{
    position:relative;
    border:1px solid #e8c808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    padding: 5px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration:none;
    font-weight:bold;
    text-align: right;
    color: #545454;
    background-color: #F2F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F5F6), to(#F8E588));
    background-image: -webkit-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -moz-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -ms-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -o-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: linear-gradient(to bottom, #F2F5F6, #F8E588);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F2F5F6, endColorstr=#F8E588);
}
.navigation > .step:hover, .navigation > .step.aktiv{
    color: #000000;
    background-color: #F8DB30; background-image: -webkit-gradient(linear, left top, left bottom, from(#F8DB30), to(#febf04));
    background-image: -webkit-linear-gradient(top, #F8DB30, #febf04);
    background-image: -moz-linear-gradient(top, #F8DB30, #febf04);
    background-image: -ms-linear-gradient(top, #F8DB30, #febf04);
    background-image: -o-linear-gradient(top, #F8DB30, #febf04);
    background-image: linear-gradient(to bottom, #F8DB30, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8DB30, endColorstr=#febf04);
}
.navigation > .step.aktiv:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    right: 8px;
    top: 6px;
}


/* Anpassungen */
.btn-default {
    text-shadow: unset;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 7px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 3px;
}

.form-group > label{
    margin-bottom: 0px;
    margin-top: 5px;
}
.modal-header {
    padding: 5px;
    background-color: #f8db30;
}
.uib-datepicker-popup.dropdown-menu {
    position: absolute;

    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
/*.uib-datepicker-popup.dropdown-menu .btn-group .btn-danger.btn{*/
/*    display: none;*/
/*}*/
.uib-datepicker-popup.dropdown-menu .btn-success.btn{
    display: none;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border: 1px solid #f8db30;
}
.modal-header {
    padding: 5px;
    background-color: #f8db30;
    color: #000;
    min-height: 32px;
}
.modal-header > .modalclose{
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
}


dl {
    display: flex;
    flex-wrap: wrap;
}
dt {
    width: 33%;
    margin-bottom: 4px;
}
dd {
    margin-left: auto;
    width: 66%;
}
.form-control-auto{
    display: unset;
    width: auto;
}

.tablezebra>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tablezebra>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
}
.table-hover>tbody>tr:hover {
    background-color: #f4eec7;
}
.table-nonfluid {
    width: auto !important;
}





/* Navigation */
.hamburger{
    font-size: 25px;
    cursor: pointer;
}
.navigation {
    background-color: #585858;
    /*height: 100vh;*/
    height: calc(100vh - 50px);
    padding-left: 0px;
    position: fixed;
    top:50px;
    z-index: 100;
}
.navigation .navContainer{
    padding-top:10px;
    padding-left: 5px;
    padding-right: 5px;
}
.navigation .navContainer.active{
    background-color: #ffffff;
    border-top: 1px solid #f8db30;
    border-bottom: 1px solid #f8db30;
    border-left: 1px solid #f8db30;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: -5px;

}
.navigation .navContainer .navSubContainer{
    padding-top: 3px;
    padding-left: 20px;
    display: none;
}
.navigation .navContainer.active .navSubContainer{
    display: block;
}

.navigation .btn{
    position:relative;
    border:1px solid #e8c808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    padding: 5px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration:none;
    font-weight:bold;
    text-align: right;
    color: #545454;
    background-color: #F2F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F5F6), to(#F8E588));
    background-image: -webkit-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -moz-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -ms-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: -o-linear-gradient(top, #F2F5F6, #F8E588);
    background-image: linear-gradient(to bottom, #F2F5F6, #F8E588);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F2F5F6, endColorstr=#F8E588);
}
.navigation .btn-sm{
    font-size:14px;
    padding: 5px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.navigation .btn-xs{
    font-size:12px;
    padding: 5px;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.navigation .btn:hover, .navigation .btn.aktiv{
    background-position-x: 0px;
    background-position-y: 0px;
    color: #000000;
    background-color: #F8DB30; background-image: -webkit-gradient(linear, left top, left bottom, from(#F8DB30), to(#febf04));
    background-image: -webkit-linear-gradient(top, #F8DB30, #febf04);
    background-image: -moz-linear-gradient(top, #F8DB30, #febf04);
    background-image: -ms-linear-gradient(top, #F8DB30, #febf04);
    background-image: -o-linear-gradient(top, #F8DB30, #febf04);
    background-image: linear-gradient(to bottom, #F8DB30, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8DB30, endColorstr=#febf04);
}
.navigation .btn.aktiv:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    right: 8px;
    top: 6px;
}

.navigation .logoContainer{
    border-bottom: 1px solid #f8db30;
    background-color: #ffffff;
    width:100%;

}
.navigation .logoffContainer{
    border-top: 1px solid #f8db30;
    border-bottom: 1px solid #f8db30;
    border-left: 1px solid #f8db30;
    background-color: #ffffff;
    width:100%;
    position: absolute;
    bottom:10px;
}
.navigation .logoffContainer .userName{
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;

}

/*Inhalt */
.contentitlebar{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}


/* Extra Small */
@media(max-width:660px){
    .topbar .title{
        font-size:16px;
        line-height: 36px;;
    }
    fieldset.scheduler-border {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .container-fluid {
        padding-right: 20px;
    }
    .topbar{
        height: 30px;
    }
    .navigation {
        height: calc(100% - 30px);
        position: absolute;
        z-index: 200;
        top:30px;
    }
    .contentitlebar{
        font-size: 12px;
        line-height: 30px;
    }
    .navigation > .btn{
        text-align: center;
    }
    .navigation > .btn.aktiv:after{
        border-top: 10px solid #000;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        right: 8px;
        top: 10px;
    }
}

/* Small */
@media(min-width:661px) and (max-width:991px){
    .topbar .title{
        font-size:20px;
        line-height: 34px;;
    }
    .container-fluid {
        padding-right: 20px;
    }
    .topbar{
        height: 30px;
    }
    .navigation {
        height: calc(100% - 30px);
        position: absolute;
        z-index: 200;
        top:30px;
    }
    .contentitlebar{
        font-size: 12px;
        line-height: 30px;
    }
    .navigation > .btn{
        text-align: center;
    }
    .navigation > .btn.aktiv:after{
        border-top: 10px solid #000;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        right: 8px;
        top: 10px;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}

/* Large */
@media(min-width:1200px){

}

