ul.multiChoice {
	list-style-type: none;
}

.descripcionForm {
	display: block;
	font-size: 1em;
	margin-top: 1.1em;
	margin-left: 0;
	margin-right: 0;
}

.questionForm {
	display: block;
	font-size: 1.1em;
	margin-top: 1.1em;
	margin-bottom: 1.2em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.sectionForm {
	display: block;
	font-size: 1.2em;
	margin-top: 1.1em;
	margin-bottom: 1.2em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.titleForm {
	display: block;
	font-size: 1.2em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.multiline {
	white-space: pre-line
}

.footer {
	background-color: #E0E5E9;
	margin-top: 3%;
}

.divFooter {
	background: none;
	padding: 0;
	display: flex;
	justify-content: center;
	box-shadow: none;
}

.pieFinanciado {
	display: block;
	margin-top: 1.5%;
	width: 15%;
}

.piePRTR {
	display: block;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 10%;
	width: 15%;
}

h1 {
	color: #004d75;
}

.ico-asc-order {
	background: url(../img/ico-ord-asc.svg) 0.1em 0.15em no-repeat;
	height: 1.4em;
	width: 1.3em;
}

.ico-desc-order {
	background: url(../img/ico-ord-desc.svg) 0.1em 0.15em no-repeat;
	height: 1.4em;
	width: 1.3em;
}

.ico-search {
	background: transparent url(../img/ico-buscar.svg) no-repeat scroll;
	padding-left: 2.3em;
}

.ico-activar {
	background: #fff url(../img/ico-desbloq.svg) 0.1em 0.15em no-repeat;
}

.ico-enviar {
	background: #fff url(../img/ico-enviar.png) 0.1em 0.15em no-repeat;
}

.select-height {
	height: 1.9em;
}

.row-padding {
	padding-top: 0.2em;
}

.btn-accion.autoc-clear-button {
	height: 1.8em;
	width: auto;
	background-position: center;
}

span.validate {
	color: red;
	font: 14px sans-serif;
}

.box-center {
	clear: both;
	width: 98%;
	margin: 3em auto 1em auto;
	padding: 0.5em;
}

.notify-toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: aliceblue;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	border-radius: 0.50rem;
}

.notify-body {
	padding: 0.75rem;
	word-wrap: break-word;
}

td#rolUser {
	box-shadow: none;
}

ul.multiChoice label {
	display: inline-block;
	max-width: 90%;
	word-break: break-word;
	white-space: normal;
}

.multiChoice li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }