#video-sync-container{
    background-color: #d9d8d7;
}

#video-sync-container .no-border{
    border: 0;
}
#video-sync-container {
    width: 100%;
    height: 100%;
}
#video-sync-container body {
    line-height:1;
}


#video-sync-container .dialog-close-button {
    width: 20px;
    height: 20px;
    background: #FCFCFC;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid rgb(173, 173, 173);
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    font-weight: bolder;
}

#video-sync-container .overlay-shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    background: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

#video-sync-container .syncTool-videoContainer{
    width: 100%;
    height: auto;
    display: inline-flex;
}

#video-sync-container .sync-video-container{
    margin: 5px!important;
    background-color: #f7f6f6 !important;
    border: 1px solid #a3a3a3 !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#video-sync-container .sync-video-container.selected{
    border-color: #666!important;
    background-color: #ededed!important;
}

#video-sync-container .sync-player-label{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 10;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #A72626;
    cursor: move;
}

#video-sync-container .timebar-container{
    margin: 5px;
    background-color: #Dedede;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#video-sync-container .timebar-curtime-container{
    width: 150px;
    height: 60px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #ccc;
    display: inline-block;
}

#video-sync-container .timebar-curtime-label{
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #666;
}

#video-sync-container .timebar-second{
    font-size: 12px;
}

#video-sync-container .timebar-tools-container{
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    height: 60px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #eee;
}

#video-sync-container .timebar-tools-container select,
#video-sync-container .timebar-tools-container input
{
    font-size: 11px;
    background-color: #eee;
    display: block;
    margin-bottom: 3px;
    border: 1px solid #bbb;
    padding: 1px;
    color: #333;
}

#video-sync-container .timebar-input{
    font-size: 15px!important;
}

#video-sync-container .timebar-input-container{
    margin-top: 5px;
    display: block;
}

#video-sync-container .timebar-input-container label {
    text-transform: uppercase;
    color: #666;
    margin-bottom: 2px;
    display: block;
}

#video-sync-container .timebar-input-container input {
    width: 80px;
    float: left;
}

#video-sync-container .timebar-input-container button {
    float: left;
    margin-left: 5px;
}
