body
{
    font-family: sans-serif;
    margin: 0px;
}

h1
{
    text-align: center;
    margin: 2px;
}

h2
{
    text-align: center;
    margin: 2px;
    font-size: small;
}

#status
{
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

#header
{
    position: fixed;
    width: 100%;
    height: 44px;
    text-align: right;
    font-size: 9pt;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.75);
}

#info
{
    position: fixed;
    left: 2px;
    top: 0px;
}

#gpsinfo
{
    text-align: center;
    display: inline-block;
    margin-left: 1px;
}

#posinfo
{
    text-align: right;
    display: inline-block;
    margin-left: 0px;
}

#bminfo
{
    position: fixed;
    text-align: center;
    line-height: 120%;
    width: 95%;
    height: 45px;
    word-wrap: normal;
    display: inline-block;
    right: 5px;
    bottom: 0px;
}

#footer
{
    position: fixed;
    width: 100%;
    height: 44px;
    text-align: left;
    font-size: small;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2px;
}

#footer label
{
    padding-right: 5px;
}

#footer img
{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#logo
{
    text-align: center;
}

#logo img
{
    width: 200px;
    height: 200px;
    margin-top: 5px;
}

#login
{
    text-align: center;
}

#login_button
{
    width: 200px;
    cursor: pointer;
}

#logout_button
{
    height: 40px;
    width: 40px;
    cursor: pointer;
    vertical-align: middle;
    margin: 2px;
}

#logouterr
{
    text-align: center;
}

#logout_button_err
{
    width: 200px;
    cursor: pointer;
}

.selected
{
    opacity: 0.5;
}

.normal
{
    opacity: 1;
}

#report
{
    text-align: center;
    z-index: 10;
}


#target
{
    position: fixed;
    background-image: url("target.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display: none;
    padding: 0 0 0 0px;
    cursor: default;
}

#bmdetails
{
    position: fixed;
    text-align: center;
    padding: 5px;
    margin: 0px;
    border:1px dashed #333;
    visibility: hidden;
}

#bmdetails.bm
{
    background-color: rgba(255, 255, 255, 0.9);
}

#bmdetails.opstina
{
    background-color: rgba(255, 255, 128, 0.9);
}

#menuBox
{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 0px;
    margin: 0px;
    border:1px black solid;
    bottom: 50px;
    visibility: hidden;
}

#menuBox .item
{
    padding: 10px;
    border: 1px gray solid;
}

#menuBox .item select
{
    margin: 2px;
    width: 100%;
}

#menuBox .item input
{
    width: 100%;
}

#map
{
    width    : 100%;
    position : absolute;
    height   : 100%;
    z-index: 0;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

#map .ol-zoom
{
    top: 50px;
}

#map .ol-zoom .ol-zoom-out
{
    margin-top: 65px;
}

#map .ol-zoomslider
{
    background-color: transparent;
    top: 76px;
    margin-left: 1px;
    height: 65px;
}

#map .ol-touch .ol-zoom
{
    top: 50px;
}

#map .ol-touch .ol-zoom .ol-zoom-out
{ 
    margin-top: 70px;
}

#map .ol-touch .ol-zoomslider
{
    top: 84px;
    margin-left: 1px;
    height: 70px;
}

#map .ol-zoom-extent
{
    margin-top: 70px;
}

input.gps[type=checkbox]
{
    display:none;
}

input.gps[type=checkbox] + label
{
    background-image: url("gps.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.gps[type=checkbox]:checked + label
{
    background-image: url("gps.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.center[type=checkbox]
{
    display:none;
}

input.center[type=checkbox] + label
{
    background-image: url("center.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.center[type=checkbox]:checked + label
{
    background-image: url("center.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.center[type=checkbox]:disabled + label
{
    background-image: url("disabled.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: default;
    vertical-align: top;
    margin-top: 2px;
}

input.bm[type=checkbox]
{
    display:none;
}

input.bm[type=checkbox] + label
{
    background-image: url("poly.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
}

input.bm[type=checkbox]:checked + label
{
    background-image: url("poly.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
}

#bmwrapper
{
    position: relative;
}

#loadingbm
{
    position: absolute;
    left: 15px;
    top: 15px;
    background-image: url("loading.svg");
    background-size: 11px 11px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 11px;
    width: 11px;
    display: inline-block;
    visibility: hidden;
    padding: 0 0 0 0px;
    cursor: progress;
    vertical-align: middle;
    -webkit-animation: myfirst 5s infinite linear;
    animation: myfirst 5s infinite linear;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
    100% {-webkit-transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes myfirst
{
    100% {transform: rotate(360deg);}
}

input.bm[type=checkbox]:disabled + label
{
    background-image: url("polydisabled.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: default;
    vertical-align: top;
}

input.north[type=checkbox]
{
    display:none;
}

input.north[type=checkbox] + label
{
    background-image: url("north.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.north[type=checkbox]:checked + label
{
    background-image: url("north.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.north[type=checkbox]:disabled + label
{
    background-image: url("northdisabled.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: default;
    vertical-align: top;
    margin-top: 2px;
}

input.menu[type=checkbox]
{
    display:none;
}

input.menu[type=checkbox] + label
{
    background-image: url("menu.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.menu[type=checkbox]:checked + label
{
    background-image: url("menu.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.bing[type=checkbox]
{
    display:none;
}

input.bing[type=checkbox] + label
{
    background-image: url("globe.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.bing[type=checkbox]:checked + label
{
    background-image: url("globe.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.details[type=checkbox]
{
    display:none;
}

input.details[type=checkbox] + label
{
    background-image: url("info.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.details[type=checkbox]:checked + label
{
    background-image: url("info.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 2px;
}

input.details[type=checkbox]:disabled + label
{
    background-image: url("infodisabled.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: default;
    vertical-align: top;
    margin-top: 2px;
}

.pos
{
    color: blue;
    font-weight: bold;
}
.neg
{
    color: red;
    font-weight: bold;
}

table
{
    border-collapse:collapse;
}

table, th, td
{
    border: solid 1px;
    margin: 0px;
    padding: 2px;
    font: smaller sans-serif;
}

td
{
    text-align: center;
}

th
{
    text-align:center;
    background-color: orange;
}

.rho
{
    color: gray;
    text-align: center;
}

#cclegend
{
    font-size: smaller;
    width: 100%;
    margin-left: 3px;
}

#cclegendneg
{
    font-size: smaller;
    width: 100%;
    margin-left: 3px;
}

.cc1
{
    padding: 2px;
    border: 1px solid rgba(255, 0, 255, 0.7);
    background-color: rgba(255, 0, 255, 0.5);
    display:inline-block;
    text-align: center;
}

.cc2
{
    padding: 2px;
    border: 1px solid rgba(255, 0, 0, 0.7);
    background-color: rgba(255, 0, 0, 0.5);
    display:inline-block;
    text-align: center;
}

.cc3
{
    padding: 2px;
    border: 1px solid rgba(255, 185, 0, 0.7);
    background-color: rgba(255, 185, 0, 0.5);
    display:inline-block;
    text-align: center;
}

.cc4
{
    padding: 2px;
    border: 1px solid rgba(128, 128, 128, 0.7);
    background-color: rgba(128, 128, 128, 0.5);
    display:inline-block;
    text-align: center;
}

.cc5
{
    padding: 2px;
    border: 1px solid rgba(128, 185, 255, 0.7);
    background-color: rgba(128, 185, 255, 0.5);
    display:inline-block;
    text-align: center;
}

.cc6
{
    padding: 2px;
    border: 1px solid rgba(0, 185, 255, 0.7);
    background-color: rgba(0, 185, 255, 0.5);
    display:inline-block;
    text-align: center;
}

.cc7
{
    padding: 2px;
    border: 1px solid rgba(0, 0, 255, 0.7);
    background-color: rgba(0, 0, 255, 0.5);
    display:inline-block;
    text-align: center;
}

.link
{
    text-decoration: underline;
    cursor: pointer;
}

input.filter[type=checkbox]
{
    display:none;
}

input.filter[type=checkbox] + label
{
    background-image: url("filter.svg");
    background-size: 35px 35px;
    background-repeat: no-repeat;
    opacity: 0.3;
    height: 35px;
    width: 35px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
}

input.filter[type=checkbox]:checked + label
{
    background-image: url("filter.svg");
    background-size: 35px 35px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 35px;
    width: 35px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: top;
}

#filterText
{
    display: inline-block;
    text-align: left;
}