#fillTheBlanks-container,
#fillTheBlanks-container ul {
    margin: 0;
    padding: 0;
    font-family: VerdanaRegular;
    font-size: 14px;
    color: #313131;
}

#fillTheBlanks-container {
    width: 936px;
    overflow: hidden;
    position: relative;
    background-color:white;
}

#fillTheBlanks-content {
    width: 896px;
    height: 718px;
    margin: 0 20px;
    position: relative;
}

#fillTheBlanks-container.fillTheBlanks-preview-container {
    width: 659px;
    margin: auto;
}

#fillTheBlanks-container #menu {
    height: 38px;
    margin: 0;
}

#fillTheBlanks-container #search {
    font-size: 13px;
    width: 228px;
    height: 520px;
    float: left;
    padding: 15px 15px 15px 0;
}

#fillTheBlanks-container #fillTheBlanks #fillTheBlanks-container #search {
    width: 100%;
}

#fillTheBlanks.edition {
    /*margin-top: -18px;*/
}

#fillTheBlanks-container #fillTheBlanks {
    width: 638px;
    float: right;
}

#fillTheBlanks-container #fillTheBlanks.fillTheBlanks-preview {
    width: 659px;
    float: none;
}

#fillTheBlanks-container #control-panel {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
}

#fillTheBlanks-container .break {
    clear: both;
}

#fillTheBlanks-container #menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#fillTheBlanks-container #menu-items li {
    float: left;
    display: block;
    width: 100px;
    background: white;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}

/* this is the parent menu */
#fillTheBlanks-container #menu-items li a {
    display: block;
    padding: 8px 5px 0 5px;
    height: 23px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    color: #333;
}

#fillTheBlanks-container #menu-items li a:hover {
    color: #fff;
}

/* you can make a different style for default selected value */
#fillTheBlanks-container #menu-items a.selected {
    color: #f00;
}

/* submenu, it's hidden by default */
#fillTheBlanks-container #menu-items ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}

#fillTheBlanks-container #menu-items ul li {
    width: 150px;
    float: left;
    border-top: 1px solid #fff;
}

/* display block will make the link fill the whole area of LI */
#fillTheBlanks-container #menu-items ul a {
    display: block;
    /*height: 38px;*/
    padding: 8px 5px;
    color: #666;
}

#fillTheBlanks-container #menu-items .settings ul {
    top: 38px;
}

#fillTheBlanks-container #menu-items ul a:hover {
    text-decoration: underline;
}

#fillTheBlanks-container #menu-items {
    list-style-type: none;
}

#fillTheBlanks-container #menu-items li {
    background-repeat: no-repeat;
    float: left;
    width: auto;
    height: 38px;
    /*cursor: pointer;*/
}

#fillTheBlanks-container #menu-items li span {
    display: block;
    padding: 10px 20px 0px 45px;
}
#fillTheBlanks-container #menu-items li.text {
    background-image: url(../../images/memotest/btn-text.png);
}

#fillTheBlanks-container #menu-items li.image {
    background-image: url(../../images/memotest/btn-imagen.png);
}

#fillTheBlanks-container #menu-items li.settings:hover {
    background-image: url(../../images/memotest/btn-settings-on.png);
    background-color: #30b9c8;
    color: white;
}
#fillTheBlanks-container #menu-items li.settings {
    background-image: url(../../images/memotest/btn-settings-off.png);
    float: right;
    width: 150px;
}

#fillTheBlanks-container #menu-items li.on {
    background-color: #30b8c7;
    color: white;
}

#fillTheBlanks-container #menu-items li.text.on {
	cursor: default;
    background-image: url(../../images/memotest/btn-text-on.png);
}

#fillTheBlanks-container #write-title-container input{
    border: 0;
    margin-bottom: 0;
    padding-left: 0px;
    color: #30b8c7;
    font-weight: bold;
    font-size: 23px;
    width:93%;
}

#fillTheBlanks-container #write-title-container input.hint {
    font-weight: normal;
    color: #DFE0D9;
}

#fillTheBlanks-container #search-options {
 margin-bottom: 10px;
}
#fillTheBlanks-container #search-options li {
    display: inline;
}
#fillTheBlanks-container #search-options li a {
    text-decoration: none;
    font-weight: bold;
    color: #30b8c7;
}

