.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.input_disabled {
    background-color: #f4f4f4 !important;
}

.fs_add_button {
    background:#fff !important;
    border-radius: 29px !important;
    border:1px solid #000 !important;
    color: #000 !important;
}

.fs_submit_button {
    background: #000 !important;
    border-radius: 29px !important;
}

.frmAgents input[type="text"],
.frmAgents input[type="email"],
.frmAgents input[type="tel"] {
    border: 1px solid #818a91 !important;
    width:100%;
}

.frmGame input[type="text"],
.frmGame input[type="email"],
.frmGame input[type="tel"],
.frmGame input[type="datetime-local"],
.frmGame textarea {
    border: 1px solid #818a91 !important;
    width:100%;
}

input[type="datetime-local"] {
    padding:0.75em;
}

.reward-on {
    color:#155724;
    font-weight: bold;
}

.reward-off {
    color:#721c24;
    font-weight: bold;
}