.select-style {
    font-size: 20px;
}

label {
    /* over-rides bootstrap label property*/
    margin-bottom: 0px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1500;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#container {
    width: 95%;
    border-radius: 10px;
    background-color: transparent;
    /*#65655d;*/
    position: relative;
    top: 20px;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
    /* border: 2px solid #65655d; */
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 87%;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
}

#general-instructions {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
    display: none;
    color: yellow;
}

#getvocab-div {
    /* background-color: tomato; */
    visibility: hidden;
    position: absolute;
    right: 60px;
    /* width: 150px;
    position: absolute;
    left: 60%; */
}

#main-selection {
    /* background-color: coral; */
    margin-top: 10px;
    display: flex;
    font-size: 16px;
    /* justify-content: space-around; */
    /* width: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%); */
}

#sel-sections {
    width: 300px;
    margin: 0 auto;
}

#sel-lessons {
    display: none;
    width: 170px;
    position: absolute;
    left: 64%;
}

#lesson-div {
    display: none;
}

#main-nav {
    /* width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 20px 0 10px 0;
    
    position: relative;
    left: 50%;
    transform: translate(-50%); */
    text-align: center;
    display: none;
    margin: 20px 0 10px 0;
}


/*-----------------------------------------------[ Grammar Section ]------------------------------------*/

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

.cls-grammar-section-header {
    display: flex;
    justify-content: space-around;
}

.cls-style-titling {
    font-size: 20px;
    color: darkslategray;
}

.cls-descriptions-container {
    width: 95%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.cls-description-area {
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.cls-the-description {
    background-color: lightgoldenrodyellow;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.cls-descriptions-add-button {
    text-align: center;
    margin-top: 20px;
}

.cls-the-example table {
    border: 1px solid black;
    margin-bottom: 20px;
}

.cls-the-example td {
    padding: 0 10px 0 10px;
    cursor: pointer;
}


/************** CSS For Adding Grammar Example Table based on current data *************/

#example-container {
    border-radius: 10px;
    background-color: tan;
    position: absolute;
    margin: auto;
    border: 2px solid black;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    z-index: 0;
    margin-bottom: 30px;
    padding: 0 20px 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 1500px;
    max-height: 700px;
    overflow-y: auto;
}


/* #example-table {
    display: flex;
    flex-direction: column;
} */

#example-title {
    text-align: center;
    font-size: 25px;
    color: white;
    margin: 20px 0 20px 0;
}

#example-subtitles {
    font-size: 10px;
    color: white;
    font-style: italic;
    padding-left: 200px;
    margin-bottom: 20px;
}

#example-nav {
    display: flex;
    justify-content: space-around;
    margin: 20px auto 20px auto;
}

#example-table {
    display: flex;
    flex-direction: column;
}

#example-table .clsTableBoxes {
    /*input[type="text"] {*/
    width: 100%;
    height: 55px;
    font-size: 15px;
}

#example-table input[type="radio"] {
    width: 20px;
    transform: scale(1.4);
}

#example-table-styling {
    /*border: 1px solid grey;*/
    padding: 5px;
}

.grammarExampleRows {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.grammarExampleCols {
    padding: 6px 3px 3px 3px;
    border: 2px solid black;
    margin: 10px;
    background-color: white;
    min-height: 60px;
    line-height: 40px;
    cursor: pointer;
}


/*********************** CSS For Adding New Example Table ******************************/

#new-example-table-container {
    border-radius: 10px;
    background-color: tan;
    position: absolute;
    border: 2px solid black;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 200px;
    padding-top: 20px;
}

#new-example-title {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 0 0 20px 0;
}

.clsNewTableDescr {
    font-size: 20px;
    color: brown;
}

#newTableTextText {
    display: flex;
    justify-content: center;
    line-height: 30px;
}

#txtNewRows,
#txtNewCols {
    width: 50px;
    height: 30px;
    color: LightSlateGray;
    text-align: center;
}

#new-example-table-nav {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}


/*-----------------------------------------------[ Vocabulary Section ]------------------------------------*/

.clsVocabId {
    width: 90px;
}

#subHeader {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 20px;
    margin: 20px 0 20px 0;
}

#subId {
    width: 70px;
    text-align: right;
}

#subArabic {
    width: 140px;
    text-align: right;
}

#subEnglish {
    width: 380px;
    text-align: right;
}

#subPOS {
    width: 340px;
    text-align: right;
}

