.multiselect
	{
	margin-left:10px !important;
	}
.fa 
	{
	font-size: 28px !important;
	}
	
.fa-menu	
	{
	font-size: 18px !important;
	}
	
.fa-mini	
	{
	font-size: 12px !important;
	}
		
.fa-arrow-circle-o-left
	{
	font-size: 28px !important;
	}

.dropdown:hover .dropdown-menu 
	{
    display: block;
	}
	
.painel-filtro 
	{
	font-size: 6px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 99%;
	}
	
.btn-pink 
	{
	background-color: pink;
	}
.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;
	}
	
.border_black
	{
	border:1px solid black !important;
	}
	
.border_normal
	{
	border:0px solid black !important;
	}
	
.active 
    {
	border:1px solid black;
    }
	
.topmenu ul li.active a, .topmenu ul li a:hover 
	{
    text-decoration:none;    
    color:#fff;
	}
	
.content-inside {
	padding: 0px;
	padding-bottom: 40px;
}

nav a:hover {
/*color: #fff;*/
text-decoration: underline;
/*background-color: #000;*/
}

.href_class
	{
	text-decoration: underline;
	}

.select2-results__options li 
	{
   	font-size: 12px !important;
	}
.select2-search__field 
	{
	font-size: 12px !important;
	}
.select2-container--default .select2-selection--single 
	{
	font-size: 12px !important;
	}
.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 
	{
  	white-space: nowrap !important;
	}
.group 
	{
	background-color: lightgrey !important;
	color: blue !important;
	}
	
.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: block;
	float:left;
	width: 41px;
	height:33px;
 	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;        		
	}			  
	
body::after 
	{
	content: "";
	background: url('../images/logo_tjse.png') no-repeat center center;
	background-repeat: no-repeat;
	background-size: 25% 50%;
	opacity:0.6;
	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;
	text-align: center !important;
	margin-top:1px;
	margin-bottom:1px;
	width: 75px;
	height: 55px;
	visibility: visible;
}
.button_visible2 {
	text-align: center !important;
    margin-top:1px !important;
    margin-bottom:1px !important;
    height: 40px;
	width: 290px;
}
.button_text {
    margin-top:1px !important;
    margin-bottom:1px;
    height: 40px;
}

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

body 
	{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
	}

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

.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: 0px;
	margin-right: 0px;
	color: white;
	width: 100%;
}

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

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

.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
	{
	border: 1px solid black !important;
	}
	
.control-label
	{
	border: 0px solid black;
	}
	
.form-control 
	{
	height:28px;
	margin-left:10px;
	border: 0px solid black;
	}

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

.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: 12px;
	width: 100%;
	margin-left: 0px;
}

.panel-body {
	margin-left: 0px;
	margin-right: 0px;
	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%;
	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: 13px;
	color:black;
}

.navbar-font-padrao-submenu 
	{
	font-family: sans-serif;
	font-size: 12px;
	color:black;
	}
	
.navbar-font-padrao-submenu:hover 
	{
	text-decoration: underline;	
	}

.navbar-default .navbar-nav li a {
	padding-top: 2px;
	margin-right: 10px;
	padding-bottom: 2px;
	background-color:#928c8c;	
	color: black;
}

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

.content {
	min-height: 100%;
}

.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;
	text-transform: uppercase;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 12px;
	text-shadow: 2px 2px 4px #000000;
	}

.texto-cabecalho2
	{
	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;
	}

.align_center
	{
	display: flex;
	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:110px;
	height: 55px;
	margin:10px 0px 5px 0px;
	}
	
.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-plano-de-gestao 
	{
	box-sizing: border-box;
	background: url('../images/caplag_2023_2025.png') center center no-repeat;
	background-size: 99% 99%;
	border:0px solid black;
	width: 160px;
	height: 55px;
	margin:10px 0px 5px 0px;
	}
	
.logo-plano-de-gestao: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: 30%;
	height: 60%;
	background-color: #aeb0b357;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}	
	
.panel-heading
	{
	padding:10px 10px;
	margin-left:0px;
	}
	
.panel-footer
	{
	width: 99% !important;
	margin-left:5px !important;
	margin-right:5px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	}
		
.panel-title
	{
 	margin-top:1px;
    margin-bottom:1px;	
	font-size:15px;
	}
.modal-dialog
	{	
	background-color:#928c8c;
	color:#000;
	}
.nowrap
	{	
	white-space: nowrap !important;
	}	
.height_tr
	{
	text-align:center;
	height: 5px;
	word-break: break-word;
    line-height: 5px;
	}

tfoot
	{
	position: sticky;
   	}
   	
thead 
	{
	position: sticky;
	z-index: 500;	
	margin-top:0px;
	margin-bottom:0px;
	width: 100% !important;
	top: 0;
   }
   
.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 {
	color: black !important; 
	font-weight: bold !important; 
	vertical-align: middle !important;
	text-align: center !important;
	border: 1px solid black !important;
	font-weight: bold !important;
	}

.odd{
	background-color:#CCC;
}

.even{
	background-color:#EEE;
}
		
td {
	color: black !important; 
	font-weight: bold !important; 
	vertical-align: middle !important;
	border: 1px solid black !important;
	}

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

.table tbody tr.odd td 
	{
	background-color: #CEECF5;
	vertical-align: middle;
	}         	
/*
.table.dataTable th, .table.dataTable td {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dataTables_wrapper .ui-toolbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}		
	
.dataTables_filter label input
	{
	margin-top:10px;
	border:1px solid black;
	}
		
#table
	{
	width: 100%;
	text-align: center;
	background-color: pink;
	}
*/

.dataTable 
	{
  	display:block;
  	height:100%;
  	overflow:auto;
	}