@charset "utf-8";
/* ==============================================================
##############################################################
##          ESTILOS PARA PRESENTACION DE FORMULARIO			##
##############################################################
============================================================== */
/* Encabezado principal */
.jsonform-wrapper .estilosPresentacion {
	display: block;
	background-color: #F0F0F0;
	border-bottom: 1px solid #999;
	color: #222;
	font: 13px arial,sans-serif;
	line-height: 18px;
	outline: none;
	position: relative;
	font-size: 1.6em;
	font-weight: bold;
	padding: 18px;
	margin: 25px 0;
	line-height: 1;
	clear: both;
}
.jsonform-wrapper .sub { margin: 0 25px; }
.jsonform-wrapper .sub .estilosPresentacion {
	display: block;
	background-color: inherit;
	border-bottom: 1px solid #999;
	color: #222;
	font: 13px arial,sans-serif;
	line-height: 18px;
	outline: none;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	padding: 18px;
	padding-bottom: 3px;
	margin: 25px 0;
	line-height: 1;
	clear: both;
}
.jsonform-wrapper .header {
	background: #f5f5f5;
	padding: 12px 0;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
}
.jsonform-wrapper h1.titleDestacado {
	display:block;
	margin:0 auto;
	padding:0 20px;
	font-family: 'Open Sans', sans-serif;
	color:#666;
	background:transparent;
	font-weight:normal;
	font-size:2.2em;
	letter-spacing:-1px;
}

/* ==============================================================
   FIN DE ESTILOS PARA PRESENTACION DE FORMULARIO                 
   ______________________________________________________________*/

