body {
  font-family: "verdana";
}

h1 {
  font-size: 16px;
  color: #333;
}

#media-controls {
  color: white;
  padding: 10px 10px;
  height: 35px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: none;
  z-index: 100;
  background-image: linear-gradient(to bottom, #020202 0%, #151515 49%, #020202 100%);
}
#media-controls .player-button {
  float: left;
  width: 30px;
  cursor: pointer;
}
#media-controls .time-area {
  margin-top: -9px;
  font-size: 12px;
}
#media-controls span {
  display: block;
  cursor: pointer;
  width: 20px;
}
#media-controls button {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  background: transparent url("../../assets/imgs/buttons.png") no-repeat 0 0;
}
#media-controls .mute {
  background-position: -95px 0;
}
#media-controls .unmute {
  background-position: -114px 0;
}
#media-controls .replay {
  background-position: -133px 0;
}

progress {
  color: #fff;
  font-size: 12px;
  width: 172px;
  height: 16px;
  border: none;
  margin-right: 5px;
  background: #434343;
}

progress::-moz-progress-bar {
  background: #2e52a4;
}

#media-play-list {
  float: left;
  clear: both;
  color: #aaa;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #2e52a4;
}

#media-play-list h2 {
  font-size: 12px;
}

#play-list {
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}

.progress-container-inner input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 20.3px 0;
}
.progress-container-inner input[type=range]:focus {
  outline: none;
}
.progress-container-inner input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(36, 34, 36, 0.24);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.progress-container-inner input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #ffffff;
  height: 49px;
  margin-bottom: 10px;
  width: 2px;
  border-radius: 3px;
  background: #778880;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20.5px;
}
.progress-container-inner input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(49, 46, 49, 0.24);
}
.progress-container-inner input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(36, 34, 36, 0.24);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.progress-container-inner input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #ffffff;
  height: 49px;
  width: 2px;
  border-radius: 3px;
  background: #778880;
  cursor: pointer;
}
.progress-container-inner input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.progress-container-inner input[type=range]::-ms-fill-lower {
  background: rgba(23, 22, 23, 0.24);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.progress-container-inner input[type=range]::-ms-fill-upper {
  background: rgba(36, 34, 36, 0.24);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.progress-container-inner input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid #ffffff;
  height: 49px;
  width: 2px;
  border-radius: 3px;
  background: #778880;
  cursor: pointer;
  height: 8.4px;
}
.progress-container-inner input[type=range]:focus::-ms-fill-lower {
  background: rgba(36, 34, 36, 0.24);
}
.progress-container-inner input[type=range]:focus::-ms-fill-upper {
  background: rgba(49, 46, 49, 0.24);
}

.volume-control input[type=range] {
  -webkit-appearance: none;
  width: 80%;
  margin: -2px 0;
}
.volume-control input[type=range]:focus {
  outline: none;
}
.volume-control input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(13, 13, 13, 0.08);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
.volume-control input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.6px;
}
.volume-control input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.78);
}
.volume-control input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(13, 13, 13, 0.08);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
.volume-control input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
}
.volume-control input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.volume-control input[type=range]::-ms-fill-lower {
  background: rgba(242, 242, 242, 0.78);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(13, 13, 13, 0.08);
}
.volume-control input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(13, 13, 13, 0.08);
}
.volume-control input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid #00001e;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  height: 3px;
}
.volume-control input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.78);
}
.volume-control input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
}

.seek-bar {
  width: 100% !important;
  position: absolute;
  top: 130px;
}

#progress-container {
  margin-top: 20px;
  width: 95%;
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#progress-container .progress-container-inner {
  background-color: #369b6c;
  min-height: 120px;
  margin-right: 20000px;
  border-right: 2px solid white;
}
#progress-container .waveform {
  position: absolute;
  top: 0;
  width: 100%;
}
#progress-container .waveform img {
  width: 100%;
}

