
@media (max-width:800px) {
}
@media (min-width:800px) {
}

.sel_viz_variant[w_data="by_users"], .sel_viz_variant[w_data="by_projects"], .sel_viz_variant[w_data="by_statuses"] { display: none; }

#w_func_menu { display: none; font-style: normal; position: absolute; padding: 10px; border: solid 1px #aaa; border-radius: 0 0 3px 3px; background: #eee; margin-top: 26px; z-index: 10; }
.work_small_logo:hover #w_func_menu { display: block; }
.w_func_menu_item { padding: 5px; cursor: pointer; text-align: left; color: #666; }
.w_func_menu_item:hover { background: #e1f5fe; }

#wt_alert_text .newversion { margin: 0 -30px; border: solid 1px #ccc; text-align: left; font-size: 12px; color: #999; max-height: 350px; overflow-x: hidden; overflow-y: auto; scrollbar-color: #091E4224 #091E420F; scrollbar-width: thin; }
#wt_alert_text .newversion ul { margin: 0; padding: 0; }
#wt_alert_text .newversion li { display: block; margin: 5px; padding: 0; margin-top: 5px; border-left: solid 1px #2271b1; padding-left: 5px; }

#w_hint {
    position: absolute;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 100;
    background: #999;
    box-shadow: -16px -16px 20px rgba(255,255,255,.5),2px 2px 20px rgba(0,0,0,.3),inset -8px -6px 20px rgba(255,255,255,.18);
}
body {
    margin: 0;
    padding: 0;
    background: url(img/body_bg.jpg);
    background-position: 50%;
    background-size: cover;
    color: #666;
    font-family: Arial;
}
.panel_main_menu {
    height: 48px;
    background: var(--top-panel-background);
}
.work_main {
    width: 250px;
    float: left;
}
.work_main .work_gl {
    width: 30px;
    height: 30px;
    background: transparent;
    outline: none;
    border: 0;
    margin-left: 12px;
    border-radius: 5px;
    padding: 0;
}
.work_main .work_gl:hover {
    background: #555;
}
.work_small_logo {
    display: block;
    background: url(/img/small_logo.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
}
.panel_main_menu table { height: 100%; }
.panel_main_menu table td { vertical-align: middle; }
#work_menu {
    background: var(--dynamic-background-transparent);
    width: 250px;
    vertical-align: top;
    color: #fff;
    display: none;
}
.w_add_work_zone_info {
    font-size: 11px;
    color: #999;
}
#work_menu h2 {
    font-size: 16px;
    font-weight: 100;
    padding: 5px 10px;
    background: var(--dynamic-h-transparent);
}
.w_user_ico {
    display: block;
    background: linear-gradient(#1F845A, #4BCE97, #00875a);
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 30px;
    float: left;
    border: 0;
    border-radius: 18px;
    margin: 0;
    margin-right: 5px;
    color: #e20000;
    text-shadow: 1px 1px 2px #333;
    user-select: none;
}
.menu_board_operations {
    display: flex;
    float: left;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
}
.board_operations_h {
    display: inline-block;
    color: #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
.board_operations_items {
    display: none;
    position: absolute;
    z-index: 10;
    width: 200px;
    border: solid 1px #ccc;
    padding: 10px;
    background: #eee;
    border-radius: 0 0 3px 3px;
    margin-top: 26px;
}
.menu_board_operations:hover .board_operations_items {
    display: block;
}
.menu_board_operations:hover i.w_op::before { content: "\f077"; }
.items_board_operation {
    padding: 5px 10px;
    cursor: pointer;
}
.items_board_operation:hover { background: #ddd; }
.select_variant_visualisation {
    display: flex;
    float: left;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
}
.t_visual_variant {
    display: inline-block;
    color: #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
.select_variant_visualisation:hover .visual_variants {
    display: block;
}
.select_variant_visualisation:hover i.w_op::before { content: "\f077"; }
.visual_variants {
    display: none;
    position: absolute;
    z-index: 10;
    width: 200px;
    border: solid 1px #ccc;
    padding: 10px;
    background: #eee;
    border-radius: 0 0 3px 3px;
    margin-top: 26px;
}
.sel_viz_variant {
    padding: 5px 10px;
    cursor: pointer;
}
.sel_viz_variant:hover { background: #ddd; }
.menu_work_zone { 
    display: flex;
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
.items_work_zone {
    border-radius: 5px;
    background: #333;
    display: inline-block;
    color: #ccc;
}
i.selected::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f00c";
    font-weight: 100;
    font-size: 12px;
    margin-right: 5px;
}
hr {
    height: 1px;
    border: none;
    color: #999;
    background: #999;
}
#w_add_work_zone {
    border-left: solid 1px #666;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
}
.items_work_zone_h {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
i.w_op::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f078";
    font-weight: 100;
    font-size: 12px;
}
i.w_n_org::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f109";
    font-weight: 100;
    font-size: 18px;
    color: #2edbf7;
    margin-right: 5px;
    text-shadow: 1px 1px 1px #aaa;
}
i.wz_b::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f009";
    font-weight: 100;
    font-size: 14px;
    color: #2edbf7;
    margin-right: 5px;
}
#items_work_zone {
    display: none;
    position: absolute;
    z-index: 10;
    width: 300px;
    border: solid 1px #ccc;
    padding: 10px;
    background: #eee;
    border-radius: 0 0 3px 3px;
}
.items_work_zone:hover #items_work_zone { display: block; }
.items_work_zone:hover i.w_op::before { content: "\f077"; }
.items_work_zone:hover .items_work_zone { background: #555; }
.w_guests_work_zones h3 {
    color: #666;
    margin: 10px;
    padding: 0;
    font-size: 12px;
    font-weight: 100;
}
.w_guests_work_zones .item_work_zone {
    border-left: solid 1px #333;
    background: linear-gradient(#fff, #f0fff0, #fff);
    padding: 10px;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
}
#work_menu li.wz_board { 
    padding: 6px 0 6px 10px; 
    position: relative; 
}
i.wz_edit_board { 
    display: none; 
    right: 10px;
    top: 6px;
    position: absolute;
}
i.wz_edit_board::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f044";
    font-weight: 100;
    font-size: 18px;
    color: #2edbf7;
    margin-right: 5px;
}
li.wz_edit_board { margin-left: 20px; }
li.wz_edit_board::before{
    font-style: normal;
    font-family: "Awesome";
    content: "\f067";
    font-weight: 100;
    font-size: 14px;
    color: #2edbf7;
    margin-right: 5px;
}
.selboard:hover i.wz_edit_board {
    display: block;
}
#work_menu a {
    text-decoration: none;
    color: #fff;
}
.nodisplay { display: none; }
.wz_board_menu { 
    position: absolute; 
    left: 0; 
    background: #303030;
    top: 18px;
}
#work_menu .wz_board_menu li {
    display: block;
    margin: 5px 15px;
    padding: 2px 10px;
    cursor: pointer;
    color: #fff;
}
.wz_board_menu li:hover {
    background-color: #666;
}
#work_menu li.wz_board.selboard:hover .wz_board_menu { display: block; }
.selboard {
    position: relative;
    background: var(--dynamic-h-transparent);
}
.selboard::after {
    position: absolute;
    right: 0;
    content: "";
    border: solid 8px transparent;
    border-right-color: #fff;
    pointer-events: none;
    width: 0;
    height: 0;
}
#work_menu h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}
#work_menu ul {
    margin: 5px 0 5px 20px;
    padding: 0;
    font-size: 14px;
}
#work_menu ul li { 
    display: block;
    list-style-type: none;
    cursor: pointer;
    padding: 3px 0;
    text-decoration: none;
    color: #fff;
}
#work_menu .w_user {
    color: #2ef7a9;
}
#work_menu .work_h {
    color: #ddd;
    font-size: 12px;
}
#win_authorization, #win_registration {
    width: 400px;
    height: 150px;
    border: solid 1px #bbb; 
    background: #ffffff;
}
#win_authorization .form_header, #win_registration  .form_header {
    border-bottom: solid 1px #ddd; 
    background: #eee;
    color: #333;
}
.button_active {
    display: inline-block;
    padding: 10px 20px;
    color: #666;
    background: #8be481;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.t_user {
    margin-right: 20px;
	border-radius: 5px;
	padding	: 5px 10px;
	background: #555;
	display: inline-block;
    color: #ccc;
}
.t_user .sub_men_user {
	position: absolute;
    #width: 100px;
	z-index: 25;
    top: 36px;
    right: 20px;
	border-top: solid 1px #666;
	border-radius: 3px 0 3px 3px;
	padding	: 5px 10px;
	display: none;
	background: #555;
	text-align: left;
}
.sub_men_user a {
    text-decoration: none;
    color: #ccc;
}
.t_user:hover .sub_men_user {
	display: inline-block;
}
.block_user_invite {
    background: #eee;
    margin-bottom: 10px;
    color: #666;
    display: flex;
}
.invite {
    font-size: 12px;
    color: #2271b1;
    margin: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
}
.project_in_card { border: solid 1px #ddd; border-radius: 0 3px 3px 0; font-size: 11px; padding: 3px 5px; background: #e5ffe5; }
.user_invited::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f0a2";
    font-weight: 100;
    font-size: 14px;
    margin-right: 5px;
    color: #f60;
    display: inline-block;
    transform: rotate(15deg);
}
#user_exit div { text-align: right; }
#work_zone {
    display: block;
    height: 300px;
    overflow: hidden;
}
.work_zone_content {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #fff6 #00000026;
    scrollbar-width: auto;
    transform: rotate(-90deg) translateY(-564px);
    transform-origin: right top 0px;
    user-select: none;
}
content {
    display: inline-flex;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: left bottom;
}
.t_board_list {
    width: 300px;
    min-height: 100px;
    max-height: 400px;
    background: #f1f2f4;
    display: inline-block;
    margin: 20px;
    margin-top: 50px;
    border-radius: 0 10px 10px;
    border: solid 1px #ccc;
}
.t_list_cards {
    margin: 10px;
    white-space: normal;
    text-align: left;
}
.t_card {
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    font-size: 13px;
    color: #666;
    cursor: default;
    line-height: 17px;
}
.user_list_item {
    position: absolute;
    z-index: 10;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #eee;
    width: 280px;
    margin-top: -25px;
}
.elu_closer { height: 20px; background: #ccc; padding: 4px 10px 2px }
.elu_close { float: right; width: 20px; height: 20px; cursor: pointer; text-align: right; }
i.elu_close::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f00d";
    font-weight: 100;
    font-size: 14px;
    margin-right: 5px;
}
.elu_items { height: 350px; overflow-x: hidden; overflow-y: auto; scrollbar-color: #091E4224 #091E420F; scrollbar-width: thin; -webkit-transform: translateZ(0); }
.elu_item { padding: 3px 10px; cursor: pointer; font-size: 14px; font-weight: 100; color: #666; }
.elu_item.is_sel { background: #fff; }
.list_header_target {
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}
.w_ic { cursor: pointer; }
.w_ic::before {
    font-style: normal;
    font-family: "Awesome";
    font-weight: 100;
    font-size: 19px;
    margin-right: 5px;
}
.w_ic.active::before {
    content: "\f2be";
    color: #2271b1;
}
.w_ic.noactive::before {
    content: "\f2bd";
}
.w_lf {
    float: right;
    cursor: pointer;
}
.w_lf::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f141";
    font-weight: 100;
    font-size: 19px;
    color: #ccc;
    margin-right: 5px;
}
.list_card {
    height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #091E4224 #091E420F;
    scrollbar-width: thin;
    -webkit-transform: translateZ(0);
}
.wbl_add { margin: 5px 0; font-size: 14px; }
.wbl_add i.add_card {
    font-style: normal;
    cursor: pointer;
}
.wbl_add i.add_card:hover { color: #2271b1; }
.wbl_add i.add_card::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f0ea";
    font-weight: 100;
    font-size: 19px;
    margin-right: 5px;
}
.card_function {
    display: none;
    text-align: right;
}
.sortable_null { 
    border: solid 1px #2271b1; 
    min-height: 10px; 
    background-color: #eee; 
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #666;
    cursor: default;
    z-index: 20;
}
.t_card:hover .card_function {
    display: block;
}
.w_rc, .w_tc {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 20px;
    margin-top: -19px;
    background: #fff;
}
.w_tc {
    margin-left: -17px;
}
.w_rc {
    margin-left: -40px;
}
.w_rc::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f044";
    font-weight: 100;
    font-size: 19px;
    color: #999;
    margin-right: 5px;
}
.w_tc::before {
    font-style: normal;
    font-family: "Awesome";
    content: "\f017";
    font-weight: 100;
    font-size: 19px;
    color: #999;
    margin-right: 5px;
}
#t_worktimes { margin-top: 20px; font-size: 12px; }
#t_worktimes th { padding: 3px; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; background: #eee; }
#t_worktimes td { padding: 3px; }
#t_worktimes tr:nth-child(2n+1) { background: #f8fffa; }
#t_worktimes td { border-bottom: solid 1px #ccc; position: relative; }
.wt_form_input {
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #666;
    height: 30px;
    scrollbar-color: #091E4224 #091E420F;
    scrollbar-width: thin;
    outline: none;
}
.gl_button_form {
    display: inline-block;
    min-height: 32px;
    line-height: 2;
    padding: 0 12px;
    background: #2271b1;
    border: solid 1px #2271b1;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    outline: none;
}
.func_worktime { position: absolute; right: 0; z-index: 1400; background: #fff; border: solid 1px #ccc; border-radius: 3px; display: none; margin-top: -17px; }
i.w_rwz, i.w_dwz { width: 20px; height: 20px; margin-left: 5px; }
i.w_rwz::before {
    font-style: normal;
    font-family: 'Awesome';
    content: "\f044";
    font-weight: 100;
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}
i.w_dwz::before {
    font-style: normal;
    font-family: 'Awesome';
    content: "\f014";
    font-weight: 100;
    font-size: 16px;
    color: #e20000;
    margin-right: 5px;
}
#t_worktimes tr:hover .func_worktime { display: block; }
#form_add { display: none; padding: 10px; background: #f7f7f7; }
#form_add.redact { background: #fde2e2; }
#form_multiform i.w_o_add {
    left: 20px;
    margin-top: -20px;
    position: absolute;
    width: 20px;
    height: 20px;
}
#form_multiform i.w_o_add::before {
    font-style: normal;
    font-family: 'Awesome';
    font-weight: 100;
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}
#form_multiform i.w_o_add.w_add::before { content: "\f055"; }
#form_multiform i.w_o_add.w_add_::before { content: "\f056"; }
#n_comment { width: 385px; height: 97px; margin-right: 5px }
#n_date, #n_count_time { width: 150px; margin-bottom: 5px; }
#wt_but_save { float: right }



