/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
#mainview {
  margin-top: 60px;
}
*:focus {
  outline: none;
}
::cue {
  background-color: transparent;
  color: #ffffff;
  text-shadow: #000000 1px 1px 1px;
  font: 18pt Arial;
}
video::-webkit-media-text-track-container {
  bottom: 25px;
}
table.selectable tr {
  cursor: pointer;
}
.card video {
  width: 100%;
}
.card .image .play {
  position: absolute;
  top: 50px;
  width: 100%;
}
video.preview {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e0e1e2;
  padding: 2px;
  border-radius: 4px;
}
.app .message {
  margin-left: 23px;
}
.app .video {
  vertical-align: top;
  display: inline-block;
  width: 720px;
}
.app .video .video-container {
  width: 100%;
  position: relative;
}
.app .video .video-container video {
  width: 100%;
}
.app .video .video-container #subtitles {
  font-family: 'Arial';
  position: absolute;
  bottom: 2px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  text-shadow: #000 1px 1px 2px;
  color: #fff;
  line-height: 28px;
  padding: 7px;
  direction: rtl;
}
.app .dashboard {
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px dashed #ccc;
}
.app .dashboard .time {
  display: inline;
}
.app .dashboard .speed {
  float: right;
}
.app .progress {
  width: 100%;
  height: 3px;
  background-color: #eaeaea;
  position: relative;
  z-index: 888;
  margin: 2px 0;
  border-radius: 3px;
}
.app .progress .bar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8e0000;
  border-radius: 3px;
}
.app .subtitles {
  direction: rtl;
  display: inline-block;
  width: 394px;
  height: 445px;
  padding: 2px;
  overflow: auto;
  border-left: 1px solid #cccccc;
}
.app .subtitles .subtitle {
  padding: 6px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.app .subtitles .subtitle textarea {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  resize: none;
}
.app .subtitles .subtitle textarea:focus {
  border-color: #ccc;
}
.app .subtitles .subtitle pre {
  font-family: Arial;
  padding: 0;
  margin: 0;
}
.app .subtitles .subtitle.current {
  background-color: #fffdb9;
}
.app .subtitles .subtitle:hover {
  cursor: pointer;
  background-color: #fff4e6;
}
.app .subtitles .subtitle:hover .actions {
  display: block;
}
.app .subtitles .subtitle .actions {
  direction: ltr;
  text-align: right;
  padding-top: 5px;
}
.app .subtitles .subtitle .actions .comments input {
  background: none;
  border: 0;
  font-size: 10px;
  color: #F44336;
  width: 100%;
  direction: rtl;
}
.app .subtitles .subtitle .actions .comments input:focus,
.app .subtitles .subtitle .actions .comments input:hover {
  border-bottom: 1px dotted #F44336;
}
.app .subtitles .subtitle .actions .button {
  border: 0;
}
.app .subtitles .subtitle .actions .text {
  font-size: 9px;
  color: #626262;
  padding: 0 4px;
  text-transform: uppercase;
}
.app .subtitles .subtitle .actions .button {
  font-size: 8px !important;
}
.app .subtitles .subtitle .insert {
  color: #000;
  /*color: #ffffff;
				position: absolute;
				bottom: -11px;
				right: 182.5px;
				text-align: center;
				background-color: #9ba7ff;
				padding: 3px 8px;
				border-radius: 16px;
				font-weight: bold;
				cursor: pointer;
				opacity: 0;
				z-index: 999999;
				transition: opacity .2s ease;*/
}
.app .subtitles .time {
  direction: ltr;
  text-align: left;
  font-size: 8pt;
  color: #888888;
  position: relative;
}
.app .subtitles .time .separator {
  font-size: 12px;
  margin: 0 13px;
}
.app .subtitles .time .timecode {
  position: relative;
  display: inline-block;
  width: 80px;
}
.app .subtitles .time .adjust {
  top: 0;
  position: absolute;
}
.app .subtitles .time .less,
.app .subtitles .time .more {
  width: 38px;
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.app .subtitles .time .less:hover,
.app .subtitles .time .more:hover {
  color: #ad0000;
  border-bottom: 1px solid #ad0000;
}
.app .subtitles .time .more {
  text-align: right;
}
.app .subtitles .time span {
  /*&.less, &.more {
					padding: 0 4px;
					background-color: #999;
					color: #000;
					font-weight: bold;
					cursor: pointer;
					position: absolute;
					width: 43px;
					&:hover {
						color: #ff00ff;
					}
				}
				&.less {
					position: absolute;
					width: 43px;
					&:hover {
						color: #ff00ff;
					}
				}*/
}
.app .subtitles .time span.value {
  margin-left: 10px;
}
