/* Custom Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/** Avenir **/
@font-face {
    font-family: 'Avenir';
    src: url('../../../fonts/Avenir.otf') format("opentype"),
    url('../../../fonts/Avenir-Light.eot') format('eot'),
    url('../../../fonts/Avenir-Light.ttf') format('ttf'),
    url('../../../fonts/Avenir-Light.woff') format('woff'),
    url('../../../fonts/Avenir-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/** Segoe **/
@font-face {
    font-family: 'segoepr';
    src: url('../../../fonts/segoepr.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../../../img/course/development/bg-content.jpg) #e2f3fb;
    font-family: Avenir, sans-serif;
    overflow-x: hidden;
}

header {
    background: url(../../../img/course/development/bg-header.jpg);
    margin: 0;
    width: 100%;
    height: 130px;
    border-bottom: 5px solid #fff;
    z-index: 2;
    text-align: center;
    padding: 10px 0 0 0;
}

.header-left {
    position: absolute;
    top: 35px;
    left: 0;
    line-height: .5em;
    font-size: .8em;
    text-align: left;
}

.header-right {
    position: absolute;
    top: 35px;
    right: 0;
    line-height: .8em;
    text-align: left;
}

.content {
    margin: 1% 0 5% 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.content h1 {
    color: #025188;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 3px solid #e2f3fb;
    padding-bottom: 10px;
    width: 80%;
    margin: 35px auto;
}

.content h2 {
    color: #025188;
    font-size: 1.3em;
    line-height: 1.5em;
    border-bottom: 3px solid #93e1ed;;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 15px auto;
}

.content h3 {
    color: #018abd;
    font-size: 1em;
}

.content p {
    text-align: justify;
}

.top-progress {
    background: #018abd;;
    margin: 0 auto 2% auto;
    width: 27%;
    border: 1px solid #93e1ed;
    border-radius: 10px;
    padding: 5px;
}

.top-progress h3 {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}

.top-progress ul {
    list-style: none;
    display: inline;
    margin-left: -25px;
}

.top-progress ul li {
    display: inline-block;
    font-size: .9em;
    border: 1px solid #93e1ed;;
    border-radius: 5px;
    padding: 3px 9px;
    margin: 0 1px;
    background: #93e1ed;;
    color: #fff;
}

.top-progress .current {
    background: #fff;
    color: #005c9d;
}

.top-progress .passed {
    background: #67c15e;
    color: #fff;
    border: 1px solid #67c15e;
}

footer {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    border-top: 5px solid #fff;
    background: url(../../../img/course/development/bg-footer.jpg);
    z-index: 90000;
}

.no-cursor {
    cursor: auto;
}

.md-modal {
    width: 700px;
}

.answer-letter {
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
    color: #44AF92 !important;
    margin: 0 5px 0 5px;
}

.answer:hover {
    color: #aaa;
}

.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

.line-through {
    text-decoration: line-through;
}


.md-content {
    color: #373737;
    background: url(../../../img/course/development/bg-header.jpg);
    position: relative;
    margin: 0 auto;
    border: 2px #018ABD solid;
    border-radius: 7px;
    font-family: Avenir, Tahoma, sans-serif;
    z-index: -5;

}

.md-content h3 {
    margin: 0;
    padding: 0.3em;
    text-align: center;
    font-size: 1.2em;
    opacity: 1;
    background: #018ABD;
    border-radius: 3px 3px 0 0;
    color: #fff;
}


/* Scroll */
.is-define-scroll {
    position: fixed;
    right: 3%;
    top: 50%;
    z-index: 100;
    display: none;
    cursor: pointer;
}

/* Preloader */
.fakeloader {
    z-index: 100000000;
}

.container {
    display: none;
}

.img_s {
    position: relative;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#next {
    cursor: pointer;
}

.all {
    width: 80%;
    font-size: 16px;
}

.main-topic {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
    line-height: 22px;
}

.main-topic-guide {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
}


.list_s {
    float: left;
    text-align: left;
    margin-left: 30px;
}

.list_s li {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
}

.list_s b {
    opacity: 0;
    margin-top: 15px;
}


.list_s div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_s a {
    cursor: pointer;
}

#img_1, #img_2, #img_3, #img_4, #img_5, #img_6, #img_7, #img_8, #img_9, #img_10, #img_11, #img_12, #img_13, #img_14, #img_15, #img_16 {
    position: relative;
    left: 30px;
}

.li_1, .li_2, .li_3, .li_4, .li_5, .li_6, .li_7, .li_8, .li_9, .li_10, .li_11, .li_12, .li_13, .li_14, .li_15, .li_16 {
    opacity: 0;
    display: none;
    margin-bottom: 80px !important;
}


.example {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    border-left: 4px solid #557d38;
    padding-left: 10px;
    margin: 25px 0 20px 25px !important;
}

.list_s .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #346531;
}

.line-through {
    text-decoration: line-through;
}

.board {
    text-align: justify;
}

.red {
    color: #dc4a4a;
}

.divider {
    border-bottom: 2px solid #bbb;
    padding-top: 8px;
    margin-bottom: 10px;
}

.green {
    color: #A5DC86;
    font-size: 1.03em;
}

.bg {
    background: rgba(239, 239, 239, 1);
    padding: 2px 4px;
    border-radius: 5px;
}


.main-topic {
    margin: 1% auto 3% auto;
    width: 48%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #A7CE97;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
}

.tick-bottom {
    margin-bottom: -5px;
}

.scroll-progress {
    position: fixed;
    top: 0;
    z-index: 1000000000000000000;
    width: 100%;
    background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 5px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #02B9F3;
    width: 0%;
    transition: width 3s;
}

a letter {
    color: inherit;
}

letter {
    display: inline-block;
    background: none;
    transition: 0.01s;
    white-space: pre;
}

letter.initial {
    opacity: 0;
    text-shadow: 0 0 1px;
    color: #FFF;
    -webkit-transform: scale(8);
    -webkit-transform-origin: 150% 50%;
    transform: scale(8);
    transform-origin: 150% 50%;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    color: #777;
    font-size: 11px;
    text-align: center;
    background: #EEE;
    border-radius: 10px;
}


#next {
    cursor: pointer;
}

.vocab-btn {

    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.dev-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.str-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons {
    float: right;
    width: 55%;
    margin-top: 45px;
}

.pencil {
    float: left;
    width: 45%;
    position: relative;
    left: 100px
}

.example-word-use {
    line-height: 25px;
}

a {
    color: #005c9d;
    text-decoration: none;
    outline: none;
}

.fa {
    font-size: 24px;

}

.tooltip-content {
    position: absolute;
    background: url(../../../img/course/development/shape1.svg) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 9999;
    width: 100px;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    padding: 30px 20px;
    font-size: large;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    line-height: 1;
    pointer-events: none;
    font-family: 'Kalam', cursive;
    -webkit-transform: scale3d(0.1, 0.2, 1);
    transform: scale3d(0.1, 0.2, 1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

.tooltip-content::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    background: #018abd;
    -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}


.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip i {
    position: relative;
    top: 5px;
}


.tooltip3 {
    display: inline;
    position: relative;
    z-index: 999;
}


.title-tooltip3 {
    color: #50494f !important;
    font-size: smaller !important;
}

.title-tooltip4 {
    color: #50494f !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

/* Trigger text */

.tooltip3-item {
    background: #a7999c;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}

/* Gap filler */

.tooltip3-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip3:hover .tooltip3-item::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip3-content {
    position: absolute;
    z-index: 9999;
    min-width: 210px;
    width: auto !important;
    margin: 0 0 20px 0;
    bottom: 100%;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.7;
    box-shadow: -5px -5px 15px rgba(127, 127, 127, 0.2);
    background: #a7999c;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    border-radius: 4px;
    padding: 10px;
}

.tooltip3-effect-1 .tooltip3-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-2 .tooltip3-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-3 .tooltip3-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-4 .tooltip3-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-5 .tooltip3-content {
    width: 180px;
    margin-left: -50px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.tooltip3:hover .tooltip3-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip3.tooltip3-effect-2:hover .tooltip3-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* Arrow */

.tooltip3-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #7f7f7f;
    border-width: 10px;
    margin-left: -10px;
}

/* Tooltip content*/

.tooltip3-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}

.tooltip3-text {
    font-size: 0.68em;
    line-height: 1.35;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip3-effect-5 .tooltip3-text {
    padding: .7em;
}

.tooltip3-text a {
    font-weight: bold;
}


/* tooltip task II */

.tooltip3-t2 {
    display: inline;
    position: relative;
    z-index: 999;
}

/* Trigger text */

.tooltip3-t2-item {
    background: rgba(147, 225, 237, 1);
    cursor: pointer;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}

/* Gap filler */

.tooltip3-t2-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip3-t2:hover .tooltip3-t2-item::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip3-t2-content {
    position: absolute;
    z-index: 9999;
    left: 50%;
    width: 170px !important;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.7;
    box-shadow: -5px -5px 15px rgba(22, 160, 193, 0.2);
    background: #16a0c1;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    border-radius: 4px;
}

.tooltip3-t2-effect-1 .tooltip3-t2-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-t2-effect-2 .tooltip3-t2-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-t2-effect-3 .tooltip3-t2-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-t2-effect-4 .tooltip3-t2-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-t2-effect-5 .tooltip3-t2-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.tooltip3-t2:hover .tooltip3-t2-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip3-t2.tooltip3-t2-effect-2:hover .tooltip3-t2-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* Arrow */

.tooltip3-t2-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #16a0c1;
    border-width: 10px;
    margin-left: -10px;
}

/* Tooltip content*/

.tooltip3-t2-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}

.tooltip3-t2-text {
    font-size: 0.68em;
    line-height: 1.35;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip3-t2-effect-5 .tooltip3-t2-text {
    padding: .7em;
    /*text-align: justify;*/
}

.main-text p {
    line-height: 1.77em;
    font-size: larger;
}

.main-text {
    margin-bottom: 100px;
}

.border-left-2 {
    border-left: solid 5px #16a0c1;
    padding: 15px;
    background-color: rgb(154, 171, 177, 0.75);

}

.border-left-2 i {
    color: #16a0c1;
    line-height: 2.5em;
}


.eye {
    position: relative;
    bottom: 3px;
    font-size: small;
}

.border-grammar {
    margin: -30px 0 0 30px;
    padding: 30px;
    border: 1px #50494f solid !important;
    border-radius: 17px;
    background-color: #faffd1;
}

.instead {
    color: orange;
    font-size: 1.06em;
    font-weight: 700;
}

.write {
    color: green;
    font-size: 1.06em;
    font-weight: 700;
}


.dummy {
    pointer-events: auto;
}


.footer-lesson-image, .footer-answer-image, .footer-tip-image {
    width: 75% !important;
}

.md-effect-8 {
    top: 35% !important;
}

.button--wayra:hover {
    border-color: #A7CE97;
}


.button--wayra.button--inverted:hover {
    border-color: #A7CE97;
}

.button--wayra:hover::before {
    background-color: #A7CE97;

}

.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}


.topic-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.planning-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.vocab-btn {
    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.gra-btn {
    background: #f87e4d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.punc-btn {
    background: #f84d7b;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.time-btn {
    background: #4da0f8;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons-general-tips {
    margin-top: 0;
}

.pencil-general-tips {
    margin-top: 40px;
    margin-left: 0;

}

.border-none {
    border: none !important;
}

.left-move-3 {
    position: relative;
    right: 40px;
}

.overflow-y-none {
    overflow-y: scroll !important;
}


.title {
    color: #A7CE97;
    font-size: 1.12em;
    font-weight: 500;
    font-style: italic;
}

.green2 {
    color: #62af45;
    font-size: 1.06em;
    font-weight: bold;
}

.red {
    color: #dc4a4a;
    font-weight: 600;
}

.divider {
    border-top: 2px solid grey;
    padding-top: 5px;
    margin: 0 auto;
}

.segoepr {
    font-family: segoepr;
}

.download {
    text-align: center;
    font-size: 1.5em;
    color: #6d756b;
}

table {
    margin: 0 auto;
    margin-bottom: 3em;
    background: #a7999c;
    width: 60%;
    font-size: small;
}


th {
    padding: 15px;
    text-align: left;
}

td {
    padding: 1em 2em;
    text-align: left;
}

.link-list {
    padding: 0 !important;

}

.menu-wrap {
    background: url(../../../img/course/development/bg-header.jpg);
}

.page-pointer {
    font-style: italic;
    font-weight: bold;
    text-align: justify;
    font-size: larger;
}


word {
    display: inline-block;
}

a letter {
    color: inherit;
}


letter.initial {
    opacity: 0;
    text-shadow: 0 0 9px;
    color: black;
    -webkit-transform: scale(8);
    -webkit-transform-origin: 150% 50%;
    transform: scale(8);
    transform-origin: 150% 50%;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    color: #777;
    font-size: 11px;
    text-align: center;
    background: #EEE;
    border-radius: 10px;
}

#one-apology, #two-apology, #three-apology, #four-apology, #five-apology, #six-apology, #seven-apology {
    display: none;
}

.page-question {
    text-align: justify;
    border-bottom: none !important;
}


td.err {
    background-color: #c4bbbd;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    line-height: 1;
}

th {
    background-color: #443B3D;
    font-weight: bold;
    color: #fff;
}

tbody th {
    background-color: #2ea879;
}

tbody tr:nth-child(2n-1) {
    background-color: #c4bbbd;
    transition: all .125s ease-in-out;
}

tbody tr:hover {
    background-color: rgba(129, 208, 177, .3);
}


.expressions {
    position: relative !important;
    left: 20%;
    margin-top: 50px;
}

.expression-example {
    position: relative !important;
    line-height: 30px;
    margin-left: 20px;
}

.tooltip-comic a {
    color: black;
    background: #A7CE97;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}


.example-title-voc {
    font-size: large;
    color: #81B055;
}

.answer {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.answered {
    font-weight: bold;
    cursor: pointer;
}

.answer:hover {
    color: #aaa;
}


.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

#one-apology i, #two-apology i, #three-apology i, #four-apology i,
#five-apology i, #six-apology i, #seven-apology i {
    font-size: 15px;
    margin-right: 7px;
}

.explanation-answer {
    font-style: italic;
    font-size: smaller;
}

.help {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-style: -moz-wavy;
    text-decoration-color: #b0adc5;
}

.font-smaller {
    font-size: smaller;
}

.three-d-shadow {
    text-shadow: 2px 8px 6px,
    0px -5px 35px;
}


/*.hid*/
.true {
    background-color: green !important
}

.wrong {
    background-color: red !important
}


.cd-dropdown,
.cd-select {
    position: relative;
    width: 360px;
    margin: 20px auto;
    display: block;
}

.cd-dropdown > span {
    height: 55px;
    line-height: 55px;
    color: #999;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 0 50px 0 00px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
    content: '\25B2';
}

.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.cd-dropdown ul li {
    display: block;
}

.cd-dropdown ul li span {
    width: 80%;
    background: #fff;
    line-height: 55px;
    padding: 0 30px 0 75px;
    display: block;
    color: #555;
    cursor: pointer;
    font-weight: 700;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Select fallback styling */
.cd-select {
    border: 1px solid #97D1BC;
}


.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 10%;
}

.cd-dropdown ul li {
    position: absolute;
    width: 10%;
}

.cd-active.cd-dropdown > span {
    color: #97d1bc;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-active.cd-dropdown ul li {
    -webkit-transform-origin: -200% 50%;
    -moz-transform-origin: -200% 50%;
    -o-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
}

.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
    background: #97D1BC;
    color: #fff;
}

.cd-active.cd-dropdown ul li {
    top: 0 !important;
}


.question1 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 10px;
    opacity: 0;

}

.question2 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question3 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question4 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 130px;
    display: block;
}

.question5 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question6 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.left-left1 {
    float: left;
    width: 50%;
}

.right-right1 {
    float: left;
    width: 50%;
}

.img-answer1 {
    position: relative;
    top: -60px;
    right: -160px;
    width: 30px;
    height: 30px;
    z-index: 10000
}

.img-answer1:hover {
    cursor: pointer;
}

.text-1 {
    width: 95%;
    height: 60px;
    background: #fff;
    color: #555;
    position: relative;
    top: 20px;
    border-radius: 8px;
}

.img-answer1 {
    right: -220px;
    width: 25px;
    height: 25px;
}

.ansers1 {
    position: relative;
    top: 20px;
    width: 90%;
    height: 60px;
    float: right;
    border-radius: 8px;
    color: #fff;
}

.correct {
    background: green;
}

.leftAlign {
    text-align: left;
}

.all {
    width: 100%;
}

.text-write {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    background-color: rgb(167, 206, 151, 0.5);
    padding: 10px;
    border-radius: 10px/30px;
}

.space-bottom {
    height: 300px;
}

@font-face {
    font-family: 'nlicons';
    src: url('../../../fonts/nlicons/nlicons.eot');
    src: url('../../../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/nlicons/nlicons.woff') format('woff'),
    url('../../../fonts/nlicons/nlicons.ttf') format('truetype'),
    url('../../../fonts/nlicons/nlicons.svg#nlicons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* general style for the form */
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    line-height: 1.6;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
    line-height: inherit;
    display: inline-block;
    color: #018abd !important;
    cursor: pointer;
    border-bottom: 2px dotted #018abd;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    margin-right: 5px;
}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #02b9f3;
    padding: 15px;
    left: -0.5em;
    top: 50%;
    opacity: 0;
    border-radius: 10px;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding: 0 1.5em 0 0.5em;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: #0b38f3;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #0b38f3;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: 'nlicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "\e000";
    position: absolute;
    right: 1em;
    font-size: 50%;
    line-height: 3;
}

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 2.5;
    display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: 0.4em 1em;
    color: rgba(0, 0, 0, 0.2);
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #76C3BD;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 3px;
}

