@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

@font-face {
    font-family: "Greycliff CF";
    src: url("/fonts/GreycliffCF/GreycliffCF-ExtraBold.woff"),
    url("/fonts/GreycliffCF/GreycliffCF-ExtraBold.woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Greycliff CF";
    src: url(/fonts/GreycliffCF/GreycliffCF-Regular.woff),
    url(/fonts/GreycliffCF/GreycliffCF-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Zapfino";
    src: url("/fonts/Zapfino/ZapfinoExtraLTPro.otf") format("opentype");
}

html,
body {
    font-family: 'Roboto', sans-serif;
    background-color: #edeff1;
    color: #97999A;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.content-wrapper > .container {
    padding: 60px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.login-change-bg, .login-change-bg:hover, .login-change-bg:active, .login-change-bg:visited {
    color: #fff !important;
}

#login-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    background-size: cover;
}

#login-bg-light {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    background-size: cover;
}

#login-page.us {
    background-image: url(/images/bg/bg1.jpg);
    background-size: cover;
    opacity: 1;
}

/*.skin-red #login-bg {
    background-color: #000;
    opacity: 0.3;
}*/

/*.skin-red #login-bg-color {
    background-color: #fff;
}*/

table.dataTable tbody tr td {
    vertical-align: middle;
}

.skin-red div.box {
    border-top-color: #dd4b39;
}

.panel {
    box-shadow: none;
    border-bottom: 1px solid #E1E0E1 !important;
}

.panel-body {
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.skin-red li.active a {
    border-left-color: #dd4b39;
}

.sidebar-menu > li > div {
    display: block;
    padding: 12px 5px 12px 15px;
    border-left: solid 3px transparent;
    color: #78878e;
}

.sidebar-menu > li > div > .fa, .sidebar-menu > li > div > .glyphicon, .sidebar-menu > li > div > .ion {
    width: 20px;
}

.sidebar-menu > li.current-element > a {
    margin-right: 0 !important;
    padding-right: 1px;
}

.skin-red .sidebar-menu > li.current-element > a {
    background-color: #dd4b39;
    color: #fff !important;
}

.nav-tabs > li > a {
    border-radius: 0 !important;
}

ul.nav.nav-tabs li.active a {
    border-left-color: #ddd !important;
}

.faq-index {
    padding-top: 40px;
}

.faq__nav-tab {
    padding: 60px 60px 0 !important;
}

.faq__nav-tab > li > a {
    background: none !important;
    font-family: 'Greycliff CF', sans-serif;
    border: none !important;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
    color: #B8BABC;
    padding: 15px 15px;
}

.faq__nav-tab > li.active > a {
    color: #333333;
    border-bottom: 3px solid #E5231B !important;
}

@media (max-width: 767px) {
    .faq__nav-tab > li > a {
        padding: 10px 5px !important;
        font-size: 14px !important;
    }

    .faq-index {
        padding-top: 0;
    }

    .faq__nav-tab {
        padding: 20px 0 0 !important;
    }

    .faq__bbp {
        padding: 40px 10px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}

.tab-content {
    /*border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;*/
    padding: 3px;
}

.bbp {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
}

.skin-red .nav-stacked > li.active > a, .skin-red .nav-stacked > li.active > a:hover {
    border-left-color: #dd4b39;
}

table.dataTable thead .sorting::after {
    font-family: "FontAwesome";
    content: "\f0dc";
}

table.dataTable thead .sorting_desc::after {
    content: "\f0d7" !important;
}

table.dataTable thead .sorting_asc::after {
    content: "\f0d8" !important;
}

.apla {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*.wrapper, .main-sidebar, .left-side {
    background-color: rgba(34, 45, 50, 0.9) !important;
}*/

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

.dropdown-menu, .cbx {
    border-radius: 0;
}

.popover-medium {
    max-width: 600px;
}

.skin-red .btn-theme {
    background-color: #d73925;
    border-color: #c72915;
    color: #fff;
}

.skin-red .btn-theme.hover, .skin-red .btn-theme:hover, .skin-red .btn-theme:active {
    background-color: #dd4b39;
    border-color: #cd3b29;
}

div.info-box {
    border-radius: 3px;
    border: 0;
}

div.info-box div.info-box-content div.info-box-header {
    font-size: 16px;
}

div.info-box div.info-box-content div.info-box-desc {
    font-size: 12px;
}

.info-box-enter {
    position: absolute;
    right: 19px;
    bottom: 16px;
    font-size: 16px;
}

.skin-red div.info-box span.info-box-icon {
    background-color: #d73925;
}

.skin-red div.info-box {
    background-color: #dd4b39;
    color: #fff;
}

.visible-black {
    display: none;
}

.hide-black {
    display: inline-block;
}

.skin-red .nav-tabs > li > a {
    color: #B8BABC;
    font-family: "Greycliff CF", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 19px;
    border-radius: 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: transparent;
}

.skin-red .nav-tabs > li.active > a,
.skin-red .nav-tabs > li.active > a:hover,
.skin-red .nav-tabs > li.active > a:active,
.skin-red .nav-tabs > li.active > a:visited,
.skin-red .nav-tabs > li > a:hover {
    color: #333333;
    border-bottom: 3px solid #E5231B;
    background-color: #FFFFFF;
}

.tabs-above.tab-bordered .tab-content {
    border-radius: 0;
}

.nav-tabs > li > a.error {
    box-shadow: 0 0 16px 0 #dd4b39;
}

.nav-tabs {
    border: none;
    padding: 0 10px;
}

.panel-default > .panel-heading {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    background-color: #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
}

.panel-default {
    border: none;
}

.panel-heading {
    padding: 15px 5px;
}

.panel-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 19px;
    font-family: "Greycliff CF";
}

.panel-title > a:focus {
    text-decoration: none;
}

.panel, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-body {
    padding: 25px 15px 15px 15px;
}

#popup .modal-header, #survey-monkey .modal-header, #popup .modal-header, #survey-monkey-reservations .modal-header {
    display: none;
}

#popup .modal-content, #survey-monkey .modal-content, #survey-monkey-reservations .modal-content {
    background-color: transparent;
    box-shadow: none;
}

.alert.alert-default {
    border-color: #ccc;
}

.navbar {
    min-height: 60px;
    font-family: "Greycliff CF", sans-serif;
}

.navbar-mobile-btns {
    display: none;
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar--collapsed #navbar {
        display: flex !important;
        height: 100vh !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .navbar {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-mobile-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .avatar {
        margin: 0 !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #5E6162;
        font-family: "Greycliff CF", sans-serif;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: -0.52px;
        line-height: 44px;
    }

    .navbar--collapsed,
    .navbar--collapsed .navbar-header,
    .navbar--collapsed .navbar-collapse {
        background-color: #333333;
        border-color: #333333;
        color: white;
        box-shadow: none;
    }

    .navbar--collapsed .navbar-header__ico .line {
        fill: white;
    }

    .navbar--collapsed .navbar-brand {
        color: white;
    }

    .navbar--collapsed #navbar {
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }

    .navbar--collapsed .navbar-nav {
        display: inline-block;
    }

    .navbar-mobile-btns .user-avatar {
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    .navbar-mobile-btns .user-avatar .avatar {
        width: 40px;
        height: 40px;
    }

    .navbar--collapsed .navbar-nav .open .dropdown-toggle {
        background: none !important;
    }

    .navbar--collapsed .navbar-nav li > a:hover,
    .navbar--collapsed .navbar-nav li > a:focus,
    .navbar--collapsed .navbar-nav .open .dropdown-toggle:hover,
    .navbar--collapsed .navbar-nav .open .dropdown-toggle:focus {
        color: #5E6162 !important;
    }

    .navbar--collapsed .navbar-nav .active > a {
        position: relative;
        color: white;
        background: none;
    }

    .navbar--collapsed .navbar-nav .active > a:before {
        content: '';
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #E5231B;
        width: 32px;
        height: 3px;
    }

    .navbar-header {
        background: none;
        border-bottom: none;
    }

    .navbar-collapse {
        position: fixed;
        z-index: 10;
        background-color: #eeeeee;
        width: 100%;
        left: 0;
        max-height: 100vh !important;
        height: 100vh;
        opacity: 1;
    }

    @keyframes slideDownNav {
        from {
            height: 0;
            opacity: 0;
        }
        to {
            height: 100vh !important;
            opacity: 1;
        }
    }
    @keyframes slideUpNav {
        from {
            height: 100vh;
            opacity: 1;
        }
        to {
            height: 0;
            opacity: 0;
        }
    }
    .navbar-collapse.collapse {
        animation: slideUpNav 1s ease;
    }

    .navbar-collapse.collapse.in {
        animation: slideDownNav 0.3s ease;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse {
        margin-right: 20px;
        float: right;
    }

    .nav.navbar-nav {
        display: flex;
        align-items: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333333;
        font-family: "Greycliff CF", sans-serif;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

    .navbar-default .navbar-nav > .active > a {
        background: none !important;
    }
}

.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    outline: none;
}

.navbar-header__btn {
    border: 0;
    background: none;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-header__btn:active,
.navbar-header__btn:hover,
.navbar-header__btn:focus {
    background: none !important;
    border: none !important;
    outline: none !important;
}

.navbar-header__btn .shape {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-header__btn[aria-expanded="true"] #shape1 {
    transform: translate(14px, 13px) rotate(45deg);
}

.navbar-header__btn[aria-expanded="true"] #shape2 {
    transform: translate(12px, 27px) rotate(-45deg);
}

.navbar-header__btn[aria-expanded="true"] #shape3 {
    width: 0;
    opacity: 0;
}

.navbar-header__btn.collapsed
.navbar-default .navbar-brand {
    color: #333333;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 139px;
}

blockquote {
    font-size: 14px;
}

#language-picker > li > a {
    color: #777;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.nav-messages, .side-menu-messages {
    display: none;
}

