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

.x-panel-header-default-vertical {
    background-image: none;
    background-color: #fff !important;
    border-color: #F46269 !important;
}

.x-panel-header-default {
    background-image: none;
    background-color: #fff !important;
    border-color: #F46269 !important;
    color: black !important;
}


.x-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 7px 7px 7px 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #F46269 !important;
    background-color: #fff !important;
    color: black !important;
}

.x-panel-header-default .x-tool-tool-el {
    background-color: #fff !important;
    color: black !important;
    border-color: #F46269 !important;

}

.ol-control button {
    background-color: #F46269 !important;
    border-color: #F46269 !important;
    color: black !important;
}

.x-window-header-default {
    border-color: #F46269 !important;
    background-color: #fff !important;
    color: black !important;

}
.x-window-header-title-default {
    color: grey !important;
}

.x-window-default {
    border-color: #F46269 !important;
    color: black !important;
}

.x-btn-default-small {
    border-color: #F46269 !important;
    background-color: #F46269 !important;
}

.x-window-header-default .x-tool-img {
    background-color: #fff !important;
    color: black !important;
    border-color: #F46269 !important;
}

.x-menu-item-link:hover {
    background-color: #F46269 !important;
    color: black;
    border-color: #F46269 !important;
}

.x-panel-header-title-default {
    color: grey !important;
    font-family: 'Open-Sans', sans-serif!important;
    border-color: #F46269 !important;

}

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

.x-column-header {
    font-family: 'Open-Sans', sans-serif!important;
    font-style: italic;
    border-color: #F46269 !important;

}

.x-splitter {
    background-color: #e6e6e6 !important;
    border-color: #F46269 !important;
}

.x-collapse-el {
    background-color: #fff !important;
    color: #F46269 !important;
}

.x-form-trigger-wrap-default {
    border-color: #F46269 !important;
}

.x-menu-item-icon-default {
    color: #F46269 !important;
}
.x-menu-item-text-default {
    font-family: 'Open-Sans', sans-serif!important;
}

.x-form-item-label-default {
    font-family: 'Open-Sans', sans-serif!important;
}

.x-fieldset-header-default > .x-fieldset-header-text {
    font-family: 'Open-Sans', sans-serif!important;
}
.x-btn-inner-default-small {
    font-family: 'Open-Sans', sans-serif!important;
}

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

#button-1019 {
    display: none!important;
}

