@-webkit-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }

@-moz-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.wrapper_text_col{
    display: flex;
    width: 30%;
    justify-content: space-between;
}
.flex{
    display: flex;
}
.progressbar{
    height: 16px;
    background: #e9ecef;
    width: 100%;
    position: relative;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
.progressbar .progress{
    height: 16px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    animation: 1s linear infinite anim;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    max-width: 100%;
    z-index: 1;

    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background-color: #64DD17;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
.progressbar .num{
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    top: 2px;
    font-size: 12px;
    color: #363636;
}

.headbar_use .sms_block{
    padding: 0 10px;
}
.headbar_use .ivr_block{
    padding: 0 10px;
}
.headbar_use .download_block{
    padding: 0 10px;
}
.buttons.headbar{
    display: flex;
    justify-content: center;
    padding-left: 10px;
}
[view_id='ivr_block'], [view_id='$spacer17'], [view_id='sms_block'], [view_id='download_block'], [view_id='control_panel'], [view_id='import_cache']{
    background: #363636;
    border: none;
    height: auto;
}
.sms_block, .ivr_block, .download_block, .import_block{
    padding: 5px;
}
.import_block .flex{
    justify-content: flex-end;
}
.sms_block_title, .ivr_block_title, .download_block_title, .import_block_title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #CECECE;
    text-align: right;
}
.buttons.headbar button{
    margin-top: 0;
    font-size: 12px;
    padding: 0;
    background: none;
}
.buttons.headbar button:hover{
    background: none;
}
.buttons.headbar button svg{
    width: 20px;
    height: 20px;
}

.add_cat, .add_domain{
    padding-left: 8px;
}

.add_auto .webix_el_box{
    margin-top: 12px;
}

.add_auto .webix_el_box button{
    height: 30px;
    margin-left: 8px;
}

.webix_el_box input{
    height: 28px;
}

.webix_el_richselect .webix_el_box{
    height: 28px!important;
}

.webix_el_richselect .webix_el_box .webix_input_icon {
    height: auto!important;
}

.webix_el_box{
    padding: 0;
}

.webix_el_box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.autos_input{
    margin-right: 6px;
}

.grey_button .webix_el_box button{
    border: 1px solid #ccc;
    border-radius: 3px;
}

.custom-trash{
    cursor: pointer;
}

.webix_view .webix_win_head>.webix_view>.webix_template{
    box-shadow: none;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding-left: 20px;
}

.cancel button{
    font-size: 13px;
    background: none;
}

.photo{
    max-height: 100px;
}

.change{
    margin-left: 30px;
    background: #FFDB4D;
    border-radius: 3px;
    border: none;
    color: black;
    font-size: 13px;
    height: 28px;
    font-weight: 400;
}

.photo_block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.webix_time_footer .webix_cal_done{
    background: #FFEBA0;
    border: none;
}
.webix_time_footer .webix_cal_done:hover{
    background: #ffdb4d;
}
.webix_cal_body .webix_selected{
    background: #FFEBA0;
    color: #000;
}

/* statistic */
.wrapper_graph{
    border: none;
}
.wrapper_graph .webix_dataview_item {
    display: flex;
}
.left, .right{
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 30px 26px;
    margin-right: 40px;
    min-width: 400px;
}
.big_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 30px;
}
.graph{
    display: flex;
}
.up_pic {
    position: relative;
    width: 190px;
    height: 133px;
}
.up_pic:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 133px 0 0 47px;
    border-color: transparent transparent transparent #ffffff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 30;
}
.up_pic:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 133px 47px;
    border-color: transparent transparent transparent #ffffff ;
    top: 0;
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    z-index: 30;
}
.down_pic:before{
    content: '';
    background:  #E5E3E3;
    height: 1px;
    width: 250px;
    right: -108px;
    top: 1px;
    position: absolute;
}

.buttons button{
    background: #FFEBA0;
    border-radius: 3px;
    padding: 7px 10px 6px 12px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 15px;
}
.buttons button:hover{
    background: #FFD963;
}

