.title .for_root_user {
    float: right;
    line-height: 34px;
}

.title .for_root_user .title_select {
    margin: 0 10px 0 0;
}

.title .report_parametr .btn {
    float: none;
    margin: 0;
    margin-right: 10px;
}

.one_job .one_col:nth-child(2):before, .one_job .one_col:nth-child(3):before, #job_fast_detail .title_top:before, .job_sort .one_job:after, #sortableListsBase .one_job:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.job_list {
    width: 650px;
    list-style: none;
    padding: 0;
}

#job_start .job_list {
    width: auto;
}

#section_root.job_list {
    overflow: visible;
    padding-bottom: 0;
}

.job_list .title_select {
    /*position: absolute;
    right: 10px;
    top: calc(58px);
    margin: 0;*/
}

.job_list .search_input {
    display: none;
}

.one_job {
    margin: 10px 5px;
    border-radius: 5px;
    position: relative;

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

.one_job.paid {
    background: #e6fdea;
    box-shadow: 0 0 6px 0px rgba(10, 200, 176, 0.4);
}

.one_job.remove {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
    height: 48px;
}

.one_job.removed {
    margin: 0px 5px -10px;
    height: 0px;
}

.one_job:nth-child(1).removed {
    margin: 0px 5px -10px;
}

.job_sort .one_job:after {
    content: "\f142";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 50px;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}

.job_sort .one_job.no_sort:after {
    display: none;
}

.one_job.active {
    background: #e9f7fa;
    box-shadow: 0 0 6px 0px rgba(10, 80, 200, 0.4);
}

.one_job a {
    color: #282828;
}

.one_job .one_col {
    display: table-cell;
    margin: 0;
    padding: 6px 0px;
    vertical-align: middle;
    height: 100%;
}

.one_job .one_col:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.one_job .one_col:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.one_job .one_col:nth-child(1) {
    position: relative;
    width: 30px;
    height: 50px;
    padding: 0;

    background: #f3f7fa;
}

.one_job .one_col:nth-child(1) .job_type_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.one_job .one_col:nth-child(1) .job_type_icon i {
    line-height: 50px;
}

.one_job .one_col:nth-child(2) {
    position: relative;
    width: 34px;
    padding: 5px 0;
    text-align: center;
    height: 50px;

    background: #f3f7fa;
}

.one_job .one_col:nth-child(2) .icon {
}

.one_job .one_col:nth-child(2) .ava img {
    max-width: 24px;
}

.one_job .one_col:nth-child(2) .fa-check {
    color: #77b97e;
}

.one_job .one_col:nth-child(3) {
    width: 420px;
    position: relative;
    padding: 6px 20px 6px 10px;
}

.one_job .one_col:nth-child(3) .auto_one_line {
    position: initial;
}

.one_job .one_col:nth-child(3) .auto_one_line:nth-child(1):hover .text {
    width: auto;
    background: #fff;
    top: auto;
    left: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.one_job .one_col:nth-child(3) .progess {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #2b9d2c;
}

.one_job .one_col:nth-child(3) .progess[style="width: 100%"] {
    background: #97112a;
}

.one_job .one_col:nth-child(3) div:nth-child(2) a {
    font-weight: normal;
}

.one_job .one_col:nth-child(3) div:nth-child(1), .one_job .one_col:nth-child(3) div:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: 115px;
}

.one_job .one_col:nth-child(3) div:nth-child(2) {
    width: calc(100% - 120px);
}

.one_job .one_col:nth-child(3) div:nth-child(1).big {
    width: auto;
}

.one_job .one_col:nth-child(4) {
}

#job_start .one_job .one_col:nth-child(4) {
    width: 505px;
}

#job_start .one_job .one_col:nth-child(4) .one_task_text {
    display: inline-block;
}

#job_start .one_job .one_col:nth-child(4) [role="RESPONS"] {
    display: inline-block;
    width: calc(100% - 100px);
}

.one_job.current_job .one_col:nth-child(3):before {
    content: "\f04b";
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;

    color: #77b97e;
}

#job_fast_detail {
}

#job_fast_detail scroll_data {
    margin: 0 -10px -10px;
    padding: 0 10px 10px;
    max-height: calc(100vh - 190px);
}

#job_fast_detail [role=PREVIEW_TEXT] {
    margin-right: 285px;
    word-wrap: break-word;
    position: relative;
}

#job_fast_detail #job_new [role=PREVIEW_TEXT] {
    margin-right: 300px;
}

