html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    box-sizing: content-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.unselectable {
    pointer-events: none;
    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none;
    /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    user-select: none;
    /* Not valid CSS yet, as of July 2012 */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

*::selection {
    background-color: transparent;
    /* WebKit/Blink Browsers */
}

*::-moz-selection {
    background-color: transparent;
    /* Gecko Browsers */
}

body {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    letter-spacing: .05em;
    background: url(../img/ui/back.jpg) top left repeat-x #283341;
}

button {
    font-family: 'Raleway', sans-serif;
    outline: none;
}

#app,
.scene {
    width: 1024px;
    height: 672px;
}

#app {
    margin: 0 auto;
    position: relative;
    /*background: url(../img/ui/back.jpg) top left no-repeat;*/
}

.ui-rounded-btn {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    border: 0 none;
    background: #008cff;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.35);
    font-size: 14px;
    font-weight: 500;
}

a.ui-rounded-btn {
    display: table;
    text-decoration: none;
    margin: 0 auto;
    outline: none;
}

a.ui-rounded-btn p.cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}

/*********************************************************************
** HEADER
**********************************************************************/
.scene-header {
    position: relative;
    background: url(../img/ui/back_top_gradient.png) top left repeat-x;
    overflow: hidden;
    z-index: 90;
}

.header-margin {
    float: left;
    width: 7px;
    height: 35px;
    background: #fff;
}

.header-content {
    margin: 15px 0 0 16px;
    /*border-left: 7px solid #fff;*/
    /*padding-left: 8px;*/
}

.title-wrapper {
    float: left;
    padding-left: 8px;
}

.scene-title {
    letter-spacing: .025em;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.scene-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #008cff;
    letter-spacing: .025em;
    margin-top: 2px;
}

.nav-wrapper {
    position: relative;
    margin: 12px 13px;
    clear: both;
    /*border:1px solid red;*/
}

#nav,
.scene-nav {
    width: 215px;
    height: 86px;
    clear: both;
    float: left;
}

.scene-nav {
    height: 96px;
}

#nav {
    position: absolute;
    z-index: 1100;
    left: 13px;
    top: 75px !important;
    /* 83px */
}

.nav-btn {
    display: inline-block;
    margin: 3px;
    width: 36px;
    height: 36px;
    text-align: center;
    /* line-height: 32px; */
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    padding: 0;
    /* font-size: 16px; */
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: transparent;
}

.nav-btn.selected {
    border-color: #008cff !important;
    color: #008cff;
    background: #fff;
}

.nav-btn.answered {
    border-color: #fff;
    color: #fff;
    background: #aed471;
}

.nav-btn.error {
    border-color: #fff;
    color: #fff;
    background: #d47171;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.52);
}

.question-wrapper {
    float: left;
    width: 765px;
    height: 103px;
    margin-left: 5px;
    position: relative;
    padding-top: 10px !important;
    /* 20px*/
}

/* .question-content{
    position:absolute;
    bottom:3px;
    left:0;
} */
.scene-instructions {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.scene-tip {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

/*********************************************************************
** LAYOUT
**********************************************************************/
.effects-panel {
    position: absolute;
    left: 358px;
    width: 374px;
    top: 550px;
}

.scene-effect {
    width: 180px;
    height: 40px;
    line-height: 38px;
    /* height: 20px;
    line-height: 18px; */
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    border-radius: 20px;
    float: left;
    margin: 0 6px 13px 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.52);
}

.effect-0 {
    top: 560px;
    left: 36px;
}

.effect-1 {
    top: 560px;
    left: 226px;
}

.effect-2 {
    top: 613px;
    left: 36px;
}

.effect-3 {
    top: 613px;
    left: 226px;
}

.info-scene button {
    display: inline-block;
    /*margin:50px auto;*/
    vertical-align: top;
}

#complete-test {
    display: block;
    margin: 10px auto;
    display: none;
}

#debug-reset-scene {
    display: block;
    margin: 10px auto;
}

.scene {
    display: none;
    position: relative;
    overflow: hidden;
}

.scene-element {
    z-index: 2;
}

