body {
    background: #fff;
}

.game-body {
    position: relative;
    background: #ffffff;
    overflow: hidden !important;
}

#game_content{
    position: relative;
    width: 936px;
}

.icon-toolbar-right-palette {
    position: relative;
}

.icon-toolbar-right-blank-space {
    width: 551px;
}

.object-bank-container {
    position: absolute;
    width: 250px;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #B9B9B9;
    background: white;
    z-index: 10;
}

.object-bank-container.active {
    width: 0;
}

.object-bank-container.active .word-list-container {
    display: none;
}

.word-list-header {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 25px;
}

.word-list-header span.chart-objects-title,
.word-list-header span.word-list-title {
    width: 50%;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    color: #CCC;
}

.word-list-header span.chart-objects-title {
    text-align: left;
}

.word-list-header span.word-list-title {
    text-align: right;
}

.word-list-header span.chart-objects-title.active,
.word-list-header span.word-list-title.active {
    font-family: 'HelveticaNeue-Bold', serif;
    color: #000;    
}

.word-list-separator-line {
    height: 3px;
    width: 80%;
    margin: 10px auto;
    box-sizing: border-box;
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 25%, rgba(222,222,222,1) 50%, rgba(232,232,232,1) 75%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(25%, rgba(232,232,232,1)), color-stop(50%, rgba(222,222,222,1)), color-stop(75%, rgba(232,232,232,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 25%, rgba(222,222,222,1) 50%, rgba(232,232,232,1) 75%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 25%, rgba(222,222,222,1) 50%, rgba(232,232,232,1) 75%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 25%, rgba(222,222,222,1) 50%, rgba(232,232,232,1) 75%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 25%, rgba(222,222,222,1) 50%, rgba(232,232,232,1) 75%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=1 );
}


.grade-container {
    width: 100%;
    padding: 10px 10px 10px 20px;
}

.grade-header-container span.grade-header {
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;

}

.chart-objects-container,
.unit-list {
    text-align: center;
}

.grade-header-container span.unit-list {
    float: right;
}

.grade-body-container {
    margin-top: 15px;
}

.word-list-unit {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
    /*overflow: scroll;*/
}

.word-data-container{
    padding: 10px 5px;
    font-size: 14px;
    width: 200px;
    display: block;
    margin-left: -5px;
    height: auto;
    cursor: pointer;
}

.word-square-text-container.on-drag,
.word-display.on-drag,
.word-square-title.on-drag,
.word-web-title.on-drag,
.word-data-container.on-drag {
    z-index: 999;
    border: 1px dashed #ccc !important;
    border-radius: 10px;
    background: #f5f5f5 !important;
    text-align: center;
    width: 160px !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0;
    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
}

.word-data-container.ui-draggable.ui-draggable-handle.disabled {
    opacity: 0.3;
}

.word-data-container span.word-display {
    width: 100%;
    display: block;
    font-family: HelveticaNeue-Bold;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 2px;
}

.word-data-container span.word-description {
    width: 100%;
    display: block;
    /*text-align: justify;*/
}

.word-data-container span.word-example {
    width: 100%;
    display: block;
    font-family: HelveticaNeue-LightItalic;
}

/*BEGIN WORKSPACE */

.workspace-container{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
}

.workspace-container-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    height: 0 !important;
}

.workspace-container-background.active{
    width: 100% !important;;
    height: 100% !important;;
    background: #87cefa !important;
    opacity: 0.01;
    cursor: move;
}

.graph-organize-word-web {
    position: absolute;
    padding: 20px 20px;
    border: 2px solid black;
    background-color: white;
}

.graph-organize-word-square {
    position: absolute;
    background-color: white;
}

.word-object.highlight:after,
.word-object.highlight,
.definition-object.highlight,
.graph-organize-word-chart.highlight,
.graph-organize-word-web.highlight,
[class*=-of-square].highlight {
    background-color: lightgrey;
}

.workspace-container > .synonyms-object.ui-draggable-dragging,
.workspace-container > .definition-object.ui-draggable-dragging {
    line-height: 70px;
}

.ui-draggable {
    cursor: move;
}

.workspace-container .antonyms-object,
.workspace-container .synonyms-object {
    height: auto !important;
    width: auto !important;
}

.workspace-container .definition-object {
    height: auto !important;
}

.graph-organize-word-web.circles {
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}

.word-web-line {
    height: 2px;
    background-color: red;
}

