/*
    Document   : style
    Created on : 01-ago-2017, 12:06:44
    Author     : jeff
    Email      : jeff@masosl.com
*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* 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 */
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /*width: 25%;*/ /* Could be more or less, depending on screen size */
    font-size: 1.8em;
    color: black;
    text-align: justify;
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 34px;
    font-weight: bold;
    margin-top: -30px;
    margin-right: -15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#mensaje_modal_paso1{
    text-align: justify;
    line-height: 35px;
}
.div_paso1{
    margin: 0 auto;
    width: 80%;
}

.div_paso1 input{
    margin-bottom: 10px;
}

.div_paso1 .label_paso1{
    width: 300px;
    font-size: 20px;
}
.div_paso1 .input_paso1{
    width: 300px;
    font-size: 20px;
    padding: 10px;
}

.submit_paso1{
    text-align:center;
    padding-top: 15px;
}
.submit_paso1 #comprobar{
    width: 25%;
    font-size: 16px;
}
#boton_verificar_dialoga{
    background-color: green;
    color: white;
    width: 200px;
    height: 50px;
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;

}
.submit_verificar{
    text-align: center;
    padding-top: 10px;
}
#div_cambiar_telefono{
    display: inline-block;
    float: right;
    line-height: 25px;
    padding-right: 10px;
}
@media (max-width: 1200px) {
    .modal-content {
        width: 60%;
        margin: 20% auto;
        font-size: 1.4em;
    }
    #mensaje_modal_paso1 {
        line-height: 25px;
    }
    #boton_verificar_dialoga {
        width: 150px;
    }
}
@media (max-width: 480px) {
    .modal-content {
        width: 98%;
        margin: 45% auto;
        font-size: 1.4em;
    }
}

.credits-tables table,
.credits-tables th,
.credits-tables td {
    border: 1px solid lightgray;
    text-align: center;
}

.credits-tables table {
    width: 100%;
}

section.purchased-credits th {
    width: 50%;
}

.credits-tables .pagination li.selected a {
    background-color: #cccccc;
    pointer-events: none;
}


