.text-bold {
    font-weight: bold;
}
/* Checkbox Group Stat Order */
.checkbox-group {
    max-width: 100%;
    border-bottom: 1px solid rgba(120,130,140,.13);
    padding-bottom: 5px;
}

.checkbox-group-header {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
}


.checkbox-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.white-space-no-wrap {
    /* white-space: nowrap; */
    margin-bottom: 0;
}

.checked-all {
    margin-bottom: 5px;
}

.checked-all,
.checkbox-group-header,
.field-statordersearch-checked_all .help-block{
    display: none;
}

.field-statordersearch-checked_all + div .control-label {
    padding-left: 17px;
}

.field-statordersearch-checked_all label,
.field-statordersearch-checked_all,
.field-statordersearch-order_list,
.field-statordersearch-delivery_list,
.field-statordersearch-finance_list,
.field-statordersearch-call_list,
.field-statordersearch-order_goods_list {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 2070px) {
    .checkbox-group .white-space-no-wrap {
        width: 33%;
    }
}
/* File Image Group */
.file-image-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.file-image-group .form-group {
    margin-right: 50px;
}

#news-lang {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#news-lang label {
    margin-right: 10px;
}

.operator-no-helper .form-control {
    padding: 6px 5px;
    min-width: 80px;
}
/* Менеджер Выплаты Запись по ID*/
.payout-search .record-id {
    position: relative;
}
.payout-search .record-id .select2-search-choice-close {
    position: absolute;
    top: 44px;
    right: 28px;
    cursor: pointer;
}
.payout-search .record-id .select2-search-choice-close:hover {
    background-position: right -11px;
}
.record-id .form-control {
    margin-bottom: 20px;
}
/* Callcenter */
.callcenter-form .nav .deactive-tab{
    margin: 0;
}
/* Operator scripts*/
.operator-scripts-block {
    height: auto;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #333736;
    background-color: #f3f8f9;
    padding-top: 10px;
    margin-bottom: 15px;
}
/* Operator buttons */
.flex-button-container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.flex-button-container button{
    margin: 10px 10px 10px 0;
}

/* Moving good */
.moving-good-block{
    padding-top: 10px;
    padding-bottom: 20px;
}
.moving-good-block input{
    width: 100%;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}
.moving-good-block-select{
    padding-top: 10px;
    padding-bottom: 20px;
}
.moving-good-block-select select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}
@media (max-width: 1200px) {
    .d-sm-block{
        display: none;
    }
}
.ch-api-delivery-log-view table.detail-view td{
    word-break: break-all;
}
.sms-sending-index .sms-sending-textarea{
    width: 100%;
    resize: none;
}

/* FOR input [type="file"] */
.fileInput_label{
    width: 65px; 
    position: relative;
    z-index: 1;
}
.fileInput_label:hover{
    opacity: 1;
    border: 1px solid black;
}
.fileInput_hide{
    margin-top: -28px;
    font-size: 0;
}
.fileInput_show{
    font-size: 12px;
}
.stat-index .dataTables_wrapper,
.stat-order-index .dataTables_wrapper,
.return-logistics-index .dataTables_wrapper{
    max-height: 100vh; 
    overflow: scroll;
}
.stat-index .header__fixed,
.stat-order-index .header__fixed,
.return-logistics-index .header__fixed{
    position:sticky;
    top:0;
    background: #e4e7ea;
    z-index:1;
}