﻿*{
    margin:0px;
    padding:0px;
}
video, input {
    display: block;
}

.boxVideo {
    float: left;
}
.videosubbar {
    width: 100%;
    font-size: 30px !important;
    text-align: center;
    font-family: Koodak,Sans-Serif !important;
}
#boxTools {
    clear: left;
    padding: 6px;
}
textarea#selecttranslation {
    min-width: 600px;
    float: right;
}

textarea#outselecttranslation {
    min-width: 600px;
    text-align: right;
    float: right;
    font-family: Koodak,Sans-Serif !important;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Select video and subtitles';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }