﻿body {
    background-color: #f1f1f1;
}


/* navigation */
.navbar {
    background-color: #95d672;
    /*border-top: 2px solid #5d8b44;
    border-bottom: 2px solid #5d8b44;*/
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1) !important;
    font-weight:500 !important;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eaeaea;
}

/* alerts */
.text-error {
    color: #721c24 !important;
}

/* popover */
.popover {
    max-width: 600px !important;
}

/*cards*/
.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


/*custom widths*/
.w-10 {
    width:10% !important
}

.w-20 {
    width:20% !important
}
