body{
    font-family: "Roboto", sans-serif;

}

.dinline{
    display: inline-block;
}

.avn-button-dark:hover{
    filter: brightness(120%) !important;
}

.avn-button-light:hover{
    background-color: #F6F6FA;
    filter: brightness(90%) !important;
}

.avn-button-gray:hover{
    filter: brightness(90%) !important;
}

#axiosForm{  /* Components Root Element ID */
    position: relative;
}

.loader{  /* Loader Div Class */
    position: fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
    background-image: url('/images/spinner.gif');
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.page-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: #181843;
    width: 100%;
}

.btn-ok{
    padding: 11px;
    text-align: center;
    background: #611B75;
    box-shadow: 0 7px 16px rgb(97 27 117);
    border-radius: 30px;
    width: 125px;
    height: 47px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    margin: 10px;
    cursor: pointer;
    caret-color: transparent;
    display: inline-block;
}

.btn-cancel{
    padding: 11px;
    text-align: center;
    border: 1px solid #BA99D9;
    box-shadow: 0 7px 16px rgb(97 27 117);
    border-radius: 30px;
    width: 125px;
    height: 47px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #611B75;
    margin: 10px;
    cursor: pointer;
    caret-color: transparent;
    display: inline-block;
}

.vm--modal{
    border-radius: 20px !important;
    border: 1px solid #BA99D9  !important;
    padding: 20px  !important;
    text-align: center  !important;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #611B75;
}

.modal-panel-bottom{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 98%;
}

.modal-panel-bottom-m2{
    position: absolute;
    bottom: 7px;
    text-align: center;
    width: 98%;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    text-align: left !important;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #181843;
    font-weight: normal;
    cursor: pointer;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #611B75;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    background: #611B75;
    cursor: pointer;
}

.radio-avn{
    display: none !important;
    padding: 0!important;
    cursor: pointer;
}

.radio-item:hover {
    filter: brightness(120%) !important;
}

.inlblock{
    display: inline-block !important;
}

.widthclear{
    width: auto !important;
}

.jcrop-holder{
    margin: auto !important;
}

@media (max-width: 1024px) {
    .xlcontainer{
        margin: 5px auto 20px auto;
        width: 98vw;
        word-break: break-all;
    }
}
@media (min-width: 1024px) {
    .xlcontainer{
        margin: 5px auto 20px auto;
        width: 800px;
    }
}

.pgrid{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #181843
}
.pgrid td, .pgrid div{
    border: none;
}
.pgrid thead tr, .pgrid .hdiv{
    background: #F6F6FA;
    text-align: center;
}
.pgrid tbody tr, .pgrid .rdiv{
    background: #FFFFFF;
    border: 1px solid #CBCBDE;
    vertical-align: baseline;
}

.boxedrow{
    border: 1px solid #CBCBDE;
    box-sizing: border-box;
    height: 40px;
}
.boxedrow td{
    text-align: center;
}
.upload_button1, .upload_button1-trash{
    padding: 8px 12px;
    position: absolute;
    right: 100px;
    top: 20px;
    background: #FFFFFF;
    border: 1px solid #BA99D9;
    border-radius: 30px;
    width: 172px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer !important;
    caret-color: transparent;
}
.upload_button1 input, .upload_button1-trash input{
    cursor: pointer !important;
}

.file_button_h{
    cursor: pointer;
}