#job_fast_detail .change_current_data .client_manager_name {
    float: right;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#job_fast_detail .change_current_data .client_manager_name i.fa-ellipsis-h {
    padding: 0 10px;
    cursor: pointer;
}

#job_fast_detail .change_current_data:after {
    content: '';
    display: table;
    clear: both;
}

#job_fast_detail .change_current_data input {
    margin: auto;
}

.job_data_over {
    position: relative;
}

#job_fast_detail .job_data {
    float: right;
    margin-left: 10px;
    width: 275px;
}

#job_fast_detail #job_new .job_data {
    width: 290px;
}

#job_fast_detail .job_data .data_block .block_text {
    display: block;
    padding: 0px 3px 3px;
}

#job_fast_detail .job_data .data_block .block_text b {
    float: right;
}

#job_fast_detail .job_data .data_block .block_text:nth-of-type(2) {
    margin-top: 4px;
    border-top: 1px solid #ccc;
    padding: 3px 3px 3px;
}

#job_fast_detail .job_data .respons_user.state {
    display: block;
}

#job_fast_detail .job_data .respons_user.state:last-child {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

#job_fast_detail .job_data .respons_user.state .ava {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#job_fast_detail .job_data .respons_user.state .user_info {
    width: calc(100% - 40px);
    padding-left: 5px;
    font-size: 12px;
}

#job_fast_detail .job_data .respons_user.state .user_info .name {
    font-size: 13px;
    padding-bottom: 2px;
}

#job_fast_detail #job_new .job_data .popup_block {
    width: calc(100% + 200px);
    left: auto;
}

#job_fast_detail #job_new .job_data .popup_block .popup_block_angle {
    transform: translate3d(200px, 0, 0);
}

#job_fast_detail .job_data.time_krug {
    float: right;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    width: 220px;

    border: 1px solid #ddd;
    background: #f3f7f9;
}

#job_fast_detail .job_data table {
    margin: 0;
}

#job_fast_detail .job_data table tr:last-child td {
    box-shadow: none;
}

#job_fast_detail .job_data .buttin_block {
    padding-top: 10px;
}

#job_fast_detail .job_data .progress_krug {
    background: #51bb5e;
}

#job_fast_detail .job_data .progress_krug.over {
    background: #f14949;
}

#job_fast_detail .job_data .progress_krug:before, #job_fast_detail .job_data .progress_krug:after {
    background: #fff;
}

#job_fast_detail .job_data .progress_krug .time span {
    border-bottom: 1px solid #999;
}

.job_detail_result {
    position: absolute;
    margin: 15px 0px 0;
    padding: 0 10px 10px;
    padding-left: 70px;
    left: 0;

    width: calc(100% - 285px);
    bottom: 0;
}

div.job_detail_result {
    padding-top: 33px;
}

#job_fast_detail .full .job_detail_result {
    clear: both;
    position: relative;
    width: auto;
    bottom: auto;
}

.job_detail_result .ava {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

div.job_detail_result .ava {
    top: 34px;
}

.job_detail_result .property_title {
    margin-bottom: 10px;
    margin-top: 7px;
    float: left;
}

.job_detail_result .job_detail_result_title {
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
}

.job_detail_result .buttin_block {
    float: right;
    padding: 0;
    margin: 10px 0 10px;
    line-height: 38px;
}

.job_detail_result .buttin_block .fa-clock-o, .job_detail_result .buttin_block .fa-rub {
    padding: 0 5px;
}

.job_detail_result .buttin_block span[role=time_foward_small] {
    padding-right: 20px;
}

.job_detail_result .buttin_block span[role=DATA_END] {
    font-weight: bold;
    padding-right: 20px;
}

#job_fast_detail .buttons {
    float: right;
    margin-top: 10px;
}

.page_popup #job_fast_detail .title_top h1 {
    width: calc(100% - 55px);
}

#job_fast_detail .title_top .no_data {
    float: right;
}

#job_fast_detail .title_top .no_data .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

#job_fast_detail [run_current_job] {
    width: 130px;
    margin-right: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#job_fast_detail_data {
    padding: 0 10px;
}

#job_fast_detail_data [save_current_job] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#job_fast_detail_data [run_current_job]:nth-child(2), #job_fast_detail_data.current_job [run_current_job]:nth-child(1) {
    display: none;
}

#job_fast_detail_data.current_job [run_current_job]:nth-child(2) {
    display: inline-block;
}

#job_fast_detail_data.close_job .title_top:before {
    content: "\f00c";
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;

    color: #77b97e;
}