.scene-layout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.grid-element,
.scene-element {
    /* border:1px solid white; */
    position: absolute !important;
    overflow: hidden;
    /* position:relative; */
}

.scene-effect,
.element-draggable {
    cursor: pointer;
}

.scene-element img {
    display: block;
}

/*
.scene-stage img{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-56px;
    margin-left:-56px;
}
*/
.scene-inventory {
    width: 60px;
    height: 60px;
    top: 560px;
}

.inventory-draggable {
    border: 2px solid rgba(255, 255, 255, .5);
    padding: 4px;
    border-radius: 50%;
}

.scene-inventory.inventory-in-stage {
    /*
    width:126px;
    height:126px;
    */
    width: auto;
    height: auto;
}

.scene-label {
    width: auto;
    height: 28px;
    top: 580px;
    left: 40px;
}

.scene-effect {
    /* top:550px; */
    z-index: 1000;
}

.scene-debug {
    z-index: 1000 !important;
    position: absolute;
    top: 0;
    right: 0;
}

/*
.scene-element > div{
    position: absolute;
    top:0;
    left:0;
}
*/
.item-label {
    display: none;
}

.ui-draggable-dragging {
    cursor: move;
}

.effect-in-stage {
    cursor: pointer;
    width: 26px;
}

.effect-in-stage.ui-draggable-dragging {
    cursor: default;
}

#cursor-element {
    position: absolute;
    z-index: 900;
}

textarea {
    font-size: 12px;
    font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    float: left;
    width: 60%;
}

#interactions-log {
    color: #a14102;
    width: 40%;
    white-space: pre;
}

.scene-footer {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 150px;
}

.scene-footer div {
    margin: 0 auto;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    display: none;
}

.error-panel {
    background: #f2dede;
}

.valid-panel {
    background: #dff0d8;
}

.inventory-text {
    position: absolute;
    font-size: 11px;
    width: 72px;
    letter-spacing: .1em;
    text-align: center;
    top: 640px;
}

.panel-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .08em;
    position: absolute;
    margin-left: 2px;
    left: 40px;
    top: 538px;
    z-index: 1;
    display: none;
}

.ui-sep {
    background: #9d9e9a;
    width: 1px;
    height: 117px;
    position: absolute;
    left: 16px;
    top: 538px;
    z-index: 1;
    display: none;
}

#ui-reset {
    position: absolute;
    right: 15px;
    top: 0;
    background: #008cff;
    padding: 5px 20px 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    letter-spacing: .1em;
    z-index: 30;
}

button.scene-validate,
button.scene-reset {
    position: absolute;
    right: 181px;
    top: 178px;
    background: rgba(255, 255, 255, 0.7);
    color: #4e4e4e;
    height: 30px;
    /*padding: 0 20px;*/
    width: 142px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border: 0 none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: .1em;
    z-index: 1100;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    /*
    -webkit-box-shadow: inset 0px 3px 13px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 3px 13px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 3px 13px 0px rgba(0,0,0,0.3);
    */
}

button.scene-validate {
    right: 33px;
}

.scene-validate:hover,
.scene-reset:hover {
    color: rgba(255, 255, 255, 1);
    background: #008cff;
    border-color: #008cff;
}

.error-wrapper,
.well-done-wrapper {
    position: absolute;
    top: 179px;
    right: 33px;
    width: 126px;
    height: 54px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
    display: block;
    z-index: 1090;
}

.error-wrapper span,
.well-done-wrapper span {
    font-weight: 500;
}

/*
.error-wrapper{
    width:133px;
    left:446px;
}
*/
.error-content,
.well-done-content {
    position: absolute;
    top: -57px;
    left: 0;
    width: 126px;
    height: 54px;
    padding-top: 11px;
    background: url(../img/ui/well_done_back.png) no-repeat top left;
}

.error-content {
    background: url(../img/ui/error_back.png) no-repeat top left;
}

.ui-clock {
    display: none;
}

.info-time-back,
.info-time-paused,
.info-time {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: bottom;
    position: absolute;
    right: 33px;
    bottom: 57px;
    z-index: 10;
}

.info-title {
    font-size: 11px;
    text-transform: uppercase;
}

