﻿/* MENUS */
.tfe-color-menu, .dropdown-menu
{
    background-color: #247816 !important;
}

.dropdown-item:focus, .dropdown-item:hover 
{
    background-color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link,
.nav-link:hover,
.dropdown-item
{
    color : #fff !important;
}

.navbar-dark .navbar-nav .nav-link, .tfe-icono-hamburguesa
{
    color: rgba(255, 255, 255, .5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


/* TITULOS DE LOS GRUPOS */
.tfe-titulo-grupo-form .bg-info
{
    background: #247816 !important;
}

.tfe-titulo-grupo-form legend
{
	color: #ffffff !important;
}

/* BOTONES */
.btn-primary
{
    background: #247816 !important;
    border-color : #247816 !important;
    color: #ffffff !important;
}

.btn-outline-primary
{
    color : #247816 !important;
    border-color : #247816 !important;
}
.btn-outline-primary:hover
{
    background : #247816 !important;
    color: #ffffff !important;
}

.btn-secondary
{
    background: #247816 !important;
    border-color : #247816 !important;
    color: #ffffff !important;
}

.btn-outline-secondary
{
    color : #247816 !important;
    border-color : #247816 !important;
}

/* CHECKS Y RADIOS */
.custom-control-input:checked ~ .custom-control-label::before
{
    background: #247816 !important;
    border-color : #247816 !important;
}