/* 
    Created on : 02/04/2018, 14:33:51
    Author     : Ti4
*/

.container_left_20 {
    padding-left: 20px !important;
}

.container_left_10 {
    padding-left: 10px !important;
}

.container_right_10 {
    padding-right: 10px !important;
}

.container_20 {
    padding: 20px !important;
}

.container_10 {
    padding: 5px 10px !important;
}

.container_5 {
    padding: 5px !important;
}

.container_2 {
    padding: 2px !important;
}

/* Responsive Container */

.container-s-5 {
    padding: 5px !important;
}

.container-s-10 {
    padding: 10px !important;
}

.container-s-20 {
    padding: 20px !important;
}

.container-small {
    width: 110px;
    /*flex: 1 1 110px; !* stretching *!*/
    /*flex: 0 1 100px; !* no-stretching *!*/
    /*margin: 10px 0px  0px  0px;*/
}

.container-medium {
    width: 140px;
    /*flex: 0 1 150px; !* no-stretching *!*/
    /*margin: 10px 0px  0px  0px;*/
}

.container-large {
    width: 180px;
    /*flex: 0 1 200px; !* no-stretching *!*/
    /*margin: 10px 0px  0px  0px;*/
}


@media only screen and (min-width: 601px) {
    .container-image-m-5 {
        padding: 5px !important;
        max-width: 300px;
        max-height: 300px;
        width: auto;
        height: auto;
    }

    .container-m-5 {
        padding: 5px !important;
    }

    .container-m-10 {
        padding: 10px !important;
    }

    .container-m-20 {
        padding: 20px !important;
    }
}

@media only screen and (min-width: 993px) {
    .container-image-l-5 {
        padding: 5px !important;
        max-width: 300px;
        max-height: 300px;
        width: auto;
        height: auto;
    }

    .container-l-5 {
        padding: 5px !important;
    }

    .container-l-10 {
        padding: 10px !important;
    }

    .container-l-20 {
        padding: 20px !important;
    }
}

@media only screen and (min-width: 1201px) {
    .container-xl-5 {
        padding: 5px !important;
    }

    .container-xl-10 {
        padding: 10px !important;
    }

    .container-xl-20 {
        padding: 20px !important;
    }
}

/* Análise histórico ordem — grade e espaçamento */
.historico-analise-sidebar-pad {
    padding-right: 1rem;
}

@media only screen and (min-width: 993px) {
    .historico-analise-main-pad {
        padding-left: 1.25rem;
        border-left: 1px solid #e0e0e0;
    }
}

.historico-analise-deposito-status {
    display: block;
    margin-top: 0.4rem;
}

.historico-analise-tabela-grid .historico-analise-tr-cab {
    margin-bottom: 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    background-color: #fafafa;
}

.historico-analise-tabela-grid .historico-analise-tr {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e0e0e0;
}

.historico-analise-tabela-grid .historico-analise-tr-cab .col,
.historico-analise-tabela-grid .historico-analise-tr .col {
    border-right: 1px solid #e0e0e0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: 2.75rem;
    box-sizing: border-box;
}

.historico-analise-tabela-grid .historico-analise-tr-cab .col:first-child,
.historico-analise-tabela-grid .historico-analise-tr .col:first-child {
    border-left: 1px solid #e0e0e0;
}

.historico-analise-tabela-grid .historico-analise-tr-cab .col:last-child,
.historico-analise-tabela-grid .historico-analise-tr .col:last-child {
    border-right: 1px solid #e0e0e0;
}
