
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.spinner {
    text-align: center;
}
.spinner > div {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.spinner .bounce3 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.spinner .bounce4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.legend {
    
}
.legend-wrap {
    float: right;
}
.legend-item {
    position: relative;
    float: left;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 35px;
}
.legend-item {
    display: none;
}
.legend-item.legend-item-visible {
    display: block;
}
.leg-icon {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 25px;
    height: 28px;
    background: url(../img/buttons.png);
}
.leg-icon-green {
    background-position: -24px 0;
}
.leg-icon-yellow {
    background-position: -48px 0;
}
.leg-icon-blue {
    background-position: -72px 0;
}
.leg-icon-number {
    width: 50px;
    background-position: -480px 0;
}
.legend-item-number {
    padding-left: 60px;
}
.leg-icon-rw {
    background-position: -431px 0;
}
.leg-icon-play {
    background-position: -240px 0;
}
.leg-icon-pause {
    background-position: -288px 0;
}
.leg-icon-stop {
    background-position: -263px 0;
}
.leg-icon-ff {
    background-position: -455px 0;
}
.leg-icon-tools {
    background-position: -191px 0;
}
.leg-icon-left {
    background-position: -580px 0;
}
.leg-icon-right {
    background-position: -603px 0;
}
.leg-icon-up {
    background-position: -530px 0;
}
.leg-icon-down {
    background-position: -554px 0;
}
.leg-icon-leftright {
    background-position: -358px 0;
}
.leg-icon-updown {
    background-position: -334px 0;
}
.leg-icon-move {
    background-position: -312px 0;
}
.leg-icon-enter {
    background-position: -383px 0;
}
.leg-icon-return {
    background-position: -407px 0;
}
.leg-icon-info {
    background-position: -168px 0;
}
.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
body {
  font-family: sans-serif;
  overflow: hidden;
  width: 1280px;
  height: 720px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legend {
  font-size: 21px;
  line-height: 35px;
  position: absolute;
  z-index: 20;
  top: 685px;
  left: 0;
  width: 1280px;
  height: 35px;
  background: #000;
}
.legend-clickable:hover {
  cursor: pointer;
  outline: 3px solid #e00000;
  outline-offset: -3px;
}
#mainRegion {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
#mainRegion #mainView {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
strong {
  font-weight: 600;
}
small {
  font-size: 90%;
  color: rgba(255, 255, 255, 0.54);
}
.menu {
  font-size: 21px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
}
.menu li.selected {
  background: #747c80;
}
.active.menu li.selected {
  background: #e00000;
}
.menu li:hover {
  cursor: pointer;
  outline: 3px solid #e00000;
}
button {
  font-size: 40px;
  margin: 0 0.5em;
  padding: 0.1em 0.5em;
  color: rgba(255, 255, 255, 0.54);
  border: 1px solid #666;
  border-radius: 3px;
  background: #333;
}
button.focus {
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.87);
  background: #e00000;
}
input.focus {
  outline: 5px solid #e00000;
}
input[type='text'],
input[type='password'] {
  box-sizing: border-box;
}
object {
  position: absolute;
  width: 0;
  height: 0;
}
.warning {
  color: rgba(224, 0, 0, 0.87);
}
.error {
  color: rgba(224, 0, 0, 0.87);
}
#background {
  z-index: -1;
  background: url(../img/bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
#categoriesRegion {
  background: rgba(0, 0, 0, 0.9);
  float: left;
  overflow: hidden;
  width: 200px;
  height: 685px;
}
#categoriesRegion #categoriesView {
  position: relative;
}
#categoriesRegion #categoriesView #logo {
  width: 190px;
  height: 24px;
  margin: 10px 5px 5px 5px;
  background: url(../img/logo.png);
}
#categoriesRegion #categoriesView #version {
  font-size: 13px;
  position: absolute;
  top: 26px;
  right: 5px;
  color: rgba(255, 255, 255, 0.54);
}
#categoriesRegion #categoriesView #categoriesCollection {
  height: 645px;
  padding: 10px 10px 0 10px;
}
#categoriesRegion #categoriesView #categoriesCollection li {
  line-height: 29px;
  overflow: hidden;
  height: 29px;
  margin: 5px 0;
  padding-left: 5px;
  white-space: nowrap;
}
#categoriesRegion #categoriesView #categoriesCollection li.gap {
  margin-top: 20px;
}
#channelsRegion {
  background: rgba(0, 0, 0, 0.8);
  float: left;
  overflow: hidden;
  width: 380px;
  height: 685px;
}
#channelsRegion #channelsView {
  height: 685px;
  padding: 15px 15px 0 15px;
}
#channelsRegion #channelsView li {
  line-height: 40px;
  position: relative;
  overflow: hidden;
  height: 40px;
  margin: 5px 0;
  padding-left: 65px;
  white-space: nowrap;
}
#channelsRegion #channelsView li .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
}
#channelsRegion #channelsView li .logo .wrap {
  display: table-cell;
  width: 60px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
