#logosite {
	height: 60px;
}

.areaaviso {
	display: inline-flex;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: middle;
}

.areaavisopopup {
	display: inline-flex;
	color: #FFFFFF;
	font-size: 14px;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 100%;
}

.areaaviso span, .areaavisopopup span {
	margin-top: 2px;
	margin-left: 5px;
}

.bgred {
	background-color: #F44336 !important;
}

.bgamber {
	background-color: #FFC107 !important;
}

.bgblack {
	background-color: #000 !important;
}

.bgblue {
	background-color: #2196F3 !important;
}

.bgbrown {
	background-color: #795548 !important;
}

.bgcyan {
	background-color: #00BCD4 !important;
}

.bgdeep-orange {
	background-color: #FF5722 !important;
}

.bgdeep-purple {
	background-color: #673AB7 !important;
}

.bggreen {
	background-color: #4CAF50 !important;
}

.bggrey {
	background-color: #9E9E9E !important;
}

.bgindigo {
	background-color: #3F51B5 !important;
}

.bglight-blue {
	background-color: #03A9F4 !important;
}

.bglime {
	background-color: #CDDC39 !important;
}

.bgorange {
	background-color: #FF9800 !important;
}

.bgpink {
	background-color: #E91E63 !important;
}

.bgpurple {
	background-color: #9C27B0 !important;
}

.bgteal {
	background-color: #009688 !important;
}

.bgyellow {
	background-color: #FFEB3B !important;
}

.bg-whitepainel {
	background-color: #FFFFFF !important;
	color: #666666 !important;
}

.ftred {
	color: #F44336 !important;
}

.ftamber {
	color: #FFC107 !important;
}

.ftblack {
	color: #000 !important;
}

.ftblue {
	color: #2196F3 !important;
}

.ftbrown {
	color: #795548 !important;
}

.ftcyan {
	color: #00BCD4 !important;
}

.ftdeep-orange {
	color: #FF5722 !important;
}

.ftdeep-purple {
	color: #673AB7 !important;
}

.ftgreen {
	color: #4CAF50 !important;
}

.ftgrey {
	color: #9E9E9E !important;
}

.ftindigo {
	color: #3F51B5 !important;
}

.ftlight-blue {
	color: #03A9F4 !important;
}

.ftlime {
	color: #CDDC39 !important;
}

.ftorange {
	color: #FF9800 !important;
}

.ftpink {
	color: #E91E63 !important;
}

.ftpurple {
	color: #9C27B0 !important;
}

.ftteal {
	color: #009688 !important;
}

.ftyellow {
	color: #FFEB3B !important;
}

.ictabela {
	font-size: 16px;
}

.obsform {
	margin-bottom: 15px;
	display: inline-block;
	margin-top: -20px;
	font-size: 12px;
}

.form-label-fix {
	font-weight: normal;
	color: #999999;
	font-size: 12px;
	margin-bottom: 0;
}

.lightcard {
	font-weight: normal;
	color: #999999 !important;
}

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

input.insidelabel {
	border: none;
	border-bottom: 1px solid #999999;
	margin: 0 5px 0 5px;
	padding: 0;
	width: 30px;
	text-align: center;
}

.input-group-nomargin {
	margin-bottom: 0;
}

@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}

.spin {
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.iconblock {
	display: inline-flex;
	vertical-align: middle;
}

.iconblocktext {
	margin-left: 5px;
	margin-top: 3px;
	display: inline-block;
}

.iconblocksubmit {
	vertical-align: middle;
}

.iconblocktextsubmit {
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
	display: inline-block;
}

.btsubmit {
	height: 35px;
}

.card-popup {
	margin-bottom: 0;
}

#pgloader {
	background-color: #FFFFFF;
	padding-top: 10px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	position: fixed;
	z-index: 100000;
	top: 50%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	display: none;
}

#fechapopup {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10000;
	color: #666666;
}

.divHeight100 {
	height: 100%;
}

.divCenter {
	text-align: center;
}

.popuphr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#htmlfinal {
	display: none;
}

/** ajustes material design **/

