@CHARSET "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #145596;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited {
    text-decoration: none;
}

label {
	font-size: 11px;
	font-weight: bold;
}

hr {
	border-width: 1px 0 0;
	color: #E6E6E6;
	height: 1px;
}

table {
	font-size: 11px;
}


/********************** Definições para Imagens/Icones *******************************/
.addButton_image {
	background-image: url('../resources/img/icon_add.png') !important;
}

.editButton_image {
	background-image: url('../resources/img/icon_edit.png') !important;
	width: 30px;
	height: 24px;
}

.removeButton_image {
	background-image: url('../resources/img/icon_remove.png') !important;
	width: 30px;
	height: 24px;
}

.download_image {
	background-image: url('../resources/img/icon_download.png') !important;
	width: 30px;
	height: 24px;
}

.addCnpjButton_image {
	background-image: url('../resources/img/icon_add_cnpj.png') !important;	
}

.clearSelectionButton_image {
	background-image: url('../resources/img/icon_clear_selection.png') !important;	
}
/******************************************************************************************/

/********************** Regras CSS Tabela Produtos Instalados *****************************/
.rowWithCriticalError {
  background: none repeat scroll 0 0 #CCE3F1 !important;
    border: 1px solid #DDDDDD !important;
    color: #000000;
}

.rowWithWarning {
  background: #FBEED5 !important;
  font-weight: bold !important;
  border: 2px solid black !important;
  color: #C09853;
}

.ui-datatable .ui-state-highlight.rowWithCriticalError {
  font-weight: bold !important;
  border: 2px solid black;
  color: red !important;
}

.ui-datatable .ui-state-hover.rowWithCriticalError {
  color: #0a5583 !important;
}
 
.ui-datatable .ui-state-highlight.rowWithWarning {
  font-weight: bold !important; 
  border: 2px solid black;
  color: red !important;
}

.ui-datatable .ui-state-hover.rowWithWarning {
  font-weight: bold !important;
  border: 2px solid darkblue !important;
  color: blue !important;
}
/******************************************************************************************/

.addButton {
	float: right;
}

.buttondiv {
	height: 50px;
}

.addCnpjButton {
	float: right;
}

.clearSelectionButton {
	float: right;
}

.buttons {
	float: right;
}

.withoutMarginAndPadding {
	margin: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div#header {
	background: url('../resources/img/body.png') repeat-x scroll 50% 0 #EDF5FA;
	border-bottom: 1px solid #BBBBBB;
	font-family: Verdana, Helvetica, Arial;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

div#logo {
	
}

div#welcome-text {
	min-height: 0; /* ie 7 haslayout fix */
	margin-left: 220px;
	color: #145596;
}

div#session-user {
 	color: #FFFFFF;
    position: absolute;
    right: 40px;
    text-shadow: 0 1px 3px #1659AC;
    top: 40px;
    z-index: 99999;
}

div#breadCrumb {
	position: absolute;
	top: 93px; /* 21px */
	left: 220px;
	height: 21px;
	width: 100%;
	padding-bottom: 5px;
	z-index: 2;
}

#logo {
 	margin-left: 13%;
    margin-top: 3px;
}

.logoText {
 	color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 2.1em;
    font-weight: bold;
    margin-left: 23px;
    margin-top: 29px;
    position: absolute;
    text-shadow: 0 1px 3px #1659AC;
}

div#ajaxBusyStatus {
	top: 2px; /* 21px */
	right: 5px;
	z-index: 2;
	position: absolute;
}

div#ajaxIdleStatus {
	top: 2px; /* 21px */
	right: 5px;
	z-index: 2;
	position: absolute;
}

@media screen {
	body>div#ajaxBusyStatus {
		position: fixed;
	}
	body>div#ajaxIdleStatus {
		position: fixed;
	}
}

div#content { 
	padding: 15px 35px 20px 20px;
}

.contentHeader {
	padding-left: 20px;
	padding-right: 20px;
}

div#contentFooter {
	padding-left: 20px;
	padding-right: 20px;
}


/* --------------------- Error page layout --------------------------- */
body#error {
	padding-left: 0px;
}

div#error-message {
	padding: 10px;
	border: 1px solid red;
}

.login-link, .logout-link {
	color: #374A5C !important;
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 0.3em 0.5em !important;
}

/* TODO temp fix until menuitem supports subcomponents */
.login-link:hover, .logout-link:hover {
	background-color: #374A5C;
	color: #FFF !important;
	cursor: pointer;
	color: #4F626E;
	font-size: 12px;
	padding: 0px;
}


/* --------------------- Style tables ---------------------------------- */
.change_table {
	min-width: 550px;
}

.description_column {
	min-width: 400px;
}

.type_column {
	min-width: 200px;
}

.important_column {
	color: #243356;
	font-size: 10px;
	font-weight: bold;
	width: 40px;
}

.withoutOverflow {
	overflow: hidden;
}

.important_column {
	padding: 3px 1px !important;
}

