﻿/* DEFAULTS
----------------------------------------------------------*/

html, body
{
    height: 100%;
}
body   
{
    background-color: #fff;
    font-size: 13px;
    font-family: 'Roboto', "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p, dl, .explicativo h3, .explicativo h4
{
    margin-top: 0;
    margin-bottom: 10px;
    margin: 0 10px 10px 10px;
    line-height: 1.48em;
    font-family: 'Roboto', Verdana;
    font-size: 16px;
}
.explicativo h3, .explicativo h4
{
    font-weight:bolder;
    margin-top:20px;
}
.explicativo h4 {
    font-size: 14px;
}
code {
    padding: 1px 5px;
    white-space: pre-wrap;
    background-color: #eee;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}
pre {
    background-color: #eee;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    margin-bottom: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 5px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size:14px;
}

/* COLUNAS
----------------------------------------------------------*/

.col_2 { 
    width: 49%; 
    padding-left: 5px;
    padding-right: 5px;
    float:left;
}
.col_3 {
    width: 33.3%; 
    padding-left: 5px;
    padding-right: 5px;
    float:left;
}
.col_4 {
    width: 25%; 
    padding-left: 5px;
    padding-right: 5px;
    float:left;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    text-transform:uppercase;  
}
.accountInfo h2
{
    font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
        font-variant:normal;
    color:firebrick;
    font-weight:normal;
    font-size:2em;
}

h4
{
    font-size: 1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff;
}

#footer 
{
    width:100%;
    height:300px;
    background: url("../Images/bg_rodape.gif") repeat-x top #202020;
    color: DimGray;
    font-size: 12px;
}
div.email {
    float:left;
    background:url("../Images/email-sm.png") no-repeat left;
    padding-left:27px;
    margin-left:10px;
    margin-bottom:20px;
}
div.email-bellow {
    clear: both;
    float:left;
    background:url("../Images/email-sm.png") no-repeat left;
    padding-left:27px;
    margin-left:0px;
    margin-top:10px;
}
div.phone
{
    float:left;
    background:url("../Images/phone.png") no-repeat left;
    padding-left:27px;
}

#footer-wrapper
{
    width: 975px;
    margin: 0 auto;
}
#footer .quadro
{
    width: 293px;
    /*height:210px;*/
    padding-right: 15px;
    margin-left:15px;
    margin-top:30px;
    float: left;
    border-right:1px solid #404040;
}
#footer .quadro.canto
{
    border:none;
    position:relative;
}
#footer .codax
{
    background:url('../Images/codax-logo-pb.png') no-repeat bottom right;
    height:200px;
}
#footer h2
{
    text-shadow: 1px 2px #000;
    text-transform:uppercase;
    font-family: 'Denk One', 'Kreon', 'Courier New', serif;
	font-weight: normal;
    font-size: 17px;
	/*letter-spacing: -1px;*/   
	line-height: 1.1em;
	margin-top:0px;
	text-transform: none;    
	font-variant:normal;
	color: #FFFFFF;
	padding-bottom:10px;
	/*border-bottom:2px dashed #909090;*/
}
#footer h2.secundario
{
    margin-top: 20px;
}
#footer a 
{
    color: Silver;
    text-decoration:none;
}
#footer a:visited
{
    color: Silver;
}
#footer a:hover
{
    color: white;
    text-shadow: 0 0 10px aqua;
    text-decoration:underline;
}

#footer p
{
    text-align:justify;
    font-size: 10px;
    
    line-height: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}
div.copy
{
    clear:both;
    padding-top:5px;
}
#footer p.copy
{
    padding-top:5px;
    width:100%;
    border-top:1px dotted #404040;
}
div.social
{
    padding-top:10px;
    height:20px;
    float:right;
}
.account-login-aspx #footer 
{
    margin-top: 80px;
}

div.cliente 
{
/*    border: 1px solid gray;
    background-color: Silver;
    width:85px;
    height:85px;
    vertical-align:middle; 
    text-align:center;*/
    float:left;
}

.indent-1 {
    margin-left:25px;
}
.indent-2 {
    margin-left:50px;
}
.indent-3 {
    margin-left:75px;
}

img.cliente 
{
    /* width: 60px; 
    margin-right:10px;
    margin-top:15px; */ 
    margin-bottom:10px;
    margin-left:8px;
    vertical-align:middle; 
}

img.gravatar {
    background: white;
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 0 1px 2px 1px;
    border-color: #A9A9A9;   
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

.header
{
    height:80px;
}

#conteudo_cabecalho
{
    margin: auto;
    padding-left:16px;
    padding-right:16px;
}

.header h1 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #465c71;
    border: none;
    font-size: 2em;
    /*line-height: 2em;
    height: 80px; */
}

.header h1 img {
    max-height:50px;
    height:auto;
    width:auto;
}

#debug 
{
    color:Red;
    float:left;
}

#lblVersao, .logoSubheader {
    color: #696969;
    font-size: x-small;
    font-family: Tahoma,Geneva,sans-serif;
}
#lblVersao:hover {
    color: silver;
}


