/* This file is used to create ThemeBuilder.css when the theme is saved. It should only contain css to affects colors. */
/* If your theme uses a different css make a copy of this file and place it in your theme's folder                     */
HTML,
BODY {
    background-color: rgb(47, 54, 64);
    color: rgb(255, 255, 255);
}

#main .header-text {
    background-color: rgb(0, 95, 164);
    color: rgb(255, 255, 255);
}

#sidebar fieldset:first-of-type legend {
    background-color: rgb(0, 95, 164);
    color: rgb(255, 255, 255);
}

a:link, a:visited {
    color: rgb(0, 95, 164);
}

a:active, a:hover {
    color: rgb(0, 80, 138);
}

.nav-fostrap li:hover {
    background-color: transparent;
    border-color: transparent;
}

    .nav-fostrap li:hover > a {
        color: rgb(255, 255, 255);
    }

.nav-fostrap li > a {
    color: rgb(0, 95, 164);
}

.nav-fostrap li ul.dropdown {
    background-color: rgb(40, 47, 54);
    border-color: rgb(40, 47, 54);
}

    .nav-fostrap li ul.dropdown li a {
        color: rgb(255, 255, 255);
    }

    .nav-fostrap li ul.dropdown li:hover {
        background-color: rgb(0, 95, 164);
    }

        .nav-fostrap li ul.dropdown li:hover a {
            color: rgb(255, 255, 255);
        }

#sidebar > .links a:hover {
    background-color: rgba(0,95,164,0.08);
    border: 1px solid rgb(0, 95, 164);
}

.info-button:hover,
.info-button {
    background-color: rgb(12, 119, 155);
    color: rgb(255, 255, 255);
    background-image: unset;
}

.red-button:hover,
.red-button {
    background-color: rgb(190, 81, 56);
    color: rgb(255, 255, 255);
    background-image: unset;
}

.orange-button:hover,
.orange-button {
    background-color: rgb(234, 157, 7);
    color: rgb(255, 255, 255);
    background-image: unset;
}

.green-button:hover,
.green-button {
    background-color: rgb(43, 137, 60);
    color: rgb(255, 255, 255);
    background-image: unset;
}

.info-label {
    color: ;
}

.red-label {
    color: red;
}

.green-label {
    color: green;
}

.orange-label {
    color: orange;
}

.popup-script-loading-success {
    color: green;
}

.popup-script-loading-failure {
    color: red;
}

.k-i-cancel:before {
    color: red;
}

.k-i-save:before {
    color: green;
}

.k-i-unlock:before,
.k-i-lock:before {
    color: green;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: red;
}

#sidebar fieldset legend {
    border-bottom: 1px solid rgb(40, 47, 54);
}

#footer #info {
    border-top: 1px solid rgb(40, 47, 54);
}

.navbar-fostrap > img,
.logo {
    filter: invert(13%) sepia(99%) saturate(4312%) hue-rotate(193deg) brightness(97%) contrast(101%);
}

@media only screen and (max-width:900px) {
    .nav-fostrap,
    .nav-bg-fostrap {
        background-color: rgb(47, 54, 64);
    }

        .nav-bg-fostrap .title-mobile {
            color: rgb(255, 255, 255);
        }

    #sidebar ul,
    #sidebar {
        background-color: rgb(47, 54, 64);
    }
}