/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2025-04-23 22:34:37
 */


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/foursome_restaurant_group/images/image_e10a79f747_20171030141729.jpg?auto=format&ixlib=php-3.3.1&s=823684cf15d4cc6f11a61f2ff8936932') no-repeat center 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* TOP MENU BAR */
.navbar {
    background-color: #443530;
}

.navbar-inverse {
    border-color: #443530;
}


.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    background-color: #9c9362 !important;
}

/* BUTTON COLOR */
.bghighlight {
    color: #ffffff;
    background-color: #9c9362 !important;
}

.bghighlight:hover {
    background-color: #990000 !important;
}


/* LINK COLOR */
a, a:link {
    color: ;
}

a:hover {
    color: ;
}

footer a {
    color: #9c9362 !important;
}

footer a:hover {
    color: #990000 !important;
}