@charset "UTF-8";
/* Importando as cores para o sistema */
/* Cores da Interface */
/* Para mais informa├º├Áes sobre a tabela de cores, verifique o manual do Framework */
/* Cor principa de todo o tema - cor prim├íria */
/* Cores do topo e menus */
/* Cores de fundo to topo, das th das tabelas.*/
/* Cores de mensagens gerais*/
/* Mensagens de alerta */
/* Mensagens de sucesso */
/* Mensagens de Aviso */
/* Campos obrigat├│rios, fontes e bordas */
/* Campos desabilitados, bordas, backgrounds e fonts */
/* Cores Brancas e Pretas, servem para tudo */
/* ################################## Início do Documento ###################################### */
/* Space out content a bit */
html {
	position: relative;
	min-height: 100%;
}

body {
	background: url('back2.png') no-repeat;
	/* Margin bottom by footer height */
	margin-bottom: 77px !important;
	color: #333333;
}
.principalController{
	overflow:hidden;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
/* 	height: 77px !important; */
	background: #dfdfdf;
}

.usuarioLogado{
	background-image:none !important;
}
.section {
	height:auto;
	float:left;
	margin-bottom:120px;
}

.dropdown-menu {
	overflow: auto;
	min-width: calc(100% - 30px);
	max-height:480px;
}

/* Parando o menu principal */
.magic {
	/* Rolagem automatica */
	border: 1px solid #ccc;
	overflow-y: scroll;
	height: 500px;
}

/* Menu Atalhos */
.atalhos {
	color: #508450;
	font-size: 12px;
	margin-left: 15px;
}

.atalhos a {
	color: #508450;
}

.menuAtalhos {
	width: 50%;
	padding: 5px;
	float: left;
	margin-top: 5px;
	height: 30px;
	text-align: left;
}

.menuAtalhos div {
	float: left;
}

.numAtalhos {
	background-color: #508450;
	float: right !important;
	color: #fff;
	width: 13px;
	height: 13px;
	font-size: 0.9rem;
	text-align: center;
	padding-top: 1px;
	margin-top: 1px;
	margin-left: 4px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
	{
	background: #508450 !important;
	cursor: pointer;
}

/* ///////////// Fim do menu atalhos ///////////// */
/* ################ Menu usu├írios ################ */
.userLog {
	color: #fff;
}

.userLog span {
	color: #8bd38b;
}

.accordeonBox {
	padding: 5px;
	width: 100%;
	max-height: 250px;
	background-color: #ccc;
	display: none;
	margin-top: -4px;
	overflow-y: scroll;
	padding-bottom: 20px;
}

.accordeonContent {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	margin-top: -5px;
}

.accordeonTitle {
	color: #508450;
	float: right;
	margin-right: 69%;
	height: 30px;
	margin-top: 3px;
	font-weight: bold;
}

.btnAccordeon {
	width: 100%;
	height: 30px;
	background-color: #f2f2f2;
	color: #508450;
	border: 0;
}

.arrowDirect {
	float: left;
	background-color: #508450;
	color: #fff;
	height: 30px;
	padding: 7px;
	margin-top: -2px;
	margin-left: -6px;
	font-size: 16px;
}

.invisibleBox {
	display: none;
}

/* Menu Lateral */
/* Fixando o menu */
.fixarMenu {
	position: fixed;
	top: 30px !important;
	z-index: 9999 !important;
	width: 100%;
}

.leftMenu {
	width: 100%;
	max-width: 300px !important;
	overflow: hidden;
}

.leftMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}

.leftMenu ul li {
	border-bottom: 1px solid #508450;
	width: 100%;
}

.leftMenu ul li a:link {
	width: 100%;
	color: #508450;
	height: 100% auto;
	display: block;
	text-decoration: none;
	padding: 10px;
	position: relative;
}

.leftMenu ul li a:hover {
	color: #519951;
	background-color: #f9f9f9;
	display: block;
}

.linkFalse {
	background-color: #f9f9f9 !important;
	color: #ADADAD !important;
	cursor: no-drop;
}

.linkActive {
	background-color: #f2f2f2 !important;
	font-weight: bold;
}

.leftMenuDisabled ul li a:hover {
	color: #519951;
	background-color: #ffcc00;
	display: block;
}

