@font-face {
	font-family: 'latobold';
	src: url('fonts/lato-bold-webfont.eot');
	src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/ato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight';
	src: url('fonts/lato-light-webfont.eot');
	src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff'), url('fonts/lato-light-webfont.ttf') format('truetype'), url('fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('fonts/lato-regular-webfont.eot');
	src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Barra topo*/
.navbar {
	margin-bottom: 0;
	box-shadow: 1px 1px 5px #888;
	border-radius: 0;
	/*min-height: auto !important;	*/
	border: none;
	background: white;
}

.navbar-brand {
	padding: 0px;
	/*height:44px;*/
}
.navbar-brand > img {
	height: 100%;
	padding: 5px 15px;
	width: auto;
}

.navbar h1 {
	font-size: 28px;
	text-transform: initial;
	font-family: 'latoregular';
	color: #de0103;
	margin: 10px 0;
}

.navbar.nav-interna {
	background: url(../imagens/bg-barra.jpg) center no-repeat;
	background-size: cover;
}

.navbar.nav-interna h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
	margin: 5px 0;
	font-family: 'latobold';
}

.navbar.nav-interna .txt {
	font-family: 'latolight';
	font-size: 26px;
	text-transform: initial !important
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 12px !important;
}

.bt-login {
	margin: 5px !important;
}
.senha {
	font-size: 10px !important;
	padding: 0 !important;
}

.txt_ncadastro span, .txt_ncadastro a {
	color: #777;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}

.txt_ncadastro {
	padding: 12px 0 12px 12px !important;
}

.txt_insc {
	font-size: 14px;
	font-weight: 700;
	color: #555 !important;
	padding: 12px 0 12px 10px !important
}
.txt_insc:hover {
	text-decoration: underline !important;
}
.txt_insc i {
	padding-left: 5px;
}

.toolbar-prodemge li ul {
	position: absolute;
	background-color: #f9f9f9;
	display: none;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #DDD;
	-webkit-box-shadow: 0px 0px 5px #DDD;
	box-shadow: 0px 0px 5px #DDD;
	right: 0 !important;
	list-style: none;
}

.tp {
	margin: 0
}
.tp li {
	position: relative;
	float: left;
	padding: 15px 15px 13px;
	display: inline-block;
	cursor: pointer;
}
.tp li.user {
	padding: 8px 15px 0 0;
}
.tp li.barra {
	padding: 15px 13px 10px;
}
.tp li.barra .fa {
	font-size: 21px;
}

.tp li.user .label-icon-user {
	width: 32px;
	height: 32px;
	background: url("../imagens/sem-foto.jpg") center no-repeat;
	border-radius: 50%;
	margin: 0;
	border: none;
	float: left;
	overflow: hidden;
	position: relative;
	/*border: 1px #eee solid;*/
	box-shadow: 0px 0px 4px #909090;
}

.tp li.user .label-icon-user img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.tp li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-family: 'latolight';
	cursor: pointer;
}

.tp li a:hover {
	color: #777;
}
.tp li:hover ul, ul.tp li.over ul {
	display: block;
}

.tp-arrow {
	position: relative;
}

.tp-arrow::before {
	content: "";
	display: block;
	background: url("../imagens/tp-arrow.gif") 89% 0 no-repeat;
	position: absolute;
	top: -8px;
	right: 0;
	height: 8px;
	width: 100%;
}

.toolbar-prodemge li ul.menu-image {
	top: 48px;
}

.toolbar-prodemge li ul li {
	display: block;
	width: 200px;
	padding: 0;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	cursor: pointer;
}

.toolbar-prodemge li ul li:last-child {
	border: none;
}
.toolbar-prodemge li ul li a {
	padding: 10px 15px 10px 45px;
	position: relative;
	display: block
}

.toolbar-prodemge .box-badget {
	position: relative;
}
.toolbar-prodemge .badget {
	background: #b90406;
	border-radius: 50%;
	padding: 3px;
	text-align: center;
	position: absolute;
	top: -7px;
	right: 2px;
	color: #fff;
	width: 20px;
	height: 20px;
}

