.topbar {
	background:#00683e;
}
.nav-top{
	background: #00683e;
}
.navbar {
	background: #168e5d !important;
}
.footer{
	background: #74c398 !important;
}
.btn-primary,
.btn-border{
	background:#00683e;
}
.table thead tr th, .table thead tr td {
    background:#74c398;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #00683e;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #74c298;
}

.dropdown-item.active, .dropdown-item:active {
    background: #00683e!important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #29cc6c;
}

.btn-border {
    background: transparent;
    border: 1.5px solid #00683e;
    color: #00683e;
}

.btn-small-square {
    background: rgb(0 104 64);
}

.form-check-input:checked {
    background-color: #00683e;
    border-color: #00683e;
}


.sticky-bottom .table tbody tr th {
    background: #74c398;

}
.swal2-styled.swal2-confirm{
	background:#00683e !important;
}


a {
    color: #00683e;
}

 a:hover {
    color: #29cc6c;
}


#login {
	float: left;
    width: 100%;
    position: relative;
    background: #00683e;
    background: -webkit-linear-gradient(to right, #006a51, #006a51);
    background: linear-gradient(to right, #006a51, #006a51);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;

}

.printbtn {
    border: 1.5px solid #00683e;
    color: #fff;
    background: #00683e;
}

.dashboard-content h2 {
    color: #00683e;
}