#channelsRegion #channelsView li .logo .wrap img {
  display: block;
  max-width: 60px;
  max-height: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
}
#channelsRegion #channelsView li .favourite {
  font-style: normal;
  line-height: 30px;
  display: inline-block;
  min-width: 20px;
  height: 30px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  color: #000;
  border-radius: 15px;
  background: #f2bf32;
}
#channelsRegion #channelsView li.moderation {
  color: rgba(255, 187, 187, 0.87);
}
#channelsRegion #channelsView li.noaccess {
  color: rgba(255, 255, 255, 0.54);
}
#channelsRegion #channelsView li.noaccess .logo {
  opacity: 0.54;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#channelsRegion #channelsView li:last-child {
  margin-bottom: 240px;
}
#programsRegion {
  background: rgba(0, 0, 0, 0.7);
  float: left;
  overflow: hidden;
  width: 700px;
  height: 685px;
}
#programsRegion #programsView,
#programsRegion #recordsView {
  position: relative;
  height: 685px;
}
#programsRegion #programsView #clock,
#programsRegion #recordsView #clock {
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 15px;
}
#programsRegion #programsView .header,
#programsRegion #recordsView .header {
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 85px;
  left: 15px;
  width: 700px;
}
#programsRegion #programsView .message,
#programsRegion #recordsView .message {
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 685px;
  padding: 60px 20px 0;
  text-align: center;
}
#programsRegion #programsView #programsCollection li:hover,
#programsRegion #recordsView #programsCollection li:hover {
  cursor: default;
  outline: none;
}
#programsRegion #programsView #programsCollection,
#programsRegion #recordsView #programsCollection,
#programsRegion #programsView #recordsCollection,
#programsRegion #recordsView #recordsCollection {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 645px;
  padding: 0 10px;
}
#programsRegion #programsView #programsCollection li,
#programsRegion #recordsView #programsCollection li,
#programsRegion #programsView #recordsCollection li,
#programsRegion #recordsView #recordsCollection li {
  line-height: 1.25;
  padding: 5px 2px 5px 2.9em;
  text-indent: -2.8em;
}
#programsRegion #programsView #programsCollection li .progress,
#programsRegion #recordsView #programsCollection li .progress,
#programsRegion #programsView #recordsCollection li .progress,
#programsRegion #recordsView #recordsCollection li .progress {
  height: 5px;
  margin-right: 3px;
  background: #444;
}
#programsRegion #programsView #programsCollection li .progress .bar,
#programsRegion #recordsView #programsCollection li .progress .bar,
#programsRegion #programsView #recordsCollection li .progress .bar,
#programsRegion #recordsView #recordsCollection li .progress .bar {
  width: 0;
  height: 100%;
  background: #fff;
}
#programsRegion #programsView #programsCollection li:last-child,
#programsRegion #recordsView #programsCollection li:last-child,
#programsRegion #programsView #recordsCollection li:last-child,
#programsRegion #recordsView #recordsCollection li:last-child {
  margin-bottom: 240px;
}
#osdRegion {
  position: absolute;
  top: 0;
  left: 0;
}
#osdRegion .osdView {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#osdRegion .osdView .topLeft {
  position: absolute;
  top: 30px;
  left: 30px;
}
#osdRegion .osdView .topLeft > div {
  display: none;
}
#osdRegion .osdView .topRight {
  position: absolute;
  top: 30px;
  right: 30px;
}
#osdRegion .osdView .topRight > div {
  display: none;
  float: right;
  margin-left: 20px;
}
#osdRegion .osdView .bottom {
  position: absolute;
  right: 30px;
  bottom: 40px;
  left: 25px;
}
#osdRegion .osdView .bottom > div {
  display: none;
}
#osdRegion .osdView .bottom .table {
  font-size: 28px;
  display: table;
  width: 100%;
}
#osdRegion .osdView .bottom .table .cell {
  display: table-cell;
}
#osdRegion .osdView .bottom .table .timeCell {
  width: 1px;
}
#osdRegion .osdView .bottom .table .programProgress {
  position: relative;
  display: none;
  height: 10px;
  margin-top: 10px;
  opacity: 0.87;
  outline: 1px solid #000;
  background: #444;
}
#osdRegion .osdView .bottom .table .programProgress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
#osdRegion .osdView .bottom .table .programProgress .seek {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  height: 100%;
}
#osdRegion .osdView .bottom .table .programProgress .seek .seekCursor {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 0;
  height: 20px;
  border: 5px solid #e00000;
}
#osdRegion .osdView .bottom .table .programProgress .seek .seekCursor .seekText {
  position: absolute;
  bottom: 20px;
  left: 10px;
  white-space: nowrap;
}
#osdRegion .osdView .bottom .table .time {
  display: none;
  padding-left: 20px;
  white-space: nowrap;
}
#osdRegion .osdView .return {
  font-size: 21px;
  line-height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  float: none;
  background: rgba(0, 0, 0, 0.7);
}
#osdRegion .osdView .bufferization {
  font-size: 21px;
  line-height: 35px;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  display: none;
  height: 35px;
  white-space: nowrap;
  background: #000;
}
#osdRegion .osdView .bufferization .spinner {
  display: inline-block;
}
#osdRegion .osdView .bufferization .bufferizationMessage {
  display: inline-block;
  padding-right: 10px;
}
#guideRegion {
  position: absolute;
  top: 0;
  left: 0;
}
#guideRegion > .wrap {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 720px;
}
#guideRegion > .wrap .timeline {
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14400px;
  height: 30px;
}
#guideRegion > .wrap .timeline .now {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -5px;
  box-sizing: border-box;
  width: 3px;
  height: 685px;
  background: #e00000;
}
#guideRegion > .wrap .timeline .now:before {
  content: '';
}
#guideRegion > .wrap .timeline div {
  position: absolute;
  top: 0;
}
#guideRegion > .wrap .timeline div:before {
  position: absolute;
  bottom: -1em;
  left: -1px;
  content: '|';
}
#guideRegion > .wrap .timeline div.minutes:before {
  color: rgba(255, 255, 255, 0.4);
}
#guideRegion > .wrap .items {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
  width: 1280px;
  height: 655px;
}
#guideRegion > .wrap .items .row {
  position: relative;
  width: 14400px;
  height: 65px;
  cursor: pointer;
  border-bottom: 1px solid #555;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQYV2NkwAP+MzCkMeKSh0rOwqoAJgnSjKEAWRJDAbokigJsknAFuCTBCvBJghQAAKimD25QDMOVAAAAAElFTkSuQmCC);
}
#guideRegion > .wrap .items .row:nth-child(even) .item {
  background: #333;
}
#guideRegion > .wrap .items .row.selected .logo {
  background: #e00000;
}
#guideRegion > .wrap .items .row.selected .logo:after {
  position: absolute;
  top: 0;
  right: -32px;
  display: block;
  content: '';
  border-width: 32px 0 33px 32px;
  border-style: solid;
  border-color: transparent transparent transparent #e00000;
}
#guideRegion > .wrap .items .row .logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 98px;
  height: 65px;
  padding-right: 3px;
  background: #000;
}
#guideRegion > .wrap .items .row .logo .wrap {
  display: table-cell;
  width: 98px;
  height: 65px;
  text-align: center;
  vertical-align: middle;
}
#guideRegion > .wrap .items .row .logo .wrap img {
  display: block;
  max-width: 98px;
  max-height: 65px;
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
}
#guideRegion > .wrap .items .row .item {
  position: absolute;
  top: 0;
  display: table;
  height: 65px;
  border-left: 2px solid #555;
  background: #000;
}
#guideRegion > .wrap .items .row .item > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#guideRegion > .wrap .channelName {
  font-size: 21px;
  line-height: 35px;
  position: absolute;
  z-index: 60;
  bottom: 0;
  left: 0;
  min-width: 330px;
  height: 35px;
  padding: 0 50px 0 10px;
  background: #000;
}
#guideRegion > .wrap .loader {
  font-size: 48px;
  position: absolute;
  top: 318.5px;
  left: 0;
  width: 1280px;
  text-align: center;
}
#calendarRegion {
  background: rgba(0, 0, 0, 0.3);
  float: left;
  overflow: hidden;
  width: 200px;
  height: 685px;
}
#profileRegion {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 0;
  height: 0;
}
#profileRegion .dialog {
  display: table-cell;
  width: 1280px;
  height: 720px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.65);
}
#profileRegion .dialog .wrap {
  font-size: 32px;
  box-sizing: border-box;
  max-width: 576px;
  max-height: 432px;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid rgba(255, 255, 255, 0.87);
  border-radius: 12px;
  background: #212121;
}
.lg-ime #profileRegion .dialog {
  vertical-align: top;
}
.samsung-ime #profileRegion .dialog .wrap {
  margin-left: -5px;
}
#profileRegion .dialog input {
  font-size: 36px;
  width: 100%;
  margin: 15px 0;
}
#profileRegion .dialog .input-hint {
  font-size: 24px;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.54);
}
#profileRegion .dialog dl {
  font-size: 26px;
  line-height: 1.2;
}
#profileRegion .dialog dl dd {
  font-size: 22px;
  margin: 0 0 0.6em 2em;
}
#optionsRegion {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 0;
  height: 0;
}
#optionsRegion .dialog {
  display: table-cell;
  width: 1280px;
  height: 720px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.65);
}
#optionsRegion .dialog .wrap {
  font-size: 32px;
  box-sizing: border-box;
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid rgba(255, 255, 255, 0.87);
  border-radius: 12px;
  background: #212121;
}
#optionsRegion .dialog .wrap {
  width: 576px;
  max-width: none;
  height: 504px;
  max-height: none;
}
#optionsRegion .dialog .wrap {
  position: relative;
}
.samsung-ime #optionsRegion .dialog .wrap {
  margin-left: -5px;
}
#optionsRegion .dialog .wrap .more {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 64px;
  text-align: center;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 33, 33, 0)), color-stop(70%, #212121), color-stop(100%, #212121));
  
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 70%, #212121 100%);
  
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #212121 70%, #212121 100%);
  
}
#optionsRegion .dialog .wrap .more i.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 30px;
  border-width: 30.3px 17.5px 0 17.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.87) transparent transparent transparent;
}
#optionsRegion .dialog .wrap ul {
  padding: 0;
}
#optionsRegion .dialog .wrap ul li {
  font-size: 21px;
  line-height: 1.3;
  margin: 10px 3px;
  padding: 5px;
}
#optionsRegion .dialog .wrap ul li input[type='text'] {
  font-size: 21px;
  width: 100%;
}
#optionsRegion .dialog .wrap ul li .value {
  font-size: 20px;
}
#filmsMainView {
  width: 2560px;
  overflow: hidden;
}
#filmsMainView #navbarRegion {
  float: left;
  overflow: hidden;
  width: auto;
  height: 685px;
}
#filmsMainView #navbarRegion #navbarView {
  width: auto;
  display: none;
}
#filmsMainView #navbarRegion #navbarView #firstLevelRegion,
#filmsMainView #navbarRegion #navbarView #secondLevelRegion {
  float: left;
  overflow: hidden;
  width: 210px;
  height: 685px;
}
#filmsMainView #filmsSectionsRegion {
  float: left;
  overflow: hidden;
  width: 980px;
  height: 685px;
}
#filmsMainView #filmsSectionsRegion h2 {
  font-size: 21px;
  padding: 20px 0 10px 20px;
}
#filmsMainView #filmsSectionsRegion ul.sections {
  overflow: hidden;
  height: 720px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#filmsMainView #filmsSectionsRegion ul.sections li.selected ul.films li.selected {
  outline: 5px solid #e00000;
}
#filmsMainView #filmsSectionsRegion ul.sections ul.films {
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0;
  height: 207px;
}
#filmsMainView #filmsSectionsRegion ul.sections ul.films li {
  display: inline-block;
  margin-left: 20px;
}
#filmsMainView #filmsSectionsRegion ul.sections ul.films li:last-child {
  margin-right: 160px;
}
#filmsMainView #filmsSectionsRegion ul.sections ul.films li img.poster {
  display: block;
  width: 128px;
  height: 197px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#filmsMainView #infobarRegion {
  position: absolute;
  top: 0;
  left: 980px;
  width: 300px;
  height: 720px;
  background: #222;
  padding: 15px;
  box-sizing: border-box;
}
#filmsMainView #infobarRegion h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
#filmsMainView #infobarRegion p {
  margin: 10px 0;
}
#dialogRegion,
#sourcePickerRegion {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 0;
  height: 0;
}
#dialogRegion .dialog,
#sourcePickerRegion .dialog {
  line-height: 1.25;
  display: table-cell;
  width: 1280px;
  height: 720px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.65);
}
#dialogRegion .dialog .wrap,
#sourcePickerRegion .dialog .wrap {
  font-size: 32px;
  box-sizing: border-box;
  max-width: 704px;
  max-height: 360px;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid rgba(255, 255, 255, 0.87);
  border-radius: 12px;
  background: #212121;
}
.lg-ime #dialogRegion .dialog,
.lg-ime #sourcePickerRegion .dialog {
  vertical-align: top;
}
.samsung-ime #dialogRegion .dialog .wrap,
.samsung-ime #sourcePickerRegion .dialog .wrap {
  width: 575px;
  margin-left: -5px;
}
#dialogRegion .dialog input[type='text'],
#sourcePickerRegion .dialog input[type='text'] {
  font-size: 24px;
  width: 100%;
}
#dialogRegion .dialog .dialog-footer,
#sourcePickerRegion .dialog .dialog-footer {
  font-size: 40px;
  padding-top: 20px;
  text-align: center;
}
#dialogRegion .dialog .datepicker,
#sourcePickerRegion .dialog .datepicker {
  width: 380px;
  height: 380px;
}
#dialogRegion .dialog .datepicker .menu li,
#sourcePickerRegion .dialog .datepicker .menu li {
  padding: 5px;
}
#dialogRegion .dialog .sourcepicker,
#sourcePickerRegion .dialog .sourcepicker {
  width: 1080px;
  max-height: none;
  max-width: 1080px;
}
#dialogRegion .dialog .sourcepicker .menu,
#sourcePickerRegion .dialog .sourcepicker .menu {
  max-height: 500px;
}
#dialogRegion .dialog .sourcepicker .menu li,
#sourcePickerRegion .dialog .sourcepicker .menu li {
  padding: 5px;
}
