﻿
html {
    height: 100%;
    overflow: hidden;
}
body {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    background-image: url('../imagens/fundo-conteineres.png');
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-position: top left !important;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: transparent !important;
    height: 100%;
}

    body > .container {
        padding: 60px 15px 0;
    }

.main {
    margin: 20px;
}

h1.title {    
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}

hr {
    width: 10%;
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

label {
    padding-bottom: 2px;
}


input,
input::-webkit-input-placeholder {
    font-size: 14px;
}

.main-login {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-center-login {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 380px;
    padding: 40px 40px;
}

.main-center-registro {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 550px;
    padding: 40px 40px;
}

button {
    margin-top: 20px;
}

.login-registro {
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .logo {
        margin-top: 80px;
    }
}

.footer {
    font-size: 13px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #003663;
    text-align: left;
    padding-left: 65px;
    padding-right: 65px;
    border-top: 10px solid #e77817;
    flex-shrink: 0;
}


.btn-primary {
    background: #003663 !important;
    border-color: #003663 !important;
}




.geral {
    flex: 1 0 auto;
}



.tableFixHead {
    overflow-y: auto;
    max-height: 400px;
}

    .tableFixHead thead th {
        position: sticky !important;
        top: 0;
        background-color: beige;
    }

/* Just common table stuff. Really. */
table {
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

thead {
    text-align: center;
}

th {
    position: sticky !important;
    top: 0;
    background-color: #e6eefa;
}