.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}


.tick {
    cursor: pointer;
    margin-left: 8px;
}

#next {
    cursor: pointer;
}

#one, #two, #three, #for, #five {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    text-align: justify;
    margin-bottom: -12px;
    font-size: 16px;
}

.one-piece {
    line-height: 1.5em;
    font-size: 16px;
    width: 80%;
    margin: auto;
}

.board {
    font-family: segoepr, Avenir, sans-serif;
    font-size: .9em;
    text-align: center;
}

.tooltip2-text {
    border-bottom: 10px solid white !important;
}

.tooltip2-inner {
    background: rgba(90, 90, 90, 0.95) !important;
}

.word {
    padding: 2px 4px;
    border: 1px dotted #005C9D;
    border-radius: 5px;
    background: #93E1ED;
    color: #005C9D;
    margin: 2px 4px;
}

.word:hover {
    color: white;
}

.tooltip2-content::after {
    border-top-color: #fff;
}

.content-tip {
    width: 80%;
    margin: auto auto;
}

.img_s {
    position: relative;
    left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.handy-words {
    width: 80%;
    padding: 50px 0 30px 30px;
    margin-left: 10%;
    margin-right: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
    background-color: rgb(179, 201, 242, 0.4);
    border-radius: 50px/50px;
}

.li_1_dev, .li_2_dev, .li_3_dev, .li_4_dev, .li_5_dev,
.li_6_dev, .li_7_dev, .li_8_dev, .li_9_dev, .li_10_dev {
    opacity: 0;
    display: none;
    margin-bottom: 40px;
}

.shadow-left-right {
    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);

}


