.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;
}

#shipButton-btnInnerEl, #shipButton-btnIconEl, #eventsButton-btnInnerEl, #eventsButton-btnIconEl, #reportButton-btnInnerEl, #reportButton-btnIconEl, #menuButton-btnInnerEl, #menuButton-btnIconEl, #traButton-btnInnerEl, #traButton-btnIconEl {
    color: #919191 !important;
}

.x-btn-wrap-default-medium.x-btn-arrow-right:after {
    color: #919191 !important;
}

.ol-dragbox {
    background-color: rgba(255, 255, 255, 0.4);
    /*border-color: rgba(100,150,0,1);*/
}

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

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#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);
    }
}

.mapboxgl-ctrl {
    display: none !important;
}

.x-resizable-handle-east {
    width: 0px !important;
}

.pulse-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    /*background-color: red;*/
    z-index: 999999;
    position: relative;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.75);
}

.pulse-item {
    box-shadow: 0 0 6px 1px red;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 0.1s;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 300%;
    width: 300%;
    position: absolute;
    margin: -100% 0 0 -100%;
    -webkit-animation: pulsate 1s infinite;
    -moz-animation: pulsate 1s infinite;
    -ms-animation: pulsate 1s infinite;
    -o-animation: pulsate 1s infinite;
    animation: pulsate 1s infinite;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(0.1);
    }
    25% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(0.25);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(0.5);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(0.1);
    }
    25% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(0.25);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(0.5);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

#profileMenuButton-btnWrap:after {
    width: 18px;
    content: "\f0d7";
    font: 16px/1 FontAwesome;
    color: white !important;
}

#deviceshipViewPanel-placeholder{
    padding: 5px 10px 5px 10px;
}

#deviceshipViewPanel-placeholder-title-textEl{
    font-size: 14px;
}

#profileMenuButton-btnInnerEl {
    font: 400 16px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    color: white;
}

body > .x-mask {
    background-color: rgba(0, 0, 0, 0) !important;
}
