/* 
    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;
}

.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);
}
