﻿body {
    background: #f1f1f1 !important;
}

.account-nav-bar {
    background-color: #0C3C60;
    height: 90px;
    /*background-image: url('/images/logo2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;*/
}

    .account-nav-bar .logo {
        margin: inherit;
        margin-left: 20px;
        height: 80px;
    }

    .account-nav-bar .title {
        position: absolute;
        color: white;
        width: 98%;
        text-align:center;
        font-size: 22px;
        margin: 25px;
        text-transform: uppercase;
    }

        /*.account-nav-bar .title:hover {
            color: #bfc11e;
        }*/

        .account-nav-bar .title > span {
            letter-spacing: 0.06em;
            vertical-align: middle;
            margin-top: 25px;
        }


header .top-menu ul {
    text-align: right;
    margin: 25px;
    float: right;
}

    header .top-menu ul li {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        color: white;
        text-transform: uppercase;
        /*margin-left: 10px*/
    }

        header .top-menu ul li a {
            color: white;
            padding: 5px 12px;
            font-family: sans-serif;
            text-decoration:none;
            font-size: 12px;
        }

            header .top-menu ul li a:hover {
                color: #bfc11e
            }

        header .top-menu ul li:first-child {
            margin-left: 0
        }

        header .top-menu ul li.active a {
            color: #bfc11e;
            border: 2px solid #fcb040;
            border-radius: 20px
        }

        header .top-menu ul li.login a:before {
            display: inline-block;
            background-image: url(../images/icons.png);
            position: relative;
            top: 2px;
            content: "";
            background-position: -8px -2px;
            width: 20px;
            height: 20px;
            margin-right: 8px
        }

            header .top-menu ul li.login a:before:hover {
                background-position: -8px -26px
            }

        header .top-menu ul li.login a:hover:before {
            background-position: -8px -26px
        }

.menu-inner {
    display: none;
    top: 0;
    padding-bottom: 10px;
    position: relative;
    background: #bfc11e
}

    .menu-inner li {
        font-size: 2.2rem;
        padding: 12px 0;
        text-align: left;
        padding-left: 20px;
        list-style: none
    }

        .menu-inner li a {
            color: #fff
        }

.menu-dropdown-main {
    background-color: inherit;
    color: white;
    padding: 16px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    line-height: initial;
    font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.menu-dropdown {
    position: relative;
    display: inline-block;
    margin-top: -2px;
}

/* Dropdown Content (Hidden by Default) */
.menu-dropdown-content {
    display: none;
    right: 0;
    position: absolute;
    background-color: #0C3C60;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .menu-dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        line-height: 20px;
        display: block;
        margin: 10px;
        text-align: left;
        font-size: 13px;
        background-color: #0C3C60;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
    }

        /* Change color of dropdown links on hover */
        .menu-dropdown-content a:hover {
            background-color: #6ea4ca !important;
            color: #0C3C60 !important;
        }

/* Show the dropdown menu on hover */
.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}

a {
    text-decoration: none;
}

.div-centered {
    margin: 0 auto;
}

.float-right {
    float: right;
}
.custom-control-input:hover, custom-control-label:hover{
    cursor: pointer;
}