.desktop,.tablet,.tablet,.tablet-frame,.celular
{
	position:absolute;
	right:120px;
	top:25px;
}

body {
  background-color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color:#000000;
}

legend
{
	color:#000000;
}

#wrapper {
  width: 100%;
}
#page-wrapper {
	padding: 0 30px;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px 10px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 230px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  right:0;
	left:auto;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar {
	z-index: 1;
	position: fixed;
	left:0;
	top:51px;
	bottom:0;
	width: 250px;
	overflow-y:auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar a.collapsed .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-alerts {
	margin-left: auto;
}

.btn-fieldset
{
	display:inline-block;
	border:1px solid #cccccc;
	padding:0 5px;
	margin-bottom:5px;
	border-radius: 4px;
	vertical-align: bottom;
}

.btn-fieldset legend
{
	font-size:14px;
	font-style: italic;
	border:0;
	text-align:left;
	padding:0 10px;
	margin:0;
	display:inline-block;
	width:auto;
}

.btn-fieldset .btn
{
	margin-bottom:5px;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.navbar-brand {
	height:auto;
	line-height:normal;
	padding:10px 0 10px 15px;
	font-size:22px;
}

.navbar-brand img
{
	display:inline-block;
	vertical-align:text-bottom;
	margin-right:10px;
}

.navbar-brand span {
	display:inline-block;
}

html
{
	height:100%;
}

.form-control
{
	font-size:16px;
	font-style:normal;
	padding:4px 4px 3px 4px;
	height:auto;
	min-height:32px;
	display:inline-block;
	border: 1px solid #505050;
	color:#000000;
	background-color:#ffffff;
	border-radius: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-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;
}

.form-control:focus
{
	outline: 0!important;
	-webkit-box-shadow: inset 0 0.5px 1px rgba(0,0,0,.1), 0 5px 4px -3px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0.5px 1px rgba(0,0,0,.1), 0 5px 4px -3px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
	background-color: #f8f8f8;
}

.has-error .form-control
{
	border-color: #a94442;
}

.has-error .form-control:focus
{
	border-color: #843534;
	-webkit-box-shadow: inset 0 0.5px 1px rgba(0,0,0,.1), 0 5px 4px -3px rgba(169, 68, 66, .6);
	box-shadow: inset 0 0.5px 1px rgba(0,0,0,.1), 0 5px 4px -3px rgba(169, 68, 66, .6);
}

textarea
{
	vertical-align:top;
}

select.input-sm
{
	height:auto;
	line-height:1.5;
}

select.form-control[multiple]
{
	height:200px;
}

select.form-control.order[multiple]
{
	background-color:transparent;
}

.table100
{
	width:100%!important;
}

.table100 table
{
	width:100%;
}

.sistema
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#f2f0eb;
	min-width:320px;
}

.sistema .fundomodal
{
	display:none;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: auto;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
}

.sistema > .topo
{
	position:relative;
	height:51px;
	width:100%;
	border-bottom:1px solid #dddddd;
	padding:0 15px;
	background-color:#8fd9e3;
}

.sistema > .topo .logo
{
	float:left;
	color:rgb(119, 119, 119);
	font-size:22px;
	padding-top:2px;
	text-decoration:none;
}

.sistema > .topo .logo img
{
	display:inline-block;
	vertical-align:text-bottom;
	height:45px;
}

.sistema > .topo .logo img:first-of-type
{
	margin-right:20px;
}

.sistema > .topo .logo span
{
	margin-left:5px;
	display:inline-block;
}

.sistema > .topo .nome
{
	position:absolute;
	left:250px;
	top:0;
	line-height:50px;
	display:block;
	padding:0 10px;
	font-size:18px;
	font-weight:500;
	max-width:180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.sistema > .topo .menu-hamburguer
{
	display:none;
	position: relative;
	float: right;
	padding: 8px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 4px;
	cursor:pointer;
	margin: 7px 0 7px 10px;
}

.sistema > .topo .menu-hamburguer:hover
{
	background-color:#dddddd;
}

.sistema > .topo .menu-hamburguer .icon-bar
{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888888;
	margin:3px 0;
}

.sistema > .topo .menu-auxiliar
{
	float:right;
	padding: 0;
	margin:0;
	list-style: none;
}

.sistema > .topo .menu-auxiliar > li > a
{
	padding:15px 10px;
	text-decoration:none;
	display:block;
	color:#666666;
}

.sistema > .topo .menu-auxiliar > li > a:hover
{
	background-color:#eeeeee;
	color:#000000;
}

.sistema > .topo .menu-auxiliar .dropdown
{
	float:left;
	margin-left:5px;
	position:relative;
}

.sistema > .topo .menu-auxiliar .dropdown .dropdown-menu
{
	right:0;
	left:auto;
}

.sistema > .topo .menu-auxiliar .dropdown .dropdown-menu .divider
{
	margin:6px 0;
}

.sistema > .topo .menu-auxiliar .dropdown .dropdown-menu > li > a
{
	padding-left:10px;
	padding-right:30px;
}

.sistema > .topo .menu-auxiliar .dropdown .dropdown-menu > li.ativo > a
{
	color:#6b7aff;
}

.sistema > .topo .menu-auxiliar .dropdown .dropdown-menu > li.importante > a
{
	color:#6b7aff;
}

.sistema > .topo .edital
{
	float:right;
	display:inline-block;
	margin:0 10px;
	color:#337ab7;
	font-size:16px;
	position:relative;
	line-height:38px;
	padding-top:12px;
	max-width:200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.sistema > .topo .edital span
{
	position:absolute;
	top:8px;
	left:0;
	display:block;
	font-size:12px;
	color:#000000;
	line-height:normal;
}

.sistema .alerta-principal
{
	display:none;
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	height:0;
	z-index:10000;
	text-align:center;
	font-size:16px;
}

.sistema .alerta-principal .alert
{
	padding:5px 10px;
	display:inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.sistema form .bloco-externo
{
	background-color: #8fd9e3;
	border-radius: 16px;
	padding: 27px;
	position: relative;
	margin: 0 auto 0 auto;
	width: 304px;
	height: auto;
	color: #1e1e1e;
	box-sizing:content-box;
}

.sistema form .bloco-externo .titulo
{
	font-size: 17px;
	font-weight: bold;
	margin-bottom:20px;
}

.sistema form .bloco-externo a
{
	display:block;
	color:#1e1e1e;
	margin-bottom:20px;
	text-decoration:underline;
}

.sistema form .bloco-externo a:hover
{
	color:#6b7aff;
}

.sistema form .bloco-externo label
{
	font-weight: normal;
	margin-bottom:0;
}

.sistema form .bloco-externo input[type=password],
.sistema form .bloco-externo input[type=text]
{
	color: #000000;
	border: 1px solid #f2f0eb;
	background-color:#f2f0eb;
	border-radius: 10px;
}

.sistema form .bloco-externo input[type=password]:focus,
.sistema form .bloco-externo input[type=text]:focus
{
	box-shadow: inset 0 -1px 0 #999999;
}

.sistema form .bloco-externo input[type=submit]
{
	line-height:normal;
	font-weight:bold;
	text-transform: uppercase;
	background-color: #6b7aff;
	border-color: transparent;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	color: #ffffff;
	width:100%;
	padding:22px 25px 20px 25px;
	margin-bottom:0;
	color:#ffffff;
	border-radius:10px;
	box-shadow: none;
}

.sistema form .bloco-externo input[type=submit]:hover
{
	background-color: #ffffff;
	text-shadow: none;
	color: #6b7aff;
}

.sistema .redes
{
	position:absolute;
	left:0;
	bottom:50px;
	display:block;
	width:100%;
	text-align:center;
}

.sistema .redes a
{
	display:inline-block;
	width:24px;
	margin:0 5px;
}

.sistema .redes a img
{
	width:100%;
}

.sistema .copyright
{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	text-align:center;
	color:#000000;
	font-size:12px;
}

.sistema .copyright a
{
	color:#000000;
	text-decoration:underline;
}

.sistema .login
{
	width:100%;
	height:100%;
	overflow-y:auto;
}

.sistema .login .inativa
{
	display:none;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.8);
	z-index:100;
	position:relative;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.sistema .login .banner
{
	position:absolute;
	left:0;
	top:0;
	right:500px;
	bottom:0;
	height:auto;
	width:auto;
}

.sistema .login .banner .carousel-inner
{
	position:relative;
	height:100%;
	width:100%;
}

.sistema .login .banner .carousel-inner .item
{
	position:absolute;
	left:0;
	top:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
  opacity: 0;
  transition: opacity 3s ease-in-out;
	display:block!important;

}

.sistema .login .banner .carousel-inner .item.active
{
  opacity: 1;
}

.sistema .login .banner .carousel-inner .item .titulo
{
	font-size:36px;
	font-weight:bold;
	color:#fdb813;
	padding:1% 4%;
	background-color:#f2f0eb;
	position:absolute;
	left:0;
	right:0;
	top:0;
	line-height:110%;
}

.sistema .login .banner .carousel-inner .item .texto
{
	font-size:23px;
	font-weight:bold;
	color:#000000;
	padding:1% 4%;
	background-color:#f2f0eb;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:120%;
}

.sistema .login .formulario
{
	float:right;
	width:500px;
	padding:30px 0 85px 0;
	min-height:100%;
	position:relative;
}

.sistema .login .formulario .logo
{
	max-width:100%;
	max-height:150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.sistema .login .formulario .supernome
{
	text-align:center;
	font-size:28px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}

.sistema .login .formulario .logo-menor
{
	max-width:50%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.sistema .login .formulario .links
{
	text-align:center;
	margin-top:8%;
}

.sistema .login .formulario .links a
{
	color:#000000;
	text-decoration:underline;
	display:inline-block;
	margin:0 20px 6% 20px;
}

.sistema .login .formulario .links a i
{
	margin-right:5px;
	color:#000000;
}

.sistema .login .formulario .links a:hover
{
	color:#6b7aff;
}

.sistema > .menu
{
	position:fixed;
	left:0;
	top:51px;
	bottom:0;
	width:250px;
	overflow-y:auto;
	z-index:900;
	background-color:#f2f0eb;
	font-size:15px;
}
.sistema > .menu > div
{
	min-height:100%;
	padding-bottom:50px;
	position:relative;
}

.sistema > .menu ul
{
	padding: 0;
	margin:0;
	list-style: none;
	z-index:900;
}

.sistema > .menu li
{
	border-bottom:1px solid #dddddd;
}

.sistema > .menu a
{
	color:#666666;
	text-decoration:none;
}

.nav > li > a
{
	padding-top:14px;
}

.sistema > .menu .fa-destaque
{
	color:#6b7aff;
}

.sistema > .menu a span
{
	margin-top:3px;
}

.sistema > .menu a:hover
{
	color:#000000;
}

.sistema > .menu .redes
{
	bottom:15px;
}

.sistema > .menu .nav-second-level li a
{
	padding-left:27px;
}

.sistema > .menu .nav-third-level li a
{
	padding-left:42px;
}

.sistema > .menu .nav-second-level li,
.sistema > .menu .nav-third-level li
{
	border-bottom:none;
}

.sistema > .menu .nav-second-level,
.sistema > .menu .nav-third-level
{
	border-top:1px solid #dddddd;
}

.sistema > .menu .linha
{
	height:0!important;
	padding:0!important;
	margin:0!important;
	border-bottom:1px dashed #dddddd!important;
}

.sistema > .iframes
{
	position:absolute;
	left:250px;
	right:0;
	top:51px;
	bottom:0;
	overflow:auto;
	padding:0;
	margin:0;
	background-color:#ffffff;
}

.sistema > .iframes .iframe
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	max-width:100%;
	box-sizing:border-box;
}

.sistema .iframes .iframe iframe
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	border:0;
}

.sistema .iframes .iframe .inativa
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.5);
	z-index:100;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.limpar
{
	clear:both;
	display:block;
}

.filler
{
 	height:1px!important;
	min-height:0!important;
	background-color:transparent!important;
	border:0!important;
	margin:0!important;
	padding:0!important;
	background-image:none!important;
	margin-top:-1px!important;
	font-size:0!important;
	width:100% !important;
	display:inline-block;
}

.nada
{
	height:1px!important;
	min-height:0!important;
	background-color:transparent!important;
	border:0!important;
	background-image:none!important;
	margin-bottom:0!important;
	padding-top:0!important;
	padding-bottom:0!important;
	margin-top:-1px!important;
	font-size:0!important;
}

.impressao
{
	padding:20px;
}

.impressao .x
{
	display:none;
}

.impressao .descricao
{
	text-align:justify;
	width:100%;
	font-size:0;
}

.impressao .descricao .titulo
{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.impressao .descricao .emissao
{
	display:inline-block;
	vertical-align:top;
	text-align:right;
	font-size:14px;
}

.janela
{
	height:100%;
	background-color:#f2f0eb;
}

.janela .inativa
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.5);
	z-index:100;
	display:none;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.janela .superior
{
	position:relative;
	height:50px;
	z-index:2;
	padding:15px 25px 0 25px;
}

.janela .superior h1
{
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid #dddddd;
}

.janela .superior .inicial,
.janela .superior .fechar
{
	border:1px solid #999999;
	background-color:#ffffff;
	padding:0;
	text-align:center;
	min-width:30px;
	line-height:28px;
	font-size:14px;
	color:#999999;
	font-weight:bold;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:0;
	border-radius:6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.janela .superior .inicial
{
	display:none;
	right:70px;
	font-size:12px;
	padding-left:8px;
	padding-right:8px;
}

.janela .superior .fechar
{
	right:25px;
	font-weight:900;
	font-size:21px;
}

.janela .superior .inicial:hover,
.janela .superior .fechar:hover
{
	background-color:#f2f2f2;
}

.janela .superior h1
{
	font-size:24px;
	padding-top:5px;
	padding-bottom:10px;
}

.janela .meio
{
	height:100%;
	width:0;
	vertical-align:middle;
	display:inline-block;
}

.janela .h100
{
	height:100%;
}

.janela .l
{
	text-align:left;
}

.janela .c
{
	text-align:center;
}

.ci
{
	text-align:center!important;
}

.janela .r
{
	text-align:right;
}

.ri
{
	text-align:right!important;
}

.janela .erro-fatal
{
	font-size:16px;
	padding:20px;
	min-width:300px;
	width:100%;
	max-width:450px;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
	margin-top:10%;
}

.janela .alerta-geral
{
	display:none;
}

.janela form
{
	position:absolute;
	left:0;
	right:0;
	top:56px;
	bottom:0;
	width:auto;
	height:auto;
	overflow:auto;
	padding: 25px;
	box-sizing:border-box;
}

._desktop .superior
{
	display:none;
}

._desktop form
{
	top:0;
}

form .valores
{
	width:100%;
	border-spacing: 10px;
	border-collapse: separate;
}

form .valores td
{
	position:relative;
}

form .valores td:first-of-type
{
	border-bottom:1px dashed #aaaaaa;
}

form .valores td:last-of-type
{
	width:120px;
	text-align:right;
}

form .valores td span
{
	display:inline-block;
	background-color:#ffffff;
	padding:0 10px 5px 0;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-shadow: 0.5px 0 0 currentColor;
	position:relative;
	bottom:-12px;
}

form .valores .valores-total td
{
	font-size: 15px;
	text-shadow: none;
	font-weight:bold;
	letter-spacing: normal;
	border:0;
}

form .valores .valores-total td:first-of-type
{
	text-align:right;
}

form .valores .valores-total td:first-of-type span
{
	bottom:-5px;
}

form .valores .valores-total td .form-control
{
	background-color:#f8f8f8;
}

form .contador
{
	position:absolute;
	z-index:100;
	display:inline-block;
	font-size:13px;
}

form .alert-danger button
{
	color:#843534;
}

form .alert-danger li a
{
	color:#843534;
	font-weight:bold;
	text-decoration:underline;
}

form .explica
{
	font-size:13px;
	margin-bottom:3px;
	line-height:normal;
	text-align:left;
	color:#505050;
	font-weight:300;
	padding-left:5px;
}

form .explica-alerta
{
	font-size:14px;
	color: #f48132;
	font-weight:normal;
	margin-bottom:5px;
}

form .explica-descreve
{
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
}

.form-group
{
	position:relative;
	padding-left:5px;
	padding-right:5px;
	clear:both;
	text-align:left;
}

.form-group-x
{
	padding:0;
}

.infield
{
	position:relative;
	display:inline-block;
	margin-right:5px;
}

.super-infield .infield
{
	width:100%;
}

form .sub-grupo
{
	border:0;
	border-top:1px solid #cccccc;
//	border-bottom:1px solid #cccccc;
	padding-top:10px;
//	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
}

form .sub-grupo:after
{
	content:"";
	display:block;
	clear:both;
}

form .sub-grupo legend
{
	position:static!important;
	display:inline-block;
	padding:0 5px!important;
	margin:0!important;
	margin-left:10px!important;
	font-size:15px!important;
	font-style:italic;
	font-weight:bold;
}

.divisao
{
	border-top:1px solid #cccccc;
	padding-top:5px;
	padding-bottom:5px;
}

.divisao legend
{
	position:static!important;
	display:inline-block;
	padding:0 5px!important;
	margin:0;
	border:0;
	width:auto;
	font-size:16px!important;
	font-style:italic;
	font-weight:bold!important;
	opacity:0.8;
}

.super-divisao
{
	border-radius:4px;
	border:1px dotted #aaaaaa;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
	margin-bottom:15px;
}

.super-divisao legend
{
	display:inline-block;
	width:auto;
	border:0;
	margin-left:-2px;
	padding:0 5px;
	margin-bottom:0;
}

.form-group.divisao legend
{
	opacity:1;
	background-color:#ffffff;
}

.ui-datepicker-trigger
{
	position:absolute;
	right:6px;
	top:9px;
	cursor:pointer;
}

.mais-ou-menos
{
	clear:both;
}

.mais-ou-menos:after
{
	display:block;
	content:"";
	clear:both;
}

.form-group .explica
{
	padding-left:0;
	margin-top:-5px;
	margin-bottom:5px;
}

.form-group label
{
	position:relative;
	display:block;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing: 0.5px;
	text-shadow: 0.5px 0 0 currentColor;
	margin-bottom:0;
}

.form-group label.lado
{
	display:inline-block;
	margin-right:10px;
}

form .form-group label .duvida
{
	display:inline-block;
	background-color:#fafafa;
	border:1px solid #eeeeee;
	border-radius: 2px;
	padding:1px 4px 0 4px;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	letter-spacing: 0.5px;
	text-shadow: 0.5px 0 0 currentColor;
	color:#6b7aff;
	margin-left:5px;
	line-height:16px;
	transition: all 0.5s;
	text-align:left;
}

.form-group label .duvida:hover
{
	color:#000000;
}

.form-group label .duvida > span
{
	display:block;
	transition: all 0.5s;
	visibility:hidden;
	opacity:0;
	max-width:100%;
	position:absolute;
	top:100%;
	left:0;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	letter-spacing: 0;
	text-shadow: none;
	padding:12px;
	background-color:#ffffff;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #333333;
	box-sizing: content-box;
	margin-top:10px;
	color:#333333;
	z-index:20;
}

.form-group label .duvida:hover > span
{
	opacity:1;
	visibility:visible;
}

.form-group.has-error label
{
	color:#ff0000;
	font-style:normal;
}

.form-group.has-error .erro
{
	display:block;
}

form .form-group .erro
{
	display:none;
	position:absolute;
	bottom:3px;
	left:5px;
	font-size:13px;
	color:#ff4000;
	border:1px solid #a0a0a0;
	line-height:27px;
	padding-left:36px;
	padding-right:10px;
	background:#ffffff url(/img/i_erro.png) no-repeat 6px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index:5;
	white-space:nowrap;
	transform:translatey(100%);
}

.form-group .erro div
{
	position:absolute;
	left:5px;
	top:-7px;
	width:12px;
	height:7px;
	background-image:url(/img/i_seta.png);
	background-repeat:no-repeat;
}

.form-group .campo
{
	font-size:14px;
	display:inline-block;
	margin-left:5px;
}

.group-xx
{
	overflow-x:hidden;
	padding-bottom:50px;
	margin-bottom:-50px;
	backface-visibility:hidden;
}

.group-x
{
	margin-left:-1%;
	margin-right:-1%;
	backface-visibility:hidden;
}

.group-xx::after,
.group-x::after
{
	display: block;
	content: "";
	clear: both;
}

.group-x .form-group
{
	margin-left:1%;
	margin-right:1%;
}

.group-x > .explica
{
	margin-left:1%;
	margin-right:1%;
}

.form-group .group-xx
{
	padding-bottom:0;
	margin-bottom:0;
	backface-visibility:hidden;
}


form select.form-control
{
	padding-left:3px;
}

form select.form-control option
{
	padding:1px 0;
	margin:1px 0;
}

form div.form-control
{
	width:auto;
	height:auto;
}

form .form-control-scroll
{
	overflow:auto;
}

form .form-control-m
{
	height:auto!important;
	min-height:32px;
	background-color:#f8f8f8;
	color:#999999;
}

form .form-control-l
{
	height:auto;
	min-height:32px;
	overflow:hidden;
	background-color:#f8f8f8;
}

form .i_texto.form-control-l
{
	max-height:100%;
}

form .radio-inline, form .checkbox-inline
{
	margin-left:0!important;
	margin-right:18px!important;
	display:inline-block!important;
	font-style:normal!important;
	font-weight:normal!important;
	letter-spacing: 0!important;
	text-shadow: none!important;
}

form .form-control .radio-inline:last-of-type, form .form-control .checkbox-inline:last-of-type
{
	margin-right:0;
}

form .radio-inline span, form .checkbox-inline span
{
	display:inline-block;
}

form div.form-control td
{
	vertical-align:top;
}

form div.form-control td input
{
	margin:3px 6px 6px 0;
}

form div.form-control .form-control-1
{
	width:20px;
}

form div.form-control .form-control-2
{
	text-align:left;
	padding-right:15px;
}

form .form-x-control .form-control,
form .form-x-control .form-control .form-control-0
{
	width:100%;
}

form .input-group-addon.tamanho
{
	font-size:16px;
	padding:4px 3px 3px 3px;
	line-height: 1.42857143;
	display:inline-block;
	border-right:1px solid #505050;
	border-radius:0 8px 8px 0!important;
	width:auto;
	float:none;
	background-color:#f8f8f8;
}

form progress
{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-8px;
	width:100%;
	height:2px;
	border:0;
}

form .botoes
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	clear: both;
	text-align:center;
	background-color:rgba(246,244,244,0);
}

.janela form .botoes-fixo
{
	position:fixed;
	margin:0;
	padding:10px 10px 0 10px;
	left:0;
	right:0;
	bottom:0;
	z-index:50;
}

.janela form
{
	bottom:55px;
}

.janela form #MaisBotoes .botoes
{
	position:static;
	padding-top:0;
	margin-bottom:10px;
	background-color:transparent;
}

.campos.metade
{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.campos.mais-da-metade
{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.campos.menos-da-metade
{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.campos.com-lateral
{
	padding-right:300px;
}

.campos .lateral
{
	position:fixed;
	right:10px;
	top:40px;
	bottom:10px;
	width:270px;
	border: 1px solid #e5e5e5;
	padding: 10px 12px 0 15px;
	margin: 40px 1% 15px 0;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	background-color: #fcfcfc;
}

.campos .lateral .titulo
{
	font-size:18px;
	margin-bottom:20px;
	display:block;
	border-bottom:1px solid #e5e5e5;
}

.campos .lateral .titulo:after
{
	clear:both;
	content:"";
	display:block;
}

.campos .lateral .titulo .botoes
{
	margin: -2px 0 0 0;
	float:right;
}

.campos .sequencia
{
	font-size:16px;
	color:#666666;
	margin-bottom:10px;
}

.campos .sequencia > span
{
	display:block;
	width:30px;
	text-align:center;
	margin:-2px 0;
	padding-right:2px;
	font-size:14px;
	box-sizing:border-box;
}

.campos .sequencia > div > span
{
	display:inline-block;
	font-size:18px;
	color:#666666;
	background-color:#ffffff;
	line-height:28px;
	width:30px;
	text-align:center;
	margin-right:5px;
	border:1px solid #666666;
	border-radius: 16px;
	vertical-align:middle;
}

.campos .sequencia > div > a
{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#666666;
}

.campos .sequencia > div > a:hover
{
	color:#6b7aff;
}

.campos .sequencia > div.marcado > span
{
	color:#ffffff;
	background-color:#6b7aff;
}

.campos .sequencia > div.ativo > span
{
	color:#ffffff;
	background-color:#666666;
}

.campos .sequencia > div.ativo > a
{
	color:#6b7aff;
}

.campos .filtros .botoes
{
	margin-top:10px;
}

.campos .grupo
{
	width:700px;
	text-align:justify;
	font-size:0;
}

.campos .ajuda
{
	float:right;
	width:20%;
}

.campos .historico,
.campos .filtros
{
	position:relative;
	margin-top:15px;
	padding: 30px 0 0;
	margin-bottom:10px;
	overflow:hidden;
	max-height:20px;
	height:20px;
	border:0;
	border-radius: 4px;
	background-color:transparent;
}

.campos .historico.ativo,
.campos .filtros.ativo
{
	max-height:100%;
	height:auto;
	padding:20px 15px 0 15px;
	border:1px solid #e5e5e5;
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	overflow: visible;
	background-color:#ffffff;
	margin-top:55px;
}

.campos .historico legend,
.campos .filtros legend
{
	position:absolute;
	-webkit-margin-top-collapse: separate;
	opacity: 1;
	font-size:18px;
	border:0;
	padding:0 5px;
	top:0;
	margin-top:0;
	width:auto;
}

.campos .historico legend input,
.campos .filtros legend input
{
	display:inline-block;
	vertical-align:middle;
	margin-top:-3px;
}

.campos .historico legend > .inativo,
.campos .filtros legend > .inativo
{
	display:inline-block;
}

.campos .historico legend > .ativo,
.campos .filtros legend > .ativo
{
	display:none;
}

.campos .historico.ativo legend,
.campos .filtros.ativo legend
{
	-webkit-margin-collapse: separate;
	top:-41px;
	margin-top: 0;
	margin-left: -16px;
}

.campos .historico.ativo legend > .inativo,
.campos .filtros.ativo legend > .inativo
{
	display:none;
}

.campos .historico.ativo legend > .ativo,
.campos .filtros.ativo legend > .ativo
{
	display:inline-block;
}

.campos .historico div
{
	padding:10px;
	border-bottom:1px dashed #e5e5e5;
	margin-bottom:10px;
	font-size:14px;
}

.campos .historico div:last-of-type
{
	border-bottom:0;
	margin-bottom:0;
}

.campos .grade
{
}

.campos .blocos-colados
{
	width:500px;
}

.campos .area
{
	border:1px solid #e5e5e5;
	padding:0 15px;
	margin-bottom:15px;
	text-align:justify;
	font-size:0;
}

.campos .bloco
{
	position:relative;
	width:500px;
	border:1px solid #e5e5e5;
	padding:20px 10px 0 10px;
	margin:40px 10px 15px 0;
/*	text-align:justify;*/
	border-radius: 4px;
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	background-color:#ffffff;
}

.campos .area legend,
.campos .bloco legend
{
	-webkit-margin-top-collapse: separate;
	font-size:18px;
	border:0;
	padding:0;
	margin:0;
	width:auto;
	position:absolute;
	top:-35px;
	left:10px;
}

.campos .bloco-ajustavel
{
	width:auto;
	float:left;
}

.campos .bloco-maior
{
	width:700px;
	max-width:100%;
}

.campos .bloco-duplo
{
	width:1010px;
	max-width:100%;
}

.campos .bloco-bem-maior
{
	width:900px;
	max-width:100%;
}

.campos .bloco-maximo
{
	width:100%;
	max-width:100%;
	float:left;
}

.campos .bloco-sem-legenda
{
	margin-top:5px;
}

.home .bl
{
	font-size:15px;
}

.home .bl > ul
{
	padding-left:15px;
	padding-top:5px;
	padding-bottom: 5px;
}

.home .bl > ul li
{
	margin-bottom:5px;
}

.home .bl > ul li a
{
	color:#666666;
	font-size:15px;
}

.home .bl > ul li a:hover
{
	color:#000000;
}

.home .bl .table th
{
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}

.home .bl .tabela
{
	padding:5px 0;
}

.home .bloco .tabela .nome,
.home .bloco .tabela .info
{
	display: inline-block;
	text-align:left;
	background-color:#ffffff;
	vertical-align:bottom;
	margin-bottom:-10px;
	font-size:14px;
	padding:2px 5px;
}

.home .bl .tabela .nome
{
	float:left;
}

.home .bl .tabela .info
{
	float:right;
}

.home .bl .tabela .editar
{
	color:#000000;
}

.campos .conjunto
{
	width:500px;
	max-width:100%;
	margin-right:10px;
}

.campos .conjunto .bloco
{
	margin-right:0;
}

.campos .filtros .form-inline
{
	display:inline-block;
	margin-bottom:10px;
}

.campos .filtros .form-inline label
{
	display:inline-block;
	margin-right:3px;
	font-weight:normal;
}

.campos .entrada
{
	width:100%;
	font-size:14px;
	margin-bottom:20px;
}

.campos .entrada thead th
{
	border:1px solid #bfbfbf;
	font-style:italic;
	font-weight:400;
	font-size:15px;
	padding:5px 4px;
	vertical-align:middle;
}

.campos .entrada .categoria
{
	font-weight:bold;
	color:#666666;
	background-color:transparent;
}

.campos .entrada td
{
	border:1px solid #bfbfbf;
	color:#000000;
	padding:5px 4px;
	background-color:#ffffff;
	vertical-align:middle;
}

.campos .entrada th input,
.campos .entrada td input
{
	margin:-2px 2px 0 2px;
	padding:0;
	line-height:normal;
	display:inline-block;
	vertical-align:middle;
}

.campos .entrada tbody tr:hover td
{
	background-color:#f0f0f0;
}

.campos .publicado
{
	width:100%;
	text-align:justify;
}

.campos .publicado h2
{
	font-size:20px;
	padding-top:10px;
}

.campos .publicado .nome,
.campos .publicado .info
{
  display: inline-block;
	text-align:left;
	background-color:#ffffff;
	vertical-align:bottom;
	margin-bottom:-10px;
	font-size:16px;
	padding:5px;
}

.campos .publicado .nome
{
	float:left;
}

.campos .publicado .info
{
	float:right;
}

.campos .publicado .editar
{
	color:#000000;
}

.campos .publicado .pontos
{
  border-bottom: 2px dotted #e5e5e5;
  width: 100%;
	margin-bottom:10px;
	font-size:0;
}

.campos .publicado .pontos:hover
{
  border-bottom: 2px dotted #000000;
}

.campos .publicado .pontos:hover span a
{
	color:#000000;
}

.campos .publicado tr
{
	border-bottom:1px solid #e5e5e5;
}

.campos .entrada .e,
.campos .entrada .l
{
	text-align:left;
}

.campos .entrada .c,
.campos .entrada .x
{
	text-align:center;
}

.campos .entrada .d,
.campos .entrada .r
{
	text-align:right;
}

.passo:after
{
	clear:both;
	display:block;
	content:"";
}

.btn.file
{
	position:relative;
	overflow:hidden;
}

iframe.file
{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	border-radius:4px;
}

body.file
{
	width:100%;
	height:100%;
	background-color:transparent;
}

body.file form
{
	width:100%;
	height:100%;
}

body.file form input[type=file]
{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	opacity:0;
	z-index:2;
	cursor:pointer;
}

.light-box
{
	display:none;
	position:fixed;
	background-color:rgba(0,0,0,0.9);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000;
	text-align:center;
}

.light-box .dentro .fechar
{
	position:absolute;
	top:-45px;
	right:0;
}

.light-box .altura
{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

.light-box iframe
{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:100%;
}

.light-box .dimensao
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:80%;
	max-width:900px;
	margin-top:40px;
}

.light-box .dimensao .proporcao
{
	width:100%;
	padding-bottom:56.25%;
	padding-top: 25px;
	background-color:#000000;
}

.light-box .fechar
{
	display:block;
	width:37px;
	height:36px;
	position:absolute;
	top:-45px;
	right:0;
	background-image:url(../img/fechar.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.light-box .dimensao .proporcao iframe
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
}

.light-box .light-iframe
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

.light-box .light-foto
{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-top:40px;
}

.light-box .light-texto
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	background-color:#ffffff;
	font-size:14px;
	font-weight:bold;
	color:#014a80;
	padding:35px 120px;
	border:5px solid #0c4da2;
	text-transform:uppercase;
}

.lightpop
{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(0,0,0,0.5);
	display:none;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.desativado
{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	z-index:10000;
	background-color:rgba(0,0,0,0.5);
	display:none;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

.pop
{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
}

.pop .altura
{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

.pop .box
{
	padding:60px 20px 0 20px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	min-width:260px;
	width:100%;
	max-height:92%;
	box-sizing:border-box;
	opacity:0;
	border-radius: 4px;
	border:3px solid #f2f0eb;
	background-color:#f2f0eb;
	box-shadow: 0 0 10px 5px #000000;
}

.pop-termos .box
{
	max-height:90%;
	max-width:800px;
}

.pop-texto .box
{
	max-width:800px;
}

.pop-cadastro .box
{
	background-color: #fafafa;
	max-width:900px;
}

.pop-super-cadastro .box
{
	background-color: #fafafa;
	max-width:90%;
	overflow-y: auto;
}

.pop .box #Imagem
{
	width:100%;
}

.pop .box .fechar
{
	position:absolute;
	right:20px;
	top:15px;
}

.pop .box .dentro
{
//	padding-bottom:20px;
	height:100%;
	backface-visibility:hidden;
}

.pop .box .proporcao
{
	position:relative;
	padding-top:56.25%;
	padding-bottom:30px;
}

.pop .box .proporcao iframe
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.pop .box .titulo
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	line-height:50px;
	background-color:#8fd9e3;
	font-size:22px;
	color:#000000;
	font-weight:bold;
	padding-left:20px;
	padding-top:4px;
	text-align:left;
	z-index:100;
}

.pop .box .texto
{
	position:relative;
	font-size:15px;
	color:#000000;
	padding:5px 0 0 20px;
	text-align:left;
	display:block;
}

.pop .box .texto .assunto
{
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.pop .box .texto .pergunta
{
	font-weight:bold;
	font-style:italic;
	margin-bottom:5px;
}

.pop .box .texto .resposta
{
	margin-bottom:20px;
}

.pop .box .texto .botoes
{
	text-align:right;
	padding:0 5px;
}

.pop-super-cadastro .box .texto .botoes
{
	text-align:center;
}

.pop .box .titulo .fechar
{
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-12px;
}

.table .acao
{
	text-align:center;
}

.table .fase
{
	padding:4px;
}

.table .fase div
{
	background-color:#f0c000;
	color:#ffffff;
	padding:4px;
	border-radius:4px;
}

.table .fase2
{

}

.table .fase2 div
{
	display:inline-block;
	color:#ffffff;
	padding:0 8px;
	border-radius:4px;
}

.table .dbl
{
	cursor:alias;
	color: #555555;
}

.table th .secundario
{
	color:#337ab7;
	font-weight:normal;
	background-color:transparent;
}

.table .principal
{
	color:#000000;
	background-color:#ffffff!important;
}

.table .secundario
{
	color:#337ab7;
	background-color: #fafafa !important;
}

.table .dbl:hover
{
	color: #000000!important;
	background-color: #fffdea!important;
	z-index:1000;
//	-webkit-box-shadow: inset 0 0 1px rgba(102, 175, 233, .6);
//	box-shadow: inset 0 0.5px 5px rgba(102, 175, 233, 1);
}

.tabela-lista
{
	font-size:15px;

}

.tabela-lista td
{
	border-bottom:1px solid #ddd
}

.dataTables_wrapper
{
	padding-top:10px;
	padding-bottom:10px;
}

.dataTables_wrapper:after
{
	content:"";
	clear:both;
	display:block;
}

div.dataTables_wrapper div.dataTables_filter
{
	float:left;
}

div.dataTables_filter label
{
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing: 0.5px;
	text-shadow: 0.5px 0 0 currentColor;
}

div.dataTables_wrapper div.dataTables_length
{
	float: right;
	margin-right:10px;
}

div.dataTables_wrapper div.dataTables_processing
{
	position:fixed;
	margin:0;
	padding:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.5);
	z-index:100;
	background-image:url("../img/loaderpop.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

table.dataTable
{
	position:relative;
	top:5px;
	box-shadow: 0 0 7px #dddddd;
	border-radius: 5px;
	background-color:#ffffff;
	margin-bottom:12px!important;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
table.dataTable > tfoot > tr > th,
table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td
{
	font-size:15px;
	border-right: 1px dashed #eee;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
table.dataTable > tfoot > tr > th
{
	font-style:italic;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: transparent;
}
table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, 0.5);
}

table.dataTable thead > tr > th
{
	padding-left:8px;
	padding-right:8px;
}

table.dataTable thead > tr > th input[type=checkbox]
{
	vertical-align:-1px;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting
{
    padding-right:22px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after
{
	opacity:1;
}

div.dataTables_wrapper .dataTables_info
{
	float:left;
	margin-left:5px;
}

div.dataTables_wrapper .dataTables_paginate
{
	float:right;
}

div.dataTables_wrapper .dataTables_paginate a
{
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before
{
	line-height:17px;
	height:15px;
	width:15px;
	border-radius: 15px;
}

.cke_wordcount
{
	margin-top:2px!important;
}

.ui-widget-overlay
{
	background-color: rgba(0,0,0,0.5);
	opacity:1;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single
{
	background-color:#ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #cccccc;
	background:none!important;
	box-shadow:none!important;
	padding:2px 5px 3px 5px!important;
}

.chosen-container-active
{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0.5px 1px rgba(0,0,0,.1), 0 5px 4px -3px rgba(102, 175, 233, .6);
}

.chosen-container-multi .chosen-choices
{
	min-height:32px;
}

.chosen-container-multi.chosen-container .chosen-choices::after
{
	background: url(/lib/chosen/css/img/chosen-sprite.png) no-repeat 2px 5px;
	width: 16px;
	height: 100%;
	content: " ";
	position: absolute;
	right: 0;
}

.chosen-container-single .chosen-single
{
	padding:4px 8px;
	min-height:30px;
}

/***** BOTOES *****/
.btn
{
	font-size:16px;
	padding:6px 15px 4px 15px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom:10px;
	border-radius: 8px;
}

.btn .far,
.btn .fas,
.btn .fa
{
	margin-left:-5px;
	margin-right:5px;
}

.btn-icone
{
	padding:2px 7px 0 7px;
	margin-bottom:4px;
	margin-top:0;
}

.btn-icone .fa
{
	margin-left:0;
	margin-right:0;
}

.btn-fechar {
	color: #666666;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-fechar:focus,
.btn-fechar.focus {
	color: #333333;
	background-color: #f0f0f0;
	border-color: #333333;
}
.btn-fechar:hover {
	color: #333333;
	background-color: #ffffff;
	border-color: #b0b0b0;
}
.btn-fechar:active,
.btn-fechar.active,
.open > .dropdown-toggle.btn-fechar {
	color: #333333;
	background-color: #e0e0e0;
	border-color: #a0a0a0;
}
.btn-fechar:active:hover,
.btn-fechar.active:hover,
.open > .dropdown-toggle.btn-fechar:hover,
.btn-fechar:active:focus,
.btn-fechar.active:focus,
.open > .dropdown-toggle.btn-fechar:focus,
.btn-fechar:active.focus,
.btn-fechar.active.focus,
.open > .dropdown-toggle.btn-fechar.focus {
	color: #000000;
	background-color: #d0d0d0;
	border-color: #808080;
}
.btn-fechar:active,
.btn-fechar.active,
.open > .dropdown-toggle.btn-fechar {
	background-image: none;
}
.btn-fechar.disabled:hover,
.btn-fechar[disabled]:hover,
fieldset[disabled] .btn-fechar:hover,
.btn-fechar.disabled:focus,
.btn-fechar[disabled]:focus,
fieldset[disabled] .btn-fechar:focus,
.btn-fechar.disabled.focus,
.btn-fechar[disabled].focus,
fieldset[disabled] .btn-fechar.focus {
	color:#a0a0a0;
	background-color: #ffffff;
	border-color: #f0f0f0;
}
.btn-fechar .badge {
	color: #000000;
	background-color: #f0f0f0;
}

.btn-info {
	color: #449d44;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:focus,
.btn-info.focus {
	color: #449d44;
	background-color: #f8f8f8;
	border-color: #449d44;
}
.btn-info:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #348d34;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #449d44;
	background-color: #f8f8f8;
	border-color: #449d44;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #348d34;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-info .badge {
	color: #449d44;
	background-color: #ffffff;
}

.input-group-btn > .btn
{
	margin-bottom:0;
}

.btn-normal {
	color: #666666;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-normal:focus,
.btn-normal.focus {
	color: #666666;
	background-color: #f8f8f8;
	border-color: #666666;
}
.btn-normal:hover {
	color: #ffffff;
	background-color: #666666;
	border-color: #444444;
}
.btn-normal:active,
.btn-normal.active,
.open > .dropdown-toggle.btn-normal {
	color: #666666;
	background-color: #f8f8f8;
	border-color: #666666;
}
.btn-normal:active:hover,
.btn-normal.active:hover,
.open > .dropdown-toggle.btn-normal:hover,
.btn-normal:active:focus,
.btn-normal.active:focus,
.open > .dropdown-toggle.btn-normal:focus,
.btn-normal:active.focus,
.btn-normal.active.focus,
.open > .dropdown-toggle.btn-normal.focus {
	color: #ffffff;
	background-color: #666666;
	border-color: #444444;
}
.btn-normal:active,
.btn-normal.active,
.open > .dropdown-toggle.btn-normal {
	background-image: none;
}
.btn-normal.disabled:hover,
.btn-normal[disabled]:hover,
fieldset[disabled] .btn-normal:hover,
.btn-normal.disabled:focus,
.btn-normal[disabled]:focus,
fieldset[disabled] .btn-normal:focus,
.btn-normal.disabled.focus,
.btn-normal[disabled].focus,
fieldset[disabled] .btn-normal.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-normal .badge {
	color: #666666;
	background-color: #ffffff;
}

.btn-success {
	color: #449d44;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-success:focus,
.btn-success.focus {
	color: #449d44;
	background-color: #f8f8f8;
	border-color: #449d44;
}
.btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #348d34;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #449d44;
	background-color: #f8f8f8;
	border-color: #449d44;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #348d34;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-success .badge {
	color: #449d44;
	background-color: #ffffff;
}

.btn-primary {
	color: #2e6da4;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #2e6da4;
	background-color: #f8f8f8;
	border-color: #1e5d94;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #2e6da4;
	border-color: #1e5d94;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #f8f8f8;
	border-color: #1e5d94;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #2e6da4;
	border-color: #1e5d94;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-primary .badge {
	color: #2e6da4;
	background-color: #ffffff;
}
.btn-warning {
	color: #fcb813;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fcb813;
	background-color: #f8f8f8;
	border-color: #fcb813;
}
.btn-warning:hover {
	color: #ffffff;
	background-color: #fcb813;
	border-color: #eca803;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #fcb813;
	background-color: #f8f8f8;
	border-color: #fcb813;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #fcb813;
	border-color: #eca803;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-warning .badge {
	color: #fcb813;
	background-color: #ffffff;
}
.btn-danger {
	color: #ac2925;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #ac2925;
	background-color: #f8f8f8;
	border-color: #ac2925;
}
.btn-danger:hover {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #9c1915;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ac2925;
	background-color: #f8f8f8;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #9c1915;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}
.btn-danger .badge {
	color: #ac2925;
	background-color: #ffffff;
}


.form-group .btn
{
	padding: 3px 8px;
}

select:not([multiple])
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right:30px;
	background-image: url(/img/chosen-sprite.png)!important;
	background-position:97%!important;
	background-position: right 10px center!important;
	background-repeat: no-repeat!important;
}

/* CAUTION: IE hackery ahead */

select::-ms-expand {
	display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
	select {
		background:none\9;
		padding: 5px\9;
	}
}

.introjs-tooltip
{
	text-align:left;
}

.introjs-bullets ul li
{
	margin-bottom:4px;
}

.introjs-helperLayer
{
	background: transparent;
}

.introjs-overlay
{
	display: none;
}

.introjs-helperLayer:before
{
	content: '';
	position: fixed;
	left:inherit;
	top:inherit;
	width: inherit;
	height: inherit;
	border-radius: 3px;
	border: 2px solid #ffa300;
	box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
	opacity: 1;
}

.introjs-helperLayer:after
{
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 1000;
}

.ui-front
{
	z-index: 10000 !important;
}

.ui-dialog
{
	text-align:left;
	z-index: 10001 !important;
}

.ui-effects-explode
{
	z-index: 10001 !important;
}

.dialog-error.ui-widget.ui-widget-content
{
	border: 3px solid #ff0000!important;
}

.dialog-warning .ui-dialog-buttonpane
{
	border-color: #ff0000 !important;
}

.dialog-error .ui-widget-header
{
	background-color: #f08060;
}

.dialog-success.ui-widget.ui-widget-content
{
	border: 3px solid #0d9600 !important;
}

.dialog-success .ui-dialog-buttonpane
{
	border-color: #0d9600 !important;
}

.dialog-success .ui-widget-header
{
	background-color: #a5eea5;
}

.dialog-warning.ui-widget.ui-widget-content
{
	border: 3px solid #eebd00 !important;
}

.dialog-warning .ui-dialog-buttonpane
{
	border-color: #eebd00 !important;
}

.dialog-warning .ui-widget-header
{
	background-color: #fffd93;
}

.minicolors-theme-bootstrap .minicolors-swatch
{
	top:1px;
}

.com-debug
{
}

.sem-debug
{
	display:none!important;
}

.com-bloco-debug
{
	border:1px dashed #888888;
	padding:10px;
	box-sizing:border-box;
}

.sem-bloco-debug
{
	display:none!important;
}

.data input
{
	width:100px;
}

.data span
{
	display:inline-block;
	min-width:25px;
	font-size:15px;
	padding-left:3px;
	padding-right:3px;
}

.data-hora input
{
	width:150px;
}

.data-hora span
{
	display:inline-block;
	min-width:25px;
	font-size:15px;
	padding-left:3px;
	padding-right:3px;
}

.data .form-control-m
{
	min-width:100px;
	width:auto;
}

.data-hora .form-control-m
{
	min-width:150px;
	width:auto;
}

.movendo
{
	background-color: rgba(238, 212, 0, 0.5) !important;
	border:1px dashed #000000!important;
	box-shadow: none!important;
}

.bl
{
	position: relative;
	border: 1px solid #505050;
	padding: 20px 10px 0 10px;
	margin: 40px 1% 15px 0;
	text-align: justify;
	border-radius: 10px;
	background-color: #ffffff;
	float: left;
}

.divisao .bl
{
	margin-top:15px;
	margin-bottom:5px;
}

.bl legend
{
	-webkit-margin-top-collapse: separate;
	font-size:18px;
	border:0;
	padding:0;
	margin:0;
	width:auto;
	position:absolute;
	top:-35px;
	left:10px;
}

.grupo-btn
{
	padding-right:55px;
	border:1px dashed #e5e5e5;
	padding-top:5px;
	margin-bottom:15px;
}

.grupo-btn-inativo
{
	padding-right:0;
}

.grupo-btn-inativo.super-divisao
{
	padding-right:12px;
}

.grupo-btn:after
{
	clear:both;
	content:"";
	display:block;
	margin-bottom:-10px;
}

.grupo-btn-inativo:after
{
	margin-bottom:0;
}

.grupo-btn-inativo > .g-btn
{
	display:none!important;
}

.grupo-btn > .g-btn
{
	float:right;
	margin-top:13px;
	margin-right:-45px;
	padding:4px 9px 2px 8px;
}

.grupo-btn .g-btn .fa
{
	margin:0;
}

.grupo-btn-fora
{
	padding-right:50px;
	margin-bottom:5px;
}

.grupo-btn-fora:after
{
	clear:both;
	display:block;
	content:"";
}

.grupo-btn-fora .g-btn
{
	float:right;
	margin-right:-40px;
	padding:4px 9px 2px 8px;
}

.grupo-btn-fora .g-btn .fa
{
	margin:0;
}

.grupo-btn-duplo
{
	padding-right:95px;
	margin-bottom:8px;
}

.grupo-btn-duplo:after
{
	clear:both;
	display:block;
	content:"";
	margin-bottom:0;
}

.grupo-btn-duplo .g-btn
{
	float:right;
	padding:4px 9px 2px 8px;
}

.grupo-btn-duplo .btn1
{
	margin-right:-48px;
}

.grupo-btn-duplo .btn2
{
	margin-right:-85px;
}

.grupo-btn-duplo .g-btn .fa
{
	margin:0;
}

fieldset > .grupo-btn-duplo
{
	margin-top:-55px;
	margin-right:-10px;
}

.g-d{display:none;}

.g-l-x{float:left;clear:none;}
.g-r-x{float:right;clear:none;}
.g-l{float:left;}
.g-r{float:right;}
.g-x{float:none;}
.g-l-c{clear:left;}
.g-r-c{clear:right;}
.g-x-c{clear:none;}
.g-b-c{clear:both;}
.g-0m{margin-left:0;}
.g-m0{margin-right:0;}
.g-0m0{margin-left:0;margin-right:0;}
.g-1m{margin-left:1%;}
.g-m1{margin-right:1%;}
.g-1m1{margin-left:1%;margin-right:1%;}
.g-2m{margin-left:2%;}
.g-m2{margin-right:2%;}
.g-2m2{margin-left:2%;margin-right:2%;}

.gi-l{float:left!important;}
.gi-r{float:right!important;}
.gi-x{float:none!important;}
.gi-l-c{clear:left!important;}
.gi-r-c{clear:right!important;}
.gi-x-c{clear:none!important;}
.gi-b-c{clear:both;!important;}
.gi-0m{margin-left:0!important;}
.gi-m0{margin-right:0!important;}
.gi-0m0{margin-left:0!important;margin-right:0!important;}
.gi-1m{margin-left:1%!important;}
.gi-m1{margin-right:1%!important;}
.gi-1m1{margin-left:1%!important;margin-right:1%!important;}
.gi-2m{margin-left:2%!important;}
.gi-m2{margin-right:2%!important;}
.gi-2m2{margin-left:2%!important;margin-right:2%!important;}

.g-24-00{width:100%;margin-left:0;margin-right:0;}
.g-24-0{width:100%;}
.g-23-0{width:95.833%;}
.g-22-0{width:91.666%;}
.g-21-0{width:87.5%;}
.g-20-0{width:83.333%;}
.g-19-0{width:79.166%;}
.g-18-0{width:75%;}
.g-17-0{width:70.833%;}
.g-16-0{width:66.666%;}
.g-15-0{width:62.5%;}
.g-14-0{width:58.333%;}
.g-13-0{width:54.166%;}
.g-12-0{width:50%;}
.g-11-0{width:45.833%;}
.g-10-0{width:41.666%;}
.g-9-0{width:37.5%;}
.g-8-0{width:33.333%;}
.g-7-0{width:29.166%;}
.g-6-0{width:25%;}
.g-5-0{width:20.833%;}
.g-4-0{width:16.666%;}
.g-3-0{width:12.5%;}
.g-2-0{width:8.333%;}
.g-1-0{width:4.166%;}

.g-24-1{width:99%;}
.g-23-1{width:94.833%;}
.g-22-1{width:90.666%;}
.g-21-1{width:86.5%;}
.g-20-1{width:82.333%;}
.g-19-1{width:78.166%;}
.g-18-1{width:74%;}
.g-17-1{width:69.833%;}
.g-16-1{width:65.666%;}
.g-15-1{width:61.5%;}
.g-14-1{width:57.333%;}
.g-13-1{width:53.166%;}
.g-12-1{width:49%;}
.g-11-1{width:44.833%;}
.g-10-1{width:40.666%;}
.g-9-1{width:36.5%;}
.g-8-1{width:32.333%;}
.g-7-1{width:28.166%;}
.g-6-1{width:24%;}
.g-5-1{width:19.833%;}
.g-4-1{width:15.666%;}
.g-3-1{width:11.5%;}
.g-2-1{width:7.333%;}
.g-1-1{width:3.166%;}

.g-24-2{width:98%;}
.g-23-2{width:93.833%;}
.g-22-2{width:89.666%;}
.g-21-2{width:85.5%;}
.g-20-2{width:81.333%;}
.g-19-2{width:77.166%;}
.g-18-2{width:73%;}
.g-17-2{width:68.833%;}
.g-16-2{width:64.666%;}
.g-15-2{width:60.5%;}
.g-14-2{width:56.333%;}
.g-13-2{width:52.166%;}
.g-12-2{width:48%;}
.g-11-2{width:43.833%;}
.g-10-2{width:39.666%;}
.g-9-2{width:35.5%;}
.g-8-2{width:31.333%;}
.g-7-2{width:27.166%;}
.g-6-2{width:23%;}
.g-5-2{width:18.833%;}
.g-4-2{width:14.666%;}
.g-3-2{width:10.5%;}
.g-2-2{width:6.333%;}
.g-1-2{width:2.166%;}

.gi-24-00{width:100%!important;margin-left:0!important;margin-right:0!important;}
.gi-24-0{width:100%!important;}
.gi-23-0{width:95.833%!important;}
.gi-22-0{width:91.666%!important;}
.gi-21-0{width:87.5%!important;}
.gi-20-0{width:83.333%!important;}
.gi-19-0{width:79.166%!important;}
.gi-18-0{width:75%!important;}
.gi-17-0{width:70.833%!important;}
.gi-16-0{width:66.666%!important;}
.gi-15-0{width:62.5%!important;}
.gi-14-0{width:58.333%!important;}
.gi-13-0{width:54.166%!important;}
.gi-12-0{width:50%!important;}
.gi-11-0{width:45.833%!important;}
.gi-10-0{width:41.666%!important;}
.gi-9-0{width:37.5%!important;}
.gi-8-0{width:33.333%!important;}
.gi-7-0{width:29.166%!important;}
.gi-6-0{width:25%!important;}
.gi-5-0{width:20.833%!important;}
.gi-4-0{width:16.666%!important;}
.gi-3-0{width:12.5%!important;}
.gi-2-0{width:8.333%!important;}
.gi-1-0{width:4.166%!important;}

.gi-24-1{width:99%!important;}
.gi-23-1{width:94.833%!important;}
.gi-22-1{width:90.666%!important;}
.gi-21-1{width:86.5%!important;}
.gi-20-1{width:82.333%!important;}
.gi-19-1{width:78.166%!important;}
.gi-18-1{width:74%!important;}
.gi-17-1{width:69.833%!important;}
.gi-16-1{width:65.666%!important;}
.gi-15-1{width:61.5%!important;}
.gi-14-1{width:57.333%!important;}
.gi-13-1{width:53.166%!important;}
.gi-12-1{width:49%!important;}
.gi-11-1{width:44.833%!important;}
.gi-10-1{width:40.666%!important;}
.gi-9-1{width:36.5%!important;}
.gi-8-1{width:32.333%!important;}
.gi-7-1{width:28.166%!important;}
.gi-6-1{width:24%!important;}
.gi-5-1{width:19.833%!important;}
.gi-4-1{width:15.666%!important;}
.gi-3-1{width:11.5%!important;}
.gi-2-1{width:7.333%!important;}
.gi-1-1{width:3.166%!important;}

.gi-24-2{width:98%!important;}
.gi-23-2{width:93.833%!important;}
.gi-22-2{width:89.666%!important;}
.gi-21-2{width:85.5%!important;}
.gi-20-2{width:81.333%!important;}
.gi-19-2{width:77.166%!important;}
.gi-18-2{width:73%!important;}
.gi-17-2{width:68.833%!important;}
.gi-16-2{width:64.666%!important;}
.gi-15-2{width:60.5%!important;}
.gi-14-2{width:56.333%!important;}
.gi-13-2{width:52.166%!important;}
.gi-12-2{width:48%!important;}
.gi-11-2{width:43.833%!important;}
.gi-10-2{width:39.666%!important;}
.gi-9-2{width:35.5%!important;}
.gi-8-2{width:31.333%!important;}
.gi-7-2{width:27.166%!important;}
.gi-6-2{width:23%!important;}
.gi-5-2{width:18.833%!important;}
.gi-4-2{width:14.666%!important;}
.gi-3-2{width:10.5%!important;}
.gi-2-2{width:6.333%!important;}
.gi-1-2{width:2.166%!important;}

.group-x {font-size:0;text-align:left;}

.form-group.g-l-x{float:none;display:inline-block;vertical-align: bottom;}
.form-group.g-l{float:none;display:block;vertical-align: bottom;}

.supertitulo
{
	text-align:center;
	display:block;
	font-size:20px;
	color:#6b7aff;
}

.letreiro
{
	text-align:center;
}

.letreiro > div
{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	display:inline-block;
	vertical-align:middle;
}

.vermelho
{
	color:#aa0000!important;
}

.amarelo
{
	color:#ff9812!important;
}

.verde
{
	color:#009963!important;
}

.placar
{
	text-align:center;
}

.placar > span
{
	display:block;
	margin-bottom:7px;
	margin-top:-10px;
}

.placar > div
{
	display:inline-block;
	border:1px solid #aaaaaa;
	padding:5px;
	border-radius:5px;
	margin:0 3px 15px 3px;
	min-width:85px;
}

.placar > div > div
{
	font-size:50px;
	color:#aa0000;
	font-weight:700;
	line-height:100%;
}

.placar > div > span
{
	display:block;
}

.formatado
{
	margin:0 1%;
	font-size:15px;
}

.formatado .tema
{
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
}

.formatado .vigencia
{
}

.formatado .pergunta
{
	font-weight:bold;
	font-style:italic;
	margin-bottom:5px;
}

.formatado .resposta
{
	margin-bottom:20px;
}

.i_editor,
.i_texto
{
	min-height:135px;
	max-height:415px;
}

.campos.pj .pf,
.campos.pf .pj,
.pop-cadastro.pj .pf,
.pop-cadastro.pf .pj
{
	display:none;
}

#header,#footer
{
	display:none;
}