

.loginBoxWrap {
	background-color: #fff;
	/* background:url(../images/bg_transparent.png) no-repeat center center #1d8f75; */

	/* background:url(../images/bg_transparent.png) no-repeat center center #22a78c;;
	background: linear-gradient(360deg, rgba(78,138,73,1) 0%, rgba(78,138,73,1) 50%, rgba(255,255,255,0) 100%);  */
}

.dasboard-wrapper .btn-light { color:#1d8f75;}
.dasboard-wrapper .btn-light svg { color:#666;}
.dasboard-wrapper .btn-light:hover {color:#fff; background:#1d8f75;}
.dasboard-wrapper .btn-light:hover svg {color:#fff; }


.xp-topnav ul li.active > a, .xp-topnav a[aria-expanded="true"] {
	 background:rgba(255,255,255,0);
}
.xp-topnav .inbox-nav sup { background:#1d8f75; color:#fff;}

.btn-blue { background:#1d8f75; color:#fff;}
.btn-blue:hover {color: rgba(255,255,255,.75);}
.btn-primary {background-color: #030088; border-color: #1d8f75;}

#sidebar .sidebar-header { background:#04034b;}
.navbar {
	/* background: #22a78c; */
	background: #0c07cc;
	border-bottom-color: #1d8f75;
}

#sidebar {
	/* background: #22a78c; */
	background: #0c07cc;
	color: #fff;
}
#sidebar ul li { border-bottom-color:#1e18ff;}
#sidebar ul li a:hover {
	color: #fff;
	/* background: #1d8f75; */
	background: #0c07cc;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	/* background: #1d8f75; */
	background: #0c07cc;
}
.btn-navbar, 
.btn-navbar:hover,
.btn-navbar:focus{ background:#030088; color:#fff; }

.btn.focus, .btn:focus {box-shadow: 0 0 0 .2rem rgba(103, 238, 175, 0.15);}

/* .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	color: #fff;
	background-color: #1d8f75 !important;
	border-color: #128067 !important;
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.0) !important;
  } */

  .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	color: #fff;
	background-color: #046200 !important;
	border-color: #046200 !important;
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.0) !important;
  }




.table-primary, .table-primary > td, .table-primary > th {
	background-color: #4ac4ab;
	color: #fff;
  }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
	  border-color: #4ac4ab !important;
	  border-bottom-color: rgb(74, 195, 171) !important;
  }

  a, a:hover {
	color: #1d8f75 ;
	text-decoration: none;
	/* background-color: transparent; */
  }
  a:hover {
	text-decoration: underline;
  }


  body { background-color: #ddd;}

  .loginBox .form-check-label  a { color: #046200 !important;}
  .loginBox  .form-check-input {margin-top: 0rem !important;}
