/* BOOTSTRAP ADD xl */
@media (min-width: 1600px){
.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}
}

/*  BACKGROUND  */

.app.fondApp:before{
    background-color: transparent;
}

/* ACCESSIBILITY */
#accessibility{
    position: absolute;
    left: -2px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* MENU */
nav > ul > li > a > b.badge{
    position: absolute;
    right: 40px;
}

/* NGDIALOG OVERIDE */
.ngdialog.ngdialog-theme-default .ngdialog-content{
    background-color: #fff;
}

.ngdialog.ngdialog-theme-default.ngdialog-lg .ngdialog-content {
    width: 90%;
}
.ngdialog.ngdialog-theme-default.ngdialog-md .ngdialog-content {
    width: 70%;
}
.ngdialog.ngdialog-theme-default.ngdialog-sm .ngdialog-content {
    width: 50%;
}
.ngdialog.ngdialog-theme-default.ngdialog-xs .ngdialog-content {
    width: 30%;
}


/* PAGES */

.pageSignin {
   margin-top: 20px;   
}

@media (min-height: 680px){
    .pageSignin {
       margin-top: auto;
       margin-top: -webkit-calc((100vh - 620px) / 2);
       margin-top: -moz-calc((100vh - 620px) / 2);
       margin-top: calc((100vh - 620px) / 2);
    }
}

.pageSignup {
   margin-top: 20px;   
}

@media (min-height: 800px){
    .pageSignup {
       margin-top: auto;
       margin-top: -webkit-calc((100vh - 745px) / 2);
       margin-top: -moz-calc((100vh - 745px) / 2);
       margin-top: calc((100vh - 745px) / 2);
    }
}


.pageForgot {
   margin-top: 20px;   
}

@media (min-height: 330px){
    .pageForgot {
       margin-top: auto;
       margin-top: -webkit-calc((100vh - 300px) / 2);
       margin-top: -moz-calc((100vh - 300px) / 2);
       margin-top: calc((100vh - 300px) / 2);
    }
}



/*  GENERIC  */
.c-p{ cursor: pointer; }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, textarea, .yesselect {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

a.text-white {
  color: #ededed;
  cursor: pointer;
}
a.text-white:hover,
a.text-white:focus {
  color: #fff;
  text-decoration: none;
}

.text-xss {
  font-size: 10px;
}
.text-20 {
  font-size: 20px;
}
.text-18 {
  font-size: 18px;
}
.text-16 {
  font-size: 16px;
}
.text-l-c {
  text-transform:lowercase;
}

.text-red {
    color: red;
}
.text-green {
    color: green;
}
.text-orange {
    color: orange;
}

.m-t-20{ margin-top: 20px; }
.m-b-20{ margin-bottom: 20px; }
.m-l-20{ margin-left: 20px; }
.m-r-20{ margin-right: 20px; }


.top{
  top: 0;
}
.right{
  right: 0;
}
.left{
  left: 0;
}
.bottom{
  bottom: 0;
}

.full-absolute{
   position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.full-content-absolute{
   position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.p-t-content{ padding-top: 50px; }
.ov-hidden{overflow: hidden;}
.ov-y-auto{overflow-x: hidden; overflow-y: auto;}
.w-h-full{ width:100%; height:100%; }

.w-50{ 
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}

.inactive{ opacity: 0.40; }

.ellipsisV{
  display:block;
  max-width:400px;    
  text-overflow:ellipsis;
  overflow:hidden;
  max-height:200px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}


.centerH{
    display: flex;
    justify-content: center;
}

.centerV{
    display: flex;
    align-items: center;
}

.centerHV{
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-brd-info {    
    background: none !important;
    border-color: #5bc0de !important;
    color: #5bc0de !important;
}
.btn-brd-danger {    
    background: none !important;
    border-color: #d9534f !important;
    color: #d9534f !important;
}
.btn-brd-danger:hover {    
    background: #d9534f !important;
    border-color: #d9534f !important;
    color: #fff !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.btn-stroke-rounded {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
    padding: 0px 15px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: thin rgba(255,255,255,0.3) solid;
    color: #fff;
}
.btn-stroke-rounded:hover {
    border: thin rgba(255,255,255,1) solid;
    color: #fff;
}


.stroke {
    background:   none;    
    border-style: solid;
    border-width: thin;
    border-color: #808080;
}

 .popover{ color: #000; }  

/* PADDING SPE */
.p-r-xs {padding-right: 5px;}
.p-r-sm {padding-right: 10px;}
.p-r-md {padding-right: 20px;}
.p-r-lg {padding-right: 30px;}
.p-r-none {padding-right: 0px;}

.p-l-xs {padding-left: 5px;}
.p-l-sm {padding-left: 10px;}
.p-l-md {padding-left: 20px;}
.p-l-lg {padding-left: 30px;}
.p-l-none {padding-left: 0px;}

.p-t-xs {padding-top: 5px;}
.p-t-sm {padding-top: 10px;}
.p-t-md {padding-top: 20px;}
.p-t-lg {padding-top: 30px;}
.p-t-none {padding-top: 0px;}

.p-b-xs {padding-bottom: 5px;}
.p-b-sm {padding-bottom: 10px;}
.p-b-md {padding-bottom: 20px;}
.p-b-lg {padding-bottom: 30px;}
.p-b-none {padding-bottom: 0px;}

/* OVERIDE app.css By theme musik */


.item .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.item .center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.item .gd {
  background-color: transparent;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),color-stop(20%,rgba(0,0,0,0.25)),to(rgba(0,0,0,0.75)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
  background-repeat: no-repeat;
}
.item .opacity {
  background-color: rgba(0,0,0,0.75);
}
.item-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-overlay.active,
.item:hover .item-overlay {
  display: block;
}


.scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(50,50,50,0.25);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50,50,50,0.5);
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.05);
  }
}


.scrollable-white .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.5);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.8);
  }
  ::-webkit-scrollbar-track {
    background-color:  rgba(255,255,255,0.2);
  }
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow: visible;
  overflow-y: auto;
}
.no-touch ::-webkit-scrollbar-button {
  width: 10px;
  height: 6px;
  background-color: rgba(50,50,50,0.05);
}
.slimScrollBar {
  border-radius: 5px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box !important;
}


/* BACKGROUND */
.bg-black03{
    padding: 10px 15px;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
}

.bg-black04{
    padding: 10px 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
}
    
/* SEPARATOR */ 
line{
    display:block;
    margin-top:15px;
    padding-bottom: 15px;
    border-top:thin solid rgba(255,255,255,0.2);
}

/* CLASSE SELECTION AVEC FOND TRANSPARENT */

.imsSelect select{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: rgba(255,255,255,0.6);
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 15px;
}

.imsSelect select option{
    background: rgba(255,255,255,0.8);
    color: #000;
}


/* LESSON HEADER */
#lessonHeader div.col.h-btn{
    width:40px;
    text-align: center;
}
#lessonHeader div.col.h-btn i{
    padding-top: 18px;
}

#lessonHeader .bg-black a {
    color: #fff;
}
#lessonHeader .bg-black {
    color: #fff;
}

#lessonHeader div.col.h-btn i.text-20{
    padding-top: 15px !important;
}


.navbar-brand img.logoIms{ 
    max-height: 25px;
    max-width: 100%;
    margin-top: -6px;
}
.navbar-brand img.logoPower {
    max-height: none;
    max-width: none;
    margin-top: 0px;
    margin-top: -5px;
}

/* DASHBOARD */
#dashHistory{
    color: white;
}


/*     LESSON CONTAINERS    */

.app-content-full{ width: 100% !important;}
.lesson-content{
    position: absolute;
    top: 50px;
    bottom: 60px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

#summary{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 5000;
}


#indicator{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.8);
    color: white; 
}

#msgexercise{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}

#sequences{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#tools{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#plugin{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
    /*overflow-x: hidden; */
  background-color: #fff;
}


/* SUMMARY */


#summary aside{
    position: relative;
    height: 100%;
    overflow: hidden;
}
    
#summary aside section{    
    position: absolute;
    width: 100%;
}
 
#summary .contSection{
    height: 100%;
    overflow-x: hidden;
/*    overflow-y: hidden;*/
}


#subchapterContainer, #infosContainer{
    height: 100%;
    overflow-x: hidden;
}


#subChaptersList, #infosList {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.itemCenter, .itemLeft, .itemRight { height : 60px; position : absolute; font-size:14px;}

