/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 1, 2014, 11:17:34 AM
    Author     : harsh.shringi
*/

@font-face {
    /*font names and urls should be all lower case.*/
    /*Quotes are very important, both here, as well as where referenced*/
    font-family: 'rammettooneregular';
    src: url(../resource/media/fonts/rammettooneregular.woff) format('woff') 
        ,url(../resource/media/fonts/rammettooneregular.ttf) format('truetype');
}

@font-face {
    font-family: 'ekmuktaregular';
    src: url(../resource/media/fonts/ekmuktaregular.woff) format('woff') 
        ,url(../resource/media/fonts/ekmuktaregular.ttf) format('truetype');
}

@font-face {
    font-family: 'salsaregular';
    src: url(../resource/media/fonts/salsaregular.woff) format('woff') 
        ,url(../resource/media/fonts/salsaregular.ttf) format('truetype');
}

body, html{
    height: 100%;
    background-color:#ececec;
    overflow: hidden;
    line-height: 1;
}

body.mac-safari{
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
}

.shellCombineSpriteImage{
    background: url(../resource/media/image/shellCombineSprite.png);
}

#font-preloader{
    position: absolute;
    left: -200px;
}

#shell{
    height:100%;
    overflow: hidden; 
    position: relative;
    background-repeat: repeat;
    max-width:1538px;
    max-height:767px;
    margin:auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 1px solid #acacac;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
}

.mac-safari #shell{
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media  screen and (orientation: portrait)  and (min-height:831px){
    /*@media screen and (min-height: 800px) {*/
    #shell{
        min-height:831px;
    /*}*/
    }
}
.loading-fail{
    color:red !important;
    text-align: center;
    line-height: 648px;
}

.hidden{
    display:none;
}

#activity-Container{
    padding-top: 75px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container-fluid{
    margin: 0px; padding: 0px;
    background-repeat: repeat;
    height: 100%;
}
.navigationButton{
    z-index: 500;
    top: 50%;
    margin-top: -78px;
}

#footer{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}
.statusBox{
    overflow: hidden;
    border: 1px solid black;
    border-radius: 10px;
    margin-left: 30px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #0ebf01;
}
.statusProgressDiv{
    width: 100%;
    margin: auto;
    position: relative;
    background-color: white;
}
.notStarted .statusProgressDiv{
    height: 100%;
}
.currentlyWorking .statusProgressDiv{
    height: 50%;
}
.completed .statusProgressDiv{
    height: 0%;
}

/*generic button styles start*/
.UITextButton.disabled, .UITextButton.disabled:hover{
    cursor:default;
}

/*generic button styles end*/

/*generic text styles start*/
.shellTextBold{
    font-weight: bold;
}
/**generic text styles end**/

/*video common styles*/
.cross-box.animating{
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
/*video common styles end*/

/*shell common styles*/
.shellRightNavigationBtn{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*shell common styles end*/


/* shell cross and tick image */
.activityTickImg{
    background:url("../resource/media/image/tick.png") no-repeat;
}
.activityCrossImg{
    background:url("../resource/media/image/cross.png") no-repeat;
}
/* shell cross and tick image */


.shell-logo{
    position: absolute;
    top:0px;
    left:0px;
    width:131px;
    height:72px;
    background: url("../resource/media/image/Logo.png") no-repeat;
      z-index: 52000;  /*  update due to end of lesson and title visible issue; */
     
}

.activity-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.001;
    background-color: rgba(255,255,255, 1);
    z-index: 10;
}

iframe{
    display:none;
}
img[src=''] {
  display: none;
}

.save-data-flyout{
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: -29px;
    text-align: center;
    margin: 0 auto;
    width: 170px;
}
/*#tempBtn {
  position: absolute;
  bottom: 0px;
  z-index: 9000;
  display: block;
}*/

.basicFont{
    font-family: arial;
}