.navbar-nav > .menu-year > .nav-link::after {
    content: none;
}


.tbl tr td:first-child a:first-child{
    margin-left: 0 !important;
}
.tbl tr td:first-child a{
    margin-left: 6px !important;
}
.tbl tr td:first-child a:hover{
    opacity: 0.8 !important;
}

.card-body.p-0 .table thead>tr>th:first-of-type,
.card-body.p-0 .table tbody>tr>td:first-of-type{
    padding-left: 5px !important;
}

.btn-rounded{
    border-radius: 50%;
}

.loading_content {
    display: block;
    height: 20px;
    position: relative;
    overflow: hidden;
}
/* The loading Class */
.loading {
    position: relative;
    background-color: #cbcbcb;
}

/* The moving element */
.loading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top,
    right top, from(transparent),
    color-stop(rgba(255, 255, 255, 0.2)),
    to(transparent));

    background: linear-gradient(90deg, transparent,
    rgba(255, 255, 255, 0.2), transparent);

    /* Adding animation */
    animation: loading 1.2s infinite;
}

/* Loading Animation */
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

.cabecalho{
    display: none;
    text-align: center;
}
.cabecalho img{
    height: 100px;
}

.cabecalho .title{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.cabecalho .subtitle{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 20px 0;
    color: #444;
}
.cabecalho .btn{
    display: none;
}
.cabecalho h1{
    font-size: 24px !important;
    font-weight: 700;
    margin: 15px 0 20px 0;
}
@media print {
    .cabecalho{
        display: block;
    }
    .cabecalho .bar_history{
        display: block;
    }

    .editor_view blockquote, .editor blockquote{ border-top: 0px; border-bottom: 0px; border-right: 0px;}
}

.rounded-pill-left {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.rounded-pill-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

table.tab tr th:first-child, table.tab tr td:first-child {
    padding-left: 1.4rem !important;
}

table.tab tr th:last-child, table.tab tr td:last-child {
    padding-right: 1.4rem !important;
}

.customTooltip * {
    color: #4a4a4a;
    font-size: 14px
}
.customTooltip .introjs-tooltip-header, .customTooltip .introjs-tooltiptext{
    padding: 8px 12px !important;
}
.customTooltip .introjs-tooltip-title {
    color: #222;
}

input, textarea{
    text-transform: uppercase;
}

input[type=email], input[type=password]{
    text-transform: none !important;
}
