.topBar{
    position: fixed;
    height: 50px;
    background-color: cornflowerblue;
    color: white;
    font-size:x-large;
    padding: 5px 20px;
    text-align: center;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,0.3);
}
.appNav{
    float:left;
}
.refreshBtn{
    float:right;
}
.titleActive{
    margin: 0 auto;
    font-size:larger;
    text-decoration:underline !important;
}
.titlePasive{
    margin: 0 auto;
    font-size:smaller;
}
.appBody{
    padding:0px;
}
/*//////////////////////////////////////////////////*/
.mapCardWrap, .listCardWrap{
    width: 94%;
    margin: 0px auto;
    padding: 65px 0px;
}
#map{
    width: 100%;
    height: 20em;
}
.radarBtn{
    z-index: 99;
    height:5em;
    width: 5em;
    border-radius: 50%;
    background-color: cornflowerblue;
    background-image: url("../img/police-icon-0.png");
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin: -2em auto 0px auto;
    transition: all .2s ease-in-out;
}
.radarBtn:focus, .radarBtn:hover{
    background-color: #4e80da;
    transform: scale(1.1);
}

.otherProbBtn{
    height:3.5em;
    width: 3.5em;
    border-radius: 50%;
    background-color: red;
    background-size: 2.6em;
    background-position: center;
    background-repeat: no-repeat;
    margin-top:-3em;
    margin-left:1.5em;
    margin-right:1.5em;
    transition: all .2s ease-in-out;
}
.otherProbBtn:focus, .otherProbBtn:hover{
    background-color: #dc5555;
    transform: scale(1.1);
}
#udesBtn{
    background-image: url("../img/970411-200.png");
}
#someAlertBtn{
    background-image: url("../img/alert.png");
}
.legendIcon{
    height: 4vh;
}
/*//////////////////////////////////////////////////////////*/
.listCardWrap{
    display: none;
}
.listTitle{
    width:100%;
    color:white;
    background-color: red;
    padding: 10px 10px;
    text-align:center;
}
.goto{
    color: #0645ad !important;
}
.isPotvrdjeno{
    display: none;
}
.itemImg{
    height: 10vh;
}
#backToMapBtn{
   margin:0px auto -25px auto;
   text-align:center;
}
#backToMapBtn > span{
    padding-top: 3vh;
}
/*///////////////////////////////////////////////////////////////////*/
.sideBarWrap{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    padding-left: 0px;
    visibility: hidden;
    position:fixed;
    z-index:100;
    opacity: 0;
    margin-top:0px;
    transition:visibility 0s, opacity 0.5s linear;
}
.sideBar{
    width: 0%;
    opacity: 0;
    height: 100%;
    border-radius: 0px;
    transition: opacity 0s, width .5s;
}
.sideBar > .card-body{
    padding: 5px 0px 5px 0px;
}
.SideBarTitle{
    height: 22%;
    background-color:#4e80da;
    background-image: url("../img/police-icon-0.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position-x:50%;
    color:white;
    margin-bottom:0px;
}
.closeSideBar{
    float:right;
    padding: 5px 15px 0px 0px;
    font-size:x-large;
}
.sideItem{
    padding: 15px 20px 15px 5px;
    margin: 0px !important;
    width:100%;
    color:#757474;
    font-weight:500;
    /*border-bottom: solid 1px #cac8c8;*/
}
.showDarknes{
    visibility: visible;
    opacity: 1;
}
.showSideBar{
    opacity: 1;
    width: 85%;
}
.hideDarknes{
    opacity: 0.1;
}
.hideSideBar{
    width: 0%;
}
/*///////////////////////////////////////////////////////////////////*/
.radarModalWrap{
    position: fixed;
    padding-top: 10em;
    height:100%;
    width:100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);

    visibility: hidden;
    opacity: 0;
    transition:visibility 0s, opacity 0.5s linear;
}
.radarModal{
    height:0px;
    opacity: 0;
    transition: opacity 0.1s, height 1s linear;

    border-radius: 0px;
}
.radarModal > .card-title{
    padding: 10px 15px;
    background-color: #5a95f5;
    color: white;
}
.naseljeTxt{
    padding-top:1em;
}
.opisWrap{
    padding-top:20px;
}
.sendBtn{
    width: 80%;
    margin: 20px auto 5px auto;
}
.showDarknesR{
    visibility: visible;
    opacity: 1;
}
.showRadarModal{
    opacity: 1;
    height: auto;
}
/*///////////////////////////////////////////////////////////////////*/
.potvrdiModalWrap{
    position: fixed;
    padding-top: 5em;
    height:100%;
    width:100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);

    visibility: hidden;
    opacity: 0;
    transition:visibility 0s, opacity 0.5s linear;
}
.potvrdiModal{
    height:0px;
    opacity: 0;
    transition: opacity 0.1s, height 1s linear;

    border-radius: 0px;
}
.potvrdiModal > .card-title{
    padding: 10px 15px;
    background-color: #5a95f5;
    color: white;
}
.naseljePot{
    padding-top:1em;
}
.opisPot{
    padding-top:20px;
}
.pBtn{
    width: 80%;
    margin: 20px auto 5px auto;
}
.showDarknesP{
    visibility: visible;
    opacity: 1;
}
.showPotvrdiModal{
    opacity: 1;
    height: auto;
}
/*///////////////////////////////////////////////////////////////////*/
@media (min-width:801px){
    .kartaBtn, .listaBtn{
        display: none;
    }
    .mapCardWrap, .listCardWrap{
        display: inline-block;
        margin: 0px;
        padding: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mapCardWrap{
        width:66%;
    }
    #map{
        width: 100%;
        height: 30em;
    }
    .listCardWrap{
        width: 33%;
        float: right;
    }
    .appBody{
        padding: 65px 15px;
    }
    .showSideBar{
        opacity: 1;
        width: 45%;
    }
    .hideSideBar{
        width: 0%;
    }
    .radarModal{
        width:50%;
        margin:0px auto 0px auto;
    }
    .potvrdiModal{
        width:50%;
        margin:0px auto 0px auto;
    }
}
/*///////////////////////////////////////////*/
.btn-rounded{
    border-radius: 10em;
}