@charset "UTF-8";
/* CSS Document */

body,html {
	background-color: white;
	font-family:  'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.page_background {
	padding-top:0px;
	background-image:none;
	padding-top:10px;
}

/* height of header if used */
#container-header {
	height:0px;
}


/* for the mySoftwareLicense page title - add display:none;  if you want to suppress this title */
.page_title {
	text-align:center;
	color:#0047a4;
	display: none;
}
.page_logo {
	display:none;
}


/* the container represents the two seperate blocks displayed on the portal  */
.container-bkgcolor {
	background-color: #00AEEF;
}

.container-layout {
	border-radius: 0px;
	padding: 2px;
}

.container-title {
	font-size:24px;
	text-align:center;
	color: #fff;
}
.container-subtitle {
	font-size:18px;
	color: #fff;
}

.container-subtext {
	font-size:12px;
	color:#fff;
}

.container-button {
	border-radius: 3px;
	border-color: transparent;
	background-color: #3a3a3a;
	color: #fff;
	width: 150px;
	font-size: 12px;
}
.container-button:hover {
	background-color: #ff6600;
}

/* part of the container information displayed, with label being the description, and form being the input box */

.box-label {
	font-size:12px;
	color: #fff;
}
.box-form {
	border-radius: 0px;
	width: 200px;
	height:20px;
}
.box-Text {
	font-size:12px;
	color:#fff;
}

.help_link {
	font-size: 10px;
}

/* color of question mark for pop-up help */
.help_icon {
	color: white;
}

/* information displayed to the Viewer after a succesful event */
.info-text {
		color: #fff;
}

/* informaiton displayed for invalid inputs, or after a failed event */
.validation-text {
	font-size: 10px;
	color: #0051B4;
}


/* style for the seat list for multi-user licenses */
/* labels are for the titles of the list */
.seat-label {
	font-size:12px;
	color:#fff;
}
/* row is for each row per seat in the list */
.seat-row {
	font-size:12px;
	background-color:#FFF;
	color: #0047a4;
}
.seat-row td {
	border-bottom: 1px solid #000;
}

/* settings for Help Pop-ups  */
.popup {
	border: solid black 1px; 
	background-color: #66B3FF;
	color: black;
}
.popup i {
	color: #000;
}
