/************************************* GLOBAL STYLE *************************************/
body {
    font-family: 'Raleway', sans-serif;
    background-color: #f3f3f3;
}

img.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.rifa-header, .rifa-footer {
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#395664), to(#1f2e35));
    border-color: #151f24;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.rifa-header h1 {
    color: #fff !important;
    font-size: 1.250em;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    text-shadow: -1px 1px 1px #151f24;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rifa-footer h4 {
    color: #fff;
    font-size: 0.688em;
    font-weight: normal;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    text-shadow: -1px 1px 1px #151f24;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#rifa-container h1 {
    font-size: 1.500em !important;
    font-weight: bold;
    color: #2e8d88;
}

#rifa-container h3 {
    font-size: 1.125em !important;
    font-weight: bold;
    margin-bottom: 20px;
}

/* BUTTON 1 */
a.rifa-btn-disable {
    background-color: #cacaca;
    text-decoration: none;
    padding: 15px 15px;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    border: 2px solid #adadad;
    border-radius: 50px;
    transition: 0.3s;
    cursor: not-allowed;
}

a.rifa-btn-1 {
    background-color: #3AAFA9;
    text-decoration: none;
    padding: 15px 15px;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    border: 2px solid #2e8d88;
    border-radius: 50px;
    transition: 0.3s;
}

a.rifa-btn-1:hover, a.rifa-btn-1-sm:hover {
    background-color: #30948f;
    text-decoration: none;
    color: #fff;
}

a.rifa-btn-1-sm {
    background-color: #3AAFA9;
    text-decoration: none;
    padding: 4px 4px;
    width: 40%;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    border: 2px solid #2e8d88;
    border-radius: 50px;
    transition: 0.3s;
}

a.rifa-btn-2 {
    background-color: #4695F1;
    text-decoration: none;
    padding: 15px 15px;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    border: 2px solid #3268A7;
    border-radius: 50px;
    transition: 0.3s;
}

a.rifa-btn-2:hover {
    background-color: #3268A7;
    text-decoration: none;
    color: #fff;
}
/* BUTTON 1 */

/* BACK BUTTON */
.rifa-header div.leftButton {
    font-size: 1.500em;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 8px;
    padding: 0 15px 0 13px;
    cursor: pointer;
    transition: 0.3s;
}

.rifa-header div.leftButton:hover {
    color: #d1d1d1;
}

.rifa-header div.leftButton:active {
    color: #adadad;
}
/* BACK BUTTON */
/************************************* GLOBAL STYLE *************************************/

/************************************* PAGE-1 STYLE *************************************/
.qtd-rifas > label {
    display: inline;
}

.qtd-rifas > input {
    width: 50px;
    display: inline;
}
/************************************* PAGE-1 STYLE *************************************/

/************************************* PAGE-2 STYLE *************************************/
#rifa-aviso {
    background-color: #F3E777;
    border: 1px solid #D2C767;
    border-radius: 8px;
    padding: 12px 12px;
}
/************************************* PAGE-2 STYLE *************************************/

/************************************* PAGE-3 STYLE *************************************/

/************************************* PAGE-3 STYLE *************************************/
.rifa-numeros {
    display: block;
    float: left;
    background-color: #1f2e35;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1em;
    padding-top: 6px;
    margin: 0 10px 10px 0;
    border-radius: 25px;
}

#resultado-sorteio {
    background-color: indigo;
    color: #fff;
    border-radius: 60px;
    padding: 10px 0;
    margin-bottom: 30px;
}

#resultado-sorteio p {
    margin: 0; padding: 0;
}

.num-sorteado {
    color: yellow;
    font-weight: bold;
    font-size: 1.250em;
}

.rifa-loader {
    margin: 0 auto;
    border: 9px solid #205f88;
    border-radius: 50%;
    border-top: 9px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.box-sorteio {
    background-color: #205f88;
    width: 60px; height: 30px;
    display: block;
    text-align: center;
    border-radius: 25px;
    padding-top: 2px;
    margin: 0 5px 5px 0;
    font-weight: bold;
    color: #fff;
    float: left;
}