.remove-word-web-line {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background: url(../../assets/images/games/game/btn_minus@2x.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

span.add-more-child {
    position: absolute;
    top: 15px;
    right: -15px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../../assets/images/games/game/btn_plus.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

span.add-more-child.disabled{
    /*opacity: 0.01;*/
    display: none;
}

.word-web-header,
.word-web-body{
    text-align: center;
    padding: 2px 3px;
}

.word-square-header span.word-square-title,
.word-web-header span.word-web-title,
.word-web-body textarea.word-web-description{
    width: 75%;
    border: 1px solid #999999;
}

.word-web-header span.word-web-title:hover,
.word-square-header span.word-square-title:hover {
    cursor: default;
}

.word-web-header span.word-web-title,
.word-square-header span.word-square-title {
    height: 30px;
    text-align: center;
    display: inline-block;
    background: white;
}

.word-web-header span.word-web-title,
.word-square-header .word-square-title {
    font-family: HelveticaNeue-Bold;
    line-height: 30px;
}

textarea.word-web-description {
    font-family: HelveticaNeue;
    height: 65px;
    resize: none;
}

.eraser-mode .word-web-title:hover,
.eraser-mode .word-web-title,
.eraser-mode .word-web-description:hover,
.eraser-mode .word-web-description {
    cursor: not-allowed !important;
}



.background-group {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 20px;
    color: #CED0D1;
    z-index: 11;
}

.icon-toolbar-address-bar-des {
    width: 869px;
}

.background-icon-area {
    padding: 0 15px;
    display: inline-block;
}

.background-icon {
    cursor: pointer;
}

.icon-bg-circles {
    background: url(../../assets/images/games/graph_organize/five-cicles-inactive.png) center center no-repeat;
    height: 30px;
    width: 40px;
    display: inline-block;
}

.graph-organize-word-square [class*=-of-square]{
    width: 50%;
    height: 50%;
    float: left;
    border: 2px solid black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
}

.graph-organize-word-square [class*=-of-square]:nth-child(2),
.graph-organize-word-square [class*=-of-square]:nth-child(4) {
    border-left: none;
}

.graph-organize-word-square [class*=-of-square]:nth-child(3),
.graph-organize-word-square [class*=-of-square]:nth-child(4) {
    border-top: none;
}

[class*=-of-square] .word-square-header,
[class*=-of-square] .word-square-body {
    text-align: center;
    margin-top: 30px;
}

.word-square-text-container,
.word-square-title,
.word-square-description {
    width: 175px !important;

}

.word-square-title {
    text-align: center;
}

.bg-inactive {
    background: #f5f5f5;
    color: #ccc;
}

.bg-active {
    background: white;
    color: black;
}

.word-square-text-container {
    height: 80px;
    border: 2px dashed #999;
    display: inline-block;
    line-height: 80px;
}

.word-square-description {
    min-height: 80px;
    resize: none;
}

.icon-bg-circles:hover,
.background-icon-area.active .icon-bg-circles {
    background: url(../../assets/images/games/graph_organize/five-cicles-active.png) center center no-repeat;
}

.icon-bg-grid {
    background: url(../../assets/images/games/graph_organize/five-rectangles-inactive.png) left center no-repeat;
    height: 30px;
    width: 40px;
    display: inline-block;
}

.icon-bg-grid:hover,
.background-icon-area.active .icon-bg-grid {
    background: url(../../assets/images/games/graph_organize/five-rectangles-active.png) left center no-repeat;
}

.caret {
    margin: 0 0 0 5px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.header-description {
    cursor: pointer;
    position: relative;
}

.chart-objects-container.minimized,
.grade-container.minimized,
.chart-value-options.minimized {
    display: none;
}

/*************************************/



/*************************************/

.word-object {
    width: 140px;
    background: #f5f5f5;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: relative;
    min-height: 74px;
    line-height: 70px;
    text-align: center;
    font-family: HelveticaNeue-Bold;
    font-size: 16px;
    display: inline-block;
    z-index: 1;
}

.word-object:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -26px;
    z-index: -1;
    width: 52px;
    height: 52px;
    background: #f5f5f5;
    border-right:2px solid #CCC;
    border-bottom:2px solid #CCC;
    transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
/*----------------------------*/

.part-of-speech-object,
.object-bank-container .definition-object,
.synonyms-object,
.antonyms-object {
    display: inline-block;
    width: 140px;
    min-height: 70px;
    text-align: center;
    background: #f5f5f5;
    font-family: HelveticaNeue-Bold;
    font-size: 16px;
}

.part-of-speech-object,
.definition-object,
.synonyms-object,
.antonyms-object {
    line-height: 70px;
}

.hasTextarea {
    line-height: 1.42857143;
    padding: 10px;
}

.definition-object.hasTextarea {
    padding: 0 !important;
}

.hasTextarea textarea.txt-word-square-description {
    width: 100%;
    height: 100%;
    font-family: HelveticaNeue;
    box-sizing: border-box;
}

.definition-object textarea.txt-word-square-description {
    resize: vertical;
}

.part-of-speech-object {
    background: url("../../assets/images/games/graph_organize/part-of-speech-bg.png");
}

.definition-object > .ui-wrapper {
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
}

.definition-object .txt-word-square-description {
    border: 1px solid #c6c7c9 !important;
    box-shadow: 0 0 0 10px #f5f5f5;
    margin: 10px !important;
    width: 100% !important;
}

.graph-organize-word-chart.ui-droppable .part-of-speech-object{
    background: url("../../assets/images/games/graph_organize/part-of-speech-bg-droppable.png");
}



.definition-object {
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.synonyms-object,
.antonyms-object {
    border: 2px solid #ccc;
}

.sadlier-dropdown {
    right: -139px;
    left: initial;
    top: 30px;
    z-index: 11;
}

.address-bar-title .chart-value-option {
    font-size: 14px;
    line-height: 1.42857143;
    color: #59575A;
}

.address-bar-title .chart-value-option:hover {
    color: black;
}

.ui-draggable-dragging {
    z-index: 9999 !important;
}

.graph-organize-word-chart {
    position: relative;
    width: 100%;
    height: 100%
}

.graph-organize-word-chart .word-data-container {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

.graph-organize-word-chart.ui-droppable .word-object:before {
    content: "WORD";
    position: absolute;
    line-height: 1.42857143;
    top: -20px;
    left: 0;
    display: block;
    color: #ccc;
    font-family: HelveticaNeue-Bold;
}

.graph-organize-word-chart.ui-droppable .definition-object:before {
    content: "DEFINITION";
    position: absolute;
    line-height: 1.42857143;
    top: -20px;
    left: 0;
    display: block;
    color: #ccc;
    font-family: HelveticaNeue-Bold;
}

.graph-organize-word-chart.ui-droppable .part-of-speech-object:before {
    content: "PART OF SPEECH";
    position: absolute;
    line-height: 1.42857143;
    top: -20px;
    left: 0;
    display: block;
    color: #ccc;
    font-family: HelveticaNeue-Bold;
}

.graph-default {
    display: none;
}

.graph-organize-word-chart.ui-droppable .synonyms-object:before {
    content: "SYNONYMS";
    position: absolute;
    line-height: 1.42857143;
    top: -20px;
    left: 0;
    display: block;
    color: #ccc;
    font-family: HelveticaNeue-Bold;
}

body.eraser-mode .ui-draggable-disabled {
    cursor: not-allowed;
}

.graph-organize-word-chart.ui-droppable .antonyms-object:before {
    content: "ANTONYMS";
    position: absolute;
    line-height: 1.42857143;
    top: -20px;
    left: 0;
    display: block;
    color: #ccc;
    font-family: HelveticaNeue-Bold;
}

.graph-organize-word-chart.ui-droppable .definition-object textarea.txt-word-square-description {
    width: 94% !important;
    max-height: 88px !important;
    height: 44px;
}

/*.word-text-bg {
    top: -20px;
    line-height: 1.42857143;
    left: 5px;
}

.antonyms-text-bg {
    top: -20px;
}

.definition-text-bg {
    top: -20px;
}

.synonyms-text-bg {
    top: -20px;
}

.part-of-speech-text-bg {
    top: -20px;
    line-height: 1.42857143;
    left: 0;
}*/

label.form-check-label {
    display: block;
    line-height: 18px;
    text-align: left;
}

.part-of-speech-object-wrapper {
    margin: 0 0 0 10px;
}

.char-object {
    margin-top: 20px;
    margin-bottom: 20px;
}

.chart-value-option {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.word-square-text-container.bg-inactive:before {
    content: 'Drag your word here.';
}


/*--------------------- STYLE FOR PRINT ---------------------*/
.graph-organize-copyright,
.graph-organize-title-print {
    display: none;
}
/*-------------------- // STYLE FOR PRINT -------------------*/

@media print {

    .graph-organize-copyright .pull-left {
        font-size: 12px;
    }

    .graph-organize-copyright,
    .graph-organize-title-print {
        display: block;
        color: black;
    }

    .graph-organize-title-print {
        font-size: 20px;
        text-align: center;
        text-transform: capitalize;
        font-family: 'HelveticaNeue-Bold';
    }

    .game-body {
        margin: 0;
    }

    .game-content {
        box-shadow: none;
        background: white;
    }

    .txt-word-square-description {
        background: white;
    }

    .word-square-text-container {
        background: white;
        border: 1px solid #A9A9A9;
    }

    .word-square-title {
        margin: 0;
        padding: 0;
        border: 1px solid #A9A9A9;
    }

    .word-square-text-container.bg-inactive:before {
        content: '';
    }

}