.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}
.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}

.view-item-disabled {
    opacity: 0.5;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #ffffff !important;
}

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

.x-menu-item-default.x-menu-item-focus, .x-menu-item-default.x-menu-item-active {
    background-image: none;
    background-color: #4343a8!important;
}

.x-boundlist-item-over, .x-boundlist-list-item-over, .x-boundlist-selected {
    background-image: none;
    background-color: #4343a8!important;
}

/*==============================================*/

.toolbar-header-style {
    background-color: #0000ff !important;
}16:43 18/01/2022

.x-panel-header-default-vertical {
    background-color: #ffff00 !important;
}

.x-panel-header-default {
    border: 1px solid #000000 !important;
    background-color: #ff0000 !important;
}

.x-panel-header-default .x-tool-tool-el {
    background-color: #3f51b5 !important;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.x-btn-inner-default-toolbar-small {
    color: #ffff00 !important;
}

.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after {
    color: #ffff00 !important;
}


.x-toolbar .x-btn {
    border: none !important;
    border-radius: 15px !important;
    text-decoration: none !important;
}

.x-btn-icon-el-default-toolbar-small {
    color: #ffff00 !important;
}

.x-btn-default-toolbar-small {
    background: none !important;
    border: none !important;
}

.x-btn-focus.x-btn-over.x-btn-default-toolbar-small {
    box-shadow: none !important;
}

.x-btn-focus.x-btn-default-toolbar-small {
    box-shadow: none !important;
}

.x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background: #808080 !important;
}

.x-toolbar-default {
    background: #000000 !important;
}

.x-toolbar-text-default {
    color: #ffff00 !important;
}

/*---Main Window---*/
.x-window-default {
    border-color: #3f51b5 !important;
}

.x-window-header-default-top {
    background-color: #3f51b5 !important;
}

.x-window-header-default {
    border-color: #3f51b5 !important;
}

.x-window-header-default .x-tool-img {
    background-color: #ae8625 !important;
}

.x-btn-default-small {
    background-color: #3f51b5 !important;
}

#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}

#spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border-top: 6px solid #5fa2dd;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

html {
    background: url(bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}