@charset "utf-8";
/* CSS Document */

body {
	
	height:100% !important;
	min-height:100% !important;
}
#page-container {
	background-image: url(bg.jpg); background-repeat: no-repeat; background-size: 100% 100%; background-position: top center !important; background-attachment:fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
	width:80%;
	margin:0 auto;
}
#sc-header {
	padding-top:10px;
}
#sc-header img {
	width:100%;
}
.sc-content {
	border-radius:3px;
	/*background-color: rgba(255,255,255, 0.6);*/
	margin:10px auto 0px auto;
	padding:5px;
	text-align:center;
}
.sc-heading {
	width:100%;
	margin:0 auto;
	display:inline-block;
	font-weight:500;
	color:white;
	padding-bottom:1.5px;
	border-bottom:2px solid white;
	text-shadow:none;
}
.inner-content {
	margin-top:10px;
	margin-bottom:10px;
	text-shadow:none;
	color:black;
}
.inner-content input[type=text], textarea {
	text-align:center !important;
}
.inner-content textarea {
	padding:.7em !important;
}
.ui-btn {
    padding: .5em 1em !important;
}
.ui-btn span {
	font-weight:normal !important;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls {
	width:100%;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio {
	width:33.33%;
}
.halfradio .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio {
	width:50%;
}
.ui-controlgroup-controls .ui-btn.ui-corner-all {
	text-align:center;
}
.ui-controlgroup-label {
	text-align:center;
	color:white;
	font-weight:bold;
}
.ui-controlgroup-label legend {
	text-align:center;
	margin:0 auto;
}
.ui-icon-clock {
	margin: -22px -10px 0 !important;
}
.sc-textarea {
	height:120px !important;
}
.ui-btn.ui-btn-active {
	background-color: #4cbd4a !important;
    border-color: #4cbd4a !important;
    color: #fff;
    text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #42a541 /*{a-active-shadow-color}*/ !important;
}
.ind-heading {
	margin-top:10px;
}
#report-submit-btn {
	margin-top:25px;
}
.inputError {
	-webkit-box-shadow: 0px 0px 18px 5px rgba(237,14,14,1) !important;
	-moz-box-shadow: 0px 0px 18px 5px rgba(237,14,14,1) !important;
	box-shadow: 0px 0px 18px 5px rgba(237,14,14,1) !important;
}
.blockMsg {
	width:70% !important;
	left:15% !important;
	border-radius:4px;
}
.jbui-sending {
	width:100%;
	display:inline-block;
}
.jbui-sending-header {
	width: 100%;
    display: inline-block;
    padding: 10px 0 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #3e3f3e;
}
.jbui-sending-image, .jbui-sending-buttons {
	padding-bottom:20px;
}
.ajax-send-error {
	color:#f10b0b;
}
.jbui-button {
	width:40%;
	background-color: #f6f6f6 /*{a-bup-background-color}*/;
    border-color: #ddd /*{a-bup-border}*/;
    color: #333 /*{a-bup-color}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	font-size: 16px;
    margin: .5em 0;
}
.jbui-sending-buttons {
	display:inline-block;
	padding-bottom:10px;
	width:100%;
}