.icone {
    width: 15px;
}

.iconeMenuMobile {
    width: 30px;
}

.iconeAcoes {
    width: 18px;
}

.textoCampusSubtitle {
    font-size: 14px;
    font-family: 'Franklin Gothic Demi';
}

.iconeMenuLogin {
    width: 45px;
}

.green-bullet {
    list-style-type: disc;
    color: green;
}

.red-bullet {
    list-style-type: disc;
    color: red;
}

.nomeUser {
    font-size: 15px;
    color: #DCDCDC;
    margin-top: 8px;
}

.botaoInvisivel {
    background-color: transparent;
    width: 100%;
    border: 0px;

}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0px 0px 10px 1px rgba(8, 23, 246, 0.2) inset;
    -moz-box-shadow: 0px 0px 10px 1px rgba(8, 23, 246, 0.2) inset;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(8, 23, 246, 0.2) inset;
}

.topright {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
}

.toprightHorarioAtendimento {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 18px;
}

.topleft {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
}

.tamColunaHora {
    min-width: 149px;
    /*width: 90px;*/
}

.fundoIndexSL {
    background-image: url("/static/img/sigeho-background.png");
    border-image-repeat: repeat;

    position: fixed;
    width: -moz-available; /* For Mozzila */
    width: -webkit-fill-available;
    height: 100%;
    width: 100%;
    margin-left: -120px;

}

/*Separador*/
.separadorPontilhado {
    width: 100%;
    border-top: 1px solid #c6c8ca;
    /*border-top: 3px dotted #CCC;*/
}

.separadorPontilhadoHalf {
    width: 60%;
    border-top: 1px solid #c6c8ca;
    /*border-top: 3px dotted #CCC;*/
    margin: 0 auto; /* Isso centraliza a div horizontalmente */
}

.celulaLinhaEstatica {
    position: -webkit-sticky;
    position: sticky;
    top: 54px;
    z-index: 2;
}

.select-outline-primary {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    height: auto;
    line-height: 1.5;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    border-radius: 0.25rem;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Impede quebra de linha no texto */
    max-width: 300px;
}

.select-option-outline-primary {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    border-radius: 0.25rem;
    background: #ffffff; !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Impede quebra de linha no texto */
    max-width: 300px;
}


.chart-canvas {
    max-width: 50%;
    max-height: 300px;
    align-self: center;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 5px;
    color: #6c757d;
}

.breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.superior-direito {
    top: 0;
    right: 0;
    margin: 5px;
}

.sb-nav-link-icon{
    width: 18px;
}

.sb-sidenav-menu-nested{
    margin-left: 35px !important;
}

.redirectLinkButton {
    transition: color 0.3s ease, font-weight 0.3s ease, box-shadow 0.3s ease;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
}

.redirectLinkButton:hover,
.redirectLinkButton:active{
    color: #888888;
    font-weight: bolder; /* Torna o texto mais forte */
}

