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;
}
.pt5{
    padding-top: 5px;
}
.pb5{
    padding-bottom: 5px;
}
.pr5{
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.p5{
    padding: 5px;
}
.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-left: 10px;
}

.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: #f8f8f8;
    margin-bottom: 20px;
}
.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 !important;
    -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;
}

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;
}
.help-block {
    font-size: 75%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.help-block::before {
    content: '(';
}
.help-block::after {
    content: ')';
}
.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;
}
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;
}
select.vorgang-status{
    background-color: #27acff;
    color: #fff;
}
select.vorgang-status:focus{
    background-color: unset;
    color: unset;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #3cbcff 0, #27acff 100%);
    background-image: -o-linear-gradient(top, #3cbcff 0, #27acff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3cbcff), to(#27acff));
    background-image: linear-gradient(to bottom, #3cbcff 0, #27acff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cbcff', endColorstr='#27acff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #1aa3ff;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 5px 8px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    font-size: 20px;
}
.input-group-lg > .form-control.timeinput {
    width:80px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 5px 8px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: lightgray;
    font-style: italic;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align: top;
}
.form-check > label {
    max-width: calc(100% - 30px);
}
.form-check > .im-help-block {
    max-width: calc(100% - 30px);
    padding-left: 24px;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 85%;
}
.form-group > .im-help-block {
    padding-left: 12px;
    margin-bottom: 5px;
    font-size: 85%;
}
label small {
    font-weight: normal;
}

.input-group .timeinput{
    display: inline-block;
    width: 50px;
}
.timeinput-seperator{
    float: left;
    padding-top: 6px;
}


.inputpair{
    display: inline-block;
    float: left;
}
.inputpair.perc50{
    width: 50%;
}
.inputpair.px70{
    width: 50px;
}
.inputpair.calc-px50{
    width: calc(100% - 50px);
}
.inputpair.px70{
    width: 70px;
}
.inputpair.calc-px70{
    width: calc(100% - 70px);
}
.inputpair.px100{
    width: 100px;
}
.inputpair.calc-px100{
    width: calc(100% - 100px);
}
.inputpair.px140{
    width: 140px;
}
.inputperc50{
    width: 50%;
}

/* Zustand */
.zustandselect{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    padding: 0;
    padding-left: 10px;
    border: 0;
    border-radius: 0px;
}
.zustandselect::-ms-expand {
    display: none;
}
.zustand-container{

}
.zustand-selector-top, .zustand-selector-bottom{
    position:absolute;
    left: 10%;
    background-color:red;
    width:8%;
    height:13%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.zustand-selector-top{
    top:1%;
}
.zustand-selector-bottom{
    top:86%;
}

/* Ladebalken */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c4c4c4;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4ccd0c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #779874;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
/* Uploader */
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* width: 9%; */
}
.fileinput-button input {
    position: absolute;
    /* padding: 10px; */
    /* height: 10px; */
top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    /* font-size: 200px !important; */
    /* direction: ltr; */
    cursor: pointer;
    width: 100%;
    height: 100%;
    cursor:pointer;
    /* display: block; */
}

.progress.progress-striped{
    height: 25px;
    border: 1px solid #ebebeb  !important;
    border-radius: 5px;
    display: none;

}
.progress-bar-cancel{
    display: none;
}
.progress-bar.progress-bar-success{
    height: 25px;
    border: 1px solid #5cb85c   !important;
    border-radius: 5px;
    width:0%;
    white-space: nowrap;
    /*color: white;*/
    padding-left: 5px;
    text-shadow:
            0.05em 0 #ebebeb,
            0 0.05em #ebebeb,
            -0.05em 0 #ebebeb,
            0 -0.05em #ebebeb,
            -0.05em -0.05em #ebebeb,
            -0.05em 0.05em #ebebeb,
            0.05em -0.05em #ebebeb,
            0.05em 0.05em #ebebeb;
}

/* Bilder */
.img-container{
    float: left;
    margin: 6px;
    text-align: center;
    border: 1px solid #cdcdcd !important;
    border-radius: 5px;
}
.img-container .img-output{
    padding: 10px;
    min-width: 140px;
    min-height: 140px;
}
.img-container .img-del{

}

/* Unterschrift */
.jSignature.disabled{
    pointer-events: none;
}

/* Vorgang Status */
/* CSS goes here */
.vorgangstatus_green {
    color: green;
    font-weight: bold;
}
.vorgangstatus_red {
    color: red;
}
.vorgangstatus_standard {
    color: #000000;
    font-weight: normal;
}

/* 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;
    }
    .navigation > .step{
        text-align: center;
    }
    .navigation > .step.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;;
    }
    .navigation > .step{
        text-align: center;
    }
    .navigation > .step.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;
    }
    .zustandselect{
        font-size:34px;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}

/* Large */
@media(min-width:1200px){

}

