﻿body {
    /*background-image: url("/img/fundo.jpg");*/
   /* background-color: #eeeded;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.transparencia_branca {
    background: #ffffff;
    opacity: 0.8;
    color: #000000;
}

.margem-esquerda-10 {
    margin-left: 10px;
}

.margem-esquerda-20 {
    margin-left: 20px;
}

.agendaid {
    color: #37517e;
    text-decoration: none;
    padding-bottom: 5px;
}

    .agendaid:hover {
        color: #198754;
    }

.cor_predominante {
    color: #37517e;
    text-decoration: none;
}

    .cor_predominante:hover {
        color: #198754;
        text-decoration: none;
        border-bottom: 4px solid #198754;
        padding-bottom: 5px;
        display: inline-block;
    }
.cor_predominante_selecao {
    color: #000000;
    text-decoration: none;
    border-bottom: 0px solid #198754;
    padding-bottom: 5px;
    display: inline-block;
}
.cor_menu {
    color: #000000 !important;
    padding-bottom: 5px;
}

    .cor_menu:hover {
        color: #37517e;
        text-decoration: none;
        border-bottom: 0px solid #37517e;
        padding-bottom: 5px;
        display: inline-block;
    }

.rodape {
    position: fixed;
    bottom: 0px;
    text-align: center;
}

.w100 {
    width: 100px !important;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 300px !important;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #37517e;
    --bs-btn-border-color: #37517e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #37517e;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}




