/********************* GENERAL *************************/
.font-acme{
    font-family: 'Acme', sans-serif;
}
.font-alfa{
    font-family: 'Alfa Slab One', display;
}
.font-alegreya{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 900;
    font-style: italic;
}
.font-alegreya-light{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 200;

}

body
{
    margin: 0;

}

/********************* LAYOUT *************************/

main
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.footer-div {
    width: 100%;
    margin-top: auto;
}
footer{

    width: 100%;
    margin-bottom: 0px !important;

    background-color: #f8f8f8;
    padding: 10px;
}

/*footer*/
#change_site_select{
    width: inherit;
}
/*footer*/
.legend-current-site{
    font-size:10px;
    text-indent: 10px;
    margin-top: 10px;
    color: sienna;
}




/********************* NAV/MENU *************************/


.logo{
    font-size: 25px;
    margin-right: 5px;
    margin-top: -5px;
}
.logo small{
    font-size: 17px;
    margin-left: 5px;
}


.search-input-container
{
    /*width: 80%;*/
    /*max-width: 300px;*/
    /*display: inline-block;*/

    display: none;
}

@media (max-width: 600px) {
    .search-input-container
    {
        display: none;
    }
}

.link-home-logo{
     width: 230px;
}

.container-nav-right{
     width: 70px;
}


@media (min-width: 601px) {
    .container-nav-right{
        /*width: 450px;*/
        width: 60%;
    }
}


header.border-bottom {
    border-bottom: 5px solid #0032ff !important;
}

.dropdown-menu-main
{
    margin-left: 130px !important;
}

.dropdown-item
{
    color: #212529;
    background-color: transparent;
}

.dropdown-item.active
{
    color: #fff;
    text-decoration: none;
    background-color: #0032ff;
}

.btn-login a
{
    color: #fff;
    text-decoration: none;
}


.dropdown-item-sub
{
    text-indent: 20px;
}
.dropdown-item-sub p
{
    font-size: 10pt;
}


.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.main-search::placeholder
{
    font-family: 'Helvetica', FontAwesome, sans-serif;
}


.main-search {
    color: #fff;
    background-color: #212529;
    border-color: #6c757d;
}

.fa-eye {
    cursor: pointer;
}


/*POPOVER*/

.popover-custom-wrapper-class
{
    max-width: 1000px;
}


.popover-custom-wrapper-class .popover-body
{
    width: 450px !important;

    height: 350px;
    overflow: scroll;
}
