@font-face {
    font-family: 'AvenirRoman';
    src: url(.././assets/fonts/AvenirLTStd-Roman.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url(.././assets/fonts/AvenirLTStd-Heavy.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url(.././assets/fonts/AvenirLTStd-Black.woff);
    font-weight: bolder;
    font-style: normal;
}

.companyLogo {
    margin: 10px auto 20px;
    display: block;
}

html {
    background: none;
}

body {
    font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    background-color: #a5a4a4;
    background-image: url('.././assets/backgrounds/cm_background.png');
    font-family: "AvenirRoman";
}

table#header-table {
    width: 100%;
    margin-bottom: 20px;
}

.footer {
    margin-top: 15px;
    color: #ffffff;
    font-weight: normal;
    width: 452px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

tr#assist {
    height: 100px;
    vertical-align: top;
    font-size: medium;
}

tr#disclaimer {
    font-weight: normal;
    font-size: smaller;
}

div#signUpLink {
    margin-top: 20px;
}

th#header-table {
    width: 50%;
    /** padding-left: 10px;
    padding-right: 10px; **/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "AvenirBlack";
}

.container {
    text-align: center;
    width: 100%;
    display: table;
    height: 100vh;
    padding: 0px;
}

a {
    color: #6d7580
}

a:focus {
    outline: none;
}

a:hover {
    color: #575455
}

a:active {
    color: #6d7580;
}

#api {
    margin: 0 auto;
}

input#signInName {
    width: 100%;
    outline: none;
    background-color: #fff !important;
    background-image: none !important;
    border-style: none;
    border-bottom: 1px solid #1662c7;
    color: #555;
    display: inline-block;
    font-size: 1em;
    height: 30px;
    line-height: 1.42857143;
}

label#passwordTogglerLabel {
    font-weight: normal;
    display: block !important;
    padding-left: 5px;
    color: #697580;
    float: left;
    margin-top: 3px;
    font-size: 12px;
}

input#passwordToggler {
    float: left;
    margin-left: 20px;
    margin-top: 5px !important;
}

label#newPasswordTogglerLabel {
    font-weight: normal;
    display: block !important;
    padding-left: 5px;
    color: #697580;
    float: left;
    margin-top: 3px;
    font-size: 12px;
}

input#newPasswordToggler {
    float: left;
    margin-left: 20px;
    margin-top: 5px !important;
}

label#reenterPasswordTogglerLabel {
    font-weight: normal;
    display: block !important;
    padding-left: 5px;
    color: #697580;
    float: left;
    margin-top: 3px;
    font-size: 12px;
}

input#reenterPasswordToggler {
    float: left;
    margin-left: 20px;
    margin-top: 5px !important;
}

.col-lg-6 {
    max-width: 470px;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.row {
    width: 100%;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

ul {
    padding: 0;
}

#simplemodal-container .simplemodal-data {
    padding: 5px 8px;
    overflow: hidden;
    background-color: white;
    border-radius: 3px;
    font-style: italic;
}


/** Social Button Styles **/

#SignInWithLogonNameExchange {
    background-color: #296ec6;
    background-image: url(none);
    background-size: 10%;
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 0.2rem;
    width: 100%;
    width: 100%;
    font-size: 1.0em;
    margin-left: auto;
}

#SignInWithLogonNameExchange:hover {
    background-color: #1662c7;
}

#AmazonExchange:hover {
    background-color: #36474f !important;
}

#FacebookExchange:hover {
    background-color: #3B5595 !important;
}

#GitHubExchange:hover {
    background-color: #0f0f0f !important;
}

#GoogleExchange:hover {
    background-color: #C64A29 !important;
}

#LinkedInExchange:hover {
    background-color: #0274b3 !important;
}

#MicrosoftAccountExchange:hover {
    background-color: #01a4ef !important;
}

#QQExchange:hover {
    background-color: #1a97df !important;
}

#TwitterExchange:hover {
    background-color: #1DA1F2 !important;
}

