
.tvnoe-submenu-name {
	font-size: 2.3rem;
	font-weight: 800;
	color: #808080;
	display: inline-block;
	width: 17rem;
	max-height: 30px;
	height: 30px;
}
.tvnoe-submenu-li {
	display: inline-block;
}
.tvnoe-submenu-li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.tvnoe-submenu-li li {
	display: inline-block;
  padding: 1.8rem 1rem;
}
.tvnoe-submenu-li li.set {
  background-color: #ffffff;
}
.tvnoe-submenu-li li a {
  color: #808080;
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
}
.tvnoe-submenu-li li.set a {
  color: #303030;
}
.tvnoe-submenu-li li a:hover {
  border-bottom: 2px solid #808080;
}

.noe-program-nav {
  width: 100%;
}
.noe-program-nav ul {
  list-style-type: none;
  display: flex;
  margin: 0;
}
.noe-program-nav ul li {
  display: inline-block;
  background: white;
  margin-right: 3px;
  border-radius: 3px;
  width: 99%;
  max-width: 80px;
  min-width: 40px;
  text-align: center;
  padding: 5px;
}
.noe-program-nav ul li a {
  display: block;
}
.noe-program-nav ul li.noe-program-nav-sipka{
  font-size: 200%;
  background: transparent;
  min-width: 30px;
}
.noe-program-nav ul li.noe-program-nav-ned{
  font-weight: bold;
}
.noe-program-nav ul li.noe-program-nav-set{
  background: #54bc91;
  font-weight: bold;
}
.noe-program-nav ul li.noe-program-nav-set a{
  color: white !important;
}

.noe-program-list {
  min-width: 600px;
}
.noe-program-list > div {
  display: flex;
}

.noe-program-list-noe2 a {
  color: #0057cb;
}
.noe-program-list-noe2 a:hover {
  color: #8080ff;
}

.noe-program-list > div > div{
  width: 50%;
  margin: 0 1em 0.2em 1em;
  border-bottom: 1px solid lightgray;
}

.noe-program-list-head {
  color: white;font-size: 110%;padding: 0.2em 1em;font-weight: bold;
}
.noe-program-list-head-noe1 {
  background: #2bc48c;
}
.noe-program-list-head-noe2 {
  background: #0057cb;
}

.noe-program-print{ float: right;}
.noe-program-print-ico{
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
}
.noe-program-print-ico::before {content: "\f02f";}


@media (max-width: 470px) {
  .noemain-a {display: block !important;margin-bottom: 0 !important;}
  .noemain-block {width: 100% !important;margin-bottom: 10px;}
  .noe-program-nav ul li {
    font-size: 60%;
    min-width: 25px;
  }
}

@media (max-width: 772px) {
  .noemain-a {display: block !important;margin-bottom: 0 !important;}
  .noemain-block {width: 100% !important;margin-bottom: 10px;}
  .noe-program-nav ul li {
    font-size: 80%;
    min-width: 29px;
  }

}

@media (max-width: 960px) {
  .noe-program-nav ul li {
  }

}

@media (max-width: 1200px) {
  .noe-program-nav ul li {
  }
}

.noe-videoteka-nav {
  width: 100%;
}
.noe-videoteka-nav ul {
  list-style-type: none;
  display: flex;
  margin: 0;
}
.noe-videoteka-nav ul li {
  display: inline-block;
  background: #747474;
  margin-right: 3px;
  border-radius: 3px;
  width: 99%;
  max-width: 80px;
  min-width: 40px;
  text-align: center;
  padding: 5px;
}
.noe-videoteka-nav ul li a {
  display: block;
  color: white;
}
.noe-videoteka-nav ul li:hover {
  background: #aeaeae;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-sipka{
  background: transparent;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-sipka:hover{
  background: #e0e0e0;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-ned{
  font-weight: bold;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-set{
  background: #54bc91;
  font-weight: bold;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-set:hover{
  background: #54bc91;
}
.noe-videoteka-nav ul li.noe-videoteka-nav-set a{
  color: white !important;
}
