/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2026-04-27 11:56:01
 */


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/lucille_s/images/image_9097faae2c_20260105154201.png?auto=format&ixlib=php-4.1.0&s=5aaf4a56b606ee0a6675c83a98c55385') 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: #000000 !important;
    background-color: #00add9 !important;
}

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

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

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

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

a:hover {
    color: ;
}

footer a {
    color: #000000 !important;
}

footer a:hover {
    color: #00add9 !important;
}