* {margin:0; padding:0; font-family: 'Open Sans', sans-serif;}

* {
    box-sizing: border-box;
}

html,body {
    height:100%;
}

input:focus-visible, input:focus, a:focus, textarea:focus { 
  outline: none; 
}

pre {
	font-family: 'Open Sans', sans-serif !important;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.printonly {
	display: none;
}

label > input {
    float:left;
}

.dtable {
    display:table;
}

.w3-col.s0{width:0%}
.w3-col.m0{width:0%}
.w3-col.l0{width:0%}

.new_event_button {
	text-align: center;
	vertical-align: middle;
	display: table-cell;    
    background-repeat: no-repeat;
    cursor:pointer;
	color: rgb(204,0,0);
	padding-right: 10px;
}
.new_eventinfo_button {
	text-align: center;
	vertical-align: middle;
	display: table-cell;    
    background-repeat: no-repeat;
    cursor:pointer;
	color: white;
	padding-right: 10px;
}
.new_postalentry_button {
	text-align: center;
	vertical-align: middle;
	display: table-cell;    
    background-repeat: no-repeat;
    cursor:pointer;
	color: white;
	padding-right: 10px;
}
.nodecor {
	text-decoration: none;
}
/***************************************/
/*** Mobile - Portrait *****************/
/***************************************/
@media only screen and (max-width: 479px) {
  .bigfont {
    font-size: 13px;
  }
  .regularfont {
    font-size: 12px;
  }
  .smallfont {
    font-size: 11px;
  }
  .tinyfont {
    font-size: 10px;
  }
  .ttinyfont {
    font-size: 8px;
  }
  .tiniestfont {
    font-size: 6px;
  }
  #content {
    padding: 0;
    width: 350px;
	margin: 10px;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 14px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 2px;
  }	
  .event_button {
    width: 100px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online.png");
  }
  .schedule_button {
    background-image:url("images/schedule.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest.png");
  }
  .tickets_here {
    background-image:url("images/bookhere.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
}

/***************************************/
/*** Mobile  - Landscape****************/
/***************************************/
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .bigfont {
    font-size: 14px;
  }
  .regularfont {
    font-size: 13px;
  }
  .smallfont {
    font-size: 12px;
  }
  .tinyfont {
    font-size: 11px;
  }
  .ttinyfont {
    font-size: 9px;
  }
  .tiniestfont {
    font-size: 8px;
  }
  #content {
    width: 470px;
	margin: auto;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 15px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 3px;
  }	
  .event_button {
    width: 100px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online.png");
  }
  .schedule_button {
    background-image:url("images/schedule.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest.png");
  }
  .tickets_here {
    background-image:url("images/bookhere.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button.png");
	width: 100px; 
    height: 30px;
    font-size: 8px;
  }
}

/***************************************/
/*** 7" Tablet *************************/
/***************************************/
@media only screen and (min-width: 600px) and (max-width: 759px) {
  .bigfont {
    font-size: 15px;
  }
  .regularfont {
    font-size: 14px;
  }
  .smallfont {
    font-size: 13px;
  }
  .tinyfont {
    font-size: 10px;
  }
  .ttinyfont {
    font-size: 9px;
  }
  .tiniestfont {
    font-size: 8px;
  }
  #content {
    width: 590px;
	margin: 10px;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 14px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 4px;
  }	
  .event_button {
    width: 150px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online_wide.png");
  }
  .schedule_button {
    background-image:url("images/schedule_wide.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry_wide.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest_wide.png");
  }
  .tickets_here {
    background-image:url("images/bookhere_wide.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info_wide.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
}

/***************************************/
/*** Tablet - iPad *********************/
/***************************************/
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .bigfont {
    font-size: 16px;
  }
  .regularfont {
    font-size: 15px;
  }
  .smallfont {
    font-size: 14px;
  }
  .tinyfont {
    font-size: 13px;
  }
  .ttinyfont {
    font-size: 11px;
  }
  .tiniestfont {
    font-size: 9px;
  }
  #content {
    width: 750px;
	margin: 10px;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 18px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 5px;
  }	
  .event_button {
    width: 150px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online_wide.png");
  }
  .schedule_button {
    background-image:url("images/schedule_wide.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry_wide.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest_wide.png");
  }
  .tickets_here {
    background-image:url("images/bookhere_wide.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info_wide.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
}

/***************************************/
/*** Tablet - iPad Landscape************/
/***************************************/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .bigfont {
    font-size: 17px;
  }
  .regularfont {
    font-size: 16px;
  }
  .smallfont {
    font-size: 15px;
  }
  .tinyfont {
    font-size: 14px;
  }
  .ttinyfont {
    font-size: 12px;
  }
  .tiniestfont {
    font-size: 10px;
  }
  #content {
    width: 950px;
	margin: 10px;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 20px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 6px;
  }	
  .event_button {
    width: 150px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online_wide.png");
  }
  .schedule_button {
    background-image:url("images/schedule_wide.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry_wide.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest_wide.png");
  }
  .tickets_here {
    background-image:url("images/bookhere_wide.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info_wide.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 12px;
  }
}

