/*
 * General
 */
 
.text-green {
   color:#79C5B6;
}
.text-blue {
   color:#25336E;
}
.bg-green {
   background-color:#79C5B6;
}
.bg-blue {
   background-color:#25336E;
}

.btn-blue,
.btn-blue:active,
.btn-blue:visited,
.btn-blue:focus {
	background-color: #25336E !important;
	border-color: #25336E !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-blue:hover {
	background-color: #79C5B6 !important;
	border-color: #79C5B6 !important;

.text-green {
   color:#79C5B6;
}
.text-blue {
   color:#25336E;
}
.bg-green {
   background-color:#79C5B6;
}
.bg-blue {
   background-color:#25336E;
}

.btn-blue,
.btn-blue:active,
.btn-blue:visited,
.btn-blue:focus {
	background-color: #25336E !important;
	border-color: #25336E !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-blue:hover {
	background-color: #79C5B6 !important;
	border-color: #79C5B6 !important;
	color: #fff !important;
	box-shadow: 0 0 1em #79C5B6 !important;
}

.btn-outline-blue,
.btn-outline-blue:active,
.btn-outline-blue:visited,
.btn-outline-blue:focus {
	border-color: #25336E !important;
	color: #25336E !important;
	box-shadow: none !important;
}

.btn-outline-blue:hover {
	border-color: #79C5B6 !important;
	background-color: #79C5B6 !important;
	color: #fff !important;
	box-shadow: none !important;
}