/* CSS Document */
/*  Ultrimagem - 2016
***********************************************
Agencia: Ato interativo
Country: Brasil
Diretor: Felipe Gazolla
XHTML+CSS: Reinaldo Henrique
Programação: Mateus Fiereck
Last CSS update: 01/2016
Notes: Folha padrao
***********************************************
;)
***********************************************
*/

ul {
    list-style-type: none;
}

.nav-interna {
    width: 100%;
    float: left;
    clear: both;
}

input[type="submit"], a {
    cursor: pointer;
}

section#formularioLogin {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.form-login {
    width: 30%;
    margin: 5% 0;
    padding: 1%;
    box-shadow: 0 0 5px 0px #c3c3c36e;
}

#titulo-login {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    margin-top: 5%;
    float: left;
}

.form-login form {
    display: flex;
    flex-direction: column;
}

.form-login form .input-group {
    display: flex;
    flex-direction: column;
}

.form-login form .input-group label {
    text-align: left;
    font-size: 1.5em;
    width: 100%;
    margin: 1% 0;
}

.form-login form .input-group input {
    border: solid 1px #ccc;
    width: 100%;
}

input.index-login {
    width: 100%;
}

.box-index-login {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2% 0;
}

.box-index-login h3 {
    font-weight: lighter;
    font-size: 1.5em;
}

.btn-index-login {
    font-size: 1.5em;
    background: #2f9dff;
    border-radius: 5px;
    padding: 5px 2%;
    color: #fff;
    width: 30%;
    text-align: center;
    margin: 2% 0;
}

.prelaudo-home {
    float: left;
    clear: both;
    display: grid;
}

.prelaudo-home {
}

.prelaudo-home p {
    font-size: 1.7em;
}

.lista-laudos {
    width: 100%;
    float: left;
    font-size: 1.5em;
}

.lista-laudos table {
    width: 100%;
    border-collapse: collapse;
    margin: 2% 0;
}

.legenda-lista-prelaudos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.legenda-lista-prelaudos span {
    border-left: solid #e13408 5px;
    padding: 5px 1%;
    font-size: 1.5em;
}

tr.achado_critico {
    border-left: solid 10px #e40f0f;
}

.lista-laudos table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.lista-laudos table tbody tr td {
    padding: 2% 1%;
    text-align: center;
}

.lista-laudos table tbody tr .descricao {
    text-align: left;
}

.head-table-laudos th {
    width: 8%;
    text-align: center;
    font-size: 1.3em;
    padding: 2% 0;
    margin: 2% 0;
}

.head-table-laudos #laudo-descricao {
    width: auto;
}

.prelaudo-exame, .prelaudo {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.prelaudo-exame h2, .prelaudo h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

.exame-lista-dados, .dados-prelaudo {
    font-size: 2em;
    width: 70%;
    float: left;
    clear: right;
    padding: 2%;;
}

.exame-lista-dados li, .dados-prelaudo li {
    margin: 1% 0;
}

.exame-lista-dados li strong, .dados-prelaudo li strong {
    color: #4f67a4;
}

.dados-prelaudo li {
    text-transform: uppercase;
}

#descricao-prelaudo {
    float: left;
    text-transform: none;
    margin: 1% 0 5%;
    width: 100%;
}

.btn-exibir-laudo, .btn-editar-laudo {
    background: #48a7ff;
    color: #fff;
    padding: 5%;
    margin: 0 2%;
    border-radius: 5px;
}

.lista-laudos #formFiltro {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #4380ba80;
    align-items: center;
}

.lista-laudos #formFiltro a[title="Limpar filtro"] {
    text-decoration: underline;
}

.lista-laudos #formFiltro input, .lista-laudos #formFiltro select {
    width: 12%;
    padding: 0.5% 1%;
    font-size: 1em;
    height: 30px;
    color: #000;
    border: solid 1px #4d4d4dbf;
}

.lista-laudos #formFiltro input[type="submit"], .btn-login {
    background: #5eb1ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: auto;
}

.btn-lista-exames {
    padding: 5%;
    margin: 0 2%;
    color: #fff;
    background: #48a7ff;
    border-radius: 5px
}

.lista-dados-exame {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    align-items: center;
    padding: 2% 0;
    flex-direction: column;
}

.lista-dados-exame h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

.acoes-exame {
    width: 100%;
    float: left;
    clear: left;
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 1px #4380ba80;
    padding: 1% 0;
    margin-bottom: 3%;
}

.acoes-exame a, .exame-imagem a {
    padding: 1%;
    background: #48a7ff;
    border-radius: 5px;
    color: #fff;
    margin: 0 1%;
    font-size: 1.3em;
    text-align: center;
}

.lista-dados-exame ul {
    font-size: 2em;
    width: 70%;
    padding: 2%;
}

.lista-dados-exame ul li {
    text-transform: none;
    margin: 1% 0;
}

.lista-dados-exame ul li strong {
    color: #4f67a4;
}