.info-numeric {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
}

.info-table {
    display: table;
    width: 80px;
    height: 80px;
    text-align: center;
}

.info-cell {
    display: table-cell;
    vertical-align: middle;
}

.info-time-back {
    background: url(../img/ui/timer_anim.gif) no-repeat center center;
}

.info-time-paused {
    display: none;
    background: url(../img/ui/timer_paused.gif) no-repeat center center;
}

.ui-sep-time-left,
.ui-sep-time-right {
    left: auto;
    display: block;
}

.ui-sep-time-right {
    right: 15px;
}

.ui-sep-time-left {
    right: 130px;
}

.play-pause-btn {
    margin: 18px auto 0;
    background: url(../img/ui/play_pause_symbol.png) no-repeat 16px 5px #008cff;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    width: 80px;
    height: 21px;
    border: 0 none;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 27px;
    -webkit-appearance: none;
    outline: none;
}

.play-pause-btn.paused {
    background: url(../img/ui/play_pause_symbol.png) no-repeat 16px -24px #008cff;
}

/*********************************************************************
** GRID
**********************************************************************/
.grid {
    position: absolute;
    left: 0;
    top: 0;
}

.grid-draggables,
.grid-droppables {
    position: absolute;
    top: 233px;
    left: 20px;
    width: 430px;
}

.grid-draggables {
    left: 470px;
}

.drop-element {
    margin: 0 3px 65px;
    float: left;
    position: relative;
    width: 129px;
    height: 72px;
    border: 1px solid white;
}

.drag-element {
    margin: 0 3px;
    float: left;
    position: relative;
    width: 129px;
    height: 140px;
    border: 0 none;
    cursor: pointer;
}

.drag-element.ui-draggable-dragging img {
    border: 1px solid white;
}

.drag-element-text {
    display: block !important;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 5px;
    text-align: left;
}

.grid-6 .grid-droppables,
.grid-6 .grid-draggables {
    top: 300px;
}

.grid-3 .drag-element-text,
.grid-6 .drag-element-text {
    font-size: 10.5px;
}

.grid-3 .drop-element,
.grid-6 .drop-element {
    height: 72px;
    margin: 0 3px 85px;
}

.grid-3 .drag-element,
.grid-6 .drag-element {
    height: 160px;
}

.grid-3 .grid-droppables,
.grid-3 .grid-draggables {
    top: 346px;
}

/*********************************************************************
** PAUSE
**********************************************************************/
.scene-paused {
    position: absolute;
    z-index: 1110;
    top: 0;
    left: 0;
    background: url(../img/ui/pause_back.png) repeat-x bottom left;
}

.pause-wrapper {
    margin: 308px auto 0;
    text-align: center;
}

.pause-wrapper .pause-text {
    font-size: 12px;
    font-weight: 700;
    margin-top: 22px;
    text-transform: uppercase;
}

.play-btn {
    width: 96px;
    height: 96px;
    background: url(../img/ui/play_btn.png) #008cff no-repeat;
    text-indent: -9999px;
}

/*********************************************************************
** QUESTION FEEDBACK
**********************************************************************/
.scene-cover {
    width: 1024px;
    height: 672px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    background: url(../img/ui/scene_answered_back.png) repeat-x bottom left;
}

.scene-cover-transparent {
    width: 1024px;
    height: 672px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    background: url(../img/ui/trans.png) top left repeat;
}

.scene-cover .scene-content {
    text-align: center;
    margin-top: 350px;
}

.scene-cover p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .025em;
    margin-top: 0;
    /*margin-bottom:65px;*/
}

.scene-cover.wrong-answer .scene-content {
    margin-top: 320px;
}

.scene-cover p.wrong-answer-text {
    font-size: 15px;
    text-align: left;
    margin: 0 auto;
    display: none;
}

.scene-cover.wrong-answer p.wrong-answer-text {
    display: inline-block;
}

.scene-cover.wrong-answer p.correct-answer-text {
    display: none
}

.next-question-btn {
    width: 96px;
    height: 96px;
    font-size: 11px;
    position: absolute;
    top: 446px;
    left: 512px;
    margin-left: -48px;
}

