html {
background: url(sat.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.x-toolbar-footer {
    border-color: #000000;
    background-color: #000000 !important;
}

.x-form-item-label-default {
    color: #f1ff19 !important;
    }

.x-autocontainer-innerCt {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    background-color: #000000 !important;
}


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

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

.x-panel-header-title-default {
 background-color: #000000 !important;
 nt; */
}
.x-panel-header-default-vertical {
     background-color: #000000 !important;
}
.x-panel-header-default {
   background-color: #000000 !important;
}
.x-panel-header-default {
   border: 1px solid #000000!important;
}

.x-panel-header-default .x-tool-tool-el {
    background-color: #000000!important;
}

.x-splitter {
  background-color: #000000!important;
}


.x-btn-default-toolbar-small {
    border-color: #5897ce!important;
}


.x-fieldset {
    border-top: 1px solid #bbb !important;
    background: #000000!important;
    position: static;
}


/* COLOR LETRAS DE USUARIOS Y DISPOSITIVOS */
.x-grid-item {
color: #000000!important;
}

.x-window-header-default-top{
background-color: rgba(0, 0, 0, 1) !important;
}
.x-window-header-default .x-tool-img{
background-color: rgba(0, 0, 0, 1) !important;
} 
.x-btn-default-small{
background-color : rgba(0, 0, 0, 1) !important;
} 
.x-window-default{
border-color:##5fa2dd;
} 


.x-btn-icon-el-default-toolbar-small {
    font-size: 16px;
    height: 16px;
    color: #ff0000!important;
    line-height: 16px;
}



.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
       background-color: #000000!important;
}


.x-toolbar-text-default {
       color: #ffffff!important;
}

.x-panel-header-title-default {
    color: #f6f6f6!important;
    font-size: 20px!important;
    font-weight: 400;
    font-family: 'impact'!important;
    line-height: 20px;
}




.x-toolbar-default {
    padding: 6px 0 6px 8px;
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 1px;
    background-image: none;
    background-color: #000000 !important;
}
.x-panel-body-default {
    background: #000!important;
    border-color: #000000!important;
    color: #000000!important;
    
}


.x-window-body-default {
        color: #f0f0f0!important;
    
}

.x-box-layout-ct {
    overflow: hidden;
    background-color: black;
}


.x-grid-view, .x-tree-view {
    z-index: 1;
    background-color: #c1c1c1;
}



.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: 6px solid transparent;
  border-top-color: #FEFF33;
  border-bottom-color: #E10202;
  animation: spinner .6s ease infinite;}

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