/* Minification failed. Returning unminified contents.
(3969,41): run-time error CSS1046: Expect comma, found '0'
(3969,45): run-time error CSS1046: Expect comma, found '/'
 */
/* Messi CSS */

.messi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}

.messi {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-shadow: none;
}

.messi-box {
  position: relative;
  width: 500px;
  height: auto;
  padding: 2px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #338ccc;
  opacity: 1;
}

.messi-wrapper {
  position: relative;
  border-radius: 10px;
  background-color: #1b315f;
}

.messi-titlebox {
  padding: 10px;
  overflow: hidden;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #3b3b3b), color-stop(0.75, #575757));
  background-image: linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  -webkit-border-radius: 5px 5px 0 0px;
          border-radius: 5px 5px 0 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
}

.messi-titlebox.info {
  background-color: #4ea5cd;
  background-image: none;
}

.messi-titlebox.error {
  background-color: #de4343;
  background-image: none;
}

.messi-titlebox.warning {
  background-color: #eaaf51;
  background-image: none;
}

.messi-titlebox.success {
  background-color: #61b832;
  background-image: none;
}

.messi-closebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 25px;
  height: 25px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
}

.messi-closebtn::before {
  position: relative;
  top: 2px;
  display: block;
  width: 25px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  content: '\00D7';
}

.messi-content {
  padding: 10px;
  overflow: hidden;
  font: .9em normal helvetica, arial;
}

.messi-content .messi-input-field {
  display:block;
  min-width:50%;
  max-width:80%;
  margin:10px auto;
}

.messi-content p {
  margin: 0 0 1.3em;
  line-height: 1.3em;
}

.messi-content .messi-closebtn {
  top: 7px;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity .25s linear, visibility .1s linear .5s;
     -moz-transition: opacity .25s linear, visibility .1s linear .5s;
       -o-transition: opacity .25s linear, visibility .1s linear .5s;
          transition: opacity .25s linear, visibility .1s linear .5s;
}

.messi-content:hover .messi-closebtn {
  opacity: 1;
}

.messi-footbox {
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.messi-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  padding-top: 8px;
  margin: 0 10px;
}

.messi-actions .btnbox {
  text-align: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          -ms-flex: 1;
          box-flex: 1;
}

.messi-actions .btnbox .btn {
  min-width: 75px;
}

.messi-titlebox.anim {
  background-color: #666;
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
          background-size: 40px 40px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: animate-bg 5s linear infinite;
     -moz-animation: animate-bg 5s linear infinite;
}

.messi-titlebox.anim.info {
  background-color: #4ea5cd;
}

.messi-titlebox.anim.error {
  background-color: #de4343;
}

.messi-titlebox.anim.warning {
  background-color: #eaaf51;
}

.messi-titlebox.anim.success {
  background-color: #61b832;
}

@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

/* CSS Buttons from Twitter Bootstrap: http://twitter.github.com/bootstrap/ */

.messi .btn {
  display: inline-block;
  *display: inline;
  position: relative;
  padding: 4px 10px 10px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-family: 'SFPB';
  font-weight: bolder;
  font-size: 13px;
  line-height: 26px;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-image: linear-gradient(to bottom, #3a89c9 0%, #3a89c9 80%, #2c5d92 80%, #2c5d92 90%, #d6d6d6 90%, #d6d6d6 100%);
}

.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
  /*background-color: #e6e6e6;
  *background-color: #d9d9d9;*/
}

.messi .btn:active,
.messi .btn.active {
  background-color: #cccccc \9;
}

.messi .btn:first-child {
  *margin-left: 0;
}

.messi .btn:hover {
  /*color: #333333;*/
  text-decoration: none;
}

.messi .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.messi .btn.active,
.messi .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.messi .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.messi .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.messi .btn-primary:active,
.messi .btn-primary.active {
  background-color: #004099 \9;
}

.messi .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.messi .btn-warning:active,
.messi .btn-warning.active {
  background-color: #c67605 \9;
}

.messi .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.messi .btn-danger:active,
.messi .btn-danger.active {
  background-color: #942a25 \9;
}

.messi .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.messi .btn-success:active,
.messi .btn-success.active {
  background-color: #408140 \9;
}

.messi .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.messi .btn-info:active,
.messi .btn-info.active {
  background-color: #24748c \9;
}

.messi .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.messi .btn-inverse:active,
.messi .btn-inverse.active {
  background-color: #080808 \9;
}

button.messi .btn,
input[type="submit"].messi .btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.messi button {
  cursor: pointer;
  -webkit-appearance: button;
}

button.messi .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "SFPL";
    src: url(../NordWest/fonts/SFProDisplay-Light.ttf) format('truetype');
}
@font-face {
    font-family: "SFPM";
    src: url(../NordWest/fonts/SFProDisplay-Medium.ttf) format('truetype');
}
@font-face {
    font-family: "SFPR";
    src: url(../NordWest/fonts/SFProDisplay-Regular.ttf) format('truetype');
}
@font-face {
    font-family: "SFPS";
    font-weight: bold;
    src: url(../NordWest/fonts/SFProDisplay-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: "SFPB";
    font-weight: bolder;
    src: url(../NordWest/fonts/SFProDisplay-Bold.ttf) format('truetype');
}
@font-face {
    font-family: "SF Compact";
    font-weight: normal;
    src: url(../NordWest/fonts/SFCompactRounded-Medium.otf) format('opentype');
}

html, body 
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body 
{
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    font-size: 20px;
    font-family: 'SFPM';
    color: white;
    background: #000 no-repeat center;
    background-image: url(data:image/gif;base64,R0lGODlhIAAgAKUAAAQCBISChERCRMTCxCQiJGRiZKyqrOTi5BQSFFRSVDQyNHRydJSSlNTW1AwKDIyKjExKTMzKzCwqLGxqbBwaHFxaXDw6PHx6fLy+vPz+/JyanAQGBISGhERGRMTGxCQmJGRmZLSytOTm5BQWFFRWVDQ2NHR2dJSWlNza3AwODIyOjExOTMzOzCwuLGxubBweHFxeXDw+PHx+fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCwAzACwAAAAAIAAgAAAG/sCZcEgkphiqVHHJbAotoZDCSRUqGDAiNFQiBjCW6rCi0bSGpWhXGIuwTGLh66QJAJ5q4cbAihDiQmQnHXhcQjAsLAuAQikqGgxKaYYIAywYSk4fECNEHWUVMwoqKmcyfQlEEhwCRBcyMhAOQgAyJyRFAAseBnczCBwiIg1ECQEBMiYldwSdTAQSMxsFDcIiKkUfLscyEy9iChjWA61LABYmARfOVB8HIigTvk0pK4RxHA8IjIDzRQ4vAgqkwE/ACggHD6ZIAGJCw4Yr+LHIQLFiBBIgQBTQCCIVowgVLQIk8ILkC4KMDK5YeXAfv5dENrSIFqdFiw1UAGyCIEtMjAqeEAj4G0JBAM8VMVxSSWH0YAx2Qlok7PDn1ywmKZQAINBhJYQzQ4DepBUDAk0im2IM2SDh4D0hI1pcFULg4BkEMZ6KOli1UQuoSzZ07YCTAsJODgbjZNQCYVXDK5zV/cqoHgQBvkYcdAbAIIRMYqRyInqYNOU4hsHC3UxEQQfA/CDDhhkzhoXFYoIAACH5BAkLADUALAAAAAAgACAAhQQCBISChERCRMTCxCQiJOTi5JyenGRiZBQSFDQyNPTy9JSSlFRWVHR2dNTS1KyurAwKDIyKjExKTCwqLOzq7GxqbBwaHDw6PPz6/KSmpJyanNza3AQGBISGhERGRMzOzCQmJOTm5KSipGRmZBQWFDQ2NPT29JSWlFxaXHx+fNTW1LSytAwODIyOjExOTCwuLOzu7GxubBweHDw+PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJpwSCRCRiNIcclsCieBFMhJFRJQM+IkFZgOD61XdThDyoZQ6TCh0TDGQsSowgA8uV5OQHOywIUXSBN3XUISJ25/QhAoIwccNVuFLAsaLUpOFhMsRC9IWSAVIwQ1KAYaWUMEIwlEHi4SL5A1ACgHJUUADCcpdjUsFQ8rGUQJErAepDUInEwWpAAuGSvUMUUkArAuMwhjICfUKye4SwAgrxKYVATCGS6zTRwJg3BzzYr4RRwk/P3diiVmCBwIYYa2YxJS/RHxoaFDEQIQaruAL4PDDwMciNhngURHC//+lLgggOSFC/fyDfE1hsMLemM6RAjJxJyEm+qcgCgQYsOUCHhELEQ8xm1MggEhkg4QUOSFtmRxchIBgYvDARVJQ0QgcjPWLAAzJMAUAqCFCQe+EETgqYIIiRc5CcASg0AgiRoGaNCooKUDUyccXnmAZOHYXQsKaFCgOebFMWWFXdyt0UDvAkUsYAnwRQLWZAgbaGAYS8WphMk1IqN2YflPYTFDOp8mIgKGBJVDVOMGPOMCUCpBAAAh+QQJCwA1ACwAAAAAIAAgAIUEAgSEgoREQkTEwsQkIiRkYmSkpqTk5uQUEhQ0MjR0cnRUVlS0trSUlpTMzsz09vQMCgxMSkwsKixsamysrqwcGhw8Ojx8enzMyszs7uxcXly8vrycnpwEBgSMioxERkTExsQkJiRkZmSsqqwUFhQ0NjR0dnRcWly8urycmpzU1tT8/vwMDgxMTkwsLixsbmy0srQcHhw8Pjx8fnz08vQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCacEgkdmQyQHHJbAorkRbJSX1+XESolCjQxKpDVysyFZLG5RpBJLKAhayxQFk7b2uAxaSAeAtdUQRPUWUJIgVufjUdEREfHTVaUxAaExqQThUSLEQELS0SdUhTAoehQ1AhRB9jLpgAMhGnRBYFC3QQETMzJkQJUY6CNQgQTSxTACUmATMBLUUkAmMtMn1VMS/MAS/CRQAhrBHFVSQXASYWdE0dCbNVjeOK8kUdJPb31n4SLvz9EDLTgMmQdyGFwYMXBACblsjPjIMGG1yoV4FExQr53oTo52+exyEdXLijMmECJyffGokDE4MCDAMtMBWpoDBKNTAhGsDY2aBEjRExUT4Is6CKSQwsAFoY2AnjBRGVroQAUPHAgzcFIEbQYTHBpQEiJFzEq/FixYoGNQSgQOFmhgMMC4jEmODTCYkMK2j0iXDgwIdhAxygOOmngVkFQj70/VtDw9teflyYVYGJr18hEChgwNCtSgqzEYZYZpx2M2QwLWikeLqYSIANDT1aFvDRCYK1hKsEAQAh+QQJCwAyACwAAAAAIAAgAIUEAgSEgoREQkTEwsQkIiRkYmTk4uSsrqwUEhTU0tQ0MjRUUlR0dnSUkpQMCgxMSkzMyswsKixsamwcGhzc2tw8OjyMjoz8/vy8vrxcWlx8fnycmpwEBgSEhoRERkTExsQkJiRkZmTk5uS0srQUFhTU1tQ0NjRUVlR8enyUlpQMDgxMTkzMzswsLixsbmwcHhzc3tw8PjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCZcEgkcmIxQHHJbAonjxXJSX16WkSolKjwTKvC1urxlZHGZW0ELFSNBUrzaisDCB4PFTscJTyjXwRjWHsyHHgeHDJaUw4eK4lUExF6Q4IrayRIUwp4fkMqLWUyjw8tinUxD2tFEQ8xQxwRYx5cUQ8enwgOTSp6AAR4g0UkAmMrMQhgCDHHMRNMACClvFUqUblxTRwKrGARp4XiTAi3xwLiEy/r7BwJF/DxH+ILIRL29gvv8fDzhfUhCgQMsaDcnIPoCqkj8ILhC1RLtI1zQsJCgD1Rqm2TQEEEjE9UEKDQgMKExCEePohYiUEBmBcuNATQ4AJEkQYrRSQooKTFiYsm6upUYBBg5goiMEQYCKCszoEBLooAOJFCQxwHD2QyIOKhgzcZGSCwQCFDgYUGWAps2ABrCBSbTlRggIBBmYkRI0zIUNFggwWNbFCIzSCkwogDekmtPVEIhNgDcQznFcIhwIYU0AJDgFBhyN3JYRbviTFAAxHJiYUUsEBoooy7iF3HbWChEpggACH5BAkLADUALAAAAAAgACAAhQQCBISChDw+PMTGxCQiJFxaXKSmpOTm5BQSFJSSlExOTDQyNGxqbNTW1Ly+vPT29AwKDIyKjERGRCwqLGRiZKyurBwaHJyanNze3Ozu7FRWVDw6PHRydAQGBISGhERCRMzOzCQmJFxeXKyqrBQWFJSWlFRSVDQ2NGxubNza3Pz+/AwODIyOjExKTCwuLGRmZLSytBweHJyenOTi5PTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJpwSCR2BAJAcclsCi0tBclJFSpoFyJJ0ZoOFxJvtVZSqVpDqDQdnYyFLnOjI9x2hYBPq7V6Cy9mHE9RXgRcLn5CCBkqGVMkhDUQEgoSdE4SHiFEHGYlNSQfG1MLewREKy5iNRgHMx4IeA0PEUsTLQJDHRNcEkQJB8ENFEobm0wQsQAElFGIRBIDwQcOz1QIAgpcH6tDEAwprqdVK3stBEpOJAkBfhMul2PpiUsrSPcCJ/QIJP3+HSNACBwog54eLgg3GBA4YGCWRAKiSFSwYcUGUaI26EuEwAIJCx1JzKNHUhGKF+7gUelgwgCMChbGQJCIjsmJCzByJjh2LVuUFAHdOLyEYcBSDQLdhvCrsayZAms1RlSA8aIP0wAlTCzZQEFDug4uovgacoJBDCIfSlwoUCMEgxenBLx44WbIiglJUSW4wKLPhAABNkGg8EJEvDcFSsgY+zfAOBcvGGxIFENtgHQhAI8DoOEFhVhvRFy4YO0vB54E5k5+s4CFCCKNedb4QOFsSSGZA992AqEwBD9BAAAh+QQJCwA5ACwAAAAAIAAgAIUEAgSEgoREQkTEwsQkIiRkYmSkoqTk5uQUEhQ0MjR0cnS0srRUUlT09vTU0tSUkpQMCgxMSkzMyswsKixsamysqqzs7uwcGhw8Ojx8eny8urxcWlz8/vycmpwEBgSMjoxERkTExsQkJiRkZmSkpqTs6uwUFhQ0NjR0dnS0trRUVlT8+vzc2twMDgxMTkzMzswsLixsbmysrqz08vQcHhw8Pjx8fny8vrycnpwAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCccEgkIjSpVnHJbAojh4PASRXWBhki9AAiGiyR6jDzkmCG0NJU6OJwHmKhSPKqeJ7RtYfFWU3iQihlG3hcgW5wgDkINy83CDkgB2o5FzMcJZBOJyM0RBt0WQJIZzhuFEQtMCZEFQsLI0o5ADIDMUUAHysvAEIeEy4RXUMKCzILJBG9MJ5MEyezBCDBLjBFJx2vMg8iYgg1LsECrEseDCQpMhdiLRHuBL1OCDEFgDAwd4r6SxD3/jDdFJkYSNCEBxsdEirMoqhGBGoPMSBUmBCFPnAPM9bo9w+gPhMXQIqMt69kjhbBAE3AR8UDhgw2bGiiAiEjPCYiYgSwEYDChroq36jVIDeEwc4AKE70MiFrSQslHqRRszYmZoR8AFQUOFNkQoQaQzzAeDhMTgSiOWCMGAH229C0wQikmoCWX4ERBe5ceMiqprB8gDCs/VOJrxACwajGQbB2QzwTwcgBEBCsaZUaa38WdkF0bwTFVQhsWCME8lkiY+vq28vZpBMPNTAArhIEADs=);
}

.load-invisible {
    left: 10000px;
}

.messi {
    color: white;
}

.pull-left 
{
	float: left;
}

.pull-right 
{
	float: right;
}

.bdin, .cablcom, .atlantis, .transcab
{
    border-radius: 5px;
}

#wrapper {
    /* background-image: url('../NordWest/background.png'); */
    background-color: black;
    background-size: cover;
    width:98%;
    max-width:1280px;
    height:100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#wrapper.intersat {
    background-image: url('../NordWest/background.png');
}

#wrapper #command_message {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}
#wrapper #command_message #message_box {
    color: white;
    padding: 15px 10px;
    margin-top: 30px;
    text-align: left;
    background-color: #3173af;
}
#wrapper.simnet #command_message #message_box {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155,186,228,1)), color-stop(11%, rgba(42,90,154,1)), color-stop(78%, rgba(17,46,87,1)), color-stop(100%, rgba(17,46,87,1))); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae4', endColorstr='#112e57',GradientType=0 );
    -webkit-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
}
#wrapper #command_message #message_box #message_label,
#wrapper #command_message #message_box #message_content {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
}
#wrapper #command_message #message_box #message_label {
    width: 20%;
    text-align: center;
}
#wrapper #command_message #message_box #message_label .message-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 2px;
    background-image: url(../NordWest/message.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#wrapper #command_message #message_box #message_label .message-title {
    text-transform: uppercase;
}
#wrapper #command_message #message_box #message_content {
    border-left: 1px solid white;
}
#wrapper #command_message #message_box #message_content .message-text {
    margin-left: 10px;
    min-height: 3em;
    overflow: hidden;
}
#wrapper #command_message #message_box #message_close {
    position: absolute;
    top: 35px;
    right: 5px;
    cursor: pointer;
}

