body {
	margin: 0px;
	font-family: Helvetica;
}

.login_erzeg img {
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
}

.login_erzeg {
	margin-top: 20px;
}

#wrap {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

.row {
	max-width: 100% !important;
}

.row .row {
	margin: 0px !important;
}

.menu-icon:after {
	background: #e3e3e3 !important;
	box-shadow: 0 7px 0 #e3e3e3, 0 14px 0 #e3e3e3 !important;
	transition: all .25s .0s;
}

.title-bar {
	background: #2a3f54 !important;
}

.bottom0 {
	margin-bottom: 0px !important;
}

.title-bar-left.title-bar-fornec,
.title-bar-left.title-bar-fornec:hover span {
	cursor: auto;
	color: #fefefe;
}

.title-bar-left:hover .menu-icon:after {
	background: #15bdc3 !important;
	box-shadow: 0 7px 0 #15bdc3, 0 14px 0 #15bdc3 !important;
	transition: all .25s .0s;
}

.title-bar-left:hover span {
	cursor: pointer;
	color: #15bdc3;
	transition: all .25s .0s;
}

.title-bar-title {
	color: #fff;
	transition: all .25s .0s;
}

#offCanvasLeft {
	background-color: #2a3f54;
	min-height: 100% !important;
}

#offCanvasLeft ul li a {
	color: #e3e3e3;
	background-color: #2a3f54;
	transition: all .25s .0s;
}

#offCanvasLeft ul li:hover a {
	color: #e3e3e3;
	transition: all .25s .0s;
}

#offCanvasLeft ul:hover a {
	color: #8b8b8b;
	transition: all .25s .0s;
}

#offCanvasLeft ul li a:hover {
	color: #f2f5f7;
	background: #1aa797;
	transition: all .25s .0s;
}

#offCanvasLeft ul li.is-accordion-submenu-parent > a:after {
	border-color: #e3e3e3 transparent transparent;
	transition: all .25s .0s;
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner {
	height: 100% !important;
}

.title-bar-right a {
	color: #f2f5f7;
	transition: all .25s .0s;
}

.title-bar-right a:hover {
	color: #15bdc3;
	transition: all .25s .0s;
}

.title-bar-right i {
	margin-left: 5px;
}

.off-canvas-content {
	border-left: 1px solid #838383;
	min-height: 100% !important;
	background: #f7f7f7 !important;
}

.mensagem_aviso {
	width: 700px !important;
	padding: 10px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

.mensagem_aviso i {
	font-size: 2rem;
	margin-right: 10px;
}

.mensagem_aviso:empty {
	border: 0px !important;
	background: none !important;
}

.aviso_sucesso {
	border: 1px solid #027539;
	background: #46ac6a;
	color: #ffffff;
}

.aviso_alerta {
	border: 1px solid #983434;
	background: #ec5840;
	color: #ffffff;
}

.title_screen {
	text-align: left;
	text-indent: 15px;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #73879c;
}

.area_recaptcha {
	width: 300px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.regra_senha {
	width: calc(100% - 90px);
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #c7c7c7;
	color: #4f4f4f;
	font-size: .9rem;
	z-index: 2;
}

.regra_senha span {
	width: 100%;
	min-height: 5px;
	padding: 5px !important;
	display: inline-block;
}

.regra_senha span.success {
	color: #46ac6a;
}

.regra_senha span.alert {
	color: #ed472e;
}

.row_senha_reset {
	margin-left: auto !important;
	margin-right: auto !important;
}

.compara_requisitos.success {
	background: #46ac6a !important;
	color: #fff !important;
}

.compara_requisitos.alert {
	background: #ed472e !important;
	color: #fff !important;
}

#submit_reset_senha,
.compara_requisitos {
	margin-top: 20px !important;
}

.compara_requisitos:first-child {
	margin-top: 0px !important;
}

.display_senha {
	display: flex;
	align-items: center;
	justify-content: center;
}

.display_senha button {
	font-size: 2rem;
	padding: .3rem .8rem;
	background: #f9f9f9;
	color: #e7e7e7;
}

.display_senha button.active {
	background: #f0732c;
	color: #32568d;
}

.menu_padrao {
	border-top: 1px solid #838383;
}

.corpoWrap {
	background: #fff;
	padding: 20px;
}

.textarea_large {
	height: 200px;
	min-width: 100%;
}

.loading_mask {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: rgba(115, 115, 115, .5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	z-index: 10000000;
	box-shadow: 0px 1000px 0px 1000px rgba(115, 115, 115, .5);
}

.loading_mask img {
	width: 120px;
	height: 120px;
	margin: 0px auto;
	display: block;
}

.current-month {
	width: calc(100% - 60px);
	padding: .5rem .625rem .625rem;
}

.clndr-previous-button,
.clndr-next-button {
	width: 30px;
	cursor: pointer;
	transition: all .25s ease-out 0s;
	padding: .5rem .625rem .625rem;
}

.current-month,
.clndr-previous-button,
.clndr-next-button {
	background: #414141;
	color: #fff;
}

.clndr-previous-button:hover,
.clndr-next-button:hover {
	background: #e3e3e3;
	color: #000 !important;
}

.clndr {
	width: 100%;
	border: 1px solid #e6e6e6;
}

.clndr div {
	text-align: center;
}

.days-of-the-week,
.days,
.clndr-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.header-day,
.day {
	width: 14.2857% !important;
	padding: .5rem .625rem .625rem;
}

.header-day {
	background: #3883a3;
	color: #fff;
	padding: .5rem .625rem .625rem;
	font-weight: 700;
}

.day.event .day-number {
	padding-bottom: 4px;
	border-bottom: 2px solid #3883a3;
}

.today {
	background: #c9e8fb !important;
}

.day {
	cursor: pointer;
	background: #ebebeb;
	margin-bottom: 5px;
}

.day:hover {
	background: #28598f !important;
	color: #fff;
}

.adjacent-month {
	color: #cdcdcd;
}

.day-active {
	color: #fff !important;
	background: #2199e8 !important;
}

.accordion-item {
	background: #3883a3;
}

.accordion-title {
	color: #fff !important;
}

.accordion-title:focus,
.accordion-title:hover {
	background: #414141 !important;
}

p.hide-for-large {
	margin: 0px;
	font-weight: bold;
}

.flex_btns {
	display: flex;
	justify-content: space-around;
}

.tabela_padrao a {
	display: block;
}

.link_arquivo {
	background: #fafafa;
}

.link_arquivo:hover {
	filter: brightness(95%);
}

.tabela_padrao tr td a.link_arquivo:nth-child(odd) {
	background: #f1f1f1;
}

#modal_mensagem.alert {
	background-color: #ec5840 !important;
	border: 1px solid #d9523c !important;
}

#modal_mensagem.success {
	background-color: #46ac6a !important;
	border: 1px solid #3e9a5e !important;
	color: #fff;
}

#anexo_relatorio {
	font-weight: normal;
}

