/* Your custom styles */
@import "dataTables-custom.css";

/* Regular */
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF/JF-Flat-regular.eot');
    src: url('../fonts/JF/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'JF Flat regular', sans-serif;
}

body.login {
    background-color: #f4f7f9;
}

.main-login {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
}

.main-login .logo-wr {
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
}

.main-login .logo-wr img {
    width: 75%;
}

.header {
    width: 100%;
    z-index: 50;
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
    background-color: #007bff;
}

.sidebar-nav {
    border-left: 1px solid #d7dfe3;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 4px 4px 4px;
    background-color: #fefefe;
}

.sidebar-nav li.nav-item a {
    color: #4a4a4a;
}

.page-wrapper {
    background: #f4f7f9;
    padding-bottom: 60px;
}

.login .page-wrapper {
    background: #f4f7f9;
    padding: 4rem 2rem;
}

.quick-nav {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.2);
    height: 34px;
    color: #fff;
}

.quick-nav li a {
    background-image: none;
    height: 35px;
    line-height: 35px;
    padding: 0 6px;
    color: #ddd;
    font-size: 13px;
}

.navbar-toggler {
    margin-top: 2px;
}

.sidebar-nav > li {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 5px 0;
}

.sidebar-nav > li.active {
    background-color: rgba(233, 236, 239, 0.5);
    box-shadow: inset -4px 0 0 #007bff;
}

.sidebar-nav > li.active li.active {
    background-color: rgba(233, 236, 239, 1);
}

.sidebar-nav > li > ul {
    padding-right: 0;
}

.sidebar-nav > li > ul > li {
    padding-right: 40px;
}

.sidebar-nav > li:hover {
    background-color: rgba(233, 236, 239, 0.5);
}

.sidebar-nav > li > ul > li:hover {
    background-color: rgba(233, 236, 239, 1);
}

.sidebar-nav li i {
    opacity: 0.8;
    margin-left: 10px;
}

.sidebar-nav li > a:hover i {
    opacity: 1;
}

.main-nav {
    color: #fff;
    padding: 10px 15px;
}

.section-title {
    color: #4a4a4a;
    margin-top: 0.5rem;
}

.text-end {
    text-align: end;
}

.users-count {
    unicode-bidi: plaintext;
}

.sidebar {
    min-height: 100%;
}

[data-toggle='collapse'] {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.sr-only {
    color: #565656;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.page-item.active .page-link {
    z-index: auto;
}

.max-w-70 {
    max-width: 70px;
}

.card {
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.card {
    margin-bottom: 30px;
}

.tab-pane > .card {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tab-content .fade {
    -webkit-transition: opacity 0.30s linear;
    -moz-transition: opacity 0.30s linear;
    -ms-transition: opacity 0.30s linear;
    -o-transition: opacity 0.30s linear;
    transition: opacity 0.30s linear;
}

.subjects-list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 4px;
}

.img-user {
    width: 130px;
    height: 130px;
}

.admin-bar {
    margin-top: 34px;
}

.admin-bar-nav {
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
    background-color: #000000;
    height: 34px;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
}

.admin-bar-nav li a {
    background-image: none;
    height: 35px;
    line-height: 35px;
    padding: 0 6px;
    color: #ddd;
    font-size: 13px;
    font-style: unset;
}

.admin-bar-nav .dropdown-menu .dropdown-item:hover a,
.admin-bar-nav .dropdown-menu .dropdown-item:focus a{
    color: #000 !important;
    text-decoration: none;

}
.admin-bar-nav .dropdown-submenu > .dropdown-menu{
    right: 100%;
    left: unset;
}



.admin-bar-nav li a.dropdown-toggle::after {
    display: none;
}

.admin-bar-nav li .dropdown-menu {
    position: absolute;
    right: 0;
    left: unset;
}

.admin-bar-nav .dropdown-submenu > .dropdown-menu{
    right: 100% !important;
    left: unset;
}

.admin-bar-nav li a.dropdown-toggle {
    cursor: pointer;
}

.admin-bar-nav li a.dropdown-toggle:hover {
    text-decoration: underline !important;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: "\25C0";
    float: left;
    width: 0;
    height: 0;
    padding-left: 10px;
    font-size: 9px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
    .sidebar {
        display: block !important;
        height: auto !important;
    }

    .sidebar-nav {
        min-height: 100%;
    }
}
.del-img-profile {
    position: absolute;
    right: 24px;
    font-size: 30px;
    top: 3px;
}


@media (max-width: 768px) {
    .quick-nav {
        height: auto !important;
    }

    .quick-nav li a {
        height: auto;
        line-height: inherit;
        padding: 6px;
        font-size: 14px;
    }

    .main-nav {
        padding: 10px 0;
    }

    .admin-bar-nav {
        min-width: 100%;
        height: 44px;
    }

    .admin-bar {
        margin-top: 44px;
    }

    .admin-bar-nav li a {
        height: 28px;
        line-height: initial;
        font-size: 12px;
        display: table-row;
    }

    .admin-bar-nav li a span {
        display: table-cell;
        vertical-align: middle;
    }

    .admin-bar-nav li a i {
        display: table-cell;
        vertical-align: middle;
    }
}

.admin-bar-nav .dropdown-menu{
    background-color: #000000 !important;
    margin-top: 0px;
    /*top: unset;*/
    right: 170px !important;
}
ul.dropdown-menu.multi-level.show{
    margin-top: -1px !important;
}