:root {
	--top-panel-background: #333;
    --dynamic-background-transparent: hsla(228,8.8%,11.2%,0.9);
    --dynamic-h-transparent: rgba(228,228,228,0.2);
}


#win_multiform { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#form_multiform {  margin-top: 68px; margin-left: 270px; margin-right: 20px; background: #fff; position: relative; }
#win_multiform .win_closer { text-align: right; padding-top: 10px; padding-right: 10px; }
#multiform_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
#multiform {margin: 20px;}
#multiform .button, #w_dialog .button { display: inline-block; min-height: 32px; line-height: 2; padding: 0 12px; background: #2271b1; border: solid 1px #2271b1; color: #fff; font-size: 13px; cursor: pointer; border-radius: 3px; white-space: nowrap; box-sizing: border-box; }

#win_form_pay { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#wt_form_pay { width: 400px; background: #fff; }
#wt_form_pay .win_closer { text-align: right; padding-top: 10px; padding-right: 10px; }
#wt_pay_info { padding: 50px; }
#wt_pay_info .yoomoney-payment-form { max-width: 800px; padding: 0; }

#wt_win_confirm { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#wt_confirm_form { width: 400px; background: #fff; }
#wt_confirm_otvet { padding: 50px; }
#wt_confirm_otvet_header { font-size: 20px; margin-bottom: 20px; }
#wt_confirm_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
#wt_confirm_text { color: #303030; font-size: 16px; }
#wt_confirm_buttons { margin-top: 30px; }
#wt_confirm_buton_do { display: inline-block; padding: 10px 20px; color: #333; background: #ffffff; border: solid 1px #333; border-radius: 5px; cursor: pointer; }
#wt_confirm_buton_cancel { display: inline-block; padding: 10px 20px; color: #333; background: #8be481; border:  solid 1px #8be481; border-radius: 5px; cursor: pointer; }

