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

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

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

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    margin-bottom: 20px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "X" !important;
    /* content: "✖"; */
}

.detail-device {
    bottom: 5px;
    right: .5em;
    margin-bottom: 5px;
    width: 160px;
}

.detail-device button {
    width: 160px !important;
    height: 80px !important;
    line-height: 15px !important;
    font-size: 1rem !important;
    text-align: left !important;
    padding-left: 10px !important;
    font-weight: 500 !important;
}

.layer-switcher {
    top: 7em !important;
}

.bold {
    font-weight: bold !important;
}

.btn-success {
    background-color: #44c767;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    padding: 9px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.btn-success:hover {
    background-color: #5cbf2a;
}

.btn-success:active {
    position: relative;
    top: 1px;
}

.btn-danger {
    background-color: #db1f1f;
    border-radius: 28px;
    border: 1px solid #ab1919;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    padding: 9px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.btn-danger:hover {
    background-color: #bd2a2a;
}

.btn-danger:active {
    position: relative;
    top: 1px;
}

.nameDevice {
    font-size: 13px;
    font-weight: bold;
    color: #022A5F;
}

p {
    margin: 2px 0px !important;
}
.d-none{
    display:none!important;
}

#OtherButtons{
    background-color: transparent !important;
}
.other-buttons{
    top: 125px;
    left: .5em;
    margin-bottom: 5px;
}
.rotate-north {
    top: 65px !important;
}

.tableControls button{
    background: #000000 !important;
}

.tableControls button i{
    color:white;
}

.menu-buttons {
    position: absolute;
    top: 12.2em;
    right: .3em;
    text-align: left;
    background-color: transparent;
    font-size: 1.2em;
    width: 36px;
    z-index: 1;
}

.button-lock {
    background-color: #12ca1c;
    color: #fff;
    transition: background-color .5s ease;
    border-radius: 6px!important;
    height: 32px;
    width: 32px;
    z-index: 1;
    margin-bottom: 5px;
}

.button-unlock {
    background-color: #b91313;
    color: #fff;
    transition: background-color .5s ease;
    border-radius: 6px!important;
    height: 32px;
    width: 32px;
    z-index: 1;
    margin-bottom: 5px;
}

.button-googlemap {
    background-color: #c6db0a;
    color: #fff;
    border-radius: 6px!important;
    transition: background-color .5s ease;
    height: 32px;
    width: 32px;
    z-index: 1;
    margin-bottom: 5px;
}