@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	background-color: #f1f1f1;
	font-family: Roboto;
}
* {
  	box-sizing: border-box;
}
#wrapper {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	color: #444;
}

.secForm	{
     width: 25%;
     margin: 0 auto;
}
@media screen and (max-width: 800px) {
.secForm	{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
}


hr {
    border: none;
    height: 1px;
    background-color: #CCC;
}
h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	font-weight: 400;
}
h4 {
	margin: 50px 0 15px 0px;
	font-size: 16px;
	font-weight: 600;
}


/* Style the tab */
.tab {
  	display: inline-block;
}/*
@media screen and (max-width: 800px) {
.tab {
	position: fixed;
    top: 65px;
	z-index: 1;
} 
}*/

/* Style the buttons inside the tab */
.tab button {
  	background-color: #4c7faf;
  	color: #ffffff;
  	float: left;
	margin-right: 5px;
  	border: 1px solid #4c7faf;
  	border-radius: .25em;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 16px;
  	transition: 0.3s;
  	font-size: 16px;
}
@media screen and (max-width: 800px) {
.tab button {
	margin-top: 5px;
	} 
	}

/* Change background color of buttons on hover */
.tab button:hover {
  	background-color: #bbbbbb;
  	border: 1px solid #bbbbbb;
  	border-radius: .25em; 
}
/* Create an active/current tablink class */
.tab button.active {
  	background-color: #bbbbbb;
  	border: 1px solid #bbbbbb;
  	border-radius: .25em; 
}
.tab1 {
  	display: inline-block;
} 
.tab1 button{
  	background-color: #4c7faf;
  	color: #ffffff;
  	float: left;
  	margin-right: 5px;
  	border: 1px solid #4c7faf;
  	border-radius: .25em;
  	outline: none;
  	padding: 14px 16px;
  	font-size: 16px;
}
/* Style tab content*/
.tabcontent {
  	font-family: Roboto;
  	font-size: 16px;
  	font-weight: 400;
 	padding: 40px 55px 55px 55px;
  	max-width: 100%;
  	min-width: 300px;
  	-webkit-animation: fadeEffect 1s;
  	animation: fadeEffect 1s;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: .25em; 
}
@media screen and (max-width: 800px) {
.tabcontent {
    margin-top: 10px;
	padding: 20px;
}
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  	from {opacity: 0;}
  	to {opacity: 1;}
}
/
@keyframes fadeEffect {
  	from {opacity: 0;}
  	to {opacity: 1;}
}





#access {
	display: inline-block;
	clear: both;
	margin-top: 15px;
	width: 100%;
	box-sizing: border-box;
}

#search {
	margin-top: 1px;
	width: 45%;
	float: left;
}
@media screen and (max-width: 800px) {
#search {
	width: 100%; 
}
}

#selectVenue {
	width: 45%;
	float: left;
}
@media screen and (max-width: 800px) {
#selectVenue {
	width: 100%;
}
}

#selectEvent {
	width: 45%;
	float: left;
}
@media screen and (max-width: 800px) {
#selectEvent {
	width: 100%;
}
}


#form {
  	width: 100%;
  	max-width: 100%;
	min-width: 300px;
	margin-top: 15px;
}
#formA {
	margin-bottom: 15px;
}



.textBoxTitle {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	font-family: Roboto;
	font-size: 40px;
  	font-weight: 400;
	color: #4c7faf;
  	border: 0;
	border-radius: 0;
	box-sizing: border-box;
}
.textBox1 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
	width: 100%;
  	font-size: 16px;
  	font-family: Roboto;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox1 {
    max-width: 100%;

}
}
.textBox2 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 40%;
  	font-size: 16px;
  	font-family: Roboto;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox2 {
    width: 100%; 
}
}
.textBox3 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 25%;
  	font-size: 16px;
  	font-family: Roboto;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox3 {
    width: 100%; 
}
}
.textBox4 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 20%;
  	font-size: 16px;
  	font-family: Roboto;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox4 {
    width: 100%; 
}
}
.textBox5 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 10%;
  	font-size: 16px;
  	font-family: Roboto;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em;
	box-sizing: border-box; 
}
@media screen and (max-width: 800px) {
.textBox5 {
    width: 30%; 
}
}
.textBox6 {
	display: inline-block;
	float: left;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 60%;
	margin-bottom: 15px;
  	font-size: 16px;
  	font-family: Roboto;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox6 {
    width: 100%; 
}
}
.label.textBox6{
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
}





.textArea1 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 13px 10px 10px 10px;
  	width: 100%;
  	height: 3em;
  	font-size: 16px;
  	font-family: Roboto;
  	font-weight: 400;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
	resize: none;
}
@media screen and (max-width: 800px) {
.textArea1 {
 	height: 6em;
}
}
.textArea2 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 80%;
  	height: 15em;
  	font-size: 16px;
  	font-family: Roboto;
  	font-weight: 400;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textArea2 {
 	width: 100%;
}
}

