.fa 
	{
	font-size: 28px !important;
	}
	
.fa-copy 
	{
	font-size: 12px !important;
	}
	
.form-control
	{
	border: 1px solid black;				
	}

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

.content {
	min-height: 100%;
}

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

.titulo-form 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	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: 12px;
	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;
}



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

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

.button_visible {
	display: block;
	width: 63px;
	text-align:center;
	height: 55px;
	margin-top: 1px;
	margin-bottom: 1px;
	visibility: visible;
}

.panel-header 
	{
	background-color: #006DCC;
	top: 0;
	/*position: fixed;*/
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;			
	color: white;
	/*width: 100% !important;*/
	}

.panel-footer 
	{
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	background-color: #928c8c;
	border-top: 4px solid #000;
	color: #000;
	/*text-align: center;
	vertical-align: middle;*/
	position: fixed;
	/*left: 10;*/
	bottom: 0;
	/*width: 90% !important;*/
	/*margin: 0px 0px 0px 0px !important;*/
	padding: 1px 1px 1px 1px;
	}
	
.panel-title 
	{
			margin-top: 1px;
			margin-bottom: 1px;
			font-size: 15px;
	}

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

.clickable 
	{
			cursor: pointer;
	}

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

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

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

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

body {
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			hyphens: auto;
			width: 100% !important;
}

label.error {
			color: red;
			margin-left: 25px;
			font-size: 12px;
}

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

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

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

.clearfix {
			clear: both;
}

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

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

thead 
	{
	position: sticky;
	margin-top: 0px;
	margin-bottom: 0px;
	/*width: 100% !important;*/
	top: 0;
	}
	
div.dataTables_scroll 
	{
    overflow:scroll;
    height:100%;
    display:block;
    width:100%;
	}    
div.dataTables_wrapper 
   { 
   width: 99%; 
   margin: 0 auto; 
   }
   
.dataTables_length label select {
			margin-top: 2px;
			margin-right: 5px;
			margin-left: 5px;
			margin-bottom: 0px;
			border: 0px solid black;
			font-size: 14px;
			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;
}

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

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

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

.logo-tjse 
	{
	box-sizing: border-box;
	background: url('./../images/logo-tjse.png') center center no-repeat;
	background-size: 99% 99%;
	border: 0px solid black;
	width: 190px;
	height: 70px;
	margin: 5px 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-datajud 
	{
	box-sizing: border-box;
	background: url('./../images/datajud-logo.png') center center no-repeat;
	background-size: 99% 99%;
	border: 0px solid black;
	width: 120px;
	height: 85px;
	margin: 5px 0px 2px 0px;
    transition: all 0.5s;
    cursor: pointer;
	}
	
.logo-datajud:hover
	{
    -webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
    filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
	}

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

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