* {
    margin: 0;
    padding: 0;
    font-family: Inter;
}

html {
    height: 100%;
}

/*Background color*/
#grad1 {
    /*background-color: : #9C27B0;
    background-image: linear-gradient(0, #FFFFFF, #eff2f5);*/
    background: linear-gradient(#ffffff, #eff2f5);
    margin-top: 11vh;
    min-height: 78vh;
    padding-bottom: 10vh;
}

.reserva-cabecera{
    position: fixed;
    width: 100%;
    background-color: white;
    left: 0;
    z-index:999;
    top: 0vh;
    height: 10vh;
    padding-top: 1vh;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1vh 0;

    /*stacking fieldsets above each other*/
    position: relative;
}

.resumen-card{
    position: fixed;
    width: 100vw;
    background-color: white;
    left: 0;
    z-index:999;
    bottom: 0vh;
    height: auto;
    padding: 1vh;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 0;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /*font-family: OpenSans;*/
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Yellow Buttons*/
#msform .datoSeleccionado {
    width: 100%;
    height: auto;
    min-height: 4vh;
    background: #FFFACF;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    vertical-align: center;
    color: #020202;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.datoSeleccionadoIzq{
    width: 49%;
    text-align: left;
}

.datoSeleccionadoDrch{
    width: 49%;
    text-align: right;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100%;
    height: 5vh;
    line-height: 4vh;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: left;
    bottom: 0;
    background: #CBDDFF;
    font-weight: bold;
    color: #4C83EE;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 0.5vh;
    margin: 1vh 0 0 0;
}

.boton_activado {
    background: #4C83EE !important;
    color: white !important;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
.action-button-previous {
    float: left;
    position: relative;
    width: 10%;
    height: 60%;
    display: inline-block;
    visibility: hidden;
    background-color: #FFFFFF;
    font-weight: bold;
    color: black;
    text-align: center;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px ;
    margin: 0px;
}

/*#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}*/

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: 0px !important;
    background: none !important;
    /*border-radius: 0.5rem;*/
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    float: left;
    position: relative;
    width: 90%;
    height: 60%;
    font-size: 25px;
    color: #2C3E50;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    position: relative;
    margin:  0 1% 0 1%;
    padding-left: 0;
    background: red;
    overflow: hidden;
    color: lightgrey;
    height: 30%;
    background-color: #CBDDFF;
    border-radius: 5px;
    width: 98%;
}

#progressbar .active {
    color: #4C83EE;
    background-color: #4C83EE;
    height: 100%;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 14.25%;
    float: left;
    position: relative;
    height: 20px;
}

.progressbarRegalo li {
    list-style-type: none;
    font-size: 12px;
    width: 50% !important;
    float: left;
    position: relative;
    height: 20px;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #CBDDFF;
    border-radius: 50%;
    margin: 0 auto 0px auto;
    /*padding: 2px;*/
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 20px;
    background: #4C83EE;
    position: absolute;
    left: 0;
    /*top: 25px;*/
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #4C83EE;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.datepicker{
    width: 100% !important;
}

.datepicker table tr td.active {
    background: #4C83EE !important;
}

.table-condensed{
    width: 100% !important;
}



.boton_Hora{
  height: 5vh;
  width: 100%;
  border: 0;
  border-radius: 0vh;
  font-size: 3vh;
  font-weight: bold;
  color: #2E2E2E;
  margin:  5px 0px;
}

.boton_Hora:disabled,
.boton_Hora[disabled]{
  opacity: 0.5;
}

.boton_Hora_free{
    color:black;
    background-color: #CBDDFF50;
}

.boton_Hora_seleccionado{
    color:white;
    background-color: #4C83EE;
    border: 0;
    border-radius: 1vh;
}

.boton_Hora_Ocupado{
    color:white;
    background-color: #835D21;
}
.boton_Hora_Lleno{
    color:white;
    background-color: #991303;
}

