.client_type_icon {
    height: 26px;
    width: 10px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
    background: #ccc;
}

.client_type_icon {
    border-radius: 15px;
    width: 14px;
    height: 14px;
    margin: -3px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.client_type_icon .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.client_logo {
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
}

.client_logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.client_page {
    border-radius: 5px;
    padding: 0 10px 10px;

    background: #fff;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
}

.client_page .change_current_data.tabs_over {
    border: none;
}

.client_page .client_title {
    padding: 10px;
}

.client_page .client_title:after {
    content: '';
    clear: both;
    display: table;
}

.client_page .client_title .client_logo {
    height: 50px;
    width: 50px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
}

.client_page .client_title h1 {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 7px;
    color: #000;
}

.client_page .left_col, .client_page .right_col {
    display: inline-block;
    vertical-align: top;
    width: 410px;
}

.client_page .left_col {
    width: calc(100% - 420px);
}

.client_page .data_block {
    margin-bottom: 10px;
}

.status_block .status_select {
    display: inline-block;
    width: calc(100% - 115px);
    margin-right: 10px;
    vertical-align: middle;
}

.status_block .btn {
    width: 100px;
}

.client_page .rekvizit_table td:nth-child(1) {
    text-align: right;
    font-weight: bold;
    width: 10%;
    white-space: nowrap;
}

.rekvizit_left {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.rekvizit_left .ava {
    width: 80px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    background: #fff;
}

.rekvizit_left .td_delete {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 1;
}

.rekvizit_left .ava img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 0;
}

.rekvizit_left div input {
    display: none;
}

.rekvizit_left div .button_file {
    font-size: 12px;
}

.rekvizit_left + .rekvizit_table {
    width: calc(100% - 110px);
}

[role="WORKERS"] [edit="no"] .respons_user:hover {
    background: #f0f0f0;
    cursor: pointer;
}

[role="WORKERS"] [edit="yes"] .respons_user .fa {
    color: #f75a53;
    float: right;
}

.project_jobs {
    width: 650px;
    float: left;
}

.one_project_jobs {
    margin-bottom: 15px;
}

.project_jobs .close_jobs {
    position: relative;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.project_jobs .close_jobs.open {
    height: auto;
    padding-top: 40px;
}

.project_jobs .close_jobs .opener {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 0 10px;

    background: #f8f8f8;
}

.project_jobs .close_jobs .opener:hover {
    background: #f2f2f2;
}

.project_jobs .close_jobs .opener .fa {
    float: right;
    color: #282828;
    font-size: 18px;
    line-height: 40px;
}

.project_jobs .close_jobs.open .opener .fa {
    transform: rotate(180deg);
}

.one_project_jobs .name {
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 34px;

    background: #f0f0f0;
}

.table .respons_icon {
    float: right;
}

.one_project_jobs .name .respons_icon {
    float: right;
}

.jobs_stat {
    float: right;
    width: calc(100% - 670px);
}

.respons_icon .ava {
    display: inline-block;
}

.respons_icon .ava img {
    max-width: 25px;
}

[role="CLIENT"] .popup_block {
    width: calc(100% + 250px);
    right: -115px;
    left: auto;
}

[role="CLIENT"] .popup_block.bottom .popup_block_angle {
    margin-left: 125px;
}

[client_type] {
    display: none;
}

[client_type].active {
    display: block;
}

#change_fclient_type {
    margin-bottom: 15px;
}

.filter {
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;

    background: #f3f7f9;
}

.filter .btn {
    float: right;
    padding: 6px 12px;
}

.filter:after {
    content: '';
    display: table;
    clear: both;
}