/* Encabezados y textos */
.jsonform-wrapper h1,
.jsonform-wrapper h2,
.jsonform-wrapper h3,
.jsonform-wrapper h4,
.jsonform-wrapper h5,
.jsonform-wrapper h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}
.jsonform-wrapper h1 {
	margin-top: 0;
	margin-bottom: 30px;
}
.jsonform-wrapper h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.jsonform-wrapper h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.jsonform-wrapper h4,
.jsonform-wrapper h5,
.jsonform-wrapper h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.jsonform-wrapper h1 {
	font-size: 2em;
}
.jsonform-wrapper h2 {
	font-size: 1.45em;
}
.jsonform-wrapper h3 {
	font-size: 1.25em;
}
.jsonform-wrapper h4 {
	font-size: 1.15em;;
}
.jsonform-wrapper h5 {
	font-size: 1em;
}
.jsonform-wrapper h6 {
	font-size: 0.9em;
}
.jsonform-wrapper p {
	margin: 0 0 10px;
}
/* Listas */
.jsonform-wrapper ul {
	list-style-type: disc;
}
.jsonform-wrapper ul,
.jsonform-wrapper ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.jsonform-wrapper ul ul,
.jsonform-wrapper ol ul,
.jsonform-wrapper ul ol,
.jsonform-wrapper ol ol {
	margin-bottom: 0;
}
/* Borrar flotación */
.jsonform-wrapper .clear {
	clear: both;
}
/* Ocultar */
.jsonform-wrapper .hide {
	display: none;
}
/* Flotación */
.jsonform-wrapper .float-left {
	float: left!important;
}
.jsonform-wrapper .float-right {
	float: right!important;
}
/* Accesibilidad */
.jsonform-wrapper .hide-text-read-cross {
	display: block;
	float: left;
	text-indent: -9999em;
	color: #000;
	font-size: 2em;
	line-height: 1;
}
.jsonform-wrapper .hide-text-read {
	display: block;
	text-indent: -9999em;
	color: #000;
	font-size: 2em;
	line-height: 1;
}
.jsonform-wrapper .hide-read {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
/* Links */
.jsonform-wrapper a.disabled {
	color: #B7C7E6;
	text-decoration: underline;
	cursor: default;
}
.jsonform-wrapper a.disabled:hover {
	color: #B7C7E6;
	text-decoration: underline;
	cursor: default;
}
.jsonform-wrapper .link-right {
	float: right;
	padding-top: 10px;
	text-decoration: none!important;
}
.jsonform-wrapper .link-right span.icn {
	margin-right: 3px;
}
.jsonform-wrapper .link-right:hover {
	text-decoration: underline!important;
}

/* Textos */
.jsonform-wrapper span.error {
	color: #c12e2a;
}
.jsonform-wrapper span.complementario {
	display: inline-block;
	font-size: 0.95em;
	color: #3D3D3D;
}
.jsonform-wrapper .color-grey {
	color: #6d6e70;
}

/* Botones */
.jsonform-wrapper button {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}
.jsonform-wrapper button .icn {
	vertical-align: middle;
	margin-right: 5px;
}
.jsonform-wrapper .btn-sm, .jsonform-wrapper .btn, .jsonform-wrapper .btn-lg, .jsonform-wrapper .btn-default, .jsonform-wrapper .btn-primario, .jsonform-wrapper .btn-secundario {
	transition: background-color .5s;
	line-height: 1.1;
}
.jsonform-wrapper .btn-center {
	display: block;
	text-align: center;
	margin: auto;
}
.jsonform-wrapper .btn-sm {
	padding: 2px 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
.jsonform-wrapper .btn {
	padding: 4px 15px;
	font-weight: normal;
	margin-bottom: 15px;
}
.jsonform-wrapper .btn-lg {
	padding: 9px 16px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.jsonform-wrapper .btn-default {
	color: #231F20;
	background-color: #e4e4e4;
	border: 1px solid #ccc;
}
.jsonform-wrapper .btn-default:hover {
	background-color: #d7d6d6;
}
.jsonform-wrapper .btn-primario {
	color: #FFF;
	background-color: #337ab7;
	box-shadow: 0 2px 0 #1A2F5A;
}
.jsonform-wrapper .btn-primario:hover {
	background-color: #296192;
}
.jsonform-wrapper .btn-secundario {
	color: #FFF;
	background-color: #607a92;
	box-shadow: 0 2px 0 #384450;
}
.jsonform-wrapper .btn-secundario:hover {
	background-color: #556879;
}
.jsonform-wrapper button:disabled {
	color: #F5F5F5;
	background-color: #C7C7C7;
	box-shadow: 0 2px 0 #ADADAD;
}
.jsonform-wrapper .btn-link {
	font-weight: normal;
	text-decoration: underline;
	color: #003dc6;
}
.jsonform-wrapper .btn-link,
.jsonform-wrapper .btn-link:active,
.jsonform-wrapper .btn-link.active,
.jsonform-wrapper .btn-link[disabled],
.jsonform-wrapper fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.jsonform-wrapper .btn-link,
.jsonform-wrapper .btn-link:hover,
.jsonform-wrapper .btn-link:focus,
.jsonform-wrapper .btn-link:active {
	border-color: transparent;
}
.jsonform-wrapper .btn-link:hover,
.jsonform-wrapper .btn-link:focus {
	color: #003dc6;
	text-decoration: underline;
	background-color: transparent;
}
.jsonform-wrapper .button-no-style {
	background: transparent;
	border: transparent;
	border-radius: 0;
	margin: 0;
}
.jsonform-wrapper .button-no-style:focus {
	box-shadow: none;
}

/* Íconos tamaño normal */
.jsonform-wrapper .icn {
	display: inline-block;
}
/* Flechas triángulos */
.jsonform-wrapper .icn-triangle-left {
	background: url(./imgs/icons/icn-triangle-left.png) no-repeat;
	width: 6px;
	height: 10px;
}
.jsonform-wrapper .icn-triangle-right {
	background: url(./imgs/icons/icn-triangle-right.png) no-repeat;
	width: 6px;
	height: 10px;
}
.jsonform-wrapper .icn-triangle-up {
	background: url(./imgs/icons/icn-triangle-up.png) no-repeat;
	width: 10px;
	height: 6px;
}
.jsonform-wrapper .icn-triangle-down {
	background: url(./imgs/icons/icn-triangle-down.png) no-repeat;
	width: 10px;
	height: 6px;
}

/* Flechas chevrons */
.jsonform-wrapper .icn-chevron-left {
	background: url(./imgs/icons/icn-chevron-left.png) no-repeat;
	width: 16px;
	height: 26px;
}
.jsonform-wrapper .icn-chevron-right {
	background: url(./imgs/icons/icn-chevron-right.png) no-repeat;
	width: 16px;
	height: 26px;
}
.jsonform-wrapper .icn-chevron-up {
	background: url(./imgs/icons/icn-chevron-up.png) no-repeat;
	width: 26px;
	height: 16px;
}
.jsonform-wrapper .icn-chevron-down {
	background: url(./imgs/icons/icn-chevron-down.png) no-repeat;
	width: 26px;
	height: 16px;
}

.jsonform-wrapper .icn-search {
	background: url(./imgs/icons/icn-search.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-reload {
	background: url(./imgs/icons/icn-reload.png) no-repeat;
	width: 18px;
	height: 18px;
}
/* Íconos circulares */
.jsonform-wrapper .icn-circle-success {
	background: url(./imgs/icons/icn-circle-success.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-circle-plus {
	background: url(./imgs/icons/icn-circle-plus.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-circle-minus {
	background: url(./imgs/icons/icn-circle-minus.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-circle-error {
	background: url(./imgs/icons/icn-circle-error.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-circle-help {
	background: url(./imgs/icons/icn-circle-help.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-circle-info {
	background: url(./imgs/icons/icn-circle-info.png) no-repeat;
	width: 18px;
	height: 18px;
}

.jsonform-wrapper .icn-warning {
	background: url(./imgs/icons/icn-warning.png) no-repeat;
	width: 20px;
	height: 18px;
}
.jsonform-wrapper .icn-success {
	background: url(./imgs/icons/icn-success.png) no-repeat;
	width: 18px;
	height: 14px;
}
.jsonform-wrapper .icn-plus {
	background: url(./imgs/icons/icn-plus.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-minus {
	background: url(./imgs/icons/icn-minus.png) no-repeat;
	width: 18px;
	height: 4px;
}
.jsonform-wrapper .icn-error {
	background: url(./imgs/icons/icn-error.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-edit {
	background: url(./imgs/icons/icn-edit.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-home {
	background: url(./imgs/icons/icn-home.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-star {
	background: url(./imgs/icons/icn-star.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-account {
	background: url(./imgs/icons/icn-account.png) no-repeat;
	width: 18px;
	height: 16px;
}
.jsonform-wrapper .icn-key {
	background: url(./imgs/icons/icn-key.png) no-repeat;
	width: 12px;
	height: 18px;
}
.jsonform-wrapper .icn-lock {
	background: url(./imgs/icons/icn-lock.png) no-repeat;
	width: 15px;
	height: 18px;
}
.jsonform-wrapper .icn-email {
	background: url(./imgs/icons/icn-email.png) no-repeat;
	width: 25px;
	height: 18px;
}
.jsonform-wrapper .icn-attach {
	background: url(./imgs/icons/icn-attach.png) no-repeat;
	width: 20px;
	height: 18px;
}
.jsonform-wrapper .icn-link {
	background: url(./imgs/icons/icn-link.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-settings {
	background: url(./imgs/icons/icn-settings.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-download {
	background: url(./imgs/icons/icn-download.png) no-repeat;
	width: 20px;
	height: 18px;
}
.jsonform-wrapper .icn-upload {
	background: url(./imgs/icons/icn-upload.png) no-repeat;
	width: 20px;
	height: 18px;
}
.jsonform-wrapper .icn-folder {
	background: url(./imgs/icons/icn-folder.png) no-repeat;
	width: 22px;
	height: 18px;
}
.jsonform-wrapper .icn-cloud {
	background: url(./imgs/icons/icn-cloud.png) no-repeat;
	width: 27px;
	height: 18px;
}
.jsonform-wrapper .icn-gps {
	background: url(./imgs/icons/icn-gps.png) no-repeat;
	width: 12px;
	height: 18px;
}
.jsonform-wrapper .icn-calendar {
	background: url(./imgs/icons/icn-calendar.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-fullscreen {
	background: url(./imgs/icons/icn-fullscreen.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .jsonform-wrapper .icn-minimize {
	background: url(./imgs/icons/icn-minimize.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-tag {
	background: url(./imgs/icons/icn-tag.png) no-repeat;
	width: 23px;
	height: 18px;
}
.jsonform-wrapper .icn-print {
	background: url(./imgs/icons/icn-print.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-view {
	background: url(./imgs/icons/icn-view.png) no-repeat;
	width: 25px;
	height: 13px;
}
.jsonform-wrapper .icn-format-csv {
	background: url(./imgs/icons/icn-format-csv.png) no-repeat;
	width: 15px;
	height: 18px;
}
.jsonform-wrapper .icn-format-zip {
	background: url(./imgs/icons/icn-format-zip.png) no-repeat;
	width: 15px;
	height: 18px;
}
.jsonform-wrapper .icn-format-xls {
	background: url(./imgs/icons/icn-format-xls.png) no-repeat;
	width: 15px;
	height: 18px;
}
.jsonform-wrapper .icn-format-doc {
	background: url(./imgs/icons/icn-format-doc.png) no-repeat;
	width: 15px;
	height: 18px;
}
.jsonform-wrapper .icn-format-pdf {
	background: url(./imgs/icons/icn-format-pdf.png) no-repeat;
	width: 15px;
	height: 18px;
}

/* Íconos  tamaño chico */
.jsonform-wrapper .icn-search-sm {
	background: url(./imgs/icons/icn-search-sm.png) no-repeat;
	width: 18px;
	height: 18px;
}
.jsonform-wrapper .icn-reload-sm {
	background: url(./imgs/icons/icn-reload-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
/* Íconos circulares */
.jsonform-wrapper .icn-circle-success-sm {
	background: url(./imgs/icons/icn-circle-success-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-circle-plus-sm {
	background: url(./imgs/icons/icn-circle-plus-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-circle-minus-sm {
	background: url(./imgs/icons/icn-circle-minus-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-circle-error-sm {
	background: url(./imgs/icons/icn-circle-error-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-circle-help-sm {
	background: url(./imgs/icons/icn-circle-help-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-circle-info-sm {
	background: url(./imgs/icons/icn-circle-info-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-warning-sm {
	background: url(./imgs/icons/icn-warning-sm.png) no-repeat;
	width: 13px;
	height: 14px;
}
.jsonform-wrapper .icn-success-sm {
	background: url(./imgs/icons/icn-success-sm.png) no-repeat;
	width: 17px;
	height: 13px;
}
.jsonform-wrapper .icn-plus-sm {
	background: url(./imgs/icons/icn-plus-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-minus-sm {
	background: url(./imgs/icons/icn-minus-sm.png) no-repeat;
	width: 13px;
	height: 3px;
}
.jsonform-wrapper .icn-error-sm {
	background: url(./imgs/icons/icn-error-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-edit-sm {
	background: url(./imgs/icons/icn-edit-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-home-sm {
	background: url(./imgs/icons/icn-home-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-star-sm {
	background: url(./imgs/icons/icn-star-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-account-sm {
	background: url(./imgs/icons/icn-account-sm.png) no-repeat;
	width: 14px;
	height: 13px;
}
.jsonform-wrapper .icn-key-sm {
	background: url(./imgs/icons/icn-key-sm.png) no-repeat;
	width: 8px;
	height: 13px;
}
.jsonform-wrapper .icn-lock-sm {
	background: url(./imgs/icons/icn-lock-sm.png) no-repeat;
	width: 13px;
	height: 11px;
}
.jsonform-wrapper .icn-unlock-sm {
	background: url(./imgs/icons/icn-unlock-sm.png) no-repeat;
	width: 13px;
	height: 11px;
}
.jsonform-wrapper .icn-email-sm {
	background: url(./imgs/icons/icn-email-sm.png) no-repeat;
	width: 18px;
	height: 13px;
}
.jsonform-wrapper .icn-attach-sm {
	background: url(./imgs/icons/icn-attach-sm.png) no-repeat;
	width: 14px;
	height: 13px;
}
.jsonform-wrapper .icn-link-sm {
	background: url(./imgs/icons/icn-link-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-settings-sm {
	background: url(./imgs/icons/icn-settings-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-download-sm {
	background: url(./imgs/icons/icn-download-sm.png) no-repeat;
	width: 14px;
	height: 13px;
}
.jsonform-wrapper .icn-upload-sm {
	background: url(./imgs/icons/icn-upload-sm.png) no-repeat;
	width: 14px;
	height: 13px;
}
.jsonform-wrapper .icn-folder-sm {
	background: url(./imgs/icons/icn-folder-sm.png) no-repeat;
	width: 16px;
	height: 13px;
}
.jsonform-wrapper .icn-cloud-sm {
	background: url(./imgs/icons/icn-cloud-sm.png) no-repeat;
	width: 19px;
	height: 13px;
}
.jsonform-wrapper .icn-gps-sm {
	background: url(./imgs/icons/icn-gps-sm.png) no-repeat;
	width: 9px;
	height: 13px;
}
.jsonform-wrapper .icn-calendar-sm {
	background: url(./imgs/icons/icn-calendar-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-fullscreen-sm {
	background: url(./imgs/icons/icn-fullscreen-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-minimize-sm {
	background: url(./imgs/icons/icn-minimize-sm.png) no-repeat;
	width: 13px;
	height: 13px;
}
.jsonform-wrapper .icn-tag-sm {
	background: url(./imgs/icons/icn-tag-sm.png) no-repeat;
	width: 17px;
	height: 13px;
}
.jsonform-wrapper .icn-arrow-right-sm {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.jsonform-wrapper .icn-arrow-left-sm {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}
/* Íconos  tamaño grande */
.jsonform-wrapper .icn-circle-info-lg {
	background: url(./imgs/icons/icn-circle-info-lg.png) no-repeat;
	width: 46px;
	height: 46px;
}
.jsonform-wrapper .icn-circle-success-lg {
	background: url(./imgs/icons/icn-circle-success-lg.png) no-repeat;
	width: 46px;
	height: 46px;
}
.jsonform-wrapper .icn-circle-error-lg {
	background: url(./imgs/icons/icn-circle-error-lg.png) no-repeat;
	width: 46px;
	height: 46px;
}
.jsonform-wrapper .icn-warning-lg {
	background: url(./imgs/icons/icn-warning-lg.png) no-repeat;
	width: 51px;
	height: 46px;
}

/* --------------- FORMULARIOS --------------- */
/* Genéricos */
.jsonform-wrapper ::-webkit-input-placeholder { /* WebKit */
	color: #AAAAAA;
	font-style: italic;
}
.jsonform-wrapper :-moz-placeholder { /* Firefox 4 a 18 */
   color: #7E8080;
   font-style: italic;
   opacity: 1;
}
.jsonform-wrapper ::-moz-placeholder { /* Firefox 19+ */
   color: #7E8080;
   font-style: italic;
   opacity: 1;
}
.jsonform-wrapper :-ms-input-placeholder { /* IE 10+ */
   color: #7E8080;
   font-style: italic;
}
.jsonform-wrapper input,
.jsonform-wrapper button,
.jsonform-wrapper select,
.jsonform-wrapper textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
}
.jsonform-wrapper optgroup[label] {
	font-weight: bold;
	color: #6D6E71;
}
.jsonform-wrapper option {
	color: #231F20;
}
.jsonform-wrapper fieldset.wrapper-fieldset,
.jsonform-wrapper fieldset.noborder {
	padding: 0;
	margin: 0;
	border: none;
}

@media screen and (min-width: 980px) {

	.jsonform-wrapper fieldset.col2 > ul,
	.jsonform-wrapper fieldset.col3 > ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.jsonform-wrapper fieldset.col2 > ul > li {
		width: 50%;
	}
	.jsonform-wrapper fieldset.col3 > ul > li {
		width: 33%;
	}
	
	.jsonform-wrapper fieldset.col2 > ul > li input[type="text"], 
	.jsonform-wrapper fieldset.col2 > ul > li input[type="email"], 
	.jsonform-wrapper fieldset.col2 > ul > li input[type="tel"], 
	.jsonform-wrapper fieldset.col2 > ul > li input[type="date"], 
	.jsonform-wrapper fieldset.col2 > ul > li input[type="password"],
	.jsonform-wrapper fieldset.col2 > ul > li select, 
	.jsonform-wrapper fieldset.col2 > ul > li textarea,
	.jsonform-wrapper fieldset.col3 > ul > li input[type="text"], 
	.jsonform-wrapper fieldset.col3 > ul > li input[type="email"], 
	.jsonform-wrapper fieldset.col3 > ul > li input[type="tel"], 
	.jsonform-wrapper fieldset.col3 > ul > li input[type="date"], 
	.jsonform-wrapper fieldset.col3 > ul > li input[type="password"],
	.jsonform-wrapper fieldset.col3 > ul > li select, 
	.jsonform-wrapper fieldset.col3 > ul > li textarea {
		width: 70%;
	}
}
.jsonform-wrapper fieldset {
	min-width: 0;
	margin: 0;
}
.jsonform-wrapper fieldset div {
	box-sizing: border-box;
}
.jsonform-wrapper form fieldset {
	margin-bottom: 45px;
	padding: 0 45px;
	padding-top: 25px;
	border: 1px solid #59595C;
}
.jsonform-wrapper form fieldset fieldset {
	/*
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
	*/
	margin: 0px 10px;
	border: 1px solid #808184;
}
.jsonform-wrapper form fieldset, form fieldset fieldset {
	padding: 20px 45px 30px 45px ;
}
.jsonform-wrapper fieldset .fieldset-description {
	padding: 0 15px;
	margin-top: 0;
	margin-bottom: 25px;
}
.jsonform-wrapper fieldset legend {
	padding: 0 15px;
	font-size: 1.25em;
	line-height: 1;
	border: 0;
	box-sizing: border-box;
}
.jsonform-wrapper fieldset > fieldset > legend {
	font-size: 1em;
}
.jsonform-wrapper fieldset label, .jsonform-wrapper fieldset span.label {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}
.jsonform-wrapper input[type="text"], 
.jsonform-wrapper input[type="email"], 
.jsonform-wrapper input[type="tel"], 
.jsonform-wrapper input[type="date"],
.jsonform-wrapper input[type="password"],
.jsonform-wrapper  select,
.jsonform-wrapper textarea {
	padding: 5px 10px;
	line-height: 1.5;
	border: 1px solid #bebebe;
	width: calc( 100% - 250px );
	min-width: 295px;
	border-radius: 2px;
}
/* Date picker */
.jsonform-wrapper input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.jsonform-wrapper input[type="file"] {
    width: 50%;
    vertical-align: initial;
}
.jsonform-wrapper .spaninputfile {
	
}
.jsonform-wrapper .spaninputfile a {
	vertical-align: top !important;
	padding-right: 5px;
}
.jsonform-wrapper .spaninputfile a:last-child {
	margin: 0px 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 0px 3px 2px;
	text-align: center;
}
.jsonform-wrapper input, .jsonform-wrapper select {
	height: 32px;
}
.jsonform-wrapper textarea {
	min-height: 130px;
	height: auto;
	resize: none;
	width: 100%;
    padding: 5px 10px;
    line-height: 1.5;
    border: 1px solid #bebebe;
    min-width: 295px;
    border-radius: 2px;
}
.jsonform-wrapper input[type="search"] {
	box-sizing: border-box;
}
.jsonform-wrapper input[type="radio"],
.jsonform-wrapper input[type="checkbox"] {
	margin: 0;
	line-height: normal;
	height: auto;
}
.jsonform-wrapper input[type="range"] {
	display: block;
	width: 100%;
}
.jsonform-wrapper select[multiple],
.jsonform-wrapper select[size] {
	height: auto;
}
.jsonform-wrapper input[type="text"]:focus,
.jsonform-wrapper input[type="email"]:focus,
.jsonform-wrapper input[type="tel"]:focus,
.jsonform-wrapper input[type="date"]:focus,
.jsonform-wrapper input[type="search"]:focus,
.jsonform-wrapper input[type="submit"]:focus,
.jsonform-wrapper select:focus,
.jsonform-wrapper textarea:focus {
	border-width: 1px;
	border-color: #1B75BB;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.jsonform-wrapper input[type="file"]:focus,
.jsonform-wrapper input[type="radio"]:focus,
.jsonform-wrapper input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.jsonform-wrapper input[type="search"] {
	-webkit-appearance: none;
}
/* Alineación */
.jsonform-wrapper .align-center, .jsonform-wrapper .align-center button {
	text-align: center;
	margin: 0 auto;
}
.jsonform-wrapper .align-right {
	text-align: right;
}
.jsonform-wrapper .align-to-input-right {
	padding-right: 28px!important;
}
.jsonform-wrapper .align-to-input-left {
	padding-left: 28px!important;
}
/* Elementos de formulario clases específicas */
/* Alineación de campos y etiquetas */
.jsonform-wrapper .align-center, .jsonform-wrapper .align-center button {
	text-align: center;
	margin: 0 auto;
}
.jsonform-wrapper .align-right {
	text-align: right;
}
.jsonform-wrapper .align-to-input-right {
	padding-right: 28px!important;
}
.jsonform-wrapper .align-to-input-left {
	padding-left: 28px!important;
}
.jsonform-wrapper ul.form-wrap-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.jsonform-wrapper fieldset ul.form-group-list, ul.data-list {
	padding: 0 15px;
}
.jsonform-wrapper fieldset fieldset ul.form-group-list {
	padding-left: 0;
}
.jsonform-wrapper ul.form-group-list {
	list-style-type: none;
	padding: 0;
}
.jsonform-wrapper ul.form-group-list li {
	list-style-type: none;
	margin: 0px;
}
.jsonform-wrapper .popup .form-group button {
	margin-left: 120px;
}
.jsonform-wrapper .form-group button {
	margin-left: 290px;
}
.jsonform-wrapper .form-group, .jsonform-wrapper ul.form-group-list > li {
	position: relative;
	padding: 10px 0px;
}
.jsonform-wrapper .form-group, .jsonform-wrapper ul.form-group-list > li {
	margin-bottom: 7px;
}
.jsonform-wrapper .form-group *, .jsonform-wrapper ul.form-group-list * {
	vertical-align: middle;
}
.jsonform-wrapper .form-group label, .jsonform-wrapper .form-group .label, .jsonform-wrapper ul.form-group-list label, .jsonform-wrapper ul.form-group-list .label {
	vertical-align: middle;
}
.jsonform-wrapper .form-group li img, .jsonform-wrapper ul.form-group-list li img {
	max-width: 380px;
}
.jsonform-wrapper .form-group button, .jsonform-wrapper ul.form-group-list button {
	margin-bottom: 0;
}
.jsonform-wrapper label.textarea {
	vertical-align: top;
}
.jsonform-wrapper span.label {
	vertical-align: top;
	margin-top: 0;
}
.jsonform-wrapper .form-group label.label-align-top, 
.jsonform-wrapper .form-group span.label-align-top, 
.jsonform-wrapper ul.form-group-list label.label-align-top, 
.jsonform-wrapper ul.form-group-list span.label-align-top, 
.jsonform-wrapper label.label-align-top, 
.jsonform-wrapper span.label-align-top {
	vertical-align: top;
}
/* Mensaje de ayuda debajo de campo */
.jsonform-wrapper .group {
	display: inline-block;
	vertical-align: top!important;
}
.jsonform-wrapper .group span {
	display: block;
	font-size: 0.9em;
	margin-top: 5px;
}
/* Campo tamaño medio compuesto */
.jsonform-wrapper fieldset .campo-compuesto .campo-md {
	min-width: 90px;
	max-width: 120px;
	margin-right: 10px;
}
.jsonform-wrapper fieldset .campo-compuesto input, .jsonform-wrapper fieldset .campo-compuesto select {
	width: auto;
	min-width: inherit;
}

/* Tamaños de campo */
.jsonform-wrapper .campo-md {
	min-width: inherit!important;
	max-width: 242px;
}
.jsonform-wrapper .campo-sm {
	min-width: inherit!important;
	max-width: 130px;
}
/* Campos requeridos y texto de requerido */
.jsonform-wrapper .flexrequired > label span::after,
.jsonform-wrapper .flexrequired > span span::after,
.jsonform-wrapper .required::after {
	content: '*';
}
.jsonform-wrapper li span.label::after,
.jsonform-wrapper .form-group-list > li > label::after {
	content: ':';
}
.jsonform-wrapper fieldset fieldset label, .jsonform-wrapper fieldset fieldset span.label {
	width: 115px;
}
.jsonform-wrapper .flexrequired > label span,
.jsonform-wrapper span.required, 
.jsonform-wrapper .form-required span {
	color: #3D6789;
}
.jsonform-wrapper form .form-required {
	margin-bottom: -5px;
	text-align: right;
	font-size: 0.9em;
}
.jsonform-wrapper .form-control[disabled],
.jsonform-wrapper .form-control[readonly],
.jsonform-wrapper fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
.jsonform-wrapper .form-group-disabled label, .jsonform-wrapper .form-group-disabled .label {
	color: #CCC;
}
.jsonform-wrapper input[disabled], 
.jsonform-wrapper select[disabled], 
.jsonform-wrapper textarea[disabled], 
.jsonform-wrapper .form-group-disabled input, 
.jsonform-wrapper .form-group-disabled select, 
.jsonform-wrapper .form-group-disabled textarea {
	background-color: #f5f5f5;
	border-color: #e6e6e6;
}
.jsonform-wrapper textarea.form-control {
	height: auto;
}
.jsonform-wrapper .align-to-input, fieldset .align-to-input {
	margin-left: 235px;
}
.jsonform-wrapper fieldset fieldset .align-to-input {
	margin-left: 229px;
}
/* Select con multiple selección */
.jsonform-wrapper .select-multi-options {
	display: inline;
	position: relative;
}
.jsonform-wrapper .select-option {
	position: absolute;
	top: -3px;
	left: 5px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	padding: 1px 10px;
	border-radius: 3px;
}
/* Lista de radios o checkboxes */
.jsonform-wrapper ul.large-question {
    width: 50%;
}
.jsonform-wrapper ul.group-list {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: auto;
	vertical-align: top;
}
.jsonform-wrapper ul.group-list li {
	display: block;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100%;
}
.jsonform-wrapper ul.group-list li:first-child {
	margin-top: 0;
}
.jsonform-wrapper .group-list li span {
	padding-left: 5px;
	cursor: pointer;
}
.jsonform-wrapper .group-list li label, .jsonform-wrapper .group-list li .label {
	display: block;
	text-align: left;
	width: 100%;
}
/* Labels para radios con logo a la izquierda */
.jsonform-wrapper ul.form-group-list-radio-logo li ul li {
	margin-bottom: 15px;
}
.jsonform-wrapper ul.form-group-list-radio-logo li label {
	width: 90px;
	height: 30px;
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
/* Campo con ícono a la derecha */
.jsonform-wrapper .input-group {
	position: relative;
	display: inline-block;
	border-collapse: separate;
}
.jsonform-wrapper .input-calendar input {
	min-width: 200px;
}
.jsonform-wrapper .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	border-radius: 2px 0 0 2px;
}
.jsonform-wrapper .input-group-addon {
	position: relative;
	float: left; 
}
.jsonform-wrapper .input-group-addon button {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	height: 32px;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #bebebe;
	border-left: none;
	border-radius: 0 2px 2px 0;
}
.jsonform-wrapper .input-group-addon button .icn {
	margin: 0;
}
.jsonform-wrapper .input-group .form-control:focus + .input-group-addon > button {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	outline: auto 5px -webkit-focus-ring-color;
	border-color: #1B75BB;
}
/* Popups - Ventana */
.jsonform-wrapper .popup {
	box-sizing: border-box;
	padding: 25px;
	height: auto;
	overflow: hidden;
	overflow-y: inherit;
}
/* Icono de cerrar ventana */
.jsonform-wrapper .close-modal {
    width: 40px;
    height: 40px;
    background: url("./imgs/fancy/fancybox-custom-close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-right: 4px;
}
/* Popups - Formularios */
.jsonform-wrapper .popup .form-group, .popup ul.form-group-list > li {
	width: 100%;
}
.jsonform-wrapper .popup input[type="text"], .popup select, .popup textarea {
	width: 55%;
	min-width: inherit;
}
.jsonform-wrapper .popup label, .popup .label {
	width: 35%;
}
/* Custom fancy box */
.fancybox-close {
  background: url(./imgs/fancy/fancybox-custom-close.png) no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 8040;
}
/* Pasos de formulario */
.jsonform-wrapper .wizard-nav-tabs {
	padding: 0;
	margin-bottom: 0px;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #d9d8d8;
}
.jsonform-wrapper .wizard-nav-tabs li {
	position: relative;
	display: table-cell;
	float: left;
	list-style-type: none;
	padding: 10px 0;
	padding-left: 60px;
	box-sizing: border-box;
}
.jsonform-wrapper .wizard-nav-tabs li:first-child {
	padding-left: 25px;
}
.jsonform-wrapper .wizard-nav-tabs li:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #F5F5F5;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.jsonform-wrapper .wizard-nav-tabs li:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #DCDCDC;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
.jsonform-wrapper .wizard-nav-tabs-1 li {
	width: 100%;
}
.jsonform-wrapper .wizard-nav-tabs-2 li {
	width: 50%;
}
.jsonform-wrapper .wizard-nav-tabs-3 li {
	width: 33.3333333333%;
}
.jsonform-wrapper .wizard-nav-tabs-4 li {
	width: 25%;
}
.jsonform-wrapper .wizard-nav-tabs-5 li {
	width: 20%;
}
.jsonform-wrapper .wizard-nav-tabs-6 li {
	width: 16.6666666667%;
}
.jsonform-wrapper .wizard-nav-tabs li a {
	text-decoration: none;
	color: #231F20;
}
.jsonform-wrapper .wizard-nav-tabs li .wizard-step {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
}
.jsonform-wrapper .wizard-nav-tabs li .wizard-step-description {
	display: block;
	line-height: 1.2;
}
.jsonform-wrapper .wizard-nav-tabs li.active .wizard-step, .wizard-nav-tabs li.active .wizard-step-description {
	color: #1A2F5A;
}
.jsonform-wrapper .wizard-nav-tabs li.active {
	background: #e2e9ef;
}
.jsonform-wrapper .wizard-nav-tabs li.active:after {
	border-left: 30px solid #e2e9ef;
}

.jsonform-wrapper .wizard-nav-tabs li.active:after {
	border-left: 30px solid #e2e9ef;
}
.jsonform-wrapper .wiz-tab-panel .prev-step {
	float: left;
}
.jsonform-wrapper .wiz-tab-panel .next-step {
	float: right;
}
/* Botones de acción de formulario */
.jsonform-wrapper .form-action-buttons, .jsonform-wrapper .form-action-buttons ul {
	list-style-type: none;
	padding: 0;
	overflow: auto;
	margin-bottom: 25px;
}
.jsonform-wrapper .form-action-buttons button {
	margin-bottom: 10px;
	margin-left: 25px;
}
.jsonform-wrapper .form-action-buttons .btn-link {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 25px;
}
.jsonform-wrapper .form-action-buttons li {
	float: right;
}
.jsonform-wrapper .form-action-buttons li.action-buttons-second {
	float: left;
}
/* Campo con error */
.jsonform-wrapper .form-error {
	position: relative;
	background: #ffeded;
	border: 1px solid #e3c4c4;
	margin-top: 10px;
}
.jsonform-wrapper .input-msg {
	display: block;
	margin-top: 5px;
	margin-left: 235px;
	font-size: 0.9em;
}
.jsonform-wrapper .input-msg span {
	display: block;
	margin-bottom: 5px;
}
.jsonform-wrapper .input-msg img {
	border: 1px solid #E6E6E6;
	padding: 7px;
}
.jsonform-wrapper fieldset fieldset .input-msg {
	margin-left: 231px;
}
.jsonform-wrapper .icn-circle-error {
	background: url(./imgs/icons/icn-circle-error.png) no-repeat;
	width: 18px;
	height: 18px;
}
/* Alineacion de mensaje para campo documento */
.jsonform-wrapper .input-msg-documento {
	margin-left: 355px;
}
.jsonform-wrapper .input-msg-error {
	color: #BF2026;
}
.jsonform-wrapper .form-error input, input.error, .jsonform-wrapper .form-error .input-group-addon button, .jsonform-wrapper .form-error select, .jsonform-wrapper  .form-error textarea {
	border-color: #a94442;
}
.jsonform-wrapper .msIcon-sm { 
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px; /* La mitad del alto */
	padding: 0;
}
.jsonform-wrapper .msIcon-sm span.icn {
	display: inline-block;
}
/* Campo con ayuda */
.jsonform-wrapper .input-msg-help {
	color: #666;
}
/* Recuadro con número de error */
.jsonform-wrapper .jsonform-wrapper .box-error {
	position: absolute;
	right: -210px;
	background-color: #ecf3f9;
	border: 3px solid #bed0e0;
	border-radius: 2px;
	padding: 7px 0;
	width: 220px;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 62px;
}
.jsonform-wrapper .box-error ul {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	overflow: auto;
	font-size: 1.1em;
}
.jsonform-wrapper .box-error-title {
	font-size: 1.4em;
	display: block;
	text-align: center;
	margin-bottom: 3px;
}
.jsonform-wrapper .box-error .arrow {
	position: absolute;
	top: 42.5%;
	left: -8px;
	border-right-color: #bed0e0;
}
/* Íconos del box error */
.jsonform-wrapper .icn-arrow-right-sm {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.jsonform-wrapper .icn-arrow-left-sm {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}
/* Cuadros de diálogo */
.jsonform-wrapper .dialog-box {
	width: 100%;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 2px;
}
.jsonform-wrapper .dialog-success {
	border-color: #c1e0b4;
	background: #ecf6e8;
}
.jsonform-wrapper .dialog-warning {
	border-color: #e7e2c5;
	background: #fbf8ea;
}
.jsonform-wrapper .dialog-error {
	border-color: #e3c4c4;
	background: #ffeded;
}
.jsonform-wrapper .dialog-error ol {
	margin: 10px 0px;
}
.jsonform-wrapper .dialog-error ol li {
	margin-bottom: 7px;
}
.jsonform-wrapper .dialog-center {
	display: table;
    margin: 0 auto;
}
.jsonform-wrapper .dialog-data {
	display: table-cell;
	padding: 20px;
	padding-left: 0;
}
.jsonform-wrapper .dialog-data ul, .dialog-data ol {
	list-style-position: inside;
	padding: 0;
}
.jsonform-wrapper .dialog-title {
	display: block;
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 5px;
	line-height: 1.1;
}
.jsonform-wrapper .dialog-icon {
	display: table-cell;
	vertical-align: middle;
	padding: 0 35px;
	padding-right: 30px;
}
.jsonform-wrapper .dialog-icon .icn {
	width: 51px;
	height: 51px;
	display: inline-block;
}
.jsonform-wrapper .dialog-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jsonform-wrapper .dialog-box ul li {
	margin-bottom: 0;
	margin-top: 2px;
}
.jsonform-wrapper .dialog-box ul li:first-child {
	margin-top: 0;
}
/* Tooltip */
.jsonform-wrapper .tooltip {
    display: inline;
    position: relative;
	z-index: 100;
	background-color: transparent;
	padding: 0;
	margin: 0;
	cursor: default;
	margin-left: 10px;
}
.jsonform-wrapper .tooltip .icn {
	margin-top: 0;
	margin-right: 0;
}
.jsonform-wrapper .tooltip:hover:after {
    position: absolute;
	display: block;
	background-color: #ecf3f9;
	color: #231F20;
    content: attr(title);
    left: -140px;
	bottom: -48px;
    padding: 7px;
	z-index: 100;
    width: 300px;
	border: 3px solid #bed0e0;
	line-height: 1.2;
}
.jsonform-wrapper .tooltip-2-lines:hover:after {
	bottom: -66px;
}
.jsonform-wrapper .tooltip:hover:before {
	content: '';
	position: absolute;
	top: 28px;
	z-index: 100;
	left: 20%;
    border: solid;
    border-width: 0 6px 6px 6px;
	border-color: #BECCE8 transparent;
}
/* Recuadro gris */
.jsonform-wrapper .box {
	width: 100%;
	margin-bottom: 40px;
	overflow: auto;
}
.jsonform-wrapper .box button {
	margin: 0;
}
.jsonform-wrapper .box-grey {
	background-color: #F5F5F5;
}
.jsonform-wrapper .box-content-padding45 {
	padding: 30px 45px;
	overflow: auto;
}
.jsonform-wrapper .box-content-padding15 {
	padding: 15px;
	overflow: auto;
}
.jsonform-wrapper .box-title {
	display: inline-block;
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 25px;
}
/* Datos alineados, tipo tabla */
.jsonform-wrapper .data-list {
	list-style-type: none;
	padding: 0;
}
.jsonform-wrapper .data-list > li {
	padding-top: 20px;
	padding: 10px 15px;
}
.jsonform-wrapper .data-list > li:first-child {
	padding-top: 0;
}
.jsonform-wrapper .data-list > li span {
	display: inline-block;
	color: #6D6E70;
	width: 220px;
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
}
.jsonform-wrapper .data-list > li > ul, .data-list > li > ol {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	padding-left: 17px;
}
.jsonform-wrapper .data-list > li > ul.group-list, .data-list > li > ol.group-list {
	padding-left: 0;
}
.jsonform-wrapper .data-list > li > ol {
	padding-left: 20px;
}
.jsonform-wrapper .data-list img {
	max-width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: #FFF;
}
.jsonform-wrapper .data-list-link {
	margin-left: 234px;
	padding-bottom: 10px;
}
/* Total a fin de tabla */
.jsonform-wrapper .data-list-total {
	list-style: none;
	padding: 0;
	float: right;
	margin-bottom: 40px;
}
.jsonform-wrapper .data-list-total li {
	display: inline-block;
	float: left;
	padding: 7px 15px;
	border: 1px solid #E4E5E6;
	border-left: none;
	min-width: 100px;
}
.jsonform-wrapper .data-list-total li:first-child {
	background-color: #F1F1F2;
	border: 1px solid #E4E5E6;
}

/* --------------- TABLAS --------------- */
/* Total a fin de tabla */
.jsonform-wrapper .data-list-total {
	list-style: none;
	padding: 0;
	float: right;
	margin-bottom: 40px;
}
.jsonform-wrapper .data-list-total li {
	display: inline-block;
	float: left;
	padding: 7px 15px;
	border: 1px solid #E4E5E6;
	border-left: none;
	min-width: 100px;
}
.jsonform-wrapper .data-list-total li:first-child {
	background-color: #F1F1F2;
	border: 1px solid #E4E5E6;
}
/* Tabla genérica */
.jsonform-wrapper table {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
}
.jsonform-wrapper caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
.jsonform-wrapper th {
	text-align: center;
}
.jsonform-wrapper table > thead > tr > th,
.jsonform-wrapper table > tbody > tr > th,
.jsonform-wrapper table > tfoot > tr > th,
.jsonform-wrapper table > thead > tr > td,
.jsonform-wrapper table > tbody > tr > td,
.jsonform-wrapper table > tfoot > tr > td {
	line-height: 1.2;
	vertical-align: middle;
	border: 1px solid #E4E5E6;
	font-weight: normal;
	overflow: visible;
}
.jsonform-wrapper table > thead > tr > th {
	background: #f4f4f5;
	padding: 15px;
	max-width: 150px;
	border-bottom: none;
}
.jsonform-wrapper table tbody tr td {
	padding: 7px 15px;
}
.jsonform-wrapper table input[type="text"], 
.jsonform-wrapper table select, 
.jsonform-wrapper table textarea {
	border-radius: 2px;
}
.jsonform-wrapper table > tr > td.number {
	padding-right: 28px;
}
.jsonform-wrapper table tr:nth-child(1n) {
	background: #FFF;
} 
.jsonform-wrapper table tr:nth-child(2n) {
	background: #f0f4f8;
}
.jsonform-wrapper table input[type="text"], 
.jsonform-wrapper table select, 
.jsonform-wrapper table textarea {
	width: 100%;
	min-width: inherit;
}
.jsonform-wrapper .table-with-total {
	margin-bottom: 20px;
}
.jsonform-wrapper table .remove-row-td {
	width: 25px;
}
/* Barra gris de filtros */
.jsonform-wrapper .inline-filters {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}
.jsonform-wrapper .inline-filters label, 
.jsonform-wrapper .inline-filters input, 
.jsonform-wrapper .inline-filters select, 
.jsonform-wrapper .inline-filters textarea {
	display: inline-block;
	min-width: inherit;
	width: auto;
}
.jsonform-wrapper .inline-filters label {
	text-align: left;
}
.jsonform-wrapper .inline-filters input, 
.jsonform-wrapper .inline-filters select, 
.jsonform-wrapper .inline-filters textarea {
	width: 65%;
}
.jsonform-wrapper .inline-filters li { 
	float: left;
	display: block;
	width: 40%;
}
/* Filtro individual */
.jsonform-wrapper .filter {
	float: right;
}
.jsonform-wrapper .filter select {
	width: auto;
}
.jsonform-wrapper .filter-results {
	display: block;
	text-align: right;
	margin-bottom: 5px;
}
/* Nav tabs */
.jsonform-wrapper .nav {
	padding-left: 30px;
}
.jsonform-wrapper .nav > li {
	position: relative;
	display: block;
}
.jsonform-wrapper .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.jsonform-wrapper .nav > li > a:hover,
.jsonform-wrapper .nav > li > a:focus {
	text-decoration: underline;
}
.jsonform-wrapper .nav > li.disabled > a {
	color: #777;
}
.jsonform-wrapper .nav > li.disabled > a:hover,
.jsonform-wrapper .nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.jsonform-wrapper .nav-tabs {
	border-bottom: 1px solid #999;
	/*margin-bottom: 25px;*/
}
.jsonform-wrapper .nav-tabs:after {
    content:'';
    display:block;
    clear: both;
}
.jsonform-wrapper .nav-tabs > li {
	float: left;
	margin-bottom: -1px !important;
}
.jsonform-wrapper .nav-tabs > li > a {
	background: #F5F5F5;
	margin-right: 10px;
	line-height: 1.42857143;
	border: 1px solid #CCC;
	border-radius: 2px;
	border-bottom-color: #999;
	color: #333;
}
.jsonform-wrapper .nav-tabs > li > a:hover {
	text-decoration: none;
	border-color: #999;
	color: #000;
}
.jsonform-wrapper .nav-tabs > li > a:focus {
	text-decoration: none;
}
.jsonform-wrapper .nav-tabs > li.active > a,
.jsonform-wrapper .nav-tabs > li.active > a:hover,
.jsonform-wrapper .nav-tabs > li.active > a:focus {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-color: transparent;
	text-decoration: none;
}
/* Paneles de tab */
.jsonform-wrapper .tab-content {
	margin-bottom: 15px;
	border: 1px solid #999;
    border-top: none;
    padding: 20px 0px 10px 0px;
}
.jsonform-wrapper .tab-panel {
	padding: 0 50px;
}

/*
.jsonform-wrapper .wiz-tab-panel
.jsonform-wrapper .tab-panel {
	display: none;
}
.jsonform-wrapper .wiz-tab-panel:FIRST-CHILD;
.jsonform-wrapper .tab-panel:FIRST-CHILD {
	display:block;
}
*/
/* --------------- PAGINACIÓN --------------- */
.jsonform-wrapper pagination {
	font-size: 1.1em;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.jsonform-wrapper .pagination-indicator {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.jsonform-wrapper .pagination ul {
	list-style: none;
	overflow: auto;
	padding: 1px 0;
}
.jsonform-wrapper .pagination ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	color: #000;
	line-height: 18px;
}
.jsonform-wrapper .pagination ul li a {
	text-decoration: none;
}
.jsonform-wrapper .pagination ul li a:hover {
	text-decoration: underline;
}
.jsonform-wrapper .pagination .active {
	font-weight: bold;
}
/* --------------- CAPTCHA --------------- */
.jsonform-wrapper .g-recaptcha div {
	margin: auto;
}
/* --------------- |MAX 1200| --------------- */
@media screen and (max-width: 1200px) {
	/* Formulario */
	.jsonform-wrapper ul.group-list {
		width: 55%
	}
}
/* --------------- |980| --------------- */
@media screen and (max-width: 980px) {
	/* Elementos de formulario */
	.jsonform-wrapper fieldset legend {
		padding: 0 10px;
		font-size: 1.35em;
	}
	.jsonform-wrapper fieldset fieldset legend {
		font-size: 1.25em;
	}
	.jsonform-wrapper form fieldset fieldset {
		margin-top: 15px;
	}
	.jsonform-wrapper fieldset label, fieldset span.label, .jsonform-wrapper fieldset fieldset label, .jsonform-wrapper fieldset fieldset span.label {
		display: block;
		width: 100%;
		text-align: left;
		margin-right :0;
	}
	.jsonform-wrapper form > fieldset > ul.form-group-list {
		padding-left: 75px;
	}
	.jsonform-wrapper .form-group li img, 
	.jsonform-wrapper ul.form-group-list li img {
		max-width: 100%;
		width: inherit;
	}
	.jsonform-wrapper form > fieldset > fieldset > ul.form-group-list {
		padding-left: 15px;
	}
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list > li {
		width: 100%;
		margin: 5px 0;
		padding: 7px 15px;
		box-sizing: border-box;
	}
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list > li:first-child {
		margin-top: 0;
	}
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list > li.form-error {
		width: 70%;
	}
	.jsonform-wrapper fieldset .align-to-input, 
	.jsonform-wrapper fieldset fieldset .align-to-input {
		margin-left: 0;
	}
	.jsonform-wrapper .input-msg, fieldset fieldset .input-msg  {
		margin-left: 0;
	}
	.jsonform-wrapper .input-msg-documento {
		margin-left: 135px;
	}
	.jsonform-wrapper ul.group-list {
		display: block;
		width: auto;
	}
	.jsonform-wrapper .group-list li span {
		display: inline;
		font-weight: normal;
		font-size: 13px;
	}
	.jsonform-wrapper fieldset ul.form-group-list, 
	.jsonform-wrapper ul.data-list {
		padding: 0;
	}
	.jsonform-wrapper fieldset label, 
	.jsonform-wrapper fieldset span.label   {
		font-weight: normal;
		font-size: 1.3em;
		margin-bottom: 3px;
	}
	.jsonform-wrapper fieldset label span {
		font-weight: normal;
		font-size: 1em;
	}
	/* Recuadro con número de error */
	.jsonform-wrapper .msIcon-sm {
		display: inline-block;
	}
	.jsonform-wrapper .link-right {
		display: block;
		width: 100%;
		text-align: right;
		float: right;
		padding-top: 0;
		margin-bottom: 15px;
		text-decoration: none!important;
	}
	.jsonform-wrapper .filter {
		width: 100%;
		margin-bottom: 15px;
	}
	.jsonform-wrapper .filter select {
		width: 100%;
	}
	/* Inputs */
	.jsonform-wrapper button,
	.jsonform-wrapper input,
	.jsonform-wrapper select,
	.jsonform-wrapper textarea {
		line-height: normal!important;
	}
	.jsonform-wrapper form fieldset {
		border: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 25px;
		margin: 0;
	}
	.jsonform-wrapper form > fieldset > legend {
		display: block;
		width: 100%;
		padding-bottom: 5px;
		border-bottom: 1px solid #9aacb3;
	}
	.jsonform-wrapper form > fieldset > fieldset {
		padding-left: 20px;
	}
	.jsonform-wrapper form > fieldset  > ul.form-group-list {
		box-sizing: border-box;
		padding-left: 36px;
	}
	.jsonform-wrapper form > fieldset > fieldset > ul.form-group-list {
		padding-left: 0;
	}
	.jsonform-wrapper legend {
		font-weight: normal;
	}
	.jsonform-wrapper form .form-required {
		display: none;
	}
	/* Recuadro gris */
	.jsonform-wrapper .align-to-form  {
		padding-left: 36px;
	}
	/* Nav tabs */
	.jsonform-wrapper .nav {
		padding-left: 0;
	}
	.jsonform-wrapper .nav-tabs > li > a {	
		margin-right: 5px;
	}

	.jsonform-wrapper .nav-tabs > li.active > a,
	.jsonform-wrapper .nav-tabs > li.active > a:hover,
	.jsonform-wrapper .nav-tabs > li.active > a:focus {
		border: 1px solid #666;
		border-bottom-color: #666;
		text-decoration: none;
	}
	/* Paneles de tab */
	.jsonform-wrapper .tab-panel {
		padding: 0 15px;
	}
	/* Tabla genérica */
	.jsonform-wrapper table, 
	.jsonform-wrapper thead, 
	.jsonform-wrapper tbody, 
	.jsonform-wrapper th, 
	.jsonform-wrapper td, 
	.jsonform-wrapper tr { 
		display: block;
		overflow: auto; 
	}
	/* IE 8 fix */
	.jsonform-wrapper td,	tr {
		box-sizing: border-box;
		width: 100%;
		float: left;
	}
	/* Oculto header */
	.jsonform-wrapper table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.jsonform-wrapper table tr {
		border: 1px solid #ccc;
		padding: 10px 0;
	}
	.jsonform-wrapper table tr td:first-child, table tr td:last-child {
		border: none;
	}
	.jsonform-wrapper table tr.row-total {
		padding: 0;
	}
	/* Los datos se muestran en filas */
	.jsonform-wrapper table tr td { 
		border: none!important;
		border-top: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align: left;
	}
	.jsonform-wrapper table tr td:before { 
		display: block;
		padding-bottom: 10px; 
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		/* Label de las columnas th ahora en el td establecido en el data-title */
		content: attr(data-title);
	}
	.jsonform-wrapper table tr td.cell-hide-mobile, table tr td.cell-no-border, table tr.row-spacer {
		display: none;
	}
	/* Alineaciones de tabla */
	.jsonform-wrapper table .align-center, .jsonform-wrapper .align-center button {
		text-align: left;
		margin: 0;
	}
	.jsonform-wrapper table .align-right {
		text-align: left;
	}
	table .align-to-input-left, table .align-to-input-right {
		padding: 7px 15px!important;
	}
	.align-to-input-left {
		padding-left: 10px;
	}
	/* Header de tabla */
	.jsonform-wrapper table tr td.header { 
		background: #EBEBEB;
		padding: 8px 15px; 
		font-weight: bold;
		color: #333;
	}
	.jsonform-wrapper table tr td.header:before { 
		display: block;
		position :static;
		width: 100%; 
		white-space: normal;
		margin-bottom: 4px;
	}
	/* Datos alineados, tipo tabla */
	.jsonform-wrapper .data-list li {
		padding-top: 10px;
	}
	.jsonform-wrapper .data-list li span {
		display: block;
		width: auto;
		text-align: left;
	}
	.jsonform-wrapper .data-list-link {
		margin-left: 0;
	}
	/* Barra gris de filtros */
	.jsonform-wrapper .inline-filters {
		overflow: auto;
		margin-bottom: 15px;
	}
	.jsonform-wrapper .inline-filters label {
		display: block;
	}
	.jsonform-wrapper .inline-filters input, 
	.jsonform-wrapper .inline-filters select, 
	.jsonform-wrapper .inline-filters textarea {
		width: 100%;
	}
	.jsonform-wrapper .inline-filters li { 
		width: 49%;
		margin-left: 2%;
	}
	.jsonform-wrapper .inline-filters li:first-child {
		margin-left: 0;
	}
	/* Popup forms */
	.jsonform-wrapper .popup input[type="text"], 
	.jsonform-wrapper .popup select, 
	.jsonform-wrapper .popup textarea {
		width: 100%;
	}
	.jsonform-wrapper .popup .form-group button {
		margin-left: 0;
	}
	.jsonform-wrapper .popup label, .popup .label {
		width: 100%;
	}
	/* Recuadro gris */
	.jsonform-wrapper .box-content-padding30 {
		padding: 20px;
	}
	.jsonform-wrapper .align-to-form {
		padding-left: 123px;
	}
    .jsonform-wrapper ul.large-question {
        width: 100%;
    }
	/* Pasos de formulario */
	.jsonform-wrapper .wizard-nav-tabs {
		padding-bottom: 15px;
	}
	.jsonform-wrapper .wizard-nav-tabs li {
		padding-left: 15px;
		padding-right: 15px;
		border-left: 1px solid #E1E1E1;
		padding-bottom: 100%;
		margin-bottom: -100%;
	}
	.wizard-nav-tabs li:first-child {
		border-left: none;
		padding-left: 15px;
	}
	.wizard-nav-tabs li:after, .wizard-nav-tabs li:before, .wizard-nav-tabs li.active:after {
		border: none;
		display: none;
	}	
}
/* --------------- |690| --------------- */
@media screen and (max-width: 690px) {
	/* Tablas */
	.jsonform-wrapper table tr td { 
		padding: 8px 15px; 
	}
	
	.jsonform-wrapper table tr td:before { 
		display: block;
		position: static;
		width: 100%; 
		white-space: normal;
		margin-bottom: 4px;
	}
}
/* --------------- |640| --------------- */
@media screen and (max-width: 640px) {
	/* Elementos de formulario */
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list, 
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list > li.form-error, 
	.jsonform-wrapper input[type="text"],
	 jsonform-wrapper input[type="email"], 
	.jsonform-wrapper input[type="tel"],
	 jsonform-wrapper input[type="date"], 
	 .jsonform-wrapper input[type="password"],
	.jsonform-wrapper select, 
	.jsonform-wrapper textarea, 
	.jsonform-wrapper input[type="file"], 
	.jsonform-wrapper .campo-md, 
	.jsonform-wrapper .campo-sm {
		width: 100%;
		max-width: 100%;
		min-width: inherit;
	}
	.jsonform-wrapper .input-group {
		width: 100%;
	}
	.jsonform-wrapper input.form-control {
		width: 90%;
	}
	.jsonform-wrapper .input-group-addon {
		width: 10%;
		display: table-cell;
		box-sizing: border-box;
	}
	.jsonform-wrapper .form-group, 
	.jsonform-wrapper ul.form-group-list > li {
		width: 100%;
		box-sizing: border-box;
	}
	/* Campo con error */
	.jsonform-wrapper .msIcon-sm {
		display: none;
	}
	/* Botones de acción de formulario */
	.jsonform-wrapper .form-action-buttons li.action-buttons-primary ul li {
		float: none;
	}
	/* Tooltip */
	.jsonform-wrapper .tooltip {
		display: none;
	}
	/* Recuadro con número de error */
	.jsonform-wrapper .box-error {
		position: static;
		margin: inherit;
		margin-top: 5px;
		height: auto;
		width: 100%;
		max-width: 220px;
	}
	.jsonform-wrapper .box-error .arrow {
		display: none;
	}
	/* Barra gris de filtros */
	.jsonform-wrapper .inline-filters input, 
	.jsonform-wrapper .inline-filters select, 
	.jsonform-wrapper .inline-filters textarea {
		width: 100%;
	}
	.jsonform-wrapper .inline-filters li { 
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.jsonform-wrapper .inline-filters li:first-child {
		margin-top: 0;
	}
	/* Nav tabs */
	.jsonform-wrapper .nav {
		padding-left: 0;
	}
	.jsonform-wrapper .nav-tabs {
		border-bottom: none;
	}
	.jsonform-wrapper .nav-tabs > li {
		float: none;
		margin-bottom: 3px;
	}
	.jsonform-wrapper .nav-tabs > li > a {
		border: 1px solid #CCC;
		border-radius: 0;
		margin-right: 0;
	}
	.jsonform-wrapper .nav-tabs > li > a:hover {
		border: 1px solid #666;
	}
	.jsonform-wrapper .nav-tabs > li.active > a,
	.jsonform-wrapper .nav-tabs > li.active > a:hover,
	.jsonform-wrapper .nav-tabs > li.active > a:focus {
		border: 1px solid #666;
		border-bottom-color: #666;
		text-decoration: none;
	}
	/* Paneles de tab */
	.jsonform-wrapper .tab-panel {
		padding: 0 15px;
	}
}
/* --------------- |480| --------------- */
@media screen and (max-width: 480px) {
	/* Elementos de formulario */
	.jsonform-wrapper form > fieldset > ul.form-group-list {
		padding-left: 4%;
	}
	.jsonform-wrapper form > fieldset  > fieldset ul.form-group-list {
		padding-left: 3%;
	}
	.jsonform-wrapper form > fieldset  > fieldset {
		border: none;
		padding: 0 5px;
		margin-left: 0;
		margin-bottom: 0;
		padding-top: 5px;
	}
	.jsonform-wrapper form > fieldset  > fieldset > legend {
		font-weight: bold;
		font-size: 1.25em;
	}
	.jsonform-wrapper input.form-control {
		width: 85%;
	}
	.jsonform-wrapper .input-group-addon {
		width: 15%;
	}
	.jsonform-wrapper .group {
		display: block;
		width:100%;
	}
	/* Campo documento */
	.jsonform-wrapper fieldset .campo-compuesto select {
		min-width: inherit;
		max-width: none!important;
		width: 100%;
		margin-bottom: 7px;
	}
	.jsonform-wrapper fieldset .campo-compuesto input {
		min-width: inherit;
		max-width: none!important;
		width: 100%;
	}
	/* Alineacion de mensaje para campo documento */
	.jsonform-wrapper .input-msg-documento {
		margin-left: 0;
	}
	/* Botones de acción de formulario */
	.jsonform-wrapper .form-action-buttons {
		padding-left: 30px;
	}
	.jsonform-wrapper .form-action-buttons li {
		float: none;
	}
	.jsonform-wrapper .form-action-buttons li button {
		margin-left: 0;
		margin-bottom: 15px;
	}
	.jsonform-wrapper .form-action-buttons li.action-buttons-primary ul {
		margin-bottom: 15px;
	}
	/* Tabla genérica */
	/* Total a fin de tabla */
	.jsonform-wrapper .data-list-total {
		float: none;
		min-width: inherit;
		margin-bottom: 40px;
	}
	.jsonform-wrapper .data-list-total li {
		box-sizing:  border-box;
		display: block;
		float: none;
		width: 100%;
		padding: 7px;
		border: 1px solid #E4E5E6;
		border-top: none;
		min-width: 100px;
	}
	.jsonform-wrapper .data-list-total li:first-child {
		background-color: #F1F1F2;
		border: 1px solid #E4E5E6;
	}
	/* Recuadro gris */
	.jsonform-wrapper .align-to-form  {
		padding-left: 4.5%;
	}
	/* Paginación */
	.jsonform-wrapper .pagination-indicator {
		text-align: left;
	}
	.jsonform-wrapper .pagination ul li.pagination-control {
		float: none;
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}
	/* Pasos del formulario */
	.jsonform-wrapper .wizard-nav-tabs li, .wizard-nav-tabs li:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}
	.jsonform-wrapper .wizard-nav-tabs li .wizard-step {
		font-size: 1.3em;
	}
	/* Paginación */
	.jsonform-wrapper .pagination {
		margin: 0;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.jsonform-wrapper .pagination-indicator {
		margin-bottom: 0;
	}
}
/* --------------- |390| --------------- */
@media screen and (max-width: 390px) {
	/* Cuadros de diálogo */
	.jsonform-wrapper .dialog-data {
		display: block;
		padding: 10px 15px;
		padding-top: 0;
	}
	.jsonform-wrapper .dialog-icon {
		display: block;
		padding: 15px;
		padding-bottom: 5px;
	}
	/* Datos alineados, tipo tabla */
	.jsonform-wrapper .data-list {
		padding-left: 0;
	}
	/* Elementos de formulario */
	.jsonform-wrapper form > fieldset > ul.form-group-list, 
	.jsonform-wrapper form > fieldset  > fieldset ul.form-group-list {
		padding-left: 0;
	}
	.jsonform-wrapper input.form-control {
		width: 80%;
	}
	.jsonform-wrapper .input-group-addon {
		width: 20%;
	}
	/* Botones de acción de formulario */
	.jsonform-wrapper .form-action-buttons {
		padding-left: 15px;
	}
	.jsonform-wrapper .form-action-buttons li button {
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}
/* --------------- |230| --------------- */
@media screen and (max-width: 230px) {
	/* Elementos de formulario */
	.jsonform-wrapper input.form-control {
		width: 100%;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.jsonform-wrapper .input-group-addon {
		display: none;
	}
}




