
/*=================== Green Theme ====================*/
.green-theme .btn-danger {
background-color:#cf0213;	
	}
.green-theme .btn-success {
border-color: #00ce78;
background-color: #00ce78;
}
.green-theme .border-success {
border-color: #00ce78 !important;	
	}
.green-theme .btn-success:hover {
border-color: #07d57f;
background-color: #07d57f;
}
.green-theme .bg-success {
background-color: #00ce78 !important;	
	}
.green-theme .bg-primary {
background:#0053e0 !important;	
	}	
.green-theme .login-box {
background-color:#0e021c;
	}
.green-theme .register-left {
  background-color: #00ce78;
}
.green-theme .bg-primary-light {
  background: #06c474;
  border: dashed 1px #fff;
}
.green-theme .iconbox {
  background: #06c474;
}
.green-theme .border-success {
border-color:#00ce78 !important;	
	}
.green-theme .text-success {
color:#00ce78 !important;	
	}	
.green-theme .dashmenu li a:hover, .dashmenu li a.active {
  color: #00ce78;
}	
	
/*=================== Blue Theme ====================*/	

.blue-theme .btn-danger {
background-color:#084cbd;	
	}
.blue-theme .btn-success {
border-color: #084cbd;
background-color: #084cbd;
}
.blue-theme .border-success {
border-color: #084cbd !important;	
	}
.blue-theme .btn-success:hover {
border-color: #084cbd;
background-color: #084cbd;
}
.blue-theme .bg-success {
background-color: #084cbd !important;	
	}
.blue-theme .bg-primary {
background:#084cbd !important;	
	}	
.blue-theme .login-box {
background-color:#084cbd;
	}
.blue-theme .register-left {
  background-color: #084cbd;
}
.blue-theme .bg-primary-light {
  background: #0d53c8;
  border: dashed 1px #fff;
}
.blue-theme .iconbox {
  background: #0d53c8;
}
.blue-theme .border-success {
border-color:#084cbd !important;	
	}
.blue-theme .text-success {
color:#084cbd !important;	
	}
.blue-theme .nav-pills .nav-link.active {
  background-color: #084cbd !important;
}
.blue-theme .nav-pills .nav-link.active::before {
  border-top-color:#084cbd;
}	

.blue-theme .dashmenu li a:hover, .dashmenu li a.active {
  color: #084cbd;
}







/*=================== Red Theme ====================*/


.red-theme .btn-danger {
background-color:#c52b45;	
	}
.red-theme .btn-success {
border-color: #c52b45;
background-color: #c52b45;
}
.red-theme .border-success {
border-color: #c52b45 !important;	
	}
.red-theme .btn-success:hover {
border-color: #c52b45;
background-color: #c52b45;
}
.red-theme .bg-success {
background-color: #c52b45 !important;	
	}
.red-theme .bg-primary {
background:#c52b45 !important;	
	}	
.red-theme .login-box {
background-color:#c52b45;
	}
.red-theme .register-left {
  background-color: #c52b45;
}
.red-theme .bg-primary-light {
  background: #d73954;
  border: dashed 1px #fff;
}
.red-theme .iconbox {
  background: #d73954;
}
.red-theme .border-success {
border-color:#c52b45 !important;	
	}
.red-theme .text-success {
color:#c52b45 !important;	
	}
.red-theme .nav-pills .nav-link.active {
  background-color: #c52b45 !important;
}
.red-theme .nav-pills .nav-link.active::before {
  border-top-color:#c52b45;
}
.red-theme .dashmenu li a:hover, .dashmenu li a.active {
  color: #c52b45;
}