.titleMenu {
	border-top: 4px solid #508450 !important;
	border-bottom: none !important;
	background-color: #f2f2f2 !important;
	padding: 20px !important;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #508450;
}

.titleMenu a:hover {
	background-color: transparent !important;
}

.titleVerMais {
	border-top: 4px solid #508450 !important;
	border-bottom: none !important;
	background-color: #508450 !important;
	padding: 1px !important;
	font-size: 22px !important;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	color: #ffffff;
}

.pMostrarMais {
	font-size: 12px !important;
}

.mudaSetaVerMais {
	top: -10px;
}

.titleVerMais a:hover {
	background-color: transparent !important;
}

/* Dar o espa├ºamento entre a seta e o t├¡tulo do menu lateral */
.titleSpace {
	margin-right: 5px;
}

/* Classes de status do menu */
.no-link {
	cursor: no-drop;
}

.idMenu {
	background-color: #508450;
	float: left !important;
	color: #fff;
	width: 15px;
	height: 16px;
	font-size: 1.1rem;
	text-align: center;
	padding-top: 1px;
	margin-top: 1px;
	margin-left: 4px;
	margin-right: 8px;
}

.idMenuDisabled {
	background-color: #ADADAD;
	float: left !important;
	color: #fff;
	width: 15px;
	height: 16px;
	font-size: 1.1rem;
	text-align: center;
	padding-top: 1px;
	margin-top: 1px;
	margin-left: 4px;
	margin-right: 8px;
}

/* Transformando as LI do topo do menu lateral em bot├Áes */
.btnVerMais, .btnLevelOne, .btnLevelTwo, .btnLevelTree, .btnLevelFour,
	.btnLevelFive, .btnLevelSix, .btnLevelSeven, .btnLevelEight,
	.btnLevelNine, .btnLevelTen {
	cursor: pointer;
}

.verMaisMenu {
	display: none;
}

/* Display das divs do menu lateral */
.boxLevelTwo, .boxLevelTree, .boxLevelFour, .boxLevelFive, .boxLevelSix,
	.boxLevelSeven, .boxLevelEight, .boxLevelNine, .boxLevelTen {
	display: none;
}

.opening {
	display: block !important;
}

/* Fim do menu lateral */
.header, .marketing, .footer {
	padding-left: 15px;
	padding-right: 15px;
}

/*Comportamentos gerais*/
#loading-indicator {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000000;
	opacity: .5;
}

.ajax-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	/* -1 * image width / 2 */
	margin-top: -32px;
	/* -1 * image height / 2 */
	display: block;
}

/* Custom page header */
.header {
	/*border-bottom: 1px solid #e5e5e5;*/
	
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}

/* Customize container */
@media ( min-width : 768px) {
	.container {
		/* max-width: 1024px; */
		padding-left: 1px !important;
		padding-right: 1px !important;
	}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header, .marketing, .footer {
		padding-left: 0;
		padding-right: 0;
	}

	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
}
/* Usernavbar - barra de controle de informa├º├Áes do usu├írio */
.usernavbar {
	background-color: #508450;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 32px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0px;
}

.navbar-header a, .usernavbar .navbar-nav>li>a {
	padding: 5px 15px;
	border-left: 1px solid #7693B0;
	border-right: 1px solid #7693B0;
}

.usernavbar a, .usernavbar li {
	color: #ffffff;
	height: 32px;
}

.usernavbar a:hover, .navbar-brand a:hover {
	color: #508450;
	background-color: #fcfcfc;
}

.usernavbar .navbar-brand {
	float: left;
	padding: 5px 15px;
	font-size: 0.9rem;
	line-height: 20px;
}

#navabar-rede {
	margin-left: 0px;
}

#navbarMainFixed {
	display: none;
	position: fixed;
	top: 32px;
	z-index: 1000;
	width: 100%;
}

.navbar-brand {
	text-transform: uppercase;
}

.usernavbar .navbar-header {
	height: 32px;
}

.usernavbar span {
	margin-right: 5px;
}

/* Barra de progresso */
.progress {
	margin-bottom: 0px;
	height: 34px;
	width: 100% !important;
	float: right;
}

.progress-bar {
	background-color: #508450 !important;
}

/* Define o tamanho da porcentagem da barra de progresso */
.progress10 {
	width: 10%;
}

.progress20 {
	width: 20%;
}

