/*
body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(#4671ea, #ac34e7);
}
*/
html{
    scroll-behavior: smooth;
    --anchoFrame: 430px;
    font-size: 16px !important;
}

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');*/
@import url('../css/cssfonts.css');
*{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  background: url("../img/bg.png"), -webkit-linear-gradient(bottom, #3d5a80, #e0eef6); /*#3d5a80 #e0eef6 #ee6c4d*/
  background-size: cover;
}
::selection{
  color: #fff;
  background: #ee6c4d;
}

.container{
  position:relative;
  width: var(--anchoFrame);;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
}
.container header{
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container .form-outer{
  width: 100%;
  overflow: hidden;
}
.container .form-outer form{
  display: flex;
  width: 400%;
}
.totalinboxcont{
  width: 100%;
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.btreseticon{
  cursor: pointer;
  background-color: #ffffff00;
  border: 0;
}
.totalinboxicon{
  color: #ee6c4d;
  font-size: 1rem !important;
}
.refreshicon{
  color: #a5a5a5;
  font-size: 1rem !important;
}

.form-outer form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title{
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}
.form-outer form .page .field{
  width: var(--anchoFrame);;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
}
form .page .field .label{
  position: absolute;
  top: -30px;
  font-weight: 500;
}
form .page .field input{
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}
form .page .field select{
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
form .page .field button{
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #ee6c4d;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
form .page .field button:hover{
  background: #000;
}
form .page .btns button{
  margin-top: -20px!important;
}
form .page .btns button.prev{
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next{
  margin-left: 3px;
}
.container .progress-bar{
  display: flex;
  margin: 40px 0;
  user-select: none;
}
.container .progress-bar .step{
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bar .step p{
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.progress-bar .step .bullet{
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active{
  border-color: #ee6c4d;
  background: #ee6c4d;
}
.progress-bar .step .bullet span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span{
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after{
  position: absolute;
  content: '';
  bottom: 11px;
  right: -81px; /*-51px*/
  height: 3px;
  width: 79px; /*44px*/
  background: #262626;
}
.progress-bar .step .bullet.active:after{
  background: #ee6c4d;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after{
  display: none;
}
.progress-bar .step p.active{
  color: #ee6c4d;
  transition: 0.2s linear;
}
.progress-bar .step .check{
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active{
  display: block;
  color: #fff;
}

/*********/
/*  New  */
/*********/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: -5px 0;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
input[type=number]{
  padding: 0.2rem 0;
  width: 2.875rem;
}
.field_sl_srv{
  margin: 1rem 0 !important;
}
.imageqr{
  text-align: right;
}
#bttotal{
  border: none;
  padding: .2rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: lightgray;
  color: white;
	transition: .2s ease all;	
}
#bthelp{
  padding: .3rem;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: .25rem;
  background: rgb(71, 71, 71);
  color: white;
	transition: .2s ease all;	
}
#bthelp:hover{
  background: rgb(112, 112, 112);
}
a[data-tool-tip]{
  position: relative;
}
a[data-tool-tip]::after{
  content: attr(data-tool-tip);
  display: block;
  position: absolute;
  background-color: #484848EF; /*#ee6c4d;*/
  color:white;
  border-radius: 5px;
  font-size: 1em;
  z-index: 2;
  /*white-space: nowrap;*/
  line-height: 1.4;
  transform: scale(0);
  transition: transform ease-out 150ms;
  text-align: left;
}

a.bt_info_sol[data-tool-tip]::after{ width:395px; padding: 1em 1em; top: 24px; right: 0px; }
a.bt_mod[data-tool-tip]::after{ width:250px; padding: .7em 3em; top: 24px; right: 0px; }
a.bt_tarif[data-tool-tip]::after{ width:250px; padding: .7em 3em; top: 24px; right: 0px; }
a.bt_calc[data-tool-tip]::after{ width:250px; padding: .7em 3em; top: 24px; right: 0px; }
a.c_tarifant_css_lb[data-tool-tip]::after{ width:250px; padding: 1em 3em; bottom: 24px; right: 0px; }
a.c_modalctpago-name-help[data-tool-tip]::after{ width:250px; padding: .7em 3em; top: 24px; left: 4px; }

a[data-tool-tip]:active::after,
a[data-tool-tip]:hover::after{
  transform: scale(1);
}

.sl_sol{
  border-radius: 5px;
}

#btdelete{
  border: none;
  margin-left: .5rem;
  padding: .2rem;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  background: rgb(209, 209, 209, 0);
  color: red;
	transition: .2s ease all;	
}
.totalinboxnro{
  cursor: pointer;
}

.c_modif_css_inck, .c_modif_css_inno{
  margin: 1rem 0 0.5rem 0;
}
.c_modif_css_lb{
  margin: 0 0.2rem;  
}

.c_tarifant_css_lb{
  padding: .3rem .5rem;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: .25rem;
  background: rgb(71, 71, 71);
  color: white;
  font-weight: bold;
	transition: .2s ease all;	
}

.c_filter{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_filter_css{
  text-align: left;
  margin:0.25rem 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
.c_filter_css_lb{
  margin: 0.5rem;
}
.catlabel{
  text-align: left;
  margin: 1rem 0;
}



/*********/
/* Modal */
/*********/
/* The Modal (background) */
.modalct {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modalct-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close,
.closepago {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus,
.closepago:hover,
.closepago:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalct-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modalct-body > h4,
.modalct-body > p {padding: 2px 16px;}

.modalct-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}




/*  Modal Ct Pago */
.modalctpago {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;

  justify-content: center;
  align-items: center;
}
.modalctpago-content{
  width: 450px;/*500px*/
}
.modalctpago-header {
  padding: 2px 16px;
  background-color: #477079;
  color: white;
}

.modalctpago-body{
  background-color: #fff;
}
.modalctpago-body h4,
.modalctpago-body div,
.modalctpago-body p {
  padding: .75rem 1rem;
}

.c_modalctpago-input{
  /*
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  */
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-position: 5px 5px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  background-size: 30px 30px;  
}
#modalctpagoname.c_modalctpago-input{ background-image: url('../img/nam3.png'); }
#modalctpagotelefono.c_modalctpago-input{ background-image: url('../img/pho.png'); }
#modalctpagonrotran.c_modalctpago-input{ background-image: url('../img/aco.png'); }
#modalctpagodireccion.c_modalctpago-input{ background-image: url('../img/dir.png'); }

#modalctpagoreuup.c_modalctpago-input{ background-image: url('../img/bar.png'); }
#modalctpagonit.c_modalctpago-input{ background-image: url('../img/card.png'); }
#modalctpagocb.c_modalctpago-input{ background-image: url('../img/aco.png'); }

.c_modalctpago-lb{
  font-weight: bold;
}

.modalctpago-bodybottom{
  text-align: center;
  padding: 0.875rem 1rem !important;
}

.modalctpago-footer {
  padding: .5rem 1rem;
  background-color: #477079;
  color: white;
}
.buttpdf{
  /*width: 100%;*/
  /*height: calc(100% + 5px);*/
  /*display: block;*/
  padding:.5rem 1rem;
  border: none;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.buttpdf.nopdf{
  background: #826e21b8;
}
.buttpdf.sipdf{
  background: #529757;
}

.buttpdf:hover{
  background: #000; 
}






/* 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}
}