body { min-height: 100%; font-size: 14px; }
.navbar  { font-family: 'Roboto', sans-serif; background-color: #ffffff; margin-bottom: 60px; margin-top: 30px; }



.isAction { cursor: pointer; }
.isAction:hover {    color: #78B648 !important; }

th {
    background-color: #eeeeee;
    padding: 3px;
}
tr:nth-child(even) { background-color: #eeeeee; }
tr:nth-child(odd) { background: #ffffff; }
td { padding: 3px; vertical-align: top; }


table { width: 100%; }

.sectionHead {
    padding-bottom: 10px;
    font-weight: 700;
}

.nav-link:hover, .nav-link:focus {
    color: #78B648 !important;
}

.dropdown-menu { background-color: #78B648 !important; border: 0; border-radius:0; box-shadow: 8px 8px rgba(100, 100, 100, 0.1) ; }

.dropdown-item { color: #ffffff; }
.dropdown-item:hover { color: #000000; background-color: transparent; }

.col-form-label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


@media (max-width:1199px) {
}


@media (max-width:992px) {
 

}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #78B648;
    border-color: #d3d9df;
}