#mainDisplay
{
    position: absolute;
    height: 100%;
    width: 100%; 
    overflow:hidden;
    z-index: 999;
    pointer-events: none;
}

#search_bar {
    display:inline-block;
    clear:both;
    height:37px;
    line-height:37px;
    margin: 2px;
    width:100%;
    text-align:left;
}
#search_bar img  {
    vertical-align: middle;
    max-height: 100%;
}
#search_bar span {
    display:inline-block;
    padding: 0 10px;
    border-right: 2px solid white;
    vertical-align: middle;
}
#search_bar input {
    width: 50%;
    background-color: #262626;
    color: white;
    font-size:1.2em;
    border:1px solid #262626;
    text-decoration:none;
    vertical-align: middle;
}

.details_pane {
    width:100%;
    height:100%;
    position:relative;
    z-index: 1;
}

.details_pane.simnet {
    background-image: url(../NordWest/simnet-background.jpg);
    background-size: 100% 100%;
}

#dummy_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: black;
    z-index: -2;
}

.clear 
{
	clear: both;
}

.mainpage-container {
    width:33%;
    height:100%;
    float:left;
    margin:0;
    vertical-align:middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo-home 
{
    max-width:90%;
    max-height:100%;
    vertical-align: middle;
}

.aw-widget-current {
    display:inline-block;
    width:50%;
    vertical-align: middle;
}

.loading 
{
	margin-top: 75px;
}

div.left_half_pane
{
    min-width:200px;
    float: left;
}

div.right_half_pane
{
    margin-left: 310px;
}

div.half_details_pane 
{
	padding: 1%;
    text-align:left;
}

div.half_details_pane a, #detailsPane>a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    border-bottom: 1px solid #953735; 
}

div.half_details_pane input,
div.half_details_pane a.button
{
    font-size: 1.2em;
    font-family: sans-serif;
    color: white;
}

div.half_details_pane input[type=text],
div.half_details_pane input[type=password] 
{
	border: 0;
	width: 50%;
	padding: 7px;
	margin: 10px;
	background-color: black;
}

div#login_wrapper {
    width: 100%;
    height: 100%;
    background-image: url('../NordWest/login-background.png');
}

div#login_page_logo {
    width: 25%;
    padding-left: 15%;
    margin-top: 50px;
    margin-bottom: 25px;
}

div#login_page_logo img {
    max-width: 100%;
    max-height: 100%;
}

div#home_posters {
    width: 100%;
    height: 75%;
    background-color: black;
}
div#home_posters.simnet {
    background: none;
    height: 45%;
}

div#home_posters img {
    width: 100%;
    height:100%;
}
div#home_posters.simnet img
{
    width: initial;
    height: initial;
    max-width: 40%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#navigation {
    width: 100%;
    height: 25%;
    background-image: url('../NordWest/navigation-background.png');
    background-size: cover;
}
div#navigation.simnet {
    background: none;
}

div#navigation>img {
    float: left;
    width: 20%;
    padding-left: 2%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div#navigation .nav-button {
    text-transform: uppercase;
}

div#navigation_options {
    width: 51%;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div#navigation_options.simnet {
    width: 100%;
    float: none;
}

div#navigation_options #menu_list {
    text-align: right;
    margin: 0;
    margin-right: 1em;
    padding: 0;
    list-style-type: none;
}
div#navigation_options.simnet #menu_list {
    text-align: center;
    margin-right: 0;
}

div#navigation_options #menu_list li {
    display: inline-block;
    width: 24%;
    text-align: center;
}
div#navigation_options.simnet #menu_list li {
    display: inline-block;
    width: 10%;
    text-align: center;
    padding: 0.5em 0;
    margin: 0 2.5em;
    vertical-align: middle;
    border-radius: 15px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 5%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 5%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 5%,#112e57 78%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155,186,228,1)), color-stop(5%, rgba(42,90,154,1)), color-stop(78%, rgba(17,46,87,1)), color-stop(100%, rgba(17,46,87,1))); /* only supported way for MAG 250 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae4', endColorstr='#112e57',GradientType=0 );
    -webkit-box-shadow: -4px 7px 10px 0px rgba(64,64,64,1);
    -moz-box-shadow: -4px 7px 10px 0px rgba(64,64,64,1);
    box-shadow: -4px 7px 10px 0px rgba(64,64,64,1);
}
div#navigation_options.simnet #menu_list li:nth-child(2) {
    width: 20%;
}

div#navigation_options #menu_list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
    width: 70%;
}
div#navigation_options #menu_list.bdin li img,
div#navigation_options #menu_list.cablcom li img,
div#navigation_options #menu_list.atlantis li img,
div#navigation_options #menu_list.transcab li img {
    margin-bottom: 1em;
}

/* used only to make the TV icon the same size as the Radio */
div#navigation_options #menu_list li #menu_guide img {
    width: 64%;
}

/* used only to make the profile icon the same size as the TV */
div#navigation_options #menu_list li #menu_settings.bdin img,
div#navigation_options #menu_list li #menu_settings.cablcom img,
div#navigation_options #menu_list li #menu_settings.atlantis img,
div#navigation_options #menu_list li #menu_settings.transcab img {
    width: 60%;
}

#live_navigation.radio_navigation {
    margin: 0;
    width: 100%;
}
#live_navigation.radio_navigation ul {
    display: block;
}
#live_navigation.radio_navigation ul li {
    float: right;
}

