body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	/*background:url('bg_body.jpg') repeat-x;*/

}

/* ####### INPUTS e Botoes ###########*/
input, textarea, select {padding: 5px 2px; border: 1px solid #acc4db; color: #000; -moz-border-radius: 4px; border-radius: 1px; }
select option { border: 1px solid #acc4db; color: #000; -moz-border-radius: 4px; height: 2.4em; border-radius: 1px; }
input:hover, textarea:hover {background: #acc4db; color:#000}

input[type="submit"] {
	padding: 5px 15px;
}

.button-column a i.fa, .button-column a i.fas, .button-column a i.far {
    padding:0 3px !important;
}

#page
{
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;

}

#header
{
	margin: 0;
	padding: 0;
	border-top: 0px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #ccc;
}

#footer img
{
	float:right;
}

#logo
{
   min-width:1200px;
   height:206px;
   background: left center url('cabecalho.jpg') no-repeat;
}
 #logo_home {float: left; width: 120px; height: 200px; margin-left: 35px}
 #logo_info {float: right; width: 400px; height: 30px; margin-right: 30px; margin-top: 19px; color: #fff; text-align: right; font-weight:bold; vertical-align: middle}
 #logo_info a {color: #fd8383; text-align: right; font-weight:bold; text-decoration:none; }
  #logo_info a:hover {opacity:0.5}



 #logo_find {clear:right; float: right; width: 350px; height: 50px; margin-right: 30px; margin-top: 40px; text-align: right}
#logo_find input {padding: 7px; color: #000; background: #fff; font-size: 1.4 em;}
#logo_find input.find{
	font-weight:bold;
	font-size: 1em;
	color:#fff;
	background-color: #333;
	width: 90px;
	padding: 7px;
	border: 1px solid #333;
}
#logo_find input.find:hover{
background-color: #444;

}

#mainmenu
{

}

#mainmenu ul
{

}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background:transparent;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;

}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#ffffff;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    margin: 1em;
	padding:.8em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 5px;
	margin:  0;
	border: 0px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.95em;
	padding: 10px 20px 8px 20px;
	border-bottom: 1px dotted #9aafe5;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #0072bc;
	border-left: 5px solid #000;
}

.portlet-title
{
	font-size: 1.05em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000;
}

.portlet-content
{
	font-size:0.95em;
	margin: 0 0 20px 0;
	padding: 8px 8px;
	background:#dae4ec;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #1a446a;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #000;
}

.operations li a:hover
{
	background: #0072bc;
}

.homepage
  {width: 150px; height: 200px; display: inline; float: left; position: relative; margin: 20px 10px 20px 10px ;
       overflow: hidden; padding: 0px 15px;
   }
a .homepage:hover {opacity:0.6}

   .table-small-icon {
   		width: 20px;
   }

.preloader {
	text-align: center;
	padding-top: 10px;
}

.associate-selection-box {
	max-height: 100px;
	margin-bottom: 10px;
	overflow-y: scroll;
}

.red {
	color: #ce046b;
}

.yellow {
	color: #ec730a;
}

.green {
	color: #019c3f;
}

/***
 * Payment states
 ***/

td.at-delivered {
    background-color: #bad9bb;
}

td.at-error {
    background-color: #f1a8ad;
}

pre.log {
	width: 100%;
	margin: auto;
	font-size: 12px;
	overflow: scroll;
	background-color: #e5e5e5;
	height: 399px;
}
