/* MOBILE - CUSTOMIZATION START */

/* Portrait format */
@media only screen and (orientation: portrait) {

	/* -> Hide content and display warning */
	#wrapper {
		display: none;
	}

	.warning-message {
		display: block;
		line-height: 1.1;
		margin: 20px;
	}

	.mobile-dialog {
		width: auto !important;
		height: auto !important;
		left: 30px !important;
		right: 30px !important;
	}
}

/* Landscape format */
@media only screen and (orientation: landscape) {

	/* -> Show content and hide warning */
	#wrapper {
		display: block;
		height: 100% !important;
	}

	.warning-message {
		display: none;
		line-height: 0;
	}

	.mobile-dialog {
		width: auto !important;
		height: auto !important;
		top: 5px !important;
		left: 5px !important;
		bottom: 5px !important;
		right: 5px !important;
		padding: 20px !important;
	}
}

html,
body {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Albertus MT Std', sans-serif;
	font-size: 21px;
	overflow: auto;
}

.tile:focus,
.tile-small:focus,
.tile-sqaure:focus,
.tile-wide:focus,
.tile-large:focus,
.tile-big:focus,
.tile-super:focus,
.tile-super-x:focus,
.tile-super-y:focus {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tile:hover,
.tile-small:hover,
.tile-sqaure:hover,
.tile-wide:hover,
.tile-large:hover,
.tile-big:hover,
.tile-super:hover,
.tile-super-x:hover,
.tile-super-y:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tile-content.iconic .icon {
	position: absolute;
	width: 64px;
	height: auto;
	font-size: 64px;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -32px;
	text-align: center;
}

.button:focus,
.square-button:focus {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.button:hover,
.square-button:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.tile-area {
	position: relative;
	height: auto;
	text-align: center;
	padding: 0;
}

.dialog .dialog-close-button {
	font-size: 2rem;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.dialog_selection {
	position: absolute;
	width: 260px;
	height: calc(100% - 50px);
	margin-top: 0px;
	text-align: center;
	overflow: hidden;
}

.dialog_selection .button {
	position: relative;
	font-size: 0.9rem !important;
	margin: 5px auto;
	padding: 0;
	width: 230px;
	height: 70px;
}

.dialog_selection .button.small_button {
	width: 210px;
}

.dialog_content {
	position: absolute;
	left: 260px;
	width: calc(100% - 340px);
	height: calc(100% - 40px);
	overflow: hidden;
	margin-left: 30px;
}

.dialog_scrollbar {
	width: 100%;
	height: 100%;
	overflow-x: scroll !important;
	overflow-y: scroll;
}

/* Custom scrollbar */
.custom_scrollbar {
	overflow-x: hidden;
	overflow-y: scroll;
}

.custom_scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
	background: rgb(96, 96, 96);
	border-radius: 5px;
}

.custom_scrollbar::-webkit-scrollbar-thumb:hover {
	background: #a5a5a5;
}

.custom_scrollbar::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 5px;
}

/* Scrollbar buttons - On mobile they probably do not get displayed by the browser */
.custom_scrollbar::-webkit-scrollbar-button:single-button {
	display: block;
	background-size: 10px;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
}

/* Up */
.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement {
	height: 15px;
	width: 15px;
	background-position: center 5px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:increment {
	height: 15px;
	width: 15px;
	background-position: center 5px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:vertical:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement {
	height: 15px;
	width: 15px;
	background-position: 5px 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");

}

.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment {
	height: 15px;
	width: 15px;
	background-position: 5px 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.custom_scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}

/* MOBILE - CUSTOMIZATION END */

/* COLOR CONFIGURATION (METRO.CSS & CUSTOM) START */

.bg-individual {
	background-color: #f3a00a !important;
}

.tile:focus,
.tile-small:focus,
.tile-sqaure:focus,
.tile-wide:focus,
.tile-large:focus,
.tile-big:focus,
.tile-super:focus,
.tile-super-x:focus,
.tile-super-y:focus {
	border: #282727 3px solid;
	outline: none;
}

.tile:hover,
.tile-small:hover,
.tile-sqaure:hover,
.tile-wide:hover,
.tile-large:hover,
.tile-big:hover,
.tile-super:hover,
.tile-super-x:hover,
.tile-super-y:hover {
	border: #282727 solid 3px;
	outline: none;
}

.dialog_selection .button:focus {
	border: #282727 3px solid;
	outline: none;
}

.dialog_selection .button.small_button:focus {
	border: #282727 3px solid;
	outline: none;
}

.dialog_selection .button:hover {
	border: #282727 3px solid;
	outline: none;
}

.dialog_selection .button.small_button:hover {
	border: #282727 3px solid;
	outline: none;
}

.carousel .carousel-bullets .carousel-bullet.bullet-on {
	background-color: #2d343e !important;
}

.tile-area-scheme-white {
	background-color: #f7f5f0 !important;
}

.fg-dark {
	color: #2d343e !important;
}

.fg-white {
	color: #282727 !important;
}

.op-dark {
	background-color: rgba(29, 29, 29, 0.7) !important;
}

#charm_language {
	background-color: #fff !important;
}

#button_language {
	border: 1px #999 solid !important;
}

#charm_language .button {
	background-color: #eee !important;
}