.itemCenter {
	left : 40px;
	right: 40px;
	padding : 5px;
	border-left : solid 1px #E2EBEC;
}
.itemLeft {
	left : 0px;
	width:40px;
	text-align : center;
}
.itemRight {
	right		: 0px;
	width		: 40px;
	text-align	: center;
	border-left : solid 1px #E2EBEC;
}

.subChap {
	padding : 0px !important;
	height	: 60px;
	border-left : none !important;
}


#summary ul{ cursor: pointer; }

#chapterPicture{
    height:122px;
}

#chaptersList {
    position: absolute;
    top: 122px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}


@media (min-height: 481px){
    #chapterPicture{
        height:200px;
    }

    #chaptersList {
        top: 200px;
    }
}

/*     LESSON NAVIGATION    */
@media (max-width: 768px){
    #lessonNav ul.navbar-nav {
      float: left !important;
    }
    #lessonNav ul.navbar-nav.navbar-right {
      float: right !important;
      width:80px;
    }
    #lessonNav .navbar-nav > li {
      float: left !important;
    }
    
}

.chapNum{ 
    position: absolute;
    top: 2px;
    right: 18px;
}
.subchapNum{ 
    position: absolute;
    top: 2px;
    right: 10px;
}

#chaptersList .list-group-item.select {
    background-color: #0d1215 !important;
    color:#afc638;
}

#subchaptersList .list-group-item.active{
    background-color: #afc638 !important;
    border-color: #A6CE5F !important;
    color: #fff;
}
#subchaptersList .list-group-item.active .text-muted{
    color: #fff !important;
}

#subchaptersList .subchapterTitle{
    position: absolute;
    left: 15px;
    right: 40px;
}

#summary .lessonTitle{
    margin: 0;
    font-size: 24px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
/*
@media (min-width: 1025px) {
    #summary .lessonTitle{
        font-size: 30px;
    }
}*/

#summary .btnResume{
    text-align: center;
    background: none;
    color: white;
    border-style: solid;
    border-width: thin;
    border-color: #d9e4e6;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2em;
    font-size: 12px;
    
    margin: auto;
    margin-top: 15px;
    max-width: 150px;
    float: none !important;
}

@media (min-width: 769px) {
    #summary .btnResume{
        margin-top: 20px;
        float:right;
    }
}

.backChapter{ background-color: hsl(0, 0%, 16%) !important; color: #fff; }
.titleChapter{ background-color:hsl(0, 0%, 95%) !important;  }

@media (max-width: 767px) {
    #subchapterContainer{
/*        display: block !important;*/
        position: absolute;        
        right: 0;
        left: 0;
    }
}



/*  SEQUENCES */
#sequencesList {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#sequencesList .list-group-item.select{
    background-color: #afc638 !important;
    border-color: #A6CE5F !important;
    color: #fff;
}
#sequencesList .list-group-item.select .text-muted{
    color: #fff !important;
}
/*
.closeSequences{ background-color: hsl(205, 32%, 40%) !important; color: #fff; }
.closeSequencesCont{ background-color: rgba(255,255,255,0.6);}
*/



/*   TOOLS IN LESSON (METRONOME) */
/*
#toolsContent {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
*/

/*  PLAYER plugin/jPlayer/jplayer.flat.css */
.jp-playlist.open ul {
    display: block !important;
    bottom: 60px;
    left: inherit;
    right: 0px;
}

/*
#jp_container_N .options div{
  padding-right: 15px;
    text-align: center;
    min-width: 40px;
    height: 60px;
    float: right;
    padding-top: 18px;
}
*/

.icon-player-mute{
    color: hsl(135, 55%, 50%);
}

/* OUTILS PLAYER (options) */

.options .dropdown-menu{
    min-width: 130px;
    margin-bottom: 12px !important;
    color : rgb(88, 102, 110);
    padding: 0px !important;
}

.options .dropdown-menu li {
    padding: 10px 10px 10px 10px;
}


@media (min-width: 768px) {
   #jp_container_N .options{
        width:160px;
        padding-right: 10px;
        text-align: right;
   }      
}




/*       PLUGIN & PLUGIN CONTENTS    */


#pluginCont{
    height:100%;
}

#modulesContent{ position: relative; }

