@font-face {
    font-family: Abraham;
    src: url("/fonts/abraham.otf");
}

@font-face {
    font-family: Bariol;
    src: url("/fonts/bariol_regular.otf");
}

@font-face {
    font-family: Bariol;
    src: url("/fonts/bariol_bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: Bariol;
    src: url("/fonts/bariol_thin.otf");
    font-weight: 100;
}

@font-face {
    font-family: Bariol;
    src: url("/fonts/bariol_light.otf");
    font-weight: 200;
}

@font-face {
    font-family: Bariol;
    src: url("/fonts/bariol_regular_italic.otf");
    font-style: italic;
}

:root {
    --logo1: #564092;
    --logo2: #76bf89;
    --suportPink: #fbe1e8;
    --suportRed: #e94256;
    --suportOrange: #fabe74;
    --scale0: #220a0d;
    --scale1: #4d151b;
    --scale2: #80242f;
    --scale3: #9e2e3b;
    --scale4: #be3646;
    --scale5: #e94256;
    --scale6: #38c8db;
    --scale7: #fabe74;
    --scale8: #fef397;
    --scale9: #fcf4aa;
    --scale10: #faf4c1;
    --scale11: #fffdef;

    --logo2scale1: #76bf89;
    --logo2scale2: #86c497;
    --logo2scale3: #aad4b5;
    --logo2scale4: #d4e9d9;

    --grayScale0: rgb(34, 34, 34);
    --grayScale1: #333;
    --grayScale2: rgb(90, 90, 90);
    --grayScale3: rgb(116, 116, 116);
    --grayScale4: rgb(160, 160, 160);
    --grayScale5: rgb(219, 219, 219);
    --grayScale6: rgb(235, 235, 235);

    --brandFont: 'Abraham', sans-serif;
    --textFont: 'Bariol', sans-serif;
}

.logoColor1 {
    color: var(--logo1);
}

.logoColor2 {
    color: var(--logo2);
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 225px;
    background-color: var(--scale11);
    font-family: var(--textFont);
    text-align: justify;
    font-size: 1.5em;
    margin: 0
}

body td {
    text-align: left
}

div.form-group>label {
    text-align: right
}

#inner-body, #login-form, .main_content {
    margin-bottom: 230px
}

h1 {
    color: var(--scale4)
}

p {
    color: var(--scale1)
}

div.waiting {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: var(--scale11);
    cursor: wait;
    z-index: 2000;
    left: 0;
    top: 0;
}

#logo-box {
    background-color: var(--scale11);
    padding: 15px;
    z-index: 2;
    box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 20%;
}

#logo{
    max-height: 90px;
    width: 100%;
}

@media (min-width: 1200px){
    #logo {
        font-size: 3vw;
    }
}

#userDisplay{
    padding: 0 0 0 26px;
}

#userDisplay h4, #userDisplay em {
    color: var(--suportPink);
}

#userDisplay p {
    color: var(--scale2);
}

.top-brand-bar{
    background-color: var(--suportRed);
    width: 100%;
    height: 100px;
    position: absolute;
}

.pointer {
    cursor: pointer;
}

.loader {
    border: 16px solid var(--scale8);
    border-radius: 50%;
    border-top: 16px solid var(--logo2);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* tabs */
@media(max-width:350px){
    div#desktop > ul > li > a {
        font-size: 3vw;
        padding: 4px 2px;
    }
}
@media(min-width:351px){
    div#desktop > ul > li > a {
        font-size: 2.4vw;
        padding: 4px 7px;
    }
}
@media(min-width:767px){
    div#desktop > ul > li > a {
        font-size: 2vw;
        padding: 4px 10px;
    }
}
@media(min-width:768px){
    div#desktop > ul > li > a {
        font-size: 1.5vw;
        padding: 4px 13px;
    }
}
@media(min-width:992px){
    div#desktop > ul > li > a {
        font-size: 1.3vw;
        padding: 4px 16px;
    }
}
@media(min-width:1200px){
    div#desktop > ul > li > a {
        font-size: 1.2vw;
        padding: 4px 20px;
    }
}


.indexVideoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.indexVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* User Display */
.top-background-bar{
    background-color: var(--suportRed);
    width: 100%;
    height: 98px;
    position: absolute;
}
#top-bar{
    margin-bottom: 30px;
    height: 100px;
    margin: 0 0 30px 0;
}

#userImg {
    margin: 24px 18px 0 0;
    float: left;
}

#displayUserName {
    margin: 29px 0 3px;
    font-size: 100%;
}

#user2 {
    text-align: right;
    margin-top: 23px;
    margin-right: 4px;
    position: relative;
}

#user2 h4 {
    font-size: 1vmax;
}

@media all and (min-width: 768px) and (max-width: 992px){
    #user2 h4 {
        font-size: 1.2vmax;
    }
}

#logout {
    margin: 26px 0 0 0;
    cursor: pointer;
}

#footer {
    bottom: 0;
    padding-bottom: 40px;
    width: 100%;
    background-color: var(--grayScale5);
    text-align: center;
    color: var(--scale1);
    position: absolute;
    z-index: 98;
}

#eloquaRoomDiv{
    margin-top: 18px;
}

.studentSlidesNav{
    margin: 23px 0;
}

.studentSlideDisplay img{
    margin: 20px auto 10px;
}

.tab-content{
    margin: 10px 0 0 0;
}

.panel-body .btn {
    margin-top: 4px;
}

.btn-save{
    margin-top: 16px;
}

.well>p:last-child{
    margin-bottom: 0;
}

table#mission-table {
    font-family: var(--textFont);
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

table#mission-table td, th {
    border: 1px solid var(--scale9);
    text-align: left;
    padding: 8px
}

table#mission-table td {
    cursor: pointer
}

table#mission-table tr:nth-child(even) {
    background-color: var(--scale9)
}

div#missionContent{
    color: var(--scale9)
}

div#missionContent .panel h3, h1{
    margin: 0;
}

div#missionContent h2{
    color: var(--scale6)
}

div#missionContent img{
    margin: 20px auto 20px;
    -webkit-box-shadow: 0px 0px 10px 0px var(--scale9);
    -moz-box-shadow: 0px 0px 10px 0px var(--scale9);
    box-shadow: 0px 0px 10px 0px var(--scale9)
}
#missions-list{
    max-height: 600px;
    overflow: auto;
}
p.verse{
    font-style: italic;
    margin-left: 15px;
}

.resource {
    padding: 15px;
}
.resource img.img-responsive {
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px #959595;
    -moz-box-shadow: 0px 0px 5px 0px #959595;
    -webkit-box-shadow: 0px 0px 10px 1px #cecece;
}

.transparent{
    opacity: 0;
}

.embed-responsive{
    margin-bottom: 20px;
}

div.resource .progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.resource .btn-group {
    margin-bottom: 7px;
}

.vocab-img>div>p {
    text-align: center;
    margin: 10px 0 30px 0;
}

blockquote p {
    margin-bottom: 10px;
}

.resource p {
    margin-bottom: 10px;
}

#notifications{
    position: fixed;
    bottom: 0px;
    right: 15px;
    z-index: 99;
}

body.wait, body.wait *{
    cursor: wait !important;
}

.clear{
    clear: both;
}

.social_button{
    display:inline-block;
    border: none;
    line-height: 80px;
    padding: 0 38px;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 40px 10px 0 0;
}
.social_button:hover{
    cursor:pointer;
}
#social_buttons{
    width: 658px;
    margin: 0 auto;
}
.center_button{
    margin: 0 auto;
    display: table;
    border: none;
    line-height: 80px;
    padding: 0 38px;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 600;
    z-index: 3;
}
#change_password .notification{
    color:var(--scale1);
    font-size:18px;
}
.notification_bad{
    display:none;
    font-size: 18px;
    color: var(--scale4);
    font-weight: 500;
    margin: 5px 0 4px 40px;
}
.notification_good{
    display: none;
    font-size: 18px;
    color: var(--scale5);
    font-weight: 500;
    margin: 5px 0 4px 40px;
}
.hidden{
    display:none;
}
.button{
    color: var(--scale11);
    background-color: var(--logo2);
    display: table;
    border: none;
    line-height: 80px;
    padding: 0 38px;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 20px 0 20px;
    z-index: 3;
    cursor: pointer
}

