/*
Fix para no evitar colicion con el header en vista movil
 */
 .container {
    padding-top: 49px;
    padding-left: 0;
    padding-right: 0;
}

/*
Controlador por default para textos a la izq.
 */
.text-left{
    text-align: left;
}


/*
Posicionar de forma correcta datos a la derecha y cuando se vea en movil, no se bajen los datos y siempre
se mantengan en una sola fila
 */
.right-data{
    display: initial;
    float: right;
    text-align: right;
}

.link, .primary-color{
    color:#1772FA;
}


/*
Estilos para el manejador de formularios.
 */
.right{
    float: right;
}

/*
@overwrite left style.css
 */
.left{
    float: left;
}

/*
Contenedor principal del formulario
 */

.manager-form {
    position: fixed;
    background: white;
    box-shadow: 5px 2px 8px rgba(0,0,0,.2);
    bottom: 0;
    border-top: 1px solid #e2e2e2;
    left: 0;
    width: 100%;
}
/*
Estructura general para el manejador del formulario
 */

.form-wizard {
    padding-top: 50px;
    padding-bottom: 145px;
}
.zindex {
    z-index: 1000;
}
/*
Estilo para cada formulario de cada paso
 */
.form-container{
    margin: 10px 0;
    display: none;
    padding: 20px 14px;
}

/*
Espacio exclusivo para el inidicador de pasos actuales y botones de funciones
 */

.container-manager-form {
    padding: 20px 0;
}

/*
Configuracion de opciones
 */
.container-option {
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
}

/*
Estructura para cada campo dentro del formulario
 */

.form-field {
    padding: 6px 0;
}

/*
Controladores de navegacion
 */

.prev, .next{
    cursor: pointer;
    height: 31px;
    margin: 0 20px;
    width: 31px;

    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

}

.next.disabled{ background: url('https://valle-cdn.s3-us-west-2.amazonaws.com/static/img/next_disabled.svg'); }
.next.enabled{ background: url('https://valle-cdn.s3-us-west-2.amazonaws.com/static/img/next_enabled.svg'); }

.prev.disabled{ background: url('https://valle-cdn.s3-us-west-2.amazonaws.com/static/img/prev_disabled.svg'); }
.prev.enabled{ background: url('https://valle-cdn.s3-us-west-2.amazonaws.com/static/img/prev_enabled.svg'); }

.prev:hover, .next:hover { opacity: .7; }

.prev:active, .next:active{ opacity: .5; }


/*
Forma de pago controlador
 */
.method-payment-form {
    overflow: auto;
    overflow-x: hidden;
}