/*************************************************************************************/

#login-page {
    background-position: center;
    background-position: top;
    padding: 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

/*.skin-red #login-page {
    background-image: url(/images/bg/bg2.jpg);
}

.skin-purple #login-page {
    background-image: url('/images/bg/purple.jpg');
}

.skin-blue #login-page {
    background-image: url('/images/bg/blue.jpg');
}

.skin-green #login-page {
    background-image: url('/images/bg/green.jpg');
}

.skin-yellow #login-page {
    background-image: url('/images/bg/yellow.jpg');
}

.skin-black #login-page {
    background-image: url('/images/bg/black.jpg');
    opacity: 1;
}*/

.skin-yellow section.content-header h1,
.skin-purple section.content-header h1,
.skin-black section.content-header h1 {
    color: #ccc;
}

.skin-yellow section.content-header ul.breadcrumb li a,
.skin-purple section.content-header ul.breadcrumb li a,
.skin-black section.content-header ul.breadcrumb li a {
    color: #aaa;
}

.skin-black section.content-header ul.breadcrumb li.active,
.skin-purple section.content-header ul.breadcrumb li.active,
.skin-yellow section.content-header ul.breadcrumb li.active {
    color: #999;
}

.skin-black section.content-header .breadcrumb > li + li::before,
.skin-purple section.content-header .breadcrumb > li + li::before,
.skin-yellow section.content-header .breadcrumb > li + li::before {
    color: #ccc;
}

.skin-blue section.content-header h1,
.skin-green section.content-header h1 {
    color: #333;
}

.skin-blue section.content-header ul.breadcrumb li a,
.skin-green section.content-header ul.breadcrumb li a {
    color: #444;
}

.skin-blue section.content-header ul.breadcrumb li.active,
.skin-green section.content-header ul.breadcrumb li.active {
    color: #555;
}

.skin-blue section.content-header .breadcrumb > li + li::before,
.skin-green section.content-header .breadcrumb > li + li::before {
    color: #666;
}

.skin-blue div.box {
    border-top-color: #3c8dbc;
}

.skin-green div.box {
    border-top-color: #00a65a;
}

.skin-yellow div.box {
    border-top-color: #f39c12;
}

.skin-purple div.box {
    border-top-color: #605ca8;
}

.skin-black div.box {
    border-top-color: #d2d6de;
}

.skin-blue li.active a {
    border-left-color: #3c8dbc;
}

.skin-green li.active a {
    border-left-color: #00a65a;
}

.skin-yellow li.active a {
    border-left-color: #f39c12;
}

.skin-purple li.active a {
    border-left-color: #605ca8;
}

.skin-black li.active a {
    border-left-color: #d2d6de;
}

.skin-black .sidebar-menu > li > div {
    color: #aaa !important;
}

.skin-blue .sidebar-menu > li.current-element > a {
    background-color: #3c8dbc !important;
    color: #fff !important;
}

.skin-green .sidebar-menu > li.current-element > a {
    background-color: #00a65a;
    color: #fff !important;
}

.skin-yellow .sidebar-menu > li.current-element > a {
    background-color: #f39c12;
    color: #fff !important;
}

.skin-purple .sidebar-menu > li.current-element > a {
    background-color: #605ca8;
    color: #fff !important;
}

.skin-black .sidebar-menu > li.current-element > a {
    background-color: #d2d6de;
    color: #333 !important;
}

.nav-pills > li.active > a, .skin-yellow .nav-pills > li.active > a:hover, .skin-yellow .nav-pills > li.active > a:focus {
    background-color: transparent !important;
    color: inherit !important;
    font-weight: normal !important;
}

.skin-blue .nav-stacked > li.active > a, .skin-blue .nav-stacked > li.active > a:hover {
    border-left-color: #3c8dbc;
}

.skin-green .nav-stacked > li.active > a, .skin-green .nav-stacked > li.active > a:hover {
    border-left-color: #00a65a;
}

.skin-yellow .nav-stacked > li.active > a, .skin-yellow .nav-stacked > li.active > a:hover {
    border-left-color: #f39c12;
}

.skin-purple .nav-stacked > li.active > a, .skin-purple .nav-stacked > li.active > a:hover {
    border-left-color: #605ca8;
}

.skin-black .nav-stacked > li.active > a, .skin-black .nav-stacked > li.active > a:hover {
    border-left-color: #d2d6de;
}

.skin-purple .btn-theme {
    background-color: #555299;
    border-color: #605ca8;
    color: #fff;
}

.skin-purple .btn-theme.hover, .skin-purple .btn-theme:hover, .skin-purple .btn-theme:active {
    background-color: #6562a9;
    border-color: #555299;
}

.skin-blue .btn-theme {
    background-color: #367fa9;
    border-color: #266f99;
    color: #fff;
}

