.dataTables_wrapper
	{ 
	font-family: Arial, sans-serif, Helvetica;
	}
.fa 
	{
	font-size: 26px !important;
	}
		
.fa-copy
	{
	font-size: 18px !important;
	}	
	
.fa-link
	{
	font-size: 12px !important;
	}	
	
.fa-step-backward
	{
	font-size: 14px !important;
	}	
.fa-chevron-left
	{
	font-size: 14px !important;
	}	
.fa-chevron-right
	{
	font-size: 14px !important;
	}	
.fa-step-forward
	{
	font-size: 14px !important;
	}	
		
.select2-results__options li {
	font-size: 9px !important;
}
.button_hide {
	display: none !important;
	visibility: hidden;
	width: 0px;
}

.button_visible {
	display: block;
	margin-top:1px;
	margin-bottom:1px;
	width: 75px;
	height: 55px;
	visibility: visible;
}

.button_instancia {
	display: block;
	margin-top: 0px;
	float:left;
	margin-bottom:0px;
	width: 105px;
	height: 55px;
	visibility: visible;
}
.select2-search__field {
	font-size: 9px !important;
}

.nowrap 
	{
  	white-space: nowrap !important;
	}
	
.group 
	{
	background-color: lightgrey;
	text-align:left;
	color: blue;
	}
/*
height: 5px;
	vertical-align: middle;
	word-break: break-word;
	align:middle;
	background-color: #006DCC !important;
	line-height: 5px;*/

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

.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;
}
/*
label {
  font-weight: 900;
  border: 0px solid black;
}
*/
.control-label {
	margin-left: 10px;
	border: 0px solid black;
}

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

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

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

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

.align-right 
	{
	text-align: right !important;
	color: red !important;
	}

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

a:hover 
	{
	cursor: pointer;
	}

tbody 
	{
	background-color: #e4f0f5;
	}

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

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

label.error {
	color: red;
}

input.error, textarea.error {
	border: 1px solid red;
}
/*
tfoot tr, thead tr {
	background: lightblue;
	color: black;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid black;
}
*/

tfoot 
	{
	position: sticky;
	/*width: 100% !important;*/
	}

thead 
	{
	position: sticky;
	z-index: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100% !important;
	top: 0;
	}
	
table tbody tr.even td {
	vertical-align: middle;
}

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

table-striped>tbody>tr:nth-child(odd)>td, 
table-striped>tbody>tr:nth-child(odd)>th 
    {
    background-color: #EEEEE0;
    }

.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.clickable {
	cursor: pointer;
}

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

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

html, body {
	height: 100%;
	margin: 0;
}

.content {
	min-height: 100%;
}

.content-inside {
	padding: 0px;
	padding-bottom: 40px;
}

.main-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 3px solid #000;
}

.footer {
	height: 30px;
	/*margin-top: -30px;*/
	/*margin-top: 40px;*/
	font-size: 14px;
	font-weight: bold;
	background-color: #928c8c;
	border-top: 3px 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;
}

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


body::after {
	content: "";
	background: url('./../../../libs/images/logo_tjse_gg.png');
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-position: center;
}

.clearfix {
	clear: both;
}

.cabecalho {
	text-align: center;
	background-color: #a6cde0e6;
	border-bottom: 5px solid black;
	margin: 0;
	height: 75px;
	border-bottom: 5px solid black;
}

.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: 10px;
			text-shadow: 2px 2px 4px #000000;
}


.logo-tjse 
	{
	box-sizing: border-box;
	background: url('./../../../libs/images/logo-tjse-lateral.png') center center no-repeat;
	background-size: 99% 99%;
	border: 0px solid black;
	width: 200px;
	height: 55px;
	margin: 2px 0px 2px 0px;
    transition: all 0.5s;
    cursor: pointer;
	}
	
.logo-tjse:hover
	{
    -webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
    filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
	}

.logo-planejamento 
	{
	box-sizing: border-box;
	background: url('./../../../libs/images/20230323_1258_Banner_Planejamento_Estrategico_do_TJSE_2021_2026.jpg') center center no-repeat;
	background-size: 99% 99%;
	border: 0px solid black;
	width: 1520px;
	height: 55px;
	margin: 10px 0px 2px 0px;
    transition: all 0.5s;
    cursor: pointer;
	}
	
.logo-planejamento:hover
	{
    -webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
    filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
	}


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

.titulo-form {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size:25px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.login-fields label {
	display: none;
}

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

.username-field {
	background: url('./../../../libs/images/user.gif') no-repeat;
	display: block;
	width: 260px;
	height: 5px;
}

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

.login-actions {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

tbody, th, td
	{
	vertical-align: middle !important;
	border:1px solid black !important;
	background-color: #aeb0b357;
	}

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

label.error {
	color: red;
}

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

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

.navbar-font-padrao {
	font-family: sans-serif;
	font-size:14px;
}

.navbar-font-padrao-submenu {
	font-family: sans-serif;
	font-size:12px;
}

.navbar-default .navbar-nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

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

.align_center {
			display: flex;
			text-align: center;
			justify-content: center;
			align-items: center;
}


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

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;
	}
body 
	{
  	margin: 0;
	}
.divmain
	{
	text-align:center !important;
	/*margin-left:10px;
	margin-right:10px;*/
	}
	
.content
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
table-striped>tbody>tr:nth-child(odd)>td, 
table-striped>tbody>tr:nth-child(odd)>th 
    {
    background-color: #EEEEE0;
    }	