.progress30 {
	width: 30%;
}

.progress40 {
	width: 40%;
}

.progress50 {
	width: 50%;
}

.progress60 {
	width: 60%;
}

.progress70 {
	width: 70%;
}

.progress80 {
	width: 80%;
}

.progress90 {
	width: 90%;
}

.progress100 {
	width: 100%;
}

.sr-only {
	position: relative !important;
	top: 8px;
}

/* Barra de funcionalidades */
/* usar com uma grid 80%*/
.funcionalidades-grid8 {
	color: #508450;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 8px;
	line-height: 32px;
	margin-top: 30px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #508450;
}

/* usar com uma grid 100%*/
.funcionalidades-grid12 {
	color: #508450;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 8px;
	line-height: 32px;
	margin-top: 20px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #508450;
}

.funcionalidades-grid12 .funcButtons {
	float: left;
}

.funcionalidades-grid12 .progress12 {
	float: left;
	width: 65%;
	margin-left: 20px;
}

.iconFunc {
	float: right;
}

/* Header */
.page-header {
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 8px;
}

.usuarioLogado .page-header {
	background: #f2f2f2;
}

.page-header h1 {
	color: #508450;
	font-weight: bold;
	line-height: 48px;
	font-size: 32px;
	margin-top: 55px;
}

.page-header h1.headerCenter {
	text-align: center;
}

.page-header img {
	margin-right: 10px;
}

.user-info {
	color: #808080;
	font: 14px;
}

