/*!
 * Overwritte laguage.css for Affin
 */
 

.btn.btn-xs {
	padding:6px 12px;
	margin-bottom:0;
	font-size:12px;
	font-weight:normal;
	line-height:1.428571429;
}
.btn.btn-xs>.lang-xs {
	top:-2px
}
.btn.btn-xs>.lang-xs:after {
	top:0px
}



.btn-default {
	background: #E5F2F9;
    color: #003C70;
    font-weight: 800;
    border-color: #BFD8E4 !important;
    text-shadow:0 -1px 0 rgba(255, 255, 255, 0.0);
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 1px rgba(0, 0, 0, 0.0);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 1px rgba(0, 0, 0, 0.0)
}

.btn-default:hover  {
	background-color:#bce2f6!important; 
	color: #003C70!important;
	border-color: #9DBACE !important;
	
}

.btn-default:active, .btn-default.active ,.btn-default:focus {
    background-color:#003C70!important; 
	color: white!important;
	border-color: #E5F2F9 !important;
	
}
