.view-color-green {
    background-color: rgba(8, 214, 15, 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-color-blue {
    background-color: rgba(29, 29, 170, 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);
    }
}

/** MOD **/

/** janelas arredondadas **/

.x-window-body {
    border-radius: 3px
}

.x-window-body-default {
    border-radius: 3px
}

/** x-window-body-default  **/

.x-form-trigger-wrap-default {
    border-radius: 3px
}

.x-form-text-wrap {
    border-radius: 2px
}

.x-column-header {
    border-radius: 3px
}

/** logomarca **/

.logo_main {
    width: 125px;
    height: 45px;
}

/** street view **/

.street-view {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 200px;
    background: rgba(255, 255, 255, .0);
    border-radius: 8px 0 0 8px;
    text-align: center;
    color: #fff;
    z-index: 999999;
    display: none;
}

@media (max-width:420px) {
    .logo_main {
        width: 90px;
        height: 30px;
    }
    a[id*="button-"] {
        width: 26px;
    }
    .street-view {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 180px;
        height: 120px;
        background: rgba(255, 255, 255, .0);
        border-radius: 8px 0 0 8px;
        text-align: center;
        color: #fff;
        z-index: 999999;
        display: none;
    }
}

/** popup veiculo **/

.ol-popup {
    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: 260px;
    display: none;
}

.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: "Ã¢Å“â€“";
}

body {
    background: url("background.jpg") no-repeat center top fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
}

#fi-button-msg {
    border: 2px solid #ccc;
    padding: 5px 10px;
    background: #eee;
    margin: 5px;
    float: left;
}

.rotate-north {
    top: 65px;
    left: .5em;
    margin-bottom: 5px;
    width: 36px;
}

.ol-touch .rotate-north {
    top: 80px;
    height: 32px;
    width: 36px;
}

/** cores da interface **/

.toolbar-header-style, .x-panel-header-default, .x-panel-header-default-vertical, .x-panel-header-default .x-tool-img, .x-window-header-default .x-tool-img, .x-window-header-default-top, .x-btn-default-small {
    border-color: #0e0f0f !important;
    background-color: #0e0f0f !important;
    border-radius: 3px
}

.x-window-default {
    border-color: #5fa2dd;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 7px
}

.x-panel-header-default {
    font-size: 16px;
    border: 1px solid #5fa2dd
}

/** botoes arredondados **/

.x-btn-default-toolbar-small {
    border-radius: 50px !important;
    transition: background-color 0.5s ease;
    border-radius: 3px
}

/* BotÃƒÂµes pressionados */
.x-btn-default-toolbar-small.x-btn-pressed {
    background:#63e995 !important 
}

.x-fieldset-header-tool-default>.x-tool-toggle {
    font: 10px/1 FontAwesome !important;
    color: #111e84 !important;
    background: white !important;
    padding: 2px 0 !important;
    border-radius: 100% !important
}

.x-toolbar .x-btn {
    border-radius: 20px !important;
    border: none !important;
    color: black !important
}

/** form transparente  */

[id^="login_form"] .x-window-body-default, [id^="login_form"] .x-panel-body-default {
    background-color: rgba(0, 0, 0, 0) !important;
    left: -1px !important;
    width: calc(100% + 1px) !important;
    /**opacity: .5 */
}

[id^="login_form"] .x-window-default {
    border-color: #3b4954 !important;
    border-width: 10px !important;
    box-shadow: 0 0 50px rgba(99, 99, 99, .38823529411764707) !important
}

[id^="login_form"] .x-form-item-label-text {
    color: #fff;
    font-weight: bolder;
}

[id^="login_form"] .x-toolbar-footer {
    background-color: rgba(0, 0, 0, .15) !important;
}

[id^="login_form"] .x-toolbar .x-btn {
    border-radius: 5px !important;
    border: none !important;
    color: black !important;
    /**width: 95% !important; 
    left: 4px !important;*/
}

[id^="login_form"] .x-form-text-default, a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none !important;
}

[id^="login_form"] a {
    text-decoration: none !important;
}

.x-window {
    background-color: rgba(0, 0, 0, 0) !important;
    border-width: 2px !important
}

/** janelas arredondadas **/

.x-form-trigger-wrap-default {
    border-radius: 3px
}

.x-form-text-wrap {
    border-radius: 2px
}

.x-column-header {
    border-radius: 3px
}

.x-border-item {
    background-color: rgba(0, 0, 0, 1) !important;
}

.sweet-overlay {
    z-index: 29000;
}

.sweet-alert {
    z-index: 29900;
}