/***************************************/
/*** Widescreen ************************/
/***************************************/
@media only screen and (min-width: 1200px) {
  .bigfont {
    font-size: 17px;
  }
  .regularfont {
    font-size: 16px;
  }
  .smallfont {
    font-size: 15px;
  }
  .tinyfont {
    font-size: 14px;
  }
  .ttinyfont {
    font-size: 13px;
  }
  .tiniestfont {
    font-size: 12px;
  }
  #content {
    width: 1280px;
	margin: auto;
  }
  .labeltopmargin {
	margin-top: 0px !important;
  }
  .buttontopmargin {
	margin-top: 20px !important;
  }
  .feetopmargin {
	margin-top: 2px !important;
  }
  .logoborderwidth {
    border-width: 7px;
  }	
  .event_button {
    width: 150px; 
    height: 43px;
    background-repeat: no-repeat;
    cursor:pointer;
  }
  .enter_online {
    background-image:url("images/enter_online_wide.png");
  }
  .schedule_button {
    background-image:url("images/schedule_wide.png");
  }
  .postal_entry_form {
    background-image:url("images/postal_entry_wide.png");
  }
  .confirm_interest {
    background-image:url("images/confirm_interest_wide.png");
  }
  .tickets_here {
    background-image:url("images/bookhere_wide.png");
  }
  .eventinfo_button {
    background-image:url("images/event_info_wide.png");
  }
  .new_event_button {
 	background-image:url("images/blank_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 13px;
  }
  .new_eventinfo_button {
 	background-image:url("images/blank_red_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 13px;
  }
  .new_postalentry_button {
 	background-image:url("images/blank_blue_button_wide.png");
	width: 150px; 
    height: 35px;
    font-size: 13px;
  }
}

/***************************************/
/***************************************/
/***************************************/

.roundpad {
  padding: 1px 2px;
}

.carttotal { 
  margin-bottom: 0px;
  padding: 10px 2px;
  text-align: center;
  background-color: lightsteelblue;
  border: solid 1px navy;
}  

.feetopmargin {
  margin-top: 22px !important;
}

.namefont {
  margin: 0;
  font-size: calc(100vw*100vh/[[+]]*1.5);
  color: rgb(57,65,110);
}

.w3-label{
	color: black !important;
}

.w3-validate{
	color: black !important;
}

.w3-card-4 {
  background: rgba(255,255,255,0.95) !important;
}

.entrysection {
  margin-top: 20px;
}

.table-entries td {
  margin-top: 20px;
}

.table-tickets td {
  margin-top: 10px;
}

.separatedcard {
 margin-top: 10px;
}

.warning {
  color: #f44336 !important;
  font-weight: bold;
}

.slide {
    position:absolute;
    width:42px;
	height:150px; 
    top:0px;
    right: 0px;
    background:url("images/secretary_login_unibox.png");
}

#login_tab {
  position: absolute; 
  top: 8px; 
  left: 0px; 
  width: 42px; 
  height: 135px;
  cursor:pointer;	
}

#login_button {
  position: absolute; 
  top: 96px; 
  left: 55px; 
  width: 118px; 
  height: 39px;
  background-image:url("images/login_button_u0.png");
  background-repeat: no-repeat;
  cursor:pointer;
}
#login_button:hover {
  background-image:url("images/login_button_u0.png");
}