a.disabled,
li.disabled,
span.disabled {
	pointer-events: none;
	cursor: default;
}

#tabs_os li {
	padding: 0px;
	height: 52px;
	min-width: 100px;
}

#tabs_os li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	width: 100%;
	height: 52px;
}

#tabs_os li a span {
	margin: 0px auto;
	display: block;
	text-align: center;
}

#tabs_os li:hover:not(.is-active) a {
	background: #f1f1f1;
}

#tabs_os li.disabled a {
	background: #ececec;
	color: #bababa;
}

.dataTables_length {
	display: none !important;
}

.paginate_button,
.paginate_button a {
	background: none !important;
}

.indice_h4 {
	background: #d5d5d5;
	padding: 0.3rem 0 0.3rem 1rem;
}

table+.indice_h4 {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
}

#div_relatorio_inspecao span {
	font-weight: bold;
}

#chartTensao-license-text,
#chartPotenciaAtiva-license-text,
#chartFP-license-text,
#chartTemperatura-license-text {
	display: none !important;
}

.grafico {
	margin-top: 1.5rem;
	height: 400px;
}

#buttonAnexo {
	font-size: 1.1rem;
	padding: .3rem 1rem;
}

.indice_h4 #buttonAnexo {
	margin-left: 10px;
}

.row_padrao {
	background: #fff;
	padding: 20px;
}

._data, ._dataBK {
	text-align: center;
	background: #fff !important;
}

#tabelaPesquisaLicitacao {
	font-size: 0.9rem;
}

.clockpicker {
	min-width: 55px !important;
	background: #fff !important;
}

.tabs_content_me {
	background: #fff !important;
	margin-top: 3px;
	padding: 20px;
}

.info_proposta {
	margin-bottom: 15px;
}

.info_proposta:last-child {
	margin-bottom: 0px;
}

.bold {
	font-weight: bold !important;
}

#observacaoLicitacao {
	font-size: 1rem !important;
	padding: 2px 6px !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #cac7c7 !important;
}

.tabs-panel {
	background: #f7f7f7 !important;
}

.accordion li {
	display: block;
	position: relative;
}

.accordion_nl_1 {
	background-color: #193441;
	border: 1px solid #193441;
}

.interaction_solicitacao .button {
	margin: 0 !important;
	width: 30px !important;
}

.novoAnexoLicitacao {
	font-size: 16px !important;
	padding: 4px !important;
}

textarea.textarea_largelicitacao {
	height: 100px;
	min-width: 100%;
}

.archive_licitacao:hover {
	background: #e6e6e6;
}

.archive_licitacao {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-shrink: 0;
	background: #fff;
	padding-left: 20px;
	border: 1px solid #b7b7b7;
}

.archive_licitacao i {
	font-size: 2rem;
	padding: 0px 20px;
}

.reveal h3 {
	text-align: center;
}

.row_max_licitacao .columns {
	margin-top: 5px;
}

@media screen and (max-width: 39.9375em) {
	.display_senha button {
		margin-top: 20px;
	}

	#btnAbreCadastroRegistro {
		margin-top: 15px;
	}

	.tabs_content_me {
		padding: 10px;
	}

	.interaction-div-accordion {
		position: relative;
	}
}

@media screen and (max-width: 63.9375em) {
	#btnAbreCadastroRegistro {
		margin-top: 15px;
	}

	.expanded-small {
		display: block !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	td {
		width: 100%;
	}

	.info_proposta {
		text-align: center;
	}
}

@media only screen and (min-width: 40em) {
	.interaction-div-accordion {
		position: absolute;
		top: .8rem;
		right: 40px;
		min-width: 86px;
	}

	.interaction-div-accordion.right0 {
		right: 0px;
	}
}

/* Small only
@media screen and (max-width: 39.9375em) {

}*/

/* Medium and up
@media screen and (min-width: 40em) {

}*/

/* Medium only
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}*/

/* Large and up
@media screen and (min-width: 64em) {

}*/

/* Large only
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}*/

/* hack password firefox */
@-moz-document url-prefix(){.regra_senha{padding-top: 30px;padding-bottom: 30px;}}

object[type^="application/gas-events"] { display: none; } /* Remove space from bank API*/