#main
{
    display: -webkit-flex;
    display: flex;
    padding: 0px 12px;
    margin: 10px auto 40px;
    min-height: 240px;
}

.account-login-aspx #main {
    width: 975px;
    display: block;
}

#navautohide
{
    width:52px;
    float:left;
    overflow:hidden;
    min-height:32px;
    box-shadow: 2px 2px 10px #AAAAAA;
}
#navautohide:hover {
    overflow:visible;
    box-shadow: none;
}
.dxnb-ghtext {
    padding-left: 14px;
}
#nav
{
    margin: 0px 18px 0px 0px;    
    width: 254px;
    min-height: 32px;
    clear:both;
    position:relative;
    z-index:10;
    box-shadow: 5px 2px 5px #606060;
}

#conteudo 
{
    flex: 1;
    margin:0;
    margin-left:16px;
    padding:0;
    /*margin-left:60px;*/
}

/*** Página de erro ***/

.erro-oops-aspx #conteudo  {
    width: 975px;
    margin:0 auto;
    padding:0;
}
.erro-oops-aspx label {
    padding: 4px;
    font-size: x-large;
}

/*** Página 404 ***/

#imagem404 {
    position: absolute;
    /*width: 623px;
    height: 600px;
    left: 50%;
    margin-left:-312px;*/
    width:1440px;
    height:100%;
    right:0;
    top:0;
    background: url("../Images/404_3.jpg") no-repeat top left;
    opacity: 0.8;
    moz-opacity: 0.8;
    z-index: -1;
}
#faixa404 {
    position: absolute;
    width: 100%;
    height: 400px;
    /*left: 50%;
    margin-left:-312px;*/
    top: 50%;
    margin-top:-200px;
    background-color: black;
    opacity: 0.8;
    moz-opacity: 0.8;
    z-index: -1;
}

#mensagem404 {
    position: absolute;
    width: 100%;
    height: 300px;
    width: 560px;
    left: 50%;
    margin-left:-280px;
    top: 50%;
    margin-top:-150px;
    color: White;
}

#mensagem404 img {
    margin-top:-10px;
}
#mensagem404 h1 {
    font-weight: bolder;
    font-size: x-large;    
    color: Yellow;
    margin-top:10px;
    margin-bottom:10px;
}
#mensagem404 p {
}
#back404 {
    position: absolute;
    width: 128px;
    height: 128px;
    text-indent:-9999px;
    left: 10px;
    top: 50%;
    margin-top:-64px;
    color: White;
    background: url("../Images/404_anterior.png") no-repeat top left;
    opacity: 0.6;
    moz-opacity: 0.6;
}
#home404 {
    position: absolute;
    width: 128px;
    height: 128px;
    text-indent:-9999px;
    right: 10px;
    top: 50%;
    margin-top:-64px;
    color: White;
    background: url("../Images/404_home.png") no-repeat top left;
    opacity: 0.6;
    moz-opacity: 0.6;
}

.filter-main {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto', "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.filter-main h3 {
    font-family: 'Roboto', "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    color: darkslategray;
    margin-top: 8px;
    margin-bottom: 4px;
}

/* TAB MENU   
----------------------------------------------------------*/