/*       JWPLAYER IFRAME    */
.jwContent {
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0;
}
.jwContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* VIDEO TPL */
.videoTpl{
     width:100%;
     height:100%;
    background-color: black;
    
}

.videoTpl .playersContent{
	width:100%;
	height:100%;
}


/* VIDEO IMG TPL */

.videoImgTpl{
    table-layout: initial !important;
}

    

.videoImgTpl .multipageContent, .videoImgTpl .playersContent{
    padding: 0px;
}

.videoImgTpl .playersContent{
    height: -webkit-calc( 100vw * 9 / 16 );
    height: -moz-calc( 100vw * 9 / 16 );
    height: calc( 100vw * 9 / 16 );
    
    /* FOR IE11 WIN7 */
    width:100%;
}

.videoImgTpl iframe#pluginAudio { 
    height: 40px;
    bottom: 0px;
    /* top: inherit; */
    width: 100%;
    position: absolute;    
}

.videoImgTpl .audioContent{ 
    background-image: url(../img/audio.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow : hidden;
}

#multipageContent{ position: inherit; }
#playersContent{
        padding-left: 0;
 }


@media (min-width: 992px) {
    .videoImgTpl .multipageContent, .videoImgTpl .playersContent{
       padding: 0px;
    }
    .videoImgTpl .multipageContent{
        width: auto;
        width: -webkit-calc((100vh * 0.58)); /*+5px*/
        width: -moz-calc((100vh * 0.58));
        width: calc((100vh * 0.58));       
    }
    .videoImgTpl .multipageContent #multipage_canvas{
        height: auto;
        height: -webkit-calc( 100vh - 110px );
        height: -moz-calc( 100vh - 110px );
        height: calc( 100vh - 110px );  
    }
    .videoImgTpl .multipageContent #MP_nav{
        height: auto;
        height: -webkit-calc( 100vh - 110px );
        height: -moz-calc( 100vh - 110px );
        height: calc( 100vh - 110px ); 
        overflow-y: auto;
        overflow-x: hidden;
    }
    .videoImgTpl #multipage_canvas img.image{
        max-height: none !important;
    }
    
    .videoImgTpl .playersContent{
        height: 100%;
    }
    
    #playersContent{
/*        padding-left: 10px;*/
        display: table-cell;
        vertical-align: middle;
        padding-left: calc((100vh * 0.58));
    }
    
    #multipageContent{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    #playersContent.black{ background-color: #000000; }
}


/* IMG AUDIO TPL */
.imgAudioTpl { padding-top:0px;}
.imgAudioTpl .btn-group{ background-color: #FFFFFF; width: 100%;}
.imgAudioTpl iframe#pluginMetronome { height:40px; bottom: 0px; top: inherit; width: 100%}

.imgAudioTpl .audioContent { 
    position: absolute;
    height:40px; 
    bottom: 5px; 
    width: 100%;
}

.imgAudioTpl iframe#pluginAudio { 
    height:40px; 
    bottom: 0px; 
    top: inherit; 
    width: 100%
}
.imgAudioTpl .multipageContent .pluginMultipage{
  border: #edf1f2 thin solid;
  border-left: none;
  border-right: none;
 }
.imgAudioTpl .multipageContent #multipage_canvas{
	text-align: center;
	height: auto;
    height: -webkit-calc( 100vh - 157px );
    height: -moz-calc( 100vh - 157px );
    height: calc( 100vh - 157px );
    overflow-x: auto;
}
.imgAudioTpl .multipageContent #multipage_canvas img.image{
     width: auto;
    /*
 max-height: -webkit-calc( 100vh - 200px );
 max-height: -moz-calc( 100vh - 200px );
 max-height: calc( 100vh - 200px ); 
    */
    max-height: 100%;
    overflow-x: auto;
} 

@media (min-width: 992px) {
    .imgAudioTpl .multipageContent #multipage_canvas img.image{
        max-width: 100%;  
         max-height: 100%;
    }
}


/* IMG TPL */
.imgTpl { padding-top:0px;}
.imgTpl iframe#pluginMetronome { height:40px; bottom: 0px; top: inherit; width: 100%}

.imgTpl .multipageContent .pluginMultipage{
  border: #edf1f2 thin solid;
  border-left: none;
  border-right: none;
 }
