@font-face {
  font-family: Gotham-Bold;
  src: url("../fonts/GothamRoundedBold_21016.ttf");
}
@font-face {
  font-family: Gotham-Medium;
  src: url("../fonts/GothamRoundedMedium_21022.ttf");
}
@font-face {
  font-family: Gotham-Book;
  src: url("../fonts/GothamRoundedBook_21018.ttf");
}


body, html{
	/margin:0px;
	padding:0px;
	background-color: #F4F4F4;
}
.divLogin{
	margin-top: 20%;
}
@media (min-width:1000px){
	.itemMenuEmpresa{
		padding-left: 32px;
		line-height: 20px;
	}
}
@media (max-width:999px){
	.separadorLinha{
		margin-top: 15px;
	}
	.itemMenuEmpresa{
		padding-left: 32px;
		line-height: 30px;
	}
	.form-control, .btn{
		margin-top: 5px;
	}
	.btnMdlNovo{
		margin-bottom: 20px;
	}
	.imgMenuUser{
		max-width: 100px;
	}
}
.tooltip-inner {
	max-width: 200px;
	width: 150px;
}
.navbar-divider{
	margin: 2px 0px 2px 0px;
}
.notificacaoNovo{
	background-color: #ED4956;
	border-radius: 25px;
	width: 10px;
	height: 10px;
	position: relative;
	float: left;
	margin-right: -10px;
}
.notificacao-menu-dt{
	color: #777;
	font-size: 10px;
	padding-left: 10px;
}
.topo{
	background-color:#FFF;
	height:65px;
	position:fixed;
	width:100%;
	z-index:200;
	-webkit-box-shadow: 0px 0px 20px -13px #000;
	box-shadow: 0px 0px 20px -13px #000;
}
.centro{
	width:980px;
	margin: 0 auto;
}
.menu{
	width:730px;
	float:left;
}
.clear{
	clear:both;
}
.logoFiguraFiscal{
	width:201px;
	height:40px;
	background-image:url(../images/restrito/logoRestrito.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size: contain;
	float:right;
	margin-top:15px;
	margin-right:17px;
}
.pesquisa{
	width:100%;
	background-image:url(../images/restrito/bgTransparente.png);
	background-position:top center;
	background-repeat:repeat;
	position:relative;
}
.campoPesquisa{
	padding:15px;
	color:#2d3e50;
	font-weight:normal;
	text-transform:uppercase;
	margin:20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.alinhaBanner{
	width:100%;
	padding:65px 0 0 0;
}
.banner{
	/*background-color:#fcb415;*/
	height:458px;
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
}
.chamadaBanner{
	position:relative;
	-webkit-box-shadow: 0px 0px 30px -13px #000;
	box-shadow: 0px 0px 30px -13px #000;
	width:100%;
}
.txtChamadaBanner{
	font-family:Arial, Helvetica, sans-serif;
    font-size:41px;
	color:#2d3e50;
	margin:0px;
	text-align:center;
	font-weight:normal;
}
.txtLaranja{
	color:#e84c3d;
}
.rodape{
	width:100%;
	min-height:130px;
	background-color:#34495e;
}
.txtRodape{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	color:#FFFFFF;
	margin:0px;	
}
.conteudo{
	background-color:#d4d4d4;
	min-height:600px;
	width:100%;
}

ul.txtMenu{
	margin:0px 0px 0px 0px;
	padding-top:20px;
	text-align:left;
	
}
ul.txtMenu li{
	display:inline;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin-right:20px;
	margin:0px;	
	color:#333;
	letter-spacing:-1px;
	padding:5px 0px 5px 0px;
	position:relative;
}
.txtMenu a:link, .txtMenu a:visited{
	text-decoration:none;
	color:#333;
	padding:15px 18px 19px 18px;
}
.txtMenu a:hover{
	background-color:#ECECEC;
}

ul.dropdown{
	position:relative;
	color:#000;
}

ul.dropdown-menu li{
	display:inline;
	white-space:nowrap;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	color:#333;
	letter-spacing:-1px;
	padding:0px;
	background-image:none;
	position:relative;
}
ul.dropdown-menu li a:link, .dropdown-menu li a:visited{
	text-decoration:none;
}
ul.dropdown-menu li a:hover{
	background-color:#ECECEC;
}
.notificacao{
	width: 19px;
	height: 19px;
	background-color: #e84c3d;
	position: absolute;
	left: 96px;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#FFF;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	text-align:center;
}
.txtRodape{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#FFF;
	width:450px;
}
.tituloTxtRodape{
	font-size:20px;
}
.caixa{
	width:300px;
	min-height:220px;
	float:left;
	background-color:#FFF;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	margin:10px;
	padding:10px;
}
.caixaTitulo{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	color:#2d3e50;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.topConsultaTit{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#2d3e50;
}
.divCalculos{
	padding:10px;
	margin:10px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0px 1px 10px -5px #000;
	box-shadow:0px 1px 10px -5px #000;
}
.tituloCadastro{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#23a000;
	margin:0px;
	padding-top:15px;
	line-height:30px;
	font-weight:normal;
	letter-spacing:-2px;
}
.bgColorido{
	background-image:url(../images/bgColorido.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:1px;
	margin-top:35px;
}
.tblTextoLinha{
	border-bottom:1px #84E300 solid;
}
.divTextoDestaque{
	background-color:#DDEAB7;
	padding:4px 6px 4px 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.divTag{
	float:left;
	margin-right:25px;
}
.divTagPaddingTop{
	padding-top:4px;
}
.divRotulo{
	width:14%;
	float:left;
	border-right:2px #DBE86C solid;
	padding-top:5px;
	padding-left:5px;
	height:25px;	
	margin-bottom:5px;	
	background-color:#F5F5F5;
}
.divTexto{
	width:17%;
	float:left;
	padding:5px 0px 0px 8px;
	height:25px;
	margin-bottom:5px;
}
.tblRotulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#23a000;
	font-weight:bold;
	letter-spacing:-1px;
}
.tblRotuloLinha{
	border-bottom:3px #84E300 solid;
}
.tblTexto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#383838;
}
.tblTextoLinha{
	border-bottom:1px #84E300 solid;
}
.txtLembrete{
	color: #666;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.detalhesTd{
	padding:1px;
	width:20px;
	float:left;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

.detalhesTd2{
	padding:1px;
	width:20px;
	float:left;
	border-right:1px #CCCCCC solid;
}
.boxStatusNum{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#F99A15;
	margin-right:10px;
	float:left;
}
.boxStatusTxt{
	width:550px;
	padding:10px;
	border:4px #3CA2C0 solid;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.campoObrigatorio{
	width:5px;
	height:15px;
	background-color:#DBE86C;	
}
.logoRodapeAlerta{
	width:251px;
	height:54px;
	float:left;
	background-image:url(../images/restrito/logoRodape.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.logoRodapeFigura{
	width:352px;
	height:40px;
	float:right;
	background-image:url(../images/restrito/logoRodapeFigura.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.boxNovo{
	background-color:#F0F0F0;
	padding:10px;
	margin-bottom:20px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.boxNovo h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#23a000;
	margin:0px;
	line-height:30px;
	font-weight:normal;
	letter-spacing:-2px;
	float:left;
	padding-left:15px;
	width:550px;
}
.boxNovo p{
	width:600px;
	float:left;
	padding-left:15px;
}
.boxNovoImg1{
	width:155px;
	height:155px;
	border:#f0b91e solid 3px;
	background-color:#CCC;
	float:left;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	margin-right:5px;
	position:relative;
	background-size:cover;
	cursor:pointer;
}
.antes{
	padding: 5px;
	font-size: 14px;
	position: absolute;
	background-color: #eeb000;
	color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	left: -4px;
	top: 9px;
}
.boxNovoImg2{
	position:relative;
	width:155px;
	height:155px;
	border:#23a000 solid 3px;
	background-color:#CCC;
	float:left;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	background-size:cover;
	cursor:pointer;
}
.depois{
	padding: 5px;
	font-size: 14px;
	position: absolute;
	background-color: #23a000;
	color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	left: -4px;
	top: 9px;
}
.novo{
	padding: 5px;
	font-size: 14px;
	position: absolute;
	background-color: #23a000;
	color: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	left: -4px;
	top: 9px;
}
.loading,.loading>td,.loading>th,.nav li.loading.active>a,.pagination li.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
	background-size: 40px 40px;
	animation: 2s linear 0s normal none infinite progress-bar-stripes;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn.btn-default.loading,input[type="text"].loading,select.loading,textarea.loading,.well.loading,.list-group-item.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
	background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.div-divergencias{
	background-color: #E38280;
	width: 50%;
	height: 100%;
	right: -50%;
	position: absolute;
	z-index: 1000;
	padding: 25px 50px 25px 50px;
	display: none;
}
.div-divergencias-pnl-titulo{
	font-size: 140%;
	font-weight: bold;
}
.lbl-tag{
	font-size: 120%;
	line-height: 30px !important;
	cursor: pointer;
}
.lbl-tag-del{
	margin-left: 3px;
	margin-right: 6px;
	color: #d9534f;
}

.texto-limitado {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-small{
	margin: 0px !important;
	padding: 2px 10px 2px 10px !important;
	font-size: 75%;
}

.margin{
	margin: 15px;
}
.padding{
	padding: 15px;
}
.mt-0{
	margin-top: 0px;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.ml-0{
	margin-left: 0px;
}
.ml-5{
	margin-left: 5px;
}
.ml-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}
.mr-0{
	margin-right: 0px;
}
.mr-5{
	margin-right: 5px;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.pt-0{
	padding-top: 0px;
}
.pt-5{
	padding-top: 5px;
}
.pt-10{
	padding-top: 10px;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-5{
	padding-bottom: 5px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-15{
	padding-bottom: 15px;
}
.pb-20{
	padding-bottom: 20px;
}
.pl-0{
	padding-left: 0px;
}
.pl-5{
	padding-left: 5px;
}
.pl-10{
	padding-left: 10px;
}
.pl-15{
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pr-0{
	padding-right: 0px;
}
.pr-5{
	padding-right: 5px;
}
.pr-10{
	padding-right: 10px;
}
.pr-15{
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.ln-divisoria{
	border-top: 1px #eee solid;
}

@media print {
	.no-print{
		display: none !important;
	}
}