.fa 
	{
	font-size: 18px !important;
	}
	
.fa-crosshairs
	{
	color: blue;			
	}	

.border_black 
	{
	border:1px solid black !important;
	}
	
.border_normal
	{
	border:0px solid black !important;
	}
.purple 
	{
	background-color: purple;
	opacity: 0.4;
	}
.red 
	{
	background-color: red;
	opacity: 0.4;
	}

.yellow 
	{
	background-color:yellow;
	opacity: 0.4;
	}

.blue 
	{
	background-color: blue;
	opacity: 0.4;
	}

.green 
	{
	background-color: green;
	opacity: 0.4;
	}

.grey 
	{
	background-color: grey;
	opacity: 0.4;
	}

.black 
	{
	background-color: black;
	opacity: 0.4;
	}
	
.select2-results__options li {
	font-size: 9px !important;
}

.select2-search__field {
	font-size: 9px !important;
}

.select2-container--default .select2-selection--single {
	font-size: 9px !important;
}

.dataTables_scroll 
	{
	overflow: auto;
	}

.href_class {
	display: block;
	color: white;
}

.wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.dataTables_wrapper .ui-toolbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.margens-zero {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 1px solid black !important;
	/*color: yellow !important;*/
}

.ui-dialog-titlebar-close {
	background: url('./../images/close.png') center center no-repeat;
}

.nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	min-width: 1px;
}

.group {
	background-color: lightgrey;
	color: blue;
}

.voltar_image {
	display: inline-block;
	background: url('./../images/seta_voltar.png') center center no-repeat;
	margin: 0px 0px 0px 0px;
	width: 11px;
	height: 11px;
	background-size: 99% 99%;
}

a:hover {
	cursor: pointer;
}

.button_fechar {
	display: block;
	float: left;
	width: 60px;
	height: 26px;
	margin-left: 0px;
	margin-top: 2px;
	/* margin-right: 5px;*/
	/*margin-bottom:2px;*/
}

.button_filter {
	/*display: inline-block;*/
	float: left;
	width: 11px;
	height: 13px;
	margin-left: 0px;
	margin-top: 2px;
	/* margin-right: 5px;*/
	/*margin-bottom:2px;*/
}

#body {
	background: url(./../images/fundo.jpg) repeat #fff;
}

.icon-loading {
	background: url('./../images/loading_tjse.gif') no-repeat center center;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2%;
	height: 18px;
	width: 22px;
	border: 0px solid black;
}

body::after {
	content: "";
	background: url('./../images/logo_tjse.png');
	background-repeat: no-repeat;
	background-size: 25% 50%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-position: center;
}

.button_hide {
	display: none !important;
	visibility: hidden;
	width: 0px;
}

.button_visible 
	{
	display: block;
	height: 39px;
	width: 47px;
	margin-top: 1px;
	margin-right: 4px;
	/*margin-left: 12px;*/
	margin-bottom: 1px;
	visibility: visible;
	}

.button_visible2 {
	margin-top: 4px !important;
	font-weight: bold !important;
	font-size: 9px !important;
	/*margin-bottom: 2px !important;*/
	width: 110px !important;
	height: 28px !important;
}

.button_visible3 
	{
	border: 1px solid black;
	/*margin-top: 2px;*/
	font-weight: bold;
	font-size: 12px;
	margin-bottom:2px;
	width: 85px;
	height: 30px;
	}