#subNotes {
    width: 270px;
    text-align: right;
}

#vocab-rows {
    display: flex;
    flex-direction: column;
    color: white;
    padding-left: 20px;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
    height: 100px;
}

.theId {
    width: 60px;
    font-size: 20px;
    padding-left: 20px;
}

.theArabic {
    width: 300px;
    height: 100px;
    margin-right: 20px;
}

.theEnglish {
    width: 300px;
    margin-right: 20px;
}

.thePOS {
    width: 200px;
}

.theNotes {
    width: 30px;
}

.clsArabic {
    border-radius: 5px;
    border: 1px solid black;
    padding-left: 10px;
    font-size: 18px;
    width: 300px;
    direction: RTL;
    font-size: 50px;
    padding-right: 15px;
    height: 90px;
    font-family: Arial, Helvetica, sans-serif;
    color: brown;
}

.clsEnglish {
    border-radius: 5px;
    border: 1px solid black;
    font-size: 18px;
    width: 300px;
    font-size: 20px;
    padding-right: 15px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
}

.clsWiki {
    width: 200px;
}

.notey {
    width: 250px;
    font-size: 12px;
}

.clsPV {
    width: 150px;
    font-size: 25px;
    font-family: scheherazade;
    color: brown;
    direction: rtl;
}

.added-info button {
    margin-left: 20px;
}

#addVocabLine {
    text-align: center;
}


/*-----------------------------------------------[ Sentences Section ]------------------------------------*/

#sentence_table {
    width: 95%;
}

#addSentenceLine {
    text-align: center;
}

#sentence-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.sentence-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sentence-foreign,
.sentence-english,
.sentence-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.sentence-foreign {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown;
    width: 28vw;
}

.sentence-english {
    color: darkblue;
    width: 28vw;
}

.sentence-notes {
    color: darkgreen;
    width: 28vw;
}

.sentence-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/*-----------------------------------------------[ Phrases Section ]------------------------------------*/

#addPhraseLine {
    text-align: center;
}

#phrase-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.phrase-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.phrase-foreign,
.phrase-english,
.phrase-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    width: 470px;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.phrase-foreign {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown;
}

.phrase-english {
    color: darkblue;
}

.phrase-notes {
    color: darkgreen;
}

.phrase-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/*-----------------------------------------------[ Reading Section ]------------------------------------*/

#reading_table {
    width: 95%;
}

#addReadingLine {
    text-align: center;
}

#reading-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.reading-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.reading-foreign,
.reading-english,
.reading-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    width: 28vw;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.reading-foreign {
    direction: rtl;
    /* unicode-bidi: bidi-override; */
    font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown;
}

.reading-english {
    color: darkblue;
}

.reading-notes {
    color: darkgreen;
}

.reading-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/*-----------------------------------------------[ Exercises Section ]------------------------------------*/

.exercise-tables {
    width: 90%;
}

.exercise-tables td {
    padding-left: 20px;
}

#actions {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}

#actions button {
    margin: 0 20px 0 20px;
}

.clsExerciseSubHeading {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.clsExerciseTitle {
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    width: 75%;
}

.clsExerciseTitle input[type="text"] {
    opacity: 1;
    position: static;
    width: 90%;
    color: darkblue;
}

.clsSeperate {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.clsExerciseSection {
    padding-left: 100px;
}

.clsExerciseSeperator {
    border: 1px solid black;
    border-radius: 20px;
    margin-bottom: 20px;
}

.clsInstructionFlex {
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.clsExerciseInstruction {
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    position: static;
    background-color: FloralWhite;
    width: 80%;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}

.clsExampleFlex {
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.clsText {
    font-size: 17px;
    font-weight: bold;
    padding-right: 20px;
}

.clsExerciseExample {
    padding-left: 20px;
    font-size: 30px;
    /* font-weight:bold; */
    opacity: 1;
    position: static;
    background-color: FloralWhite;
    width: 1100px;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px 0 10px 10px;
    cursor: pointer;
}

.clsAddQuestionAnswerButton {
    text-align: center;
    margin-bottom: 15px;
}

.clsQA-subheading {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.clsSubheading {
    font-size: 20px;
    color: DarkSlateBlue;
    font-weight: bold;
}

.clsExerciseRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px 0 10px;
}

.clsExerciseAnswer,
.clsExerciseQuestion {
    background-color: HoneyDew;
    width: 95%;
    height: 40px;
    border: .10px solid #ccc;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
}

.clsExerciseNumber {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
}


/************************************ CSS For Quiz *************************************/


/***************************************************************************************/

#addQuizLine {
    text-align: center;
}

#quiz-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.quiz-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.quiz-question,
.quiz-answer {
    background-color: antiquewhite;
    border-radius: 7px;
    border: 1px solid #ccc;
    width: 700px;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.quiz-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}


/************************** CSS for displaying Current Vocab List **********************/


/***************************************************************************************/

#view-vocabList {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
    background-color: #daccc3;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    width: 1000px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#viewVocabList-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: brown;
}

#viewVocabList-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
    text-align: center;
}

#heading-POS {
    flex: .5;
}

