.wizard .audible{
    display:none;
}

.wizard .steps{
    margin-bottom: 20px;
}

.wizard .steps ul, .wizard .steps li{
    padding:0px;
    margin:0px;
    list-style: none;
}

.wizard .steps li{
    border-radius: 4px;
    float: left;
    background-color: #f5f1f4;
    color: white;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wizard .steps li a{
    font-size: 16px;
}

.wizard .steps li.current{
    background-color: #2C558D;
}
.wizard .steps li.current a{
    color: white;
}

.wizard h3.title {
    display: none;
}

.wizard .actions{
    overflow: hidden;
    float: right;
    list-style: none;
}
.wizard .actions li{
    float: left;
    list-style: none;
    background-color: #2C558D;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    margin-left: 20px;
}
.wizard .actions a{
    
    color: white;

}

body:not(.mod-pace-custom) .pace .pace-progress
{
    background-color: #2C558D;
}

a
{
    color: #2C558D;
}

a:hover
{
    color: #000000;
}

.badge-primary
{
    background-color: #2C558D;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
{
    color: #2C558D;
}

.nav-menu li.active:not(.open) > a::before
{
    color: #2C558D !important;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    border-color: #2C558D;
    background-color: #2C558D;
}

.page-item.active .page-link
{
    background-color: #2C558D;
    border-color: #2C558D;
}

.form-control:focus
{
    border-color: #2C558D;
}

.has-length .input-group-text {
    border-color: #97b1dc; 
}
.has-length .input-group-text + .input-group-text 
{
    border-left: 1px solid rgba(0, 0, 0, 0.1); 
}
  
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
    background-color: #2C558D;
    color: #fff !important; 
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple
{
    border-color: #2C558D;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #97b1dc;
    color: #333;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2C558D;
    color: #fff; 
}
.select2-container--open .select2-dropdown--below
{
    border-color: #2C558D;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-color: #2C558D;
}

.select2-results__message
{
    color: #2C558D;
}

.autocomplete-suggestions strong
{
    color: #2C558D;
}

.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
  background: #EEEEEE; }

.pagination .page-link
{
    color: #2C558D; 
}

.pagination .page-link:hover {
	background-color: #2C558D !important;
	color: #fff;
}