/* Заголовок раздела */
.content_head{
    font-size: 1.8rem;
}
/* Заголовок акордеона в курсах ученика */
.accordeon_head{
    font-size: 18px;
    cursor: pointer;
}
/* Cтиль ссылок внутри текста для вспывающих сообщений */
.a_popover{
    border-bottom: dotted;
    cursor: pointer;
}
/* Оформления всех ссылок */
a{
    cursor:pointer;
}
/* ссылка в тексте без href */
.a_lable{
    text-decoration: underline;
    cursor: pointer;
}
/* Ссылка */
.a_link{
    text-decoration: underline;
    cursor: pointer;
    color: #0086dd;
}
/* заголовок атомика */
.atomic-title{
    font-size: 21px;
    margin-bottom: 15px;
}
/* Пиктограммы ны начальной странице */
.start_pict{
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
    background: #fff;
    margin: 0 auto;
    position: fixed;
    box-shadow: 0px 0px 20px #969696;
}
/* Оформление кнопки справки */
.help_pict{
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
    background: #fff;
    width: 50px; height: 50px;
    font-size: 25px;
    font-weight: 200;
    line-height:50px;
    margin: 0 auto;
    position: fixed;
    right:20px;
    bottom:50px;
    text-align: center;
    box-shadow: 0px 0px 20px #969696;
    z-index: 111; color:#000;
    cursor: pointer;
}
/* Стилизация селектов с поиском под обычные селекты */
.btn-selectpicker{
    background-color: #fff;
    border: 1px solid #ced4da;
}
/* Подпись для фильтров */
.filtr_label{
    width:150px; text-align: left; color: #888; font-size: 11px;
}

/* Возможность задавать границу у таблиц */
.card-body div table td{
    border-width: 1px;
}

/* Активные элементы в основном и дополнительных меню  */
li.nav-item a.nav-link.active{
    background-color: #0086dd;
    border: 0px solid #0086dd;
    color: #fff;
}
.main-menu li.nav-item a.nav-link.active{
    background-color: transparent;
    border: 0px transparent;
}

/* Кнопка сохранения */
.btn_save{
    background-color: #0086dd;
    border: 0px solid #0086dd;
    color: #fff;
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
}
.btn_save:hover{
    background-color: #006bb4;
    color: #fff;
}
/* Кнопка обычная */
.btn_general{
    background-color: #fff;
    border: 1px solid #0086dd;
    color: #0086dd;
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
}
.btn_general:hover{
    color: #0086dd;
    background-color: #dce9fa;
}
/* Кнопка предупреждения удаления */
.btn_del_quest{
    background-color: #fff;
    border: 1px solid #e30612;
    color: #e30612;
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
}
.btn_del_quest:hover{
    color: #e30612;
    background-color: #ffe7e9;
}
/* Кнопка удаления */
.btn_del{
    background-color: #e30612;
    border: 0px solid #e30612;
    color: #fff;
    -webkit-border-radius: 40em;
    -moz-border-radius: 36em;
    border-radius: 36em;
}
.btn_del:hover{
    background-color: #e30612;
    border: 0px solid #e30612;
    color: #fff;
}
/* Кнопка добавления элемента в конструкторе */
.btn_add_option{
    background-color: #dce9fa;
    border: 0px solid #dce9fa;
    color: #000;
}
.btn_add_option:hover{
    background-color: #cee3ff;
}
/* Кнопка удаления элемента в конструкторе */
.btn_del_option{
    background-color: #ffe7e9;
    border: 0px solid #ffe7e9;
    color: #000;
}
.btn_del_option:hover{
    background-color: #ffdadd;
}
/* Тэг */
.atomic_tag{
    background-color: #ffefca;
    color: #444;
    font-weight: normal;
    border:1px solid #ffe5a8;
    margin-right: 5px;
}
/* Цвет обычной кнопки при наведении */
.btn-light:hover{
    background-color: #cee3ff;
}
/* Блоки курсов */
.block_in_thema{
    background-color: #f5f5f5;
    margin-bottom: 5px !important;
    width:100%; padding-top: 10px; padding-bottom: 7px;
}
/* Дополнительные кнопки инструменты */
.btn_gray_add{
    background-color: #e6e6e6;
    border: 0px solid;
    color: #000;
}
/* Стартовая страница */
.start_block{
    padding-top: 0px; padding-bottom: 40px;
}
.start_card{
    width: 20%;
    padding-left: 5px;padding-right: 5px;
}
.step_head{
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: bold;
}
.step_card{
    height: 350px;
}
.step_text{
    font-size: 0.8em;
    margin-bottom: 10px;
}
.target_group_card{
    margin: 10px; position: relative; padding-top: 120px;
    box-shadow: 0px 10px 15px #969696;
}
.target_group_head{
    width: 100%; text-align: center; margin-bottom: 10px;
}

