﻿html {
    height: 100%;
    width:100%;
    font-family: Calibri, sans-serif;
    font-size: larger;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-family:Arial;
    font-size:15px;
}

    body:after {
        content: '';
        display: block;
        height: 100px;
    }

h1 {
    font-size: 80%;
    color: #00587C;
    line-height: 1%;
    font-style:italic;
}

a{
    text-decoration: none;
    color:#00587C;
}

a:visited {
    text-decoration: none;
    color:#00587C;
}

a{
    text-decoration: underline;
    color:#00587C;
}

a:active {
    text-decoration: underline;
    color:#00587C;
}

.header {
    width:100%;
    height: 20%;
}

article{
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}


.footer {
    position: absolute;
    bottom: 20px;
    width: 80%;
    height: 40px;
    font-size:12px;
    padding-left:5%;
    padding-right:2%;
}

h1 {
    font-size: 300%;
    color: #00587C;
    line-height: 2%;
    font-style:italic;
}


.texto {
    text-align: justify;
    font-size:85%;
}

.divL {
    width:87.5%;
    min-height: 100%;
}

.divR {
    float:right;
    width:12.5%;
    min-height: 100%;
}


.container{
	width: 90%;
    min-height:60%;
    margin-left:5%;
    position:relative;
    top: 0px;
    left: 0px;
}
.centerContainer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size:12px;
    color:#808080;
    text-align:right;
    text-decoration:none;
}

.centerContainer a {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size:12px;
    color:#00587C;
    text-align:right;
    text-decoration:none;
}

#map-canvas {
    min-width:100%;
    min-height: 500px;
}

.T4FV2_Table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.T4FV2_Table th {
    padding: 8px;
    border: 1px solid #ddd;
    text-align:center;
    background-color:#00FFFF;
}

.T4FV2_Table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.T4FV2_Table tr:hover {
    background-color:#87CEFA;
}

.T4FV2_Table tr:nth-child(even) {
    background-color: #F0F8FF;
}

.T4FV2_Table tr:hover:nth-child(even) {
    background-color: #E0FFFF;
}

.Clientes_Modal_Background{
        background-color: turquoise;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }

.Clientes_Modal_Small_Wide {
    background-color: white;
    border-radius:8px;
    width:800px;
    height:600px;
    margin:auto;
    border: 2px solid Teal;
}


.Clientes_table_Modal_Top {
    border-collapse: collapse;
    width:800px;
    height:80px;
    margin-left:auto;
    margin-right:auto;
    background-color: #F0F8FF;
}

.Clientes_table_Modal_Top td {
    border-bottom: 1px solid #DCDCDC;
    min-height:34px;
    vertical-align:middle;
}

.button_Aviso_Sim {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: xx-large;
}

.button_Aviso_Nao {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: xx-large;
}