/* Formulario Tipo
   ========================================================================== */

fieldset h1,
fieldset h2,
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6,
fieldset .table-title {
  margin-left: 15px;
}

fieldset fieldset h1,
fieldset fieldset h2,
fieldset fieldset h3,
fieldset fieldset h4,
fieldset fieldset h5,
fieldset fieldset h6,
fieldset fieldset .table-title {
  margin-left: 0;
}

/* Borrar flotación */
.clear,
.clearFloat {
  clear: both;
}

/* Accesibilidad */
.hide-text-read-cross {
  display: block;
  float: left;
  text-indent: -9999em;
  color: #000;
  font-size: 2em;
  line-height: 1;
}

.hide-text-read {
  display: block;
  text-indent: -9999em;
  color: #000;
  font-size: 2em;
  line-height: 1;
}

.hide-read {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

a.disabled {
  color: #B7C7E6;
  text-decoration: underline;
  cursor: default;
}

a.disabled:hover {
  color: #B7C7E6;
  text-decoration: underline;
  cursor: default;
}

.link-right {
  float: right;
  padding-top: 10px;
  text-decoration: none !important;
}

.link-right span.icn {
  margin-right: 3px;
}

.link-right:hover {
  text-decoration: underline !important;
}

/* Textos */
span.error {
  color: #c12e2a;
}

span.complementario {
  display: inline-block;
  font-size: 0.95em;
  color: #3D3D3D;
}

.color-grey {
  color: #6d6e70;
}

/* Botones */
/*button,*/
.btn {
  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;
}

/*button .icn,*/
.btn .icn {
  vertical-align: middle;
  background-position: center;
  width: 20px;
  margin-right: 5px;
}

.left-icn {
  margin: 0 10px 0 0;
}

.btn-sm,
.btn,
.btn-lg,
.btn-default,
.btn-primario,
.btn-secundario {
  transition: background-color .5s;
  line-height: 1.1;
}

.btn-sm {
  padding: 2px 10px;
  font-weight: normal;
  margin-bottom: 10px;
  height: 30px;
}

td .btn-sm {
  margin: 10px 0;
}

.btn {
  padding: 4px 15px;
  font-weight: normal;
  margin-bottom: 15px;
  height: 39px;
}

.btn-lg {
  padding: 9px 16px;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-default {
  color: #231F20;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
}

.btn-default:hover {
  background-color: #d7d6d6;
}

.btn-primario {
  color: #FFF;
  background-color: #0060a3;
}

.btn-primario:hover {
  background-color: #00487a;
}

.btn-secundario {
  color: #FFF;
  background-color: #607a92;
}

.btn-secundario:hover {
  background-color: #384450;
}

/*button[disabled],*/
.btn[disabled] {
  color: #F5F5F5;
  background-color: #C7C7C7;
  box-shadow: 0 2px 0 #ADADAD;
}

.btn-link {
  font-weight: normal;
  text-decoration: underline;
  color: #064D8E;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #064D8E;
  text-decoration: underline;
}

.button-no-style {
  background: transparent;
  border: transparent;
  border-radius: 0;
  margin: 0;
}

.button-no-style:focus {
  box-shadow: none;
}

/* Íconos tamaño normal */
.icn {
  display: inline-block;
}

/* Flechas triángulos */
.icn-triangle-left {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-triangle-left.png.xhtml")  no-repeat;
  width: 6px;
  height: 10px;
}

.icn-triangle-right {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-triangle-right.png.xhtml")  no-repeat;
  width: 6px;
  height: 10px;
}

.icn-triangle-up {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-triangle-up.png.xhtml")  no-repeat;
  width: 10px;
  height: 6px;
}

.icn-triangle-down {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-triangle-down.png.xhtml")  no-repeat;
  width: 10px;
  height: 6px;
}

/* Flechas chevrons */
.icn-chevron-left {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-chevron-left.png.xhtml")  no-repeat;
  width: 16px;
  height: 26px;
}

.icn-chevron-right {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-chevron-right.png.xhtml")  no-repeat;
  width: 16px;
  height: 26px;
}

.icn-chevron-up {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-chevron-up.png.xhtml")  no-repeat;
  width: 26px;
  height: 16px;
}

.icn-chevron-down {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-chevron-down.png.xhtml")  no-repeat;
  width: 26px;
  height: 16px;
}

.icn-search {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-search.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-reload {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-reload.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

/* Íconos circulares */
.icn-circle-success {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-success.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-plus {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-plus.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-minus {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-minus.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-error {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-error.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-help {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-help.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-info {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-info.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-circle-noti {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-noti.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-warning {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-warning.png.xhtml")  no-repeat;
  width: 20px;
  height: 18px;
}

.icn-success {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-success.png.xhtml")  no-repeat;
  width: 18px;
  height: 14px;
}

.icn-plus {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-plus.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-minus {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-minus.png.xhtml")  no-repeat;
  width: 18px;
  height: 4px;
}

.icn-error {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-error.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-edit {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-edit.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-delete {
  background: url("")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-home {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-home.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-star {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-star.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-account {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-account.png.xhtml")  no-repeat;
  width: 18px;
  height: 16px;
}

.icn-key {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-key.png.xhtml")  no-repeat;
  width: 12px;
  height: 18px;
}

.icn-lock {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-lock.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

.icn-email {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-email.png.xhtml")  no-repeat;
  width: 25px;
  height: 18px;
}

.icn-attach {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-attach.png.xhtml")  no-repeat;
  width: 20px;
  height: 18px;
}

.icn-link {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-link.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-settings {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-settings.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-download {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-download.png.xhtml")  no-repeat;
  width: 20px;
  height: 18px;
}

.icn-upload {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-upload.png.xhtml")  no-repeat;
  width: 20px;
  height: 18px;
}

.icn-folder {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-folder.png.xhtml")  no-repeat;
  width: 22px;
  height: 18px;
}

.icn-cloud {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-cloud.png.xhtml")  no-repeat;
  width: 27px;
  height: 18px;
}

.icn-gps {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-gps.png.xhtml")  no-repeat;
  width: 12px;
  height: 18px;
}

.icn-calendar {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-calendar.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-fullscreen {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-fullscreen.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-minimize {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-minimize.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-tag {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-tag.png.xhtml")  no-repeat;
  width: 23px;
  height: 18px;
}

.icn-print {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-print.png.xhtml")  no-repeat;
  width: 18px;
  height: 18px;
}

.icn-view {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-view.png.xhtml")  no-repeat;
  width: 25px;
  height: 13px;
}

.icn-view-sm {
  background: url("")  no-repeat;
  width: 19px;
  height: 11px;
}

.icn-format-csv {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-format-csv.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

.icn-format-zip {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-format-zip.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

.icn-format-xls {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-format-xls.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

.icn-format-doc {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-format-doc.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

.icn-format-pdf {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-format-pdf.png.xhtml")  no-repeat;
  width: 15px;
  height: 18px;
}

/* Íconos  tamaño chico */
.icn-search-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-search-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-reload-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-reload-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

/* Íconos circulares */
.icn-circle-success-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-success-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-plus-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-plus-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-minus-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-minus-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-error-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-error-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-help-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-help-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-info-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-info-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-circle-noti-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-noti-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-warning-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-warning-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 14px;
}

.icn-success-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-success-sm.png.xhtml")  no-repeat;
  width: 17px;
  height: 13px;
}

.icn-plus-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-plus-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-minus-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-minus-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 3px;
}

.icn-error-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-error-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-edit-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-edit-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-delete-sm {
  background: url("")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-home-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-home-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-star-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-star-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-account-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-account-sm.png.xhtml")  no-repeat;
  width: 14px;
  height: 13px;
}

.icn-key-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-key-sm.png.xhtml")  no-repeat;
  width: 8px;
  height: 13px;
}

.icn-lock-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-lock-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 11px;
}

.icn-unlock-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-unlock-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 11px;
}

.icn-email-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-email-sm.png.xhtml")  no-repeat;
  width: 18px;
  height: 13px;
}

.icn-attach-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-attach-sm.png.xhtml")  no-repeat;
  width: 14px;
  height: 13px;
}

.icn-link-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-link-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-settings-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-settings-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-download-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-download-sm.png.xhtml")  no-repeat;
  width: 14px;
  height: 13px;
}

.icn-upload-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-upload-sm.png.xhtml")  no-repeat;
  width: 14px;
  height: 13px;
}

.icn-folder-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-folder-sm.png.xhtml")  no-repeat;
  width: 16px;
  height: 13px;
}

.icn-cloud-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-cloud-sm.png.xhtml")  no-repeat;
  width: 19px;
  height: 13px;
}

.icn-gps-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-gps-sm.png.xhtml")  no-repeat;
  width: 9px;
  height: 13px;
}

.icn-calendar-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-calendar-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-fullscreen-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-fullscreen-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-minimize-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-minimize-sm.png.xhtml")  no-repeat;
  width: 13px;
  height: 13px;
}

.icn-tag-sm {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-tag-sm.png.xhtml")  no-repeat;
  width: 17px;
  height: 13px;
}

.icn-arrow-right-sm {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.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 */
.icn-circle-info-lg {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-info-lg.png.xhtml")  no-repeat;
  width: 46px;
  height: 46px;
}

.icn-circle-noti-lg {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-noti-lg.png.xhtml")  no-repeat;
  width: 46px;
  height: 46px;
}

.icn-circle-success-lg {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-success-lg.png.xhtml")  no-repeat;
  width: 46px;
  height: 46px;
}

.icn-circle-error-lg {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-circle-error-lg.png.xhtml")  no-repeat;
  width: 46px;
  height: 46px;
}

.icn-warning-lg {
  background: url("/SigesVisualizador/javax.faces.resource/gu/assets/forms/icn-warning-lg.png.xhtml")  no-repeat;
  width: 51px;
  height: 46px;
}

/* --------------- FORMULARIOS --------------- */
/* Genéricos */
::-webkit-input-placeholder {
  /* WebKit */
  color: #AAAAAA;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 4 a 18 */
  color: #7E8080;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7E8080;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7E8080;
  font-style: italic;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
}

optgroup[label] {
  font-weight: bold;
  color: #6D6E71;
}

option {
  color: #231F20;
}

fieldset {
  min-width: 0;
  margin: 0;
}

fieldset div {
  box-sizing: border-box;
}

form fieldset {
  margin-bottom: 30px;
  padding: 0 45px;
  padding-top: 25px;
  border: 1px solid #DDD;
}

form fieldset,
form fieldset fieldset {
  padding: 20px 20px 30px 20px;
}

form fieldset fieldset {
  margin-top: 20px;
}

fieldset legend {
  padding: 0 15px;
  font-size: 1.25em;
  line-height: 1;
  border: 0;
  box-sizing: border-box;
}

fieldset > fieldset > legend {
  font-size: 1.1em;
}

fieldset label,
fieldset span.label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 220px;
  text-align: right;
  margin-right: 10px;
  line-height: 1.2em;
}

.falso-label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 220px;
  text-align: right;
  margin-right: 10px;
}

.resumen-datos .falso-label {
  width: 70px;
}

@media screen and (max-width: 980px) {
  fieldset .falso-label {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 0;
    font-size: 1.3em;
    margin-bottom: 3px;
  }
}

fieldset fieldset label,
fieldset fieldset span.label {
  /* width: 215px;*/
  width: 30%;
}

/* Mensaje o enlace para un fieldset */
.fieldset-msg {
  margin: -20px 0 30px 0;
  display: block;
}

fieldset .fieldset-msg {
  margin: -25px 0 30px 5px;
}

@media screen and (max-width: 480px) {
  fieldset .fieldset-msg {
    margin: 0px 0 30px 15px;
  }
  fieldset fieldset .fieldset-msg {
    margin: -30px 0 30px 15px;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
select {
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px solid #bebebe;
  width: 50%;
  min-width: 295px;
  border-radius: 2px;
}

textarea {
  width: 100%;
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px solid #bebebe;
  min-width: 295px;
  border-radius: 2px;
}

/* Subtitulo fieldset */
.txt-adicional,
.fieldset-description {
  margin: -10px 0 20px 15px;
}

fieldset .form-group-list .group-list {
  width: 65%;
}

@media screen and (max-width: 640px) {
  fieldset .form-group-list .group-list {
    width: 100%;
  }
}

/* Date picker */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input[type="file"] {
  vertical-align: initial;
  height: auto;
}

textarea {
  min-height: 130px;
  height: auto;
  resize: none;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  line-height: normal;
  height: auto;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-width: 1px;
  border-color: #1B75BB;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
}

/* Elementos de formulario clases específicas */
/* Alineación de campos y etiquetas */
.align-center,
.align-center button {
  text-align: center;
  margin: 0 auto;
}

.align-right {
  text-align: right;
}

.align-to-input-right {
  padding-right: 28px !important;
}

.align-to-input-left {
  padding-left: 28px !important;
}

.right {
  float: right;
}

fieldset ul.form-group-list,
ul.data-list {
  padding-left: 55px;
}

fieldset fieldset ul.form-group-list {
  padding-left: 0;
}

ul.form-group-list {
  list-style-type: none;
  padding: 0;
}

ul.form-group-list li {
  display: block;
  margin-bottom: 0;
}

.popup .form-group button {
  margin-left: 25%;
}

.form-group button {
  margin-left: 290px;
}

.form-group,
ul.form-group-list > li {
  position: relative;
  padding: 10px 15px;
}

.form-group,
ul.form-group-list > li {
  margin-bottom: 7px;
}

.form-group *,
ul.form-group-list * {
  vertical-align: middle;
}

.form-group a,
ul.form-group-list a,
ul.form-group-list li p strong {
  vertical-align: baseline;
}

.form-group label,
.form-group .label,
ul.form-group-list label,
ul.form-group-list .label {
  vertical-align: middle;
}

.form-group li img,
ul.form-group-list li img {
  max-width: 380px;
}

.form-group button,
ul.form-group-list button {
  margin-bottom: 0;
}

label.textarea {
  vertical-align: top;
}

span.label {
  vertical-align: top;
  margin-top: 0;
}

.form-group label.label-align-top,
.form-group span.label-align-top,
ul.form-group-list label.label-align-top,
ul.form-group-list span.label-align-top,
label.label-align-top,
span.label-align-top {
  vertical-align: top;
}

/* Mensaje de ayuda debajo de campo */
.group {
  display: inline-block;
  vertical-align: top !important;
}

.group span {
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
}

div.group ~ button {
  height: 31px;
}

/* Campo tamaño medio compuesto */
fieldset .campo-compuesto .campo-md {
  min-width: 90px;
  max-width: 120px;
  margin-right: 10px;
}

fieldset .campo-compuesto input,
fieldset .campo-compuesto select {
  width: auto;
  min-width: inherit;
}

/* Tamaños de campo */
.campo-md {
  min-width: inherit !important;
  max-width: 242px;
}

.campo-sm {
  min-width: inherit !important;
  max-width: 130px;
}

.full-width {
  width: 100% !important;
}

/* Campos requeridos y texto de requerido */
span.required,
.form-required span {
  color: #3D6789;
}

form .form-required {
  margin-bottom: -5px;
  text-align: right;
  font-size: 0.9em;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-group-disabled label,
.form-group-disabled .label {
  color: #CCC;
}

input[disabled],
select[disabled],
textarea[disabled],
.form-group-disabled input,
.form-group-disabled select,
.form-group-disabled textarea {
  background-color: #f9f9f9;
  border-color: #e6e6e6;
}

textarea.form-control {
  height: auto;
}

.align-to-input,
fieldset .align-to-input {
  margin-left: 235px;
}

fieldset fieldset .align-to-input {
  margin-left: 30%;
  padding-left: 14px;
}

.align-to-radio {
  margin: 10px 0px 10px 20px;
}

/* Select con multiple selección */
.select-multi-options {
  display: inline;
  position: relative;
}

.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 */
ul.large-question {
  width: 50%;
}

ul.group-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  vertical-align: top;
}

ul.group-list li {
  display: block;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  width: 100%;
}

ul.group-list li:first-child {
  margin-top: 0;
}

.group-list li span {
  padding-left: 5px;
  cursor: pointer;
}

.group-list li label,
.group-list li .label {
  display: block;
  text-align: left;
  width: 100%;
}

/* Labels para radios con logo a la izquierda */
ul.form-group-list-radio-logo li ul li {
  margin-bottom: 15px;
}

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 */
.input-group {
  position: relative;
  display: inline-block;
  border-collapse: separate;
}

.input-calendar input {
  min-width: 200px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  border-radius: 2px 0 0 2px;
}

.input-group-addon {
  position: relative;
  float: left;
}

.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;
}

.input-group-addon button .icn {
  margin: 0;
}

.input-group .form-control:focus + .input-group-addon > button {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: auto 5px -webkit-focus-ring-color;
  border-color: #1B75BB;
}

/* Popups - Ventana */
.popup {
  box-sizing: border-box;
  padding: 25px;
  height: auto;
  overflow: hidden;
  overflow-y: inherit;
}

/* Icono de cerrar ventana */
.close-modal {
  width: 40px;
  height: 40px;
  background: url("../_img/fancy/fancybox-custom-close.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  margin-right: 4px;
}

/* Popups - Formularios */
.popup .form-group,
.popup ul.form-group-list > li {
  width: 100%;
}

.popup input[type="text"],
.popup select,
.popup textarea {
  width: 55%;
  min-width: inherit;
}

.popup .falso-label {
  width: 35%;
}

/* Custom fancy box */
.fancybox-close {
  background: url("")  no-repeat;
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 8040;
}

/* Pasos de formulario */
.wizard-nav-tabs {
  padding: 0;
  margin-bottom: 40px;
  overflow: hidden;
  background: #F5F5F5;
  border: 1px solid #d9d8d8;
}

.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;
}

.wizard-nav-tabs li:first-child {
  padding-left: 25px;
}

.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;
}

.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;
}

.wizard-nav-tabs-2 li {
  width: 50%;
}

.wizard-nav-tabs-3 li {
  width: 33.3333333333%;
}

.wizard-nav-tabs-4 li {
  width: 25%;
}

.wizard-nav-tabs-5 li {
  width: 20%;
}

.wizard-nav-tabs-6 li {
  width: 16.6666666667%;
}

.wizard-nav-tabs li a {
  text-decoration: none;
  color: #231F20;
}

.wizard-nav-tabs li .wizard-step {
  display: block;
  font-size: 1.7em;
  line-height: 1;
  margin-bottom: 3px;
}

.wizard-nav-tabs li .wizard-step-description {
  display: block;
  line-height: 1.2;
}

.wizard-nav-tabs li.active .wizard-step,
.wizard-nav-tabs li.active .wizard-step-description {
  color: #1A2F5A;
  font-weight: bold;
}

.wizard-nav-tabs li.active {
  background: #e2e9ef;
}

.wizard-nav-tabs li.active:after {
  border-left: 30px solid #e2e9ef;
}

/* Paso validado */
.paso-validado {
  display: block;
  overflow: hidden;
}

.paso-validado > span {
  display: block;
  float: left;
}

.paso-validado > .icn {
  margin-left: 12px;
  margin-top: 5px;
}

/* Pasos 2 lineas de texto */
.paso-dos-lineas {
  padding-bottom: 25px !important;
  /* Agregar cuando el paso seleccionado queda corto */
}

/* Pasos 3 lineas de texto */
.paso-tres-lineas {
  padding-bottom: 40px !important;
  /* Agregar cuando el paso seleccionado queda corto */
}

@media screen and (max-width: 980px) {
  .paso-dos-lineas {
    padding-bottom: 100% !important;
  }
  .paso-tres-lineas {
    padding-bottom: 100% !important;
  }
}

/* Botones de acción de formulario */
.form-action-buttons,
.form-action-buttons ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.form-action-buttons button {
  margin-bottom: 10px;
  margin-left: 25px;
}

.form-action-buttons .btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 25px;
}

.form-action-buttons li {
  float: right;
}

.form-action-buttons li.action-buttons-second {
  float: left;
}

/* Campo con error */
.form-error {
  position: relative;
  background: #FFF3F3;
  border: 1px solid #e3c4c4;
  margin-top: 10px;
}

.input-msg {
  display: block;
  margin-top: 5px;
  margin-left: 235px;
  font-size: 0.9em;
}

.input-msg span {
  display: block;
  margin-bottom: 5px;
}

.input-msg img {
  border: 1px solid #E6E6E6;
  padding: 7px;
}

fieldset fieldset .input-msg {
  margin-left: 30%;
  padding-left: 14px;
}

.icn-circle-error {
  background: url("../assets/forms/icn-circle-error.png") no-repeat;
  width: 18px;
  height: 18px;
}

/* Alineacion de mensaje para campo documento */
.input-msg-documento {
  margin-left: 355px;
}

.input-msg-error {
  color: #930718;
}

.form-error input,
input.error,
.form-error .input-group-addon button,
.form-error select,
.form-error textarea {
  border-color: #a94442;
}

.msIcon-sm {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  /* La mitad del alto */
  padding: 0;
}

.msIcon-sm span.icn {
  display: inline-block;
}

/* Campo con ayuda */
.input-msg-help {
  color: #666;
}

/* Campo con validacion */
.rol-validado {
  display: inline-block;
}

.rol-validado > span.icn {
  margin-left: 11px;
}

.rol-validado > p {
  display: inline-block;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .rol-validado {
    margin-left: 225px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .rol-validado {
    display: block;
    margin-top: 5px;
  }
  .rol-validado > span.icn {
    margin-left: 0;
  }
}

/* Modo lectura */
.form-group-list.lectura li p,
p.lectura,
li.lectura {
  display: inline-block;
  font-weight: bold;
  margin: 0;
}

input.soloLectura {
  font-weight: bold;
  border: none;
  padding-left: 0 !important;
}

/* Recuadro tooltip con imagen y texto */
.box-tooltip {
  position: absolute;
  right: 35px;
  background-color: #ecf3f9;
  border: 3px solid #bed0e0;
  border-radius: 2px;
  padding: 16px;
  width: 200px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 220px;
  z-index: 100;
}

/* Recuadro con número de error */
.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;
}

.box-error ul {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  font-size: 1.1em;
}

.box-error-title {
  font-size: 1.4em;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}

.box-error .arrow,
.box-tooltip .arrow {
  position: absolute;
  top: 47%;
  left: -8px;
  border-right-color: #bed0e0;
}

/* Íconos del box error */
.icn-arrow-right-sm {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.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 */
/* Estilos viejos suplantados por Alert */
/*.dialog-box {
  width: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 2px;
}

.dialog-box a {
  font-size: 1.1em;
}

.dialog-success {
  border-color: #c1e0b4;
  background: #ecf6e8;
}

.dialog-warning {
  border-color: #e7e2c5;
  background: #fbf8ea;
}

.dialog-error {
  border-color: #e3c4c4;
  background: #ffeded;
}

.dialog-info {
  border-color: #cecece;
  background: #F5F5F5;
}*/
.dialog-center {
  display: table;
  margin: 0 auto;
}

.dialog-data {
  display: table-cell;
  padding: 20px;
  padding-left: 0;
}

.dialog-data span ~ p {
  margin: 0 0 10px;
}

.dialog-data ul,
.dialog-data ol {
  list-style-position: inside;
  padding: 0;
}

.dialog-title {
  display: block;
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 5px;
  line-height: 1.1;
}

.dialog-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px;
  padding-right: 30px;
}

.dialog-icon .icn {
  width: 51px;
  display: inline-block;
}

.Alert ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Alert ul li {
  margin-bottom: 0;
  margin-top: 2px;
}

.Alert ul li:first-child {
  margin-top: 0;
}

/* Mensaje con lista de errores */
.lista-errores {
  margin: 10px 0;
}

.lista-errores li {
  margin-bottom: 8px;
}

/* Mix de: cuadro con datos precargados y mensaje de alerta o exito */
.Alert ul.resumen-datos {
  margin: 20px 0;
}

.Alert ul.resumen-datos li label {
  text-align: right;
  display: inline-block;
  width: 70px;
}

.Alert ul.resumen-datos li p {
  display: inline-block;
  margin: 0;
  font-weight: 700;
}

.dialog-data .btn-primario {
  display: block;
  margin: 15px 0 0 0;
}

/* Tooltip */
.tooltip {
  display: inline;
  position: relative;
  z-index: 100;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: default;
  margin-left: 10px;
}

.tooltip .icn {
  margin-top: 0;
  margin-right: 0;
  display: inline-block;
}

/* Recuadro gris */
.box {
  width: 100%;
  margin-bottom: 40px;
  overflow: auto;
}

.box button {
  margin: 0;
}

.box-grey {
  background-color: #F5F5F5;
}

.box-content-padding45 {
  padding: 30px 45px;
  overflow: auto;
}

.box-content-padding15 {
  padding: 15px;
  overflow: auto;
}

.box-title {
  display: inline-block;
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 25px;
}

/* Datos alineados, tipo tabla */
.data-list {
  list-style-type: none;
  padding: 0;
}

.data-list > li {
  padding-top: 20px;
  padding: 10px 15px;
}

.data-list > li:first-child {
  padding-top: 0;
}

.data-list > li span {
  display: inline-block;
  color: #6D6E70;
  width: 220px;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
}

.data-list > li > ul,
.data-list > li > ol {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  padding-left: 17px;
}

.data-list > li > ul.group-list,
.data-list > li > ol.group-list {
  padding-left: 0;
}

.data-list > li > ol {
  padding-left: 20px;
}

.data-list img {
  max-width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF;
}

.data-list-link {
  margin-left: 234px;
  padding-bottom: 10px;
}

/* --------------- TABLAS --------------- */
/* Total a fin de tabla */
.data-list-total {
  list-style: none;
  padding: 0;
  float: right;
  margin-bottom: 40px;
}

.data-list-total li {
  display: inline-block;
  float: left;
  padding: 7px 15px;
  border: 1px solid #E4E5E6;
  border-left: none;
  min-width: 100px;
}

.data-list-total li:first-child {
  background-color: #F1F1F2;
  border: 1px solid #E4E5E6;
}

/* Tabla genérica */
table {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.table-title {
  font-size: 15px;
  font-weight: bold;
}

fieldset table {
  max-width: 1278px;
  margin: 20px 15px 40px 15px;
}

fieldset fieldset table {
  margin: 0 0 40px 0;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: center;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #E4E5E6;
  font-weight: normal;
  overflow: visible;
}

table > thead > tr > th {
  background: #f4f4f5;
  padding: 15px;
  max-width: 150px;
  border-bottom: none;
}

table tbody tr td {
  padding: 7px 15px;
}

table > tfoot > tr > td {
  border: 0px;
  padding-top: 20px;
}

table input[type="text"],
table select,
table textarea {
  border-radius: 2px;
}

table > tr > td.number {
  padding-right: 28px;
}

table tr:nth-child(1n) {
  background: #FFF;
}

table tr:nth-child(2n) {
  background: #f0f4f8;
}

table input[type="text"],
table select,
table textarea {
  width: 100%;
  min-width: inherit;
}

/* Estilos para celdas */
td p {
  margin: 5px 0;
}

td colspan {
  text-align: center;
}

.doble-entrada {
  background: #f4f4f5;
  text-align: center;
}

.colspan {
  text-align: center;
}

@media screen and (max-width: 980px) {
  .doble-entrada {
    display: none;
  }
  .colspan {
    text-align: left;
  }
}

/* Detalle de los datos */
.dato-secundario {
  color: #6D6E70;
}

/* Alinear numeros */
.celda-numero {
  text-align: right;
}

/* Centrar inputs en tablas */
td > input[type="text"],
td > select {
  margin: 0 auto;
  display: block;
}

/* Mini tabla subtotal */
.subtotal {
  background: #f4f4f5;
  text-align: right;
}

/* Grilla tabla */
.una-celda {
  width: 10%;
}

.dos-celdas {
  width: 20%;
}

.tres-celdas {
  width: 30%;
}

.cuatro-celdas {
  width: 40%;
}

.cinco-celdas {
  width: 50%;
}

.seis-celdas {
  width: 60%;
}

.siete-celdas {
  width: 70%;
}

.ocho-celdas {
  width: 80%;
}

.nueve-celdas {
  width: 90%;
}

.diez-celdas {
  width: 100%;
}

/* Mensaje o enlace para una tabla */
.table-msg {
  display: block;
  margin: -15px 0 40px 0;
}

fieldset .table-msg {
  margin: -25px 0 40px 15px;
}

fieldset fieldset .table-msg {
  margin: -25px 0 40px 0px;
}

/* Barra gris de filtros */
.inline-filters {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inline-filters label,
.inline-filters input,
.inline-filters select,
.inline-filters textarea {
  display: inline-block;
  min-width: inherit;
  width: auto;
}

.inline-filters label {
  text-align: left;
}

.inline-filters input,
.inline-filters select,
.inline-filters textarea {
  width: 65%;
}

.inline-filters li {
  float: left;
  display: block;
  width: 40%;
}

/* Filtro individual */
.filter {
  float: right;
}

.filter select {
  width: auto;
}

.filter-results {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}

/* Nav tabs */
.nav {
  padding-left: 30px;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #999;
  margin-bottom: 25px;
}

.nav-tabs:after {
  content: '';
  display: block;
  clear: both;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.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;
}

.nav-tabs > li > a:hover {
  text-decoration: none;
  border-color: #999;
  color: #000;
}

.nav-tabs > li > a:focus {
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.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 */
.tab-content {
  margin-bottom: 45px;
}

.tab-pane {
  padding: 0 50px;
}

/* --------------- ESPECIAL PARA TRAMITES --------------- */
/* Usuario logueado */
.logged {
  float: right;
}

.logged strong {
  text-decoration: underline;
}

/* Sistema de valoracion */
.rating {
  width: 80px;
  height: 16px;
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  clear: both;
  display: inline-block;
  position: relative;
  background: url("")  no-repeat 0 0;
}

.nostar {
  background-position: 0 0;
}

.onestar {
  background-position: 0 -16px;
}

.twostar {
  background-position: 0 -32px;
}

.threestar {
  background-position: 0 -48px;
}

.fourstar {
  background-position: 0 -64px;
}

.fivestar {
  background-position: 0 -80px;
}

ul.rating li {
  cursor: pointer;
  float: left;
  text-indent: -999em;
}

ul.rating li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-decoration: none;
  z-index: 200;
}

ul.rating li.one a {
  left: 0;
}

ul.rating li.two a {
  left: 16px;
}

ul.rating li.three a {
  left: 32px;
}

ul.rating li.four a {
  left: 48px;
}

ul.rating li.five a {
  left: 64px;
}

ul.rating li a:hover {
  z-index: 2;
  width: 80px;
  height: 16px;
  overflow: hidden;
  left: 0;
  background: url("")  no-repeat 0 0;
}

ul.rating li.one a:hover {
  background-position: 0 -96px;
}

ul.rating li.two a:hover {
  background-position: 0 -112px;
}

ul.rating li.three a:hover {
  background-position: 0 -128px;
}

ul.rating li.four a:hover {
  background-position: 0 -144px;
}

ul.rating li.five a:hover {
  background-position: 0 -160px;
}

/* --------------- Estilos Mapa dirección --------------- */
.Place-map {
  position: relative;
  border: 1px solid #bebebe;
  border-radius: 2px;
}

.form-group-list .Place-map {
  width: 50%;
}

@media (max-width: 980px) {
  .form-group-list .Place-map {
    width: 70%;
  }
}

@media (max-width: 640px) {
  .form-group-list .Place-map {
    width: 100%;
  }
}

.Place-map.is-visible .Over-map {
  display: none;
}

.Over-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.Over-map-position {
  height: auto;
  vertical-align: middle;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-33%, -50%);
  transform: translate(-33%, -50%);
}

.Over-map .Button {
  width: 100%;
  margin: 10px 0px;
  box-sizing: border-box;
}

.Over-map .Button:first-child {
  margin-top: 0px;
}

.Over-map .Button:last-child {
  margin-bottom: 0px;
}

.Over-map .Map-error {
  padding: 25px 20px 20px;
  margin: 20px 0px 10px;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-align: center;
  z-index: 2;
}

.Over-map .Map-error .Map-error-icon {
  display: block;
  height: 80px;
  width: 80px;
  background: url("../assets/forms/map-error-icon.png") no-repeat center center;
  background-size: 80%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: calc(50% - 40px);
}

.Over-map .Map-error-back {
  display: block;
  height: 80px;
  width: 80px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -22px;
  left: calc(50% - 40px);
}

@media (max-width: 480px) {
  .Place-map .FlexEmbed--4by3:before {
    padding-top: 100%;
  }
  .Over-map-position {
    left: 11%;
    -webkit-transform: translate(-6%, -50%);
    transform: translate(-6%, -50%);
  }
  .Over-map .Map-error {
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 15px 20px;
  }
  .Over-map .Map-error-back {
    top: -7px;
  }
  .Over-map .Map-error .Map-error-icon, .Over-map .Map-error-back {
    height: 70px;
    width: 70px;
    left: calc(50% - 35px);
  }
}

/* --------------- |ENTRE 980 Y 1200| --------------- */
@media screen and (max-width: 1200px) {
  /* Formulario */
  ul.group-list {
    width: 55%;
  }
  fieldset table {
    max-width: 908px;
  }
}

/* --------------- |ENTRE 1200 Y 1600 | --------------- */
@media screen and (min-width: 1200px) {
  /* Contenedor principal */
  .contenedorGeneral {
    max-width: 1100px;
  }
  fieldset table {
    max-width: 1028px;
  }
}

/* --------------- |MÁS DE 1600| --------------- */
@media screen and (min-width: 1600px) {
  /* Contenedor principal */
  .contenedorGeneral {
    max-width: 1350px;
  }
  fieldset table {
    max-width: 1278px;
  }
}

/* --------------- |980| --------------- */
@media screen and (max-width: 980px) {
  /* Contenedor general */
  .contGralContenido {
    width: 97%;
    padding: 15px 1.5% 0 1.5%;
  }
  /* Elementos de formulario */
  .form-group *,
  ul.form-group-list * {
    vertical-align: initial;
  }
  fieldset h1,
  fieldset h2,
  fieldset h3,
  fieldset h4,
  fieldset h5,
  fieldset h6,
  .table-title {
    margin-left: 0px;
  }
  fieldset legend {
    padding: 0;
    /* padding: 0 10px; */
    font-size: 1.35em;
  }
  fieldset fieldset legend {
    font-size: 1.25em;
  }
  form fieldset fieldset {
    margin-top: 15px;
  }
  fieldset label,
  fieldset span.label,
  fieldset fieldset label,
  fieldset fieldset span.label {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  form > fieldset > ul.form-group-list {
    padding-left: 75px;
  }
  .form-group li img,
  ul.form-group-list li img {
    max-width: 100%;
    width: inherit;
  }
  form > fieldset > fieldset > ul.form-group-list {
    padding-left: 15px;
  }
  .form-group,
  ul.form-group-list > li {
    width: 100%;
    margin: 10px 0;
    padding: 7px 15px;
    box-sizing: border-box;
  }
  .form-group,
  ul.form-group-list > li:first-child {
    margin-top: 0;
  }
  .form-group,
  ul.form-group-list > li.form-error {
    width: 70%;
    padding-left: 14px;
  }
  fieldset .align-to-input,
  fieldset fieldset .align-to-input {
    margin-left: 0;
  }
  .input-msg,
  fieldset fieldset .input-msg {
    margin-left: 0;
  }
  .input-msg-documento {
    margin-left: 135px;
  }
  ul.group-list {
    display: block;
    width: auto;
  }
  .group-list li span {
    display: inline;
    font-weight: normal;
  }
  fieldset ul.form-group-list,
  ul.data-list {
    padding-left: 0;
  }
  fieldset label,
  fieldset span.label {
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  fieldset label span {
    font-weight: normal;
    font-size: 1rem;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="date"],
  select {
    font-size: 1.2rem;
    padding: 5px 10px 8px 10px;
  }
  .input-msg {
    font-size: 1rem;
  }
  /* Texto adicional de grupo de campos */
  .txt-adicional {
    margin: 0 0 1rem 0;
  }
  /* Texto de campo solo lectura */
  .lectura {
    font-size: 1.2em;
  }
  /* Recuadro con número de error */
  .msIcon-sm {
    display: inline-block;
  }
  .link-right {
    display: block;
    width: 100%;
    text-align: right;
    float: right;
    padding-top: 0;
    margin-bottom: 15px;
    text-decoration: none !important;
  }
  .filter {
    width: 100%;
    margin-bottom: 15px;
  }
  .filter select {
    width: 100%;
  }
  /* Inputs */
  button,
  input,
  select,
  textarea {
    /*line-height: normal !important;*/
  }
  form fieldset {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin: 0;
  }
  form > fieldset > legend {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #9aacb3;
  }
  form > fieldset > fieldset {
    padding-left: 20px;
  }
  form > fieldset > ul.form-group-list {
    box-sizing: border-box;
    padding-left: 0;
  }
  form > fieldset > ul.form-group-list > li,
  form > fieldset > fieldset > ul.form-group-list > li,
  form > fieldset > fieldset > ul.form-group-list {
    padding-left: 0;
  }
  form > fieldset > ul.form-group-list > li.form-error {
    padding-left: 20px;
  }
  legend {
    font-weight: normal;
  }
  form .form-required {
    display: none;
  }
  /* Recuadro gris */
  .align-to-form {
    padding-left: 36px;
  }
  /* Nav tabs */
  .nav {
    padding-left: 0;
  }
  .nav-tabs > li > a {
    margin-right: 5px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: 1px solid #666;
    border-bottom-color: #666;
    text-decoration: none;
  }
  /* Paneles de tab */
  .tab-pane {
    padding: 0 15px;
  }
  /* Tabla genérica */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    overflow: auto;
  }
  /* IE 8 fix */
  td,
  tr {
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
  /* Oculto header */
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tfoot {
    width: 100%;
    float: right;
  }
  table tfoot td {
    padding: 0px;
  }
  table tfoot tr {
    border: none;
  }
  table tr {
    border: 1px solid #ccc;
    padding: 10px 0;
  }
  table tr td:first-child,
  table tr td:last-child {
    border: none;
  }
  table tr.row-total {
    padding: 0;
  }
  /* Los datos se muestran en filas */
  table tr td {
    border: none !important;
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    font-weight: bold !important;
  }
  .content-before {
    display: block;
    padding-bottom: 5px;
    text-align: left;
    font-weight: normal;
  }
  table tr td.cell-hide-mobile,
  table tr td.cell-no-border,
  table tr.row-spacer {
    display: none;
  }
  /* Alineaciones de tabla */
  table .align-center,
  .align-center button {
    text-align: left;
    margin: 0;
  }
  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 */
  table tr td.header {
    background: #EBEBEB;
    padding: 8px 15px;
    font-weight: bold;
    color: #333;
  }
  table tr td.header:before {
    display: block;
    position: static;
    width: 100%;
    white-space: normal;
    margin-bottom: 4px;
  }
  fieldset .table-msg {
    margin: -5px 0 40px 0px;
  }
  fieldset table {
    margin: 15px 0px;
  }
  /* Datos alineados, tipo tabla */
  .data-list li {
    padding-top: 10px;
  }
  .data-list li span {
    display: block;
    width: auto;
    text-align: left;
  }
  .data-list-link {
    margin-left: 0;
  }
  /* Barra gris de filtros */
  .inline-filters {
    overflow: auto;
    margin-bottom: 15px;
  }
  .inline-filters label {
    display: block;
  }
  .inline-filters input,
  .inline-filters select,
  .inline-filters textarea {
    width: 100%;
  }
  .inline-filters li {
    width: 49%;
    margin-left: 2%;
  }
  .inline-filters li:first-child {
    margin-left: 0;
  }
  /* Popup forms */
  .popup input[type="text"],
  .popup select,
  .popup textarea {
    width: 100%;
  }
  .popup .form-group button {
    margin-left: 0;
  }
  .popup label,
  .popup .label {
    width: 100%;
  }
  /* Recuadro gris */
  .box-content-padding30 {
    padding: 20px;
  }
  .align-to-form {
    padding-left: 123px;
  }
  ul.large-question {
    width: 100%;
  }
  /* Pasos de formulario */
  .wizard-nav-tabs {
    padding-bottom: 15px;
  }
  .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;
  }
  div.group ~ button {
    display: block;
    margin-top: 10px;
  }
  .tooltip {
    /*display: none;*/
  }
}

/* --------------- |690| --------------- */
@media screen and (max-width: 690px) {
  /* Tablas */
  table tr td {
    padding: 8px 15px;
  }
  table tr td:before {
    display: block;
    position: static;
    width: 100%;
    white-space: normal;
    margin-bottom: 4px;
  }
  /* Usuario logueado */
  .logged {
    float: none;
  }
}

/* --------------- |640| --------------- */
@media screen and (max-width: 640px) {
  /* Elementos de formulario */
  .form-group,
  ul.form-group-list,
  .form-group,
  ul.form-group-list > li.form-error,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  input[type="password"],
  select,
  textarea,
  input[type="file"],
  .campo-md,
  .campo-sm,
  textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .input-group {
    width: 100%;
  }
  input.form-control {
    width: 90%;
  }
  .input-group-addon {
    width: 10%;
    display: table-cell;
    box-sizing: border-box;
  }
  .form-group,
  ul.form-group-list > li {
    width: 100%;
    box-sizing: border-box;
  }
  /* Campo con error */
  .msIcon-sm {
    display: none;
  }
  /* Botones de acción de formulario */
  .form-action-buttons li.action-buttons-primary ul li {
    float: none;
  }
  /* Recuadro con número de error */
  .box-error {
    position: static;
    margin: inherit;
    margin-top: 5px;
    height: auto;
    width: 100%;
    max-width: 220px;
  }
  .box-error .arrow {
    display: none;
  }
  /* Resumen de errores */
  .dialog-box .dialog-icon {
    display: none;
  }
  .dialog-box .dialog-data {
    padding-left: 30px;
    padding: 30px;
  }
  /* Barra gris de filtros */
  .inline-filters input,
  .inline-filters select,
  .inline-filters textarea {
    width: 100%;
  }
  .inline-filters li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .inline-filters li:first-child {
    margin-top: 0;
  }
  /* Nav tabs */
  .nav {
    padding-left: 0;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: 3px;
  }
  .nav-tabs > li > a {
    border: 1px solid #CCC;
    border-radius: 0;
    margin-right: 0;
  }
  .nav-tabs > li > a:hover {
    border: 1px solid #666;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: 1px solid #666;
    border-bottom-color: #666;
    text-decoration: none;
  }
  /* Paneles de tab */
  .tab-pane {
    padding: 0 15px;
  }
  /* Nombre de los pasos */
  .wizard-nav-tabs li .wizard-step-description {
    display: none;
  }
}

/* --------------- |480| --------------- */
@media screen and (max-width: 480px) {
  /* Elementos de formulario */
  form > fieldset > fieldset {
    border: none;
    padding: 0 5px;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
  }
  form > fieldset > fieldset > legend {
    font-weight: bold;
    font-size: 1.25em;
  }
  input.form-control {
    width: 85%;
  }
  .input-group-addon {
    width: 15%;
  }
  .group {
    display: block;
    width: 100%;
  }
  /* Campo documento */
  fieldset .campo-compuesto select {
    min-width: inherit;
    max-width: none !important;
    width: 100%;
    margin-bottom: 7px;
  }
  fieldset .campo-compuesto input {
    min-width: inherit;
    max-width: none !important;
    width: 100%;
  }
  /* Subtitulo fieldset */
  fieldset fieldset .txt-adicional {
    margin: 0px 0 20px 10px;
  }
  /* Alineacion de mensaje para campo documento */
  .input-msg-documento {
    margin-left: 0;
  }
  /* Botones de acción de formulario */
  .form-action-buttons {
    padding-left: 30px;
  }
  .form-action-buttons li {
    float: none;
  }
  .form-action-buttons li button {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .form-action-buttons li.action-buttons-primary ul {
    margin-bottom: 15px;
  }
  /* Tabla genérica */
  /* Total a fin de tabla */
  .data-list-total {
    float: none;
    min-width: inherit;
    margin-bottom: 40px;
  }
  .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;
  }
  .data-list-total li:first-child {
    background-color: #F1F1F2;
    border: 1px solid #E4E5E6;
  }
  /* Recuadro gris */
  .align-to-form {
    padding-left: 4.5%;
  }
  /* Paginación */
  .pagination-indicator {
    text-align: left;
  }
  .pagination ul li.pagination-control {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
  /* Pasos del formulario */
  .wizard-nav-tabs li,
  .wizard-nav-tabs li:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wizard-nav-tabs li .wizard-step {
    font-size: 1.3em;
  }
  /* Paginación */
  .pagination {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .pagination-indicator {
    margin-bottom: 0;
  }
}

/* --------------- |390| --------------- */
@media screen and (max-width: 390px) {
  .contGralContenido {
    width: 94%;
    padding: 15px 3% 0 3%;
  }
  /* Cuadros de diálogo */
  .dialog-data {
    display: block;
    padding: 10px 15px;
    padding-top: 0;
  }
  .dialog-icon {
    display: block;
    padding: 15px;
    padding-bottom: 5px;
  }
  /* Datos alineados, tipo tabla */
  .data-list {
    padding-left: 0;
  }
  /* Elementos de formulario */
  form > fieldset > ul.form-group-list,
  form > fieldset > fieldset ul.form-group-list {
    padding-left: 0;
  }
  input.form-control {
    width: 80%;
  }
  .input-group-addon {
    width: 20%;
  }
  /* Botones de acción de formulario */
  .form-action-buttons {
    padding-left: 15px;
  }
  .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 */
  input.form-control {
    width: 100%;
    border-right-width: 1px;
    border-right-style: solid;
  }
  .input-group-addon {
    display: none;
  }
}

/* --------------- PARA TRAMITES --------------- */
/* Medios de pago */
.medios-pago {
  display: block;
  margin: 5px 0 25px 10px;
  cursor: inherit;
}

.medios-pago > span {
  text-align: center;
  width: 120px;
  display: inline-block;
}

.medios-pago > span > img {
  max-height: 35px;
}

.medio {
  margin-bottom: 10px;
}

.medio-organismo {
  height: 35px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .group-list li span.medios-pago {
    display: block;
  }
  .group-list li span.medios-pago > span,
  .group-list li span.medios-pago > img {
    display: block;
    margin-bottom: 20px;
  }
}

.table-action-icn {
  margin: 5px !important;
}

.table-action-link {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

/* Modal */
.align-to-input-modal {
  margin-left: 35%;
  padding-left: 15px;
}

.fancybox-white {
  background: white !important;
}

.input-msg-modal {
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  /* Estilo parapopup */
  .align-to-input-modal {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.sub-header {
  display: block;
  margin: -15px 0 20px 0;
}

.resumen {
  margin-bottom: 0;
}

.texto-secundario {
  color: grey;
}

/*Datos en modo lectura 2*/
.static-data-box {
  margin: 30px 0px 30px 0px;
  padding: 30px;
  background-color: #f9f9f9;
}

ul.static-box-list {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}

ul.static-box-list li {
  min-height: 40px;
  display: block;
}

.static-data-title {
  font-size: 1.25em;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #9aacb3;
}

.data-value {
  font-weight: bold;
}

.margin-bottom {
  margin-bottom: 5px;
}

/* TOOLTIP CSS  -------------------------------------------- */
/* Hover y focus solo en escritorio; en mobile eliminar el hover porque confunde */
.tooltip:focus {
  border: none;
}

.box-tooltip {
  opacity: 0;
  z-index: 0;
  right: -35px;
}

.box-tooltip p {
  line-height: 1.2rem;
  margin-top: 5px;
}

.tooltip:hover + .box-tooltip,
.tooltip:focus + .box-tooltip {
  opacity: 1;
  z-index: 1000;
  pointer-events: inherit;
}

/* --------------- |ENTRE 980 Y 1200| --------------- */
@media screen and (max-width: 1200px) {
  .box-tooltip {
    right: 215px;
  }
  .box-tooltip .arrow {
    right: -8px;
  }
}

/* --------------- |980| --------------- */
@media screen and (max-width: 980px) {
  .box-tooltip {
    margin: 0px;
    right: 0;
    left: calc(50% + 55px);
    top: -55px;
  }
}

/* --------------- |480| --------------- */
@media screen and (max-width: 640px) {
  .tooltip {
    margin-left: -1px;
    margin-top: 6px;
  }
  .box-tooltip {
    margin: 0px;
    left: 35px;
    top: -15px;
  }
}

/* Presentacion de los atomos  -------------------------------------------- */
/* Paleta cromatica */
.paleta-cromatica .azul-claro {
  background: #f0f4f8;
}

.paleta-cromatica .rosado-claro {
  background: #f4f4f5;
}

.paleta-cromatica .rosado {
  background: #ffeded;
}

.paleta-cromatica .amarillo-claro {
  background: #fbf8ea;
}

.paleta-cromatica .verde-claro {
  background: #ecf6e8;
}

.paleta-cromatica .azul {
  background: #0060a3;
}

.paleta-cromatica .azul-grisado {
  background: #607a92;
}

.paleta-cromatica .gris {
  background: #c7c7c7;
}

.paleta-cromatica span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  margin-right: 7px;
}

.paleta-cromatica .colores {
  margin-bottom: 20px;
}

/* Iconos */
.iconos .snippet-icono {
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
  background: #eaeaea;
  cursor: default;
  width: 11.18%;
  height: 120px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.iconos .snippet-icono .icon-box {
  display: table;
  width: 100%;
  height: 100%;
}

.iconos .snippet-icono .icon-box .center {
  display: table-cell;
  vertical-align: middle;
}

.iconos .snippet-icono:nth-of-type(8n) {
  margin-right: 0;
}

.iconos .snippet-icono:hover {
  background: #E7EFF6;
}

.iconos .snippet-icono:hover span {
  color: #000;
}

.iconos .snippet-icono span {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8em;
  line-height: 1.2;
  color: #707273;
}

.iconos .snippet-icono [class^="icn"],
.iconos .snippet-icono [class*=" icn"] {
  margin-bottom: 12px;
}

/* --------------- |700| --------------- */
@media screen and (max-width: 700px) {
  .iconos .snippet-icono {
    width: 28%;
    height: 120px;
    margin-right: 1%;
    margin-bottom: 1.5%;
  }
  .iconos .snippet-icono:nth-of-type(8n) {
    margin-right: 1%;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: 80%;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.in {
  opacity: 0.6;
}

.modal-header {
  padding: 16px 24px;
}

.modal-header:after, .modal-header:before {
  display: table;
  content: '';
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 2.1;
}

.modal-body {
  position: relative;
  padding: 8px 0;
  margin: 0 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.modal-footer {
  padding: 16px 24px;
  text-align: right;
}

.modal-footer:after, .modal-footer:before {
  display: table;
  content: '';
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal {
  padding: 0 !important;
  text-align: center;
}

.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  content: '';
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.close {
  float: right;
  font-size: 2.875rem;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.caracter-restante {
  display: inline-block!important;
  vertical-align: baseline!important;
  font-weight: bold;
  margin-bottom: 0!important;
}

.caracter-restante.excedido {
  color: red;
}
