@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

.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;
}

.toolbar-header-style {
    background-color: #121921 !important;
}

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

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

#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 #121921;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
.x-fieldset-header-default > .x-fieldset-header-text,
.x-toolbar-text-default,
.x-boundlist-item,
.x-btn-inner-default-toolbar-small,
.x-grid-item,
.x-column-header,
.x-panel-header-title-default,
.x-panel-body-default,
.x-form-item-label-default,
.x-body,
.x-btn-inner-default-small
{
    font-family: 'Nunito', 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif !important;
}

.x-panel-header-default .x-tool-tool-el,
.x-window-header-default-top,
.x-panel-header-default-vertical,
.x-panel-header-default,
.x-btn-default-small{
    background-color: #121921 !important;
}
.x-btn-default-small:hover{
    background-color: #121921AA !important;
}

.x-panel-header-default,
.x-btn-default-small,
.x-panel-header-default .x-tool-tool-el,
.x-window-header-default,
.x-window-default{
    border-color: #121921 !important;
}

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