.green {
	color: #119400;
	font-weight: 600;
}

/* ============================ B A C K G R O U N D ============================= */
/* A U T O R: GABRIEL TOVAR */
.background-intranet {
	background: var(--blue-fng);
}


#login .card.mb-0.h-auto {
	background: #b4b4b75e;
	padding: 1em 1em;
	border: 1px solid #ffffff7d;
}

.logo-auth {
	margin: -8em 0em 1em 0em;
}

@media only screen and (max-width: 35.9375rem) {
	.logo-auth { width: 150px; }
}

/* ============================ F O R M S ============================= */

.form-label {
	margin-top: 1.5em;
}

/* ============================ SELECT 2 ============================= */

select+.select2-container,
.bootstrap-select+.select2-container {
	max-width: 89% !important;
}

@media (min-width: 992px) {

	select+.select2-container,
	.bootstrap-select+.select2-container {
		max-width: 94% !important;
	}
}

/* ============================ SWEET ALERT ============================= */

button.swal2-confirm.swal2-styled {
	background-color: #2980b9 !important;
}

button.swal2-cancel.swal2-styled {
	background-color: #d33;
}

label.swal2-input-label {
	font-size: 16px !important;
}

/* ============================ B R E A D C R U M B ============================= */

.breadcrumb {
	justify-content: flex-end;
	display: none;
}

@media (min-width: 768px) {
	.breadcrumb {
		display: flex;
	}
}

/* ============================ O F F C A N V A S   A Y U D A ============================= */

#offcanvasHelper.offcanvas { width: 100% }

@media (min-width: 576px) {
	#offcanvasHelper.offcanvas { width: 80% }
}

@media (min-width: 992px) {
	#offcanvasHelper.offcanvas { width: 60% }
}

#offcanvasHelper .offcanvas-header {
	color: var(--text-white);
	background-color: var(--blue-fng);
	padding: 16px !important;
	letter-spacing: 1.2px;
	border-bottom: 6px solid var(--orange-fng);
}

#offcanvasHelper .offcanvas-header .btn-close { background-color: var(--text-white); }

#offcanvasHelper .offcanvas,
#offcanvasHelper .offcanvas-xxl,
#offcanvasHelper .offcanvas-xl,
#offcanvasHelper .offcanvas-lg,
#offcanvasHelper .offcanvas-md,
#offcanvasHelper .offcanvas-sm {
	--bs-offcanvas-width: 880px;
}

#offcanvasHelper .offcanvas-header h3 { color: var(--text-white); }

#offcanvasHelper .offcanvas-body {
	font-size: 17px;
	padding: 22px;
	text-align: justify;
}

#offcanvasHelper .offcanvas-body>p>span {
	color: var(--orange-fng);
	font-weight: 600;
}

#offcanvasHelper .table thead tr th:last-child,
#offcanvasHelper .table tbody tr td:first-child,
#offcanvasHelper .table tbody tr td:last-child {
	text-align: left !important;
}

#offcanvasHelper .table tbody tr td:first-child {
	font-weight: 600;
}

#offcanvasHelper .table tbody tr td {
	font-size: 15px;
	text-wrap: auto;
}

#offcanvasHelper .offcanvas-body .tOverflow {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 28px;
}

#offcanvasHelper .offcanvas-body h3,
#offcanvasHelper .offcanvas-body h2 {
	font-size: 20px;
	color: var(--orange-fng) !important;
	text-align: center;
	font-weight: 600;
	margin: 2em 0 1em 0;
}

#offcanvasHelper .offcanvas-body li {
	font-size: 17px;
	color: var(--bs-offcanvas-color);
	margin: 8px 10px;
	line-height: 1.8;
	text-align: justify;
}

#offcanvasHelper .offcanvas-body small {
	padding-top: 18px;
	font-style: italic;
}