.modal-chart {
    min-height: 250px;
    width: 100%;
    margin: 0;
}


.mainDiagramDiv .graph-container:before {
    background-color: transparent;
}

.mainDiagramDiv .bar-container:before {
    border-color: transparent transparent;
}

.mainDiagramDiv .graph-marker-container span {
    top: 0.35em;
    color: #808080;
}

.mainDiagramDiv .graph-container:after {
    top: 3.6em;
}

.mainDiagramDiv .graph-container {
    font-size: 0.6em;
}

.mainDiagramDiv .graph-container > li > span {
    bottom: -2em;
}


.small-scale-bar, .small-scale-bar-voc, .small-scale-bar-dev {
    display: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 657px) {
    .small-scale-bar-dev {
        display: block;
    }

    .graph-container, .mainDiagramDiv {
        display: none
    }
}


.cover {
    border-bottom: solid 14px #ABDCFA;
    position: relative;
    z-index: 2000;
    bottom: 14px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.table-chart th {
    background-color: #018ABD;
}

.table-chart td {
    background-color: white;
    text-align: center;
}

.table-chart td:hover {
    background-color: #9772cc;
    color: white;
    cursor: pointer;
}

.table-chart .indicator-table {
    background-color: #9772cc;
}

.process-diagram {
    width: 99.99%;
    cursor: pointer;
}






/* Mobile */
@media only screen and (max-width: 479px) {

    .menu-wrap span {
        font-size: smaller;
    }

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 0 auto 5% auto;
        width: 80%;
        padding: 5px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
        height: 280px !important;
    }


    .md-modal {
        width: 85% !important;
    }

    .md-effect-7 {
        left: 135% !important;
    }

    .topic_text {
        width: 80% !important;
    }


    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 35% !important;
    }

}

/* Tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .menu-wrap span {
        font-size: smaller;
    }

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85% !important;
    }


    footer {
        height: 50px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
    }

    .md-modal {
        width: 75% !important;
    }

    .md-effect-7 {
        left: 125% !important;;
    }

    .topic_text {
        width: 85% !important;
    }

    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 45% !important;
    }

}

/* Larger than tablet */
@media only screen and (min-width: 768px) and (max-width: 999px) {

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85%;
    }

    .md-modal {
        width: 55% !important;
    }

    .md-effect-7 {
        left: 90% !important;
    }

    .topic_text {
        width: 85% !important;
    }


}

/* Larger than desktop */
@media (min-width: 1000px) {

    .top-progress {
        width: 85%;
    }

    .md-effect-7 {
        left: 50% !important;
        width: 30% !important;
    }

}


@media (max-width: 700px) {

    table {
        width: 100%;
        font-size: smaller;
    }

}

@media all and (max-width: 600px) {
    td, th {
        padding: 10px;
        text-align: left;
        font-size: smaller;
    }

    td, th {
        border-left: solid 1px #a4fedb;
    }

    table {
        width: 100%;
    }
}

@media only screen and (max-width: 999px) {
    .left-left1, .left-left2 {
        width: 90%;
        margin-bottom: 20px !important;
    }

    .right-right1, .right-right2 {
        width: 80%;
    }

    .img-answer1, .img-answer2 {
        position: relative;
        top: -60px;
        right: -252px;
    }
}
