﻿/* Hide feedback ajax during video playback - storing the video progress */
div.Feedback_AjaxWait {
  display: none!important;
}

select {
    background-color: #ECECEC;
    color: #555555;
}
.learn-espace .bottomSecondRow {
    background-color: #eceff1;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.03), 0 8px 8px 0 rgba(0,0,0,0.02);
    padding: 12px 0;
    top: 0;
    z-index: 1;
}

.learn-espace .bottomSecondRow.sticky {
    position: sticky;
}

.learn-espace .bottomSecondRowSeparator {
    background-color: #cfd8dc!important;
}
.bottom-nav .with-separator {
    border-right: 1px solid #cfd8dc;
    border-left: 1px solid #cfd8dc;
}
.bottom-nav .download-content{
    text-align: center;
}
.learn-espace .CreatAppBox {
    background-color: white!important;
}

.learn-espace .CreatAppBox:after {
    background-color: white!important;
}

.learn-espace .tabBox {
    background-color: white!important;
}

.learn-espace .previousLesson {
    width: 57%;
}

.learn-espace .bottomSecondRowLastColumn {
    width: 18%;
}

.learn-espace .progressContainer {
    width: 22%;
}

.learn-espace .markedCompleted {
    color: #37474f;
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    line-height: 18px;
    float: right;
}

.learn-espace {
    background-color: #eceff1!important;    
}

.learn-espace .span12 .whiteboard{
    background-color: white;
}

.learn-espace .span12 .centerboard{
    padding: 2.5%;
}


@media (max-width:420px) {
    .learn-espace iframe {
        height: 100%;
        width: 100%;
    }    
    .learn-espace .hideMobile {
        display: none; 
    }
}

@media (max-width:767px) {    
    .learn-espace .bottomSecondRowText {
        display: none; 
    }    
    .learn-espace .bottomSecondRowSeparator {
        display: none;
    }    
    .learn-espace .bottomSecondRow {
        border: none!important;
        padding: 0px;
    }    
    .learn-espace .bottomSecondRowLastColumn a {
        margin-right: 0px;
    }            
    .learn-espace .markedCompleted {
        display: none;
    }
    .learn-espace .tabBox {
        margin-left: 1px;
    }    
    .middleBackground-specific{
        min-height: initial;
        padding: 0 10px 0px 10px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {

    .learn-espace .previousLesson {
        width: 33%;
    }

    .learn-espace .bottomSecondRowLastColumn {
        width: 32%;
    }

    .learn-espace .progressContainer {
        width: 28%;
    }
    
    .learn-espace .tabBox {
        margin-left: 1px;
    }
    
}

.FlyingEnroll.flying-mobile {
    bottom: -109px;
    left: -95%;
    z-index: 100;
}
.FlyingEnroll.flying-mobile:before {
    bottom: 110px;
    border-color: transparent transparent #212429 transparent;
    border-width: 0px 10px 10px 10px;
}

.FlyingEnroll .link-cnl {
    color: #888;
}
.FlyingEnroll .link-cnl:hover {
    color: #555;
}
.FlyingEnroll .link-cnl .fa-fw {
    font-size: 12px;
    margin-right: 5px;
}

.NeedHelp-course {
    background-color: white;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 25px;
}

.border-bottom {
    border-bottom: 1px solid #ECEFF1;
}