.button:hover{
    cursor:pointer;
}

.confirmation{
    display:none
}

.fb_login{
        color: var(--scale1);
        float: right;
    font-size: 20px;
    font-weight: 500;
    margin: 36px 0 0 0
}

.fb_button{
    float:right;
    margin: 39px 0 0 10px
}

.title{
    font-size: 30px;
    color: var(--logo1);
    font-weight: 600
}
.paragraph{
    font-size: 25px;
    color: var(--scale1);
    text-align: justify
}
.paragraph2{
    float: left;
    font-size: 20px;
    color: var(--scale9);
    text-align: justify
}
#levels{
    display: block;
    position: absolute;
    margin: -230px 109px;
}
.centerContainer{
    width: 1100px;
    margin: 0 auto;
}
.studentSlideDisplay img{
    -webkit-box-shadow: 0 0 10px 3px var(--scale9);
    box-shadow: 0 0 10px 3px var(--scale9);
}
.centerContainer .memory_game img{
    margin-top: 6px;
}
#maps_container img{
    margin: 0;
}
.centerContainer .grpBlockYellow img{
    margin-top: 0;
}
#user1{
    float:left;
}
#frMenu{
    height: 245px;
    background-color:var(--scale6);
    top: -60px;
    position: relative;
    z-index: 2;
}
#frMenu .container{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#frMenu a{
    transition: all 0.35s cubic-bezier(.04,.94,.13,.96);
    -o-transition: all 0.35s cubic-bezier(.04,.94,.13,.96);
    -moz-transition: all 0.35s cubic-bezier(.04,.94,.13,.96);
    -webkit-transition: all 0.35s cubic-bezier(.04,.94,.13,.96);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-image:url(../img/menu/bg1.png);
}
#frMenu a.alt{
    background-image:url(../img/menu/bg2.png);
}
#frMenu a.on{
    cursor: default;
    background-image:url(../img/menu/bg1_hover.png);
}
#frMenu a.alt.on{
    background-image:url(../img/menu/bg2_hover.png);
}
#frMenu a .img{
    position:relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#chez_bt{
    width: 135px;
    height: 135px;
    left: 0;
    top: 117px;
}
#chez_bt b{
    height: 135px;
}
#chez_bt .img{
    background-position: center;
    background-size: 91px 55px;
}
#agenda_bt{
    width: 162px;
    height: 156px;
    left: 126px;
    top: 88px;
}
#agenda_bt .img{
    background-position: 40px 40px;
    background-size: 92px 80px;
}
#tv_bt{
    width: 159px;
    height: 139px;
    left: 274px;
    top: 121px;
}
#tv_bt .img{
    background-position: 40px 30px;
    background-size: 79px 68px;
}
#training_bt{
    width: 222px;
    height: 227px;
    left: 413px;
    top: 34px;
}
#training_bt .img{
    background-position: center;
    background-size: 146px 130px;
}
#connect_bt{
    width: 191px;
    height: 199px;
    left: 608px;
    top: 30px;
}
#connect_bt .img{
    background-position: 30px 27px;
    background-size: 132px 132px;
}
#directions_bt{
    width: 179px;
    height: 173px;
    left: 786px;
    top: 88px;
}
#directions_bt .img{
    background-position: 33px 33px;
    background-size: 112px 112px;
}
#settings_bt{
    width: 175px;
    height: 178px;
    left: 925px;
    top: 36px;
}
#settings_bt .img{
    background-position: 30px 30px;
    background-size: 112px 112px;
}
#desktop{
    background-color: var(--scale11);
    position: relative;
    z-index: 2;
    margin-bottom: 230px;
}
#desktop_left {
    width: 42%;
    float: left;
}
#desktop_right {
    width: 42%;
    float:right;
}
.theater{
    background-color: var(--scale9);
    margin: 10px auto;
    padding:18px;
    display: block;
}
#vidsMenu {
    display: inline-block;
    font-family: var(--textFont);
    color: var(--scale8);
    font-size: 15px;
    text-align: center;
    padding-left: 20px;
    margin-top:50px;
}
#vidsMenu>div {
    cursor: pointer;
    width: 120px;
    height: 150px;
    margin: 0 10px;
    float: left;
    display: block;
}
.cropImgVidsMenu {
    width: 120px;
    height: 68px;
    overflow: hidden
}
.cropImgVidsMenu img {
    margin-top: -11px;
    margin-left: 0px
}
.grpContainer{
    width: 100%;
    display: inline-block;
    margin-bottom: 16px
}
.grpBlock{
    position:relative;
    float:left;
    width:170px;
    height:170px;
    padding-left:10px;
    padding-bottom: 5px
}
.grpFreePlaces{
    position:absolute;
    left:1px;
    top:-77px;
    color:var(--scale9);
    font-family: var(--textFont);
    font-weight:700;
    font-size:60px
}
.grpDay{
    font-family: var(--textFont);
    font-weight:700;
    font-size:30px;
    color: var(--logo1);
    position:absolute;
    width:100%;
    top:24px;
    z-index:1
}
.grpInfo{
    font-family: var(--textFont);
    font-size:17px;
    color:var(--scale0);
    position:absolute;
    width:100%;
    top:72px;
    z-index:1;
}
.grpPlaces{
    position:absolute;
    left:47px;
    top:-39px;
    color:var(--scale9);
    font-family: var(--textFont);
    font-weight:700;
    font-size:35px;
}
.grpBlockYellow{
    text-align:center;
    width:151px;
    height:151px;
    position:absolute;
    bottom:0;
    right:0;
    background-color:var(--scale6);
    border-radius:10px;
}
.grpBlockYellow:hover{
    cursor:pointer;
}
.grpBlockYellow > img.ballon{
    position:absolute;
    top: -18px;
    left: -18px;
}
.grpBlockYellow > img.red1{
    position: absolute;
    top: -3px;
    left: -23px;
    z-index: 2;
    width: 180px;
}
.grpBlockYellow > img.red2{
    position: absolute;
    top: 44px;
    left: -22px;
    z-index: -1;
    width: 178px;
}
.grpBlockGradient{
    width:143px;
    height:52px;
    position:absolute;
    bottom:25px;
    right:4px;
    background: -webkit-linear-gradient(var(--scale8), var(--scale6));
    background: -o-linear-gradient(var(--scale8), var(--scale6));
    background: -moz-linear-gradient(var(--scale8), var(--scale6));
    background: linear-gradient(var(--scale8), var(--scale6));
    z-index:0;
}
.sliderContainer{
    padding: 10px 30px 30px 30px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container{
    margin: 0px 15px;
    -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
}
.textLable{
    font-family: var(--textFont);
    color: var(--logo1);
    font-size:12px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left: solid 1px var(--scale1);
    border-right: solid 1px var(--scale1);
    -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
}

.ui-rangeSlider-container{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
    border-top: solid 1px var(--scale0);
    border-bottom: solid 1px var(--scale1);
    background: var(--scale1);
    background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
}

.ui-rangeSlider-arrow{
    width:14px;
    height:30px;
    border-top: solid 1px #232a32;
    border-bottom: solid 1px #6a7179;
    background: #67707F;
    cursor:pointer;
    box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
    background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
}

.ui-rangeSlider-leftArrow{
    border-radius:4px 0 0 4px;
    border-left: solid 1px #515862;
}

.ui-rangeSlider-rightArrow{
    border-radius:0 4px 4px 0;
    border-right: solid 1px #515862;
}

.ui-rangeSlider-arrow-inner{
    position: absolute;
    top: 50%;
    border: 10px solid transparent;
    width:0;
    height:0;
    margin-top: -10px;
}

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{
    border-right:10px solid #a4a8b7;
    left: 0;
    margin-left: -8px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
    border-right:10px solid #b3b6c2;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{
    border-left:10px solid #a4a8b7;
    right: 0;
    margin-right: -8px;
}

.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
    border-left:10px solid #b3b6c2;
}