.skin-blue .btn-theme.hover, .skin-blue .btn-theme:hover, .skin-blue .btn-theme:active {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.skin-yellow .btn-theme {
    background-color: #f39c12;
    border-color: #c06e00;
    color: #fff;
}

.skin-yellow .btn-theme.hover, .skin-yellow .btn-theme:hover, .skin-yellow .btn-theme:active {
    background-color: #ffac22;
    border-color: #c37c02;
}

.skin-green .btn-theme {
    background-color: #008d4c;
    border-color: #007d3c;
    color: #fff;
}

.skin-green .btn-theme.hover, .skin-green .btn-theme:hover, .skin-green .btn-theme:active {
    background-color: #00a65a;
    border-color: #00964a;
}

.skin-black .btn-theme {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}

.skin-black .btn-theme.hover, .skin-black .btn-theme:hover, .skin-black .btn-theme:active {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
}

.skin-yellow div.info-box span.info-box-icon {
    background-color: #e08e0b;
}

.skin-yellow div.info-box {
    background-color: #f39c12;
    color: #fff;

}

.skin-blue div.info-box span.info-box-icon {
    background-color: #367fa9;
}

.skin-blue div.info-box {
    background-color: #3c8dbc;
    color: #fff;
}

.skin-purple div.info-box span.info-box-icon {
    background-color: #555299;
}

.skin-purple div.info-box {
    background-color: #605ca8;
    color: #fff;
}

.skin-green div.info-box span.info-box-icon {
    background-color: #008d4c;
}

.skin-green div.info-box {
    background-color: #00a65a;
    color: #fff;
}

.skin-black div.info-box span.info-box-icon {
    background-color: #333;
    color: #fff;
}

.skin-black div.info-box {
    background-color: #ccc;
    color: #333;
}

.skin-blue .main-header a img {
    fill: #ff0000;
}

.skin-black .visible-black {
    display: inline-block;
}

.hide-black {
    display: inline-block;
}

.skin-black .hide-black {
    display: none;
}

.skin-yellow .nav-tabs > li > a, .skin-black .nav-tabs > li > a, .skin-blue .nav-tabs > li > a, .skin-green .nav-tabs > li > a, .skin-purple .nav-tabs > li > a {
    color: #333;
    border-radius: 0;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.skin-black .nav-tabs > li.active > a, .skin-black .nav-tabs > li.active > a:hover, .skin-black .nav-tabs > li.active > a:active, .skin-black .nav-tabs > li.active > a:visited {
    background-color: #333;
    color: #fff;
}

.skin-blue .nav-tabs > li.active > a, .skin-blue .nav-tabs > li.active > a:hover, .skin-blue .nav-tabs > li.active > a:active, .skin-blue .nav-tabs > li.active > a:visited {
    background-color: #3c8dbc;
    color: #fff;
}

.skin-green .nav-tabs > li.active > a, .skin-green .nav-tabs > li.active > a:hover, .skin-green .nav-tabs > li.active > a:active, .skin-green .nav-tabs > li.active > a:visited {
    background-color: #00a65a;
    color: #fff;
}

.skin-purple .nav-tabs > li.active > a, .skin-purple .nav-tabs > li.active > a:hover, .skin-purple .nav-tabs > li.active > a:active, .skin-purple .nav-tabs > li.active > a:visited {
    background-color: #605ca8;
    color: #fff;
}

.skin-yellow .nav-tabs > li.active > a, .skin-yellow .nav-tabs > li.active > a:hover, .skin-yellow .nav-tabs > li.active > a:active, .skin-yellow .nav-tabs > li.active > a:visited {
    background-color: #f39c12;
    color: #fff;
    border-radius: 0;
}

.skin-purple .main-header .navbar .dropdown-menu li a, .skin-yellow .main-header .navbar .dropdown-menu li a, .skin-blue .main-header .navbar .dropdown-menu li a, .skin-red .main-header .navbar .dropdown-menu li a, .skin-green .main-header .navbar .dropdown-menu li a {
    color: inherit;
}

.fc-time-grid-event {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .fc-all-button {
        margin-left: -0.75em !important;
    }

    .fc-all-button, .fc-ws-button, .fc-ca-button, .fc-cc-button {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

}

.progress-bar-theme {
    background-color: #dd4b39;
}

.skin-black .progress-bar-theme {
    background-color: #333;
}

.skin-blue .progress-bar-theme {
    background-color: #3c8dbc;
}

.skin-yellow .progress-bar-theme {
    background-color: #f39c12;
}

.skin-green .progress-bar-theme {
    background-color: #00a65a;
}

.skin-purple .progress-bar-theme {
    background-color: #605ca8;
}

.color-theme {
    color: #dd4b39;
}

.skin-black .color-theme {
    color: #333;
}

.skin-blue .color-theme {
    color: #3c8dbc;
}

.skin-yellow .color-theme {
    color: #f39c12;
}

.skin-green .color-theme {
    color: #00a65a;
}

.skin-purple .color-theme {
    color: #605ca8;
}

div.didactic-box {
    border: solid 1px pink;
    display: inline-block;
    height: 20px;
    margin-right: 2px;
    margin-left: 2px;
}

@media screen and (max-width: 767px) {
    div.didactic-box {
        width: 8px;
        margin-right: 1px;
        margin-left: 1px;
    }
}

@media (min-width: 768px) {
    div.didactic-box {
        width: 14px;
    }
}

@media (min-width: 992px) {
    div.didactic-box {
        width: 20px;
    }
}

@media (min-width: 1200px) {
    div.didactic-box {
        width: 20px;
    }

    .modal-content.modal-filter {
        width: 25vw;
    }
}

@media (max-width: 1200px) {
    .modal-content.modal-filter {
        width: 30vw;
    }
}

.didactic-box, .progress-bar2 .dot, .skin-red .progress-bar2 .bar {
    border: solid 1px #dd4b39;
}

.skin-black .didactic-box, .skin-black .progress-bar2 .dot, .skin-black .progress-bar2 .bar {
    border: solid 1px #333;
}

.skin-blue .didactic-box, .skin-blue .progress-bar2 .dot, .skin-blue .progress-bar2 .bar {
    border: solid 1px #3c8dbc;
}

.skin-yellow .didactic-box, .skin-yellow .progress-bar2 .dot, .skin-yellow .progress-bar2 .bar {
    border: solid 1px #f39c12;
}

.skin-green .didactic-box, .skin-green .progress-bar2 .dot, .skin-green .progress-bar2 .bar {
    border: solid 1px #00a65a;
}

.skin-purple .didactic-box, .skin-purple .progress-bar2 .dot, .skin-purple .progress-bar2 .bar {
    border: solid 1px #605ca8;
}

.didactic-box.active, .progress-bar2 .active {
    background-color: #dd4b39;
}

.skin-black .didactic-box.active, .skin-black .progress-bar2 .active {
    background-color: #333;
}

.skin-blue .didactic-box.active, .skin-blue .progress-bar2 .active {
    background-color: #3c8dbc;
}

.skin-yellow .didactic-box.active, .skin-yellow .progress-bar2 .active {
    background-color: #f39c12;
}

.skin-green .didactic-box.active, .skin-green .progress-bar2 .active {
    background-color: #00a65a;
}

.skin-purple .didactic-box.active, .skin-purple .progress-bar2 .active {
    background-color: #605ca8;
}

div.didactic-box-text {
    display: inline-block;
    width: 30px;
}

/* The progress bar */
.progress-bar2 {
    width: 100%;
    height: 14px;
    display: flex;
    margin: 0;
    align-items: center;
    /* Color */
}

.progress-bar2 .dot {
    max-width: 20px;
    height: 20px;
    flex-grow: 1;
    border-radius: 50%;
    overflow: hidden;

}

.progress-bar2 .bar {

    flex-grow: 1;
    height: 4px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Give some paddings */
.progress-bar2 {
    box-sizing: border-box;
}

.progress-bar2 .dot.text {
    text-align: center;
    border: 0;
    background: none;
}

.progress-bar2 .bar.text {
    background: none;
    border: 0;
}

.progress-bar2.text {
    margin-bottom: 5px;
}

h1.title-main {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
}

h1.title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
}

@media (max-width: 991px) {
    h1.title-main {
        margin: 20px 0;
    }
}

.icon {
    /* padding-top: 30px;*/
}

.thumbnail {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 10px;
    border: 0;
    min-height: 152px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.thumbnail__avatar {
    margin: 0;
    height: 262px;
    width: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail__avatar .thumbnail__avatar--teacher {
    width: 210px !important;
    height: 210px !important;
}

@media (max-width: 767px) {
    .thumbnail__avatar {
        height: 160px;
        width: 168px;
    }

    .thumbnail__avatar .thumbnail__avatar--teacher {
        width: 130px !important;
        height: 130px !important;
    }
}

.thumbnail__title {
    margin: 24px 0 18px;
}

.thumbnail__columns {
    flex-direction: column;
    text-align: center;
}

.thumbnail__align-center {
    align-items: center;
}

.thumbnail-reservation {
    min-height: 195px;
}

.thumbnail__d-block {
    display: block !important;
}

.thumbnail__biggest {
    min-height: 160px;
    height: 160px;
}

.thumbnail__higher {
    /* min-height: 200px;
     height: 200px;*/
}

@media (max-width: 991px) {
    .thumbnail {
        min-height: 152px;
        height: auto;
        align-items: center;
    }
}

.thumbnail h4 {
    font-family: "Greycliff CF", sans-serif;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 800;
    color: #333333;
}

.thumbnail__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.thumbnail-description {
    min-height: 40px;
}

.thumbnail-img {
    /*  display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 100px;*/

    text-align: center;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.body-content a:hover {
    text-decoration: none;
}

.summary-text {
    text-align: center;
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 13px;
    margin: 20px auto 30px auto;
}

.footer {
    width: 100%;
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.footer a {
    display: inline-block;
    padding-left: 15px;
}

.footer .footer__social {
    display: flex;
    justify-content: flex-end;
}

.img-teacher {
    padding: 15px 30px 10px 30px;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-lg-custom {
    width: 800px;
}

.modal-title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
}

.toggle-collapse {
    padding: 15px;
}

.modal-header {
    border-bottom: none;
}

.modal-filter > .modal-header {
    padding: 50px 0 25px 0;


}

.modal-footer {
    border-top: none;
    text-align: center;
}

.field-type, .field-school {
    padding: 0 25px;
}

.label-search {
    background-color: #EDEFF1;
    text-transform: uppercase;
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    padding: 15px;
    margin-bottom: 30px;
}

h1.teacher-name {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.88px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    h1.teacher-name {
        color: #333333;
        font-family: "Greycliff CF", sans-serif;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: -0.5px;
        line-height: 29px;
        margin-bottom: 10px;
    }
}

.types {
    margin-bottom: 30px;
}

.type-icon {
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 13px;
    margin-right: 20px;
}

.bio {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    margin-bottom: 15px;
}

.bio-description {
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.schools li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 34px;
    list-style-type: none;
}

ul.schools {
    padding-left: 0;
}

.schools li img {
    height: 12px;
    position: relative;
    top: -1px;
}

.top-it {
    margin-top: 10px;
}

.name-field {
    border-radius: 27px;
    background-color: #FFFFFF;
    border: 1px;
    padding-left: 20px;
    height: 43px;
    width: 290px;
}

.white-panel {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.white-panel.padding {
    padding: 30px 45px;
}

@media (max-width: 767px) {
    .white-panel.padding {
        padding: 30px 15px;
    }

    .white-panel--xs-no-paddings {
        padding: 0;
    }
}

h2.filter {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
    margin-bottom: 30px;
}

.btn-g {
    border-radius: 22px !important;
    background-color: #E5231B;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    width: 160px;
    margin: 0 auto;
    padding: 14px 20px;
}

.btn-red {
    border: 2px solid #E5231B;
    border-radius: 22px !important;
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    /* line-height: 13px;*/
    background-color: transparent;
    padding: 13px 16px;
}

.btn-red:active, .btn-red:focus, .btn-red:hover {
    color: #333333 !important;
    background-color: #edeff1 !important;
    border-color: #E5231B !important;
    outline: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-full-red {
    background-color: #E5231B;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.btn-full-red:hover {
    background-color: #E5231B;
    border-color: #E5231B;
}

.btn-g:hover {
    color: #FFFFFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #D4D6D8;
    border-radius: 12.5px;
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 0px 8px 2px 5px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    color: #E5231B;
    opacity: 1;
    filter: alpha(opacity=100);
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #333333;
}

.select2-selection__placeholder, .select2-container--krajee .select2-selection--single {
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
}

.select2-container--krajee .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 8px 13px 6px 12px;
}

.select2-container--krajee .select2-selection__clear {
    top: 0;
}

.pagination > li > a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #D4D6D8;
    margin: 5px;

    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-align: center;

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

.pagination > li.next.disabled > span,
.pagination > li.prev.disabled > span {
    border-radius: 22px;
    background-color: #D4D6D8;
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    margin: 5px;

    height: 40px;
    width: 164px;

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

.pagination > li > a:hover {
    color: #333333;
}

.pagination > li.prev > a,
.pagination > li.next > a {
    border: 2px solid #E5231B;
    border-radius: 22px;
    background-color: #edeff1;

    height: 40px;
    width: 164px;

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

.pagination > li.active a, .pagination > li.active > a:hover {
    border: 2px solid #E5231B;
    background-color: #edeff1;
    color: #333333;

    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    text-align: center;
}

@media (max-width: 991px) {
    .pagination > li.prev,
    .pagination > li.next {
        display: none;
    }
}

.green-circle, .red-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: -20px;
}

.name-field::placeholder { /* Firefox, Chrome, Opera */
    color: #B8BABC;
    font-size: 14px;
}

.name-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B8BABC;
    font-size: 14px;
}

.name-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #B8BABC;
    font-size: 14px;
}

.red-circle {
    background-color: #E5231B;
}

.green-circle {
    background-color: #2BD67A;
}

.date-title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.class-date {
    color: #97999A;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.class-event-name {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
}

.class-type {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0;
    height: 40px;
}

.class-teacher-name {
    color: #97999A;
    font-size: 11px;
    display: inline-block;
    padding-bottom: 15px;
}

.fancy {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.fancy span {
    display: inline-block;
    position: relative;
    width: 100%;
}

.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #5E6162;
    opacity: 0.25;
    top: 9px;
    width: 91%;
    right: 0;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    /*  left: 92%;*/
    margin-left: 15px;
}

.modal-content {
    border-radius: 10px;
}

.modal-filter {
    position: absolute;
    height: 100vh;
    width: 20vw;
    right: 0;
    border-radius: 0;
    padding: 50px 25px 25px 25px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

/*slide in animation*/

.modal.slide-filter {
    transition: ease 0.8s;
    transform: translateX(+100%);
}

.modal.slide-filter.in {
    transform: translateX(0);
}

button.close-icon {
    opacity: 0.6;
    padding-right: 15px;
}

.close-icon:hover {
    opacity: 1;
}

/*modal-filter items*/
.filter-cleaner {
    float: right;
    line-height: 29px;
    font-size: 13px;
    font-family: "Greycliff CF", sans-serif;
    color: #E5231B;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-cleaner:hover {
    color: #E5231B;
    text-decoration: none;
}

.modal-filter > .modal-body {
    padding: 0;
}

.item-collapse {
    background-color: #EDEFF1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    max-height: 40px;
    cursor: pointer;
}


.toggle-collapse {
    transition: 0.4s;
}

.item-collapse[aria-expanded="true"] > .toggle-collapse {
    transform: rotate(180deg);
}

.item-collapse > .title {
    padding: 15px;
    font-family: "Greycliff CF", sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.collapse-point {
    padding: 0 0 15px 0;
}

.collapse-container {
    padding: 10px;
}

.modal-title.modal-title--left {
    float: left;
}

.collapse-inside {
    padding: 0 30px;
}

.modal-sm {
    width: 340px;
}

.icon-btn {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

label {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 400;
}

.label-checked {
    font-weight: 800;
}

input[type='checkbox'] {
    margin-right: 10px;
}

.subkind {
    margin-left: 25px;
}

/* The container */
.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 12px;*/
    cursor: pointer;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cont input:checked ~ .checkmark {
    background-color: #EDEFF1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cont .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #E5231B;;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popupNew {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

#popupNew .modal-custom-size {
    width: 555px;
}

#popupNew .modal-content {
    height: 542px;
}

@media (max-width: 567px) {
    #popupNew .modal-custom-size {
        width: 420px;
    }

    #popupNew .modal-content {
        min-height: 415px;
        height: auto;
    }

    #items h3 {
        padding: 20px 50px 10px !important;
    }

    #items p {
        margin: 0;
        padding: 5px 5px 10px 5px !important;
    }
}

@media (max-width: 480px) {
    #popupNew .modal-custom-size {
        width: 370px;
    }
}

@media (max-width: 370px) {
    #popupNew .modal-custom-size {
        width: 320px;
    }

    #items h3 {
        padding: 20px 5px 10px !important;
    }

    #items p {
        margin: 0;
        padding: 5px 5px 10px 5px !important;
    }

    #step2 p, #step2 h3, #items h3.abc {
        padding: 15px 5px !important;
    }
}

