body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
        height:100%;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #6CBC0D;
}

#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 #6CBC0D;
        bottom: 0;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
    background-color: rgb(228, 228, 228);
    height: 40px;
}

#mainmenu ul
{
	padding:0 0px 5px 20px;
	margin:0px;
        margin-top: -20px;
        margin-right: -10px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#6f6f6f;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:12.5px 8px;
        height: 40px;
}

#mainmenu ul li a:hover
{
	color: #6CBC0D;
	/*background-color:#EFF4FA;*/
	text-decoration:none;
}

#mainmenu ul li.active a
{
	color: #6f6f6f;
	/*background-color:#EFF4FA;*/
        background-color: rgb(228, 228, 228);
	text-decoration:none;
}

html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#wrapper { position: relative; }

#header_aux {
	/*padding:10px;*/
}

#content_aux { padding-bottom: 175px; }

#footer_aux {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 175px;
    background-color: #6f6f6f;
    left: 0;
    overflow-y: auto;
    z-index: 0;    
    margin-top: 50px;
    padding-bottom: 30px;
}

.desenvolvidoPor {
    width: 680px;
    margin: 0 auto;
    background: #222;
    padding: 0px;
    font-size: 11px;
    color: #555;
    text-shadow: 0px 2px 3px #171717;
    -webkit-box-shadow: 0px 2px 3px #555;
    -moz-box-shadow: 0px 2px 3px #555;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	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: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

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

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

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.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: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.fade_vsoft {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade_vsoft:hover {
    opacity: 0.5;
}

.div_sombra {
    background: -prefixe-linear-gradient(top, rgb(228, 228, 228), white);
    background: linear-gradient(to bottom, rgb(228, 228, 228), white);
}

.div_sombra_invertida {
    background: -prefixe-linear-gradient(bottom, rgb(228, 228, 228), white);
    background: linear-gradient(to top, rgb(228, 228, 228), white);
}


@media (min-width: 768px) {
    .row.vsoft {
        width: 750px;
    }
    
    .twelve.columns.centered.vsoft {
        width: 750px;
    }
    
    #div_areaReservada {
        margin-top: 65px;
    }
    
    #div_empresa {
        min-height: 90px;
        max-height: 90px;
    }
}

@media (min-width: 992px) {
    .row.vsoft {
        width: 970px;
    }
    
    .twelve.columns.centered.vsoft {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .row.vsoft {
        width: 1280px;
    }
    
    .twelve.columns.centered.vsoft {
        width: 1280px;
    }
}