.exame-imagem a {
    font-size: 12px;
    margin-left: 0;
}

.formularioPrelaudo {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formularioPrelaudo h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

#formPreLaudo {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
}

.input-group {
    float: left;
    display: flex;
    flex-direction: column;
}

.input-group input, textarea {
    border-radius: 5px;
    border: solid 1px #cececeab;
}

.input-group label {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}

.input-group textarea {
    height: 250px;
    resize: none;
    font-size: 1.7em;
}

.input-group select {
    width: 20%;
    padding: 0.5% 1%;
    font-size: 1em;
    height: 30px;
    color: #000;
    border: solid 1px #4d4d4dbf;
}

.formularioPrelaudo #formPreLaudo .achado_critico {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.formularioPrelaudo #formPreLaudo .btn-formularioPrelaudo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formularioPrelaudo #formPreLaudo .btn-formularioPrelaudo .btn-acao-formularioPrelaudo {
    background: #48a7ff;
    color: #fff;
    width: 20%;
    margin: 2%;
    padding: 1% 2%;
    text-align: center;
    font-size: 1.5em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.formularioPrelaudo #formPreLaudo .btn-formularioPrelaudo a.btn-acao-formularioPrelaudo {
    border: solid 1px #e2e2e2;
    color: #5b4f4d;
    background: #fff;
}

.paginacao-prelaudo {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 2% 0;
}

.paginacao-prelaudo .paginacao {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.paginacao-prelaudo .paginacao span {
    width: 15%;
    margin: 0 1%;
    border-radius: unset;
}

.paginacao-prelaudo .paginacao span a {
    margin: 0;
    width: 100%;
    border-radius: 5px;
}

.formularioMeusDados {
    width: 100%;
    float: left;
}

.formularioMeusDados form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.formularioMeusDados .inputGroupBox {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3% 0;
}

.formularioMeusDados .inputGroupBox section {
    display: flex;
    flex-direction: column;
    flex: 1;
}

formularioMeusDados .inputGroupBox input {
    width: 100%;
}

.btnInputGroup {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.btnInputGroup a, input[type="submit"] {
    border: solid 1px #cececeab;
    padding: 1% 2%;
    font-size: 1.5em;
    border-radius: 5px;
    margin: 1%;
}

.btnInputGroup input[type="submit"] {
    color: #fff;
    background: #48a7ff;
    border-color: transparent;
}

.historico {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 2% 0;
}

#atualizar-exames {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    margin: 1% 0;
}

#atualizar-exames .btn-atualizar-exames {
    color: #fff;
    background: #5eb1ff;
    padding: 1%;
    border-radius: 5px;
}

#tabela_relatorio{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #000
}

#tabela_relatorio thead {
    font-weigth: bolder;
}

#tabela_relatorio td, #tabela_relatorio th{
    border: solid 1px #000;
    text-align: center;
}

#tabela_relatorio tbody tr:nth-child(odd){
    background: #cccccc63;
}

.atencao {
    width: 100%;
    float: left;
    font-size: 1.3em;
    margin: 5% auto 1%;
    font-weight: lighter;
    font-style: italic;
    color: #000;
}


#filtro_achado_critico {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 2%;
}

#filtro_achado_critico input {
    align-self: center;
}

/* somente celulares */
@media screen and (min-device-width: 0px) and (max-device-width: 667px), (min-width: 0px) and (max-width: 667px) {

    .btn-login {
        font-size: 1em;
    }

    .box-index-login {
        width: 100%;
        font-size: 2.5em;
        display: flex;
        align-items: center;
        margin: 5% 0;
    }

    #titulo-login {
        font-size: 4em;
    }

    .form-login {
        width: 90%;
        font-size: 3em;
        box-shadow: none;
    }

    .formularioMeusDados .inputGroupBox {
        font-size: 2.5em;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    section .input-group {
        width: 100%;
        margin: 5% 0;
    }

    .btnInputGroup {
        justify-content: space-between;
        font-size: 2em;
    }

    .btnInputGroup a, input[type="submit"] {
        padding: 2% 10%;
        border-radius: 10px;
    }

    .lista-laudos #formFiltro input, .lista-laudos #formFiltro select {
        width: 20%;
    }

    .exame-lista-dados, .dados-prelaudo {
        font-size: 2em;
        width: 100%;
    }

    #formPreLaudo {
        width: 100%;
        font-size: 2em;
    }

    #formPreLaudo .input-group {
        margin: 2% 0;
    }

    .acoes-exame {
        justify-content: center
    }

    .acoes-exame a {
        margin: 1%;
        font-size: 3em;
    }

    .exame-imagem a {
        float: left;
        width: 100%;
        clear: both;
        font-size: 1.5em;
        margin: 1% 0;
    }

    #atualizar-exames {
        justify-content: center;
    }

    #atualizar-exames .btn-atualizar-exames {
        font-size: 2em;
    }

}

@media print {
    .prelaudo-exame {
        visibility: hidden;
        display: none;
    }
}