#job_fast_detail_data.current_job .job_detail_result .fa-clock-o:nth-child(2), #job_fast_detail_data.current_job .job_detail_result [role=time_foward_small] {

    color: #77b97e;
}

#job_fast_detail .popup_list {
    top: 30px;
    right: -9px;
    width: 160px;
}

#job_fast_detail .popup_list_angle_top {
    left: auto;
    right: 4px;
}

.one_project_job .popup_list {
    top: 37px;
    right: 2px;
    width: 160px;
}

.one_project_job .popup_list_angle_top {
    left: auto;
    right: -2px;
}

@media (max-width: 1372px) {
    #job_fast_detail {
        /*left: 720px;
        top: 76px;
        width: calc(100% - 745px);
        min-width: 490px;
        position: absolute; */
    }

}

@media (min-width: 1372px) {
    #job_fast_detail {
        /*position: absolute; */
    }
}

.drag_job_list .one_job {
    opacity: 0.5;
}

#sortableListsBase, #sortableListsBase ul {
    border-color: transparent;
    box-shadow: none;
}

#sortableListsBase li {
    padding: 0;
}

#sortableListsBase .one_job {
    color: #282828;
    background: #fff;
    opacity: 1;
}

#sortableListsBase .one_job .one_col:nth-child(3) div, #sortableListsBase .one_job .one_col:nth-child(4) div {
    background: #fff;
}

#sortableListsBase .one_job div {
    padding: 0;
}

#sortableListsBase .one_job .one_col {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    height: 100%;
    background: #fff;
}

#sortableListsBase .one_job .one_col:nth-child(1), #sortableListsBase .one_job .one_col:nth-child(2) {
    width: 31px;
    height: 50px;
}

#sortableListsBase .one_job .one_col:nth-child(3) {
    width: 420px;
    padding: 6px 10px;
}

#sortableListsBase .one_job .one_col:nth-child(4) {
    width: 158px;
    padding-right: 10px;
    position: relative;
}

#sortableListsBase .one_job .one_col:nth-child(4):after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\f0dc";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 50px;
    margin: auto;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    text-align: center;
    line-height: 50px;

    display: none;
}

.one_job.sortableListsOpen app {
    display: none !important;
}

.one_job.deleting {
    background: #f8cdcb;
}

.list_title {
    text-transform: uppercase;
    padding: 2px 5px;
    margin: 0 10px 10px;
    font-weight: bold;

    /*color: #49678e;*/
    border-bottom: 1px solid #ddd;
}

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

.one_project_job .one_project_job_top .one_task_text, .change_current_data .one_task_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: 0;
    line-height: 19px;
}

.one_project_job .one_project_job_top .one_task_text span, .change_current_data.one_task_text span {
    font-weight: normal;
}

.one_project_job .one_project_job_top .one_task_text input, #job_fast_detail.edit input.can_click {
    border: none;
    background: transparent;
    outline: none;
    line-height: 20px;
}

.one_project_job .one_project_job_top .one_task_text input[name="DATA_END"] {
    width: 63px;
}

#job_fast_detail.edit input[name="DATA_END_REAL"] {
    width: 118px;
}

.one_project_job .one_project_job_top .one_task_text input[name="TIME"], .one_project_job .one_project_job_top .one_task_text span[role="TIME"], #job_fast_detail.edit input[role="TIME"] {
    width: 35px;
}

.one_project_job .one_project_job_top .one_task_text input[name="TIME_FACT"], .one_project_job .one_project_job_top .one_task_text span[role="TIME_FACT"] {
    width: 50px;
}

.one_project_job .one_project_job_top .one_task_text input:focus {
    border: none;
    background: transparent;
}

.right_col {
    float: right;
}

.change_current_data .right_col {
    padding-right: 10px;
}

.one_project_job .one_project_job_top .right_col .one_task_text, .right_col .one_task_text {
    margin-right: 0;
    margin-left: 10px;
    font-weight: normal;
}

.right_col .one_task_text .fa-clock-o, .right_col .one_task_text .fa-rub {
    margin-right: 4px;
}

.one_project_job .ava img {
    max-width: 40px;
}

.one_project_job.one_task .ava {
    width: 50px;
}

.one_project_job.one_task .one_task_info {
    width: calc(100% - 54px);
}

.one_project_job .one_project_job_result {
    position: relative;
}

.one_project_job .one_project_job_result .ava {
    position: absolute;
    left: -54px;
    top: 0;
}

