html{
    min-height: 100%;
    font-size: 14px;
}

body{
    min-height: 100vh;
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    color: #000011;
    display: flex;
    flex-direction: column;
}

a{
    text-decoration: none;
    outline: none;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

.clear{
    clear: both;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align{
    max-width: 1140px;
    margin: 0 auto;
    padding: 1px 0;
}

.align_wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1px 0;
}

.align-full{
    max-width: 1140px;
    margin: 0 auto;
    padding: 1px 0;
}


/* BLOCKNAME 1 */
.hat_wrapper,
.footer_wrapper{
    background-color: #000;
    color: #fff;
    padding: 2px 0;
}

.hat_logo{
    max-width: 120px;
}

.hat_exit{
    cursor: pointer;
    font-size: 30px;
}

.hat_exit span{
    font-size: 20px;
}

/* BLOCKNAME 2 */
.main_wrapper{
    flex-grow: 1;
}

/* Welcome block */
.welcome_img_title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.anketa_link{
    display: block;
    color: #000;
    border: 1px solid #ccc;
    padding: 5px;
}

.anketa_link_available:hover{
    border-color: #0056b3;
    text-decoration: none;
}

.anketa_link_finished{
    background: #c7c2c2;
}

.anketa_reject{
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    background: #ddd;
}

.anketa_instruction{
    white-space: pre-wrap;
}

.anketa_question_block_title{
    font-weight: 700;
    font-size: 20px;
    color: #fe8f13;
}

.color_orange{
    color: #fe8f13;
}

.btn-orange{
    color: #212529;
    background-color: #fe8f13;
    border-color: #fe8f13;
}

.btn-orange:hover {
    color: #212529;
    background-color: #f38306;
    border-color: #f38306;
}

.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgb(243 131 6 / 50%);
}

.employee_choose_header{
    display: none;
}

.anketa_question_block_description{
    font-size: 14px;
}

.anketa_question_block_answer{
    margin: 8px 0;
    font-weight: 700;
}

.anketa_question_block_answer label{
    display: block;
    position: relative;
}

.anketa_question_block_answer label > .anketa_radio{
    margin-right: 5px;
}

.radi{
    width: 15px;
    height: 15px;
    position: absolute;
    border: 1px solid #333;
    border-radius: 50%;
    background: #fff;
    left: 0px;
    top: 2px;
}

.anketa_radio:checked ~ div.radi{
    /* background: #d1954b; */
    background: #fe8f13;
}

.anketa_superpower_block{
    display: flex;
    align-items: center;
    background: #bee5c7;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 5px;
    line-height: 1.3;
}

.anketa_superpower_block_check{
    padding: 0 5px;
    width: 5%;
    text-align: center;
}

.anketa_superpower_block_title{
    padding: 0 10px;
    width: 45%;
}

.anketa_superpower_block_description{
    padding: 0 10px;
    width: 50%;
    font-size: 15px;
}

.clear_search_by_last_name{
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.found_employee{
    border: 1px solid #000;
    padding: 10px;
    background: #e3e5da;
    margin-bottom: 5px;
    cursor: pointer;
}

.found_employee.blocked{
    cursor: default;
    background: #ccc;
    display: flex;
    align-items: center;
}

.found_employee.blocked .fa{
    font-size: 20px;
}

.employee_for_ankets{
    border: 1px solid #000;
    padding: 10px;
    background: #a4f1ad;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.employee_for_ankets_del{
    font-size: 20px;
    cursor: pointer;
    color: crimson;
}

.employee_for_ankets_fio{
    flex-shrink: 0;
}

.respo_aim_select{
    margin: 0 10px 0 auto;
    width: 150px;
}

#employees_ankets_submit_button.hidden{
    display: none;
}

.report_link{
    display: flex;
    align-items: center;
    color: #000;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    max-width: 300px;
}

.report_link:hover{
    border-color: #0056b3;
    text-decoration: none;
}

.report_link .fa{
    display: none;
}

.report_link[href*="start_date"] .fa,
.report_link[href*="end_date"] .fa{
    display: block;
    margin-left: auto;
}

.report_link[href*="interval_report.php"] .fa{
    display: block;
    margin-left: auto;
    color: green;
}

