/***************************/



.form-control[readonly],
.form-control:read-only,
.form-control:disabled {
    background-color: #f5f5f5;
    border-color: #dcdcdc;
    color: #495057;
    cursor: not-allowed;
}
.form-control[readonly]:focus,
.form-control:disabled:focus {
    box-shadow: none;
    outline: none;
}



/***************************/

h3 {
    color: #4f7f51;
}

h2 {
    color: #4f7f51 !important;
}

h6 {
    color: #aaa;
    font-weight: normal;
}

th {
    color: #4f7f51 !important;
    font-weight: bold;
}

td {
    color: #4f7f51 !important;
}

.sidebar-wrapper .nav-item {
    max-width: inherit; /* 100%;*/
}

.sumir_menu {
    display: none;
}

.section-title {
    color: #4f7f51 !important;
    font-size: 22px !important;
}


@media (max-width: 990px) {
    .sumir_menu {
        display: inherit;
    }
}

.linha_separadora {
    border-bottom: 1px solid #ddd; 
    width: 50%; 
    margin-left: 25%; 
    margin-top: 10px; 
    margin-bottom: 10px;
}

.btn-cadastrar {
    --bs-btn-color: #fff;
    --bs-btn-bg: #43a047;
    --bs-btn-border-color: #43a047;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e7d32;
    --bs-btn-hover-border-color: #2e7d32;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2e7d32;
    --bs-btn-active-border-color: #2e7d32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2d8331;
    --bs-btn-disabled-border-color: #2d8331;
}

.me-2 {
    margin-right: 0.5rem !important;
    margin-bottom: 0.2rem !important;
}

.table {
  --bs-table-striped-color: #ffecec;
  --bs-table-striped-bg: #ffecec;
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important;
}

.page-link {;
    color: #2e7d32 !important;
}

.card-title {
    color: #4f7f51;
}

.d-none {
  display: inherit !important;
  color: #fff !important;
}

.fundo-topo {
    background: #2e7d32 !important;
    color: #fff;
}

.sidebar-brand {
    border-bottom: 0px !important;
}

.fundo-lateral {
    background: #fff;
    color: #fff !important;
}

.cor-menu {
    color: #2d8331 !important;
}

.btn-primary {
  --bs-btn-color: #fff; 
  --bs-btn-bg: #43a047;
  --bs-btn-border-color: #43a047;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e7d32;
  --bs-btn-hover-border-color: #2e7d32;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e7d32;
  --bs-btn-active-border-color: #2e7d32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2d8331;
  --bs-btn-disabled-border-color: #2d8331;
}

.btn-outline-primary {
    --bs-btn-color: #43a047;
    --bs-btn-border-color: #43a047;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #43a047;
    --bs-btn-hover-border-color: #43a047;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #43a047;
    --bs-btn-active-border-color: #43a047;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #43a047;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #43a047;
    --bs-gradient: none;
}

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

.form-control:focus , .form-select:focus{
    color: var(--bs-body-color);
  /*  background-color: var(--bs-body-bg);
    border-color: #FCCB30;*/
    background-color: #e3e3e3;
    border-color: #2d8331 !important;
    outline: 0;
    box-shadow: none;
       /* box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgb(253 235 13 / 25%);*/
}

/*
.form-select option:checked {
    background-color: #2e7d32 !important;
    color: #fff !important;
}*/

.form-control, .form-select  {
    margin-bottom: 25px !important;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.form-check {
    background-color: #e3e3e3;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

.form-select:focus {
    border-color: #FCCB30;
    outline: 0;
    box-shadow: none;
  /*  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgb(253 235 13 / 25%);*/
}

.btn {    
    padding-left: 30px;
    padding-right: 30px;
}

.btn-grid { 
    cursor: pointer;
    color:  #43a047;
    border: navajowhite;
    box-shadow: none;
}

a {
    color: #2d8331;
    text-decoration: none;
}

.card-title {
    font-weight: bold;
}


.login-card-body, .register-card-body {
    padding: 30px 60px;
}

.login-box, .register-box {
    width: 460px;
}

.card {
    box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 75px rgba(var(--bs-body-color-rgb), 0.1);
}

/* Horários */
.horario-input {
    max-width: 80px;
    display: inline-block;
}

.horario-separator {
    display: inline-block;
    margin: 0 5px;
}