@import url("fonts.css");
:root {
	--bg: #e7e7e7;
	--br-btn: #ececec;
	--br-frm: #eaeaea;
	--bg-iga: #f5f5f5;
	--bg-dis: #f2f2f2;
	--gc-lst: #fefefe;
	--br-rad: 6px;
	--bc-active: #428bca;
	--fg-input: #555;
	--bg-hover: aliceblue;
	--font-family-base-00: "axiforma_light", "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--font-family-base-h1: "axiforma_regular", "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
}
body {
	background-color: #2c2e3e;
	background-repeat: no-repeat;
/*
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#111111));
	background-image: -webkit-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -ms-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -o-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: linear-gradient(top, #555555 0%, #111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#111111');
*/
	padding: 0;
	margin: 0;
	font-family: var(--font-family-base-00);
}

h1 {
	font-family: var(--font-family-base-h1);
}

.nav-tabs {
	border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    border-radius: 0;
}

#logo, #actionbox, #errbox {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}
#logo {
	padding: 20px 0 20px 5px;
}
#logo img {
	margin: 0 auto;
	display: block;
	max-width: 257px;
}

#actionbox {
	background: #fafafa;
	/* box-shadow: 0 0 14px #888; */
	text-align: center;
	position: relative;
	border-radius: 25px;
	overflow: auto;
}

#actionbox .my-0 {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

#actionbox .pb-4 {
	padding-bottom: 1.5rem !important;
}

#actionbox .or-separator {
	margin-bottom: 28px;
}

#actionbox h1, #actionbox h2 {
	margin: 0;
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

#actionbox h1 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 19px;
}

#actionbox h2 {
	font-size: 14px;
}

.sign-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#actionbox button.submit.btn-default {
	width: 100%;
	border-radius: 18px;
	padding: 6px 24px;
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#actionbox button.submit.btn-success,
#actionbox button.submit.btn-custom {
	display: flex;
    justify-content: center;
	max-width: 100%;
	width: 100%;

	margin-bottom: 24px;
    font-size: 13px;
	padding: 18px 10px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #d2f7d2; 
    background: linear-gradient(90deg, rgb(92 184 92) 0%, #5cb85c 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(124 124 124 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
}

#actionbox button.submit span {
    white-space: normal; /* Permite que o texto quebre */
    text-align: center;
}

#actionbox button.submit.btn-custom {
    color: #afe3ed; 
    background: linear-gradient(90deg, #069AB4 0%, #069AB4 100%);
}

#actionbox button.submit {
	transition: all 0.3s ease-in-out 0s;
} 

#actionbox button.submit.btn-custom:hover,
#actionbox button.submit.btn-success:hover {
	transform: translateY(-6px);
}

#actionbox button.submit em {
	margin-left: 4px;
	font-size: 18px;
} 

.loginform .title::before {
    display: block;
    content: "";
    border-top: 1.5px solid var(--fg-link);;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-1.2rem);
    margin-left: 4px;
}

.loginform .title {
	margin: 16px 0 10px 0;
    font-weight: 600;
    font-size: 15px;
}

.loginform > h1 > span {
	display: block;
	padding: 5px 0;
	color: #999;
}
.loginform .input-group {
	margin: 10px 10%;
	width: 80%;
}

#actionbox .form-actions {
	padding: 20px;
	margin-top: 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#actionbox .form-actions:after {
	display: block;
	content: '';
	clear: both;
}

#actionbox .form-actions .pull-left {
	text-align: left;
}

#actionbox .section {
	padding: 20px;
}
.section.center {
	text-align: center;
	text-align: -webkit-center;
}

.x6 {
	font-size: 60px;
}

.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}

#plusinfo {
	color: #ddd;
	width: 600px;
	font-size: 12px;
	margin: 15px auto 0 auto;
	padding: 15px;
}

a {color: #72a3cc;}
a:hover {color: #348EDB;}

.input-group {
	text-align: left;
}


@media (max-width: 550px) {
	#plusinfo {
		width: 100%;
		font-size: 13px;
		padding: 10px;
	}
	.input-sm {
		font-size: 13px;
	}

	#actionbox button.submit.btn-success, 
	#actionbox button.submit.btn-custom {
		font-size: 12px;
		padding: 18px 21px;
	}
}

.form-control {
	font-size: inherit;
	box-shadow: none;
	display: inline-block;
	border: 1px solid var(--br-frm);
}

input.required, text.required, .bootstrap-select.required>button {
	background: url('/public/admin/img/required.gif') no-repeat right;
	background-color: #fff;
}
select[multiple].required {
	background: url('/public/admin/img/required.gif') no-repeat top right 4%;
	background-color: #fff;
}
.form-control.select2-container-multi {
	display: inherit;
}
.select2-container.required .select2-choice,
.select2-container.required .select2-choices,
select.required {
	background: url('../img/required.gif') no-repeat;
	background-position: right 15px center;
	background-color: #fff;
}
.select2-container.required .select2-choice,
.select2-container.required .select2-choices,
select.required {
	background: url('../img/required.gif') no-repeat;
	background-position: right 15px center;
	background-color: #fff;
}
.select2-search-field {
	font-size: 12px;
}
.select2-container-multi .select2-choices .select2-search-field input {
	font-family: var(--font-family-base-00);
}

