body { margin: 0; font-family: 'Droid Sans', sans-serif; color:#fff }
canvas { width: 100%; height: 100%; z-index: -1; }

input::-moz-focus-inner { border:0; padding:0 }

p { margin:8px; }

#interfaceBar {
	pointer-events: none;
	position: absolute;
	background-image: url("../images/interface.png");
	background-position: center bottom;
	background-size: 100% 140px;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	color:#005e9c;
	font-size: 12px;
}

#interfaceIcon {
	position: absolute;
	height:60px;
	right:2%;
	bottom:15px;
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	}

#coverIcon {
	position: absolute;
	height:100px;
	right:2%;
	top:15px;
}

#BrowserIcon {
	position: absolute;
	width:320px;
	left:15px;
	top:15px;
	color:#FFF;
	font-size:12px;
}

#BrowserIcon p {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:5px;
}

#BrowserIcon a{
	position:relative;
	display:inline-block;
}

#ChromeIcon {
	height:45px;
	width:45px;
	display:inline-block;
}

#FirefoxIcon {
	height:45px;
	width:45px;
	display:inline-block;
}

#ExplorerIcon {
	height:45px;
	width:45px;
	display:inline-block;
}

#visitXGLoo {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:60px;
	left:47%;
	text-decoration: none;
	color:#005e9c;
}

#goFullscreen {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position: absolute;
	background-image: url("../images/fullscreen_on.png");
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width:120px;
	padding-top: 5px;
	height:20px;
	left:10px;
	bottom:50px;
	color:#ffffff;
	text-align: right;
}

#leaveFullscreen {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position: absolute;
	background-image: url("../images/fullscreen_off.png");
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width:120px;
	padding-top: 5px;
	height:20px;
	left:10px;
	bottom:50px;
	color:#ffffff;
	text-align: right;
	display:none;
}

#colorChooser {
	position:absolute;
	min-width:200px;
	height:300px;
	left:20px;
	top:20px;
	border-radius:10px;
	padding:5px;
}


#presenterView {
	position:absolute;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	box-shadow: 5px 5px 10px #888888;
}

#presenterView:fullscreen {
	top:0; left:0; width:100%; height:100%;
}

#presenterView:-moz-full-screen {
	top:0; left:0; width:100%; height:100%;
}

#presenterView:-webkit-full-screen{
	top:0; left:0; width:100%; height:100%;
}

#presenterView:-ms-fullscreen {
	top:0; left:0; width:100%; height:100%;
}

#presenterContainer {
}

#sizeChooserContainer {
	pointer-events: none;
	position:absolute;
	width: 100%;
	top:18px;
	height:200px;
}

#sizeChooserContainer ul {
  	list-style: none;
  	position: relative;

  	width:470px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}
#sizeChooserContainer li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 2px;
	cursor: pointer;
}

#sizeChooserContainer ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  display: none;
}
#sizeChooserContainer ul li ul li {
  display: block;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.arrowUp {
	display: none;
	line-height: 0%;
    float: right;
    margin-top: 11px;
}

.arrowDown {
	line-height: 0%;
    float: right;
    margin-top: 11px;
}

.sizeChooserButton {
	pointer-events: auto;

	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;

	width:90px;
	height:20px;
	display:block;

	cursor: pointer; cursor: hand;
	border:1px solid;
	border-radius:2px;
	text-align: left;
	background:#606060;
	font-size:9.8pt;
	text-transform:uppercase;
	line-height:16pt;
}

.sizeChooserKiosk {
	pointer-events: none;

	padding-left:10px;
	padding-right:0;
	padding-top:4px;
	padding-bottom:4px;

	width:525px;
	height:20px;
	margin:0;
	margin-left: auto;
	margin-right: auto;

	display:block;

	border:1px solid;
	border-radius:2px;
	text-align: left;
	background:#005e9c;
}

.sizeChooserSelected {
	background-color: #005e9c;
}

.listContainer {
	position:absolute;
	width:200px;
	top: 0;
	bottom:100px;
	right:0;
	background-color:#d9d9d9;
	display:none;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: center;
}

