label {
    margin-bottom: 0.1rem;
    font-size: 0.8rem;
}

.form-group {
    margin-bottom: 0.3rem;
}

.card-body {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
    line-height: .70em;
    padding-left: .10em;
}

.table-card .dataTables_wrapper .col-md-6 {
    display: flex;
    align-items: center;
    padding-top: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.table-card .dataTables_wrapper .col-md-6:last-child {
    justify-content: end;
}

.dataTables_length .custom-select-sm {
    margin: 0px 4px;
}

.table-card .dataTables_length label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
}

.table-card .dataTables_info,
.table-card .dataTables_paginate {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.dropdown-notificacao .dropdown-menu {
    max-width: 400px;
    width: 400px;
}

.dropdown-notificacao .dropdown-notificacao-container {
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-notificacao .dropdown-item {
    overflow: auto;
}

.dropdown-notificacao p i {
    font-size: 1.5em;
}

.card-primary.card-outline {
    border-top: 3px solid#435867 !important;
}

.brand-link .logo-full {
    width: 50%;
    height: auto;
}

.brand-link .logo-mini {
    display: none;
}

.sidebar-collapse .brand-link .logo-full {
    display: none;
}

.sidebar-collapse .brand-link .logo-mini {
    display: block;
    width: 70%;
    height: auto;
    margin-top: 2px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #435867 !important;
}

.coleta-recurso-container {
    display: flex;
    align-items: center;
    height: calc(100vh - 175px);
}

.coleta-recurso-container .auth {
    height: 100%;
    flex-basis: 100%;
    border-right: 2px solid #aaa;
}

.coleta-recurso-container .auth .funcionarios-container {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    width: 100%;
    gap: 10px;
    overflow-y: scroll;
    height: calc(100vh - 220px);
}

.coleta-recurso-container .card {
    min-height: 106px;
    max-height: 106px;
    max-width: 230px;
    min-width: 230px;
    cursor: pointer
}

.coleta-recurso-container .card-body {
    min-height: 106px;
    max-height: 106px;
    display: flex;
    align-items: center;
}

.coleta-recurso-container .coleta-sidebar {
    flex-basis: 500px;
    height: 100%;
}

.coleta-recurso-container .andamento {
    height: 33%;
    overflow-y: auto;
}

.coleta-recurso-container .aguardando {
    height: 60%;
    overflow-y: auto;
}

.coleta-recurso-container .terminal-menu {
    height: 5%;
}

.coleta-container-operacoes {
    overflow-y: auto;
    height: calc(100vh - 340px);
}

#ponto label {
    display: none;
}

#ponto .content-header {
    padding-top: 8px;
}

.coleta-buttons .btn {
    width: 32px;
    height: 32px;
    text-align: center;
}

/*******
    Balões de conversas
*****/
/*
.speech-wrapper {
    padding: 10px 10px;
    width: 100%;

    .bubble {
        width: 600px;
        height: auto;
        display: block;
        background: #f5f5f5;
        border-radius: 4px;
        box-shadow: 2px 5px 5px #ccc;
        position: relative;
        margin: 0 0 20px;
        margin-bottom: 20px;

        &.alt {
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: 0;
            background: #218456;
        }

        &.center {
            margin: 20px auto;
            background: #dbe0e0;
        }

        .txt {
            padding: 8px 55px 8px 14px;

            .name {
                font-weight: 600;
                font-size: 12px;
                margin: 0 0 4px;
                color: #3498db;

                span {
                    font-weight: normal;
                    color: #b3b3b3;
                }
            }

            .namealt {
                font-weight: 600;
                font-size: 12px;
                margin: 0 0 4px;
                color: rgb(173, 215, 114);

                span {
                    font-weight: normal;
                    color: #b3b3b3;
                }
            }

            .message {
                font-size: 14px;
                margin: 0;
                color: #2b2b2b;

                &.alt {
                    color: white;
                }
            }

            .timestamp {
                font-size: 10px;
                position: absolute;
                bottom: 8px;
                right: 10px;
                text-transform: uppercase;
                color: #999;
            }

            .timealt {
                font-size: 10px;
                position: absolute;
                bottom: 8px;
                right: 10px;
                text-transform: uppercase;
                color: #ffffff;
            }
        }

        .bubble-arrow {
            position: absolute;
            width: 0;
            bottom: 42px;
            left: -16px;
            height: 0;
            box-shadow: 2px 5px 5px #555;

            &.alt {
                right: -2px;
                bottom: 40px;
                left: auto;
            }

            &.center {
                display: none;
            }
        }

        .bubble-arrow:after {
            content: "";
            position: absolute;
            border: 0 solid transparent;
            border-top: 9px solid #eee;
            border-radius: 0 20px 0;
            width: 15px;
            height: 30px;
            transform: rotate(145deg);
        }

        .bubble-arrow.alt:after {
            transform: rotate(45deg) scaleY(-1);
            border-top: 9px solid #218456;
        }
    }
}
*/


.speech-wrapper {
    padding: 10px 10px;
    width: 100%;
}

.bubble {
    width: 600px;
    height: auto;
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 2px 5px 5px #ccc;
    position: relative;
    margin: 0 0 20px;
    margin-bottom: 20px;
}

.bubble-alt {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    background: #218456;
}

.bubble-center {
    margin: 20px auto;
    background: #dbe0e0;
}

.txt {
    padding: 8px 55px 8px 14px;
}

.txt-name {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 4px;
    color: #3498db;
}

.txt span {
    font-weight: normal;
    color: #b3b3b3;
}

.namealt {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 4px;
    color: rgb(173, 215, 114);
}

.namealt span {
    font-weight: normal;
    color: #b3b3b3;
}

.message {
    font-size: 14px;
    margin: 0;
    color: #2b2b2b;
}

.message-alt {
    color: white;
}

.timestamp {
    font-size: 10px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-transform: uppercase;
    color: #999;
}

.timealt {
    font-size: 10px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.bubble-arrow {
    position: absolute;
    width: 0;
    bottom: 42px;
    left: -16px;
    height: 0;
    box-shadow: 2px 5px 5px #555;
}

.bubble-arrow-alt {
    right: -2px;
    bottom: 40px;
    left: auto;
}

.bubble-arrow-alt-center {
    display: none;
}

.bubble-arrow:after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 9px solid #eee;
    border-radius: 0 20px 0;
    width: 15px;
    height: 30px;
    transform: rotate(145deg);
}

.bubble-arrow-alt:after {
    transform: rotate(45deg) scaleY(-1);
    border-top: 9px solid #218456;
}