body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
	font-family: Roboto;
	color: #2d3033;
	text-align: center;
}

body.login {
	width: 100%;
	font-size: 100%;
}

header {
	background: #2d3033;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.publicLocationHeaderContainer {
	width: 100%;
    display: inline-block;
    max-width: 1200px;
    text-align: left;
    padding: 15px;
}

.publicLocationHeaderContainer img {
	width: 100px;
}

.logoContainer {
	display: inline-block;
}

.headMenu {
	display: inline-block;
	float: right;
	margin-top: 8px;
	text-transform: uppercase;
}

.headMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-left: 5px;
}

#publiclocationSelectionContainer {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}

#publiclocationSelectionContainer h1 {
	padding-left: 15px;
    padding-right: 15px;
}

#chosenLocation.disabled {
	color: grey;
}

.publicLocationblockRow {
	display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.publicLocationblockRow.specialmodules {
	border-top: 1px solid #ddd;
}

.blockContainer {
	width: 33.333%;
	float: left;	
}

.publicLocationBlockContent {
	width: 100%;
	display: inline-block;
	padding: 15px;
    min-height: 220px;
    border-left: 1px solid #ddd;	
}

.publicLocationblockRow .blockContainer:first-child .publicLocationBlockContent {
	border-left: none;
}

#specialmodulesSelectionContainer .publicLocationBlockContent {
	min-height: inherit;
	border-left: none;
	
}

.selectionLabel {
	font-weight: 500;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

select {
	border: 1px solid #ddd;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    font-size: 15px;
    font-family: Roboto, Arial;
}

.addonitemsSelectionContainer, #hotspotSelectionContainer, #areaSelectionContainer,
#mmiCheckpointSelectionContainer, #locationContainer, #hotspotgroupSelectionContainer {
	margin-bottom: 20px;
}

.addonlabel, .locationLabel, .specialmodulesLabel {
	display: inline-block;
	width: 100%;
	color: #777;
    text-transform: uppercase;
    font-size: 13px;
}

.specialmodulesitemsSelectionContainer.checkbox .specialmodulesLabel {
	width: 80%;
    float: left;
}

.specialmodulesitemsSelectionContainer.checkbox input {
	float: right;
}


.mappedLocationInfo {
	font-style: italic;
    color: #777;
    font-weight: 300;
	margin-top: 15px;
}

#publiclocationSelectionSubmit {
	padding: 15px;
}


#publiclocationSelectionSubmit input {
	background-color: #005EB8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #005EB8;
    color: #FFF;
    font-family: Roboto;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 90px;
	-webkit-appearance: none;	
}

#publiclocationSelectionSubmit input:hover {
	box-shadow: 1px 1px 7px -1px #444;
}

.publiclocationLoggedInText {
	font-size: 14px;
	padding-right: 5px;
}


@media only screen and (max-width: 760px) {

	.publicLocationblockRow .blockContainer {
		width: 100%;
	}
	.publicLocationBlockContent {
		min-height: inherit;
		padding-bottom: 0px;
	}
	
	.publicLocationblockRow {
		margin-bottom: 10px;
	}

	
}

/** @BER **/
.loadingAnimation {
	top:0;
	left:0;
    margin: 0;
	padding-top: 25%; 
    position: fixed;
    z-index: 2;
    border: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.loadingAnimation span{
	display:inline-block;
	margin:15px 0 0 0 ;
	color:white;
}







