/* MOBILE - CUSTOMIZATION START */

/* Portrait format */
@media only screen and (orientation: portrait) {
  .mobile-dialog {
    width: auto !important;
    height: auto !important;
    top: 5px !important;
    left: 5px !important;
    bottom: 5px !important;
    right: 5px !important;
    padding: 5px !important;
    border-radius: 5px !important;
  }
}

/* Landscape format */
@media only screen and (orientation: landscape) {
  .mobile-dialog {
    width: auto !important;
    height: auto !important;
    top: 5px !important;
    left: 5px !important;
    bottom: 5px !important;
    right: 5px !important;
    padding: 5px !important;
    border-radius: 5px !important;
  }
}

@media screen and (max-width:335px) {
  .tile-wide {
    width: 250px;
  }
  .tile-group.one {
    width: 260px !important;
  }
}

html,
body {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Arial", 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: 45%;
  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;
  background-color: inherit;
}

.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: relative;
  width: 100%;
  height: calc(100% - 60px);
  overflow: hidden;
  border-radius: 5px;
}

.dialog_scrollbar {
  width: 100%;
  height: 100%;
  overflow-x: scroll !important;
  overflow-y: scroll;
  padding-left: 25px;
  padding-right: 10px;
}

.d-menu li a {
  text-wrap: wrap;
}

/* 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: #292929;
}

.tile.bg-individual {
  background-color: rgba(41, 41, 41, 0.9);
}

.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 {
  color: #f7f7f7;
}

.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 {
  color: #f7f7f7;
}

.dialog_selection .button:focus {
  background: #292929 !important;
  border-color: #f7f7f7;
  color: #f7f7f7 !important;
}

.dialog_selection .button.small_button:focus {
  background: #292929 !important;
  border-color: #f7f7f7;
  color: #f7f7f7 !important;
}

.dialog_selection .button:hover {
  background: #292929 !important;
  border-color: #f7f7f7;
  color: #f7f7f7 !important;
}

.dialog_selection .button.small_button:hover {
  background: #292929 !important;
  border-color: #f7f7f7;
  color: #f7f7f7 !important;
}

.dialog {
  background-color: #ffffff;
}

.carousel .carousel-bullets .carousel-bullet.bullet-on {
  background-color: #292929;
}

.tile-area-scheme-white {
  /* background-color: #fff !important; */
}

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

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

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

#charm_language {
  background-color: rgba(0, 0, 0, 0.8);
}

#button_language {
  background-color: transparent;
  border: 2px #b7b7b7 solid;
  border-radius: 10px;
  color: #b7b7b7;
}

#button_language:focus,
#button_language:hover {
  border: 2px #fff solid;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

#tile_area_header {
  /* background-color: #fff; */
}

/* 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');
}*/

/*@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v18-latin-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/roboto/roboto-v18-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto/roboto-v18-latin-300.woff2") format("woff2"),
    url("../fonts/roboto/roboto-v18-latin-300.woff") format("woff"),
    url("../fonts/roboto/roboto-v18-latin-300.ttf") format("truetype"),
    url("../fonts/roboto/roboto-v18-latin-300.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v18-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto/roboto-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto/roboto-v18-latin-regular.woff2") format("woff2"),
    url("../fonts/roboto/roboto-v18-latin-regular.woff") format("woff"),
    url("../fonts/roboto/roboto-v18-latin-regular.ttf") format("truetype"),
    url("../fonts/roboto/roboto-v18-latin-regular.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v18-latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/roboto/roboto-v18-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto/roboto-v18-latin-700.woff2") format("woff2"),
    url("../fonts/roboto/roboto-v18-latin-700.woff") format("woff"),
    url("../fonts/roboto/roboto-v18-latin-700.ttf") format("truetype"),
    url("../fonts/roboto/roboto-v18-latin-700.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v18-latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/roboto/roboto-v18-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto/roboto-v18-latin-700.woff2") format("woff2"),
    url("../fonts/roboto/roboto-v18-latin-700.woff") format("woff"),
    url("../fonts/roboto/roboto-v18-latin-700.ttf") format("truetype"),
    url("../fonts/roboto/roboto-v18-latin-700.svg#Roboto") format("svg");
}*/

/* CUSTOMER SPECIFIC FONTS START */

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

/* Master Of Break */
@font-face {
	font-family: 'Master Of Break';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/customer-specific/master_of_break/master_of_break.otf') format('opentype');
}

/* 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 "Arial", sans-serif;
}

.sub-leader {
  font: 500 1.875rem/1.1 "Arial", sans-serif;
}

.header {
  font: 500 1.5rem/1.1 "Arial", sans-serif;
}

.sub-header {
  font: 500 1.125rem/1.1 "Arial", sans-serif;
}

.alt-header {
  font: 500 1rem/1.1 "Arial", sans-serif;
}

.sub-alt-header {
  font: 500 0.875rem/1.1 "Arial", sans-serif;
}

.minor-header {
  font: 500 0.75rem/1.1 "Arial", sans-serif;
}

h1 {
  font: 400 2.25rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

h2 {
  font: 500 1.875rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

h3 {
  font: 500 1.5rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

h4 {
  font: 500 1.125rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

h5 {
  font: 500 0.875rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

h6 {
  font: 500 0.75rem/1.1 "Arial", sans-serif;
  /* letter-spacing: 0.1em; */
}

.input-control textarea {
  font-family: "Arial", sans-serif;
}

.stepper > ul li:before {
  font-family: "Arial", sans-serif;
}

.panel > .heading {
  font: 500 1.125rem/1.1 "Arial", sans-serif;
}

button {
  font-family: "Arial", 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;*/
  border-radius: 10px;
}

.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;
}
