.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;
}
#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.big:nth-child(1){
    width: auto;
}
.one_job .one_col:nth-child(4){
}
.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{
    padding: 0 10px 10px;
}
#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: 260px;
    word-wrap: break-word;
}
#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: 250px;
}
#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{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position:relative;
    margin: auto;


    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{
    content: '';
    position:absolute;
    width: 110px;
    height: 110px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    z-index: 1;

    background: #fff;
    overflow: hidden;
}
#job_fast_detail .job_data .progress_krug:after{
    z-index: 3;
    /*width: 110px;
    height: 110px;
    left: 4px;
    top: 4px;*/
}
#job_fast_detail .job_data .progress_krug .percent{
    position: absolute;    
    z-index: 4;
    left: 0;
    width: 100%;
    top: calc(50% - 12px);
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
}
#job_fast_detail .job_data .progress_krug .time{
    position: absolute;    
    z-index: 4;
    left: 0;
    width: 100%;
    top: 55%;
    font-size: 13px;
    text-align: center;
    color: #aaa;
}
#job_fast_detail .job_data .progress_krug .time span{
    border-bottom: 1px solid #999;
}
.polukrug{
    position:absolute;
    width: 60px;
    height: 120px;
    top: -1px;
    overflow: hidden;
    z-index: 2;
}
.polukrug:nth-child(1){
    left: -1px;
}
.polukrug:nth-child(2){
    right: -1px;
    transform: rotate(180deg);
}
.polukrug .segment{
    content:' ';
    display:block;
    position:absolute;
    width:0;
    border: 60px solid transparent;
    border-radius: 100%;
    border-bottom: 60px solid #ccc;
    border-left: 60px solid #ccc;
    top: 0px;
    left: 0px;
    transform: rotateZ(45deg);
    z-index: 2;
}

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

    width: calc(100% - 260px);
    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: 38px;
}
.job_detail_result .property_title{
    margin-bottom: 10px;    
    margin-top: 20px;
    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 [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;
}

.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: 30px; width: 30px; line-height: 30px; text-align: center; color: #fff;margin: 0;
    position: relative;
}
.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 input[type=radio]+label{
    white-space: nowrap;
}
.job_type_choise items_title input[type=radio]+label{
    padding: 2px 0;
    padding-right: 10px;
}
.job_type_choise input[type=radio]+label:before{
    display: none;    
}
.job_type_choise input[type=radio]+label{
    display: block; 
    font-weight: normal; cursor: pointer;
    padding: 2px 10px;
}
.job_type_choise input:checked+label{
    color: #000;
}
.job_type_choise input[type=radio]+label .job_type_icon{
    display: inline-block; vertical-align: middle ;
    margin-right: 5px;
}
.job_type_client [client_type]{
    display: none;
}
.job_type_client [client_type][active]{
    display: block;
}
#job_new [job_type]{
    display: none;
}