.successBG, .successBG:hover, .successBG:active, .successBG:focus, .open>.dropdown-toggle.successBG, .successBG:active:focus { background-color: #99a15f; border: none; color: #ffffff }
.primaryBG, .primaryBG:hover, .primaryBG:active, .primaryBG:focus, .open>.dropdown-toggle.primaryBG, .primaryBG:active:focus{ background-color: #44a8e4; border: none; color: #ffffff }
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .open>.dropdown-toggle.btn-primary, .btn-primary:active:focus{ background-color: #44a8e4; border: none; color: #ffffff }
.secondaryBG, .secondaryBG:hover, .secondaryBG:active, .secondaryBG:focus, .open>.dropdown-toggle.secondaryBG, .secondaryBG:active:focus{ background-color: #004258; color: #ffffff; border: none;}
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus, .open>.dropdown-toggle.btn-info, .btn-info:active:focus{ background-color: #44a8e4; border: none; color: #ffffff }

.successText { color: #99a15f  }
.primaryText { color: #44a8e4  }
.secondaryText { color: #004258 }

.nav.nav-tabs-custom-colored > li.active > a, .nav.nav-tabs-custom-colored > li.active > a:hover, .nav.nav-tabs-custom-colored > li.active > a:focus {
background-color: #44a8e4;
color: #ffffff;
cursor: pointer;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #99a15f;
border:none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 3;
color: #ffffff;
cursor: default;
background-color: #44a8e4;
border-color: #44a8e4;
}
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #44a8e4;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #ddd;
}

.select2-container-multi .select2-choices .select2-search-choice {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #44a8e4;
filter: none;
background-image: none;
color: #ffffff;
border: 1px solid #44a8e4;
font-size: 85%;
}

.onoffswitch .onoffswitch-inner:before {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
content: "ON";
padding-left: 6px;
background-color: #99a15f;
color: #ffffff;
}

.has-switch span.switch-primary, .has-switch span.switch-left {
color: #ffffff;
background: #44a8e4;
}

.wizard ul li.active .chevron:before {
border-left: 24px solid #44a8e4;
}

.wizard ul li.active {
color: #ffffff;
background: #44a8e4;
}

.wizard ul li.active:hover {
color: #ffffff;
background: #44a8e4;
}

.chevron {
pointer-events: none;
}
.wizard ul li.complete .chevron:before {
border-left: 24px solid #99a15f;
pointer-events: none;
}

.wizard ul li.complete {
color: #ffffff;
background: #99a15f;
}

.wizard ul li.complete:hover {
color: #ffffff;
background: #99a15f;
}

.wizard ul li.complete:hover .chevron:before {
border-left: 24px solid #99a15f;
}

.wizard ul li .badge.badge-success {
background-color: #004258;
}

.wizard ul li .badge.badge-info {
background-color: #004258;
}

.fuelux .wizard>ul.steps li.active, .fuelux .wizard>.steps-container>ul.steps li.active {
background: #eef7fb;
color: #44a8e4;
cursor: default;
}

.fuelux .wizard>ul.steps li.complete, .fuelux .wizard>.steps-container>ul.steps li.complete {
background: #f5f5f5;
color: #99a15f;
}

.fuelux .wizard>ul.steps li .badge-success, .fuelux .wizard>.steps-container>ul.steps li .badge-success {
background-color: #99a15f;
}

.fuelux .wizard>ul.steps li.active .badge, .fuelux .wizard>.steps-container>ul.steps li.active .badge {
background-color: #44a8e4;
}