#items {
    text-align: center;
}

#items a.btn {
    margin-top: 30px;
}

#items h3 {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
    text-align: center;
    padding: 15px 110px;
    margin: 0;
}

#step2 h3 {
    padding: 15px 50px;
}

.ppoll {
    /*min-height: 110px;*/
}

#items p {
    color: #97999A;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 10px 40px 15px 40px
}

#items p strong {
    color: #333333;
    font-weight: bold;
}

#items p.kurs {
    font-family: "Greycliff CF", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#items .btn-red {
    height: 44px;
    width: 162px;
    color: #ffffff;
    text-transform: uppercase;
}

a.step {
    text-transform: uppercase;
}

#items h3.abc {
    padding: 15px 70px !important;
}

#items .height {
    height: 330px !important;
}

@media (max-width: 420px) {
    #items h3.abc {
        padding: 15px 5px !important;
    }

    #items .height {
        min-height: 340px !important;
        max-height: 370px;
        height: auto !important;
    }

    .ppoll {
        min-height: auto !important;
    }
}

#video {
    padding: 0px 40px;
}

.dots {
    text-align: center;
    position: relative;
    bottom: -50px;
}

.dot:hover {
    cursor: pointer;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #D4D6D8;
    border-radius: 50%;
    display: inline-block;
}

.dot.red {
    background-color: #E5231B;
}

.circle {
    border-radius: 50%;
}

.presence {
    position: absolute;
    left: -6px;
    top: 13px;
    width: 13px;
    height: 13px;
}

.circle-present {
    background: #2BD67A;
}

.circle-absent {
    background: #E5231B;
}

.circle-canceled {
    background: #EDAE50;
}

.day-of-week {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
}

.fc-slats table td {
    height: 60px !important;
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top: 0;
}

.fc-time {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px !important;
    margin-bottom: 5px;
}

.fc-title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    min-height: 60px;
    text-transform: uppercase;
}

.fc-content {
    padding: 10px;
}

.fc-teacher {
    color: #5E6162;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 13px;
    /*text-transform: lowercase;*/
}

.fc-teacher > span {
    /* text-transform: capitalize;*/
}

.fc-view > table {
    background-color: #ffffff;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0 !important;
    border-collapse: collapse;
}

.fc-day-header p {
    margin-bottom: 0 !important;
    color: #B8BABC;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    text-transform: uppercase;
}

.fc-disabled-day p {
    color: #333333;
}

.fc-header-toolbar > .fc-center {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
}

.fc-icon-type {
    float: right;
    margin-right: -5px;
}

.fc-unthemed th {
    height: 70px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
}

.fc .fc-axis {
    padding: 0 15px;
}

.fc-head-container {
    border: 0 !important;
}

.fc-unthemed .fc-disabled-day {
    /* background-color: #ffffff;*/
}

.fc-time-grid .fc-slats td {
    vertical-align: top;
}

.fc-time-grid .fc-slats td:first-child {
    border-top: 0;
    /*   border-bottom: 0;*/
    border-left: 0;
    border-right: 0;
}

