.alinha2 {
    padding: 0px 0px 30px 15px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}


/**
 * Fonte de todas as tabelas do sistema
 */

.table td {
    font-size: 16px;
}


/** 
 * Alinha botão de adicionar faltas no cadastro de funcionários
 */

#btn-adiciona-falta {
    margin-top: 24px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    border-radius: 5px;
}

.sublinhado {
    text-decoration: line-through;
}

.fa-archive:before {
    cursor: pointer;
}

li {
    list-style-type: none
}

.fa-trash {
    cursor: pointer;
}

.hidetext {
    -webkit-text-security: disc;
    /* Default */
}

[v-cloak]>* {
    display: none;
}

[v-cloak]::before {
    content: "loading...";
}

.button_default {
    width: 150px;
}

.padding_0 {
    padding: 0;
}

.padding_top_25 {
    padding: 25px 0 0 0;
}

.alert-topo {
    padding-right: 35px;
    margin-bottom: 0!important;
    padding-bottom: 0px;
    padding-top: 5px;
}

.col-centered {
    float: none;
    display: block;
    margin: 0 auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.tooltipcss {
    position: relative;
}

.tooltipcss::before {
    content: "\2003"attr(class);
    /* print em-space with class text */
    text-indent: -5.9em;
    /* add negative text offset to hide class name */
    display: inline-block;
    position: absolute;
    bottom: 50%;
    background: #000;
    color: #FFF;
    padding: 7px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    width: max-content;
    /* avoids very long sentences */
    pointer-events: none;
    /* prevents tooltip from firing on pseudo hover */
}

.tooltipcss:hover::before {
    opacity: 1;
    bottom: 100%;
}


/* Customizações de todo o site aumento de Fontes, etc feitos pelo Ale em 2023-06-20 */

/* Breadcrumb */
.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

/* Titulos do Header de cada paigina */
.content-header>h1 {
    margin: 0;
    font-size: 30px;
}

/* Font size das coisas */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* Tamanho das coisas na tabela */
.table td {
    font-size: 16px;
}

/* Tamanho dos textos do botões */
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
