.hidden {
  display: none;
}
@media (min-width: 768px) {
  .icex-title-default {
    padding-left: 0px;
  }
}
p.register-steps {
  color: #A01A1C;
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0px 20px 20px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
p.register-steps a {
  color: #1e52d5;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
ol.register-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 10px;
  width: 100%;
}
ol.register-steps li {
  background: url(../../../../../../../content/dam/commons/register/ico-separador.jpg) right center no-repeat;
  color: #666666;
  margin-bottom: 10px;
  padding: 5px 20px 5px 5px;
  overflow-wrap: break-word;
  text-align: center;
  width: 33%;
}
ol.register-steps li:last-child {
  background-image: none;
}
ol.register-steps li.activa {
  font-weight: bold;
}
ol.register-steps .step.margin-up {
  bottom: -8px;
  font-size: 0.75rem;
}
.formulario fieldset {
  border: none;
}
.formulario legend {
  display: none;
}
.formulario .subtitle {
  color: #e01f20;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.formulario p {
  padding: 0 0 10px;
}
.formulario .rowreg {
  margin-bottom: 1em;
}
.formulario label {
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 15px;
}
.formulario .req {
  color: #e01f20;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: .2em;
}
.formulario .errormsg {
  display: none;
  margin-top: 3px;
  padding-top: 7px;
  width: 100%;
}
.formulario .errormsg p {
  background: #d52b1e;
  color: #ffffff;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px;
}
.formulario .msgPass {
  margin-top: -10px;
  padding-top: 7px;
  width: 100%;
}
.formulario .msgPass p {
  color: #666666;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px 0;
}
.icex-button-default {
  background-color: #A01A1C;
}
.container-double-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.container-button label,
.container-double-button label {
  display: none;
}
.container-button {
  margin-top: 1em;
}
.container-button.right {
  text-align: right;
}
.formulario .row ul li {
  border-bottom: 1px solid #dadada;
  padding: 15px 0;
  list-style: none;
}
.formulario .row ul li:last-child {
  border-bottom: none;
}
.formulario .service-type {
  color: #424242;
  font-weight: bold;
}
.formulario .concesion {
  color: #e01f20;
}
.summary .rowreg {
  display: flex;
  flex-direction: column;
}
.summary-label {
  color: #454d52;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
}
.summary-text {
  width: 100%;
  padding: 10px 0;
}
.formulario .final-msg {
  margin-bottom: 1em;
  width: auto;
}
.formulario .radio,
input[type=radio] {
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../../../../../../content/dam/commons/register/sprite-forms.png);
  background-position: -30px 0;
  height: 24px;
  margin-right: 5px;
  outline: 0 none;
  vertical-align: middle;
  width: 24px;
}
.formulario input[type=radio]:checked {
  background-position: -30px -33px;
}
.button {
  text-align: left;
  margin-top: 40px;
  display: none;
}
.button .cmp-form-button {
  cursor: pointer;
  background-color: #eb3319;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
}
.confirmation {
  display: flex;
  flex-direction: column;
}
.confirmation .message-confirmation {
  margin-top: 20px;
  align-self: end;
}
.confirmation .message-confirmation a {
  text-decoration: none;
}
.formulario .input-edit-container {
  gap: 54px;
}
.formulario .input-edit-container .input-edit {
  width: 45%;
}
@media (min-width: 768px) {
  ol.register-steps li {
    width: 25%;
  }
  .summary .columnreg {
    display: flex;
    flex-direction: row;
  }
  .columnreg.servSel {
    flex-wrap: wrap;
  }
  .summary .rowreg {
    flex-direction: row;
    width: 50%;
  }
  .summary-label {
    width: 45%;
  }
  .summary-text {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  p.register-steps {
    flex-direction: row;
    justify-content: space-between;
  }
  p.register-steps a {
    margin-top: 0;
  }
  ol.register-steps li {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 30px;
    width: 23%;
  }
  .formulario .columnreg {
    display: flex;
    flex-direction: row;
  }
  .formulario .columnreg--modifier {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .formulario .columnreg--modifier .rowreg {
    width: 100%;
  }
  .formulario .rowreg {
    display: flex;
    flex-direction: row;
    width: 50%;
  }
  .formulario label {
    text-align: right;
    width: 35%;
  }
  .column-box {
    width: 60%;
  }
  .formulario label.label--modifier {
    width: 0%;
    padding-right: 0;
  }
  .checkbox--modifier {
    padding-right: 15px;
    text-align: right;
    width: 35%;
  }
  .formulario .row ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .formulario .row ul li {
    width: 50%;
  }
  .formulario .row ul li:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }
  .summary-label {
    text-align: right;
  }
  .summary-text {
    padding: 10px 0 10px 50px;
  }
  .formulario .row {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container-button {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .formulario .rowreg {
    width: 45%;
  }
  .formulario .columnreg--modifier {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .formulario .input-edit-container {
    gap: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .formulario .input-edit-container {
    gap: 0px;
  }
  .formulario .input-edit-container .input-edit {
    width: 100%;
    max-width: 360px;
  }
}


/* css Dialog*/
.ui-dialog-titlebar-close {
    visibility: hidden;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.tingle-modal-box__content{
	padding:10px 0;
}

.tingle-modal-box__footer{
	margin:0px;
	padding: 10px 0;
}

.tingle-modal-box__footer--sticky{
    position: inherit;
}

.minor-z-index{
	z-index:800;
}

.error-z-index{
  z-index:1200;
}

/* CSS Modal */
div.consentDiv{
	display:none;

   	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;

}


div.consentDivs{
	vertical-align: middle;
	padding: 15px 30px;
	text-align: center;
}

div.consentLogalty{
  margin-top: 20px;
}

div.lgtConsentPIN{
	display:none;

}

.lgtConexpHide{
	display:none;
}

.lgtConsentModal{
	clear: both;
	/*height:450px;*/
	/* font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif; */
        color: #777;
        text-align: justify;
        padding-bottom:20px;
	padding-right:20px;
	padding-left:5px;
  	overflow:auto;
}

.conditionICEX{
  display:block;
  margin-bottom: 10px;
  width: 97%
}

/* CSS Checkbox */
.lgtConsentModal [type="checkbox"]:not(:checked),
.lgtConsentModal [type="checkbox"]:checked {
 /*  position: absolute;
  left: -9999px; */
  display:none;
}
.lgtConsentModal [type="checkbox"]:not(:checked) + label,
.lgtConsentModal [type="checkbox"]:checked + label {
  position: absolute;
  padding-left: 1.95em;
  padding-top: 3px;
  cursor: pointer;
  width: 85%;
}

/* checkbox aspect */
.lgtConsentModal [type="checkbox"]:not(:checked) + label:before,
.lgtConsentModal [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 22px ;
  height: 22px ;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.lgtConsentModal [type="checkbox"]:not(:checked) + label:after,
.lgtConsentModal [type="checkbox"]:checked + label:after {
  content: "\2714";
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #115eb0;
  transition: all .2s;
}
/* checked mark aspect changes */
.lgtConsentModal [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.lgtConsentModal [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
.lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.lgtConsentModal [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.lgtConsentModal [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */


/* hover style just for information */
.lgtConsentModal label:hover:before {
  border: 2px solid #4778d9!important;
}

/* CSS msg consent*/
#msgConsent{
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  	color: #777;
  	text-align: justify;
  	padding-bottom:10px;
  	text-align:center;
 	display: inline-block;
}

#msgConsent input[type='text'] {
    border: 2px solid black;
}

/* Btn confirmation */
.btnLogaltyConfirm {
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
  /* Old browsers */
  background: #EB3319;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #EB3319 0%, #EB3319 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #EB3319 0%,#EB3319 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #EB3319 0%,#EB3319 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3576ba', endColorstr='#275a8e',GradientType=0 );
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25s;
    border: none;
/*     font-size: 14px; */
    font-weight: bold;
    float: right;
    margin-right:20px;
    margin-top:10px;
}

.btnLogaltyConfirm:hover {
  /* Old browsers */
  background: #115eb0;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #EB3319 0%, #EB3319 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #EB3319 0%,#EB3319 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #EB3319 0%,#EB3319 100%);
    /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115eb0', endColorstr='#0f457f',GradientType=0 );
}

.btnLogaltyPin{
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    padding: 0px 10px;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 3px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	font-weight: 400;
	width: 88px;
	height: 21px;
}

.btnLogaltyCancel{
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  /* Old browsers */
  background: #b1b1b1;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #b1b1b1 0%,#b1b1b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #b1b1b1 0%,#b1b1b1 100%);
   /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#b1b1b1',GradientType=0 );
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25s;
    border: none;
/*     font-size: 14px; */
    font-weight: bold;
    float: left;
    margin-left:20px;
    margin-top:10px;
}

.btnLogaltyCancel:hover {
  /* Old browsers */
  background: #3d4e60;
  /* FF3.6-15 */
  background: -moz-linear-gradient(top, #3d4e60 0%, #354454 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(top, #3d4e60 0%,#354454 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #3d4e60 0%,#354454 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4e60', endColorstr='#354454',GradientType=0 );
}

.btnConsentReenviar {
	float:left;
	background-color: #577178;
	background-image:url("../clientlibs/css/images/refresh.gif");
}

.lgtConsentPINerr{
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    font-weight: bold;

}


/* SAS css*/
#divSasConsentButton [type="button"]{
  font-size: 100%;
  min-width: 50px;
}

/* CSS Checkbox */
#divSasConsentText [type="checkbox"]:not(:checked),
#divSasConsentText [type="checkbox"]:checked {
 /*  position: absolute;
  left: -9999px; */
  display:none;
}
#divSasConsentText [type="checkbox"]:not(:checked) + label,
#divSasConsentText [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  margin-top: 10px;
}

/* checkbox aspect */
#divSasConsentText [type="checkbox"]:not(:checked) + label:before,
#divSasConsentText [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 22px ;
  height: 22px ;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
#divSasConsentText [type="checkbox"]:not(:checked) + label:after,
#divSasConsentText [type="checkbox"]:checked + label:after {
  content: "\2714";
  position: absolute;
  top: .1em; left: .1em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #115eb0;
  transition: all .2s;
}
/* checked mark aspect changes */
#divSasConsentText [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#divSasConsentText [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
#divSasConsentText [type="checkbox"]:disabled:not(:checked) + label:before,
#divSasConsentText [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#divSasConsentText [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#divSasConsentText [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* SMARTPHONE */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 767px)
  and (orientation: portrait) {

    body, html{
      min-width: 0px;
    }

    .checkbox label, .radio label, label{
      font-size: 100%;
    }
    
    .footer .lastLinks p.copy{
        width: 102%
    }
    
    #idDivButton.botoneraSig{
        width: 100%;
        display: inline-grid
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label,
    .lgtConsentModal [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
    }

    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      left: .3em;
      top: 0.1em;
      width: 20px;
      height: 20px;
    }

    .lgtConsentModal{
      font-size: 150%;
      height: 100%;
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 20px;
      height: 20px;
    }

    .tingle-modal-box {

        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 100% !important;
        height: 100% !important;
        border-radius: 4px;
        background: #fff;
        opacity: 1;
        cursor: auto;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
        transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .tingle-modal-box__content {
        overflow: scroll;
        height: 100%;
        width: 97%
    }

    .btnLogaltyConfirm{
      font-size: 100%;
      width: 100%;
      height: 40px
    }

    .btnLogaltyCancel{
      font-size: 100%;
      min-width: 215px;
    }

    .tingle-modal--overflow {
      padding-top: 0;
    }

    #divSasConsentText{
      margin-left: 20px;
      margin-right: 20px;
      margin-top:20px;
      clear: both;
      color: #777;
      text-align: justify;
      padding-bottom:20px;
      /* padding-right:20px;
      padding-left:20px; */
      overflow:scroll;
      /*TODO aclaracion por parte de felix*/
      /* border: 1px solid #77a2d0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; */
      height: 100%;
    }

    #divSasConsentText [type="checkbox"]:not(:checked) + label:after, #divSasConsentText [type="checkbox"]:checked + label:after{
    	font-size: 2em;
    }

    .logo_logalty{
      margin-left: 30%!important;
    }

    div.captchaInput{
      display: -webkit-inline-flex!important;
      display: -ms-inline-flexbox!important;
      display: inline-flex!important;
    }
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 815px)
  and (orientation: landscape) {

    .checkbox label, .radio label, label{
      font-size: 100%;
    }
    
    #idDivButton.botoneraSig{
        width: 100%;
        display: inline-grid
    }
    
    .footer .lastLinks p.copy{
        width: 102%
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label,
    .lgtConsentModal [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
    }

    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      left: .2em;
      top: 0;
      width: 20px;
      height: 20px;
    }

    .lgtConsentModal{
      font-size: 100%;
      height: 100%;
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 20px;
      height: 20px;
    }

    .tingle-modal-box {
      height: 100%;
      width: 100%;
    }

    .tingle-modal-box__content {
      height: 100%;
      overflow: scroll;

    }

    .btnLogaltyConfirm{
      font-size: 100%;
      width: 95%;
      height: 30px
    }

    .btnLogaltyCancel{
      font-size: 100%;
      min-width: 117px;
    }

    .tingle-modal--overflow {
      padding-top: 0;
    }

    #divSasConsentText{
      margin-left: 20px;
      margin-right: 20px;
      margin-top:20px;
      clear: both;
      color: #777;
      text-align: justify;
      padding-bottom:20px;
      /* padding-right:20px;
      padding-left:20px; */
      overflow:scroll;
      /* TODO: aclaracion por parte de Felix y Dani */
      /* border: 1px solid #77a2d0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; */
      height: 100%;
    }

    #divSasConsentText [type="checkbox"]:not(:checked) + label:after, #divSasConsentText [type="checkbox"]:checked + label:after{
    	font-size: 2em;
    }

    .logo_logalty{
      margin-left: 30%!important;
    }
}

 
/* TABLET  */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1200px)
  and (orientation: portrait){

    .checkbox label, .radio label, label{
      font-size: 100%;
    }
    
    #idDivButton.botoneraSig{
        width: 100%;
        display: inline-grid
    }
    
    .footer .lastLinks p.copy{
        width: 100%
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label,
    .lgtConsentModal [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 1.95em;
      cursor: pointer;
    }

    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      left: .3em;
      top: 0.1em;
      width: 30px;
      height: 30px;
    }

    .lgtConsentModal{
      height: 100%;
      font-size: 175%;
      width: 100%
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 30px;
      height: 30px;
    }

    .tingle-modal-box {
      width: 85%;
      height: 85%;
    }

    .tingle-modal-box__content {
      height: 100%;
      overflow: scroll;
    }

    .btnLogaltyConfirm{
      font-size: 100%;
      width: 95%;
      height: 40px
    }

    .btnLogaltyCancel{
        font-size: 100%;
        min-width: 134px;
    }

    .tingle-modal--overflow {
      padding-top: 0;
    }

    .navbar-fixed-top .navbar-inner{
      padding: 0;
    }

    #divSasConsentText{
      margin-left: 5%;
      margin-right: 5%;
      margin-top:5%;
      clear: both;
      color: #777;
      text-align: justify;
      padding-bottom:20px;
      /* padding-right:20px;
      padding-left:20px; */
      overflow:scroll;
      /* TODO: aclaracion por parte de FELIX Y DANI  */
      /* border: 1px solid #77a2d0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; */
      height: 100%;
    }

    #divSasConsentText [type="checkbox"]:not(:checked) + label:after, #divSasConsentText [type="checkbox"]:checked + label:after{
    	font-size: 2em;
    }

    #divSasConsentButton{
      margin-left:2.5%;
      margin-right: 2.5%;
    }

    .logo_logalty{
      margin-left: 30%!important;
    }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1200px)
  and (orientation: landscape){

    .conditionICEX{
        margin-bottom: 50px
    }
    
    .btnLogaltyCancel{
      min-width: 95px;
    }
    
    .field-items .field-item{
        width: 100%
    }
    
    #idDivButton.botoneraSig{
        width: 100%;
        display: inline-grid
    }
    
    .footer .lastLinks p.copy{
        width: 102%
    }
    
    .lgtConsentModal{
      height: 100%;
      font-size: 175%;
      width:100%
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      left: .3em;
      top: 0.1em;
      width: 30px;
      height: 30px;
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 30px;
      height: 30px;
    }
    
    .btnLogaltyConfirm{
      font-size: 100%;
      width: 94%;
      height: 40px
    }

    #divSasConsentText{
      margin-left: 5%;
      margin-right: 5%;
      margin-top:5%;
      clear: both;
      color: #777;
      text-align: justify;
      padding-bottom:20px;
      /* padding-right:20px;
      padding-left:20px; */
      overflow:scroll;
      /*TODO aclaracion por parte de Felix y Dani */
      /* border: 1px solid #77a2d0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; */
      height: 100%;
    }

    #divSasConsentText [type="checkbox"]:not(:checked) + label:after, #divSasConsentText [type="checkbox"]:checked + label:after{
    	font-size: 2em;
    }

    #divSasConsentButton{
      margin-left:2.9%;
      margin-right:2.9%;
    }

    .logo_logalty{
      margin-left: 30%!important;
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      width: 35px;
      height: 35px;
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 35px;
      height: 35px;
    }
}

