﻿body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
    background: #fafafa;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

.login {
    max-width: 500px;
    margin: 30px auto;
}

.btn-primary {
    background-color: #0067ff !important;
}

.btn-secondary {
    background-color: #00bb59 !important;
    border-color: #00bb59 !important;
}

.profile-menu li a {
    color: #999999;
    padding: 20px;
    font-weight: 600;
}

.profile-menu li:hover {
    background: #fafafa;
}

.p-active a {
    color: #fff !important;
}

.p-active {
    background: #79dea8 !important;
}

.text-primary {
    color: #0067ff !important;
}

.text-secondary {
    color: #00bb59 !important;
}

.content {
    min-height: 550px;
}

.hideDesktop {
    display: none;
}

.top {
    padding-right: 30px !important;
}

    .top .profile-image {
        height: 50px;
        width: 50px;
    }

.activeTop {
    color: #EE3224 !important;
}

.main-navigation nav a {
    color: #707070 !important;
    font-weight: 600;
}

.mobile-slider {
    display: none;
}

.mobileNav a {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 4px;
}

.box {
    min-height: 85px;
}

    .box table td:first-child {
        width: 80px;
    }

.footer {
    background: #007939;
}

    .footer .nav a {
        padding-right: 10px;
    }

.btn-dark2 {
    background: #262262 !important;
    color: #fff;
}

.wrong-answer label, .correct-answer label {
    color: #fff !important;
}

.correct-answer {
    background: #1acf45 !important;
    color: #fff !important;
}

.wrong-answer {
    background: #ff0000 !important;
}