tbody 
	{
	background-color: #e4f0f5;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	}

body {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

caption {
	padding: 10px;
	caption-side: bottom;
}


.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.image_logo {
	border: 0px solid black;
	/*opacity:0.6;*/
	margin-top: 13px;
	margin-bottom: 2px;
	/*background-size: 1200px 1150px;*/
}

label.error 
	{
	color: red;
	margin-left: 25px;
	font-size: 9px;
	}
    
.form-body {
	margin-left: 0px;
	border: 0px solid black;
}

.form-group {
	margin-left: 5px;
	border: 0px solid black;
}

label {
	font-weight: 900;
	margin-left: 15px;
	border: 0px solid black;
	text-align: left !important;
}

select {
	margin-left: 10px !important;
	border: 1px solid black !important;
}

.control-label {
	margin-left: 10px;
	border: 0px solid black;
}

.form-control {
	height: 25px;
	margin-left: 5px;
	border: 1px solid black;
}

input.error, textarea.error {
	border: 1px solid red;
}

.table.dataTable th, .table.dataTable td {
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.table.dataTable {
	font-size: 28px;
	table-layout: fixed;
}*/


.dataTables_filter input {
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 5px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    }


.dataTables_length label select {
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	border: 0px solid black;
	font-size: 12px;
	width: 75px;
}

/*.dataTables_length select
{
	margin-top: 0px !important;
}
.dataTables_buttons .buttons-csv,
.dataTables_buttons .buttons-pdf {
{
				background-color: pink !important;
				width: 875px !important;
}
*/
button.dt-button, div.dt-button, a.dt-button
	{
	z-index: 900;
	background: lightblue;
	}

tr.group, tr.group:hover {
	background-color: #ddd !important;
}

th {
	background: lightblue;
	color: black;
	font-weight: bold;
	vertical-align: middle !important;
	text-align: center !important;
	border: 1px solid black !important;
	word-break: break-word !important;
	word-wrap: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	-o-hyphens: auto !important;
	overflow-wrap: break-word !important;
	/*-ms-word-break: break-all !important;
	word-break: break-all !important;*/
	hyphens: auto !important;
}

td {
	/*background: lightblue;
	color: black;*/
	font-weight: bold;
	vertical-align: middle !important;
	/*text-align:center !important;*/
	border: 1px solid black !important;
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	-o-hyphens: auto !important;
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
	/*-ms-word-break: break-all !important;
	word-break: break-all !important;*/
	hyphens: auto !important;
}


.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.toolbar {
	float: left;
	/*display:inline;*/
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.button_css {
	/*display: inline-block;*/
	border: 1px solid black;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}

.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.pagination li {
	border: 1px solid #d8dcdf;
	font-size: 15px;
	display: inline-block;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.clickable {
	cursor: pointer;
}

.panel-heading span {
	margin-top: -20px;
	font-size: 8px;
	/*width: 100%;
	margin-left: 0px;*/
}

.panel-body {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 6px;
	/*width: 100%;*/
}

a.dt-button.normal {
	width: 85px;
	height: 30px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 6px;
}

.efeito {
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF),
		to(#C2C2C2));
	overflow-wrap: break-word;
}

.clearfix {
	clear: both;
}
/*
.button {
	-webkit-border-radius: 3px;*/
	/*-moz-border-radius: 3px;*/
	/*border-radius: 3px;*/
	/*display: inline-block;*/
	/*float: right;
	margin-top: 5px;
}*/

.content {
	min-height: 100%;
}


li:hover {
	cursor: pointer;
}

.form-login {
	margin: auto;
	/*width: 30%;*/
	height: 60%;
	background-color: #aeb0b357;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.form-simulador {
	margin: auto;
	/*width: 30%;*/
	height: 60%;
	background-color: #aeb0b357;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*position: absolute;*/
}
.titulo 
	{
	font-size: 22px;
	font-weight: bold;
	text-align: center !important;
	width: 100%;
	}

.titulo-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	text-shadow: 2px 2px 4px #000000;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 12px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	/*width: 99%;*/
	/*display: block;*/
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
	/*text-align: center;*/
}

.username-field {
	background: url('./../images/user.gif') no-repeat;
	font-size: 9px;
	height: 5px;
}

.password-field {
	background: url('./../images/password.gif') no-repeat;
	font-size: 9px;
	height: 5px;
}

.login-actions {
	/*float: left;*/
	width: 100%;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	text-align: center;
}
.panel-heading {
	padding: 10px 10px;
	margin-left: 0px;
}

.panel-title {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
}

.modal-dialog {
	background-color: #928c8c;
	color: #000;
}

.height_tr {
	text-align: center;
	/*width: 100%;*/
	height: 5px;
	word-break: break-word;
	line-height: 5px;
	/*font-size: 9px;
    border:1px solid black;*/
}

table tbody tr.even td 
	{
	vertical-align: middle;
/*valign:middle;*/
}

table tbody tr.odd td 
	{
	background-color: #CEECF5;
	vertical-align: middle;
/*valign:middle;*/
}

thead {
	background: white;
	/*width:100%;*/
	position: sticky;
	z-index: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0;
	/*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
}

.footer 
    {
	height: 30px;
	/*margin-top: -30px;*/
	/*margin-top: 40px;*/
	font-size: 11px;
	font-weight: bold;
	background-color: #928c8c;
	border-top: 5px solid #000;
	color: #000;
	text-align: center;
	vertical-align: middle;
	/*justify-content: center;*/
	position: fixed;
	left: 0;
	bottom: 0;
	width: 99%;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
    }

.cabecalho 
	{
	background-color: #a6cde0e6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 10%;
	border-bottom: 2px solid black;
	}
	
.texto-cabecalho 
	{
	text-align: center;
	padding: 10px;
	width: 100%;
	margin: auto;
	/*color: #000;*/
	text-transform: uppercase;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 11px;
	text-shadow: 2px 2px 4px #000000;
	}
	
.logo-tjse 
	{
	box-sizing: border-box;
	background: url('./../images/logo_tjse_lateral.png') center center no-repeat;
	background-size: 95% 90%;
	border: 0px solid black;
	height: 70px;
	}
	
.logo-planejamento 
	{
	box-sizing: border-box;
	background: url('./../images/20230323_1258_Banner_Planejamento_Estrategico_do_TJSE_2021_2026.jpg') center center	no-repeat;
	background-size: 99% 70%;
	border: 0px solid black;
	height: 80px;
	}    
	
.active 
    {
	border:1px solid black;
    }
.navbar-font-padrao 
	{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	}

.navbar-font-padrao-submenu 
	{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	}
	
.navbar-default .navbar-nav li a 
	{
	padding-bottom: 2px;
	color: black;
	}

.dropdown-menu li a 
	{
	padding: 2px 20px;
	}
	
.dropdown-submenu 
	{
	position: relative;
	}

.dropdown-submenu .dropdown-menu 
	{
	top: 0;
	left: 100%;
	}
	
#pdf_content
    {
    font-size:22px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
    }
	
.progressbarText 
    {
    color: white;
    margin-top: 5px;
    position: absolute;
    }
    /*
 .ui-widget-header 
    {  
    background: blue;  
    border: 1px solid #DDDDDD;  
    color: #333333;  
    font-weight: bold;  
    } */     
  			