a   {
    text-decoration: underline;
}

.owl-pic_p,
.owl-pic_l {
    border-radius: 20px;
    display: none;
}

#answerDiv,
#mainDiv,
#changeContentInMainDiv,
#changeContentInMainDiv p,
.tinymceDiv {
    /* text-shadow: 1px 1px 1px #000; */
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

#mainDiv {
    background-color: rgba(255, 255, 255, 0) !important;
    max-width: 800px;
    margin: auto;
}

#mainDiv img:not(.tinymceImg),
#changeContentInMainDiv img:not(.tinymceImg) {
    /* width: 100%;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 500px; */
}

.tinymceImg {
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
    max-width: 500px;
    width: initial !important;
}

.notDesignImg {
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}

.fullWidthImg {
    height: auto;
    width: 100% !important;
}



#answerDiv {
    height: 100%;
    width: 100%;
    /*
        position: absolute;
        top: 45px;
        right: 0px; */
}

#frameAnswerDiv {
    background-color: rgba(243, 243, 243, 1);
    border: #4569A7 solid 2px;
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
}

#VXimg {
    width: 100px;
}


#compasArrowDiv {
    height: 225px;
    margin: auto;
}

#compasArrowDiv:active {
    background-image: url('../images/arrow_c.png');
}


.progress {
    width: 100%;
    height: 20px;
}

.progress-wrap {
    background: #73B53A;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.progress-bar {
    background: #F3F3F3;
    right: 0px;
    position: absolute;
    top: 0;
}

/* .YesNoQues {
    background-color: rgba(115, 181, 58, 0.50);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin: 25px;
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
} */

.inYesNoQues {
    text-align: center;
    font-weight: bold;
    color: #3498DB;
    font-size: 1.3em;
}

.inYesNoQues img {
    box-shadow: none;
}

/*for sortable list*/
/* #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    min-height: 1.5em;
}

html>body #sortable li {
    min-height: 1.5em;
    line-height: 1.2em;
} */

.ui-state-highlight {
    min-height: 1.5em;
    line-height: 1.2em;
}

.boxWithAnswer {
    width: 84%;
    background-color: #0cb520eb;
    color: white;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    border: 3px red solid;
    position: absolute;
    top: 70px;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}



/*EO for sortable list*/

/* new ui-css */
/**{
        font-family: assistant;
    }

    .nui-select {
        border-radius: 36px;
        background-color: white;
        border: #482C13 solid 3px;
        font-size: 24px;
        padding: 0 !important;
        padding-top: 4px !important;
        padding-bottom: 9px !important;
        font-weight: 800 !important;
      }

    .nui-btn{
        margin: auto;
        border-radius: 36px;
        background-color: #F4E358;
        border: #482C13 solid 3px;
        font-size: 24px;
        padding: 0 !important;
        padding-top: 4px !important;
        padding-bottom: 9px !important;
        font-weight: 800 !important;
    }*/

/* ------- */