#modal-solicitud-pqs{
	max-width: 1200px;
}

#modalAyuda div.note-editable{
	min-height: 200px;
	letter-spacing: 1px;
	color: #000;
}
#modalAyuda div.note-editor.note-frame.panel.panel-default{
	border: 2px solid #2e1a46;
	background-color: #f6f6f6;
}
#modalAyuda div.panel-heading.note-toolbar{
	background-color: #4e3c64;
	padding-bottom: 5px;
}

div.styledInputFile{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

div.styledInputFile input[type="file"]{
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

div.styledInputFile div label{
	margin-left: 10px;
}
div.styledInputFile div{
	width:100%;
}
div.styledInputFile p:hover{
	background: linear-gradient(40deg,#68c7bb40,#7949b321);
}
div.styledInputFile p{
	transition: all .3s ease;
	color: #979797;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #3f2262;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0px 15px 15px 10px;
	user-select: none;
	padding: 5px 10px;
	font-size: 12px;
}

div.styledInputFile i{
	padding: 15px;
	background: linear-gradient(40deg,#68c7bb,#7949b3);
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	margin-right: 5px;
	transition: all .3s ease;
	cursor: pointer;
}

div.styledInputFile i:hover{
	font-size: 20px;
}

div.styledInputFile a::before{
	content: ".";
	position: absolute;
	padding: 15px;
	background: #0000004f;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 5px;
	cursor: pointer;
	transition: all .8s;
	width: 42px;
	color: transparent;
	opacity:0;
}
div.styledInputFile a:hover::before {
	opacity: 1;
	transition: 0.3s
}
div.styledInputFile a:active::before {
	background: #0000000a;
}

 .modal-content{
	background-color: transparent !important;
	border: unset !important;
}

.modal-header h5{
	color: #fff !important;
}
.modal-header {
	background: linear-gradient(12deg, #2e1a46 55%, #a2ddd7);
	border-top-left-radius: 12px !important;
	border-top-right-radius: 50px !important;
	padding:20px 30px !important;
	align-items: center !important;
	border-bottom: 1.5px solid #2e1a46 !important;
	margin: 0 !important;
}
.modal-header span.SpanFormaPrueba,.modal-header span.SpanFormaPrueba1,
.modal-header span#SpanFormaPrueba,.modal-header span#SpanFormaPrueba1,
.modal-header span.fondo-morado-titulo-modal,.modal-header span.fondo-verde-titulo-modal{
	display: none !important;
}

.modal-header button.close span, .modal-header button.cerrar-modal span{
	text-shadow: none;
	cursor: pointer;
}

.modal-header button.close:hover,.modal-header button.cerrar-modal:hover{
	background: #2e1a46 !important;
	color: #fff !important;
	border-color:#fff !important;
}
.modal-header button.close,.modal-header button.cerrar-modal{
	color:#2e1a46;
	opacity: 1 !important;
	outline: unset !important;
	transition: .5s ease all !important;
	border-radius:50% !important;
	margin:0 !important;
	padding: 0 5px !important;
	border: 1px solid #2e1a46 !important;
	margin-left: 50px !important;
	background-color: #fff !important;
	cursor: pointer !important;
}

.modal-body{
	margin:0 !important;
	overflow-y: auto;max-height: 70vh;
	background-color: #fff;
	padding: 25px !important;
	border-left: 1px solid #35254e;
	border-right: 1px solid #36264f;
}
		


.modal-footer{
	border: 1px solid #36264f !important;
	background-color: #fff;
	margin-top: 0 !important;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 50px;
} 


.modal-body::-webkit-scrollbar {
	width: 10px;
}

.modal-body::-webkit-scrollbar-track {
	border-radius: 20px;
	background-color: #ebebeb;
}

.modal-body::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #cbe3e0;
}

.modal-body::-webkit-scrollbar-track-piece {
	background-color: #ffffff80;
	border-radius: 20px;
}

ul li:hover {
	background: #e6f0f2;
}


/* ESTILOS SELECT MULTIPLES */
div.choices{
	line-height: .5 !important;
}

.choices__list{
	background-color: #fff  !important;
}
.choices__inner{
	border: 1.5px solid #2E1A46 !important;
	transition: .5s all ease;
	min-height: 33px !important;
	padding:0 !important;
	vertical-align: middle !important;
}

.choices__item--disabled{
	background: #aaa !important;
	 color: #111;
}
.choices__item{
	line-height: 1 !important;
	padding: 5px 10px !important;
}
/*
	.is-active{
	background-color: #fff !important;
	color:#2E1A46 !important;
}
*/
.is-highlighted{
	transition: .3s all ease;
	background-color: #2e1a46 !important;
	color:#fff !important;
	
}
.choices__list--multiple .choices__item{
	background-color: #2E1A46 !important;
	color:#98E7D9 !important;
	border-color:#98E7D9 !important;
	font-size: 10px !important;
	margin: 3px !important;
}
.choices__button{
	color:#2E1A46 !important;

}
.choices__input{
	padding: 5px !important;
	transition: .5s all ease !important;
	min-width: 10%;
	margin: 0 !important;
}
.choices__input:focus{
	background-color: #eee !important;
	border: unset !important;
}
/* FIN ESTILOS SELECCION MULTIPLE */

div.noResults b{
	font-size: 20px;
	color:#000;
	margin-top:10px;
}
div.noResults{
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

i.multi-color{
	margin: 15px 0;
	background: -webkit-linear-gradient(45deg, #98E7D9,#2e1a46);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px;
}

/* #region ESTILOS CHECKBOX */
.styledCheck label {
	display: block;
	width: 45px;
	height: 25px;
	cursor: pointer;
	position: relative;
}

.styledCheck label input[type="checkbox"] {
	display: none;
}

.styledCheck label input[type="checkbox"]:checked+.toggler-slider {
	background-color: #361f52;
}

.styledCheck label .toggler-slider {
	background-color: #ddd;
	position: absolute;
	border-radius: 100px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.styledCheck label .toggler-knob {
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}


.styledCheck label {
	width: 54px;
	height: 30px;
}

.styledCheck label input[type="checkbox"]:disabled+.toggler-slider .toggler-knob:before{
	background-color: #2e1a46 !important;
	height: 4px;
	top: 13px;
	left: 14.5px;
	border-radius: 2px;
}
.styledCheck label input[type="checkbox"]:checked+.toggler-slider .toggler-knob:before {
	left: -100%;
}

.styledCheck label input[type="checkbox"]:checked+.toggler-slider .toggler-knob:after {
	right: 3px;
}

.styledCheck label .toggler-knob {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.styledCheck label .toggler-knob:before {
	content: '';
	position: absolute;
	width: calc(30px - 6px);
	height: calc(30px - 6px);
	border-radius: 50%;
	left: 3px;
	top: 3px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 75%;
	font-weight: 500;
}

.styledCheck label .toggler-knob:after {
	content: '';
	position: absolute;
	width: calc(30px - 6px);
	height: calc(30px - 6px);
	border-radius: 50%;
	right: -100%;
	top: 3px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 75%;
	font-weight: 500;
} 
.styledCheck{
	flex-direction:column;
	margin: unset !important;
	width: 24%;
}
.styledCheck span{
	color: #000;
	font-weight: bold;
	margin-bottom: .5em;
}
/* #endregion */
.styleCard {
	box-shadow: -12px 10px 6px -4px #c4c4d0;
	border-radius: 16px;
	padding: 2%;
	border: solid #423d3d14;
}

input, select, span.select2-selection.select2-selection--single {
	border-radius: 6px 20px 6px 20px !important;
}

span.select2-selection.select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px);
}

span.select2-selection__rendered {
	padding-top: 3px;
}

input.select2-search__field {
	padding-left: 10px !important;
}

span.select2-container--open .select2-dropdown--below {
	border-top: 1px solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 5px;
	right: 2px;
	width: 20px;
}
.estiloIframe {
	margin-top: 2%;
	margin-bottom: 2%;
}
.nav-tabs .nav-link{

}

.report-container{
	height: 90vh !important;
}