.NumJugadores{
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.NumJugadores li{
    list-style-type: none;
    height: 5vh;
    width: 100%;
    padding: 0 5px;
}

.NumJugadores li.selected{
    color:white;
    background-color: #4C83EE;
    border: 0;
    border-radius: 1vh;
}

.NumJugadores li.selected > .jugadoresLabel {
  color: white;
}

.NumJugadores li.selected > .jugadoresPrecioLabel {
  color: white;
}

.jugadoresLabel{
    height: 100%;
    color: black;
    float: left;
    font-size: 2.2vh;
    font-weight: bold;
    padding: 1vh 0px;
}

.jugadoresPrecioLabel{
    height: 100%;
    color: #4C83EE;
    float:  right;
    font-size: 2.5vh;
    font-weight: bold;
    padding: 1vh 0px;
}

.NumEquipos{
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.NumEquipos li{
    list-style-type: none;
    height: 5vh;
    width: 100%;
    padding: 0 5px;
}

.NumEquipos li.selected{
    color:white;
    background-color: #4C83EE;
    border: 0;
    border-radius: 1vh;
}

.NumEquipos li.selected > .equiposLabel {
  color: white;
}

.NumEquipos li.selected > .equiposRecomendadosLabel {
  color: white;
}

.NumJugadoresSeleccionadosLabel{
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 3vh;
}

.jugadoresSeleccionadosLabel{
    width: 100%;
    color: black;
    font-size: 1.8vh;
    font-weight: bold;
}

.equiposLabel{
    height: 100%;
    color: black;
    float: left;
    font-size: 2.2vh;
    font-weight: bold;
    padding: 1vh 0px;
}

.equiposRecomendadosLabel{
    height: 100%;
    color: #4C83EE;
    float:  right;
    font-size: 2.5vh;
    font-weight: bold;
    padding: 1vh 0px;
}

.hide{
    display: none;
}

.resumenFechaLabel{
    width: 100%;
    color: white;
    font-size: 3vh;
    font-weight: bold;
}
.resumenHoraLabel{
    width: 100%;
    color: white;
    font-size: 2.5vh;
    font-weight: bold;
}

.resumenNumJugadoresLabel{
    color: black;
    font-size: 2.5vh;
    font-weight: bold;
}
.resumenNumEquiposLabel{
    background-color: #4C83EE;
    color: white;
    font-size: 2.5vh;
    font-weight: bold;
    float:  right;
    border: 0;
    border-radius: 1vh;
    padding: 5px 10px;
}

#FormularioCompra{
    height: auto;
}

.panelResumen{
  float: left;
  width: 100%; 
  height: auto;
  padding-bottom: 1vh;
  position: relative;
  color:black;
  border-radius: 25px;
  background: #FFFFFF;
}

.panelResumenTabla{
  float: left;
  width: 100%;
  /*font-size: 2vh;
  padding-left: 1vw;
  padding-right: 1vw;
  color:  black;*/
}

.panelResumenTabla .row{
  float: left;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.panelResumenTabla .column{
  float: left;
  text-align: left;
  color: black;
  width: 100%;
  font-size: 1.5vh;
  font-weight: normal;
  padding: 0;
}

.panelResumenTabla .columnLeft{
    display: inline-block;
  color:  black;
  float: left;
  width: 30%;
  text-align: left;
  font-size: 1.8vh;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.panelResumenTabla .columnRight{
    display: inline-block;
  color:  black;
  float: left;
  width: 68%;
  text-align: right !important;
  font-size: 2vh;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 2%;

    overflow-wrap: break-word;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}


.columnDescuento{
  display: inline-block;
  color:  black;
  float: left;
  width: 80% !important;
  text-align: left;
  font-size: 1.8vh;
  font-weight: normal;
  padding: 0;
  margin: 0 !important;
}

.columnRightDescuento{
  display: inline-block;
  color:  black;
  float: left;
  width: 20% !important;
  text-align: right;
  font-size: 2vh;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.invisible{
  display: none;
}

#CodPromo{
  width: 90% !important;
  float: left;
  text-align: left;
  color: black;
  font-weight: bold;
  font-size: 2vh;
  border-bottom: 2px solid #000;
  margin: 0 0 1vh 0 !important;
}
