﻿.navbar ul li a {
    background-color: #3497DA !important;
    color: #fff !important;
}

.bg-dark {
    background-color: #3497DA !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #3497DA !important;
}



.user-profile {
    margin-right: 10px;
    padding: 0px;
}

    .user-profile img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px;
        /* margin-right: 10px; */
        padding: 1px;
        border: 1px solid rgba(52,73,94,.44);
        background: #fff;
    }

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background-color: #3497DA !important;
}

#mainNav .nav-item .nav-link i {
    padding: 0 5px;
}

img {
    vertical-align: middle;
    border: 0;
}

.white-footer {
    background-color: white !important;
}

tableToo {
    border-collapse: collapse;
    margin-left: 0px;
    margin-right: 0px;
}

th, td {
    text-align: left;
    padding: 8px;
}

.th-header {
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    background-color: #4CAF50;
    color: white;
}
/* USER PROFILE  */
.lbl-empresa {
    margin-top: auto;
    margin-bottom: auto;
}


/* GOOGLE MAPS  */
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: solid;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.input-maps {
    margin: 10px;
}

#target {
    width: 345px;
}
/* FIM GOOGLE MAPS   */

.h-table {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fill-available;
    width: -moz-available;
}

.fill {
    min-height: 100%;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 992px) {
    .QuadroInterno {
        padding: 10px;
        z-index: 108;
        position: relative;
        top: 0px;
        left: 0px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media screen and (min-width: 993px) {
    .QuadroInterno {
        padding: 10px;
        z-index: 108;
        position: relative;
        top: 0px;
        left: 0px;
        overflow-y: hidden;
    }
}


pre {
    tab-size: 8;
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }

        .side-collapse.in {
            width: 0;
        }
}
/* LOGIN */

/* FIM LOGIN */
/*.fit-content {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
}*/

.fit-content {
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

/* LISTA DUPLA */
.lista-dupla {
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: 1;
}
/* FIM LISTA DUPLA  */

.menu-span {
    margin-left: 5px;
}