#fillTheBlanks-container #write-title-container{
    font-size: 30px;
    margin: 30px 0 0 20px;
    color: #30b8c7;
    border-left: 3px solid #30b8c7;
    padding-left: 10px;
}

#fillTheBlanks-container #local-search-content {
    padding-top: 10px;
}


#fillTheBlanks-container #search-options li a {
    font-size: 13px;
}

#fillTheBlanks-container #search-options li.on a {
    color: #333;
}


#fillTheBlanks-container .uploadFile #browse-local-file, #fillTheBlanks-container .uploadFile #browse-dropbox-file{
    float: left;
    width: 135px;
    padding: 14px 0;
    color: #52585E;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;

}
#fillTheBlanks-container .uploadFile:hover {
    background-color: #e8e8e8;
}
#fillTheBlanks-container .uploadFile {
    background: none;
    width: 96%;
    height: 46px;
    border: 2px solid #bdbdbd;
}
#fillTheBlanks-container .uploadFile img {
    float: left;
    width: 28px;
    height: 36px;
    margin: 6px 22px 5px 7px;
}

.search-font {
    margin: 0 2px 2px 0;
    float: left;
    width: 100px;
    height: 100px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: move;
    border: 2px solid white;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search-font.bordered {
    border: 1px solid #737373;
}

.search-font.selected {
    border: 2px solid black;
    border-radius: 10px;
}

#fillTheBlanks-container .fillTheBlanks-pair div.fillTheBlanks-piece.over {
    border: 1px dashed #000;
    width: 118px;
    height: 118px;
}

#fillTheBlanks-container .fillTheBlanks-pair {
    display: inline-block;
    text-align: center;
}
.search-font span {
    padding: 0;
    display: block;
    height: 96px;
    line-height: 96px;
}
#fillTheBlanks-container #menu-items ul .fillTheBlanks-grid-option img{
    width: 17px;
    height: 11px;
    float: left;
    top: 3px;
    position: relative;
    left: 9px;
}
#fillTheBlanks-container #menu-items ul .fillTheBlanks-grid-option a{
    padding: 3px 5px;
    height: 19px;
    color: white;
}
#fillTheBlanks-container #menu-items ul li.fillTheBlanks-grid-option {
    height: 24px;
    background-color: #67d5e1;
}
#fillTheBlanks-container #menu-items ul li a:hover {
    text-decoration: none;
}
#fillTheBlanks-container #menu-items ul li.fillTheBlanks-size:hover a {
    color:#159ead;
}
#fillTheBlanks-container #menu-items ul li.fillTheBlanks-size:hover {
    background-color: #b8ebf0;
}
.fillTheBlanks-tick-chosen-size {
    display: none;
    float: left;
    margin: 3px 0 0 9px;
    width: 14px;
    height: 14px;
    position: absolute;
}

#fillTheBlanks-container #menu-items li.fillTheBlanks-size span {
    padding: 0;
    overflow: hidden;
}
#fillTheBlanks-text-container {
    height: 457px;
	width: 605px;
	line-height: 32px;
	margin-top: 15px;
	margin-left: 33px;
	overflow: hidden;
    position: relative;
}

#input-text-area,
#fillTheBlanks-text-container-hint {
    border: none;
/*    color: #30b8c7;*/
    font-size: 23px;
    resize: none;
    padding: 0px;
    float: left;
	background-image: none;
	background-color:#DFE0D9;
	line-height: 42px;
	opacity: 1;
	margin: 0px;
	vertical-align:middle;
    position: absolute;
    top: 0;
    left: 0;
}

#input-text-area, #text-words,
#fillTheBlanks-text-container-hint {
    width: 595px;
    height: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
}

#fillTheBlanks-text-container-hint {
    margin-top: 155px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    opacity: 0.8;
    z-index: 10;
}

#fillTheBlanks-text-container-hint p {
    margin: auto;
}

.textWord {
    display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
    white-space: nowrap;
}

.textWordContainer {
    float: left;
}

.blankSelected {
	border: 1px solid;
	color: black;
	background-color: black;
	opacity: 0.5;
	text-align: center;
    white-space: nowrap;
}
.label {
	display: inline;
	background-color:#6F6C6C;
	color:white;
	margin:6px;
	float: left;
    padding: 3px;
    text-align: center;
    clear: both;
    position: relative;
    white-space: nowrap;
}
#ftb-slider-code {
    display: none;
}
#ftb-slider-code .viewport {
	height: 82px;
    width: 580px;
    border:none;
    color: #30b8c7;
    font-size: 23px;
    resize: none;
    padding: 0px;
    float: left;
    overflow: hidden;
    background-image: none;
    background-color:#DFE0D9;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

