.tel{
	max-width: 120px;
}

.token{
	max-width: 100px;
}

input[type=radio] {
	margin-top: 5px !important;
}

.error,.vermelho,em,vermelho {
	color: red
}

.formatoFonte,.negrito {
	font-weight: 700
}

#popup_overlay {
	height: auto !important
}

body,html {
	font-family: Arial, Helvetica, sans-serif !important
}

#popup_container {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important
}

.table_2>tbody>tr>td {
	padding: 8px
}

.central {
	text-align: center
}

.width_auto {
	width: auto
}

.tudo_central {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.paddingtop_15 {
	padding-top: 15px
}

#tela_mudar_senha {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: all .5s ease-in-out 0s;
	visibility: visible;
	opacity: 1
}

table>tbody>tr>td,table>tfoot>tr>td,table>thead>tr>th {
	text-align: center;
	vertical-align: middle !important;
	word-wrap: break-word !important
}

.ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0;
	padding: 1px;
	height: 18px;
	display: none
}

#figura_login {
	max-width: 250px;
	margin-left: 13px
}

.login-panel {
	background-image: url(../img/login.jpg);
	background-size: 100% auto;
	opacity: .8
}

@media screen and (max-width:768px) {
	.div_logo_login {
		margin-top: 1% !important;
		text-align: -webkit-center;
		display: table-cell
	}
	#figura_login {
		margin-left: 0 !important
	}
	.div_col_login {
		display: block !important;
		text-align: -webkit-center !important;
		text-align: -moz-center !important
	}
}

#tela_mudar_senha .modal-content {
	padding: 10px;
	max-width: 600px;
	min-width: 360px;
	max-height: 85%;
	overflow: auto;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 2;
	opacity: 1;
	border-radius: 3px;
	background: #fff;
	transform: translate(-50%, 0);
	transition: all .5s ease-in-out .5s;
	visibility: visible;
	border: 1px solid
}

a {
	color: #4c7346
}

body {
	height: 100%
}

.imgfundo {
	background-image: url(../img/background.jpg);
	background-size: 100% auto;
	background-attachment: fixed
}

.cabecalhoLogin {
	background-color: #FFF;
	border: 1px solid transparent;
	text-align: center
}

.imgCadeado {
	width: 30px;
	margin-top: -10px
}

#link_cadastro {
	margin-top: 2%;
	text-align: right
}

.width_130 {
	width: 130px
}

.btn_filtro {
	height: 34px
}

#link_voltar,.cadastro_panel {
	margin-top: 2%
}

.margin_top_0 {
	padding-top: 0
}

.width_100 {
	width: 100px
}

.telaCarregando {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #fff;
	z-index: 999999999999999999;
	background-color: rgba(243, 237, 237, .5);
	text-align: center
}

.imgCarregando {
	margin-top: 20%;
	width: 10%
}

.bordaArredondada {
	border-radius: 10px;
	margin: 5px;
	height: auto
}

#logoIndex {
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 5px 15px
}

.formatoFonte {
	font-size: 14px
}

.corFundo {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.tamanhoConteudo {
	min-height: 100% !important
}

.rodape {
	background-color: #FFF;
	margin: 5px;
	height: 30px;
	bottom: 0
}

#div_menu_home .navbar {
	border-left: none;
	border-right: 0
}

#page {
	width: 100%;
	position: relative;
	min-height: 100%
}

.text_align_center {
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}

.margin_right_5 {
	margin-right: 5%
}

.flutuaDireita {
	float: right;
	margin-right: 15px
}

.formatLembrarSenha {
	margin-top: -10px;
	margin-bottom: 10px
}

@media screen and (min-width:768px) {
	#myModalJustificativaSolicitacao .modal-dialog {
		width: auto;
		margin-left: 10%;
		margin-right: 10%;
		height: 100%
	}
	#myModalJustificativaSolicitacao {
		top: 3%;
		bottom: 3%;
		overflow-y: hidden
	}
	#myModalJustificativaSolicitacao .modal-content {
		height: 90%
	}
	#myModalJustificativaSolicitacao .modal-body {
		height: 80%;
		overflow-y: auto
	}
}