*
{
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    background: #000000;
}
body {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: #252525;
    color: #CCCCCC;
    user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
}
/*
 * Scrollbars
 */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track:horizontal {
    border-top: solid 1px #282828;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1, rgb(38,38,38)),
        color-stop(0, rgb(30,30,30))
    );
}

::-webkit-scrollbar-track:vertical {
    border-left: solid 1px #000;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0, rgb(38,38,38)),
        color-stop(1, rgb(30,30,30))
    );
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #444;
}

::-webkit-scrollbar-thumb:horizontal {
    border: solid 1px #000;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1, rgb(38,38,38)),
        color-stop(0, rgb(68,68,68))
    );
}

::-webkit-scrollbar-thumb:vertical {
    border: solid 1px #000;
    border-right: none;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0, rgb(38,38,38)),
        color-stop(1, rgb(68,68,68))
    );
}

::-webkit-scrollbar-corner {
    background: #282828;
}

.center
{
    text-align:center;
}
.wt .title-dl
{
    font-family: 'Lato-Regular', sans-serif;
    font-size: 20px;
    color: #e6e6e6;
    padding-top:15px;
}

.wt .greeting-dl
{
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
    color: #999999;
}
.wt .sys-req
{
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #999999;
}
.wc {
    display: none;
    width: 450px;
    margin: 20px auto 0;
    background-color:rgba(0,0,0,0);
    position:relative;
    z-index:1;
}

.wc.download
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 40px;
    background:#252525;
    box-shadow: inset 0px 0px 80px 40px rgba(0,0,0,0.5);
}
.wc.download.desktop
{
    min-height: 620px;
}
.wc#answer-questions
{
    width:400px;
}
.wc#answer-questions label
{
    color:#e6e6e6;
}
.wt .btn-dl
{
    width: 60px;
    height:60px;
    margin:0 auto;
}
.wt .btn-dl:hover
{
    cursor:pointer;
}
.wt .dl-top
{
    position:relative;
    overflow:auto;
    z-index:1;
}

.download-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wt .dl-other
{
    background: black;
    padding-top: 30px;
    margin-top: 50px;
    bottom: 0px;
    width: 100%;
    height: 30%;
}

.download-section {
    margin: 20px 10px;
}

.download-section:first-child {
    margin: 20px 50px;
}

.sub-title-dl {
    color: #999999;
}
.wt .sub-title-dl.mac-sub-title {
    font-size: 12px;
    font-style: italic;
}

.title-dl i {
    color: #999999;
}

