@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../../dist/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background-color: #f4f5f7;
	color: #20242a;
	letter-spacing: -0.01em;
}

#novo_ambiente {
	margin-bottom: 0 !important;
}

textarea {
	resize: vertical;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button {
	display: none !important;
}

input[type=date]::-webkit-inner-spin-button {
	display: none !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
	font-size: 10px !important;
}

input[type=date] {
	-moz-appearance: textfield;
}

button {
	outline: none
}

a {
	text-decoration: none !important;
}

table.dataTable thead th.sorting {
	color: #888;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
	color: #333;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	display: none;
}

table.dataTable thead>tr>th {
	padding-right: 10px !important;
	font-size: 13px !important;
}

table.dataTable tbody>tr>td {
	padding: 10px 10px 5px 10px !important;
	font-size: 13px !important;
}

div.flex-align {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.nav-conf-usr:hover,
.nav-conf-usr:focus,
.nav-conf-usr .active {
	background-color: #1a2226;
	color: #fff;
}

.no-padding-left th {
	padding-left: 0px !important;
}

.td-pointer td {
	cursor: pointer !important;
}

.box-login {
	float: none;
	margin: 0 auto;
}

.text-green-mbls {
	color: #008d4c !important;
}

.text-red-mbls {
	color: #dd4b39 !important;
}

.text-blue-mbls {
	color: #367fa9 !important;
}

.min-height-fixed {
	min-height: 100% !important;
}

.min-height-boxed {
	min-height: calc(100% - 101px) !important;
}

.box.box-purple {
	border-top-color: #7c79b2;
}

.box.box-black {
	border-top-color: #666;
}

.btn-purple {
	background-color: #7c79b2;
	border-color: #4e4a8c;
	color: #fff;
}

.btn-black {
	background-color: #666;
	border-color: #777;
	color: #fff;
}

.link {
	color: #3c8dbc;
}

.link:hover,
.link:active,
.link:focus {
	color: #72afd2;
}

.link-xml {
	color: #333 !important;
}

.link-xml:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

.escondido {
	display: none !important;
}

.linha-cima {
	border-top: 1px solid #f4f4f4;
	padding-top: 15px;
}

.btn-avanca-volta {
	height: 50px !important;
	text-align: center !important;
	line-height: 50px !important;
}

.lh-40 {
	line-height: 40px;
}

.showbox {
	background-color: rgba(0, 0, 0, 0.8) !important;
	height: 100% !important;
	width: 100% !important;
	display: none !important;
}

.height-100 {
	height: 100%;
	padding-top: 0px !important;
}

.height-40 {
	height: 40px !important;
}

.height-3 {
	height: 3px;
}

.fa-plus-circle {
	color: #333 !important;
}

.chart-meubles {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.icone-chart {
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.corpo-chart {
	height: 80px;
	text-align: center;
	background-color: #fff;
}

.title-chart {
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.descr-chart {
	font-size: 26px;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 60px;
}

.descr-menor-chart {
	font-size: 14px;
	font-weight: lighter;
	color: #555;
	text-align: center;
	margin-top: -25px;
}

.bg-cinza {
	background-color: #999;
	color: #fff;
}

.width-35 {
	width: 35px;
}

.height-35 {
	height: 35px;
}

.linha {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin: 20px 0px 20px 0px;
}

.form-busca {
	margin-bottom: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

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

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

.margin-top-menos-25 {
	margin-top: -25px !important;
}

.margin-top-menos-35 {
	margin-top: -35px !important;
}

.margin-top-mais-20 {
	margin-top: 20px !important;
}

.margin-right-45 {
	margin-right: 45px !important;
}

.btn-refresh {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	font-size: 12px;
}

.input-busca {
	position: absolute;
	right: 50px;
	top: 10px;
	height: 30px;
	font-size: 12px;
	width: 20% !important;
	border-radius: 3px !important;
}

.input-busca-np {
	position: absolute;
	right: 10px;
	top: 51px;
	height: 30px;
	font-size: 12px;
	width: 40% !important;
	border-radius: 3px !important;
	height: 30px;
}

.padding-top-2 {
	padding-top: 2px;
}

.padding-top-5 {
	padding-top: 5px;
}

.label-radio {
	padding-top: 5px;
}

.width-3 {
	width: 3% !important;
}

.btnTelaCheia {
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: right;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.iconBtnTelaCheia {
	margin-top: 17px;
}

.iconBtnTelaCheia:hover {
	margin-top: 17px;
	color: #fff;
}

.rato {
	color: #555 !important;
	cursor: pointer;
	text-decoration: none !important;
}

.rato:active {
	color: #555;
	text-decoration: none !important;
}

.rato:hover {
	color: #000;
	text-decoration: none !important;
}

.img-user-table {
	max-width: 25px;
	max-height: 25px;
	min-height: 25px;
	min-width: 25px;
	border-radius: 500px;
}

.menu-usr {
	padding-top: 0 !important;
}

.nav-conf-usr {
	background-color: #1a2226;
	color: #b8c7ce;
	min-height: 35px;
}

.nav-conf-usr:hover {
	color: #fff;
}

.box-top {
	position: absolute;
	left: 10px;
	top: 10px;
}

.bg-login {
	width: 100%;
	height: 100%;
	background: url('../../include/img/boxed-bg.jpg') repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-login {
	padding-top: 20px !important;
}

.centerlogin {
	margin: 0 auto;
	float: none;
}

.file-upload {
	width: 100%;
	border-radius: 4px;
	border-style: dashed;
	border-width: 2px;
	border-color: #eee;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	color: #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
}

.file-upload.hovered {
	border-color: #eee;
	color: #ccc;
}

.file-upload:hover {
	border-color: #ccc;
	color: #ccc;
}

.btn-env-promob {
	width: 100%;
	background-color: #00a65a;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 8px 0px;
	transition: 0.6s;
	display: none;
}

.btn-env-promob:hover {
	background-color: #008d4c;
}

.fa-thumbs-up {
	color: #00a65a;
}

.fa-hand-o-up {
	color: #555 !important;
}

.font12 {
	font-size: 12px !important;
}

.tab-custom {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.title-situ {
	font-size: 18px !important;
	color: #333 !important;
}

.color-white {
	color: #fff !important;
}

.border-radius {
	border-radius: 3px !important;
}

.border-radius-top {
	border-radius: 3px 3px 0px 0px !important;
}

.border-radius-bottom {
	border-radius: 0px 0px 3px 3px !important;
}

.border-radius-right {
	border-radius: 0px 3px 3px 0px !important;
}

.border-radius-left {
	border-radius: 3px 0px 0px 3px !important;
}

.form-control:focus {
	border-color: #aaa !important;
}

.widget-user-header {
	height: auto !important;
}

.widget-user-image {
	z-index: 100;
	padding-top: 20px;
}


.height-200 {
	height: 200px !important;
}

.height-150 {
	height: 150px !important;
}

.abaixa {
	padding-top: 10px;
}

.h20 {
	height: 20px !important;
}

.h25 {
	height: 25px !important;
	width: 25px !important;
}

.pt4 {
	padding-top: 4px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.centralizapag {
	margin-top: -8px;
}

.inputpag {
	min-width: 61px !important;
	max-width: 61px !important;
	min-height: 30px !important;
	max-height: 30px !important;
	text-align: center !important;
	border-radius: 3px 3px 3px 3px;
	margin-top: -5px;
	clear: right !important;
	border: 1px solid #ddd;
}

.inputpag:focus {
	box-shadow: 0 0 0 0;
	border: 1px solid #ccc;
	outline: 0;
}

.info-box-icon {
	height: 264px;
}

.info-box-number {
	font-size: 150px;
	font-weight: 400;
}

.col-meub-12 {
	width: 100% !important;
}

.col-meub-2 {
	width: 120px !important;
}

.trpai {
	height: 40px;
	cursor: pointer;
}

.trpai:hover {
	background-color: #f1f4f7;
	cursor: pointer;
}

.trfilho {
	height: 30px;
	font-size: 12px;
	cursor: pointer;
	background-color: #f4f8fc;
}

.trfilho:hover {
	background-color: #fff;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.float-left {
	float: left !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.font-size-14 {
	font-size: 14px;
}

.title-calendario {
	background: #000;
	color: #fff;
	height: 50px;
}

.title-calendario-embarque {
	width: 100%;
	height: 50px;
	position: relative;
	left: 0;
	top: 0;
	line-height: 50px;
	text-align: center;
}

.text-left {
	float: left;
}

.text-right {
	float: right;
}

.text-center {
	text-align: center;
}

.pedido-calendario {
	border-bottom: 1px solid #333;
	margin: 0px 10px 0px 10px;
}

.dia-calendario {
	border-bottom: 1px solid #333;
	margin: 0px 2px 0px 2px;
}

.desc-calendario {
	border-bottom: 1px solid #333;
}

.table-calendario {
	font-size: 10px;
}

.logo-calendario {
	float: right;
}

.info-calendario {
	float: left;
}

.text-left {
	float: left;
}

.text-right {
	float: right;
}

.text-center {
	text-align: center;
}

@media only screen and (max-width: 1350px) {
	.info-box-number {
		font-size: 120px;
		font-weight: 400;
	}

	.info-box-icon {
		height: 221px;
	}
}

@media only screen and (max-width: 1200px) {
	.info-box-number {
		font-size: 100px;
		font-weight: 400;
	}

	.info-box-icon {
		height: 192px;
	}
}

@media only screen and (max-width: 1100px) {
	.info-box-number {
		font-size: 80px;
		font-weight: 400;
	}

	.info-box-icon {
		height: 164px;
	}
}

@media only screen and (max-width: 768px) {
	.content-wrapper {
		margin-top: 0px !important;
	}

	.input-group.col-xs-12 {
		padding-bottom: 10px !important;
		padding-right: 0 !important;
	}

	.input-busca {
		width: calc(100% - 60px) !important;
	}
}

/* ========================================================================
 * Happy UI 2026 — complementary styles
 * Aligned with the modern layer in AdminLTE.css / AdminLTE.min.css.
 * ======================================================================== */
:root {
	--happy-bg: #f4f5f7;
	--happy-surface: #ffffff;
	--happy-surface-soft: #eef1f4;
	--happy-text: #20242a;
	--happy-muted: #707780;
	--happy-border: #dfe3e8;
	--happy-primary: #7189a6;
	--happy-primary-hover: #607b9b;
	--happy-focus: rgba(113, 137, 166, 0.28);
	--happy-success: #83a894;
	--happy-danger: #bd7f7f;
	--happy-purple: #8f8baa;
	--happy-radius-sm: 9px;
	--happy-radius: 14px;
	--happy-radius-lg: 20px;
	--happy-shadow-sm: 0 3px 12px rgba(33, 43, 54, 0.07);
	--happy-shadow: 0 10px 30px rgba(33, 43, 54, 0.09);
}

/* Local navigation and user controls */
.nav-conf-usr,
.nav-conf-usr:hover,
.nav-conf-usr:focus,
.nav-conf-usr .active {
	background-color: transparent;
	color: #56616c;
	border-radius: var(--happy-radius-sm);
	transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.nav-conf-usr:hover,
.nav-conf-usr:focus,
.nav-conf-usr .active {
	background-color: #dfe5eb;
	color: var(--happy-text);
	box-shadow: inset 0 0 0 1px rgba(93, 111, 130, .08);
}

.img-user-table {
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, .94);
	border-radius: 50%;
	box-shadow: 0 3px 9px rgba(34, 43, 52, .18);
}

/* Dashboard charts */
.chart-meubles {
	background: var(--happy-surface);
	border: 1px solid rgba(214, 219, 225, .88);
	border-radius: var(--happy-radius-lg);
	box-shadow: var(--happy-shadow-sm);
	overflow: hidden;
	transition: box-shadow .18s ease, transform .18s ease;
}

.chart-meubles:hover {
	box-shadow: var(--happy-shadow);
	transform: translateY(-1px);
}

.icone-chart {
	background: var(--happy-surface-soft);
	color: #657485;
}

.corpo-chart {
	background-color: var(--happy-surface);
}

.descr-chart,
.descr-menor-chart {
	color: #56616c;
}

.bg-cinza {
	background-color: #89939d;
	color: #fff;
}

/* Search, pagination and custom inputs */
.input-busca,
.input-busca-np,
.inputpag {
	border: 1px solid var(--happy-border) !important;
	border-radius: var(--happy-radius-sm) !important;
	background: #f9fafb;
	color: var(--happy-text);
	box-shadow: inset 0 1px 1px rgba(31, 41, 55, .025);
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.input-busca:hover,
.input-busca-np:hover,
.inputpag:hover {
	background: #fff;
	border-color: #c9d0d8 !important;
}

.form-control:focus,
.input-busca:focus,
.input-busca-np:focus,
.inputpag:focus {
	background: #fff;
	border-color: var(--happy-primary) !important;
	box-shadow: 0 0 0 4px var(--happy-focus) !important;
	outline: 0;
}

.btn-refresh,
.btn-avanca-volta,
.btnTelaCheia {
	border-radius: 10px;
}

/* Custom buttons and semantic colors */
.btn-purple {
	background-color: var(--happy-purple);
	border-color: var(--happy-purple);
	color: #fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
	background-color: #7f7a9d;
	border-color: #7f7a9d;
	color: #fff;
}

.btn-black {
	background-color: #59636d;
	border-color: #59636d;
	color: #fff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	background-color: #48515a;
	border-color: #48515a;
	color: #fff;
}

.btn-env-promob {
	background-color: var(--happy-success);
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(55, 82, 67, .13);
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn-env-promob:hover,
.btn-env-promob:focus {
	background-color: #739a84;
	box-shadow: 0 6px 15px rgba(55, 82, 67, .18);
	transform: translateY(-1px);
}

.text-green-mbls,
.fa-thumbs-up {
	color: #638f76 !important;
}

.text-red-mbls {
	color: var(--happy-danger) !important;
}

.text-blue-mbls,
.link {
	color: var(--happy-primary) !important;
}

.link:hover,
.link:active,
.link:focus {
	color: var(--happy-primary-hover) !important;
}

.box.box-purple {
	border-top-color: var(--happy-purple);
}

.box.box-black {
	border-top-color: #69737d;
}

/* Upload zone and loading overlay */
.file-upload {
	border-radius: var(--happy-radius);
	border-color: #d9dee4;
	background: #fafbfc;
	color: #8b949e;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.file-upload.hovered,
.file-upload:hover {
	border-color: var(--happy-primary);
	background: #f0f3f6;
	color: #5f6f80;
	box-shadow: 0 0 0 4px var(--happy-focus);
}

.showbox {
	background-color: rgba(35, 42, 49, .64) !important;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

/* Login and calendar */
.bg-login {
	background-color: #e9edf1;
	background-image: linear-gradient(145deg, rgba(255,255,255,.72), rgba(220,226,232,.88));
	background-repeat: no-repeat;
	background-size: cover;
}

.box-login {
	border-radius: var(--happy-radius-lg);
	filter: drop-shadow(0 18px 42px rgba(33, 43, 54, .14));
}

.title-calendario {
	background: #626d78;
	color: #fff;
	border-radius: var(--happy-radius) var(--happy-radius) 0 0;
}

.pedido-calendario,
.dia-calendario,
.desc-calendario {
	border-bottom-color: #d8dde2;
}

.trfilho {
	background-color: #f3f6f8;
}

.trfilho:hover {
	background-color: #fff;
}

/* Updated radius helper classes */
.border-radius {
	border-radius: var(--happy-radius-sm) !important;
}

.border-radius-top {
	border-radius: var(--happy-radius-sm) var(--happy-radius-sm) 0 0 !important;
}

.border-radius-bottom {
	border-radius: 0 0 var(--happy-radius-sm) var(--happy-radius-sm) !important;
}

.border-radius-right {
	border-radius: 0 var(--happy-radius-sm) var(--happy-radius-sm) 0 !important;
}

.border-radius-left {
	border-radius: var(--happy-radius-sm) 0 0 var(--happy-radius-sm) !important;
}

.linha,
.linha-cima {
	border-color: #dfe3e8;
}

@media (prefers-reduced-motion: reduce) {
	.chart-meubles,
	.file-upload,
	.btn-env-promob,
	.nav-conf-usr {
		transition-duration: .01ms !important;
	}
}
