
@font-face {
    font-family: 'VodafoneRegular';
    src: url('../font/akrobat_regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VodafoneBold';
    src: url('../font/akrobat_bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VodafoneBlack';
    src: url('../font/akrobat_black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* * { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
*/

body {
	margin: 0px;
	padding: 0px;
}

#version {
    display: none;
	width: 300px;
    z-index: 100;
    position: absolute;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    top: 584px;
    left: 990px;
    color: white;
    font-family: 'VodafoneRegular';
}

#boxRef {
    font-size: 22px;
}

.mainContainer {
	position: relative;

/*	top: 120px;
	left: 320px;
	width: 1280px;
	height: 720px;
*/	top: 0px;
	left: 0px;
	width: 1280px;
	height: 720px;

	background-color: #1a1a1a;

	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;

    overflow: hidden;
}

.homePage, .radioPage, .errorPage, .podcastPage, .playingRadioPage {
	position: absolute;

/*	top: 120px;
	left: 320px;
	width: 1280px;
	height: 720px;
*/	top: 360px;
	left: 0px;
	width: 1280px;
	height: 360px;

    overflow: hidden;
}

.listViewItem {
	position: absolute;

	width: 180px;
	height: 180px;

	background-color: #333333;

	margin: 3px;

	background-repeat: no-repeat;
    background-size: cover;
}

.contactItemFocused {
	outline : 3px solid #e62100;
	margin: 0px;
}

.listViewItemFocused {
	border:3px;
	border-style: solid;
	border-color: #e62100;

	margin: 0px;
}

.listView {
	position: absolute;
	margin: 3px;
}

.listViewFocused {
	/*border:3px;*/
	/*border-style: solid;*/
	/*border-color: #00FF00;*/
	/*margin: 0px;*/
}

.listViewTitleBar {
	position: absolute;
	color: #FFFFFF;
	/*background-color: #0000FF;*/
	text-transform: uppercase;
	padding-top: 12px;
    font-weight: bold;
    font-family: 'VodafoneRegular';
    font-size: 19px;
}

#splashscreen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: url("../img/splashscreen.jpg");
	z-index: 4;
}

.backButton {
	position: absolute;
	z-index: 5;
    width: 100px;
    height: 100px;
    top: 273px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.itemTitle {
	color: white;
    font-size: 18px;
    width: 160px;
    height: 45px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 128px;
    overflow: hidden;
    font-family: 'VodafoneRegular';
}

.errorPageMessage {
    text-align: center;
	color: white;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 106px;
    font-family: 'VodafoneRegular';
    font-size: 26px;
}

.playingRadioPageMessage {
    text-align: center;
    color: white;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 135px;
    font-family: 'VodafoneRegular';
    font-size: 26px;
}

.contactItem {
	position: relative;
    background-color: white;
    font-family: 'VodafoneRegular';
    padding-top: 18px;
    padding-left: 30px;
    margin-top: 1px;
}

#outerDiv {
	overflow: hidden;
	position: absolute;
	width : 1090px;
	height : 613px;
	top : 70px;
	left : 75px;
	background-color: white;
}

.listViewItemPicto {
   content:url("../img/picto.png");
}

.loadingErrorPopup {
    position: absolute;
    height: 150px;
    width: 800px;
    margin-left:-400px;
    margin-top: 65px;
    top: 50%;
    left:50%;
    background-color: #333333;
    border: 3px solid #8e8e8e;
    z-index: 5;
    text-align: center;
 }

.loadingErrorMessage {
    position: relative;
    top: 40px;
    font-family: 'VodafoneRegular';
    font-size: 28px;
    color: white;
}