#WeChatExchange:hover {
    background-color: #4cc522 !important;
}

#WeiboExchange:hover {
    background-color: #e81123 !important;
}

.buttons #continue:disabled {
    margin: 0 auto;
    background-color: #ed1c2e;
    opacity: .3;
    border-radius: 0.2rem;
    border: none;
    color: white;
    font-size: 1em;
    display: none;
}

.buttons #continue {
    margin: 0 auto;
    width: 48%;
    height: 40px;
    background-color: #ed1c2e;
    opacity: 1;
    border-radius: 0.2rem;
    border: none;
    color: white;
    font-size: 1em;
    float: right;
}

.show {
    clear: both;
}

.buttons #continue:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d41929;
}

.buttons #cancelBtn {
    padding: 0;
    margin-left: auto;
    background: none;
    border: 0;
    width: 80px;
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 3.5%;
    font-size: 1em;
    color: #505050;
    box-shadow: none;
    text-align: left;
}


/* .buttons #cancel {
    display: none;
} */

.buttons #cancel {
    padding: 0;
    margin-left: auto;
    background: none;
    border: 0;
    width: 80px;
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 3.5%;
    font-size: 1em;
    color: #505050;
    box-shadow: none;
    text-align: left;
}

.buttons #cancel:hover {
    color: black !important;
}

.buttons #cancel:before {
    padding: 10px;
    vertical-align: sub;
    zoom: 90%;
    display: inline-block;
}

.buttons #cancelBtn:hover {
    color: black !important;
}

.buttons #cancelBtn:before {
    padding: 10px;
    vertical-align: sub;
    zoom: 90%;
    display: inline-block;
}

#attributeList ul {
    padding: 0;
}

#attributeList ul li {
    list-style: none;
    margin: 1rem 0;
	padding: 2px;
}

label {
    font-weight: 600;
}

#attributeList ul li label {
    float: left;
    display: none;
}

li.Password {
	display: flex;
	flex-direction: column;
}

#attributeList ul li label[for=country] {
    float: left;
    display: inline-block !important;
}

#attributeList ul li label[for=cpiminternal_legalCountry] {
    float: none;
    text-align: left;
    display: block !important;
}

#attributeList ul li label[for=cpiminternal_dateOfBirth] {
    float: none;
    text-align: left;
    display: block !important;
}

#attributeList ul li input {
    outline: none;
    height: 30px;
    width: 100%;
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #1662c7;
    box-shadow: none;
    margin-top: 10px;
}

button#next {
    position: relative;
    bottom: 35px;
}

#attributeList ul li input::-webkit-input-placeholder {
    text-indent: 0px;
}

#attributeList ul li .attrEntry.validate input:invalid {
    border-color: #bb0000;
}

#attributeList ul li .attrEntry .verify {
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: right;
}

#attributeList ul li .attrEntry .verify #email_ver_but_send {
    width: 50%;
    height: 40px;
    background-color: #ed1c2e;
    color: white;
    float: right;
}

#attributeList ul li .attrEntry .verify #email_ver_but_send:hover {
    background-color: #d41929;
}

#attributeList ul li .attrEntry .verify #email_ver_but_verify {
    width: inherit;
    padding: 0px 20px;
    height: 40px;
    background-color: #ed1c2e;
    color: white;
    margin-left: 148px;
    margin-right: 5px;
}

#attributeList ul li .attrEntry .verify #email_ver_but_verify:hover {
    background-color: #d41929;
}

#attributeList ul li .attrEntry .verify #email_ver_but_resend {
    padding: 0px 20px;
    border: 0;
    font-size: 1em;
    height: 40px;
    right: 0;
    bottom: -38px;
    background-color: #ed1c2e;
    color: white;
    width: inherit;
    float: right;
}

#attributeList ul li .attrEntry .verify #email_ver_but_resend:hover {
    background-color: #d41929;
}

#attributeList ul li .attrEntry .verify #email_ver_but_edit {
    margin-bottom: 15px;
    border: none;
    color: white;
    background-color: #ed1c2e;
    width: 50%;
    height: 40px;
    float: right;
    display: none !important;
}

