.view-color-green {
    background-color: rgba(77, 228, 135, 0.5);
}
.view-color-yellow {
    background-color: rgba(245, 255, 0, 0.5);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.5);
}

.view-color-gray {
    background-color: rgba(133, 128, 128, 0.6);
}

.view-color-magento {
    background-color: rgba(227, 2, 247, 0.6);
}

.view-color-blue {
    background-color: rgba(71, 7, 247, 0.3);
}

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

.hideHeader {
    display:none;
}

.ol-attribution ul {
    text-align: left;
}

.ol-collapsed ul {
    display: block;
}

.ol-popup {
    position: absolute;
    display: none;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-height: 20px;
    min-width: 250px;
    z-index: 1001;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.toolbar-header-style {
    background-color: #7c4c05 !important;
    left: 0px;
}

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

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


.x-form-text-field-body-default {
    min-width: 120px;
    max-width: 170px;
}
.report_sum{
    width: 100%;
    font-size: 1em;
}