* {
	margin: 0;
}
html, body {
	min-height: 100%;
}
.row{
	max-width: 84rem;
}
body, p, h1, h2, h3, h4, h5, h6, span, a{
	font-family: 'Trebuchet MS';
	color: #000;
}
a:hover{
	text-transform: none;
	color: #FFF;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */
}
.push {
    height: 44px; /* .push must be the same height as .footer */
}
.top{
	width: 100%;
	text-align: center;
	background-color: #193353;
	height: 100px;
}
.divCem{
	height: 100%;
	position: relative;
}
.divMinCem{
	min-height: 100%;
	position: relative;
}
.divPad{
	padding-bottom: 44px;
}
.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}
.h1Title{
	color: #FFF;
	font-weight: bold;
	font-size: 4rem;
	line-height: 100px;
	margin: 0;
}
.aTitle{
	line-height: 100px;
}
.h2Welcome{
	color: #FFF;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: inherit;
	padding: 0;
	margin: 0;
	text-align: left;
}
.paragraph{
	text-indent: 1.5em;
}
.middle{
	margin: 1rem 0;
}
.bottom{
	width: 100%;
	text-align: center;
	background-color: #193353;
	height: 44px;
	position:absolute;
	bottom: 0;
	left: 0;
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
}
.loginContent{
	margin-top: 5rem;
}
.signIn{
	font-weight: bold;
	color: #193353;
	font-size: 2rem;
}
.login{
	margin-top: 0.5rem;
}
.warning{
	color: #FF3300;
}
.clickable{
	cursor: pointer;
}
.hidden{
	display: none;
}
.spanFooter{
	color: #FFF;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #193353;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #193353;
	color: #FFF;
	width: 6.25rem;
	height: 1.9rem;
	font-size: 0.9rem;
}
input[type="text"]{
	padding: 0.375rem !important;
}
select{
	height: 2.0625rem;
	margin: 0 0 0.375rem 0;
}
input[type='search'], input[type="password"], input[type="time"] {
    height: 2.1625rem;
}
.topUser{
	width: 100%;
	text-align: center;
	background-color: #193353;
	height: 40px;
}
.nameUser{
	color: #FFF;
	line-height: 35px;
	font-size: 1.2rem;
}
.aLogout{
	color: #FFF;
	line-height: 35px;
	font-size: 1.2rem;
}
.bMenu{
	border: 0 !important;
	background: url('../img/menu.png') no-repeat;
	background-color: #333 !important;
	width: 1.5625rem !important;
	height: 1.1875rem !important;
	line-height: 35px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 0.5rem 0;
}
.pageTitle{
	background-color: #BFBFBF;
	height: 35px;
}
.spanMenu{
	font-size: 1.25rem;
	font-weight: bold;
	color: #193353;
	line-height: 35px;
}
.ulMenuDesk{
	list-style-position: inside;
	line-height: 1rem;
}
.ulMenuDesk li{
	list-style-image: url('../img/li.png');
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 0.250rem;
}
.ulMenuDesk li:hover{
	list-style-image: url('../img/liOver.png');
}
.ulMenuDesk li a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 0.8125rem;
}
.ulMenuDesk li a:hover{
	text-decoration: none;
	color: #417392;
	font-weight: bold;
}
.subUl{
	text-align: right;
}
.subUl li{
	list-style: none;
	list-style-image: none;
	border-bottom: 0px;
	margin-bottom: 0.250rem;
	margin-right: 1rem;
}
.subUl li:hover{
	list-style-image: none;
}
.marginContent{
	margin-bottom: 1rem;
}
.bNew{
	background: url('../img/new.png') no-repeat;
	background-position: 0.250rem 0.125rem;
	padding-left: 1.8125rem;
}
.bNovo2{
	background: url('../img/new.png') no-repeat;
	background-position: 0.250rem 0.125rem;
	padding-left: 2rem;
	width: 100% !important;
}
.bSearch2{
	background: url('../img/search2.png') no-repeat;
	background-position: 0.5em 0.375rem;
	padding-left: 1.8125rem;
}
.bBusca2{
	background: url('../img/search2.png') no-repeat;
	background-position: 0.5em 0.375rem;
	padding-left: 2rem;
	width: 100% !important;
}
.bSearch{
	background: url('../img/search.png') no-repeat;
	background-position: 0.250rem 0.125rem;
	padding-left: 1.8125rem;
}
.btnAdd{
	background: url('../img/new.png') no-repeat;
	background-position: center;
	width:2rem !important;
}
.btnRemove{
	background: url('../img/delete.png') no-repeat;
	background-position: center;
	width:2rem !important;
}
.btnAdd2{
	background: url('../img/new.png') no-repeat;
	background-position: 0.250rem 0.125rem;
	padding-left: 2rem;
	width: 100% !important;
}
.btnRemove2{
	background: url('../img/delete.png') no-repeat;
	background-position: 0.250rem 0.125rem;
	padding-left: 2rem;
	width: 100% !important;
}
.btnDuplica{
	background: url('../img/atualizar.png') no-repeat;
	background-position: 0.5rem 0.25rem;
	padding-left: 2rem;
}

