﻿body 
{
	font-family: "open-regular", Arial, sans-serif;
	font-size: 14px;
	width: 650px;
	background-color: #FFFFFF;
}

a
{
	color: #337ab7;
	text-decoration: none;
}

a:hover
{
	color: #267298;
	text-decoration: underline;
}

a:visited
{
	color: #337ab7;
	text-decoration: none;
}

a:visited:hover
{
	color: #267298;
	text-decoration: underline;
}

.breadcrumb
{
	font-size: 12px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399cc;
}

.error
{
	font-size: 14px;
	margin: 10px;
}

.validSummary
{
	padding: 5px;
	width: 350px;
	background-color: #FFDDDD;
	color: Red;
	border: 1px solid Red;
}

.validSummary ul
{
    margin: 2px;
    padding-left: 15px;
}

.buttonsContainer
{	
	width: 100%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #78B133;	
	margin-top: 10px;	
	text-align: right;
}

.button
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 8px;
}

.button-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.montante
{
	width:100px;
	text-align:right;
}

.title
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78B133;	
	padding-bottom: 5px;
	margin: 5px 0px 10px 0px;
}

.title h1{
	font-size: 20px;
	color: #3399cc;	
	margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.subtitle
{
	font-size: 14px;
	color: #337ab7;
    padding-bottom: 6px;
}

.divconteudo{
	background-color: #ffffff;
	font-size: 14px;
	color: #444;
}

.divconteudo h2{	
	font-size: 14px;
	color: #444;
	margin: 15px 0px 5px 0px;
}

.divconteudo .table
{
	border: 1px solid #D9E9EC;
	background-color: White;
	border-spacing: 2px;
	font-size: 13px;
}

.divconteudo .th
{
	padding: 1px;
	color:#65A4AF;
	border: 1px solid #D9E9EC;
	background-color: #D9E9EC;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	height: 28px;
}

.divconteudo .tr{
	padding: 1px;
	border: 1px solid #D9E9EC;
	background-color: White;
	-moz-border-radius: 0px 0px 0px 0px;
    height: 25px;
}

.divconteudo .trAlter{
	padding: 1px;
	border: 1px solid #D9E9EC;
	background-color: #F9F8F2;
	-moz-border-radius: 0px 0px 0px 0px;
}

.divconteudo .trHighlited
{
	padding: 1px;
	border: 1px solid #D9E9EC;
	background-color: #3399cc;
	-moz-border-radius: 0px 0px 0px 0px;
}

select {
	font-family: "open-regular", Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	border: 1px solid #3399cc;
	margin: 2px;
}

.divcapcha
{
    margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.legendaContainer
{
	width: 100%;
	margin-top: 10px;
}

.legenda
{	
	border: 1px solid #999999;
	text-align:left;
    margin-top: 10px;
}

.radioLegenda
{
	padding-left: 20px;
	font-style: italic;
}

table.radiosDesconto input
{
	width: 20px;
	display: block;
	float: left;
}

table.radiosDesconto label {
	display: block;
	/*padding-top: 2px;*/
}

.dicaContainer
{
    font-family: "open-bold", Arial, sans-serif;
	width: 70%;
	border: 1px solid #999999; 
	font-size: 14px;
	text-align: left;
	padding: 15px;
	margin-top: 26px;
	color: #888;
	background-color: aliceblue;
	font-style: italic;
	margin-left: 60px;
}

.dicaContainer .dica
{
	padding: 20px 15px 0px 25px;
}

.dicaContainer .dicaTitle
{
    font-size: 14px;
	color: #3399cc;
	font-weight: bold;
}

.nota
{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #999999; 	
	padding: 8px;
	text-align: justify;
}

.nota .notaTitle
{
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}

.nota p
{
	margin: 4px 0px 0px 0px;	
}

.nota img
{
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
	padding: 8px 0px 8px 0px;
}

.txtLogin
{
    background-color: #D9E9EC;
    margin: 4px 0px 8px 8px;
    width: 160px;
}

.txtMontanteGrid
{
    margin: 2px;
    width: 100px;
    text-align: right;
}

.option_button
{
    padding: 4px;
    font-weight: bold;
}

.divconteudo h3
{
    font-size: 10pt;
	color: #5EA0AB;
	margin: 5px 0px 5px 0px;
    background: url("/Images/arrow.gif") no-repeat scroll 3px 50% transparent;	
	padding-left: 15px;
}

.divconteudo h4
{
    font-size: 10pt;
	color: #888;
	margin: 5px 0px 5px 15px;
    background: url("/Images/arrowSubMenu.gif") no-repeat scroll 3px 50% transparent;	
	padding-left: 15px;
}

.ddlReceita
{
    font-weight: bold;
    color: #65A4AF;
}

.divSearch
{
    margin: 10px 0px 10px 0px;        
    border: 1px solid #999999;
    padding: 4px 0px 4px 0px;
    background-color: #F9F8F2;
    color: #797968;
    position: relative;
}

.txtReceita
{
    font-size: 9pt;
    padding: 2px;
    border: 1px solid #9EC6CD;
}

.ddlReceitaDark
{
    color: #000;
    font-size: 9pt;
    padding: 2px;
    height: 21px;
}

.pager
{
	color: #999999;
	font-size: 9pt;
}

.pager table
{	
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
	font-family: Tahoma;	
}

.pager table span
{	
	padding: 2px 10px 2px 10px;	
	border: 1px outset #FFF;
	font-weight: bold;
	background-color: #007A98;
	color: #FFF;
}
.pager table td a
{
	padding: 0px 8px 0px 8px;
	border: 1px solid #DDDDDD;
}

.pager table td a:hover
{
	background-color: #EEFFFF;
}

.fifteen-point
{
    font-size: 15pt;
}

.btnsSearch
{
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.lblSearch
{
    line-height: 30px;
}

.lnkDisabled
{
    color: #BBB;
    text-decoration: line-through;     
}

.lnkDisabled:hover
{
    color: #BBB;
    text-decoration: line-through;     
}

.noResults
{
    padding: 20px 0px;
    font-size: 10pt;
    display: block;
    text-align: center;
}

.divconteudo .th-left
{
	color:#65A4AF;
	border: 1px solid #D9E9EC;
	background-color: #D9E9EC;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	height: 26px;
}

.avisoContainer
{
	width: 100%;
	border: 1px solid #999999; 
	font-size: 9pt;
	text-align: left;
	padding: 10px;
	margin-top: 30px;
	color: #000;
	background-color: #FFE97F;
}

.totalElementos
{
    font-size: 8pt;
    color: #888888;
    text-align: right;
    margin-bottom: 4px;
    margin-right: 5px;
}

.totalElementos_low
{
    font-size: 8pt;
    color: #888888;
    text-align: right;
    margin-bottom: -20px;
    margin-right: 5px;
}

.logged
{
    float: right; 
    width: 20%; 
    text-align: right; 
    font-size: 8pt; 
    margin-top: -6px;
    height: 18px;
}

 .showLoadingPanel
{
    top:70px;
    left:150px;
    z-index:1000;
    position:absolute;
    background-color:White;
    display:block;        
}    
 .hideLoadingPanel
{
    display:none;
}        
 .overlayEffect
{
    background-color:Gray; 
    -ms-filter: "alpha(opacity=60)";  
    -ms-opacity: 0.6; 
    width:100%;
    height:100%;
    z-index:400;
    position:absolute;
    top:0;
    left:0;
}

 table.radioLista td {
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: 14px;
}

table.radioLista td input {
     margin-right: 6px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}