#idTransactionsTable .name {
	min-width: 300px;
}

/* --------------------- Style Treenodes --------------------------------- */
/* Fix for Primefaces bug with the root node */
#categoryTreeForm>a {
	display: none;
}

/* Fix for Primefaces bug with the root node */
#categoryTreeForm>span {
	display: none;
}

#deleteFileButton {
	overflow: hidden;
}

/* ---------------------- Style error page ---------------------------------- */
.errorPageTitle {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.errorPageInstruction {
	font-weight: bold;
	text-align: center;
}

/* ---------------------- General styles --------------------------------- */
.title {
	font-weight: bold;
	font-size: 145%;
	padding-top: 10px;
}

.caption {
	padding-top: 5px;
}

.input-search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #4A4138;
	width: 300px;
	margin-right: 5px;
}

.input-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #4A4138;
	width: 120px;
}

.input-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #4A4138;
	width: 300px;
}

.data {
	font-style: italic;
}

.priority {
	color: red;
}

.label {
	width: 15%;
	padding: 3px 5px 0px 0px;
	font-size: 0.8em;
	font-weight: 600;
}

.value {
	width: 85%;
	padding: 3px 0px 0px 10px;
}

.grid {
	width: 80%;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	width: 80px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}

.product-title {
	font-weight: bold;
	font-size: 170%;
	padding-top: 10px;		
}

.product-input-label {
	font-weight: bold !important;
	font-size: 100%;
	padding-top: 10px;
}

.fileDownload {
	font-weight: 300;
	font-size: 1.2em;
	height: 32px;
	display: block;
	padding-left: 2px;
	width: 133px;
	background: url(../images/webpage/download_button_background.png) no-repeat;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.fileName {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.version-file a:visited,.version-file a:link,.version-file a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.version-panelgrid {
	font-weight: normal;
	font-size: 1.05em;
}

.version-panelgrid>tbody>tr>td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px darkgrey;
}

.version-panelgrid tr:last-child td {
	border: none;
}

.panelgrid-category {
	font-size: small;
}

.errorMessage {
	background-color: #FEF5F1;
    border: 1px solid #ED541D;
    color: #8C2E0B;
    list-style: none outside none;
    margin: 20px;
    padding: 10px;
}

.recoveryPasswordText {
	width: 240px;
	display: block;
	padding-top: 15px;
	padding-left: 10px;
}

.organize-form {
	padding-left: 20px;
	padding-top: 20px;
}

.organize-form-column {
	vertical-align: top;
	text-align: center;
	padding: 5px;
}

/******************************* Regras CSS Search *******************************/
.searchFilter {
	background: none;
	border: none;
	margin-left: 15px;
	font-weight: normal;
}

.search-result-size {
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}

.search-result-header {
	font-weight: bold;
	font-size: 15px;
}

.search-result-body {
	
}

.search-result-footer {
	color: #666666;
	font-style: italic;
}

.search-pages-container {
	text-align: center;
}

.search-pages-container span {
	padding-right: 20px;
}

.search-pages-container span:last-child {
	padding-right: 0px;
}
/*********************************************************************************/

.wait-dialog {
	text-align: center;
}

.wait-dialog .yui-panel .bd {
	padding: 10px;
}

.wait-dialog .hd {
	display: none;
}

.formLabel {
	font-size: 14px!important;
	text-align: right;	
}
.formField {
	font-size: 14px!important;
}

.workflow-details {
	background: none;
	font-size: 12px;
	color: black;
}

.workflow-details td {
	background: none;
	font-size: 12px;
	color: black;
	border: 0;
}

.clearLayout {
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding: 0px 0px 0px 0px !important;	
	border: none;
}

#links {
	font: 11px/170% Verdana,sans-serif;
    margin-left: 23%;
    margin-top: -6px;
    position: absolute;
}


/******************************* Regras CSS Menu *******************************/
div.menu {
	background-color: #DAE6F4;
}

.mainMenu {
	border: 0px !important;
	width: 95%;
	background-color: transparent;
	
}

.menu{
	background: #000;
	width: 100%; height: 100%; background: url('../resources/img/body_bottom.png') repeat-x scroll 50% 0 #EDF5FA;
}

ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.main-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 4;
}

ul.inline li {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1em;
}

ul.main-menu li {
    float: left;
     list-style: none outside none;
}

ul.main-menu li a:hover, ul.main-menu li a.active {
    background: url("../resources/img/bg-navigation-item-hover.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

ul.main-menu li a, ul.main-menu li a:link, ul.main-menu li a:visited {
    display: block;
    margin: 0 1em;
    padding: 0.75em 0 0;
}

ul.main-menu li a, ul.main-menu li a:link, ul.main-menu li a:visited {
    background: url("../resources/img/bg-navigation-item.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    margin: 0 1em;
    padding: 0.75em 0 0;
}

li.ui-widget-header {
	background: transparent;
	border: 0;
}

.form-request {
	height:85% !important;
}