.toolbar-prodemge li ul li .label {
	padding: 15px;
	display: block;
	position: relative;;
	text-align: left;
	color: #424242;
	border-bottom: 1px #D5D5D5 solid;
	background: #eee;
	border-radius: 0;
}
.toolbar-prodemge li ul li .label span {
	display: block;
	margin: 0 0 5px;
}
.toolbar-prodemge li ul li .label .label-usuario {
	font-family: 'latobold';
	font-size: 12px;
	white-space: normal;
}
.toolbar-prodemge li ul li .label .label-email {
	font-family: 'latolight';
	font-size: 12px;
}
.toolbar-prodemge li ul li .label .label-nomeempresa {
	font-family: 'latoregular';
	font-size: 12px;
	margin-top: 5px !important;
	white-space: normal;
}

.toolbar-prodemge li ul li .icon::before {
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	font-size: 18px;
	margin-top: -7px;
	top: 50%;
	color: #454545;
	left: 15px;
}

.toolbar-prodemge li ul li .iconconta::before {
	content: "\f013";
}
.toolbar-prodemge li ul li .iconpre::before {
	content: "\f022";
}
.toolbar-prodemge li ul li .iconout::before {
	content: "\f08b";
}

.toolbar-prodemge li ul li a:hover {
	background-color: #eee;
}

/* Icones */
.toolbar-prodemge .fa {
	font-size: 18px;
}
.toolbar-prodemge .fa.fa-envelope {
	margin-right: 20px;
}

/* Modulos */
.toolbar-prodemge .tp-modulos {
	top: 48px;
	width: 325px;
	padding: 10px;
}
.toolbar-prodemge .tp-modulos.tp-arrow::before {
	background-position: 95% 0 !important;
}
.toolbar-prodemge .tp-modulos li {
	width: 100px;
	padding: 10px;
	margin: 0px;
	border: none;
}
.toolbar-prodemge .tp-modulos li a {
	padding: 5px;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
	display: block;
	height: 110px;
}

.toolbar-prodemge li ul.tp-modulos li a span {
	display: block;
	font-family: 'latoregular';
}
.toolbar-prodemge li ul.tp-modulos li a:hover {
	background-color: #EEE;
}
.toolbar-prodemge li ul.tp-modulos li a img {
	max-width: 100%;
	height: auto;
	display: block;
}

.btn.z-button table tr:first-child, .btn.z-button table tr:last-child, .btn.z-button .z-button-cl, .btn.z-button .z-button-cr {
	display: none !important;
}

.btn.z-button .z-button-cm {
	padding: 0;
	background: none !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	font-family: 'latobold';
}

.btn.btn-danger.z-button, .btn.btn-danger.z-button tr td {
	color: #fff;
	font-family: 'latobold';
	font-size: 14px;
}

/*Painel*/
table.form-horizontal {
	width: 100%;
}
table.form-horizontal > table, table.form-horizontal table {
	width: 100%;
}

.panel-title, .ssc_title {
	font-size: 28px;
	text-transform: initial;
	font-family: 'latoregular';
	color: #de0103;
	margin-bottom: 30px;
	margin-top: 0;
}

.box-cadastro, .box-texto {
	background: #ededed;
	padding: 15px;
}

.box-cadastro  .z-loading {
	top: 50% !important;
	left: 50% !important;
	margin-left: -67px !important;
	margin-top: -19px !important;
}

.box-cadastro .z-row-over > td.z-row-inner, tr.z-row-over > .z-cell, .box-cadastro .z-grid-header-bg {
	background: none !important;
	border: none !important;
}

.box-cadastro div.z-grid {
	padding: 29px 0px;
	background: #fff;
	border: none;
}

.box-cadastro tr.z-grid-odd > td.z-row-inner, tr.z-grid-odd > .z-cell {
	border-color: #fff
}
.box-cadastro tr.z-grid-odd > td.z-row-inner, tr.z-grid-odd > .z-cell, tr.z-grid-odd {
	background: #fff;
}

.box-texto p {
	font-size: 16px;
	font-family: 'latolight';
	line-height: 1.2;
}
.btn-opcoes .btn {
	margin-right: 15px;
	padding: 10px 42px;
}
.btn-opcoes .btn .z-button-cm {
	font-size: 18px !important;
	font-family: 'latobold';
}

