/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar-main,
ul.top-nav > li.primary-action > a.btn,
.btn-primary {
	background-color: #336bef !important;
}

.navbar-main li.account {
    background-color: #0e56ff;
}

.btn-success {
    color: #fff;
    background-color: #336bef;
    border-color: #2761eb;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #2761eb;
    border-color: #2761eb; /*set the color you want here*/
}


.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
    color: #eee;
    background-color: #1b48b3;
}

/*-----------------------*/

.noticealert {
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #36454F;
    color: white;
}

.closebtnnotice {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}