html{
    height: 100%;
    box-sizing: border-box;
}
body{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    height: 100%;
    background-color: #e9ecf5;
}
b{
    font-weight: 600;
}
.invalid-feedback, .valid-feedback{
    font-size: .9em;
}
.valid-feedback{
    color: #089753;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
    letter-spacing: -.01em;
    margin: 0 0 16px;
}
h5{
    font-size: 1.25rem;
    color: #0077c4;
}
h6{
    font-size: 1rem;
    margin: 0 0 8px;
}
#graph,#graphradar{
    width: 100%;
    background-color: transparent;
}
.btn-info{
    background-color: #4cb6f7;
    border-color: transparent;
}
.btn-info:hover{
    background-color: #2e98d4;
    border-color: transparent;
}
.btn-warning{
    background-color: #4CB8AF;
    color: #fff;
    border-color: transparent;
}
.btn-warning:hover{
    background-color: rgb(228, 141, 2);
    color: #fff;
    border-color: transparent;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}
.fr-box.fr-basic .fr-element{
    margin-top: 20px;
    border: 1px solid #ddd;
}
.spinner:before {
content: '';
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border-radius: 50%;
border: 3px solid #ccc;
border-top-color: #0079c1;
animation: spinner .6s linear infinite;
display: none;
}
.multiselect{font-weight: 400;user-select: none;}
.multiselect-container>li>a>label{font-weight: 300;user-select: none;}
.dropzone.dz-clickable {cursor: pointer;}
.dropzone {position: relative;padding: 1.4em 1em;border: 2px dashed #dde1f0;border-radius: 2px;background-color: #fff;}
.dz-preview.dz-file-preview.dz-processing.dz-success.dz-complete{position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.dz-image, .dz-details, .dz-error-message, .dz-success-mark, .dz-error-mark{display: none;}
.dz-default.dz-message{font-family: Arial, sans-serif;font-weight: 500;text-align: center;}
.dz-upload {display: block; background-color: #00ADA0; margin-top: 5px;height: 10px;border-radius: 2px;width: 0%;transition: .3s width ease-out;}

.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 100%;width: auto;padding: 5px 0;margin: 4px 0 0;font-size: 1em;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 1px solid #e0e0e0;border-radius: 2px;}
.dropdown-menu.pull-right {right: 0;left: auto}
.dropdown-menu .divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}
.dropdown-menu>li>a, .dropdown-menu>li {padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #444;white-space: nowrap}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li:hover {outline:none; color: #262626;text-decoration: none;background-color: #f5f5f5;cursor: pointer;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {text-decoration: none;outline: 0}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {color: #777}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {text-decoration: none;cursor: not-allowed;background-color: transparent;background-image: none;}
.open>.dropdown-menu {display: block}
.open>a {outline: 0}
.dropdown-menu-right {right: 0em;left: auto;text-align: center;}
.dropdown-menu-left {right: auto;left: 0}
.dropdown-header {display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777;white-space: nowrap}
.dropdown-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 990}
.pull-right>.dropdown-menu {right: 0;left: auto}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {content: "";border-top: 0;border-bottom: 4px solid}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {top: auto;bottom: 100%;margin-bottom: 2px}

.alerte{position: fixed;min-height:80px;max-width: 400px;left: 2em;right: 2em;top:50%;margin:-120px auto 0 auto;padding: 20px;color:#fff;text-align: center;background-color:#333;z-index:500;border-radius:2px;font-size: 14px;}
.alerte-text{margin-top:.9em;}
.alerte-close{position: absolute;right: 10px;cursor: pointer;top: 8px;padding: 4px 8px 4px 8px;margin-bottom: 0px;font-size:.8em;background-color:rgba(100,100,100,.8);}
.alerte-close:hover{color:#888}
.close-alerte{z-index:10;margin-top:-10px;font-size:1.8em;text-align:right;cursor: pointer;}
.close-alerte:hover{color:#888;}
.alerte hr{border-color:#ccc;}
.btn{
    border-radius: 2px;
    outline: none;
    font-weight: 400;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary{
    border-color: #007ac1;
    background-color: #007ac1;
}
.btn-primary:hover{
    border-color: #00639E;
    background-color: #00639E;
}
.btn-transparent{
    border: none;
    background-color: transparent;
    padding: 4px 1em;
}
.btn-transparent:hover{
    background-color: #e0e0e0;
}
#overlay{
    position: absolute;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 220;
}
input, textarea{
    box-shadow: 0px 0px 3px rgba(200, 200, 200, .4);
}
input[type=checkbox]{
    box-shadow: none;
    width: 25px;
    height: 15px;
}
.form-control, .btn{
    font-size: 1em;
    transition: .3s border linear;
}
div::-webkit-scrollbar, textarea::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
div::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track{
    background-color:transparent;
}
div::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb{
  background-color: #aaa;
}
#col-left{
    position: absolute;
    left: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    padding: 0 1.4em 1.4em 1.4em;
    background-color: #fff;
    border-right: 1px solid #eee;
    overflow-y: auto;
    z-index: 200;
    transition: .3s all linear;
}
#col-left.immersive{
    left: -250px;
}
#col-right.immersive{
    left: 0;
}
#content.immersive{
    top: 0;
}
#col-left.show{
    left: 0;
    opacity: .98;
}
#col-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#col-left ul li{
    text-align: left;
    color: #333;
    margin: 4px 0;
    padding: 8px 15px;
    font-size: 1em;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
}
#col-left ul li span{
    margin-right: 10px;
}
#col-left ul li:hover,#col-left ul li.selected{
    background-color: #eee;
}
.filter-category.expanded{
    color: #333;
    font-size: 1em;
    margin: 4px 0;
    padding: 8px 10px 8px 25px;
    border-radius: 20px;
    cursor: pointer;
}
.filter-category.expanded:hover,.filter-category.expanded.selected{
    background-color: #eee;
}
#col-right{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s all linear;
}
.accent{
    color: #007ac1;
}
.login{
    height: 100%;
    background: url(../img/wallpaper.jpg) no-repeat;
    background-size: cover;
}
.loginbloc{
    font-size: 2em;
    padding: 3px 10px 0 10px;
    cursor: pointer;
}
.login-bloc1{
    background-color: transparent;
    position: absolute;
    height: 40%;
    top:0;
    bottom:40%;
    width: 100%;
    transition: all 0.3s;
}
.login-bloc1-img{
    position: absolute;
    width: 160px;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    transition: all 0.3s;
}
.login-bloc2{
    background-color: #fff;
    position: absolute;
    height: 60%;
    top:40%;
    bottom:0;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.login-bloc2-input, .login-bloc2-btn{
    margin-top: .6em;
    width: 250px;
}
.forgot{
    margin-top: .6em;
}
.forgot a{
    color: #00639E;
    font-size: .9em;
}
.popup{
    display: none;
}
.header{
    width: 100%;
    background-color: #fff;
    transition: none;
}
.header.move{
    padding-left: 0px;
}
.header .searchbar{
    background-color: #e9ecf5;
    padding: 8px 0;
}
.header span{
    font-size: .9em;
}
.header-notif, .header-basket, .header-lang, .header-menu{
    font-size: 2em;
    color: #495057;
    padding: 3px 10px 0 10px;
    cursor: pointer;
    transition: .3s all ease-in;
}
.header-lang{
    font-size: 1em;
    padding: 6px;
}
.header-lang select{
    background-color: transparent;
    border: none;
}
.header-notif-bubble, .header-basket-bubble{
    position: absolute;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    bottom: 7px;
    right: 20px;
    padding-top: 1px;
    background-color: #495057;
    border-radius: 20px;
    transition: .3s all ease-in;
}
.hasnotif{
    background-color: #dc3545;
}
.header-notif:hover, .header-basket:hover{
    color: #0078c3;
}
.header-notif:hover > .header-notif-bubble, .header-basket:hover > .header-basket-bubble{
    background-color: #0078c3;
}
.textmenu{
    display: none;
}
#profilemenu{
    display: none;
    position: absolute;
    top: 56px;
    background-color: #1b1f2f;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    z-index: 1000;
    user-select: none;
}
#profilemenu{
    right: 1em;
    left: initial;
    border-radius: 4px;
}
#profilemenu:before{
    right: 18px;
    left: initial;
}
#profilemenu:after{
    position: absolute;
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #1b1f2f;
    top: -12px;
    left: 14px;
    right: auto;
}
#profilemenu:after{
    right: 18px;
    left: auto;

}
#profilemenu .menu-col{
    padding: 1em;
}
#profilemenu .submenu{
    display: none;
    padding: 1em;
    min-width: 220px;
    background-color: #eee;
}
#profilemenu ul{
    list-style: none;
    padding: 0 .6em 0 .6em;
    margin: 0;
}
#profilemenu .filter-category{
    background: none;
    padding: .8em 1em;
    color: #fff;
    font-size: .9em;
    border-radius: 2px;
    cursor: pointer;
}
#profilemenu .filter-category:last-of-type{
    border: 1px solid transparent;
}
#profilemenu .filter-category:hover, #profilemenu .filter-category.selected{
    color: #fff;
    background-color: #32374c;
    transition: all .3s ease;
}
.mini-menu{
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
}
/*
.searchmenu:hover > #menu, .profilehover:hover > #profilemenu{
    display: inline-flex;
}
*/
#notification ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#notification li{
    padding: 0 1em;
    border-bottom: 1px solid #eee;
}
#notification li:last-of-type{
    border-bottom: 0;
}
#notification li .getcontroller{
    padding: 1em;
}
#notification li:hover > div{
    background-color: #f5f5f5;
}
#basket table{
    width: 100%;
    user-select: none;
}
#basket th{
    text-align: left;
    font-size: 1.2em;
    padding: 8px 0;
    border-bottom: 1px solid #00639E;
}
#basket td{
    font-size: 1.1em;
    padding: 8px 0;
    border-bottom: 1px solid #CCC;
}
#basket .price, #basket .delete{
    text-align: center;
}
#basket .delete span{
    color: #AAA;
    cursor: pointer;
}
#basket .delete span:hover{
    color: #333;
}
#basket .total{
    padding: 8px;
    font-size: 1.4em;
    background-color: #EEE;
    text-align: right;
    user-select: none;
}
.deletenotification{
    display: flex;
    align-items: center;
    font-size: 1.2em;
    color: #aaa;
    cursor: pointer;
}
.deletenotification:hover{
    color: #333;
}
.menu-logo{
    text-align: center;
}
.menu-logo img{
    width: 140px;
}
.searchbar-bloc{
    padding: 8px 10px;
}
.searchbar-bloc .searchicon span{
    color: #fff;
}
.searchbar-bloc .searchzone{
    padding: 0;
    max-width: 500px;
    width: 100%;
    position: relative;
}
.searchbar-bloc .searchzone input{
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 0;
    background-color: #fff;
    box-shadow: none;
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 50px;
}
.searchbar .popupsearchglobal{
    display: none;
    position: absolute;
    background-color: #32374c;
    padding: 1em;
    color: #fff;
    z-index: 10;
    top: 48px;
    border-radius: 8px;
    width: 100%;
    /*box-shadow: 0px 2px 5px #d0d0d0;*/
}
.popupsearchglobal .course_box, .popupsearchglobal .empty-state, .list-reporting .course_box, .list-reporting .empty-state{
    padding: .6em .5em;
}
.popupsearchglobal .course_title, .list-reporting .course_title{
    display: flex;
    align-items: center;
}
.searchbar .popupsearchglobal.open{
    background-color: #0079c2;
}
.searchmenu{
    padding: 0 0 0 10px;
    color: #495057;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.searchmenu:hover{
    color: #333;
}
#intro{
    position:absolute;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.slider:after{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    opacity: .3;
    transition: .3s all ease;
}
.slider.playing:after{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    opacity: 0;
    transition: .3s all ease;
}
#playintro{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-size:8em;
    z-index:2;
    color: #ddd;
}
#playintro:hover{
    color: #fff;
    transition: .3s all ease;
    cursor: pointer;
}
.mini-profile{
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background-color: #546e7a;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: .9em;
    color: #fff;
}
.sm-profile{
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    background-color: #008aca;
    text-align: center;
    padding-top: 5px;
    font-size: 1.1em;
    color: #fff;
}
.lg-profile{
    width: 140px;
    height: 140px;
    padding: 0;
    border-radius: 50%;
    background-color: #008aca;
    text-align: center;
    padding-top: .4em;
    font-size: 4em;
    color: #fff;
}
.slider-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    /*
    box-shadow: 0px 3px 5px rgba(0,0,0,.35);
    */
}
.slider{
    display: none;
    width: 100%;
    height:240px;
}
.slider-col{
    position: relative;
    width:33.333333333%;
    height:100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
.slider-col div{
    position: absolute;
    top: 1.2em;
    left: 1.2em;
    right: 1.2em;
    bottom: 1.2em;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
    transition: .3s all ease-out;
}
.prevslide, .nextslide{
    position: absolute;
    color: #fff;
    font-size: 1.8em;
    top: 50%;
    transform: translate(0,-50%);
    text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
    z-index: 2;
    cursor: pointer;
    transition: .3s all ease-out;
}
.prevslide:hover, .nextslide:hover{
    color: #333;
}
.prevslide{
    left: 5px;
}
.nextslide{
    right: 5px;
}
.course_box:hover > .course_title{
    transition: all .3s ease;
    color: #007ac1;
}
.popupsearchglobal .course_box, .list-reporting .course_box{
    border-bottom: 1px solid transparent;
}
.popupsearchglobal .course_box:hover > .course_title, .list-reporting .course_box:hover > .course_title{
    color: inherit;
}
.popupsearchglobal .course_box:hover,.list-reporting .course_box:hover{
    background-color: #5a5f77;
    transition: all .3s ease;
}
.course_box:hover{
    background-color: #f5f5f5;
    transition: all .3s ease;
}
.course_box:hover .mini-menu, .course_chapter:hover > .mini-menu{
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}
.course_box .showchapters{
    display: none;
    flex-flow: column;
    align-self: center;
}
.course_more{
    font-size: .9em;
    color: #AAA;
}

.profilebloc{
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 8px .4em;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    font-size: 1.4em;
    color: #fff;
}
.profilebloc:hover{
    opacity: .7;
    transition: .3s opacity ease-in;
}
.profile-review {
    width:20vw;
    height: 20vw;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    font-size: 2.4em;
    color: #fff;
}
.profile-img {
    position: relative;
    width:100%;
    padding-top: 100%;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
}
.profile-img-text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 4vw;
    transform: translate(-50%,-50%);
}
.review-user-box{
    text-align: center;
}
.small-menu{
    display: block;
}
#content, #filter{
    position: absolute;
    overflow: auto;
    bottom: 0;
    top: 72px;
    left: 0;
    right: 0;
    transition: all .3s ease;
}
.f-append{
    position: absolute;
    margin-top: 1em;
    padding: 1em;
    right: 1em;
    background-color: #444;
    color: #fff;
}
.parcours-description{
    color: #777;
}
.count-input{
    padding: 5px 12px;
    background-color: #00ADA0;
    color: #fff;
    border-radius: 2px 0 0 2px;
    position: absolute;
    height: 40px;
    min-width: 36px;
    font-size: 1.4em;
}
.parcours-count, .courses-count, .ressources-count, .reporting-count{
    font-weight: 400;
    font-size:.9em;
}
.course, .showparcours{
    display: flex;
    cursor: pointer;
}
.course-inside{
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 2px;
    overflow: hidden;
    transition: all .3s ease-out;
}
.course-tag{
    position: absolute;
    z-index: 1;
}
.course-date{
    font-size:.8em;
    color:#888;
    margin-bottom: 4px;
}
.course-cover{
    position: relative;
    height: 160px;
    transition: all .3s ease;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px 2px 0 0;
}
.launchcourse-box{
    margin-top: 4px;
    width: 100%;
    cursor: pointer;
}
.launchcourse-box.btn{
    margin-top: 4px;
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
}
.course-content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1em;
    width: 100%;
    text-align: left;
    color: #333;
    background-color: #e9ecf5;
    border-radius: 0 0 2px 2px;
    z-index: 1;
}
.course-content.evaluation{
    background-color: #dc3545;
    color: #fff;
}
.course-content.evaluation .course-desc{
    color: #eee;
}
.course-title{
    min-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1em;
}
.course-desc{
    font-size: .9em;
    color: #555;
}
.course-price{
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    color: #089753;
    margin-top: 10px;
    padding-right: 4px;
}
.course-tarif{
    display: inline;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 10px;
    color: #fff;
    background-color: #089753;
    border-radius: 2px;
}
.course-inside:hover > .course-tag{
    display: block;
    opacity: .4;
}
.course-cover{
    transition: all .3s ease;
}
.course-inside:hover > .course-cover:after{
    position: absolute;
    font-family: 'fontawesome';
    content: "\f16a";
    color: #fff;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 4em;
    padding-top: 12%;
    background-color: rgba(0,0,0, .4);
    transition: all .3s ease;
    border-radius: 2px 2px 0 0;
}
.course-header{
    position: relative;
    color: #fff;
}
.course-header-cover{
    height: 220px;
    text-align: center;
}
.course-header-cover span{
    font-size: 8rem;
    margin-top: 10%;
    cursor: pointer;
}
.course-header-content{
    position: relative;
    background-color: rgba(0,0,0,.4);
}
.course-header .inline{
    display:block;
}
#course_content, .l-box{
    padding: 1em;
}
.s-box{
    padding: 1.4em .4em;
}
.course-creation.screen-responsive .s-box{
    padding: 2em;
}
.xs-box{
    padding: 1em 1.5em;
}
.m-box{
    padding: 1em .4em;
}
.btn-rounded,.btn-secondary{
    display: inline-block;
    font-size: .9em;
    text-align: center;
    padding: 6px 11px;
    color: #868e96;
    background-color: transparent;
    border: 1px solid #868e96;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    transition: .3s all linear;
}
.btn-rounded:hover,.btn-rounded.selected, .btn-secondary:hover,.btn-secondary.selected{
    color: #fff;
    background-color: #868e96;
    border: 1px solid #868e96;
}
.bloc-white, .bloc-green{
    height: 170px;
    border-radius: 2px;
}
.bloc-white{
    padding: 2.5em 1em;
    color: #444;
    background-color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.bloc-green{
    padding: 2.5em 1em;
    color: #fff;
    background-color: #00ADA0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.attempt-progress{
    border-radius: 15px;
    background-color:#ddd;
}
.attempt-progress div{
    height: 100%;
    color: #fff;
    font-size: .8em;
    text-align: center;
    padding-top: 2px;
    border-radius: 15px;
    background-color:#00ADA0;
}
.attempt-progress.green div{
    background-color:#00ADA0;
}
.attempt-progress.orange div{
    background-color:orange;
}
.attempt-progress.red div{
    background-color: #dc3545;
}
.empty-state{
    padding: 1em;
    user-select: none;
}
.course_box{
    background-color:transparent;
    border-bottom: 1px solid #f5f5f5;
    padding: 1em;
    vertical-align: top;
}
.course_box:last-of-type{
    border-bottom: none;
}
.course_box.selected span{
    color: #007ac1;
    font-weight: 400;
}
.course_box.selected{
    background-color: #f5f5f5;
}
.course_box span{
    cursor: pointer;
    transition: all 0.3s ease;
}
.list-users .course_box .mini-profile, .popupsearchglobal .course_box .mini-profile, .list-reporting .course_box .mini-profile{
    display: none;
}
.course_box .course_title{
    flex-basis: auto;
    padding: 0 0 1em 0;
}
.course_box, .course_title, .course_indic{
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}
.course_indic{
    font-size: 1.1em;
    border: none;
}
.course_indic span{
    color: #fff;
    padding-left: 0;
}
.course_group{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.course_title:hover{
    cursor: pointer;
    color: #007ac1;
    transition: all 0.3s;
}
.course_chapters{
    display: none;
}
.course_chapter{
    background-color:#fafafa;
    border-bottom: 1px solid #e8e8e8;
    border-top:0;
    padding: 1em 2em;
    color: #555;
}
.multiselect-native-select{
    display: none;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1.6em;
    text-align: left;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star {
    font-family: "fontawesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #c0c0c0;
}
.rating span.star:hover:before, .rating span.star:hover~span.star:before{
    content: "\f005";
    color: #007ac1;
}
.rating span.star.selected~span.star:before, .rating span.star.selected:before{
    content: "\f005";
    color: #007ac1;
}
.highcharts-container{
    margin: auto;
}
.overlay-crud, .overlay, .sco{
    background-color: #fff;
    position: fixed;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    z-index: 300;
    overflow: hidden;
}
.overlay-crud{
    max-height: initial;
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
    box-shadow: 0px 0px 8px 3px rgba(140,140,140,.1);
    transform: initial;
    overflow: hidden;
    border-radius: 4px;
}
.overlay-crud .loading{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(255,255,255,.5);
}
.overlay-crud .loading div{
    font-size: 3em;
}
.overlay-crud-title{
    padding: 1.4em 2em 1em 2em;
    background-color: transparent;
}
.overlay-crud-title .accent{
    color: #007ac1;
    font-size: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.crud-tab-btn{
    background-color: #bbb;
    color: #fff;
    border-radius: 2px;
    padding: 3px 8px 0px 8px;
    margin-top: -2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: .3s all ease-out;
}
.crud-tab-btn.selected, .crud-tab-btn:hover{
    background-color: #0078c4;
}
.overlay-crud-content{
    padding: 0 2em;
    font-size: .9em;
    height: calc(100% - 144px);
    max-height: initial;
    overflow-y: auto;
}
.overlay-crud-content input{
    border: initial;
    border-bottom: 1px solid #ddd;
    box-shadow: initial;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 0;
}
.overlay-crud-content textarea{
    border: initial;
    border-bottom: 1px solid #ddd;
    box-shadow: initial;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 0;
}
.overlay-crud-btn{
    padding: 0 2em 1em 2em;
    text-align: right;
    margin-top: 1em;
    background-color: #eee;
}
.btn{
    padding: .6em 1.2em;
    font-size: .9em;
    border-radius: 2px;
    cursor: pointer;
}
.sco{
    overflow: initial;
}
.sco .progress-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #eee;
    z-index: 1;
    transition: .3s right ease-out;
}
.sco .progress-bar-content{
    width: 0%;
    height: 8px;
    background-color: #0079c1;
    transition: width 1s ease;
    z-index: 1;
}
.sco .sco-header, .resultchallenge .sco-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 6px 0;
    font-size: 1.2em;
    white-space: nowrap;
    font-weight:400;
    overflow: hidden; 
    text-overflow: ellipsis;
    background-color: transparent;
    color: #fff;
}
.sco .sco-close, .resultchallenge .sco-close{
    position: absolute;
    top: 0;
    padding-top: 8px;
    height: 40px;
    width: 40px;
    right: 0;
    color: #fff;
    background-color: #717171;
    text-align: center;
    transition: all .3s ease-in;
    cursor: pointer;
}
.sco-course-ressources{
    position: absolute;
    top: 0;
    padding-top: 8px;
    height: 40px;
    width: 40px;
    right: 40px;
    color: #fff;
    background-color: #0078c3;
    text-align: center;
    transition: all .3s ease-in;
    cursor: pointer;
}
.sco-course-ressources:hover{
    background-color: #0d5f92;
}
.sco-course-reduce{
    position: absolute;
    top: 0;
    padding-top: 8px;
    height: 40px;
    width: 40px;
    right: 80px;
    color: #fff;
    background-color: #00ada0;
    text-align: center;
    transition: all .3s ease-in;
    cursor: pointer;
}
.sco-course-reduce:hover{
    background-color: #016159;
}
.sco .sco-close:hover, .resultchallenge .sco-close:hover{
    background-color: #dc3545;
}
.sco .sco-header .sco-course-chapter:hover{
    color: #666;
}
.sco .sco-course-chapters{
    display: none;
    position: absolute;
    background-color: #444;
    top: 60px;
    left: 2em;
    right: 2em;
    z-index: 20;
    border-radius: 2px;
}
.sco .sco-course-chapters:after{
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #444;
}
.sco .sco-course-chapters li{
    color: #ccc;
    margin: 0 1em;
    padding: 5px 1em;
    cursor: pointer;
}
.sco .sco-course-chapters li:hover{
    background-color: #666;
    color: #fff;
}
.sco .sco-menu{
    position: absolute;
    display: none;
    top: 0px;
    left: -250px;
    width: 250px;
    right: 0;
    bottom: 0;
    font-size: 1.1em;
    padding: 1.4em 0;
    background-color: #e9ecf5;
    color: #333;
    overflow: auto;
    overflow-x: hidden;
}
.sco .sco-menu.nomenu{
    display: none;
    left: -250px;
}
.sco .sco-menu-title{
    font-weight: 600;
    font-size: 1.1em;
    padding-left: 1.4em;
    margin-bottom: 1em;
}
.sco .sco-menu-chapter{
    text-align: right;
    color: orange;
    margin: 10px 0;
    padding: 10px 1.4em;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
}
.sco .sco-menu-screen{
    text-align: right;
    color: #333;
    margin: 8px 0;
    margin-left: 0;
    padding: 8px 1.4em;
    font-size: .9em;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    transition: .3s all linear;
}
.sco .sco-menu-screen.selected{
    background-color: #fff;
    color: #333;
}
.sco .sco-content, .resultchallenge .sco-content{
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    bottom: 0;
    padding:2em 3em;
    font-size: 1.1em;
    overflow: auto;
    overflow-x: hidden;
}
.sco .sco-content.nomenu{
    left: 0px;
}
.sco .sco-content.scorm{
    padding: 0;
    overflow: hidden;
}
.sco .sco-content h6{
    margin: 0 0 8px;
    background-color: #e9ecf5;
    color: #333;
    border-radius: 4px;
    font-weight: 400;
    padding: 1em 1.4em;
}
.sco .sco-content h6 p{
    margin: 0;
}
.sco .prev, .sco .next{
    color: #333;
    background-color: #ddd;
    position: absolute;
    top:40%;
    font-size: 2.2em;
    cursor: pointer;
    user-select: none;
}
.sco .prev:hover, .sco .next:hover{
    color: #fff;
    background-color: #32374c;
}
.sco .prev{
    left: 0px;
    padding: 10px 6px 10px 2px;
    border-radius: 0 2px 2px 0;
    transition: 0.3s background-color,color linear;
}
.sco .next{
    right: 0;
    padding: 10px 2px 10px 6px;
    border-radius: 2px 0 0 2px;
    transition: 0.3s all linear;
}
.sco-content{
    transition: .3s right ease-out;
}
.maximize{
    display: none;
    position: absolute;
    top: -80px;
    height: 80px;
    left: -2px;
    right: -2px;
    color: #fff;
    background-color: #00ada0;
    text-align: right;
    font-size: 3.4em;
    padding-top: 15px;
    padding-right: 30px;
    border-radius: 8px 8px 0 0;
    transition: .3s all ease-in-out;
    cursor: pointer;
}
.maximize span{
    position: absolute;
    right: 25px;
}
.maximize:hover{
    background-color: #016159;
}
.sco.minimized{
    transform: translate(34%, 34%) scale(.33);
    bottom: 2em;
    right: 2em;
    box-shadow: 0px 0px 24px rgba(0,0,0,.3);
}
.sco.minimized .sco-content{
    cursor: pointer;
}
.sco.minimized .sco-header,.sco.minimized .resultchallenge .sco-header{
    display: none;
}
.sco.minimized .sco-content,.sco.minimized .resultchallenge .sco-content{
    top: 0;
}
.sco.minimized .maximize,.sco.minimized .resultchallenge .maximize{
    display: block;
}
.course-slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #e9ecf5;
}
.course-creation{
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
}
.course-slider.screen-responsive{
    left: -250px;
}
.course-slider.p-2{
    padding: 1em!important;
}
.course-creation.screen-responsive{
    left: 0px;
}
#chapterbox{
    display: none;
    position: absolute;
    left: 160px;
    top: 20px;
    padding: 10px 20px;
    background-color: #444;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: 10;
}
#chapterbox:after{
    position: absolute;
    left: -8px;
    top: 12px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #444;
}
#chapterbox input{
    border: 0;
    width: 160px;
    color: #ddd;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    outline: none;
}
#chapterbox span{
    color: #fff;
    vertical-align: text-bottom;
    margin-top: 2px;
    margin-left: 10px;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s;
}
#chapterbox span:hover{
    color: #ddd;
}
.addchapter, .quitedition{
    background-color: #00ADA0;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.addchapter:hover{
    background-color: #016159;
}
.quitedition{
    color: #fff;
    background-color: #868e96;
    border: 1px solid #868e96;
}
.quitedition:hover{
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
}
.insidechapter{
    position: relative;
}
.chapter,.chapter-clone{
    color: #fff;
    padding: 0.8em 1em;
    border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 2px;
    margin-bottom: 1em;
}
.chapter-clone{
    height: 40px;
    opacity: .7;
    border: 2px dashed #333;
    background-color: #eee;
}
.chapter hr{
    border-color: #e8e8e8;
    margin: 10px 0;
}
.chapter .chaptertext{
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}
.chapter .chaptertext:hover{
    text-decoration: underline;
}
.miniscreen,.miniscreen-clone{
    position: relative;
    background-color:#eee;
    border: 2px solid #fff;
    text-align: center;
    width: 100%;
    height: 100px;
    margin: 4px 0;
    border-radius: 2px;
    color: #444;
    padding: 1em;
    cursor: pointer;
    user-select: none;
}
.miniscreen-clone{
    opacity: .7;
    border: 2px dashed #333;
    background-color: #eee;
}
.miniscreen .text{
    font-size: 1.1em;
    margin-top:1em;
    text-transform: capitalize;
}
.miniscreen hr{
    margin: 10px 0;
    border-color: #aaa;
}
.miniscreen:hover, .miniscreen.selected{
    border: 2px solid #007ac1;
}
.miniscreen.addnewscreen{
    background-color: #007ac1;
    border: 0;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-size: .9em;
    cursor: pointer;
}
.miniscreen.addnewscreen:hover{
    background-color: #00639E;
}
.newscreen{
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}
.choicescreen{
    text-align: center;
    padding: 1em;
    font-size: 1.1em;
}
.choicescreen button:hover{
    background-color: #eee;
    color: #0079c1;
}
.newscreen .contener{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.newscreen .content{
    padding: 0;
}
.input-consigne, .activity-consigne{
    padding: 0;
    border-color: #ddd;
    border-radius: 2px;
    box-shadow: none;
}
.score_reviews{
    text-align: center;
}
.score_average{
    font-size: 4em;
    color: #0079c1;
}
.percentstar{
    font-size: 1.2em;
}
.star-full{
    color: #0079c1;
}
.star-empty{
    color: #c0c0c0;
}
.percentbar-container{
    position: relative;
    border: 1px solid #d0d0d0;
    background-color: #e0e0e0;
    border-radius: 2px;
    height: 26px;
}
.percentbar-move{
    background-color: #0079c1;
    border-radius: 2px;
    height: 26px;
    width: 0%;
    margin-top: -1px;
    transition: all 0.3s;
}
.getfilterreview{
    transition: all 0.3s;
}
.getfilterreview:hover{
    cursor: pointer;
}
.getfilterreview.opacity{
    opacity: .2;
}
.review-text-box{
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #fafafa;
    border-radius: 2px;
}
.review-user-date{
    font-size: .9em;
    color: #666;
}
.review-user-name{
    font-size: 1.1em;
    font-weight: 400;
}
.qrzone{
    position: relative;
    margin-top: 8px;
}
.qrzone input{
    padding-right: 120px;
}
.qrzone .btn-group{
    position: absolute;
    right: 0;
    top: 0;
}
.qrzone .btn-group .btn-danger.selected, .qrzone .btn-group .btn-success.selected{
    opacity: 1;
    border: 0;
}
.qrzone .btn-group .btn-danger{
    border-radius: 2px 0 0 2px;
    opacity: .4;
}
.qrzone .btn-group .btn-success{
    border-radius: 0 2px 2px 0;
    opacity: .4;
}
.label-quiz{
    width: 100%;
    padding: 1em;
    background-color: #eee;
    border-radius: 2px;
}
.label-quiz:hover,.label-quiz.selected{
    background-color: orange;
    color: #fff;
}
.label-quiz input{
    margin-right: .8em;
}

.is-hidden{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.is-visible{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
.list-users-group{
    height: 200px;
    padding: 1em;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: auto;
}
.list-users-group label{
    user-select: none;
}
.challenge-content-left{
    background-color: #c5e3f5;
    padding: 1em;
    margin-left: 2em;
    border-radius: 0 2px 2px 2px;
}
.challenge-content-left:after{
    position: absolute;
    left: 0;
    margin-left: -10px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 10px solid #c5e3f5;
    border-bottom: 15px solid transparent;
}
.challenge-content-right{
    background-color: #c1ecc1;
    padding: 1em;
    margin-right: 2em;
    border-radius: 2px 0 2px 2px;
    text-align: right;
}
.challenge-content-right:after{
    position: absolute;
    right: 0;
    margin-right: -10px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 10px solid #c1ecc1;
    border-bottom: 15px solid transparent;
}
.launchchallenge, .getresultchallenge{
    cursor: pointer;
}
.resultchallenge-title{
    font-weight: 500;
    font-size: 1.8em;
    margin-bottom: 2em;    
}
.resultchallenge-score{
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 1em;    
}
.resultchallenge-score div{
    font-weight: 500;
    font-size: 3em;
    color: #0079c1;
    padding: .2em 0;
}
.addcritere{
    font-size: 1.1em;
}
.critere1{
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.deletecritere{
    font-size: 1.2em;
    color:#d9534f;
    cursor:pointer;
}
.deletecritere:hover{
    color:#c9302c;
}
.critere2{
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    color: #0078c3;
    border-radius: 2px;
    margin-bottom: 4px;
    font-size: 14px;
}
.critere3{
    position: relative;
    padding: 5px 10px;
    background-color: #eceeef;
    color: #333;
    border-radius: 2px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center; 
}
.critere3:before{
    content: '';
    float: right;
    display: block;
    width: 70px;
    height: 20px;
    margin: 0 0 5px 5px;
}
.btn-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    padding-top: 18px;
    color: #fff;
    font-size: 1.6em;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    transition: all .3s ease-in;
}
.btn-overlay:hover{
    background-color: rgba(0, 0, 0, .8);
}
.btn-overlay.stoppitch, .btn-overlay.playpitch, .btn-overlay.pausepitch{
    opacity: .3;
}
.btn-overlay.stoppitch:hover, .btn-overlay.playpitch:hover, .btn-overlay.pausepitch:hover{
    opacity: .8;
}
.pitch-description-title{
    background-color:#0078c3;
    color:#fff;
    margin-bottom:0;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}
.pitch-description-content{
    background-color: #fff;
}
.bloc{
    border-radius:4px;
    background-color: #dde1f0;
}
.liste-apprenant li{
    display: block;
    padding: .4em 1em;
    margin-top: 2px;
    list-style: none;
    border-radius: 2px;
    background-color:#f5f5f5;
}
.bloc-reponse{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #e2e2e2;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1000;
}
.close-popup{
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 2em;
    z-index: 10;
    cursor: pointer;
}
.close-popup:hover{
    color:#000;
}
.privacy{
    display: inline-block;
    margin-left:10px;
    font-size:1.1em;
    cursor: pointer;
}
.privacy:hover > div{
    display: block;
}
.privacy li{
    list-style: none;
    font-size: 13px;
    padding: 4px 30px 4px 10px;
}
.privacy div{
    display: none;
    position: absolute;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}
.privacy li span{
    text-align: center;
    width: 20px;
    margin-right: 6px;
}
.privacy li:hover{
    background-color: #eee;
    color:#0079c1;
}
.mscore, .pscore{
    cursor:pointer;
    font-size:1.2em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mscore:hover, .pscore:hover{
    color:#924214;
}
div.toppitch{
    position: absolute;
    padding: 10px 6px 16px 6px;
    top: -4px;
    right: 1em;
    font-size: 2em;
    color: #fff;
    background-color: #4cb6f7;
}
div.toppitch:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #fff;
}
.activity-content{
    margin-top: 1em;
    height: 360px;
    line-height: 22px;
}
.trou1, .trou2{
    width: auto;
    display: inline-block;
    padding: 4px 12px;
    margin: 2px 4px;
    user-select: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #0079c2;
    background-color: #eee;
    cursor: pointer;
}
.trou1:hover, .trou2:hover{
    background-color: #ddd;
}
.trou1-input,.trou1-input:focus{
    border-radius: 3px;
    border: 0;
    background-color: #eee;
    box-shadow: none;
}
.trou2-input,.trou2-input:focus{
    display:inline-flex;
    width:auto;
    min-width: 100px;
    height: 32px;
    padding: 0;
    border-radius: 3px;
    background-color: #eee;
    border: 1px dashed #ddd;
    box-shadow: none;
}
.trou2-list, .classer-list{
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 32px;
    background-color:#eee;
}
.trou2-list li, .trou2-input li, .classer-list li, .classer-contener li{
    display: inline-block;
    text-align: center;
    padding: 6px 18px;
    margin: 2px;
    background-color: orange;
    color: #fff;
    border-radius: 2px;
    cursor: move;
}
.trou2-input li{
    width: 100%;
    margin: 0;
}
.clone{
    opacity: .5;
}
.classer-cat{
    list-style: none;
    padding: 0;
    margin: 0;
}
.classer-cat li{
    display: inline-block;
    text-align: center;
    padding: 6px 18px;
    margin-right: 2px;
    background-color:#e5e5e5;
    color: #888;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}
.classer-cat li.selected{
    background-color:orange;
    color: #fff;
}
.classer-contener{
    box-sizing: border-box;
    background-color: #f5f5f5;
    min-height: 200px;
    border: 1px solid #e5e5e5;
    display: none;
}
.validateactivity-div{
    text-align: center;
}
.validateactivity-div button{
    font-size: 1em;
}
.reorder-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.reorder-list li{
    display: block;
    text-align: left;
    padding: 6px 18px;
    margin: 2px;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 2px;
    cursor: move;
}
.reorder-list li.selected{
    background-color: #eee;
    height: 34px;
}
label.true{
    background-color: #a8e290;
}
label.false{
    background-color: #e29090;
}
input.true, select.true, li.true, div.true{
    background-color: #a8e290;
    border-color: #a8e290;
    color: #333;
}
input.false, select.false, li.false, div.false{
    background-color: #e29090;
    border-color: #e29090;
    color: #333;
}
.list-reporting{
    display: none;
    margin-top: 10px;
    background-color: #32374c;
    padding: 1em;
    color: #fff;
    border-radius: 8px;
}
.msg-col-left{
    position: relative;
    overflow-y: auto;
    background-color: #fff;
}
.msg-col-left .course_box{
    border-left: 5px solid #fff;
}
.msg-col-left .course_box:hover,.msg-col-left .course_box.selected{
    background-color: #fff;
    border-left: 5px solid #004dff;
}
.msg-col-left.col-hide{
    display: none;
}
.msg-col-right{
    display: none;
    position: absolute;
    top: 0px;
    left: 1.4em;
    right: 1.4em;
    bottom: 1em;
}
/*
.msg-col-right:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg-message.png');
    background-size: 366.5px 666px;
    opacity: .06;
    background-repeat: repeat repeat;
    background-color: #e5ddd5;
    z-index: 0;
}
*/
.msg-col-right.col-show{
    display: block;
}
.msg-col-right .msg-answers{
    position: absolute;
    padding: 1em;
    top: 6px;
    bottom: 70px;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
}
.msg-col-right .msg-input{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 70px;
    padding: 1em;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 0px 6px 1px rgba(140,140,140,.05);
    z-index: 1;
    border-radius: 4px;
}
.msg-input-text{
    width: 100%;
    height: 100%;
    border: 0;
    left: 1px;
    padding: 6px 1em;
    overflow-y: auto;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}
.msg-input-emoji:hover{
    color: #aaa;
    cursor: pointer;
}
.emojibox{
    display: none;
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    padding: 1em 2em;
    color: #fff;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}
.emojibox i{
    margin: 4px;
    cursor: pointer;
}
.msg-input-back{
    display: block;
    padding-left: 10px;
    padding-right: 0px;
    cursor: pointer;
}
.msg-input-back:hover{
    color: #aaa;
}
.autocomplete, .mailto{
    display: inline-flex;;
    border-radius: 18px;
    padding: 4px;
    background-color: #32374c;
    color: #fff;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 0;
    vertical-align: top;
}
.autocomplete:hover > .course_title,.mailto:hover > .course_title{
    color: #fff;
}
.autocomplete:hover,.mailto:hover{
    background-color: #4f5982;
}
.autocomplete span, .mailto span{
    padding-left: 4px;
    margin-top: 2px;
}
.mailto{
    margin-top: 0px;
    margin-bottom: 2px;
}
.mailto::after{
    content: "\f00d";
    text-align: right;
    font-family: "fontawesome";
    font-size: 12px;
    margin-top: 4px;
    margin-left: -9px;
    padding-right: 8px;
    color: #ddd;
}
.answer-right .mini-profile, .answer-left .mini-profile{
    width: 40px;
    height: 40px;
}
.answer-bubble{
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background-color: #004dff;
    padding: 10px 20px;
    border-radius: 2px 0 2px 2px;
    margin-left: 10px;
    max-width: 60%;
    word-wrap: break-word;
}
.answer-bubble:after{
    position: absolute;
    content: '';
    top: 0;
    right: -8px;
    width: 0; 
    height: 0; 
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:8px solid #004dff;
}
.answer-left .answer-bubble{
    border-radius: 0px 2px 2px 2px;
    background-color: #fff;
    color: #333;
}
.answer-left .answer-bubble:after{
    position: absolute;
    content: '';
    top: 0;
    left: -8px;
    right: auto;
    width: 0; 
    height: 0; 
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:8px solid #fff;
    border-left:0;
}
.answer-date{
    font-size: .9em;
    color: #AAA;
}
.answer-right{
    z-index: 10;
    direction: rtl;
}
.answer-right .answer-bubble{
    margin-right: 10px;
    direction: ltr;
}
.answer-right .answer-date{
    direction: rtl;
}
.btn-send{
    font-size: 1.6em;
    color: #00ADA0;
    cursor: pointer;
}
.btn-send:hover{
    color: #089753;
}
.svg1{
    position:absolute;
    top:60%;
    left:25%;
    height: 50px;
    width: 250px;
    transform:rotate(-32deg) scale(.3);
    animation: anim-svg1 4s linear infinite;
}
@keyframes anim-svg1 {
    0% {
        transform:rotate(-32deg) scale(.4);
    }
    50% {
        transform:translate(-5%, -5%) rotate(-28deg) scale(.4);
    }
    100% {
        transform:rotate(-32deg) scale(.4);
    }
}
.svg2{
    position:absolute;
    top:38%;
    left:18%;
    height: 50px;
    width: 250px;
    transform:rotate(47deg) scale(.3);
    animation: anim-svg2 6s linear infinite;
}
@keyframes anim-svg2 {
    0% {
        transform:translate(-5%, -5%) rotate(52deg) scale(.4);
    }
    50% {
        transform:rotate(47deg) scale(.4);
    }
    100% {
        transform:translate(-5%, -5%) rotate(52deg) scale(.4);
    }
}
.svg3{
    position:absolute;
    top:22%;
    left:30%;
    height: 50px;
    width: 250px;
    transform:rotate(120deg) scale(.3);
    animation: anim-svg3 5s linear infinite;
}
@keyframes anim-svg3 {
    0% {
        transform:rotate(120deg) scale(.4);
    }
    50% {
        transform:translate(-5%, -5%) rotate(116deg) scale(.4);
    }
    100% {
        transform:rotate(120deg) scale(.4);
    }
}
span.badge-icon{
    padding: 12px 0;
    font-size: 2em;
}
span.badge-icon.lvl0{
    color: #ccc;
}
span.badge-icon.lvl1{
    color: #ff8100;
}
span.badge-icon.lvl2{
    color: #666;
}
span.badge-icon.lvl2{
    color: gold;
}
.badge-title{
    font-size: 1em;
    font-weight: 500;
    color: #333;
}
.badge-title span{
    font-size: .9em;
    font-weight: 400;
    float: right;
    color: #aaa;
}
.badge-contener{
    width: 100%;
    height: 10px;
    margin-top: 2px;
    background-color: #ccc;
    border-radius: 5px;
}
.badge-progress{
    width: 0%;
    max-width: 100%;
    height: 10px;
    background-color: #00ADA0;
    border-radius: 5px;
    transition: all 1s ease;
}
.badge-next{
    margin-top: 4px;
    font-size: .9em;
    color: #333;
}
.particles-js-canvas-el{ 
    position:absolute;
    top:2em;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    overflow: hidden;
    z-index: -1;
}
.row-cat{
    width: 100%;
    margin: auto;
    text-align: center;
}
.col-cat{
    position: relative;
    margin: 1em 0;
    cursor: pointer;
    transition: all .3s ease-in;
}
.cat-cover{
    position: relative;
    height:280px;
    width: 100%;
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2em;
    border-radius: 2px;
}
.col-cat h5:after{
    content:" ";
    display: block;
    width: 40px;
    height: 2px;
    margin: 10px 0 0 0;
    background-color: #0091d2;
    transition: all .3s ease-in;
}
/*
.col-cat:hover > .cat-cover:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    border-radius: 2px;
}
*/
.col-cat:hover > h5{
    color: #007ac1;
}
.col-cat:hover > h5:after{
    width: 100px;
}
.course-hidden{
    display: none;
}
.addparcourschapter:hover{
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}
.list-parcours-course-1 input[type="text"]{
    background-color: transparent;
    outline: none;
    width: 90%;
    border-color: #008aca;
    color: #008aca;
}
.parcours-cover{
    padding: 2em;
    position: relative;
    height: 180px;
    border-radius: 2px 2px 0 0;
}
.parcours-box{
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    margin-top: 1em;
    font-size: 1.6em;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
.parcours-cover:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    border-radius: 2px 2px 0 0;
}
.parcours-scover{
    padding: 2em;
    position: relative;
    height: 90px;
    cursor: pointer;
    display: inline-block;
    float: none;
    border-left: 4px solid #222;
}
.parcours-scover:last-of-type{
    border-right: 4px solid #222;
}
.parcours-scover:after{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.parcours-scover .parcours-box{
    margin-top: 0em;
    font-size: .8em;
}
.parcours-scover.selected, .parcours-scover:hover{
    background-color: rgba(0,0,0,1);
    z-index: 1;
}
.parcours-scover.selected:after, .parcours-scover:hover:after{
    content: none;
}
.parcours-scroll{
    background-color:#222;
    padding-top: 5px;
    overflow-x:auto;
    white-space:nowrap;
    display:block;
}
.parcours-scroll::-webkit-scrollbar{
    height: 5px;
}
.timeline{
    margin-right: 1em;
}
.timeline div{
    width: 100%;
    height: 100%;
    margin-left: 70%;
}
.timeline div:before{
    display: block;
    content: " ";
    width: 4px;
    height: 100%;
    background-color: #007ac1;
}
.timeline div:after{
    position: absolute;
    content: " ";
    top: 30px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 4px solid #007ac1;
}
.timeline.selected div:after{
    position: absolute;
    content: " ";
    top: 30px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
    background-color: #26d6a5;
    border-radius: 50%;
    border: 4px solid #007ac1;
}
.parcours-chapter{
    margin-top: 12px;
    margin-bottom: 0;
    padding: 1em;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    transition: .3s all ease-out;
}
.parcours-chapter:hover, .parcours-chapter.selected{
    color: #007ac1;
}
.parcours-chapter.selected span{
    transform: rotate(180deg);
}
.parcours-chapter.selected:before{
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 20px 0px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent #fff transparent;
    top: 20px;
    left: -5px;
    right: auto;
}
.rowparcours-chapter{
    background-color: #fff;
    border-radius: 0 0 2px 2px;
}
.locked{
    filter: grayscale(100%);
}
.docbox{
    background-color: transparent;
    color: #333;
    margin-top: 2em;
    border-radius: 2px;
    user-select: none;
}
.docbox-title{
    text-align: center;
    background-color: #495056;
    padding: .4em 1em;
    font-size: 1.2em;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.docbox-content{
    min-height: 60px;
    max-height: 200px;
    overflow-y: auto;
}
.docbox-content ul, .sco-complement-content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.docbox-content li, .sco-complement-content li{
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 4px;
}
.sco-complement-content li{
    background-color: #fff;
}
.docbox-content li a, .sco-complement-content li a{
    display: block;
    text-align: left;
    text-decoration: none;
    color: initial;
    padding: 0;
}
.docbox-content li:hover, .sco-complement-content li:hover{
    background-color: #dde1f0;
}
.sco-complement{
    visibility: hidden;
    position: absolute;
    top: 40px;
    bottom: 0px;
    right: -350px;
    width: 350px;
    text-align: center;
    background-color: #e9ecf5;
    color: #333;
    border-radius: 4px 0 0 0;
    z-index: 0;
    transition: .3s all ease-out;
}
.sco-complement-content{
    padding: 2em;
    height: 100%;
    overflow-y: auto;
}
.sco-complement-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
    color: #616782;
    padding: 0px 6px;
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #616782;
    cursor: pointer;
}
.sco-complement-close:hover{
    color: #0077c4;
    border-color: #0077c4;
}
.reorder-list li.ui-sortable-helper{
    background-color: orange;
    color: #fff;
}
.showfeedback{
    font-size: 1.2em;
    cursor: pointer;
}
.showfeedback:hover{
    color: #666;
}
.sco-content.decale, .next.decale, .progress-bar.decale{
    right: 0px;
}
.sco-complement.decale{
    right: 0px;
    width: 100%;
    visibility: visible;
    z-index: 10;
}
.orderup,.orderdown{
    position: absolute;
    top: 0;
    color: #666;
    cursor: pointer;
    z-index: 10;
}
.orderdown{
    right: -5px;
}
.orderup{
    right: 10px;
}
#footer {
    margin: 0;
    padding: 60px 0 0 0;
    background-color: #A9A9A9;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footer .copyright {
    background-color: #535456;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
#footer .copyright p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #fdfdfd;
    line-height: 1em;
}
#footer .sidebar-item, #footer .sidebar-item * {
    font-size: 12px;
    color: #fbfaf7;
    color: #262626;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    text-align: left;
}
#footer #menu-footer-menu {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#footer #menu-footer-menu li {
    padding: 3px 0;
}
#footer-logo {
    text-align: center;
    margin: 0;
    padding: 0;
}
#footer-logo .site-title {
    margin: 0;
    padding: 0;
}
#footer-logo, #footer-logo a, #footer-logo a img {
    max-height: 100px;
    height: 100px;
}
#social-media {
    padding: 0;
    margin: 60px 0 30px 0;
    width: 100%;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-menu li {
    display: inline-block;
    padding: 0 15px;
    border-right: #fbfaf7 solid 1px;
    border-right: #262626 solid 1px;
    line-height: 0;
}
#social-menu li a {
    font-size: 12px;
    font-family: 'PetitaBold', sans-serif;
    font-weight: normal;
    color: #fbfaf7;
    color: #262626;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#social-menu {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.parcourschapter-inside{
    padding-left: 15px;
}
.getcontroller{
    cursor: pointer;
}
.dragcourse{
    cursor: move;
}
.clone{
    width: auto;
}
.sortable-placeholder{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    height: 30px;
    width: 100%;
    border-radius: 2px;
}
.overlay.sco .sco-content .loading{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #fff;
}
.carte{
    background-color: #fff;
    padding: 2em;
    margin-bottom: 1em;
    border-radius: 4px;
}
.carte.highlight{
    background-color: #dde1f0;
}
.img-cover{
    width: 100%;
    padding-top: 56.25%;
    max-height: 300px;
    border-radius: 4px;
}
.searchlibrary, .searchuser,.searchparcours,.searchgroup,.searchressource,.searchreporting,.searchpitch{
    background-color: #f5f5f5;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
}