.fc-time-grid .fc-slats td:last-child {
    border-bottom: 0;
    /* border-top: 0;*/
    border-left: 0;
    border-right: 0;
}

.fc-unthemed td:first-child {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-right: 0;
}

.fc-unthemed tbody {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

/*.fc-unthemed td:nth-child(even){
    border-top: 1px solid black !important;
    border-left: 0;
    border-right: 0;
}*/

.fc td, .fc th {
    /* border-style: none !important;
     border-style: none !important;*/
}

.fc th {
    border-left: 0px solid red !important;
    border-right: 0px solid green !important;
    border-bottom: 3px solid yellowgreen !important;
    border-top: 3px solid navy !important;
}

.fc td {
    border-left: 0px solid darkslategray !important;
    border-right: 0px solid crimson !important;
    border-bottom: 0px solid saddlebrown !important;
    /*border-top: 3px solid darkturquoise !important;*/
}

/*.fc td:nth-child(even) {
    border-top: 3px solid purple !important;
}*/

/*.remove-this-line {
    border-top: 3px solid red !important;
}*/

.white-space {
    padding: 10px 31px 10px 30px;
    background: white;
    position: absolute;
    bottom: -1px;
    left: 0;
}

@media (max-width: 991px) {
    .popover {
        display: none !important;
    }
}

.popover {
    background-color: #000000;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 350px;
    width: 350px;
    border-radius: 10px;
    z-index: 1050;
}

.popover-skip {
    position: absolute;
    right: 8px;
    top: 8px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Greycliff CF", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 15px;
    font-weight: bold;
}

.popover-skip:hover {
    cursor: pointer;
}

.popover-skip > .glyphicon {
    color: red;
    font-size: 10px;
    margin-right: 5px;
}

.popover-title {
    color: #FFFFFF;
    font-family: "Greycliff CF", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
    background-color: #000000;
    border-bottom: none;
}

.popover-content {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #000000;
    border-left-width: 0;
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #000000;
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #000000;
}

.popover-content > hr {
    border-top: 1px solid #5E6162;;
}

.s1 {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 15px;
}

.s2, .s3 {
    color: #FFFFFF;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 15px;
}

.s3 {
    float: right;
    margin-top: 3px;
}

.s3:hover {
    cursor: pointer;
}

.class-note {
    margin-top: -25px;
    font-family: 'Roboto', sans-serif;
    min-height: 20px;
}

@media (max-width: 991px) {
    .class-note {
        margin-top: 0;
    }
}

.class-note-modal {
    margin-top: 0;
}

.cat-d {
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
}

.login-zone {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    min-height: 600px;
}

.login-box-msg {
    color: #97999A;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}

#login-form .control-label {
    color: #8A8A8A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin-left: 10px;
}

#login-form .form-control {
    height: 45px;
    border-radius: 3px;
    background-color: #EDEFF1;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
    border: none;
}

#login-form {
    padding: 0 50px;
}

.field-loginform-school {
    /* width: 80px;*/
    /* overflow: hidden;*/
}

.field-loginform-school select {
    text-indent: 1px;
    text-overflow: '';
    /* width: 100px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding: 2px 2px 2px 2px;*/
    border: none;
    background: transparent url("/images/br_down.png") no-repeat 350px center;
}

#booking-confirm {
    z-index: 1060;
}

.media-body, .media-body a {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.media-body a:hover, .media-body a:active, .media-body a:focus {
    text-decoration: none;
}

.media {
    padding: 12px 25px;
    transition: all .2s;
}

span.media-date {
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: italic;
    line-height: 13px;
    display: block;
    margin-top: 10px;
}

.media:hover {
    background: rgba(51, 51, 51, 0.3);
    cursor: pointer;
}

h4.media-heading {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

.white-panel > .list-view {
    min-height: 500px;
    padding: 15px 15px;
}

.timeago {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.timeago {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeago span {
    background: transparent;
    margin: 0 15px;
}

.timeago:after {
    background: rgba(94, 97, 98, 0.25);
    height: 0.8px;
    flex: 1;
    content: '';
    margin-right: 10px;
}

.timeago.left:after {
    background: none;
}

.timeago.right:before {
    background: none;
}

#li-not > a {
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    #li-not {
        display: none;
    }

    #user-el {
        display: none;
    }
}

@media (min-width: 992px) {
    #li-not {
        margin-left: 15px;
    }
}

span.not-count {
    background: #E5231B;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: 800;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    font-size: 11px;
    width: 1.6em;

    position: absolute;
    right: -6px;
    top: 10px;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(229, 35, 27, 0.4);
}

.menu-notification-dropdown {
    width: 375px;
    border-radius: 0 0 10px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-height: 500px;
    min-height: 150px;
}

@media (min-width: 992px) {
    .notification-lg--right {
        right: 0px;
        left: auto;
    }
}

.media.new {
    background-color: rgba(229, 35, 27, 0.05);
}

.book-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.col-md-3 > a > .book-item {
    height: 170px;
}

.col-md-6 > a > .book-item {
    height: 370px;
}

.book-title {
    position: absolute;
    bottom: 20px;
    left: 16px;
    font-family: "Greycliff CF", sans-serif;
    color: #333333;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.bottom-right {
    position: absolute;
    bottom: -5px;
    right: 5px;
    display: none;
}

.col-md-6 > a > .book-item > .bottom-right {
    display: block;
}