#radio_page {
    width: 100%;
    height: 100%;
    background-image: url(../NordWest/background.png);
    background-size: cover;
}
#radio_page.simnet {
    background-image: url(../NordWest/simnet-background.jpg);
}
#radio_navigation {
    position: relative;
    width: 100%;
    height: 10%;
}
#radio_navigation>img {
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#radio_navigation>img.cablcom {
    max-height: 100%;
    height: 100%;
}
#radio_navigation a {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
#radio_navigation a img {
    max-height: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#radio_content {
    position: relative;
    width: 100%;
    height: 77%;
}
#radio_wrapper {
    display: inline-block;
    position: relative;
    width: 90%;
    height: 80%;
    margin: 2% auto 0 auto;
}
#radio_wrapper #radio_channel_list {
    height: 100%;
    overflow: hidden;
}
#radio_wrapper .radio_row {
    position: relative;
    text-align: left;
    white-space: nowrap;
}
#radio_first_row {
    height: 33%;
}
#radio_second_row {
    height: 34%;
}
#radio_third_row {
    height: 33%;
}
#radio_first_row .radio-element {
    height: calc((100%) - 1px);
    border-bottom: 1px solid white;
}
#radio_second_row .radio-element {
    height: calc((100%) - 2px);
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
#radio_third_row .radio-element {
    height: calc((100%) - 1px);
    border-top: 1px solid white;
}
#radio_first_row .radio-element:first-child,
#radio_second_row .radio-element:first-child,
#radio_third_row .radio-element:first-child {
    margin: 0;
}
#radio_first_row .radio-element:nth-child(5n+1),
#radio_second_row .radio-element:nth-child(5n+1),
#radio_third_row .radio-element:nth-child(5n+1) {
    border-left: none;
    width: calc((20%) - 1px);
}
#radio_first_row .radio-element:nth-child(5n),
#radio_second_row .radio-element:nth-child(5n),
#radio_third_row .radio-element:nth-child(5n) {
    border-right: none;
    width: calc((20%) - 1px);
}
#radio_first_row.bdin .radio-element:nth-child(5n+1),
#radio_first_row.cablcom .radio-element:nth-child(5n+1),
#radio_first_row.atlantis .radio-element:nth-child(5n+1),
#radio_first_row.transcab .radio-element:nth-child(5n+1) {
    border-top-left-radius: 5px
}
#radio_third_row.bdin .radio-element:nth-child(5n+1),
#radio_third_row.cablcom .radio-element:nth-child(5n+1),
#radio_third_row.atlantis .radio-element:nth-child(5n+1),
#radio_third_row.transcab .radio-element:nth-child(5n+1) {
    border-bottom-left-radius: 5px
}
#radio_first_row.bdin .radio-element:nth-child(5n),
#radio_first_row.cablcom .radio-element:nth-child(5n),
#radio_first_row.atlantis .radio-element:nth-child(5n),
#radio_first_row.transcab .radio-element:nth-child(5n) {
    border-top-right-radius: 5px;
}
#radio_third_row.bdin .radio-element:nth-child(5n),
#radio_third_row.cablcom .radio-element:nth-child(5n),
#radio_third_row.atlantis .radio-element:nth-child(5n),
#radio_third_row.transcab .radio-element:nth-child(5n) {
    border-bottom-right-radius: 5px;
}
#radio_wrapper .radio-element {
    display: inline-block;
    width: calc((20%) - 2px);
    height: 100%;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
    background: url(../NordWest/radio-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
#radio_wrapper.simnet .radio-element {
    width: 20%;
    border: none;
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 5%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 5%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 5%,#112e57 78%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155,186,228,1)), color-stop(5%, rgba(42,90,154,1)), color-stop(78%, rgba(17,46,87,1)), color-stop(100%, rgba(17,46,87,1))); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae4', endColorstr='#112e57',GradientType=0 );
    -webkit-box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
    -moz-box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
    box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
}
#radio_wrapper .radio-element.active {
    background: url(../NordWest/radio-bg-selected.png) center center no-repeat;
    background-size: 100% 100%;
}
#radio_wrapper.simnet .radio-element.active {
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#808080)); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
    z-index: 99;
    -webkit-box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
    -moz-box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
    box-shadow: inset 0px -5px 3px 0px rgba(17,17,1,0.8);
}
#radio_wrapper .radio-element a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
#radio_wrapper .radio-element .channel-number {
    position: absolute;
    top: 2%;
    right: 5%;
}
#radio_wrapper .radio-element a>div {
    position: relative;
    width: 100%;
    height: 100%;
}
#radio_wrapper .radio-element img {
    max-width: 85%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#radio_menu_controls {
    position: relative;
    height: 8%;
    margin-top: 1%;
}
#radio_menu_controls .radio_menu_button {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 1%;
}
#radio_menu_controls .radio_menu_button img {
    max-height: 100%;
}
#radio_menu_controls .radio_dot {
    display: inline-block;
    width: 2%;
    height: 50%;
    vertical-align: middle;
    background: url(../NordWest/radio-dot02.png) center center no-repeat;
    background-size: contain;
}
#radio_menu_controls .radio_dot.active {
    background: url(../NordWest/radio-dot01.png) center center no-repeat;
    background-size: contain;
}

#radio_info {
    position: relative;
    width: 100%;
    height: 13%;
}
#radio_info #radio_logo {
    float: left;
    position: relative;
    width: 21%;
    height: 100%;
    background-color: #1b325f;
}
#radio_info.simnet #radio_logo {
    background: none;
}
#radio_info #radio_logo img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#radio_info #radio_mood {
    float: left;
    position: relative;
    width: 79%;
    height: 100%;
    background-color: #3a89c9;
    background-image: linear-gradient(to right, #3a89c9, #1b325f);
}
#radio_info.simnet #radio_mood {
    background: none;
}
#radio_info #radio_mood #equalizer_gif {
    float: left;
    position: relative;
    width: 82%;
    height: 100%;
}
#radio_info.simnet #radio_mood #equalizer_gif {
    visibility: hidden;
}
#radio_info #radio_mood #equalizer_gif img {
    width: 90%;
    height: 100%;
}
#radio_info #radio_mood #current_time {
    float: left;
    position: relative;
    width: calc((18%) - 1px);
    height: 100%;
    border-left: 1px solid white;
}
#radio_info.simnet #radio_mood #current_time {
    border: none;
}
#radio_info #radio_mood #current_time #time_info {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#radio_info #radio_mood #current_time .current-value {
    font-weight: bold;
    margin: 0;
    font-size: 1.5em;
    display: inline-block;
}
#radio_info #radio_mood #current_time #current_hour {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    font-size: 2em;
}

#reminder_box {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 20%;
    min-height: 40%;
    border-radius: 5px;
    background-color: #3a89c9;
    opacity: 0.95;
    z-index: 2147483648;
}
#reminder_box .title_header {
    font-size: 1.2em;
}
#reminder_box .remind_header {
    width: 90%;
    margin: 0 auto;
    padding: 0.2em 0;
    text-align: left;
}
#reminder_box .reminder_border {
    border-bottom: 2px solid white;
}
#reminder_box .remind_button {
    width: calc((90%) - 4px);
    margin: 0.5em auto;
    padding: 0.2em 0 0.2em 0.2em;
    cursor: pointer;
    text-align: left;
    border: 2px solid white;
    border-radius: 10px;
}

div#profile_content {
    width: 100%;
    height: 100%;
    background-image: url('../NordWest/background.png');
    background-size: cover;
}
div#profile_content.simnet {
    background-image: url(../NordWest/simnet-background.jpg);
}

div#profile_header {
    position: relative;
    width: 100%;
    height: 8%;
    margin-bottom: 2px;
    background-color: #3a89c9;
}
div#profile_header.simnet {
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155,186,228,1)), color-stop(11%, rgba(42,90,154,1)), color-stop(78%, rgba(17,46,87,1)), color-stop(100%, rgba(17,46,87,1))); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae4', endColorstr='#112e57',GradientType=0 );
    border-radius: 5px;
    -webkit-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
}

div#profile_header p {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div#profile_header .settings-name {
    left: 1%;
}
div#profile_header .date {
    right: 2%;
}

div#profile_main {
    position: relative;
    width: 100%;
    height: calc((78%) - 2px);
}

div#profile_settings {
    width: 33%;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

div#profile_settings #profile_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

div#profile_settings #profile_menu li {
    height: 18%;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: -10px 10px 15px -10px black inset;
    background-color: #3a89c9;
}
div#profile_settings.simnet #profile_menu li {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(155,186,228,1)), color-stop(11%, rgba(42,90,154,1)), color-stop(78%, rgba(17,46,87,1)), color-stop(100%, rgba(17,46,87,1))); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae4', endColorstr='#112e57',GradientType=0 );
}
div#profile_settings #profile_menu li.active {
    background-color: #1b325f;
}
div#profile_settings.simnet #profile_menu li.active {
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#808080)); /* only supported way for MAG 250 link to documentation: https://webkit.org/blog/175/introducing-css-gradients/ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
}
div#profile_settings #profile_menu li:nth-child(1) {
    top: 0;
}
div#profile_settings #profile_menu li:nth-child(2) {
    top: 2.5%;
}
div#profile_settings #profile_menu li:nth-child(3) {
    top: 5%;
}
div#profile_settings #profile_menu li:nth-child(4) {
    top: 7.5%;
}
div#profile_settings #profile_menu li:nth-child(5) {
    top: 10%;
}

div#profile_settings #profile_menu li a {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}

div#profile_settings #profile_menu li a img {
    max-width: 15%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}
div#profile_settings.simnet #profile_menu li.active a img {
    -webkit-filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
    filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
}

div#profile_settings #profile_menu li a span {
    width: 81%;
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translateY(-50%);
    white-space: nowrap;
    text-overflow: ellipsis;
}


div#profile_info {
    position: relative;
    display: inline-block;
    width: 66%;
    height: 100%;
    padding-left: 1%;
    text-align: left;
    vertical-align: top;
    border-radius: 0;
    background-color: #3a89c9;
}
div#profile_info.simnet {
    border-radius: 5px;
    background: #2a5a9a; /* Old browsers */
    background: -moz-linear-gradient(top,  #2a5a9a 0%, #112e57 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2a5a9a 0%,#112e57 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2a5a9a 0%,#112e57 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5a9a', endColorstr='#112e57',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
    box-shadow: -4px 10px 10px 0px rgba(0,0,0,0.8);
}

div#profile_info p span {
    text-decoration: underline;
}

div#profile_info #logout_button {
    display: inline-block;
    width: 15%;
    height: 2.5em;
    min-width: 100px;
    font-size: 0.8em;
    background-image: linear-gradient(to bottom, #1b325e 0%, #1b325e 80%, #3ca6dd 80%, #3ca6dd 90%, #cbcbcb 90%, #cbcbcb 100%);

    position: absolute;
    top: 2%;
    right: 2%;
}
div#profile_info #logout_button.bdin,
div#profile_info #logout_button.cablcom,
div#profile_info #logout_button.atlantis,
div#profile_info #logout_button.transcab {
    border-radius: 5px;
}
div#profile_info.simnet #logout_button {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
}
div#profile_info #logout_button a {
    position: relative;
    display: block;
    height: 2em;
    color: inherit;
    text-decoration: none;
}
div#profile_info.simnet #logout_button a {
    height: 2.5em;
}
div#profile_info #logout_button img {
    max-width: 20%;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}
div#profile_info #logout_button span {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-80%, -50%);
}

div#profile_info form.mobile {
    position: absolute;
    bottom: 0.5em;
}
div#profile_info .password-button {
    width: 180px;
    height: 2.5em;
    margin-left: 210px;
    padding: 0;
    font-size: 20px;
    color: white;
    position: relative;
    border: none;
    cursor: pointer;
    background: url('../NordWest/save-button.png') no-repeat center center;
    background-size: 100% 100%;
}
div#profile_info.simnet .password-button {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
}

div#profile_info .password-button a {
    color: white;
    text-decoration: none;
}

div#profile_info .password-button .second-border {
    width: 100%;
    height: 4px;
    position: absolute;
    top: calc((100%) + 4px);
    left: 0;
    background-color: #d6d6d6;
}

div#profile_info form>div {
    margin-bottom: 2px;
}

div#profile_info form label {
    display: inline-block;
    width: 200px;
    vertical-align: super;
}

div#profile_info .password-change {
    width: 200px;
    padding: 1px 0;
    font-size: 2em;
    outline: none;
    border: none;
    color: white;
    background-color: #1b325e;
}
div#profile_info.bdin .password-change,
div#profile_info.cablcom .password-change,
div#profile_info.atlantis .password-change,
div#profile_info.transcab .password-change {
    border-radius: 5px;
}

div#profile_info #pin_change>div {
    margin: 0.5% 0 0.5% 1%;
}
div#profile_info #pin_change label {
    display: inline-block;
    min-width: 39%;
    vertical-align: super;
}
div#profile_info #pin_change .password-change {
    width: 20%;
}
div#profile_info #pin_change .pin-change {
    margin-left: 1%;
    width: 96%;
    background: url('../NordWest/epg-selection-channel.png') no-repeat center center;
    background-size: 100% 100%;
}
div#profile_info.simnet #pin_change .pin-change {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
}

div#profile_info .info_statement {
    height: 2em;
    margin-top: 1%;
    margin-left: 1%;
}
div#profile_info .info_statement img {
    max-height: 100%;
    margin-right: 1%;
    vertical-align: middle;
}
div#profile_info .info_statement p {
    margin: 0;
    max-width: 89%;
    display: inline-block;
    vertical-align: middle;
}

div#profile_info #initial_service {
    width: 100%;
    height: 45%;
}
div#profile_info #initial_service .initial-service {
    height: 2em;
    margin: 1% 0;
}
div#profile_info #initial_service .service-icon {
    width: 5%;
    height: 100%;
    display: inline-block;
}
div#profile_info #initial_service .initial-service label {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
div#profile_info #initial_service .initial-service img {
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
div#profile_info .border-other-settings {
    width: 94%;
    height: 3px;
    margin-left: 2%;
    background-color: white;
}
div#profile_info #language {
    width: 100%;
    height: 45%;
}
div#profile_info #language .lang {
    height: 2em;
    margin: 1% 0;
}
div#profile_info #language .flag-wrapper {
    width: 5%;
    height: 100%;
    display: inline-block;
}
div#profile_info #language .flag-wrapper img {
    max-width: 100%;
}
div#profile_info #language .lang label {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
div#profile_info #language .lang img {
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

div#profile_info #home_page {
    display: none;
}

