
/* ==========================================================================
   Vanda eConsent - Mian Styles
   ========================================================================== */

body, html {
    height: 100%;
}
body {
    background-color: #ccc;
    color: #565656;
    font-size: 16px;
}
header {
    margin: 15px 0;
    padding: 40px;
    width: 620px;
    background-image: url('../images/vanda/header_logo.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.header_text {
    font-size: 18px;
    font-weight: bold;
}
h1 {
    display: -moz-stack;
    margin: 0 0 5px -30px;
    padding: 0 0 10px 30px;
    /*border-bottom: 2px solid #fff;*/
    color: #000;
    /*color: #fff;*/
    text-transform: uppercase;
    font-size: 18px;
    /*font-weight: normal;*/
}
h2 {
    display: -moz-stack;
    margin: 0 0 15px -30px;
    padding: 7.5px 0 10px 30px;
    color: #86badc;
    font-size: 16px;
    /*font-weight: normal;*/
}
h1 + hr {
    margin: 0  0 15px;
    height: 2px;
    border: 0;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #fff, #fff); 
    background-image:    -moz-linear-gradient(left, #fff, #fff, #fff); 
    background-image:     -ms-linear-gradient(left, #fff, #fff, #fff); 
    background-image:      -o-linear-gradient(left, #fff, #fff, #fff); 
}

p {
    margin-top: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

.consent_container {
    margin: 0 0 25px;
    padding: 30px;
    border: 1px solid #646E76;
    background-color: #fff;
    background-repeat: repeat-x;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow: 1px 1px 5px 0px rgba(66, 66, 66, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(66, 66, 66, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(66, 66, 66, 0.75);
    width: 595px;
}
.consent_container input[type="text"], .consent_container input[type="password"], .consent_container select {
    display: block;
    margin-bottom: 15px;
    /*width: 100%;*/
    width: 450px;
    padding: 0 5px;
    height: 30px;
}

#ssn {
    width: 130px;
}

#birthdate {
    width: 180px;
}

#home_phone {
    width: auto;
}
.consent_container input[type="submit"] {
    display: block;
}
.consent_container input[type="radio"] {
    margin: 0 10px 0 30px;
}
/*  Selects only the first input by selecting the next sibling of the <br> on top of the <input>s  */
.consent_container br + input[type="radio"] {
    margin: 0 10px 0 0;
}
input[type="checkbox"] {
    margin-right: 10px;
}
.header.consent_container {
    margin-bottom: 0;
    padding: 5px 30px;
    width: 595px;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    opacity: 0.85;
}
.main.consent_container {
    margin-bottom: 0;
    border-top: 1px solid #dedede;
    background-image: none;
    /*min-height: 130px;*/
}

.consent_container select {
    height: 30px;
    line-height: 30px;
    width: 220px;
    border: 1px solid #aaa;
    padding: 4px;
}

.button.green {
    float: right;
    margin-right: 0;
    margin-top: 30px;
    padding: 1px 40px;
    max-height: 34px;
    border: 1px solid #63A639;
    border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #73BF44;
    color: black;
    line-height: 34px;
    cursor: pointer;
    -moz-user-select: none;
}

.button.green.download_btn {
    float: none;
    padding: 10px 40px;
}

.button.green i {
    margin: 0 -20px 0 10px;
    padding: 9px;
    background-color: #63a639;
}
.button.blue {
    cursor: pointer;
    padding: 4px 40px;
    max-height: 28px;
    border: 1px solid #08529B;
    border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #08529B;
    color: white;
    line-height: 34px;
    text-decoration: none;
    -moz-user-select: none;
}
.button.blue div {
    padding: 9px;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

.column2 {
    position: absolute;
    right: 0;
    margin-top: 75px;
    padding: 15px;
    width: 195px;
    background-color: #e9e8e6;
    background-color: rgba(255,255,255,0.5);
}
.column2 p {
    margin: 0;
    color: #666;
}

.panform {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
    padding: 15px;
    max-height: 250px;
    width: 96%;
    border: 1px solid #dedede;
    background: none repeat scroll 0 0 #FDFDFD;
    color: #555555;
    font: 14px/1.375 "Times New Roman","Times New Roman",Times,serif;
}

.panform-section {
    padding-bottom: 40px;
}

span .bottom_logo {
    padding-top: 25px;
    width: 250px;
}

span .bottom_logo_ty {
    width: 250px;
}

.required {
    color: red;
}

.footer {
    padding-top: 15px;   
    font-size: 12px;
    
}
.footer p {
    font-size: 12px;
}
.pull-left
{
    float:left;
}
div.copyright_text
{
    width:500px;
}
div.copy_right_links
{
    text-align: center;
    padding-top:40px;
}

/* ==========================================================================
   Vanda eConsent - Tablet and Smartphone
   ========================================================================== */

   @media screen and (min-width: 320px) and (max-width: 768px) {
       .consent_container, header, .header.consent_container, div.copyright_text, .footer, body, .wrapper
       {
            width: 100%; 
       }

       .consent_container, footer, header
       {
            padding: 0;
            margin: 0;
       }

       header
       {
            margin: 15px 0;
            padding: 40px 0;
       }

       .consent_container input[type="text"], .consent_container input[type="password"], p, .consent_container select, #ssn, #birthdate, #home_phone {
            width: 95%;
        }

        .panform 
        {
            padding-right: 0;
        }

        .consent_container
        {
            padding: 0 20px;
            width: auto;
        }

        .header_text, .panform-section h1, section h1
        {
            padding-top: 30px;
        }

        .copy_right_links
        {
            padding-bottom: 30px;
        }

        .pad 
        {
            width: 100%;
            height: 175px;
        }
   }

   @media screen and (min-width: 320px) and (max-width: 466px){
        .bottom_logo
        {
            margin: 0 auto;
            display: block;
            width: auto;
        }

        #continue_button
        {
            margin: 40px auto 0;
            display: block;
            width: auto;
            float: none;
        }

        .consent_container input[type="text"], .consent_container input[type="password"], .consent_container select {
            height: 35px;
        }
   }