.job_calendar {
    position: fixed;
    top: 0;
    left: 880px;
    height: 100vh;
    width: calc(100vw - 880px);
}

.job_calendar .calendar_data {
    position: absolute;
    color: #999;
    left: 0px;
    width: 100%;
    overflow: visible;
    overflow-x: hidden;
    height: 100%;
}

.job_calendar .calendar_line {
    position: absolute;
    height: 100vh;
    width: 1px;
    background: #ccc;
}

.job_calendar .calendar_line_data {
    position: absolute;
    color: #555;
    top: 100px;
    padding-left: 10px;
    white-space: nowrap;
    text-align: center;
}

.job_calendar .progress_time {
    position: absolute;
    height: 100vh;
    left: 0;
    background: rgba(98, 202, 109, 0.26);
}

.job_calendar .calendar_items {
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

.job_calendar .calendar_items .after, .job_calendar .calendar_data .after {
    position: absolute;
    width: 100%;
    height: 1px;
}

.job_calendar .calendar_item {
    position: absolute;
    height: 30px;
    background: #64cdfc;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
    /*min-width: 50px;*/
    border-radius: 5px;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);

    -webkit-transition: top 0.3s ease-out 0s, left 0.3s ease-out 0s, width 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    -moz-transition: top 0.3s ease-out 0s, left 0.3s ease-out 0s, width 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    -o-transition: top 0.3s ease-out 0s, left 0.3s ease-out 0s, width 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    transition: top 0.3s ease-out 0s, left 0.3s ease-out 0s, width 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
}

.job_calendar.drag_job_calendar .calendar_item {
    opacity: 0.6
}

.job_calendar.drag_job_calendar .calendar_item.current {
    opacity: 1
}

.job_calendar .calendar_item.expired {
    /*background: #e59aa6;*/
}

.job_calendar .calendar_item .passed {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: #77b97e;
    text-align: right;
    padding-right: 5px;
    border-radius: 5px;
}

.job_calendar .calendar_item.expired .passed {
    /*background: #e59aa6;*/
}

.job_calendar .calendar_item .exp {
    background: #e9576f;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    max-width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.job_calendar .calendar_item .data_exp {
    border-left: 2px solid #e9576f;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.job_calendar .calendar_item .data_exp[left] {
    right: 100%;
    border-radius: 0;
}

.job_calendar .calendar_item .data_dead {
    border-right: 2px solid #e9576f;
    position: absolute;
    top: 0;
    left: 100%;
    height: 30px;
    line-height: 30px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
}

.job_calendar .calendar_item .swim_text, .job_calendar .calendar_item .swim_text span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -100px;
    margin: auto;
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
}

.job_calendar .calendar_item .swim_text span {
    right: auto;
    left: 0;
}

.job_calendar .calendar_item .over {
    position: absolute;
    top: 0;
    right: 15px;
    height: 30px;
    line-height: 30px;
    background: #dc7787;
    text-align: center;
}

.job_calendar .calendar_item.expired .over {
    /*background: #dc7787;*/
}

.job_calendar .calendar_item .passed[style="width: 0px;"] {
    display: none;
}

.job_type_icon {
    height: 10px;
    width: 10px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    position: relative;
    vertical-align: unset;
}

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

#job_new .scroll_data {
    margin: 0 -10px -10px;
    padding: 0 10px 10px;
    max-height: calc(100vh - 190px);
}

.job_type_choise kwazi_select items kwazi_option {
    padding: 0;
}

.job_type_choise items_title input[type=radio] + label {
    padding: 2px 0;
    line-height: 30px;
}

.job_type_choise input[type=radio] + label:before {
    display: none;
}

.job_type_choise input[type=radio] + label {
    white-space: nowrap;
    line-height: 1;
    display: block;
    font-weight: normal;
    cursor: pointer;
    padding: 6px 10px;
}

.job_type_choise input:checked + label {
    color: #000;
}

.job_type_choise input[type=radio] + label .job_type_icon {
    display: inline-block;
    margin: -2px 5px 0px 0;
    vertical-align: middle;
}

.job_type_client [client_type] {
    display: none;
}

.job_type_client [client_type][active] {
    display: block;
}

#job_new [job_type] {
    display: none;
}

