﻿* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 100%;
    background: -webkit-linear-gradient(-30deg, #B3C6ED, #fff, #B3C6ED);
    background: -moz-linear-gradient(-30deg, #B3C6ED, #fff, #B3C6ED);
    background: linear-gradient(-30deg, #B3C6ED, #fff, #B3C6ED);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

ul {
    list-style: none;
}
/* HEADER */
header {
    width: 100%;
    background: #f7f7f7;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#logo {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

    #logo img {
        max-width: 100%;
    }
/* LOGIN */
.login {
    max-width: 350px;
    margin: 5% auto 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 7px 20px rgba(0,0,0,0.2);
    text-align: center;
}

    .login button {
        margin-bottom: 10px;
    }
/* PAGE TOTEM */
section h2 {
    font-size: 1.7em;
    text-align: center;
}

form div{
    padding-top: 20vh;
}

.menu li {
    display: inline-block;
    width: 40%;
    max-width: 1200px;
    font-size: 15px;
    background-color: #477ed7;
    margin: 2% 0 0 2%;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.menu a {
    
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #fff;
}

    .menu a:hover {
        color: #fff;
        text-decoration: none;
    }

/* PAGE KEYBOARD */
.keyboard {
    margin-top: 4%;
    padding: 30px 0;
    background-color: #f7f7f7;
    box-shadow: 2px 7px 20px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

    .keyboard .form {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .keyboard label {
        font-size: 1.7em;
    }

    .keyboard .form .validate {
        height: 70px;
        font-size: 2em;
        margin-top: 10px;
        padding: 6px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #333;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .keyboard .keys {
        width: 90%;
        position: relative;
        margin: 10px auto;
    }

        .keyboard .keys button {
            padding: 0px 20px;
            width: 80px;
            height: 60px;
            margin: 10px 0;
            font-size: 1.24em;
            font-weight: bold;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
        }

            .keyboard .keys button:focus {
                outline: none;
            }

        .keyboard .keys .btn-clear {
            width: 90%;
        }

        .keyboard .keys .btn-confirm {
            padding: 0;
        }

    .keyboard .btn-back {
        width: 30%;
        margin: 20px auto;
    }

        .keyboard .btn-back button {
            width: 100%;
            padding: 15px;
            font-size: 1.2em;
            font-weight: bold;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
        }

select {
    font-size: 30px;
}

    select option {
        font-size: 30px;
    }

.gerarSenha {
    display: inline-block;
    width: 40%;
    height: 110px;
    max-width: 1200px;
    font-size: 30px;
    background-color: #477ed7;
    /*margin: 2% 2% 2% 2%;*/
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color: white;
    border: none;
    padding: 4px;
    margin-top: 40px;
}

#gerarSenhaSemAcompanhante {
    display: inline-block;
    width: 40%;
    height: 80px;
    max-width: 1200px;
    font-size: 15px;
    background-color: #477ed7;
    margin: 2% 0 0 2%;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color: white;
    border: none;
}

#envelope {
    margin-top: 40px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    background: white;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 75px;
        height: 35px;
        background-color: #477ed7;
        cursor: pointer;
        border-radius: 20px;
        opacity: 1;
    }

    .slider::-moz-range-thumb {
        -webkit-appearance: none;
        width: 75px;
        height: 40px;
        background-color: #477ed7;
        cursor: pointer;
        border-radius: 20px;
        opacity: 1;
    }


.ticks {
    display: flex;
    justify-content: space-between;
}

.tick {
    position: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    line-height: 50px;
    border-radius: 15px;
    color: white;
    width: 75px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    pointer-events: none;
    margin-top: -40px;
    opacity: 0.8;
}

datalist {
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
}

option {
    border-radius: 50px;
    color: darkgreen;
    width: 30px;
    font-weight: bolder;
    height: 30px;
    text-align: center;
    pointer-events: none;
    padding-top: 5px;
}
