
html {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: sans-serif;
    position:absolute; 
    overflow:hidden;
}
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    margin: 0;
    position: absolute;
    top: 0; bottom: 0;
   }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "DL_Iconfont";
    src: url('../fonts/DL-Iconfont_normal.eot');
    src: url('../fonts/DL-Iconfont_normal.eot') format('eot'),
    url('../fonts/DL-Iconfont_normal.woff') format('woff'),
    url('../fonts/DL-Iconfont_normal.ttf') format('truetype'),
    url('../fonts/DL-Iconfont_normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



svg:not(:root){
    pointer-events:none;
    overflow:hidden;}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'DL_Iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    
}
.noselect {
    -webkit-touch-callout: none; 
    -webkit-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;         
                                  
}

img.responsive-width {
    max-width : 100%;
    height: auto;
}
img.responsive-height {
    max-height: 100%;
    width: auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Loadding                                                                                                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.loading {
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(89, 176, 254, 0.2);
    border-top-color: #59B0FE;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#svg_icone_bilan {
    width: 150px;
    margin-top :10px;
}

.container-listScores 
{width: 400px;
    margin: 0 auto;
    text-align: left;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Transition                                                                                                          */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.transition {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s
}
.fadeInIn{
    opacity: 0;
}
.fadeOutOut{
    opacity: 1;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Bilan                                                                                                          */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p {
    margin: 0!important;
}
.bilan {
    position: absolute;
    top: 46px;
    width: 100%;
    height: 472px;
    background: white;
    left: 0px;
    z-index: 10000000;
    text-align: center;
    padding-bottom: 25px;
    

}
.mascot_bilan.left {
    width: 50%;
    float: left;
}
.message_bilan.right {
    width: 50%;
    float: right;
}
.mascot_bilan.right {
    width: 50%;
    float: right;
}
.message_bilan.left {
    width: 50%;
    float: left;
}
#svg_icone {
    width: 44px;
    height: 36px;
    margin-top: 10px;
}
.title_serie_bilan,.message_bilan {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #59B0FE;
    text-align: left;
    width: 75%;
    margin-left: 20px;
    font-weight: 400;
    float: left;
}
.message_bilan {
    margin-left: 0px!important;
}
.title_serie_bilan.bilan_title_txt {
    width: 100%;
    text-align: center;
}
.title_bilan,.result_bilan,.message_bilan {
    font-size: 26px;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.result_bilan {
    position: relative;
    display: inline-block;
}
.title_bilan {
    margin-bottom: 20px;
}
#mascote_bilan {
    max-width: 400px;
    max-height: 200px;
}
.mascote_bilan_left {
    width: 50%;
    float: left;
}
.mascote_bilan_right {
    width: 50%;
    float: right;
}
.progression-label{
    color : #59B0FE;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;

}
#container-progress-bar {
    position: absolute;
    right: 35px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Toolbar                                                                                                            */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#toolbar_container{
    display: block;
    width: 100%;
    background-color: #59B0FE;
    height: 70px;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}
#toolbar_content{
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    padding: 15px;
    position: absolute;
}

#next,#prev,#validate,#cor,#tryAgain,#myAnswer {
    display: inline-block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* buttons                                                                                                            */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.button{
    text-decoration:none!important;
    text-align:center;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    color: #59B0FE!important;
    height: 4rem;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-left: 0px;
    margin-right: 0px;
    border: 2px solid #59B0FE;
    line-height: 35px;
}


.button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration:none;
    border: 2px solid #fff;
}
.button:active {
    color: #FFF!important;
    background-color:#1BBC9B ;
    text-decoration:none;
    border: 2px solid #fff;

}

#next {

    right: 10px;
    position: absolute;

}
#prev {

    left: 10px;
    position: absolute;

}
.next-content,.prev-content,.validate-content,.try-content,.cor_content  {
    height: 100%;
    display: inline-block;


}
.next-icon {
    font-family: 'DL_Iconfont';
    font-size: 12px;
    display: inline-block;
}
.try-icon {
    font-family: 'DL_Iconfont';
    font-size: 12px;
    display: inline-block;
}
.prev-icon {
    font-family: 'DL_Iconfont';
    font-size: 12px;
    display: inline-block;
}
.validate-icon {
    font-family: 'DL_Iconfont';
    font-size: 12px;
    display: inline-block;
}
.cor-icon {
    font-family: 'DL_Iconfont';
    font-size: 12px;
    display: inline-block;
}
.txt-content{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.125rem;
    display: inline-block;
    color: #59B0FE;
}

.next-icon:before {
    content: "\112";
}
.validate-icon:before {
    content: "\112";
}
.prev-icon:before {
    content: "\112";
}
.try-icon:before {
    content: "\112";
}
.cor-icon:before {
    content: "\112";
}
.question-content {
    font-family: 'HindVadodara',sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.question,.imageViewer {
    width: 100%;

}

.imageViewer {
   padding: 10px;
}

.imageViewer-content {
    text-align: center;
   
}
.position-top {
    margin-bottom: 10px;
}
#player .modal {
    height: auto!important;
    display: block;
}
#player #dialogControls {
    position: absolute;
    top: 5px;
    display: none;
    right: 8px;
}
#player audioconsigne, #player #audiotts{
    position: relative;
    float: left;

}

#content {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    height: auto;
    display: block;


}
.answer ,.answer-content{
    /*height: auto;*/
    display: block;
    text-align: center;

}
.answer.ccs,.answer-content.ccs {
    text-align: left!important;
}
.answer .order {
    width: 100%!important;
    float: none!important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Attempt                                                                                                    */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.attempt {
    position: absolute;
    letter-spacing: 0.4px;
    font-size: 1.938rem;
    color: #FFFFFF;
    left: 50%;
    margin-left: -90px;
    bottom: 23px;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    z-index: 999999;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TextViewer                                                                                                   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.textViewer {
    text-align: left;
    font-size: 22px;
    padding: 0;
    font-family: 'HindVadodara',sans-serif;
    text-align: left;

}
.qc .textViewer{
    text-align: left;
}

.order #list-1 {
    height: 130px;
    margin: 0 auto;
}

.export .answer-content.order {
    max-width:100%;
}

.answer-content.order {
    max-width: 800px;
    margin: 0 auto;
}
.order ul {
    list-style-type: none;
    display: flex;
    padding: 10px;
    height: 40px;
    margin-bottom: 10px;
    background-image :url("../images/tex_stripes.png");
    border : 1px solid #b3b3b3;
   
    background-color: #f9f9f9;

}
.order ul>li {
   float: left;
    background: white;
    min-width: 100px;
    margin: 5px;
    padding: 5px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'HindVadodara',sans-serif;
    font-size: 22px;
    border : 2px solid #59B0FE;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Option QCM                                                                                                   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.option {
    position: relative;

}
.qc .option {
    position: static;
}
.options_content {
    text-align: center;
}



.click .imageSmallViewer .imageContainer {
    border: none!important
}
.click .options_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack : center;
    -ms-flex-pack : center;
    justify-content : start;
    flex-wrap: wrap;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.click .mmc {
    border: 3px solid #ADBDC9;
    border-radius: 5px;
    
}
.click .mmc {
width: 120px;
height: 120px;
}

.click.image .mmc {
    width: 200px;
    height: 250px;
    display:flex;
    }
.click.texte .mmc {
    width: auto;
   height: auto;
   display:flex;
    }
.click .option.mmc .option_icon {
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.click .option_content_wrap {
    margin-left: 0!important
}
.click .calque_sound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: initial!important;
    width: inherit;
    height: inherit;
    top: 0!important;
    left : 0!important;

}

.click #calque_sound_off, .click #calque_sound_on{
    width: 50px;
    height: auto;
    position: inherit;
}
.click .soundButton.soundButtonType {
     border: none;
   
}
.click .mediaPlayer.soundButton .soundButton_content {
    font-size: 0px!important;
}
.click .mediaPlayer.soundButton .soundButton_content {
    width: 50px!important;
    height: 50px!important;
    position: relative;
  /*  top: 50%;
    left: 50%;*/
    
}
.click.audio .dim_fixed {
    height: 100%!important
}

