﻿.container {
    max-width: 1440px;
    width: 100%;
    display: none;
}

.cus-box-header .form-group {
    margin-right: 15px;
}

.cus-box-header .select2 {
    width: 170px;
}

.cus-box-header .select1 {
    width: 140px;
}

.cus-box-header .select0 {
    width: 100px;
}

button {
    font-size: 14px;
    font-weight: 600;
}

    button:hover {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233) !important;
    }

.btn:hover {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233) !important;
}

.cus-btn-arrow:hover {
    background: unset !important;
    box-shadow: unset !important;
}

.cus-btn-arrow:focus:active {
    background: unset !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.btn-info {
    background: #66b9bf !important;
    background-color: #66b9bf !important;
    border: 1px solid #8492A6;
    border-radius: 5px;
}

.btn-success {
    background: #96B7A2 !important;
    background-color: #96B7A2 !important;
    border: 1px solid #8492A6;
    border-radius: 5px;
}

.btn-danger {
    background: #FD665D !important;
    background-color: #FD665D !important;
    border: 1px solid #8492A6;
    border-radius: 5px;
}

.btn-warning {
    background: #EEAA7B !important;
    background-color: #EEAA7B !important;
    border: 1px solid #8492A6;
    border-radius: 5px;
}

.btn-default {
    background: #969FAA !important;
    background-color: #969FAA !important;
    border: 1px solid #8492A6 !important;
    color: white !important;
    border-radius: 5px !important;
}

.btn-primary {
    background: #086486 !important;
    background-color: #086486 !important;
    border: 1px solid #8492A6;
    border-radius: 5px;
}


/*form*/
.checkbox {
    height: 40px;
    padding: 0px;
    margin: 0px !important;
    line-height: 40px;
}

.SearchRecipientNul {
    pointer-events: none;
    background: #f7f7f7 !important;
    opacity: 0.94;
}