.page-logo{
    padding: 0 3rem;
}

.wizard .audible{
    display:none;
}

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

.wizard .steps li a{
    color: #2eb24d;
}

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

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

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

.wizard .steps li.current a{
    background-color: #2eb24d;
    color: white;
}
.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;
    margin-left: 20px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px !important;
}

.wizard .actions li a{
    
    background-color: #2eb24d;
    padding: .5em 1em;
    border-radius: 4px;
    color: white;
}

.wizard .actions li a:hover{
    background-color: #666666;
    opacity: 0.8;
}

.wizard .steps .title{
    display:none;
}

.wizard .steps .current .title{
    display:inline-block;
}

.btn-warning
{
    color: #FFF !important;
}

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

a
{
    color: #2eb24d;
}

a:hover
{
    color: #000000;
}

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

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

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

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

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

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

.has-length .input-group-text {
    border-color: #2eb24d; 
}
.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: #2eb24d;
    color: #fff !important; 
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2eb24d;
    color: #fff; 
}
.select2-container--open .select2-dropdown--below
{
    border-color: #2eb24d;
}
.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: #2eb24d;
}

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

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

.section_m_table .error.help-inline{
    display:none !important;
}

.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: #2eb24d; 
}

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

.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse
{
    background: none !important;
    color: #2eb24d;
}

.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover
{
    background-color: #2eb24d;
    border-color: #2eb24d;
}

.bg-highlight
{
    background-color: #FFFACD !important;
}

.bg-red, .btn-red
{
    background-color: #d35656 !important;
	border-color: #d35656 !important;
}
.markerLabel{
	color:blue;
}

h3.popover-header
{
	font-size: 20px !important;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial !important;
}

.popover-body p
{
	font-size: 0.8125rem !important;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial !important;
}

.popover-body p:last-child
{
	margin-bottom: 0px !important;
}