.section-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.best-for-section {
    color: #999999;
    margin: 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-requirements {
    color: #999999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-requirements a {
    margin: 5px 0;
}

.wt .dl-center
{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    overflow:auto;
    padding-bottom:100px;
}
.wt .dl-left,
.wt .dl-right,
.wt .dl-middle
{
    width:117px;
    display: inline-block;
}

.wt .dl-left:hover,
.wt .dl-middle:hover,
.wt .dl-right:hover
{
    cursor:pointer;
}
.wt .dl-left:hover .btn-dl,
.wt .dl-right:hover .btn-dl,
.wt .btn-dl-dl:hover
{
    background-position: right -60px;
}
.wt .dl-left:hover .greeting-dl,
.wt .dl-right:hover .greeting-dl
{
    color:white;
}
.wt .btn-dl-dl
{
    background-image: url("../img/download.png");
}
.wt .btn-dl-win
{
    background-image: url("../img/App_02_Win.png");
}
.wt .btn-dl-ios
{
    background-image: url("../img/App_03_iOS.png");
}

/* https://jira.pixsystem.net/browse/WT-222 */
.wt .btn-dl-web.chrome { background-image: url("../img/chrome.png"); }
.wt .btn-dl-web.edge { background-image: url("../img/edge.png"); }
.wt .btn-dl-web.firefox { background-image: url("../img/firefox.png"); }
.wt .btn-dl-web.generic { background-image: url("../img/generic.png"); }
.wt .btn-dl-web.safari { background-image: url("../img/safari.png"); }
.wt .btn-dl-web { background-size: 60px; }
.wt .dl-other .greeting-dl.center { margin-top: 4px; }

.wt .btn-dl-mac
{
    background-image: url("../img/App_01_Mac.png");
}
.wt .img-dl
{
    margin:0 auto;
    padding-top:10px;
    position: relative;
    overflow:auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wt#download-ios .img-dl
{
    width:237px;
}

.wt .sys-req,
.wt .install-help
{
    padding-top:10px;
}
.wc-content
{
    position:relative;
    background: rgb(51,51,51);
    width: 350px;
    margin: 20px auto;
    padding: 15px 25px 7px 25px;
    box-shadow: 0px 8px 10px 10px rgba(0,0,0,0.1);
}
.wt.account img.icon-delete
{
    display:none;
}

#welcome {
    margin-top: 25%;
    transform: translateY(-50%);
}

#welcome .wc-content
{
    width:325px
}
.wc-content p.title,
.wc-content p.greeting,
.wc-content div#username
{
    margin-bottom : 10px;
}
.wc-content span#name {
    word-wrap: break-word;
}
.wt#forgot .username-form-field
{
    display: none;
}
.wt#forgot_success
{
    width:400px;
}
.phone .wt#forgot_success
{
    width:320px;
}
.wt#forgot_success .col-icon
{
    width:45px;
}
.wt#forgot_success .col-text
{
    display:inline-block;
    width:200px;
    float:none;
}
#forgot_success .links,
#forgot_failure .links,
#reset-failure .links
{
    width: 50px;
}
#wrapper {
    min-height: 100%;
    position: relative;
    box-shadow: inset 0px 0px 80px 40px rgba(0,0,0,0.5);
}
/* sign in button for loginSPA */
.welcome-wrapper {
    position: relative;
}
.welcome-background-wrapper {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.welcome-background {
    background-image: url("../img/theaterseats2.png");
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.welcome-logo {
    padding-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: 50px;
    width: 100px;
}
.welcome-sign-in-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome-sign-in-btn {
    display: block;
    width: 100%;
    float: none;
    background-color: #666;
    margin-top: 1rem;
    padding: 6px 12px;
    transition: all,.5s ease-in;
    color: #e5f0f1;
    border-radius: 3px;
    border-color: rgba(196,221,223,.25);
    text-shadow: 0 -1px 1px rgb(34 34 34 / 25%);
    width: 330px;
    cursor: pointer;
}
.welcome-sign-in-btn:hover {
    color: #222;
}
#main
{
    overflow:auto;
    padding-bottom:20px;
    background-color:transparent;
}
.header
{
    overflow:auto;
    position:relative;
    clear:both;
}
.header .menu-contact{
    float: right;
    padding: 10px 20px;
    color: #808080;
}
.header div.hb
{
    float:right;
    display: none;
    padding:5px 25px;
    cursor: pointer;
}
.header div.hb div
{
    display:inline-block;
}
.header div.hb span.hello
{
    color:#808080;
}
.header div.hb img
{
    margin-top:5px;
    margin-left:10px;
    vertical-align:bottom;
}
.wt.dialog.menu
{
    padding:0px;
    margin:0px;
    border:0px;
    border-radius:0px;
}
.wt .menu-popup #eula-required
{
    display:block;
}
.wt .menu-popup.eula-required #eula-required
{
    display:none;
}
.wt .menu-popup div.menu-item
{
    width:100%;
    padding:0px 20px 0px 5px;
}
.wt .menu-popup>div.menu-item:last-child
{
    padding-bottom:5px;
}
.wt .menu-popup div.menu-item:hover
{
    background:black;
}
.wt .menu-popup span
{
    padding: 0px 10px;
    width:100%;
    vertical-align:middle;
    font-size:13px;
    color:#808080
}
.wt .menu-popup span:hover
{
    background:black;
}
.wt .menu-popup
{
    margin:0px;
    white-space:nowrap;
}
.wt .menu-item:hover {
    cursor: pointer;
}
#body
{
    overflow : auto;
    height:100%
}
.footer-text
{
    position:relative;
    width:100%;
    text-align:center;
    font-size: 11px;
    color: #4d4d4d;
    margin-top:-20px;
    height:20px;
    clear:both;
}
a#back
{
    float: left;
    margin-right:20px;
}
a.login
{
    float:left;
}
#reset-failed a.login
{
    float:none;
}
#reset-failed .col-icon
{
    margin-top:10px;
}
a#forgot-help,
a.forgot-help,
a.expired-help
{
    float:right;
}
div#eula
{
    width: 80%;
    height: 460px;
    margin:0 auto;
    -webkit-overflow-scrolling:touch;
}
form#eula
{
    height:70%
}
#eula-frame
{
    width: 100%;
    height: 380px;
}
.wt .wt-btn.btn-eula
{
    width:20%;
    margin:10px;
    float:right;
}
.wt .eula-prompt .eula-checkbox {
    margin-right: 3px;
}
.wt .eula-prompt {
    padding-right: 30px;
}
form#confirm input.invalid,
form#reset input.invalid
{
    background-image: url('wt-img/icon-x.png');
    background-repeat:no-repeat;
    background-position: right;
}
form#confirm input.valid,
form#reset input.valid
{
    background-image:url('wt-img/icon-check.png');
    background-repeat:no-repeat;
    background-position: right;
}
.wc#reset-failed .wc-content
{
    width: 450px;
}
.phone .wc#reset-failed .wc-content
{
    width:320px;
}
.wt .sys-req-info p,
.wt .sys-req-info a,
.wt .sys-req-info ul,
#forgot_failure a,
#forgot_failure p,
#reset-failed p
{
    margin-bottom:10px;
}
.wt .sys-req-info *,
#forgot_failure a,
#forgot_failure p,
#reset-failed p
{
    user-select:all;
    -ms-user-select:all;
    -webkit-user-select:text;
}
.wt .sys-req-info .col-text,
.wt#reset-failed .col-text
{
    width:80%;
    float:none;
}
.wt .sys-req-info .col-icon,
.wt#reset-failed .col-icon
{
    width:45px;
    height:50px;
}

.wt .sys-req-info .title {
    min-width: 188px;
}
.wt .sys-req-info ul {
    margin-bottom: 0;
}

.wt .sys-req-info .greeting {
    margin-left: 16px;
}

a.disabled,
.wt a.disabled {
    pointer-events: none;
}

a, a:link, a:visited, a:active, .link {
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.system-requirements span,
.system-requirements a {
    font-size: 12px;
}

.best-for-section span {
    font-size: 14px;
}

.best-for-section .best-text {
    color: white;
}