#live_navigation.profile_navigation {
    margin: 0;
    width: 100%;
    height: 14%;
}
#live_navigation.profile_navigation ul {
    display: block;
}
#live_navigation.profile_navigation ul li {
    float: right;
}

div.login_pane {
    padding-left:30%;
    text-align:left;
    width:70%;
    height:100%;
    overflow-y: auto;
}

div.login_pane form {
    display: inline-block;
    width: 50%;
    padding: 1em 1em;
    border: 3px solid #b2b6c3;
    border-radius: 15px;
}

div.login_pane .login-header {
    display: none;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

div.login_pane .login-input-wrapper {
    position: relative;
    margin: 15px;
}

div.login_pane .login-input-wrapper .input-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 17%;
    height: calc((100%) - 4px);
    border-radius: 10px 0 0 10px;
    border: 2px solid #d6d6d6;
    border-right: none;
    background-color: #23282d;
}

div.login_pane .login-input-wrapper .input-icon {
    display: block;
    max-width: 100%;
    max-height: 60%;
    padding-top: 20%;
    margin: auto;
}

div.login_pane a, #detailsPane>a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

::placeholder {
    color: #23282d;
}

div.login_pane input,
div.login_pane a.button
{
    font-size: 1.2em;
    font-family: sans-serif;
    color: white;
}

div.login_pane input[type=text],
div.login_pane input[type=password], 
div.login_pane input[type=email], 
div.login_pane input[type=tel] 
{
    border: 0;
    width: calc((100%) - 40px);
    min-width:150px;
    padding: 20px;
    text-align: center;
    color: #23282d;
    background-color: white;
    border-radius: 10px;
}

.checkbox-control {
    display:inline-block;
    position: relative;
    width: calc((100%) - 10px);
    text-wrap:none;
    margin-left:10px;
}

.checkbox-control>div {
    display: inline-block;
}

.checkbox-control #login_forgotten_password {
    float: right;
}

.checkbox-control input[type="checkbox"] {
    display:none;
}
.checkbox-control input[type="checkbox"] + label strong {
    display:inline-block;
    width:34px;
    height:34px;
    margin:-1px 14px 0 0;
    vertical-align:middle;
    background:url(../NordWest/remember.png) left top no-repeat;
    cursor:pointer;
}
.checkbox-control input[type="checkbox"]:checked + label strong {
    background:url(../NordWest/remember-selected.png) left top no-repeat;
}

.login_message {
    color:red;
    font-weight:bolder;
    width: 55%;
}

div.devices_pane {
    text-align:left;
    width:100%;
    height:100%;
    overflow-y: auto;
}
div.devices_pane>div>p {
    margin-bottom: 0.5em;
    margin-left: 1%;
}
div.devices_pane #max_devices {
    height: 2em;
    margin-left: 1%;
}
div.devices_pane #max_devices img {
    max-height: 100%;
    margin-right: 1%;
    vertical-align: middle;
}
div.devices_pane #max_devices p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#devices ul {
    overflow:auto;
    padding:0;
}

#devices ul li {
    width:22%;
    float:left;
    font-size: 0.8em;
    list-style-type:none;
    background:#1b325e;
    margin: 1% 1%;
}
#devices ul li>div>img {
    max-width: 45%;
    margin-top: 5%;
    margin-left: 5%;
}
#devices ul li a {
    margin-top: 5%;
    margin-right: 5%;
    width: 40%;
    text-align: right;
    float:right;
    cursor:pointer;
    color: #f00;
    font-weight: bold;
    display: inline-block;
    padding: 0px 1px;
    border:none;
}
#devices ul li a img {
    max-width: 40%;
}
#devices ul li p {
    margin: 0;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
}
#devices ul li .os-info {
    margin-left: 5%;
    margin-top: 5%;
}
#devices ul li .browser-info {
    margin-top: 5%;
    text-align: center;
}
#devices ul li .update {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.button
{
    display: block;
    border: none;
    width: calc((100%) - 20px);
    background-color: transparent;
    text-align:center;
    padding: 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #d6d6d6;
}
.button.active
{
    background-color: #632523;
}

.event-button
{
    display:none;
	float:right;
    background-color: #404040;
    border: 2px outset #bbb;
    text-align:center;
    white-space: nowrap;
	padding: 6px 12px;
	margin: 5px;
    cursor:pointer;
}

.event-icon
{
    max-width: 26px;
    margin-right: 5px;
    float: left;
}

#detailsPane .button-active
{
    background-color: #632523;
}

.title-bar 
{
	text-align: left;	
	width: 100%;
    height:69px;
    background-color:#953735;
    color:white;
}

.title-bar ul.tabs 
{
	margin: 0;
	padding: 0;
    width:100%;
	list-style-type: none;
}

ul.tabs li 
{
    float: left;
	border: 1px solid #953735;
    border-right-color: #632523;
    /*max-width:250px;*/
}

ul.tabs li a 
{
	display: block;
    position:relative;
    width:100%;
    height:67px;
	text-decoration: none;
    line-height: 67px;
	color: white;
}

ul.tabs li a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 55px;
  line-height: normal;      
}

ul.tabs li a img {
    position: absolute;
    max-width:100%;
    max-height:100%;
    margin: auto;
    left: 5px;
    top: 0;
    bottom: 0;
}

ul.tabs li.active  
{
	background-color: #632523;
	border-color: #632523;
}

ul.tabs li:hover  
{
    cursor:pointer;
	border-color: #632523;
}

#intro-image {
    display:block;
    height:100%;
    max-width:100%;
    width: auto;
    margin: 0 auto;
}

#categories_wrapper
{
    position: relative;
    width: 99%;
    height: 2em;
    margin: 3px auto 6px auto;
    overflow: hidden;
}
#categories_wrapper.search
{
    height: 2em;
    text-align: left;
    background-color: #3a89c9;
}
#categories_wrapper.search.bdin,
#categories_wrapper.search.cablcom,
#categories_wrapper.search.atlantis,
#categories_wrapper.search.transcab
{
    border-radius: 5px;
}
#categories_wrapper.search.simnet
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}

#categories_wrapper.search img
{
    display: inline-block;
    max-height: 90%;
    margin: 0 0.5%;
    vertical-align: middle;
}

#categories_wrapper.search #search
{
    width: 80%;
    height: calc((2em) - 2px);
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: white;
    border: none;
    background-color: transparent;
    vertical-align: middle;
}
#categories_wrapper.search #search:focus
{
    outline: none;
}
#categories_wrapper.search #search:-internal-autofill-selected
{
    background-color: red !important;
}
#categories_wrapper.search #search::placeholder
{
    color: white;
}

.channel_categories_button, .epg_nav_button {
    position:absolute;
    top:0;
    width: 2em;
    height: 2em;
    cursor:pointer;
    opacity:0.9;
    z-index: 9;
}

.channel_categories_button img,
.epg_nav_button img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#channel_categories_left, #epg_left {
    left: 0;
}

#channel_categories_right, #epg_right {
    right: 0;
}

#channel_categories
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

#channel_categories .category
{
    display:inline-block;
    width: calc((25%) - 4.5px);
    height: 1.25em;
    line-height: 1.25em;
    padding: 0;
    margin-right: 6px;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    background-color: #3a89c9;
}
#channel_categories .category.bdin,
#channel_categories .category.cablcom,
#channel_categories .category.atlantis,
#channel_categories .category.transcab
{
    border-radius: 5px;
}
#channel_categories .category.simnet
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
#channel_categories .category:last-child
{
    margin-right: 0;
}

