header .header-bottom .main-nav > li > a:after {
    margin-top: -4px;
}
body {
    user-select: auto;
}

.required.has-error .help-block {
    color: #ff5555;
    padding-left: 10px;
}

.form-type .required.has-error .form-group .input-wrap {
    border-color: #F29BA0;
}
.form-type .input-wrap label.error {
    display: none;
}
.form-type .required.has-error .form-group .input-wrap label.error {
    display: block;
}
.sending-result-section {
    display: block;
}

body .daterangepicker.ltr {
    min-width: 660px;
}

.curier-action-pop {
    min-width: 300px;
    width: auto;
}

.curier-assign-pop .curi-btn {
    outline: none;
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
}
/*.body-cabinet-admin .orders-listbox .order-stat-white-box:last-child .pop-block {
    top: auto;
    bottom: 100%;
}
.body-cabinet-admin .orders-listbox .order-stat-white-box.order-last .pop-block {
    top: 100%;
    bottom: auto;
}*/

.alert {
    position: relative;
    padding: 0.9375rem 1.25rem;
    margin-top: 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.1875rem; }

.alert-heading {
    color: inherit; }

.alert-link {
    font-weight: 500; }

.alert-dismissible {
    padding-right: 3.75003rem; }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.9375rem 1.25rem;
    color: inherit; }

.alert-primary {
    color: #114e7e;
    background-color: #dbeefd;
    border-color: #339ef4; }
.alert-primary hr {
    border-top-color: #1b92f3; }
.alert-primary .alert-link {
    color: #0b3251; }

.alert-secondary {
    color: #3e3e3e;
    background-color: #e9e9e9;
    border-color: #828282; }
.alert-secondary hr {
    border-top-color: #757575; }
.alert-secondary .alert-link {
    color: #252525; }

.alert-success {
    color: #285b2a;
    background-color: #e2f2e3;
    border-color: #5ab55e; }
.alert-success hr {
    border-top-color: #4ca950; }
.alert-success .alert-link {
    color: #18381a; }

.alert-info {
    color: #00626e;
    background-color: #d6f4f8;
    border-color: #14c1d7; }
.alert-info hr {
    border-top-color: #12acc0; }
.alert-info .alert-link {
    color: #00353b; }

.alert-warning {
    color: #853a23;
    background-color: #ffe8e1;
    border-color: #ff7b52; }
.alert-warning hr {
    border-top-color: #ff6839; }
.alert-warning .alert-link {
    color: #5d2818; }

.alert-danger {
    color: #7f231c;
    background-color: #fde1df;
    border-color: #f55246; }
.alert-danger hr {
    border-top-color: #f43b2e; }
.alert-danger .alert-link {
    color: #551713; }

.alert-light {
    color: #828282;
    background-color: #fefefe;
    border-color: #fafafa; }
.alert-light hr {
    border-top-color: #ededed; }
.alert-light .alert-link {
    color: dimgray; }

.alert-dark {
    color: #151e2a;
    background-color: #dddfe3;
    border-color: #3a4a5e; }
.alert-dark hr {
    border-top-color: #303e4e; }
.alert-dark .alert-link {
    color: #040608; }
