/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2025-12-12 15:41:12
 */


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/barbie_s_resto_grill/images/image_091e298f9c_20251212154019.jpg?auto=format&ixlib=php-3.3.1&s=29274afc0713eb7808d3259d32ebfdbb') 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: #000000;
}

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


.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: #9d262a !important;
    background-color: #000000 !important;
}

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

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

.panel.mid-box {
    border: 1px solid #9d262a;
}

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

a:hover {
    color: ;
}

footer a {
    color: #060606 !important;
}

footer a:hover {
    color: #9d262a !important;
}