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


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/hopcott_premium_meats/images/image_f5de46d878_20260602121050.jpg?auto=format&ixlib=php-4.1.0&s=d5705f53a23208faccea22c341cc2570') 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: #d85327;
}

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


.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: #4c8d82 !important;
}

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

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

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

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

a:hover {
    color: ;
}

footer a {
    color: #d85327 !important;
}

footer a:hover {
    color: #4c8d82 !important;
}