#heading-arabic {
    flex: 1;
}

#heading-english {
    flex: 2;
}

#heading-lesson {
    flex: .4;
}

#viewVocabList-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: black;
    overflow-y: auto;
}

.viewVocabList-data-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    font-size: 15px;
    color: black;
}

.viewVocabList-data-row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 50px;
}

.data-POS {
    flex: .5;
}

.data-arabic {
    flex: 1;
    font-size: 40px;
    font-family: scheherazade;
    color: brown;
}

.data-english {
    flex: 2;
}

.data-lesson {
    flex: .4;
}

#close-viewVocabList-data {
    margin: 10px 0 10px 0;
}


/*-----------------------------------------------[ Dialog Section ]------------------------------------*/

#dialog_table {
    width: 95%;
}

#dialog-title,
#dialog-description {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}

#txtDescriptionArabic,
#txtDescriptionTrans,
#txtDescriptionEnglish {
    width: 400px;
}

#txtDescriptionArabic {
    font-size: 25px;
    direction: rtl;
    color: brown;
    height: 50px;
}

#txtDescriptionTrans {
    height: 50px;
}

#txtDescriptionEnglish {
    height: 50px;
}

#txtTitleArabic {
    height: 30px;
    font-size: 25px;
    direction: rtl;
    color: brown;
}

#txtTitleArabicTrans,
#txtTitleEnglish {
    height: 30px;
}

.clsDialogPerson {
    direction: rtl;
    font-size: 30px;
    color: darkblue;
    text-align: center;
    width: 150px;
}

#addDialogLine {
    text-align: center;
}

#dialog-header {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.dialog-rows {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dialog-foreign,
.dialog-english,
.dialog-transliteration,
.dialog-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /* display: flex;
	flex-direction: column;
	justify-content: center; */
    margin-bottom: 10px;
}

.dialog-foreign {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-family: scheherazade;
    font-size: 40px;
    line-height: 45px;
    color: brown;
    width: 28vw;
}

.dialog-english {
    color: darkblue;
    width: 28vw;
}

.dialog-transliteration {
    color: green;
    width: 28vw;
}

.dialog-notes {
    color: darkgreen;
    width: 28vw;
}

.dialog-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}

.clsTransliteration {
    width: 200px;
    color: green;
}


/*********************************** CSS For Styling Box *******************************/

#add-edit-style-container {
    border-radius: 10px;
    background-color: Chocolate;
    position: absolute;
    margin: auto;
    border: 2px solid black;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    z-index: 0;
    margin-bottom: 30px;
    padding: 0 20px 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
}

#add-edit-style-title {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#add-edit-style-subtitles {
    font-size: 15px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-style: italic;
}

#add-edit-style-text {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}

#txt-add-edit-style {
    width: 950px;
    height: 300px;
    background-color: white;
    font-size: 30px;
    color: rgb(55, 55, 56);
}

#add-edit-style-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.small-buttons {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 16px;
    padding: 1px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.smaller-buttons {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 13px;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    margin-right: 5px;
    background-color: cornflowerblue;
    color: white;
}

.wide-buttons {
    width: 80px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 16px;
    padding: 1px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background-color: dodgerblue;
    color: white;
}

.btn-back-color-blue {
    background-color: dodgerblue;
}

.btn-back-color-red {
    background-color: red;
}

.btn-back-color-green {
    background-color: ForestGreen;
}

.btn-back-color-darkblue {
    background-color: darkblue;
}

.btn-back-color-brown {
    background-color: brown;
}

.btn-back-color-fuchsia {
    background-color: fuchsia;
}

.btn-back-color-orange {
    background-color: darkorange;
}

.btn-back-color-black {
    background-color: black;
}

.clsArabicLang {
    font-family: scheherazade;
    font-size: 28px;
    line-height: 35px;
}