﻿@media print {
	@page {
		margin-top: 0;
		margin-bottom: 0;
		justify-content: center;
		align-items: center
	}
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.loaderdiv {
	background-color: rgb(50,50,50,0.4);
	text-align-last: center;
	inline-size: -webkit-fill-available;
	height: -webkit-fill-available;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-flex;
	flex-shrink: 0;
	flex-basis: 100%;
	align-items: center;
	justify-content: center;
}

.input-validation-error {
	border-color: red;
}

.inputblock:checked {
	background-color: red;
	border-color: red;
}

.centerContainer {
	width: fit-content;
}

.buttoncircle {
	border-radius: 50%;
}

.loader-div {
	transform: scale(2.5, 2.5);
}

.editohtml { /* width: 21cm; */ /* min-height: 29.7cm; */ /* margin: 1cm auto; */ /* border: 1px #D3D3D3 solid; */ /* border-radius: 5px; */
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.box {
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0px rgb(0 0 0 / 30%);
	text-align: center;
}

.dataselect {
	align-items: self-start;
}

.franchiseselect {
	float: right;
}

.box.header {
	background-color: #4eaaae;
	color: white;
	padding: 20px;
	font-size: 13px;
	min-width: max-content;
}



	.box.header > .painelBase {
		display: grid;
		grid-template-columns: auto auto;
	}

		.box.header > .painelBase > .column0 {
		}

		.box.header > .painelBase > .column1 {
		}

.tablesbox {
	justify-content: space-between;
	-webkit-box-pack: justify;
	padding: 3vw;
}

.linkReferencia {
	margin: 15px;
	display: flex;
}

.swalInput {
	text-align: center;
	/* width: 500px; */
}

.swalLabel {
	margin-top: 3vh;
}

.divSwal {
	align-content: center;
	display: inline-grid;
	/* display: inherit; */
	/* display: table-caption; */
}

.bodySwal {
	display: inline-grid;
	margin: 3vh;
	width: -webkit-fill-available;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

.nav-item {
	font-family: sans-serif;
	font-weight: bold;
	font-size: smaller;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-link {
	color: rgb(153,153,153) !important;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}

	.dataTables_wrapper .dataTables_filter input {
		border: 1px solid #aaa;
		border-radius: 3px;
		padding: 5px;
		background-color: white;
		margin-left: 3px
	}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: .755em
}

.nav.nav-pills .nav-item {
	margin: 0 25px 0 0;
}

.nav.nav-pills .nav-link {
	font-size: 1rem;
	color: #818181;
	font-weight: 600;
	-webkit-border-radius: 25rem;
	border-radius: 25rem;
	padding: 5px 10px;
}

	.nav.nav-pills .nav-link:hover {
		color: #00a8ff;
	}

	.nav.nav-pills .nav-link.active {
		color: #fff;
		background-color: #00a8ff;
	}

.breadcrumb {
	font-size: 1rem /*16*/;
	color: #6c7a86;
	background-color: #ecf2f5;
}

	.breadcrumb > .active {
		color: inherit;
	}

	.breadcrumb.breadcrumb-clean {
		background: none;
		padding: 1.5rem 0;
		color: #919fa9;
		border-bottom: solid 1px #c5d6de;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0 0 1.5rem;
	}

		.breadcrumb.breadcrumb-clean > li + li::before {
			content: '>';
		}

		.breadcrumb.breadcrumb-clean > .active {
			color: #343434;
		}

		.breadcrumb.breadcrumb-clean a {
			text-decoration: none;
			color: #919fa9;
			border: none;
		}

			.breadcrumb.breadcrumb-clean a:hover {
				color: #00a8ff;
			}

	.breadcrumb.breadcrumb-simple {
		background: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
