@CHARSET "UTF-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 0;
	margin-bottom: 60px;
}


.auth-body {
	padding-top: 70px;
	margin-bottom: 60px;
}


h4,h5 {
	color: green !important;
}

#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

.btn-outline {
    color: #fff;
    background-color: #404040;
    border-color: #000;
}

.btn-outline:hover {
    color: #fff;
    background-color: #2D7B74;
    border-color: #000;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: rgb(245, 230, 200);
 }

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: rgb(225, 210, 200);
 }

.navbar-custom {
	color: #000000;
    background-color: #00a000;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #eeee00;
    background-color: #006f00;
}

.no-wrap {
	text-wrap: nowrap;
}
.account-page {
min-height: 0 !important;
}
.dashboard-notification-background-style {
    background: #ececec;
    border-radius: 8px;
}
.custom-gray-colour {
	background-color: #eaeaea !important;
}
.active-help-btn-right-aligned {
	margin-left: auto !important;
}
.mouse-hover-pointer {
	cursor: pointer;
}
.company-implementation-variables-width {
	width: 220px;
}