/*
 * 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:54
 */


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

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


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

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

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

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

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

a:hover {
    color: ;
}

footer a {
    color:  !important;
}

footer a:hover {
    color:  !important;
}