.click .soundButton.soundButtonType {
    height: 50px!important;
    width: 50px!important;
    left  :25%;
    top : 20%;
    position: relative;
} 
.click .option_content {
width: inherit;
height: inherit;
}


.ltr .options > :first-child > div {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}
/* status_icon */
.ltr .status_icon {
    float: right;
    right: -11px;
}
/* correct */

/* wrong */
.status_icon {border-radius: 23px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -11px;
}
.status_icon span {
    font-family: 'DL_Iconfont';
    font-size: 11px;
    color: white;
    position: absolute;
    padding: 5px;
    display: none;
    z-index: 9999;
}

.option .option_body {
    cursor: pointer;
    width: auto;
    height: 100%;
    background: transparent;
    z-index: 999;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    /*display: inline-block;*/
    /*display: inline-flex;;*
    /*display: -webkit-flex;
    display: flex;*/
}
.option:hover .option_body {
    background: transparent;
}

.option.selected:hover .option_body {
    background:transparent;
}

/* option_icon */
.option_icon {
    color: white;
    display: inline-block;
    vertical-align: middle;

}

.option.selected #select {
    background-color: #59B0FE;
    border-radius: 25px;
    display: block;
    border: 2px solid #808080;
    width: 40px!important;
    height: 40px!important;
}
.option #selectWrong {
    background-color: #F52E51;
    width: 40px!important;
    height: 40px!important;
    border-radius: 25px;
    border: 2px solid #F52E51;
    display: none;
}
.option #selectRight {
    background-color: #00BC29;
    border-radius: 25px;
    width: 40px!important;
    height: 40px!important;
    border: 2px solid #00BC29;
    display: none;
}
.option_icon #unSelect {
    background-color: transparent;
    width: 40px!important;
    height: 40px!important;
    border-radius: 25px;
    display: inline-block;
    border: 2px solid #808080;
}
.multi .option_icon #unSelect {
    border-radius: 0px!important;
}
.multi .option_icon #select {
    border-radius: 0px!important;
}
.multi .option #selectRight {
    border-radius: 0px!important;
}
.multi .option #selectWrong {
    border-radius: 0px!important;
}
#icon-check_box_04 {
    position: absolute;
    margin-left: 7px!important;
    margin-top: 10px!important;

}
#select #icon-check_box_04 {
    display: none;
}
#icon-check_box_03 {
    position: absolute;
    margin-left: 10px!important;
    margin-top: 10px!important;

}
#icon-check_box_33 {
    margin-left: 11.5px;
    margin-top: 11px;
    
}
#icon-check_box_44 {
    margin-top: auto;
    margin-bottom: auto;
    margin: 9px -3px 0 9px;
}
.balloon_popup #icon-check_box_33 {
    position: absolute;
    margin-left: 9px;
    margin-top: 9px;
}
.balloon_popup #icon-check_box_44 {
    position: absolute;
    margin-left: 6px;
    margin-top: 9px;

}
.option_icon .icon-wrong_icon {
    display: none!important;
}
.option.system_correct .option_body {
    background: #20B747;
}
.option.disabled .option_icon {
    color: white;
}
.option.selected .option_body {
    background: transparent;
}
.option.mmc .option_icon {
    /*margin: 3px -3px 0 3px;*/
    margin-top: auto;
    margin-bottom: auto;
}
#select, .option.system_correct .option_icon {
    display: none;
}
.mc .option.disabled .option_icon {
    color: #E6E6E6;
}
.option.selected #unSelect,
.option #select,
.option.system_correct .option_icon {
    display: none;
}
.option.selected #select {
    display: inline;
}


.icon-check_box_04:before {
    /* content: "\103";*/
}
.icon-check_box_01:before {
    /*content: "\104";*/
}
.icon-check_box_03:before {
    /*content: "\104";*/
}
.icon-check_box_02:before {
    /*content: "\104";*/
    color: #59B0FE;
}
.status_icon #wrong {
    /*display: none!important;*/
}
.status_icon #correct {
    /*display: none!important;*/
}
.exposed.selected .option.correct .status_icon,  .option.correct .status_icon, .option.system_correct .status_icon {
    background-color: #20B747;
    border: 1px solid #20B747;
    display: none!important;
}
.exposed.selected .option.correct .option_body,  .option.correct .option_body,.option.system_correct .option_body {
    background: transparent;
}
.option.correct #correct, .option.correct .status_icon, .option.wrong #wrong, .option.wrong .status_icon {
    display: inline-block;
    z-index: 1;
}
.exposed.selected .option.system_correct .option_body, .option.system_correct .option_body {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVChTY1TYr/afAQt44HiLEVmYiRhFIMMwFKKbBLMRRSEuRSBb4QrxKYIrJKQIpBDFZyABXKGAohBfUMEVEgpPsEJCikBqANhKJhSXBmuGAAAAAElFTkSuQmCC);
    -webkit-box-shadow: 0 0 0 1px #41A73A;
    box-shadow: 0 0 0 1px #41A73A;
    outline: none;
    border: none;
}
.exposed.selected .option.wrong .option_body, .option.wrong .option_body {
    background: transparent;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* option_content		                                                                                              */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.option_content_wrap {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.dim_fixed {
    height: 40px!important;
}
.ltr .option_content_wrap {
    margin-left: 10px;

}

.rtl .system_correct .option_content_wrap {
    margin-right: 15px;
}


.option_content {
    height: 100%;
    border: 1px solid white;
    background: white;
    margin: 0 auto;
}


.mc .option.disabled .option_content,
.option.wrong .option_content,
.option.correct .option_content {
    background: #fff;
}
.wrap-progress-bar {
   position: relative;
   right: 5px;
   text-align: center;
   float: right;
   margin-left: 5px;
}
.ui-progress-bar {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #1a90db;
    border-radius: 5px;
    padding: 0;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.ui-progress {
    position: relative;
    display: block;
    overflow: hidden;
    height: 9px;
    border-radius: 0px;
    background-size: 44px 44px;
    background-color: #5fd0b9;
    border: 1px solid #5FD0B9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.ui-progress span.ui-label {
    font-size: 10px;
    font-weight: normal !important;
    position: absolute;
    line-height: 16px;
    color: #ffffff;
    white-space: nowrap;
    right: 0;
    padding-right: 12px;
    vertical-align: middle;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cloze Bank */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bank {
    position: absolute;
    top: 0;
    padding: 0.8rem 0.5rem 0.5rem 0.5rem;
    border: 1px solid #CFCFCF;
    background: url("../images/bank.png") repeat;
    font-size: 1.57rem;
    display: inline-block;
    width: 300px!important;
    height: auto;
    min-height : 300px;
}


.ltr .bank, .ltr .bank.not_draggable {
    right: 0;
    margin-left: 0px;
    margin-right: 10px;
}


.rtl .bank, .rtl .bank.not_draggable {
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
}


.bank.disabled, .bank.not_draggable.disabled {
    border: 1px solid #D9D9D9 !important;
    background-color: #F5F5F5 !important;
}


.bank.droppable {
    border: 1px solid #8A8A8A !important;
}


.bank .subAnswer {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.75rem;
}


.bank.not_selectable .subAnswer_content {
    padding: 4px;
    border: solid 2px #5987AD;
    background: #FFFFFF;
    margin-top: 0 !important;
    width : auto!important;
    /*float: left;*/
}


.bank.not_selectable.disabled .subAnswer_content, .bank.not_selectable.disabled .subAnswer_content.reusable.draggable {
    outline: none !important;
    background-image: none !important;
    background-color: #FFFFFF !important;
    border: solid 2px #CCC !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}


.bank.not_selectable .subAnswer_content.disabled {
    padding-right: 4px !important;
    padding-left: 4px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    outline: none !important;
    border-radius: 1px !important;
    background: none !important;
    background-color: #F0F0F0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    position: absolute;
    display: inline-block;
    opacity: 1;
}


.bank.not_selectable.disabled .subAnswer_content.disabled {
    background-color: #F5F5F5 !important;
    border: solid 1px #CCC !important;
}


.bank .textViewer {
    padding-top: 0 !important;
}


.bank.not_draggable {
    /*read only bank*/
}

.bank.not_draggable .subAnswer {
    border-bottom: dotted 1px #ADBDC9;
    padding-bottom: 0.3rem;
}

.bank.not_draggable .subAnswer:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bank.not_draggable .subAnswer .subAnswer_content {
    outline: none;
    border: none;
    border-radius: 1px;
    background: none;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.bank.not_draggable .subAnswer.full .subAnswer_content {
    cursor: auto !important;
}

.bank.not_draggable .subAnswer.full .subAnswer_content .textViewer {
    cursor: auto !important;
    font-size: 1.57rem;
    font-weight: normal;
    white-space: nowrap;
    color: #666;
}

.bank.not_draggable .subAnswer.full .subAnswer_content .textViewer .textViewerParagraph {
    padding: 0px;
}

.bank.not_draggable.no_width .subAnswer:last-child {
    border: none;
}
.ccl .subAnswer {
    min-width: 128px;
     /*max-width: 282px;*/
    width: auto!important;

}
.ccl .subAnswer .subAnswer_content_wrap{
    min-width: 128px;
    /*max-width: 282px;*/
    width: auto!important;

}

.ccl .subAnswer .subAnswer_content_wrap .subAnswer_content{
    min-width: 128px;
     /*max-width: 282px;*/
    width: auto!important;

}
.ccl .subAnswer .subAnswer_content_wrap .subAnswer_content .textViewer{
    min-width: 128px;
    /*max-width: 282px;*/
    width: auto!important;
    padding-right: 4px!important;
    padding-left: 4px!important;

}
.ccs .subAnswer .subAnswer_content_wrap{
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;

}
.ccs .textViewer {
    line-height: 30px;
}
.bank.not_draggable.no_width .subAnswer:not(.prev_spacer) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.bank .subAnswer_content .textViewer {
    color: #555555;
}


.bank .subAnswer_content.disabled .textViewer {
    color: #8A8A8A;
}


div.bank_content {
    width: 100%;
    height: 100%;
    min-width: 45px;
}
.classer div.bank_content {
    width: 100%!important;
    height: 100%!important;
    min-width: 45px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
   
}

.bank .subAnswer.textviewer.full.compact {
    height: auto!important;
    width: auto!important;
}

.bank .draggable, .subAnswer_content.reusable.draggable {
    border: solid 2px #4EAADF !important;
}


.bank .draggable .textViewer {
    cursor: move !important;
}

.columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;

}
.column__container {
    margin-left: 20px;
    margin-right: 20px;
    width: 250px;
    border: solid 2px #4EAADF;
    height: 300px;
    overflow : hidden;
}
.column__header {
    height: 60px;
    color: #4EAADF;
    padding: 10px;
    background: white;
    text-align : center;
   
}
.column__container {
    background-image :url("../images/tex_stripes.png");
}
.column__content {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.column__item {
    width: 100%;
    border: dashed 1px #4EAADF;
    background: white;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
.column__content .drop-target {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    padding-bottom: 60px;
    
}
.classer .clozeArea {
    position: absolute;
}
.classer_image  .column__content .drop-target{
    padding-bottom: 100px!important;
}
.classer_image .column__header {
    padding: 0
}
.classer_image .column__header{

    HEIGHT: 100PX!important;
}
.classer_image .normal {
    word-wrap:break-word!important;
    white-space : initial!important;
}
.classer .normal {
    padding: 5px!important;
}
.classer_image .imageContainer {
    width: 250PX;
    HEIGHT: 100PX!important;
}
.classer_image .image_small_container {
    position: initial;
   
}
.classer_image .small_image {
    height: 100%!important;
    width: auto!important;
}
.classer_image .imageContainer {
    border: none!important;
}
.classer .somethingover,.classer_image .somethingover,.classer_audio .somethingover{
    border: none!important

}

.classer .clozeArea .textViewer_content > div > .textViewerParagraph {
    padding-right: 0px!important;
}
/************************************* Dragged element ********************************************************/

.inDrag {
    position: absolute;
    z-index: 100;
    cursor: move;
    border: solid 2px #4EAADF;
    outline: none;
    outline-offset: 0;
    background: #FFFFFF;
    opacity: 0.8;
    font-size: 1.57rem;
}

.inDrag .textViewer {
    padding: 0.2em;
}

.ltr .inDrag .textViewer {
    font-size: 1.57rem;
    font-weight: normal !important;
    line-height: normal;
}

.rtl .inDrag .textViewer {
    /*direction: rtl;*/
    text-align: right;
    font-size: 1.57rem;
    font-weight: normal !important;
}

.drop-target {
    z-index: 99;
}
.draggable {
    z-index: 100;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Sub-Answer                                                                                                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.somethingover {
    border: solid 1px #cf842b!important;
}
.clozeArea {
    width: auto;
    background-color: #fff;
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;

}
.ccs .clozeArea{
     margin-right: 20px;
}
.lp .clozeArea,.lnp .clozeArea{
   /* margin-left: 0px;*/
}

.subAnswer_content {
    display: inline-block;
    position: relative;
    width: 100%;
}


.textViewer .subAnswer {
    position: relative;
    display: inline-block;
   
}


.answer_content {
    z-index: initial;
}

/* */
.lp .subAnswer {
    width: auto!important;
     height: auto!important;
    min-width: 164px;
}
.lp .subAnswer_content {
    width: auto!important;
    height: auto!important;
    min-width: 164px;
    min-height: 42px;
}
.lp .subAnswer_content_wrap {
    width: auto!important;
    height: auto!important;
    min-width: 164px;
    min-height: 42px;
}

.lp .textViewer {
     height: auto!important;
     min-height: 42px;
}

/* */


.subAnswer_content_wrap {
    position: relative;
    z-index: initial;
    

}


/*.subAnswer .subAnswer_content_wrap {
    display: inline-block;
    width: 116px;
    height: 100%;
   
}*/
.subAnswer .subAnswer_content_wrap {
    display: inline-block;
    width: auto;
    height: 100%;
   
}


.clozeArea.write .textViewer .subAnswer.texteditor .subAnswer_content, .clozeArea.write .textViewer .subAnswer.texteditor .subAnswer_content_wrap {
    width: auto;
    max-width: 100%;
    vertical-align: inherit;
}


.clozeArea.write .cell .subAnswer_content, .clozeArea.write .cell .subAnswer_content_wrap {
    width: auto;
    max-width: 100%;
}


.export .clozeArea .subAnswer .status_icon {
    border-radius: 23px;
    width: 16px;
    height: 16px;
    position: absolute;
  /*  top: -6px;*/
    top: 0;
    z-index: 1;
    visibility: hidden;
}

.clozeArea .subAnswer .status_icon span {
    font-family: 'DL_Iconfont';
    font-size: 8px;
    color: white;
    position: absolute;
    display: none;
    z-index: 9999;
}
.clozeArea .subAnswer .status_icon .icon-right_icon {
    padding: 4px 4px 4px 4px;
}

.clozeArea .subAnswer .status_icon .icon-wrong_icon {
    padding: 4px 4px 3.5px 3.5px;
}

.clozeArea .subAnswer .status_icon .icon-right_icon:before {
    content: "\103";
}

.clozeArea .subAnswer.correct .status_icon, .clozeArea .subAnswer.wrong .status_icon, .clozeArea .subAnswer.partlyCorrect .status_icon {
    visibility: visible;
}

.clozeArea .subAnswer.correct .status_icon #correct, .clozeArea .subAnswer.wrong .status_icon #wrong {
    display: inline-block;
    z-index: 1;
}


.ltr .subAnswer .status_icon {
    right: -7px !important;
}


.rtl .subAnswer .status_icon {
    left: -7px !important;
}


.rtl .clozeArea .textViewer_content > div > .textViewerParagraph {
    padding-left: 8px;
}

.ltr .clozeArea .textViewer_content > div > .textViewerParagraph {
    padding-right: 8px;
}
.clozeArea .subAnswer.full .subAnswer_content {
    border: solid 1px #CFCFCF ;
    background: #F9F9F9 !important;
    cursor: default !important;

}

.clozeArea .subAnswer.full.correct .subAnswer_content {
    border: solid 2px #2CA223 !important;
    background: #FFFFFF !important;
    cursor: default !important;
    width: 100%;
}
.clozeArea .subAnswer.correct .subAnswer_content {
    border: solid 2px #2CA223 !important;
    background: #FFFFFF !important;
    cursor: default !important;
    width: 100%;
}

.clozeArea .subAnswer.full.system_correct .subAnswer_content {
    cursor: default !important;
    outline: solid 2px #2CA223 !important;
    border: dashed 1px #2CA223 !important;
}
.clozeArea .subAnswer.system_correct .subAnswer_content {
    cursor: default !important;
    outline: solid 2px #2CA223 !important;
    border: dashed 1px #2CA223 !important;
}

.clozeArea .subAnswer.full.partlyCorrect .subAnswer_content {
    border: solid 2px #F3C50C !important;
    background: #FFFFFF !important;
    cursor: default !important;
}


.clozeArea .subAnswer.full.freezed.partlyCorrect .subAnswer_content {
    border: solid 2px #CCC !important;
}


.clozeArea .subAnswer.full.wrong .subAnswer_content {
    border: solid 2px #F42E51 !important;
    background: #FFFFFF !important;
    cursor: default !important;
}
.clozeArea .subAnswer.wrong .subAnswer_content {
    border: solid 2px #F42E51 !important;
    background: #FFFFFF !important;
    cursor: default !important;
}

.clozeArea .subAnswer.full.wrong.freezed .subAnswer_content {
    border: solid 2px #CCC !important;
    background: #FFFFFF !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}


.clozeArea .subAnswer.disabled .status_icon {
    visibility: visible;
}


.clozeArea .subAnswer.wrong .status_icon {
    background: #F42E51;
    padding-left: 0.5px;
}

.clozeArea .subAnswer.wrong .status_icon #correct {
    display: none;
}

.clozeArea .subAnswer.correct .status_icon {
    background: #20B747;
    padding: 0;
}

.clozeArea .subAnswer.correct .status_icon #wrong {
    display: none;
}


.task.disabled .clozeArea .subAnswer.system_correct .subAnswer_content {
    outline: solid 1px #CCC !important;
    border: dashed 1px #CCC !important;
}

.task.disabled .clozeArea .subAnswer.correct .subAnswer_content, .task.disabled .clozeArea .subAnswer.wrong .subAnswer_content, .task.disabled .clozeArea .subAnswer.partlyCorrect .subAnswer_content {
    cursor: default !important;
    border: solid 1px #CCC !important;
}

.task.disabled .clozeArea .subAnswer.correct .status_icon, .task.disabled .clozeArea .subAnswer.wrong .status_icon, .task.disabled .clozeArea .subAnswer.partlyCorrect .status_icon {
    display: inline-block;
    z-index: 1;
    background-color: #CCC;
    border: 1px solid #CCC;
}


.clozeArea .subAnswer.full {
    /*margin-top: 6px;*/
}

.status_icon .icon-wrong_icon:before {
    content: "\104";
}

.status_icon .icon-right_icon:before {
    content: "\103";
}


.textViewer p {
    word-break: inherit;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.ltr .clozeArea .subAnswer.full.textviewer .subAnswer_content {
    top: -0.15rem;
}


.rtl .clozeArea .subAnswer.full .subAnswer_content {
    top: -0.05em;
}


.ltr .clozeArea .subAnswer.full .subAnswer_content,
.clozeArea .cell .subAnswer.full .subAnswer_content {
    top: auto;
}
.ccs .clozeArea .subAnswer.full .subAnswer_content {
    width: 122px!important;
}
.ccs .textViewer .subAnswer {
    margin-bottom: 0!important;
    width: auto;
    top : -2px;
}
.rtl .clozeArea .textViewer .subAnswer.mathfield .mathField {
    top: -3px;
}


.ltr .clozeArea .textViewer .subAnswer.mathfield.disabled .mathField,
.ltr .table .row .cell .clozeArea .subAnswer.mathfield .mathField {
    top: -1px;
}


.clozeArea .subAnswer.full .subAnswer_content > div:first-child {
    vertical-align: middle;
}


.clozeArea .subAnswer_content.droppable, .clozeArea .subAnswer.full .subAnswer_content.droppable {
    border: solid 1px #FF9933 !important;
    background-color: #FFFFFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.clozeArea .subAnswer.full .subAnswer_content .textViewer {
    cursor: move !important;
    padding: 0 !important;
}
.lp .clozeArea .subAnswer.full .subAnswer_content .textViewer {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.lnp .clozeArea .subAnswer.full .subAnswer_content .textViewer {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.clozeArea .subAnswer.disabled .textViewer {
    cursor: auto !important;
    padding: 0 !important;
}


.clozeArea.write .subAnswer .subAnswer_content_wrap {
    width: auto;
}

.clozeArea.write .subAnswer.full .subAnswer_content .textViewer {
    line-height: normal;
    vertical-align: middle;
    margin-top: -3px;
}
.clozeArea .subAnswer_content.shadow {
    background-color: #F9F9F9;
    -webkit-box-shadow: inset 2px 2px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 2px 2px 7px 0 rgba(0, 0, 0, 0.08);
}
.clozeArea .subAnswer_content {
    line-height: inherit !important;
    border: solid 1px #CFCFCF;
    position: relative;
}
.answer-content {
    position: relative;
}
.subAnswer.textviewer.full.compact {
    display: inline-block;
    width: auto;
    height: 40px;
    float: left;
}
.bank .subAnswer.textviewer.full.compact {

    height: auto!important;
   
}
.not_droppable {
    display: none;
}
.imageViewer {
    height: auto;
    display: block;
}
.textViewer.boxAudio {
    border: solid 0px #9C9B9B !important;
}
.textViewer.boxText {
    border: solid 0px #9C9B9B !important;
}
.linking .textViewer.boxAudio {
    padding-top: 5px!important;
}

.imageSmallViewer {
    text-align: center;
}
.imageSmallViewer .imageContainer {
    line-height: 110px;
    overflow: hidden;
    /* margin-bottom: 51px; */
    position: relative;
    /*top: -40px;*/
    background-color: white;
    border: solid 2px #9C9B9B;
}
.small_image {
    vertical-align: middle;
    z-index: 2;
}
/*.image_small_container {
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}*/
.image_small_container {
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*******************************************************************************************/
/****************** linking task css *******************************************************
/*******************************************************************************************/


.list {
    display: inline-block;
    
}
.linking .lists div.list:first-child .imageSmallViewer {
    float: right;
}

.ltr .linking .lists div.list:first-child {
    margin-right:  100px;
}


.rtl .linking .lists div.list:first-child {
    margin-left:  50px;
}


.answer.linking{
    margin:  0 auto;
}



.linking .lists div.list {
    position: relative;
    vertical-align: middle;
    max-width: 300px;
    height: 100%;
    width: 300px;
}


.linking .lists div.list > div {
    height: 100%;
    width: 100%;
}


.linking .link_anchor {
    top: 50%;
    margin-top: -20px;
    width: 2rem;
    height: 2rem;
    background-color: #BBCCDF;
    border-radius: 50%;
    border: solid 0.22rem #3E7296;
    z-index: 2;
}
.linking .link_anchor.small {
    width: 10px;
    height: 10px;
    background-color: #808080;
    border-radius: 50%;
    border: solid 0.02rem #808080;
    z-index: 2;
}
#content .link_anchor.small {
    width: 10px;
    height: 10px;
    background-color: #808080;
    border-radius: 50%;
    border: solid 0.0rem #808080;
    z-index: 2;
}



.linking .link_anchor span {
    
    color: white;
    position: absolute;
    display: none;
    z-index: 9999;
    left: 0px;
    top: 0px;
   
}


.linking .link_item.correct .link_anchor #correct,
.linking .link_item.incorrect .link_anchor #incorrect {
    display: inline-block;
    z-index: 4;
}


.linking .link_item.selected.incorrect .link_anchor:before,
.linking .link_item.selected.correct .link_anchor:before,
.linking .link_item.selected.partlly .link_anchor:before {
    display: none;
}


.linking .link_item.selected.incorrect .link_anchor {
    background-color: #F7374A;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.linking .link_item.selected.correct .link_anchor {
    background-color: #20B747;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.linking .link_item.selected.system .link_anchor {
    background-color: #20B747;
    border-color: #20B747;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.linking .link_item.selected.partlly .link_anchor {
    background-color: yellow;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


.linking .link_item.selected .link_anchor {
    background-color: #3E7296;
    border-radius: 50%;
}


.rtl .linking .lists .list:nth-child(1):after {
    
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #9C9B9B;
    top: 0;
    left: 0.957rem;
    z-index: -1;
}


.rtl .linking .lists .list:nth-child(2):after {
   
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #9C9B9B;
    top: 0;
    right: 0.957rem;
    z-index: -1;
}


.ltr .linking .lists .list:nth-child(1) .link_item:before {
    right: 10px;
}


.ltr .linking .lists .list:nth-child(2) .link_item:before {
    left: 10px;
}


.rtl .linking .lists .list:nth-child(1) .link_item:before {
    left: 0;
}


.rtl .linking .lists .list:nth-child(2) .link_item:before {
    right: 0;
}


.linking .link_item.selected:before {
    border-top: 0.22rem solid #9C9B9B !important;
}


.linking .link_item.selected.correct:before {
    border-top: 0.22rem solid #20B747 !important;
}


.linking .link_item.selected.system:before {
    border-top: 0.22rem solid #20B747 !important;
}


.linking .link_item.selected.incorrect:before {
    border-top: 0.22rem solid #F7374A !important;
}


.linking .link_item.selected.partlly:before {
    border-top: 0.22rem solid yellow !important;
}


.ltr .linking .lists .list:nth-child(1) .link_anchor {
    position: absolute;
    right: 0;
}


.ltr .linking .lists .list:nth-child(2) .link_anchor {
    position: absolute;
    left: 0;
}


.rtl .linking .lists .list:nth-child(1) .link_anchor {
    position: absolute;
    left: 0;
}


.rtl .linking .lists .list:nth-child(2) .link_anchor {
    position: absolute;
    right: 0;
}


.linking .lists .list .link_item {
    margin-bottom: 5px;
    position: relative;
   
}

.linking .lists .list .link_item > div:first-child {
    display: block;
}

.linking .lists .list .link_item > div:first-child div.textViewer {
    background-color: white;
   
}

.linking .lists .list .link_item:first-child {
    margin-top: 0px;
}

.linking .lists .list .link_item:last-child {
    margin-bottom: 0px;
}


.linking .lists {
    pointer-events: none;
}

.linking .lists .list .link_item > div:first-child .textViewer .narrationSpecialWrapper,
.linking .lists .list .link_item > div:first-child .textViewer .narrationSpecialWrapper span,
.linking .lists .list .link_item > div:first-child .textViewer .dualNarrationActiveIcon,
.linking .lists .list .link_item > div:first-child .textViewer .externalMediaPlayer {
    display: inline-block;
}

.link_item {
    min-height: 55px;
}

.linking .lists .list .link_item > div:first-child .externalMediaPlayer {
    pointer-events: auto;
}


.ltr .linking .lists .list:nth-child(1) .link_item > div:first-child {
   
    display: block;
    margin-right: 5rem;
    position: relative;
}

.ltr .linking .lists .list:nth-child(1) .link_item > div:first-child .textViewer {
    
    border-radius: 0px;
    padding: 0px;
    text-align: right;

}
.ltr .linking .lists .list:nth-child(1) .link_item > div:first-child .textViewer.boxAudio {
    
    text-align: right;

}

.ltr .linking .lists .list:nth-child(2) .link_item > div:first-child {
    display: block;
    margin-left: 5rem;
    position: relative;

}

.ltr .linking .lists .list:nth-child(2) .link_item > div:first-child .textViewer {
   
    border-radius: 0px;
    padding: 0px;
    text-align: left !important;
}


.rtl .linking .lists .list:nth-child(1) .link_item > div:first-child {
    margin-left: 3rem;
    text-align: left;
}

.rtl .linking .lists .list:nth-child(1) .link_item > div:first-child .textViewer {
    border: solid 2px #9C9B9B;
    border-radius: 0px;
    padding: 0px;
}


.rtl .linking .lists .list:nth-child(2) .link_item > div:first-child {
    display: block;
    margin-right: 3rem;
    position: relative;

}

.rtl .linking .lists .list:nth-child(2) .link_item > div:first-child .textViewer {
    border: solid 2px #9C9B9B;
    border-radius: 0px;
    padding: 6px;
    text-align: right;
}


.linking .lists .link_anchor_wrapper {
    display: inline-block;
    width: 3.6rem;
    position: relative;
}


.ltr .linking .lists .list:nth-child(1) .link_anchor_wrapper {
    margin-left: 3rem;
}


.ltr .linking .lists .list:nth-child(2) .link_anchor_wrapper {
    margin-right: 3rem;
}


.rtl .linking .lists .list:nth-child(1) .link_anchor_wrapper {
    margin-right: 3rem;
}


.rtl .linking .lists .list:nth-child(2) .link_anchor_wrapper {
    margin-left: 3rem;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Sound Button
 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.externalMediaPlayer {
    min-width: 3rem;
    pointer-events: auto;
}

.externalMediaPlayer .inlineNarrationType {
    min-width: 1em;
}


.mediaplayer .subAnswer_content .externalMediaPlayer {
    display: inline-block;
}

.mediaplayer .subAnswer_content .externalMediaPlayer .ExternalMediaPlayerViewSoundButton {
    position: relative;
    top: -4px;
}


.mediaplayer .subAnswer_content .mediaPlayer.soundButton {
    min-width: 3rem;
}


.dialog,
.dialog_content {
    display: block;
    max-width: 51rem;
}

/* WORK AROUND - reset margins from ".question .textViewer" */

.dialog .textViewer {
    margin: 0;
}


.exposition,
.posts {
    display: block;
}


.exposition_content {
    display: block;
    padding-bottom: 2.5rem;
}


.calque_sound.on {
    display: none;
}
#calque_sound_off {
    position: absolute;
    top: 11px;
    left: 6px;
}
#calque_sound_on{
    position: absolute;
    top: 11px;
    left: 6px;
}
.calque_sound {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 3;
}
.mediaPlayer.soundButton .soundButton_content {
    color: #5987ac;
    /* margin: 0.5em;*/
    position: absolute;
    cursor: pointer;
    min-width: 1rem;
    pointer-events: all;
    width: 40px;
    height: 40px;
    font-size: 22px;
}
.soundButton.inlineSoundType, .soundButton.soundButtonType {
    border: 2px solid #59AFFD;
    height: 40px!important;
    line-height: normal;/*prevent button big size as result of the parent line-height style*/
    display: inline-block;
    width: 40px!important;
    background: white;
    border-radius: 50%;
    margin-top:1px;
}
div.imageSoundButtonContainer > .soundButton.inlineSoundType, div.imageSoundButtonContainer > .soundButton.soundButtonType {
    border: none;
    background: none;
    padding: 0;
}

.soundButton.inlineSoundType audio, .soundButton.soundButtonType audio {
    width: 0px;
    height: 0px;
}
.icon-sound_02_icon::before {
    content: "Ї";
}

/*************************************************************************/
/**************** Mini Text Editor COMPONENT *****************************/
/*************************************************************************/

.textViewerParagraph .miniTextEditor {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.textViewerParagraph .miniTextEditor > * {
    padding: 0;
    margin: 0;
    vertical-align: top;

}

.textViewerParagraph .miniTextEditor > input, .miniTextEditor textarea {
    width: 100%;
    height: 100%;
    resize: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    pointer-events: auto;
    display: block;
    background: #F9F9F9;

}
.miniTextEditor input,.miniTextEditor input :focus {
    border: none!important;
    outline: none;
}
.ccl .textViewer .subAnswer{
    vertical-align: middle!important;
    margin-bottom: 10px;
    
}

.clozeArea.write .subAnswer.texteditor input, .clozeArea.write .subAnswer.texteditor textarea,
.miniTextEditor input:disabled, .miniTextEditor textarea:disabled {
    border: none;
    background-color: transparent;
    opacity: 1;
    -webkit-text-fill-color: inherit;
}

#content .link_anchor {
    /*margin-top: -28px;*/
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 2px #9C9B9B;
    z-index: 2;
}
#content .link_anchor.selected {
    background-color: #59AFFD;

}
#content .link_anchor .icon-right_icon,#content .link_anchor .icon-wrong_icon{
    display: none;

}
#content .link_anchor.wrong {
    background-color: #F42E51;
    border: solid 2px #F42E51;

}
#content .link_anchor.correct {
    background-color: #00BC29;
    border: solid 2px #00BC29;

}

.container_drop {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:inherit;
    height: inherit;
}


/*************************************************************************/
/**************** balloon COMPONENT *****************************/
/*************************************************************************/
.balloon_popup {
    position: absolute;
    max-width: 35.3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    z-index: 999999;
    color: #fff;
    background: #fff;
    border: 2px solid #808080;
    left: 50%;
    margin-left : -125px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;

}

.balloon_popup .balloon_popup_content {
    position: relative;
    display: block;
    text-align: left;
   
}
.balloon_popup.correct {
    border: 2px solid #00BC29;
    border-radius: 3px;
}

.balloon_popup .balloon_popup_content.max_width > * {
    max-width: 100% !important;
    word-wrap: break-word;
}

.balloon_popup .balloon_popup_content .imageViewer:first-child {
    display: inline-block;
}

.balloon_popup .balloon_popup_content .textViewer {
    font-size: 1.988rem!important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.balloon_popup .balloon_popup_content .textViewer .textViewerParagraph {
    overflow-x: auto;
}

.ltr .balloon_popup .balloon_popup_content {
   /* float: left;*/
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    margin-left: 0.9rem;
    margin-top: 0.25rem;
    text-align: left;
}
#balloon_popup_balloon_icon {
    margin-left: 0.75rem;
}
.rtl .balloon_popup .balloon_popup_content {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0.9rem;
    text-align: right;
}


.ltr .hint + .balloon_popup .balloon_popup_content {
    margin-left: 0.75rem;
}


.balloon_popup .balloon_arrow {
    position: absolute;
}


.balloon_popup .balloon_arrow {
    width: 14px;
    height: 14px;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    background: #fff;
}
.balloon_popup.correct .balloon_arrow {

    border-right: 2px solid #00BC29;
    border-bottom: 2px solid #00BC29;

}

.balloon_popup .balloon_arrow.bottom {
    top: -8px;
    bottom: auto;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.balloon_popup .balloon_arrow.top {
    bottom: -9px;
    top: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.balloon_popup .balloon_close {
    position: absolute;
    top: 0px;
    cursor: pointer;
    font-family: "DL_Iconfont";
    font-size: 10px;
    margin-top: 8px;
    color: #808080;
}


.ltr .balloon_popup .balloon_close {
    right: 8px;
}


.rtl .balloon_popup .balloon_close {
    left: 8px;
}


.balloon_popup .balloon_close:hover {
    color: #4CC4FF;
}


.balloon_popup .balloon_close:active {
    color: #EB7A1A;
}


.balloon_popup .text {
    width: 5.286rem;
}


.balloon_popup .icon {
    width: 4rem;
}


.balloon_popup .balloon_icon {
    position: relative;
    display: inline-block;
}





.rtl .balloon_popup .balloon_icon {
    float: right;
    margin-right: 0.75rem;

}


.balloon_icon span {
    display: none;
}


.balloon_icon.feedbackIcon_correct #wrong {
    background-color: #F42E51;
   width: 35px;
    height: 35px;
    border-radius: 25px!important;
    display: inline;
}
.balloon_popup.wrong{
    border: 2px solid #F42E51;
}
.balloon_popup .balloon_arrow.wrong {
    border-right: 2px solid #F42E51;
    border-bottom: 2px solid #F42E51;

}




.balloon_icon.feedbackIcon_correct #correct {
    background-color: #00BB29;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    display: inline;
}


.balloon_icon.feedbackIcon_part #part {
    background-color: #F7D946;
    padding: 3px;
    border-radius: 25px;
    display: inline;
}

#wrapper-content-exo {
    /*max-height: 400px;*/
    height: 400px;
    position: relative;

}

.export #header {
    padding-top : 35px;
}

.export {
    overflow: hidden;
}
.export #cancelBtn {
    display: none;
}

