.view-color-green {
    background-color: rgba(51, 255, 0, 0.8);
}
.view-color-yellow {
    background-color: rgba(255, 153, 0, 0.8);
}
.view-color-red {
    background-color: rgba(255, 51, 51, 0.8);
}

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

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

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

.x-panel-header {
    background-color: #005b7e !important;

}

.x-window-header {
    background-color: #005b7e !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 #005b7e;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

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

.equgps-logo{
    margin-left: 15px;
    display: block;
    position: absolute;
    top: -20px;
}
@media screen and (max-width: 800px) {
    .equgps-logo{
        display: none;
    }
}
.equgps-link-store {
    position: absolute;
    top: 50px;
    width: 100%;
    margin: auto;
    z-index: 100;
    text-align: center;
}
.equgps-link-store .link {
    background-color: white;
    padding: 10px;
    font-weight: 700;
}
.equgps-link-store a {
    text-decoration: none;
    color: #005B7E;
    font-size: 1.5em;
}
.equgps-link-store img {
    margin-right: 4px;
    width: 20px;
}
@media screen and (max-width: 600px) {
    .equgps-link-store {
        top: 115px;
        width: 30%;
        margin-left: 10px;
        z-index: 1;
        text-align: left;
    }
    .equgps-link-store .link {
        padding: 4px;
        font-weight: 800;
        display: inline-block;
    }
    .equgps-link-store .link-text {
        display: none;
    }
    .equgps-link-store img {
        margin: 0;
    }
}

.x-btn-pressed {
    border: 2px #00EA00 solid !important;
}

.devices-icons img {
    width: 20px;
    height: 20px;
}

.equ-new {
    position: absolute;
    top: 85px;
    right: 10px;
    margin: auto;
    z-index: 100;
    text-align: right;
    display: none;
}

.equ-modal-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 110;
    display: none;
}
.equ-modal-fade img {
    max-width: 100%;
    height: auto;
}

@media(max-width: 720px) {
    .equ-new {
        display: block;
    }
}