.searchlibrary:focus, .searchuser:focus,.searchparcours:focus,.searchgroup:focus,.searchressource:focus,.searchreporting:focus,.searchpitch:focus{
    background-color: #f5f5f5;
}
.scoredetail{
    cursor: pointer;
    transition: .3s all linear;
}
.scoredetail:hover{
    color: #0077c4;
}
.fr-toolbar .fr-command.fr-btn[data-cmd=save]{
    display: flex;
    width: 50px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #0077c4;
    border-radius: 2px;
}
.fr-toolbar .fr-command.fr-btn[data-cmd=save]:hover{
    background-color: #03619e;
}
.nps{
    display:inline-block;
    font-size:1.1em;
    font-weight: 600;
    margin-left: 10px;
}
.nps.plus{
    color:#00ada0;
}
.nps.minus{
    color:#dc3545;
}
.tag{
    display: inline-block;
    width: auto;
    height: 26px;
    padding: 2px 1.2em;
    font-size: .9em;
    border-radius: 20px;
    cursor: default;
}
.tag-category{
    background-color: #868e96;
    color: #fff;
}
.tag-green,.tag-regular{
    background-color: #00ada0;
    color: #fff;
}
.tag-danger,.tag-evaluation{
    background-color: #dc3545;
    color: #fff;
}
.tag-orange,.tag-scorm{
    background-color: orange;
    color: #fff;
}
.tag-grey{
    background-color: #868e96;
    color: #fff;
}
.course-tag.tag{
    top: 5px;
    right: 20px;
    padding: 2px 15px;
    font-size: .8em;
    border-radius: 2px;
    height: 22px;
    opacity: .8;
}
.nightmode-switch{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0 6px 0 0;
    background-color: #14161f;
    border-radius: 10px;
    border: 2px solid #eee;
    cursor: pointer;
}
.nightmode-btn{
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #00ADA0;
    border-radius: 8px;
}
.nightmode-btn.nightmode-off{
    top: 0;
    left: 0;
    right: auto;
    background-color: #666;
}
.nightmode-btn.nightmode-on{
    top: 0;
    left: auto;
    right: 0;
}
.eval-chrono{
    font-weight: 600;
    font-size: 1.8em;
    padding: .2em .8em;
    margin-bottom: 1em;
    color: #fff;
    text-align: right;
    background-color: orange;
}
.eval-chrono-danger{
    background-color: #dc3545;
}
div.getcontrol, div.getprofile, div.launchcourse, div.editcourse, div.getstudio, div.sendmail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.badge-secondary{
    background-color: #0077c4;
    margin-left: 4px;
}
.studio{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.studio-top{
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    box-sizing: border-box;
}
.studio-middle{
    position: relative;
    display: flex;
    background: #c1d1da;
    flex-grow: 1;
}
.studio-bottom{
    position: relative;
}
.appbar{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    background: #fff;
    height: 56px;
    min-height: 56px;
    z-index: 5;
}
.appbar-divider{
    vertical-align: top;
    display: inline-block;
    border-right: 1px solid #CCC;
    height: 32px;
    margin-left: 5px;
    margin-right: 4px;
}
.appbar-btn{
    vertical-align: top;
    display: inline-block;
    color: #AAA;
    border: 1px solid #CCC;
    padding: 4px 8px;
    margin: 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
    transition: .2s all ease-in;
}
.appbar-btn.enabled{
    color: #444;
    border: 1px solid #444;
}
.appbar-btn.enabled:hover,.appbar-btn.selected{
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
}
.appbar-left{
    display: flex;
    margin-left: 16px;
    align-items: center;
    flex: 1;
}
.appbar-middle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
}
.appbar-right{
    flex: 1;
    text-align: right;
    margin-right: 16px;
    height: 100%;
}
.studio-toolbar{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    padding: 8px 4px;
    background-color: #333;
}
.stage-container-outer{
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
}
.stage-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.stage-container-inner{
    display: flex;
    min-width: 100%;
    min-height: 100%;
    align-items: center;
    background: #cfdae0;
    transform: scale(1);
}
.stage-outer{
    position: relative;
    margin: 0 auto;
    transform: scale(1);
    transform-origin: 0 0;
    background: #c1d1da;
}
.stage{
    height: 100%;
}
.stage-background{
    position: absolute;
    border: 1px solid #b4b9c7;
    box-shadow: 0 0 40px rgba(37,38,46,.2);
    box-sizing: content-box;
    transform: translate(-1px,-1px);
}
.stage-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.konva-stage{
    outline: none;
}
.stage-view-bar{
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
    align-items: flex-end;
    justify-content: flex-end;
}
.view-bar{
    display: inline-flex;
    align-items: center;
    pointer-events: all;
    height: 28px;
    background: #fff;
    opacity: .5;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    transition: opacity .1s;
    color: #686c7c;
}
.view-bar-plus, .view-bar-minus, .view-bar-default{
    padding: 3px 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: .2s all ease-in;
}
.view-bar-plus:hover, .view-bar-minus:hover, .view-bar-default:hover{
    color: #fff;
    background-color: #bbb;
}
.studio-timeline{
    position: relative;
    display: block;
    color: #8a98a8;
    width: 100%;
    height: 200px;
    background: #404040;
    z-index: 3;
}
.studio-drop{
    position: absolute;
    text-align: center;
    font-size: 1em;
    width: auto;
    left: 50%;
    bottom: 0;
    padding: 6px 20px;
    color: #fff;
    background-color: orange;
    z-index: 100;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.timeline-head {
    display: flex;
    position: relative;
    flex-direction: row;
}
.studio-timeline-left{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 80px;
    height: 100%;
    border-right: 1px solid #c2ccdb;
}
.studio-timeline-right{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: calc(100% - 80px);
    overflow-x: auto;
    overflow-y: hidden;
}
.timeline-ruler{
    height: 32px;
    width: 100%;
    position: relative;
    background-size: 48px 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3R5bGU9InN0cm9rZS13aWR0aDogMTsgc3Ryb2tlOiByZ2IoMTY0LCAxODcsIDIwOSk7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgc2hhcGUtcmVuZGVyaW5nOiBjcmlzcGVkZ2VzOyI+PGxpbmUgeDE9IjAiIHkxPSIxNiIgeDI9IjAiIHkyPSIzMiI+PC9saW5lPjxsaW5lIHgxPSIxMiIgeTE9IjI0IiB4Mj0iMTIiIHkyPSIzMiI+PC9saW5lPjxsaW5lIHgxPSIyNCIgeTE9IjI0IiB4Mj0iMjQiIHkyPSIzMiI+PC9saW5lPjxsaW5lIHgxPSIzNiIgeTE9IjI0IiB4Mj0iMzYiIHkyPSIzMiI+PC9saW5lPjxsaW5lIHgxPSI0OCIgeTE9IjE2IiB4Mj0iNDgiIHkyPSIzMiI+PC9saW5lPjwvc3ZnPg==);
    border-bottom: 1px solid #c2ccdb;
}
.timeline-ruler-label{
    position: absolute;
    left: 0;
    font-size: 10px;
    line-height: 14px;
    padding-top: 1px;
}
.timeline-audio, .timeline-video{
    height: 83px;
}
.timeline-audio-right, .timeline-video-right{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    min-width: 100%;
}
.timeline-audio-right{
    overflow-y: auto;
}
.timeline-lower .timeline-separator{
    margin-top: -1px;
    border-bottom: 1px solid #c2ccdb;
}
.timeline-audio-container, .timeline-video-container{
    height: 100%;
    white-space: nowrap;
}
.timeline-upper .timeline-left-bloc{
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #c2ccdb;
}
.timeline-lower .timeline-left-bloc{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 1.5em;
    width: 80px;
    height: 100%;
}
.timeline-video .timeline-left-bloc{
    border-bottom: 1px solid #c2ccdb;
}
.timeline-lower .timeline-left-bloc span{
    margin-top: 50%;
    transform: translateY(-50%);
}
.timeline-snapshot{
    position: relative;
    display: inline-block;
    width: 144px;
    height: 82px;
    background-color: #222;
    border: 2px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none;
}
.timeline-snapshot:hover, .timeline-snapshot.selected{
    border-color: orange;
}
.timeline-snapshot:hover > .timeline-snapshot-more, .timeline-snapshot.selected > .timeline-snapshot-more{
    display: inline-block;
}
.timeline-snapshot-frame{
    display: inline-block;
    vertical-align: top;
    width: 146px;
    height: 78px;
    overflow: hidden;
    user-select: none;
}
.timeline-snapshot-drag, .timeline-audio-dragleft, .timeline-audio-dragright{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    background-color: orange;
    opacity: 0;
    cursor: ew-resize;
    z-index: 5;
}
.timeline-audio-dragleft{
    left: -1px;
    right: initial;
}
.timeline-snapshot-drag:hover, .timeline-snapshot-drag.selected, .timeline-audio-dragleft:hover, .timeline-audio-dragleft.selected, .timeline-audio-dragright:hover, .timeline-audio-dragright.selected{
    opacity: 1;
}
.timeline-more{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 100%;
    font-size: 1.2em;
    text-align: center;
    color: #333;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    transition: .3s all linear;
    user-select: none;
}
.timeline-more span{
    margin-top: 50%;
    transform: translateY(50%);
}
.timeline-more:hover{
    cursor: pointer;
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.timeline-snapshot-frame img{
    width: 292px;
    height: 205px;
    margin: -62px 0 0 -73px;
    user-select: none;
}
.timeline-asset-audio{
    position: relative;
    display: block;
    height: 41px;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content;
    margin-left: 0;
    background-color: #555;
    border: 2px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none;
}
.timeline-asset-audio:hover, .timeline-asset-audio.selected{
    border-color: orange;
}
.timeline-framecursor{
    position: absolute;
    display: none;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: pink;
    z-index: 10;
}
.toolbar-button{
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #505050;
    background-color: #444;
    padding: 4px 8px;
    margin: 2px;
    width: 32px;
    height: 32px;
    border-radius: 1px;
    cursor: pointer;
    transition: .2s all ease-in;
}
.toolbar-button:hover{
    background-color: #555555;
}
.toolbar-button.selected, .toolbar-button.highlight{
    border-color: #75b0ef;
    background-color: #007bff;
}
.eyedropper-magnifier{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 148px;
    height: 148px;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(200,204,210,.5), 0 0 4px 0 rgba(0,0,0,.2), inset 0 0 0 2px rgba(200,206,210,.5), inset 0 1px 2px 0 rgba(0,0,0,.1);
    transform: translate(-50%,-50%);
}
.eyedropper-magnifier-cell{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
}
textarea#edittext{
    position: absolute;
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    resize: none;
    overflow: hidden;
    font-variant-ligatures: none;
    text-align: left;
    line-height: 1;
    z-index: 10;
}
#colorpickerid{
    display: none;
}
.toolbar-container{
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    background-color: #444;
    border-top: solid 1px #333;
    border-radius: 0;
}
.toolbar-container-cell{
    display: flex;
    padding: 10px;
    justify-content: left;
    align-items: center;
    text-align: left;
}
.toolbar-container-cell input, .toolbar-container-cell input:focus{
    color: #fff;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
}
.toolbar-container-btn{
    vertical-align: top;
    display: inline-block;
    color: #fff;
    border: 1px solid #666;
    background-color: #555;
    padding: 4px 8px;
    margin: 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
    transition: .2s all ease-in;
}
.toolbar-container-btn:hover{
    background-color: #666;
}
.toolbar-container-btn.selected{
    border-color: #75b0ef;
    background-color: #007bff;
}
.library-container{
    position: absolute;
    top: 0;
    left: -380px;
    bottom: 0;
    width: 300px;
    padding: 1.2em 1em;
    border-left: 1px solid #555;
    background-color: #333;
}
.library-container-content{
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 0;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 1em;
    overflow-y: auto;
}
.library-search-content{
    color: #f5f5f5;
    text-align: center;
    background-color: #555;
    border: none;
    box-shadow: none;
    border: 1px solid #666;
    border-radius: 20px;
}
.library-search-content:focus{
    color: #f5f5f5;
    background-color: #555;
}
.asset-container{
    vertical-align: top;
    display: inline-block;
    color: #fff;
    background-color: #555;
    margin: 2px;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: .1s all ease-in;
}
.asset-container:hover{
    box-shadow: 0 0 2px 1px rgba(255,255,255,.4);
    transform: scale(1.04);
}
.asset-loading{
    display: flex;
    height: 100%;
    color: #eee;
    align-items: center;
    justify-content: center;
}
.studio-contextmenu{
    position: absolute;
    width: 200px;
    min-height: 20px;
    color: #fff;
    background-color: #444;
    border: 1px solid #666;
    border-radius: 4px;
    z-index: 20;
}
.studio-contextmenu ul{
    list-style: none;
    margin: 0;
    padding: 10px;
}
.studio-contextmenu li{
    padding: 6px 10px;
    font-size: .9em;
    border-radius: 2px;
    border-bottom: 1px solid #555;
    cursor: pointer;
    transition: .3s all linear;
}
.studio-contextmenu li:last-of-type{
    border-bottom: none;
}
.studio-contextmenu li:hover{
    background-color: #333;
    
}
.selecteffect{
    color: #fff;
    width: calc(100% - 6px);
    margin: auto;
    margin-bottom: 4px;
    padding: 6px 20px;
    background-color: #555;
    border: 1px solid #666;
    border-radius: 2px;
    font-size: .8em;
    cursor: pointer;
    transition: .1s all linear;
}
.selecteffect span{
    margin-right: 10px;
}
.selecteffect:hover{
    box-shadow: 0 0 2px 1px rgba(255,255,255,.4);
    transform: scale(1.04);
}
.selecteffect.selected{
    border-color: #75b0ef;
    background-color: #007bff;
}
.studio-play{
    color: #fff;
    width: auto;
    border: none;
    background-color: orange;
}
.studio-play:hover{
    background-color: #e09100;
}
.studio-render{
    color: #fff;
    width: auto;
    border: none;
    background-color: #007bff;
}
.studio-render:hover{
    background-color: #007ac1;
}
.effect-config{
    font-size: 12px;
    width: calc(100% - 6px);
    color: #fff;
    padding: 5px;
    margin: auto;
    margin-bottom: 4px;
    background-color: #444;
}
.fr-element table td.noborder, .fr-element table th.noborder, .fr-view table td.noborder, .fr-view table th.noborder{
    border: none;
}