.error{
	color: #dc3545;
}
.input-group label.error{
    top: 100%;
	position: absolute;
}

.header-middle {
    border-bottom: 0px solid #e5e5e5;
    box-shadow: rgba(0, 1, 1, 0.2) 0px 0px 15px 5px;
}
.bg--white {
    background: #1b7242;
    
}

.header-wrapper {background-color: #1b7242;}

.bg--base {background-color: #1b7242 !important;}

.bg--white {background: white;}

.header-middle-area {background-color: white;}

.header-middle {border-bottom: 0px solid #e5e5e5;}

.menu li a.active, .menu li a:hover {
    background: #1b7242;
  	
    color: white;
}

.menu li a {color: white;}

.header-bottom bg--white{
	background-color: #1b7242;
}


// search button

.header-wrapper .search-bar {color: white;}



// date time update
.text--base {color: #324a58 !important;}


// footer edition
.footer-wrapper.open .footer-toggle {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

// footer edition background color
.footer-section {
    border-top: 1px solid #dfcaca;
    background-color: #1B7242;
}


span {
    display: inline-block;
    color: black;
  	font-size: medium;
}

// search button color
.la-search:before {
    content: "\f002";
    color: aliceblue;
}

*, ::after, ::before {
    box-sizing: border-box;
}

// copyright text

.copyright-wrapper {
    background-color: #1B7242;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}