#attributeList ul li .attrEntry .verify #email_ver_but_edit:hover {
    background-color: #d41929;
}

#attributeList ul li .attrEntry .verify #email_ver_input_label {
    display: none !important;
}

#attributeList ul li .attrEntry .itemLevel {
    display: none;
}

#attributeList ul li .attrEntry .dropdown_single {
    height: 45px;
    border-radius: 0.2rem;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
}

#attributeList ul li .attrEntry .dropdown_single option:first-child {
    display: block !important;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
    border-radius: 0.2rem;
    display: table-cell;
    height: 45px;
    padding-left: 15px;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_day.day {
    margin-right: 3%;
    width: 23%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_month.month {
    margin-right: 3%;
    width: 38%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_year.year {
    width: 33%;
}

#attributeList ul li .helpLink {
    display: none;
}

@media screen and (max-width: 100%) {
    .row .panel-default .panel-body {
        margin-top: 40px;
    }
    .row .panel-default .panel-body .branding img {
        display: block;
        height: 80px;
        width: auto;
        margin: 0 auto;
    }
    .row .panel-default .panel-body .branding h1 {
        display: none;
    }
    .row .panel-default .panel-body h3 {
        font-size: 1.5em;
        margin-top: 15px;
    }
    #attributeVerification #attributeList ul li input {
        width: 60%;
        height: 40px;
        margin-bottom: 10px;
        border-radius: 0.2rem;
        border: none;
        text-indent: 10px;
    }
    #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
        text-indent: 10px;
    }
    #attributeVerification #attributeList ul li #email {
        width: 65%;
        float: left;
        position: relative;
        z-index: 2;
    }
    #attributeVerification #attributeList ul li #email_ver_but_verify {
        background: none;
        border: 0;
        color: #0067b8;
        font-size: 1em;
        position: relative;
        right: 0;
        top: 60px;
        font-size: 1.1em;
        width: auto;
        z-index: 1;
        height: 20px;
    }
    #attributeVerification #attributeList ul li #email_ver_input {
        min-width: 50%;
        width: 60%;
        float: left;
    }
    #attributeVerification #attributeList ul li #email_ver_but_resend {
        top: 10px;
        font-size: 1.1em;
        height: 20px;
    }
    #attributeVerification #attributeList ul li .attrEntry #email {
        height: 40px;
    }
    #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send:after {
        content: " Verify";
        font-size: 1.1em;
        font-style: bold;
        margin-left: 40%;
    }
    #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send {
        height: 40px;
        width: auto;
        float: right;
        overflow: hidden;
        text-indent: -200px;
    }
    #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_edit {
        margin-bottom: 15px;
        border: none;
        color: white;
        background-color: #0067b8;
        border-radius: 0.2rem;
        font-size: 1em;
        width: 30%;
        height: 40px;
        overflow: hidden;
        padding-top: 6px;
        margin-left: 40%;
    }
    #attributeVerification #attributeList ul li .attrEntry .verify:after {
        content: " ";
        display: block;
        clear: both;
    }
    #attributeVerification #attributeList #verifying_blurb {
        margin-top: 15px;
    }
    #attributeVerification .buttons #continue {
        height: 40px;
    }
    #attributeVerification .buttons #cancel {
        font-size: 1em;
        left: 40%;
    }
}

.panel,
.panel_layout,
.panel_layout_row,
body,
html {
    height: 100%;
}

.accountButton,
.buttons button {
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    color: black;
    width: 60%;
    border: none;
    font-size: 1em;
    background-color: rgb(244, 244, 244);
    cursor: pointer;
    margin-top: 10px;
    margin-right: auto;
    white-space: normal;
}

.accountButton:hover,
.buttons button:hover {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #0058ad;
    color: white !important;
}


/** Phone **/

@media only screen and (max-width: 600px) {
    .container .row .panel-default {
        border-radius: 0px;
    }
}