/**
 * Atlans Template - Custom Colors
 * Generated dynamically from AdminCP configuration
 */

/* Body & Background */
body {
    background: #0a0a0a url('https://i.imgur.com/f1lXimJ.jpeg') no-repeat center center fixed !important;
    background-size: cover !important;
    color: #d6d6d6 !important;
    min-height: 100vh !important;
}

@media only screen and (min-width: 2000px) {
    body {
        background: #0a0a0a url('/templates/atlans/img/background-2600.jpg') no-repeat center center fixed !important;
        background-size: cover !important;
    }
}

/* Container */
#container {
    background: #141616 !important;
}

/* Footer */
.footer {
    background: #0d0d0d !important;
    color: #d6d6d6 !important;
}

/* Links */
a {
    color: #e29b30 !important;
}

a:hover {
    color: #fdda8a !important;
}

/* Navbar */
#navbar,
.navbar {
    background: #0f1111 !important;
}

#navbar a,
.navbar a {
    color: #e29b30 !important;
}

#navbar a:hover,
.navbar a:hover {
    color: #fdda8a !important;
}

/* Top Bar */
.global-top-bar {
    background: #0f0f0f !important;
}

.global-top-bar a,
.global-top-bar-content {
    color: #e29b30 !important;
}

/* Header Info */
.header-info-container,
.header-info {
    background: transparent !important;
}

.header-info-block {
    color: #d6d6d6 !important;
}

.online-count {
    color: #e29b30 !important;
}

/* Online Bar */
.webengine-online-bar {
    background: #1b1d1d !important;
}

.webengine-online-bar-progress {
    background: #e29b30 !important;
}

/* Text Colors */
.text-primary,
h1, h2, h3, h4, h5, h6 {
    color: #d6d6d6 !important;
}

.text-secondary {
    color: #9a9a9a !important;
}

/* Accent Color */
.accent-color,
.highlight {
    color: #e29b30 !important;
}

/* Panels */
.panel {
    background: #141616 !important;
    border-color: #0f1111 !important;
}

.panel-heading {
    background: #0f1111 !important;
    color: #9a9a9a !important;
}

/* Buttons */
.btn-primary {
    background-color: #e29b30 !important;
    border-color: #e29b30 !important;
}

.btn-primary:hover {
    background-color: #fdda8a !important;
    border-color: #fdda8a !important;
}

/* Forms */
input[type=text], 
input[type=password], 
input[type=number],
select,
textarea {
    background: #0f1111 !important;
    border: 1px solid #e29b30 !important;
    color: #d6d6d6 !important;
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=number]:focus,
select:focus,
textarea:focus {
    border: 1px solid #e29b30 !important;
}
