/*
	@file       wolfram-player-form.css.en
   	requires:   /common/framework/css/framework.en.css
                /common/framework/css/form-gui.en.css
   ========================================================================== */

html {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

body {
    color: #535353;
}

/* ==========================================================================
   sections
   ========================================================================== */

div[id$="-content"] {
    margin: 0 auto;
    /* max-width: 56rem; */
    padding: 1.5rem;
}

div[id$="-content"] h2 {
    font-weight: 300;
    font-size: 2.1875rem;
    line-height: 1.5;
    margin-bottom: 0.3125rem;
}

div[id$="-content"] img {
    max-width: 100%;
}

#form-wrapper {
    background-color: #F2F2F2;
}
#_form-gui select#mac option:last-child{
    display: none;
}
#need-more-wrapper {
    background-color: #e2e3e4;
}

#need-more-content {
    padding: .5rem 0;
}

#additional-content {
    padding: 3rem 0 2.5rem 0;
}

#additional-list li {
    margin: .5rem 0 .5rem .5rem;
    padding: 0 0 0 10px;
    position: relative;
}

#additional-list li:before {
    background: #525252;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

#additional-content .red {
    display: block;
    font-weight: 600;
}

#hero-content {
    margin-top: 3rem;
    text-align: center;
}

#thank-you, #download-link-info, #server-error-wrapper {
    display: none;
}

#server-error-page #server-error-wrapper {
    display: block;
}

/* ==========================================================================
   hero
   ========================================================================== */

#hero-wrapper h1 {
    color: #000;
    font-size: 3.0rem;
    text-transform: uppercase;
}

#hero-wrapper h1.red {
    color: #d50a15;
}

#hero-wrapper .tagline {
    color: #535353;
    font-size: 2.0rem;
    font-weight: 300;
    margin: 0;
    padding: .5rem 0 1.25rem 0;
}

.heading {
    color: #000000;
    font-size: 1.7rem;
    font-weight: 300;
}

#current-os, #current-os-version {
    font-weight: 400;
    font-size: 1.7rem;
    white-space: nowrap;
    color: #000;
}

#current-os-version {
    font-size: 1.5rem;
}

.or-download-for {
    font-size: 1.2rem;
}

/* ==========================================================================
   main
   ========================================================================== */

main {
    margin-bottom: 4.5rem;
}

main a {
    color: #dd1600;
    text-decoration: none;
}

main a:hover {
    color: #f57300;
}

#_form-gui select, #_form-gui select option:first-of-type {
    color: #535353;
}

#account-name-wrapper {
    width: 50%;
}
span.header-title-2 {
    display:block;
}
.divider.one {
    border-left: 1px solid #a1a1a1;
    display: none;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.divider.two, .divider.three{
    border-left: 1px solid #a1a1a1;
    display: none;
    height: 1.4rem;
}

h3 {
    color: #000;
    font-size: 1.3125rem;
}

#version {
    height: 2.5rem;
}

#other-os-1, #other-os-2,#other-os-0 {
    color: #dd1600;
    font-size:1.0rem
}

#other-os-1:hover, #other-os-2:hover, #other-os-0:hover {
    cursor: pointer;
    color: #f57300;
}

#download-heading-other-os {
    display: inline;
}
/* ==========================================================================
   thank you
   ========================================================================== */

#thank-you h1 {
    color: #d50a15;
    font-size: 2rem;
    font-weight: 400;
}

#download-link-info p {
    color: #535353;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.9375rem;
}

/* ==========================================================================
   error
   ========================================================================== */

.mobile-alert {
    background: #fff;
    color: #d10;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 20px auto;
    max-width: 85%;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    width: 360px;
}

.mobile-alert a {
    color: #dd1100;
}

#server-error-wrapper {
    padding: 4rem 0;
}

#server-error-wrapper h1 {
    background: url(/images/freakedSpikey.png) no-repeat scroll 0% 0% transparent;
    background-size: 48px 82px;
    color: #D10;
    font-weight: 400;
    line-height: 82px;
    min-height: 82px;
    padding-left: 58px;
}

#mobile-content {
    color: #000;
    display: none;
    font-size: 2rem;
    font-weight: 400;
}

#form-content {
    padding-bottom: 0;
    overflow: hidden;
}
#package-manager-links-container {
    background-color: #e1e1e1;
    margin: 42px -24px 0;
}
#package-manager-links-container h2 {
    margin: 0;
    font-size: 18px;
    font-family: "Source Sans Pro";
    color: #000;
    font-weight: 300;
    line-height: 1.333;
    letter-spacing: -.1px;
}

h4.clipboard-title {
    margin-top: 28px;
    font-size: 18px;
    font-family: "Source Sans Pro";
    color: #dd1000;
    font-weight: 400;
    margin-bottom: 5px;
}
.clipboard-text {
    font-size: 16px;
    font-family: "Source Code Pro";
    color: #000;
    background-color: #f6f6f6;
    font-weight: 600;
    min-height: 27px;
    width: 100%;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
    overflow: hidden;
}
/*  TODO - pending updated clipboard code
.clipboard-text::after {
    content: url("/engine/img/copy-icon.svg");
    height: 14px;
    width: 17px;
    float: right;
    position: relative;
    top: 3px;
}

.clipboard-text:hover {
    background-color: #fff;
}
.clipboard-text::selection {
    background-color: #c3c3c3;
}
 */
.package-manager-links {
    display: none;
}
.package-manager-links.open {
    padding: 38px 40px 32px;
    display: block;
}

.toggle-package-manager {
    display: block;
    height: 42px;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    background-color: #e1e1e1;
    margin: 0 -24px;
    cursor: pointer;
    width: auto;
}
.toggle-package-manager.open {
    background-color: #d3d3d3;
}
.toggle-package-manager::after {
    content: '';
    background-image: url("/engine/img/orange-arrow@2x.png");
    display: inline-block;
    background-size: 10px 6px;
    height: 7px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: right;

}
.toggle-package-manager.open::after {
    content: '';
    background-image: url("/engine/img/orange-arrow@2x.png");
    display: inline-block;
    background-size: 10px 6px;
    height: 7px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: left;
    transform: rotate(180deg);
}

#docker {
    color: #dd1000;
}

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    #need-more-content {
        padding: 0.5rem 1.5rem;
    }
    div[id$="-content"], #additional-content {
        padding: 1.5rem;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #form-content {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    .download-title span.heading, #thank-you h1, #current-os {
        font-size: 1.7rem;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .download-title span.heading, #thank-you h1, #current-os {
        font-size: 1.49rem;
    }
    .other-os {
        padding-left: 0;
    }
    #other-os-1, #other-os-2, #other-os-0 {
        font-size: 1.1rem;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}

/* printer styles
   ========================================================================== */

@media print {}