#participants {
	max-width: 100%;
}
@media screen and (max-width: 800px) {
#participants {
	overflow: scroll;
}
}


.form-inline1 {  
  	display: flex;
  	flex-flow: row wrap;
  	align-items: center;
}
.form-inline1 label {
  	margin: 5px 10px 5px 0px;
  	font-weight: 600;
}
.form-inline1 input {
  	vertical-align: middle;
  	margin: 5px 10px 5px 0;
 	padding: 10px;
  	background-color: #fff;
  	border: 1px solid #aaaaaa
}
.form-inline1 input[type="file"] {
  	margin: 5px 10px 5px 0;
  	border: 0;
}
.form-inline1 input[type="radio"] {
	margin: 0 10px 0 10px;
}
@media screen and (max-width: 800px) {
  .form-inline1 input {
    margin: 10px 0;
  }  
  .form-inline1 {
    flex-direction: column;
    align-items: stretch;
  }
}


.form-inline2 {  
  	display: flex;
  	flex-flow: row wrap;
  	align-items: center;
}
.form-inline2 label {
  	margin: 5px 10px 5px 0px;
}
@media screen and (max-width: 800px) {
 .form-inline2 {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 801px) {
 .form-inline2 {
    flex-flow: row wrap;
  	align-items: center;
	line-height: 30px;
  }
}


/* UPLOAD BUTTON */
input[type="file"] {
  top: 2px;
  font-size: 16px;
  color: #4c7faf;
}




/* CHECKBOX */
.checkbox {
	display: block;
  	position: relative;
  	padding-left: 35px;
  	cursor: pointer;
  	font-size: 16px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
@media screen and (max-width: 800px) {
.checkbox {
	margin-top: 30px;
}
}
/* Hide the browser's default checkbox */
.checkbox input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: -2px;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
  	border: 1px solid #4c7faf;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  	background-color: #cccccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  	background-color: #4c7faf;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  	display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  	top: 4px;
	left: 8px;
 	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.currentFile {
	overflow: hidden;
}



/* RADIO BUTTON */
.radio {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	cursor: pointer;
  	font-size: 16px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
@media screen and (max-width: 800px) {
.radio{
 	padding-bottom: 15px;
}
}
.radio label {
	margin: 0 10px 0 0;
}

/* Hide the browser's default radio button */
.radio input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}

/* Create a custom radio button */
.dotmark {
  	position: absolute;
  	top: 3px;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
  	border-radius: 50%;
	border: 1px solid #4c7faf;
}
@media screen and (max-width: 800px) {
.dotmark{
  	top: 0;
	height: 20px;
  	width: 20px;
}
}
/* On mouse-over, add a grey background color */
.radio:hover input ~ .dotmark {
  	background-color: #cccccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .dotmark {
  	background-color: #4c7faf;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.dotmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .dotmark:after {
  	display: block;
}

/* Style the indicator (dot/circle) */
.radio .dotmark:after {
 	top: 7px;
	left: 7.5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
@media screen and (max-width: 800px) {
.radio .dotmark:after {
  	top: 4.75px;
	left: 5px;
	height: 8px;
  	width: 8px;
}
}



#button {
	margin: 20px 0 20px 0;
}

.button1 {
  	margin-top: 15px;
	background-color: #4c7faf;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	width:15%;
 	max-width: 15%;
  	font-size: 16px;
  	font-family: Roboto;
  	cursor: pointer;
  	float: right;
  	border: 1px solid #4c7faf;
  	border-radius: .25em;
	
}
@media screen and (max-width: 800px) {
.button1 {
	width: 50%;
  	max-width: 50%;
}
}
.button1:hover {
  	opacity: 0.8;
}
.button2 {
  	background-color: red;
  	margin: 10px 0 20px 0;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	width: 15%;
  	max-width: 15%;
  	font-size: 16px;
  	font-family: Roboto;
 	cursor: pointer;
  	clear: both;
  	float: right;
  	border: 1px solid red;
  	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.button2 {
	width: 50%;
  	max-width: 50%;
}
}
.button2:hover {
  	opacity: 0.8;
}
.button3 {
  	background-color: purple;
  	margin: 10px 0 20px 0;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	width: 15%;
  	max-width: 15%;
  	font-size: 16px;
  	font-family: Roboto;
 	cursor: pointer;
  	clear: both;
  	float: right;
  	border: 1px solid purple;
  	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.button3 {
	width: 50%;
  	max-width: 50%;
}
}
.button3:hover {
  	opacity: 0.8;
}
.button4 {
  	margin-top: 15px;
	background-color: #4c7faf;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	width: 100%;
  	font-size: 16px;
  	cursor: pointer;
  	border: 1px solid #4c7faf;
  	border-radius: .25em;	
}
.button4: hover {
  	opacity: 0.8;
}

#mailPart {
	margin: 10px 0 0 0;
	position: relative;
	clear: both;
	float: right;
	width: 100%;
}