.job_group_title {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

.job_group_title > a i {
    opacity: 0;
}

.openable_block.open .job_group_title a i, .openable_block .job_group_title:hover a i {
    opacity: 1;
}

.openable_block.open .job_group_title a i {
    transform: rotate(180deg);
}

.job_group > .openable_block.open {
    border-bottom: 1px solid #ccc;
}

.job_group, .job_groups_add {
    display: inline-block;
    vertical-align: top;
    width: 543px;
}

.job_groups_add {
    margin-left: 10px;
}

.job_groups_add .job_group_title .h1_editable text i.fa {
    top: 13px;
}

.job_groups .job_list {
    margin-bottom: 10px;
    width: auto;
}

.job_groups .one_job {
    margin: 0px;
    padding: 5px 20px;
    box-shadow: none;

    -webkit-transition: background 0.2s ease-out 0s;
    -moz-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out 0s;
    border-bottom: 1px solid #ccc;
}

.job_groups_add .one_job.moving {
    opacity: 0.5;
}

.job_groups .one_job:last-child {
    border-bottom: none;
}

.job_groups .one_job .one_col:nth-child(1) {
    height: 30px;
}

.job_groups .one_job .one_col:nth-child(1) .job_type_icon i {
    line-height: 30px;
}

.job_groups .one_job .one_col:nth-child(3) {
    width: 500px;
}

.job_groups .one_job .one_col:nth-child(3) div:nth-child(2) {
    width: auto;
}

.one_job .one_col:nth-child(3) div .price {
    display: none;
    padding: 0 10px;
}

.job_groups .job_group .one_job .one_col:nth-child(3) div .price {
    display: initial;
}

.job_groups .job_group.job_list {
    position: relative;
    margin: 0 -10px -10px;
    padding: 10px;
}

.job_group[can_drop] .job_list {
    min-height: 80px;
}

.job_group[can_drop] .job_list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: height 0.2s ease-out 0s;
    -moz-transition: height 0.2s ease-out 0s;
    -o-transition: height 0.2s ease-out 0s;
    transition: height 0.2s ease-out 0s;
}

.job_group[can_drop] .job_list.recive:after {
    background: rgba(0, 0, 0, 0.3);
}

/* jobs_fast */

.jobs_fast_title {
    margin-top: -15px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    position: relative;
}

.jobs_fast_title .jobs_fast_head,
.jobs_fast_title[show] .jobs_fast_head {
    display: none;
}

.jobs_fast_title.jobs_fast_item {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    margin: 0;
}

[wname="jobs_fast"] .jobs_fast_title.jobs_fast_item {
    padding: 4px 0;
}

.jobs_fast_title .jobs_fast_inputs_over {
    display: flex;
    flex-wrap: wrap;
}

.jobs_fast_title .jobs_fast_repeat {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    padding: 5px 0px;
}

.jobs_fast_title .jobs_fast_repeat .jobs_fast_text {
    margin-right: 10px;
}

/*.jobs_fast_title .jobs_fast_repeat {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    padding: 5px 10px;
}

.jobs_fast_title.focus .jobs_fast_repeat {
    opacity: 1;
    visibility: visible;
    height: 40px;
}*/
/*.jobs_fast_title .jobs_fast_repeat .job_type_choise + input,
.jobs_fast_title .jobs_fast_repeat .job_type_choise + .input_field_wrap {
    opacity: 0;
    visibility: hidden;
}

.jobs_fast_title .jobs_fast_repeat .job_type_choise[check="true"] + .input_field_wrap {
    opacity: 1;
    visibility: visible;
}*/

.jobs_fast_title .jobs_fast_repeat_after {
    display: none;
    flex: 1 1 auto;
}

.jobs_fast_title .jobs_fast_repeat label {
    margin: auto;
}

.jobs_fast_title .jobs_fast_repeat [name="REPEAT"] {
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 4px;
}

.jobs_fast_title.hide_jobs_fast_repeat .jobs_fast_repeat {
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
}

.jobs_fast_title:not(.hide_jobs_fast_repeat) .fa-angle-down {
    display: none;
}

.jobs_fast_title .jobs_fast_name,
.jobs_fast_title .jobs_fast_contact_choise,
.jobs_fast_title .job_type_choise,
.jobs_fast_title [role="RESPONS"],
.jobs_fast_title [name="DATA_START"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    line-height: 34px;
    flex: 0 0 auto;
}

.jobs_fast_title .jobs_fast_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 500px;
    min-width: 50px;
    margin: 0;
}

.jobs_fast_title div[name="DATA_START"] {
    width: 120px;
}

.jobs_fast_item .job_type_icon {
    display: inline-block;
}

.jobs_fast_item .fa-angle-right {
    line-height: 35px;
    margin-right: 5px;
}

.jobs_fast_item .fa-angle-down {
    padding: 10px;
    cursor: pointer;
}

