@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;
}
hr {
    border: none;
    height: 1px;
    background-color: #CCC;
}
h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	font-weight: 400;
}
h4 {
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: 600;
	clear: both;
}
a:link {
	text-decoration: none;
	color: #4c7faf;
}
a:hover {
	color: #666;
}
a:visited {
	color: #4c7faf;
}


#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;
}
}


/* TAB */
/* Style the tab */
.tab {
  	display: inline-block;
	margin: 0;	
} 
@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;
}
/* 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;
}


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


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


/* SELCTS */
#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 */
#form {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: .25em; 
  	width: 100%;
  	max-width: 100%;
	min-width: 300px;
	margin-top: 15px;
}
#formA {
	margin-bottom: 15px;
}
.tabcontent {
  	font-size: 16px;
  	font-weight: 400;
 	padding: 40px 55px 55px 55px;
  	max-width: 100%;
  	min-width: 300px;
  	-webkit-animation: fadeEffect 1s;
  	animation: fadeEffect 1s;
}
@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;}
}

/* TEXT BOXES */
.textBoxTitle {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	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;
  	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;
  	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;
	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;
	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;
	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;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 60%;
  	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;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -10px;
	border: 0;
	font-weight: bold;
}


/* TEXT AREAS */
.textArea1 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 13px 10px 10px 10px;
  	width: 100%;
  	height: 3em;
  	font-size: 16px;
  	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-weight: 400;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textArea2 {
 	width: 100%;
}
}
.label.textArea2{
    display: inline-block;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
}
#textArea3 {
    border: 1px solid #aaaaaa;
	border-radius: 15px;
  	-moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
    font: medium -moz-fixed;
    font: -webkit-control;
    height: 470px;
    overflow: auto;
    padding: 10px;
    resize: both;
    width: 80%;
	text-align: left;
	font-family: Roboto;
	font-size: 17px;
	color: #000;
}
@media screen and (max-width: 800px) {
#textArea3 {
 	width: 100%;
}
}
.label.textArea3{
    display: inline-block;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
	font-size: 16px;
}
.textarea3 {
    margin-top: 10px;
}
.textArea4 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 80%;
  	height: 30em;
  	font-size: 16px;
  	font-weight: 400;
	text-align: left;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
	float: left;
	overflow: scroll;
}
@media screen and (max-width: 800px) {
.textArea4 {
 	width: 100%;
}
}
.label.textArea4{
    display: inline-block;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
}

.textArea5 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-top: 1500px;
	padding: 10px;
  	width: 50%;
  	height: 80em;
  	font-size: 16px;
  	font-weight: 400;
	text-align: left;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
	float: left;
	overflow: scroll;
}
@media screen and (max-width: 800px) {
.textArea5 {
 	width: 100%;
}
}
.label.textArea5{
    display: inline-block;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
}
.textArea6 {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	padding: 10px;
	width: 60%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
  	float: left;
	resize: none;
	overflow: auto;
}
@media screen and (max-width: 800px) {
.textArea6 {
   width: 100%;
}
}
.label.textArea6 {
  display: inline-block;
  clear: left;
  width: 100px;
  margin: 5px 10px 5px -15px;
  border: 0;
}



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


/* INLINE FORM STYLES */
.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;
}
}


/* MODAL */
.modal {
	display: none; 
	position: fixed; 
	z-index: 10; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
/* Modal Content */
.modal-content {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: .5em; 
	margin: 5% auto;
  	padding: 30px;
  	width: 80%;
	height: 75em;
	text-align: left;
}
/* The Close Button */
#close {
	float: right;
	font-size: 48px;
	font-weight: normal;
	border: none;
	background-color: #ffffff;
}
#close:hover {
	opacity: 0.5;
	text-decoration: none;
	cursor: pointer;
}

/* MODAL EMAIL ALL */
.modalAll {
	display: none; 
	position: fixed; 
	z-index: 10; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
/* Modal Content */
.modal-contentALL {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: .5em; 
	margin: 5% auto;
  	padding: 30px;
  	width: 80%;
	height: 95em;
	text-align: left;
}
/* The Close Button */
#closeAll {
	float: right;
	font-size: 48px;
	font-weight: normal;
	border: none;
	background-color: #ffffff;
}
#closeAll:hover {
	opacity: 0.5;
	text-decoration: none;
	cursor: pointer;
}

