
body {
    font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;
    width: 100%;
    margin-top: 30px !important;
}

body, html {
	overflow-x: hidden;
	max-width:100%;
	height:auto !important;
}

#titles, #waveform-container, #waveform-container-video {
    margin: 24px auto;
    max-width: 1000px;
    min-width: 100%;
}

.zoom-container, .overview-container {
    box-shadow: 3px 3px 20px #919191;
    margin: 0 0 24px 0;
    -moz-box-shadow: 3px 3px 20px #919191;
    -webkit-box-shadow: 3px 3px 20px #919191;
    line-height: 0;
}

.zoom-container {
    height: 200px;
}

.overview-container {
    height: 85px;
}

#demo-controls, #demo-controls-video {
    margin: 0 auto 24px auto;
    width: 1000px;
    display: flex;
    align-items: center;
}

#demo-controls button, #demo-controls-video button {
    background: #fff;
    border: 1px solid #919191;
    cursor: pointer;
}

#audio, #audio-video {
    flex: 0 0 30%;
}

#controls, #controls-video {
    flex: 1;
    margin-left: 1em;
}

#seek-time, #seek-time-video {
    width: 4em;
}

.log {
    margin: 0 auto 24px auto;
    max-width: 1000px;
    min-width: 100%;
}

table {
    width: 100%;
}

table th {
    text-align: left;
}

table th, table td {
    padding: 0.5em;
}

.hide {
    display: none;
}

#final {
    padding-top: 10px;
}

#yt-info label {
    display: block;
    padding: 7px 0 7px 0;
}

#yt-info input {
    width: 300px;
}

.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, 1);
    position: fixed !important;
    width: 100%;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}
.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden { overflow: hidden; }

.modal-dialog {
    max-width: 1000px !important;
}

.modal-content {
    max-height: 500px;
}

.modal-body {
    overflow-y: scroll;
}

#click-history {
    width: 45px;
    height: 45px;
    background:#ee4747;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding-left: 9px;
    box-shadow: 1px 1px 5px #8c8c8c;
}

#click-history > img {
    width: 30px;
    height: 30px;
    margin: auto;
}

#all-videos {
    margin: auto;
    height: 100%;
    min-height: 700px;
}

.max-height {
    height: 100%;
}

#list-all-videos {
    overflow-y: scroll;
    max-height: 700px;
}

#list-all-videos > div {
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

.video-element {
    width: 400px;
    margin-bottom: -6px;
}

#desc-yt-creation {
    min-width: 500px;
    min-height: 250px;
}

.spinner-created {
    position: absolute;
    top: 15px;
    right: 15px;
}

.inline {
    display: inline-block;
}

.delete-waiting {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.step {
    position: absolute;
    bottom: 3px;
    left: 37%;
    color: #6c757d;
}