/* 
    Created on : 29/09/2017, 13:44:42
    Author     : SHL
*/

.md-check-point
{
    background-color: #fafafa;
    font-size: 1em;
}

.md-check-point.altura_pequena { height: 35%; }

.md-check-point.altura_media { height: 75%; }

.md-check-point.altura_grande { height: 90%; }

.md-check-point.altura_tela { top: 0 !important; height: 100%; }

.md-check-point.largura_pequena { width: 35%; }

.md-check-point.largura_media { width: 75%; }

.md-check-point.largura_grande { width: 90%; }

.md-check-point.largura_tela { width: 100%; }

@media only screen and (max-width: 992px) {
    .md-check-point.largura_pequena { width: 90%; }

    .md-check-point.largura_media { width: 90%; }
}

@media only screen and (max-width: 600px) {
    .md-check-point.largura_pequena{ width: 100%; }

    .md-check-point.largura_media { width: 100%; }

    .md-check-point.largura_grande { width: 100%; }
}

/* ESTILOS DAS BARRAS DE CABECALHO */

.md-check-point .md-check-point-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 60px;
    padding-left: 2rem;
    font-size: 1.2rem;
    font-weight: 600;

    background: #fafafa;
    color: #000;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.md-check-point .md-check-point-content
{
    display: block;
    width: 100%;
    height: calc(100% - 120px);
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Selects em modais CheckPoint — rótulo não flutuante sobre o campo */
.md-check-point .field_body.label_grifado > .field_label,
.md-check-point .field_body > .input-field label.field_label.active {
    position: static;
    transform: none;
    -webkit-transform: none;
}

.md-check-point .field_body > .input-field.field_container {
    margin-top: 0.25rem;
}

/* Modal Gerar transformações (Análise → Transformação) — rótulo acima, campos alinhados */
.md-check-point .form-confirmar-gerar-transf-analise .mt_row {
    margin-left: 0;
    margin-right: 0;
}

.md-check-point .form-confirmar-gerar-transf-analise .mt_col {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
}

.md-check-point .form-confirmar-gerar-transf-analise .field_label {
    margin-bottom: 0.35rem;
    padding-bottom: 0;
}

.md-check-point .form-confirmar-gerar-transf-analise .field_body > .input-field.field_container {
    margin-top: 0;
}

.md-check-point .md-check-point-footer,
.md-check-point .barra_botoes
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    
    width: 100%;
    height: 60px;
    padding-right: 2rem;

    background: #fafafa;
    color: #000;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -1px 5px 0 rgba(0, 0, 0, 0.12), 0 -3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -1px 5px 0 rgba(0, 0, 0, 0.12), 0 -3px 1px -2px rgba(0, 0, 0, 0.2);
}
