@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');

html, body {
    width: 100%;
    height: 100%;
    min-height: 450px;
    min-width: 768px;
    font-family: 'Raleway', sans-serif;
}

.logo {
    height: 50px;
}

.main-content {
    min-height: 100%;
    margin-bottom: -40px;
    padding: 0 15px;
}

.msg-bar {
    margin-top: 10px;
}

footer {
    height: 40px;
    background-color: #2ecc71;
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.bottom-sticky-footer {
    position: absolute;
}

.mathspring-btn,
.mathspring-btn:active,
.mathspring-btn:focus {
    background: #2ecc71;
    border-color: #2ecc71;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}

.mathspring-btn:hover {
    background: #2a9c5a;
    border-color: #2a9c5a;
    color: #ffffff;
}

.mathspring-important-btn,
.mathspring-important-btn:active,
.mathspring-important-btn:focus {
    background: #CD4747;
    border-color: #CD4747;
    color: #ffffff;
    outline: none;
}

.mathspring-important-btn:hover {
    background: #b83f3f;
    border-color: #b83f3f;
    color: #ffffff;
}

.mathspring-warning-btn,
.mathspring-warning-btn:active,
.mathspring-warning-btn:focus {
    background: #ffe234;
    border-color: #ffe234;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}

.mathspring-warning-btn:hover {
    background: #e5cb2e;
    border-color: #e5cb2e;
    color: #ffffff;
}


/* Header */
.site-header {
    padding: 10px 15px;
    height: 72px;
}

.custom-dropdown-toggle {
    color: #003364;
    text-transform: uppercase;
}

.custom-dropdown-toggle:hover, .custom-dropdown-toggle:focus {
    background: #92DDA3 !important;
}

.custom-dropdown-toggle img {
    height: 30px;
    width: 30px;
}

.dropdown-position {
    position: relative;
    top: -14px;
}

.dropdown-menu {
    text-align: center;
    width: 100%;
    border-radius: 10px;
}

/* Navigation Tabs */
#toggle-nav {
    margin-top: 3px;
    font-weight: bold;
    font-size: 1.3em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #2ECC71;
    font-weight: bolder;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.nav-tabs > li > a {
    background-color: #FFE234;
    font-weight: bolder;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    transition: 0.4s background ease;
}

.nav-tabs > li > a:hover {
    background: #f0d325;
}

.navigation-tab {
    text-align: center;
    width: 50%;
}

.nav-item {
    top: -8px;
    font-size: 1.14em;
}

.nav-item--last {
    margin-right: 20px;
}

.nav-item a {
    color: #003364;
    padding: 15px 25px !important;
}

.nav-item a:hover {
    background: #92DDA3 !important;
    cursor: pointer;
}
