body {
    background-color: #edf2f7;
    font-family: 'robotolight', Arial, sans-serif;
}
body.bg-white {
    background-color: #fff;
}
h1, .h1 {
    margin-top: 0;
    color: #148ecc;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}
h2, .h2 {
    margin-top: 0;
    color: #148ecc;
    font-weight: bold;
    font-size: 24px;
}
h3, .h3 {
    margin-top: 0;
    color: #148ecc;
    font-weight: bold;
    font-size: 18px;
}
h2 .fa, .h2 .fa {
    color: #ed903a;
    margin-right: 10px;}
table, .table {
    background-color: #fff;
}
table.table-date-listing td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
}
table.table-date-listing td:first-child, table.table-date-listing td:last-child {
    padding-right: 0;
    padding-left: 0;
    width: 1px;
}
table.table-date-listing .btn {
    width: 100%;
}
table.table-date-listing .btn i {
    margin: 0 !important;
}
a {
    color: #148ecc;
}
a:hover {
    text-decoration: none;
}
.big {
    font-size: 20px !important;
}
th h3 {
    margin-bottom: 0;
}
.hidden {
    display: none;
}
.btn {
    border: 0;
    font-weight: bold;
}
.btn-info {
    background-color: #edf2f7;
    border: 2px #edf2f7 solid;
    color: #148ecc;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:hover {
    background-color: #e6e6e6;
    color: #148ecc;
    border-color: #e6e6e6;
    outline: none;
}
.text-success {
    color: #54ce43 !important;
}
.btn-success {
    background-color: #54ce43;
}
.progress-bar-success {
    background-color: #54ce43;
}
.text-primary {
    color: #148ecc !important;
}
.text-danger {
    color: #ff0000 !important;
}
.text-warning {
    color: #ffcc00 !important;
}
.btn-primary {
    background-color: #148ecc;
}
.btn-default {
    background-color: #fff;
    color: #148ecc;
    border: 2px solid #edf2f7;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover {
    background-color: #e6e6e6;
    color: #148ecc;
    border-color: #e6e6e6;
}
.progress-bar-primary {
    background-color: #148ecc;
}
.progress {
    height: 10px;
}
.table > tbody > tr >th {
    background-color: #467c96;
    padding: 15px;
    color: #fff;
    border: 1px #fff solid;
}
.table > tbody > tr > th.sub_th {
    background-color: white;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.table > tbody > tr >td {
    padding: 15px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edf2f7;
}
.table p {
    margin-bottom: 0 !important;
}
.notice {
    color: #879398;
    font-style: italic;
}
ul.breadcrumb {
    position: relative;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f6f9fc;
}
.full-width {
    width: 100%;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
}
.box, .small-box {
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning>.box-header {
    color: #fff !important;
    background: #f39c12;
}
.box.box-solid.box-warning>.box-header>*{
    color: #fff !important;
}
.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
#top_line {
    font-size: 18px !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 500;
}
.navbar-ss {
    background-color: #148ecc;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.navbar-ss li {
    float: left !important;
}
.navbar-ss .navbar-nav {
    float: left;
    margin: 0 -15px;
}
.navbar-ss .navbar-right {
    float: right !important;
}
.navbar-ss a {
    color: #fff;
    height: 52px;
}
.navbar-ss a:hover {
    background-color: #146f9c !important;
}
.navbar-ss a.no-hover:hover, .navbar-ss a.no-hover:focus {
    background-color: #148ecc !important;
    color: #fff !important;
}
#left_bar {
    background-color: #467c96;
    width: 250px;
    position: fixed;
    z-index: 499;
    top: 54px;
    height: 100%;
    display: none;
}
#left_bar ul {
    margin: 0;
    padding: 0;
}
#left_bar ul li {
    list-style: none;
}
#left_bar ul li a, #left_bar ul li.menu_a {
    display: block;
    color: #fff;
    padding: 10px 15px;
}
#left_bar > ul > li > a:hover, #left_bar ul li.menu_a:hover, .menu-item-active, li[aria-expanded="true"] {
    background-color: #3a6579;
    text-decoration: none;
    cursor: pointer;
}
#left_bar ul li i {
    width: 30px;
}
#left_bar ul li ul {
    background-color: #f6f9fc;
    margin-top: 10px;
    overflow: hidden;
}
#left_bar ul li ul.in {
    display: block;
    height: auto;
}
#left_bar ul li ul li a {
    color: #333;
}
#left_bar ul li ul li a .fa {
    text-align: right;
    padding-right: 10px;
}
#content {
    padding: 70px 15px 15px 15px;
}
.without_left_bar #content{
    margin-left: 0;
}
.dashboard_post_avatar {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.dashboard_post_avatar:before {
    content: "";
    padding-top: 60%;
    float: left;
}
.dashboard_post_date {
    color: #808080;
    padding: 10px 0;
}
.dashboard_post_title {
    font-size: 20px;
    font-weight: bold;
    color: #148ecc;
    padding-bottom: 10px;
}
.dashboard_post_title a {
    color: #148ecc;
}
.dashboard_post {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-top: 15px;
}
.dashboard_pupil {
    margin-bottom: 15px;
}
.dashboard_pupil_maininfo {
    background-color: #f6f9fc;
    text-align: center;
}
.dashboard_pupil_avatar img {
    width: 50%;
    max-width: 300px;
    border-radius: 50%;
}
.dashboard_pupil_name {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.dashboard_pupil_class {
    color: #467c96;
}
.dashboard_pupil > table > tr > td, .dashboard_pupil > table > tbody > tr > td {
    width: 33%;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.dashboard_pupil > table td.colspan_2 {
    width: 66% !important;
}
.dashboard_pupil > table td h3 {
    padding-bottom: 20px;
}
.dashboard_statistics {
    font-size: 24px;
    color: #b2c0c7;
}
.dashboard_summary span {
    display: block;
    font-size: 18px;
}
.dashboard_pupil_avatar_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin: 0 auto;
    width: 50%;
    max-width: 300px;
    border-radius: 50%;
}

.dashboard_pupil_avatar_img:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.dashboard_pupil_maininfo .btn {
    font-weight: bold;
    margin-top: 20px;
}
.btn i {
    margin-left: 10px;
    margin-right: 10px;
}
.dashboard_main_teaher textarea {
    resize: none;
    height: 80px;
    margin-top: 15px;
}
.dashboard_main_teaher .btn {
    width: 100%;
    font-weight: bold;
    margin-top: 15px;
}
.dashboard_news_block .btn {
    font-weight: bold;
    margin-top: 15px;
    width: 100%;
}
.dashboard_main_teacher_name {
    font-weight: bold;
}
.dashboard_teacher_avatar_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 50%;
}

.dashboard_teacher_avatar_img:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.dashboard_teacher_avatar_wrapper {
    padding-right: 0 !important;
}
.dashboard_pupil > table td.dashboard_table_footer {
    padding: 0 !important;
}
.dashboard_table_footer a.more_link {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 15px;
}
.dashboard_table_footer a.more_link.text-left {
    text-align: left;
}
.dashboard_schedule_table_wrapper .fa-spin {
    font-size: 40px;
    color: #148ecc;
    display: block;
    text-align: center;
}
.dashboard_schedule_date_listing {
    float: left;
}
.pupil_info_block {
    background-color: #f6f9fc;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.mini_avatar {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 50%;
}
.mini_avatar:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.daybook_mark {
    color: #467c96;
    margin-right: 15px;
    cursor: default;
    white-space: nowrap;
}
.daybook td {
    vertical-align: middle !important;
}
.daybook_more {
    color: #b2c0c7;
}
.daybook tr:hover td {
    background-color: #e6f6ff;
    cursor: pointer;
}
.daybook tr:hover .daybook_more {
    color: #0d6aad;
}
.daybook td a {
    word-break: break-all;
}
.modal i.fa-spin {
    font-size: 36px;
}
.lesson_details_info {
    background-color: #edf2f7;
    border-radius: 10px;
}
.lesson_details_info .table, .lesson_details_info_teacher .table {
    background-color: inherit;
    border-radius: 10px;
}
.lesson_details_info .table td, .lesson_details_info_teacher .table td {
    border-top: none;
}
.lesson_details_info .table th, .lesson_details_info_teacher .table th {
    width: 30%;
    color: #467c96;
    background-color: inherit;
    border: none;
}
.lesson_details_info_teacher .table th {
    width: 75%;
    padding: 0;
}
.lesson_details_info_teacher .table td {
    padding-left: 0;
}
.lesson_details_info_teacher .table td:last-child {
    padding-bottom: 0;
}
.lesson_details_info_teacher .table td p {
    margin-bottom: 15px !important;
}
.lesson_details_data {
    margin-top: 15px;
}
div.table_div > div {
    line-height: 35px;
}
.subtitle {
    margin-bottom: 15px;
    margin-top: 15px;
}
.pupil__category a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    background: #148ecc;
    margin-bottom: 15px;
}
.pupil__category a.disabled {
    background: #148ecc85;
}
.pupil__category a:hover {
    background-color: #467c95;
}
.pupil__category a.disabled:hover {
    background: #148ecc85;
    cursor: not-allowed;
}
.main-post__thubmail {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main-post__thubmail .heading {
    position: absolute;
    bottom: 0;
    font-size: 1.5em;
    padding: 5px;
    color: #fff;
    background-color: rgba(0,0,0,.58);
    display: inline;
    font-weight: normal;
}
.main-post .main-post__body .desc {
    height: 200px;
    background-color: #fff;
    padding: .5em;
    font-size: 16px;
    -webkit-box-shadow: 0 4px 10px -5px #030303;
    box-shadow: 0 4px 10px -5px #030303;
}
.tab {
    padding-top: 10px;
}
.post-view__image {
    display: inline-block;
    width: 200px;
    height: 200px!important;
}
.post-view__image a {
    width: 100%;
    height: 100%;
}
.post-view__image a>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.btn-center {
    text-align: center;
}
.dialogs {
    overflow: hidden;
    background-color: #fff;
    padding: 15px 0;
}
.dialog_avatar {
    width: 50px;
    float: left;
}
.dialog_info {
    margin-left: 65px;
}
.dialog_info .dialog_title {
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}
.dialog_info > div {
    overflow: hidden;
}
.dialogs_dialog {
    border-bottom: 1px #dadada solid;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    position: relative;
    cursor: pointer;
}
.dialogs_dialog:hover {
    background-color: #f5f7fa;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #dadada;
    margin-top: -1px;
}
.dialogs_dialog:first-child:hover {
    margin-top: 0 !important;
}
.dialogs_dialog.active_dialog {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f2f5;
}
.dialogs_dialog:first-child {
    border-top: 1px #dadada solid;
}
.mail_delete, .msg_delete {
    position: absolute;
    right: 5px;
    top: 0px;
    display: none;
}
.msg_delete {
    top: 15px;
}
.dialogs_dialog:hover .mail_delete {
    display: block;
}
.chat_message:hover .msg_delete {
    display: block;
}
.communicators {
    background-color: #fff;
}
.communicators h3 {
    cursor: pointer;
    color: #333;
    padding: 15px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
}
.communicators h3:hover {
    color: #148ecc;
}
.communicators input {
    width: 100%;
    padding: 10px 15px;
    border-left: none;
    border-right: none;
    border-bottom: 1px #dadada solid;
    border-top: 0;
    outline: none !important;
}
.communicators ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}
.communicators ul li {
    list-style: none;
}
.communicators ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
    color: #333;
}
.communicators ul li a:hover {
    background-color: #f5f7fa;
}
.communicators_wrapper {
    display: none;
}
.communicators ul::-webkit-scrollbar {
    width: 7px;
}
.communicators ul::-webkit-scrollbar-thumb {
    background-color: #7da0b7;
}
.chat_avatar_wrapper {
    width: 50px;
    float: left;
}
.chat_message {
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
}
.chat_message.not_read {
    background-color: #f5f7fa;
}
.chat_message p {
    margin-left: 65px;
    margin-bottom: 7px;
}
.chat_message p .notice {
    margin-left: 15px;
}
.chat_list p.text-center {
    color: #879398;
}
.chat_list p.text-center:first-child {
    padding-top: 0;
}
.chat_list {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.chat_input_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #f5f7fa;
}
.chat_input_box .has-error .help-block {
    display: none !important;
}
.chat_input_box button {
    height: 55px;
}
.chat_input_box textarea {
    height: 55px;
}
.chat_massages_block {
    overflow-y: scroll;
}
.chat_massages_block::-webkit-scrollbar {
    width: 7px;
}
.chat_massages_block::-webkit-scrollbar-thumb {
    background-color: #7da0b7;
}
.main-post {
    margin-bottom: 20px;
}
.messageMediaBlock {
    margin-left: 65px;
    padding: 0;
}
.messageMediaBlock li {
    list-style: none;
    padding: 5px 0;
}
.messageMediaBlock li .fa {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .dialog_info .dialog_date {
        float: right;
    }
    #left_bar {
        display: block;
    }
    #content {
        /*left: 250px;*/
        margin-left: 250px;
    }
    .small_sidebar #left_bar {
        width: 45px;
    }
    .small_sidebar #left_bar ul li a span {
        display: none;
    }
    .small_sidebar #content {
        /*left: 45px;*/
        margin-left: 45px;
    }
    .dashboard_schedule_date_listing {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .daybook th span {
        display: none;
    }
}

@media print {
    a[href]::after {
        content: none !important;
    }
    .breadcrumb {
        display: none;
    }
    #content {
        padding: 0;
    }
    th h3 {
        font-size: 16px;
    }
    .table > tbody > tr > th {
        border-bottom: 1px solid #ddd;
    }
    .transform-rotate {
        white-space: nowrap;
    }
}

.settings-avatar {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: relative;
}
.settings-avatar::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.settings-avatar div {
    position: absolute;
    bottom: 15px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    text-shadow: #696767 0px 0px 4px;
    text-align: center;
}
.settings-avatar.status-success div {
    background-color: #0cc285;
}
.settings-avatar.status-warning div {
    background-color: #ffc107;
}
.settings-avatar.status-danger div {
    background-color: #ff0084;
}
.add-avatar-button {
    border: 5px #999 dashed;
    border-radius: 50%;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../images/plus.svg");
    cursor: pointer;
}
.add-avatar-button:hover {
    border-color: #666;
    background-image: url("../../images/plus-hover.svg");
}
.add-avatar-button::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.cropper-wrapper img {
    max-width: 100%;
}
.input-group button {
    border: 1px solid #ccc;
}