﻿#footer, #mapAbsoluteDiv {
    overflow: hidden;
}

body {
    font-family: nunitoregular;
    font-family: Nunito,sans-serif;
    background: rgb(245,245,245);
}

@font-face {
    font-family: nunitoregular;
    src: url(../fonts/nunito-regular-webfont.woff2) format('woff2'),url(../fonts/nunito-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

#mapAbsoluteDiv {
    position: absolute;
    z-index: 100001;
    width: calc(100% - 30px);
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background: linear-gradient(215deg,rgba(0,0,0,.5),rgba(0,0,0,.5));*/
}

.dropdown-menu, .form-control {
    background-color: rgba(250,250,250,.75);
}

#bgImg, #map_canvas {
    position: relative;
    z-index: 0;
    border-radius: 4px;
    width: 100%;
}

.dropdown-menu {
    left: auto;
    right: 10px !important;
    box-shadow: 0 0 0 4px rgba(250,250,250,.5);
    border: 2px solid transparent;
    border-radius: 0;
    padding: 0 !important;
}

.nav-link {
    /*text-transform: uppercase;
    color: #fff !important;*/
    letter-spacing: 1px;
    padding: .25rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /*color: #fff;
    background-color: transparent;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    border-top: solid 1px #fff;*/
}

#footer, .alert {
    background: rgba(0, 0, 0, 0.8);
}

.c-p {
    cursor: pointer;
}

.fa-2x {
    font-size: 1.5em;
}

.card-header {
    padding: .25rem .5rem;
}

.card-body {
    padding: .5rem;
}

.alert {
    z-index: 0;
    padding: 0;
    border: none;
    position: absolute;
    border-radius: 0;
}

    .alert .panel {
        min-width: 300px;
    }

        .alert .panel .panel-heading {
            text-align: right;
        }

#alertMessage {
    text-align: left;
}

.AlertTable > tbody > tr > td:nth-child(2) {
    min-width: 80px;
    font-weight: 700;
}

.hide {
    display: none !important;
}



#mainCardRow {
    width: calc(100% - 30px);
    /*background: #303950;*/
    border: none;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    background: url(../img/bg.jpg);
    background-size: cover;
}