.file_button{
    padding: 16px 72px 0 ;
    background: #611B75;
    box-shadow: 0px 7px 16px rgba(97, 27, 117, 0.3);
    border-radius: 30px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    margin: 10px auto;
    position: relative;
}
.file_button input, .upload_button1 input, .upload_button1-trash input{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.btn_table_oper{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    caret-color: transparent;
}

.btn_table_oper img{
    width: 30px;
    height: 30px;
}

.celldiv{
    display: inline-block;
    word-break: break-word;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ccenter{
    text-align: center;
}

.cleft, .cleftp{
    text-align: left;
}

.cright, .crightp{
    text-align: right;
}

.xcenteredspr{
    margin: auto;
    text-align: left;
}

@media (max-width: 1024px) {
    .xcenteredspr{
        width: 99%;
    }
}
@media (min-width: 1024px) {
    .xcenteredspr{
        width: 96%;
    }
}

.oval-button-v-spr{
    background: #611B75;
    box-shadow: 0px 7px 16px rgba(97, 27, 117, 0.3);
    border-radius: 30px;
    color: #FFFFFF;
}

.oval-button-spr{
    text-align: center;
    width: 311px;
    height: 58px;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    padding: 14px 12px;
    cursor: pointer;
    margin: 16px auto 36px auto;
}

.vs__open-indicator{
    cursor: pointer;
    caret-color: transparent;
}

.edisabled, .edisabled label{
    text-decoration: line-through !important;
    cursor: no-drop !important;
}

.edisabled_no_through{
    cursor: no-drop !important;
    opacity: 0.64;
}

.edisabled_no_through, .edisabled_no_through label{
    cursor: no-drop !important;
}

.editForm input, .editForm select{
    border-radius: 10px;
    padding: 6px;
    font-family: Roboto;
    font-size: 14px;
    color: #611B75;
}

.editForm label{
    padding: 6px;
    font-family: Roboto;
    font-size: 14px;
    color: #611B75;
    text-align: left;
}

.editForm .spr_item{
    margin: 6px 0;
}

@media (min-width: 800px) {
    .editForm label{
        width: 35%;
    }
    .editForm input, .editForm .spr_input_div, .editForm select, .datax{
        width: 63%;
    }
}
@media (max-width: 800px) {
    .editForm label{
        width: 99%;
    }
    .editForm input, .editForm .spr_input_div, .editForm select, .datax{
        width: 99%;
    }
}
.time_line_bl{
    border-right: 1px solid #CBCBDE;
}
.time_line_bl,.time_line_br{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    width: 140px;
    caret-color: transparent;
    cursor: pointer;
    padding: 5px 15px 9px 15px;
}
.time_line_bl img,.time_line_br img{
    margin: -3px 4px 0 4px;
}
.time_line_b{
    padding: 14px 0 30px 0;
    text-align: center;
}

.cleftp{
    padding-left: 5px;
}
.crightp{
    padding-right: 5px;
}
.col_title_cap{
    text-transform: uppercase;
    margin-top: 10px;
    color: #5f5f7f;
}

.image_preview_progress_container{
    border: 1px solid #ffffff;
    height: 20px;
    margin: 0;
    text-align: left;
    width: 144px;
}
.image_preview_progress{
    background-color: #009a00;
    height: 20px;
}

.file_button_h{
    cursor: pointer;
}

.upload_button1{
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #BA99D9;
    border-radius: 30px;
    width: 172px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    caret-color: transparent;
}
.upload_button1 input{
    cursor: pointer !important;
}

.datex input{
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid #CBCBDE !important;
    padding-left: 6px !important;
    width: 150px !important;
}

.datex90 input{
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid #CBCBDE !important;
    padding-left: 6px !important;
    width: 90px !important;
}

.greenbox, .redbox{
    width: 80px;
    height: 20px;
    border-radius: 11px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 14px;
}

.redbox{
    background: #D51B24;
}

.redfont{
    color: #D51B24 !important;
    font-weight: bold;
}

.redfont_lite{
    color: #D51B24 !important;
}

.greenbox{
    background: #1B7544;
}

.greenfont{
    color: #1BB524 !important;
    font-weight: bold;
}

.accordion-item-body{
    background: #FBFBFB;
    border: 1px solid #611B75;
    box-sizing: border-box;
    border-radius: 10px;
    caret-color: transparent;
}

.accordion-item-body{
    position: relative;
    margin: 10px auto;
    padding: 15px;
    color: #611B75;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .accordion-item-body{
        width: 99%;
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .accordion-item-body{
        width: 800px;
    }
}

.price_summ{
    position: absolute;
    min-width: 100px;
    height: 40px;
    background: #F6F6FA;
    border-radius: 5px;
    right: 15px;
    top: 10px;
    padding: 7px 1px;
    text-align: center;
    cursor: pointer;

}
@media (max-width: 512px) {
    .price_summ {
        opacity: 0.8;
    }
}

.b_button1{
    padding: 13px 20px;
    height: 58px;
    margin: 20px 20px;

    background: #FFFFFF;
    border: 2px solid #BA99D9;
    border-radius: 30px;
    display: inline-block;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    caret-color: transparent;
    color: #494961;
}
.file_img_button2{
    padding-left: 5px !important;
    padding-top: 3px !important;
    width: 30px;
    height: 30px;
    background: #F6F6FA;
    border-radius: 30px;
    display: inline-block;
    margin-left: 1px;
    cursor: pointer;
    caret-color: transparent;
}

.file_button_min img, .file_img_button2 img{
    width: 18px;
    height: 18px;
}

.taskimg{
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.statusSpan{
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 6px;
}
.statlabel{
    font-size: 12px !important;
    border-radius: 5px !important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-success2 {
    background-color: #389838;
}
.label-success2[href]:hover,
.label-success2[href]:focus {
    background-color: #349d34;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.oval-button-vs{
    background: #611B75;
    box-shadow: 0px 7px 16px rgba(97, 27, 117, 0.3);
    border-radius: 30px;
    color: #FFFFFF;
}

.oval-button-gs{
    background: #1B7544;
    box-shadow: 0px 7px 16px rgba(97, 27, 117, 0.3);
    border-radius: 30px;
    color: #FFFFFF;
}

.oval-button-ws{
    background: #FFFFFF;
    border: 1px solid #DC4E41;
    border-radius: 30px;
    color: #494961;
}

.oval-button-vs, .oval-button-gs, .oval-button-ws{
    cursor: pointer;
    caret-color: transparent;
}
.h3_class{
    margin: 30px auto 10px auto;
    width: 90%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #181843;
}

.photos_area{
    height: 110px;
    background: #FBFBFB;
    border: 1px dashed #CBCBDE;
    margin: 14px auto;
    text-align: center;
    padding: 3px 0 0 0;
}

.photos_container{
    margin: 14px auto;
    text-align: center;
}
.image_preview, .image_previewL{
    margin: 16px;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.image_preview_img, .image_preview_imgL{
    width: 160px;
    height: 160px;
}
.image_preview_panel{
    height: 30px;
    width: 144px;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.image_preview_progress_container{
    border: 1px solid #ffffff;
    height: 20px;
    margin: 0;
    text-align: left;
    width: 144px;
}
.image_preview_progress{
    background-color: #009a00;
    height: 20px;
}
.file_button_min{
    width: 30px;
    height: 30px;
    background: #F6F6FA;
    border-radius: 30px;
    display: inline-block;
    padding: 0 2px;
    margin-left: 1px;
    cursor: pointer;
    caret-color: transparent;
}

@media (max-width: 800px) {
    .photos_area, .photos_container {
        width: 96%;
        border-radius: 5px;
    }
    .file_button {
        width: 65%;
        min-height: 58px;
        padding: 17px 12px 0;
        font-size: 14px;
    }
}

@media (max-width: 1024px) and  (min-width: 800px) {
    .photos_area, .photos_container {
        width: 90%;
        border-radius: 5px;
    }
    .file_button {
        width: 50%;
        min-height: 58px;
        padding: 16px 22px 0;
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .photos_area, .photos_container {
        width: 800px;
        border-radius: 10px;
    }
    .file_button {
        width: 336px;
        height: 58px;
        padding: 16px 72px 0;
        font-size: 18px;
    }
}

.accordion-item-head-active{
    background: #FBFBFB;
    border: 1px solid #611B75;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    text-align: left;
}

.accordion-item-head, .accordion-item-body{
    background: #FFFFFF;
    border: 1px solid #CBCBDE;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
}
.accordion-item-body {
    box-shadow: 0px 8px 16px rgba(97, 27, 117, 0.1);
    font-weight: bold;
}

.accordion-item-head-piptik, .accordion-item-head-active-piptik{
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.accordion-item-head-piptik{
    background: url("/images/combo_expand.svg") no-repeat;
}

.accordion-item-head-active-piptik{
    background: url("/images/combo_collapse.svg") no-repeat;
}

.accordion-item-head-active, .accordion-item-head{
    cursor: pointer;
    caret-color: transparent;
    height: 56px;
}

.accordion-item-head-active, .accordion-item-head, .accordion-item-body{
    position: relative;
    margin: 10px auto;
    padding: 15px;
    color: #611B75;
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .accordion-item-head-active, .accordion-item-head{
        width: 80%;
        max-width: 700px;
    }
    .accordion-item-body{
        width: 99%;
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .accordion-item-head-active, .accordion-item-head{
        width: 700px;
    }
    .accordion-item-body{
        width: 800px;
    }
}

.fire_image{
    width: 14px;
    height: 19px;
}

.speed_models{
    width: 20px;
    height: 19px;
}

.vert-line {
    border-left: 1px solid #CBCBDE;
    height: 20px;
    display: inline-block;
}

@media (min-width: 1024px) {
    .vert-line {
        margin: 0 0 -4px 10px;
    }
}
@media (max-width: 500px) {
    .vert-line {
        margin: 0 0 -4px 4px;
    }
}

@media (max-width: 1024px) and (min-width: 500px) {
    .vert-line {
        margin: 0 0 -4px 4px;
    }
}

.area_client_alarm{
    border-radius: 10px;
    border: #767676 2px solid;
    color: #611B75;
    font-size: 14px;
    padding: 6px;
}

.chat_content, .chat_content_secret, #support_chat_content{
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 20px auto;
}

.chat_msg{
    width: 100%;
    list-style-type: none;
    color: #181843;
}

.chat_msgL .chat_writer{
    text-align: left;
}

.chat_msgR .chat_writer{
    text-align: right;
}

.chat_text{
    text-align: left;
    color: #181843;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.chat_msgL{
    float: left;
    background: #F6F6FA;
    border: 1px solid #CBCBDE;
    border-radius: 0px 20px 20px 20px;
    clear: left;
}

.chat_msgR{
    float: right;
    background: #FFFFFF;
    border: 1px solid #CBCBDE;
    border-radius: 20px 0px 20px 20px;
    clear: right;
    text-align: right;
}

@media (max-width: 600px) {
    .chat_msgL{
        min-width: 15rem;
        margin: 12px 0;
        width: 96%;
        padding: 4px;
    }

    .chat_msgR{
        min-width: 15rem;
        width: 96%;
        margin: 12px;
        padding: 4px;
    }
    .chat_msg {
        margin: 0;
        padding: 0.1rem;
    }
    .chat_content, .chat_content_secret, #support_chat_content {
        width: 99%;
    }
    #chat_contentL{
        padding-left: 0;
    }
}

@media (min-width: 600px) {
    .chat_msgL{
        min-width: 35rem;
        margin: 1rem;
        width: 55%;
        padding: 0.5rem;
    }

    .chat_msgR{
        min-width: 35rem;
        width: 55%;
        margin: 1rem;
        padding: 0.5rem;
    }
    .chat_msg {
        margin: 1rem;
        padding: 0.4rem;
    }
    .chat_content, .chat_content_secret, #support_chat_content {
        width: 96%;
    }
}

.chat_writer{
    font-size: 14px;
    font-weight: bold;
    padding: 0.4rem;
}

.chat_text{
    padding: 0.4rem;
    font-size: 1.4rem;
}

.chat_send_btn{
    text-align: center;
    width: 235px;
    height: 58px;
    background: #611B75;
    box-shadow: 0px 7px 16px rgba(97, 27, 117, 0.3);
    border-radius: 30px;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin: auto 28px;
}

.chat-textarea {
    width: 80%;
    height: 180px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #CBCBDE;
    border-radius: 10px;
    padding: 14px;
}

#qrcodeCanvas, #qr_img, .qrcodeCanvas2, .qr_img2{
    width: 280px;
    height: 280px;
    margin-top: 15px;
}

#qrcodeCanvas, .qrcodeCanvas2{
    display: none;
}
.yelly{
    filter: brightness(0.9);
}

.warning_div{
    background: #F6F6FA;
    border-radius: 10px;
    min-height: 240px;
    margin: 20px auto;
    padding: 15px;
}
.warning_div_h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #611B75;
    margin: 0 auto 10px auto;
    width: 300px;
    text-align: center;
}

.warning_div_h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #494961;
    margin: 0 auto 10px auto;
    width: 96%;
    text-align: center;
}
.warning_div_h3{
    width: 140px;
    text-align: center;
    margin: 10px auto 0 auto;
}
.warning_div_hr{
    width: 100%;
    height: 1px;
    background-color: #CBCBDE;
}

@media (max-width: 1024px) {
    .warning_div{
        width: 99%;
        max-width: 800px;
    }
    .bottom_cleaner_ya{
        min-height: 56px;
    }
    .bottom_cleaner_ya2{
        min-height: 96px;
    }
}

@media (min-width: 1024px) {
    .warning_div{
        width: 800px;
    }
}

.calcla div span.cell.day, .calcla div span.cell.day-header{
    height: 29px !important;
}

#cli_correction2 div div.anketa_item{
    text-align: left !important;
    padding-left: 0 !important;
}