.ui-rangeSlider-innerBar{
    width: 110%;
    height: 100%;
    left: -10px;
}

.ui-rangeSlider-bar{
    background: var(--logo1);
    height: 29px;
    margin:1px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor:move;
    cursor:grab;
    cursor: -moz-grab;
    -webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
    -moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
    box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);;
 }

.ui-rangeSlider-handle{
    width:10px;
    height:30px;
    background: transparent;
    cursor:col-resize;
}

.ui-rangeSlider-label{
    background: #888DA0;
    background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
    padding: 5px 10px;
    bottom:10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0px #c2c5d6;
    -moz-box-shadow: 0px 1px 0px #c2c5d6;
    box-shadow: 0px 1px 0px #c2c5d6;
    color:white;
    font-size:15px;
    cursor:col-resize;
}

.ui-rangeSlider-label-inner{
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    z-index:-1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    border-top: 10px solid #888DA0;
}

.ui-editRangeSlider-inputValue{
    width:2em;
    text-align:center;
    font-size:15px;
}

.ui-rangeSlider .ui-ruler-scale{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:10px;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
    color:white;
    margin-top:1px;
    border-left: 1px solid white;
    height:29px;
    padding-left:2px;
    position:relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{
    position:absolute;
    bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{
    border-left:1px solid white;
    margin-top: 25px;
    height: 5px;
}

.socialMedia{
    display: inline-block;
    width:52px;
    height:52px;
    margin: 47px 1em 8px 1em;
}

.socialMedia img {
    width: 25px;
}

.placeholder{
    display:none;
}

form{
    margin-bottom:40px
}

/* Memory game */
p#memoryscores{
    text-align:left;
    padding-bottom: 0px;
    margin-bottom:0;
    font-weight: bold;
}
.memory_game {
background-color: var(--scale9);
width: 690px;
height: 740px;
margin: 0 auto;
padding: 1px 20px;
}

input[type=submit]{
background-color: var(--logo2);
border-radius: 0;
}
    *{outline:none !important;}
    table{border-collapse:collapse;border-spacing:0;}
    a{outline:none;}
    a:active{outline:none;}
    a:focus{outline:none;}
    button{outline:none;}
    button:active{outline:none;}
    button:focus{outline:none;}
.form {
    margin-bottom:40px
}

/* .form input{
    margin-bottom: 10px;
    width: 370px;
    height: 36px;
    font-size: 25px;
} */

#quote{
    min-height: 150px;
    background-image:url(http://fr.eloquatranslations.com/img/chez/quotes.png);
    background-repeat:no-repeat;
    font-size: 20px;
    line-height: 39px;
    color: #919595;
    margin-bottom: -60px;
}
#quote_author{
float: right;
font-style: italic;
margin: 10px 60px 60px 0;
color: #919595;
}
.astuce_t{
    font-size: 22px;
    color: var(--logo1);
    font-weight: 600;
    margin: 0 0 0 0;
}
#astuce_p{
    font-size: 20px;
    line-height: 34px;
    color: #919595;
    margin: 0 0 60px 0;
}
#terms_container{
    display: none;
    overflow: auto;
    height: 270px;
    width: 88%;
    margin: 20px auto;
    padding: 20px;
    background-color: ghostwhite;
}
#terms_container hi{
    font-size: 30px;
}
#terms_container h2{
    font-size: 22px;
}
#terms_container p{
    font-size: 14px;
}

