body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

.footer {
	margin: 0;
	font-size: 16px;
	background-color: #7F0045;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 70px;
}

.main-container {
	margin-top: 15px;
	min-height: calc(100vh - 163px);
}

.divcolor {
	background-color: #A62451 !important;
	color: #fff;
}

.form-espacio {
	margin-bottom: 0rem;
}

.background {
	background-image: url("../img/Isotipo.jpg");
	background-repeat: repeat;
	background-size: 200px;
	z-index: -1;
}

.btn-big {
	height: 130%;
}

.btn,
.btn-primary {
	background-color: #9F0056 !important;
	border-color: #9F0056 !important;
	border-radius: 0 !important;
	color: white;
}

.btn-searchPoliza {
	color: white !important;
	border-color: #F37032 !important;
	background-color: #F37032 !important;
	border-radius: 20px !important;
}

.btn-searchPoliza:hover {
	color: white !important;
	border-color: #F37032 !important;
	background-color: #F37032 !important;
	border-radius: 20px !important;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #8F004D !important;
}

.btn-cancelar {
	background-color: #F2F2F2 !important;
	border-color: #CDCDCD !important;
	border-radius: 0 !important;
	color: #9F0056 !important;
}

.btn-cancelar:hover,
.btn-cancelar:active {
	background-color: #E6E6E6 !important;
}

.btn-primary:focus,
.btn-cancelar:focus {
	box-shadow: none !important;
	border: 3px solid #6F003C !important;
}

.btn-primary:disabled,
.btn-cancelar:disabled {
	background-color: #E6E6E6 !important;
	border-color: #CDCDCD !important;
	color: #686868 !important;
}

.btn-footer {
	background-color: #A62451 !important;
	border-color: #A62451 !important;
	color: #ffff !important;
	font-size: 1rem !important;
}

input,
textarea {
	background-color: #FFFFFF !important;
	color: black !important;
}

input:hover,
textarea:hover {
	box-shadow: none !important;
}

input:focus:not(.inputLada),
textarea:focus {
	box-shadow: none !important;
	border: 2px solid #6F003C !important;
}

input:disabled,
textarea:disabled {
	background-color: #E6E6E6 !important;
	border-color: #CDCDCD !important;
	color: #686868 !important;
}

.input-invalid {
	box-shadow: none !important;
	border: 2px solid #E61E2B !important;
	background-color: #F5A5AA !important;
}

.text-primary {
	color: #9F0056 !important;
}

.text-important {
	color: #9F0056 !important;
	font-weight: bold !important;
}

.navbar {
	background-color: #ffff;
}

.nav-link {
	color: #9F0056 !important;
}

.nav-link:hover {
	background-color: #ffffff !important;
}

.dropdown-item {
	background-color: #ffffff !important;
	color: #9F0056 !important;
	border-bottom: 1px solid #8F004D;
	font-size: 12px;
}

.dropdown-item:hover {
	background-color: #9F0056 !important;
	color: #ffffff !important;
}

.btn-danger {
	background-color: #dc3545 !important;
}

.btn-warning {
	background-color: #fff3cd !important;
}

