﻿/*.imgScary {
    background-color: white;
    padding: 2px;
}

.boxRoom {
    -webkit-box-shadow: 0px 0px 8px 0px #cfcfcf;
    box-shadow: 0px 0px 8px 0px #cfcfcf;
    padding: 3px;
    border-radius: 3px;
    min-height: 100%;
    background-color: #ebebeb
}

    .boxRoom:hover {
        -webkit-box-shadow: 0px 0px 10px 8px #d5d5d5;
        box-shadow: 0px 0px 10px 8px #d5d5d5;
    }

    .boxRoom:focus {
        -webkit-box-shadow: 0px 0px 10px 8px #d5d5d5;
        box-shadow: 0px 0px 10px 8px #d5d5d5;
    }

@media (min-width:1200px) {
    .container {
        max-width: 1280px !important
    }
}

*/
h1 {
    font-size: 1.2rem !important;
}

h2 {
    font-size: 1.2rem !important;
}

h3 {
    font-size: 1.2rem !important;
}

h4 {
    font-size: 1.2rem !important;
}

h5 {
    font-size: 1.2rem;
}

.titrName {
    font-size: 0.85rem;
    margin-left: 4px;
}

.titrPo {
    font-size: 0.9rem;
    color: gray;
    margin-right: 4px;
}

#map {
    width: 100%;
    height: 225px;
    z-index: 0;
}

.thisA {
    color: gray;
}

.imgMap {
    height: 40px
}

.imglogomap {
    max-height: 35px;
    margin-right: 4px
}

.leaflet-control-attribution {
    display: none;
}

.divColorsVote {
    border-style: solid;
    border-color: dimgrey;
    border-width: 1px;
    border-radius: 3px;
    padding: 3px;
    margin: 2px;
}

.nav {
    display: flex;
    justify-content: flex-start;
}


.rowGod {
    border-radius: 10px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    padding: 5px;
    padding-top: 7px;
    background-color: #fbfbff;
}

.divOfflineEvents {
    background-color: #cf1010;
    padding-bottom: 13px;
    padding-top: 5px;
    margin-top: 5px
}

.vote-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 8px;
    height: 100%;
}

.theme-dark .vote-item {
    background: #212121;
}

.vote-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.progress-custom {
    background: #e9ecef;
    border-radius: 50px;
    height: 12px;
    overflow: hidden;
    position: relative;
}

.progress-bar-custom {
    height: 100%;
    border-radius: 50px;
    transition: width 0.4s ease;
}

.progress-value {
    font-size: 12px;
    margin-top: 4px;
    display: block;
    text-align: left;
    direction: ltr;
}

.my-div-icon {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: center;
}

    .my-div-icon a {
        display: inline-block;
    }