.cf:after {
  content: "";
  display: table;
  clear: both; }

* {
  box-sizing: border-box; }

a {
  color: #111; }
  a:hover {
    color: #dd4800; }

pre {
  border-radius: 0; }

body {
  background: url("https://koobas.hobune.stream/wayback/20210105195730/https://cache.uttv.ee/uttvfiles/css/img/bg-dark-gray.png");
  font-family: "Open Sans", Arial, sans-serif; }
  @media (max-width: 767px) {
    body {
      padding: 0; } }

.dark {
  background: url("https://koobas.hobune.stream/wayback/20210105195730/https://cache.uttv.ee/uttvfiles/css/img/bg.png"); }
  @media (max-width: 767px) {
    .dark {
      padding: 0 20px; } }
  .dark > .container-fluid {
    padding-top: 20px; }

.container-fluid {
  max-width: 1200px;
  margin: 0 auto; }

.logo {
  background: url("https://koobas.hobune.stream/wayback/20210105195730/https://cache.uttv.ee/uttvfiles/css/img/logo-uttv-white.png");
  width: 131px;
  height: 73px; }

.ut-logo {
  display: block;
  float: right;
  margin-top: 28px;
  margin-left: 15px;
  max-width: 300px; }
  @media (max-width: 979px) {
    .ut-logo {
      max-width: 25%;
      float: left;
      margin-top: 28px; } }
  @media (max-width: 480px) {
    .ut-logo {
      display: none; } }
  .ut-logo img {
    width: 100%; }

.navbar-inner {
  box-shadow: none;
  border: 0;
  background: none;
  vertical-align: middle; }

.navbar {
  margin-bottom: 0;
  padding: 5px 15px;
  position: relative; }
  .navbar .brand {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle; }
  .navbar .btn-navbar {
    position: absolute;
    right: 15px;
    top: 30px;
    box-shadow: none;
    border-radius: 0;
    background: #ededed; }
    .navbar .btn-navbar .icon-bar {
      height: 1px;
      margin-bottom: 1px;
      box-shadow: none;
      border-radius: 0;
      background: #888; }
  .navbar .nav {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 26px;
    font-size: 18px; }
    .navbar .nav > .active > a, .navbar .nav > .active > a:hover {
      box-shadow: none;
      background: none;
      color: #ff5200; }
    .navbar .nav > li > a {
      color: #eee;
      text-shadow: 0 1px 0 #000; }
      .navbar .nav > li > a:hover {
        color: #ff5200; }
  @media (max-width: 979px) {
    .navbar .collapse {
      position: absolute;
      top: 103px;
      background: #eee;
      z-index: 99999;
      left: 0;
      right: 0; }
      .navbar .collapse.nav-collapse .nav {
        margin-top: 10px; }
      .navbar .collapse.nav-collapse li {
        float: left; }
        .navbar .collapse.nav-collapse li a {
          color: #666;
          text-shadow: none; } }

.navbar-search {
  float: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px; }
  .navbar-search input[type=text] {
    height: 30px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    padding-right: 90px; }
    .navbar-search input[type=text]:focus {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(221, 72, 0, 0.4);
      border-color: rgba(221, 72, 0, 0.6); }
  .navbar-search input[type=submit] {
    height: 28px;
    width: 80px;
    position: absolute;
    top: 1px;
    right: 1px;
    text-transform: uppercase;
    background: #fe5102;
    border: 0;
    font-family: "Open Sans", sans-serif; }
.desc-body{
position: relative;	
}
.desc-body .desc-more {
      position: absolute;
      bottom: 0;
      right: 20px;
      font-size: 13px;
      opacity: 0.5; }
.desc-body .desc-more:hover {
      cursor: pointer; }

.desc-body .hide-more {
      max-height: 110px;
      overflow: hidden; 
}
.desc-body p{
	  /*max-height: 300px;*/
      height: auto;
      overflow: hidden;
      transition: max-height 0.2s ease-out; 
}
.media {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
  .media:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  .media .media-body {
    position: relative; }
    .media .media-body .desc-more {
      position: absolute;
      bottom: 0;
      right: 20px;
      font-size: 13px;
      opacity: 0.5; }
      .media .media-body .desc-more:hover {
        cursor: pointer; }
    .media .media-body .hide-more {
      max-height: 80px;
      overflow: hidden; }
    .media .media-body p {
      max-height: 200px;
      height: auto;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }
  .media .media-meta {
    padding-right: 0; }

.media-heading {
  font-size: 15px;
  margin-bottom: 10px;
  padding-right: 80px; }
  .media-heading a {
    color: #333; }
    .media-heading a:hover {
      color: #dd4800; }
.vid_logo{
	position:absolute;
	height:33px;
    width: 150px;
    opacity: 1;
    z-index: 2147483648;
    background-image: url("https://koobas.hobune.stream/wayback/20210105195730/http://www.is.ut.ee/uttv/logo.png");
}
.vid_full{
	position:absolute !important;
	left:1px;
	top:94%;	
}
.media-title {
  line-height: 150%;
  border-bottom: 1px solid #dd4800; }

.video-title {
  border-bottom: 1px solid #aaa; }

.pagination > ul {
  border-radius: 0;
  box-shadow: none; }
  .pagination > ul > li > a {
    color: #333; }
    .pagination > ul > li > a:hover {
      color: #dd4800; }
  .pagination > ul > li:first-child > a, .pagination > ul > li:last-child > a {
    border-radius: 0; }

.video-container {
	
  background: #000; 
  }

.content {
  background: #eee;
  padding: 20px 20px; }

.nav-list > li {
  position: relative; }
  .nav-list > li .video-count {
    position: absolute;
    top: 8px;
    right: 30px;
    color: #bbb;
    font-size: 13px; }
.nav-list > .active > a {
  background: #ff8c55; }
  .nav-list > .active > a:hover {
    background: #666; }
.nav-list .nav-list {
  background: #f5f5f5;
  display: none; }
  .nav-list .nav-list li {
    position: relative; }
    .nav-list .nav-list li.current a {
      background: #ccc;
      text-shadow: none; }
    .nav-list .nav-list li a {
      color: #333;
      padding: 5px 15px; }
    .nav-list .nav-list li .video-count {
      position: absolute;
      top: 4px;
      right: 10px;
      color: #aaa;
      font-size: 13px; }

.well {
  padding: 15px;
  box-shadow: none;
  border-radius: 0; }
  .well .nav-header {
    padding: 0;
    color: #666;
    font-size: 14px; }
  .well .media-heading {
    font-size: 13px;
    padding-right: 0; }
  .well img, .media img {
    max-width: 100px;
    height: auto; }

.bs-docs-sidenav {
  padding: 0;
  background-color: #f5f5f5;
  margin-bottom: 20px; }

.bs-docs-sidenav > li > a {
  display: block;
  color: #333;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5; }

.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }

/* Chevrons */
.bs-docs-sidenav .icon-chevron-left {
  float: left;
  margin-top: 2px;
  margin-left: -6px;
  opacity: .25; }

.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
  color: #dd4800; }

.bs-docs-sidenav a:hover .icon-chevron-left {
  opacity: .5; }

.bs-docs-sidenav .active .icon-chevron-left,
.bs-docs-sidenav .active a:hover .icon-chevron-left {
  background-image: url("https://koobas.hobune.stream/wayback/20210105195730/https://cache.uttv.ee/uttvfiles/css/img/glyphicons-halflings-white.png");
  opacity: 1; }
.italic {
	font-style:italic;	
}
.bs-docs-sidenav.affix {
  top: 40px; }

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 350px; }

footer {
  padding: 20px 20px;
  color: #eee; }
  footer .nav {
    margin: 0; }
    footer .nav li {
      float: left;
      margin-right: 20px; }
      footer .nav li > a {
        color: #666; }
        footer .nav li > a:hover {
          background: none;
          color: #dd4800; }

.filter-area {
  position: relative; }

.video-content {
  position: relative; }

.btn-group.video-more {
  position: absolute;
  right: 0;
  top: 0; }

.video-desc {
  padding-top: 10px; }
  .video-desc h4 {
    margin-top: -10px; }
  .video-desc ul {
    list-style: square; }
    .video-desc ul li {
      margin-bottom: 5px; }

.dropdown-menu {
  left: auto;
  right: 0;
  min-width: 0;
  border-radius: 0; }
  .dropdown-menu > li > a:hover, .dropdown-menu .dropdown-menu > li > a:focus {
    background: #dd4800; }

#filterArea {
  padding: 10px 0;
  margin-top: -10px;
  border-bottom: 1px solid #aaa;
  display: none; }
  #filterArea ul {
    list-style: none; }
    #filterArea ul a {
      font-size: 13px; }
  #filterArea.video-embed {
    border: 0;
    padding-top: 40px; }

.video-content {
  padding-top: 10px; }

.timeline {
  max-height: 415px;
  overflow-y: scroll;
  background: #f5f5f5;
  font-size:10px;  
  margin: 0 0 5px;
  padding: 10px 20px;
  list-style: none;
  border: 1px solid #e3e3e3;
  color:#333; }
  .timeline .icon-play {
	margin-left:-20px;  
  }
  .timeline li {
	margin-left:15px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0; }
  .timeline li a {
  }
  .timeline li a span {
	  font-size:12px;
	  display:block;
	  margin-top:-18px;
  }
    .timeline li:last-child {
      border-bottom: 0; }

@media (max-width: 480px) {
  .tooltip.right {
    display: none !important; } }

.media-meta {
  margin-top: 0;
  font-size: 12px;
  color: #666;
  padding-right: 90px; }
  .media-meta span:after {
    content: "|";
    display: inline-block;
    margin: 0 5px; }
  .media-meta span:last-child:after {
    content: "";
    margin: 0; }
  .media-meta .video-tags a {
    color: #666; }
    .media-meta .video-tags a:hover {
      color: #dd4800; }
    .media-meta .video-tags a:before {
      content: "#"; }

.otsing .btn-filter {
  position: absolute;
  top: 15px;
  right: 0; }

#calendar {
  position: relative;
  float:right;
  }
  #calendar td {
    text-align: center;  
  }
  #calendar td.calendar_active {
    background:#ccc;
	font-weight:bold;
  }
  #calendar h1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #444; }
    #calendar h1 a {
      color: #888;
      font-size: 20px; }
      #calendar h1 a:hover {
        text-decoration: none;
        color: #666; }
  #calendar .calendar {
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    z-index: 9999;
    padding: 10px;
    top: 20px;
    font-size: 13px; }
  #calendar ul li {
    display: block;
    height: 20px; }
    #calendar ul li:hover .calendar {
      display: block; }

.lang-nav {
  position: absolute;
  top: 0;
  right: 10px; }
  .lang-nav .nav {
    margin: 0; }
    .lang-nav .nav li {
      background: #555;
      margin-right: 10px;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400; }
      .lang-nav .nav li a {
        padding: 1px 4px;
        color: #aaa;
        text-shadow: none; }
	  .lang-nav .nav li.active a {
      	background: #fff;
	  }
#ul_jrk li a.active {
	font-weight:bold;	
}
h4.text-title {
	margin-top: 20px;
}
video::cue {
   background:none;
   text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}







/*
     FILE ARCHIVED ON 19:57:30 Jan 5, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 20:46:55 May 28, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
