
@charset "UTF-8";
@font-face {
	font-family: 'Notes ESA';
	src: url(/styles/fonts/esa/NotesEsaReg.0108671f1f2f697095af.eot);
	src: url(/styles/fonts/esa/NotesEsaReg.0108671f1f2f697095af.eot?#iefix) format('embedded-opentype'), 
		url(/styles/fonts/esa/NotesEsaReg.bc2f4f6ff8eaf48324c4.otf) format("opentype"), 
		url(/styles/fonts/esa/notesesareg-webfont.58f0e15378d39b02780a.woff2) format('woff2'), 
		url(/styles/fonts/esa/notesesareg-webfont.dc908c98d1cd2fc6b7b0.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Notes ESA Bold';
	src: url(/styles/fonts/esa/NotesEsaBol.b565a92ebb650adb1bde.eot);
	src: url(/styles/fonts/esa/NotesEsaBol.b565a92ebb650adb1bde.eot?#iefix) format('embedded-opentype'), 
	url(/styles/fonts/esa/NotesEsaBol.6f555f45da244dcb80b4.otf) format("opentype"), 
	url(/styles/fonts/esa/notesesabol-webfont.224bcdb1ebb913e06ec7.woff2) format('woff2'), 
	url(/styles/fonts/esa/notesesabol-webfont.da02f5b068dbb98db3af.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Notes ESA Italic';
	src: url(/styles/fonts/esa/NotesEsaIta.10fe25f1ea687ad39d39.eot);
	src: url(/styles/fonts/esa/NotesEsaIta.10fe25f1ea687ad39d39.eot?#iefix) format('embedded-opentype'), 
	url(NotesEsaIta.3d2eaabc689e887398ab.otf) format("opentype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: 'Notes ESA Bold Italic';
	src: url(/styles/fonts/esa/NotesEsaBolIta.0de04df42ccb7142fb57.eot);
	src: url(/styles/fonts/esa/NotesEsaBolIta.0de04df42ccb7142fb57.eot?#iefix) format('embedded-opentype'), 
	url(/styles/fonts/esa/NotesEsaBolIta.1d690638a2d24a535ac7.otf) format("opentype");
	font-weight: 700;
	font-style: italic
}

/* MISC */

body {
	font-family: "Notes ESA",Arial,Helvetica,Verdana,sans-serif;
	background: #f2f2f2;
}

h1,h2,h3,h4,h5,h6 { font-family: "Notes ESA Bold",Arial,Helvetica,Verdana,sans-serif; }

.center {
	text-align: center;
}

.btn {
    border-radius: 0px;
}
.btn.btn-primary {
    background: none;
	border: 2px solid #333;
	color: #333;
}

.dropdown-menu {
	border-radius: 0px;
}



/* NAV */


nav.navbar {
	border: none;
	border-radius: 0px;
	background-color: #5b5b5b;
	font-family: "Notes ESA Bold",Arial,Helvetica,Verdana,sans-serif;
	z-index: 999;
	height: 82px;
	margin-bottom: 0px;
}

.navbar-brand {
	padding: 8px 15px;
}

.navbar h1 {
	float: left;
	color: white;
}

@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

a { color: #367d5a; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #47a375;
	border-color: #47a375;
}
.pagination > li > a, .pagination > li > span { color: #367d5a; }
.paginationBox, .pagination { margin: 0px; }

/* LOGIN */
#loginDiv .loginProfile {
	display: block;
	background: #47a375;
	text-align: center;
}
#loginDiv .loginProfile a.dropdown-toggle {
	font-family: 'Notes ESA Bold';
	font-size: 25px;
	color: white;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	background: #47a375;
}

/* PANELS */


.panel {
	border: 1px solid #4c4c4e
}

.panel-heading {
	color: #fff;
	background: #4c4c4e;
	position: relative
}

.panel-heading .panel-title {
	font-size: 25px;
	font-family: "Notes ESA",Arial,Helvetica,Verdana,sans-serif;
	font-weight: 900
}




/* FOOTER */

.mainContainerWrapper{
	min-height: 100vh;
}

#footer {
	height: 60px;
	padding-top: 15px;
	background-color: #5b5b5b;
	color: white;
	font-size:18px;
}
#footer a { color: white; }

#footer .footerLogo>img {
	max-height: 21px;
	margin-right: 10px;
}
#footer .footerLogo:hover>img { opacity: 0.7; }



/* GUEST PAGE */

.guestSubtitle {
	font-size: 20px;
	max-width: 700px;
	display: block;
	margin: auto;
}

.guestError {
	margin-top: 20px;
	font-weight: bold;
}

#latestActivations {
	padding-left: 30px;
	text-align: center;
	margin-bottom: 60px;
}

#latestActivations .activation {
	display: inline-block;
	width: 330px;
	height: 150px;
	background: #333;
	margin-right: 40px;
	margin-top: 40px;
	position: relative;
	text-align: left;
}

#latestActivations .activation > div {
	position: absolute;
	background: #cccccc;
	width: 100%;
	height: 100%;
	left: 20px;
	top: -20px;
	padding: 10px;
	color: white;
	background-size: cover;
	background-position: 50% 50%;
}

#latestActivations img.icon {
	position: absolute;
	width: 50px;
	left: -10px;
	bottom: -10px;
}


/* USER SUPPORT WIDGET */

.userSupportWidget {
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: left;
	z-index: 100;
	pointer-events: none;
}
.userSupportWidget > a {
	color: white;
	border-bottom-right-radius: 8px;
	background-color: #fc893d;
	padding: 0px 8px;
	display: inline-block;
	pointer-events: all;
}
.userSupportWidget > a:hover, .userSupportWidget > a:focus {
	text-decoration: none;
}
.userSupportWidget .userSupportWidget-wrapper {
	display: none;
}
.userSupportWidget .userSupportWidget-box {
	box-shadow: 0px 0px 12px black;
	width: 500px;
	background-color: rgba(255,255,255,1);
	padding: 12px;
	border-bottom: 2px solid black;
	text-align: center;
	pointer-events: all;
}


/* unsupported browser */

.unsupportedBrowser, .errorLogin {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000000000;
	background-color: rgba(0,0,0,0.7);
}
.unsupportedBrowser > div, .errorLogin > div {
    width: 600px;
    min-height: 300px;
    background-color: white;
    margin: auto;
    margin-top: calc(50vh - 180px);
    padding: 20px 30px 10px 30px;
    color: #333;
}

.unsupportedBrowser .warningIcon, .errorLogin .warningIcon {
	font-size: 50px;
}



