.ui-datatable .ui-datatable-data .even-row td {
	background-color: #e1f5fe;
}

.ui-datatable .ui-datatable-data .odd-row td {
	background-color: #b3e5fc;
}

.content{
	color: #212121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.divGrande{
	width: 100%;
	
	/* background-color: gray; */
}


.header {
	position: fixed;
	width:100%;
	top: 0;
	right: 0;
	left: 0;
	min-height: 60px;
	z-index: 9999;
	background-color: #0277bd; /* #3F51B5 */
}

.cabecalho{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:7.5pt; 
	color: white;
	margin: 46px auto; 
	position: absolute; 
	display: block;
	left: 85px; 
	float: right;
}


.menuHorizontal{
	width: 99%;
	height: 60px;
	/* background-color: yellow; */
}
.conteudo{
	width: 99%;
	
}
.rodape{
	width: 99%;
}
.botaoPesquisa{
	background-image:url('/agirSaudeWeb/javax.faces.resource/pesquisar.png.xhtml?ln=imagem') !important ; 
	background-position: right center !important; 
	background-repeat:no-repeat !important; 
	height:25px !important; 
	padding:0 !important;
	text-align:left !important; 
	width:75px !important; 
}

.ui-growl {
    position: fixed;
    top: 60px;
    right: 100px;
    width: 800px;
    z-index:99999 !important;
}

.ui-growl-message {
    padding: 0 0 5px 0;
    width: 95%;
    float: left;
}

.contentBackColorBlue{
	color: #b3e5fc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ag-sidebar { 
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	width: 220px;
	margin-left: -220px;
	z-index: 9998;
	transition: margin-left 0.5s;
	/* overflow-y: auto; */
	
	background-color: #0277bd; /* #3F51B5; */
	border-right: 1px solid #eaeaea;
}
.ag-sidebar.is-toggled {
	margin-left: 0;
}
@media (min-width: 960px) {
	.ag-sidebar {
		margin-left: 0px;
	}
	
	.aw-sidebar.is-toggled {
		margin-left: -211px;
	}
}

.button{
	background: #448AFF !important;
	color: #FFFFFF !important;
	height: 25px !important;
}

.button-delete{
	background: #F44336 !important;
	color: #FFFFFF !important;
	height: 25px !important;
}

.button-new{
	background: #0cc94b !important;
	color: #FFFFFF !important;
	height: 25px !important;
}

.buttonDataTableRow{
	background: #448AFF !important;
	color: #FFFFFF !important;
	height: 25px !important;
	width: 32px !important;
}

@media (min-width: 961px) {
	.ag-toggle{
	  display:none;
	}
	
	.cabecalho{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:12pt; 
		color: white;
		margin: 15px auto; 
		position: absolute; 
		display: block;
		right: 65px; 
		float: right;
	}
	
	.wiki{
		font-size: 9pt;
		display: block;
		position: absolute;
		margin-left: 35%;
		margin-top: 0.6%;
		z-index:9999;
		color: #0277bd;
	}
}


@media (max-width: 961px) {
	.wiki{
		display: none;
	}
}
	
.botaoDetalhe{
	background-image:url('/agirSaudeWeb/javax.faces.resource/detalhe.png.xhtml?ln=imagem') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	height: 25px !important;
	padding: 0 !important;
	text-align: left !important;
	width:55px !important;
}

.botaoVoltar{
	background-image:url('/agirSaudeWeb/javax.faces.resource/voltar.gif.xhtml?ln=imagem') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	height: 28px !important;
	padding: 0 !important;
	text-align: left !important;
	width:48px !important;
}

.botaoDownload{
	background-image:url('/agirSaudeWeb/javax.faces.resource/download-button.gif.xhtml?ln=imagem') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	height: 48px !important;
	padding: 0 !important;
	text-align: left !important;
	width:52px !important;
}