#NavigationMenu 
{
    float:right;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* ELEMENTOS GENÉRICOS E EFEITOS
----------------------------------------------------------*/
.centered {
    display:block;
    margin: auto auto;
}
.borda-simples {
   padding:1px;
   border:1px solid #021a40;
}
.recuo {
    margin-left: 40px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /*margin: 1em 0px;*/
    margin: 0;
    padding: 1em;
    border: 0px solid #ccc;
    width: 360px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 5px 5px 4px;
    width: 85px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 98%;
}

/* MISC  
----------------------------------------------------------*/

ul 
{
    margin:0;
    padding:0;
    margin-left: 0;
    padding-left: 5px;
}
li
{
    list-style: none;
}

td.label
{
    width:120px;    
}

span.confirm 
{
    display:block;
    color:Blue;
    margin-top:10px;
}

.aviso {
    color: red;
}

.info, span.error, span.success, span.warn
{
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    display:block;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px
}
span.error
{
    color: Red;
    border: red solid 1px;
    background-color: MistyRose;
}
span.success
{
    color: Green;
    border: Green solid 1px;
    background-color: Honeydew;
}
span.warn
{
    color: GoldenRod;
    border: GoldenRod solid 1px;
    background-color: LightYellow;
}
span.warn strong
{
    border-bottom:1px solid goldenrod;
    display:block;
    padding-bottom: 5px;
    margin-bottom:5px;
}
.info
{
    margin-top:0;
    color: Green;
    border: Green solid 1px;
    background-color: Honeydew;
}
.info strong {
    border-bottom:1px solid DarkGreen;
    display:block;
    padding-bottom: 5px;
    margin-bottom:5px;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-top:8px;
}

#logoFranquia { float:right; }
#logoFranquia > *:first-child { height:80px; }
.vmiddle { display: table-cell; vertical-align: middle; }
.vbottom { display: table-cell; vertical-align: bottom; }

.loginDisplay
{
    font-size: 13px;
    display: block;
    float: right;
    margin-top:4px;
    text-align: right;
    padding: 0;
    color: LightSeaGreen;
}

.loginDisplay .userpic
{
    float:right;
    display:block;
}
.loginDisplay .usermsg
{
    float:right;
    text-align:left;
    margin-right:10px;
    margin-top: 8px;
    line-height: 17px;
}

.loginDisplay a:link
{
    color: SeaGreen;
}

.loginDisplay a:visited
{
    color: SeaGreen;
}

.loginDisplay a:hover
{
    color: LightSeaGreen;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;
    /*width: 70px;*/
    margin-top: 24px;
}

.cadastro_sucesso{		
	color: #060;
	display: block;
	font-weight: normal; 
	display:block; 
	text-align:left; 
	font-size: .8em; 
	background: #CCFFCC url(../Images/sucesso.gif) no-repeat top left;
	padding-left: 35px; 
	margin-bottom: 10px !important; 
	line-height: 2.2em;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px
}

/*  LINKS ESTILIZADOS (FONTE: http://www.nitinh.com/2009/10/make-your-links-hyperlinks-even-more-sexier/)   
----------------------------------------------------------*/

a.link,a.link:hover,a.link:active{
	color:seagreen;
	text-decoration:none;
	white-space:nowrap;
}
a.link:hover,a.link:active{
	color:LightSeaGreen;
}
a{
	outline:none;
}
a.link{
	background:transparent url(../Images/a-bg.png) no-repeat -81px bottom;
}

/*  COMBO CLIENTE   
----------------------------------------------------------*/

#viewOptions {
    width: 190px;
    height: 64px;
    margin:0; 
    padding:0;
    position:absolute;
    left:0;
    right:0;
    top: -9px;
    margin-left:auto;
    margin-right:auto;
}

.menuCabecalho
{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width:300px;
    top: 57px;
    display:none;
}

.menuTapx
{
    float:left;
}

.menuCliente
{
}

.lblCliente
{
    float:right;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 2px;
    color: LightSeaGreen;
}

/*  EXEMPLOS  
----------------------------------------------------------*/

.comboCliente
{
    float:right;
    margin-left:4px;
    padding-top:2px;
}

.exemplo 
{
    float: left;
    width: 30%;
    margin-left:2%;
    margin-right:1%;
}

.exemplo .erro 
{
    color: Red;
    text-decoration: line-through;
    font-variant: small-caps;
}

p em, .exemplo em 
{
	color: #535353; 
    font-family: 'Roboto', "Lucida Grande", "Arial", Verdana, sans-serif; 
    /*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; */
    margin-top:4px;
}

.exemplo em {
    display:block;
}


/* LEARN MORE - caixa colapsável de conteúdo (usada nos examplos e etc.)
-----------------*/

