.word-sort-question{
    position: relative;
    width: 100%;
    height: 100%;
}
.word-sort-question .activity-panel{
    position: relative;
    padding: 20px;
}
.word-sort-question .question{margin-top: 0em; position: relative;}
.word-sort-question .question .option-data {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    align-content: flex-start;
    /* for IE */
    max-width: 566px;
}
.word-sort-question .question .btn.word{
    position: relative;
    margin: 2px;
    border-radius: 2px;
    width: 135px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    transition: all ease-out 200ms;
    background-color: #001c4a;
    opacity: 1;
}
.word-sort-question .question .btn.word .status-cell,
.word-sort-question .question .btn.word .opt-cell{
    width: 20px;
    height: 22px;
    transition: none;
}
.word-sort-question .question .btn.word .opt-cell .btn-icon{font-size: 1.0em; display: inline-block;}
.word-sort-question .question .btn.word .status-cell .status {font-size: 1.0em; display: inline-block;}
.word-sort-question .question .btn.word .status.i-tick{color:#001c4a;}
.word-sort-question .question .btn.word .status.i-cross{color:#001c4a;}
.word-sort-question .question .btn.word.ref-corr .opt-cell{
    color:greenyellow;
}
.word-sort-question .question .btn.word .btn-text{padding-left:5px; font-size: 0.8em;}
.word-sort-question .question .btn.word.selected{background-color: #a8d5ff;}
.word-sort-question .question .btn.word.no-select{cursor: default;}
.word-sort-question .question .btn.word.no-select.hover{background-color: #001c4a;}
.word-sort-question .question .clickable{
    display: inline-block;
	position: relative;

}
.word-sort-question .question .clickable .click-btn {
    margin:0.5em 0.5em 0em 0em; 
    min-width: 6em;
}
.word-sort-question .question .clickable .click-btn.disabled {opacity: 0.7;}
.word-sort-question .question .clickable .click-btn.hide{display: none; }

.word-sort-screen .feedback-container,
.word-sort-question .feedback-container{   
    position: relative;  
    height: auto;
    color:#fff;
    max-height: 100%;
    z-index: 11;
    margin: 1em 0em;
}

.word-sort-screen .feedback-container .popup,
.word-sort-question .feedback-container .popup{
    background-color: transparent;   
    margin: 0em;
    width: 100%;
    padding: 0em;  
    
}
.word-sort-screen .col-img .feedback-container,
.word-sort-question .col-img .feedback-container{
    position: absolute;
    bottom: auto;
    height: 100%;
    top: 0em;
    display: block;
    width: 100%;
    margin: 0em;
}
/* IE hack */
.ie .word-sort-screen .col-img .feedback-container,
.ie .word-sort-question .col-img .feedback-container{
    position: relative;
}
.word-sort-screen .col-img .feedback-container .popup,
.word-sort-question .col-img .feedback-container .popup{
    width: 100%;
    position: absolute;
    bottom: 0em;
}
.word-sort-screen .feedback-container .popup .pop-col-text,
.word-sort-question .feedback-container .popup .pop-col-text{
    
    padding: 1em 1em 2em 1em; 
}
.word-sort-screen .feedback-container .popup .text-box,
.word-sort-question .feedback-container .popup .text-box{
    padding: 1.5em 1.5em 3em 1.5em; 
    
}
.word-sort-screen .feedback-container.relative,
.word-sort-question .feedback-container.relative{
    position: relative; 
    width: 100%; 
    top: auto;
	bottom: auto;
}
.word-sort-screen .feedback-container.relative .popup,
.word-sort-question .feedback-container.relative .popup{ position: relative; bottom: auto; top:auto;}
.word-sort-screen .feedback-container.trans-bg .popup .pop-col-text,
.word-sort-question .feedback-container.trans-bg .popup .pop-col-text{background-color: transparent; color: #000;}
/* screen bottom feedback */
.word-sort-screen .feedback-container.align-bottom,
.word-sort-question .feedback-container.align-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    top: auto;
	right: auto;
}
.word-sort-screen .feedback-container.align-bottom .popup,
.word-sort-question .feedback-container.align-bottom .popup {background-color: #a8d5ff;}
.word-sort-screen .feedback-container.align-bottom .popup-content-box,
.word-sort-question .feedback-container.align-bottom .popup-content-box {padding: 20px 70px 70px 70px;}
.word-sort-screen .feedback-container.align-bottom .pop-col-text,
.word-sort-question .feedback-container.align-bottom .pop-col-text {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
}

.word-sort-question .question .submit-panel.bottom-align{
    position: absolute;
    bottom: 1.5em;
    width: 330px;
    text-align: right;
    right: 1.5em;
}
.word-sort-question .question .submit-panel.bottom-align .click-btn{margin: 1em 0em 0em 1em;}

.word-sort-question .question .submit-panel{min-height: 3.5em;}
.word-sort-question .question .submit-panel .btn{margin:0.5em 0.5em 0.5em 0em; }
.word-sort-question .question .submit-panel.right{margin-top:1em;}
.word-sort-question .question .submit-panel.right .btn{margin:0.5em 0em 0.5em 0.5em; }
.word-sort-question .question .bottom-btn-panel .help-cell .clickable {margin-right:0em;}
.word-sort-question .question .bottom-btn-panel .help-cell .btn{min-width: 12.7em;}


/* feedback in coverflow */
.word-sort-screen .feedback-container .coverflow-screen{
	background-color: #a8d5ff;
    position: relative;
    overflow: hidden;
	width: 100%;
    padding: 0em;
}
.word-sort-question .feedback-container .coverflow-screen{
    background-color: #a8d5ff;
    position: relative;
    overflow: hidden;
    padding: 0em;
}

.word-sort-screen .feedback-container .coverflow-screen .swiper-container{
	min-height: auto;
    max-width: 550px; 
    background-color: transparent;
    width: auto;
    margin: 0em 0em;
    padding: 0em;
    overflow: hidden;
}
.word-sort-question .feedback-container .coverflow-screen .swiper-container{
    min-height: auto;
    max-width: 1063px; 
    background-color: transparent;
    width: auto;
    margin: 0em 0em;
    padding: 0em;
    overflow: hidden;
}
.word-sort-screen .feedback-container .coverflow-screen .swipe-nav,
.word-sort-question .feedback-container .coverflow-screen .swipe-nav{padding-bottom: 0em;}

.word-sort-screen .coverflow-screen .swipe-nav .clickable-next .swiper-btn, 
.word-sort-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn{color:#fff;}
.word-sort-screen .coverflow-screen .swipe-nav .clickable-back .swiper-btn, 
.word-sort-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn{color:#fff;}

.word-sort-screen .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon, 
.word-sort-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon {font-size: 2.0em;}
.word-sort-screen .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon, 
.word-sort-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon {font-size: 2.0em;}

.word-sort-screen .feedback-container .coverflow-screen .swipe-nav .swiper-btn img,
.word-sort-question .feedback-container .coverflow-screen .swipe-nav .swiper-btn img{width: 30px; margin: 0;}
.word-sort-screen .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.word-sort-question .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.word-sort-screen .feedback-container .coverflow-screen .swipe-nav .clickable-back,
.word-sort-question .feedback-container .coverflow-screen .swipe-nav .clickable-back{top: auto; margin-top: -1.5em; bottom: 0.5em; 
    width: 3em;
    height: 3em;}
.word-sort-screen .coverflow-screen .swipe-nav .clickable-next .btn.hover,
.word-sort-question .coverflow-screen .swipe-nav .clickable-next .btn.hover{background-color: #5291DD;}
.word-sort-screen .coverflow-screen .swipe-nav .clickable-back .btn.hover,
.word-sort-question .coverflow-screen .swipe-nav .clickable-back .btn.hover{background-color: #5291DD;}
.word-sort-screen .feedback-container .coverflow-screen .swiper-pagination,
.word-sort-question .feedback-container .coverflow-screen .swiper-pagination{bottom: 0.5em;}
.word-sort-screen .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet,
.word-sort-question .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet{width: 1.0em; height: 1.0em; margin: 0 0.2em;}
.word-sort-screen .feedback-container .swiper-pagination-bullet-active,
.word-sort-question .feedback-container .swiper-pagination-bullet-active {background-color: #5291DD;}
.word-sort-screen .feedback-container .coverflow-screen .swipe-panel
.word-sort-question .feedback-container .coverflow-screen .swipe-panel{margin: 0em; padding: 1em; width: 100%; background-color: #a8d5ff;}
.word-sort-screen .feedback-container .coverflow-screen .swiper-slide,
.word-sort-question .feedback-container .coverflow-screen .swiper-slide{padding-bottom: 3em;}
.word-sort-screen .feedback-container .coverflow-screen .swiper-slide .text-box,
.word-sort-question .feedback-container .coverflow-screen .swiper-slide .text-box{margin: 0em; padding: 1em 2em;}