#logout_button {
  position: absolute; 
  top: 56px; 
  left: 55px; 
  width: 118px; 
  height: 39px;
  background-image:url("images/logout_button_0.png");
  background-repeat: no-repeat;
  cursor:pointer;
}
#logout_button:hover {
  background-image:url("images/logout_button_1.png");
}

.C_loginbox {
  position: absolute; 
  left: 61px; 
  width: 207px; 
  height: 23px;
  font-size: 14px;
  padding-left: 5px;
  background: transparent;
  border: none;
  outline: none;
}

.emheader {
  position: relative; 
/*  height: 600px;  */
}

#headernote {
  position: absolute; 
  right: 1%; 
  top: 66%;
  background: transparent;
  border: none;
  outline: none;
  color: white;
}

#C_loginUsername {
  top: 22px; 
}
#C_loginPassword {
  top: 59px; 
}

.event_header {
  background-image:url("images/event_heading.png");
  background-position: center;
}

.event_details {
  background: rgba(255,255,255,0.9);
}

.footer {
  height: 70px;
  background-image:url("images/footer.png");
  background-repeat: no-repeat;
}

.leftaligned {
  display: inline-block;
}


.rightaligned {
  display: inline-block;
  float: right;
}

#logo {
  background-position: left top;
  background-repeat: no-repeat;
  max-width: 100%;
}

.C_loginbtn {
  margin: 5px 2px;
  padding: 0px 10px 0px 10px;
  color: DimGray;
  background: Gainsboro;
  border-color: DarkGrey; 
  border-style: solid; 
  border-width: 2px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
       border-radius: 23px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 6px 0px grey;
    -moz-box-shadow: 4px 4px 6px 0px grey;
	     box-shadow: 4px 4px 6px 0px grey;
  vertical-align: middle;		
  display: inline-block;
  cursor: pointer;
}

.igmargin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rightfloated {
  text-align: right;
  float: right;
  padding: 5px 0px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.input-symbol{
  position:relative;
}

.input-symbol span{
  position: absolute;
  transform: translate(0,-50%);
  top:47%;
  left: 0;
  pointer-events:none;
  margin-left:0.2em;
  color: grey;
}

.input-symbol input{
  text-indent:0.5em;
}

.C_error {
  color: red; 
  margin: auto 5px;
  white-space: nowrap;
}


.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
}

h1, h2{
    line-height: 1.3;
}
h1{
  font-size: 2rem;
  margin: 0 0 1rem;
}
h2{
  font-size: 1.5rem; 
  margin: 1rem 0 2rem;
}
p{
  font-size: 1rem;
  margin: 0.5rem 0;
}






/* Small screens (default) 
html { font-size: 100%; }
*/
/* Medium screens (640px) 
@media (min-width: 40rem) { 
  html { font-size: 112%; }
}
*/
/* Large screens (1024px) 
@media (min-width: 64rem) { 
  html { font-size: 120%; }
}
*/

/*
.container {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
}

table {border-collapse: collapse;}

body {
  /*width: 100%;*/
  /*width: 1024px;*/
  padding: 0px 0px 0px 0px;
  min-width: 650px;
  margin: 0px auto 0px auto;
  font-size: 12pt;
}

.C_homepagebody {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  font-size: 12pt;
  background: rgb(172,222,255);
  text-align: center;
}

.C_fullcontainer {
	margin: 0px auto;
  	min-width: 650px;
  	max-width: 1280px;
	box-shadow: 0px 1px 2px 2px rgb(154, 169, 190);
	width: 1000px;
	text-align: left;
  	background: rgb(209,236,255);
//  	background: rgb(209,236,255) repeat scroll 0% 0% transparent;
}

.C_transparentdiv {
	margin: -210px 10px 20px 20px;
	padding: 20px 20px 0px 20px;
	width: 415px;
	color: #777777;

	background: white;
    opacity: 0.9;
	filter: alpha(opacity=90)

	background: rgba(255,255,255,0.6);
	border-color: white; 
	border-style: solid; 
	border-width: 1px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
	font-size: 10pt;
	font-weight: bold;
	/*behavior: url(PIE.htc);*/
}

::-webkit-input-placeholder { color:grey;}
:-moz-placeholder { color:#grey;}
:-ms-input-placeholder { color:#grey;}
.placeholder
{
  color: #grey;
}
*/