#ftb-slider-code .viewport {
	float: left;
	overflow: hidden;
	position: relative;
}
#ftb-slider-code .disable { visibility: hidden; }
#ftb-slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#ftb-slider-code .next { margin: 30px 0 0 10px;  }
#ftb-slider-code .prev { margin: 30px 0 10px 0; margin-right: 10px }
#ftb-slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	min-width: 580px;
	height: 72px;
	margin-right
}
#ftb-slider-code .overview li{
	float: left;
}

.wordPage {
    height: 72px;
    width: 580px;
    padding: 5px;
}

#fillTheBlanks-back {
	display: none;
    background-color: white;
   /* background-image: url(../../images/fillTheBlanks/btn-back2.png);*/
    background-image: url(../../images/btnBackCyan.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 22px auto;
    color: #0097a7;
    width: 99px;
    /*height: 33px;*/
    margin-left: 51px;
    border: 2px solid #0097a7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
   /* background-position: 0 -3px;*/
    position: absolute;
    left: 0;
    bottom: 15px;
    margin: 0;
}
#fillTheBlanks-back:hover {
    color: white;
    background-color: #34b9c8;
    background-image: url(../../images/btnBack.svg);
}

#fillTheBlanks-save, #fillTheBlanks-save:hover, #fillTheBlanks-go {
    background-image: url(../../images/btnGo.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 22px auto;
    color:white;
    width: 99px;
    border: 0;
    /*height: 33px;*/
   /* background-color: white;*/
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: 0;
}



#fillTheBlanks-go:disabled {
    opacity: 0.5;
}

#fillTheBlanks-save {
	display:none;
}


#fillTheBlanks-saving-modal {
    display: none;
    width: 936px;
    position: absolute;
    height: 100%;
    margin: auto;
    font-size: 30px;
    z-index: 10;
}

#fillTheBlanks-saving-modal-content img{
    vertical-align: middle;
    margin-right: 18px;
}
#fillTheBlanks-saving-modal-content {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: 390px;
    margin-top: 300px;
    background-color: #eee;
}


#fillTheBlanks-container #messageLightbox{
    padding-bottom:0px;
}

.wordPage li {
	position: relative;
}

/*.wordPage li span {*/
#fillTheBlanks-words .label span {
	background-image: url(../../images/stop.png);
	background-repeat:no-repeat;
	background-size:15px 15px;
	top:-7px;
	right:-7px;
	position: absolute;
	width: 15px;
	height: 15px;
}

#fillTheBlanks-container #content{
    padding-left: 0px;
}

#fillTheBlanks-words {
    height: 437px;
    background-color: #DFE0D9;
    color: white;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    /*margin-top: 77px;*/
    padding: 10px 14px;
    width: 200px;
}

#fillTheBlanks-words p {
    padding: 7px;
    font-size: 14px;
    line-height: 28px;
    margin: auto 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 130px;
    display: block;
}

#fillTheBlanks-words div:nth-child(odd) {
    float: right;
}

#fillTheBlanks-words div:nth-child(even) {
    float: left;
}

.extraLargeWords p{
    text-align: left !important;
}

.extraLargeWords div{
    text-align: left !important;
}

.extraLargeWords div:nth-child(odd) {
    float: left !important;
}

.extraLargeWords div:nth-child(even) {
    float: left !important;
}

.desc .uploadHeader.fillTheBlanks {
    background: url(../../images/fillTheBlanks/logofilltitle.png) 0px center no-repeat;
    background-size: auto 31px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.desc .uploadHeader.fillTheBlanks h1 {
    padding-left: 40px;
    margin-left: 19px;
}

#fancybox-content h1.titleSub {
    border-bottom: 2px #00A8FF solid;
    color: #313131;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 0px;
}

#fancybox-content #fillTheBlanks-container.standalone h1.titleSub {
    margin-top: 0px;
    margin-bottom: 0px;
}

#fillTheBlanks-container.standalone #fillTheBlanks-content {
    height: 635px;
}

#fillTheBlanks-container.standalone .desc .uploadHeader.fillTheBlanks {
    margin-top: 0px;
}
