@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);


/*
 * Base
 */
body, html, div {
    margin: 0;
    padding: 0;
    font-family:Arial,sans-serif;
}

body, html {
    min-width: 1000px;
}


/*
 * Canvas
 */
.canvas {
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.canvas-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}


/*
 * Login box
 */

.login-box .logo,
.login-box form {
    display: inline-block;
    vertical-align: middle;
}

.login-box .logo.back {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}

.login-content {
    position: relative;
}

.login-box-container .alert {
    margin: 20px 0;
    font-size: 14px;
}


.login-box-container {
    max-width: 1153px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main.login-box .logo,
.main.login-box form {
    float: left;
}

.login-box .form-buttons {
    float: right;
}

.logo img {
    max-width: 100%;
    max-height: 100px;
}

.login-box .control-label {
    display: none;
}

.login-box .control-group,
.login-box .form-buttons {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.login-box .domainnname {
    display: none;
}

.login-box {
    text-align: center;
    padding-top: 10px;
}

.login-box.main {
    padding: 38px 30px 0px;
}

.main.login-box .logo {
    margin-right: 10px;
}

.main.login-box form,
.main.login-box .form-buttons {
    height: 32px;
    padding-top: 9.5px;
    margin: 0;
}

.main.login-box .field input {
    margin-bottom: 0;
    width: 200px;
    margin-right: 8px;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #dcdcdc;
    color: #000;
}

.main.login-box input::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
.main.login-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
.main.login-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
.main.login-box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

.main.login-box button[type="submit"] {
    margin-left: 15px;
    margin-right: 5px;
    width: 80px;
}

.main.login-box .controls .btn,
.main.login-box .form-buttons .btn {
    border: 1px solid #0084b5;
    padding: 7px 10px;
}

.main.login-box .btn:hover {
    background-color: #fff;
    color: #0084b5;
}

.password-forgotten-btn {
    width: 190px;
}

.main.login-box .form-buttons .btn {
    width: 170px;
}

.login-box .controls .btn,
.login-box .form-buttons .btn {
    box-sizing: border-box;
    padding: 9px 10px;
}

.partner-container-box .row-fluid {
    padding: 25px 0;
    text-align: center;
    white-space: nowrap;
}

.partner-container-box .row-fluid:first-child {
    padding-top: 0;
}

.partner-container-box .span4 {
    display: inline-block;
    float: none;
    white-space: normal;
}


/*
 * Buttons
 */
.canvas .btn, .canvas .btn-primary, .canvas .btn-start {
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    color: #9a9a9c;
    border: 1px solid #c7c7c7;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    text-shadow: none;
}

.canvas .btn-start {
    display: inline-block;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 30px;
}


/*
 * Job Board
 */
.login-jobboard {
    max-width: 482px;
    margin: 40px auto 80px auto;
}

.login-jobboard > a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 14.18219461697722%;
    text-indent: -9999px;
    background-image: url(/static/images/jobboard/promote-job-opportunity-v3.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


/*
 * Footer
 */
.footer, .footer a, .footer a:hover {
    position: relative;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 11px;
}

.brands {
    left: 10px;
    text-align: center;
    background: #fff;
}

.expanded .brands {
    position: absolute;
    left: 10px;
    top: 117px;
}


.brands a {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.brands img {
    display: inline-block;
    max-height: 22px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.brands a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.copyright {
    right: 10px;
    top: 5px;
    text-align: center;
    background: #fff;
}

.expanded .copyright {
    position: absolute;
    top: 120px;
    right: 10px;
}


/*
 * Backstage
 */
#backstage {
    height: 0px;
    background-color: #3e3e40;
    background-image: url(/static/images/login/backstage_bottom_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    overflow: hidden;
}

#backstage-iframe {
    display: block;
    margin: 0 auto;
    width: 970px;
    height: 9999px;
    border: none;
    background-color: transparent;
}

.backstage-frame {
    position: relative;
    top: 0px;
    height: 0px;
    min-height: 100px;
    background-image: url(/static/images/login/backstage_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

#btn-close-backstage {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/static/images/login/cancel.png) no-repeat 50% 50%;
    width: 32px;
    height: 32px;
    text-indent: -99999px;
}


/*
 * Static content page
 */
.static .canvas-top {
    height: 200px;
}

.static .login-box {
    height: 135px;
}

.static #backstage, .static .backstage-frame {
    height: auto;
}

.static .backstage-content {
    width: 970px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    color: white;
}

.static .backstage-content h1, .static .backstage-content h2 {
    color: #a3a4a6;
    text-transform: none;
}

.static .backstage-content h1 {
    color: white;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

.static .backstage-content h2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: white;
}

.static .backstage-content .btn, .static .backstage-content .btn-primary {
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    color: #9a9a9c;
    border: 1px solid #c7c7c7;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
}

.static .backstage-content .btn:hover {
    color: #9a9a9c;
    text-decoration: none;
}

.static .backstage-content a, .static .backstage-content a:hover {
    color: #e5e6e6;
    text-decoration: underline;
}


/*
*   Signup page
*/
form.signup {
    margin-bottom: 50px;
}

.signup-content {
    max-width: 530px;
    margin: 0 auto;
}

.signup-content ul {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-left: 5%;
    margin-left: 0;
}

.signup-content p {
    font-size: 12px;
    line-height: 14px;
}

.signup-reminder {
    float: right;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #0084b5;
    padding: 10px;
}

.signup-content section{
    overflow: hidden;
    clear: both;
}

.signup-content section:not(:last-child) {
    margin-bottom: 20px;
}

.signup-list-no-float {
    float: none !important;
    width: auto !important;
}

#signup-header {
    color: white;
    background-color: #0084b5;
    padding: 12px;
    margin-bottom: 35px;
    font: 100 23px/28px 'Roboto', sans-serif;
}

.signup-content section h1 {
    color: #0084b5;
    text-align: center;
    font: 300 23px/28px 'Roboto', sans-serif;
    margin-bottom: 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"], input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #0084b5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

button[type="submit"],
.signup-content .btn,
.signup-content .btn-primary,
.signup-content .btn-start,
.canvas .btn,
.canvas .btn-primary,
.canvas .btn-start {
    width: 100%;
    background: #0084b5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font: 300 12px/14px 'Roboto', sans-serif;
    color: white;
    padding: 10px 0;
}

.field {
    width: 100%;
}

.field input {
    width: 95%;
}

.field textarea {
    width: 96%;
}

.field select {
    width: 100%;
}


/*
*   Login box
*/

.login-box .field input {
    width: 276px;
    background-color: white;
    padding: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #0084b5;
    color: #94979a;
    font-size: 12px;
}

.partner-container-box {
    margin-top: 30px;
}

.partner-container-box .all-random-partners .partner-social-media a {
    width: 44px !important;
    background-size: 40px;
}


.tablet-show,
.phone-show {
    display: none;
}


@media (max-width: 1150px) {
    .login-box.main .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }
}


/*
 * Responsive
 */
@media all and (min-width: 0px) and (max-width: 1000px) {
    /*
     * Screen
     */
    body, html {
        min-width: 0;
    }

    /*.canvas-top {
        padding-top: 10px;
    }*/

    .tablet-hide {
        display: none;
    }

    .tablet-show {
        display: block;
    }

    .canvas-bottom {
        padding-top: 20px;
        height: auto;
    }

    /*
     * Login box
     */
    .login-box, .login-content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }


    /*
     * iFrame
     */
    #backstage-iframe {
        width: 100%;
    }

    #btn-close-backstage {
        right: 10px;
    }


    /*
     * Footer
     */
    .canvas-bottom {
        position: static;
    }

    .brands, .expanded .brands {
        position: static;
        width: auto;
        text-align: center;
    }

    .brands a {
        display: inline-block;
        float: none;
    }

    .copyright, .expanded .copyright {
        position: static;
        text-align: center;
        line-height: 15px;
        padding: 10px;
    }
}

