/* Roadshow style sheet */

.text-sm { font-size: 10px; }

.headerBG{
	background: rgb(0,0,255);
	background: -moz-linear-gradient(180deg, rgba(0,0,255,1) 0%, rgba(137,145,253,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,255,1) 0%, rgba(137,145,253,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,255,1) 0%, rgba(137,145,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##0000ff",endColorstr="##8991fd",GradientType=1);
}

.raised-heading {
    font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
    color: #000099;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35), 
                 5px 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
	width: 100%;
	padding: 0px 2px 1px 2px;
	
	display: inline-block;
	background-color: white; /* Background of the heading */
    border-radius: 5px; /* Optional rounded corners */
}

.text-sm {
	font-size: 0.9em;
}

input[type="checkbox"] {
	
	padding: 10px 16px 2px 10px;
}

.form-check-input {
	margin-top: 0.4rem;
	margin-left: 1.25rem
}
.form-check-label {
	margin-left: 3.0rem;
	padding-right: 1.0rem;
}

.checkbox-feedback {
	margin-left: 3.0rem;
}

.text-white {
	color: #fff !important;
}

