﻿html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #dcdcdc;
    color: #868686;
    font: 12px sans-serif;
    min-width: 1050px;
}

img
{
    border: 0;
}

a
{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.dx-simulator
{
    margin: 40px auto 0;
}

.body
{
    margin-top: -150px;
    margin-right: 136px;
    min-height: 100%;
}

.site-content
{
    padding-top: 150px;
    position: relative;
}

.footer
{
    height: 150px;
}

.footer .left
{
    float: left;
    margin: 50px 0 0 40px;
}

.left .text
{
    border-left: 1px solid rgba(0,0,0,0.25);
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}

.left .text h2
{
    color: #393939;
    margin-bottom: 0;
}

.left .text p
{
    margin-top: 0;
}

.left .text a
{
    color: #f05b41;
    text-decoration: none;
}

.left .text a:hover
{
    text-decoration: underline;
}


.footer div
{
    display: inline-block;
}

.dx-logo
{
    width: 156px;
    height: 27px;
    opacity: 0.5;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(Images/Icons/dx_logo.png);
}

.qr-container
{
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 88px;
    height: 88px;
    text-align: center;
}

.qr-container .hint
{
    font-size: 15px;
    position: relative;
    top: -30px;
    text-align: right;
    left: -10px;
}



#oldDeviceSwitcher
{
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: left;
}

#deviceSwitcher
{
    text-align: left;
    z-index: 5;
    padding-top: 34px;
}

.device-button, .rotate
{
    width: 135px;
    height: 106px;
    cursor: pointer;
    padding: 10px;
    background-position-x: center;
    background-position-y: 12px;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(Images/Icons/generic.png);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 0.3px;
    font-size: 13px;
    color: #7d7d7d;
}

.device-button.iOS7
{
    background-image: url(Images/Icons/ios.png);
}

.device-button.active
{
    background-color: #efefef;
}

.device-button.Phone
{
    background-image: url(Images/Icons/generic.png);
    height: 118px;
    padding: 18px;
}

.device-button.Tablet
{
    background-image: url(Images/Icons/ipad.png);
}

.device-button.Desktop
{
    background-image: url(Images/Icons/desktop.png);
    height: 128px;
}

.rotate
{
    background-image: url(Images/Icons/rotate.png);
}

html.desktop, .desktop body
{
    min-width: 320px;
}

.desktop .body, .desktop .site-content
{
    height: 100%;
}

.desktop .dx-simulator
{
    height: 100%;
    margin: 0;
}

.right-panel
{
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 135px;
    height: 100%;
    background-color: #fff;
    border-left: 1px #ebebeb solid;
    box-shadow: -18px 0 20px -14px rgba(0, 0, 0, 0.05);
}

.desktop .right-panel{
    box-shadow: none;
}