.view-color-green {
    background-color: rgba(00, 128, 0, 0.3) !important;
}
.view-color-yellow {
    background-color: rgba(255, 255, 0, 0.3) !important;
}
.view-color-red {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

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

.toolbar-header-style {
   background: linear-gradient(to bottom, #002041, #5fa2dd) !important;
}
.x-tab-bar-default {
    background: linear-gradient(to bottom, #002041, #5fa2dd) !important;
}
.x-panel-header-default {
    background: linear-gradient(0deg, #002041, #5fa2dd)  !important;
}

.x-panel-header-default-vertical {
    background: linear-gradient(to left, #002041, #5fa2dd) !important;
}


.x-window-header-default-collapsed-bottom-mc {
 background-color:#002041 !important;
}
body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #5fa2dd !important;
}
.x-toolbar-more-icon {
 font:16px/1 FontAwesome;
 color:#919191
}

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

#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);
    }
}

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

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

@media screen and (max-width:480px){
    body {
        font-size:80%;  
    } 
}
