@tailwind base;
@tailwind components;
@tailwind utilities;

/* Reset de CSS */ 
html, body {
    height: 100%;
    min-height: 100%;
}

body {
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fundoNovo {
    padding-top: 0;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#tabela_principal {
    width: auto;
    border-top: 0;
    height: 100%;
}

#tabela_principal_conteudo {
    /* vertical-align: top; */
}

.logo-home {
    height: 97px;
    width: 214px;
}

.texto11 {
    font-size: 11px;
    color: #333333;
}

.footerCopy {
    position: static;
    bottom: 0;
    text-align: left;
    width: auto;
}

.loginBody .btnAcessarLogin {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    white-space: normal;
    border: medium none #000;
    margin-top: 0;
}

.btnAcessarLogin:hover {
    background: none;
}


a:link, a:visited, a:active {
    /* text-decoration: none; */
    /* outline: none; */
}

a.link-purple {
    color: #A563FA !important;
    text-decoration: none !important;
}

a.link-gray {
    color: #707070 !important;
    text-decoration: none !important;
}

.porsp-gray {
    color: #707070 !important;
}

.font-ubuntu-c {
    font-family: 'Ubuntu', sans-serif;
}


/*
Folha de estilo legado

*/
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: rgba(254, 254, 254, 0.9);
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    border-radius: 5px;
    box-shadow: 1px 1px 2px #333;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    /* color: #000000; */
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

.textLoginInput {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

.btnAcessarLogin {
    background-color: white !important;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #000;
    width: 100% !important;
}

.btnAcessarLogin:hover {
    background-color: #ccc !important;
    color: #000;
}