#pay_button2{
    display:none;
}

.menu_t{
    float: left;
    margin-top: 7px;
    font-size: 61px;
    font-weight: 700;
    color: var(--scale8);
}
.waform{
    text-align:left;
    display: inline-flex;
}
.waform input[type=checkbox]{
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}
.waform input[type=submit]{
    height: 40px;
}
.waform input[type=text]{
    margin: 15px 0 0 0;
}
.waform p{
    margin: 0 0 10px 5px;
    font-size: 13px;
}
.waform_title{
    font-size: 2em;
    margin: 60px 0 0 0;
    color: var(--logo1);
}
.waform_text{
    font-size: 1em;
    margin: 21px 0 20px 0;
    color: #919595;
}
.wa_button {
    font-size: 2em;
    margin: 60px 0 0 0;
    text-align: center;
    font-weight: bold;
    padding: 16px;
}
.wa_notification{
    margin: 10px 0 0 0;
}

.tableTitle{
    color:#C5CBCB;
    font-weight:bold;
    white-space: pre;
    border-bottom: 2px solid var(--logo1);
}
.table td{
    padding: 5px 8px;
}

.eloquaRoom {
    width:100px;
    height:100px;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    box-sizing: content-box;
    cursor: pointer;
    margin-bottom: 32px;
    pointer-events: auto;
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.4,0,1,1);
    transition: transform 150ms cubic-bezier(.4,0,1,1);
    border-radius: 50%;
    z-index: 2;
}
#board{
    max-width: 800px;
    margin: 20px auto;
}
.eloquaRoomText{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: white;
    display: table-caption;
    top: 18px;
    left: 0px;
    position: fixed;
}
.ha{
    max-width:800px;
    width:100%;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(128,128,128,0.4);
    -moz-box-shadow: 0px 1px 16px 0px rgba(128,128,128,0.4);
    box-shadow: 0px 1px 16px 0px rgba(128, 128, 128, 0.4);
}
.demonstration{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: white;
    display: table-caption;
    top: 11px;
    left: 0px;
    position: fixed;
}
.chatBox{
    position: fixed;
    bottom: -17px;
    left: -10px;
    z-index: 50;
    width: 80px;
    height: 80px;
    background-color: var(--scale6);
    border-radius: 43px;
    cursor: pointer;
}
.chatBoxDeplloyed{
    display: none;
    position: fixed;
    bottom: 18px;
    left: 19px;
    z-index: 51;
    width: 200px;
    height: 280px;
    border-radius: 6px;
    background-color: var(--logo1);
}
.chatTitle{
    color:white;
    margin: 4px 6px;
    font-weight: 600;
    font-size: small;
}
.chatBoxDeplloyed input{
    position: relative;
    width: 170px;
    height: 30px;
    background-color: white;
    top: 200px;
    left: 6px;
    font-size: smaller;
}
.dismissIt{
    color: rgb(122, 215, 236);
    position: fixed;
    font-weight: 600;
    bottom: 278px;
    left: 201px;
    cursor: pointer;
}
.facMsg{
    color: rgb(72, 67, 47);
    margin: 2px 10px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}