.jobs_fast_item .jobs_fast_inputs_over {
    width: 100%;
}

.jobs_fast_title svg[role="jobs_fast_create"] {
    position: absolute;
    right: 7px;
    top: 7px
}

.jobs_fast_title:not(.can_save) [role="jobs_fast_create"] path {
    fill: #CBCBCB;;
}

.jobs_fast_title .jobs_fast_text {
    flex: 1 1 auto;
    position: relative;
}

.jobs_fast_title .respons_users_edit,
.jobs_fast_title [name="DATA_START"],
.jobs_fast_title kwazi_select {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: bold;
    color: #000;
    padding: 0 5px;
    font-size: 13px;
    outline: none;
}

.jobs_fast_title .jobs_fast_contact_choise input[type=radio] + label {
    padding: 0;
}

.jobs_fast_title .jobs_fast_contact_choise input[type=radio] + label:before {
    display: none;
}

.jobs_fast_title kwazi_select items_title {
    padding: 0;
}

.jobs_fast_title kwazi_select items_title val + i.fa {
    border: none;
}

.jobs_fast_title [name="DATA_START"] {
    width: 115px;
}

.jobs_fast_title .respons_users_edit {
    line-height: 34px;
    text-align: left;
    display: inline-block;
    width: auto;
}

.jobs_fast_title .respons_users_edit a {
    color: #000;
}

.jobs_fast_title .respons_users_edit a i.fa-close {
    color: #f00;
}

.jobs_fast_title .popup_block {
    width: 200px;
}

.jobs_fast_title .data_start_ {
    line-height: 34px;
    padding: 0 5px;
    margin-right: 5px;
    font-weight: bold;
}

@media (max-width: 950px) {

    .jobs_fast_title kwazi_select items_title val {
        width: calc(100% - 27px);
        line-height: 1;
    }

    .jobs_fast_title .jobs_fast_repeat .jobs_fast_text {
        margin: 0 0 10px;
        width: 100%;
    }

    .jobs_fast_title .jobs_fast_repeat_after {
        display: block;
    }

    .jobs_fast_title .jobs_fast_head {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;

        font-weight: bold;
        font-size: 14px;
    }

    .jobs_fast_title:not(.jobs_fast_item):not([show]) .jobs_fast_inputs_over,
    .jobs_fast_title:not(.jobs_fast_item):not([show]) .jobs_fast_text {
        display: none;
    }

    .jobs_fast_title[show] .jobs_fast_head {
        display: none;
    }

    .jobs_fast_title .jobs_fast_inputs_over {
        width: 100%;
    }

    .jobs_fast_title[show] .jobs_fast_contact_choise,
    .jobs_fast_title[show] .job_type_choise,
    .jobs_fast_title[show] [role="RESPONS"],
    .jobs_fast_title[show] .job_type_choise + .input_field_wrap {
        width: calc(50% - 5px);
        margin: 0;
    }

    .jobs_fast_title[show] [role="RESPONS"],
    .jobs_fast_title[show] .job_type_choise {
        text-align: right;
        margin-right: 10px;
    }

    .jobs_fast_title[show] .job_type_choise kwazi_select {
        float: right;
    }

    .jobs_fast_title .input_field_wrap .datepicker {
        right: 0px !important;
        left: auto !important;
    }

    .jobs_fast_title[show] [name="DATA_START"] {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .jobs_fast_title .jobs_fast_repeat_after {
        display: none;
    }

    .jobs_fast_title .btn[role="jobs_fast_create"] {
        width: 100%;
        margin: 10px 0 0;
    }
}

.jobs_fast_title kwazi_select items {
    width: auto;
    right: auto;
    left: -1px;
}

[wname="jobs_fast"] .jobs_fast_title .jobs_fast_contact_choise {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* jobs_fast */
.job_notice{
    font-size: 12px;
}
.job_notice .ball {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-color: #ccc;
    line-height: 1;
    float: left;
}

.job_notice .text,
.job_notice .project {
    margin-left: 20px;
}

.job_notice .text {
    margin-bottom: 3px;
    margin-top: 5px;
    padding-top: 2px;
}

.job_notice .open {
    margin-top: 10px;
    text-align: center;
}


.job_tabs {
    margin: 20px 0 0;
}

.job_tabs .change_view {
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    padding: 5px 10px;
    margin-right: 8px;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    background: #F4F5F9;
    opacity: 0.8;
}

.job_tabs .change_view.active {
    color: #fff;
    opacity: 1;
}