.mandatory {
	font-size: 12px;
	color: #369;
	font-weight: bold;
	padding-left: 5px;
	/*display: table-cell;*/
}

.ml-1 { margin-left: 5px !important; }

/* OVERRIDE BOOTSTRAP */
/*
.input-group .form-control:last-of-type {
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
*/
.last {
	border-radius: 0 5px 5px 0 !important;
}

@media (min-width: 640px) {
	#logo, #actionbox, #errbox, .messages {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	#actionbox.register {
		max-width: 600px;
	}
}

/* Widgets & TABS  */
.widget-box {
	background: none repeat scroll 0 0 #F9F9F9;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.widget-box-mini{
	margin-top: 2px;
	margin-bottom: 2px;
}

.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}

.no-padding { padding: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-top { padding-top: 0 !important; }

.widget-title, .table th {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	height: 36px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #428bca;
	color: #428bca;
}
.nav-tabs>li>a {
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #555;
}
.nav-tabs>li>a>em {
	padding-right: 4px;
	vertical-align: bottom;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	color: #428bca;
}
.widget-title span.icon {
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title > h4 {
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
	line-height: 13px;
	margin: 0;
}
.widget-title > h4 i {
	padding: 5px;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 15px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
	border-bottom: 1px solid #cdcdcd;
}
.widget-container {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.widget-box.collapsible .collapse.in .widget-content {
	border-bottom: 1px solid #CDCDCD;
}
.nav-tabs {
	padding-bottom: 0;
}
.tab-content {
	background-color: #fff;
	padding-top: 16px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*.input-sm { height: 27px; }?*/
select.form-control {
	height: 30px;
	font-size: 12px !important;
}

select:invalid {
	color: #999;
}

select option{
	color: #999;
}

select option:first-of-type {
	color: #999;
}

select.form-control option:not(:first-of-type){
	color: #555;
}

.input-md { max-width: 172px; }

.input-group-addon {
	padding: 5px 8px;
	cursor: pointer;
	border: 1px solid var(--br-frm);
}

.lang_widget {padding: 3px;}
.lang_widget>a {padding: 3px;}

.ui-widget { font-family: inherit; }

.alert {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.6;
	border-radius: 6px;
}
.alert > p {
	margin: 0;
}

/* >>> datepicker >>> */
div.ui-datepicker-group table.ui-datepicker-calendar, body div.ui-datepicker table.ui-datepicker-calendar {
	font-size:10px;
}
div.ui-datepicker-group, body div.ui-datepicker {
	font-size:12px;
}
.ui-datepicker-trigger {
	padding:0px;
	padding-left:5px;
	vertical-align:baseline;
	position:relative;
	top:4px;
	cursor: pointer;
	width: 21px;
	height: 16px;
}
.ui-datepicker-header {
	background: none;
	border: 2px solid transparent;
}
.ui-datepicker td a {
	text-align: center;
}
.ui-widget-content .ui-state-default {
	background: none;
	border: none;
	border-radius: 2px;
	text-align: center;
}
.ui-widget-content .ui-state-active {
	color: white;
	font-weight: bold;
	background: blue;
}
.ui-widget-content .ui-state-hover {
	background: #bbb;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	border: 1px solid #ddd;
}
div.ui-datepicker {
	border: none;
	box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
/* <<< datepicker <<< */

.g-recaptcha>div, .g-recaptcha>div>div>div {
	width: inherit !important;
}

div.input-group > .form-control.select2-container {
	padding: 0;
}
div.input-group > .form-control.select2-container > a {
	border: none;
	border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background-color: #fff;
	border-left: none;
}

/* estilos para IE10 => */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select.required { background-position: right center; }
}
/* estilos para Edge */
@supports (-ms-ime-align: auto) {
	select.required { background-position: right center; }
}

/* estilos para IE10 => */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select.required { background-position: right center; }
}
/* estilos para Edge */
@supports (-ms-ime-align: auto) {
	select.required { background-position: right center; }
}

/* >>> PRELOADER & BACKDROP */
#window-main-cover-caption{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:1000001 !important;
	background-position: center center;
	background-repeat:no-repeat;
	background-color: #26272f;
	opacity: 0.5;
}
/* <<< PRELOADER & BACKDROP */

.skip-to-content {
	background: #926335;
	color: #fff;
	left: 50%;
	padding: 8px;
	position: absolute;
	transform: translate(-50%, -200%);
	transition: transform 0.3s;
}
.skip-to-content:focus {
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 9999;
}

.danger {
	color: rgb(217, 83, 79);
}

.center {
	text-align: center;
}

.input-num { max-width: 120px; }
.input-md { max-width: 172px; }
.input-hours { width: 75px; }

.btn-circular, .btn-group-xs > .btn-circular {
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 1.42857;
}
.btn.btn-circular {
	border-radius: 15px;
}
.btn-default.btn-circular {
	border: 1px solid #eee !important;
}
.btn-group-xs.btn-circular {
	padding: 4px;
}
.btn-group-xs.btn-circular > .btn, .btn-circular-xs {
	width: 25px;
	height: 25px;
	padding: 3px 0px;
	border-radius: 15px;
	text-align: center;
	line-height: 0;
}


.table {
	margin-bottom: 0;
	border-radius: var(--gradius);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	line-height: 1.5;
}

.table > caption {
	padding-top: 0;
	padding-bottom: 0;
}
.table th {
	height: auto;
	font-size: 12px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: center;
	color: #666666;
	vertical-align: middle !important;
}
.table th.sortable {
	cursor: pointer;
}
.table th.sortable > .fa-sort {
	color: #aaa;
}
.table > thead > th.simple, .table > thead > tr.simple > th {
	font-weight: normal;
}

.table > thead > tr.header > th, .table > tfoot > tr.footer > th {
	padding: 2px;
}
.table > thead th input[type=text].search {
	padding: 2px 2px 2px 10px;
	width: 250px;
	font-weight: lighter;
}
.table > thead > tr.header > th {
	background-color: #F9FAFB;
}
.table > thead > tr.header > th > div.search {
	padding: 3px;
}
.table > thead > tr.header > th > div.search > a {
	padding-left: 5px;
}

.table > thead>tr>th, .table > thead>tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.table th:first-child {
	text-align:left;
}
.table.no-border-top tr:first-child > td {
	border-top: none;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i{
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #eee;
}
.table>thead>tr>th {
	border-top: 1px solid #eee;
}
.table>thead>tr:first-child>th, .table>tbody>tr:first-child>th, .table>thead>tr:first-child>td, .table>tbody>tr:first-child>td {
	border-top: none;
}
.table th {
	overflow: hidden;
}

.table td > div.actions > a {
	padding: 5px;
	color: #888;
}
table tr.locked {
	color: #777;
}
.table td.labeled {
	vertical-align: middle;
}
.table.min td {
	padding: 4px;
}
.table.alternate > tbody > tr:nth-child(odd) {
	background-color: #fafcfe;
}
.table.alternate > tbody > tr:nth-child(even) {
	background-color: #f2f4f6;
}
.table tr.error > td {
	background-color: #e6b3b3 !important;
}
.table td .checkbox, .table td .radio {
	min-height: inherit;
	margin: 4px 0;
}
.table > tbody > tr.btn-info {
	background-color: #5bc0de !important;
}
.table td.selection {
	width: 25px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #e5e5e5;
}

.table.fixed {
	table-layout: fixed;
	font-style: normal;
}
.table.fixed td {
	word-break: break-all;
}

.table.sticky {
	position: relative;
	border-collapse: separate;
}
.table.sticky > thead th {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 2;
}
.table.sticky th.details {
	background-color: #fff;
	position: sticky;
	top: 49px;
	z-index: 1;
}
.table.sticky > tbody th {
	background-color: #f5f5f5;
	position: sticky;
	left: 0;
	z-index: 1;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.table.sticky.alternate > tbody > tr:nth-child(even) th {
	background-color: #f0f0f0;
}
.table > tbody > tr.footer > th, .table > tbody > tr.footer > td {
	background-color: #abb9c4 !important;
	color: #fff;
}

/* message-tray */
div.msg-tray {
	bottom: 24px;
	right: 24px;
	position: fixed;
	z-index: 9999;
}
div.msg-tray .inner {
	background-color: #404040;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
	color: #fff;
	display: inline-block;
	line-height: 20px;
	margin-top: 8px;
	padding: 16px 12px 16px 16px;
	transition: opacity 200ms,-webkit-transform 300ms cubic-bezier(0.165,0.840,0.440,1.000);
	white-space: nowrap;
}
div.msg-tray .inner span.content {
	padding-right: 10px;
	padding-left: 10px;
}
div.msg-tray .close {
	color: #f96e6e;
	cursor: pointer;
	text-shadow: none;
	opacity: 1;
}
div.msg-tray .close:hover {
	color: #f7a7a7;
}
div.msg-tray .close:active {
	color: #d85353;
}
/* end of message-tray */

.ui-widget-overlay {
	opacity: 1;
	background: rgba(30, 30, 60, 0.3);
	filter:Alpha(Opacity=100);
}
.http-overlay {
	position: absolute;
	z-index: 99999;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: rgba(60, 50, 80, 0.20);
}

.loading {
	display: table;
	position: relative;
	margin: 200px auto 0 auto;
	width: 64px;
	height: 64px;
	z-index: 9999;
}
.loading.inline {
	display: inline;
	left: 50%;
}
.loading.vcenter {
	position: absolute;
	top: 30%;
}
.loading > div {
	border: 2px solid #555;
	border-radius: 30px;
	height: 30px;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 30px;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;

}
.loading.inline > div {
	margin: 5px 0 0 0;
}
@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
