#subMetaData{
    display:none;
}
#new-video-load{
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    margin-left: 10px; 
}

#languageSelection{
    display:flex;
    justify-content: space-around;
    margin-top: 15px;
}

input[type="radio"] {
    transform: scale(1.5);  /* Increases size by 1.5x */
}

#video-display-captions{
    text-align:center;
    font-size: 18px;
    padding-top: 10px;
}
/* #caption-buttons{
    width:900px;
}

.button-width{
    width: 300px;
} */

#btnFinalize{
    display:none;
}


#extra-video-info {
    border: 2px solid #3498db;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    margin-top:10px;
    display:none;
}


#extra-video-info:hover {
    border-color: lightgreen;
    box-shadow: 0 0 15px rgba(231, 76, 60, 0.5);
}



#main-video-description, #video-description{
    margin-top: 25px;
    display:flex;
    align-items: center;
}

#txtMainVideoDescription, #txtVideoDescription{
    width:350px;
    height:70px;
    font-size: 13px;
}


#span-select-video{
    font-size: 18px;
    margin-right: 5px;
    color:white;
}

#span-select-srt{
    font-size: 18px;
    margin-right: 5px;
    color:black;
}

#uploadVideoFrame, #uploadSrtFrame{
    width:580px;
    height:50px;
    border:0px;
    /* background-color: purple; */
    text-align: center;
    /* margin-left: 10px; */
}

.highlite {
    color: red;
}

#theVideo{
    height:400px;
}

.acc-tab-content input[type="text"] {
    /* This makes sure that the text boxes are displayed */
    font-size: 15px;
    opacity: 1;
    position: static;
}

#caption-area, #vocab-tab{
    display:none;
}

#caption-data{
    display:none;
}

.clsStartTime, .clsEndTime{
    width:85px;
    font-size: 10px;
}

.clsForeignCaption{
    width: 380px;
    height:48px;
}

.clsEnglishCaption{
    width: 380px;
    height:48px;
}

.clsCommentCaption{
    width: 239px;
    height:48px;
}


#vocab-data{
    display:none;
}



.clsVocabRussian, .clsOptRussian{
    width:  242px;
}
.clsVocabPOS, .clsOptPOS{
    width:  101px;
}
.clsVocabRoot, .clsOpRoot{
    width:  140px;
}

.clsVocabEnglish, .clsOptEnglish{
    width:  396px;
}
.clsVocabComment{
    width:  358px;
}

.clsOpts{
    cursor: pointer;
}

#nav-save-project{
    text-align: center;
    margin:10px;
    display:none;
}

#nav-buttons{
    padding-top:7px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
    background-color: grey;
    width:680px;
    height:62px;
}

#caption{
    width:100%;
    height:40px;
    background-color: transparent;
    color:yellow;
    text-align: center;
    font-size: 20px;
}


label {
    /* over-rides bootstrap label property*/
    margin-bottom: 0px;
}
sup {
    vertical-align: super;
    font-size: 12px;
    color:dodgerblue;
    font-weight: bold;
}






#instruction1{
    font-size: 18px;
    color:darkgreen;
    text-align: center;
    margin-bottom: 10px;
}
#instruction2{
    font-size: 15px;
    color:darkgreen;
    text-align: center;
    margin-bottom: 10px;
}

#projectName{
    color:darkgreen;
    text-align: center;
    margin-bottom: 10px;
}


.vocabulary-row {
    display: flex;
}

.cls_vocabulary-header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:black;
}

.cls_vocabulary_refresh {
    width: 25px;
}

.cls_vocabulary_root {
    width: 160px;
}

.cls_vocabulary_reference {
    width: 100px;
}

.cls_vocabulary_search {
    width: 50px;
    text-align: center;
}

.cls_vocabulary_useage {
    width: 160px;
}

.cls_vocabulary_pos {
    width: 120px;
}

.cls_vocabulary_english {
    width: 400px;
}

.cls_vocabulary_comment {
    width: 300px;
}

.cls_vocabulary_listen_foreign {
    width: 30px;
    text-align: center;
}

.cls_vocabulary_audio_foreign {
    width: 200px;
}

.cls_vocabulary_listen_english {
    width: 30px;
    text-align: center;
}

.cls_vocabulary_audio_english {
    width: 300px;
}






.clsVocabRoot {
    width: 160px;
}

.clsVocabReference {
    width: 100px;
}


.clsVocabForeign {
    width: 160px;
}

.clsVocabPOS,
.clsOptPOS {
    width: 120px;
}

.clsVocabEnglish,
.clsOptEnglish {
    width: 400px;
}

.clsVocabComment {
    width: 300px;
}

.clsVocabAudio {
    width: 200px;
    font-size: 11px;
    height: 28px;
}

#btnLoadSRT{
    display:none;
}

#nav-video-project{
    text-align: center;
}