.hat_menu{
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.hat_menu li{
    margin: 0 5px;
    padding: 0;
}

.hat_menu li a{
    color: #fff;
    display: block;
}

.hat_menu li a.active{
    text-decoration: underline;
}

/* mnb */
.articles_all_category_block {
    background-color: #fff;
    box-shadow: 0 1px 5px #e4e7ed;
}

.mnb_container {
    margin-bottom: 20px;
}

.mnb_user {
    background: #f6f7f9;
    padding: 18px 10px;
    border-radius: 4px 4px 0 0;
}

.mnb_user_img {
    width: 64px;
    margin: 0 auto 10px auto;
}

.mnb_user_img img{
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.mnb_user_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mnb_user_info_title {
    color: #343a40;
    font-size: 12px;
    letter-spacing: 0.9px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.mnb_user_info_misc{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.mnb_user_info_dn {
    margin-right: 7px;
    border: 0;
    background: 0;
    padding: 0;
}

.mnb_user_info_dn:active,
.mnb_user_info_dn:focus{
    outline: none;
}

.mnb_user_info_exit {
    margin-right: 7px;
}

.mnb_user_info_dn .fa,
.mnb_user_info_exit .fa{
    color: #343a40;
    font-size: 14px;
}

.mnb_menus{
    padding: 18px;
}

.mnb_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mnb_menu li{

}

.mnb_menu_link {
    display: block;
    padding: 9px 0 9px 22px;
    color: rgba(87,87,87,0.9);
    position: relative;
    font-size: 14px;
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
}

.mnb_menu_link .fa {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    color: rgba(52,58,64,0.75);
    font-size: 14px;
}

.mnb_menu_link_text {
    color: rgba(87,87,87,0.9);
    font-size: 14px;
}

.mnb_menu_link:hover,
.mnb_menu_link:focus,
.mnb_menu_link:active{
    text-decoration: none;
    outline: none;
}

.mnb_menu_link:hover .mnb_menu_link_text{
    color: #000;
}

.mnb_menu_link:hover .fa{
    color: #3f9ce8;
}

.mnb_menu_header{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 30px 18px 6px 0;
    opacity: 0.55;
}

.so_karma{
    text-align: center;
    color: #fff;
    margin: 0 7px 0 0;
}

.so_karma h4{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.so_karma .fa{
    margin-right: 5px;
}

.carma_plus .fa{
    color: green;
}

.carma_neutral .fa{
    color: #343a40;
}

.carma_negative .fa{
    color: red;
}

#carma_val{
    color: #343a40;
}



.preloader_wrapper{
    text-align: center;
}

.wheel_logo{
    width: 100px;
    height: 100px;
    position: relative;
}

.wheel_logo_main{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/logod.png) no-repeat center top / 100%;
    animation: preloader 3.5s infinite linear;
}

.wheel_logo_text{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/logod_txt.png) no-repeat center / 35px;
}

@keyframes preloader {
    to { transform: rotate(360deg); }
}

/* Articles all */
.articles_all {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.articles_all_sidebar {
    width: 23%;
    flex-shrink: 0;
    margin-right: 30px;
}

.articles_all_category_block {
    background-color: #fff;
    box-shadow: 0 1px 5px #e4e7ed;
}

.articles_all_category_hat{
    background-color: #f6f7f9;
    padding: 14px 20px;
}

.articles_all_category_hat_header{
    color: #171717;
    font-size: 16px;
}

.articles_all_category_container {
    padding: 20px;
}

.articles_all_category_one {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 7px 14px;
    border-radius: 4px;
    align-items: center;
}

.articles_all_category_one:hover{
    text-decoration: none;
}

.articles_all_category_one.active{
    background-color: #3f9ce8;
}

.articles_all_category_one_icon {
    width: 20px;
    flex-shrink: 0;
    font-size: 14px;
    color: #575757;
    margin-right: 5px;
}

.articles_all_category_one:hover .articles_all_category_one_icon{
    color: #3f9ce8;
}

.articles_all_category_one.active .articles_all_category_one_icon{
    color: #fff;
}

.articles_all_category_one_title {
    font-size: 14px;
    font-weight: 700;
    color: #575757;
    flex-grow: 1;
}

.articles_all_category_one:hover .articles_all_category_one_title{
    color: #3f9ce8;
}

.articles_all_category_one.active .articles_all_category_one_title{
    color: #fff;
}

.articles_all_category_one_number {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
    padding: 3px 7px;
    text-align: center;
    font-size: 12px;
    border-radius: 140px;
    line-height: 1;
}

.articles_all_main {
    flex-grow: 1;
    background-color: #fff;
    box-shadow: 0 1px 5px #e4e7ed;
}

.articles_all_list_header{
    background-color: #f6f7f9;
    padding: 14px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.articles_all_list_show{
    color: #575757;
    font-size: 16px;
    margin-right: auto;
}

.articles_all_list_show_number{
    font-weight: 700;
}

.articles_all_list_show_from{
    font-weight: 700;
}

.articles_all_list_nav{
    flex-shrink: 0;
    width: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articles_all_list_nav_prev,
.articles_all_list_nav_next{
    width: 30px;
    text-align: center;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
}

.articles_all_list_nav_prev:hover,
.articles_all_list_nav_next:hover{
    color: #343a40;
}

.articles_all_list {
    padding: 20px;
    color: #6c757d;
    font-size: 14px;
}

.articles_all_one {
    padding: 10px;
    border-top: 1px solid #e4e7ed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.articles_all_one_autor {
    flex-shrink: 0;
    width: 20%;
    display: none;
}

.articles_all_one_content {
    padding: 0 10px 0 0;
    flex-grow: 1;
}

.articles_all_one_title {
    display: block;
    color: #3f9ce8;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.articles_all_one_title:hover{
    color: #1568ac;
    text-decoration: none;
}

.articles_all_one_text {
    color: #6c757d;
    font-size: 14px;
}

.articles_all_one_text p:last-child{
    margin-bottom: 0;
}

.articles_all_one_data {
    flex-shrink: 0;
    width: 130px;
    text-align: center;
}

/* BLOCKNAME 6 */
.new_mess_in_tape {
    margin-bottom: 10px;
}

.total_editor {
    height: auto;
    border: 0px solid #ccc;
    padding: 0px 60px 0px 0px;
    position: relative;
    border-radius: 4px;
}

.total_editor.inactive {
    background: #f6f7f9;
}

.wis_editor {
    padding: 5px;
    background: #f6f7f9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    border-radius: 4px;
}

.wis_editor button{
    border: none;
    background: none;
    color: #333;
}

.total_editor.inactive .wis_editor {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

#tape_message {
    border-radius: 0px 4px 4px 4px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    transition: all 0.3s;
    visibility: visible;
    min-height: 120px;
}

.total_editor.inactive #tape_message {
    height: 30px;
    min-height: 30px;
}

.total_editor.inactive #tape_message:after {
    content: 'Что у вас нового?'; 
    position: absolute; 
    top: -5px; 
    left: 16px; 
    font-weight: bold;
}

#tape_message:focus {
    outline: none;
    background: #f9f9f9;
}

#mytype #send_twit {
    position: absolute;
    border: none;
    border-left: 2px solid #fff;
    background: none;
    color: #30b5e1;
    font-size: 24px;
    line-height: 10px;
    right: 0;
    top: 6px;
    padding: 0px;
    margin: 0px;
    width: 60px;
    top: 0;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.int_pad1 {
    padding-bottom: 40px;
}

.tw_mess.admimessage {
    background: none;
    box-shadow: 0 1px 5px #e4e7ed;
    color: rgba(87,87,87,0.9);
}

.tw_mess.admimessage, 
#tapes_field .tw_mess {
    padding: 16px;
}

.tw_mess {
    background: #30b5e1;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 80px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    height: auto;
}

.tw_mess.admimessage .message_inner, 
#tapes_field .message_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tw_mess.admimessage .message_img, 
#tapes_field .message_img {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.tw_mess img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.tw_mess.admimessage .message_img img, 
#tapes_field .message_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: static;
}

