﻿h1.m-0 {
    color: rgb(204 238 255) !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #007bff;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgba(255,255,255,.9);
    color: #343a40 !important;
}

.bg-female {
    background-color: #ff61db !important;
}

#map {
    height: 550px;
    width:100%
}

.map_card {
    padding: 0;
}

.brand-link {
    background: #8bc34a
}

/*style the box which holds the text of the information window*/
.gm-style .gm-style-iw {
    background-color: #252525 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 120px !important;
    padding-top: 10px;
    display: block !important;
    overflow: hidden !important;
    line-height: 1.35;
    white-space: nowrap;
}

    /*style the paragraph tag*/
    .gm-style .gm-style-iw #google-popup p {
        padding: 10px;
    }


/*style the annoying little arrow at the bottom*/
.gm-style div div div div div div div div {
    background-color: #252525 !important;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

    /*style the link*/
    .gm-style div div div div div div div div a {
        color: #f1f1f1;
        font-weight: bold;
    }

.gm-style-iw > button {
    display: none !important;
}
.gm-style-iw {
   
}

#mapcontent h6 {
    margin-bottom: 2px;
    color: #00D900
}

#mapcontent .fa-male {
    color: #00D900;
    font-size: large
}

#mapcontent .fa-female {
    color: #ff61db;
    font-size: large
}

.gm-style-iw-d {
    overflow: hidden;
}

span.tm {
    font-size: x-large;
 
}

.bg-info {
    background-color: #17a2b8 !important;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .small-box-footer {
        background: rgba(0, 0, 0, .1);
  color: rgba(255, 255, 255, .8);
        display: block;
        padding: 3px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 10;
}
.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-female {
    background-color: #ff61db !important;
}
.small-box > .inner {
    padding: 10px;
} 

/*.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 20px !important;
    margin-left: 20px !important;
}*/