.listEntry {
	cursor: pointer; cursor: hand;
	margin-top: 5px;
	margin-bottom: 5px;
/*	width: 90%;  */
	display:inline-block;
	position:relative;
    background-color: #606060;
}

.presetEntry img {
	width:165px !important;
	height:auto !important;
    color: #FFFFFF;
}

.templateEntry img {
	width:165px !important;
	height:auto !important;
}

.logoEntry img {
	width:165px !important;
	height:auto !important;
}

.cityEntry img {
	width:165px !important;
	height:auto !important;
}

.listEntry img {
	height:125px;

}

#helpDiv {
	width:66%;
	height:63%;
	left: 15%;
	top:15%;
	display:none;
	position:absolute;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:8px;
	z-index:210;
	padding: 2%;
	font-size:10pt;
	overflow: scroll;
}
#helpDiv h2{
	font-size:12pt;
	text-transform:uppercase;
	color:#525252;
	margin-bottom:0px;
}

#helpDiv p{
	color:#525252;
	margin-left:0px;
}


#helpDiv h3{
	font-size:12pt;
	text-transform:uppercase;
	margin-bottom:0px;
	color:#005e9c;
}

#cancelHelp {
	top:10px;
	right:10px;
	position:absolute;
	width:70px;
}

#showHelp {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position: absolute;
	height:20px;
	left:10px;
	bottom:10px;
	color:#005e9c;
}

#productChooserContainer {
	width:66%;
	height:53%;
	left: 15%;
	top:15%;
	display:none;
	position:absolute;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:8px;
	z-index:210;
	padding: 2%;
}

#productChooserList {
	width:100%;
	height:90%;
	left: 0;
	top:0;
    overflow-y: scroll;
}

.productChooserHeader {
	width:13%;
	color: #005e9c;
	float:left;
	margin-right:4%;
}

.productChooserHeader:last-child{
	margin-right:0%;
}

.productChooserEntry {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	display: inline-block;
	position:relative;
	cursor: pointer;
	pointer-events: auto;
	width:100%;
}

.productChooserEntry img{
	border-radius:2px;
	width:100% !important;
	height:auto !important;
}

#cancelProduct {
	bottom:10px;
	right:10px;
	position:absolute;
	width:50px;
}

.defaultButton {
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid;
	border-radius:2px;
	text-align: left;
	background:#606060;
	list-style-type: none;
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	margin:0;
	margin-bottom: 5px;
}

#switchFoVSlider {
	width: 100%;
	margin:0;
}

#buttonList {
	position: absolute;
	top:20px;
	left: 20px;
	width: 120px;
	padding: 0;
	margin: 0;
	text-transform:uppercase;
	font-size: 9.5pt;
}

#metadataList {
	position: absolute;
	left:20px;
	bottom:100px;
	border:1px solid;
	border-radius:2px;
	background:#606060;
	list-style-type: none;
	padding: 10px;
	display: none;
}

.buttonChecked {
	background-color: #005e9c;
}
.accButChecked {
    background-color: #005e9c;
    color: #ffffff;
}

.selected {
	border:2px solid #005e9c;
}

#yesNoDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -200px;
	background:#FFFFFF;
    width: 400px;
    height: 150px;
	z-index:220;
	text-align: center;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:2px;
}


#yesNoDialogCover {
	background-color: rgba(255, 255, 255, 0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	display:none;
	pointer-events: auto;
}
#yesNoDialogText {
	position:absolute;
	left:0;
	right:0;
	top:20px;
	color:#000;
}
#yesNoDialogBtnYes {
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left: 10px;
	width:50px;
}

#yesNoDialogBtnNo {
	position:absolute;
	right:50%;
	bottom:20px;
	margin-right: 10px;
	width:50px;
}

/*
Text input dialog
*/

#textInputDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -200px;
	background:#FFFFFF;
    width: 400px;
    height: 150px;
	z-index:220;
	text-align: center;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:2px;
}