.imgTpl .multipageContent #multipage_canvas{
	text-align: center;
	height: auto;
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
    overflow-x: auto;
}
.imgTpl .multipageContent #multipage_canvas img.image{
     width: auto;
    max-height: 100%;
    overflow-x: auto;
} 

@media (min-width: 992px) {
    .imgTpl .multipageContent #multipage_canvas img.image{
     max-width: 100%;
         max-height: 100%;
    }
}

/* PLAYBACK TPL */
#playbackContent{
    height:100%;
}

#playbackContent > div{
  width: 100%;
  position: relative;
  height: calc( 100vh - 110px);
}

#playbackContent .nav {
  position: absolute;
  top: 0;
  height: 42px;
  left: 0;
  right: 0;
}

#playbackContent .tab-content{
  background-color: #000;
  position: absolute;
  top: 42px;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}

#playbackContent .tab-pane{
  height: 100%;
}

#playbackContent #pluginMultitracks {
  position: absolute;
  width: 100%;
  height: 99%;
}

#playbackContent #pluginMultipage {
  width: 100%;
  height: 100%;
   position: absolute;
    overflow: hidden;
}

#playbackContent ul.nav-tabs{ background-color: #FFFFFF; }
#pluginMultitracks{ width: 100%; height: 100% }
#pluginMultipage .pluginMultipage{ border-top: none;  }


#pluginMultipage #multipage_master{
   position: absolute;
    overflow: hidden;
    height: 100%;
}

#pluginMultipage  #multipage_canvas {
    background: #fff;
        width: auto;
    padding: 0px;
    /* height: 100%; */
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    left: 40px;
    right: 0px;
    bottom: 0;
    text-align: center;
}

/*
#pluginMultipage #multipage_canvas img.image{
    max-height: 100%;
    max-width: 100%;
}
*/


/*
#pluginMultipage .multipageContent #multipage_canvas{
	text-align: center;
	height: auto;
    height: -webkit-calc( 100vh - 197px );
    height: -moz-calc( 100vh - 197px );
    height: calc( 100vh - 197px );
    overflow-x: auto;
}
*/

#pluginMultipage #multipage_canvas img.image{
     width: auto;
    max-height: 100%;
    overflow-x: auto;
} 

@media (min-width: 992px) {
    #pluginMultipage #multipage_canvas img.image{
     max-width: 100%;
         max-height: 100%;
    }
}

/* TAP RYTHM TPL */
.tapRythmTpl { padding-top:0px; }
.tapRythmTpl iframe { 
	height: auto;
	min-height: 300px; 
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
	width: 100%;
}

/* IMIT RYTHM TPL */
.imitRythmTpl { padding-top:0px; }
.imitRythmTpl iframe { 
	height: auto;
	min-height: 300px; 
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
	width: 100%;
}

/* FIND RYTHM TPL */
.findRythmTpl { padding-top:0px; }
.findRythmTpl iframe { 
	height: auto;
	min-height: 300px; 
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
	width: 100%;
}


/* RECORDER TPL */
.recorderTpl { padding-top:0px; }
.recorderTpl iframe { 
	height: auto;
	min-height: 300px; 
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
	width: 100%;
    overflow: auto;
}

/* SOLFEGE MELODIC TPL */
.solfegeMelodicTpl { padding-top:0px; }
.solfegeMelodicTpl iframe { 
	height: auto;
	min-height: 300px; 
    height: -webkit-calc( 100vh - 115px );
    height: -moz-calc( 100vh - 115px );
    height: calc( 100vh - 115px );
	width: 100%;
}

/*   END PLUGINS */


/* PLAYBACK HEADER */
#playbackHeader div.col.h-btn{
    width:40px;
    text-align: center;
}
#playbackHeader div.col.h-btn i{
    padding-top: 18px;
}

#playbackHeader .bg-black a {
    color: #fff;
}
#playbackHeader .bg-black {
    color: #fff;
}

#playbackHeader div.col.h-btn i.text-20{
    padding-top: 15px !important;
}

/* OVERIDE PLAYBACK IN PLAYBACK LIST*/
#pbList #playbackContent > div {
    width: 100%;
    position: relative;
    height: calc( 100vh - 50px);
}

/* TEXT SHADOW */
.tsh {
	text-shadow : 1px 1px 5px #232c32;
	font-size	: 16px;
}

