body{
    background: #e7e7e7;
}

@font-face
{
    font-family: Gabriola;
    src: url(../fonts/gabriola.ttf);
}

/*-----------------INICIO.HTML-----------------*/
#voteAqui
{
    margin: -7% 10% 5% 0%;
    text-align:right;
}

#botaoInicio, #botaoInicioR, #botaoComecar
{
  height:75px;
  margin-bottom: 2%;
  width: 350px;
  cursor:pointer;
  font-size: 30px;
  background-color: #9CCE00;
  color:white;
}
#botaoInicio:hover
{
    border-style: solid;
    border-color: black;
}

#divPai
{
    background-color:#D6E7E7;
    border-style:solid;
    margin: 1% 2% 0.5% 2%;
}

#divFilho
{
    display:flex;
    flex-direction:row;
}

#GTI
{
    text-align: left;
    margin-top:-10%;
    margin-left: 15%;
}

#prefeitura
{
    border: 0px solid;
    width: 700px;
    height: 400px;
}

#texto_boas_vindas
{
    margin-top: 4%;
    line-height: 50px;
    text-align: center;
    font-family: gabriola;
    color:white;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 4px 5px #000;
}

#meuFooter
{
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;
    text-align:center;
}

/*-----------------INDEX.HTML-----------------*/

#div_caidodatos_e_teclas
{
    display:flex;
    flex-direction:row;
    margin-top:-3%
}

#candidatos
{
    display: flex;
    flex-direction: row;
    margin: 8% 0% 0% 5%;
    background: #D6E7E7;
    padding: 9% 5% 0% 25%;
    border-style: solid;
    border-color: #000;
}

#tela_numero
{
    margin: 0px 85px 0px 0px;
    border-style:solid;
}

#static_number_indicator
{
    margin: 0% -10% 0% -20%;
}

.chapas
{
    display: none;
    margin-top: 30%;
}

#teclas
{
    display:flex;
    flex-direction:column;
    align-items:end;
}

#numpadPai
{
    margin-right:8%;
    margin-top:-5.5%;
    background-color:#444444;
    padding: 40px 20px 20px 0px;
}

#numpadPai button
{
    height:85px;
    width: 85px;
    cursor: pointer;
}

#numpad
{
    display: block;
    float:right;
    margin-top: -10%;
    margin-right: 10%;
    background-color: #444444;
    width: 250px;
}

#numpad button
{
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 5px;
    background: black;
    color:white;
    font-size: 30px;
    float: right;
    border-style:solid;
    border-color:white;
}

#buttonON, #buttonOFF
{
    height:85px;
    width:100px;
    color:white;
}

#buttonOFF:active { border-style: outset;}

#candidatos img
{
    border-style: solid;
    background-color: #D6E7E7;
    width:200px;
    height:173px;
}

#finalizar
{
    font-size: 15px;
    text-align: right;
    margin-right: 12%;
}

/*-----------------FINAL.HTML-----------------*/

#elementos
{
    background-color:#D6E7E7;
    margin: 1%;
    padding: 22.1%;
    border-style:solid;
    border-color:#000;
    display:flex;
    flex-direction: column;
}

#elementos h1
{
    font-family: gabriola;
    color:white;
    text-transform: uppercase;
    font-size: 70px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 4px 5px #000;
    text-align: center;
    margin-top:-280px;
}

#ok
{
    width: 492px;
    height: 416px;
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}