.login-page {
	background-color: #4caf50;
	height: auto;
}
.navbar-brand {
	line-height: 0;
	padding-top: 0;
}
.sidebar .user-info {
	height: auto;
	background-image: none;
}
.sidebar .user-info .info-container {
	top: 0;
}
.btn {
	padding-left: 6px;
	padding-right: 6px;
}
.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
	margin-bottom: 0;
}

.dt-buttons {
	display: inline-block;
	float: none;
}

.dataTables_length {
	display: inline-block;
	margin-left: 20px;
}

.dataTables_filter {
	display: inline-block;
	float: right;
}

.dataTables_info {
	display: inline-block;
}

.dataTables_paginate {
	display: inline-block;
	float: right;
}

.dataTables_wrapper {
	margin-bottom: 20px;
}

.dataTables_processing {
	color: #4CAF50;
}

.fancybox-content {
	padding: 44px;
	/*height: auto !important;*/
}

.bootstrap-select {
	margin-bottom: 10px !important;
}

.input-group-addon {
	font-weight: normal !important;
	font-size: 12px;
}

.form-line-tag {
	margin-top: 4px;
}
.demo-tagsinput-area {
	margin-bottom: 10px !important;
}

.filtro .input-group {
	margin-bottom: 0;
}

.filtro .card .body .col-md-2 {
	margin-bottom: 0;
}

.filtro .card .body .col-md-3 {
	margin-bottom: 0;
}

.filtro .card .body .col-md-4 {
	margin-bottom: 0;
}

.filtro .card .body .col-md-6 {
	margin-bottom: 0;
}

.filtro .card .body .col-md-12 {
	margin-bottom: 0;
}

.tag-md {
	max-height: 60px;
}

.bs-searchbox input[type="text"] {
	padding-left: 6px;
}

.form-line-left {
	width: 45% !important;
	float: left;
	margin-top: -1px;
}

.form-line-right {
	width: 45% !important;
	float: right;
	margin-top: -1px;
}

.addon-inline {
	display: inline-block;
}

.body-filtro {
	display: none;
}

.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
	column-count: 3;
}

div.dt-button-collection a.dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0;

}

a.buttons-columnVisibility {
	color: #BBBBBB;
	text-decoration: none;
}

a.buttons-columnVisibility::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	content: "check_box_outline_blank";
}

a.buttons-columnVisibility.active {
	color: #333333;
	text-decoration: none;
}

a.buttons-columnVisibility.active::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	content: "check_box";
}

.pgtabela {
	padding: 0;
	margin: 0;
}

.pgtabelafull {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    padding: 10px;
    z-index: 1000;
    width: 100%;
    height: 100%;
	overflow:hidden;
}

.pgtabelaWrap {
	white-space: normal;
}

.pgtabelaNowrap {
	white-space: nowrap;
}

.tbfoot {
	font-weight: bold;
}

.rowconsulta {
	margin-right: 0;
	margin-left: 0;
}

h5 {
	font-size: 14px !important;
	margin: 0 0 15px 0;
	font-weight: normal;
}

h6 {
	font-size: 14px !important;
	margin-bottom:14px;
}

h4 {
	font-size: 16px !important;
	margin-bottom:14px;
}

.col-sm-right {
	text-align: right;
}


.tabnav-topo {
	margin-top: -20px;
}

.btImagem {
	border-radius: 5px;
	background: none;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	border: none;
	padding: 2px;
	margin-right: 10px;
}

.btImagem:hover {
	background-color: #eeeeee;
}

#conteudo-carregando {
	display: none;
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
	padding-top: 10%;
}

#conteudo-novo {
	background-color: #FFFFFF;
	height: 100%;
}

.alertholder {
	padding: 20px 10px 10px 10px;
}

.elrelatorio, .elpainel {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.card .elrelatorio .header, .card .elpainel .header {
	padding: 15px 10px 10px 10px;
}

.card .elrelatorio .header h2, .card .elpainel .header h2 {
	font-size: 14px;
}

.filtrorelatorio {
	padding: 20px 20px 0 20px;
	margin-bottom: -30px;
}

.dd3-handle::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	content: "swap_vert";
}

