
body{
	background:#E8E8E8 url(bg.svg) no-repeat center 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;

  }

.Content {
    background: rgba(255,255,255,0.95);
}
/*
.parceiros{
	display:block;
	height:108px;
	background: url(municipio.svg) 100% 100% no-repeat;
}
*/
/*-------------LOGO e DB-----------------*/

.databaseNameTitle {
    color: #444444;
}
.Logo{
	background: url(logo.svg) 0 100% no-repeat;
	height: 127px;
    background-size: 108px auto;
}

/*-------------COR PrinciE4002Bpal-----------------*/
.footable, #dadosPessoais, .tool-container.tool-top, .tool-container.tool-bottom, .tool-left .tool-item, .tool-right .tool-item {
    border-color:#00A651;
}
.Title, .Title2, .SubTitle2, .footable-row-detail-name, a:visited, a:active, a:link, #PrintExemplar a.exemplares-link:hover, #PrintExemplar a.exemplares-link:active, #PrintExemplar a.details-popup-link:hover, #PrintExemplar a.details-popup-link:active, .DivResultsInBasket .icon-dark, .userdata {
    color:#00A651;
}
.Alert, table#HistoryTable, .footable > thead > tr > th, .status-metro.status-link, .Button, .ButtonBig, .AltButton, .ResultsTitle2 {
    background:#00A651;
}
.footable > thead > tr > th, .footable > thead > tr > td, .footable > tfoot > tr > th, .footable > tfoot > tr > td {
    background-color:#00A651;
    border-color:#00A651;
}
.menu-button:hover:after, .menu-button:hover:before {
    background-color: #00A651; 
}
.menu-button:hover {
    background: linear-gradient(transparent 0%, transparent 46%, #00A651 46%, #00A651 54%, transparent 54%, transparent 100%); 
}

.tool-container.tool-top .arrow {
	border-color: #00A651 transparent transparent; 
}

.tool-container.tool-bottom .arrow {
	border-color: transparent transparent #00A651; 
}

.tool-container.tool-left .arrow {
	border-color: transparent transparent transparent #00A651;
}

.tool-container.tool-right .arrow {
	border-color: transparent #00A651 transparent transparent;
}

/*-------------COR MAIS CLARA-----------------*/
.SubTitle, .headerHelp, .Secondary:hover, .Secondary:active, Secondary:focus, .Transparent:hover, .Transparent:active, .Transparent:focus, .Mail:hover:before, .Print:hover:before, .Export:hover:before, .Mail:focus:before, .Print:focus:before, .Export:focus:before, .Mail:active:before, .Print:active:before, .Export:active:before, .scroll-to-top:hover .icon-white{
    color: #A5AFAD;
}


/*-------------Parceiros-----------------*/
a#cookies {
     border-color:#444444;

}
 a#cookies:link {
    color:#444444;
}
#owner a:link, .Footer a:link {
    color:#444444;
}
#owner {
   color: #444444
}

/*-------------Media Queries -----------------*/

/*cor*/
@media screen and (max-width: 600px),only screen and (max-device-width :600px) {
    table#HistoryTable tbody tr td:first-child  {
    background:#00A651;
    }
}