#channel_categories .category.active
{
    background-color: #1b325f;
}
#channel_categories .category.active.bdin,
#channel_categories .category.active.cablcom,
#channel_categories .category.active.atlantis,
#channel_categories .category.active.transcab
{
    background: url('../NordWest/epg-selection-channel.png') no-repeat center center;
    background-size: 100% 100%;
}
#channel_categories .category.active.simnet
{
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#categories_wrapper_guide
{
    position: relative;
    width: 99%;
    height: 3em;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

#channel_categories_guide
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

#channel_categories_guide .category
{
    display:inline-block;
    position: relative;
    width: 25%;
    height: 2em;
    text-align: center;
    font-size: 1.5em;
    margin-right: 6px;
    text-transform: uppercase;
    border-bottom: none;
    background-color: #3a89c9;
}

#channel_categories_guide .category.active
{
    background-color: #1b325f;
}

#channel_categories_guide .category a
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#category_container
{
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.event-category
{
    position: relative;
    width: calc((100%) - 2px);
    height: calc((2em) - 2px);
    margin-bottom: 6px;
    text-align: left;
    cursor: pointer;
    border: 1px solid white;
    background-color: #3a89c9;
}
.event-category.bdin,
.event-category.cablcom,
.event-category.atlantis,
.event-category.transcab
{
    border-radius: 5px;
}
.event-category.simnet
{
    width: 100%;
    height: 2em;
    border: none;
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
.event-category.active
{
    background-color: #1b325f;
}
.event-category.bdin.active,
.event-category.cablcom.active,
.event-category.atlantis.active,
.event-category.transcab.active
{
    background: url('../NordWest/epg-selection-channel.png') no-repeat center center;
    background-size: 100% 100%;
}
.event-category.simnet.active
{
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.event-category:last-child
{
    margin-bottom: 0;
}
.event-category .icon-wrapper
{
    display: inline-block;
    position: absolute;
    width: 10%;
    height: 90%;
    top: 0;
    left: 2%;
    bottom: 0;
    margin: auto 0;
}
.event-category .icon
{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-category.simnet.active .icon
{
    -webkit-filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
    filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
}
.event-category .name
{
    display: inline-block;
    margin-left: 14%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.event-category .next
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
}
.event-category .next img
{
    max-height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-category .back
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    text-align: center;
    border-left: 1px solid white;
    background-color: #3a89c9;
}
.event-category.bdin .back,
.event-category.cablcom .back,
.event-category.atlantis .back,
.event-category.transcab .back
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.event-category.simnet .back
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
.event-category .back img
{
    max-height: 40%;
    margin-top: 20%;
}
.event-category .back span
{
    display: block;
    font-size: 0.5em;
    margin-top: -15%;
}

#event_wrapper
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.event-element
{
    position: relative;
    width: 100%;
    height: calc((4em) + 6px);
    margin-bottom: 6px;
    overflow: hidden;
}
.event-element .time-info
{
    position: relative;
    float: left;
    width: calc((4em) + 6px);
    height: 100%;
    margin-right: 9px;
    background: url('../NordWest/result.png') no-repeat center center;
    background-size: 100% 100%;
}
#event_wrapper.simnet .event-element .time-info
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
.event-element .time-info span.duration
{
    font-size: 0.5em;
}
.event-element .time-info img
{
    display: block;
    margin: 5% auto;
    max-height: 35%;
}
.event-element .time-info span.day
{
    display: block;
    font-size: 0.7em;
}
.event-element .content-info
{
    position: relative;
    float: left;
    width: calc((100%) - (4em) - 15px);
    height: 100%;
    text-align: left;
    background-color: #3a89c9;
}
.event-element.active .content-info
{
    background-color: #1b325f;
}
#event_wrapper.bdin .event-element .content-info,
#event_wrapper.cablcom .event-element .content-info,
#event_wrapper.atlantis .event-element .content-info,
#event_wrapper.transcab .event-element .content-info
{
    border-radius: 5px;
}
#event_wrapper.simnet .event-element .content-info
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
#event_wrapper.simnet .event-element.active .content-info
{
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.event-element .content-info h4
{
    margin: 1% 0 0 2%;
    line-height: 1em;
    height: 1.2em;
    overflow: hidden;
    font-weight: normal;
}
.event-element .content-info p
{
    margin: 0;
    margin-left: 2%;
    font-size: 0.7em;
    line-height: 1em;
    height: 3em;
    overflow: hidden;
}

#channel_list_table, #program_channels, #vod_titles_list, #npvr_records_list, #channel_categories, #epg_list_table, #category_container, #event_wrapper
{
    -webkit-overflow-scrolling: touch;
}

.tenth 
{
	width: 28%;
}

div#live_wrapper
{
    width: 99%;
    height: 73%;
    position: relative;
    margin: 0 auto;
}

div#channel_wrapper
{
    width: calc((25%) - 4.5px);
    height: 100%;
    position: relative;
    float: left;
    margin-right: 6px;
    overflow: hidden;
}

div#channel_wrapper .cell .date
{
    margin: 0;
    margin-bottom: 6px;
    height: 2.5em;
    line-height: 2.5em;
    font-family: 'SFPL';
    font-size: 0.8em;
    text-align: center;
    background-color: #3a89c9;
}
div#channel_wrapper .cell .date.bdin,
div#channel_wrapper .cell .date.cablcom,
div#channel_wrapper .cell .date.atlantis,
div#channel_wrapper .cell .date.transcab
{
    border-radius: 5px;
}
div#channel_wrapper .cell .date.simnet
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}


div#channel_wrapper .channel_title
{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-align: left;
}
div#channel_wrapper .channel_title.one
{
    width: calc((100%) - 30px);
}
div#channel_wrapper .channel_title.two
{
    width: calc((100%) - 55px);
}
div#channel_wrapper .channel_title.three
{
    width: calc((100%) - 80px);
}

div#channel_wrapper .channel_info_icons
{
    display: inline-block;
    width: 0;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
div#channel_wrapper .channel_info_icons.one
{
    width: 30px;
}
div#channel_wrapper .channel_info_icons.two
{
    width: 55px;
}
div#channel_wrapper .channel_info_icons.three
{
    width: 80px;
}

div#channel_play
{
    position: relative;
    width: calc((75%) - 1.5px);
    height: 100%;
    float: left;
}

div#channel_play #player_wrapper
{
    position: relative;
    width: 100%;
    height: 77%;
    background-color: black;
}

div#channel_play #event_info_wrapper
{
    position: relative;
    width: 100%;
    height: 23%;
}

div#channel_play #event_info_wrapper #channel_logo
{
    float: left;
    position: relative;
    width: 17%;
    height: 100%;
    background-color: #1b325f;
}
div#channel_play #event_info_wrapper.simnet #channel_logo
{
    background-color: #112e57;
}

div#channel_play #event_info_wrapper #channel_logo img
{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#channel_play #event_info_wrapper #channel_info
{
    float: left;
    width: 83%;
    height: 100%;
    background-color: #3a89c9;
    background-image: linear-gradient(to right, #3a89c9, #1b325f);
}
div#channel_play #event_info_wrapper.simnet #channel_info
{
    background-color: #2a5a9a;
    background-image: linear-gradient(to right, #2a5a9a, #112e57);
}

div#channel_play #event_info_wrapper #channel_info #event_info
{
    position: relative;
    float: left;
    width: 78%;
    height: 100%;
    font-family: 'SFPR';
    font-size: 0.8em;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

div#channel_play #event_info_wrapper #channel_info #event_info .track_button
{
    position: absolute;
    top: 0;
    display: inline-block;
    width: 7%;
    height: 100%;
}
div#channel_play #event_info_wrapper #channel_info #event_info .track_button.left
{
    left: 1%;
}
div#channel_play #event_info_wrapper #channel_info #event_info .track_button.right
{
    right: 1%;
}

div#channel_play #event_info_wrapper #channel_info #event_info .track_button img
{
    max-width: 100%;
    max-height: 60%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#channel_play #event_info_wrapper #channel_info #event_info #event_mini_epg_wrapper
{
    width: 80%;
    height: 100%;
    margin-left: 10%;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
}

div#channel_play #event_info_wrapper #channel_info #event_info .event_info
{
    width: 98%;
    padding: 0 1%;
    overflow: hidden;
}

div#channel_play #event_info_wrapper #channel_info #event_info .event_timing
{
    margin-top: 2px;
    font-size: 0.8em;
}
div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .duration
{
    padding: 0 2px;
    background-color: #1b3160;
}
div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .timeshift
{
    display: inline-block;
    width: 5%;
    height: 15px;
    vertical-align: bottom;
    background: url(../NordWest/time-lenght.png) center center no-repeat;
    background-size: contain;
    background-color: #9d0b0e;
    visibility: hidden;
}
div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .reminder
{
    display: inline-block;
    width: 5%;
    height: 15px;
    vertical-align: bottom;
    background: url(../NordWest/bell.png) center center no-repeat;
    background-size: contain;
}

div#channel_play #event_info_wrapper #channel_info #event_info h4
{
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

div#channel_play #event_info_wrapper #channel_info #event_info p
{
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.4em;
    line-height: 1.2em;
    white-space: normal;
}

div#channel_play #event_info_wrapper #channel_info #current_time
{
    position: relative;
    float: left;
    width: calc((22%) - 1px);
    height: 100%;
    font-family: 'SF Compact';
    border-left: 1px solid white;
}

div#channel_play #event_info_wrapper #channel_info #channel_option_icons
{
    position: relative;
    width: 80%;
    height: calc((50%) - 1px);
    margin-left: 10%;
    border-bottom: 1px solid white;
}
div#channel_play #event_info_wrapper #channel_info #channel_option_icons .option
{
    position: absolute;
    bottom: 10%;
    cursor: pointer;
    max-width: 45%;
}
div#channel_play #event_info_wrapper #channel_info #channel_option_icons .favourite_control
{
    left: 0;
}
div#channel_play #event_info_wrapper #channel_info #channel_option_icons .lock_control
{
    right: 0;
}
div#channel_play #event_info_wrapper #channel_info #time_info
{
    position: relative;
    width: 80%;
    height: 50%;
    margin-left: 10%;
}

#current_time .current-value {
    font-weight: bold;
}
#current_time #current_hour {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#current_time .current-value {
    margin: 0;
    font-size: 2em;
}

div#live_navigation
{
    position: relative;
    width: 99%;
    height: 10%;
    margin: 6px auto 0 auto;
    background-color: #1b325f;
}

div#live_navigation>img,
#guide_nav>img
{
    float: left;
    width: 8%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}
div#live_navigation>img.cablcom,
#guide_nav>img.cablcom
{
    width: auto;
    height: 100%;
}

ul.channels, ul.epg-channels, ul.vod-titles
{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.channels
{
    height: calc((100%) - (2em) - 6px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
}

ul.channels li 
{
    position: relative;
    margin-bottom: 6px;
}

ul.channels li .channel-tile {
    display: block;
    height: calc((2em) - 2px);
    border: 1px solid white;
	background-color: #3a89c9;
}
ul.channels li .channel-tile.bdin,
ul.channels li .channel-tile.cablcom,
ul.channels li .channel-tile.atlantis,
ul.channels li .channel-tile.transcab {
    border-radius: 5px;
}
ul.channels li .channel-tile.simnet {
    height: 2em;
    border: none;
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}

ul.channels li.active .channel-tile { background-color: #1b325f; }
ul.channels li.active .channel-tile.bdin,
ul.channels li.active .channel-tile.cablcom,
ul.channels li.active .channel-tile.atlantis,
ul.channels li.active .channel-tile.transcab {
    background: url('../NordWest/epg-selection-channel.png') no-repeat center center;
    background-size: 100% 100%;
}
ul.channels li.active .channel-tile.simnet {
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
ul.channels li.active .channel-tile div { color:white; }
ul.channels li.active .channel-tile.simnet div { color:#112e57; }

ul.channels li.active .channel-tile.simnet .channel_info_icons span
{
    -webkit-filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
    filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
}

ul.channels .channel-tile div
{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
}

ul.channels li div.channel-info {
    height:100%;
}
ul.channels li div.channel-info * {
    display:inline-block;
    vertical-align: middle;
}
ul.channels li div.channel-info span {
    padding-left:4px;
    font-size: 0.8em;
    line-height: 2.5em;
    float: left;
}
ul.channels li div.channel-info span.channel-name {
    padding:0;
    float: none;
    display: initial;
}
ul.channels li div.channel-info .channel_info_icons span
{
    width:20px;
    height:20px;
    padding:0;
    margin-right: 5px;
}
ul.channels li div.channel-info .channel_info_icons span.channel-favourite
{
    background: url('../NordWest/fav.png') center center no-repeat;
    background-size:contain;
}
ul.channels li div.channel-info .channel_info_icons span.channel-locked
{
    background: url('../NordWest/locked.png') center center no-repeat;
    background-size:contain;
}
ul.channels li div.channel-info .channel_info_icons span.channel-timeshift
{
    background: url('../NordWest/time-lenght.png') center center no-repeat;
    background-size:contain;
}

ul.channels li div.event-name {
    height:60%;
    font-style:italic;
}

ul.channels li div.event-synopsis {
    display:none;
}

ul.channels li div.event-time {
    position:absolute;
    height:auto;
    bottom:0;
}

ul.channels li .event span
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#player_container {
    display: none;
    position:relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

    #player_container.playing-vod-content #player_controls #previous_event,
    #player_container.playing-vod-content #player_controls #next_event {
        display: none;
    }

    #player {
        display: block;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

.tv 
{
    float:left;
    margin:10px 10px 0 10px;
    border: 2px solid #953735;
	/*overflow: hidden;*/
}

.stretch 
{
	width: 100%;
	height: auto;
}

#event_info_container {
    display: none;
    clear:right;
    float:right;
    overflow-y: auto;
    overflow-x: hidden;
}

.event_information 
{
    position: relative;
    width:90%;
    font-family: 'SFPM';
    padding:10px 10px 10px 20px;
	display: table;
	text-align: left;
}

.event_information .row.title
{
    margin-bottom: 5px;
    border-bottom: 3px solid white;
}

.event_information .row 
{
	display: block;
    width: 100%;
}

.event_information .cell 
{
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 5px;
}

.event_information .incell 
{
    display:inline-block;
    vertical-align: middle;
    font-size: 2em;
}

.event_information .event-info-title 
{
    margin:0;
    padding-bottom:5px;
    text-transform: uppercase;
}

.event_information .event-info-synopsis 
{
    font-size: 0.8em;
    margin:0;
}

.event_information .event-info-time 
{
    font-size: 0.9em;
    margin:0;
    padding-top:5px;
}

.event_information .progress-bar {
    display: none;
    width:40%;
    height:16px;
    background-color: #d9d9d9;
    border:1px solid #d9d9d9;
    border-radius:7px 7px;
    position:relative;
}
.event_information .progress-bar .current-progress {
    position: absolute;
    margin: -1px 0 0 -1px;
    height:16px;
    background-color: red;
    border:1px solid red;
    border-radius:7px 7px;
}
.hours .cell 
{	
	padding: 5px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #8a8b8b;
}

.messi-second-border {
    position: absolute;
    top: calc((100%) + 3px);
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d6d6d6;
}

.timeline .cell {
    position: relative;
    overflow: hidden;
    height: 3em;
    text-align:left;
    padding: 0 7px;
    background-color: #3a89c9;
}

#time-marker {
    position:absolute;
    width:3px;
    height:98%;
    top: 0;
    left:50%;
    background-color: #9e0b0f;
    /*display:none;*/
    z-index:100;
}

#guide_nav {
    position: absolute;
    top: calc((90%) - 6px);
    left: 0.5%;
    width: 99%;
    height: 10%;
    margin: 0;
    margin-top: 6px;
    background-color: #1b325f;
}

#guide_buttons {
    padding: 0;
    padding-top: 1em;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
}

#guide_buttons li {
    display: inline-block;
    position: relative;
    width: 20%;
    min-width: 150px;
    padding-top: 0.2em;
    font-size: 25px;
    line-height: 40px;
    background-color: #2c84b7;
    border-bottom: 9px solid #2c5d92;
}

#guide_buttons li .second-border {
    width: 100%;
    height: 5px;
    position: absolute;
    top: calc((100%) + 5px);
    left: 0;
    background-color: #d6d6d6;
}

#guide_buttons li:first-child {
    float: left;
    margin-left: 0.5%;
}

#guide_buttons li:last-child {
    float: right;
    margin-right: 1.5%;
}

#guide_buttons li a {
    display: block;
    cursor: pointer;
    padding-left: 10px;
}

#guide_buttons li img {
    max-width: 16%;
    float: left;
}

#guide_buttons li span {
    vertical-align: super;
    text-transform: uppercase;
}

#bdin_buttons {
    display: flex;
    justify-content: space-between;
    width: 50%;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'SFPB';
    font-size: 0.8em;
    padding: 0;
    margin: 0 1%;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
}
#bdin_buttons.simnet {
    overflow: initial;
}

#bdin_buttons li {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 2.5em;
    min-width: 80px;
    font-size: 1em;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #3a89c9 0%, #3a89c9 80%, #2c5d92 80%, #2c5d92 90%, #d6d6d6 90%, #d6d6d6 100%);
}
#bdin_buttons li.bdin,
#bdin_buttons li.cablcom,
#bdin_buttons li.atlantis,
#bdin_buttons li.transcab {
    border-radius: 5px;
}
#bdin_buttons li.simnet {
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.8);
}

#bdin_buttons li .second-border {
    width: 100%;
    height: 5px;
    position: absolute;
    top: calc((100%) + 5px);
    left: 0;
    background-color: #d6d6d6;
}

#bdin_buttons li a {
    position: relative;
    display: block;
    cursor: pointer;
    height: 2em;
}
#bdin_buttons li.simnet a {
    height: 2.5em;
}

