/* CSS Document */
textarea,
select,
input,
.well,
.dropdown-menu,
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span,
.btn{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.btn{
	border-color:#c5c5c5 !important;
}

.btn-info{
	border-color:#2f96b4 #2f96b4 #1f6377 !important;
}

.btn-success{
	border-color:#51a351 #51a351 #387038 !important;
}

.btn-danger{
	border-color:#bd362f #bd362f #802420 !important;	
}

.btn-warning{
	border-color:#f89406 #f89406 #ad6704 !important;	
}

.btnSwitch button{
	-webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
		  border-radius: 0px !important;
}