.true_card{    background-color: #ddffea !important;   }
.middle_card{   background-color: #fff7d8 !important;   }
.false_card{   background-color: #ffdbd8 !important;   }

.true_value{    background-color:#bbffd6;   }
.false_value{   background-color:#ffc1bb;   }


.highlight_true{ background-color:#11ba11; color:#fff; }
.highlight_false{ background-color:#b41010; color:#fff; }
.color_true{ color:#11ba11; }
.color_false{ color:#b41010; }

.task_option_true{ border-bottom: 4px solid #11ba11 !important; }
.task_option_false{ border-bottom: 4px solid #b41010 !important; }

.highlight_card{
    margin-left: 20px;
    -webkit-box-shadow: -8px 0px 10px 2px rgba(34, 60, 80, 0.41);
    -moz-box-shadow: -8px 0px 10px 2px rgba(34, 60, 80, 0.41);
    box-shadow: -8px 0px 10px 2px rgba(34, 60, 80, 0.41);
}

.atomic_test_header{
    font-weight: bold;
}

.options{
    cursor: pointer;
}

.calendar_head{
    width: calc(100% / 8);
    height: 30px; border: #ddd solid 1px;
    font-weight: bold;
    font-size: 12px;
}
.calendar_cell{
    width: calc(100% / 8);
    height: 60px; border: #ddd solid 1px;
}
.shedule_item{
    position: absolute;
    width: calc(100% / 8);
    background-color: #b2f8e0;
    padding:3px;
    font-size: 12px;
    border: 1px solid #11ba11;
    cursor: pointer;
}
.shedule_cancel{
    background: linear-gradient(45deg, #b2f8e0 49.9%, #11ba11 49.9%, #11ba11 60%, #b2f8e0 60% ),
    linear-gradient(45deg, green 10%, rgba(0, 0, 0, 0) 10% );
    background-size: 1em 1em;
    background-color: #11ba11;
}

.word_in_dictant{
    display: inline;
    cursor: pointer;
    margin: 3px;
}
.word_in_dictant_task{
    display: inline;
    margin: 3px;
}

.active_edit_word{
    border-bottom: 3px solid #b41010;
}
.tlt{
    position:absolute; display:none; z-index: 1001; width: 350px;
    -webkit-box-shadow: 2px 4px 11px 4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 4px 11px 4px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 4px 11px 4px rgba(34, 60, 80, 0.2);
}
.select_letter{
    background-color: #fac1bc;
}
.letter{
    cursor: pointer;
}
.card_atomic{
    margin-bottom: 20px;
}
/* Стартовая страница */
.backgroung_general{
    /*
    background: rgb(234,245,247);
    background: linear-gradient(180deg, rgba(234,245,247,1) 0%, rgba(255,255,255,1) 100%);
     */
}
.target_option{
    width: 100%; text-align: center; padding: 10px; border-top: #b0b0b0 1px solid; font-size: 14px;
}
.step_line{
    width:120px; height: 2px; background-color: #0086dd;
    margin-bottom: 25px;
}
.text_in_modal{
    margin-top: 8px; padding-left: 19px;
}

thead{
    border-bottom: 2px #b0b4b7 solid !important;
}
/* Размытие изображений и текста */
.blure_image{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.blure_text{
    filter: blur(4px);
}
/* для zoom */
.zoom_badje{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display:flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom:1px;
    right: 5px;
}
.popup_block{
    display:none; z-index: 2000;
    width:350px;
    margin: 0 auto;
    height: auto;
    padding:10px;
    border-radius:3px;
    border: 1px solid #888;
    background-color: #fff;
    box-shadow: 0px 0px 5px #969696;
}

