.view-color-green {
    background-color: rgba(77, 250, 144, .3)
}

.view-color-yellow {
    background-color: rgba(250, 190, 77, .3)
}

.view-color-red {
    background-color: rgba(255, 84, 104, .3)
}

.view-color-blue {
    background-color: rgba(29, 29, 170, .3)
}

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

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

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

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}
		
.x-body{background:url(bgnew.png) 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;
}

.body{background:url(bgnew.png) 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;
}

body{background:url(bgnew.png) 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;
}
		
@media only screen and (max-width: 600px) {
  .x-body{
    background-size:230%!important;
  }
}
#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    /*font-size: x-small;*/
	font-size: 11px;
    font-family: advent pro;
}

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

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