
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {
    min-height: 100%;
    font-family: Arial;
    background-color: #f3f3f3;
}

ul, li {
	list-style-position: inside;
}

a {
	outline-style: none;
}






.page {
	max-width: 1000px;
	margin: 0px auto;
	background-color: white;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	min-height:90vh;
	border: 1px solid #dddddd;
}

.reportpage {
	padding: 0px 20px 20px 20px;
}

.widgetbody {
	background-color: white;
}

.widgetpage {
	min-height: initial !important;
	max-width: initial !important;
	box-shadow: none !important;
}

.widgetpage .content {
	margin-bottom: 0px;
}

.pklink {
	color: #1e96ff;
	text-decoration: underline;
}

.pklink em {
	font-style: normal;
	color: #777777;
	text-decoration: underline;
	text-decoration-color: white;
}


/* ******* */
/* Widgets */
/* ******* */
.textfield {
	color: black;
	background-color: white;
	font-size: 14px;
	padding: 1px 5px;
	display:inline-block;
	border: 1px solid #dddddd;
	-moz-border-radius:3px;
	border-radius: 2px;
	height: 21px;
}

.textfield2 {
    border-color: #eee;
    box-shadow: none;
    color: #888;
	background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-sizing: border-box;
}

.textfield2:focus {
	background-color: #F6FBFF;
}

.textfield2[disabled] {
	background-color: #f3f3f3;
	color: #999;
}

.dropdown {
	font-size: 15px;
	padding: 2px;
	margin: 0px;
	background: white;
	border: 1px solid #dddddd;
	border-radius: 2px;
}

.dropdown2 {
	font-size: 15px;
	padding: 2px;
	margin: 0px;
	background: white;
	border: 1px solid #dddddd;
	color: #555555;
	border-radius: 2px;
}