.icon-small {
	font-size: 11px;
}

.nestable-bt {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 20px;
	border: none;
}

.nestable-bt .material-icons {
	font-size: 16px;
}

.dd-handle {
	height: 35px;
}

.dd3-content {
	height: 35px;
}

.grlabholder {
	font-size: 10px;
	width: 100%;
	text-align: right;
	display: none;
}

.grlabeldiv {
	display: inline-block;
	margin-right: 15px;
}

.grlabelcirculo {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	display: inline-block;
}

.tdinput {
	width: 80%;
}

.ultabela {
	margin-bottom: 0;
	margin-left: -20px;
}

.grpizzaholder {
	display: inline-block;
	margin: 0;
	padding: 0;
	min-width: 200px;
}
.grpizzatitulo {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.grcanvasholder .dt-buttons, 
.grcanvasholder .dataTables_filter {
	display: none;
}

.grcanvasholder .dataTables_length {
	float: right;
}

.grcanvasholder .pgtabela {
	margin-top: -15px;
}

#areacartoes {
	display: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -25px;
}

.textocartao {
	font-size: 20px;
}

.iconecartao {
	opacity: 0.2;
}

.cartao-relatorio {
	cursor: pointer;
}

.rowpainel {
	padding: 10px 10px 0 10px;
}

#expandirbt {
	cursor: pointer;
	float: left;
}

#paineltittx {
	display: inline-block;
	margin-top: 3px;
	margin-left: 5px;
}

#fullscreenIframe {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	border: none;
	z-index: 1000;
	display: none;
}

.body-painel {
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

section.content-painel {
	margin: 0;
	height: 100%;
}

.cardpainelfull {
	box-shadow: none;
}

.canvasholdertitle {
	font-size: 10px;
	padding: 5px;
	margin: 0 0 8px 0;
	color: #666666;
	/*border-bottom: 1px solid #eeeeee;*/
	text-align: left;
}

.grcanvasholder {
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	display: none;
	margin-bottom:10px;
}

.checkmin100 {
	min-width: 100px;
}

.checkmin150 {
	min-width: 150px;
}

.hwt-container {
	width: 100%;
}

.hwt-content {
	width: 100%;
}

.hwt-input {
	padding: 9px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

.hwt-highlights {
	padding: 4px 0 0 5px !important;
}

.hwt-content mark {
	background-color: #d3e0ec;
}

@media only screen and (max-width: 500px) {
	.dataTables_length {
		margin-left: 0;
		float: none;
	}
	.dataTables_filter {
		float: none;
	}
	
}

.DTFC_LeftBodyWrapper {
	margin-top: -14px;
}

.DTFC_LeftBodyWrapper tbody {
	background-color: #FFFFFF;
}

.DTFC_RightWrapper {
	display: none;
}

.desktop-only {
	
}

.tcruzcabecalho, .tcruzrodape {
	background-color: rgba(102, 102, 102, 0.9);
	color: #FFFFFF;
}

.tcruzsoma0 {
	background-color: rgba(102, 102, 102, 0.40);
}

.tcruzsoma1 {
	background-color: rgba(102, 102, 102, 0.20);
}

.condajuste {
	padding: 10px 10px 0 10px;
	display: none;
}

.informdata {
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.group-span-filestyle .btn {
	background-color: #00B80C;
	margin-right: 10px;
	border-radius: 5px;
	color: #FFFFFF;
}

.divcenter100 {
	width: 100%;
	text-align: center;
}

.logopequeno {
	border: none;
	width: 250px;
	margin-bottom: 10px;
}

.autarea {
	max-width: 640px;
	margin: 0 auto;
	margin-top: 50px;
}

.btn-tabela {
	display: inline;
}

.avisotab {
	display: inline-block;
	padding: 1px 3px;
	border-radius: 3px;
	background-color: #4CAF50;
	color: #FFFFFF;
	font-weight: bolder;
}

.actabela {
	font-size: 20px;
	cursor: pointer;
}

.ictabela {
	font-size: 20px;
	float: left;
	cursor: default;
}

@media only screen and (max-width: 500px) {
	.desktop-only {
		display: none;
	}
}