@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Cn.woff2') format('woff2'),
    url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
    url("fonts/helveticaneueltstd_blk.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    font-size: 16px;
    color:#616161 ;
    font-family: 'Helvetica Neue LT Std';

}

body
{
    --mc: #616161;
    --sc: #737373;
    --hc: #f27932;
}
h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px;
}
label {
    font-weight: 500;
}
.form-control{
    font-size: 16px;
}
.fa-save, .fa-times-circle, .fa-eye{
    margin-left:10px;
}
.container_header {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.sep15{  height:15px;}
.sep50{  height:50px;}
.sep200{  height:200px;}
.sep250{  height:250px;}
.h404{
    font-size:60px
}
.pd17 {
    padding: 17px 0;
}
.lr-0{ padding-left:0;padding-right:0}
.content{
    min-height: 600px;
}
img#sitelogo {
    width: 150px;
    border: 1px solid #ddd;
}
ul#top_navitation {
    display: inline-flex;
    list-style: none;
}
ul#top_navitation li {
    margin: 0 15px;
}

.wrapper_main_content input {
    border: none;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    width: 420px;
    height: 68px;
    padding: 25px;
    font-size: 20px;
    display: block;
    margin: 20px auto;
}
.wrapper_main_content button {
    display: block;
    margin: 30px auto 0;
    border: none;
    /* color: #fff; */
    /* background-color: #414141; */
    width: 180px;
    height: 50px;
    /* border-radius: 7px; */
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
    background: #414141;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    text-align: center;
    border-radius: 5px;
}

#admin_nav {
    padding: 0 0 0 0;
    margin: 0;
}

#admin_nav li:nth-child(1), #show_modal {
    border-bottom: 2px solid #667ae1;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
#admin_nav li:nth-child(2) {
    border-bottom: 2px solid #afe560;
}
#admin_nav li:nth-child(3) {
    border-bottom: 2px solid #ae60e5;
}
#admin_nav li:nth-child(4) {
    border-bottom: 2px solid #fa9b4b;
}
#admin_nav li {
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.table-condensed .day{
    display: table-cell;
}
#admin_nav li a, #show_modal {
    display: inline-block;
    padding: 15px 25px;
    background: #d7d7d7;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
}
.adm_menu h3 {
    background: #464451;
    color: #fff;
    padding: 15px 10px 15px 20px;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    cursor: POINTER;
}
.adm_menu ul {
    padding: 0;
    margin: 0;
}
.adm_menu ul li {
    display: block;
    background: #f6f8f9;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.adm_menu li a {
    color: #000;
    padding: 10px 8px 10px 18px;
    display: inline-block;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#admin_nav_icons li {
    display: inline-block;
}
#admin_nav_icons a {
    padding: 10px;
}
.npl {
    padding-left: 0;
}
.data_container {
    background: #fff;
    padding: 25px;
    margin: 25px 0;
    -webkit-box-shadow: 1px 0px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 0px 10px 2px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.data_container h2 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.buttons ul {
    margin: 0;
    padding: 0;
}
.buttons ul li:nth-child(1) {
    margin-right: 30px;
}
.buttons ul li {
    display: inline-block;
}
.buttons ul li:hover{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.buttons_group{
    padding: 20px 0px;
}
.clickable {
    cursor: POINTER;
}
.btn-success {
    background: #f7941d;
    border:1px solid #f7941d;
    box-shadow: 2px 2px 8px rgb(0, 0, 0);
}
.btn-success:focus, .btn-success:hover {
    background-color: #f7941d;
    background-position: 0 -15px;
}
.btn-success:hover {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
}

.btn-primary {
    background: var(--mc);
    border: 1px solid var(--mc);
}
.uploaded_favicon img, .uploaded_logo img{
    max-width: 70px;
}
.btn-secondary {
    color: #fff;
    background: #c4c4c4;
}
.padd25 {
    padding-left: 25px;
}
.adm_menu i {
    color: #fff;
    display: inline-block;
    text-align: right;
    float: right;
    cursor: POINTER;
    padding: 3px 0 3px 3px;
}
.np {
    padding: 0;
}
.npr {
    padding-right:0;
}
.ok, .online {
    color:#219653 !important;
    font-weight: bold !important;
}
.error, .offline {
    color: #ff0000 !important;
    font-weight: bold !important;
}
.errors {
    color: #F19F59 !important;
    font-weight: bold !important;

}
.fa-circle {
    margin-right:10px;
}
.header_body {
    padding-top:20px;
}
.header_body img{
    width: 500px;
}
.inside_logo{
    width: 225px !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #32a31d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #32a31d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* ROWS Styles for BE */

.linkContainer[_ngcontent-c4], .main, .slogan {
    background: #fff;
}
#main_slogan{
    font-size: 50px;
    font-weight: 700;
    height: 95px;
}
#sub_slogan {
    font-size: 32px;
    line-height: 46px;
    height: 55px;
    line-height: 1.2;
}
#change_logo {
    position: absolute;
    margin-top: 40px;
}
#change_background {
    position: absolute;
    right: 35px;
    bottom: 35px;
    z-index: 999;
}