#textInputDialogCover {
	background-color: rgba(255, 255, 255, 0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	display:none;
	pointer-events: auto;
}
#textInputDialogText {
	position:absolute;
	left:0;
	right:0;
	top:20px;
	color:#000;
}
#textInputDialogInput {
	position:absolute;
	left:50px;
	right:0;
	top:50px;
	width:300px;
	color:#000;
}
#textInputDialogBtnOK {
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left: 10px;
	width:50px;
}

#textInputDialogBtnCancel {
	position:absolute;
	right:50%;
	bottom:20px;
	margin-right: 10px;
	width:50px;
}

/*
Additional product dialog
*/
.additionalProductsCount {
	width:50px;
	margin-right: 5px;
}

#additionalProductsDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: -300px;
	background:#FFFFFF;
    width: 600px;
    height: 570px;
	z-index:220;
	text-align: center;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:2px;
}

#additionalProductsDialogCover {
	background-color: rgba(255, 255, 255, 0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	display:none;
	pointer-events: auto;
	color:black;
}
#additionalProductsDialogCover h2 {
	color: #005e9c;
}
#additionalProductsContainer {
	margin: 20px;
	height: 480px;

	text-align: left;
	font-weight: normal;
	overflow-y:scroll;
}

#additionalProductsContainer ul{
	list-style-type: none;
	padding-left: 0;
}


#additionalProductsDialogBtnOK {
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left: 10px;
	width:50px;
	color: white;
}

#additionalProductsDialogBtnCancel {
	position:absolute;
	right:50%;
	bottom:20px;
	margin-right: 10px;
	width:50px;
	color: white;
}

#additionalProductsSubject {
	width: 90%;
}
/*
Share dialog
*/

#shareDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -200px;
	background:#FFFFFF;
    width: 400px;
    height: 150px;
	z-index:220;
	text-align: center;
	background:#d9d9d9;
	border:1px solid #FFFFFF;
	border-radius:2px;
}


#shareDialogCover {
	background-color: rgba(255, 255, 255, 0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
	display:none;
	pointer-events: auto;
}


#shareDialogURLShort {
	position:absolute;
	left:20px;
	width:356px;
	top:20px;
	background-color:white;
	color:black;
	height:20px;
	border:1px solid #FFFFFF;
	padding-top:7px;
	text-align: left;
	border-radius:2px;
	font-size: 12pt;
}

#shareDialogBtnCopyShort {
	right:20px;
	top:20px;
}
#shareDialogURLLong {
	position:absolute;
	left:20px;
	width:356px;
	top:60px;
	background-color:white;
	color:black;
	height:20px;
	border:1px solid #FFFFFF;
	padding-top:7px;
	text-align: left;
	border-radius:2px;
	font-size: 12pt;
}


#shareDialogBtnCopyLong {
	right:20px;
	top:70px;
}

#shareDialogBtnClose {
	position:absolute;
	right:20px;
	top:100px;
}

#shareDialogBtnSend {
	position:absolute;
	left:20px;
	top:100px;
}

.entryName{
	width:100%;
	height:20px;
	color:#000000;
	background-color: rgba(255, 255, 255, 0.8);

	pointer-events: auto;
	cursor: pointer; cursor: hand;

	position:absolute;
	right:0px;
	top:0px;
}

.deleteIcon {
	background-image: url("../images/logo_delete.png");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width:16px;
	height:16px;

	pointer-events: auto;
	cursor: pointer; cursor: hand;

	position:absolute;
	right:5px;
	bottom:10px;
}

.shareIcon {
	background-image: url("../images/logo_share.png");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width:16px;
	height:16px;

	pointer-events: auto;
	cursor: pointer; cursor: hand;

	position:absolute;
	left:5px;
	bottom:10px;
}

#addPreset {
	margin-top: 10px;
	width: 80%;
	display:inline-block;

}

#addCity {
	margin-top: 10px;
	width: 80%;
	display:inline-block;
}

#addTemplate {
	margin-top: 10px;
	width: 80%;
	display:inline-block;
}