/* Navbar default - horizontal abaixo do cabe├ºalho */
.navbar-default {
	background: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 32px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

nav a {
	cursor: pointer !important;
}

.usuarioLogado nav {
	background: #dfdfdf;
	margin-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
	padding: 5px 15px;
	color: #508450;
	height: 32px;
	font-size: 1.4rem;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #508450;
	border-radius: 2px;
}

.navbar-main {
	position: fixed;
	margin-top: 32px;
	width: 100%;
}

/* Barra de Ferramentas do Usu├írio */
.topBar {
	text-align: right;
}

.topBar div {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.navbar-scope {
	font-size: 18px;
}

.navbar-scope a {
	border-left: 1px solid #3e5b3e;
	border-right: 1px solid #3e5b3e;
}

.navbar-scope a:hover {
	background: #f2f2f2;
}

.userScope {
	margin-left: -1px !important;
	text-transform: capitalize;
	font-size: 12px !important;
}

.userScope span {
	font-size: 15px;
	float: right;
	margin: 2px 0 0 5px;
}

/* Fim da barra de ferramentas do usu├írio */
/* Copyright Footer */
.footer {
	font: 0.8em Arial, Helvetica, sans-serif;
	left: 0;
	bottom: 0;
/* 	margin-bottom: 15px; */
	width: 100%;
	z-index: 10;
	margin-top: 40px;
}

.footer p {
	text-align: center;
	margin: 0px auto;
	padding: 0px 5px;
}

.footer-contact, .footer-copyright {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-contact {
	background-color: #dfdfdf;
}

.footer-copyright {
	background-color: #508450;
}

/* Formul├írios */
.radio-container label {
	display: block;
	margin-top: 15px !important;
}

.radio-container .radio-item {
	display: inline-block;
	min-width: 50px;
}

.radio-container input {
	margin-right: 10px;
	float: left;
}

input[type="date"] {
	display: block;
	width: 170px;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*input Default*/
input[type="text"], input[type="date"], input[type="password"], textarea
	{
	padding: 5px 10px !important;
}
/*input:Focus*/
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus,
	textarea:focus, select:focus {
	border: 1px solid #6cb26c !important;
	box-shadow: 0 1px 2px #c5c5c5 !important;
}
.big-select optgroup, .big-select option{
	font-size:11px;
	-webkit-padding:0;
	padding:0;
	text-transform:uppercase !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1170px) {
	.big-select optgroup, .big-select option{
		font-size:8px !important;
	}
}
.big-select optgroup{
	border-top: 1px dashed #000000;
	-webkit-border-top:1px dashed #000000;
	padding-top: 20px;
	margin-top: 20px;
	-webkit-padding-top: 20px;
	-webkit-margin-top: 20px;
}
.big-select optgroup label{
	font-weight:bold !important;
	margin:20px 0;
	padding-bottom:20px;
	font-size:16px !important;
}

/* Checked do formul├írio quando for preencido */
.checked {
	color: #508450 !important;
	font-size: 16px !important;
}

.checkedLateralMenu {
	float: right;
	color: #ADADAD !important;
	font-size: 16px !important;
	position: absolute;
	right: 2px;
	top: 30%;
}

.activeLateralMenu {
	float: right;
	color: #508450 !important;
	font-size: 16px !important;
}

/* ├¡cone de editar o formul├írio quando tiver preenchido */
.formEdit {
	float: right;
	color: #508450 !important;
	font-size: 16px !important;
	margin: 7px 8px 0 0 !important;
}

/* Campos desabilitados de formul├írios */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #f2f2f2 !important;
	border: #ADADAD !important;
	opacity: 1;
}

.disabled {
	color: #ADADAD !important;
}

label {
	margin: 10px 0 5px 0 !important;
	padding: 0 !important;
	font-weight: normal;
}

/* Para bot├Áes sem fundo */
.btn-basic {
	background-color: none;
	border: none;
	color: #508450;
	font-size: 16px;
}

.btn.disabled {
	color: #ffffff !important;
	background-color: #ADADAD;
}

.btn-default:hover {
	color: #ffffff;
	background-color: #508450;
}

.btn-default {
	background-color: #dfdfdf;
}

.btn-primary {
	background-color: #508450 !important;
	border: 1px solid #508450 !important;
	outline: none !important;
}

.btn-primary:hover {
	background-color: #519951;
	border: 1px solid #519951;
}

.help-block {
	font-size: 0.75em;
	margin: 0 0 0 0;
}

.top-username {
	padding: 4px 10px;
	text-align: right;
	background-color: #f9f9f9;
	margin-left: 15px;
	width: 100%;
	color: #508450;
	font-size: 14px;
	font-weight: normal;
	border-top: 4px solid #508450;
	background-color: #f9f9f9;
}

.form-title span.marker {
	color: #ffffff;
	background-color: #508450;
	border-radius: 2px;
}

.form-title h3 {
	color: #508450;
	background-color: #dfdfdf;
	font-size: 1.3rem;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
}

.idTitle {
	background-color: #508450;
	float: left !important;
	color: #fff;
	width: 33px;
	font-size: 1.9rem;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-left: -10px;
	margin-right: 8px;
}

.idTitleDisabled {
	background-color: #ADADAD;
	float: left !important;
	color: #fff;
	width: 33px;
	font-size: 1.9rem;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-left: -10px;
	margin-right: 8px;
}

.lgdResultado {
	color: #508450;
	font-size: 1.3rem;
	font-weight: bold;
	border: 0;
	padding: 10px;
	text-align: left;
	display: inline;
	width: auto !important;
	text-transform: uppercase;
}

.fdResultado {
	border: 1px solid #dddddd;
	padding: 0 35px 10px 10px;
}

.form-title-inf h3 {
	padding-top: 10px;
	color: #508450;
	font-size: 1.3rem;
	font-weight: bold;
	height: 32px;
	padding-left: 0px;
	line-height: 32px;
	text-transform: uppercase;
	display: block;
}

div.form-title {
	margin-top: 0px;
	margin-bottom: 20px;
}

.form-group div {
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-group p, .form-group label {
	margin-top: 2px;
	margin-bottom: 2px;
}

.form-group p {
	color: #666666;
}

.comandos {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 40px;
}

.comandos button {
	margin-left: 10px;
}

.nav-tabs li a {
	color: #555555 !important;
}

.btn {
	border-radius: 2px;
}

.btn-clean, .btn-cancel {
	border: 1px solid #508450;
	background-color: #ffffff;
}

.btn-clean:hover, .btn-cancel:hover {
	/*border: 1px solid rgba(0,0,0,0);*/
	border: 1px solid #519951;
	background-color: #519951;
	color: #ffffff;
}

.btn-action {
	background-color: #ffffff;
	color: #508450;
	font-size: 16px;
	text-align: center;
}

.btn-action:hover {
	color: #519951;
}

/*Tabelas*/
.table-bordered-rounded {
	border-radius: 2px;
}

.tr-titulo {
	background-color: #e6e6e6;
	text-align: center;
	text-valign: middle !important;
}

th {
	border-bottom: none !important;
	border: 1px solid #DADADA;
	border-radius: 2px !important;
	background-color: #f2f2f2;
	font-weight: bold;
	color: #333333;
}

tr {
	color: #333333;
}

.table {
	width: 100%;
}

td {
	color: #333333;
}

td.campo-numero {
	width: 30px !important;
	text-align: center;
}

td.campo-numero input {
	width: 30px !important;
}

td.campo-data {
	width: 250px;
	text-align: center;
}

td.campo-numero input, td.campo-data input {
	padding: 0 !important;
	text-align: center;
}

td.campo-data input.ng-isolate-scope {
	min-width: 80px !important;
}

.abas {
	padding-top: 8px;
}

.nav-tabs {
	border-bottom: 1px solid #508450;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	border: 1px solid #508450;
}

.ativo {
	background: #508450;
}

.ativo a {
	color: #ffffff !important;
}

.campoRequerido {
	background: #FFE5E5 !important;
}

/* Mensagens do sistema */
.alert-danger {
	border: 2px solid #B32929;
	border-radius: 5px;
	background-color: #F2DBDB;
	color: #B32929;
	font-size: 1.2em;
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 8px;
}

.alert-success {
	border: 2px solid #3D9435;
	border-radius: 5px;
	background-color: #E1EAE1;
	color: #3D9435;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	list-style-type: none;
	padding-bottom: 8px;
}

ul, menu, dir {
	list-style-type: none !important;
}

.alert-warning {
	border: 2px solid #DAAF51;
	border-radius: 5px;
	background-color: #F8F0E1;
	color: #DAAF51;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 8px;
}

.required {
	color: #B32929;
}

.space {
	margin-left: 10px;
}

/* Pagina├º├úo por p├ígina */
.pager li>a, .pager li>span {
	border-radius: 2px !important;
}

.padGrid {
	padding-left: 1px !important;
}

/* Hack para bugs */

/* atualizando o container para ele ficar com o tamanho relativo dele sem ficar passando para a margem direita */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
	.dl-horizontal dd:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after,
	.form-horizontal .form-group:before, .form-horizontal .form-group:after,
	.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
	.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
	.navbar:after, .navbar-header:before, .navbar-header:after,
	.navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
	.panel-body:before, .panel-body:after, .modal-footer:before,
	.modal-footer:after {
	display: table-column !important;
}

.row {
	margin-left: 1px !important;
	margin-right: 1px !important;
}

/* Ajustando a Home */
.homeInit {
	padding: 10px;
}

/* Ajustando a Nav Bar, o primeiro botão está fora do padrão */
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
	margin-left: 12px !important;
}

/* Box dos Botões */
.boxButtons {
	padding-right: 30px;
}

.hkMenu {
	margin-top: -30px;
}

/* Ordena as colunas quando não estão obedecendo os col-md do bootstrap */
.hkOrdenaColunas {
	display: table;
}

.hkOrdenaColMd9 {
	margin-left: -20px !important;
}

.separated {
	width: 100%;
	height: 30px;
	float: left;
}

.btnPlus {
	margin-left: -10px !important;
}

.largeTable {
	width: 764px !important;
}

.dinamicTable {
	border-bottom: 4px solid #ccc;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	font-size: 12px !important;
}

.hkBoxButtons {
	padding-right: 16px;
}

.breadcrumb a.active, .breadcrumb {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tableNotas {
	background-color: #DFDFDF;
	border-right: 1px solid #fff;
}

.tablePortaria {
	background-color: #DFDFDF;
	border-right: 1px solid #fff;
}

.tableBoletim {
	background-color: #DFDFDF;
	border-right: 1px solid #fff;
}

.ui-datepicker .dropdown-menu {
	padding: 5px;
}

.relSeparated {
	width: 100%;
	height: 2px !important;
	float: right !important;
}

.resultAction {
	width: 130px !important;
	text-align: center;
}

.resultAlign {
	text-align: center;
}

.formResult50 {
	width: 50px !important;
}

.formResult60 {
	width: 60px !important;
}

.ellipsis-mode{
	white-space: nowrap;
	width: 12em; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.sem-registro {
	width: 100%;
	display: block;
	padding: 15px !important;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #508450;
}

/*# sourceMappingURL=geral.css.map */