#bdin_buttons li img {
    max-width: 20%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

#bdin_buttons li span {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-65%, -50%);
}

.epg-events
{
    position: relative;
    width:1680px;
}

.timeline .cell, .epg-events td 
{
    border:6px solid transparent;
}

#detailsPane .data_row a, #detailsPane li a
{
   color: inherit;
   text-decoration:none;
}

.epg-channels
{
   width:100%;
   border-collapse:collapse;
}

.epg-channels .channel-info
{
   color:white;
   text-align: left;
   white-space: nowrap;      
   height: 3em;  
   border: 6px solid transparent;
   position: relative;
   overflow:hidden;
   cursor: pointer;
   background-color: #3a89c9;
}

#epg_left_header .current-cache {
    display: none;
}

#epg_left_header .active
{
   background-color: #1b325f;
}

#epg_left_header .channel-info-wrapper {
    margin: 0;
    width: calc((100%) - 1.5em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#epg_left_header span.channel-number {
    font-size: 0.8em;
    vertical-align: super;
}

#epg_left_header span.channel-name {
    margin: 0;
    font-size: 0.8em;
    vertical-align: super;
}

#epg_left_header span.channel-timeshift
{
   width:1em;
   height:1em;
   position: absolute;
   top: 0.5em;
   right: 0.5em;
   padding:0;
   background: url('../NordWest/time-lenght.png') center center no-repeat;
   background-size:contain;
}

.epg-events .schedule-item 
{
    display: inline-block;
    background-color: #3a89c9;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-align: left; 
    height: 2em;
    line-height: 2em;
    margin-right: 6px;
    cursor:pointer;
}
.epg-events .schedule-item.bdin,
.epg-events .schedule-item.cablcom,
.epg-events .schedule-item.atlantis,
.epg-events .schedule-item.transcab
{
    border-radius: 5px;
}
.epg-events .schedule-item.simnet
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}

.epg-events .schedule-item .reminder-bell
{
    display: none;
    max-height: 70%;
    padding-left: 2px;
}
.epg-events .schedule-item.reminder .reminder-bell
{
    display: inline-block;
}

.epg-events .active .current 
{
    background-color: #3a89c9;
}

.epg-events .info_only.active 
{
    border: 1px solid white;
    height: calc((2em) - 2px);
    background-color: #1b325f;
}
.epg-events .info_only.active.bdin,
.epg-events .info_only.active.cablcom,
.epg-events .info_only.active.atlantis,
.epg-events .info_only.active.transcab
{
    background: url('../NordWest/epg-selection-channel.png') no-repeat center center;
    background-size: 100% 100%;
}
.epg-events .info_only.active.simnet
{
    border: none;
    height: 2em;
    color: #112e57;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #808080 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#808080 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.epg-events .info_only.active.simnet img
{
    -webkit-filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
    filter: grayscale(100%) brightness(10%) sepia(100%) hue-rotate(-180deg) saturate(900%) contrast(1);
}

.epg-events .schedule-item span
{
    padding-left:4px;
    padding-right:2px;
    font-size: 0.8em;
    vertical-align: super;
}

.epg-events .schedule-item-synopsis,
.epg-events .schedule-item-time
{
    display:none;
}

#epg_top_left_header,
#epg_top_header,
#epg_left_header,
#epg_list_table
{
    float:left;
    overflow:hidden;
}

#epg_left_header>div
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#epg_left_header .current
{
    display:none;
}

#epg
{
    width: 99%;
    margin: 0 auto;
}

#epg_top_left_header
{
    position: relative;
    width: 25%;
    height: 2em;
    line-height: 2em;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: #3a89c9;
}
#epg_top_left_header .cell .date
{
    margin: 0;
    text-align: center;
    font-family: 'SFPL';
    font-weight: normal;
    font-size: 0.8em;
}
#epg_top_header
{
    position: relative;
    width: 100%;
    height: 2em;
    margin-bottom: 6px;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
}
#epg_top_header #hours_wrapper
{
    position: relative;
    width: 1680px;
}
#epg_top_header .cell
{
    display: inline-block;
    width: 25%;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 0.8em;
    margin-right: 6px;
    padding: 0 7px;
    background-color: #3a89c9;
}
#epg_top_header .cell.bdin,
#epg_top_header .cell.cablcom,
#epg_top_header .cell.atlantis,
#epg_top_header .cell.transcab
{
    border-radius: 5px;
}
#epg_top_header .cell.simnet
{
    border-radius: 5px;
    background: #9bbae4;
    background: -moz-linear-gradient(top,  #9bbae4 0%, #2a5a9a 11%, #112e57 78%);
    background: -webkit-linear-gradient(top,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
    background: linear-gradient(to bottom,  #9bbae4 0%,#2a5a9a 11%,#112e57 78%);
}
#epg_left_header
{
    width: 25%;
    height:85%;
    margin-right: 6px;
    overflow:hidden;
}
#epg_left_header .data_row
{
    position: relative;
    height: 2em;
    line-height: 2em;
    margin-bottom: 6px;
    padding-left: 4px;
    text-align: left;
    background-color: #3a89c9;
}
#epg_list_table
{
    width:100%;
    height:85%;
    font-family: 'SFPS';
    font-weight: bold;
    overflow:auto;
}
#epg_list_table .data_row
{
    height: 2em;
    margin-bottom: 6px;
    text-align: left;
    white-space: nowrap;
}


/*VOD*/
#detailsHeader {
    position: relative;
    width: 100%;
    height: 20%;
    overflow: hidden;
}

#vod_logo {
    width: 15%;
    float: left;
    position: relative;
    top: 41%;
}

#vod_logo img {
    width: 100%;
}

#portal_back_button {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 5%;
    left: 90%;
}

    #portal_back_button img {
        max-width: 100%;
        max-height: 2.5em;
        position: absolute;
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }

#search_icon {
    position: absolute;
    width: 5%;
    height: 100%;
    left: 85%;
    top: 5%;
}

    #search_icon img {
        max-width: 100%;
        max-height: 2.5em;
        position: absolute;
        bottom: 1em;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }

#search_wrapper {
    position: relative;
    /*top: 15%;*/
    left: 15%;
    width: 70%;
    height: 100%;
}

    #search_wrapper input {
        position: absolute;
        width: 95%;
        height: 20%;
        left: 0;
        bottom: 1em;
        font-family: SFPR;
        font-size: 20px;
        color: white;
        border: 1px solid white;
        background-color: black;
    }

.caption 
{
	font-size: 1em;
	color: #8b8b8b;
}

#detailsHeader .caption 
{
	line-height: 47px;
}


.vod_categories_button {
    position:absolute;
    top:0;
    height:100%;
    padding:0 8px;
    cursor:pointer;
    opacity:0.7;
}

vod_categories_left {
    left:0;
	background: url(button-arrow-left.png) center left no-repeat;
}

#vod_categories_right {
    right: 0;
	background: url(button-arrow-right.png) center right no-repeat;
}

#vod_categories_list 
{
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: initial;
    list-style-type: none;
    white-space: nowrap;
    overflow:hidden;    
}

#vod_categories_list li 
{
    display:inline-block;
    padding: 0 3%;
}

#vod_categories_list li .vod-category-name 
{
    display: block;
}

    #vod_categories_list li.active {
        color: #3e80b9;
        transform: scale(1.3);
    }

    #vod_categories_list li a:hover {
        color: #3e80b9;
    }

#subcategories {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../NordWest/subcategories-bar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.vod_subcategories_button {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 0.6em;
    cursor: pointer;
}

#vod_subcategories_left {
    left: 2%;
    background: url(button-arrow-left-white.png) center left no-repeat;
}

#vod_subcategories_right {
    right: 2%;
    background: url(button-arrow-right-white.png) center right no-repeat;
}

#vod_design_change {
    width: 9vh;
    height: 9vh;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    right: 1%;
    background-color: #3e80b9;
    border-radius: 50%;
}

    #vod_design_change img {
        max-width: 95%;
        max-height: 95%;
        margin-top: 17%;
    }

.triangle
{
    width: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

#right_triangle
{
    top: 0;
    right: 0;
}

#vod_subcategories_list {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

    #vod_subcategories_list li {
        display: inline-block;
        padding: 0.5em 0.5em;
        text-transform: uppercase;
    }

        #vod_subcategories_list li .vod-subcategory-name {
            display: block;
            min-width: 115px;
        }

        #vod_subcategories_list li.active {
            font-weight: bold;
            color: #3e80b9; 
            border-radius: 10px;
            /*background-color: white;*/
        }

            #vod_subcategories_list li.active a {
                transform: scale(1.2);
            }

#subcategories_filters {
    display: none;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    text-transform: uppercase;
    background-image: url(../NordWest/subcategory-filters-bar.png);
    background-repeat: no-repeat;
    FONT-WEIGHT: 100;
    background-size: 100% 100%;
    background-position: center;
}

    #subcategories_filters .subcat_filter {
        position: relative;
        display: inline-block;
        width: 33.3%;
        height: 100%;
        font-size: 85%;
        cursor: pointer;
    }

    #subcategories_filters .center_filter {
        width: 33.3%;
        box-shadow: 0px 0px 10px 7px white;
        /*transform: scale(1.3);*/
    }

    #subcategories_filters .subcat_filter span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        white-space: nowrap;
        overflow: hidden;
    }

        #subcategories_filters .subcat_filter span a {
            text-decoration: none;
            color: white;
        }


#detailsHeaderMenu {
    position: relative;
    width: 69%;
    overflow: hidden;
    margin-top: 4em;
}

#detailsPane.simnet #detailsHeader #detailsHeaderMenu {
    width: 80%;
}

#vod_titles_list {
    overflow: auto;
}

#vod_titles_list .vod-portal-title {
    position: relative;
    width: 100%;
    margin-top: 1em;
}

    #vod_titles_list .vod-portal-title > img {
        width: 100%;
        border-top: 7px solid #3e80b9;
        border-bottom: 7px solid #3e80b9;
        box-shadow: 0px 4px 25px #3e80b9, 0px -4px 25px #3e80b9;
    }

#vod_titles_list .vod-portal-title .poster-info, 
#vod_category_titles #title_background .series-info {
    position: absolute;
    top: 0;
    margin-top: 7px;
    padding: 0.5em 1em 1em 1em;
    width: 60%;
    max-height: calc((100%) - 18px - 1.5em);
    overflow: hidden;
    text-align: left;
    font-size: 0.8em;
    border-bottom-right-radius: 15px;
    background-color: rgba(0, 0, 0, 0.85);
}

#vod_titles_list .vod-portal-title .poster-title {
    margin: 0;
    max-height: 2.4em;
    overflow: hidden;
    text-transform: uppercase;
}

#vod_titles_list .vod-portal-title .poster-synopsis {
    margin: 0;
}

    #vod_titles_list .vod-portal-title .poster-play-button {
        position: absolute;
        bottom: calc((1em) + 7px);
        right: 1em;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
        background-color: #3e80b9;
    }

#vod_titles_list .vod-portal-title .poster-play-button a {
    color: white;
    text-decoration: none;
}

#vod_titles_list .vod-portal-title .poster-play-button img {
    height: 27px;
    margin-left: 10px;
    vertical-align: -webkit-baseline-middle;
}

#vod_titles_list .vod-portal-title .poster-play-button span {
    float: left;
    font-size: 30px;
}

ul.vod-titles.design2 li {
    width: 18%;
    margin-right: 2.5%;
}

    ul.vod-titles.design2 li:nth-child(5n) {
        margin-right: 0;
    }

ul.vod-titles.design3 {
    padding: 3% 0 0 48px;
    width: 90%;
}

    ul.vod-titles.design3 li {
        width: 20%;
        margin-right: 0;
        margin-bottom: 0;
    }

#vod_category_titles .revolve_button {
    display: none;
    position: absolute;
    width: 5%;
    height: 10%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

    #vod_category_titles .revolve_button img {
        max-width: 90%;
        max-height: 90%;
    }

#vod_category_titles #revolve_button_right {
    right: 0;
}

#vod_category_titles #revolve_button_left {
    left: 0;
}

ul.vod-titles li .my_list_tag {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 0.2em 0.7em;
    text-transform: uppercase;
    font-size: 0.7em;
    background-color: rgba(0, 0, 0, 0.6);
}

    ul.vod-titles li .my_list_tag img {
        max-height: 0.9em;
    }

/*TITLE INFO*/

#title_background_selection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #title_background_selection img {
        width: 100%;
        height: 100%;
    }

#title_container {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: -15px 0 10px 10px rgb(0 0 0 / 80%);
}

