@charset "utf-8";
/* CSS Document */

/* Import styles for fonts */
@import url("fonts.css");

/*==============================
1 Defaults h1, h2, p, a...
===============================*/
html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'latoregular', Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
}


/*===========================================================================
3. Header
===========================================================================*/
.top-header {
    height: 41px;
    background-color: #008fc1;
}

.row > .container {
    height: 41px;
    margin: 0 auto;
}

.top-header .logo, .container .logo {
    float: left;
    height: 100%;
}

.top-header .logo h1 {
    padding-top: 8px;
    margin-top: -2px;
    overflow: hidden;
}

.top-header .logo, .container .logo {
    display: flex;
    height: 100%;
    font: normal normal 13px 'latoregular', Arial, Verdana, sans-serif;
    color: #ffffff;
    padding: 0 15px 0 0;
    align-items: center;
    max-width: 120px;
    overflow: hidden;
}

.top-header .logo img, .container .logo img {
    max-width: none;
    height: 100%;
}

.top-header .top-menu {
    float: right;
    margin-right: 10px;
}

.top-header .top-menu li {
    display: inline-block;
    height: 40px;
    margin-top: -2px;
}

.top-header .noborder {
    margin-top: 3px;
}

.top-header .top-menu li a {
    display: block;
    height: 41px;
    padding: 12px 6px;
    margin-right: 9px;
    text-align: center;
}

.top-header .top-menu li:last-child a {
    margin-right: 0;
}

.top-header .top-menu li.active.last a[href*=agenda] {
    margin-right: 0;
    padding-bottom: 0;
    height: 20px;
}

.top-header .top-menu a {
    font: normal normal 14px 'latoregular', Arial, Verdana, sans-serif;
    color: #ffffff;
}

.top-header .top-menu a.cart_order {
    background: url(../img/icons/cart.png) no-repeat 0 10px;
    padding-left: 26px;
    margin-left: 10px;
}

.top-header .top-menu .username img {
    margin-right: 6px;
    margin-top: -1px;
}

.top-header .top-menu .active a {
    display: block;
    height: 34px;
    text-align: center;
    border: 1px solid #66bcda;
    border-radius: 0 0 5px 5px;
}

.bottom-header {
    background-color: #28a7e1;
    box-shadow: 0 5px 5px rgba(154, 153, 155, 0.4);
    position: relative;
}

.bottom-header .bottom-menu {
    float: left;
}

.bottom-header .bottom-menu ul {
    margin-left: 0;
    padding-top: 10px;
}

.bottom-header .bottom-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.bottom-header .bottom-menu ul li a {
    display: block;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.bottom-header .bottom-menu ul li.active a {
    background-color: #0194c7;
    border-radius: 5px;
}

.bottom-header .bottom-menu ul li a {
    font: normal normal 14px 'latoregular', Arial, Verdana, sans-serif;
    color: #ffffff;
}

.row:after, .container:after {
    display: table;
    content: " ";
    clear: both;
}

.switch_student .dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #0abf53;
}

.switch_student .dropdown li {
    position: relative;
    padding-top: 5px;
    color: #fff;
}

/* -- new menu --*/
.top-header .top-menu > ul {
    align-items: center;
    display: flex;
    height: 41px;
}

.switch_student .dropdown {
    height: 41px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 6px;
}

.switch_student .dropdown li {
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
}

ul.menu_level_1 {
    left: -5px;
    background: #008FC1 !important;
    box-shadow: 0 5px 7px -3px #555;
    position: absolute;
    top: 100%;
    width: max-content;
    display: none;
}

.switch_student .dropdown:hover ul.menu_level_1 {
    display: block
}

ul.menu_level_1 li {
    width: 100%;
    border-top: 1px solid #28A7E1;
}

ul.menu_level_1 li:hover {
    background: rgba(255, 255, 255, 0.2);
    border-top: 1px solid #008FC1;
}

ul.menu_level_1 li a {
    color: #fff !important;
    text-align: left !important;
}

.switch_student .dropdown li ul li a:hover {
    background: none;
    width: 100%;
}

ul.menu_level_1 li:hover a {
    background: none
}

.top-menu i.fa.fa-sort-desc {
    transform: translateY(-3px);
}

/*-- End new menu --*/

@media (min-width: 990px) {
    .logo {
        max-width: 350px !important;
    }
}
@media (min-width: 1300px) {
    .logo {
        max-width: 460px !important;
    }
}

