/*global css*/
.star{
	color: red;
	margin-right: 2px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .form-check-input:checked{
	background-color: #67ab7c !important;
  border: 1px solid #67ab7c !important;
  color: #FFF;
}

.btn-secondary{
	background-color: #fff !important;
  border: 2px solid #16311e !important;
  color: #16311e !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
  background-color: #16311e !important;
  color: #fff !important;
}

.hover-a {
 	position: relative;
  color: #67ab7c;
}

.hover-a:hover, .toggle-password:hover, .toggle-passwords:hover {
  color: #67ab7c;
  font-weight: 500;
}

.hover-a::after{
	background: #67ab7c;
}

.displayinline{
	display: inline !important;
}

a:hover{
	font-weight: 600;
}

.disabledlink, .disabledlink:hover, .disabledlink:focus, .disabledlink:active{
  color: rgba(33, 37, 41, 0.75) !important;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.visitedlink, .visitedlink:hover, .visitedlink:focus, .visitedlink:active{
  background-color: #fff !important;
  color: #4A90E2 !important;
}

.action-icon .ti-edit{
  color: #1B84FF;
}

.action-icon .ti-unlink{
  color: #E70D0D;;
}

.dropdown .dropdown-toggle:hover{
  color: #000 !important
}
/*global css ends*/