.next-question-btn span {
    font-size: 16px;
    font-weight: 700;
}

.scene-grid .next-question-btn {
    top: 466px;
}

/*********************************************************************
** START
**********************************************************************/
.info-scene {
    /*border:1px solid black;*/
    /*position: absolute;
    top:0;
    left:0;*/
}

.info-scene .scene-header {
    background: none;
}

.info-scene .scene-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}

.info-scene .scene-content {
    text-align: center;
    margin-top: 104px;
}

.info-scene.has-scores .scene-content {
    margin-top: 84px;
}

.info-scene h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 3px;
}

.info-scene h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .025em;
    color: #008cff;
    margin: 0;
}

.info-scene h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.info-scene .start-scene-info {
    width: 475px;
    margin: 73px auto 0;
}

.info-scene .ui-sep {
    width: 1px;
    height: 131px;
    background-color: #00aeff;
    display: block;
    float: left;
    position: inherit;
}

.info-scene .info-group {
    width: 236px;
    float: left;
    position: relative;
}

.info-scene .info-text {
    text-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-scene .info-text span {
    margin-top: 5px;
    display: inline-block;
}

.info-scene .info-number {
    color: #f8b739;
    font-size: 44px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 15px;
}

.info-scene .info-tip {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
    line-height: 1;
}

.info-scene .info-tip span {
    display: inline-block;
    width: 42px;
    margin: 0 8px;
}

/*
.start-test-btn{
    width:112px;
    height:112px;
    border-radius: 100%;
    border:0 none;
    background:#008cff;
    cursor:pointer;
    color:#fff;

    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.35);

    font-size:14px;
    font-weight: 500;

}
*/
.ui-rounded-btn span {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.scene-global-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*z-index:100;*/
}

.user-name {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    top: 30px;
    right: 20px;
    z-index: 1120;
}

.author-url {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    bottom: 10px;
    right: 15px;
}

.copyright {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    bottom: 10px;
    left: 15px;
}

.end-scene .scene-content {
    margin-top: 54px;
}

.info-scene .end-scene-info {
    width: 712px;
    margin: 65px auto 0;
}

.end-scene .info-text {
    font-size: 14px;
}

.end-scene .info-group,
.end-scene .ui-sep {
    height: 145px;
}

.info-bottom {
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    vertical-align: bottom;
}

.info-bottom-center {
    display: inline-block;
    margin: 0 auto;
}

.info-bottom p {
    margin: 6px auto 0;
    text-align: left;
}

.info-bottom-number {
    color: #f8b739;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

.end-scene .info-number {
    margin-top: 23px;
}

.star-ratings-sprite {
    background: url(../img/ui/stars_rating_sprite_empty.png) repeat-x;
    font-size: 0;
    height: 34px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 103px;
    margin: 0 auto;
}

.star-ratings-sprite-rating {
    background: url(../img/ui/stars_rating_sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 34px;
    display: block;
}

.star-ratings-sprite.rating-big {
    background: url(../img/ui/stars_rating_sprite_empty_big.png) repeat-x;
    height: 26px;
    width: 90px;
}

.star-ratings-sprite-rating.rating-big {
    background: url(../img/ui/stars_rating_sprite_big.png) repeat-x;
    height: 26px;
}

.star-ratings-sprite.rating-small {
    background: url(../img/ui/stars_rating_sprite_empty_small.png) repeat-x;
    height: 17px;
    width: 54px;
}

.star-ratings-sprite-rating.rating-small {
    background: url(../img/ui/stars_rating_sprite_small.png) repeat-x;
    height: 17px;
}

.share-results-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    /*margin-top:108px;*/
}

.share-results-text img {
    vertical-align: middle;
}

.end-scene .info-scene-buttons {
    margin: 35px auto;
}

.end-scene .ui-rounded-btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
}

.end-scene .ui-rounded-btn span {
    font-size: 14px;
}

/*********************************************************************
** SCREENS
**********************************************************************/
.info-scene-message {
    text-align: center;
    font-size: 18px;
    margin-top: 65px;
    display: none;
}

.info-scene-message strong {
    color: #6dbafa;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.info-scene-buttons {
    margin: 50px auto;
    text-align: center;
}

.has-scores .info-scene-buttons {
    margin: 25px auto;
}

.info-scene-buttons button {
    margin: 0 15px;
}

.info-scene .previous-results-back-btn,
.info-scene .previous-results-btn {
    background: #bfc2c6;
    color: #4e4e4e;
    font-size: 13px;
    border: 1px solid #fff;
    display: none;
}

.previous-results-btn span {
    font-size: 17px;
}

.start-scene-02 .info-scene-message {
    display: block;
}

.start-scene-02 .previous-results-btn {
    display: inline-block;
}

.start-scene-02 .info-scene-buttons {
    margin-top: 25px;
}

.start-scene-02 .scene-content {
    margin-top: 80px;
}

.start-scene-02 .start-scene-info {
    margin-top: 56px;
}

.end-scene-02 .end-scene-info {
    width: 949px;
}

.previous-results-scene {
    height: auto;
    min-height: 672px;
}

.previous-results-scene .start-scene-info {
    text-align: left;
    margin-left: 60px;
}

.previous-results-scene table {
    text-align: left;
    width: 880px;
}

.col-date {
    width: 214px;
}

.col-score {
    width: 190px;
}

.col-your-time {
    width: 172px;
}

.col-estimated-time {
    width: 180px;
}

.col-bonus {
    width: 124px;
}

.previous-results-scene table th {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
}

.previous-results-scene table tr td {
    font-family: 'Roboto', sans-serif;
    height: 50px;
    vertical-align: middle;
    color: #008cff;
    font-weight: 700;
    font-size: 19px;
}

.previous-results-scene table tr td.col-date {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.previous-results-scene table tbody tr:first-child td {
    color: #f8b739;
    font-size: 29px;
}

.previous-results-scene table tbody tr:first-child td.col-date {
    color: #fff;
    font-size: 24px;
}

.previous-results-scene .previous-results-back-btn {
    display: inline-block;
}

.previous-results-scene .star-ratings-sprite {
    margin: 0;
}

.typology-info table {
    width: 712px;
    margin: 50px auto 0;
    text-align: left;
}

.col-typology-label {
    width: 180px;
}

.typology-bar {
    overflow: hidden;
    height: 9px;
    background: #008cff;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    display: block;
    border-radius: 4px;
}

.typology-info table th {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
}

.typology-info table td {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 26px;
}

.typology-info table td span {
    color: #f8b739;
}

/*********************************************************************
** TOOL
**********************************************************************/
.scene-tools {
    position: absolute;
    bottom: 17px;
    right: 130px;
    width: 101px;
    height: 95px;
}

.panel-title-tools {
    left: auto;
    right: 130px;
    width: 101px;
    text-align: center;
}

.ui-sep-tools {
    left: auto;
    right: 231px;
}

/*
    .tool-panel{
        position:relative;
        float:right;
        width:71px;
    }
    */
/*
.scene-tools .panel-title{
    text-align:center;
}
*/
.split-tool button {
    position: absolute;
    top: 0;
    height: 95px;
    width: 37px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 18px;
    left: 50%;
    margin-left: -18px;
    background: url(../img/ui/tool_back.png) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
}

/*
.tool-container.selected{
    border-color:#008cff;
}

.tool-container,
.drag-item,
.effect-btn{
    cursor:pointer;
}
*/
/*********************************************************************
** PRELOAD
**********************************************************************/
.preload {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 236px;
    background: url(../img/ui/preloader.gif) no-repeat center center;
}

.preload-scene {
    display: block;
}

.scene-cover .preload {
    position: relative;
    top: auto;
    display: none;
}

/*********************************************************************
** ERROR SCREEN
**********************************************************************/
body.on-error {
    height: 100vh;
    margin: 0;
    padding-top: 0;
}

.scene-error-wrapper {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    font-weight: 100;
}

.scene-error-content {
    text-align: center;
}

.scene-error-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.scene-error-detail {
    font-size: 18px;
    margin-bottom: 20px;
}

.scene-error-log {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #4b4b4b;
    line-height: 1.2;
}