.ui-dialog-titlebar-close 
	{
	background: url('./../images/close.png') center center no-repeat;
	}
.fa 
	{
	font-size: 28px !important;
	}
		
.fa-menu	
	{
	font-size: 15px !important;
	}
	
.fa-indicador
	{
	font-size: 12px !important;
	}
	
 .ui-icon-closethick {
	background: url('./../images/close.gif') no-repeat center center
		!important;
}

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

.height_tr {
	height: 5px;
	vertical-align: middle;
	/*align:middle;*/
	background-color: #006DCC !important;
	line-height: 5px;
}
/*
th
	{
	color: white;
	text-align:center !important;
	background-color: #006DCC;
	}	
td
	{
	color: black;
	border:1px solid black;
	}		
*/
.group {
	background-color: #EEE5DE;
	color: blue;
	border: 0px solid black;
}

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

.button_filter {
	display: block;
	float: left;
	height: 45px;
	width: 55px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

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

.footer {
	margin-bottom: 0px;
	bottom: 0px;
}

a:hover {
	cursor: pointer;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8) url('./../images/loading_tjse.gif')
		center no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .overlay {
	display: block;
}

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

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

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

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

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

.panel-footer.panel-custom {
	background-color: #006DCC;
	color: white;
	width: 100%;
}

.toolbar {
	float: left;
}

label.error {
	color: red;
}

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

table.dataTable th, table.dataTable td {
	overflow: hidden;
	text-overflow: ellipsis;
}
/*table.dataTable 
				{
  				table-layout: fixed
				}*/
tbody td {
	vertical-align: middle;
}

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

tfoot td {
	background-color: #006DCC;
	color: white;
	vertical-align: middle;
}


th {
	background-color: #006DCC;
	color: white;
	/*font-weight: bold;*/
	vertical-align: middle !important;
	/*text-align:center !important;*/
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	-o-hyphens: auto !important;
	word-break: break-word !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;
}

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

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

/*
			.dropdown-menu 
			    {
                max-height: 400px;
                overflow-y: auto;
                overflow-x: hidden;
                }*/
.dataTables_length label {
	margin-left: 5px;
	/*display: block;*/
	/*height:40px;*/
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.dataTables_filter input {
	/*background-color: #DCDCDC;*/
	border: 1px solid black;
	height: 25px;
	text-transform: uppercase;
	/*float:left !important;*/
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	/*margin-left:20px;*/
}

/*div.dataTables_wrapper div.dataTables_paginate ul.pagination */
.dataTables_paginate ul.pagination {
	/*white-space: nowrap;*/
	/*height:35px;*/
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	/*margin-right:30px;*/
}

.sorting_1 
	{
    background-color: white !important;
    }
    
.button_css {
	/*height:30px;*/
	margin-left: 2px;
	margin-top: 8px;
	margin-bottom: auto;
	/*width:40px;*/
	/*height:30px;*/
}

.jqstooltip {
	box-sizing: content-box;
}

a.dt-button.ajusteButtonShow {
	display: show;
}

a.dt-button.ajusteButtonHide {
	display: none;
}

a.dt-button.normal {
	width: 0px;
	visibility: "hid";
	display: none;
	enable: false;
	height: 30px;
	color: red;
}

a.dt-button.mobile {
	margin-top: 10px;
	width: 30px;
	height: 25px;
	color: black;
}

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

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

.footer {
	margin-bottom: 0px;
	bottom: 0px;
}

.panel-footer.panel-custom {
	background-color: #006DCC;
	color: white;
	width: 100%;
}

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

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

.tituloFormConsulta {
	background-color: #e7eff7;
	border-top: 1px solid #A3B3Ca;
	border-bottom: 1px solid #A3B3Ca;
	color: #24498a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.account-container {
	width: 275px;
	display: block;
	margin: 5% auto auto auto;
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF),
		to(#C2C2C2));
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	/*-moz-border-radius: 5px;*/
	border-radius: 5px;
	box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

.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(./../images/user.png) no-repeat;
}

.password-field {
	background: url(./../images/password.png) no-repeat;
}

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

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

body {
	background: url(./../images/fundo.jpg) repeat #fff;
	color: #838383;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #000000;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8) url('./../images/loading_tjse.gif')
		center no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .overlay {
	display: block;
}

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