/* ============================ TAMAÑOS DE FUENTES ============================= */
.font-size-10 { font-size: 10px !important; }
.font-size-11 { font-size: 11px !important; }
.font-size-12 { font-size: 12px !important; }
.font-size-13 { font-size: 13px !important; }
.font-size-14 { font-size: 14px !important; }
.font-size-15 { font-size: 15px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-17 { font-size: 17px !important; }
.font-size-18 { font-size: 18px !important; }
.font-size-19 { font-size: 19px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-21 { font-size: 21px !important; }
.font-size-22 { font-size: 22px !important; }
.font-size-23 { font-size: 23px !important; }
.font-size-24 { font-size: 24px !important; }
.font-size-25 { font-size: 25px !important; }
.font-size-26 { font-size: 26px !important; }
.font-size-27 { font-size: 27px !important; }
.font-size-28 { font-size: 28px !important; }

/* ============================ TABLAS ============================= */

.dt-buttons { display: flex; }
.dt-search { display: none; }

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 1em 0em;
}

.bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-top: 0.5em;
	flex-direction: column;
}

@media (min-width: 576px) {
	.bottom { flex-direction: row; }
	.dt-search { display: flex; }
}

div.dt-container .dt-search input {
	border: 1px solid #dcdbdb;
	border-radius: 14px;
}

[data-theme-version="dark"] div.dt-container .dt-search input {
	border: 1px solid #34343a;
}

div.dt-buttons>.dt-button,
div.dt-buttons>div.dt-button-split .dt-button {
	margin: 0;
	border: 0.1em solid rgb(255 255 255);
	border-radius: 5px;
	font-size: 1em;
	color: #f5390b;
	background: #dcdcdc;
}

[data-theme-version="dark"] div.dt-buttons>.dt-button,
[data-theme-version="dark"] div.dt-buttons>div.dt-button-split .dt-button {
	border: 0.1em solid rgb(23 23 30);
	background: #212130;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
	color: rgb(245 57 11) !important;
}

div.dt-buttons>.dt-button:hover:not(.disabled),
div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled) {
	border: 0;
	background: #c5c4c4;
}

[data-theme-version="dark"] div.dt-buttons>.dt-button:hover:not(.disabled),
[data-theme-version="dark"] div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled) {
	border: 1px solid #f5390b;
	background: #212130;
}


div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
	color: white !important;
	border: 0;
	background: #f5390b;
	border-radius: 0.5rem;
}

div.dt-container .dt-paging .dt-paging-button {
	color: #f5390b !important;
	border: 0;
	background: #feebe6;
	border-radius:0.5rem;
	font-weight: 600;
}

div.dt-container .dt-paging .dt-paging-button:hover {
	color: white !important;
	border: 0;
	background: #f5390b;
	border-radius: 0.5rem;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	content: "+";
	background-color: #dc4f2c;
	border: 1px solid transparent
}


table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
	border: 5px solid transparent;
	content: "-";
}

/* ============================ MODAL FILE ============================= */

#modalFile.modal .modal-dialog .modal-content {
	padding: 16px;
	border-radius: 10px;
	background-color: #fbfbfb;
}

#modalFile.modal .modal-header {
	padding: 0px;
}

#modalFile.modal .modal-dialog .modal-content .modal-header {
	border-bottom-width: 0px;
	padding-bottom: 10px;
}

#modalFile.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

#modalFile.modal .modal-body img,
#modalFile.modal .modal-body canvas,
#modalFile.modal .modal-body iframe,
#modalFile.modal .modal-body embed {
	width: 100%;
	border: 0;
	border-radius: 5px;
}

#modalFile.modal .modal-body iframe,
#modalFile.modal .modal-body embed {
	height: 80vh;
	border-radius: 5px;
}

#modalFile.modal .modal-body .barPDF {
	margin-top: 10px;
}

#modalFile.modal button.btn-primary {
	background-color: var(--blue-fng);
	border: 1px solid var(--blue-fng);
}

#modalFile.modal button.btn-default {
	border: 1px solid #c4c5c6;
}