.down_pic{
    position: relative;
    width: 190px;
    height: 81px;
}
.value_big{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    z-index: 30;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.default{
    position: absolute;
    z-index: 1;
    background: #EFEFEF;
    width: 100%;
    height: 100%;
}
.z20{
    z-index: 20;
    display: none;
}
.up{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #FFD963;
    max-height: 100%;
    width: 100%;
    height: 60%;
}
.down{
    top: 3px;
    left: calc(50% - 47px);
    position: absolute;
    z-index: 3;
}
.text{
    margin-left: 10px;
}
.title_g{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 1px;
}
.value{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 16px;
}
.p15{
    height: 15%;
}
.webix_el_datepicker .webix_inp_static{
    line-height: 28px!important;
}
/* tabs */
.webix_all_tabs .webix_item_tab{
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}
.webix_all_tabs{
    height: 28px!important;
}
.webix_all_tabs .webix_item_tab:focus{
    outline-style: none;
}
.webix_view div:focus{
    outline-style: none;
}
.webix_all_tabs .webix_item_tab:first-child{
    border-radius: 3px 0px 0px 3px;
    border-right: none;
}
.webix_all_tabs .webix_item_tab:nth-child(5){
    border-radius: 0px 3px 3px 0px;
    border-left:none;
}

.webix_all_tabs .webix_item_tab.webix_selected{
    background: #FFECA6;
}
.webix_after_all_tabs{
    height: 0!important;
    background: transparent;
}
.webix_tab_filler{
    display: none;
}
/* table */

.webix_ss_header TD{
    background: #FAF8F5;
    border: none;
}

.webix_ss_header{
    background: none;
}

.webix_column>div{
    border-right:none;
}

.webix_ss_header TD .webix_hcell{
    font-weight: normal;
    font-size: 13px;
    line-height: 15px!important;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    color: #000000;
}

/* colors */
.webix_kanban .webix_accordionitem.ivr_color{
   background: #a4a4ff;
}
.webix_kanban .webix_accordionitem.sms_color{
    background: #ff4bff;
}

.sender {
    font-family: Roboto;
    font-style: normal;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 18px 14px 27px;
    border-radius: 3px;
    margin-bottom: 36px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    cursor: default;
  }

  .sender .top_module {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sender .top_module .left_gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sender .top_module .left_gr .name_sender {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-right: 46px;
  }

  .sender .top_module .left_gr .name_sender span {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #989898;
  }

  .sender .top_module .left_gr .scheme_sender {
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    color: #000;
    margin-right: 46px;
  }

  .sender .top_module .left_gr .scheme_sender .scheme_name {
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #000;
  }
  .sender .top_module .left_gr .scheme_sender.api{
      display: none;
  }

  .sender .top_module .left_gr .scheme_sub {
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    max-width: 300px;
    white-space: nowrap;
    overflow:hidden;
    margin-right: 10px;
    color: #000;
  }
  .sender .top_module .left_gr .scheme_sub.api,
  .sender .top_module .left_gr .scheme_sub.manual{
      display: none;
  }

  .sender .top_module .left_gr .scheme_sub .sub_name {
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #000;
  }

  .sender .top_module .right_gr .button_b {
    border: 1px solid #FFD434;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 6px 12px;
    background: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    cursor: pointer;
  }
  .sender .top_module .right_gr .button_b.status-1.stop{
    display: none;
  }
  .sender .top_module .right_gr .button_b.status1.start{
    display: none;
  }
  .sender .top_module .right_gr .button_b.edit.manual{
    display: none;
  }

  .sender .top_module .right_gr .button_b svg{
      margin-right: 10px;
      height: 13px;
  }
  .scheme_sub.noactive
  {
    display: none;
  }
  .hidden{
    display: none;
  }

  .sender .main_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sender .main_module .left_gr {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    background: #F8F8F8;
    border-radius: 3px;
  }

  .sender .main_module .left_gr_title {
    margin-left: 14px;
    margin-right: 14px;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #97CC64;
    display: flex;
    justify-content: space-between;
  }

  .sender .main_module .left_gr_title span {
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    color: #97CC64;
  }

  .sender .main_module .left_gr .charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 4px 21px 16px;
  }

  .sender .main_module .left_gr .charts .chart {
    padding: 6px;
  }

  .sender .main_module .left_gr .charts .chart.chart0 {
    display: none;
  }

  .sender .main_module .left_gr .charts .chart_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
  }

  .sender .main_module .left_gr .charts .chart_main {
    border: 1px solid #C0C0C0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 59px;
    height: 99px;
    position: relative;
    margin-bottom: 3px;
  }

  .sender .main_module .left_gr .charts .chart_main span.height_chart {
    position: absolute;
    background: #47A572;
    display: block;
    height: 78%;
    width: 100%;
    bottom: 0;
    max-height: 100%;
  }

  .sender .main_module .left_gr .charts .chart_bottom {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
  }

  .sender .main_module .right_gr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 380px;
    margin-left: 14px;
    background: #FFF4F4;
    border-radius: 3px;
    padding: 9px 18px;
  }

  .sender .main_module .right_gr_title {
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    color: #000;
  }

  .sender .main_module .right_gr_main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
  }

  .sender .main_module .right_gr_main .mini_block {
    -webkit-box-flex: 2;
        -ms-flex: 2 2;
            flex: 2 2;
    margin-bottom: 14px;
    margin-right: 29px;
  }

  .sender .main_module .right_gr_main .mini_block.mini_block_api{
      display: none;
  }

  .sender .main_module .right_gr_main .mini_block_title {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #999;
  }

  .sender .main_module .right_gr_main .mini_block_num {
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
  }

  .sender .main_module .right_gr_bottom {
    border-top: 1px solid #999999;
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sender .main_module .right_gr_bottom_title {
    font-weight: normal;
    font-size: 13px;
    color: #999;
  }

  .sender .main_module .right_gr_bottom_num {
    margin-left: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000;
  }
  .webix_view{
    border: none;
  }

@media (max-width:960px){
    .webix_el_box{
        justify-content: flex-start;
    }
    .header_person .photo{
        width: 22px;
        height: 22px;
    }
    .header_person span{
        line-height: 30px;
    }
    .header_person .webix_icon{
        line-height: 30px;
    }
    .add_cat, .add_domain{
        padding-left: 0;
    }
    .cart_modern_offer{
        flex-direction: column;
        flex-wrap: nowrap!important;
        height: auto!important;
        padding-left: 15px!important;
    }
    .col_perconal, .col_system{
        width: 50% !important;
    }
    .col_money{
        width: 100%!important;
    }
    .wrapper_text_col{
        flex-direction: row;
        width: 100%;
    }
    .col_more{
        width: 100%!important;
    }
    .more_button{
        width: 100%!important;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .add_auto .webix_el_box button{
        margin-left: 0;
    }
    .add_auto .webix_el_box{
        margin-top: 0;
    }
    .webix_tree_branch_1>.webix_tree_leaves{
        top: 30px!important;
    }
}
.v_closewbutton1>div>button{
  background: none;
}.v_closewbutton1>div>button:hover{
  background: none;
}
/* @media (max-width:550px){
    [view_id="$layout12"]
} */