.method-payment-form .columns {
    border-bottom: 1px solid #d5d5d5;
    /* padding-top: 10px; */
    /* padding-bottom: 40px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding: 14px 0;
}

.controller-step, .field_only_for_unique_payments, .field_form_for_contiengencia, .reconocimiento_container{
    display: none;
}

/*
Controlador de error de campos
 */
.error-field {
    border: 1px solid red !important;
}

/*
Estilos para ahorro total
 */
.savings-style {
    color: green;
    font-weight: 600;
    font-family: inherit;
}



.disabled {
    display: table-row;
}
.hidden{
    display: none !important;
}

.bubble-warning{

    background: rgba(255, 64, 0, 0.61);
    color: white;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    padding: 7px;
    display: inherit;
    text-align: center;

}

.commisions-table{
    font-size: 13px;
    color: #767676;
    background: rgba(225, 225, 225, 0.2);
    overflow-x: auto;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 26px;
    border: 1px solid #e1e1e1;

}
.commisions-table .percent{
    font-weight: bold;
    margin: 0;
    color: black;
    font-size: 12px;
    border-radius: 5px;
    padding: 0;
    display: inline;
}

table.commisions-table tr:nth-child(even) {background: #FFF}

table.commisions-table th {
    font-size: 10px;
    color: black;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
.commisions-table td {
    padding: 13px;
}

.total {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #5fa100;
    vertical-align: middle;
    padding: 20px;
}


.border-top-and-buttom{
    border: 1px solid #ececec;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 10px 0;
}

.border-buttom {
    border-bottom: 1px solid #e1e1e1;
    margin: 10px 0;
}

.reconocimiento_container {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin: 10px 0 !important;
    padding: 20px !important;
    background: #fcfcfc;
}

.product-container {
    margin: 10px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background: rgb(251, 251, 251);
    padding: 10px 15px;
}
.product-container .title{
    font-weight: 500 !important;
    font-family: sans-serif;
    font-size: 14px;
}

.show_enganche_tools {
    width: 100%;
    color: #a09e9e;
    margin: 21px 0;
    margin-top: 0;
}

.blocked{
    height: 45px;
    position: absolute;
    z-index: 100000000000;
    background: white;
    margin-top: -45px;
    width: 100%;
}

.powerbi iframe {
    width: 100%;
}


input.error {
    border: 1px solid red;
}

.plan-form ol, .plan-form ul{
    padding-left: inherit !important;
    margin-top: inherit !important;

}
.option-tab .option-ls {
    border: 1px solid #e1e1e1;
    padding: 16px 14px;
    margin: 14px 4px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 23px;
    color: #828282;
    padding: 12px 18px;
}

.option-tab .option-ls:hover, .option-enabled {
    background: #408bff;
    cursor: pointer;
    color: white !important;
    border: 1px solid #408bff !important;
}

.option-tab {
    margin: 0px;
    margin-bottom: 1px;
    float: left;
}


.modal {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0% 10%;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

.modal__title {
    margin-top: 25vh;
    font-family: 'Matter-Light';
    padding: 10px;
}



.modal__action:hover {
    background-color: #888;
    color: #FAFAFA;
    border-color: #333;
}

.quantity-event {
    width: 100%;
}

.padding-20{
    padding: 20px 0;
}

.warning-message{

    color:red;
    font-size: 16px;
    padding:18px;

}


/*
    Style for static tables in Toscano calculator
*/
 
table.fixed {
  position: relative;
  width: 700px;
  background-color: #aaa;
  overflow: hidden;
  border-collapse: collapse;
}


/*thead*/
thead.fixed {
  position: relative;
  display: block; /*seperates the header from the body allowing it to be positioned*/
  width: 700px;
  overflow: visible;
}

thead.fixed th {
  background-color: #fbfbfb;
  min-width: 111px;
}

thead.fixed th:nth-child(1) {/*first cell in the header*/
  position: relative;
   /*seperates the first cell in the header from the header*/
  padding: 13px;
  font-size: 10px;
  box-shadow: 1px 2px 5px -1px #999999;
  background-color: #f2f2f2;
}


/*tbody*/
tbody.fixed {
  position: relative;
  display: block; /*seperates the tbody from the header*/
  width: 700px;
  height: 539px;
  overflow: scroll;
  background: white;
}

tbody.fixed td {
  background-color: #fbfbfb;
  min-width: 82px;
  text-align: center;
  /* border-bottom: 1px solid #222; */
}

tbody.fixed tr td:nth-child(1) {  /*the first cell in each tr*/
  position: relative;
  display: block; /*seperates the first column from the tbody*/
  text-align: center;
  padding: 18px 19px;
  font-size: 11px;
  background-color: #f2f2f2;
  line-height: 22px;
  box-shadow: 1px 2px 5px -1px #999999;
}

.cotizador_toscano tbody.fixed td {
    min-width: 112px; 
}

.cotizador_venta_msi tbody.fixed td {
    min-width: 112px; 
}

.cotizador_venta_msi thead.fixed th {
    min-width: 135px; 
}

.dia-diciembre{
    background: green !important;
    border: 1px solid green !important;
}


.dia-muertos{
    background: #8543ab !important;
    border: 1px solid #8543ab !important;
}
.dia-monthly{
    background: #0e6e0e !important;
    border: 1px solid #0e6e0e !important;
}

.container_semanal{
    background: orange !important;
    border: 1px solid orange !important;
}



.buen-fin-ui{
    background: #ff0200 !important;
    border: 1px solid #FF5722 !important;
}