.export #dialogTitle {
    display: none;
}
.export #player {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top : 0;

}


.export #player .modal {
    height: 100%!important;
    width: 100%;
    display: block;
}
.export #toolbar_container {
    position: absolute;
    text-align: center;
    position: absolute;
    text-align: center;
    height: 60px!important;
    display: block;
    bottom: 0;
    left: 0;
    padding: 10px 0px 10px 0px;

}
.export .question-content {
    margin-left: 20px;
    margin-right: 20px;
   
}

.export #toolbar_content {
    padding: 0px;

}

.export .wrap-progress-bar {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align :center;
}

.export .player {
    height: 100%;
}
.export #validate {
    margin-top :10px
}
.export #tryAgain {
    margin-top :10px
}

.options_content {
    text-align: left;
    padding-left: 20px;

}
.option_content .option .status_icon {
    display: none;
}
.option .option_body .option_content_wrap {
    width: 100%;
    display: inline-block;


}
.imageViewer.position-right {
    padding-top : 0 !important;
}
#img_box {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    overflow: visible!important;
}

.option_content .imageViewer {
    top: -40px;
}

.option .status_icon {
    display: none;
}

.export #content {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;

}
.export #dialogContent {
    width: 100%;
    height: 100%;
    display: block;
}
.export .wrap-progress-bar {
    top : 22px;
}
.export #next {
    margin-top: 10px;
}
.export #prev {
    margin-top: 10px;
}
.option_icon {
    width: 40px;
    height: 40px;
}