.main-container {
  margin-top: 56px;
  background-color: #1b1e21;
  height: 100vh;
}
.main-container .video-player {
  background-color: #151515;
  height: 70vh;
  position: relative;
}
.main-container .movie-row {
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  margin-left: 0px;
}
.main-container .movie-row:hover {
  background-color: #17a2b8;
}
.main-container .video-list {
  background-color: #333;
  height: 70vh;
  font-size: 12px;
  overflow-y: scroll;
}
.main-container .video-list img {
  cursor: pointer;
}
.main-container .video-list li {
  list-style: none;
  height: 20px;
  border-bottom: 1px solid #6c757d;
}
.main-container .video-list a {
  color: white;
  text-decoration: none;
}
.main-container .video-list a:hover {
  text-decoration: none;
}
.main-container .video-list .main-title {
  font-size: 14px;
  font-weight: bold;
}
.main-container .video-list .video-title {
  font-size: 12px;
  font-weight: bold;
}
.main-container .video-list .video-version {
  /* margin-left: 5px; */
  /* padding-left: 40px; */
  font-size: 13px;
  color: #9fcdff;
  font-weight: bold;
}
.main-container .bkg {
  background-image: url("http://www.lettersmarket.com/uploads/lettersmarket/blog/loaders/common_metal/ajax_loader_metal_512.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.main-container .list-thumb img {
  width: 80px;
}
.main-container .operation-title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  position: absolute;
  margin: 0 auto;
  margin-left: 30%;
}
.main-container .active-movie {
  background-color: #0c5460;
}
.main-container #video-container {
  margin: 0 auto;
  margin-top: 10px;
  width: 90%;
  height: calc(70vh - 140px);
  position: relative;
}
.main-container #crop-container {
  overflow: hidden;
}
.main-container #crop-area {
  width: 20%;
  height: 20%;
  border: 1px solid white;
  z-index: 99;
  position: absolute;
  top: 20px;
  margin: 0 auto;
  box-shadow: 0 0 0 2600px rgba(0, 0, 0, 0.75); /* dark around it */
  cursor: move;
}
.main-container .blur-area {
  width: 80px;
  height: 80px;
  border: 1px solid white;
  z-index: 99;
  position: absolute;
  top: 20px;
  margin: 0 auto;
  background-image: url("../../assets/imgs/blur.jpg");
  opacity: 0.9;
  cursor: move;
}
.main-container .blur-time {
  background: green;
  opacity: 0.6;
  z-index: 99;
  cursor: move;
  position: absolute;
  top: 0;
  width: 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.main-container .movie-mask {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.main-container .buttons-bar {
  min-height: 55px;
  background-color: #1b1e21;
  margin-left: -15px;
  padding-top: 5px;
}
.main-container .top-button {
  float: left;
  vertical-align: top;
  display: inline-block;
  /* To horizontally center images and caption */
  text-align: center;
  /* The width of the container also implies margin around the images. */
  width: 80px;
  cursor: pointer;
  padding-top: 5px;
}
.main-container .top-button .image {
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));
  transition: all 0.5s linear;
}
.main-container .top-button .image:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
}
.main-container .top-button img {
  width: 18px;
}
.main-container .top-button .text {
  display: block;
  color: white;
  font-size: 12px;
  margin-top: 2px;
  font-weight: bold;
}
.main-container .active img {
  filter: hue-rotate(90deg);
}
.main-container .active .text {
  color: #abdde5;
}
.main-container .second-toolbar {
  height: 35px;
  width: 90%;
  padding-top: 5px;
}
.main-container .second-toolbar .btn {
  margin-right: 5px;
}
.main-container .second-toolbar .left {
  float: left;
}
.main-container .second-toolbar .right {
  float: right;
}
.main-container .second-toolbar .btn-primary {
  color: #fff;
  background-color: #464d56;
  border-color: #505860;
}
.main-container .second-toolbar .btn-primary:hover {
  background-color: #17a2b8;
}
.main-container .second-toolbar .btn {
  padding: 0.05rem 0.5rem;
  cursor: pointer;
}
.main-container .action-buttons {
  display: none;
}

#sidebar ::-webkit-scrollbar-button {
  display: block;
  height: 13px;
  border-radius: 0px;
  background-color: #424242;
}

::-webkit-scrollbar-button:hover {
  background-color: #5a5a5a;
}

::-webkit-scrollbar-thumb {
  background-color: #55554f;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0f7795;
}

::-webkit-scrollbar-track {
  background-color: #535c64;
}

::-webkit-scrollbar-track:hover {
  background-color: #1a1a1a;
}

::-webkit-scrollbar {
  width: 13px;
}

#sidebar .list-group-item {
  border-radius: 0;
  background-color: #333;
  color: #ccc;
  border-left: 0;
  border-right: 0;
  border-color: #2c2c2c;
  white-space: nowrap;
  padding: 0.05rem 0.05rem;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
  background-color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded=false]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #222;
}

#sidebar .list-group .list-group-item[aria-expanded=true]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item {
  padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width: 48em) {
  /* overlay sub levels on small screens */
  #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
    position: absolute;
    z-index: 1;
    width: 190px;
  }
  #sidebar .list-group > .list-group-item {
    text-align: center;
    padding: 0.75rem 0.5rem;
  }
  /* hide caret icons of top level when collapsed */
  #sidebar .list-group > .list-group-item[aria-expanded=true]::after,
  #sidebar .list-group > .list-group-item[aria-expanded=false]::after {
    display: none;
  }
}
/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

#sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  transition-timing-function: ease-in;
  transition-property: width;
}

#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}

#nwgrip {
  left: -4px;
  top: -4px;
}

#negrip {
  top: -4px;
  right: -4px;
}

#swgrip {
  bottom: -4px;
  left: -4px;
}

#segrip {
  bottom: -4px;
  right: -4px;
}

#ngrip {
  top: -4px;
  left: 50%;
}

#sgrip {
  bottom: -4px;
  left: 50%;
}

#wgrip {
  left: -4px;
  top: 50%;
}

#egrip {
  right: -4px;
  top: 50%;
}

.blur-handle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #ffffff transparent;
}

.blur-handle-right {
  left: -7px;
  bottom: -12px;
}

.blur-handle-left {
  right: -7px;
  bottom: -12px;
}

label, input {
  display: block;
}

input.text {
  margin-bottom: 12px;
  width: 95%;
  padding: 0.4em;
}

fieldset {
  padding: 0;
  border: 0;
  margin-top: 25px;
}

.ui-dialog .ui-state-error {
  padding: 0.3em;
}

.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}

.movieActive {
  background-color: #295f92 !important;

}/*# sourceMappingURL=style.css.map */