#wt_win_alert { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#wt_alert_form { width: 400px; background: #fff; }
#wt_alert_otvet { padding: 50px; }
#wt_alert_otvet_header { font-size: 20px; margin-bottom: 20px; }
#wt_alert_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
#wt_alert_text { color: #303030; font-size: 16px; }
#wt_alert_buttons { margin-top: 30px; }
#wt_alert_buton_ok { display: inline-block; padding: 10px 20px; color: #fff; background: #e20000; border: 0; border-radius: 5px; cursor: pointer; }

#win_form_send { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#form_send { width: 400px; background: #fff; padding: 20px; }
#form_send .win_closer { text-align: right; cursor: pointer; }
#wt_send_h { color: #fe8716; font-size: 20px; margin-bottom: 20px; }
#win_form_send .form_info { padding: 10px; text-align: left; }
#win_form_send .form_info input { border: 0; outline: solid 1px #ccc !important; width: 100%; padding: 4px; }
#wt_send_buttons { margin-top: 30px; }
#wt_send_buton_ok { display: inline-block; padding: 10px 20px; color: #fff; background: #e20000; border: 0; border-radius: 5px; cursor: pointer; }

#wt_win_autoring { position: fixed; z-index: 10; width: 100%; height: 100%; margin: 0px; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; text-align: center; }
#wt_autoring_form { width: 400px; background: #fff; }
#wt_autoring { padding: 0 30px 30px 30px; }
#wt_autoring_header { color: #000; font-size: 20px; margin-top: 30px; border-bottom: solid 1px #999; padding: 30px 0 20px 20px; text-align: left; }
.block_tel_number { margin-top: 20px; }
#phone_num, #sms_code { width: 100%; border: none; border-bottom: solid 1px #ccc; height: 30px; font-size: 16pt; appearance: none; outline: none !important; color: #333; text-align: center; }
.label_input { display: inline-block; margin-bottom: 20px; }
#do_sms_code, #do_autorise { margin-top: 30px; display: inline-block; padding: 10px 20px; background: #fff; border: solid 1px #e20000; border-radius: 3px; cursor: pointer; }
#do_autorise { background: #8be481; border:  solid 1px #8be481; cursor: pointer; }
.confedicial { display: inline-block; width: 100%; font-size: 10pt; margin-top: 30px; color: #333333; }
#do_sms_code:disabled { background: #eee; }
#block_code { height: 100px; }


/* font-family: "Font-Awesome"; */
@font-face {
    font-family: 'Awesome';
    src: url('/fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  