.et-learn-more, .borda-redonda
{
    background: #f9f9f9 url('../Images/et-learn-more-bg.png') repeat-x left top; border: 1px solid #e7e7e7; 
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
    padding: 16px 13px 0px 18px; margin: 10px 0px; 
}
.borda-redonda {
    padding-bottom: 16px;
    margin: auto auto;
}
	.et-learn-more h3.heading-more  
	{
	    background: url('../Images/et-learn-more-closed.png') no-repeat right top; 
	    cursor: pointer; 
	    padding: 3px 45px 20px 0px; 
	    font: 18px Century Gothic, Arial, sans-serif; 
	    color: #535353; 
	    letter-spacing: 0px; 
	    margin:0;   
	}
	.et-learn-more h3.open 
	{ 
	    background: url('../Images/et-learn-more-opened.png') no-repeat right top; 
    }
	    .et-learn-more h3.heading-more span { display: block;  }
	.et-learn-more .learn-more-content { padding-bottom: 17px; display: none; }
	.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
	.et-open .learn-more-content { display: block; visibility: visible !important; }

.learn-more-content h3
{
	font: 15px Century Gothic, Arial, sans-serif; 
	color: #535353; 
	letter-spacing: 0px; 
	margin:0;
	margin-bottom:2px;
	margin-top:4px;
}

/*  BATIDAS no grid  
----------------------------------------------------------*/
.dxgv ins
{
    text-decoration: none;
    font-weight:normal;
    color:Chocolate;
}
.dxgv del
{
    text-decoration: line-through;
	color: Red; 
}
.dxgv em
{
    text-decoration: none;
    font-weight:normal;
    font-style: normal;
    color:SteelBlue;
}

/*  Espelho de ponto 
----------------------------------------------------------*/
.navdata 
{
    float:left;
    width:212px;
}
.navdata h2, .selfunc h2
{
    margin:0;
    padding:0;
    margin-bottom:12px;
    font-weight:bolder;
    padding-left:8px;
}
.navdata h3
{
    font-variant: small-caps;
}
.selfunc
{
    float:left; 
    margin-left:1px; 
    width:100%;
}
#rel_espelho
{
    display:none;
    clear:both;
}

#report {
    overflow: hidden;
    min-height: 50px;
}
#param_report {
    float: left;
    width: 220px;
    min-height: 50px;
    margin-right: 10px;
}

/* Estilo para a barra de ferramentas comum */
.barraDeAcoesExterno {
    margin-bottom: 2px;
    margin-left: 2px;
}

/*** explicativo ***/
.explicativo {
    line-height:1.48em;
}

.totalCartoesFechados 
{
    float:left;
    background: url("../Images/et-learn-more-bg.png") repeat-x scroll left top #F9F9F9;
    border: 1px solid #A7A7A7;
    border-radius: 8px 8px 8px 8px;
    color: SlateGray;
    font-family: 'Roboto', "Lucida Sans", "Arial", "Verdana", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    padding: 2px 6px;
    margin-bottom: 10px;
    margin-top:10px;
}

.check-option {
    margin-top: 5px;
    margin-left: 10px;
}

/**** AlteraSenha.aspx ****/

#trocaSenha 
{
    margin-left: 20px;
}

/**** Novidades e redes sociais ****/

#espera
{
    display:none;
    width:220px;
    height:25px;
    border:teal;
    left:200px;
    top:200px;
    background-color:transparent;
    position:absolute;
}
.account-login-aspx #conteudo
{
    margin:0;
    width:975px;
}
.loginImage
{
    /*width: 152px;*/
    float: left;
    margin-top: -8px;
}
.imagemFamilia
{
    width: 152px;
    float: left;
}
#loginForm
{
    /* float: left; */
}
.account-login-aspx #main
{
    margin-top: 64px;
}
#noticias
{
    float:right;
    width:400px; 
    border:teal 1px solid;
    border-radius: 6px;
}
.default-aspx #noticias 
{
    width:100%;
}
#redesocial
{
    width: 132px;
    float: right;
    margin-bottom:-70px;
}
span.title 
{
    font-weight: bolder;
    font-size: 22px;
    display:block;  
}
.external 
{
    background:url('../Images/external-link.png') no-repeat right top;
    padding-top:2px;
    padding-right: 15px;    
    width:20px;
}
a.external
{
    text-decoration:none;
}
a.external:hover
{
    color:green;
}

#footer .external
{
    background:url('../Images/external-link2.png') no-repeat right top;
}

