@charset "UTF-8";
/* CSS Document */
/*Crowdicity WebApp CSS*/
/*by Alex Traska at Makermet Creative, for Crowdicity*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* DEFINE STANDARD TAGS */

body {
	background-color: #3E3E3F;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1em;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#ffffff;
}

h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:1.6em;
	margin-bottom:0.6em;
}

h3 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1em;
	margin-bottom: 1.2em;
	line-height: 150%;
}


/* DEFINE MAIN CONTAINERS PANELS */

#orientationError {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color: #4A4B4C;
	color:#ffffff;
	display:none;
	z-index:99999;
}

#container {
	position:absolute;
	width:1024px;
	height:748px;
	background-color:transparent;
}

	#headerBar {
		position:absolute;
		width:100%;
		height:13.41%;
		background-color:#DE6E26;
		overflow:hidden;
		z-index:5;
	}
	
	#mainPanel {
		width:100%;
		position:absolute;
		height:100%;
		background-color:transparent;
		overflow:hidden;
		z-index:1;
	}
	
		#mainLeftCol {
			position:absolute;
			left:0;
			width:66%;
			height:615px;
			margin-top:13.41%;
			background-color:transparent;
		}
		
		#mainRightCol {
			position:absolute;
			right:0;
			width:292px;
			height:613px;
			padding:13.41% 29px 0 29px;
			background-color:#4A4B4C;
		}
		
			#mainRightCol h2 {
				top: -6px;
				position: relative;
			}
		
/* DEFINE LEFT COLUMN PANELS */

#videoContainer {
	position:relative;
	width:100%;
	height:380px;
	background-color:white;
}

	.embedvideo {
		position:absolute;
		top: 0;
		left: 0;
		z-index:5;
	}

.videoButton {
	position:relative;
	float:left;
	width:44%;
	height:102px;
	background-color:rgb(70, 69, 71);
	padding: 10px 3% 10px 3%;
	cursor:pointer;
	background-image:url(images/videoicon.svg);
	background-position:244px;
	background-size: 80px;
	background-repeat:no-repeat;
}

	.selected {
		background-color:#5DB2D2;
		background-image:url(images/videoicon_white.svg);
	}
	
	.videoButton h2 {
		margin-top:0.2em;
	}
	
	.videoButton h3 {
		width:75%;
	}
	
#videoFooter {
	width:100%;
	clear:both;
	position:relative;
	height:148px;
}

	#videoFooter p {
		font-weight: 200;
		color: #A7A9AC;
		font-size: 0.95em;
		line-height: 145%;
		margin: 1em 3% 0 3%;
		padding-top:1em;
	}


/* FORM ELEMENTS */

input {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:100;
}

.textInput {
	position: relative;
	width: 90%;
	border: 0;
	height: 1em;
	padding: 4% 5% 4% 5%;
	background-color: #3E3E3F;
	color: #A7A9AC;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.notesTextarea {
	position: relative;
	border: 0;
	height: 13em;
	width:97%;
	padding: 3% 2% 3% 2%;
	background-color: #3E3E3F;
	color: #ffffff!important;
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:100;
}

textarea {
	color:#ffffff;
	font-size:1.25em;
}

label {
	color: #D1D3D4;
	margin-bottom: 0.6em;
	font-size: 0.9em;
	margin: 0.6em 0em 1em 0em;
	display: inline-block;
	line-height: 150%;
	width: 100%;
}

	label span {
		width: 82%;
		display: block;
		float: left;
	}
	
	label #checkbox {
		float:right;
		position:relative;
		top: 0.9em;
	}


#videoLinks .textInput {
	width:97%;
	padding: 3% 2% 3% 2%;
	margin-bottom:2em;
}


/* BUTTONS */

.button {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:0;
	text-align:center;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	height: 44px;
	vertical-align: baseline;
	display: block;
	font-size: 0.8em;
	position:absolute;
	cursor:pointer;
}

	.button span {
		padding-top:1.25em;
		display:block;
	}

#clearFormBtn {
	background-color:#A7A9AC;
	left:29px;
	bottom:0;
	width:122px;
}

#submitFormBtn {
	background-color:#DE6E26;
	position:absolute;
	bottom:0;
	right:29px;
	width:163px;
}

	.disabledBtn {
		background-color: rgb(95, 95, 95)!important;
		cursor:default!important;
	}

#addNotesBtn {
	background-color:#3E3E3F;
	color:#A7A9AC;
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear:both;
}

	.notesAdded {
		background-color:#DE6E26!important;
		color:#ffffff!important;
	}

#emailVideosBtn {
	bottom: 0px;
	right: 33px;
	background-color: #ffffff;
	color: #3E3E3F;
	width: 191px;
}

#sendVideosBtn {
	bottom: 0px;
	right: 35px;
	background-color: #ffffff;
	color: #3E3E3F;
	width: 114px;
}

#doneBtn {
	bottom: 0px;
	right: 35px;
	background-color: #ffffff;
	color: #3E3E3F;
	width: 114px;
}

#closeThanksBtn {
	bottom: 0px;
	right: 35px;
	background-color: #ffffff;
	color: #3E3E3F;
	width: 114px;
}

#closeErrorBtn {
	bottom: 0px;
	right: 35px;
	background-color: #ffffff;
	color: #3E3E3F;
	width: 114px;
}

/* IMAGES */

#crowdicity_logo {
	top: 19px;
	position: relative;
	left: 2%;
}

#nhs_logo {
	float: right;
	right: 2%;
	position: relative;
	top: 22px;
}

/* MODALS */

#modal-videos {
	margin-top:20%;
}

#modal-thankyou {
	margin-top:25%;
}

#modal-notes {
	margin-top: 10%;
}

#modal-error {
	margin-top:25%;
}

#modal-wait {
	margin-top:25%;
	background-color:transparent!important;
	-moz-box-shadow: 0!important;
	-webkit-box-shadow: 0!important;
	-box-shadow: 0!important;
}


/* MEDIA QUERIES */

@media all and (orientation:portrait) {
  #orientationError { display:block; }
}