#loader{
    width:100%;
    height:100%;
    position:fixed;
    z-index:10000;
    background:rgba(0,0,0,0.3);
}
#loader-stripe{
    position:absolute;
    z-index:10000;
    height:10px;
    top:0px;
    width:100%;
    color:white;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 2s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
}
.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.icon-avatar{
    font-size:130px;
    color:white;
}
.timeline-link{
    cursor:pointer;
}
.timeline-link:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.horizontal-menu > .nav-item{
    width:100%;
}
.horizontal-menu > .nav-item > .active{
    background: #f7f7f7;
}
.horizontal-menu > .nav-item:hover{
    background: #f7f7f7;
}
.main-panel > .content {
    margin-top:55px !important;
}
nav.header-breadcrumb{
    margin-top: 21px !important;
}
.input-lg{
    font-size: 20px !important;
}
.modal-xlg{
    max-width:1000px;
}
.pointer{
    cursor:pointer !important;
}
.draggable > .card:hover{
    background:#f3f3f3 !important;
}
.b-bold{
    font-weight:500 !important;
}
.droppable-select,.droppable-select-init{
    display: table !important;
}
.modal-content-no-background{
    box-shadow: none !important;
    border-radius: 0px !important;
    border: none !important;
    background: none !important;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
#abgabe-header{
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#abgabe-header-pills{
    display: none;
}
.btn-just-icon{
    overflow:visible !important;
}
.btn-just-icon > .notification{
    top:-3px ;
    right:-3px;
}
@media (min-width: 992px) {
    #abgabe-header-pills{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #abgabe-header-links{
        display: none !important; 
    }   
    .header-button-responsive-only{
        display:none;
    }
}
@media (max-width: 768px){

    .header-button{
        display: none;
    }
}
.lh-3{
    line-height: 3 !important;
}