/*LAPTOP*/
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1920px) {

    .tingle-modal-box {
      width: 90%;
      max-width: 700px;
    }

    .form-group.label-static label.control-label,
    .form-group.label-floating.is-focused label.control-label,
    .form-group.label-floating:not(.is-empty) label.control-label {
      font-size:0.875rem;
    }
    
    .lgtConsentModal [type="checkbox"]:not(:checked) + label:before, .lgtConsentModal [type="checkbox"]:checked + label:before {
      width: 20px;
      height: 20px;
    }
    
    /* disabled checkbox */
    .lgtConsentModal [type="checkbox"]:disabled:not(:checked) + label:before,
    .lgtConsentModal [type="checkbox"]:disabled:checked + label:before {
      width: 20px;
      height: 20px;
    }
    
    /*! CSS Used from: https://int5.logalty.com/pages/mutua/mutuafiles/main_002.css */
    #divSasConsentText span,p{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;}
    #divSasConsentText *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;}
    #divSasConsentText p{margin:0 0 16px 0;}
    #divSasConsentText *:focus{outline:0;}
    /*! CSS Used from: https://int5.logalty.com/pages/mutua/css/internaldemonewpage.css */

    #divSasConsentText p {
        padding: 0;
        margin: 1px 0;
    }

    #divSasConsentText h1 {
        padding: 0;
        margin: 0;
    }

    #divSasConsentText ul {
        /* padding: 0; */
        margin: 1px 0;
    }

    #divSasConsentText{
    	height:660px !important;
      width:70% !important;
    	color: black !important;
      margin-left:15%;
      margin-top:2%;

      clear: both;
      color: #777;
      text-align: justify;
      padding-bottom:20px;
    	/* padding-right:20px;
    	padding-left:20px; */
      overflow:auto;
      /*TODO: Aclaracion por parte de Felix y Dani*/
      /* border: 1px solid #77a2d0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; */
    }

    #divSasConsentText label{
    	font-size: 0.75rem;
    	padding-left:25px;
    	font-weight: bold;
    }

    #divSasConsentText [type="checkbox"] + label:before {
      width: 14px !important;
      height: 14px !important;
    }


    #divSasConsentButton{
      width:70% !important;
      margin-top: 10px;
      margin-left:15%;
      display: inline-block;

    }

    /* hover style just for information */
    #divSasConsentText label:hover:before {
      border: 2px solid #4778d9!important;
    }
}
.lgtConsentModalMsg{
    clear: both;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    color: #777;
    padding-bottom:20px;
    padding-right:20px;
    padding-left:20px;
    overflow:auto;
    display: none;
}
/* ----------------------------------------------------------- */
/* == tingle v0.12.0 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}


.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  overflow: hidden;
  height: 100%;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 97%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

.enterprise-contacts-cmp {
  padding-bottom: 20px;
}
.enterprise-contacts-cmp .icex-loading {
  padding: 15px;
}
.enterprise-contacts-cmp .icex-table-default tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
.enterprise-contacts-cmp .checkbox-table {
  padding-left: 10px;
  width: 30px;
}
.enterprise-contacts-cmp .icex-checkbox-default:disabled {
  cursor: auto;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .enterprise-contacts-cmp .container-button {
    margin-top: 1em;
  }
}
.enterprise-contacts-cmp .container-button .icex-button-default {
  font-size: 0.6875rem;
  white-space: normal;
}
@media (min-width: 768px) {
  .enterprise-contacts-cmp .container-button .icex-button-default {
    font-size: 0.8125rem;
  }
}

