/* This is a file that a company can use to overwrite CSS classes used within the skyline project, without having those changes overwritten when a new version is deployed. */
/* This file should only be referenced by _layout.cshtml.*/


/* e.g. Change Logo in navbar   */


.modern-layout-sidebar .modern-sidebar-brand {
    display: block;
    width: 219px;
    height: 83px;
    background-image: url("/settings/flyea_lg2.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 86px;
    margin-bottom: 10px; 
}



#top .navbar .navbar-brand {
    width: 219px;
    height: 160px;
    background-image: url('/settings/flyea_lg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 3px;

}


#top .navbar {
    /* background-color: #ffffff; /*
    border-top: 3px;
}