@CHARSET "UTF-8";
/* Adicione aqui as instruções exclusivas da aplicação */

.colunaNegrito {
	border: 0 none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: 28px;
}

.colunaNegrito15 {
	border: 0 none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	width: 15% !important;
	height: 28px;
}

.colunaNegrito20 {
	border: 0 none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	width: 20% !important;
	height: 28px;
}

.colunaNegrito50 {
	border: 0 none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	width: 50% !important;
	height: 28px;
}

.colunaDados50 {
	border: 0 none !important;
	font-size: 12px !important;
	width: 50% !important;
	height: 28px;
}


.colunaDados {
	border: 0 none !important;
	font-size: 12px !important;
	width: 35% !important;
	height: 28px;
}

.botaoStatus {
	font-weight: bold !important;
}

/* fix problema da dropbox */
.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    width: 25px !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
    padding-top: 3px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: black !important;
    text-decoration: none;
    background-color: #0088cc;
    background-position: 0px;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #e1e2e2, #e1e2e2);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    border: #ccc;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: black !important;
}

.ui-state-highlight .ui-icon {
    background-image: url(/sgip3-externo/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap);
    color: black !important;
}

.site-versao-nome {
       position: fixed !important;      
       top: 36px;
       left: 125px;
       font-weight: bold;
       font-size: 10px;
       letter-spacing: 1px;
       color: #666666;
}

.site-principal-conteudo-secao {
	font-size: 19px;
    font-weight: bold;
    color: #428bca;
    margin-top:  15px;
    margin-bottom: 15px;
}

.site-principal-conteudo-sub-secao {
	font-size: 16px;
    font-weight: bold;
    color: #428bca;
    margin-top:  20px;
}

.row-alerta {
	background-color: #ffdbb7;
}

.row-alerta:hover {
    background-color: #ffb66c;
}

.marcadagua-dev {
	background: url(/sgip3-externo/javax.faces.resource/img/bg_dev.png.xhtml) scroll right bottom transparent !important;
}
.marcadagua-hml {
	background: url(/sgip3-externo/javax.faces.resource/img/bg_hml.png.xhtml) scroll right bottom transparent !important;
}

.datalist-noborder .ui-widget-content {
	border: none;
	background: none;
}

.site-data-list > div > ol {
	padding-left: 10px;
}

.site-data-list > div > ol > li {
	list-style:none!important;
}

.site-data-list > div > ol > .ui-datalist-item {
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 5px;
	text-align: top;
}

.site-data-list > div > ol > .ui-datalist-item > .ui-outputlabel {
	margin-bottom: 5px;
	white-space: normal !important;
}

.fa-question-circle:before {
    font-size: 25px;
    color:#337ab7;
}

.fa-exclamation-triangle:before {
    font-size: 25px;
    color:#337ab7;
}

.ui-messages-info-detail, .ui-messages-warn-detail,
	.ui-messages-error-detail, .ui-messages-fatal-detail,
	.ui-message-info-detail, .ui-message-warn-detail,
	.ui-message-error-detail, .ui-message-fatal-detail {
	margin-left: 0px;
	font-size: 15px;
}


.ui-panelgrid.ui-widget .ui-widget-content , 
.ui-panelgrid.ui-widget .ui-panelgrid-cell {
	border: 0px;
}