.btn-custom{
	color:#fff;
	background-color:#328df1;
	border-color:#328df1;
	}


.btn-custom:hover{
	color:#fff;
	background-color:#126df1;
	border-color:#126df1;
	
	
	}
	
.btn-custom.focus,.btn-custom:focus{
	box-shadow:0 0 0 .2rem rgba(50,141,241,.5)
	}

.btn-custom.disabled,.btn-custom:disabled{
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
	}

.btn-custom:not(:disabled):not(.disabled).active,.btn-custom:not(:disabled):not(.disabled):active,.show>.btn-custom.dropdown-toggle{
	color:#fff;
	background-color:#126df1;
	border-color:#126df1;
	}
	
.btn-custom:not(:disabled):not(.disabled).active:focus,.btn-custom:not(:disabled):not(.disabled):active:focus,.show>.btn-custom.dropdown-toggle:focus{
	box-shadow:0 0 0 .2rem rgba(50,141,241,.5)
	}