.botaoAndamentoPequeno{
	background-image:url('/agirSaudeWeb/javax.faces.resource/andamentoIcon.png.xhtml?ln=imagem') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	height: 48px !important;
	padding: 0 !important;
	text-align: left !important;
	width:52px !important;
}
.botaoDetalhe{
	background-image:url('/agirSaudeWeb/javax.faces.resource/detalhe.png.xhtml?ln=imagem') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	height: 48px !important;
	padding: 0 !important;
	text-align: left !important;
	width:52px !important;
}

.botaoAdd {
	background-image: url("/agirSaudeWeb/javax.faces.resource/imagem/adicionar.png.xhtml")!important;
	/* background-position: right center !important; */
	background-repeat: no-repeat !important;
	padding: 0 !important;
	/* text-align: left !important; */
	width:52px !important;
	height: 52px !important; 
	margin: 0px;
	left: 0;
}

.toolTipPadrao{
	border: 1px solid orange;
	font-size: 12px;
}

/* Barra superior */



/* Conte�do */
.div-conteudo {
	padding: 0 15px;
	margin-top: 50px;
	transition: margin-left 0.5s;
}

@media (min-width: 960px) {
	.div-conteudo {
		margin-left: 210px;
	}
	
	.div-conteudo.is-toggled {
		margin-left: 0;
	}
}

@media (max-height:550px) {
	.mediaPrime{
		height: 250px;
	}
}
@media (min-height:550px) and (max-height:850px){
	.mediaPrime{
		height: 450px;
	}
}
@media (min-height:850px) {
	.mediaPrime{
		height: 650px;
	}
}


/* TOGGLE */
.ag-toggle {
	float: right;
	line-height: 50px;
	margin-right: 15px;
	color: #fff;
}

/* TOGGLE */
.pg-toggle {
	float: right;
	line-height: 50px;
	margin-right: 15px;
	
	color: #fff;
}

/* MENU */
.ag-menu {
	font-size: 0.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ag-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ag-menu > ul a {
	display: block;
	padding: 10px 15px;
	
	text-decoration: none;
	font-weight: 500;
	color: #373737;
} 

.ag-menu > ul i {
	margin-right: 6px;
}

.ag-menu > ul a:hover, .ag-menu > ul a:focus {
	background-color: #808080;
}

.ag-menu > ul .is-selected {
	border-left: 3px solid #1e94d2;
	background-color: #f3f3f3;
}

.ag-menu > ul .is-selected a {
	margin-left: -3px;
	color: #1e94d2;
}


/* PAGE-TITLE */
.ag-page-title {
	margin: 0;
	padding: 20px 0;
	
	font-size: 1.5em;
	color: #373737;
}

.graficosDashBoard{
	width: 275px;
	height: 275px;
}

@media (min-width: 960px) {
	.dtProcRecColWidth1{
		width:35px; 
		text-align:left;
	}
	.dtProcRecColWidth2{
		width:50px; 
		text-align:left;
	}
	.dtProcRecColWidth3{
		width:20px; 
		text-align:center;
	}
	.dtProcRecColWidth4{
		width:7px; 
		text-align:center;
	}
	.dtProcRecColWidth5{
		width:7px;
		text-align:center; 
	}
	.dtProcRecColWidth6{
		width:10px;
		text-align:left; 
	}
	.dtProcRecColWidth7{
		width:50px;
		text-align:center; 
	}
}

@media (min-width: 960px) {
	.dtProcGerColWidth1{
		width:30px; 
		text-align:center;
	}
	.dtProcGerColWidth2{
		width:75px; 
		text-align:left;
	}
	.dtProcGerColWidth3{
		width:20px; 
		text-align:center;
	}
}

@media (min-width: 960px) {
	.andamentoDtColWidth1{
		width:2px; 
		text-align:center;
	}
	.andamentoDtColWidth2{
		width:200px 
	}
	.andamentoDtColWidth3{
		width:50px 
	}
	.andamentoDtColWidth4{
		width:25px; 
		text-align:center;
	}
	.andamentoDtColWidth5{
		width:15px;
		text-align:center; 
	}
}