.form-horizontal.cadempresa .control-label {
	padding-top: 0
}

.headline {
	font-family: 'latobold';
	font-size: 20px;
	margin: 60px 0 30px;
}

.headline2 {
	font-family: 'latobold';
	font-size: 20px;
	margin: 10px 0 30px;
}

.cadastro .btn-danger.btn-black {
	background-color: #000;
	border-color: #000;
	font-family: 'latobold';
	font-size: 14px;
}

.cadastro .btn-danger.btn-black:hover {
	background-color: #504D4D;
	background: linear-gradient(to bottom,#000 0,#666 100%);
}

.cadastro .control-label {
	font-size: 14px;
	font-family: 'latobold';
}

.cadastro .bg-foto {
	background: url(../imagens/bg-foto.jpg) 0 50px no-repeat;
	background-size: 100%;
	position: relative;
}

.cadastro .sem-foto {
	width: 88px;
	height: 87px;
	background: url(../imagens/bg-sem-foto.png) center no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin: 40px auto 20px;
	border: 5px #fff solid;
}

.cadastro .sem-foto img {
	display: block;
	max-width: 100%;
	height: 100%;
}

input[type="radio"], input[type="checkbox"] {
	margin: 1px;
}
.mt60 {
	margin-top: 60px !important;
}

.box-cadastro .z-bandbox-rounded-inp {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	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;
}

.box-cadastro .z-bandbox-rounded-pp, .box-cadastro .z-bandpopup {
	width: 650px !important;
	height: 800px !important;
}

.box-cadastro  .z-bandbox-rounded-btn {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 34px;
	width: 40px;
	position: relative;
	background-image: none;
	background-color: black;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
	border: 1px solid #ccc;
	color: #fff;
}

.box-cadastro  .z-bandbox-rounded-btn:hover {
	background-color: #504D4D;
}

.box-cadastro .z-bandbox-rounded-btn:before {
	content: "\f002";
	font-size: 21px;
	left: 50%;
	position: absolute;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
}

.newmodal {
	box-shadow: none !important;
	position: absolute;
	left: 37% !important;
	top: 35% !important;
	margin-top: -121px !important;
}

.newmodal.termo {
	box-shadow: none !important;
	position: absolute;
	left: 33% !important;
	top: 33% !important;
	margin-top: -121px !important;
}

.newmodal p {
	font-size: 14px !important;
	margin-bottom: 20px;
}

.newmodal .z-window-modal-tl, .newmodal .z-window-modal-hl {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.newmodal .z-window-modal-cnt-noborder {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.newmodal .btn-modal {
	margin: 15px 5px 0px 0px !important;
	float: right;
}

.newmodal .btn, .newmodal .z-button, .newmodal .z-button tr td {
	color: #fff !important;
}

.textareatermo {
	background-color: #fff !important;
}

/*
 .conteudo {
 top: 100px;
 width: 500px;
 margin: auto;
 position: relative;

 }
 .conteudo div{
 width: 150px;
 padding: 20px;
 text-align: center;
 }

 .hbox-modulo{
 padding:50px;
 padding-bottom: 0px;
 }

 */

.iframe {
	width: 100%;
	height: 95%;
	margin-top: 0;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}

.z-bandbox-rounded-inp {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 6px;
	padding-right: 30px;
}

.z-bandbox-rounded-pp {
	overflow-y: overlay;
	border-radius: 0;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.z-bandpopup .z-listbox-body .z-listcell {
	padding: 4px 8px;
	border: none;
	border-right: 1px solid transparent;
}

.z-bandpopup .z-listbox-body {
	height: auto !important;
}

.newmodal .z-listbox-body .z-listcell {
	padding: 4px 8px;
	border: none;
	border-right: 1px solid transparent;
}

.newmodal .z-listbox-body {
	min-height: 68px !important;
}
.newmodal .z-listbox {
	width: 348px;!important;
}

.z-button:focus {
	background: none !important;
	color: #1351B4 !important;
}

.btn-tema:focus {
	background: #0f49aa !important;
	border: solid none !important;
	box-shadow: none;
}

.btn-contrast:focus {
	border: none;
}

.eyebox {
	position: relative;
}

.passeye {
	z-index: 10;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 20px;
	cursor: pointer;
}