.tw_mess.admimessage .message_content, 
#tapes_field .message_content {
    flex-grow: 1;
}

.mess_text {
    word-wrap: break-word;
}

.admimessage .mess_text img {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    float: none !important;
    margin: 10px 0 !important;
}

#tapes_field {
    padding: 10px 0;
}

#tapes_field .tw_mess {
    background: none;
    box-shadow: 0 1px 5px #e4e7ed;
    color: rgba(87,87,87,0.9);
}

.tw_mess.admimessage, #tapes_field .tw_mess {
    padding: 16px;
}

#show_more_tapes{
    color: #171717;
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    border: 0;
    min-width: 120px;
}

#show_more_tapes .fa{
    font-size: 14px;
}

#show_more_tapes:hover{
    color: #171717;
    background-color: #c5cdd8;
    border-color: #c5cdd8;
    box-shadow: none;
}

#show_more_tapes:focus{
    outline: none;
}

[data-user_info]:after {
    font-family: 'Fontawesome';
    content: "\f129";
    margin-left: 5px;
}

[data-user_info] {
    cursor: pointer;
}

.opa {
    opacity: 0;
}

.something_return{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.something_wrapper {
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 4px;
}

.something_content_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.something_ava {
    width: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}

.something_ava img {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 50% !important;
    position: static !important;
}

.something_content {
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
}

.something_fio {
    font-weight: 700;
    font-size: 18px;
}

.something_job {
    font-size: 16px;
    font-style: italic;
}

.something_team {
    font-size: 16px;
}

.something_email {
    font-size: 14px;
    font-weight: 700;
}

.something_about {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    max-width: 350px;
    line-height: 1.5;
}

span#up {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 50px;
    font-size: 40px;
    line-height: 40px;
    display: none;
    color: #343a40;
}

/* Profile */
.so_croppie {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 230px;
}

.int_pad {
    padding: 20px;
}

.im_ready_buttons {
    text-align: center; 
}

.im_ready_buttons button {
    background: #fff; 
    border: #fff; 
    color: #333;
}

.im_ready_buttons button:focus{
    outline: none;
}

#ead {
    opacity: 0;
}

.f_upload {
    width: 200px;
    display: block;
    margin: 18px auto 0 auto;
    height: 38px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#cr_upload {
    position: absolute;
    left: -999999px;
}

.f_upload:after {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    content: 'Загрузить другое фото';
    position: absolute;
    z-index: 2;
    background-color: #3b3f4f !important;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    /* box-shadow: 0 0 2000px 2000px rgb(0 0 0 / 20%); */
    box-shadow: 0 0 2000px 2000px rgb(255 255 255);
}

