
@charset "UTF-8";
#evt_header{
    align-content: space-around;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(44,18,110,1) 100%);
    padding:20px;
    margin:0;
    margin-bottom:20px;

    border-bottom: solid gray 1px;
    float: left;
    width:100%;
}
#evt_header_title{
    font-size: 24;
    margin-left:100px;
    margin-right:72px;
    vertical-align: middle;
    text-align: right;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: rgba(255,255,255,1);
    float: right;
}

body{margin:0;font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";}
.link_div{
	width:144px;
	height:auto;
	text-align: center;
	float:left;
	display:inline-block;
	margin:12px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.link_div_disabled{
	width:144px;
	height:auto;
	text-align: center;
	float:left;
	display:inline-block;
	margin:12px;
    opacity: .33;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
#container{
	margin: 0 auto;
width:1024 px;
	text-align: center;
}
.pageheader{width:100%;height:60px;margin-bottom:12px;font-size: 21pt;padding:4px;vertical-align: middle;border-bottom:solid 1px red}
.secheader{display:inline-block;text-align:left;font-weight: normal; font-size:24pt;top:0;left:0;position:relative;width:100%;background-color:rgba(247,246,246,.5);margin-bottom:6px;padding:12px;}
.secfooter{text-align:left;font-weight: bold; top:0;left:0;position:relative;width:100%;background-color:rgba(0,0,0,.25);margin-bottom:0px;padding:6px;}

.fnd{
	background-color:#fff;
    margin-top:15;
	
	width:auto;
	padding:8px;
	text-align:center;	
}

.event_info{
	background-color:#eef;
	margin: 0 auto;
   
     display: flex;
  flex-wrap: wrap;
  align-items: center;
    
    margin-bottom: 20px;
    margin-top: 20px;
	width:75%;
	padding:20px 20px 20px 20px;
	border: thin gray solid;
	text-align:center;
	border-radius:16px;
    
}
.flex-direction{
  flex-direction:row;
}
#details{
    width:50%;vertical-align:middle;
}
#faculty{
    width:auto;margin-left:36px;text-align:left;font-size:1em;
}
#quote{
    width:60%;margin: 0 auto;text-align:center;font-size:1em;font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";font-style: italic;color:rgba(44,18,110,1);
}
@media screen and (max-width: 400px) {
   #details { 
    float: none;
    margin-right:0;
    margin-left:0;
    width:auto;
    border:0; 
  }
}

.new{
	background-color:aquamarine;
	margin: 0 auto;
	margin-bottom: 12px;
	width:800px;
	padding:0px 0px 6px 0px;
		;
	text-align:center;
	border-radius:16px;
}

.new2{
	background-color:rgba(255,255,143,1.00);
	margin: 0 auto;
	margin-bottom: 12px;
	width:800px;
	padding:0px 0px 6px 0px;
		;
	text-align:center;
	border-radius:16px;
}
ul {margin: 0 auto;
	display:inline-block;
    list-style-type: none;
	padding: 0px;
    height:24px;
    width: 200px;
    background-color: #f1f1f1;
   
}
li {
    float: left;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111;
	color: white;
}
.active {
    background-color: #4CAF50;
	color: white;
}
.selected {
    background-color: #006247;
	color: white;
}
td.label{text-align:right;font-weight:normal;max-width:25%; }

.button {
    background-color:rgba(0,212,255,1); /* Green */
     border: 1px solid white;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius:6px;
    font-size: 24px;
	font-weight: bold;
    margin: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover {
    background-color: #000;
    color: white;
}

.button2{
	background-color: #FF5B00;; 
}
.button3{
	background-color: #DD2200; 
}
.button4{
	background-color: #FF5B00;; 
}

.sbutton {
    background-color: #0071E9;
    border: 1px solid white;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius:6px;
    font-size: 11px;
    
	margin-right:20px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.sbutton:hover {
    background-color: #000;
    color: white;
}

.leftMatter {
  float: left;
}
.rightMatter {
  float: right;
}
th{
	border-bottom: solid 1px black;
}
.linkstat{
	font-weight: bold;
	margin-right: 12px;
	margin-left: 6px;
}


#results td{
	border-bottom: solid 1px gray;
}
tr.resrow{
	border-bottom: solid 1px gray;
}
.problem{
	background-color: rgba(255,0,0,.1);
}
.missing{
	background-color: rgba(255,0,0,.333);
}
.caution{
	background-color: rgba(255,128,0,.3);
}
.even{
	background-color: rgba(234,234,255,1);
	cursor: pointer;
}
.archived{
	background-color: rgba(237,172,182,1.00);
	cursor: pointer;
}
.live{
	background-color: rgba(104,225,132,1.00);
	cursor: pointer;
}
table.listing{
	 width:100%;
}
table.listing tr:hover td{
	background-color: rgba(90,200,60,1);
}
.odd{
	cursor: pointer;
}
#top{
	position:fixed;
	width:100%;
    top:0px;	
	z-index:100;
	background-color:white;
}
#middle{
	position:absolute;
    top:300px;	
}

td.label{
    text-align:right;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-right:6px;

}

td.breaker{
	word-wrap: break-word;
}
table a{
	text-decoration:none;
	word-wrap: break-word;
	color:navy;
}
.redirect{
	background-color: rgba(255,255,0,.35);
}
 #hex{
                width:2500px;
                height:2500px;
                display:none;
            }

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
background-color: black;
	color:white;
	border-radius: 3px;
	margin-left:6px;
	padding-left:4px;
	padding-right:4px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.app{
    display:inline-block;
    float:center;
    margin-left:9px;
}


#tableshell{
	overflow:scroll;
	width:100%;
	height:500px;
}

a:link {
  color: #1abc9c;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #1abc9c;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #1abc9c;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #1abc9c;
  background-color: transparent;
  text-decoration: none;
}

.more{
   text-align:right; 
    margin-left:60;
    font-size:16;    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
}
.form-style-5{
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
    font-size: 1.2em;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#666;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:40px;
}
.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #109177;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
    padding-top:2px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
    border: gray solid 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

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

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.career{
   background-color: #e8eeef; 
   font-size: 1.1em;
   height: 30px;
   text-align: center;
    padding-top: 6px;
    color: #333;
    margin-bottom: 6px;
}