header, section, footer, aside, nav, main, article, figure {
	display: block; 
}

body {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

div.outermostFrame {
	width: 100%;
	overflow: auto;
}

article.topBar  {
	left: 0px;
	top: 40px;
	width: 100%;
	padding: 10px;
	padding-top: 8px;
	background-color: white;
	overflow: auto;
	z-index: 1;
	font-size: 1.3em;
}

.smallButton {
	width: 200px;
	border-width: 0px;
	box-sizing: content-box;
	border-radius: 4px;
	background-color: #9CD918;
	color: black;
	text-align: center;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	padding: 8px;
	font-size: 1.0em;
	text-transform: capitalize;
}

.largeButton {
	width: 300px;
	border-radius: 4px;
	background-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	padding: 8px;
	font-size: 1.2em;
	text-transform: capitalize;
}

.clear {
	clear: both;	
}

.topBar {
	position: fixed;	
}

.tabMenu {
	width: 150px;
	position: fixed;
	top: 80px;
	background-color: white;
	z-index: 1;
}

.tab {
	width: calc(100% - 160px);
	overflow: auto;
	position: relative;
	left: 150px;
	top: 84px;
	font-size: 0.9em;
}

.tabHeader {
	width: 120px;
	border-radius: 4px;
	background-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1.2em;
}

.tabSub {
	width: 136px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 1.0em;
}

.tabSubRight {
	width: 136px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	margin-bottom: 2px;
	margin-right: 10px;
	font-size: 1.0em;
	float: right;
}

.menu {
	float: right;
}

.welcome {
	float: left;
}

.pageTitle {
	float: left;
	margin-right: 80px;
}

.title {
	font-size: 1.2em;
	background-color: white;
}

.titleSpacer {
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
}

.campaignTile {
	float: left;
	padding: 8px;
	text-align: center;
}

.campaignTileImage {
	width: 320px;
	height: 180px;
}

.productShort {
	float: left;
	width: 250px;
	/*height: 287px;*/
        height: auto;
	padding: 10px;
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.productShort img {
	width: 250px;
	height: 250px;
}

.showFinger {
	cursor: pointer;
}

.button {
	border-radius: 4px;
	background-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	padding: 4px;
	text-transform: capitalize;
}
.popup_window
{
	height: 100vh;
	position: fixed;
	background: rgb(0,0,0,.5);
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1111;
}

article.popoverBorder {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(68,68,68,0.8);	
}

article.popover {
    border-width: 0px;
    padding: 8px;
    width: 90%;
    height: 90%;
    overflow: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: white;
}

article.smallPopover {
    border-width: 0px;
    padding: 8px;
    width: 300px;
    height: 200px;
    overflow: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: white;
}

.inputLabel {
	width: 250px;
	float: left;
}

.input {
	float: left;
	padding-bottom: 10px;
}

.input select {
	width: 200px;	
}

.input input {
	width: 200px;
}

.shortInput {
	float: left;
	padding-bottom: 10px;
}

.shortInput select {
	width: 70px;	
}

.shortInput input {
	width: 70px;
}

.checkbox {
	float: left;
	padding-bottom: 10px;
}

.campaignInputImage {
	width: 320px;
	height: 180px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: lightGrey;
	margin-right: 10px;
}

.centreFully {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumbnailTile {
	float: left;
	width: 400px;
	height: 100px;
	padding: 10px;
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.thumbnailTileTitle {
	width: 260px;
	float: left;
}

.thumbnailTileContent {
	float: left;
	padding-top: 10px;
}

.thumbnailTile img {
	width: 100px;
	height: 100px;
	float: left;
	text-align: top;
}

.thumbnailTileButton {
	border-radius: 4px;
	background-color: #9CD918;
	color: black;
	text-align: center;
	cursor: pointer;
	padding: 4px;
	text-transform: capitalize;
	float: right;
	margin-right: 10px;
}

.thumbnailImage {
	width: 100px;
	height: 100px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: lightGrey;
	margin-right: 10px;
}

.smallImage {
	width: 250px;
	height: 250px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: lightGrey;
	margin-right: 10px;
}

.largeImage {
	width: 600px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: lightGrey;
	margin-right: 10px;
}

.imageTile {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.shortLabel {
	float: left;
	width: 140px;
}

.centreImage {
	margin: auto;
}

.centreTitle {
	font-size: 1.2em;
	text-align: center;
	padding: 12px;
}

.centreForm {
	margin: auto;
	width: 460px;
}

.centreText {
	font-size: 0.9em;
	text-align: center;
	padding: 8px;
}

.centreSmallButton {
	width: 216px;
	border-width: 0px;
	margin: auto;
	padding: 0px;
}

/*AS*/
.top_menu li {
    display: inline-block;
}
.top_menu a {
    text-decoration: unset;
    background-color: #9CD918;
    padding: 7px 11px;
    border-radius: 4px;
}
.top_menu ul {
    text-align: right;
    padding: 1px 65px;
}
.top_menu {
    position: fixed;
    width: 100%;
    z-index: 999999999;
    background-color: #fff;
}
body {
    margin-top: 0;
}

#progress_loading{
    width:100%;
    position: fixed;
    z-index:999;
    height:100%;
    background:rgba(255,255,255,0.7);
    top:0;
    left:0;
}

#progress_loading img{
    text-align: center;
    margin: 10% 35%;
}

.addressForm {
	width: 95%;
	max-width: 800px;
	min-width: 300px;
	margin: auto;
}

.addressLabel {
	font-size:0.9em;
	clear: both;
}

.addressLabelShort {
	font-size: 0.9em;
	float: left;
	width: 48.75%;
}

.addressLabelRight {
	font-size: 0.9em;
	float: right;
	width: 48.75%;
}

.addressInput {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}

.addressInput input {
	width: 100%;	
}

.addressInput select {
	width: 100%;	
}

.addressInputShort {
	float: left;
	padding-bottom: 10px;
}

.addressInputShort input {
	width: 100%;
}

.addressInputShort select {
	width: 100%;
}

.addressInputRight {
	padding-bottom: 10px;
}