#addLogo {
	margin-top: 10px;
	width: 80%;
	display:inline-block;
}

#uploadLogo {
	margin-top: 10px;
	width: 80%;
	display:inline-block;
}

#logoDisplay {
	position:absolute;
	top:100px;
	left:0px;
	width:100px;
	height:50px;
}

#loadingIndicatorLogo {
	left: 5px;
	top: 20px;
	display:none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#logoView {
	float:right;
	width : 50%;
	height: 100%;
	background-color:#808080;
}
#extensionList {
    position: absolute;
    left:10px;
    top:10px;
    width: 200px;
    height: 200px;
	z-index:10;
	text-align: center;
	border-radius:50%;
	background-color: #828282;
    overflow: hidden;
}

#extensionListContainer {
    position: absolute;
    margin-top: -110px;
    margin-left: -110px;
    width: 220px;
    height: 220px;
	z-index:5;
	text-align: center;
    overflow: hidden;
	display: none;
}

.extensionBGSix {
/*	background:url(../images/six.png); /*#FFFFFF*/
*/	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
}

.extensionBGPantone {
    background-image: url(../images/pantone_bg.png);
    background-size: 40% 50%;
    background-position: center;
}


#extensionListTitleContainer {
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    display: inline-block;
    line-height:100px;
    height: 100px;
    width: 100px;
    top:50%;
    left: 50%;
	background-color: #828282;
	border-radius:50%;
	z-index:15;
}


#extensionListTitle {
	color: #FFFFFF;
	font-size: 15px;
	display: inline-block;
    vertical-align: middle;
    line-height: 15px;
}
.extensionListEntry {
	cursor: pointer; cursor: hand;
	position: absolute;
    width: 200px;
    height: 200px;
  	margin-top: -50%;
  	margin-left: -50%;
	z-index:12;
  	overflow: hidden;
  	transform-origin: 100% 100%;
  	-webkit-transform-origin: 100% 100%;
}


.extensionListSeparator {
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -130px;
    margin-left: -130px;
    width: 260px;
    height: 260px;
	pointer-events: none;
	background: url('../images/circle_separator.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index:50;
}

#extensionListSeparatorPrefab {
	display: none;
}

#extensionListOverlay {
    position: absolute;
    top:25%;
    left:25%;
	pointer-events: none;
	margin:0;
    width: 50%;
    height: 50%;
	background-color: #A2A2A2;
	border-radius:50%;

	z-index:200;
}

#loadingIndicator {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top:10px;
    margin-top: -40px;
    margin-left: -150px;
	background:#FFFFFF;
    width: 300px;
    height: 80px;
	z-index:210;
	text-align: center;
	color:#000;
	opacity:0.8;
	border-radius:2px;
}
#loadingIndicatorImage {
 	width: 80%;
    margin: 20px auto;
}
#cover{
	background:url('../images/loading.jpg'), #FFFFFF;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	height:100%;
}

#pantoneFilter {
	width:80%;
    position: absolute;
	display:inline-block;
	left:10%;
	top:20px;
}
#pantoneChooser {
	width:81%;
    position: absolute;
	display:inline-block;
	left:10%;
	bottom:20px;
}
#pantoneChooserContainer {
    position: absolute;
    bottom: 150px;
    right:20px;
	background:#606060;
	border:1px solid #FFFFFF;
	border-radius:8px;
    width: 200px;
    height:180px;
	z-index:210;
	text-align: center;
	display:none;
	padding:10px;
}

#logoControls {
	position:absolute;
	pointer-events: none;
	height:30px;
	width:150px;
}
#logoMove {
	cursor: move;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
}
#logoScale {
	cursor: n-resize;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:40px;
}
#logoRotate {
	cursor: w-resize;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:80px;
}
#logoDelete {
	cursor: pointer; cursor: hand;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:120px;
}

#objectControls {
	position:absolute;
	pointer-events: none;
	height:30px;
	width:150px;
}
#objectMove {
	cursor: move;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
}
#objectRotate {
	cursor: w-resize;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:40px;
}
#objectDelete {
	cursor: pointer; cursor: hand;
	pointer-events: auto;
	width:30px;
	height:30px;
	position:absolute;
	left:80px;
}


