/**
 * CUSTOM-THEME ARIZONA CSS v1.0
 * Theme style tha complements custom-index
 * 
 * @author (c) Enso Coding 2019
 * @license GNU General public licence 
 */

.body-color {
    /* Custom Arizona color light */
    /*background-color: #f0d080;*/
    background-color: #ffcc32;
    color: #000;
}

.button-color {
    /* brown */
    /*background-color: #795548!important;
    color: #fff!important;
    */
    background-color: #f9680f!important;
    color: #fff!important;
}

.button-retry {
    /* deep-orange */
    background-color: #ff5722!important;
    color: #fff!important;
}

.button-confirm {
    /* green */
    background-color: #4CAF50!important;
    color: #fff!important;
}

.button-abort {
    /* deep-orange */
    background-color: #ff5722!important;
    color: #fff!important;
}

.title-header {
    /* black shadow */
    text-shadow: 2px 2px 8px #000000;
    color: #ffffff;
}

.title-page {
    /* black shadow */
    text-shadow: 2px 2px 8px #000000;
    color: #ffffff;
}

.bottom-bar-color {
    /* Custom Arizona color light*/
    /*background-color: #f0d080;*/
    background-color: #ffcc32;
    color: #000!important;
    /* orange 
    background-color: #ff9800; */
}

.bottom-bar-error {
    /* Custom Arizona color light*/
    /*background-color: #f0d080;*/
    background-color: #ffcc32;
    color: #b00!important;
}

.topbar-color {
    /* orange */
    /*background-color: #ff9800;*/
    background-color: #f9680f;
    color: #000;
}

.navbar-color {
    /* orange 
    background-color: #ff9800; */
    background-color: #ffffff;
    color: #000;
}

.navbar-color-header {
    /* orange */
    /* background-color: #ff9800; */
    background-color: #f9680f;
    color: #000;
}

.navbar-color-accordion {
    color: #000;
}

.navbar-hover:hover {
    background-color: #d0d0d0;
    color: #000!important;
}

.navbar-active {
    color: #000!important;
    font-weight: bold;
}

.toptext-color {
    /* brown */
    color: #795548!important;
}

.round-color {
    /*orange*/
    /*color: #ff9800;*/
    color: #f9680f;
}

.section-header {
    /* orange 
    background: #ff9800;*/
    /* Custom Arizona color light
    background-color: #f0d080; */
    /* light gray */
    /*background: #e0e0e0;*/
    background-color: #5f5c5a;
    color: #fff!important;
    border-bottom: 1px solid #a0a0a0;
}

.section-footer {
    /* orange 
    background: #ff9800;*/
    /* Custom Arizona color light
    background-color: #f0d080; */
    /* orange */
    background: #e0e0e0;
    color: #000!important;
    border-bottom: 1px solid #a0a0a0;
}

.collapsible-header {
    /* light gray */
    background: #e0e0e0;
    color: #000!important;
}

.table-header-color {
    /* brown */
    background: #795548;
    color: #fff!important;
    opacity: 0.7;
}

.banner-color {
    /* white */
    background-color: #fff;
    color: #000!important;
}