.input_red{
    border-color: red !important;
}
.input_red_office .select2-selection__rendered{
    border-color: red;
}
.form-control{
    padding: 10px 33px 10px 15px;
    font-size: 1em;
    line-height: 1.4;
    color: #2c2a29;
    background-color: #F6F6F6;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.select2-selection__rendered{
    padding: 10px 33px 10px 15px;
    font-size: 1em;
    line-height: 1.4;
    color: #2c2a29;
    background-color: #F6F6F6;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container {
    display: inline;
}
.select2-container--default .select2-results>.select2-results__options,
.select2-search--dropdown , .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #2c2a29;
    background-color: #F6F6F6;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 20px;
}
..select2-dropdown{
    z-index: 2000;
}

.form-check-input {
    float: left;
}

.form-check-label, .checkbox {
    max-width: 80%;
    margin-left: 5px;
}

.work_place-add{
    border: 1px solid #B0B0B0;
    background-color: white;
    color: #212529;
    font-size: 16px;
    font-weight: 700;
}
.work_place-add:hover{
    background-color: white;
    color: #212529;
    border-color: #cb4735;
}
.disabled{
    background-color: #808080;
    cursor: none;
}
.form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    color: #212529;
    display: block;
    margin-bottom: 8px;
}

.form-label span {
    font-size: 12px;
}

.label-span{
    font-size: 16px;
}
.label-span i {
    color: #cb4735;
}

.field {
    margin-bottom: 25px;
}

.form-control {
    line-height: 0.86;
}

.form-check-label, .checkbox{
    position: relative;
    padding-left: 23px;
    line-height: 1.5;
    cursor: pointer;
}
.form-check-label::before, .checkbox::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background-color: #ebebeb;
    border-radius: 50%;
}
.checkbox::before{
    border-radius: 2px;
}
.checkbox:after{
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.form-check-input:checked+.checkbox:after {
    background-color: #ee5238;
    background-image: url(/local/templates/mfc/images/success2.svg);
}
.form-check-radio {
    display: inline-block !important;
}
.form-check-input{
    position: absolute;
    opacity: 0;
}
.form-check-input:checked+.form-check-label:after {
    background-color: #ee5238;
}
.form-check-label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.form-radio-group{
    display: flex;
    flex-wrap: wrap;
}

.popup-vacancy .separator {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}

.delete-mark{
    display: flex;
    justify-content: flex-end;
}