.userMsg{
    color: var(--logo1);
    margin: 2px 10px;
    position: relative;
    text-align: right;
    font-size: 13px;
}
.msgsContainer{
    position: absolute;
    background-color: var(--scale5);
    bottom: 68px;
    border-radius: 5px;
    margin-left: 7px;
    width: 185px;
    padding: 4px 0;
    overflow-y: auto;
    overflow-wrap: break-word;
    max-height: 178px;
}
img.payment_buttons {
    margin: 20px 22px 0 0;
    width: 160px;
    vertical-align: text-top;
}
a.chatSendButton {
    position: absolute;
    top: 223px;
    left: 175px;
    font-size: 30px;
    color: var(--scale6);
    font-family: var(--textFont);
    cursor: pointer;
}

.training_wrapper {
    display: flex;
}
.grenadine_div {
    background-color: antiquewhite;
    width: 340px;
    padding: 30px 0;
    margin: 10px 50px 0px 152px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
    box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
}
.memory_div {
    width: 410px;
    height: 422px;
    background-color: whitesmoke;
    padding: 30px 0;
    margin: 10px 0 0 -10px;
    -webkit-bo-webkit-box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
    box-shadow: 0px 0px 4px 2px rgba(219,219,219,1);
}
.training_wrapper>div>img {
    margin: 0 auto;
    display: block;
}
.training_wrapper>div>p {
    margin: 14px 30px;
    text-align: justify;
}
.grenadine_div>a>p {
    margin: 3px 24px;
    color: #7D7D7D;
}
a.mission-tooltip {
    cursor: default;
    text-decoration: none;
}

#classroom-content-navigation > * {
    margin-top: 10px
}

#classroom-content-navigation-display > * {
    margin-top: 10px
}

