/*color text*/
.color_text_blue{
    color: rgb(78, 126, 181, .6);
}.color_text_yellow{
    color: rgb(237, 240, 81, .6);
}.color_text_purpul{
    color: rgb(172, 97, 199, .6);
}.color_text_pink{
    color: rgb(219, 88, 206, .6);
}.color_text_brown{
    color: rgb(153, 91, 11, .6);
}.color_text_green{
    color: rgb(70, 204, 67, .6);
}
@media screen and (min-width: 1024px){
.mini_alert{
    display: block;
    width: calc(90% - 5px);
    padding: 5px;
    font-size: 12px;
    color: rgb(255,255,255,.7);
    text-align: justify;
    margin: 0 auto;
    line-height: 1;
}.cancel_but{
    background: #444;
    color: #888;
}.accept_but{
    background: rgb(245, 176, 65);
    color: #fff;
}.areaFaddTask:focus{
    outline: none;
}.b_task{
    width: 720px;
    height: 72px;
    display: block;
    margin: 5px auto;
    position: relative;
    background: linear-gradient(to right, #444, #666);
    line-height: 1;
    border-radius: 6px;
}.b_task_info{
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 72px;
    text-align: center;
}.b_task_info_m{
    display: block;
    padding: 5px 0;
    width: 60px;
    margin: 2px auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    background: rgb(106, 247, 104);
    text-shadow: 0 0 1px rgb(26, 75, 13);
}.t_b_s_c{
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(255,255,255,.7);
    padding: 10px;
}.b_task_head{
    display: block;
    margin: 3px auto;
    font-size: 16px;
    color: #fff;
    text-indent: 24px;
    text-align: left;
    cursor: pointer;
}.b_task_head:hover{
    color: orange;
    transition-duration: .5s;
}.b_task_url{
    display: block;
    margin: 2px auto;
    font-size: 12px;
    color: orange;
    text-indent: 24px;
    text-align: left;
}.b_task_category{
    display: block;
    margin: 2px auto;
    font-size: 14px;
    color: #ccc;
    text-indent: 24px;
    text-align: left;
}.b_task_h_i{
    position: absolute;
    top: 9px;
    left: 73px;
    width: 574px;
    margin: 0 auto;
}.b_task_logo{
    position: absolute;
    top: 12px;
    left: 12px;
    width: 48px;
    height: 48px;
}.b_task_logo img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}.h1_taskinfo{
    display: block;
    margin: 10px;
    text-align: left;
    font-size: 24px;
    color: orange;
    width: 76%;
    text-indent: 15px;
}.h2_taskinfo{
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: justify;
    color: #888;
    font-size: 20px;
}.h3_taskinfo{
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: justify;
    color: #666;
    font-size: 15px;
}.t_bblock{
    display: block;
    width: 96%;
    margin: 0 auto;
    text-align: right;
}.t_bcon{
    background: linear-gradient(to right, #2d613f,#026123);
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 1px;
    min-width: 100px;
}.t_bcolorred{
    background: rgb(200, 57, 57, .6);
}.t_bcolorgreen{
    background: rgb(109, 191, 98, .6);
}.t_bcolorpay{
    background: rgb(134, 171, 205, .6);
}.tbi_mon{
    display: block;
    min-height: 50px;
    margin: 0 auto;
    position: relative;
}.tbi_mon #otchId{
    width: 100%;
}.formForRes{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.butFFR{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 4;
}.formOtch{
    display: block;
    width: 96%;
    margin: 5px auto;
    background: rgb(245, 176, 65,.1);
    border: 1px solid rgb(245, 176, 65);
}.formOtchName{
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 24px;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    background: rgb(245, 176, 65);
    padding: 5px 0;
}.areaFFR{
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: calc(100% - 20px);
    min-height: 100px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}.areaFFR:focus{
    outline: none;
}.formOtchInfo{
    display: block;
    width: 100%;
    color: #222;
    margin: 0 auto;
    background: rgb(245, 176, 65, .5);
    font-size: 12px;
}.tbi_mon .mon{
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    border-radius: 30px;
    background:linear-gradient(to left bottom, #ab9c57, #ad8939);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
    text-transform: uppercase;
}.tbi_mon .mon:hover{
    background: rgb(200,60,50);
}.tb_comentBlock{
    width: 94%;
    display: block;
    border-top: 1px dashed #444;
    margin: 10px auto;
    position: relative;
}.right_place{
    display: block;
    width: 96%;
    text-align: right;
    margin: 0 auto;
}.tb_c_form{
    width: 450px;
    display: inline-block;
    position: relative;
    height: 60px;
    box-shadow: 3px 3px 6px #222;
    border-radius: 10px;
}.t_comment_arrea{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 10px 0 0 10px;
    background: #444;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    width: 278px;
    height: 40px;
    color: #999;
}.t_comment_arrea:focus{
    outline: none;
}#sendText{
    position: absolute;
    top: 0;
    left: 300px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to left top, #444, #333);
    width: 150px;
    height: 60px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    cursor: pointer;
}#sendText:hover{
    background: linear-gradient(to left top, #c4741d, #dba870);
}#comforTask{
    display: block;
    margiN: 5px auto;
}.T_c_block{
    display: block;
    width: 96%;
    color: #999;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #222;
    background: #444;
    margin: 10px auto;
}.T_c_user{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
}.T_c_user payeer{
    color: #888;
}.T_c_time{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
}.T_c_text{
    display: block;
    padding-top: 20px;
    text-align: justify;
}.T_c_text text{
    width: calc(100% - 40px);
    display: block;
    padding-left:20px;
}.smileblock{
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 3;
    width: 25px;
    height: 25px;
    filter: invert(.5);
}.smileblock smile{
    position: relative;
    width: 100%;
    height: 100%;
}.smilehover{
    width: 200px;
    height: 200px;
    background: #111;
    border-radius: 10px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}.smileblock:hover{
    filter: invert(0);
}.smileblock:hover .smilehover{
    display: block;
}.formForRes textarea{
    width: calc(96% - 40px);
    height: 90px;
    display: block;
    margin: 0 auto;
    background: rgb(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: arial;
}.formForRes textarea:focus{
    outline: none;
}.butFFR{
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 5px;
    padding: 5px;
}.butFFR:hover{
    background: orange;
    color: #000;
}.comand_block{
    width: 90%;
    display: block;
    margin: 0 auto;
}.Sort_block{
    width: 100%;
    display: block;
    margin: 2px auto;
    text-align: justify;
}.Sort_block .but{
    background: #444;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px;
    position: relative;
}.Sort_block .but div{
    display: inline-block;
    position: relative;
    max-width: 30px;
}.Sort_block_cat{
    width: 100%;
    display: block;
    margin: 2px auto;
    text-align: left;
}.Sort_block_cat .but{
    background: #555;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px;
}#loadTask{
    display: block;
    margin: 10px auto;
}.form_task{
    width: 96%;
    display: block;
    margin: 0 auto;
}.form_task .input_text{
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: rgb(255,255,255, .7);
    border: 0;
    text-align: 16px;
    font-family: arial;
    margin: 0 auto;
    width: calc(94% - 20px);
}.form_task .input_text:focus{
    outline: none;
}.nameForBlock{
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}.form_task textarea{
    width: 80%;
    padding: 2%;
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: justify;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 10px;
}.blockCategotyTask .rad{
    width: 14px;
    height: 14px;
    margin-bottom: -15px;
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}.pr_radio_bl{
    background: #222;
    border: 1px solid #999;
    border-radius: 6px;
}.blockCategotyTask{
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
}.blockCategotyTask div{
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    text-align: center;
    z-index: 5;
    position: relative;
}.blockCategotyTask input:checked + span{
    width: 100%;
    height: 100%;
    background: #4f4733;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}.blockTaskIn{
    background: #333;
    margin: 5px auto;
    display: block;
    border-radius: 15px;
    width: calc(100% - 20px);
    padding: 10px;
}.tablePlace{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}.select{
    display: block;
    padding: 5px;
    font-size: 14px;
    font-family: arial;
    border: 1px solid #999;
    color: #999;
    border-radius: 5px;
    width: 95%;
    background: none;
}.select:focus{
    outline: none;
}.blockCategotyTime{
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
}.blockCategotyTime .pr_radio_bl{
    display: inline-block;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    text-align: center;
    z-index: 5;
    position: relative;
}.blockCategotyTime .pr_radio_bl .rad{
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 2px auto;
    display: block;
    cursor: pointer;
}.blockCategotyTime .pr_radio_bl .bCT{
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px auto;
    font-size : 12px;
    color: #ccc;
}.blockCategotyTime .pr_radio_bl input:checked + span{
    width: 100%;
    height: 100%;
    background: #4f4733;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}.blockCategotyTime .rad:hover + span{
    background: #444;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}
/*ОТчеты*/
.report{
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 96%;
    border-radius: 4px;
    background: rgb(0,0,0, .2);
}.report_row{
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}.report_row3{
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: justify;
    width: 100%;
    color: #000;
    background:#ccc;
    position: relative;
}.report_row3 p{
    color: #000;
}.textAREA{
    position: relative;
    display: block;
    width: 70%;
    height: 140px;
}.textAREA textarea{
    display: block;
    width: calc(100% - 20px);
    height: 100px;
    margin: 10px;
    background: none;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-family: arial;
    line-height: 1.3;
    outline: none;
}.colv{
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    font-size: 18px;
    font-weight: 600;
}.butonTextClose{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #000;
    color: #000;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: cursive;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}.butonTextClose:hover{
    border-color: red;
    color: red;
}.butonTextReport{
    position: absolute;
    display: block;
    text-align: center;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(50deg, #444,#222);
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
}.butonTextReport:hover{
    background: linear-gradient(50deg, #3e4669,#293154);
}.report_row2{
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: justify;
    width: calc(100% - 20px);
    background:#444;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    color: #ccc;
}.report_row2:focus{
    outline: none;
}.report_cols{
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 32%;
    position: relative;
    line-height: 1;
}.report_cols mini{
    font-size: 12px;
    display: block;
    margin: 3px auto;
    text-align: justify;
    width: 100%;
}.reportUserName{
    display: inline;
    min-width: 30px;
    margin: 3px 0;
    position: relative;
    text-align: left;
    font-size: 12px;
}.reportUserImg{
    display: block;
    float: left;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: absolute;
    top: -2px;
    left: -5px;
    z-index: 3;
}.likeJSallert{
    font-size: 10px;
    padding:2px;
    margin: 5px;
    background: green;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.dissJSallert{
    font-size: 10px;
    padding:2px;
    margin: 0 5px;
    background: #780a0a;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.errorJSallert{
    font-size: 10px;
    padding:2px;
    margin: 0 5px;
    background: #963417;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.boxImgBut{
    position: absolute;
    top: 0;
    right: 0;
    width: 156px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}.butReport{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #fff;
    margin: 0 2px;
    cursor: pointer;
}.butReport:hover{
    border-color: #00ff11;
    box-shadow: 0 0 3px #00ff11;
}.likeReport{
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 40px;
    line-height: 1;
}.reportIMGlike{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}.reportIMGlike:hover{
    box-shadow: 0 0 5px red;
    margin: -10px -10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 20px;
    z-index: 99999;
    background: yellow;
}.ks-cboxtags {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}.ks-cboxtags li{
    display: inline;
}.ks-cboxtags li label{
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}.ks-cboxtags li label {
    padding: 0 12px;
    cursor: pointer;
}.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\2716";
    transition: transform .3s ease-in-out;
}.ks-cboxtags li input[type="radio"]:checked + label::before {
    content: "\2714";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}.ks-cboxtags li input[type="radio"]:checked + label {
    border: 1px solid orange;
    background-color: #444;
    color: orange;
    transition: all .2s;
}.ks-cboxtags li input[type="radio"] {
    display: absolute;
}.ks-cboxtags li input[type="radio"] {
    position: absolute;
    opacity: 0;
}.ks-cboxtags li input[type="radio"]:focus + label {
    border: 1px solid #666;
}.but_task_block{
    display: block;
    width: 96%;
    text-align: right;
    margin: 0 auto;
}.but_task_add{
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    background: orange;
    border: 1px solid #000;
    font-size: 16px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}.but_task_add:hover{
    background: #222;
    transition-duration: .2s;
}.what_work{
    display: block;
    margin: 5px auto;
    margin-top: 30px;
    width: calc(100% - 26px);
    background: rgb(255,255,255,.1);
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgb(0,0,0,.4);
    font-size: 14px;
}.what_work .name_what{
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 12px;
    padding: 0 18px;
    color: rgb(255,255,255,.8);
    background: rgb(0,0,0,.2);
    border-radius: 5px 5px 0 0;
}.history_report{
    display: block;
    width: 96%;
    margin: 5px auto;
    position: relative;
}.my_mess{
    display: block;
    text-align: left;
}.task_mess{
    display: block;
    text-align: right;
}.message_block{
    display: inline-block;
    width: 70%;
    margin: 5px 0;
}.message{
    display: block;
    width: 100%;
    margin: 0;
}.my_mess .message .user_row_info{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    margin: 0;
    background: rgb(0,0,0,.2);
    font-size: 10px;
    border-radius: 3px 3px 0 0;
}.my_mess .message .user_row_info .who{
    display:inline-block;
    width: 50%;
    text-align: left;
    text-indent: 10px;
}.my_mess .message .user_row_info .time{
    display:inline-block;
    width: 40%;
    text-align: right;
    text-indent: 10px;
}.my_mess .message .report_text{
    display: block;
    padding: 5px;
    background: rgb(255,255,255,.1);
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}.task_mess .message .user_row_info{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    margin: 0;
    background: rgb(250, 150, 0,.1);
    font-size: 10px;
    border-radius: 3px 3px 0 0;
}.task_mess .message .user_row_info .who{
    display:inline-block;
    width: 50%;
    text-align: left;
    text-indent: 10px;
}.task_mess .message .user_row_info .time{
    display:inline-block;
    width: 40%;
    text-align: right;
    text-indent: 10px;
}.task_mess .message .report_text{
    display: block;
    padding: 5px;
    background: rgb(255,255,255,.1);
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}
}

@media screen and (max-width: 1023px){
.mini_alert{
    display: block;
    width: calc(90% - 5px);
    padding: 5px;
    font-size: 12px;
    color: rgb(255,255,255,.7);
    text-align: justify;
    margin: 0 auto;
    line-height: 1;
}.back_button{
    display: block;
    margin: 10px auto;
    text-align: right;
    width: 90%;
}.cancel_but{
    background: #444;
    color: #888;
}.accept_but{
    background: rgb(245, 176, 65);
    color: #fff;
}.back_button button{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}.back_button button:hover{
    color: #000;
    background: orange;
    transition-duration: .4s;
}.areaFaddTask:focus{
    outline: none;
}.b_task{
    width: 100%;
    display: block;
    margin: 5px auto;
    position: relative;
    background: linear-gradient(to right, #444, #666);
    line-height: 1;
    border-radius: 6px;
}.b_task_info{
    display: block;
    margin: 0 auto;
    text-align: center;
}.b_task_info_m{
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    background: rgb(106, 247, 104);
    text-shadow: 0 0 1px rgb(26, 75, 13);
}.t_b_s_c{
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(255,255,255,.7);
    padding: 10px;
}.b_task_head{
    display: block;
    margin: 3px auto;
    font-size: 16px;
    color: #fff;
    text-indent: 24px;
    text-align: left;
    cursor: pointer;
}.b_task_head:hover{
    color: orange;
    transition-duration: .5s;
}.b_task_url{
    display: block;
    margin: 2px auto;
    font-size: 12px;
    color: orange;
    text-indent: 24px;
    text-align: left;
}.b_task_category{
    display: block;
    margin: 2px auto;
    font-size: 14px;
    color: #ccc;
    text-indent: 24px;
    text-align: left;
}.b_task_h_i{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 7px;
}.b_task_logo{
    display: none;
}.b_task_logo img{
    display: none;
}.h1_taskinfo{
    display: block;
    margin: 10px;
    text-align: left;
    font-size: 24px;
    color: orange;
    width: 76%;
    text-indent: 15px;
}.h2_taskinfo{
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: justify;
    color: #888;
    font-size: 20px;
}.h3_taskinfo{
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: justify;
    color: #666;
    font-size: 15px;
}.t_bblock{
    display: block;
    width: 96%;
    margin: 0 auto;
    text-align: right;
}.t_bcon{
    background: linear-gradient(to right, #2d613f,#026123);
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 1px;
}.t_bcolorred{
    background: rgb(200, 57, 57, .6);
}.t_bcolorgreen{
    background: rgb(109, 191, 98, .6);
}.t_bcolorpay{
    background: rgb(134, 171, 205, .6);
}.tbi_mon{
    display: block;
    min-height: 50px;
    margin: 0 auto;
    position: relative;
}.tbi_mon #otchId{
    width: 100%;
}.formForRes{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.butFFR{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 4;
}.formOtch{
    display: block;
    width: 96%;
    margin: 5px auto;
    background: rgb(245, 176, 65,.1);
    border: 1px solid rgb(245, 176, 65);
}.formOtchName{
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 24px;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    background: rgb(245, 176, 65);
    padding: 5px 0;
}.areaFFR{
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: calc(100% - 20px);
    min-height: 100px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}.areaFFR:focus{
    outline: none;
}.formOtchInfo{
    display: block;
    width: 100%;
    color: #222;
    margin: 0 auto;
    background: rgb(245, 176, 65, .5);
    font-size: 12px;
}.tbi_mon .mon{
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    border-radius: 30px;
    background:linear-gradient(to left bottom, #ab9c57, #ad8939);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
    text-transform: uppercase;
}.tbi_mon .mon:hover{
    background: rgb(200,60,50);
}.tb_comentBlock{
    width: 100%;
    display: block;
    border-top: 1px dashed #444;
    margin: 10px auto;
    position: relative;
}.right_place{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}.tb_c_form{
    width: 100%;
    display: block;
    position: relative;
}.t_comment_arrea{
    background: #444;
    font-size: 14px;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    height: 50px;
    color: #999;
    margin: 0 auto;
}.t_comment_arrea:focus{
    outline: none;
}#sendText{
    width: 100%;
    background: linear-gradient(to left top, #444, #333);
    display:block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 auto;
    border: 0;
}#sendText:hover{
    background: linear-gradient(to left top, #c4741d, #dba870);
}#comforTask{
    display: block;
    margiN: 5px auto;
}.T_c_block{
    display: block;
    width: 96%;
    color: #999;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #222;
    background: #444;
    margin: 10px auto;
}.T_c_user{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
}.T_c_user payeer{
    color: #888;
}.T_c_time{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
}.T_c_text{
    display: block;
    padding-top: 20px;
    text-align: justify;
}.T_c_text text{
    width: calc(100% - 40px);
    display: block;
    padding-left:20px;
}.smileblock{
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 3;
    width: 25px;
    height: 25px;
    filter: invert(.5);
}.smileblock smile{
    position: relative;
    width: 100%;
    height: 100%;
}.smilehover{
    width: 200px;
    height: 200px;
    background: #111;
    border-radius: 10px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}.smileblock:hover{
    filter: invert(0);
}.smileblock:hover .smilehover{
    display: block;
}.formForRes textarea{
    width: calc(96% - 40px);
    height: 90px;
    display: block;
    margin: 0 auto;
    background: rgb(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: arial;
}.formForRes textarea:focus{
    outline: none;
}.butFFR{
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 5px;
    padding: 5px;
}.butFFR:hover{
    background: orange;
    color: #000;
}.comand_block{
    width: 90%;
    display: block;
    margin: 0 auto;
}.Sort_block{
    width: 100%;
    display: block;
    margin: 2px auto;
    text-align: justify;
}.Sort_block .but{
    background: #444;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px;
    position: relative;
}.Sort_block .but div{
    display: inline-block;
    position: relative;
    max-width: 30px;
}.Sort_block_cat{
    width: 100%;
    display: block;
    margin: 2px auto;
    text-align: left;
}.Sort_block_cat .but{
    background: #555;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px;
}#loadTask{
    display: block;
    margin: 10px auto;
}.form_task{
    width: 96%;
    display: block;
    margin: 0 auto;
}.form_task .input_text{
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: rgb(255,255,255, .7);
    border: 0;
    text-align: 16px;
    font-family: arial;
    margin: 0 auto;
    width: calc(94% - 20px);
}.form_task .input_text:focus{
    outline: none;
}.nameForBlock{
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}.form_task textarea{
    width: 80%;
    padding: 2%;
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: justify;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 10px;
}.blockCategotyTask .rad{
    width: 14px;
    height: 14px;
    margin-bottom: -15px;
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}.pr_radio_bl{
    background: #222;
    border: 1px solid #999;
    border-radius: 6px;
}.blockCategotyTask{
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
}.blockCategotyTask div{
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    text-align: center;
    z-index: 5;
    position: relative;
}.blockCategotyTask input:checked + span{
    width: 100%;
    height: 100%;
    background: #4f4733;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}.blockTaskIn{
    background: #333;
    margin: 5px auto;
    display: block;
    border-radius: 15px;
    width: calc(100% - 20px);
    padding: 10px;
}.tablePlace{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}.select{
    display: block;
    padding: 5px;
    font-size: 14px;
    font-family: arial;
    border: 1px solid #999;
    color: #999;
    border-radius: 5px;
    width: 95%;
    background: none;
}.select:focus{
    outline: none;
}.blockCategotyTime{
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
}.blockCategotyTime .pr_radio_bl{
    display: inline-block;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    text-align: center;
    z-index: 5;
    position: relative;
}.blockCategotyTime .pr_radio_bl .rad{
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 2px auto;
    display: block;
    cursor: pointer;
}.blockCategotyTime .pr_radio_bl .bCT{
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px auto;
    font-size : 12px;
    color: #ccc;
}.blockCategotyTime .pr_radio_bl input:checked + span{
    width: 100%;
    height: 100%;
    background: #4f4733;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}.blockCategotyTime .rad:hover + span{
    background: #444;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}
/*ОТчеты*/
.report{
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 90%;
    border-radius: 5px;
    background: #222;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 2px 2px 4px #000;
}.report_row{
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background:#222;
    border-radius: 5px 5px 0 0;
}.report_row3{
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: justify;
    width: 100%;
    color: #000;
    background:#ccc;
    position: relative;
}.report_row3 p{
    color: #000;
}.textAREA{
    position: relative;
    display: block;
    width: 70%;
    height: 140px;
}.textAREA textarea{
    display: block;
    width: calc(100% - 20px);
    height: 100px;
    margin: 10px;
    background: none;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-family: arial;
    line-height: 1.3;
    outline: none;
}.colv{
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    font-size: 18px;
    font-weight: 600;
}.butonTextClose{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #000;
    color: #000;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: cursive;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}.butonTextClose:hover{
    border-color: red;
    color: red;
}.butonTextReport{
    position: absolute;
    display: block;
    text-align: center;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(50deg, #444,#222);
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
}.butonTextReport:hover{
    background: linear-gradient(50deg, #3e4669,#293154);
}.report_row2{
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: justify;
    width: calc(100% - 20px);
    background:#444;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    color: #ccc;
}.report_row2:focus{
    outline: none;
}.report_cols{
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 32%;
    position: relative;
    line-height: 1;
}.report_cols mini{
    font-size: 12px;
    display: block;
    margin: 3px auto;
    text-align: justify;
    width: 100%;
}.reportUserName{
    display: inline;
    min-width: 30px;
    margin: 3px 0;
    position: relative;
    text-align: left;
    font-size: 12px;
}.reportUserImg{
    display: block;
    float: left;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: absolute;
    top: -2px;
    left: -5px;
    z-index: 3;
}.likeJSallert{
    font-size: 10px;
    padding:2px;
    margin: 5px;
    background: green;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.dissJSallert{
    font-size: 10px;
    padding:2px;
    margin: 0 5px;
    background: #780a0a;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.errorJSallert{
    font-size: 10px;
    padding:2px;
    margin: 0 5px;
    background: #963417;
    color: #ccc;
    position: absolute;
    top: -5px;
    left: 100%;
    text-align: center;
    border-radius: 3px;
    width: 30px;
    z-index :20;
    animation: opacityR 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.boxImgBut{
    position: absolute;
    top: 0;
    right: 0;
    width: 156px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}.butReport{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #fff;
    margin: 0 2px;
    cursor: pointer;
}.butReport:hover{
    border-color: #00ff11;
    box-shadow: 0 0 3px #00ff11;
}.likeReport{
    display: block;
    margin: 0 5px;
    width: 20px;
    height: 40px;
    line-height: 1;
}.reportIMGlike{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}.reportIMGlike:hover{
    box-shadow: 0 0 5px red;
    margin: -10px -10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 20px;
    z-index: 99999;
    background: yellow;
}.pr_blockTask{
    width: 94%;
    margin: 10px auto;
    border: 1px solid #777;
    border-radius: 5px;
    position: relative;
}.pr_block_button{
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 5px;
}.buttonBPanel{
    width: 19%;
    height: 110px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}.butOpacity:hover{
    opacity: .8;
}.buttonBPanel2{
    width: 58%;
    height: 110px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position:relative;
}.buttonBPanel2 name{
    display: block;
    width: 94%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 14px;
    padding: 5px 0;
}.buttonBPanel2 .moneyrow{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}.buttonBPanel2 .moneyrow money{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding:0;
    padding-bottom: 10px;
    font-size: 22px;
    color: rgb(161, 135, 21);
    text-align: center;
    font-weight: 700;
    position: relative;
}.buttonBPanel2 .moneyrow money .b{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 0;
    text-shadow: 0;
}.buttonBPanel2 .moneyrow cost{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding:0;
    padding-bottom: 10px;
    font-size: 22px;
    color: rgb(161, 135, 21);
    text-align: center;
    font-weight: 700;
    position: relative;
}.buttonBPanel2 .moneyrow cost .b{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "стоимость";
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 0;
    text-shadow: 0;
}.buttonBPanel2 .moneyrow task{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding:0;
    padding-bottom: 10px;
    font-size: 22px;
    color: rgb(161, 135, 21);
    text-align: center;
    font-weight: 700;
    position: relative;
}.buttonBPanel2 .moneyrow task .b{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "заданий";
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    text-align: center;
    width: 100%;
    padding: 0;
    text-shadow: 0;
}.buttonBPcontrol{
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: left;
}.pr_block_button button{
    padding: 4px 9px;
    border: 0;
    margin: 2px auto;
    border-radius: 5px;
    color: #fff;
    width: 100% ;
    display: block;
    position: relative;
    text-align: left;
}.pr_block_button button right{
    position: absolute;
    top: 4px;
    right: 9px;
}.pr_block_button .StartStop{
    padding: 16px 9px;
    width: 100%;
    text-align: center;
}.WinStatTask{
    width: 100%;
    height: 50px;
    display: block;
    margin: 2px auto;
}.taskReady{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.9);
    display: block;
    text-align: right;
    cursor: pointer;
}.taskReady .BLOCK{
    width: 30%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: rgb(25, 92, 52);
    text-align: center;
    color: #fff;
    font-size: 40px;
    position: relative;
    cursor: pointer;
}.taskReady .BLOCK:hover{
    background: rgb(25,92,52,.8);
}.ks-cboxtags {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}.ks-cboxtags li{
    display: inline;
}.ks-cboxtags li label{
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}.ks-cboxtags li label {
    padding: 0 12px;
    cursor: pointer;
}.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\2716";
    transition: transform .3s ease-in-out;
}.ks-cboxtags li input[type="radio"]:checked + label::before {
    content: "\2714";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}.ks-cboxtags li input[type="radio"]:checked + label {
    border: 1px solid orange;
    background-color: #444;
    color: orange;
    transition: all .2s;
}.ks-cboxtags li input[type="radio"] {
    display: absolute;
}.ks-cboxtags li input[type="radio"] {
    position: absolute;
    opacity: 0;
}.ks-cboxtags li input[type="radio"]:focus + label {
    border: 1px solid #666;
}.but_task_block{
    display: block;
    width: 96%;
    text-align: right;
    margin: 0 auto;
}.but_task_add{
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    background: orange;
    border: 1px solid #000;
    font-size: 16px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}.but_task_add:hover{
    background: #222;
    transition-duration: .2s;
}.what_work{
    display: block;
    margin: 5px auto;
    margin-top: 30px;
    width: calc(100% - 26px);
    background: rgb(255,255,255,.1);
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgb(0,0,0,.4);
    font-size: 14px;
}.what_work .name_what{
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 12px;
    padding: 0 18px;
    color: rgb(255,255,255,.8);
    background: rgb(0,0,0,.2);
    border-radius: 5px 5px 0 0;
}.history_report{
    display: block;
    width: 96%;
    margin: 5px auto;
    position: relative;
}.my_mess{
    display: block;
    text-align: left;
}.task_mess{
    display: block;
    text-align: right;
}.message_block{
    display: inline-block;
    width: 70%;
    margin: 5px 0;
}.message{
    display: block;
    width: 100%;
    margin: 0;
}.my_mess .message .user_row_info{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    margin: 0;
    background: rgb(0,0,0,.2);
    font-size: 10px;
    border-radius: 3px 3px 0 0;
}.my_mess .message .user_row_info .who{
    display:inline-block;
    width: 50%;
    text-align: left;
    text-indent: 10px;
}.my_mess .message .user_row_info .time{
    display:inline-block;
    width: 40%;
    text-align: right;
    text-indent: 10px;
}.my_mess .message .report_text{
    display: block;
    padding: 5px;
    background: rgb(255,255,255,.1);
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}.task_mess .message .user_row_info{
    display: block;
    width: calc(100% - 6px);
    padding: 3px;
    margin: 0;
    background: rgb(250, 150, 0,.1);
    font-size: 10px;
    border-radius: 3px 3px 0 0;
}.task_mess .message .user_row_info .who{
    display:inline-block;
    width: 50%;
    text-align: left;
    text-indent: 10px;
}.task_mess .message .user_row_info .time{
    display:inline-block;
    width: 40%;
    text-align: right;
    text-indent: 10px;
}.task_mess .message .report_text{
    display: block;
    padding: 5px;
    background: rgb(255,255,255,.1);
    margin: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3;
}
}
@keyframes PulsBut{
    0%{
        background:linear-gradient(to left bottom, #ab9c57, #ad8939);
    }
    10%{
        background:linear-gradient(to left bottom, #eba613, #b33dd4);
    }
    20%{
        background:linear-gradient(to left bottom, #dec443, #c537ed);
    }
    30%{
        background:linear-gradient(to left bottom, #fcea90, #9416b8);
    }
    40%{
        background:linear-gradient(to left bottom, #d7e0fc, #860fa8);
    }
    50%{
        background:linear-gradient(to left bottom, #91a5e6, #760d94);
    }
    60%{
        background:linear-gradient(to left bottom, #7990db, #620f7a);
    }
    70%{
        background:linear-gradient(to left bottom, #5570c9, #580e75);
    }
    80%{
        background:linear-gradient(to left bottom, #4765c9, #55176e);
    }
    90%{
        background:linear-gradient(to left bottom, #2144b8, #5a2470);
    }
    100%{
        background:linear-gradient(to right top, #433d8a, #743482);
    }
}
    
@keyframes opacityR{
    0%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