.export #content {
    margin-top: 0px;
}

.export .title_serie_bilan {
    margin-top: 36px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
    display: block;

}
.bilan-content .title_serie_bilan {
    margin-top: 0px;
    font-size:18px;
    font-weight: normal!important;
    margin-left:0!important;
    display: block;
    text-align: center;
    width: 100%;

}
.bilan-content {
    display: block;
    width: 100%;
    height:100%;
    overflow-y: auto;
     overflow-x: hidden;
     padding-left: 10px;
     padding-right: 10px;
     padding-top:60px;
     
}

.export .question {
    margin-top: 15px;
    /*margin-bottom: 20px;*/
}

.export .ccl .bank {
    right: 20px;
}
.export .ccl .clozeArea {
    left: 0px;
}

.export .lnp .bank, .export .lnp .clozeArea {
    right: 0;
}


.export .lp .bank,.export .lnp .bank {
    right: 0;
}

.export .lp .clozeArea ,.export .lnp .clozeArea{
    left: 0;
}
.export .bilan {
    top: 0;
    position: absolute;
    width: 100%;
    z-index:9999999;
   

}
.export #header {
    z-index:999999999999;
}
.export .attempt {
    bottom: 18px;
}
.export .soundButton.inlineSoundType, .export .soundButton.soundButtonType {
    height:38px;
    width: 38px;
    position: relative;
    left: 0%;
    top: 0%;
}
.click.audio .soundButton.inlineSoundType, .click.audio .soundButton.soundButtonType {
    height:38px;
    width: 38px;
    position: relative;
    left: 30%;
    top: 25%;
}
#svgContainer {
    position: absolute;
    background-color: gray;
    opacity: 0.5;
    top: 253px;
    left: 21px;
    width: 599px;
    height: 400px;
    z-index:0;
}
.info-device{
    position: absolute;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    color: #59B0FE;
    background: url(../images/background.png) no-repeat center center fixed;
    background-color: white;
    background-size: cover;
    text-align: center
}
.info-content-device{
    position: absolute;
    bottom : 20px;
    height: 20px;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;

   
}
#wrapper-content-exo{
    padding-top: 10px;
}
/* Corrections pour tous les supports : */
#header {
    position: relative;
    width: 100%;
    z-index: 10000005;
    background: white;
    height: 60px;
    padding-top: 25px;
    top: 0px;
    

}

