
body {
	margin: 0px 0px 0px 0px !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #333 !important;
	font-size: 12px !important;
}

#caixa_principal {
	border: 0 !important;
	padding-top: 25px;
}

#caixa_principal h3 {
	font-size: 18px !important;
	padding-bottom: 30px !important;
	color: rgba(68, 73, 85, 0.85) !important;
	font-weight: 400 !important;
}

.horacius-titulo {
	color: rgba(68, 73, 85, 0.85) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 21.6px !important;
	text-size-adjust: 100% !important;
}

.horacius-sub-titulo {
	font-size: 14px !important;
	padding-top: 15px;
}

.linhaTituloH3 {
	box-sizing: border-box !important;
	color: rgba(68, 73, 85, 0.85) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 21.6px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 3px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 3px !important;
	text-align: center !important;
	text-size-adjust: 100% !important;
	width: 100% !important;
}

.tabela-horacius td,
.tabela-horacius th {
	text-align: center;
	font-size: medium;
}

.tabela-HORACIUS > tbody > tr:nth-child(odd) {
	background-color: #F0F8F6;
}

.tabela-HORACIUS > tbody > tr:nth-child(even) {
	background-color: #F9FCFE;
}

.tabela-horacius > thead {
	background-color: #DDDDDD;
}

.tabela-horacius .btn-acao {
	margin: 0 2px;
}

.container-fluid .icone-icone,
.container .icone-icone{
	padding: 4px;
}

.no-margin {
	margin: 0 !important;
}

input.form-control::placeholder {
	color: #ccc;
	text-transform: capitalize;
	font-style: italic;
}

.tabela-horacius th {
	font-size: 15px !important;
	font-weight: normal !important;
}

.horacius-api-loader {
	text-align: center;
	padding: 2% 0;
}

.horacius-api-loader .lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.horacius-api-loader .lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}

.horacius-api-loader .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}

.horacius-api-loader .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.horacius-api-loader .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.horacius-api-loader .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.horacius-api-loader .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.horacius-api-loader .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.horacius-api-loader .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.horacius-api-loader .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.horacius-api-loader .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.horacius-api-loader .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.horacius-api-loader .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.horacius-api-loader .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.horacius-api-loader .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* Calendario */
.ui-datepicker, .ui-datepicker-header, .ui-datepicker-calendar .ui-state-default, .ui-datepicker .ui-state-default, .ui-datepicker-header .ui-state-default {
	background: white;
	border: 0;
	font-weight: normal;
}

.ui-datepicker-today .ui-state-highlight, .ui-datepicker .ui-state-highlight, .ui-datepicker-header .ui-state-highlight{
	color: black;
	font-weight: 700;
	border: 1px solid;
}

.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-active {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.ui-datepicker-title {
	font-weight: bold;
}

.horacius-icone-calendario {
	line-height: 1.25;
}

/* HR */
hr {
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

/* FieldSet */
.form-configuracoes-wizard fieldset {
	border: 0;
}

.datePickerHORACIUS::-ms-clear, input.form-control::-ms-clear {
	display: none;
}

a {
	text-decoration: underline;
}

select::-ms-expand {
	display: block;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

button {
	cursor: pointer;
}

.modal {
	overflow-y:auto;
}

.modal-content {
	background-color: #FBFBFE;
}

.colunaBlocoFiltros-l {
	position: relative;
	float: left;
	width: 15%;
}

.colunaBlocoFiltros-r {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}

.bottomBlocoFiltros, .botaoFecharIncidentes {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.bottomBlocoFiltros input {
	padding: 5px;
	margin: 5px 10px 15px 0;
}

.botaoFecharIncidentes button {
	padding: 5px;
	margin: 15px 0;
}

#tableIncidente {
	margin-top: 25px;
	width: 100%;
}

#tableIncidente thead th {
	background-color: #DDDDDD;
	color: #000;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 1px;
}

#tableIncidente tr td, #tableIncidente tr th {
	text-align: center;
	border-left: solid #CCC 1px;
	border-bottom: solid #ccc 1px;
	padding: 5px 0 5px 0;
}

.botao-excluir-restricoes {
	margin-left: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}