.theme-thumbnail-title {
    color: var(--grayScale1);
    margin: -51px 0 50px 0;
}

.verticleAlignOneLineNextToPanel {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.lesson-list {
    margin-bottom: 40px
}

textarea {
    resize: vertical
}

.tooltip-teacher-list {
    min-width: 150px;
}

.masonry-column {
    padding: 0 1px;
}

.masonry-grid > div .thumbnail {
    margin: 30px 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(82,73,39,0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(82,73,39,0.4);
    box-shadow: 0px 3px 5px 0px rgba(82,73,39,0.4);
}

.thumbnail.product-card img {
    width: 70px;
    float: left;
    margin: 4px 14px 0 0;
    background-color: #f2f3ed;
	border: 1px solid #ccc;
}

.product-card h3 {
    margin-top: 0;
    font-family: var(--brandFont);
    color: var(--logo2scale1);
}

.product-card div {
    margin-bottom: 8px
}

.product-card h3.text-primary.pull-left {
    margin-bottom: 0;
    margin-top: 10px;
}

.product-card .product-card-info {
    clear: both;
    padding-top: 11px;
}

.product-card .product-card-info>p {
    margin-bottom: 2px;
}

.text-continues {
    height: 95px;
    position: relative;
    top: -86px;
    margin: 0 0 0 -10px;
    width: 107%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 78%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 85px;
}

.product-description {
    max-height: 147px
}

#product-detail img {
    width: 100px;
    float: left;
	margin-right: 20px;
}

#product-detail h1{
    font-family: var(--brandFont);
    color: var(--logo2scale1);
    margin-bottom: 25px;
}

#product-detail h3{
    font-family: var(--brandFont);
    color: var(--logo1);
    margin: 0 0 12px 0;
}

.CEFRL-A1 {
    background-color: var(--grayScale5);
    color: var(--grayScale4)
}

.CEFRL-A2 {
    background-color: var(--grayScale4);
    color: var(--grayScale3)
}

.CEFRL-B1 {
    background-color: var(--grayScale3);
    color: var(--grayScale4)
}

.CEFRL-B2 {
    background-color: var(--grayScale2);
    color: var(--grayScale4)
}

.CEFRL-C1 {
    background-color: var(--grayScale1);
    color: var(--grayScale4)
}

/* Calendar */
.cld-main{
    width: 330px;
    margin: 0 auto;
}
.cld-main a{
    color: #333;
    font-weight: bold;
}
.cld-datetime{
    position: relative;
    width: 66%;
    min-width: 100px;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
}
.cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
}
.cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.cld-nav:hover{
    cursor: pointer;
}
.cld-nav:hover svg{
    fill: #666;
}
.cld-rwd{
    float: left;
}
.cld-fwd{
    float: right;
}
.cld-labels, .cld-days{
    padding-left: 0;
}
.cld-label, .cld-day{
    display: inline-block;
    width: 14.28%;
    text-align: center;
}
.cld-day.today .cld-number{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: #666;
    color: #fff;
}
.cld-day.disableDay{
    opacity: 0.5;
}
.cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
}
.cld-number{
    position: relative;
    margin: 5px;
    padding: 5px;
}
.cld-title{
    position: absolute;
    z-index: 5;
    display: none;
    top: 30px;
    left: 0;
    padding: 5px 10px;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}
.cld-number:hover .cld-title{
    display: block;
}
.cld-title::before{
    content: '';
    position: absolute;
    top: -7.5px; left: 7.5px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #999;
}
.cld-number.eventday:hover{
    cursor: pointer;
    background: #eee;
}
.today .cld-number.eventday:hover{
    background: #888;
}

#agreements .checkbox {
    margin: 0;
}

.product-detail-buy-container {
    text-align: center
}
.product-detail-buy-container h3 {
    display: inline-block;
    margin: 0;
}
.product-detail-buy-container h3 small {
    font-family: var(--textFont);
}
.product-detail-buy-container a {
    margin: -12px 0 0 18px;
}

#payment-cart .btn.btn-primary {
    margin-bottom: 12px;
}

