﻿h1 {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold !important;
}

h2 {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
}

p {
    font-family: Helvetica;
    font-size: 13px !important;
}

    p.Confirmation {
        font-size: 18px !important;
    }

.header-bg {
    background: #EDEDED;
    padding: 20px 0;
}

    .header-bg .log-button {
        padding: 8px 20px;
        border-radius: 5px;
        border: 2px solid #72aad9;
        color: #72aad9;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: bold;
    }

.log-button:hover {
    background-color: #72aad9;
    color: #fff;
}

.nav-bar {
    margin-top: 30px;
    display: inline-flex;
    margin-left: -40px;
}

    .nav-bar li {
        display: inline;
        padding-right: 30px;
        color: #a6a6a6;
        font-weight: bold;
        border-bottom: 2px solid #a6a6a6;
    }

    .nav-bar .active {
        color: #72aad9 !important;
        border-bottom: 2px solid #72aad9 !important;
    }

.left-rail {
    background-color: #a6a6a6;
    margin-top: 70px;
    font-weight: bold;
    list-style: none;
    display: table;
}

    .left-rail li {
        color: #fff;
        padding: 5px 0;
        text-align: right;
    }

.left-rail-active {
    color: #000 !important;
}

.left-rail .list-info {
    display: table-cell;
}

.left-rail .fa {
    display: table-cell;
    padding-left: 3px;
}

.center-rail h1 {
    background: #002562;
    color: #fff;
    padding: 10px 0;
    padding-left: 40px;
}

.center-rail h2 {
    padding-left: 12px;
}

.right-rail li {
    list-style: none;
    color: #fff;
    text-align: Center;
    padding: 15px 0;
}

.right-rail {
    background-color: #00ca8a;
    float: right;
    margin-top: 70px;
    font-weight: bold;
}

.disclaimer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 50px;
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 100px;
}

    .disclaimer p {
        color: #fff;
        vertical-align: central;
        text-align: center;
        padding-top: 25px;
    }

@media only screen and (max-width : 500px) {
    .disclaimer p {
        padding-top: 0;
    }
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
}

body {
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 125px;
}

hr {
    border-style: dashed;
    border-color: #a6a6a6;
}

.next {
    background: #00ca8a;
    color: #fff;
    border: 2px solid #00ca8a;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
}

    .next:hover {
        background: #fff;
        color: #00ca8a;
        border-color: #00ca8a;
    }

.continue {
    background: #fff;
    color: #a6a6a6;
    border: 2px solid #a6a6a6;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
}

    .continue:hover {
        background: #a6a6a6;
        color: #fff;
    }

.right-rail-mobile {
    background-color: #00ca8a;
}

    .right-rail-mobile li {
        display: inline-block;
        padding: 10px 30px 10px 30px;
    }

        .right-rail-mobile li .fa {
            color: #fff;
        }

        .right-rail-mobile li p {
            color: #fff;
        }

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .nav-bar li {
        font-size: 12px;
        padding-right: 8px;
    }

    #inputfirstname {
        margin-bottom: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .nav-bar li {
        font-size: 13px;
        padding-right: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .nav-bar li {
        font-size: 13px;
        padding-right: 30px;
    }

    #inputfirstname {
        margin-bottom: 0px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .left-rail .list li {
        font-size: 10px;
    }

    .list .fa {
        display: table-cell;
        padding-left: 5px;
    }
}

@media only screen and (min-width : 1200px) {
    .left-rail .list li {
        font-size: 13px;
    }

    .list .fa {
        display: table-cell;
        padding-left: 10px;
    }
}


/*==========  Additional Form styles  ==========*/
.T_esig input[type="text"] {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .T_esig input[type="text"]:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
    }



.form-group .text-danger.validator {
    font-weight: bold;
    color: red;
    font-size: 16px;
}

.radio-list {
}

    .radio-list label {
        font-weight: normal;
        padding: 0 10px 0 5px;
    }

    .radio-list.hedge-liquidate label {
        display: inline;
    }

.broker-firm {
    padding-bottom: 20px;
}

.checkbox-inline label {
    font-weight: normal;
}

.RadInput_Bootstrap .riTextBox:disabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

div#htmlImport {
    text-align: left;
    font-family: Arial, Sans-Serif;
    padding-left: 10px;
    font-size: 12px;
}

    div#htmlImport h1 {
        text-align: center;
        font-size: 14px;
    }

    div#htmlImport h2 {
        font-size: 13px;
    }

    div#htmlImport h3 {
        font-size: 13px;
        font-weight: bold;
    }

    div#htmlImport li.heading {
        list-style-type: none;
        padding: 5px 0px 5px 0px;
        font-weight: bold;
        display: block;
    }

    div#htmlImport li.paragraph {
        list-style-type: none;
        padding: 0px 0px 5px 20px;
        display: block;
    }

    div#htmlImport li.bullet {
        list-style-type: disc;
    }

#login {
    margin-left: 50px;
}

table > tbody > tr > td > label {
    display:inline;
}