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


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

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


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

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

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

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

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

a:hover {
    color: ;
}

footer a {
    color:  !important;
}

footer a:hover {
    color:  !important;
}