﻿.ontop {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: url(../images/BackgroundLoader.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gm-style-mtc {
    padding-bottom: 3px;
}
.marker-position {
    margin: -40px 0px 0px 42px;
    z-index: 2;
    position: relative;
}
.hamburguerContainer {
    display: inline-block;
    cursor: pointer;
    margin-top: 2%;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
#rowHeader {
    -webkit-box-shadow: 0 0 40px #707070; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 40px #707070; /* Firefox 3.5 - 3.6 */
    margin-top: 0%;
    box-shadow: 0 0 40px #707070;
    z-index: 2;
    position: relative;
}

#headerFooter {
    background: url(../images/topbar.png);
}
.logoimage {
    background: url(../images/Logo-Gesfrota-PNG.png) no-repeat center center fixed;
}

#bar {
    border-bottom: 3px solid black;
    margin-bottom: 10px;
    margin-top: 7%;
}

#labelValidadeConjunto {
    margin-top: 1%;
    margin-left: 55%;
}

.labelText {
    font-size: 12px;
    margin-top: 14%;
    font-family: Roboto;
    text-align: center;
    color: #8F8E8F;
    margin-bottom: 0% !important;
}

.labelTextValidade{
    font-size: 12px;
    margin-top: 12%;
    font-family: Roboto;
    text-align: center;
    color: #8F8E8F;
    margin-bottom: 0% !important;
}

.labelNomeValidade {
    margin-top: 0px;
}

#desktopHeader {
    margin-left: -31%;
}

.map-container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.markerIcon {
    width: 90%;
    height: 90%;
}
.markerangle {
    position: relative;
    margin: -71px 35px 0px 0px;
}
.markerAngleImg {
    margin-left: 67px;
    margin-top: -32px;
}

.labelContent {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 11px;
    margin: 37px auto 0px 21px;
    font-family: "Gotham-Bold" !important;
}

@media screen and (max-width: 500px) {

    #desktopHeader {
        display: none;
    }

    .header {
        margin-left: 17%;
        /*margin-top: -23%;*/
    }

    #labelNome {
        font-size: 12px;
        margin-top: 0px;
    }

    #labelValidade {
        font-size: 12px;
        /*margin-top: 10%;*/
    }

    #bar {
        border-bottom: 3px solid black;
        margin-bottom: 10px;
        margin-top: 13%;
    }
    .labelTextValidade, .labelText {
        margin-bottom: 2% !important;
    }
    
    .labelTextValidade {
        margin-top: 0%;
    }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100vh - 152px);
}

.header {
    overflow: hidden;
    background-color: white;
    /*margin-left: 4%;*/
}

    .header a {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }

        .header a:hover {
            background-color: #ddd;
            color: black;
        }

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }

.header-right {
    float: right;
    margin-top: 2%;
    margin-left: -20%;
}

.semhover:hover {
    background-color: white !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .labelTextValidade, .labelText {
        font-size: 12px;
        margin-top: 0%;
        margin-bottom: 2% !important;
    }   
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .labelTextValidade, .labelText {
        margin-bottom: 2% !important;
    }
    .labelTextValidade {
        margin-top: 0%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #labelNome {
        font-size: 12px;
        margin-top: 35px;
    }

    #labelValidade {
        font-size: 12px;
        margin-top: 35px;
    }
    #map {
        /*height: calc(100vh - 100px);*/
    }
    .labelColDiv {
        text-align: center;
    }
    #labelValidadeParent {
        float: right;
    }
    .labelTextValidade, .labelText {
        margin-bottom: 2% !important;
    }

    .labelTextValidade {
        margin-top: 0%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1024px) {
    .labelText {
        margin-top: 14%;
        margin-bottom: 0% !important;
    }
    
    .labelTextValidade {
        
        margin-top: 10%;
        margin-bottom: 0% !important;
    }
}