.thumbnail.lesson-card {
    /* height: 350px; */
    padding: 8px;
    max-width: 312px;
    overflow: auto;
    margin: 0 auto 2em;
}

.lesson-card h3 {
    font-family: var(--brandFont);
    color: var(--logo2scale1);
    font-size: 1.5em;
}

.thumbnail.chapter-card {
    padding: 8px;
    max-width: 312px;
    overflow: auto;
    margin: 0 auto 2em;
}

/* .thumbnail img {
    filter: grayscale(80%)
} */

.cropImgVidsMenu img {
    filter: grayscale(80%)
}

.thumbnail.chapter-card p {
    height: 54px;
}

.thumbnail.chapter-card h3 {
    margin-top: 0;
    font-family: var(--brandFont);
    color: var(--logo2scale1);
    font-size: 1.5em;
}

.thumbnail.chapter-card h4 {
    min-height: 40px;
}

#paypal-button-cover {
    background-color: #fff;
    height: 36px;
    position: relative;
    top: 30px;
    z-index: 9999;
}

.students-search-product-results button.btn-warning {
    margin-left: 5px;
    margin-right: -7px;
}

#material-tree .list-group-item.node-material-tree {
    overflow: auto;
}

#whatsapp .thumbnail {
    max-width: 253px;
    margin: 0 auto 2em;
}

.top-small-screen-bar {
    width: 100%;
    height: 39px;
    background-color: var(--grayScale5);
    margin: 0 0 20px;
    padding: 10px;
    color: #258491
}

.top-small-screen-bar p {
    color: #258491
}

div.resource form.form-inline input.form-control {
    width: auto;
    display: initial;
    margin: 0 10px 7px 0;
}

.theme-thumbnail {
    max-width: 322px;
    margin: 0 auto;
    text-align: center;
}

.ack-bubble-container button.btn.pull-right {
    margin: 10px -8px 0 0;
}

.thumbnail.product-card {
    max-width: 346px;
}

.fb-login-button {
    margin: 15px 0 20px;
    width: 100%;
    text-align: center;
}

#googleLoginButtonContainer {
    width: -moz-fit-content;
    width: fit-content;
    margin: 39px auto;
}

.loginForm {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.about-profile-picture {
    max-width: 11vw;
}

.about-landscape-picture {
    max-width: 30vw;
}

#footer p {
    margin: 0;
}

.about-language-selection {
    position: absolute;
    top: 40px;
    right: 38px;
    z-index: 999;
}

.sortable {
    cursor: grab;
    cursor: -webkit-grab;
}

.sorting {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.teacher-pointer {
    height: 0;
    width: 0;
    border-left: 12px solid blue;
    border-right: 2px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 14px solid transparent;
    position: absolute;
}

.space-below {
    margin-bottom: 20px;
}

#inner-body img {
	border: 1.5rem solid #eaeaea;
}

.link-button {
    font-size: 1.5rem;
    font-style: italic;
    cursor: pointer;
}

#courses-meetings {
    scroll-behavior: auto;
    height: 450px;
}

#classroom-content-navigation-search-container {
    max-width: 500px;
    margin: 45px auto;
}

.product-search-result {
    background-color: white;
    padding: 16px;
    margin: 0 0 16px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(94,94,94,0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(94,94,94,0.4);
    box-shadow: 0px 2px 4px 0px rgba(94,94,94,0.4);
}

.product-search-result h3, p {
    margin: 0;
}

.alert {
    margin-left: 10px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #564092;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.pack-buttons button {
    margin-top: 10px;
}

#expedition-banner>a>img {
    width: 100%;
}

.connected {
    height: 8px;
    width: 8px;
    background-color: rgb(52, 244, 13);
    border-radius: 50%;
    display: inline-block;
}

.iti {
  --iti-path-flags-1x: url("../images/largeFlags.webp");
  --iti-path-flags-2x: url("../images/largeFlags@2x.webp");
}

#drop_zone {
    border: 5px solid rgb(74, 164, 243);
    width: 100%;
    height: 200px;
}

#person-form-group-localized .form-group > label,
#person-form-group-localized label {
  display: block;
  text-align: left;
}
