#sceneryCreator,
#sceneryCreator #intro,
#sceneryCreator #game,
#sceneryCreator #finish {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #7b2274;
}
#sceneryCreator #intro h1 {
    position: relative;
    font-size: 4.0em;
    font-weight: normal;
    margin-top: 205px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
}
#sceneryCreator #intro #textIntro {
    font-size: 2.2em;
    line-height: 30px;
    width: 70%;
    margin: 0 auto 60px;
    text-align: center;
    color: #000;
}
#sceneryCreator #intro p {
    font-size: 2.1em;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
#sceneryCreator #intro p:last-child {
    margin-bottom: 60px;
}
#sceneryCreator #intro a {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 40px auto;
    box-sizing: border-box;
    top: 40px;
    font-size: 24px;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#sceneryCreator #game,
#sceneryCreator #finish {
    display: none;
}
#sceneryCreator #stage {
    position: absolute;
    width: 100%;
    height: 100%;
}
#sceneryCreator #menu {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 1000;
}
#sceneryCreator #menu li {
    float: left;
    margin-left: 10px;
    width: 65px;
    text-align: center;
}
#sceneryCreator #menu li a {
    display: block;
    padding-top: 55px;
}
#sceneryCreator #menu li #buttonPrint {
    background: url(./../../../imgs/telaris/buttonPrint.png) top center no-repeat;
    background-size: 51px 51px;
}
#sceneryCreator #menu li #buttonSave {
    background: url(./../../../imgs/telaris/buttonSave.png) top center no-repeat;
    background-size: 51px 51px;
}
#sceneryCreator #menu li #buttonSave span,
#sceneryCreator #menu li #buttonPrint span{
    font-size: 1.6em;
}
#sceneryCreator #menu li:first-child {
    margin-left: 0;
}
#sceneryCreator #menu li a {
    color: inherit;
}
#sceneryCreator #tabgroup {
    position: absolute;
    width: 538px;
    height: 130px;
    top: 540px;
    left: 188px;
}
#sceneryCreator #tabgroup .iconDrag {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 86px;
    left: 533px;
    background: url(./../../../imgs/telaris/icon_scenery_move.png) #ffffff center center no-repeat;
    background-color: #f39458; 
    border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    /*background-size: 80% 80%;*/

    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -o-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
#sceneryCreator #tabgroup .iconVerify {
    position: absolute;
    width: 60px;
    height: 50px;
    top: 33px;
    left: 533px;
    background: url(./../../../imgs/telaris/icon_scenery_verify.png) #ffffff center center no-repeat;
    background-color: #f39458; 
    border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    /*background-size: 80% 80%;*/

    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -o-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
#sceneryCreator #tabset li {
    float: left;
    width: 130px;
    height: 35px;
    padding-top: 10px;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 6px;
    text-align: center;
    color: #fff;
    background: #cf763f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;

    -webkit-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -moz-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -ms-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -o-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
}
#sceneryCreator #tabset li.selected {
    background: #f39458;
}
#sceneryCreator #tabset li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}
#sceneryCreator #tabset li.selected a {
    color: #FFF;
}
#sceneryCreator #tabset li:first-child {
    margin-left: 0;
}
#sceneryCreator .tab {
    position: absolute;
    box-sizing: border-box;
    top: 33px;
    width: 100%;
    height: 105px;
    background: #f39458;
    padding: 10px;
    padding-top: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;

    -webkit-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -moz-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -ms-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    -o-box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
    box-shadow: 3px 3px 7px -2px rgba(58, 61, 65, 0.7);
}
#sceneryCreator .tab.selected {
    display: block;
}
#sceneryCreator .tab .prevLink,
#sceneryCreator .tab .nextLink {
    float: left;
      /* margin-top: 28px; */
      /* margin-left: 5px; */
      /* margin-right: 5px; */
      padding: 0px 6px;
      height: 77px;
      background-color: #fff;
      
}
#sceneryCreator .tab .prevLink{
    border-radius: 6px 0px 0px 6px;
}
#sceneryCreator .tab .nextLink{
    border-radius: 0px 6px 6px 0px;
}

#sceneryCreator .tab .prevLink img,
#sceneryCreator .tab .nextLink img{
    margin-top: 28px;
}

#sceneryCreator .tab .mask {
    float: left;
    padding-top: 22px;
    width: 89%;
    overflow: hidden;
    position: relative;
    height: 55px;
    background: #fff;
/*    border-radius: 5px;*/
}
#sceneryCreator .tab .mask .tabItemsContainer {
    position: absolute;
    left: 0px;
}
#sceneryCreator .tab li {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 90px;
    text-align: center;
}
#sceneryCreator .tab li img {
    height: 42px;
}
#sceneryCreator .tab.numbers li,
#sceneryCreator .tab.letters li,
#sceneryCreator .tab.signals li {
    width: 30px;
}
#sceneryCreator .tab li img.ui-draggable-disabled {
    opacity: 0.3;
}
#sceneryCreator .tab li span {
    color: #fff;
    background: #7B2274;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: -11px;
    padding-top: 6px;
    text-align: center;
    box-sizing: border-box;
    top: -10px;
    font-size: 1.4em;
}
#sceneryCreator #buttonVerify {
    position: absolute;
    box-sizing: border-box;
    top: 547px;
    left: 800px;
    width: 162px;
    height: 56px;
    text-align: center;
    padding-top: 15px;
    border-radius: 5px;
    font-size: 2.4em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    cursor: pointer;
}
#sceneryCreator #buttonVerify.correct {
    background: url(./../../../imgs/telaris/bgRightButton.png);
}
#sceneryCreator #buttonVerify.wrong {
    background: url(./../../../imgs/telaris/bgWrongButton.png);
}
#sceneryCreator #buttonCredit {
    position: absolute;
    box-sizing: border-box;
    top: 608px;
    left: 800px;
    width: 162px;
    height: 56px;
    text-align: center;
    padding-top: 15px;
    border-radius: 5px;
    font-size: 2.4em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    cursor: pointer;
}
#sceneryCreator .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/**
*
* FINISH 
*
*/

#sceneryCreator #finish #finalImage {
    position: relative;
    display: block;
    width: 540px;
    height: 405px;
    margin: 100px auto 0;

    -webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.75);
    -o-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.75);
}
#sceneryCreator #finish h1 {
    position: relative;
    font-size: 3.3em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}
#sceneryCreator #finish a {
    position: relative;
    display: block;
    width: 312px;
    height: 62px;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    margin: 30px auto;
    font-size: 2.8em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}