.active 
	{
	border:1px solid black;
	display: block;
	}

.fa 
	{
	font-size: 22px !important;
	}

.border_black 
	{
	border:1px solid black !important;
	}
	
.border_normal
	{
	border:0px solid black !important;
	}
.red 
	{
	background-color: red !important;
	}
.yellow 
	{
	background-color: #F5F6CE !important;
	}
.blue 
	{
	background-color: #A9D0F5 !important;
	}
.green 
	{
	background-color: #80FF00 !important;
	}
.grey 
	{
	background-color: #D8D8D8 !important;
	}
.black 
	{
	background-color: black !important;
	}
.diamante
	{
	background:#b9f2ff;
	}
.excelencia
	{
	background:#90ee90;
	}
.ouro
	{
	background:#ffd700;
	}
.prata
	{
	background:#bab8b5;
	} 		
.dataTables_scroll {
	overflow: auto;
}

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

.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;
}

.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;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

a:hover {
	cursor: pointer;
}

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

.button_filter {
	display: inline-block;
	float: left;
	width: 11px;
	height: 13px;
	margin-left: 0px;
	margin-top: 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;
}

.icon-nothing 
	{
	border: 10px solid black;
	color: red;
	}
	

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;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 35px;
	visibility: visible;
}

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;
}

.decoration {
	text-decoration: underline overline wavy black;
	font-weight: bold;
	text-align: center;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.image_logo {
	border: 0px solid black;
	margin-top: 13px;
	margin-bottom: 2px;
}

.panel-header.panel-custom {
	background-color: #006DCC;
	margin-left: 1px;
	margin-right: 1px;
	color: white;
	width: 100%;
}
.panel-footer.panel-custom {
	background-color: #006DCC;
	color: white;
	width: 100%;
}

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: 30px;
	margin-left: 10px;
	border: 0px solid black;
}

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

.table.dataTable th, .table.dataTable td {
	overflow: hidden;
	text-overflow: ellipsis;
}
.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;
}

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

th {
			/*white-space: nowrap !important;*/
			word-break: break-word;
			color: black !important;
			font-weight: bold !important;
			vertical-align: middle !important;
			text-align: center !important;
			border: 1px solid black !important;
			font-weight: bold !important;
}

td {
			/*white-space: nowrap !important;*/
			word-break: break-word;
			color: black !important;
			font-weight: bold !important;
			vertical-align: middle !important;
			border: 1px solid black !important;
}


.totalCol {
	text-align: right;
}

.percentCol {
	text-align: right;
}

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

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

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

.toolbar {
	float: left;
	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;
}

.panel-body {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 6px;
}

.btn-pink {
	background-color: pink;
}

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;*/
}

html, body {
	height: 100%;
	margin: 0;
}
.clearfix {
	clear: both;
}

.button {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.navbar {
	position: relative;
	border-top: 3px solid #000 !important;
	min-height: 35px;
	margin-bottom: 5px;
	border: 1px solid transparent;
}

.navbar-custom {
	background-color: #928c8c;
	font-family: sans-serif;
	border-radius: inherit;
}

.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-top: 2px;
	padding-bottom: 2px;
	color: black;
}

.cabecalho {
	background-color: #a6cde0e6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 10%;
	border-bottom: 2px solid black;
}

/*
https://www.freecodecamp.org/portuguese/news/tutorial-de-media-queries-do-css-resolucoes-padrao-breakpoints-do-css-e-tamanhos-de-telefone/
@media handheld
*/

.texto-cabecalho 
	{
	text-align: center;
	padding: 10px;
	width: 100%;
	margin: auto;
	text-transform: uppercase;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 13px;
	text-shadow: 2px 2px 4px #000000;
	}
/*
 dispositivos móveis
*/

@media (max-width: 480px)
	{
	.texto-cabecalho 
		{
		text-align: center;
		padding: 1.0vw;
		width: 100%;
		margin: auto;
		text-transform: uppercase;
		margin: 1.5vw 1.5vw 1.5vw 1.5vw;
		padding: 1.5vw 1.5vw 1.5vw 1.5vw;
		color: black;
		font-size: 1.9vw;
		text-shadow: 1.2vw 1.2vw 1.4vw #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: 75px;
}

li:hover {
	cursor: pointer;
}

.logo-planejamento {
	box-sizing: border-box;
	background: url('../images/selos.png') center center no-repeat;
	background-size: 100% 65%;
	border: 0px solid black;
	height: 75px;
}

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

.titulo-form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	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;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

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

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

.login-actions {
	width: 100%;
	text-align: center;
}

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

.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;
	height: 5px;
	/*word-break: break-word;*/
	line-height: 5px;
}

button.dt-button, div.dt-button, a.dt-button
	{
	z-index: 900;
	background: lightblue;
	}
	
thead {
	background: white;
	position: sticky;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 500;
	top: 0;
}

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

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