.debt_client_form > div {
    display: none;
}
.debt_client_form * {
    box-sizing: border-box;
}
.debt_client_form table {
    width: 100%;
    max-width: 751px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    display: block;
    background-color: #f5f7f9;
}
.debt_client_form table tbody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    justify-content: start;
    margin-left: -8px;
    margin-right: -8px;
}
.debt_client_form table tbody tr {
    margin-bottom: 15px;
    display: block;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}
.debt_client_form table tr:last-child {
    width: 100%;
    margin-bottom: 0px;
}
.debt_client_form table tr:last-child td {
    text-align: center;
    margin-top: 5px;
}
.debt_client_form table tr:last-child td input {
    background-color: #ececec;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 30px;
    width: auto;
    margin-top: 5px;
    border-color: #000;
}
.debt_client_form table tr:last-child td input:hover,
.debt_client_form table tr:last-child td input:focus {
    background-color: #ae2531;
    color: #fff;
    border-color: #fff;
}
.debt_client_form label {
    font-weight: 500;
    font-size: 15px;
    color: rgba(41,47,56,0.8);
    margin-bottom: 5px;
}
.debt_client_form table td {
    display: block;
    width: 100%;
    font-family: Muli !important;
}
.debt_client_form table td input,
.debt_client_form table td select {
    background-color: #ffffff;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #e0e5eb;
    width: 100%;
    margin: 0;
}
.debt_client_form table td select {
    height: 40px;
}
.error_advisor_from {
    color: #fff;
    background-color: #D8000C;
    padding: 10px;
    font-weight: bold;
}
.debt_client_form input:focus,
.debt_client_form select:focus,
.debt_client_form button:focus{
    outline: none
}
#create_client_form input.button_blue:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
@media (max-width: 767px) {
    .debt_client_form table tbody tr {
        width: 33.33%;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 0;
    }
    .debt_client_form label {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: normal;
    }
    .debt_client_form label.radio-inline {
        line-height: 24px;
    }
    .debt_client_form table td input, .debt_client_form table td select {
        font-size: 14px;
        padding: 2px 10px;
        border-color: #000000;
    }
    .debt_client_form table td select {
        height: 40px
    }
    .summary_info_block div label + [style="margin-top: 10px;"] {
        margin-top: 0px !important;
    }
    .debt_client_form table {
        border: 2px solid #B3B1B1;
        padding: 10px 15px 15px;
        border-top: 10px solid #B3B1B1;
    }
}
@media (max-width: 600px) {
    .debt_client_form table tbody tr {
        width: 50%;
    }
}
/ IE only css /
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .debt_client_form table tbody tr {
        float: left;
    }
    .debt_client_form table td {
        float: left;
    }
}
_:-ms-lang(x), .debt_client_form table tbody tr {
    float: left;
}
_:-ms-lang(x), .debt_client_form table td {
    float: left;
}
