/*******  DIV CONTENT  *******/
.ecix-gdpr-page{
    margin-left: 20%;
    margin-right: 20%;
    font-size:16px;
    color:#000;
}
/*******  ALIGN  *******/
.ecix-ac   { text-align: center; }
.ecix-ar   { text-align: right; }
.ecix-al   { text-align: left; }
.ecix-vt   { vertical-align: top; }
/*******  POSITION  *******/
.ecix-pa   { position: absolute; }
.ecix-pr   { position: relative; }

/*******  FLOAT  *******/
.ecix-fl   { float: left; }
.ecix-fr   { float: right; }

/*******  MARGIN  *******/
.ecix-ma   { margin: auto; }
.ecix-m0   { margin: 0px; }

/*******  MARGIN LEFT  *******/
.ecix-ml15 { margin-left: 15px; }
.ecix-ml20 { margin-left: 20px; }
.ecix-ml25 { margin-left: 25px; }
.ecix-ml30 { margin-left: 30px; }

/*******  MARGIN RIGHT *******/
.ecix-mr10 { margin-right: 10px; }
.ecix-mr15 { margin-right: 15px; }
.ecix-mr20 { margin-right: 20px; }

/*******  MARGIN BOTTOM *******/
.ecix-mb10 { margin-bottom: 10px; }
.ecix-mb15 { margin-bottom: 15px; }
.ecix-mb20 { margin-bottom: 20px; }
.ecix-mb25 { margin-bottom: 20px; }
.ecix-mb30 { margin-bottom: 30px; }
/*******  MARGIN TOP *******/
.ecix-mt10 { margin-top: 10px; }
.ecix-mt15 { margin-top: 15px; }
.ecix-mt20 { margin-top: 20px; }
.ecix-mt25 { margin-top: 20px; }
.ecix-mt35 { margin-top: 35px; }
.ecix-mt50 { margin-top: 50px; }
.ecix-mt100 { margin-top: 100px; }

/*******  PADDING  *******/
.ecix-p0  { padding: 0px; }
.ecix-p5  { padding: 5px; }
.ecix-p10 { padding: 10px; }
.ecix-p14 { padding: 14px; }
.ecix-p15 { padding: 15px; }
.ecix-p20 { padding: 20px; }
.ecix-p30 { padding: 30px; }
.ecix-p40 { padding: 40px; }
.ecix-p50 { padding: 50px; }

/*******  PADDING TOP *******/
.ecix-pt0  { padding-top: 0px; }
.ecix-pt5  { padding-top: 5px; }
.ecix-pt10 { padding-top: 10px; }
.ecix-pt20 { padding-top: 20px; }
.ecix-pt25 { padding-top: 25px; }
.ecix-pt30 { padding-top: 30px; }
.ecix-pt40 { padding-top: 40px; }
.ecix-pt50 { padding-top: 50px; }
.ecix-pt60 { padding-top: 60px; }
.ecix-pt70 { padding-top: 70px; }
.ecix-pt80 { padding-top: 80px; }
.ecix-pt100 { padding-top: 100px; }

/*******  PADDING BOTTOM *******/
.ecix-pb10 { padding-bottom: 5px; }
.ecix-pb10 { padding-bottom: 10px; }
.ecix-pb20 { padding-bottom: 20px; }
.ecix-pb30 { padding-bottom: 30px; }
.ecix-pb40 { padding-bottom: 40px; }
.ecix-pb50 { padding-bottom: 50px; }
.ecix-pb60 { padding-bottom: 60px; }
.ecix-pb70 { padding-bottom: 70px; }
.ecix-pb80 { padding-bottom: 80px; }
.ecix-pb90 { padding-bottom: 90px; }
.ecix-pb100 { padding-bottom: 100px; }

/*******  PADDING LEFT *******/
.ecix-pl0  { padding-left: 0px; }
.ecix-pl10 { padding-left: 10px; }
.ecix-pl15 { padding-left: 15px; }
.ecix-pl20 { padding-left: 20px; }
.ecix-pl30 { padding-left: 30px; }
.ecix-pl40 { padding-left: 40px; }
.ecix-pl50 { padding-left: 50px; }
.ecix-pl60 { padding-left: 60px; }
.ecix-pl70 { padding-left: 70px; }
.ecix-pl80 { padding-left: 80px; }