/*.dialog_content {
	border: solid 2px #fff !important;
}*/

#tile_area_header {
	background-color: #fff !important;
}

#samsung_controls {
	background-color: #fff !important;
}

.charm-closer:hover,
.charm-closer:active {
	color: #aaa !important;
}

/* COLOR CONFIGURATION (METRO.CSS & CUSTOM) END */

/* METRO.CSS CUSTOMIZATIONS START */

/* FONT CONFIGURATION START */

/*@font-face {
  font-family: 'PT Serif Caption';
  font-style: normal;
  font-weight: 400;
  src: local('Cambria'), local('PT Serif Caption'), local('PTSerif-Caption'), url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: local('Segoe UI Light'), local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Segoe UI'), local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Segoe UI Bold'), local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}*/

/* roboto-300 - latin */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto/roboto-v18-latin-300.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto/roboto-v18-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto/roboto-v18-latin-300.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto/roboto-v18-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-700 - latin */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto/roboto-v18-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto/roboto-v18-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* CUSTOMER SPECIFIC FONTS START */

/* Some fonts could be imported via stylesheet in index.html */

@font-face {
    font-family: 'Albertus MT Std';
    src: local('Albertus MT Std Regular'), local('AlbertusMTStd'),
        url('../fonts/customer-specific/AlbertusMTStd.woff2') format('woff2'),
        url('../fonts/customer-specific/AlbertusMTStd.woff') format('woff'),
        url('../fonts/customer-specific/AlbertusMTStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: local('Myriad Pro Bold'), local('MyriadPro-Bold'),
        url('../fonts/customer-specific/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/customer-specific/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/customer-specific/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fuggles';
    src: local('Fuggles Regular'), local('Fuggles-Regular'),
        url('../fonts/customer-specific/Fuggles-Regular.woff2') format('woff2'),
        url('../fonts/customer-specific/Fuggles-Regular.woff') format('woff'),
        url('../fonts/customer-specific/Fuggles-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Bold'), local('AvenirNext-Bold'),
        url('../fonts/customer-specific/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-Bold.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: local('Avenir Next Demi Bold'), local('AvenirNext-DemiBold'),
        url('../fonts/customer-specific/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-DemiBold.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: local('Avenir Next Demi Bold Italic'), local('AvenirNext-DemiBoldItalic'),
        url('../fonts/customer-specific/AvenirNext-DemiBoldItalic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-DemiBoldItalic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Bold Italic'), local('AvenirNext-BoldItalic'),
        url('../fonts/customer-specific/AvenirNext-BoldItalic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-BoldItalic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Italic'), local('AvenirNext-Italic'),
        url('../fonts/customer-specific/AvenirNext-Italic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-Italic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Heavy'), local('AvenirNext-Heavy'),
        url('../fonts/customer-specific/AvenirNext-Heavy.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-Heavy.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Heavy Italic'), local('AvenirNext-HeavyItalic'),
        url('../fonts/customer-specific/AvenirNext-HeavyItalic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-HeavyItalic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Medium'), local('AvenirNext-Medium'),
        url('../fonts/customer-specific/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-Medium.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: local('AvenirNext-UltraLight'),
        url('../fonts/customer-specific/AvenirNext-UltraLight.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-UltraLight.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Regular'), local('AvenirNext-Regular'),
        url('../fonts/customer-specific/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-Regular.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Medium Italic'), local('AvenirNext-MediumItalic'),
        url('../fonts/customer-specific/AvenirNext-MediumItalic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-MediumItalic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: local('Avenir Next Ultra Light Italic'), local('AvenirNext-UltraLightItalic'),
        url('../fonts/customer-specific/AvenirNext-UltraLightItalic.woff2') format('woff2'),
        url('../fonts/customer-specific/AvenirNext-UltraLightItalic.woff') format('woff'),
        url('../fonts/customer-specific/AvenirNext-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* CUSTOMER SPECIFIC FONTS END */

/* For html and body fonts, look at the beginning of the file */

p {
	font-size: 1rem;
	/* font inherited from body */
}

.leader {
	font: 400 2.25rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.sub-leader {
	font: 500 1.875rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.header {
	font: 500 1.5rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.sub-header {
	font: 500 1.125rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.alt-header {
	font: 500 1rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.sub-alt-header {
	font: 500 0.875rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.minor-header {
	font: 500 0.75rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h1 {
	font: 400 2.25rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h2 {
	font: 500 1.875rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h3 {
	font: 500 1.5rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h4 {
	font: 500 1.125rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h5 {
	font: 500 0.875rem/1.1 'Albertus MT Std', sans-serif, serif;
}

h6 {
	font: 500 0.75rem/1.1 'Albertus MT Std', sans-serif, serif;
}

.input-control textarea {
	font-family: 'Albertus MT Std', sans-serif, serif;
}

.stepper>ul li:before {
	font-family: 'Albertus MT Std', sans-serif, serif;
}

.panel>.heading {
	font: 500 1.125rem/1.1 'Albertus MT Std', sans-serif, serif;
}

button {
	font-family: 'Albertus MT Std', sans-serif;
}

/* FONT CONFIGURATION END */

.notify-container {
	z-index: 10003;
}

.square-button {
	font-size: 25px;
}

.tile-area .tile-area-title {
	position: absolute;
	top: 17px;
	left: 30px;
	margin: 10px 0;
	font-size: 42px;
}

.tile-area-controls {
	position: absolute;
	margin: 20px 30px 20px 0;
	width: calc(100% - 30px);
	height: 60px;
}

.tile-group {
	margin-left: 57px;
	padding-top: 0;
}

.tile-group .tile-group-title {
	font-size: 30px;
}

/* METRO.CSS CUSTOMIZATIONS END */

strong {
	font-weight: bold !important;
}

#tile_area_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	box-shadow: 0 5px 10px -5px #333;
	z-index: 9999;
}

#header_logo {
	width: auto;
	height: 60px;
	margin: 20px 30px;
}

#time {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 35px;
}

#button_language {
	position: absolute;
	right: 100px;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	height: 50px;
	font-size: 25px;
}

#button_language_text {
	font-size: 24px;
}

/* NOT YET CUSTOMIZED START */

#button_settings {
	position: relative;
	right: 1rem;
}

/* NOT YET CUSTOMIZED END */

#samsung_controls {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	box-shadow: 0 -5px 10px -5px #333;
	z-index: 9999;
}

.controls_image {
	float: left;
	width: auto;
	height: 60px;
	margin-left: 30px;
	margin-right: 10px;
}

.controls_text_singleline {
	margin: 17px 0 0 0;
}

.controls_text_multiline {
	margin: 4px 0 0 0;
}

.tile,
.tile-small,
.tile-sqaure,
.tile-wide,
.tile-large,
.tile-big,
.tile-super,
.tile-super-x,
.tile-super-y,
.button,
.square-button {
	opacity: 1;
	/*-webkit-transition: .3s;
    transition: .3s;*/
}

.tile-leftright {
	height: 167px !important;
	width: 167px !important;
}

.tile-middlebottom {
	height: 120px !important;
	width: 321px !important;
}

.tile-leftright .tile-content .icon {
	position: absolute;
	width: auto;
	height: 64px;
	font-size: 64px;
	top: calc(167px/2);
	left: calc(167px/2);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tile-middlebottom .tile-content .icon {
	position: absolute;
	width: auto;
	height: 48px;
	font-size: 48px;
	top: calc(120px/2);
	left: calc(321px/2);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tile-group.one {
	/* set to width of containing tile + 10px because of tile margin */
	width: 177px;
}

.samsung_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10002;
	background: url('../images/splash_screen.png') 50% 50% no-repeat rgb(0, 0, 0);
}

.pc_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10002;
	background: url('../images/splash_screen.png') 50% 50% no-repeat rgb(0, 0, 0);
}

#charmSettings .button {
	margin: 5px;
}

#charm_language {
	z-index: 10001;
}

#charm_language .button {
	position: relative;
	font-size: 1.4rem;
	margin: 0.5rem;
	height: 3rem;
	width: 8.5rem;
	padding-top: 0.7rem;
	left: 3rem;
}

.dialog_style {
	position: absolute !important;
	width: 1060px !important;
	height: 540px !important;
	top: 50% !important;
	left: 50% !important;
	padding: 20px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*-webkit-box-shadow: 0 0 0px 200px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0px 200px rgba(0, 0, 0, 0.5);*/
	border-radius: 10px;
	z-index: 10001;
}

.dialog_back {
	position: absolute;
	bottom: 40px;
	left: 30px;
}