.flashmask {
    z-index: 999999; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    display: none; 
    background: rgba(0,0,0,0.4);  
    justify-content: center; 
    align-items: center; 
}

.fl_body {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 30px; 
    color: #fff;
}

#savepofile {
    height: 38px;
    border: 0;
    color: #fff;
}

.gray_btn.btn-success,
.gray_btn.btn-info {
    background-color: #3b3f4f !important;
    border-color: #3b3f4f !important;
}

.gray_btn.btn-success:hover,
.gray_btn.btn-info:hover{
    background-color: #252832 !important;
    border-color: #20222b !important;
    box-shadow: none;
}

.gray_btn.btn-success:focus,
.gray_btn.btn-info:focus{
    box-shadow: none !important;
}

/* Chat */
.tape {width: 400px; position: fixed; padding: 40px 10px 10px 10px; z-index: 11;     background: #2b333e; right: 0px; top: 0px; height: 100%;color: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; margin-right: -400px}
.open_type{border-radius: 4px 0 0 4px;color: #fff;width: 100px; height: 33px; position: absolute; left: -100px; background: #2b333e;top: 10px;  cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s; padding-left: 50px; font-weight: bold; padding-top: 3px;display: none;}
.open_type:after {display: flex; font-size: 30px; line-height: 30px;  width: 40px; height: 40px; left: 10px; top: 0px; color: #444; content: "\f0e6"; font-family: FontAwesome; position: absolute}

.tape.active {margin-right: 0px}

.tape.active .open_type{left: 11px; border-color: #fff; }
.tape.active .open_type:after{content: "\f178";}
#tape_folder {padding: 10px 10px 10px 0; position: absolute; top: 40px; left: 20px; right: 20px; height: calc(100% - 270px); overflow: hidden}
.type_wrap {position: absolute; width: 100%;height: 100%; max-height: 100%; overflow: auto;padding-bottom: 6px;box-sizing: border-box;}
.type_wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #91a7c6;
}

.type_wrap::-webkit-scrollbar-thumb {
    background: #fff; 
}


.tape_message {position: absolute; bottom: 0px;  width: 90%; padding: 10px;}

#mychat{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 0;
    background: #fff;
}

#mychat .message_content{
    position: relative;
    border-radius: 6px;
    text-transform: none;
    line-height: 20px;
    padding: 10px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    background: #f6f7f9;
    color: #3d3d3e;
    position: relative;
    font-size: 14px;
    flex-grow: 1;
}

#mychat .tw_mess{
    padding: 3px 10px 3px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    background: #fff;
    min-height: 50px;
}

#mychat .tw_mess img{
    position: static;
    flex-shrink: 0;
    margin-right: 15px;
    width: 37px;
    border-radius: 17px;
    padding: 2px;
    background-color: #ECF0F1;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

#mychat .mymessage .message_content{
    background-color: #465155;
    color: #fff;
}

#mychat .message_content:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #f6f7f9 transparent transparent;
}

#mychat .tw_mess.mymessage{
    flex-direction: row-reverse;
}

#mychat .tw_mess.mymessage img{
    margin: 0 0 0 15px;
}

#mychat .tw_mess.mymessage .message_content:after{
    left: 100%;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #465155;
}


#mychat .tape_message{
    padding: 18px 15px;
    background-color: #ecf0f1;
    color: #3d3d3e;
    width: 100%;
    box-sizing: border-box;
}

#mychat .tape_message p{
    margin-bottom: 0;
}

#mychat.active{
    border-radius: 6px 6px 0 0;
}

#mychat.active .open_type {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 6px 0 0 0;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    background-color: #e4e7ed;
    color: #444;
    margin: 0;
    height: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#mychat.active .open_type:after{
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    top: 1px;
}

#mychat .type_wrap::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

#mychat .type_wrap::-webkit-scrollbar-thumb {
    background: #CACFD2; 
    border-radius: 5px;

}

#mychat #tape_message{
    border: 1px solid #bdc3c7;
    font-size: 14px;
}

#mychat .tape_message{
    font-size: 14px;
}

#mychat #tape_message:focus{
    border-color: #465155;
}

#mychat #send_twit{
    color: #ffffff !important;
    background-color: #465155 !important;
    border-color: #16a085 !important;
    transition: all 0.25s !important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
    padding: 0 19px !important;
    font-size: 16px !important;
    line-height: 38px !important;
    line-height: 38px;
    border-radius: 6px !important;
    border: 0;
    margin: 10px 0 0 0;
    vertical-align: middle;
    display: inline-block;
}

#mychat #send_twit .fa{
    font-size: 14px;
}

.ooh{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 3px;
}

#mychat #send_twit:hover {
    opacity: 0.7 !important;
}

#mychat #tape_folder{
    left: 10px;
    right: 10px;
}