.export #wrapper-content-exo {
  position: absolute !important;
    width: 100%!important;
    top: 60px!important;
    /* bottom: 50px!important; */
    overflow:hidden;
   
    /* max-height: 100%; */
    height: 100%;


}

.export .audioconsigne ,.question-content {
    display: inline-block;
}
.export .audioconsigne {
    display: none;
    margin-left: 20px;
    vertical-align: super;
}
.audioconsigne,.audiotts {
    font-size: 20px;
}
.export #toolbar_container {
    position: absolute!important;
    text-align: center!important;
    display: block;
    /* height: 60px!important; */
    display: block!important;
    bottom: 0!important;
    left: 0!important;
    margin-top: 0px!important;
    padding: 0px 0px 0px 0px!important;
}

.export .wrap-progress-bar {
    width: 30%;
    position: relative;
    top: 0px;
    float: right;
}
.ui-progress-bar {
    margin : 0 auto;
}




#content-exo {
    display: block;
    width: 100%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.desktop #content-exo {
    height: 100%;
    max-height: 100%;
}



.imageViewer-small {
    width: 100%;
    height: 100%;
    position: absolute;
    top : 0;
    left : 0;
    z-index: 9999999999;
    background: white;
    display: none;
    text-align: center,
}
.imageViewer-small img {
    max-height: 100%;
    width: auto;
}
.imageViewer-content-small {
    width: 100%;
    height: 100%;
    text-align: center;
}
.imageViewer-content-small > img {
    width: auto;
    height: 100%;

}
.icon-imageViewer-small {
    position: relative;
    display: none;
    top: 0px;
    left: 0px;
    width :30px;
    height :30px;
    z-index: 9999;
    cursor: pointer;
    background: white;
    vertical-align: middle;
}
a.svg {
position: relative;
display: inline-block;
width :30px;
    height :30px;
}
a.svg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* PHONE BILAN CLASSE TABLET */
.export .title_bilan {
    font-size: 18px;
}
.export .message_bilan {
    font-size: 18px;
}
.export .result_bilan {
    font-size: 18px;
}
.export #mascote_bilan {
    max-width: 400px;
    max-height: 100px;
}
.export .title_serie_bilan{
    margin-top: 0px;
    width: 65%;
    float: left;
}
.export .bilan .title_serie_bilan {
    width: 100%;
   
}
.export #header {
    position: absolute;
}
.textViewer.textViewerStyle.ltr.compact,.textViewer.textViewerStyle.ltr.compact.occuped{
    font-size: 22px!important;
}

