#sceneryCreator, #sceneryCreator #intro, #sceneryCreator #game, #sceneryCreator #finish {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f3e3ec;
    color: #734267;
}

#sceneryCreator #intro h1 {
    position: relative;
    font-family: 'VAGRoundedBold';
    font-size: 48px;
    font-weight: normal;
    margin-top: 205px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
}

#sceneryCreator #intro #textIntro {
    font-family: 'VAGRoundedLight';
    font-size: 24px;
    line-height: 30px;
    width: 70%;
    margin: 0 auto 60px;
    text-align: center;
}

#sceneryCreator #intro p {
    font-family: 'VAGRoundedLight';
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}

#sceneryCreator #intro p:last-child {
    margin-bottom: 60px;
}

#sceneryCreator #intro a {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 27px;
    color: #fff;
    background: #f87117;
    margin: 40px auto;
    box-sizing: border-box;
    top: 40px;
}

#sceneryCreator #game, #sceneryCreator #finish {
    display: none;
}

#sceneryCreator #stage {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sceneryCreator #menu  {
    position: absolute;
    top: 20px;
    right: 40px;
}

#sceneryCreator #menu li {
    float: left;
    margin-left: 10px;
    width: 65px;
    text-align: center;
}

#sceneryCreator #menu li:first-child {
    margin-left: 0;
}

#sceneryCreator #menu li a {
    color: inherit;
    display: block;
    padding-top: 70px;
}

#sceneryCreator #menu li #buttonPrint {
    background: url(../../../imgs/2/widget_scenerycreator/buttonPrint.png) top center no-repeat;
}

#sceneryCreator #menu li #buttonSave {
    background: url(../../../imgs/2/widget_scenerycreator/buttonSave.png) top center no-repeat;
}

#sceneryCreator #tabgroup {
    position: absolute;
    width: 538px;
    height: 130px; 
    top: 540px;
    left: 238px;
}

#sceneryCreator #tabgroup .iconDrag {
    position: absolute;
    width: 40px;
    height: 40px; 
    top: 64px;
    left: 533px;
    background: url(../../../imgs/2/base/icon_box_move.png) #ffffff center center no-repeat;
    /*background: #042b43;*/
    border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.7);
    box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.7);
}

#sceneryCreator #tabset li {
    float: left;
    width:  130px;
    height: 35px;
    padding-top: 10px;
    font-weight: bold;
    margin-left: 6px;
    text-align: center;
    color: #ec741d;
    background: #f0ccbc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

#sceneryCreator #tabset li.selected {
    color: #fff;
    background: #ec741d;
}

#sceneryCreator #tabset li a {
    display: block;
    color: #ec741d;
    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: 95px;
    background: #fff;
    border: 15px solid #ec741d;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

#sceneryCreator .tab.selected {
    display: block;
}

#sceneryCreator .tab .prevLink, #sceneryCreator .tab .nextLink {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
}

#sceneryCreator .tab .mask {
    float: left;
    padding-top: 15px;
    width: 90%;
    overflow: hidden;
    position: relative;
    height: 50px;
}

#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 {
    background: #734267;
    color: #fff;
    position: absolute;
    width: 24px;
    height: 26px;
    border-radius: 50%;
    right: -10px;
    padding-top: 5px;
    text-align: center;
    box-sizing: border-box;
    top: -10px;
}

#sceneryCreator #buttonVerify {
    position: absolute;
    box-sizing: border-box;
    top: 577px;
    left: 820px;
    width: 157px;
    height: 48px;
    color: #fff;
    background: #ec741d;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    border-radius: 5px;
    font-family: 'VAGRoundedBold';
}

#sceneryCreator #buttonVerify.correct {
    background: #178a0e;
}

#sceneryCreator #buttonVerify.wrong {
    background: #db3b21;
}

#sceneryCreator #buttonCredit {
    position: absolute;
    box-sizing: border-box;
    top: 637px;
    left: 820px;
    width: 157px;
    height: 48px;
    color: #fff;
    background: #de3974;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    border-radius: 5px;
    font-family: 'VAGRoundedBold';
}

#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);
    box-shadow:         4px 4px 14px 0px rgba(50, 50, 50, 0.75);
}

#sceneryCreator #finish h1 {
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    font-family: 'VAGRoundedBold';
}

#sceneryCreator #finish a {
    position: relative;
    display: block;
    width: 272px;
    height: 62px;
    text-align: center;
    padding-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 27px;
    color: #fff;
    background: #de3974;
    box-sizing: border-box;
    margin: 30px auto;
    font-family: 'VAGRoundedBold';
}


/*@media print {
    body {
        background: #fff;
    }
    
    #System .content, #System .background {
        left: 0;
    }

    body * {
        visibility: hidden;
    }
    
    .printable, .printable * {
        visibility: visible;
    }
}*/