/*******  PADDING RIGHT *******/
.ecix-pr0  { padding-right: 0px; }
.ecix-pr10 { padding-right: 10px; }
.ecix-pr20 { padding-right: 20px; }
.ecix-pr30 { padding-right: 30px; }
.ecix-pr40 { padding-right: 40px; }
.ecix-pr50 { padding-right: 50px; }
.ecix-pr60 { padding-right: 60px; }
.ecix-pr70 { padding-right: 70px; }
.ecix-pr80 { padding-right: 80px; }

/*******  TEXT  *******/
.ecix-bold { font-weight: bold; }
.ecix-normal {font-weight: normal; }
.ecix-font-1-2em { font-size: 1.2em; }
.ecix-font-1-5em { font-size: 1.5em; }
.ecix-font-2em { font-size: 2em; }
.ecix-tdr { text-decoration: underline #D52B1E;}

/*******  DISPLAY  *******/
.ecix-nodisplay { display: none !important; }
.ecix-inline-block{ display: inline-block; padding:5px;}
/*******  TEXT *******/
.ecix-title{
  font-size: 24px;
  line-height: 1.3;
}
.ecixTitleModal{
    font-size: 15px;
    line-height: 0.5;
}
.ecix-principal-title{
  font-size: 24px;
  line-height: 1.3;
}
.ecix-text {
  margin: 0px;
}
.ecix-text-example{
   padding-left: 30px;
   font-size: 16px;
   color: #6E6E6E;
}
.ecix-res_title{
   font-weight: bold;
   background-color:#8a8a8a;
   padding: 1%;
   color: #fff;
}
.ecix-table{
    width: 100%;
    text-align: left;
}
.ecix-row-table{
}
.ecix-col-table{
    border-bottom: solid 1px #8a8a8a;
    padding: 1%;
}
/*******  GRIDS *******/
.ecix-md-Auto {
    width: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}

.ecix-md-1 {
    width: 10%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-2 {
    width: 20%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-3 {
    width: 30%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-4 {
    width: 40%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-5 {
    width: 50%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-6 {
    width: 60%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-7 {
    width: 70%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-8  {
    width: 80%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-9  {
    width: 90%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-10 {
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}

.ecix-md-1-inline-responsive {
    width: 10%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-2-inline-responsive {
    width: 20%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-3-inline-responsive {
    width: 30%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-4-inline-responsive {
    width: 40%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-5-inline-responsive {
    width: 50%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-6-inline-responsive {
    width: 60%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-7-inline-responsive {
    width: 70%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-8-inline-responsive  {
    width: 80%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-9-inline-responsive  {
    width: 90%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-md-10-inline-responsive {
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
}
.ecix-col-offset-2{
   margin-left: 23%;
}
.ecix-input{
border-radius: 2px;
height: 25px;
width: 100%;
}
/*******  BOTONES *******/
.ecix-btn-W30{
  width: 30px;
}
.ecix-btn-W50{
  width: 50px;
}
.ecix-btn-W100{
  width: 100px;
}
.ecix-btn-W150 {
    width: 150px;
}

.ecix-btn-accept, .ecix-btn-cancel{
  color: #000;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 5px;
  border:0px;
}
.ecix-btn-accept:hover, .ecix-btn-accept:focus, .ecix-btn-accept:active, .ecix-btn-accept-pulsed {
  background-color: #00cd47;
  color: #fff;
}

.ecix-btn-cancel:hover, .ecix-btn-cancel:focus, .ecix-btn-cancel:active, .ecix-btn-cancel-pulsed {
  background-color: #f66464;
  color: #fff;
}

.ecix-btn-nav{
  color: #fff;
  cursor: pointer;
  background-color: #005b92;
  border-radius: 5px;
  border:0px;
  vertical-align: sub;
}
.ecix-btn-nav:hover, .ecix-btn-nav:focus, .ecix-btn-nav:active {
  background-color: #13a9e1;
}

/*******  VISTA BOTONES *******/
.ecix-slide {
  /*display: none;*/
    visibility: hidden;
    height: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

.ecix-active-slide {
    height: 0;
  opacity: 1;
  z-index: 2;
 /* display: block;*/
    visibility: visible;
}

/*******  MODAL *******/
.ecix-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.ecix-modal-content {
  background-color: #fff;;
  margin: 5% auto;
  padding: 0 20px 20px 20px;
  border: 1px solid #888;
  width: 40%;
  text-align: center;
  border-radius: 4px;
}

.ecix-close-modal {
  margin: 10px -10px 0 0;
  cursor: pointer;
  color: red;
  border: none;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.ecix-header-modal {
  text-align: right;
}
.ecix-modal-body {
  text-align: center;
}

/*******  VISTA TIRADORES SIMPLES *******/
/*.ecix-switch{
  display: block;
}*/
.ecix-onoffswitch {
  position: relative;
  width: 65px;
  min-width: 50px;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ecix-onoffswitch-modal {
    position: relative;
    width: 65px;
    min-width: 50px;
    margin-bottom: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ecix-onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 25px;
  padding: 0;
  line-height: 31px;
  border-radius: 31px;
  background-color: #d5d5d5;
  transition: background-color 0.3s ease-in;
}

.ecix-onoffswitch-label:before {
  /*content: "";*/
  display: block;
  width: 24px;
  height: 23px;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 31%;
  border-radius: 31px;
  transition: all 0.3s ease-in 0s;
}

.ecix-info-slide {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.ecix-info-slide.ecix-disable {
  border-radius: 31px 0 0 31px;
  -moz-border-radius: 31px 0 0 31px;
  -webkit-border-radius: 31px 0 0 31px;
  -ms-border-radius: 31px 0 0 31px;
}

.ecix-info-slide.ecix-active {
  right: 0;
  border-radius: 0 31px 31px 0;
  -moz-border-radius: 0 31px 31px 0;
  -webkit-border-radius: 0 31px 31px 0;
  -ms-border-radius: 0 31px 31px 0;
}

.ecix-disableCheck {
  background-color: #f66464;
}

.ecix-disableCheck:before {
  right: 62%;
}

.ecix-activeCheck {
  background-color: #00cd47;
}

.ecix-activeCheck:before {
  right: 1px;
}

.ecix-switch-li .ecix-switch{
  vertical-align: top;
}

/*VISTA ARBOL*/
ul.ecix-tree-level3 {
  margin-left: 1.5em;
}

.ecix-tree,
.ecix-tree ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.ecix-tree ul {
  margin-left: .5em
}

.ecix-tree:before,
.ecix-tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed;
}

.ecix-tree li {
  margin: 0;
  padding: 10px 2em;
  position: relative;
  height: max-content;
}

.ecix-tree li:before {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px dashed;
  margin-top: 1px;
  position: absolute;
  top: 1.2em;
  left: 0;
}
.ecix-background-custom:before{

  background-color: #fff;
}

.ecix-tree-level2 li:last-child:before {
  height: auto;
  /*top: 0em;*/
  bottom: 0;
  margin-left: 0px;
 /* background-color: #fff;*/
}

.ecix-tree-level1 {
  list-style: none;
  padding-left: 0px;
}
.ecix-switch-li h3{
  margin-top: 0px;
  margin-bottom: 0px;
}

.ecix-accordion-expand,
.ecix-accordion-expand ul.ecix-tree-level2,
.ecix-accordion-expand ul.ecix-tree-level3 {
  display: none;
}

/* LOADING GIF */
.ecix-div-loading-gif{
  text-align: center;
}
.ecix-div-loading-gif img{
  margin: auto;
}

@media (max-width: 768px) {
    .ecix-gdpr-page {
      margin-left: 3%;
      margin-right: 3%;
      font-size: 14px;
      /*text-align: center;*/
    }


    .ecix-modal-content {
      width: 80%;
    }
    .ecix-switch{
      display: inline-block;
    }
    .ecix-tree, .ecix-tree ul {
      margin: 0 0 0 0em;
      padding: 0;
      list-style: none;
      position: relative;
    }
    .ecix-tree li {
      margin: 0;
      padding: 10px 1.3em;
      position: relative;
      height: max-content;
    }
    .ecix-onoffswitch {
      width: 50px;
      margin-bottom: 5px;
    }
    .ecix-onoffswitch-label:before {
      width: 20px;
      height: 20px;
    }
    .ecix-onoffswitch-label {
      height: 22px;
    }
    .ecix-switch-li .ecix-switch {
      vertical-align: top;
    }
    .ecix-tree li::before {
      content: "";
      display: block;
      width: 15px;
      border-top: 1px dashed;
      margin-top: 1px;
      position: absolute;
      top: 1.4em;
      left: 0;
    }
    .ecix-switch-li h3{
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 5px;
    }
    .ecix-inline-block{
      display: inline-block;
      padding:2px;
    }
    .ecix-disableCheck::before {
      right: 58%;
    }
    .ecix-ac-responsive{
      text-align: center;
    }
}

@media (max-width:1025px) {
   .ecix-ar   { text-align: center; }
    .ecix-al   { text-align: center; }
    .ecix-principal-title{
      font-size: 18px;
      line-height: 1.2;
    }
    .ecix-title {
      font-size: 16px;
      line-height: 1.2;
    }
    .ecix-text{
      margin: 0px;
    }
    .ecix-text-example{
       padding-left: 0px;
       font-size: 16px;
       color: #6E6E6E;
    }
    .ecix-md-10 {
      width: 100%;
      padding-top:5px;
    }
    .ecix-md-9{
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-8{
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-7{
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-6 {
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-5 {
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-4 {
      width: 100%;
      display: block;
    }
    .ecix-md-3{
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-2 {
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-md-1{
      width: 100%;
      display: block;
      padding-top:5px;
    }
    .ecix-col-offset-2{
       margin-left: 0% !important;
    }
     .ecix-tree, .ecix-tree ul {
      margin: 0 0 0 0em;
      padding: 0;
      list-style: none;
      position: relative;
    }
    .ecix-tree li {
      margin: 0;
      padding: 10px 1.3em;
      position: relative;
      height: max-content;
    }
    .ecix-onoffswitch {
      width: 50px;
      margin-bottom: 5px;
    }
    .ecix-onoffswitch-label:before {
      width: 20px;
      height: 20px;
    }
    .ecix-onoffswitch-label {
      height: 22px;
    }
    .ecix-switch-li .ecix-switch {
      vertical-align: top;
    }
    .ecix-tree li::before {
      content: "";
      display: block;
      width: 15px;
      border-top: 1px dashed;
      margin-top: 1px;
      position: absolute;
      top: 1.4em;
      left: 0;
    }
    .ecix-switch-li h3{
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 5px;
    }
    .ecix-inline-block{
      display: inline-block;
      padding:2px;
    }
    .ecix-disableCheck::before {
      right: 58%;
    }
    .ecix-ac-responsive{
      text-align: center;
    }
}
.signature-pad {
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.ecix-wrapper-sign {
    display: inline-block;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ecix-checkbox{
    width: 30px;
    height: 30px;
}

.ecix-modal-view {
    /*display: none; /* Hidden by default */
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

}
.ecix-modal-view h3,.ecix-modal-view p,.ecix-modal-view button  {
    font-family: "Times New Roman", Times, serif !important;
}
.ecix-modal-view  h3{
    font-weight: 800;
}

/* Modal Content */
.ecix-modal-view-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    border:0px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.ecix-modal-view-close {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.ecix-modal-view-close:hover,
.ecix-modal-view-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*.ecix-modal-view-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    border-radius: 10px;
    border:0px;
}*/

.ecix-modal-view-body {
    padding: 2px 16px;
    padding-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;}

/*.ecix-modal-view-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    border-radius: 10px;
    border:0px;
}*/
.ecix-modal-separator{
    font-size: 2px;
    margin-right: 3%;
    margin-left: 3%;
    height: 0;
    border: 0;
    border-top: 1px solid #efefef;
}

/* The Modal (background) */
.ecix-premodal-view {

    position: relative; /* Stay in place */
    z-index: 9999999999;
   /* left: 0;
    top: 0;
    height: 100%; !* Full height *!*/
    overflow: auto; /* Enable scroll if needed */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    text-align:left;
}

/* Modal Content */
.ecix-premodal-view-content {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background-color: #424c5a;
    margin-left: 5%;
    margin-right: 5%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.2), 0 6px 20px 5px rgba(0, 0, 0, 0.75);
    font-family: "Times New Roman", Times, serif !important;
    color: white;
}


/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
.ecix-modal-btn-accept{
    color: white;
    cursor: pointer;
    background-color: #50d699;
    border-radius: 5px;
    border:0px;
}
.ecix-modal-view-header {
    padding: 2px 16px;
    background-color: #f9f9f9;
    color: #424c5a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:0px;
    text-align: left;
    padding: 2% 3%;
    font-weight: bold;
    font-size: larger;
    font-family: Verdana;
}

.ecix-modal-view-footer {
    padding: 2px 16px;
    /*background-color: #f9f9f9;*/

    color: #a2a8ae;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:0px;
    text-align: right;
    padding: 2% 3%;
    font-family: Raleway;
}
.ecix-modal-logo{
    padding-left: 10px;
    float: right;
    width: 100;
    height: 35;
}

.button-show-more button{
  border: 0px;
  background: transparent;
  color: #13a9e1;
  font-size: 14px;
  text-align: left;
  padding: 0px;
}