/* Adapatation smartphone */
/* image à afficher en plein écran */
/* on passe la zone reponse à with 100% pour qcm et scroll autorisé */

.tablet .imageViewer-small img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   height: auto;
}
.tablet .button {
    font-weight: bold;
}

/***********************/
/* typologie drag&drop */
/***********************/
/* zone avec étiquette */

#side-toogle {
z-index: 99999999;
position: absolute;
height: auto;
left: -32px;
display: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 6px;
padding-right: 5px;
}
.tablet #side-toogle {
    display: block!important;
}
.open-sidebar {
    right: -20px!important;
}
 .bar {
display: block;
width: 25px;
height: 25px;
background-color: #7FE2FF
}
.blue {
   
    border-color: #59B0FE!important
}


.red {
   
    border-color: #F42E51!important
}
.green {
   
    border-color: #00BC29!important
}
.blue-2 {
background-color: #00B8FE;
}
.blue-3 {
background-color: #1a90db;
}

.tablet .bank {
    height: 100%;
    display: block;
    width : 400px!important;
    position: absolute!important;
    right:-420px;
    top : 36px;
    z-index: 99999999999001;
}
.tablet .lp #clozeArea_content {
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
.tablet .lnp #clozeArea_content {
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
/* zone à remplir */
.tablet .clozeArea {
    width : 100% ! important;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
/***********************/
/* typologie qc */
/***********************/
/*.tablet .answer.qc {
    width: 100%!important
}*/

/* typologie relier */
.tablet .linking .textViewer {
    font-size: 18px;
}
/***********************/
/* General */

.tablet .textViewerParagraph {
    font-size: 18px!important;
}
/* evite les boites collées */
.textViewer p {
    line-height: 40px;
}
.textViewer li {
    line-height: 40px;
}
.audioconsigne_player {
    margin-left: 20px;
    font-size: 28px;
    color: #5987ac;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
}
.audiotts_player{
    margin-left: 5px;
    color: #5987ac;
    font-size: 18px;
    position: relative;
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
.up {
    z-index: 99999
}
.icon-sound_02_icon.playing:before {
    content: '\408';
    color: #5987ac;
}
/* init */
.ccl .subAnswer .subAnswer_content_wrap{
    min-width: 128px;
    max-width: 280px;
    width: auto!important;

}

.ccl .subAnswer .subAnswer_content_wrap .subAnswer_content{
    min-width: 128px;
    max-width: 280px;
    width: auto!important;


}
.ccl .subAnswer .subAnswer_content_wrap .subAnswer_content .textViewer{
    min-width: 128px;
    max-width: 280px;
    -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;  
    width: auto!important;
    padding-right: 4px!important;
    padding-left: 4px!important;

}
#clozeArea_content .normal {
    -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  display: block;
  width: inherit;
  /*white-space: nowrap;*/
}
#clozeArea_content .subAnswer_content {
    max-width : none!important;

} 
#clozeArea_content .subAnswer_content_wrap {
    max-width : none!important;
}
#clozeArea_content .textViewer {
      max-width : none!important;
}