@media (max-width: 979px) {
    .login-box .logo.back {
        display: block;
        position: static;
        margin: 0 auto 25px auto !important;
    }

    .login-box.main .login-form {
        width: 100%;
    }

    .login-box.main .control-group:first-child,
    .login-box.main .control-group:first-child input,
    .login-box.main .control-group:nth-child(2),
    .login-box.main .control-group:nth-child(2) input {
        display: block;
        width: 100%;
    }

    .login-box.main .control-group:first-child,
    .login-box.main .control-group:nth-child(2) {
        margin-bottom: 20px;
    }

    .login-box.main .login-content {
        position: relative;
    }

    .login-box.main .login-form {
        height: auto;
    }

    .login-box.main .form-buttons {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .login-box.main .logo {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .phone-hide {
        display: none;
    }

    .phone-show {
        display: block;
    }

    .login-box.main {
        padding: 0px 30px 0px;
    }

    .login-box.main .logo {
        width: 150px;
        margin: 0 auto;
    }

    .main.login-box .logo,
    .main.login-box form,
    .login-box .form-buttons {
        float: none;
    }

    .main.login-box .field input {
        appearance: none;
        -webkit-appearance: none;
    }

    .login-box.main .form-buttons {
        top: 50px;
        left: 0;
    }


    /*
     * Form phone animation
     */
    .login-box.main.phone .login-form {
        /* width: 80px; */
    }

    .login-box.main .form-buttons.static {
        position: static;
    }

    .main.login-box button[type="submit"] {
        margin-left: 0;
    }

    .login-box.main .control-group.required,
    .main.login-box .field input,
    .login-box.main .password-forgotten-btn a {
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }

    .login-box.main .password-forgotten-btn {
        width: 170px;
    }

    /*
     * partners
     */

    .partner-container-box .all-random-partners {
        padding: 0 10px;
    }

    .partner-container-box .row-fluid {
        padding: 10px 0;
    }

    .partner-container-box .all-random-partners .partner-social-media a {
        width: 34px !important;
        background-size: 30px;
    }

    .field input {
        width: 97%;
    }

    .field textarea {
        width: 97%;
    }

    form.signup .field input,
    form.signup .field textarea {
        width: 100%;
        box-sizing: border-box;
        min-height: 30px;
    }

    .signup-content ul {
        margin-bottom: 30px;
    }

    .signup-content ul,
    .signup-reminder {
        width: 100%;
    }

    .signup-content {
        padding: 0 1em;
    }

    .random-partner {
        margin-left: auto;
        margin-right: auto;
        width: 48.93617020799999% !important;
        float: left !important;
    }

    .random-partner:last-child {
        margin-left: 2.127659574% !important;
    }

}


@media all and (min-width: 0px) and (max-width: 600px) {
    .canvas-top {
        /* padding-top: 10px; */
        background-position: center -60px;
    }

    .brands a {
        margin: 0 3px;
    }
}
