body {
    margin:50px 0px; padding:0px;
    text-align:center;
}

form {
    margin: 0 auto;
}
    
.comp{
    margin: 20px;
    background-color: CornflowerBlue;
    color: white;
    width: 300px;
    height: 35px;
}

.submit{
    height: 50px;
}

#painelContratos {
    background-color: GhostWhite;
    width: 500px;
    height: 50px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#painelContratosOutros {
    background-color: GhostWhite;
    width: 500px;
    height: 50px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#lojasFuncionarios {
    background-color: GhostWhite;
    width: 500px;
    height: 50px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#relatorios {
    background-color: GhostWhite;
    width: 400px;
    height: 50px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#novoCliente {
    background-color: GhostWhite;
    width: 400px;
    height: 50px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#sair{
    background-color: red;
    color: white;
    width: 100px;
    height: 40px;
    margin: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
}

#buscar {
    background-color: CornflowerBlue;
    color:white;
    width: 400px;
    height: 40px;
    margin: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
}


.cpf {
  float: left;
  width: 20%;
}

.casvODD {
  float: left;
  width: 15%;
}

.casvEVEN {
  float: left;
  width: 15%;
}

.casvODD a:link, .casvODD a:visited {
    color: white;
    text-decoration: none;
}

.casvEVEN a:link, .casvEVEN a:visited {
    color: black;
    text-decoration: none;
}

.nomeODD {
  float: left;
  width: 60%;
}

.nomeEVEN {
  float: left;
  width: 60%;
}

.nomeODD a:link, .nomeODD a:visited {
    color: white;
    text-decoration: none;
}

.nomeEVEN a:link, .nomeEVEN a:visited {
    color: black;
    text-decoration: none;
}

.visaTypeODD {
  float: left;
  width: 13%;
}

.visaTypeEVEN {
  float: left;
  width: 13%;
}

.visaTypeODD a:link, .visaTypeODD a:visited {
    color: white;
    text-decoration: none;
}

.visaTypeEVEN a:link, .visaTypeEVEN a:visited {
    color: black;
    text-decoration: none;
}

.telODD {
  float: left;
  width: 11.99%;
}

.telEVEN {
  float: left;
  width: 11.99%;
}

.telODD a:link, .telODD a:visited {
    color: white;
    text-decoration: none;
}

.telEVEN a:link, .telEVEN a:visited {
    color: black;
    text-decoration: none;
}

.editar {
  float: left;
  width: 3.99%;
}

.A_contract {
  float: left;
  width: 30%;
}

.M_formStart {
  float: left;
  width: 30%;
}

.status {
  float: left;
  width: 30%;
}

.preencher {
  float: left;
  width: 9.99%;
}

.row {
    height:25px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}










/* The popup form - hidden by default */
.form-popup {
  display: none;
  /*position: fixed;
  bottom: 300;
  right: 50vw;*/
  margin: 0 auto;
  /*border: 3px solid #f1f1f1;*/
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  border: black;
  max-width: 600px;
  padding: 10px;
  background-color: Chocolate;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  /*padding: 16px 20px;*/
  border: none;
  cursor: pointer;
  width: 90%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}









@media only screen and (max-width: 1000px) {
    body {
        background-color: lightblue;
    }
    
    .comp{
        text-align:center;
        margin: 0 auto;
        margin-bottom: 20px;
        background-color: GhostWhite;
        color: CornFlowerBlue;
        width: 90%;
        height: 2.6em;
        font-size: 2.5em;
    }
    
    #lojasFuncionarios {
        background-color: GhostWhite;
        color: CornFlowerBlue;
        width: 30%;
        height: 100px;
        font-size: 30px;
        border-radius: 10px;
    }

    #novoCliente {
        background-color: GhostWhite;
        color: CornFlowerBlue;
        width: 30%;
        height: 100px;
        font-size: 30px;
        border-radius: 10px;
    }

    #sair{
        background-color: red;
        color: white;
        width: 20%;
        height: 100px;
        font-size: 50px;
        margin: 20px;
        margin-bottom: 0px;
        border-radius: 10px;
    }
    
    #filtrarPor {
        font-size:2.6em;
    }
    
    #buscar {
        width: 90%;
        height: 2.6em;
        font-size:1.5em;
    }
    
    .row {
        height:40px;
    }
    
    .cpf {
        font-size:1.4em;
        float: left;
        width: 17%;
    }

    .nomeODD {
        font-size:1.4em;
        float: left;
        width: 60%;
    }

    .nomeEVEN {
        font-size:1.4em;
        float: left;
        width: 60%;
    }

    .nomeODD a:link, .nomeODD a:visited {
        font-size:1.4em;
        color: white;
        text-decoration: none;
    }

    .nomeEVEN a:link, .nomeEVEN a:visited {
        font-size:1.4em;
        color: black;
        text-decoration: none;
    }

    .telODD {
        font-size:1.4em;
        float: left;
        width: 22.99%;
    }

    .telEVEN {
        font-size:1.4em;
        float: left;
        width: 22.99%;
    }

    .telODD a:link, .telODD a:visited {
        font-size:1.4em;
        color: white;
        text-decoration: none;
    }

    .telEVEN a:link, .telEVEN a:visited {
        font-size:1.4em;
        color: black;
        text-decoration: none;
    }
}