﻿/*.centered {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
}*/

body {
}

html {
    background: url(../images/back.jpg) repeat-x center center fixed;
    /*background: -webkit-radial-gradient(top, #0E4E57 15%, #00151A 80%);
    background: -o-radial-gradient(#0E4E57 15%, #00151A 80%);
    background: -moz-radial-gradient(#0E4E57 15%, #00151A 80%);
    background: radial-gradient(at top, #0E4E57 15%, #00151A 80%);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a:hover.hover-frame {
    border: 2px solid white;
    display: block;
}

/*div.debug {
    height: 40px;
    background-color: blue
}*/

.dropzone {
    height: 384px;
    width: 262px;
    position: relative;
    float: left;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    left: -2px;
    top: -4px;
}

.fullstackpanel {
    height: 512px;
    width: 250px;
    position: relative;
    float: left;
}

.stackpanel {
    height: 380px;
    width: 250px;
    position: relative;
    float: left;
}

.fullstackpanel a {
    font-size: 2.5em;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: white;
}

.step-header {
    font-size: 1.4em;
    width: 250px;
    height: 66px;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: -74px;
    /*margin-top: -68px;
    padding-bottom: 20px;*/
}

.step-header a {
    font-size: 2.0em;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: white;
}

.step-header span {    
    color: white;
    white-space:normal;
    text-align: center;
    display: block;
    text-shadow: 0px 0px 4px black;
}

.step-header h3{    
    color: white;    
    display: block;
    text-shadow: 0px 0px 4px black;
    font-size: 2.0rem;
}

.step-header h4{    
    color: white;    
    margin-top: 4px;
    display: block;    
}

.scroll-img {
    width: 840px;
    height: 120px;
    overflow: hidden;
    font-size: 0;
}

    .scroll-img ul {
        width: 880px;
        height: 600px;
        margin: 0;
        padding: 0;
    }

        .scroll-img ul li {
            display: inline-block;
            /*margin: 10px 0 10px 10px;*/
        }

 /*@media only screen and (max-width: 800px) {
    .tile-area { padding: 80px 60px 0 60px !important; }
    .step-header { top: -64px; font-size: 1.5em; }
}

 @media only screen and (max-width: 640px) {
    .tile-area { padding: 80px 60px 0 60px !important; }
    .step-header { top: -64px; font-size: 1.5em; }
}

 @media only screen and (max-width: 480px) {
    .tile-area { padding: 80px 60px 0 60px !important; }
    .step-header { top: -64px; font-size: 1.7em; }
    .dropzone { height: 250px; }
    .fullstackpanel { height: 380px; }
}

@media only screen and (max-width: 360px) {
    .tile-area { padding: 80px 50px 0 50px !important; }
    .dropzone { height: 250px; }
    .stackpanel { height: 250px; }
    .fullstackpanel { height: 380px; }
    .step-header { top: -64px; font-size: 1.7em; }
}

@media only screen and (max-width: 320px) {
    .tile-area { padding: 80px 40px 0 40px !important; }
    .dropzone { height: 250px; }
    .stackpanel { height: 250px; }
    .step-header { top: -64px; font-size: 1.7em; }
}

@media only screen and (min-width: 640px) {
    .only-phone { display: none !important; visibility: visible !important; }
}*/

/*.active-icon {
    background: none;
    color: white;
    padding: 10px;
}

.active-icon:hover {
    background-color: #333333;
    color: white;
    border-width:10px;
    padding: 10px;
    border-radius: 50%;
}*/

.text-list td {
    padding-left: 5px;
    padding-right: 5px;
}

.text-list a {
    color: white;
    font-size:1.5rem;
}

.text-list a:hover  {
    color: #2e92cf;
    font-size:1.5rem;
}

.spinner {
    margin: auto;
}

.disabled {
    outline-color: transparent !important;
    color: white !important;
    cursor: default;
}

.disabled div {
    background-color: #002428 !important;
}

.disabled i {
    opacity: 0.3;
}

.disabled img {
    opacity: 0.3;
}

/*.translucent {
  background: inherit;
  -webkit-border-radius: 30px;  
  overflow: hidden;
  color: #08c;  
  text-decoration: none;  
}

.translucent:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  bottom: -5%;
  background: inherit;
  -webkit-filter: url("#blur") saturate(2);
  -moz-filter: url("#blur");
  filter: url("#blur");
}

.translucent div {
  background: rgba(235,235,235,0.6);  
  position: relative;
  display: block;
}*/


.btn-close {
  background-color: #F0F0F0;
  position: absolute;
  top: 5px;
  z-index: 2;
  border: 0;
  right: 4px;
  width: 24px;
  height: 24px;
  min-height: 1px;
  min-width: 1px;
  padding: 0 ! important;
  margin: 0;
  display: none;
}

.btn-close:after {
  font-family: metroSysIcons;
  font-size: 1em;
}

.btn-close:not(:disabled):active {
  background-color: #1d1d1d;
  color: #ffffff;
}

.btn-close:active {
  left: auto;
}

.btn-close:focus {
  outline: 1px #ccc dotted ;
}

.btn-close:after {
  content: "\e00d";
}

.btn-close {
  display: block;
}

.page-header {
    width: 240px;
    height: 45px;
    position: absolute;
    top: -60px;
    left: 0px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: white;
    display: inline-block;
}

.page-header div {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}

.page-header-button {
    height: 40px;
    width: 40px;    
    font-size: 36px;
    cursor: pointer;
    /*color: #1ba1e2 !important;*/
}

.page-header-button:hover {
    color: #2E92CF;
}

.page-header-title {    
    font-size: 18px;
    width: 140px;
    text-align: center;
    white-space: normal;
    /*color: #1ba1e2 !important;*/
}

.preview-panel{
    vertical-align: middle;    
    border: solid 1px black;
    margin-top: 10px;
    background-color: white;
    color: lime;
}

.preview-panel-landscale {
    width: 360px;
    height: 250px;
}

.preview-panel-portrait {
    width: 174px;
    height: 250px;
    margin-left: 96px;
}

.site-title {
    position: absolute;
    top: 30px;
    left: 46px;
    cursor: pointer
}

.spinimage {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    -webkit-transform-origin: 50% 49%;
    -moz-transform-origin: 50% 49%;
    -o-transform-origin: 50% 49%;
    transform-origin: 50% 49%;    
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

i.spinimage {
    -webkit-transform-origin: 47% 51%;
    -moz-transform-origin: 47% 51%;
    -o-transform-origin: 47% 51%;
    transform-origin: 47% 51%;
}

.control-panel {
    position: absolute;
    right: 40px;
    top: 40px;
}

.control-panel-button {
    margin: 10px;
    margin-top: 40px;
    height: 48px;
    width: 48px;    
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    border: 2px solid white;
    border-radius: 24px;
    text-align: center;
    vertical-align: middle;
}

.control-panel-button:hover {
    color: #2E92CF;
    border: 3px solid #2E92CF;
}

.control-panel-button .selected {
    color: #Ff0;
    border: 3px solid #Ff0;
}

.info-panel {
    color: #fff;
    position: absolute;
    top: 40px;
    right: 140px;
    /*width: 400px;*/
    font-size: 1.5rem;
}

.info-panel table {
    background-color: transparent !important;
}

.info-panel-header {
    margin-bottom: 20px;
}

.info-panel-header h2 {
    color: #fff;
}

.help-instruction {
    text-align: justify;
}

.help-instruction label {
    text-align: left;
    color: #2E92CF;
}

.help-instruction span {
    font-size: 16px;
}

.help-instruction-hint {
    font-size: 14px !important;
    color: #999 !important;
}