.btn-success {
	background-color: #d4edda !important;
	color: #155724 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}

.btco-menu li>a {
	padding: 10px 15px;
	color: #000;

}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar>.show>a:focus {
	background: transparent;
	outline: 0;
}

.modal-bigger {
	max-width: 1024px;
}

.fullwidth {
	width: 100% !important;
}


.dropdown-menu .show>.dropdown-toggle::after {
	transform: rotate(-90deg);
}

.dropdown-menu-logout {
	margin-left: auto;
	left: 0;
	right: 0;
}

.navbar-brand {
	width: 5% !important;
}

.logo-brand {
	width: 100% !important;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #9F0056;
	border-color: #9F0056;
}

.modal-header {
	background-color: #A62451 !important;
	color: #ffff;
}

.card-header {
	background-color: #ffff !important;
	font-family: 'Lato', sans-serif !important;
	color: #F37032 !important;
	font-size: 35px !important;
	font-weight: bold !important;
	border-bottom: 0px !important;
	text-align: left;
	padding-left: 10px;
}

.logout {
	color: #ffffff !important;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/*
.loader,
.loader:before,
.loader:after {
	background: #7F0045;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader {
	color: #7F0045;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
*/
hr.solid {
	border-top: 3px solid #bbb;
}

/* table.cuestionario th.center {
	text-align: center;
	vertical-align: middle;
}

table.cuestionario td.center {
	text-align: center;
	vertical-align: middle;
} */

table.cuestionario {
	font-size: 14px;
}

/* table.cuestionario td:first-child {
	position: sticky;
	left: 0px;
	background-color: #262d6b;
	color: white;
} */

table#cuestionarioUpdate {
	font-size: 14px;
}

/* table#cuestionarioUpdate th.center {
	text-align: center;
	vertical-align: middle;
	color: white;
}

table#cuestionarioUpdate td.center {
	text-align: center;
	vertical-align: middle;
	color: white;
} */

div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
}

table.table-bordered.dataTable tbody td {
	vertical-align: middle;
}

.card-header-detalles {
	background-color: #583A83 !important;
}

.btn-link {
	color: #FFFFFF !important;
}

.dropdown-toggle::after {
	content: none !important;
}

.nav-item {
	margin-right: 0px !important;
	font-size: 14px;
	font-weight: normal;
}

.navbar-expand-lg {
	border-bottom: 2px solid #dbdfe2
}

.imagenPrincipal {
	width: 350px;
	margin-top: 20px
}

.divTiulo {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #F37032;
	font-size: 30px;
	font-weight: bold;
}

.divsubtitulo {
	color: #9F0056 !important;
	text-decoration: underline;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

.divsubtituloEmision {
	color: #F37032 !important;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

.divsubtituloEmisionSub {
	color: #9F0056 !important;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

footer.plenit-footer {
	background-color: #400022 !important;
	color: #ffffff;
	padding: 2rem 0;
	flex-shrink: 0;
}

footer.plenit-footer .copyright {
	line-height: 1;
	font-size: 0.8rem;
}

body.sidebar-toggled footer.plenit-footer {
	width: 100%;
}

#content-plenit {
	margin-bottom: 25px;
}

.card-general {
	border: 0px !important;
}

.dataTables_length {
	padding-left: 0px;
	text-align: left;
}

.tituloCotizador {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #F37032;
	font-size: 40px;
	font-weight: bold;
}

h3 {
	color: black !important;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	background-color: transparent !important;
}


.subtituloCotizador {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #F37032;
	font-size: 30px;
}

.preguntas {
	border-top: 0px solid #dee2e6 !important;
}

.subtituloEmision {
	margin-top: 35px;
	margin-bottom: 50px;
	font-family: 'Lato', sans-serif;
	color: #F37032;
	font-size: 31px;
	font-weight: bold;
}

.form-antiguedad {
	margin-top: 1.2rem !important;
}

.breadcrumb {
	background: #FFFFFF;
	font-size: 14px;
}

/*
	Switch dark/light mode
*/
.switch {
	left: 35px;
	position: relative;
	width: 90px;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; */
}

.switch-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.switch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
}

.switch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.switch-inner:before,
.switch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.switch-inner:before {
	font-family: "Font Awesome 5 Free";
	content: "\f185";
	padding-left: 10px;
	background-color: orange;
	color: white;
	text-align: left;
}

.switch-inner:after {
	font-family: "Font Awesome 5 Free";
	content: "\f186";
	padding-right: 10px;
	background-color: #343D58;
	color: #FFFFFF;
	text-align: right;
}

.switch-switch {
	display: block;
	width: 34px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid gray;
	border-radius: 30px;
	transition: all 0.3s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .switch-inner {
	margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-switch {
	right: 0px;
}

/*
	Clases para Dark mode
*/

html.dark-mode body {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode label {
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode #textDownloadStatus {
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .custom-file label {
	color: #3A3B3C !important;
	transition: all 0.5s;
}

html.dark-mode .custom-file-label {
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .custom-file-input {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	border: 3px solid #909090 !important;
	transition: all 0.5s;
}

html.dark-mode input {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode textarea {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode [type="radio"]:checked,
html.dark-mode [type="radio"]:not(:checked) {
	position: absolute;
	appearance: none;
}

html.dark-mode [type="radio"]:checked,
html.dark-mode [type="radio"]:not(:checked) {
	position: relative;
	padding-top: 16px;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: white !important;
	background: transparent !important;
	border: none !important;
}

html.dark-mode [type="radio"]:checked:before,
html.dark-mode [type="radio"]:not(:checked):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 100%;
}

html.dark-mode [type="radio"]:checked:after,
html.dark-mode [type="radio"]:not(:checked):after {
	content: '';
	width: 12px;
	height: 12px;
	background: white;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

html.dark-mode [type="radio"]:not(:checked):after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

html.dark-mode [type="radio"]:checked:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

html.dark-mode select {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode table {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode table thead {
	background-color: #3A3B3C !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode table tbody tr:nth-child(odd) {
	background-color: #202020 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .cuestionario #preguntas {
	background-color: #343639 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .cuestionario #filas {
	background-color: #202020 !important;
	color: #909090 !important;
	transition: all 0.5s;
}

html.dark-mode .navbar {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .nav-link {
	color: #FFFFFF !important;
}

html.dark-mode .nav-link:hover {
	background-color: #FFFFFF !important;
	color: black !important;
}

html.dark-mode .dropdown-item {
	background-color: #202020 !important;
	color: #FFFFFF !important;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}

html.dark-mode .dropdown-item:hover {
	background-color: #FFFFFF !important;
	color: #181919 !important;
	transition: all 0.3s;
}

html.dark-mode .footer {
	color: #FFFFFF !important;
	background-color: #181919 !important;
	transition: all 0.5s;
}

html.dark-mode .divsubtitulo {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-size: 20px;
}

html.dark-mode .divsubtituloEmisionSub {
	color: #FFFFFF !important;
	font-size: 16px;
	text-decoration: underline;
}

html.dark-mode .card {
	color: #909090 !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .card-header {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .tituloCotizador,
h3 {
	color: #FFFFFF;
	background-color: #202020;
	transition: all 0.5s;
}

html.dark-mode h3 {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .page-content {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .wizard-form {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .file-caption {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .page-item.active .page-link {
	background-color: #9F0056 !important;
	border: 3px solid #9F0056 !important;
	color: #FFFFFF !important;
	box-shadow: none !important;
	transition: all 0.5s;
}

html.dark-mode .page-link {
	background-color: #202020 !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	box-shadow: none !important;
	transition: all 0.5s;
}

html.dark-mode .tablist-border {
	color: #909090 !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .form-register .steps li a .title .step-icon .fa-stack-1x,
.fa-stack-2x {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
	border-radius: 25px;
}

html.dark-mode .form-register .steps li.current a:active .step-icon {
	border: #909090;
	background-color: #FFFFFF;
	color: #202020;
	transition: all 0.5s;
}

html.dark-mode .form-register .steps li.current a:active .step-icon {
	border: #909090;
	background-color: #FFFFFF;
	color: #202020;
	transition: all 0.5s;
}

html.dark-mode .fa-stack-1x:active .fa-stack-2x:active {
	color: #FFFFFF !important;
	border: 3px solid #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .text-primary {
	color: #FFFFFF !important;
	transition: all 0.5s;
}

html.dark-mode .text-important {
	color: #FFFFFF !important;
	font-weight: bold !important;
	transition: all 0.5s;
}

html.dark-mode .subtituloCotizador {
	color: #FFFFFF !important;
	font-weight: bold !important;
	transition: all 0.5s;
}

.subtituloEmision {
	color: #FFFFFF !important;
	font-weight: bold !important;
	transition: all 0.5s;
}

html.dark-mode .modal-header {
	color: #FFFFFF !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

html.dark-mode .modal-body {
	background-color: #3A3B3C;
	color: #909090;
	transition: all 0.5s;
}

html.dark-mode .modal-footer {
	background-color: #3A3B3C;
	color: #909090;
	transition: all 0.5s;
}

html.dark-mode .breadcrumb {
	background: #202020;
	transition: all 0.5s;
	font-size: 14px;
}

html.dark-mode .select2-container--default .select2-selection--single {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	padding: 0.375rem 0.375rem !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	height: 42px !important;
}

html.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #FFFFFF !important;
}

html.dark-mode .select2-dropdown {
	background-color: #202020 !important;
	border-width: 0 1px 1px 1px;
}

html.dark-mode .select2-results__option {
	background-color: #202020 !important;
	color: #FFFFFF !important;
	border: solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	font-size: 13px !important;
	padding: 0.25rem 0.3rem !important;
}

html.dark-mode .select2-results__option:hover {
	background-color: #FFFFFF !important;
	color: #181919 !important;
	transition: all 0.3s;
}

html.dark-mode .verDocumento[data_disable="true"] {
	background-color: #E9ECEF !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
}

html.dark-mode .deleteDocumento[data_disable="true"],
html.dark-mode .validacionPersona[data_disable="true"] {
	background-color: #E9ECEF !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
}

html.dark-mode .seccionComment {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	/* border: 3px solid #909090 !important; */
	color: #FFFFFF !important;
	/* transition: all 0.5s; */
	/* border-radius: 5px !important; */
}

html.dark-mode .backgroundGeneral {
	background-color: #3A3B3C !important;
	color: #FFFFFF !important;
}

html.dark-mode .verDocumentoOb[data_disable="true"] {
	background-color: #A1A1A1 !important;
	color: #505050 !important;
	border: 1px solid #A1A1A1 !important;
	cursor: default;
}

/*
	Light mode
*/

html.light-mode body {
	background-color: #FFFFFF !important;
	transition: all 0.5s;
}

html.light-mode textarea {
	color: black !important;
	background-color: #FFFFFF !important;
	transition: all 0.5s;
}

html.light-mode [type="radio"]:checked,
html.light-mode [type="radio"]:not(:checked) {
	position: absolute;
	appearance: none;
}

html.light-mode [type="radio"]:checked,
html.light-mode [type="radio"]:not(:checked) {
	position: relative;
	padding-top: 16px;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: black !important;
	background: transparent !important;
	border: none !important;
}

html.light-mode [type="radio"]:checked:before,
html.light-mode [type="radio"]:not(:checked):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid black;
	border-radius: 100%;
}

html.light-mode [type="radio"]:checked:after,
html.light-mode [type="radio"]:not(:checked):after {
	content: '';
	width: 12px;
	height: 12px;
	background: black;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

html.light-mode [type="radio"]:not(:checked):after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

html.light-mode [type="radio"]:checked:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

html.light-mode .navbar {
	color: #9F0056 !important;
	background-color: #FFFFFF !important;
	transition: all 0.5s;
}

html.light-mode .nav-link {
	color: #9F0056 !important;
}

html.light-mode .nav-link:hover {
	background-color: #FFFFFF !important;
	color: #9F0056 !important;
}

html.light-mode .dropdown-item {
	color: #9F0056 !important;
	background-color: #FFFFFF !important;
	border-bottom: 1px solid #8F004D;
	font-size: 12px;
}

html.light-mode .dropdown-item:hover {
	background-color: #9F0056 !important;
	color: #FFFFFF !important;
	transition: all 0.3s;
}

html.light-mode .footer {
	color: #FFFFFF !important;
	background-color: #7F0045 !important;
	transition: all 0.5s;
}

html.light-mode .divsubtitulo {
	color: #9F0056 !important;
	text-decoration: underline;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

html.light-mode .divsubtituloEmisionSub {
	color: #9F0056 !important;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

html.light-mode .card-header {
	color: #F37032 !important;
	background-color: #FFFFFF !important;
	transition: all 0.5s;
	color: #004c97;
}

html.light-mode .tituloCotizador {
	color: #F37032 !important;
	background-color: #FFFFFF !important;
	transition: all 0.5s;
}

html.light-mode .tablist-border {
	color: black !important;
	background-color: #FFFFFF !important;
	transition: all 0.5s;
}

html.light-mode .subtituloCotizador {
	color: #F37032 !important;
	font-weight: normal !important;
	transition: all 0.5s;
}

html.light-mode .subtituloEmision {
	color: black !important;
	font-weight: normal !important;
	transition: all 0.5s;
}

html.light-mode .modal-body {
	background-color: #FFFFFF;
	color: black;
	transition: all 0.5s;
}

html.light-mode .modal-footer {
	background-color: #FFFFFF;
	color: black;
	transition: all 0.5s;
}

html.light-mode .breadcrumb {
	background-color: #FFFFFF;
	transition: all 0.5s;
}

html.light-mode .select2-container--default .select2-selection--single {
	width: 100% !important;
	padding: 0.375rem 0.375rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0rem !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: 0rem !important;
}

html.light-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-right: 10px !important;
	margin-left: 0 !important;
}

html.light-mode .select2-results__option {
	background-color: #ffffff !important;
	color: #9F0056 !important;
	border-bottom: 1px solid #8F004D;
	padding: 0.25rem 0.3rem !important;
	font-size: 13px !important;
}

html.light-mode .select2-results__option:hover {
	background-color: #9F0056 !important;
	color: #FFFFFF !important;
	transition: all 0.3s;
}

html.light-mode .verDocumento[data_disable="true"] {
	background-color: #EFEFEF !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
}

html.light-mode .deleteDocumento[data_disable="true"],
html.light-mode .validacionPersona[data_disable="true"] {
	background-color: #EFEFEF !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
}

html.light-mode .verDocumentoOb[data_disable="true"] {
	background-color: #E9ECEF !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
}

.red-tooltip+.tooltip>.tooltip-inner {
	background-color: #f00;
}

#showTableCotizacionesGmmIndividual_filter .form-control {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzY4Njg2ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNSwyM2M0LjQsMCw4LTMuNiw4LThzLTMuNi04LTgtOHMtOCwzLjYtOCw4UzEwLjYsMjMsMTUsMjN6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUsMjVsLTQuNC00LjQiLz4NCjwvc3ZnPg0K);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 140px 1px !important;
	font-size: 14px;
}

/*Tooltip*/
.tippy-box[data-theme~='plenit'] {
	background-color: #9F0056;
	color: #FFFFFF;
	border-radius: 25px;
}

.tippy-box[data-theme~='plenit'][data-placement^='top']>.tippy-arrow::before {
	border-top-color: #9F0056;
}

.verde {
	width: 50px;
	height: 50px;
	border: 1px solid black;
	margin: 1em;
	border-radius: 50%;
}

.rojo {
	width: 50px;
	height: 50px;
	border: 1px solid black;
	margin: 1em;
	border-radius: 50%;
}

.tablaMovimientos {
	width: 30em;
	overflow-x: auto;
	white-space: nowrap;
}

/* table, th, td { */
/* 	border: 1px solid black; */
/* } */

th,
td {
	padding: .5em .5em;
}

.tablaMovimientosAuto {
	width: auto !important;
}

/* select2 */
.select2-container--default .select2-results>.select2-results__options {
	max-width: 100% !important;
	overflow-x: hidden !important;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.number_spin::-webkit-inner-spin-button,
.number_spin::-webkit-outer-spin-button,
.number_spin:hover::-webkit-inner-spin-button,
.number_spin:hover::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.codigoPostal::-webkit-inner-spin-button,
.codigoPostal::-webkit-outer-spin-button,
.codigoPostal:hover::-webkit-inner-spin-button,
.codigoPostal:hover::-webkit-outer-spin-button,
#codigoPostal::-webkit-inner-spin-button,
#codigoPostal::-webkit-outer-spin-button,
#codigoPostal:hover::-webkit-inner-spin-button,
#codigoPostal:hover::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* .codigoPostal,
#codigoPostal {
	-moz-appearance: textfield;
}

.number_spin {
	-moz-appearance: textfield;
} */


.title_acordion {
	font-size: 20px !important;
}

.hiddenRow {
	padding: 0 !important;
}

.cuestionario .siLabel,
.cuestionario .noLabel {
	margin: 5px;
	margin-top: 5px;
	vertical-align: middle;
}

/*inicio radio input cuestionarios  custom attr*/

[radioCuestionario="true"]:checked:after,
[radioCuestionario="true"]:not(:checked):after {
	content: '';
	width: 12px;
	height: 12px;
	background: #66cc99 !important;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


[radioCuestionario="true"]:checked:before,
[radioCuestionario="true"]:not(:checked):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #66cc99 !important;
	border-radius: 100%;
}

[radioCuestionario="true"]:not(:checked):after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[radioCuestionario="true"]:checked:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

[radioCuestionario="true"]:checked,
[radioCuestionario="true"]:not(:checked) {
	position: absolute;
	appearance: none;
}

[radioCuestionario="true"]:checked,
[radioCuestionario="true"]:not(:checked) {
	position: relative;
	padding-top: 16px;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: black !important;
	background: transparent !important;
	border: none !important;
}

/* no select */
[radioCuestionario="false"]:checked,
[radioCuestionario="false"]:not(:checked) {
	position: absolute;
	appearance: none;
}

[radioCuestionario="false"]:checked,
[radioCuestionario="false"]:not(:checked) {
	position: relative;
	padding-top: 16px;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: black !important;
	background: transparent !important;
	border: none !important;
}

[radioCuestionario="false"]:checked:before,
[radioCuestionario="false"]:not(:checked):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ff4d4d !important;
	border-radius: 100%;
}

[radioCuestionario="false"]:checked:after,
[radioCuestionario="false"]:not(:checked):after {
	content: '';
	width: 12px;
	height: 12px;
	background: #ff4d4d !important;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[radioCuestionario="false"]:checked:after,
[radioCuestionario="true"]:not(:checked):after {
	content: '';
	width: 12px;
	height: 12px;
	background: #ff4d4d !important;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[radioCuestionario="false"]:not(:checked):after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[radioCuestionario="false"]:checked:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*fin radio input cuestionarios */

/* custom div Observacion  */
[contenteditable] {
	outline: 0px solid transparent !important;
}

.seccionUp {
	height: 100px;
	overflow: auto;
	/* border-bottom-width: 0 !important; */
	/* border-top-left-radius: 3px; */
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: none !important;
}


.seccionDown {
	width: 100%;
	border-top: 0;
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

#progressBarCustom,
#progressBarCustom1 {
	opacity: 0;
	width: 100% !important;
	min-width: 50% !important;
}

/* fin custom div Observacion  */
.custom-file-label::after {
	content: "Buscar";
}


html.light-mode .icon-notificacion {
	color: #9F0056 !important;
	border-color: transparent !important;
}

html.dark-mode .icon-notificacion {
	color: #FFFFFF !important;
	border-color: transparent !important;
}


.container-notifcacion {
	display: block;
	position: absolute;
	right: 0;

	top: 100%;
	z-index: 1;
	background-color: black;
	/* padding: 20px; */
	min-height: 400px;
	min-width: 300px;
}

.container-notifcacion::after {
	top: -15px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	right: 6px;
	border: 10px outset transparent;
	border-bottom: 10px solid rgb(49, 41, 41);
}

@media (max-width: 991px) {
	#notificacion {
		display: none;
	}

}

.notificaciones {
	min-width: 330px;
	background-color: #fff;
	min-height: 360px;
	max-height: 360px;
	right: 0;
	left: auto;
}

.switch-custom {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch-custom input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch-custom-disabled{
	opacity: 0.6;
}

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e6e6e6;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #9f0056;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.switch-slider {
	background-color: #e1aec9;
}

input:focus+.switch-slider {
	box-shadow: 0 0 1px #e1aec9;
}

input:checked+.switch-slider::before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* roud */
.switch-round {
	border-radius: 34px;
}

.switch-round:before {
	border-radius: 50%;
}

html.light-mode .icon-link:link,
html.light-mode .icon-link:visited,
html.light-mode .icon-link:active {
	text-decoration: none;
	color: #686868;
}

html.dark-mode .icon-link:link,
html.dark-mode .icon-link:visited,
html.dark-mode .icon-link:active {
	text-decoration: none;
	color: white;
}

.nowrapTd {
	white-space: nowrap;
}

.porcentajesEx {
	width: 55px;
}

.porcentajesEx:after {
	content: '%'
}

/* .porcentajeCheckbox:checked::after  { */
/* 	content : '1' */
/* } */

/* .editableCell {
	contenteditable: true;
} */

.textEditInput,
.textEditInput:focus {
	background-color: transparent;
	outline: 0 !important;
	border-width: 0 0 2px !important;
	border-color: black;
	height: 20px;
	width: 350px;
}

/* daterangepicker  */

html.dark-mode .daterangepicker {
	background-color: #3A3B3C !important;
}

html.dark-mode .daterangepicker .calendar-table {
	background-color: #3A3B3C !important;
}

html.dark-mode .off.disabled {
	background-color: red !important;

}


html.dark-mode .divDate {
	background-color: #3A3B3C !important;
	box-shadow: none !important;
	border: 3px solid #909090 !important;
	color: #FFFFFF !important;
	transition: all 0.5s;
	padding: 0.375rem 0.75rem;
	height: 42px;
	font-size: 1rem;
	border-radius: 0rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html.light-mode .divDate {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0.375rem 0.75rem;
	height: 42px;
	border: 1px solid #ced4da;
	border-radius: 0rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html.light-mode .divDate[data_disabled="true"] {
	background-color: #E6E6E6 !important;
	color: #495057 !important;
	border: 1px solid #ced4da !important;
	cursor: default;
	pointer-events: none;
}

html.dark-mode .divDate[data_disabled="true"] {
	cursor: default;
	pointer-events: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	/* -moz-appearance: textfield; */
}

.range-slider {
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider svg,
.range-slider input[type="range"] {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 3px;
}

.range-slider2 {
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider2 svg,
.range-slider2 input[type="range"] {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 3px;
}

.range-slider3 {
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider3 svg,
.range-slider3 input[type="range"] {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 3px;
}

.range-slider4 {
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider4 svg,
.range-slider4 input[type="range"] {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 3px;
}

input[type="range"] {
	/* -webkit-appearance: none; */
	width: 100%;
}

input[type="range"]:focus {
	outline: none !important;
	border: 0px !important;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #7F0045;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #7F0045;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #7F0045;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	/* animate: 0.2s; */
	background: #7F0045;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type="range"]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #7F0045;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #7F0045;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	/* animate: 0.2s; */
	background: #7F0045;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type="range"]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #7F0045;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #7F0045;
	cursor: pointer;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	/* animate: 0.2s; */
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
	background: #7F0045;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type="range"]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #7F0045;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #7F0045;
	cursor: pointer;
}

.table tr.row_selected td {
	background-color: #BF7FA2 !important;
	color: #000000 !important;
	font-weight: bold;
}

.ui-autocomplete {
	max-height: 200px;
	max-width: inherit !important;
	width: auto !important;
	overflow-y: auto;
	overflow-x: auto;
	padding-right: 20px;
}

/* th, td { */
/* 	white-space: nowrap; */
/* } */

.burbujaLoanding {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #FFFF;
	animation: grow 1s ease-in-out infinite;
}

input.inputNivelRiesgoInicial {
	color: black !important;
	font-weight: 900 !important;

}

@keyframes grow {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Estilos de la barra de desplazamiento */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #f5f5f5;
}

/* Estilos del botón para desplazarse hacia arriba */
::-webkit-scrollbar-button {
	background-color: #f5f5f5;
}

/* Estilos del "rastro" de la barra de desplazamiento */
::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

/* Estilos del "pulgar" de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
	background-color: #dcdcdc;
	border-radius: 8px;
}

/* Estilos del botón para desplazarse hacia arriba cuando se pasa el mouse sobre él */
::-webkit-scrollbar-button:hover {
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #A62451
}

.textUppercase {
	text-transform: uppercase;
}

.efectoIconAgente:hover {
	font-size: x-large;
	/* Aumenta el tamaño del ícono en un 20% */
	transition: font-size 0.1s ease-in-out;
	/* Agrega una transición suave */
}

.inputRange {
	margin-bottom: 5px;
}

input[type=range].inputRange::-webkit-slider-runnable-track {
	width: 300px;
	height: 5px;
	border: none;
	border-radius: 3px;
	background: #d2d2d2;

}

input[type=range].inputRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	/* background: #F37032; */
	border: 1px solid #ddd;
	margin-top: -6px;
}

input[type=range].inputRangePrimary::-webkit-slider-thumb {
	background: #A62451;
}

input[type=range].inputRangeSecondary::-webkit-slider-thumb {
	background: #F37032;
}

/* input[type=range]::-webkit-slider-runnable-track {
    background: #d2d2d2;
} */



input[type=range].inputRange:focus::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	/* background: #F37032; */
	border: 2px solid #ddd;
	margin-top: -8px;
}

input[type=range].inputRangePrimary:focus::-webkit-slider-thumb {
	background: #A62451;
}

input[type=range].inputRangeSecondary:focus::-webkit-slider-thumb {
	background: #F37032;
}

input[type=range].inputRangePrimary:focus::-webkit-slider-runnable-track {
	background: #A62451;
}

input[type=range].inputRangeSecondary:focus::-webkit-slider-runnable-track {
	background: #F37032;
}


.despues30>div,
.antes30>div {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0;
	margin-left: 25px;
}

.iconsMenu {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-left: 0px;
	margin-bottom: 0px;
	/* background: yellow; */
	width: 260px;
	height: 50px;
}

.iconsMenu li {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.iconsMenu li a {
	display: flex;
	width: 100% !important;
	height: 100% !important;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

.iconsMenu li a span {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

.iconsMenu span {
	color: #A62451;
}

span.tituloAccion {
	padding-left: 0px;
	padding-right: 0px;
	display: none;
	text-decoration: none;
}

.iconsMenu li:hover {
	height: 100% !important;
	background: #F37032;
	color: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.iconsMenu li:hover span {
	background: #F37032;
	color: white;

}

.iconsMenu li:hover span.tituloAccion {
	display: block;
	text-decoration: none;
	padding: 0px !important;
}

.icon-button__badge {
	top: 15px;
	right: 30px;
	padding-left: 0px;
	padding-right: 0px;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #F37032;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.dropdownUser {
	padding-left: 0px;
	top: 60px;
	width: 240px;
}

.iconsMenu li:hover ul.dropdownUser {
	display: block;
}

ul.dropdownUser:hover {
	display: block;
}

/*Esta parte es para el loanding */
.loader {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pulsar {
	width: 150px;
	/* ajusta el tamaño según sea necesario */
	animation: pulsar 2s infinite;
	    user-select: none; /* Para navegadores modernos */
    -webkit-user-select: none; /* Para Safari */
    -moz-user-select: none; /* Para Firefox */
    -ms-user-select: none; /* Para Internet Explorer/Edge */
}

@keyframes pulsar {
	0% {
		transform: scale(1);
		/* opacity: 1; */
		filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	}

	50% {
		transform: scale(1.1);
		/* opacity: 0.7; */
		filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
	}

	100% {
		transform: scale(1);
		/* opacity: 1; */
		filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	}
}

/*Estilo para el texto de la version*/
.textShowVersion {
	font-size: small;
	color: #dc3545;
	font-weight: 600;
	padding-right: 1%;
	text-align: end;
}
/*border*/

.border-primary {
	border-color: #9F0056 !important;
}