.bootstrap-touchspin {
	max-width: 250px;
}

.bootstrap-touchspin .bootstrap-touchspin-postfix {
	color: #888888;
}

.form-group:not(.full) {
	display: block;
	max-width: 450px;
}

input[type="search"] {
	max-width: 180px;
}

div.dataTables_wrapper {
        width: 100%;
}

.btn-primary {
	background-color: #c10202;
	border-color: #c10202;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
	background-color: #9d0101;
	border-color: #9d0101;
}

a {
    color: #195191;
}

a:hover, a:focus {
    color: #0d2c4f;
}

.text-slate-300, .text-slate-300:hover, .text-slate-300:focus {
    color: #195191 !important;
}

input.movein {
	margin-left: 28px;
}

.form-group.show-for-individual, .form-group.show-for-group, .btn.btn-primary.submit {
	display: none;
}