.header-container[_ngcontent-c3] .headline[_ngcontent-c3] {
    width: 63%;
}
#favicon , .uploaded_favicon, #logo_{
    display: inline-block;
}
#row2_container, #row3_container, #row4_container {
    padding-top:100px;
}
#logo {
    max-width: 120px;
}

[type="checkbox"] {
    position: relative;
    left: 30px;
    top: 0px;
    z-index: 0;
    -webkit-appearance: none;
}
[type="checkbox"] + label {
    position: relative;
    display: block;
    cursor: pointer;
    line-height: 1.3;
    padding-left:70px;
    position: relative;
    margin-top: -30px;
}
[type="checkbox"] + label::before {
    width: 50px;
    height: 20px;
    border-radius: 30px;
    border: 2px solid #ddd;
    background-color: #EEE;
    content: "";
    margin-right: 15px;
    transition: background-color 0.5s linear;
    z-index: 5;
    position: absolute;
    left: 0px;
}
[type="checkbox"] + label::after {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #fff;
    content: "";
    transition: margin 0.1s linear;
    box-shadow: 0px 0px 5px #aaa;
    position: absolute;
    left: 2px;
    top: 0px;
    z-index: 10;
}
[type="checkbox"]:checked + label:before {
    background-color: #2b8718;
}
[type="checkbox"]:checked + label:after {
    margin: 0 0 0 30px;
}
.required_label::after {
    content: " * ";
}
.dataTable [type="checkbox"] {
    position: relative;
    left: 30px;
    top: 2px;
    z-index: 0;
    -webkit-appearance: checkbox;
    width: 15px;
    height: 15px;
}


    .slidecontainer {
        width: 100%;
        overflow: hidden;
    }
    .slider_budget {
        -webkit-appearance: none;
        width: 100%;
        height: 25px;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .slide_budget {
        border-radius: 20px;
    }
    .slider_budget.up {
        background: #d1e3f1;
    }
    .slider_budget.up .slide_budget {
        background: #1a75bb;
        height: 25px;
        cursor: pointer;
        left: 0;
    }
    .up {
        color: #1a75bb;
    }
    .budget_sum_start{
        position: absolute;
        margin-top: 30px;
        margin-left: 15px;
        color: #fff;
        z-index: 99;
    }
    .budget_sum_end{
        position: absolute;
        margin-top: -45px;
        margin-right: 15px;
        color: #fff;
        z-index: 99;
        right: 0;
    }

#barcode_img, #qrcode_img {
    display: inline-block;
    float: right;
    margin-top: -45px;
    height: 45px;
    position: relative;
}

#actions_form .form-control{
    height: 45px;
    font-size: 16px;
}
#actions_form input[type="button"]{
    min-width: 220px;
    margin-top: 30px;
}
#action_res_div{
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}
#recent_qr {
    font-size: 20px;
    font-weight: 600;
}

