@keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
a,img{outline:none;border:0;color:inherit;text-decoration:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearfix {zoom: 1;}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.hide{display:none;}
.spacer{width:100%;height:10px;}
.spacer-x2{width:100%;height:20px;}
.text-right{text-align:right!important;}
.text-left{text-align:left!important;}
.text-center{text-align:center!important;}
*{
    outline:none;
}
.custom-checkbox-wrap{
    display:inline-block;
    vertical-align: middle;
    font-size: 0;
}
.custom-checkbox-button{
    display:inline-block;
    width:18px;
    height:18px;
    cursor:pointer;
    float:left;
    position:relative;
    top:0;
    border:1px solid #d5d5d5;
    border-radius:1px;
}
.custom-checkbox-wrap.custom-checkbox-left .custom-checkbox-button{
    float:right;
}
.custom-checkbox-wrap.custom-checkbox-right .custom-checkbox-button{
    float:left;
}
.custom-checkbox-button:hover{
    border-color:#00a652;
}
.custom-checkbox-checked{
    border-color:#00a652;
    background:#00a652;
    color:white;
}
.custom-checkbox-checked:before{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:'\f3fd';
    font-size:25px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.custom-checkbox-checked:hover{
}
.custom-checkbox-label{
    display:inline-block;
    line-height:20px;
    padding:0 5px;
    height:20px;
    font-size:14px;
}
.custom-checkbox-clear{
    clear:both;
}
[data-scrollbar="enabled"]{
    position:relative;
}
/**/

.custom-radio-wrap{
    font-size:12px;
    display:inline-block;
    padding-right:20px;
}

.custom-radio-label {
    cursor : pointer;
    position:relative;
    font-size:14px;
    line-height:20px;
}

.custom-radio-label:hover {
    color : #3b3b3b;
}
.custom-radio-label:before{
    content:' ';
    display: inline-block;
    width:20px;
    height:20px;
    border:1px solid #e1e1e1;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    color:white;
    border-radius:10px;
    font-size:18px;
    text-align:center;
    line-height:18px;
    vertical-align: middle;
    margin-right:14px;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-radio-checked .custom-radio-label {

}
.custom-radio-checked .custom-radio-label:before{
    content:'\f3fd';
    background:#00a651;
}
/**/
.hide{
    display: none;
}
.nicescroll-rails.hide{
    display: none !important;
}
/*[data-action].hide {*/
    /*display: none !important;*/
/*}*/
[data-url]{
    cursor:pointer !important;
}
/**/
.pagination{
    text-align:right;
    font-size:0;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.pagination a{
    display:inline-block;
    font-size:14px;
    color:#545454;
    line-height:24px;
    height:24px;
    padding: 7px 16px;
    text-decoration:none;
    border-style: solid;
    border-color: #d5d5d5;
    border-width: 1px 0 1px 1px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pagination a:hover,.pagination a.active,.pagination a.current{
    background:#c12129;
    color:white;
}
.pagination a:last-of-type{
    border-right-width: 1px;
}
.pagination .last,.pagination .first{
    padding: 7px 25px;
}
.pagination.pagination-minimal {
    white-space: nowrap;
}
.pagination.pagination-minimal .text{
    font-size:14px;
    margin:0 5px;
    line-height:40px;
    color:#333333;
}
.pagination.pagination-minimal .page-block{
    display: inline-block;
    margin-right:20px;
}
.pagination.pagination-minimal .page-block.page-single{
    display: none;
}
.pagination.pagination-minimal .per-page-block{
    display: inline-block;
}
.pagination.pagination-minimal a{
    display:inline-block;
    font-size:14px;
    color:#fff;
    line-height:30px;
    height:30px;
    padding:0 10px;
    text-decoration:none;
    border:none;
    background: #266289;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 1px;
    min-width:10px;
    text-align:center;
}
.pagination.pagination-minimal a:hover,.pagination a.active,.pagination a.current{
    background:#98a4ac;
}
.pagination.pagination-minimal a.inactive{
    background:#98a4ac;
    opacity:0.8;
    cursor:auto;
}
.pagination.pagination-minimal input{
    background:white;
    padding:0 15px;
    margin:0 5px;
    border:1px solid #dbdbdb;
    border-radius: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    height:30px;
    width:40px;
    text-align:center;
    vertical-align: super;
}
.pagination.pagination-minimal select{
    background:white;
    padding:0 5px;
    margin:0 5px;
    border:1px solid #dbdbdb;
    border-radius: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    height:30px;
    width:55px;
    text-align:center;
    vertical-align: super;
}
/**/
/**/
[data-order-name]{
    cursor:pointer;
}
[data-order-name]:before{
    content:' ';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #9a9da1;
    position:absolute;
    top:50%;
    margin-top:-3px;
    right:8px;
}
[data-order-name]:after{
    content:' ';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #9a9da1;
    position:absolute;
    top:50%;
    margin-top:3px;
    right:8px;
}
[data-order-name][data-order-val="DESC"]:before{
    display:none;
}
[data-order-name][data-order-val="ASC"]:after{
    display:none;
}
/**/
.load-overlay{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100%);
    background:rgba(255,255,255,0.4);
    overflow:hidden;
}
.load-overlay:after{
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    background:url('/assets/images/loader-small.png') no-repeat center center;
    position:absolute;
    display:block;
    left:50%;
    top:50%;
    margin-top:-15px;
    margin-left:-15px;
    width:30px;
    height:30px;
    content:' ';
}
form .load-overlay{
    z-index:20000;
    background:rgba(0,0,0,0.6);
}
form .load-overlay:after{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content:'In Bearbeitung...';
    font-size:20px;
    color:white;
    white-space: nowrap;
}
.no-content{
    line-height:100px;
    height:100px;
    text-align:center;
    font-size:24px;
    position: relative;
    color:#c6c6c6;
    font-weight: 400;
}
.no-content-small{
    height:20px;
    line-height:20px;
    font-size:14px;
}
.no-content-small:before{
    transform: scale(0.68);
    top: -2px;
}
.no-content-text{
    color:#c6c6c6;
}
.input-wrap .info-error-cont{
    position: absolute;
    top: 100%;
    right:0;
    font-size: 12px;
    line-height: 20px;
    color: #db0000;
    font-weight: 300;
    text-align:right;
}
.input-wrap.info-error input,
.input-wrap.info-error textarea,
.input-wrap.info-error .select2-container--default .select2-selection--single,
.input-wrap.info-error .select2-container--default .select2-selection--multiple,
.input-wrap.info-error .select2-dropdown,
.input-wrap.info-error .select2-container--default .select2-search--dropdown .select2-search__field
{
    border-color: #db0000!important;
}

.input-wrap.info-warning input,
.input-wrap.info-warning textarea,
.input-wrap.info-warning .select2-container--default .select2-selection--single,
.input-wrap.info-warning .select2-container--default .select2-selection--multiple,
.input-wrap.info-warning .select2-dropdown,
.input-wrap.info-warning .select2-container--default .select2-search--dropdown .select2-search__field
{
    border-color: #db0000!important;
}

.info-tooltip{
    width:20px;
    height:20px;
    cursor:help;
    background:url('/assets/images/icon-info.png');
    margin-right:10px;
    z-index:7000;
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:0;
}
.info-tooltip .info-tooltip-cont{
    position:absolute;
    border:1px solid #c3c3c3;
    padding:5px;
    font-size:12px;
    font-family: "Open Sans", sans-serif;
    background:#ffffff;
    min-width:150px;
    max-width:350px;
    border-radius:3px;
    z-index:10000;
}
.info-tooltip .info-tooltip-cont:before{
    content:' ';
    position:absolute;
    width:12px;
    height:7px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-above{
    bottom:30px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-above:before{
    bottom:-7px;
    background:url('/assets/images/tooltip-arr-white.png');
}
.info-tooltip .info-tooltip-cont.info-tooltip-below{
    top:30px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-below:before{
    top:-7px;
    background:url('/assets/images/tooltip-arr-white-below.png');
}

.info-tooltip .info-tooltip-cont.info-tooltip-left{
    left:-17px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-left:before{
    left:20px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-right{
    right:-5px;
}
.info-tooltip .info-tooltip-cont.info-tooltip-right:before{
    right:8px;
}
.info-tooltip.info-tooltip-red{
    background:url('/assets/images/icon-info-red.png');
}
.info-tooltip.info-tooltip-red .info-tooltip-cont{
    border:1px solid #ff7f7f;
    color: white;
    border: 1px solid #ff7f7f;
    background: #fe817d;
    background: -moz-linear-gradient(top, #fe817d 0%, #ff5c5d 50%, #ff5c5d 52%, #ff4f51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe817d), color-stop(50%,#ff5c5d), color-stop(52%,#ff5c5d), color-stop(100%,#ff4f51));
    background: -webkit-linear-gradient(top, #fe817d 0%,#ff5c5d 50%,#ff5c5d 52%,#ff4f51 100%);
    background: -o-linear-gradient(top, #fe817d 0%,#ff5c5d 50%,#ff5c5d 52%,#ff4f51 100%);
    background: -ms-linear-gradient(top, #fe817d 0%,#ff5c5d 50%,#ff5c5d 52%,#ff4f51 100%);
    background: linear-gradient(to bottom, #fe817d 0%,#ff5c5d 50%,#ff5c5d 52%,#ff4f51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe817d', endColorstr='#ff4f51',GradientType=0 );
    white-space: nowrap;
}
.info-tooltip.info-tooltip-red .info-tooltip-cont.info-tooltip-above:before{
    background:url('/assets/images/tooltip-arr-red.png');
}
.info-tooltip.info-tooltip-red .info-tooltip-cont.info-tooltip-below:before{
    background:url('/assets/images/tooltip-arr-red-below.png');
}
/*popup*/
.popup{
    background:#ffffff;
    border-radius:10px;
    box-shadow:none;
    min-width:400px;
    max-width:700px;
    padding-bottom: 36px;
}
.popup .title{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background:#ffffff;
    height:40px;
    border:none;
    padding:10px 0 0 0;
    line-height:40px;
    color:#333333;
    /*text-transform: capitalize;*/
    font-size:21px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}
.popup .text{
    padding:10px 10px 23px 10px;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    white-space:normal;
    text-align:center;
}
.popup .text .small{
    display: block;
    font-size:10px;
}
.popup .close_alt{
    width:14px;
    height:14px;
    background:url('/assets/images/sprite.png') -63px -523px;
    top:4px;
    right:4px;
}
.popup .close_alt:hover{
    background-position: -77px -523px;
}
.popup .ok,.popup .cancel,.popup .close{
    width:150px;
    height:30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-align:center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding:0;
    margin:0 5px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    border-radius: 3px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    display: inline-block;
}
.popup .ok:hover,.popup .cancel:hover,.popup .close:hover{
    opacity:0.8;
}
.popup .ok,.popup .ok:hover{
    background: #00a652;
}
.popup .cancel,.popup .cancel:hover{
    background: #97a4ac;
}
.popup .close,.popup .close:hover{
    background: #97a4ac;
}
.popup .actions{
    margin:0;
    padding:0 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.popup .title:before{
    display:none;
    position:absolute;
    top:23px;
    left:50%;
    width:58px;
    height:58px;
    border-radius:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:white;
    line-height:58px;
}
.popup.popup_success .title,.popup.popup_fail .title,.popup.popup_warning .title{
    padding-top:88px;
    position:relative;
}
.popup.popup_success .title:before{
    content:'\f122';
    display:block;
    background:#00a652;
    font-family:"Ionicons";
    font-size:25px;
}
.popup.popup_fail .title:before{
    content:'\f12a';
    display:block;
    background:#db5b5c;
    font-family:"Ionicons";
    font-size:25px;
}
.popup.popup_warning .title:before{
    content:'!';
    display:block;
    background:#db6d38;
    font-family:FontAwesome;
    font-size:45px;
}
.popup.no-title .title{
    height:0;
    font-size:0;
}
/*admin overlay*/
lang-key{
    position:relative;
    display:inline-block;
}
lang-key.active{
    z-index:100000;
    cursor:pointer;
}
lang-key.active:before{
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -10px;
    top: -5px;
    background: rgba(174,174,174,0.2);
    padding: 5px 10px;
    box-shadow:0 0 5px 0 orangered;
}
.ntabs2{
    font-size:0;
}
.ntabs2 .ntab{
    position:relative;
    display:inline-block;
    border-width:0;
    font-size:14px;
    height:38px;
    color:#58666e;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 38px;
    position:relative;
    text-align:center;
    padding:0 20px;
    min-width:50px;
    cursor:pointer;
}

.ntabs2 .ntab:hover{
    /*border-color: #36c680;*/
    color:#0072bc;
}

.ntabs2 .ntab.active,.ntabs2 .ntab.ntab-page:hover{
    /*background: #36c680;*/
    /*border-color: #36c680;*/
    color:white;
}
.ntabs2 .ntab{
    margin-right:6px;
}
.ntabs2 .ntab:last-child{
    margin-right:0;
}

.ntabs2 .ntab:before{
    content:' ';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#bfbfbf;
    z-index:0;
    -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
}
.ntabs2 .ntab:hover:before{
    background:#0072bc;
}
.ntabs2 .ntab.active:before,.ntabs2 .ntab.ntab-page:hover:before{
    height:100%;
    background:#0072bc;
}
/*custom range*/
.range-cont{
    width:100%;
    height:40px;
    font-size:0;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.range-cont input[type="text"].range-helper{
    width:calc(100% - 20px)!important;
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important;
}
.range-cont .range-act{
    display: inline-block;
    width:20px;
    height:100%;
    position:relative;
    vertical-align: top;
    border-style:solid;
    border-color:#DBDBDB;
    border-width:1px 1px 1px 0;
    border-top-right-radius:1px;
    border-bottom-right-radius:1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.range-cont .range-act .range-up,.range-cont .range-act .range-down{
    line-height:16px;
    font-size:16px;
    cursor:pointer;
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
}
.range-cont .range-act .range-up{
    top:-1px;
}
.range-cont .range-act .range-down{
    bottom:0;
}