#coverHideMouse {
	cursor: none;
	display:none;
	width: 100%;
	height: 100%;
}

/* Login stuff*/
#logIn {
    position: absolute;
    top: 35%;
    left: 80%;
    margin-top: -50px;
    margin-left: -200px;
	padding: 0px 20px;
	background:#FFFFFF;
	width: 230px;
    height: 360px;
	z-index:210;
	font-size: 80%;
    background:#606060;
	border:1px solid #FFFFFF;
	border-radius:2px;
}
#inputBox {
	padding: 0px 10px;
	box-sizing: content-box;
	}

#loginLink {
    font-size: 80%;
    vertical-align: bottom;
    display: flex;
    justify-content: space-between;
	padding: 0px 5px;
}

#loginButton {
    background-color: #005e9c;
    border: none;
    color: white;
    padding: 5px 22px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
    margin: 0px 4px;
    cursor: pointer;
}

#logInError {
	color: #FF4500;
}

#logInMaintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -88px;
    margin-left: -240px;
	background:#FFFFFF;
    width: 480px;
    height: 176px;
	z-index:210;
	text-align: center;
	background:#606060;
	border:1px solid #FFFFFF;
	border-radius:2px;
}
#logOutSubmit {
	background:none;
  	border:none;
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	padding: 0;
	margin: 0;
	color:#005e9c;
	font-size: 12px;
}

#priceListSubmit{
	background:none;
  	border:none;
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	padding: 0;
	margin: 0;
	color:#005e9c;
	font-size: 12px;
}

.priceListHelp {
	color:gray;
	margin-left: 30px;
}


.uiLink0 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:62px;
	left:47%;
	text-decoration: none;
	color:#005e9c;
}

.uiLink1 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:44px;
	left:47%;
	text-decoration: none;
	color:#005e9c;
}

.uiLink2 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:26px;
	left:47%;
	text-decoration: none;
	color:#005e9c;
}

.uiLink3 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:8px;
	left:47%;
	text-decoration: none;
	color:#005e9c;
}


.uiLinkLeft0 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:62px;
	left:47%;
	margin-left:-230px;
	width:200px;
	text-align: right;
	text-decoration: none;
	color:#005e9c;
}

.uiLinkLeft1 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:44px;
	left:47%;
	margin-left:-230px;
	width:200px;
	text-align: right;
	text-decoration: none;
	color:#005e9c;
}

.uiLinkLeft2 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:26px;
	left:47%;
	margin-left:-230px;
	width:200px;
	text-align: right;
	text-decoration: none;
	color:#005e9c;
}

.uiLinkLeft3 {
	pointer-events: auto;
	cursor: pointer; cursor: hand;
	position:absolute;
	bottom:8px;
	left:47%;
	margin-left:-230px;
	width:200px;
	text-align: right;
	text-decoration: none;
	color:#005e9c;
}

#adminContainer {
	color:#005e9c;
    padding: 0;
    padding-left:2.5%;
    padding-right:2.5%;
    height: 80%;
	width: 95%;
	overflow: auto;
}

#userTable th, #userTable td {
    border: 1px solid #005e9c;
    border-collapse: collapse;
}

#userTable {
	width:90%;
    border: 1px solid #005e9c;
    border-collapse: collapse;
}

.highlightTableRow {
	background-color: #FFAAAA;
}

.highlight {
	color:#005e9c;
	font-weight: bold;
}

#copyrightNotice {
    position: absolute;
    right: 40px;
    top: 30px;
    color: #fff;
    font-size: 1.7vh;
    transform: rotate(-90deg);
    transform-origin: right top 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right top 0;
}

#watermark {
	background: url("../images/watermark.png") repeat left top;
	position:absolute;
	width:100%;
	height:100%;
	pointer-events: none;
}

#vignette {
	background: url("../images/vignette.png") no-repeat left top;
	background-size: 100% 100%;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	pointer-events: none;
}