.spanRes{
	font-size: 1.25rem;
	font-weight: bold;
	color: #FFF;
	line-height: 35px;
}
.pageRes{
	background-color: #193353;
	height: 35px;
}
.pageResBtn{
	background-color: #193353;
	height: 35px;
	cursor:pointer;
}
.pipeDivide{
	/*height: 35px;*/
	width: 1px;
	background-color: #CCC;
}
.bBack{
	background: url('../img/back.png') no-repeat;
	border: 0px !important;
	width: 1.5625rem !important;
	height: 1.5625rem !important;
	background-color: #FFF !important;
	margin: 0.3125rem 0 0 0;
}
.bForward{
	background: url('../img/forward.png') no-repeat;
	border: 0px !important;
	width: 1.5625rem !important;
	height: 1.5625rem !important;
	background-color: #FFF !important;
	margin: 0.3125rem 0 0 0;
}
.bBackP{
	background: url('../img/backP.png') no-repeat;
	border: 0px !important;
	width: 1.5625rem !important;
	height: 1.5625rem !important;
	background-color: #FFF !important;
	margin: 0.3125rem 0 0 0;
	cursor: default !important;
}
.bForwardP{
	background: url('../img/forwardP.png') no-repeat;
	border: 0px !important;
	width: 1.5625rem !important;
	height: 1.5625rem !important;
	background-color: #FFF !important;
	margin: 0.3125rem 0 0 0;
	cursor: default !important;
}
.noPadding{
	padding: 0;
}
.borderRight{
	border-right: 1px solid #CCC;
}
.greyLine{
	background-color: #EBEBEB;
}
.lineTable{
	height: 35px;
}
.spanTableTit{
	color: #193353;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 35px;
}
.spanTableCont{
	color: #333;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 35px;
}
.bHide{
	background: url('../img/arrow.png') no-repeat;
	border: 0px !important;
	width: 1.75rem !important;
	height: 1.1875rem !important;
	background-color: #FFF !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.labelForm{
	color: #333;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 33px;
}
.radioForm{
	color: #333;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 33px;
}
.bClear{
	background: url('../img/clear.png') no-repeat;
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-position: 0.6875rem 0.150rem;
	font-size: 0.6875rem !important;
	text-align: center;
	padding-top: 1.5rem;
}
.bLimpar2{
	background: url('../img/clear.png') no-repeat;
	background-position: 0.3em 0.1rem;
	padding-left: 2rem;
	width: 100% !important;
}
.bNfse{
	background: url('../img/search.png') no-repeat;
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-position: 0.6875rem 0.150rem;
	font-size: 0.6875rem !important;
	text-align: center;
	padding-top: 1.5rem;
}
.bDelete{
	background: url('../img/delete.png') no-repeat;
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-position: 0.6875rem 0.150rem;
	font-size: 0.6875rem !important;
	text-align: center;
	padding-top: 1.5rem;
}
.bSave{
	background: url('../img/save.png') no-repeat;
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-position: 0.6875rem 0.150rem;
	font-size: 0.6875rem !important;
	text-align: center;
	padding-top: 1.5rem;
}
.bPrint{
	background: url('../img/icoImpressora.png') no-repeat;
	width: 3.125rem !important;
	height: 3.125rem !important;
	background-position: 0.95rem 0.5rem;
	font-size: 0.6875rem !important;
	text-align: center;
	padding-top: 1.5rem;
	padding-left: 0;
	padding-right: 0;
}
.bReenvia{
	background: url('../img/atualizar.png') no-repeat;
	width: 15rem !important;
	background-position: 13rem 0.25rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 0;
}
.aRecibo{
	background-color: #193353;
	font-size: 0.6875rem !important;
	text-align: center;
	padding: 0.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #193353;
}
.specialMargin{
	margin-bottom: 16px;
}
.cursorPointer{
	cursor: pointer;
}
#offCanvas{
	min-height: 100%;
	background-color: #333;
}
#offCanvas a{
	color: #FFF;
}
.off-canvas-content{
	background-color: #FFF;
	box-shadow:none;
	padding-bottom: 44px;
}
.off-canvas-wrapper{
	height: 100%;
}
.off-canvas-wrapper-inner{
	min-height: 100%;
}
.close-button{
	background: none !important;
	width: auto !important;
	border: none !important;
	top: 0;
}
.is-drilldown{
	margin-top: 25px;
}
.is-drilldown-submenu{
	background-color: #333;
}
.checkIdent{
	margin-left: 20px !important;
}
.divDateExport{
	margin: 0 !important;
}
.aPrincipal{
	color: #000;
	font-weight: bold;
}
.aPrincipal:hover{
	color: #2ba6cb;
}
.labelNomeSel{
	font-size: 1.25rem;
}
.nCheck{
	margin: 0.5rem 0;
}
.icoRecibo{
	background: url('../img/icoImpressora.png') no-repeat;
	width: 2rem !important;
	height: 2rem !important;
	background-position: center;
	font-size: 0.6875rem !important;
	text-align: center;
}
.bImprime{
	background: url('../img/icoImpressora.png') no-repeat;
	background-position: 0.250rem 0.375rem;
	padding-left: 1.8125rem;
	width: 100% !important;
}
.redFieldset{
	color: #F44;
	border-color: #F44; 
}
.colorBlue{
	background-color: #193353;
}
.colorGrey{
	background-color: #CCC;
}
.spanTitleAnteriores{
	color: #FFF;
	font-weight: bold;
}
.spanAnteriores{
	color: #000;
	font-weight: normal;
}
.button{
	background-color:#193353;
}
.noMarginLR{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.cPointer{
	cursor: pointer;
}
.dataBtnHelper{
	border-radius:2px !important;
	width:auto !important;
	min-width:6.25rem !important;
}
.dataBtnHelper:hover{
	background-color:#31619d;
}
.trClick{
	cursor: pointer;
}
#tbModulos td{
	vertical-align: top;
}
.aPrinPar{
	color: #000;
}
.aPrinPar:hover{
	text-decoration: none;
	color: #000;
}
.atrasado{
	color: red !important;
}
#map{
	height: 400px;
	width: 100%;
	margin-bottom: 1rem;
}
.aLinkD:hover{
	color: #000;
}
.spanChartLegend{
	float: left;
	clear: left;
	font-size: 12px;
	color: #333;
}