body.modal-open .modal[style]:not([style='display: none;']) , .modal.in {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog , .modal.in .modal-dialog{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.year, .invoice_row {
    cursor: POINTER;
}
#custom_dates {
    overflow: hidden;
}
.btn-group, .btn-group-vertical {
    width: 100%;
    background: #fff;
    box-shadow: unset;
}
.btn-group.open .dropdown-toggle {
    box-shadow: unset;
}
.multiselect-option [type="checkbox"] + label::before , .multiselect-option [type="checkbox"] + label::after {
    display: none;
}
.bb {
    border-bottom: 1px solid #444;
}
.ico{
    width: 30%;
    text-align: center;
    border-right: 1px solid #444;
    padding-bottom: 20px;
}
.info span{
    color: #d1d1d1;
}
.info{
    padding-left: 30px;
}
span.highlight {
    color: #7aa23a;
}
.add_self_container {
    width: 500px;
}

.loader_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgba(122,122,122,0.7);
    position: absolute;
    z-index: 9999999999;
    text-align: center;
    width: 100%;
    top:0;
}

.loader_img {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
    margin-top:20%;
    position: absolute;

}

circle {
    fill: none;
    stroke-width: 3.5;
    animation-name: preloader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform;
}
circle:nth-of-type(1) {
    stroke-dasharray: 550px;
}

circle:nth-of-type(2) {
    stroke-dasharray: 500px;
}

circle:nth-of-type(3) {
    stroke-dasharray: 450px;
}

circle:nth-of-type(4) {
    stroke-dasharray: 300px;
}

@keyframes preloader {
    50% {
        transform: rotate(360deg);
    }
}
#recent_amount_div {
    padding-top:15px;
}
#recent_amount_div, #mid_div, #left_div {
    font-size: 20px;
}
#recent_amount_div span, #mid_div span, #left_div span {
    font-weight: bold;
}
.modal-body #info{
    font-size: 18px;
}
#mobile_a {
    display: none;
}
.swal2-confirm {
    margin-right: 15px;
}
a.btn-primary {
    color: #fff !important;
}
#ag_plus {
    margin-top: -43px;
    z-index: 99;
    position: relative;
    margin-right: -1px;
    background: #e7e7e7;
    width: 70px;
}
@media(min-height:1200px) {

    #row2_container, #row3_container, #row4_container {
        padding-top:150px;
    }
}
@media(max-width:1199px) {

    .buttons {
        padding: 30px 0 0;
        margin: 0 0 30px;
    }
}
@media(max-width:991px) {
    #ag_plus {
        display: none;
    }
    #barcode_img {
        display: inline-block !important;
    }
    .np, .npl, .npr {
        padding: 0 15px;
    }
    .add_self_container {
        width: 100%;
    }
}
    @media(max-width:600px) {
        #admin_nav li , #admin_nav li a{
            width: 100%;
        }
        #remind_btn {
            display: none;
        }
        .buttons {
            padding: 30px 0 0;
            margin: 0 0 30px;
            float: none !important;
        }
        #handler_lnk {
            float:none !important;
            margin: 15px;
        }
        #mobile_menu {
            padding-top: 25px;
            overflow-y: auto;
        }
        #mobile_a {
            display: block;
            position: absolute;
            right: 10px;
            color: #4040ec;
            z-index: 999;
            top:25px;
        }
        header .col-sm-2, header .col-sm-4 {
            text-align: center;
        }
        header a,   header .pull-right {
            display: block !important;
            float:unset !important;
        }

    }
.filter_handler_sells{
    height: 50px;
    line-height: 50px;
}
.filter_handler_sells select, .filter_handler_sells input{
    border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 45px;
}
.filter_handler_sells .form-group{
    position: relative;
}
.filter_handler_sells .form-group label:not(.switch){
    background-color: #F3F4F5;
    color:#616161;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -6px;
    left: 10px;
    padding: 1px 3px;
}
.filter_handler_sells .form-group .switch,.filter_handler_sells .form-group span{
    display: inline-block;
    vertical-align: top;
}
.filter_handler_sells .form-group .switch{
    margin: 8px 0;
}