.tablet .qc .option .option_body {
 width : 70%;
}

.click .option_body {
    width : 100%!important;
   }

.tablet .question-content {
    font-size: 18px!important;
}
.tablet .textViewer {
    font-size: 17px!important;
}

/* last */
.lnp .Wirisformula {
    padding: 2px;
}
.lp .Wirisformula {
    padding: 2px;
}
.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.fold_btn {
    background-color: #08a3e4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    z-index: 1201;
    margin: 0;
    width: 30px;
    height: 100px;
    margin-top: 40px;
    
}
.icon-nev_01_icon:before {
    content: "\404";
}
.fold_content {
    margin-top: 40px;
    white-space: nowrap;
    position: absolute;
    margin-left: 5px;
    
}
.fold_arrow {
     -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 18px;
    color: white;

}
#side-toogle {
    left: -37px;
   
}

.open-sidebar .fold_arrow  {
        -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
   
}
.tablet .ccl .clozeArea {
    padding-right: 50px!important;
}

#list-activity {
    position : absolute;
    top : 0px;
    right : 0px;
 }
 #list-activity,#list-activity li {
 display: inline-block;
 margin: 5px;
 cursor: pointer;
 }
 .activity-dot {
    width: 20px;
    height: 20px;
    border-radius : 25px;
    background: #08a3e4;
    margin : 3 px;
 }
 .activity-error {
    background: #EF0C0C;
 }
 .activity-good {
    background: #00B489;
 }
 .activity-mi {
    background: #FFB500;
 }
 .indicator {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 0.35;
    -webkit-transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    z-index: 0;
 }
 #list-activity li:before {
    content: "";
    position: relative;
    right: 5px;
    top: -5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: lightskyblue;
   
    -webkit-transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    display: block;
 
 }
 .selectStu:before {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: 0.55!important;
 }
 .classer_texte .textViewerParagraph {
    max-width: 270px;
    word-wrap: break-word;
    overflow: hidden;
}