/*
 *
 *
 */

/* ================================================================= */
/*                          FORMULARIO REGISTRO                      */
/* ================================================================= */
#sc-registro {
  display: none;
}

#guardar_datos, #btn_cambiar_password {
  cursor: pointer;
}

.btn-timeout {
  text-align: center;
  display: block;
  width: 50%;
  margin: auto;
  border-radius: 20px;
  background-color:#703086 !important;
}

.btn-close-without-reload {
  visibility: hidden;
}

.ina-modal-header {
  color: #703086 !important;
}

.form-ps-registro {
  margin: 0px 0px 20px 0px;
}

.form-ps-registro > label {
  color: #AAAAAA;
}

.form-ps-registro > input, .form-ps-registro > select {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px #656364 solid;
  padding: 10px;
  --transition: ease-in-out 0.4s!important;
}

.registro_btn {
  background: #db7d1e !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff7900), color-stop(50%, #ef9a1c), to(#ff7900)) !important;
  background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 50%, #ff7900 100%) !important;
  cursor: pointer;
  --transition: ease-in-out 0.4s!important;
}

.buscar_cliente_btn {
  background: #db7d1e !important;
  background: -webkit-gradient(linear, left top, right top, from(#ff7900), color-stop(50%, #ef9a1c), to(#ff7900)) !important;
  background: linear-gradient(90deg, #ff7900 0%, #ef9a1c 50%, #ff7900 100%) !important;
  cursor: pointer;
  --transition: ease-in-out 0.4s!important;
}

.hidden-data {
  display: none;
  --transition: ease-in-out 0.4s!important;
}

#pswd_info {
  position: absolute;
  top: 100px;
  width: 100%;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display:none;
  z-index: 1;
}

#pswd_info h4 {
  margin:0 0 10px 0;
  padding:0;
  font-weight:normal;
  font-size: 15px;
}

#pswd_info::before {
  content: "\25B2";
  position:absolute;
  top:-12px;
  left:45%;
  font-size:14px;
  line-height:14px;
  color:#ddd;
  text-shadow:none;
  display:block;
}

.invalid {
  padding-left:22px;
  line-height:24px;
  color:#ec3f41;
}

.valid {
  padding-left:22px;
  line-height:24px;
  color:#3a7d34;
}

.field-icon {
  float: right;
  margin-left: -35px;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

#btn_forgotPassword {
  color: #656364;
  font-size: 16px;
  margin-top: 10px;
}

#btn_forgotPassword:hover {
  color: #763089;
  font-size: 18px;
  transition: ease-in-out 0.4s!important;
}


/* ================================================================= */

/* ================================================================= */
/*                          CONTAINER POLIZAS                        */
/* ================================================================= */
#polizas_container {
  display: none;
}

.container-polizas > p {
  color: #656364;
}
/* ================================================================= */


/* ================================================================= */
/*                             SPINNER                               */
/* ================================================================= */
#polizas_spinner, #payment_polizas_spinner {
   display: none;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #763089;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
/* ================================================================= */

/* ================================================================= */
/*                          TABLA PÓLIZAS                            */
/* ================================================================= */

.polizas-table > thead > tr > th {
    color: #763085 !important;
    border-top: 0px solid !important;
    white-space: nowrap;
}

.polizas-table > tbody > tr > td {
    color: #656364 !important;
    word-break: break-word;
    font-size: 15px !important;
}

.border-bottom-gray {
  border-bottom: 1px #C8C8C8 solid !important;
}

.p-icons {
  padding: 5px !important;
}
/* ================================================================= */

/* ================================================================= */
/*                          MENSAJE ERROR                            */
/* ================================================================= */
.polizas_mensaje {
    display: none;
}

.polizas_mensaje > p {
  color: #763085;
  font-weight: bold;
}
/* ================================================================= */

/* ================================================================= */
/*                          MODAL PÓLIZAS                            */
/* ================================================================= */

.white-row {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 20px;
}

.gray-row {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 10px;
  margin: 20px;
}

.purple-text {
  color: #763085;
  font-weight: bold;
}

.modal-dialog {
  max-width: 900px !important;
  --min-width: 100% !important;
}

.modal-content {
  border: none !important;
  border-radius: 20px !important;
}

.modal-header, .modal-footer {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.modal-title {
  color: #FF7900;
  text-align: center;
}

.close-modal-btn {
  background: -webkit-gradient(linear, left top, right top, from(#651480), color-stop(50%, #8b34b0), to(#651480)) !important;  
  background: linear-gradient(90deg, #651480 0%, #8b34b0 50%, #651480 100%) !important;
}
/* ================================================================= */

/* ================================================================= */
/*                          MODAL NUEVO USUARIO                      */
/* ================================================================= */
.title-new-user > h2 {
  color: #FF7900;
  margin-top: 20px;
}

.title-new-user > p {
  color: #656364;
}
/* ================================================================= */

/* ================================================================= */
/* LOADER */
.row_loader_registro {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999;
  text-align: center;
  visibility: hidden;
}

.sk-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.row_loader_registro .col_loader_registro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ================================================================= */

/* ================================================================= */
/*                             PAGINACIÓN                            */
/* ================================================================= */
.lbl-pagination {
  margin: 0px 10px;
  color: #656364;
  font-size: 16px;
}

.arrow-pagination {
  color: #656364;
  font-size: 20px;
  cursor: pointer;
}

.arrow-pagination:hover {
  color: #651480;
}