﻿/* Add here all your CSS customizations */
.page-header {
    background-color: #173963;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #f0535f;
    }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #f0535f;
    }

    #header .header-nav-main nav > ul > li > a {
        color: #f0535f;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
        background-color: #f0535f;
    }

    .teacher-form {
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 20px;
    }

    .teacher-form-content {
        background-color: #f3f3f3;
        -webkit-box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 14px 0px rgba(0,0,0,0.75);
    }
}

.category-header {
    color: #f0535f !important;
}

.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 35px;
    height: 315.8px;
}

.bookImg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 145%;
}

.bookbox {
    padding: 0.3rem;
    border: 1px solid #e7e7e7;
    box-shadow: 0 2px 1px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.book-name {
    text-align: center;
    color: #222329;
}

    .book-name a {
        color: #222329 !important;
    }

.bookbox:hover {
    transform: scale(1.05);
    -webkit-box-shadow: -2px -2px 13px 0px rgba(128,128,128,1);
    -moz-box-shadow: -2px -2px 13px 0px rgba(128,128,128,1);
    box-shadow: -2px -2px 13px 0px rgba(128,128,128,1);
}

.blockMsg {
    background: transparent !important;
    border: none !important;
}

.paginationjs {
    float: right;
    margin-top: 5px;
}

.sticky-filter-box {
}

.filter-box-header {
    padding: 10px;
    background-color: white !important;
}

.filter-box {
    padding: 20px;
    background-color: #ffffff;
}

.filter-button {
    margin-top: 10px;
    width: 100%;
    color: white !important;
}

.clear {
    clear: both;
}

.main {
}

.btn-modern i {
    font-size: 15px;
    font-weight: bold;
    margin-right: 4px;
}

.book-content .kt-widget4__item {
    cursor: pointer;
}

.kt-widget4__item:after {
    font-family: "FontAwesome";
    content: "\f054";
}

.kt-widget4 {
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

    .breadcrumb.breadcrumb-dark {
        color: black;
    }

        .breadcrumb.breadcrumb-dark .active {
            opacity: 0.7;
        }

    .breadcrumb > li {
        display: inline-block;
        font-size: 1.2em;
        font-weight: 600;
        /*text-transform: uppercase;*/
        text-shadow: none;
        cursor: pointer;
        color: white;
    }

        .breadcrumb > li > a {
            color: white;
        }

.empty-div {
    height: 400px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #ebedf2;
    border-radius: 4px;
}

.empty-div-zone {
    text-align: center;
    margin: initial;
    margin: 12em 0;
}

.empty-div-text {
    color: #595d6e;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.book-content-header {
    background-color: #df2525;
    color: white;
}




.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


.custom-thumb-info-1 {
    overflow: visible;
    margin-bottom: 30px !important;
    -webkit-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}

    .custom-thumb-info-1:hover {
        -webkit-box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
        box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
    }

        .custom-thumb-info-1:hover .thumb-info-wrapper:after {
            content: none;
        }

        .custom-thumb-info-1:hover .thumb-info-caption {
            border-bottom: 0;
        }

    .custom-thumb-info-1 .thumb-info-wrapper {
        -webkit-transform: none;
        transform: none;
    }

    .custom-thumb-info-1 .thumb-info-caption {
        position: relative;
        display: block;
        padding: 0;
        border-bottom: 1px solid #e3e3e3 !important;
        -webkit-transition: ease border-bottom 300ms;
        transition: ease border-bottom 300ms;
    }

        .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
            padding: 30px 20px;
            margin: 0;
        }

            .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
                padding: 0;
                font-size: 1em;
            }

            .custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
                position: absolute;
                top: 30px;
                right: 20px;
                border-radius: 100%;
                font-size: 2em;
                line-height: 0.76;
                width: 30px;
                height: 30px;
                font-weight: 100;
                text-align: center;
                padding-top: 7px;
            }

    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 0 !important;
    }

@media (max-width: 991px) {
    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 30px !important;
    }
}

.custom-thumb-info-1.custom-rm-mb-last {
    margin-bottom: 0 !important;
}


.custom-home-intro p span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    border-bottom: 1px solid #FFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-home-intro p span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -44px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-home-intro {
    padding: 20px 0 20px 0;
}

.exam-list-item,
.exam-list-item:before {
    transition: all 0.4s;
}

.exam-list {
}

    .exam-list:hover .exam-list-item {
        opacity: 0.4;
    }

.exam-list-item {
    position: relative;
    display: block;
    padding: 20px 20px 20px 45px;
    box-sizing: border-box;
    color: #777;
    background: #fafafa;
    text-decoration: none;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

    .exam-list-item:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 20px;
        background: #7f8c9a;
    }

    .exam-list-item:nth-child(even):before {
        background: #FFBF00;
    }

    .exam-list-item + .pw-list-item {
        border-top: 2px solid #ededed;
    }

.exam-list .exam-list-item:hover,
.exam-list .exam-list-item:focus {
    opacity: 1;
    padding-left: 55px;
}

    .exam-list .exam-list-item:hover:before,
    .exam-list .exam-list-item:focus:before {
        width: 30px;
    }

ul {
    width: 100%;
    font-weight: normal;
    text-align: left;
    list-style: none;
}

    ul.title {
        font-weight: bold;
        text-align: center;
    }

ul {
    width: 100%;
    font-weight: normal;
    text-align: left;
    list-style: none;
}

    ul.title {
        font-weight: bold;
        text-align: center;
    }

.box {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .box:first-child {
    }

.collapsible-body {
    background: rgba(255, 255, 255, 0.6);
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-header:focus {
        outline: 0;
    }

    .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        margin-right: 1rem;
    }

.keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidenav .collapsible li,
    .sidenav.fixed .collapsible li {
        padding: 0;
    }

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}

    .sidenav .collapsible-header:hover,
    .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .sidenav .collapsible-header i,
    .sidenav.fixed .collapsible-header i {
        line-height: inherit;
    }

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

    .sidenav .collapsible-body li a,
    .sidenav.fixed .collapsible-body li a {
        padding: 0 23.5px 0 31px;
    }

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .collapsible.popout > li {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .collapsible.popout > li.active {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 0;
        }
