.btn-primary {
    color: #fff;
    background-color: #ed9427 !important;
    border-color: #ed9427 !important;
    
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed9427 !important;
    border-color: #ed9427 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ed9427 !important;
    border-color: #ed9427 !important;
}
.btn-primary:focus {
    color: #fff;
    background-color: #ed9427 !important;
    border-color: #ed9427 !important;
    box-shadow: 0 0 0 1px rgb(237, 148, 39);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(237, 148, 39);
}
.disable_when_live{
	cursor: not-allowed !important;
    background-color: gray;
    border-color: gray;
}
.disable_when_live:hover{
	background-color: gray;
	border-color: gray;
}
.disable_when_live:focus{
	background-color: gray !important;
	border-color: gray !important;
}