@charset "UTF-8";
#tv_programs {
  font-weight: 400;
}
.fullscreen #tv_programs {
  display: none;
}
#tv_programs .customTitle {
  position: absolute;
  z-index: 400;
  top: -826px;
  left: -250px;
  width: 250px;
  height: auto;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  visibility: hidden;
  background: #fdfdfd;
  color: #394051;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tv_programs .customTitle.show {
  opacity: 1;
  will-change: opacity;
  visibility: visible;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#tv_programs .customTitle p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 1.1;
  max-height: 160px;
  padding: 10px 10px 0;
  margin: 0 0 10px 0;
  color: #5a7b9b;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tv_programs .customTitle p span {
  display: block;
  margin: 0 !important;
}
#tv_programs .customTitle .img {
  display: block;
  height: 140px;
  background-color: #282a34;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 110%;
}
#tv_programs .settingsCont {
  height: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-align: center;
}
#tv_programs .settingsCont .innerSettingsDiv {
  width: auto;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  height: 100%;
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates {
  position: relative;
  min-width: 100px;
  height: 44px;
  padding: 5px 4px 6px;
  background: #f3f4f6; /* Old browsers */
  background-image: -moz-linear-gradient(top, #FFF, #eaecef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#eaecef));
  background-image: -webkit-linear-gradient(top, #FFF, #eaecef);
  background-image: -o-linear-gradient(top, #FFF, #eaecef);
  background-image: linear-gradient(to bottom, #FFF, #eaecef);
  -webkit-box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
  -moz-box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
  box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
  cursor: pointer;
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates.open .edit-container {
  z-index: 1;
  opacity: 1;
  will-change: opacity;
  background: #fff;
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates .txt {
  width: 88px;
  height: 29px;
  padding: 2px;
  line-height: 29px;
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
  text-align: right;
  color: #517088;
  text-shadow: 1px 1px #fff;
}
@media only screen and (min-width: 999px) {
  #tv_programs .settingsCont .innerSettingsDiv .dropDownDates .txt {
    width: 192px;
    font-size: 18px;
    text-align: center;
  }
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates .txt b {
  margin: 0px 4px 0 0;
  font-size: 20px;
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates .arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 21px;
  width: 50px;
  padding-right: 26px;
  text-align: right;
  color: #5d89d4;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 999px) {
  #tv_programs .settingsCont .innerSettingsDiv .dropDownDates .arrow {
    display: block;
  }
}
#tv_programs .settingsCont .innerSettingsDiv .dropDownDates .arrow::after {
  display: block;
  content: "";
  width: 53px;
  position: absolute;
  height: 30px;
  top: -15px;
  right: 0px;
  background: transparent url(//srv1.mytv.bg/i/ic/rd2/epg/calendar_icon.svg) center center no-repeat;
  background-size: 24px auto;
}
#tv_programs .settingsCont .innerSettingsDiv .edit-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 44px;
  background: url("//srv1.mytv.bg/i/ic/icons/form/edit_btn.svg") no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#tv_programs .settingsCont .innerSettingsDiv #close-edit-order {
  content: " ";
  float: left;
  width: 38px;
  height: 36px;
  padding: 8px 6px 0;
  text-align: center;
  cursor: pointer;
}
#tv_programs .settingsCont .innerSettingsDiv #close-edit-order:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#tv_programs .settingsCont .innerSettingsDiv #close-edit-order:hover .fa-times path {
  fill: #d75b63;
}
#tv_programs .settingsCont .innerSettingsDiv #close-edit-order .fa-times {
  width: auto;
  height: 30px;
}
#tv_programs .settingsCont .innerSettingsDiv #close-edit-order .fa-times path {
  fill: #d34750;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save {
  cursor: pointer;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save:hover .icon .fa-check path {
  fill: #17b5ad;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save .text {
  display: none;
}
@media only screen and (min-width: 599px) {
  #tv_programs .settingsCont .innerSettingsDiv #edit-order-save .text {
    display: block;
    float: left;
    width: 110px;
    padding: 6px 0;
    text-align: right;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #698aab;
    text-align: center;
  }
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save .icon {
  display: block;
  float: right;
  width: 38px;
  height: 36px;
  margin: 0 8px 0 0;
  padding: 8px 0;
  text-align: center;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save .icon .fa-check {
  width: auto;
  height: 30px;
  margin: auto;
  padding: 0;
}
#tv_programs .settingsCont .innerSettingsDiv #edit-order-save .icon .fa-check path {
  fill: #15a29c;
}
#tv_programs .settingsCont .innerSettingsDiv .holder_Of_Calendar {
  position: absolute;
  top: 36px;
  left: 0px;
  height: 0;
  width: 307px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  border-radius: 0px;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#tv_programs .settingsCont .innerSettingsDiv .holder_Of_Calendar.opened {
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  will-change: opacity;
  height: 318px;
  cursor: default;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#tv_programs .settingsCont .innerSettingsDiv .holder_Of_Calendar.opened .bottom_of_calendar {
  display: none;
}
#tv_programs .mainBodyTvContent {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tv_programs .mainBodyTvContent.limit {
  min-height: 1310px;
}
#tv_programs .mainBodyTvContent .fixed_leftCont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding-top: 44px;
  background: #132637;
  background: #000;
  -webkit-box-shadow: 5px 0px 18px rgba(35, 31, 32, 0.45);
  -moz-box-shadow: 5px 0px 18px rgba(35, 31, 32, 0.45);
  box-shadow: 5px 0px 18px rgba(35, 31, 32, 0.45);
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox.clone {
  position: relative !important;
  opacity: 0.6;
  will-change: opacity;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox.drag-active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox.hd::after {
  display: none;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox svg:hover path {
  fill: rgba(250, 250, 250, 0.6);
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox:hover .btn-drag path {
  fill: rgba(250, 250, 250, 0.6);
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox path {
  fill: rgba(250, 250, 250, 0.9);
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .draw-target {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-drag {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 0;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-drag .icon {
  width: auto;
  height: 33px;
  margin-top: -16px;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-add,
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-remove {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  cursor: pointer;
}
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-add .icon,
#tv_programs .mainBodyTvContent .fixed_leftCont.is-order .tvBox .btn-remove .icon {
  width: auto;
  height: 26px;
}
#tv_programs .mainBodyTvContent .fixed_leftCont .tvBox {
  position: relative;
  display: block;
  width: 100px;
  height: 72px;
  margin-top: 0px;
  margin-bottom: 1px;
  text-align: center;
  background-image: url(//srv1.mytv.bg/i/ic/c2/live_bg_mask.png?v=0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: white;
}
@media only screen and (min-width: 999px) {
  #tv_programs .mainBodyTvContent .fixed_leftCont .tvBox {
    width: 200px;
  }
}
#tv_programs .mainBodyTvContent .fixed_leftCont .tvBox:first-child {
  height: 73px;
}
#tv_programs .mainBodyTvContent .fixed_leftCont .tvBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.no-sub #tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.free::after, #tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.hd::after, #tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.fhd::after {
  content: "HD";
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 1px 3px;
  line-height: 1;
  opacity: 0.5;
  will-change: opacity;
  color: #000;
  background: #fff;
  text-align: left;
  font-size: 0.5em;
  font-weight: 700;
  font-variant: small-caps;
}
#tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.fhd:after {
  content: "FHD";
}
#tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.uhd:after {
  content: "4K";
}
.no-sub #tv_programs .mainBodyTvContent .fixed_leftCont .tvBox.free:after {
  content: "FREE";
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 44px;
  overflow: hidden;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine {
  position: absolute;
  top: 0px;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 3;
  overflow-x: scroll;
  overflow-y: hidden;
  color: #517088;
  background: #f3f4f6; /* Old browsers */
  background-image: -moz-linear-gradient(top, #FFF, #eaecef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#eaecef));
  background-image: -webkit-linear-gradient(top, #FFF, #eaecef);
  background-image: -o-linear-gradient(top, #FFF, #eaecef);
  background-image: linear-gradient(to bottom, #FFF, #eaecef);
  -webkit-box-shadow: -10px 3px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 3px 18px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 3px 18px rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: unset;
}
@media only screen and (min-width: 799px) {
  #tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine {
    width: 100%;
  }
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .currentTimeLineHolder {
  position: relative;
  left: 0;
  width: 57600px; /* 10 дни */
  margin-left: 0px;
  -webkit-transition: left 0.4s linear;
  -moz-transition: left 0.4s linear;
  -ms-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  transition: left 0.4s linear;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .currentTimeLineHolder .currentTimeLineHolderInner {
  position: relative !important;
  margin: 0px 0px 0px 50%;
  height: 42px;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .inTS {
  height: 44px;
  display: block;
  width: 240px;
  cursor: e-resize;
  background-image: url("//srv1.mytv.bg/i/ic/rd2/epg/hours_line.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  position: absolute;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .inTS.dayd .time {
  background: #8ec6ff;
  height: 40px;
  left: -50px;
  line-height: 62px;
  top: 0;
  vertical-align: bottom;
  width: 100px;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .inTS .time {
  display: block;
  position: absolute;
  left: -50%;
  bottom: 20px;
  width: 100%;
  height: 11px;
  z-index: 1;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .timePointer_fixer {
  position: absolute;
  top: 0;
  margin-left: -27.5px;
  width: 55px;
  height: 44px;
  line-height: 44px;
  z-index: 4;
  background-size: contain;
  text-align: center;
  color: #000;
  font-size: 18px;
  background-color: #cfca3f;
}
#tv_programs .mainBodyTvContent .currentTimeLineWrapper .currentTimeLine .timePointer_fixer.endday {
  width: 100px;
  height: 42px;
  margin-left: -50px;
  padding: 2px 0 0;
  line-height: normal;
  font-size: 16px;
  background: #f3f4f6;
  background-image: -moz-linear-gradient(top, #FFF, #eaecef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#eaecef));
  background-image: -webkit-linear-gradient(top, #FFF, #eaecef);
  background-image: -o-linear-gradient(top, #FFF, #eaecef);
  background-image: linear-gradient(to bottom, #FFF, #eaecef);
  font-weight: 500;
}
#tv_programs .mainBodyTvContent .tvTimeCont {
  position: absolute;
  left: 0;
  height: 1700px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram {
  position: relative;
  left: 0;
  width: 57600px; /* 10 дни */
  height: 100%;
  margin-left: 0px;
  font-weight: 400;
  -webkit-transition: left 0.4s linear;
  -moz-transition: left 0.4s linear;
  -ms-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  transition: left 0.4s linear;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row {
  position: relative !important;
  margin: 0px 0px 0px 50%; /* реда за канала е в средата отместен */
  height: 73px;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.first {
  margin-top: 46px;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row:hover .inPrTv, #tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.hover .inPrTv {
  background-color: #415369;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row:hover .inPrTv.tma, #tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.hover .inPrTv.tma {
  background: #3c4044;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row:hover .inPrTv.curr:hover::after, #tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.hover .inPrTv.curr:hover::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.channel-no-dvr {
  width: 1920px;
  height: 70px;
  left: -851px;
  margin-bottom: 3px;
  text-align: center;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.channel-no-dvr .inPrTv {
  left: 0px !important;
  right: 215px !important;
  width: auto !important;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.channel-no-dvr .inPrTv .strSwT {
  display: none;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row.channel-no-dvr .inPrTv .strSwT .ntShow {
  line-height: 70px;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv {
  display: flex;
  position: absolute;
  height: 70px;
  padding: 0 16px;
  margin: 0;
  align-items: center;
  align-content: center;
  white-space: nowrap;
  flex-wrap: wrap;
  border-radius: 4px;
  color: white;
  background: #2d3d50;
  cursor: pointer;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv.curr .strSwT {
  color: rgba(255, 255, 255, 0.7);
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv.tma {
  background-color: #363a3e;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv.tma .strSwT {
  color: #a9abad;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv.icRec::after {
  content: "запис";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 16px;
  display: block;
  background: #152a3e;
  border-radius: 3px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv .strSwT {
  display: block;
  width: 100%;
  padding: 0;
  flex-shrink: 0;
  color: #698aab;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv .strSwT.icon_padding {
  padding: 17px 18px 9px 33px;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .channel-row .inPrTv .ntShow {
  display: block;
  width: 100%;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .timePointer {
  width: 1px;
  background: #cfca3f;
  height: 100%;
  position: absolute;
  margin-left: 50%;
  top: -4px;
}
#tv_programs .mainBodyTvContent .tvTimeCont #tvTimeContProgram .timePointer.endday {
  background: #8bc43e;
}
#tv_programs .mainBodyTvContent .nav-buttons {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 44px;
  z-index: 4;
  background: #f3f4f6;
  background-image: -moz-linear-gradient(top, #FFF, #eaecef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#eaecef));
  background-image: -webkit-linear-gradient(top, #FFF, #eaecef);
  background-image: -o-linear-gradient(top, #FFF, #eaecef);
  background-image: linear-gradient(to bottom, #FFF, #eaecef);
  -webkit-box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
  -moz-box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
  box-shadow: 0px 0px 18px rgba(35, 31, 32, 0.45);
}
#tv_programs .mainBodyTvContent .nav-buttons .goPrev, #tv_programs .mainBodyTvContent .nav-buttons .goNext, #tv_programs .mainBodyTvContent .nav-buttons .goMiddle, #tv_programs .mainBodyTvContent .nav-buttons .local-time {
  float: left;
  position: relative;
  width: 40px;
  height: 44px;
  line-height: 46px;
}
@media only screen and (min-width: 599px) {
  #tv_programs .mainBodyTvContent .nav-buttons .goPrev, #tv_programs .mainBodyTvContent .nav-buttons .goNext, #tv_programs .mainBodyTvContent .nav-buttons .goMiddle, #tv_programs .mainBodyTvContent .nav-buttons .local-time {
    width: 60px;
  }
}
#tv_programs .mainBodyTvContent .nav-buttons .goPrev, #tv_programs .mainBodyTvContent .nav-buttons .goNext, #tv_programs .mainBodyTvContent .nav-buttons .goMiddle, #tv_programs .mainBodyTvContent .nav-buttons .local-time {
  color: #698aab;
  text-align: center;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tv_programs .mainBodyTvContent .nav-buttons .goPrev::before, #tv_programs .mainBodyTvContent .nav-buttons .goNext::before, #tv_programs .mainBodyTvContent .nav-buttons .goMiddle::before, #tv_programs .mainBodyTvContent .nav-buttons .local-time::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 44px;
  z-index: 4;
  background-image: url(//srv1.mytv.bg/i/ic/rd2/epg/epg_navigation.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
#tv_programs .mainBodyTvContent .nav-buttons .goPrev:hover, #tv_programs .mainBodyTvContent .nav-buttons .goNext:hover, #tv_programs .mainBodyTvContent .nav-buttons .goMiddle:hover, #tv_programs .mainBodyTvContent .nav-buttons .local-time:hover {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
#tv_programs .mainBodyTvContent .nav-buttons .goPrev::before {
  background-position: 8px 50%;
}
#tv_programs .mainBodyTvContent .nav-buttons .goNext::before {
  background-position: -150px 50%;
}
#tv_programs .mainBodyTvContent .nav-buttons .goMiddle::before {
  display: none;
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time::before {
  background-position: -72px 50%;
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time:hover .localTimeCustomTitle {
  opacity: 1;
  will-change: opacity;
  visibility: visible;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time .localTimeCustomTitle {
  position: absolute;
  right: 6px;
  top: 50px;
  width: 360px;
  z-index: 10;
  line-height: 1;
  background: #fdfdfd;
  font-size: 1rem;
  text-transform: none;
  opacity: 0;
  will-change: opacity;
  visibility: hidden;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -o-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time .localTimeCustomTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 18px;
  width: 14px;
  height: 10px;
  z-index: 10;
  background: url(//srv1.mytv.bg/i/ic/rd2/epg/arrow_top.png) 0 0 no-repeat;
  background-size: contain;
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time .localTimeCustomTitle h3 {
  float: none;
  margin: 0;
  padding: 10px;
  text-align: left;
  opacity: 1;
  will-change: opacity;
  color: #5a7b9b !important;
  background-color: #f2f3f7;
  font-size: 1em;
}
#tv_programs .mainBodyTvContent .nav-buttons .local-time .localTimeCustomTitle p {
  padding: 10px;
  margin: 0;
  color: #597b9e;
  text-align: left;
}

/*# sourceMappingURL=tvprogram.page.css.map */