#noticias a 
{
    color: Black;
}
#noticias p
{
    margin-top: 10px;
}
#noticias p.colado
{
    margin-top:-5px;
}
.pad 
{
    padding-left: 5px;
    padding-right: 5px;
}
#frameblog
{
    height:506px;
}

/* PÁGINA DE CONTATOS
----------------------------------------------------------*/
dl.contact { margin-top: 20px; } 

dl.contact dt 
{
    width: 90px;
    float: left;
    padding-left: 20px;
    margin-left: 5px;
    color:Gray;
}
dl.contact dd
{
    margin-bottom: 10px;
}
dt.phone { background: url('../Images/ico-phone.png') no-repeat left; }
dt.facebook { background: url('../Images/ico-facebook.png') no-repeat left; }
dt.twitter { background: url('../Images/ico-twitter.png') no-repeat left; }
dt.blog { background: url('../Images/ico-blog.png') no-repeat left; }
dt.mail { background: url('../Images/ico-mail.png') no-repeat left; }
dt.forum { background: url('../Images/ico-forum.png') no-repeat left; }
dt.help { background: url('../Images/ico-help.png') no-repeat left; }

/* GRAVATAR MEUS DADOS
----------------------------------------------------------*/

div.gravatar 
{
    position:relative;
    margin-right:20px;
    margin-top:10px;
    float:right;
    /*width: 130;
    height: 130px;
    padding: 6px 8px 20px 8px;*/
    background-color:transparent;
    text-align:center;
    font-weight: bolder;
	/*-moz-box-shadow: 1px 1px 3px #222;
	-moz-transform: rotate(-5deg);
	-webkit-box-shadow: 1px 1px 3px #222;
	-webkit-transform: rotate(-5deg);
	box-shadow: 1px 1px 3px #222;
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg); */
}
div.gravatar > div 
{
	-webkit-box-shadow: inset 0px 0px 25px #000;
	-moz-box-shadow:    inset 0px 0px 25px #000;
	box-shadow:         inset 0px 0px 25px #000;
	margin:0;
	padding:0;
}
span.pic-frame {
    background: url("../Images/pic-frame.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 203px;
    left: -22px;
    position: absolute;
    top: -15px;
    width: 220px;
}

div.gravatar p
{
    margin-top:15px;    
    font-size: 14px;    
    font-weight:lighter;
}

/* TELA CARTÕES DE PONTO
----------------------------------------------------------*/

div#divJustificativa
{
    visibility:hidden;
}

.boxed {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}
#nav-rapida {
    clear:both;
    float:right;
}
span.nav-rapida {
    font-family: 'Roboto',Verdana;
}

/* TELA EXPORTAÇÃO ERGON - COMLURB
----------------------------------------------------------*/

#selPeriodoErgon, .colunaEsquerdaErgon
{
    float:left;
}

#selExportaErgon {
    margin-top:0;
    float:right;
}

/* DT e DL dos explicativos */

.explicativo dt
{
    font-weight:bold;
    color:white;
    background-color:darkslategray;
    border:1px solid gray;
    display:inline-block;
    float:left;
    clear:left;
    min-width: 120px;
    border-bottom-left-radius: 10px;
    border-top-left-radius:10px;
    padding-left: 15px;
}
.explicativo dd
{
    float:left;
    border:1px solid gray;
    margin-left: 2px;
    margin-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    font-style:italic;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
}
dt.wider
{
    min-width: 200px;
}

/* Estilos para legendas de campos   */
small {
    line-height: 1;
    font-size: 12px;
    color:#9f9f9f;
}
h3 {
    margin-top:0;
}
.legend {
    border-left:3px solid silver;
    margin-bottom:10px; 
    margin-top:5px;
    padding-left:5px;
            
    display:inline-block;
}

.top-space {
    margin-top: 5px;
}

.left {
    float: left;
}

/* Estilos do Simpax Message */

    .simpax-messages {
        clear:both;
        font-size: large;
        font-family: 'Roboto', Verdana;
        margin-top:8px;
        margin-bottom:8px;
    }
    .simpax-messages div.message {
    }
    .simpax-messages span.warn {
        display:inline-block;
    }

/* Estilos da visualização das biometrias */

figure.bio-photo {
    max-width: 300px;
    margin-top: 24px;
    margin-bottom: 24px;
}

figure img {
    max-width: 300px;
    max-height: 400px;
    margin-bottom: 24px;
}

figure p {
    word-wrap: break-word;
}