/********** SKIN SPECIFIC RUBIS **********/

/*  HOME    */
.home .tplTimeout {
    left: 10px;
    position: absolute;
    top: 10px;
}

.home section.article .hBk_ti {
    background-image: none;
    color: white;
    font-size: 2.5em;
}
.home #navigation li div {
    margin-bottom: 0.5em;
}
.home section.article .hBk_co .logo{
    z-index:2;
}
.home #navigation li {
    height: 100px;
}

/*  DEFAULT */
.default #main {
    background-image: url("../img/tpl/back-bottom-straight.svg");
}
.pageTurner .leftBtn {
    left: 15px;
    position: absolute;
}
.default #navigation li {
    height: 40px !important;
}
.autoLearningType #content {
    margin-bottom: 30px;
}
.btnSynthE {
    background: transparent url("../img/quiz/eval.svg") no-repeat scroll right 0;
    color: #434e52;
    display: inline-block;
    font-size: 1.2em;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
}
.homeBtn{
    background: rgba(0, 0, 0, 0) url("../img/tpl/menu-tools.svg") no-repeat scroll 0 0 / 100% auto;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 1em;
    width: 40px;
    left: 30px;
    position: absolute;
    top: 5px;
    z-index: 9999;
}
.default.autoLearningType .homeBtn {
    left: 75px;
}
.homeBtn:hover,
.btnZen:hover{
    opacity:0.9;
}
.default.autoLearningType #navigation a.btnZen {
    background: transparent url("../img/tpl/mnuMobile.svg") no-repeat scroll 0 0 / 30px auto;
    height: 30px;
    left: 30px;
    position: absolute;
    top: 10px;
    width: 30px;
}
.default .zen_true #navigation a.btnZen {
    background-position: inherit;
}
.default.evalType .zen_true #navigation a.btnZen {
    display: none;
}
.tplChrono {
    color: #ffffff;
    font-size: 2em;
    left: 0;
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.tplAlert {
    color: #ee1c25;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 100%;
    z-index:2;
}
.progressZone {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 0.5em;
}
.progressBar{
    background-color: #00909e;
    border-radius: 5px;
    height: 25px;
}
.quizBody > .response, .quizBody {
    margin-top: 0 !important;
}
.toolbar {
    bottom: 70px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
}

.resultE {
    margin-top: 1em;
}

#resetStorageData a.btnReset{
    background: transparent url("../img/quiz/eval.svg") no-repeat scroll right -36px;
    font-size: 1.2em;
    height: 33px;
	line-height:33px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: inline-block;
	color:#434e52;
}
.home #resetStorageData a.btnReset{
    background: rgba(67, 78, 82, 0.7) url("../img/tpl/button-restart.svg") no-repeat scroll right center / 40px 40px;
    color: white;
    height: 40px;
    padding-left: 10px;
    padding-right: 50px;
}
#resetStorageData{
    display: inline-block;
}

/*  Menu    */
.mnuTree ul {
    list-style-type:none;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
}
.mnuTree li {
    list-style-type: none;
    border-left: 2px solid;
    margin-left: 1.2em;
}
.mnuTree li div {
    padding-left: 1em;
    position: relative;
}
.mnuTree li div::before {
    content:'';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    border: 2px solid;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}
.mnuTree ul > li:last-child {
    border-left: 2px solid transparent;
}
.mnuTree a {
    color: #434e52;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
}
.home .mnuTree a {
    color: #ffffff;
}
.default #menu {
    flex: 0 0 300px;
    margin-top: 60px;
}
.default .zen_true #menu {
    display: none;
}
.default .mnuZone {
    margin-top: 30px;
}
.mnuSrlUpFra.btnOff {
    margin-top: 10px;
}

/*  SCORM   */
.home a.btnScormQuit, .default #header a.btnScormQuit {
    background: rgba(0, 0, 0, 0) url("../img/content/buttons.svg") no-repeat scroll 0 -80px / 100% auto;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    left: 28px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 40px;
    position: absolute;
    top: 4px;
    width: 40px;
    z-index:9999;
}

.scorm .homeBtn{
    left:80px;
}