.thinking {
    cursor: progress !important;
	background: linear-gradient( -45deg, white 25%, 
	                                     #f3f3f3 25%, 
	                                     #f3f3f3 50%, 
	                                     white 50%, 
	                                     white 75%, 
	                                     #f3f3f3 75% );
	background-size: 20px 20px;
	animation: barberpole 10s infinite linear;
}

.thinkingseat {
    cursor: progress !important;
	background: linear-gradient( -45deg, white 25%, 
	                                     #dddddd 25%, 
	                                     #dddddd 50%, 
	                                     white 50%, 
	                                     white 75%, 
	                                     #dddddd 75% );
	background-size: 10px 10px;
	animation: barberpole 1s infinite linear;
}

@keyframes barberpole {
	from {background-position: 0%;}
	to {background-position: 100%;}
}

@-moz-document url-prefix() {
	.dropdown {
		font-size: 14px;
	}
}

.textarea2 {
    border-color: #eee;
    box-shadow: none;
    color: #888;
	background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-sizing: border-box;
    font-family: Arial;
}

.textarea2:focus {
	background-color: #F6FBFF;
}





/* ****** */
/* Header */
/* ****** */
.header {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
}

.headerlogo {
	float: left;
}

.logoimage {
	width: 200px;
}

.toplinks {
	text-align: right;
}

.toplinks table { 
	margin-top: 18px;
}

.toplinkblock {
	display: inline-block;
}

.toplink {
	color: black;
	margin-right: 30px;
	text-decoration: none;
}

.toplink:hover {
	text-decoration: underline;
}

.toplinkjoin {
	color: #1e96ff;
}

.loginbutton {
	padding: 10px 20px !important;
}








/* --------[buttons]-------- */
a.button {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	outline-style: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ----------------------------- */
/* special css for input buttons */
/* ----------------------------- */
input.button {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 4px 10px;
	border: none;
	line-height: 18px;
	-webkit-appearance: none;
}

input.pinkbutton {
	background-color: #EA214F;
	color: white;
	border: 0px solid #EA214F;
}

input.pinkbutton:hover {
	background-color: #f03a61;
	color: white;
	border: 0px solid #EA214F;
}

input.pinkbutton:active {
	background-color: #EA214F;
	color: white;
	border: 0px solid #EA214F;
}

/* -------------------------- */
/* this is the 'disabled' <a> */
/* -------------------------- */
span.button {
	background-color: #eeeeee;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	padding: 4px 9px;
	cursor: default;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

span.button em {
	font-style:normal;
	font-weight: bold;
	letter-spacing:-0.05em;
}



/* -------------------------- */
/*    the colored buttons     */
/* -------------------------- */
input.clickedbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 3px 9px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;

	background-image: url( '/images/spinner2.gif' );
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: rgba(0, 0, 0, 0.0) !important;
    cursor: progress;
}

a.clickedbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 4px 9px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;
	
	/*
	background-image: url( '/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator.gif' );
	background-repeat: no-repeat;
	background-position: 50%;
	*/
}

a.clickedsmallbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 0px 4px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;
}

a.clickedbutton2 {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 4px 9px;
	border: 1px solid #dddddd;
	box-shadow: inset 2px 2px 1px #999999;
}

span.smallbutton {
	padding: 0px 4px;
	min-width:35px;
}

span.tagbutton {
	padding: 0px 4px;
	min-width:35px;
	width: 140px;
	text-transform: uppercase;
}

a.pinkbutton {
	background-color: #ea214f;
	color: #FFFFFF;
	padding: 5px 10px;
}

a.pinkbutton:hover {
	background-color: #f03a61;
}

a.smallbutton {
	padding: 1px 5px;
	min-width:35px;
}

.graybutton {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px 10px;
}

a.graybutton:hover {
	background-color: #777777;
}

.graybutton2 {
	background-color: #cccccc;
	border: 1px solid black;
	color: #555555;
	padding: 5px 10px;
}

a.graybutton2:hover {
	background-color: #bbbbbb;
	color: black;
}

.focusedbutton {
	background-color: #1E96FF;
	border: 1px solid black;
	color: white;
	padding: 5px 10px;
}

a.focusedbutton:hover {

}

.lightgraybutton {
	background-color: #E3E3E3;
	color: #333333;
	padding: 2px 7px;
}

a.lightgraybutton:hover {
	background-color: #C3C3C3;
	color: black;
}

.allupcomingbutton {
	background-color: #ea214f;
	color: white;
	padding: 2px 7px;
}

a.allupcomingbutton:hover {
	background-color: #ea214f;
	color: white;
}

.selectedbutton {
	color: #777777;
	background-color: white;
	padding: 4px 10px;
	border: 1px solid #777777;
	box-shadow: inset 1px 1px 2px #777777;
}

a.whitebutton {
	background-color: white;
	color: black;
	padding: 5px 10px;
}

a.whitebutton:hover {
	background-color: #d9eeff;	
}

a.whitebuttonselected {
	background-color: white;
	color: #777777;
	padding: 5px 10px;
	padding: 3px 3px;
	box-shadow: inset 1px 1px 2px #777777;
	border: 1px solid #777777;
}

a.whitebuttonselected:hover {
	background-color: #d9eeff;	
}

a.whiteborderedbutton {
	background-color: white;
	border-color: #dddddd;
	border: 1px solid #90B4D2;
	color: black;
	padding: 5px 10px;
}

a.whiteborderedbutton:hover {
	background-color: #d9eeff;
}

a.limegreenbutton {
	background-color: #51EE59;
	color: white;
	padding: 5px 10px;
}

a.limegreenbutton:hover {
	color: black;
	background-color: #33ff33;
}

a.venuesbutton {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	padding: 0px;
}

a.venuesbutton:hover {
	color: #ea214f;
}

a.tagbutton {
	padding: 1px 5px;
	min-width:35px;
	width: 140px;
	text-transform: uppercase;
}

a.bluebutton {
	background-color: #1e96ff;
	color: #FFFFFF;
	padding: 5px 10px;
}

a.bluebutton:hover {
	background-color: #1e96ff;
}













/* ************* */
/* Modal Confirm */
/* ************* */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

.modalpane {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .9 );
	color: black;
	z-index: 10;
}

.modalbox {
	margin: 0px auto;
	background-color: white;
	width: 300px;
	padding: 10px;
	border-radius: 2px;
}	

.modaltitle {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.modaldescription {
	text-align: center;
}

.modalbuttons {
	margin-top: 10px;
	text-align: right;
}


@media only screen and (min-width : 0px) and (max-width : 700px) { 
	.modalbox {
		width: 100%;
	}
}

.modaldropdowncontainer {
	margin-top: 10px;
}







/* ****** */
/* Toggle */
/* ****** */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:disabled + .slider {
  background-color: #f3f3f3 !important;
}

input:checked + .slider {
  background-color: #1e96ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}






/* *************** */
/* hidable message */
/* *************** */
.hm {
	background-color: #1e96ff;
	color: white;
	margin: 20px 0px;
	text-align: left;
}

.hmcontent {
	padding: 0px 40px 20px 20px;
	margin-top: -5px;
}

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

.hmdismiss {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

.hmdismiss svg {
	border: 1px solid rgba( 255, 255, 255, 0 );
}

.hmdismiss svg:hover {
	border: 1px solid white;
}

.hmdismiss svg:active {
	fill: #333333;
}

.hm a {
	color: white;
}









