#cli_correction2 div div.anketa_item label.label1{
    margin-right: 14px !important;
    font-weight: normal !important;
}
#cli_correction2{
    margin-top: 7px;
}
.сopy_btn{
    width: 28px;
    height: 28px;
    display: inline-block;
}
.сopy_btn img{
    width: 28px;
    height: 28px;
    margin: -2px 0 0 0;
    cursor: pointer;
}

.сopy_btn img:hover{
    filter: brightness(110%) !important;
}

.good_grid td, .good_grid th{
    border: solid 1px #212529;
    padding: 3px 6px;
}

.swal2-content{
    overflow-y: scroll;
    max-height: 85vh;
}

.grecaptcha-badge{
    visibility: hidden;
}

.show_password{
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat:no-repeat;
    z-index: 100500;
    position: relative;
    margin-top: -60px;
    left: 276px;
}

.show_password:hover{
    filter: brightness(105%) !important;
    cursor: pointer;
}

.blur_hidden_text, .blur_hidden_text2{
    color: transparent;
    background-image: url('/images/logo_small_for_background.png');
    background-repeat: repeat;
    background-size: 10px;
    filter: blur(1px);
    cursor: pointer;
}

.blur_hidden_text label, .blur_hidden_text2 label{
    cursor: pointer !important;
}

.blur_hidden_text input, .blur_hidden_text2 input{
    visibility: hidden;
}

.blur_hidden_text2 label{
    visibility: hidden;
}