#button5 {
	background-color: green;
  	margin: 0;
	color: #ffffff;
  	border: none;
  	padding: 5px 10px;
  	font-size: 12px;
  	cursor: pointer;
  	border: 1px solid green;
  	border-radius: .25em;
}
#button5:hover {
  	opacity: 0.8;
}
@media screen and (max-width: 800px) {
.modal-content {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	margin: 15% auto;
  	padding: 30px,0,30px,30px;
  	width: 95%;
	height: 90em;
}
#close {
	float: right;
}
}
.note-tooltip-content {
	width: 100%;
	min-width: 100px;
}

/* BUTTONS */
#button {
	margin: 20px 0 20px 0;
}
.button1 {
  	margin: 20px 0 10px 0;
	background-color: #4c7faf;
  	color: #ffffff;
  	padding: 10px;
  	width:15%;
 	max-width: 15%;
  	font-size: 16px;
  	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 {
	margin: 5px 0 50px 0;
	background-color: red;
  	color: #ffffff;
  	padding: 10px;
  	width: 15%;
  	max-width: 15%;
  	font-size: 16px;
 	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: red;
	margin: 0;
	color: #ffffff;
	border: none;
	padding: 5px;
	font-size: 12px;
   cursor: pointer;
	clear: both;
	border: 1px solid red;
	border-radius: .25em;
}
#button3:hover {
	opacity: 0.8;
}
.button3 {
  	background-color: red;
  	margin: 0;
  	color: #ffffff;
  	border: none;
  	padding: 5px;
  	font-size: 12px;
 	cursor: pointer;
  	clear: both;
  	border: 1px solid red;
  	border-radius: .25em;
}
.button3:hover {
  	opacity: 0.8;
}
.button4 {
  	margin-top: 15px;
	background-color: #4c7faf;
  	color: #ffffff;
  	border: none;
  	padding: 10px;
  	width: 100%;
  	font-size: 16px;
  	cursor: pointer;
  	border: 1px solid #4c7faf;
  	border-radius: .25em;	
}
.button4:hover {
  	opacity: 0.8;
}
.button5 {
	background-color: green;
  	margin: 0;
	color: #ffffff;
  	border: none;
  	padding: 5px;
  	font-size: 12px;
  	cursor: pointer;
  	border: 1px solid green;
  	border-radius: .25em;
}
.button5:hover {
  	opacity: 0.8;
}
#buttonBack {
	clear: both;
	width: 100%;
	left: 0;
	background-color: transparent;
	padding: 20px 0 0 0;
}
@media (max-width: 1200px) {
#buttonBack {
	padding: 20px 0 0 0;
}
}
.arrowLT {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 2px;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.button6 {
	background-color: transparent;
	color:  black;
  	font-size: 24px;
	font-weight: 300;
 	cursor: pointer;
  	border: none;
	padding: 0 0 0 50px;
}
@media (max-width: 1200px) {
.button6 {
	padding: 0 0 0 10px;
}
}
.button6:link {
	text-decoration: none;
	color: ed1651;
}
.button6:hover {
  	opacity: 0.8;
	color: ed1651;
}
.button6:visited {
	color: ed1651;
}
.button7 {
	margin: 5px 0 10px 0;
  	background-color: #4c7faf;
	color: #ffffff;
	padding: 10px 20px;
	width:15%;
  	max-width: 15%;
	font-size: 16px;
	cursor: pointer;
  	clear: both;
	float: right;
	border: 1px solid #4c7faf;
	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.button7 {
  width: 50%;
	max-width: 50%;
}
}
.button7:hover {
	opacity: 0.8;
}

.emailAll {
	margin: 5px 0 10px 0;
	background-color: green;
  	color: #ffffff;
	padding: 10px 20px;
	width: 15%;
	max-width: 15%;
	font-size: 16px;
	cursor: pointer;
	clear: both;
	float: right;
	border: 1px solid green;
	border-radius: .25em;
  }
  @media screen and (max-width: 800px) {
  .emailAll {
	width: 50%;
	max-width: 50%;
  }
  }
  .emailAll:hover {
	opacity: 0.8;
  }


.messageSent {
	padding: 0 0 0 50px;
}

#results tr td:first-child(3), #results th:first-child(3) {
    display: none;
}
