@font-face {
    font-family: 'glyphicons-halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot'),
    url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.imgLogoHeader {
    height: 47px;
}

.green-icon{
    color: #48d14d;
}

.headTitle{
    margin-left: 10px;
    color: white;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50% !important;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.iconDot {
    margin-top: 6px;
    margin-left: 2px;
}

.icoRed{
    color: red;
}

.icoGreen{
    color: green;
}

.modal-dialog{
    max-width: 900px;
}

.white{
    background-color: transparent !important;
}

.gray{
    background-color: rgba(0, 0, 0, .05) !important;
}

.icoFont{
    font-size: 24px;
    padding-right: 4px;
}

/* Tooltip styles */
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -40px;
    left: -50%;
}

#top::before {
    top: 80%;
    left: 45%;
}

#bottom {
    top: 25px;
    left: -50%;
}

#bottom::before {
    top: -5%;
    left: 45%;
}

#left {
    top: -8px;
    right: 120%;
}

#left::before {
    top: 35%;
    left: 94%;
}

#right {
    top: -8px;
    left: 120%;
}

#right::before {
    top: 35%;
    left: -2%;
}

.hover-text {
    position: relative;
    display: inline-block;
    #margin: 40px;
    font-family: Arial;
    text-align: center;
}
/* END tooltip styles */

#map {
    height: 400px;
    width: 100%;
}