p.subtitle {
    color: #5E6162;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    line-height: 13px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

li.unit {
    margin-bottom: 15px;
    font-family: "Greycliff CF", sans-serif;
    font-size: 20px;
    letter-spacing: -0.56px;
    line-height: 18px;
    border-radius: 10px;
    color: #5E6162;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

li.unit.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

li.unit.list-group-item {
    padding: 25px 15px 25px 25px;
}

li.unit.list-group-item > .btn-red {
    margin-top: -15px;
}

.start-lesson {
    border-radius: 10px;
    background-color: #333333;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 13px 30px;
}

.start-lesson > .type {
    color: #FFFFFF;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.start-lesson > .name {
    color: #FFFFFF;
    font-family: "Greycliff CF", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.start-lesson > .date {
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: italic;
    line-height: 13px;
    margin-right: 10px;
}

.start-lesson > .teacher-name {
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 13px;
}

.play_button {
    margin-top: 15px;
    width: 180px;
}

.pulse {
    animation-name: color_change;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes color_change {
    from {
        background-color: #E5231B;
    }
    to {
        background-color: #EF554E;
    }
}

.menu-user-dropdown {
    width: 375px;
    border-radius: 0 0 10px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
    /*overflow: auto;*/
    max-height: 610px;
    min-height: 150px;
    padding: 15px 20px 15px 20px;
}

.user-name {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.flag-icon {
    height: 16px;
    border: 1px solid #D4D6D8;
}

.course-type {
    color: #8A8A8A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

.standard-elementary {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    text-transform: uppercase;
}

div.buttons {
    margin-top: 40px;
}

div.buttons > a {
    font-size: 11px;
    text-transform: uppercase;
}

div.buttons > a.btn-red {
    color: #333333 !important;
    width: 157px;
}

div.buttons > a.btn-g {
    color: #FFFFFF !important;
    width: 135px;
}

.progress-bar-danger {
    background-color: #E5231B;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.progress {
    height: 6px;
    margin-top: 10px;
}

.multimedia {
    padding: 23px;
}

.multimedia .type {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.multimedia .lesson-name {
    color: #5E6162;
    font-family: "Greycliff CF", sans-serif;
    font-size: 20px;
    letter-spacing: -0.56px;
    line-height: 18px;
}

.multimedia > img {
    position: relative;
    top: -20px;
    left: 10px;
}

.multimedia > hr {
    border-top: 1px solid #D4D6D8;
    margin-bottom: 10px;
}

img.repeat {
    margin-top: -10px;
    position: static;
}

.multimedia-item {
    min-height: 134px;
    margin-bottom: 30px;
}

.white-panel.dark {
    background-color: #373f41 !important;
}

.white-panel.dark > .type, .white-panel.dark > .lesson-name {
    color: white;
}

a.title {
    opacity: 0.3;
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .2s;
}

@media (max-width: 767px) {
    a.title {
        font-size: 20px;
    }
}

a.title:hover, a.title:focus, a.title:active {
    opacity: 1;
    text-decoration: none;
}

a.title.active {
    opacity: 1;
}

.panel {
    border-bottom: 2px solid #E1E0E1 !important;
}

.panel-heading {
    position: relative;
}

.panel-heading:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: solid #444444;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.panel-heading.active:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 767px) {
    .panel-heading:after {
        display: none;
    }

    .panel-body {
        font-size: 14px;
    }
}

.panel:first-of-type {
    border-top: 2px solid #E1E0E1;
}

.panel-title.results {
    color: #333333;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
    padding: 10px 25px;

}

.panel-default > .panel-heading, .panel {
    background-color: transparent;
}

.panel-heading.unit {
    padding: 20px 45px;
}

.panel-title.unit {
    color: #5E6162;
    font-size: 20px;
    letter-spacing: -0.56px;
    line-height: 18px;
    font-weight: normal;
}

.panel-title.lesson {
    color: #333333;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding: 0 50px;
}

.panel-title.lesson {
    padding: 15px 45px;
}

.red-line {
    width: 5px;
    padding: 25px 0;
    background: #FFFFFF;
    margin-left: 15px;
}

.red-line.red {
    background: #E5231B;
}

.panel-heading.lesson {
    padding: 0;
}

.panel-heading.lesson.active {
    background-color: #EDEFF1;
    border-radius: 0;
}

.panel-group .panel.lesson + .panel {
    margin-top: 0;
}

.panel-body.unit {
    padding: 0;
}

ul.type {
    list-style: none;
}

ul.type li {
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

span.avg {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
}

.panel.unit:first-child {
    border-top: 1px solid #E1E0E1 !important;
}

.panel.panel-default.lesson:first-child {
    border-top: 1px solid #E1E0E1 !important;
}

.panel.unit:last-child {
    border-bottom: 1px solid transparent !important;
}

.panel.panel-default.lesson:last-child {
    border-bottom: none !important;
}

.panel-body.level {
    padding: 0;
}

.panel-group.unit {
    margin-bottom: 0;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.panel-group.white-panel {
    border-bottom: none !important;
}

.test-results {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

table > thead > tr.results-header {
    background-color: #EDEFF1 !important;
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    border-bottom: 1px solid #D4D6D8;
}

table > thead > tr.results-header > th {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    font-weight: 400 !important;
    padding: 30px 15px;
    text-transform: uppercase;
    border-top: none;
}

td {
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

td.level {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.table > tbody > tr > td {
    padding: 25px 15px;
    border-top: none;
}

.current-level {
    color: #5E6162;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    line-height: 13px;
}

.standard-elementary.a {
    margin-top: 7px;
}

.materials-to-download {
    color: #B8BABC;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    margin-bottom: 20px;
}

ul.materials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

ul.materials li {
    margin-bottom: 15px;
}

ul.materials li > a {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
}

ul.materials li > a:focus, ul.materials li > a:active, ul.materials li > a:hover {
    text-decoration: none;
}

ul.materials li > a > img {
    height: 16px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.date-copy {
    height: 26px;
    width: 71px;
    color: #97999A;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

p.prog {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.modal-title-span {
    font-family: "Greycliff CF", sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 17px;
}

.bootbox > .modal-dialog {
    width: 300px;
}

.bootbox-body {
    text-align: center;
    color: #333333;
    font-family: "Roboto", sans-serif !important;
}

div.bootbox.modal.fade.bootbox-confirm.in button.btn.btn-primary {
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    border-radius: 22px !important;
    background-color: #E5231B !important;
    color: white;
    padding: 8px 30px;
    margin-right: 15px;
    border: none;
}

div.bootbox.modal.fade.bootbox-confirm.in button.btn.btn-default {
    border-radius: 22px !important;
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid #333333;
    padding: 8px 22px;
}

.bootbox > .btn-primary, .bootbox > .btn-default {
    font-size: 20px;
}

div.jconfirm-buttons > button {
    text-transform: capitalize;
    font-family: "Greycliff CF", sans-serif !important;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    border: none;
    padding: 20px 0 20px 0;
}

.jconfirm-title {
    font-family: "Greycliff CF", sans-serif !important;
}

.jconfirm-content-pane {
    font-family: "Roboto", sans-serif !important;
    text-align: center;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    border-top: none;
    text-align: center;
}

.jconfirm-title-c {
    text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    border-radius: 22px !important;
    background-color: #E5231B !important;
    color: white;
    padding: 8px 22px;
    margin-right: 15px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover,
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:focus {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    background-color: #E5231B !important;
    color: white !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-cancel {
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    border-radius: 22px !important;
    color: #333333 !important;
    background-color: #edeff1 !important;
    padding: 6px 22px;
    outline: none !important;
    border: 2px solid #E5231B;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-cancel:hover {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

header.main-header {
    margin-bottom: 15px;
}

.subtitle.settings {
    font-size: 13px;
}

.has-error .control-label {
    color: #a94442 !important;
}

input[type=text]:disabled {
    color: rgba(51, 51, 51, 0.5) !important;
}

#select2-userform-language-container {
    font-size: 16px;
    font-family: "Greycliff CF", sans-serif !important;

}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none;
}

.selection > .select2-selection.select2-selection--single {
    background-color: #EDEFF1;
}

.btn-file, .fileinput-remove {
    padding: 11px;
}

.avatar.circle {
    width: 40px;
    height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0 !important;
}

.teacher.circle {
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.teacher.circle.big {
    width: 300px;
    height: 300px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#booking-error {
    z-index: 1060;
}

#booking-error > .modal-dialog {
    width: 300px;
    text-align: center;
}

#booking-error div.modal-header {
    color: #333333;
}

#booking-error a.btn-danger {
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    border-radius: 22px !important;
    background-color: #E5231B !important;
    color: white;
    padding: 8px 30px;
    margin-right: 15px;
    border: none;
}

#form-search .select2-container--krajee .select2-selection__clear {
    top: 5px;
}

img.img-hover {
    display: none;
}

a.view:hover .img-hover {
    display: inline;
}

a.view:hover .img-current {
    display: none;
}

a.view:hover, a.view:active, a.view:focus {
    text-decoration: none;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    border-radius: 10px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    border-radius: 10px;
}

.reserve-next {
    color: #333333;
    font-family: "Greycliff CF", sans-serif !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.col-lg-12.graph img.graph-small {
    display: none;
}

.col-lg-12.graph img.graph-big {
    display: block;
}

.col-lg-8.graph img.graph-small {
    display: block;
}

.col-lg-8.graph img.graph-big {
    display: none;
}

.login-text {
    font-family: "Greycliff CF", sans-serif;
    color: #333333;
    font-size: 30px;
}

.kop {
    height: 150px;
    padding-top: 50px;
    line-height: 80px;
}

@media screen and (max-width: 767px) {
    .login-box-msg {
        font-size: 14px;
    }

    .kop {
        line-height: 60px;
    }

    #login-form .form-control {
        font-size: 12px;
    }

    #login-form {
        padding: 0 25px;
    }

    .field-loginform-school select {
        background: none;
    }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .login-text {
        font-size: 30px;
    }

    .login-logo {
        /*  height: 82px;*/
    }
}

.login-logo {
    margin: 0 auto;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .login-text {
        font-size: 25px;
    }

    .login-logo {
        height: 75px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .login-text {
        font-size: 23px;
    }

    .login-logo {
        height: 90px;
    }

    .field-loginform-school select {
        background: none;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .login-text {
        font-size: 22px;
    }

    .login-logo {
        height: 63px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .login-text {
        font-size: 20px;
    }

    .login-logo {
        height: 53px;
    }
}

@media (max-width: 991px) {
    .home__boxes {
        padding-top: 21px;
    }
}

.slider-main .slider-main__slide {

}

.slider-main .slider-main__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4);*/
    left: 0;
    top: 0;
}

.slider-main__slide img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .slider-main__slide img {
        max-height: 400px;
    }
}

.bootbox.modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0;
}

#booking-error.fade.modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-new {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transform: translate(-50%, -50%);
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-new .modal-dialog {
    margin: 0 auto;
}

.title-section__margins {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .title-section__margins {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .mb-xs-1 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .mobile-sm-down-none {
        display: none;
    }
}

.w-100 {
    width: 100%;
}

.search-teacher__form {
    position: relative;
    height: 43px;
}

.search-teacher__filters {
    margin-right: 40px;
}

.flex-self-center {
    align-self: center;
}

@media (max-width: 767px) {
    .serach-teacher {

    }

    .search-teacher #input-name {
        height: 54px;
    }

    .search-teacher__form {
        position: relative;
        width: 100%;
        height: 54px;
    }

    .search-teacher__form .name-field {
        height: 54px;
        width: 100%;
    }

    .search-teacher__filters {
        margin: 0;
        padding: 12px 12px;
        position: absolute;
        right: 10px;
        top: -55px;
    }

    .search-teacher__filters img {
        margin: 0 !important;
    }
}

.min-reservation-height {
    min-height: 60px;
}

.canvas__chart {
    width: 450px;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .canvas__chart {
        height: auto !important;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .teacher-detail-view__avatar {
        padding-bottom: 15px;
    }
}

.teacher-detail-view__avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block;
    }

    .d-md-none {
        display: none;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .table-leveltest {
        border: none !important;
    }

    .table-leveltest table, .table-leveltest thead, .table-leveltest tbody, .table-leveltest th, .table-leveltest td, .table-leveltest tr {
        display: block;
    }

    .test__white-panel {
        padding: 30px 15px !important;
    }

    .table-leveltest thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-leveltest > table > tbody tr td {
        padding: 35px 15px 20px !important;
    }

    .table-leveltest tr {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .table-leveltest td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table-leveltest td:before {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
        color: #444444;
    }

    .table-leveltest td:nth-of-type(1):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(2):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(3):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(4):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(5):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(6):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(7):before {
        content: attr(data-col-title);
    }

    .table-leveltest td:nth-of-type(8):before {
        content: "";
    }

    /* .thumbnail-home{
        !* min-height: auto;*!
       !*  margin-bottom: 10px;*!
     }*/
    .class-type-home {
        height: 40px !important;
    }
}

.thumbnail-home {
    min-height: 168px;
}

h2.home-description, h2.home-description a {
    color: #97999A;
    font-family: "Greycliff CF", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2.home-description a:hover {
    text-decoration: none;
}

.class-type-home {
    height: 35px;
}

.thumbnail-reservation-home {
    min-height: auto;
    /* margin-bottom: 15px;*/
}

.wszystkie-zajecia-z {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.wszystkie-zajecia-z:hover, .wszystkie-zajecia-z:active, .wszystkie-zajecia-z:focus {
    color: #333333;
    text-decoration: none;
}

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

.brak {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.38px;
    line-height: 26px;
    text-align: center;
}

.thumbnail a:hover {
    text-decoration: none;
}

.navbar-default .navbar-nav > li.active > a {
    color: #E5231B;
}

img.flag {
    width: 19px;
    margin-right: 10px;
    border: 1px solid #D4D6D8;
}

.select2-selection__rendered > img.flag {
    width: 20px;
}

.fc-header-toolbar > .fc-center > h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Greycliff CF", sans-serif;
}

.waiting-item, .modal-content-waiting {
    box-shadow: 0 0 3px #e2a117;
}

.waiting-item:hover {
    box-shadow: 0 4px 15px 0 rgba(226, 161, 23, 0.5);
}

.waiting {
    color: #e2a117;
    text-transform: uppercase;
    font-weight: bold;
}

.class-event-name.warning {
    display: block;
    margin-bottom: 15px;
    color: #e2a117;
    font-size: 13px;
}

.waiting-title {
    color: #e2a117;
}

.waiting-title:hover {
    cursor: pointer;
}

img.img-new-lesson {
    position: absolute;
    height: 58px;
    right: -15px;
    top: -10px;
}

.carousel-inner > .item > img {
    border-radius: 10px;
}

.thumbnail-video {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;

}

.video-content {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;

    position: relative;
    height: 202px;
    width: 100%;
}

img.video {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform .9s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

@media (max-width: 768px) {
    .video-content {
        height: 130px;
    }
}

img.video:hover {
    transform: scale(1.3);
}

h2.title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 35px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    /* Set the fixed height of the footer here */
    height: 35px;
}

div.dropdown.bootstrap-select > button {
    height: 45px;
    border-radius: 3px;
    background-color: #EDEFF1;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
    border: none;
}

div.dropdown.bootstrap-select > button div.filter-option-inner-inner {
    line-height: 35px;
}

.bootstrap-select .dropdown-menu li a {
    height: 35px;
    line-height: 35px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px;
}

.bootstrap-select .dropdown-menu > .active > a {
    background-color: #e6e6e6;
    color: #444;
}

@media screen and (max-width: 767px) {
    div.dropdown.bootstrap-select > button {
        font-size: 12px;
    }

    .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
        display: none;
    }

    .bootstrap-select.show-tick .dropdown-menu li a span.text {
        margin-right: 0;
    }
}

.chat {
    position: fixed;
    height: 60px;
    right: 20px;
    bottom: 50px;

    -webkit-animation: action 1s 4 alternate;
    animation: action 1s 4 alternate;
}

.chat img {
    height: 60px;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

a.alert-link:hover, a.alert-link:focus {
    text-decoration: none;
}

.blink {
    /*animation: blinker 0.9s cubic-bezier(1, 0, 0, 1) alternate 2s;*/
    animation: blinker 1s 4 alternate;
}

@keyframes blinker {
    to {
        opacity: 0;
    }
}

.thumbnail.thumbnail-creator img {
    margin: 0 !important;
}

.thumbnail.thumbnail-creator .arrow-right {
    height: 16px;
}

.thumbnail.thumbnail-creator {
    min-height: auto;
    padding: 18px 20px;
    justify-content: space-between;
    align-items: center;
}

.thumbnail.thumbnail-creator .title {
    margin-left: 18px;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.5px;
    font-family: "Greycliff CF", sans-serif;
    color: #333333;
}

.title-page {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.5px;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 40px;
}

.btn-g {
    outline: none !important;
}

.modal-creator {
    width: 810px;
    font-family: "Greycliff CF", sans-serif;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.100005);
    background: #EDEFF1;
    border-radius: 10px;
}

.modal-creator .modal-content {
    display: flex;
    box-shadow: none;
}

.modal-content-left {
    width: 225px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.100005);
    z-index: 9;
    border-radius: 10px;
    padding: 30px 20px;
}

.modal-content-left-logo {
    width: 150px;
}

.modal-content-left-steps {
    margin-top: 42px;
    padding-left: 10px;
}

.modal-content-left-step {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer;
}

.modal-content-left-step .number {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #333333;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: border-color 0.3s ease-in-out;
    margin-right: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 11px;
    line-height: 13px;
    position: relative;
}

.modal-content-left-step.current .number, .modal-content-left-step:hover .number {
    border: 2px solid #E5231B;
}

.modal-content-left-step .title {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.5px;
    color: #333333;
    transition: font-weight 0.2s ease;
}

.modal-content-left-step.current .title, .modal-content-left-step:hover .title {
    font-weight: 600;
}

.modal-content-left-step.checked .number, .modal-content-left-step.checked:hover .number {
    border: 1px solid #E0E0E0 !important;
}

.modal-content-left-step.checked .number::after {
    content: url('/images/icons/checkGreen.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1px;
    top: -2px;
    z-index: 1;
}

.modal-content-left-step.checked .title {
    font-weight: 400;
}

.modal-content-left-step.checked:hover .title, .modal-content-left-step.checked.current .title {
    font-weight: 800;
}

.modal-content-right {
    background: #EDEFF1;
    /*box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.100005);*/
    border-radius: 0px 10px 10px 0px;
    width: 585px;
    padding: 44px 50px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    max-height: 710px;
}

.modal-content-right-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-content-right .title {
    font-size: 13px;
    line-height: 15px;
    color: #97999A;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.modal-content-close {
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
    margin-top: -3px;
}

.modal-content-close-left {
    display: none;
}

.modal-content-close:hover {
    transform: rotate(45deg);
}

.modal-content-right-step {
    text-align: center;
    display: none;
    margin-top: 20px;
}

.modal-content-right-step-left {
    text-align: left;
}

.modal-content-right-step.current {
    display: block;
}

.modal-content-right-step .title-step {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #333333;
    margin-bottom: 50px;
}

.modal-content-right-step-boxes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.modal-content-right-box {
    background: #FFFFFF;
    border: 1.5px solid transparent;
    box-sizing: border-box;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 28px;
    width: 195px;
    margin: 0px 15px;
    cursor: pointer;
    position: relative;
}

.modal-content-right-box.active, .modal-content-right-box:hover {
    border: 1.5px solid #E5231B;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.modal-content-right-box .text {
    margin-top: 12px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: center;
    letter-spacing: -0.5px;
    color: #333333;
}

.modal-content-right-box-check {
    border: 2px solid #E0E0E0;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.modal-content-right-stepBack {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
    cursor: pointer;
    margin-top: 20px;
}

.modal-content-right-stepBack .arrow-back {
    display: inline-block;
    opacity: 0.5;
    transform: rotate(-180deg);
    height: 9px;
    margin-right: 8px;
    margin-top: -3px;
    transition: all 0.2s ease;
    margin-left: 0px;
}

.modal-content-right-stepBack:hover {
    color: #333;
}

.modal-content-right-stepBack:hover .arrow-back {
    margin-left: -2px;
}

.modal-content-right-box.active .modal-content-right-box-check::after {
    content: url('/images/icons/radio-active.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    left: -13px;
    top: -15px;
}

.modal-content-right-dropdowns {
    display: flex;
    margin-left: 40px;
}

.modal-content-right-dropdowns-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
}

.modal-creator .dropdown {
    margin-left: 15px;
    margin-right: 15px;
}

.modal-creator .dropdown-label {
    font-size: 11px;
    line-height: 13px;
    color: #8A8A8A;
}

.modal-creator .dropdown-select {
    width: 165px;
    height: 45px;
    background-color: #fff;
    text-align: left;
    padding: 14px 15px 15px;
    margin-top: 10px;
    display: block;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 3px;
}

.modal-creator .dropdown-select .text {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.modal-creator .chevron-down {
    float: right;
    margin-top: 5px;
    display: block;
    transform: rotate(90deg);
    height: 10px;
}

.modal-creator .chevron-down img {
    height: 10px;
}

.modal-creator .modal-creator .dropdown-label {
    font-size: 11px;
    line-height: 13px;
    color: #8A8A8A;
    margin-bottom: 9px;
}

.modal-creator .modal-creator .dropdown-menu {
    width: 165px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-creator .modal-creator .dropdown button:hover, .dropdown button:focus {
    border: none;
    outline: 0;
}

.modal-creator .dropdown.open button.dropdown-select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none;
}

.modal-creator .dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
}

.modal-creator .dropdown-menu li {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px #f3f3f3;
}

.modal-creator .dropdown-menu li:hover {
    background-color: #ccc;
}

.modal-backdrop {
    background: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

@media (max-height: 600px) {
    .modal-content-right {
        height: auto;
    }

}

@media (max-width: 840px) {
    .modal-content-close-left {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .modal-content-close-right {
        display: none;
    }

    .modal-creator {
        width: 95vw;
        margin: 20px auto;
    }

    .modal-creator .modal-content {
        display: block;
    }

    .modal-content-left {
        width: 100%;
    }

    .modal-content-left-steps {
        display: flex;
        margin-top: 32px;
        padding: 0;
        align-items: flex-start;
    }

    .modal-content-right {
        height: auto;
        width: 100%;
    }

    .modal-content-left-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-content-left-step .number {
        margin: 0;
        margin-bottom: 10px;
    }

    .modal-content-right-step-boxes {
        display: block;
    }

    .modal-content-right-box {
        margin: auto;
        margin-bottom: 30px;
    }

    .modal-content-right-dropdowns-bottom {
        display: block;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .modal-content-right-dropdowns {
        margin-left: 0;
    }

    .modal-creator .dropdown {
        margin-bottom: 20px;
    }

    .modal-creator .dropdown-select {
        width: 100%;
    }

    .modal-creator .dropdown-menu {
        width: 100%;
        max-width: 100%;
    }

    .modal-filter {
        width: 100vw;
    }
}

.reservation-search-result {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    padding: 42px 60px;
    text-align: center;
    font-family: "Greycliff CF", sans-serif;
}

.reservation-search-result-title {
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.5px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.reservation-search-result-title strong {
    font-weight: 800;
}

.reservation-search-result-title img {
    margin-top: -2px;
    margin-left: 2px;
    margin-right: 2px;
}

.reservation-search-result-middle {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 30px;
}

.reservation-search-result-box {
    text-align: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.reservation-search-result-box .title {
    font-weight: 800;
    font-size: 11px;
    line-height: 13px;
    color: #333333;
    display: block;
    margin-bottom: 4px;
    text-align: left;
    text-transform: uppercase;
}

.reservation-search-result-box .text {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
}

.reservation-search-result-box .time::before {
    margin-left: 12px;
    margin-right: 12px;
    content: '';
    opacity: 0.2;
    width: 1px;
    background-color: #000;
    height: 13px;
    display: inline-block;
    margin-top: 4px;
}

.reservation-search-result-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-search-result .btn {
    min-width: 100px;
    margin-right: 20px;
}

.reservation-search-result .btn-grey {
    min-width: 120px;
    border: 1px solid #D4D6D8;;
    border-radius: 22px !important;
    color: #828282;
    font-size: 11px;
    font-weight: 800;
    background-color: transparent;
    padding: 13px 16px;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
}

.reservation-search-result .btn-grey:hover {
    color: #333333 !important;
    background-color: #edeff1;
    outline: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.reservation-search-result .btn-grey img {
    margin-left: 8px;
}

.reservation-search-result .btn-grey:focus, .reservation-search-result .btn-grey:active, .reservation-search-result .btn-grey:visited {
    box-shadow: none;
    outline: none;
}

@media (max-width: 1024px) {
    .reservation-search-result {
        padding: 30px 15px;
    }

    .reservation-search-result-middle {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .reservation-search-result-box {
        width: 50%;
        margin-bottom: 20px;
    }

    .modal-content.modal-filter {
        width: 50vw;
    }
}

@media (max-width: 767px) {
    .modal-content.modal-filter {
        width: 100vw;
    }
}

.day-of-week {
    position: relative;
    margin-bottom: 20px;
}

.day-of-week::before {
    content: '';
    background-color: #E5231B;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 8px;
    z-index: 2;
}

.list-row {
    position: relative;
}

.list-row::before {
    content: '';
    height: 100%;
    height: calc(100% + 20px);
    width: 1px;
    top: -26px;
    left: -16px;
    background-color: #D4D6D8;
    display: block;
    position: absolute;
    z-index: 1;
}

.lesson-box {
    position: relative;
}

.lesson-box::before {
    content: '';
    height: 1px;
    width: 30px;
    top: 26px;
    left: -15px;
    background-color: #D4D6D8;
    display: block;
    position: absolute;
    z-index: 1;
}

/*.fc-toolbar.fc-header-toolbar {*/
/*    display: none !important;*/
/*}*/

.calendar-title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.calendar-title {
    color: #333333;
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 29px;
    margin: 0 20px;
}

.calendar-arrow {
    background: #EDEFF1;
    border: 1px solid #D4D6D8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.calendar-arrow:hover {
    border: 1px solid #333;
}

.calendar-arrow-prev {
    transform: rotate(180deg);
}

.calendar-arrow-prev img {
    margin-left: 3px;
}

.calendar-arrow-next img {
    margin-left: 3px;
}

.video-box {
}

.video-box-image {
    position: relative;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.video-box-image img {
    max-width: 100%;
    border-radius: 10px;
}

.video-box-image .overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #333;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.video-box-image:hover .overlay {
    opacity: 0.2;
}

.video-box-play {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box-desc {
    margin-top: 15px;
}

.video-box-desc .title {
    font-family: "Greycliff CF", sans-serif;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #333333;
}

.video-box-desc .text {
    font-family: "Greycliff CF", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

/*.modal-video .modal-body {*/
/*    padding-top: 70px;*/
/*}*/

.modal-video-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.error-summary {
    width: 100%;
}

.error-summary > ul {
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
}


.file-caption.icon-visible .file-caption-icon {
    padding-top: 5px;
}

.file-caption.icon-visible .file-caption-name {
    padding-top: 5px;
}

.splide__arrow {
    border: 2px solid #E5231B;
}

.label-poprawnosc-jezykowa {
    background-color: #C45293;
}

.label-konwersacje {
    background-color: #DE6E3A;
}

.label-nauka-slownictwa {
    background-color: #358D52;
}

.label-egzamin {
    background-color: #6D519A;
}

.label-poprawa-wymowy {
    background-color: #4A75B3;
}

.label-praca {
    background-color: #333333;
}

div.file-caption.form-control.kv-fileinput-caption {
    padding: 10px;
}

.label-tag {
    padding: 3px 10px;
    border-radius: 13px;
    margin-right: 5px;
    display: inline-block;
}

.label-poprawnosc-jezykowa, .label-linguistic-correctness {
    background-color: #C45293;
}

.label-konwersacje, .label-conversation {
    background-color: #DE6E3A;
}

.label-nauka-slownictwa, .label-vocabulary {
    background-color: #358D52;
}

.label-egzamin, .label-exam, .label-exams, .label-test {
    background-color: #6D519A;
}

.label-poprawa-wymowy, .label-improved-pronunciation, .label-pronunciation {
    background-color: #4A75B3;
}

.label-praca, .label-work, .label-job {
    background-color: #333333;
}

.spotlight-disabled {
    opacity: 0.5;
}

.zapfino {
    font-family: Zapfino, sans-serif;
}

.spotlight-zapfino {
    font-family: Zapfino, sans-serif;
    color: #d81c1c;
    font-weight: bold;
    font-size: 35px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.home-methods {
    font-family: "Greycliff CF", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #333333;
    margin-top: -15px;
}

p.home-methods-description {
    font-family: "Greycliff CF", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.control-label.level {
    font-family: "Greycliff CF", sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #8A8A8A;
}

.thumbnail-level:hover {
    cursor: default !important;
}

p.selected-level {
    font-family: "Greycliff CF", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #333333;
}

.thumbnail.disabled {
    opacity: 0.5;
}

.bootbox-body {
    padding: 5px 10px;
    font-weight: bold;
}