#mychat #tape_alert{
    color: #465155 !important;
}

/* Units */
.di_block {border-radius: 4px; box-shadow: 0 1px 5px #e4e7ed; padding: 10px; position: relative;color: #575757;margin-bottom: 10px;}

.di_block h4 span {cursor: pointer; border-bottom: 1px dashed #ccc}
.di_block h4 span:hover {color: #000; border-color: #000}
  
  
.di_block_h2{
    font-size: 30px;
}

.di_block_h3{
    font-size: 22px;
}

.pod_block{
    margin-bottom: 10px;
}

.pod_block + .di_block_h2{
    margin-top: 30px;
}

.pod_block + .di_block_h3{
    margin-top: 20px;
}

.di_block_h4{
    color: #909090;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.command_collapse {display: none; padding-left: 30px;}

.command_user {display: block; padding: 2px 0px;}
.reds {color: #000 !important; border-color: #000 !important}

.smallbut {
    padding: 3px;
    margin-left: 5px;
    color: #fff;
    background: #000;
    border: none;
    font-size: 12px;
    line-height: 12px;
}

/* BLOCKNAME 10 */
.editlist,
.deletelist{
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background: #3b3f4f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.editlist:focus,
.deletelist:focus{
    outline: none;
}

.mainscrollframe {height: 400px; margin: 0px auto; position: relative; overflow: hidden; }  
.int {width: 49%; height: auto; position: absolute; background: #465155; border-radius: 4px; padding: 10px; padding-left: 10px; padding-bottom: 40px; } 
.int1{left: 0px;}   
.int2{right: 0px;}
.int.active {background: #b1c7ce; z-index: 3}

.send_drop .user_info{
    right: calc(100% + 2px) !important;
}
 
.oflow{overflow: hidden}

.f_user_info {width: 250px;padding: 10px; position: relative; background: #2b333e;color: #fff;border-radius: 4px;margin-bottom: 2px;}
 
.user_info {width: 200px; border-radius: 4px; background: #444b55; padding: 10px; text-align: center; font-weight: bold; right: -202px; top: 0px; position: absolute; font-size: 10px; line-height: 12px; visibility: 0; opacity: 0;color: #fff;}
 
/*  .lasts .user_info {top: -130px} */
.f_user_info:first-child .user_info,
.f_user_info:nth-child(2) .user_info,
.f_user_info:nth-child(3) .user_info{
    top: 0 !important;
    bottom: auto !important;
}

.f_user_info:last-child .user_info,
.f_user_info:nth-last-child(2) .user_info,
.f_user_info:nth-last-child(3) .user_info{
    top: auto;
    bottom: 0;
}

.user_info img {border-radius: 50%; width: 100px; height: 100px; margin: 0px auto; display: block; }

.f_user_info:hover {z-index: 10; cursor: move}
.f_user_info:hover .user_info{opacity: 1; visibility: visible}
.f_user_info.ui-draggable-dragging{z-index: 99999}
.f_user_info.ui-draggable-dragging:hover .user_info{visibility: 0; opacity: 0}


.get_drop, .send_drop {min-height: 300px; }
.goback {display: inline-block;vertical-align: middle; padding: 10px 0px 20px 0px; cursor: pointer}

.goback {
    background: #2b333e;
    color: #fff;
    border-radius: 4px;
    padding: 7px 10px;
    margin-right: 10px;
}

#changetitle {
    margin-top: 20px;
}

/* Events */
.tabs{
    box-shadow: 0 1px 5px #e4e7ed;
}

.tabs__content{
    display: none; 
}
.tabs__content.active{
    display: block;  
    padding: 20px;
}

.tabs__caption{
    display: block; 
    padding: 0px; 
    margin: 0px 0px 10px 0px;
    background-color: #f6f7f9;
}

.tabs__caption li{
    display: inline-block; 
    padding: 12px 14px;
    color: #575757; 
    font-weight: 700;
    cursor: pointer; 
    -webkit-transition: all 0.3s; 
    transition: all 0.3s;
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.tabs__caption li:hover{
    color: #3f9ce8;
}

.tabs__caption li.active{
    color: #2b333e;
    background-color: #fff;
}


.ev_block {
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0 1px 5px #e4e7ed;
}

.ev_head{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #f6f7f9;
}

.ev_title{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.ev_time {
    font-size: 14px; 
    color: #333; 
    font-style: italic;
}

.ev_body{
    padding: 16px; 
}

.ev_misc{
    color: #505050;
    background-color: #fbfbfb;
    margin-bottom: 16px;
    padding: 16px 20px;
    font-size: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ev_misc_user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 400px;
}



.ev_misc_user_img {
    width: 50px;
    flex-shrink: 0;
    margin-right: 16px;
}

.ev_misc_user:last-of-type .ev_misc_user_img{
    margin-right: 0;
    margin-left: 16px;
}

.ev_misc_user_img img{
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.ev_misc_user_content {
    flex-grow: 1;
    line-height: 1;
}

.ev_misc_user:last-of-type .ev_misc_user_content{
    text-align: right;
}

.ev_misc_user_title {
    font-weight: 700;
    color: #333333;
    font-size: 15px;
    margin-bottom: 3px;
}

.ev_misc_user_subtitle {
    color: #333333;
    font-size: 13px;
}

.ev_misc_vs {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    margin: 0 20px;
}

.ev_tabs_content_one {
    margin-bottom: 16px;
    display: none;
}

.ev_description{
    padding: 16px;
    margin-bottom: 16px;
    border-left: 3px solid #333;
    background: #eef7fd;
    opacity: 0.8;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
}

.ev_description p:last-of-type{
    margin-bottom: 0;
}

.ev_vs_description{
    background-color: #ffc241;
    color: rgba(0,0,0,0.8);
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 13px;
    padding: 16px 20px;
}

.ev_vs_description p:last-of-type{
    margin-bottom: 0;
}

.so_ev_link,
.ev_link, 
.ev_link_blank {
    color: #171717;
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
}

.so_ev_link {
    margin-right: 15px;
}

.ev_link span, 
.ev_link_blank span{
    cursor: pointer;
}

.so_ev_link.active,
.so_ev_link:hover,
.ev_link:hover,
.ev_link_blank:hover {
    color: #171717;
    background-color: #c5cdd8;
    border-color: #c5cdd8;
    box-shadow: none;
}

.intime {
    position: relative;
}

#featured_upload{
    margin-top: 0;
}

#featured_upload small {
    display: inline-block;
}

#ld{
    text-align: center;
}

.front_form {
    display: block;
    margin: 20px 0px;
    padding: 20px;
    border-radius: 4px;
    background: #2b333e;
    color: #898989;
}

.front_form input, 
.front_form textarea {
    display: block;
    width: 100%;
    min-height: 40px;
    margin: 0px 0px 20px 0px;
    border: 0;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    outline: none !important;
}

.front_form button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #3b3f4f !important;
    border-color: #3b3f4f !important;
}

.front_form button:focus{
    box-shadow: none !important;
}

.you_can{
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
    background: #2b333e;
}

.you_can a{
    color: #30b5e1 !important;
}

.your_photo{
    text-align: center;
    margin: 10px 0;
}

.your_img{
    max-width: 500px;
    margin: 0 auto 10px auto;
}

.your_img img{
    max-width: 100%;
    height: auto;
}

.photocomment {
    font-size: 18px;
    line-height: 1.3;
    color: #999;
    padding: 10px 0px;
    text-align: center;
}

.user1_votes,
.user2_votes{
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 10px;
}

.user1_votes:after,
.user2_votes:after{
    color: #333;
    content: "\f005";
    display: inline-block;
    font-family: 'Fontawesome';
    font-size: 50px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.user1_votes.winner:after,
.user2_votes.winner:after{
    content: "\f091";
    color: #4f993c;
}


.event_header{
    text-align: center;
    color: #898989;
}

.ev_times{
    text-align: center; 
}

.ev_times big{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #2b333e;
}

.v_card {width: 200px; border-radius: 4px; padding: 10px; color: #fff; text-align: center; font-size: 13px; line-height: 18px;background: #465155;}
.v_card img {width: 150px; height: 150px; border-radius: 50%; margin: 0px auto 10px auto;background: #fff;}
.v_name {font-weight: bold;}
.vs {text-align: center; font-size: 100px; line-height: 100px; color: #2b333e; padding: 0px 30px}
.btl .tr {text-align: right}

.btl .tr .v_card{margin-left: auto}
.btl {margin: 20px auto}


.fb_tab {
    margin: 0px auto;
    width: 100%;
    table-layout: fixed;
}
.fb_tab td {
    padding: 0px 10px;
    vertical-align: top;
}

.user_buttle_block {margin-bottom: 20px}

.but_image{
    background: #2b333e;
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 4px;
    padding: 30px;
}

.but_image img{
    max-height: 100%;
    max-width: 100%;    
    height: 300px;
    width: auto;
}

.like {border: none; background: none; padding: 0px; color: green; margin-right: 10px; font-size: 30px;}
.like:focus{
    border: 0;
    outline: none;
}
.like.active {color: red}

.vote{
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    background: #2b333e;
}

.vote_inner{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.vote_inner .like{
    vertical-align: middle;
}

.fin {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    background-color: #465155;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.art{
    color: #898989;
    font-size: 16px;
    line-height: 22px;
}

.art img {display: block; max-width: 100%; height: auto;}

.comment_block {
    padding: 15px 25px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
}

#comment_line,
#comment_line > ul{
    list-style-type: none;
    padding: 0;
}

#comment_line > ul ul{
    list-style-type: none;
}

#comment_line:empty{
    margin: 0;
}

.comment_block .send_comment{
    background-color: #3b3f4f !important;
    border-color: #3b3f4f !important;
}

.comment_block .send_comment:focus{
    box-shadow: none;
}


.comment_mask{background: rgba(0,0,0,0.6); z-index: 999999; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.comment_b {min-width: 500px; min-height: 300px; height: auto; padding: 20px; background: #fff; position: relative}
.comment_b .fa.fa-times {position: absolute; right: 10px; top: 10px; cursor: pointer}

.comment_b textarea {display: block; padding: 10px; border: 1px solid #ccc; margin-bottom: 20px; width: 100%;resize: none;}
.comment_b textarea:focus{
    background: #f9f9f9;
    outline: none;
}

.comment_b .fa-times:hover{
    color: #000;
}

.comment_b #send_m_comment{
    color: #171717;
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    border: 0;
}

.comment_b #send_m_comment:hover{
    color: #171717;
    background-color: #c5cdd8;
    border-color: #c5cdd8;
    box-shadow: none;
}

.comment_b #send_m_comment:focus{
    box-shadow: none;
    outline: none;
}

.comment_b #send_m_comment:disabled{
    background: #f9f9f9;
    color: #999;
    cursor: default;
}
    

#c_ts {font-size: 12px; font-weight: bold; padding: 10px 0px;}
.single_comment {position: relative; font-size: 14px; line-height: 18px;  margin-bottom: 20px;}
.single_comment_head {display: flex;align-items: center}
.single_comment_head img {width: 20px; height: 20px; min-width: 20px;  border-radius: 50%; }
.c_fio {font-weight: 700;}

.c_parent.current .c_fio{
    color: #fff;
    background: #8ac858;
    border-radius: 2px;
    padding: 1px 8px;
}

.c_likes {display: flex; margin-right: 10px;}
.single_comment_user{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 10px;
}



.single_comment_user_img{
    margin-right: 10px;
}

.sigle_comment_date{
    font-size: 11px;
}

.c_message {
    margin: 5px 0 3px 0;
    word-wrap: break-word;
    font-size: 14px;
    color: #212121;
    line-height: 22px;
}

.c_parent .c_parent {margin-left: 30px;}

.c_likes .like{text-align: center; font-size: 15px; padding: 5px;color: #898989;}
.c_likes .like span {margin-left: 5px}
.c_likes .like.active {}

.c_likes .like_plus.active,
.c_likes .like_plus:hover{
    color: #6c9b45;
}

.c_likes .like_minus.active,
.c_likes .like_minus:hover{
    color: #fd5d47;
}

.c_likes .like_plus.active,
.c_likes .like_minus.active{
    font-weight: 700;
}

.c_likes{text-align: right}


.single_comment_footer .send_comment{
    margin: 0;
    padding: 0;
    border: 0;
    background: none !important;
    font-size: 13px;
    line-height: 20px;
    color: #6c9b45;
}

.single_comment_footer .send_comment:hover{
    filter: opacity(80%);
}

.single_comment_footer .send_comment:focus{
    box-shadow: 0;
    outline: none;
}

.comment_ul{
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
}

.comment_ul li{
    list-style-type: none;
}

.comment_expand{
    width: 15px;
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.comment_expand:before{
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    bottom: 0;
    width: 1px;
    background: #efefef;
}

.comment_expand:hover:before{
    background: #8ac858;
}

.comment_expand:after{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: #8ac858;
    content: '-';
    color: #fff;
    font-size: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.comment_expand.open:after{
    content: '+';
}

#comment_line > .comment_ul{
    display: block !important;
}

#comment_line > .comment_ul > .comment_expand{
    display: none !important;
}

.comment_expand_text{
    display: none;
    padding: 3px 0;
    cursor: pointer;
}

.back_to_site {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    color: #43c7d7;
}

.back_to_site .fa {
    margin-right: 5px;
}

.articles_all_one_title, #go_back {
    cursor: pointer;
}

/* Targets, STIPS */
.srok_table th, 
.targets_table th, 
.stips_table th {
    text-align: center !important;
    vertical-align: middle !important;
    background: #c0c0c0;
}

.targets_table th{
    vertical-align: middle;
}

.table_header{
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    background: #f0f0f0;;
}

.stips_table{
    table-layout: fixed;
}

.stips_table .table_header{
    text-align: center !important;
}

.srok_table th,
.targets_table th,
.stips_table th{
    text-align: center !important;
    vertical-align: middle !important;
    background: #c0c0c0;
}

.stips_table td{
    text-align: left !important;
}

.stips_table td:nth-child(4){
    text-align: center !important;
    font-weight: 700;
}

.stips_table td:nth-child(3){
    width: 40% !important;
}

.stips_save{
    position: fixed;
    top: 85px;
    right: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#srok_status_refuse,
#stips_status_refuse,
#targets_status_refuse{
    margin-left: 10px;
    cursor: pointer;
}

/* Cascade */
.cascade_wrapper .command_user{
    display: inline-block;
    vertical-align: top;
    background: #f8f8f8;
    width: 193px;
    padding: 10px;
    margin: 4px;
    text-align: center;
    border-radius: 4px;
}

.cascade_wrapper .command_collapse{
    /* padding-left: 35px; */
    padding-left: 14px;
}

.cascade_wrapper .di_block_h3{
    /* padding-left: 20px; */
}

.cascade_wrapper .di_block_h4{
    /* padding-left: 40px; */
}

.cascade_wrapper .command_user img{
    max-width: 100%;
    height: auto;
}

.command_user_fio{
    font-weight: 700;
}

.command_user_status{
    margin-bottom: 10px;
}

.command_user_ava{
    margin-bottom: 10px;
}

.cascade_wrapper .command_collapse {display: block;}

.command_user_buttons{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.command_user_buttons .btn{
    width: 48%;
}

.articles_all_list_show_number .menu.main, 
.s_cous_fs {
    color: #171717;
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    border: 0;
}

.articles_all_list_show_number .menu.main:hover,
.s_cous_fs:hover{
    color: #171717;
    background-color: #c5cdd8;
    border-color: #c5cdd8;
    box-shadow: none;
}

.articles_all_list_show_number .menu.main:active,
.s_cous_fs:active{
    outline: none;
}

#test_run, 
#course_field{
    border: 0px solid #ccc; 
    min-height: 100px; 
    position: relative; 
    padding: 20px; 
    color: #000
}

#test_run .p_button, 
#course_field .p_button{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

.s_cous {position: relative; padding: 60px 20px 60px 20px;}
.s_cous_footer {height: 40px; position: absolute; width: 100%; left: 0px; bottom: 0px}
.s_cous_header {height: 40px; position: absolute; width: 100%; left: 0px; top: 0px}
.s_cous_fs {position: absolute; bottom: 10px; }
.s_cous_fs.left {left: 0px;}
.s_cous_fs.right {right: 0px;}
.paginator {width: 100px; margin-left: -50px; left: 50%; position: absolute; }

.mc_page:focus{
    outline: none !important;
}

.q_ans_bl label {display: block; padding: 10px; border: 1px solid #f3f3f3; margin-bottom: 5px; color: #333; }
.q_ans_bl label input {margin-right: 20px;}
.next_question.page_link, 
.finish_test {
    color: #171717;
    background-color: #e4e7ed;
    border-color: #e4e7ed;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    border: 0;
}

.next_question.page_link:hover,
.finish_test:hover{
    color: #171717;
    background-color: #c5cdd8;
    border-color: #c5cdd8;
    box-shadow: none;
}

.test_pags {
    padding: 10px;
    text-align: center;
}

.test_pag {display: block; text-align: center; padding: 20px 0px;}
.test_pag li {display: inline-block; margin: 2px;border: 1px solid #333; color: #333; padding: 5px 10px; cursor: pointer}
.test_pag li.current {background: #333;color: #fff}

.fans {padding: 10px; border: 1px solid #ccc; margin-bottom: 10px; font-weight: bold; font-size: 14px; line-height: 18px; }
.fans.incorrect{border-color: red; background: #f9dcdc; color: red}
.fans.correct{border-color: green; background: #e8f9dc; color: green}
.test_result_block {text-align: center;}


.course_container{
    max-width: 940px;
}

.myframe_wrapper{
    position: relative;

}

.myframe_wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    height: 2px;
    background: #6c757d;
}

#myframe {width:940px; height:670px; border: 0; margin: 20px auto; display: block;}




/* Bot page */
.chatbot_id_block{
    max-width: 600px;
    display: flex;
    align-items: flex-end;
}

.chatbot_id_input{
    min-width: 300px;
}

.chatbot_points{
    font-weight: 700;
    font-size: 24px;
}

.chatbot_log{
    border: 1px solid #000;
    background: #e3e5da;
    padding: 16px;
    border-radius: 7px;
}

.chatbot_log_one{
    margin-bottom: 5px;
    font-size: 16px;
    color: #000011;
}

.meter {
    float: right;
    width: 250px;
    height: 20px; /* Может быть любой */
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 0;
    margin: 0 0 25px 0;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);

    display: flex;
    justify-content: left;
    align-items: center;
}

.meter-span {
    /* 
    display: inline-block; 
    height: 100%; 
    */
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(43,194,83)),
    color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
    );
    -webkit-box-shadow:
    inset 0 2px 9px rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow:
    inset 0 2px 9px rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;

    color: rgba(0, 0, 0, 0);
    transition: .5s;
}
.meter-span.orange{
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
    
.meter-span.red{
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
   
.negative-reason-field {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 0;

    overflow: hidden;
}

.negative-reason-field.active {
    height: auto;
    padding: 20px;
}

.role_bg_colleague{
    background: #DCDCDC !important;
}

.role_bg_subordinate{
    background: #4169E1 !important;
    color: white !important;
}

.role_bg_boss{
    background: #F34723 !important;
    color: white !important;
}

.role_bg_default{
    background: #ACACAC !important;
    color: white !important;
}