.flex {
    display: flex;
}

body {
    padding-bottom: 90px;
}

.container table.table td, .container table.table th {
    vertical-align: middle;
    text-align: center;
}

.parsley-errors-list {
    display: none;
}

chosen.parsley-error ~ .chosen-container-single {
    border-color: #ee3838;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(250, 135, 129, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(234, 110, 110, 0.6);
}

.container .form-control.parsley-error {
    /*border-color: #ee3838;*/
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(250, 135, 129, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(234, 110, 110, 0.6);
}


/*.main_middle_content {*/
/*    height: 65vh;*/
/*}*/

.container {
    /*width: 100%;*/
}

.lection_article {
    border: 1px solid #e9e4e4;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Apply a shadow effect */

}

.colored_background .contact-list {
    background: #d8fad8;

}

.training_btn_block .btn {
    white-space: inherit;
    margin-bottom: 10px;

}


/*************** Raitin Chart Styles *************************/
/*! CSS Used from: https://zioncenter.today/src/css/bootstrap.css */
canvas {
    display: inline-block;
    vertical-align: baseline;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*! CSS Used from: https://zioncenter.today/src/css/web.css?1 */
.easypiechart span {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.rating_cont {
    width: 70px;
    display: block;
    float: right;
}

.easypiechart {
    position: relative;
    text-align: center;
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*! CSS Used from: https://zioncenter.today/src/css/bootstrap.css */
canvas {
    display: inline-block;
    vertical-align: baseline;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*! CSS Used from: https://zioncenter.today/src/css/style.css?4 */
.easypiechart {
    position: relative;
    text-align: center;
}

.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 1.25em;
        height: .25em;
        position: absolute;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.15);
    }

    ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.0);
    }
}

:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.easypiechart span {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

/*************** Raitin Chart Styles End *************************/


div.training_video {
    margin: 0 auto;
}


.remind_to_start_text {
    font-weight: bold;
    display: block;
    /*margin-bottom: 20px;*/
    /*padding-bottom: 10px;*/
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-copyright-area {
    margin-top: 40px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.training_list_block {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.training_live_time_bloсk_remove, .training_repeat_time_bloсk_remove, .zoom_setting_bloсk_remove {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    z-index: 100;
}

.reg_item {
    border: 1px solid #d7d6d6;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    margin-bottom: 15px;

}

.add_training_live_time, .add_training_repeat_time, .add_zoom_setting {
    margin-bottom: 15px;
}

.training_live_time_bloсk_remove:hover, .training_repeat_time_bloсk_remove:hover, .zoom_setting_bloсk_remove:hover {
    cursor: pointer;
}

.category_item {
    background: #eaf9ff;
    margin-bottom: 15px;
    border: 1px solid #dedcdc;
    padding-bottom: 10px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.category_title {
    background: #09c;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #09c;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;

}

.breadcomb-ctn h2 {
    margin: 0;
}

.category_title_text {
    font-size: 18px;
}

.category_description {
    padding: 10px;
    white-space: pre-line;
}

.training_description_in_list{
    white-space: pre-line;
}

.category_header {
    padding-left: 10px;
    display: flex;
    padding-right: 10px;
    font-weight: bold;
    justify-content: space-between;
}

.training_item {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
    background: white;
    -webkit-box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 11px -3px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.training_item:hover {
    cursor: pointer;
}

.training_item .training_title {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}

.training_item .training_description {
    padding-bottom: 10px;
}

.training_footer {
    font-size: 13px;
}

.in_process {
    background: lightgrey;
}


.training_setting_panel {
    width: 35px;
}

.training_setting_panel a{
    font-size: 20px;
}

.btn {
    color: white;
}

.btn-default, .btn-white {
    color: #464646;
}

.btn:hover, .btn:active, .btn:visited {
    color: white;
}

.btn-default:hover, .btn-default:active, .btn-default:visited, .btn-white:hover, .btn-white:active, .btn-white:visited {
    color: #464646;
}


.logo_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name_area {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.bottom_logout_panel{
    text-align: center;
    margin-bottom: 10px;
}


.material_btn_block {
    float: right;
}


.notika-main-menu-dropdown li.active{
    border-bottom: 2px solid #00c292;
}


.menu_li{
    transition: all 0.3s ease 0s;
}
