﻿
body {
    height:100%;
    padding: 0;
}

.CentralizarTexto {
    text-align:center !important;
}

.fundoBody {
    background-color:#e5edf1;
    min-height: calc(100vh - 472px);
}

.fundoContainer {
    background-color:#ffffff; 
    min-height:calc(100vh - 472px);
    height:100%;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}
.floatRight{
float:right;
}

.floatLeft{
float:left;
}

.gradientLogoGeo {
    background: #00547c;
    background: -webkit-linear-gradient(left, white 20%, #00547c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, white 20%, #00547c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,white 20%, #00547c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, white 20%, #00547c); /* Standard syntax (must be last) */
    z-index: 10;
}

.FonteTropicsLogo {
        text-shadow: 0.1em 0.1em 0.2em #2b387d;
        font-size: 40px;
        color: white;
        text-decoration: none;
        font-style: italic;
        font-weight: 900;
        font-family: Arial, Helvetica, sans-serif;
    }

@media (max-width: 515px) {
    .FonteTropicsLogo {
    text-shadow: 0.1em 0.1em 0.2em #2b387d;
    font-size:34px;
    color: white;
    text-decoration:none;
    font-style:italic;
    font-weight:900;
    font-family:Arial, Helvetica, sans-serif;
    }
}

@media (max-width: 424px) {
    .FonteTropicsLogo {
    text-shadow: 0.1em 0.1em 0.2em #2b387d;
    font-size:30px;
    color: white;
    text-decoration:none;
    font-style:italic;
    font-weight:900;
    font-family:Arial, Helvetica, sans-serif;
    }
}

@media (max-width: 389px) {
    .FonteTropicsLogo {
    text-shadow: 0.1em 0.1em 0.2em #2b387d;
    font-size:24px;
    color: white;
    text-decoration:none;
    font-style:italic;
    font-weight:900;
    font-family:Arial, Helvetica, sans-serif;
    }
}

.FonteTropicsLogo:hover{
    text-shadow: 0.1em 0.1em 0.2em #2b387d;
    color: white;
    text-decoration:none;
    font-style:italic;
    font-weight:900;
    font-family:Arial, Helvetica, sans-serif;
}

.TextoMenu
{
    padding-bottom:0px;
    font-size:20px;
    color: #e8f0ff;
    text-decoration:none;
    font-weight:500;
    font-family: 'Contrail One', cursive;
}

.TextoMenu:hover
{
    padding-bottom:0px;
    font-size:20px;
    color:black;
    text-decoration:none;
    font-weight:500;
    font-family: 'Contrail One', cursive;
}

.centerImage{
margin: 0 auto;
display:block;
}

.botaoCentralizado {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}

.TextoListaPed {
    font-size: 18px;
    color: white;
    background-color: #0070b4;
}

.caixa-texto-filtro-pequena > div > div > div > .form-control {
    height: 22px !important;
}

.caixa-texto-pequena {
    width: 50px !important;
}

.grid-header {
    background-color: #e5e5e5;
    border-color: #d7d7d7;
    text-align: center;
    white-space: normal;
    position: sticky;
    top: 48px;
    font-family: 'Contrail One', cursive;
    color: #3d3d3d !important;
    font-weight: normal !important;
}

    .grid-header a {
        color: #3d3d3d !important;
        font-weight: normal !important;
    }

    .grid-header span {
        color: #3d3d3d !important;
        font-weight: normal !important;
    }

    .grid-header .dxbs-icon-arrow-up, .grid-header .dxbs-icon-arrow-down {
        color: #3d3d3d;
        font-weight: normal !important;
    }

.dxbs-gridview .dxbs-cmd-cell
{
    white-space:normal !important;
    width: 150px !important;
}

/* utilizado para quebrar linha dos itens exibidos nos ... do grid */
@media (max-width: 575.98px) {
    .dxgvADCC {
        white-space: normal !important;
    }
}

.displayNone {
    display: none;
}

.displayBlock
{
    display:block;
}

.LogoGeo
{
    display: block;
}

@media (max-width: 940px) {
    .LogoGeo {
        display: none;
    }
}

.gl-menu {
    background-color: #2e3a3d;
    min-height: 2px;
    align-items: center;
    flex-wrap: wrap;
}

.gl-img-itens-menu {
    width: 30px;
    height: 30px;
}

.gl-txt-itens-menu {
    margin-left: 5px;
}

.itensMenu, .titulo360 {
    font-size: 18px;
    color: #e8f0ff;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Contrail One', cursive;
    display: flex !important;
    align-items: center;
    border-radius: 4px;
}

    .itensMenu > img {
        margin-top: 0;
    }
    .itensMenu > span {
        margin-top: 0;
    }

.itensMenu:hover
{
    background-color:#e5edf1;
    color: black;
    text-decoration:none;
}




.TrackLine
{
    width:calc(100% - 30px);
    float:left;
    height:25px;
    padding-left:40px;
    padding-top:0px;
    margin-left:-30px;
    margin-top:18px;
    z-index:1;
}



.TrackLine.Disable
{
    background-color:#7c7c7c;
}
.TrackLine.Enable
{
    background-color: #008a00;
}

.TrackLine.EnableParcial
{
    background: linear-gradient(to right, #008a00 , #7c7c7c 70%);
}

.TrackLineVertical{

      width: 30px;
      height: 150px;
      border: none;
}

.TrackLineVertical.Disable
{
    background-color:#7c7c7c;
}

.TrackLineVertical.Enable
{
    background-color: #008a00;
}

.TrackLineVertical.EnableParcial
{
    background: linear-gradient(to right, #008a00 , #7c7c7c 70%);
}

.TextoTracking
{

    font-family: 'Contrail One', cursive;
    margin-top:-10px;
    font-size:18px;
    font-weight:bold;
}

.TextoTracking.Enable
{
    color:#008a00;
}

.TextoTracking.Disable
{
    color:#7c7c7c;
}

.labelDetalhes
{
    font-family: 'Contrail One', cursive;
    font-size:16px;
}

.labelValores {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #d8eff6;
    min-width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 10px;
}

.TextoBoasVindas
{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    text-align:center;
}

.LinkFoto {
    margin-left:5px;
    cursor: pointer;
}

.LinkFoto:hover
{
    margin-left:5px;
    text-decoration:underline;
    cursor:pointer;
}


footer {
    background-color: #2E3A3D;
    min-height: 350px;
}

.footerleft {
    margin-top: 20px;
    padding: 0 36px;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.footerleft p {
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 15px;
}

    .footerleft p i {
        width: 20px;
        color: #999;
    }


.paddingtop-bottom {
    margin-top: 20px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}

    .footer-ul li {
        line-height: 29px;
        font-size: 12px;
    }

        .footer-ul li a {
            color: #a0a3a4;
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
        }

    .footer-ul i {
        margin-right: 10px;
    }

    .footer-ul li a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #BFEFFF;
    }

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.icon-ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

    .icon-ul li {
        line-height: 75px;
        width: 100%;
        float: left;
    }

.icon {
    float: left;
    margin-right: 5px;
}


.copyright {
    background-color: #4e4e4e;
}

    .copyright p {
        text-align: left;
        color: #d8d8d8;
        margin-bottom: 0px;
    }

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

    .post p span {
        display: block;
        color: #8f8f8f;
    }

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}

    .bottom_ul li {
        float: left;
        line-height: 40px;
    }

        .bottom_ul li:after {
            content: "/";
            color: #FFF;
            margin-right: 8px;
            margin-left: 8px;
        }

        .bottom_ul li a {
            color: #FFF;
            font-size: 12px;
        }

.gl-pesquisar > div > input {
    background-color: #aeaeae;
    border: 1px solid #565555;
    color: white;
    cursor: pointer;
}

.gl-pesquisar > div > input:focus {
    color: black;
}


.gl-pesquisar-nullText {
    color: #FFFFFF;
}

.gl-btn-pesquisar {
    background-image: url("../Imagens/Icones/IconePesquisar.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 3px;
}

    .gl-btn-pesquisar:hover {
        background-image: url("../Imagens/Icones/IconePesquisarEscuro.png");
        background-repeat: no-repeat;
        background-color: #FFFFFF;
    }

.gl-label-filtro {
    font-family: 'Contrail One', cursive !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 10px 0px 0px 0px !important;
}

.gl-filtro {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

#Content_panel_ctl03_btFiltrar {
    background-color: #777777 !important;
}

.form-control {
    padding: 2px 3px 2px 3px;
}

.btn-secondary {
    color: #fff;
    background-color: #aeaeae;
    border-color: #a0a0a0;
}

.gl-btn-pesquisar{
    background-color: transparent;
    border:none;
}