#title_info {
    position: relative;
    float: left;
    width: calc((100%) - 15px);
    text-align: left;
    display: block;
}

    #title_info .title-section {
        position: relative;
        padding: 5px 0;
        overflow: auto;
        border-bottom: 2px solid white;
    }

ul.vod-titles li div.vod-tile-progress {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 5px;
}

    ul.vod-titles li div.vod-tile-progress div {
        height: 100%;
    }

#title_general_info {
    min-height: 3em;
}

    #title_general_info p {
        margin: 0;
        width: 70%;
        font-size: 1.30em;
    }

    #title_general_info #title_categories {
        display: none;
    }

#title_back_button {
    position: absolute;
    top: 2rem;
    right: 0;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}

    #title_back_button img {
        max-height: 90%;
    }

#title_info #title_synopsis {
    margin: 10px 0;
}

#title_info #title_allowed_age {
    display: none;
    font-weight: bold;
    font-style: italic;
}

#title_buttons {
    width: calc((100%) - 15px);
    position: absolute;
    bottom: 3%;
}

.title-button-wrapper {
    text-align: center;
}

.title-button {
    display: inline-block;
    position: relative;
    padding: 14px;
    padding-right: 40px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 10px;
    background-color: #3e80b9;
    min-width: 190px;
}

    .title-button .title-restriction {
        width: 52px;
        height: 52px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50px;
        border: 2px solid white;
    }

        .title-button .title-restriction p {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: .8em;
        }

    .title-button .text-wrapper {
        font-size: .8em;
    }

    .title-button .title-button-text {
        text-align: center;
        margin-left: 16%;
    }

    .title-button img {
        width: calc((1em) * (5/6));
        height: 1em;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .title-button.trailer {
        margin-bottom: 10px;
        /*background-color: #45cf34;*/
    }








#pininput_hide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 123;
    cursor: pointer;
}
#pininput {
    position: absolute;
    width: 70%;
    height: 2em;
    text-align: left;
    z-index: 124;
    background-color: #1b325f;
}
#pininput.bdin,
#pininput.cablcom,
#pininput.atlantis,
#pininput.transcab {
    border-radius: 5px;
}
#pininput img {
    max-height: 80%;
    vertical-align: middle;
}
#pininput label {
    vertical-align: middle;
    margin-right: 1%;
}
#pininput input {
    font-size: inherit;
    height: 2em;
    padding: 0;
    border: none;
    color: white;
    background-color: #1b325f;
}
#pininput input:focus {
    outline: none;
}

/*#title_container {
    display: flex;
}*/

#cover {
    float: left;
    width: 17%;
    display:block;
    margin-left: 2em;
}

#cover img {
    max-width: 100%;
}

/*#title_info {
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 1em;
    display: block;
}*/

/*#title_info .title-section {
    font-size: 25px;
    padding: 5px 0;
    overflow: auto;
    border-bottom: 2px solid #c62628;
}*/

/*#title_info #title_title {
    float: left;
    margin-top: 0.25em;
}

#title_info #title_synopsis {
    margin: 10px 0;
}

#title_info #title_people {
    overflow: hidden;
}

#title_info .title-cast {
    max-height: 1.2em;
    overflow: hidden;
}

#title_info #title_allowed_age {
    padding: 5px 10px;
    float: right;
    border-radius: 10px;
    background-color: #c62628;
}*/

/*#title_buttons {
    text-align: left;
    width: calc((87%) + 1em);
    margin: 2em 0 1em 2em;
}*/

/*.title-button {
    display: inline-block;
    padding: 5px 20px 7px 20px;
    text-align: center;
    font-size: 30px;
    float: right;
    cursor: pointer;
    border-radius: 5px;
    background-color: #c62628;
}

.title-button.trailer {
    background-color: #11a1b9;
    margin-left: 5px;
}

.title-button img {
    max-height: 30px;
    vertical-align: middle;
}

.title-button span {
    vertical-align: middle;
}*/

/*#title_back_button {
    float: left;
}*/

#vod_series #series_seasons {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 1%;
    background-image: url(../NordWest/subcategories-bar.png);
    background-size: 98% 100%;
    background-repeat: no-repeat;
}

#vod_seasons_left {
    left: 1%;
    background: url(button-arrow-left-white.png) center left no-repeat;
}

#vod_series #vod_seasons_list {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: initial;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

    #vod_series #vod_seasons_list li {
        display: inline-block;
        padding: 0.5em 2em;
        cursor: pointer;
        text-transform: uppercase;
    }

        #vod_series #vod_seasons_list li.active {
            font-weight: bold;
            color: #3e80b9;
            background-image: url(../Intelvision/season-active.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: center center;
        }

.vod_seasons_button {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 0.6em;
    cursor: pointer;
}

#vod_seasons_right {
    right: 3%;
    background: url(button-arrow-right-white.png) center right no-repeat;
}


#vod_series {
    overflow: auto;
}

#vod_series #title_background {
    position: relative;
    width: 100%;
}

#vod_series #title_background img {
    width: 100%;
}

/*#vod_category_titles .title-season {
    padding: 10px;
    margin: 0.5em 0;
    cursor: pointer;
    text-align: left;
    background-color: #c62628;
}*/

/*#vod_category_titles .title-season.active {
    color: #c62628;
    background-color: white;
}*/

#vod_category_titles .season-episodes {
    display: none;
}

#vod_category_titles .episode {
    padding-left: 1em;
    text-align: left;
    border-bottom: 1px solid white;
}

#vod_category_titles .episode-progress-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 75%;
    background-color: white;
}

#vod_category_titles .episode-progress {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#vod_category_titles .episode-info {
    width: 88%;
    display: inline-block;
    padding-left: 10px;
    margin-left: 1%;
}

#vod_category_titles .episode h4 {
    margin: 0;
}

#vod_category_titles .episode {
    position: relative;
    margin: 1em 0 0 0;
    padding: 0;
}

#vod_category_titles .episode .episode-synopsis {
    margin-top: 0;
    height: 2.4em;
    overflow: hidden;
}

#vod_category_titles #vod_series .play-button {
    display: inline-block;
    margin-left: 1em;
    width: 3em;
    height: 3em;
    cursor: pointer;
    position: absolute;
    top: 10px;
    border-radius: 5px;
    background-color: #3e80b9;
}

    #vod_category_titles #vod_series .play-button img {
        max-height: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

ul.vod-titles li 
{
    float:left;
    width:22%;
    margin-right: 4%;
    margin-bottom: 1em;
    position: relative;
}

ul.vod-titles.design1 li:nth-child(4n) {
    margin-right: 0;
}

ul.vod-titles li .vod-tile {
    cursor:pointer;
}

ul.vod-titles .vod-tile div
{
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:0.9em;
}

ul.vod-titles li div.vod-tile-image
{
    width:100%;
    height:100%;
    margin:0 auto;
}

ul.vod-titles li div.vod-tile-image img
{
    width:100%;
    height:100%;
}

ul.vod-titles li.active div.vod-tile-image
{
	border: 5px solid #953735;
}

ul.vod-titles li div.vod-tile-title
{
    display: none;
    margin-top:10px;
    margin-bottom:10px;
    font-size:1em;
}

ul.vod-titles li div.vod-tile-resume
{
    display:none;
}

#npvr_records_list
{
    display: table;
    margin: 5px auto;
    padding: 0;
    list-style-type: none;
}

#npvr_records_list li 
{
    display:table-row;
    background-color: #404040;
}

#npvr_records_list li a
{
    display:block;
    width:100%;
}

#npvr_records_list li div 
{
	display: table-cell;
    padding:10px 25px;
    border: 1px solid #b7b7b7;
}

#npvr_records_list .npvr-synopsis 
{
	display: none;
}

#npvr_records_list li.active, #npvr_records_list li.active:hover  
{
	background-color: #d9d9d9;
    color: black;
}

#npvr_records_list li:hover  
{
	background-color: #595959;
}

ul#active_users {
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#active_users a + ul {
    display:none;
}

/* PLAYER CONTROLS */
/*#player {
    display: block;
    height: 250px;
    width: 390px;
    background-color: #000;
    z-index: 300;
    border: 2px solid #77933c;
    padding: 2px;
}*/

#player_custom_controls a {
    display:block;
    position:absolute;
    right:0;
    z-index: 2147483647;
    width:80px;
    height:60px;
}

#player_custom_controls a img {
    width:100%;
    height:100%;
}

#player_controls #player_back_button {
    width: 5%;
    display: inline-block;
    vertical-align: middle;
}

#player_controls #player_back_button img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

#player_info_button {
    top:50%;
}

#player_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background-color: black;
}

#player_timeshift {
    display: none;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 5%;
}
#player_timeshift img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

#player_controls {
    display: none;
    width: calc((100%) + 1px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:initial;
}

    #player_controls > div {
        clear: both;
        width: 100%;
    }

    #player_controls .top_bar {
        position: relative;
        height: 10%;
        padding-left: 2%;
        padding-top: 1%;
        text-align: left;
    }

    #player_controls #controls_event_info {
        display: inline-block;
        margin-left: 3%;
        width: 70%;
        height: 100%;
        text-align: left;
    }

    #player_controls #controls_event_info img {
        max-height: 100%;
        vertical-align: middle;
        margin-right: 5%;
    }

    #player_controls #controls_event_info h3 {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        max-height: 2.34em;
        font-size: 1.17em;
        font-weight: normal;
        overflow: hidden;
        max-width: 60%;
        text-align: left;
    }
    #player_controls #controls_event_info h3.date {
        width: 25%;
        font-size: 1em;
        max-height: 2em;
        text-align: center;
    }

    #player_controls .controls_bar {
        position: absolute;
        top: 40%;
        left: 20%;
        width: 60%;
        height: 14%;
    }

    #player_controls .controls_bar > div {
        width: 33%;
        height: 100%;
        display: inline-block;
    }

    #player_controls .controls_bar > div img {
        max-width: 100%;
        max-height: 100%;
    }

    #player_controls .track_bar {
        position: absolute;
        top: 85%;
        left: 2%;
        width: 96%;
        height: 14%;
    }

    #player_controls .control_buttons {
        position: absolute;
        top: 89%;
        left: 15%;
        width: 70%;
        height: 5%;
    }

    #player_controls .control_buttons > div {
        position: relative;
        width: 33%;
        height: 100%;
        display: inline-block;
    }

    #player_controls .control_buttons > div img {
        vertical-align: middle;
        max-height: 100%;
        margin-right: 10px;
    }

    #player_controls .control_buttons > div span {
        vertical-align: middle;
        margin-right: 10px;
    }

    #player_controls .main_bar {
        height: 40%;
        border-bottom: 2px solid white;
    }

    #player_controls .epg_bar {
        display: none;
        height: 60%;
    }

        #player_controls .main_bar div,
        #player_controls .epg_bar div {
            float: left;
            height: 100%;
            cursor: pointer;
        }

        #player_controls .main_bar > div {
            width: 5%;
            height: 80%;
            margin-right: 1em;
        }

        #player_controls .epg_bar > div {
            position: relative;
        }

        #player_controls .epg_bar .track_title {
            max-width: 90%;
        }

        #player_controls .epg_bar .track_title h4 {
            margin: 1em 0 0.5em 0;
            text-align: left;
        }

        #player_controls .epg_bar .track_title p {
            margin: 0;
            font-size: 14px;
            text-align: left;
        }

            #player_controls .epg_bar .track_title span {
                padding: 0 10px;
                font-weight: bold;
                font-style: italic;
            }

        #player_controls .main_bar .airplay {
            display: none;
            background: url('../nordwest/player-controls.png') no-repeat 9px -1246px;
        }

            #player_controls .main_bar .airplay:hover {
                background-position: 9px -1290px;
            }

        #player_controls .main_bar .airplaystop {
            background: url('../nordwest/player-controls.png') no-repeat 9px -1335px;
        }

            #player_controls .main_bar .airplaystop:hover {
                background-position: 9px -1379px;
            }

        #player_controls .main_bar .mute {
            background: rgba(124, 0, 0, 0.8) url('../NordWest/unmute.png') no-repeat center center;
            background-size: 45%;
        }

        #player_controls .main_bar .unmute {
            background: rgba(124, 0, 0, 0.8) url('../NordWest/mute.png') no-repeat center center;
            background-size: 45%;
        }

        #player_controls .main_bar .time {
            display: none;
            width: 120px;
            padding: 12px 0;
            text-align: center;
            font-size: 12px;
            color: #fff;
        }

            #player_controls .main_bar .time strong {
                font-weight: normal;
                color: #666;
            }

        #player_controls .main_bar .volume {
            display: none;
            max-width: 50%;
            background: url('../nordwest/player-controls.png') no-repeat 18px -404px;
        }

            #player_controls .main_bar .volume:hover {
                background-position: 18px -448px;
            }

        #player_controls .main_bar .fullscreen {
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 7px -580px;
        }

            #player_controls .main_bar .fullscreen:hover {
                background-position: 7px -625px;
            }

        #player_controls .main_bar .smallscreen {
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 7px -673px;
        }

            #player_controls .main_bar .smallscreen:hover {
                background-position: 7px -718px;
            }

        #player_controls .main_bar .zoomin {
            display: none;
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 9px -975px;
        }

            #player_controls .main_bar .zoomin:hover {
                background-position: 9px -1020px;
            }

        #player_controls .main_bar .zoomout {
            display: none;
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 9px -1068px;
        }

            #player_controls .main_bar .zoomout:hover {
                background-position: 9px -1113px;
            }

        #player_controls .main_bar .live {
            display: none;
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 9px -767px;
            background-color: #aa3232;
        }

            #player_controls .main_bar .live:hover {
                background-position: 9px -811px;
            }

        #player_controls .main_bar .jump_forward {
            display: none;
            float: right;
            border-right: none;
            border-left: 1px solid #000;
            background: url('../nordwest/player-controls.png') no-repeat 9px -1158px;
        }

            #player_controls .main_bar .jump_forward:hover {
                background-position: 9px -1201px;
            }

        #player_controls .track_bar .track {
            width: 92%;
            height: 10%;
            position: relative;
            margin: 0 auto;
            top:40%;
            transform: translateY(-50%);
            background-color: white;
        }

        #player_controls .track_bar .track #start_value {
            position: absolute;
            left: -3em;
            top: 50%;
            transform: translateY(-50%);
        }

        #player_controls .track_bar .track #end_value {
            position: absolute;
            right: -3em;
            top: 50%;
            transform: translateY(-50%);
        }

        #player_controls .track_bar .timeshift_progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 0;
            background-color: #3a89c9;
        }

        #player_controls div.playhead,
        #player_controls div.volhead {
            position: absolute;
            top: 50%;
            right: -1em;
            transform: translate(-50%, -50%);
            background-color: white;
            width: 0.75em;
            height: 1.5em;
            z-index: 99;
            border-radius: 5px;
        }

            #player_controls .playhead .thumbnail {
                display: none;
                position: absolute;
                top: -11em;
                left: -6.7em;
                width: 15em;
            }
            #player_controls .playhead .thumbnail img {
                max-width: 100%;
                border: 2px solid white;
            }

            #player_controls .playhead .current_value,
            #player_controls .volhead .current_value {
                position: absolute;
                box-sizing:initial;
                top: -3em;
                left: -0.7em;
                margin-top: 1em;
                height: 1em;
                padding: 0.25em;
                color: #fff;
            }

            #player_controls .volhead .current_value {
                display:none;
                text-indent:0;
            }

        #player_controls .progress,
        #player_controls .intensity,
        #player_controls .prev_track {
            position: relative;
            height: 100%;
            background-color: #3a89c9;
        }

        #player_controls .next_track {
            float: right;
            margin-right: -20%;
        }

        #player_controls .buffer {
            background-color: rgba(255,255,255,0.1);
        }


