.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: #19801e !important;
}

body.x-border-layout-ct,
div.x-border-layout-ct {
    background-color: #00A854 !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 #00A854;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}


/* Cambios estilo*/

.x-menu-item-icon-default {
    background-color: #f2b901 !important;
}

.x-menu-item 
{
  background: #00A854 !important;
}
.x-menu-item-default 
{
    background: #00A854 !important;
  } 

.x-boundlist-selected {
    color: #fff;
    background: #00A854 !important;
    border-color: #00A854 !important;
} 
.x-menu-item-default-focus {
    border-color:#00A854 !important;
    
}

.x-menu-item-link {
    -webkit-tap-highlight-color: #f2b901 !important;
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0;
    display: block;
}
.x-tool-img {
    background-color: #f2b901 !important;
}
.x-btn-default-small {
    -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;
    background-color: #00A854 !important;
}
.x-window-default {
    border-color:#00A854 !important;
    
}
.x-window-header-default {
    font-size: 16px;
    border-color:  rgba(108, 250, 127, 0.438) !important;
    background-color: #00A854 !important;
}
.toolbar-header-style {
    background-color: #00A854 !important;
}

.x-panel-header-default {
    background-image: none;
    background-color: #00A854 !important;
    border: 1px solid #00A854 !important;
}

.x-btn-default-small {
    border-color: #19801e !important;
}

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