#chdStatusOrder {
    display: none;
    font-size: 16px;
}

#personal:link {
    text-decoration: underline;
}

#chdStatusOrder input {
    border: 1px solid #bbbaba;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

#chdStatusOrderError {
    display: none;
}

#chdStatusOrder .error-msg.msgError {
    background: #ffdbdd;
    padding: 5px !important;
    color: #9c4949;
    display: none;
    margin-bottom: 10px;
    border: 1px solid #f18585;
}

#chdStatusOrder ul li {
    list-style: none;
    padding: 0px 0 10px;
}

#chdStatusOrder .error-input {
    border: 1px solid #f18585 !important;
    box-shadow: none;
    background: #ffdbdd;
}

#chdStatusOrderSuccess {
    width: 800px;
}

#chdStatusOrderSuccess .c-history__content--right {
    margin-left: 40%;
}

#chdStatusOrderSuccess .order-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #f3f3f3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#chdStatusOrderSuccess .c-history__content {
    display: block
}

.base-settings {
    float: left;
    width: 45%;
    border: none;
}

.base-settings h3 {
    margin: 0 0 10px 0;
}

.base-settings .base-setting-save {
    margin-bottom: 0;
}

.base-settings .list-option li span, .section-slider-action .custom-text {
    display: inline-block;
    width: 190px;
}

.base-settings .list-option li {
    margin: 0 0 10px 0;
}

.base-settings .list-option li input, .base-settings .list-option li select {
    margin: 0;
}

.entity-table-tbody tr td {
    border: 1px solid #d3d3d3;
    cursor: move;
    text-align: left;
}

.entity-table-tbody tr td {
    padding: 5px;
    vertical-align: top;
}

.entity-table-tbody tr td.type {
    text-align: center;
}

#chd-check-status-order {
    max-width: 200px;
    padding: 20px;
}

.close-reason-wrapper__list {
    padding-left: 0;
}

.close-reason-wrapper__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}