@media only screen 
and (max-width : 768px) {
    body 
    {
        font-size: 14px;
    }

    #wrapper {
        width:98%; 
    }

    #search_bar {
        height:30px;
        line-height:30px;
    }

    .title-bar 
    {
        height:52px;
    }

    ul.tabs li a 
    {
        height:50px;
        line-height: 50px;
        font-size:0.8em;
    }

    #guide_nav ul li
    {
        font-size: 12px;
        line-height: 30px;
    }
    div#navigation_options #menu_list li img {
        margin-bottom: 0.5em;
    }

    #player_controls .main_bar > div {
        width: 8%;
    }
    #player_controls .main_bar .track {
        width: 70%;
    }

    div#profile_settings #profile_menu {
        font-size: 14px;
    }
    div#profile_info h1 {
        font-size: 1.3em;
    }
    div#profile_info .password-button {
        width: 100px;
        height: 2em;
        margin-left: 130px;
        font-size: 14px;
    }
    div#profile_info form label {
        width: 120px;
    }
    
    div#profile_info .password-change {
        width: 120px;
        font-size: 1.5em;
    }

    #detailsHeaderMenu
    {
        margin-top: 3em;
    }
    #vod_categories_list
    {
        font-size: 20px;
    }
    #vod_subcategories_list li.active  
    {
        font-size: 18px;
    }

    #title_info {
        height: 65%;
        overflow: hidden;
    }

    #title_info .title-section {
        font-size: 16px;
    }
    .title-button {
        padding: 13px;
        padding-right: 40px;
        font-size: 22px;
        min-width: 135px;
    }

        .title-button .title-restriction {
            width: 45px;
            height: 45px;
        }

        .title-button .title-button-text {
            margin-left: 27%;
        }

    .title-button img {
        max-height: 22px;
    }

    #vod_category_titles #vod_series .play-button {
        font-size: 13px;
        margin: 0;
    }
    #vod_category_titles #vod_series .play-button img {
        max-height: 20px;
    }

    #vod_titles_list .vod-portal-title .poster-play-button img {
        height: 18px;
        margin-left: 5px;
    }
    
    #vod_titles_list .vod-portal-title .poster-play-button span {
        font-size: 20px;
    }

    #vod_titles_list .vod-portal-title .poster-title {
        font-size: 1.5em;
    }

/*    #title_info #title_synopsis {
        max-height: 2.4em;
        overflow: hidden;
    }*/
    #title_buttons {
        margin-top: 0;
    }

    div.login_pane {
        padding-left: 23%;
        width: 77%;
    }
    div.login_pane form {
        width: 70%;
    }
    div#login_page_logo {
        width: 25%;
        padding-left: 25%;
        margin-top: 5px;
        margin-bottom: 0;
    }
    div.login_pane .login-input-wrapper {
        position: relative;
        margin: 5px;
    }
    div.login_pane input.button {
        width: calc((100%) - 10px);
        margin: 5px;
    }
    .epg-channels .channel-info span.channel-name,
    .epg-channels .channel-info span.channel-number {
        font-size: 0.8em;
    }
    #epg_list_table td a {
        font-size: 0.8em;
    }

    #channel_categories .category
    {
        font-size: 1em;
        height: 2em;
        line-height: 2em;
    }

    #bdin_buttons li {
        height: 2em;
    }
    #bdin_buttons li a {
        height: 2em;
        font-size: 0.8em;
    }
    #bdin_buttons li img {
        max-width: 15%;
    }
    #bdin_buttons li span {
        left: 62%;
        transform: translate(-62%, -50%);
    }

    div#channel_play #event_info_wrapper #channel_info #event_info p
    {
        font-size: 10px;
        overflow: hidden;
    }

    #current_time #current_date {
        font-size: 0.9em;
    }
    #current_time #current_hour {
        font-size: 1.5em;
    }

    div#channel_wrapper .channel_title
    {
        width: 100%;
    }
    div#channel_wrapper .channel_title.one
    {
        width: calc((100%) - 20px);
    }
    div#channel_wrapper .channel_title.two
    {
        width: calc((100%) - 40px);
    }
    div#channel_wrapper .channel_title.three
    {
        width: calc((100%) - 60px);
    }
    div#channel_wrapper .channel_info_icons
    {
        width: 0;
        height: 15px;
    }
    div#channel_wrapper .channel_info_icons.one
    {
        width: 20px;
    }
    div#channel_wrapper .channel_info_icons.two
    {
        width: 40px;
    }
    div#channel_wrapper .channel_info_icons.three
    {
        width: 60px;
    }
    ul.channels li div.channel-info .channel_info_icons span
    {
       width:15px;
       height:15px;
    }

    #channel_categories_guide .category
    {
        font-size: 1em;
        height: calc((3em) + 5px);
    }

    #player_controls .track_bar .track {
        width: 85%;
    }

    .event-element .content-info p
    {
        line-height: 1.11em;
    }

    div#profile_info #initial_service .initial-service label {
        width: 32%;
    }
    div#profile_info #language .lang label {
        width: 32%;
    }

    div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .timeshift
    {
        width: 8%;
        height: 11px;
    }
    div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .reminder
    {
        width: 8%;
        height: 11px;
    }

    #radio_info #radio_mood #current_time .current-value {
        font-size: 1em;
    }
    #radio_info #radio_mood #current_time #current_hour {
        font-size: 1.5em;
    }

    #reminder_box {
        width: 30%;
    }

    div#home_posters.simnet {
        height: 35%;
    }
    div#home_posters.simnet img {
        max-width: 20%;
        top: 17%;
    }
    div#navigation.simnet {
        height: 35%;
    }
    div#navigation_options.simnet #menu_list li {
        width: 13%;
    }
    div#navigation_options.simnet #menu_list li:nth-child(2) {
        width: 20%;
    }

    #search_wrapper {
        top: 16%;
    }

    #vod_logo {
        top: 49%;
    }
}

@media only screen 
and (min-width : 769px) 
and (max-width : 1024px) {
    body 
    {
        font-size: 16px;
    }

    #wrapper {
        width:98%; 
    }

    #search_bar {
        height:30px;
        line-height:30px;
    }

    .title-bar 
    {
        height:52px;
    }
    ul.tabs li a 
    {
        height:50px;
        line-height: 50px;
    }

    #guide_nav ul li
    {
        width: 30%;
        font-size: 18px;
        line-height: 45px;
    }

    #player_controls .main_bar > div {
        width: 6%;
    }
    #player_controls .main_bar .track {
        width: 70%;
    }

    div#profile_settings #profile_menu {
        font-size: 16px;
    }
    div#profile_info h1 {
        font-size: 1.5em;
    }
    div#profile_info .password-button {
        font-size: 16px;
        width: 130px;
        margin-left: 160px;
    }
    div#profile_info form label {
        width: 150px;
    }
    
    div#profile_info .password-change {
        width: 150px;
        font-size: 1.5em;
    }

    #detailsHeaderMenu
    {
        margin-top: 3em;
    }
    #vod_categories_list
    {
        font-size: 25px;
    }
    #vod_subcategories_list li.active  
    {
        font-size: 20px;
    }

    #title_info .title-section {
        font-size: 20px;
    }
    .title-button {
        font-size: 25px;
    }
    .title-button img {
        max-height: 25px;
    }

    #vod_category_titles #vod_series .play-button {
        font-size: 19px;
        margin: 0;
    }
    #vod_category_titles #vod_series .play-button img {
        max-height: 25px;
    }

    #vod_titles_list .vod-portal-title .poster-play-button img {
        height: 23px;
        margin-left: 5px;
    }
    
    #vod_titles_list .vod-portal-title .poster-play-button span {
        font-size: 25px;
    }

    #vod_titles_list .vod-portal-title .poster-title {
        font-size: 1.5em;
    }

/*    #title_info #title_synopsis {
        max-height: 3.6em;
        overflow: hidden;
    }*/
    #title_buttons {
        margin-top: 1em;
    }

    div.login_pane {
        padding-left: 23%;
        width: 77%;
    }
    div.login_pane form {
        width: 70%;
    }
    div#login_page_logo {
        width: 25%;
        padding-left: 25%;
    }

    div#channel_play #event_info_wrapper #channel_info #event_info p
    {
        overflow: hidden;
    }

    #channel_categories .category
    {
        font-size: 1em;
        height: 2em;
        line-height: 2em;
    }

    #bdin_buttons li {
        height: 2em;
    }
    #bdin_buttons li a {
        height: 2em;
        font-size: 0.8em;
    }
    #bdin_buttons li img {
        max-width: 15%;
    }
    #bdin_buttons li span {
        left: 62%;
        transform: translate(-62%, -50%);
    }

    #current_time #current_date {
        font-size: 0.9em;
    }
    #current_time #current_hour {
        font-size: 1.5em;
    }

    div#profile_info #initial_service .initial-service label {
        width: 25%;
    }
    div#profile_info #language .lang label {
        width: 25%;
    }

    div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .timeshift
    {
        width: 7%;
        height: 12px;
    }
    div#channel_play #event_info_wrapper #channel_info #event_info .event_timing .reminder
    {
        width: 7%;
        height: 12px;
    }

    #radio_info #radio_mood #current_time .current-value {
        font-size: 1em;
    }
    #radio_info #radio_mood #current_time #current_hour {
        font-size: 1.5em;
    }

    div#home_posters.simnet {
        height: 35%;
    }
    div#home_posters.simnet img {
        max-width: 20%;
        top: 17%;
    }
    div#navigation.simnet {
        height: 35%;
    }

    #search_wrapper {
        top: 15%;
    }

    #vod_logo {
        top: 39px;
    }
}

