﻿.minglebody {
    width: auto;
}
.page-simulator-container {
    padding: 0px 5px 0 0;
}
.simulator-options {
    height: 40px;
    margin: auto;
    text-align: right;
}
.simulator-options > .select
{
    width: 120px
}
.simulator-options > label
{
    margin-right: 5px;
}
.simulator-options > button
{
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ccc;
    background: #f7f7f7;
    float: left;
}
.simulator-options > button:disabled
{
    opacity: 0.7;
    cursor: default
}
.simulator-options > button > img
{
    height: 21px !important;
    width: 21px !important;
    cursor: default !important
}
.simulator-options > button > img:hover
{
    cursor: pointer !important
}
.simulator-options > button[disabled] > img:hover
{
    cursor: default !important
}
#screenshotButton
{
    padding: 10px 25px 11px;
    width: 100%;   
}
.simulator-skin-generic {
    position: relative;
    background-color: rgb(24, 24, 24);
    border: 6px solid rgb(46, 46, 46);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    width: 340px;
    height: 530px;
    margin: 3px auto 10px;
    padding: 0;
}
.simulator-skin-generic.landscapeleft,
.simulator-skin-generic.upsidedown,
.simulator-skin-generic.landscaperight
{
    padding: 0 0 0 0;
}
.simulator-skin-generic button {
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    width: 18px;
    height: 18px;
    border: none;
    background-size: 18px
}
.simulator-skin-generic .simulator-buttons {
    position: absolute;
    width: 320px;
    height: 18px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 12px;
}
.simulator-skin-generic .simulator-buttons.landscapeleft {
    width: 18px;
    height: 320px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 12px;
}
.simulator-skin-generic .simulator-buttons.landscaperight {
    width: 18px;
    height: 320px;
    top: 0;
    bottom: 0;
    left: 12px;
    right: auto;
}
.simulator-skin-generic .simulator-buttons.upsidedown {
    position: absolute;
    width: 320px;
    height: 18px;
    margin: auto;
    left: 0;
    right: 0;
    top: 12px;
    bottom: auto;
}
.simulator-skin-generic .simulator-buttons .back-button {
    background-image: url('/css/aws/skin/generic/back_button.png');
    left: 50px;
}
.simulator-skin-generic .simulator-buttons.landscapeleft .back-button {
    left: 0;
    top: 230px;
}
.simulator-skin-generic .simulator-buttons.landscaperight .back-button {
    left: 0;
    top: 50px;
}
.simulator-skin-generic .simulator-buttons.upsidedown .back-button {
    left: 230px;
    top: 0;
}
.simulator-skin-generic .simulator-buttons .back-button:hover {
    background-image: url('/css/aws/skin/generic/back_button_hover.png');
}
.simulator-skin-generic .simulator-buttons .back-button:active {
    background-image: url('/css/aws/skin/generic/back_button_pressed.png');
}
.simulator-skin-generic .simulator-buttons .back-button:disabled {
    background-image: url('/css/aws/skin/generic/back_button_disabled.png');
}
.simulator-skin-generic .simulator-buttons .menu-button {
    background-image: url('/css/aws/skin/generic/menu_button.png');
    left: 230px;
}
.simulator-skin-generic .simulator-buttons.landscapeleft .menu-button {
    left: 0;
    top: 50px;
}
.simulator-skin-generic .simulator-buttons.landscaperight .menu-button {
    left: 0;
    top: 230px;
}
.simulator-skin-generic .simulator-buttons.upsidedown .menu-button {
    left: 50px;
    top: 0;
}
.simulator-skin-generic .simulator-buttons .menu-button:hover {
    background-image: url('/css/aws/skin/generic/menu_button_hover.png');
}
.simulator-skin-generic .simulator-buttons .menu-button:active {
    background-image: url('/css/aws/skin/generic/menu_button_pressed.png');
}
.simulator-skin-generic .simulator-buttons .menu-button:disabled {
    background-image: url('/css/aws/skin/generic/menu_button_disabled.png');
}
.simulator-skin-generic .simulator-buttons .home-button {
    background-image: url('/css/aws/skin/generic/home_button.png');
    left: 113px;
}
.simulator-skin-generic .simulator-buttons.landscapeleft .home-button {
    left: 0;
    top: 113px;
}
.simulator-skin-generic .simulator-buttons.landscaperight .home-button {
    left: 0;
    top: 113px;
}
.simulator-skin-generic .simulator-buttons .home-button:hover {
    background-image: url('/css/aws/skin/generic/home_button_hover.png');
}
.simulator-skin-generic .simulator-buttons .home-button:active {
    background-image: url('/css/aws/skin/generic/home_button_pressed.png');
}
.simulator-skin-generic .simulator-buttons .home-button:disabled {
    background-image: url('/css/aws/skin/generic/home_button_disabled.png');
}
.simulator-skin-generic .simulator-container {
    overflow: hidden;
    position: relative;
    width: 320px;
    height: 480px;
    background: #242424;
    top: 10px;
    left: 10px;
}
.simulator-skin-generic .simulator-container.landscaperight {
    left: 45px;
    bottom: 15px;
}
.simulator-skin-generic .simulator-container.upsidedown {
    top: 45px;
    /*left: 15px;*/
}
.simulator-touch-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.screenshot-button {
    margin: auto;
    display: block;
}
.no-support {
    position: relative;
    height: 200px;
}
.no-support p {
    border-left: solid 4px #FF9500;
    background: url(/images/warning.png) 13px center no-repeat #fcf8e3;
    background-size: 16px;
    color: #FF9500;
    padding:15px 15px 15px 40px;
    margin-bottom: 15px;
    font-family: 'Titillium Web', sans-serif;
}