@charset "utf-8";
@import url('./opensans.css');
@import url('./fxcm-glyphs.css');

* {
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    outline:none;
    position:relative;
}

html, body {
  height:100%;
}

body {
    font-family:"Open Sans", Arial;
    position:relative;
}

noscript {
    display: block;
}

.no-js-alert {
    margin-top: 200px;
}

.inline {
    display:inline-block;
    margin:5px;
}

.required_field {
    width: 7px;
}

.required_field,
.required_description,
.notice {
    color: red;
}
.agreementContainer {
    margin-bottom: 15px;
}

.agreements-description {
    color: red;
    font-weight: bold;
}

.ulWrapper li {
    margin-left: 15px;
}

.center {
    text-align:center;
    margin:auto;
}

.btn-max-width {
    width: 100%;
}

.left,
.right {
    display:inline-block;
    vertical-align:top;
}

.right {
    position:absolute;
    top:0px;
    right:15px;
}

.radio, .checkbox {
    margin-right:10px;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 0;
}

.fileDownloadLink {
    direction: ltr !important;
    display: inline-block;
}

#ui-datepicker-div[style*="display: block"],
#ui-datepicker-div.visible {
    width: 280px !important;
    display:table !important;
}

.reportFirstDatepicker {
    position: absolute;
    width: 28px;
    right: 21px;
    top: 5px;
    height: 22px;
    cursor: pointer;
}

.reportSecondDatepicker {
    position: absolute;
    height: 22px;
    width: 28px;
    right: 21px;
    top: 5px;
    cursor: pointer;
}

.loginReminderDatePickerIcon {
    position: absolute;
    height: 22px;
    width: 28px;
    right: 5px;
    top: 6px;
    cursor: pointer;
}

.checkStopDatePickerIcon {
    position: absolute;
    height: 22px;
    width: 28px;
    right: 20px;
    top: 6px;
    cursor: pointer;
}




/*****************************************************/
/* Change Pin */

.pinValidationInfo {
    padding-left: 50px;
}

.requiredText {
    color: #666666;
}

#changePinForm .oldPIN {
    width: 295px;
    float: left;
    height: 30px;
    overflow: hidden;
}

#changePinForm .newPIN {
    width: 295px;
    float: left;
    height: 30px;
    overflow: hidden;
}

#changePinForm .verifyPIN {
    width: 295px;
    float: left;
    height: 30px;
    overflow: hidden;
}

#changePinForm .form-group {
    overflow: hidden;
}

#changePinForm #oldPIN {
    width: 150px;
    float: left;
    height: 30px;
    overflow: hidden;
}

#changePinForm #newPIN {
    width: 150px;
    float: left;
    height: 30px;
    overflow: hidden;
}

#changePinForm #verifyPIN {
    width: 150px;
    float: left;
    height: 30px;
    overflow: hidden;
}

/*   Reports   */

.btnGetReport {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #555;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    word-wrap: break-word;
    min-height: 30px;
    line-height: 1;
    background: #555;
    max-width: 160px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.lnkRevokeMessageSecond {
    cursor: pointer;
}

.lnkAccountTerms {
    cursor: pointer;
}

.reportTypeItem {
    float: left;
}

.reportTypeItem input {
    margin-left: 50%;
}
.reportTypeItem p {
    margin: 0 !important;
}
.lblSelectReportType {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-align: left !important;
}

.accountHidden {
    display: none;
}

.reportTypeItem label.activeItem {
    background: #EBEBEB;
    border: 1px solid #ADADAD;
}

.reports4 .reportTypeItem label {
    width: 157px;
}

.reportTypeItem label {
    padding:6px 10px;
    border: 1px solid #D0D0D0;
    word-wrap: break-word;
    font-size:13px;
    min-height: 46px;
    line-height: 1.3;
    font-weight: normal;
    width: 210px;
    text-align: center;
    margin-bottom: 0;
}

.reportTypeItem label:focus,
.reportTypeItem label:hover {
    background: #f3f3f3;
}

.reportTypeItem:first-of-type > label{
    border-radius: 5px 0 0 5px;
}

.reportTypeItem:last-of-type > label{
    border-radius: 0 5px 5px 0;
}

.reportTypeItem.onlyOne > label{
    border-radius: 5px 5px 5px 5px;
}

.reportsPage .formItem label.control-label {
    float: left;
    text-align: left;
}

.reportsPage .accountBalance {
    color: #419E42;
}

.reportsPage .checkbox {
    padding-top: 0;
}

.reportsPage #acctBalance {
    padding-left: 5px;
}

.reportsPage .formItem div.controls  {
    float: left;
}

.linkIconDrop {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
}

.linkIconDrop.rolled {
    background: url('../img/rolled.png') center center no-repeat;
}

.linkIconDrop.collapsed {
    background: url('../img/collapsed_active.png') center center no-repeat;
}

.dropLinkMsg {
    display: block;
    padding-right: 20px;
}

.uploadDocButtonsWrapper {
    margin-top: 40px;
}

.underDropLink {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
}

.underDropLink:hover {
    text-decoration: none;
    color: #000000;
}

.underDropLink:active {
    text-decoration: none;
    color: #000000;
}

.underDropLink:link {
    text-decoration: none;
    color: #000000;
}


.reportsPage .lblReportType {
    cursor: pointer;
}

.reportsPage .rbtReportType {
    cursor: pointer;
}

/**************Complaints Message********************/
.complaintsMessage {
    margin-bottom: 15px;
}
.commentsQuestionsButtons {

}
.newWindow {
    min-width: 350px;
}

.completeStepWrapper {
    /*margin-top: 100px;*/
}


.newWindowInfoTextWrapper {
    display: none;
}

.newWindowInfoTextWrapper .pageHeader img {
    width:212px;
    margin-bottom:15px;
}

.thankFXCMService {
    /* margin-bottom: 20px; */
    background: #0068B3;
    color: #FFF;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: -35px;
    margin-right: -35px;
    margin-top:15px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.assistanceSection {
    margin-bottom: 20px;
}

/**************FAQ Links****************************/

.liveChatLink {
    cursor: pointer;
}

.liveChatLink1 {
    cursor: pointer;
}


.custSectionLinks a {
    color:black;
    border:1px solid #EEE;
    border-top-width: 0;
    padding:10px;
    display:block;
    text-decoration:none;
}

.custSectionLinks .custSectionLinksTop {
    border-top-width: 1px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.custSectionLinks .custSectionLinksLast {
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

.custSectionLinks a:hover {
    background:#468cc8;
    color:white;
}

/**************Upload documentation*****************/

.lblFileUpload {
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: normal !important;
    font-size: 17px;
}

.btn-primary.disabled,
.lblFileUpload.disabled {
    background: #888 !important;
    color: white!important;
    border: 1px solid #666!important;
    opacity: .65;
    filter: alpha(opacity=65);
}

/* Elements by Class/ID */
html.notAuthorized #custBackground {
    background:url('../img/notauthorized_background.jpg') center center no-repeat;
    background-size:100% 100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

html.notAuthorized #process_pages_container p {
    font-size:13px;
}

html.notAuthorized .panel {
    width:450px;
    border:1px solid #888;
    padding:20px;
    border-radius:0px;
    margin-bottom:0px;
    -webkit-box-shadow:5px 5px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:5px 5px 3px 0px rgba(0,0,0,0.2);
    box-shadow:5px 5px 3px 0px rgba(0,0,0,0.2);
}

html.notAuthorized.mobile .panel {
    width:100%;
}

html.notAuthorized.mobile #login_steps_container > .row > [class*="col-"] {
    width:100%;
    margin:0px;
}

html.notAuthorized .panel-heading {
    background:white;
    color:black;
    border-bottom:0px;
    border-radius:0px;
    margin-bottom:20px;
}

html.notAuthorized .panel-heading .right {
    line-height:42px;
    top:10px;
}

html.notAuthorized .panel-heading *:not(.panel-title) {
    color:black;
}

html.notAuthorized .panel-title {
    font-size:30px;
    font-weight:bold;
}

html.notAuthorized .panel-body h2 {
    font-size:16px;
}

html.notAuthorized {
    position:static;
}

html.notAuthorized body {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

html.notAuthorized.legacy #login_steps_container > .row,
html.notAuthorized.legacy #resetPasswordContentContainer .passwordResetWrapper {
    width:450px;
    margin:20px auto;
}

html.legacy.notAuthorized .container .row {
    vertical-align:middle;
}

html.notAuthorized:not(.legacy):not(.mobile) .container {
    display:inline-block;
    width:480px;
    margin:0px;
    margin-left:-240px;
    position:absolute;
    left:50%;
    top:0px;
}

html.legacy.notAuthorized .panel {
    vertical-align:middle;
}

.btn-primary {
    background:#468cc8;
    border:1px solid #2c80c8;
}

.btn-primary:hover,
.btn-primary:active {
    background:#2c80c8;
    border:1px solid #217bc8;
}

/**************Buttons styling************/


.editButtonWrapper {
    z-index: 100;
}

.attachButtonWrapper {
    margin-top: 40px;
    margin-bottom: 30px;
}

.buttonWrapper .btnActionCancel {
    margin-top: 20px;
    height: inherit;
    width: inherit;
    /*font-weight: bold;*/
}

.btnAction {
    margin-top: 20px;
    /*font-weight: bold;*/
}

.btnSubmitMiddle {
    min-width: 155px;
}

.btnSubmit {
    height: 42px;
    font-size: 17px;
}

.btnEdit {
    height: 42px;
    font-size: 17px;
}

.btnNo {
    height: 42px;
    font-size: 17px;
}

body .btn-primary[disabled] {
    background:#888;
    color:white;
    border:1px solid #666;
}

.btnCancelMiddle {
    min-width: 155px;
    height: 42px;
    font-size: 17px;
}

.printButtonWrapper {
    height:42px;
}

.printButtonWrapper.allBtnWrapper {
    padding:0px 15px;
    margin-left:0px;
    margin-top:0px;
}

.printButtonWrapper .btnPrint {
    width:42px;
    padding:0px;
    position:absolute;
    top:0px;
    right:15px;
}

.printButtonWrapper.allBtnWrapper .btnPrint {
    width:100%;
    position:static;
    top:auto;
    right:auto;
    padding:6px 12px;
}

.btnPrint {
    width:100%;
    height: 42px;
    font-size: 17px;
}

.btnSave {
    height: 42px;
    font-size: 17px;
}

.btnConfirm {
    height: 42px;
    font-size: 17px;
}

.btnChange {
    height: 42px;
    font-size: 17px;
}

.btnBack {
    height: 42px;
    font-size: 17px;
}

.btnContinue {
    height: 42px;
    font-size: 17px;
}

.btnCancel {
    width:100%;
    height: 42px;
    font-size: 17px;
}

.btnReports {
    border-radius: 5px;
    color: #FFFFFF;
    word-wrap: break-word;
    min-width: 160px;
    text-align: center;
    font-size: 17px;
}

.btnFull {
    width: 100%;
}

.thankYouDataWrapper {
    padding-right: 70px;
}

.buttonWrapper {
    float: left;
    margin-right: 30px;
}
/*****************************************/
#depositsDiv > div {
    padding-left: 0px;
    padding-right: 0px;
}

#formMethod .row:last-of-type .description,
#depositsDiv .row:last-of-type .description {
    padding-bottom: 0;
}

.helpIcon.chat > img {
    width: 35px;
    height: auto;
}
.helpIcon.commentsQuestions > img {
    width: 35px;
    height: auto;
}

.helpLinksWrap > .helpIcon {
    float: left;
}



.helpLinksWrap {
    min-height: 35px;
    margin-bottom: 10px;
}

.helpLink:hover {
    text-decoration: none;
    background: #999999;
    color: #FFFFFF;
}

.helpLink:active {
    text-decoration: none;
    color: #000000;
}

.helpLink:focus {
    text-decoration: none;
    color: #000000;
}

.helpLink {
    display: block;
    padding: 0px 5px;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
}

#custHelpWrapper {
  padding:0px 15px;
}

#custHelp {
  border:1px solid #DDD;
  border-radius:4px;
  padding:15px; 
}

#lnkQCtablet {
    display: none;
}

#lnkQC,
#lnkQCtablet {
  background:#4BA34C;
  color:white;
  cursor: pointer;
  border:1px solid #469947;
  border-top:1px solid #3E873F;
  border-bottom:1px solid #469947;
}

#lnkQC:hover,
#lnkQCtablet:hover {
  background:#418C42;
  border:1px solid #387739;
  border-bottom:1px solid #3C803D;
}

.btn.ts-web-link {
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
}

.side-bar-button {
  background:#468CC8;
  color:white;
  border:1px solid #4288C3;
  border-top:1px solid #3A79AE;
}

.side-bar-button:focus {
    color:white;
}
.side-bar-button:hover {
  background:#407DB1;
  border:1px solid #396F9C;
  border-top:1px solid #396D9A;
}

.wd-loading-notification {
    margin-left: -95px;
    margin-top: 150px;
    width: 200px;
    position: fixed;
    top: 25%;
    left: 50%;
    color: #dadada;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 5px;
}

.withdrawSteps tr td:first-child {
    word-break: normal;
}

.auto_credit_card_wd .credit-debit-notice .manual,
.auto_credit_card_wd .transaction-type,
.auto_credit_card_wd .account-currency,
.auto_credit_card_wd .full-amount,
.auto_credit_card_wd .available-balance,
.auto_credit_card_wd .preferred-card-section,
.credit-debit-notice .auto,
.auto-credit-card-amount-section {
    display: none !important;
}

.auto_credit_card_wd .credit-debit-notice .auto,
.auto_credit_card_wd .auto-credit-card-amount-section {
    display: inherit !important;
}

.auto-credit-card-amount-section .auto-cc-max-amount {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.auto-credit-card-amount-section .ccAmountsTable {
    padding-bottom: 10px;
}

.auto-credit-card-amount-section .ccAmountsTable > .row,
.auto-credit-card-amount-section .ccAmountsTable .card-list > .row {
    margin: 0 0 0 -5px;
    padding: 2px 0;
}

.auto-credit-card-amount-section .ccAmountsTable > .row > div:first-child,
.auto-credit-card-amount-section .ccAmountsTable .card-list > .row > div:first-child {
    padding-left: 5px;
}

.auto-credit-card-amount-section .ccAmountsTable > .row > div:last-child,
.auto-credit-card-amount-section .ccAmountsTable .card-list > .row > div:last-child {
    padding-right: 0;
    margin: 0;
}

.auto-credit-card-amount-section .ccAmountsTable .see-more-container > div,
.auto-credit-card-amount-section .ccAmountsTable .card-list > .row div {
    padding-top: 6px;
}

.auto-credit-card-amount-section .ccAmountsTable .card-list > .row div.form-group {
    padding-top: 0;
    padding-right: 0;
    margin: 0;
}

.auto-credit-card-amount-section .ccAmountsTable .see-more-container,
.auto-credit-card-amount-section .ccAmountsTable .card-list .row {
    min-height: 36px;
}

.auto-credit-card-amount-section .ccAmountsTable .card-list .row.dark {
    background-color: #F2F2F2;
}

.transaction-info-cc-wd-total-amount {
    font-weight: bold;
}

.auto-credit-card-amount-section .ccAmountsTable .card-list > .row > .sub-row {
    padding: 0;
}

#lnkForgotUsername,
#lnkForgotPassword {
    white-space: normal !important;
}

html.notAuthorized.mobile .formLogin .row > .form-group {
    width:100%;
}

#custLoginCaseSensitive {
    font-size:11px;
    margin:12px 0px;
    display:block;
}

.alert {
    position: fixed;
    top: 55px;
    width: 795px;
    z-index:10000;
}

.notAuthorized .alert {
    width: 100%;
    top: inherit;
    left: inherit;
    position: relative;
}


#select_cw h2,
#select_cw .panel-body {
  color:#9C9A9A;
}

#select_cw h2 {
  font-size:20px;
}

#select_cw .panel,
#select_cw .panel-body {
  padding-bottom:0px;
}

#cwList {
  margin:20px -35px 0px -35px;
}

#cwList .cwList {
    font-weight:bold;
    padding:10px 20px;
    cursor:pointer;
}

#cwList .cwList:hover {
    background:#468CC8;
    color:white;
}

#cwList .cwList {
    border-top:1px solid #DDD;
}

#cwList .cwList .glyphicon {
    text-align:right;
}


/* Navigation */
#navigationHeader {
    background:white;
    padding-top:42px;
    padding-bottom:42px;
}

#navigationHeader,
#navigationBar {
    border:0px;
    border-radius:0px;
    margin-bottom:0px;
}

#navigationBar {
  background:#004272;
}

#navigationHeader > .container {
  padding-bottom:0;
}

#navigationBar > .container {
  padding:0px;
}

#navigationBar > .container > .navbar-collapse {
  padding:0px;
}

.navbar-collapse > .navbar-right {
    /*margin-right:35px;*/
}

.navbar-collapse > ul > li > a,
.dropdown-menu > li > a:focus {
    color:white;
}

.navbar-collapse > ul > li > a:focus,
.dropdown-menu > li > a:focus {
  background:#004272;
}

#navigationBar .dropdown:hover,
.navbar-collapse > ul > li > a:hover,
.navbar-collapse > ul > li.dropdown.open > a {
    background:#003358;
}

.dropdown-menu {
  background:#003358;
  border-top:0px;
  border-radius:0px;
  box-shadow:none;
  -webkit-box-shadow:none;
}

.dropdown-menu > li > a {
  color:white;
}

.dropdown-menu > li > a:hover {
  background:#001E33;
  color:white;
}

.container > .navbar-header {
    z-index:100;
}

.collapse.navbar-collapse {
  padding-top:8px;
}

#mobile-navbar {
    border-left: 1px solid black;
    font-size: 14px;
}

#mobile-navbar.collapse.navbar-collapse {
    display: none !important;
}

#mobile-navbar.collapse.navbar-collapse.in {
    display: inherit !important;
}

#mobile-navbar.navbar-collapse.in .dropdown > a,
#mobile-navbar.navbar-collapse.collapsing .dropdown > a {
    background-color: #001E33;
    color: white;
}

#mobile-navbar.navbar-collapse.in .dropdown-menu > li > a {
    background-color: #004272;
    line-height: 20px;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#mobile-navbar.navbar-collapse.in .dropdown-menu > li > a:focus,
#mobile-navbar.navbar-collapse.in .dropdown-menu > li > a:hover {
    background-color: #005490;
}

#mobile-navbar.navbar-collapse.in .dropdown-menu > li > a.current {
    color: #FFBC03;
}

#mobile-navbar.navbar-collapse.in #custCollapsedBarLanguageContainer .dropdown-menu > li > a {
    background-color: #001E33;
    padding-left: 40px;
}

#mobile-navbar.navbar-collapse.in #custCollapsedBarLanguageContainer .dropdown-menu > li > a:focus,
#mobile-navbar.navbar-collapse.in #custCollapsedBarLanguageContainer .dropdown-menu > li > a:hover {
    background-color: #00365d;
}

.bellsAlerts {
    display: block;
    height: 18px;
}

.bellsAlerts img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.printImage {
    width: 23px;
    height: 23px;
}

.navbar-brand img,
.panel-title > a > img {
    width:212px;
    height:60px;
}

.panel-title > a > img {
  margin-left:-5px;
}

.panel-title {
  font-weight:bold;
  font-size:14px;
}

html.notAuthorized .panel-title {
  font-size:16px;
}

.panel-title > .pull-right {
  margin-top:-4px;
}

.btn-default.btnUpdateProfileInfo {
  font-size:12px;
  font-weight:bold;
  padding:5px 10px;
}

.navbar-brand img {
    margin-top:-20px;
}

select[for="language"] {
    line-height:20px;
    border:1px solid #CCC;
    border-radius:4px;
    padding: 0 0 4px 10px;
    height: 34px;
}

#btnLogout {
    height: 34px;
}

#custCollapsedBarLanguageContainer {
    display:none;
    padding-bottom: 10px;
}

#navigationBar #btnCollapsedLogout {
  display:none;
}

#custUserLinks {
    margin:0px 20px;
}

#custUserLinks a {
    display:inline-block;
    padding:0px;
}

#btnLogout {
  font-size:14px;
}

.custGlyph {
    display:block;
    margin:0px 15px 0px 0px;
    position:relative;
}

.custGlyph .glyphicon {
    display:block;
    font-size:20px;
    margin-top:-5px;
}

.custGlyph,
.custGlyph a {
    color:#777;
    text-decoration:none;
    padding:7px 7px;
}

#btnPrint,
#btnPrint:hover,
#btnPrint:focus,
.btnPrint,
.btnPrint:hover,
.btnPrint:focus,
.dropdown.open .custGlyph,
.custGlyph:hover,
.custGlyph:hover a {
    background:white;
    color:#333;
    border-color: #ccc;
}

#custLanguageContainer,
#custCollapsedHeaderLanguageContainer {
    margin:0px 15px 0px 0px;
}

.navbar-default .navbar-toggle {
    background:#ddd;
    border:1px solid #CCC;
    width: 36px;
    padding: 9px 6px;
}

.navbar-default .navbar-toggle.collapsed {
    background:transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background:#979696;
}

.liveChatLink2 {
    cursor: pointer;
}

div.row.country-with-note {
    margin-bottom: 0;
}

#custCollapsedNavHeader {
    margin:0px;
    padding-top:8px;
    position:absolute;
    top:0px;
    right:51px;
    display:none;
    z-index:100;
}

#custCollapsedNavBar {
  margin-top:15px;
}

#custCollapsedNavBar a,
#custCollapsedNavHeader a,
.custUserNavLinks a {
    color:#333;
    text-decoration:none;
    display:block;
}

#custCollapsedNavBar a:hover,
#custCollapsedNavHeader a:hover {
    color:#333;
}

#custCollapsedNavBar .navbar-nav,
#custCollapsedNavHeader .navbar-nav {
    margin:0px;
    display:inline-block;
}

#custCollapsedNavBar .navbar-nav > li,
#custCollapsedNavHeader .navbar-nav > li,
.custUserNavLinks .navbar-nav > li {
    display:inline-block;
}

#custCollapsedNavBar .navbar-nav .dropdown-menu > li,
#custCollapsedNavHeader .navbar-nav .dropdown-menu > li,
.custUserNavLinks .navbar-nav .dropdown-menu > li {
    padding: 5px 15px;
    line-height:initial;
}

#custCollapsedNavBar .navbar-nav .dropdown-menu > li > a,
#custCollapsedNavHeader .navbar-nav .dropdown-menu > li > a,
.custUserNavLinks .navbar-nav .dropdown-menu > li > a {
    color:#333;
    margin:-3px -15px;
    line-height:1.42857143;
}

#custCollapsedNavBar .navbar-nav .dropdown-menu > li:hover,
#custCollapsedNavHeader .navbar-nav .dropdown-menu > li:hover,
.custUserNavLinks .navbar-nav .dropdown-menu > li:hover,
#custCollapsedNavBar .navbar-nav .dropdown-menu > li > a:hover,
#custCollapsedNavHeader .navbar-nav .dropdown-menu > li > a:hover,
.custUserNavLinks .navbar-nav .dropdown-menu > li > a:hover {
  background-color:#EBEBEB;
}

.navbar .dropdown-menu > li > a:active {
    background-color:#001E33;
}

#custCollapsedNavBar .navbar-nav .dropdown-menu .glyphicon,
#custCollapsedNavHeader .navbar-nav .dropdown-menu .glyphicon {
    margin:0px 5px;
}

#navigationBar .navbar-nav .dropdown {
  display:table;
}

#custCollapsedNavBar .navbar-nav .dropdown.open .dropdown-menu,
#custCollapsedNavHeader .navbar-nav .dropdown.open .dropdown-menu,
.custUserNavLinks .navbar-nav .dropdown.open .dropdown-menu {
    background-color:#fff;
    width:250px;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    margin-top:5px;
    padding:0;
    position:absolute;
    right: 15px;
}

.custUserNavLinks .navbar-nav .dropdown.open .dropdown-menu {
  color:black;
}

.custAlertMenu img,
.custAlert img {
    float: left;
}

#custAlerts {
    z-index: 10;
}

.custAlerts li div.custAlertMenu {
    padding-top: 4px;
}


#custCollapsedNavBar .dropdown-menu.custAlerts > li,
#custCollapsedNavHeader .dropdown-menu.custAlerts > li,
.custUserNavLinks .dropdown-menu.custAlerts > li {
    padding:0px;
}

#custCollapsedLanguageContainer {
    margin-right:20px;
}

.dropdown .btnAlerts,
.dropdown.open .btnAlerts {
  border:1px solid red;
}

#custAlertsCount,
#custCollapsedAlertsCount {
    background:red;
    color:white;
    display:block;
    height:20px;
    width:20px;
    border-radius:20px;
    padding-top:5px;
    text-align:center;
    line-height:10px;
    position:absolute;
    top:-8px;
    right:-5px;
}

.custAlerts .custAlertMenu {
    font-size:13px;
    padding:3px 5px 3px 24px;
    cursor:default;
}

.custAlerts .custAlertMenu:hover {
    background:#EBEBEB;
    color:white;
}

.custAlerts .custAlertMenu > a {
    padding: 1px 5px 2px;
    vertical-align:middle;
    display:inline-block;
    width: 100%;
    font-size: 14px;
}

.custAlerts .custAlertMenu > a .alertText {
    line-height: 20px;
}

.custAlerts .custAlertMenu img {
    margin-left:-19px;
    width: 10px;
    margin-top: 5px;
}

#custSidebar > .row {
  margin-bottom:15px;
}

#custSidebar > .row > div {
  margin-bottom:15px;
}

#custSidebar a::after {
    content:' ';
    display:block;
    clear:both;
}

#custSafeInformation,
#custCollapsedSafeInformation {
    color:#0068b3;
    margin-bottom:10px;
}

#custSafeInformation {
  font-size:14px;
}

#custCollapsedSafeInformation {
    display:none;
}

#custUserInfo {
    margin-bottom:20px;
}

#custUserInfo h2 {
    font-weight:bold;
}

#custUserInfo h2,
#custUserLinks {
    display:inline-block;
}

#custUserLinks a {
    margin:0px 10px;
}

#custUserData {
    color:#666;
    font-size:13px;
    font-weight:bold;
}

#custUserData span:not(:first-child)::before {
    content:'|';
    display:inline-block;
    margin-right:5px;
}

.containerWrapper {
    background:white;
    min-height:500px;
    padding: 30px 0 0;
    padding-bottom: 100px;
}

.container h2,
h3, .h3,
#custSidebar h4 {
    color:#0068b3;
}

#section_login .panel > .panel-body h3,
#select_cw .panel > .panel-body > h3 {
  margin-top:0px;
  margin-bottom:15px;
}

#section_login {
    height: 425px;
}

.formLogin .row .checkbox {
  margin-bottom:15px;
}

#custSidebar h4 {
  margin-bottom:15px;
}

.container h2 {
    font-weight:bold;
    margin-top:0px;
}

#formNewAccount #divTransferYes, #formNewAccount #divTransferNo {
    margin-top:15px;
}

#divSecurityQuestions label,
#divSecurityAnswer label {
  margin-top:7px;
}

.unionPayDepositResult ul {
    padding-left: 15px;
}

.content-border,
.depositFormContainer,
div.ajax {
    padding:0 15px 20px 15px;
    border-radius:4px;
    border:1px solid #EDEDED;
}

.depositFormContainer ul {
    margin-left: 15px;
}

#step_5 .printButtonWrapper,
div.ajax .printButtonWrapper {
    margin-top: 10px;
}

div.ajax h3 {
    margin-top: 16px;
}

div.ajax .disclaimer {
    font-size:0.8em;
    font-weight:bold;
    margin:30px -5px;
}

div.ajax .disclaimer p:last-child {
    margin-bottom:0px;
}

#custFeeNoteSection {
    height: 0;
}

.lining {
    position: fixed;
    top:-400px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color: #000;
    opacity: 0.60;

    z-index: 400;
}

div.questionsComments {
    background:white;
    border-radius:4px;
    width:590px;
    padding:35px;
    margin-top:-356px;
    margin-left:-295px;
    position:fixed;
    top:50%;
    left:50%;
    z-index:500;
}

div.questionsComments.absolute {
    margin-top:20px;
    position:absolute;
    top:0;
}

div.dataProtection .dpContent {
    background:white;
    border-radius:4px;
    max-width:590px;
    padding:35px;
    margin: 50px auto;
}

div.dataProtection .dpContent .submitButtonWrapper input {
    min-width: 33%;
}

div.dataProtection.absolute {
    margin-top:20px;
    position:absolute;
    top:0;
}

div.dataProtection .content {
    padding: 20px 15px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

div.dataProtection .pageHeader input {
    position: absolute;
    right: -30px;
    top: -30px;
}

div.dataProtection .pageHeader img {
    width: 100%;
    max-width: 212px;
    max-height: 60px;
    margin-bottom: 15px;
}

table tr.odd {
    background:#f9f9f9;
}

table tr.even {
    background:transparent !important;
}

.bigFooterText {
    padding-left: 15px;
    padding-right: 15px;
}

.topLinksLogo {
    display: block;
    height: 18px;
}

.topLinksLogo img {
    height: 21px;
    width: 20px;
    margin-top: -5px;
}

.tax-info-description {
    color: #999999;
}

.tax-content .buttons {
    margin-top: 15px;
}

.tax-content {
    padding: 20px 15px 20px 15px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
}

#custFooter {
    background:#004272;
    color:white;
    width:100%;
    min-height:210px;
    padding:25px 0px;
}

#custNotAuthorizedFooter {
    background:#004272;
    color:white;
    padding:30px;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
}

#custFooter a,
#custNotAuthorizedFooter a {
    color:white;
    text-decoration:underline;
}

#custFooterLinks a {
    font-size: 13px;
}

#custNotAuthorizedFooter .big_block {
    display: inline-block;
}

#custFooterLinks {
    display:block;
    margin-bottom: 30px;
}

#custNotAuthorizedFooterLinks {
    display:block;
}

#custFooterLinks a,
#custNotAuthorizedFooterLinks a {
    margin-right:15px;
}

#custFooterCopyright a {
    text-decoration:none;
}

#txtPasswordDescr ul {
    margin : 10px 15px;
}
#txtPasswordDescr li {
    margin-left : 15px;
}

.panel {
    border:1px solid #DEDEDE;
}

.profile-item.panel:last-of-type {
    margin-bottom: 0;
}

.panel-heading {
    background:#EEE;
    border-bottom:1px solid #DEDEDE;
}

.panel-body {
    padding-top:0px;
}

.rowWithBottomSpace {
    margin-bottom: 10px;
}

#personal-info.panel-body,
#contact-info.panel-body,
#bank-info.panel-body,
#employment-info.panel-body {
  padding:0px;
}

#eafForm > h5,
#personal-info > h5,
#contact-info > h5,
#employment-info > h5 {
    background:#F5F5F5;
    margin:0px;
    padding:10px 15px;
    border-top:1px solid #DEDEDE;
    font-weight:bold;
}

#eafForm > h5 {
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:15px;
}

table.pers-data,
table.user-data {
  margin-bottom:0px;
}

table.pers-data tr th,
table.user-data tr th {
  padding-left:15px;
    overflow-x: hidden;
}

table.pers-data tr td,
table.user-data tr td {
  padding-right:15px;
  word-break:break-word;
  white-space:normal;
}

table.user-data td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:0;
    width:66.66666%;
}

table.pers-data td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:0;
    width:33.33333%;
}

table.user-data th {
    width:33.33333%;
}


/* Ads */
.row.ads {
    text-align:center;
    padding:0px 43px;
    margin:auto;
}

.row.ads div {
    border:1px solid black;
    height:220px;
    margin-bottom:15px;
    line-height:220px;
}

.agreements-scrollable .well {
    height: 550px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}

div.modalDialog {
    display: none;
    width: 100%;
    z-index: 10000;
    position: fixed;
    _position: absolute;
    left: 0;
}

.modalBackground {
    z-index: 9999;
    width:100%;
    min-height:100%;
    background:rgb(204,204,204);
    background: transparent\9;
    background:rgba(204,204,204,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fCCCCCC,endColorstr=#7fCCCCCC);
    zoom: 1;
    -moz-opacity: 0.5;/* Netscape */
    -khtml-opacity: 0.5;/* Safari 1.x */
    overflow: hidden;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
}

.modalBackground:nth-child(n) {
    filter: none;
}

#lblCCAlertMsg p {
    color: red;
}

.deposit-div .description .name,
.withdrawalMethod .description .name {
    font-weight: bold;
    font-size: medium;
    color: #656565;
}

.deposit-div .description,
.withdrawalMethod .description {
    padding-bottom: 25px;
    color: #656565;
}

label.nonBold {
    font-weight: normal;
}

.deposit-div img,
.withdrawalMethod img {
    display: inline-block;
    max-width:170px;
    margin-left: auto;
    margin-right: auto;
}

.bpay-content {
    position: absolute;
    z-index: 10;
    font-size: 12px;
    text-align: left;
    left: 72px;
    top: 57px;
}

.bpay-content .biller-code {
    margin-left: 35px;
    margin-top: 5px;
}

.bpay-content .ref-code {
    margin-top: -4px;
}

.deposit-div.bpay .description {
    display: inherit;
}

.deposit-div.bpay .mobile_description .name {
    font-weight: bold;
}

.deposit-div.bpay .mobile_description {
    display: none;
}

.deposit-div,
.withdrawalMethod,
#lblPreferredCardBlock{
    cursor: pointer;
}

.deposit-div .description,
.withdrawalMethod .description,
.withdrawalMethodMessage .description {
    display: block;
    vertical-align: middle;
    height: auto;
    padding-top: 15px;
    word-break: break-word;
}

div.deposit-div .description,
div.withdrawalMethod .description,
div.withdrawalMethodMessage .description {
    text-align: left !important;
}

#contactUsTable {
    margin-bottom: 0;
}

#formMethod div.row {
    padding-bottom: 15px;
}

#formMethod div.row:last-of-type {
    padding-bottom: 0;
}

#selectCurrency {
    padding-left: 2px;
}

.deposit-currency-select {
    min-width: 100px;
}

#formStep1 .control-label {
    text-align: left;
}

.ccCurrencyNotice,
.ccSubmitNotice {
    color: gray;
    font-size: 75%;
    max-height: 50px;
}

.ccSubmitNotice {
    max-height: 100% !important;
}

.ccSubmitNotice,
.ccSubmitNotice2,
.ccCardNotice {
    font-size:75%;
    font-weight:bold;
}

.ccCurrencyNotice {
    margin-top: -30px;
    display: block !important;
}

.cvcHelpButton {
    cursor: pointer;
    font-size:20px;
    padding:2px 12px;
    margin-left: 7px;
    max-width: 38px;
    height: 34px;
}

.ccNumberError {
    color: red;
    font-size: 75%;
    max-height: 50px;
}

#step1InfoAccountSection {
    margin-top:15px;
}

.editSection {
    margin-top:15px;
    margin-bottom: 15px;
}

.editSection:first-of-type {
    margin-bottom:30px;
}

#custVerifyAmount {
    color: red;
    font-weight: bold;
}

.ccStep2Sign {
    float: left;
    margin-right: 15px;
}

.ccDepositTitle {
    font-size: 20px;
    font-weight: bold;
    padding-top: 13px;
}

.ccDepositTitleSmall {
    font-size: 16px;
    margin-bottom:15px;
    font-weight: bold;
    margin-top: 5px;
}

#custDeviceIntelligence {
    height: 1px;
}

.ccSubmitNotice2 {
    margin-bottom: 0;
}

#step3Div.depositFormContainer table {
    margin-bottom: 0;
}

#step_2_bank_info h2,
#step_2_contact_info h2,
#step_3 h2,
#step_4 h2,
#step_5 h2 {
    padding-top: 15px;
}

.ccCurAcctBalanceLabel {
    padding-right: 10px;
}

.ccDepostImagesContainer {
    margin: 20px auto;
}

.ccDepostImagesContainer img {
    padding:0 7px 7px 0;
}

.depositFormContainer #custCurAcctBalanceContainer {
    color:#4BA34C;
}

#step2Div.depositFormContainer .editSection {
    background:#F9F9F9;
    border:1px solid #DDD;
    border-radius:4px;
    padding:15px;
}

#step2Div.depositFormContainer .editSection .control-label {
    text-align:left;
}

#custDepositExpiration {
    color:red;
    border:1px solid red;
    padding:5px;
    border-radius:4px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    width:90px;
    position:absolute;
    top:0px;
    right:15px;
}

#custDepositExpiration .time {
    font-size:16px;
}

.infoWindowContainer,
.cvnHelpWindowContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -200px;
    z-index:100;
}

.infoWindowContainer {
    position: fixed !important;
}

.infoWindow,
.cvnHelpWindow {
    background-color: white;
    border: 2px solid black;
    max-width: 400px;
    width: 400px;
    min-width: 300px;
    padding: 5px;
    min-height: 150px;
}

.infoWindow {
    min-height: 50px !important;
}

.infoWindow div,
.cvnHelpWindow div {
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
    font-weight: 500;
    color: #c57305;
    font-size: 18px;
    width: 100%;
    padding-right: 20px;
}

.infoWindow img#imgCloseInfoWindow,
.cvnHelpWindow img#imgCloseCVNHelp {
    position: absolute;
    cursor: pointer;
    margin: 0;
    right: 0;
    top: 0;
}

.cvnHelpWindow img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#custSessionExpireNotice {
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

#step1Info table td.name,
.ccVerifyInfo table td.name,
#divProcessOrPending table td.name,
#divResultFailed table td.name {
    font-weight: bold;
    width: 25%;
}

#step1Info .btnEdit {
    z-index: 5;
}

#formStep1 .ccDepositTitle {
    padding-top: 40px;
}

.failedTransaction {
    color: red;
}

.pendingTransaction,
.processedTransaction {
    color: green;
}

.pendingTransaction,
.processedTransaction,
.failedTransaction {
    margin-top:15px;
    margin-bottom:15px;
}

.selectWdMethod span {
    float: left;
    padding-right: 5px;
}

.WDRequestNotice {
    margin-left: 15px;
}

#step_4 table td,
#step_5 table td,
#step_2_contact_info table td,
#step_2_bank_info table td,
#step1Info table td {
    width: 50%;
    border-bottom:1px solid #DDD;
}

#step_5 table.partially-processed td.amount {
    padding: 8px 60px;
}
#step_5 table.partially-processed td {
    width: 33%;
}
#step_5 table.partially-processed .status {
    font-weight: bold;
}
#step_5 table.partially-processed .transaction-info-cc-wd-total-amount .status {
    color: #4BA34C;
}

#step_4 table tr:first-child td,
#step_5 table tr:first-child td,
#step_2_contact_info table tr:first-child td,
#step_2_bank_info table tr:first-child td,
#step1Info table:first-child td {
    border-top:1px solid #DDD;
}

#step_5 .greenText {
    color:#4BA34C;
    font-weight:bold;
}

#divResultPending > p,
#divResultProcessed > p,
#divResultFailed > p {
    font-weight:bold;
    margin-bottom:15px;
}

.ccVerifyInfo table tr:last-child td,
#divProcessOrPending table tr:last-child td,
#divResultFailed table tr:last-child td {
    border-bottom:1px solid #DDD;
}

#step1Info table td,
#divProcessOrPending table td,
#divResultFailed table td,
.ccVerifyInfo table td {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-break: break-word;
}

.ccVerifyInfo table td.name {
    word-wrap:normal;
    -ms-word-wrap:normal;
    word-break:normal;
}

#selectWDForm {
    padding-bottom: 10px;
}

.error_text {
    color: red;
}

.selectHolderTableWD td {
    width: 50%;
    padding: 8px;
    text-align: center;
    background-color: #ffffff !important;
    cursor: pointer;
    border: 1px solid #ffffff !important;
    border-bottom: none !important;
}

.selectHolderTableWD td.selected {
    font-weight: bold;
    background-color: rgb(247, 247, 247) !important;
    border: 1px solid #DDD !important;
    border-bottom: none !important;
}

.selectHolderTableWD td:first-of-type {
    border-right: 1px solid #DDD !important;
}

.selectHolderTableWD {
    width: 100%;
}

.table>tbody+tbody {
    border-top: none;
}

.wdReviewText {
    color:red;
}

#navigationBar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#navigationBar .caret,
#custCollapsedBarLanguageContainer.open .caret {
    display: inline-block;
    border: none;
    width: 20px;
    height: 10px;
    background: url('../img/collapsed_active.png') center center no-repeat;
}

#custCollapsedBarLanguageContainer .caret {
    border: none;
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url('../img/rolled_active.png') center center no-repeat;
}

#custCollapsedBarLanguageContainer.open .dropdown-menu > li > a {
    display: inherit;
}

#custCollapsedBarLanguageContainer .dropdown-menu > li > a {
    display: none;
}

div.modalDialog .content {
    width: 500px;
    margin: 20px auto;
    border: 1px solid rgb(126, 126, 126);
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px;
    padding: 10px;
    overflow: auto;
}

#formCheckStop .control-label,
#formConsent .control-label,
form[name="nameAndDOB"] .control-label,
form[name="contact_info"] .control-label,
form[name="bank_info"] .control-label {
    text-align:left;
}

#formConsent th {
    border-right: 1px solid black;;
}

body #divBank .form-group p {
    display: block;
    word-wrap: break-word;
}

#formCheckStop .form-group > div > p {
    word-break:break-word;
}

form[name="transfer_funds"] {
    border:1px solid #DDD;
    border-radius:4px;
    padding:20px;
}

form[name="transfer_funds"] .control-label {
    margin-bottom:0px;
}

form[name="transfer_funds"] .row.form-group {
    line-height:34px;
}

form[name="transfer_funds"] .row.form-group .checkbox,
form[name="transfer_funds"] .row.form-group #agree_info {
    line-height:1.5;
}

form[name="transfer_funds"] .col-xs-7 {
    position:absolute;
    bottom:0px;
    left:41.66666667%;
}

#formConsent .form-control-static {
    min-height: 1px
}

#formConsent {
    margin-top:15px;
}

#formConsent .table {
    background:#EEE;
    border:1px solid black;
    margin:0px auto 15px auto;
}

#formConsent .table tr th,
#formConsent .table tr td {
    border-top:1px solid black;
}

#formConsent .table tr:first-child th,
#formConsent .table tr:first-child td {
    border-top:0px;
}

#divOption .option {
    border:1px solid #CECECE;
    margin-bottom:10px;
    padding:10px 15px;
}

#divOption .option.open {
    border: none;
}

#divOption .option.open .radio {
    border: 1px solid #CECECE;
    background-color: #F0F0F0;
}

#divOption .option .radio {
    margin:-10px -15px;
}

#divOption .option .radio label {
    width:90%;
    padding:9px 10px 11px 0;
    margin-left: 40px;
}

#divOption .option .radio input {
    margin:13px 0 0 15px !important;
}

#divOption .option > :not(.radio) {
    display:none;
}

#divOption .option p {
    padding-top: 10px;
}

#divOption .option .table_container {
    margin-left: -15px;
    margin-right: -15px;
}

#divOption .option table {
    margin-top: 40px;
    border: 1px solid #ddd;
    border-top: none;
}

#divOption .option table tr td:first-of-type{
    width: 40%;
}

.dropdownFAQTitle,
.dropdownFAQDescription,
a.dropdownFAQTitle {
    color: black;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.dropdownFAQDescription {
    background: #eeeeee;
    cursor: auto;
}

.dropdownFAQTitle:hover,
.dropdownFAQTitle.activeDrop,
a.dropdownFAQTitle:hover {
    background:#468cc8;
    color:white;
    text-decoration: none;
}

.dropdownFAQTitle:hover .linkIconDrop.rolled,
.dropdownFAQTitle.activeDrop .linkIconDrop.rolled,
a.dropdownFAQTitle:hover .linkIconDrop.rolled {
    background: url('../img/rolled_active.png') center center no-repeat;
}

.dropdownSectionWrapper div:first-of-type {
    border-top: 1px solid #EEE;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdownSectionWrapper div:last-child,
.dropdownSectionWrapper a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#custHolder {
    padding:7px 15px;
}

.tabs {
    padding:0px;
    margin-bottom:15px;
    margin-top:15px;
    border-bottom:1px solid #DDD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.tabs .tab {
    min-height: 0px;
    background:#EEE;
    border:1px solid #EEE;
    border-bottom:0px;
    padding:7px 10px;
    cursor:pointer;
    text-align:center;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    margin-left:-5px;
    z-index:100;
}

.tabs .tab:first-child {
    border-top-left-radius:0px;
    border-left:0px;
    margin-left:0px;
}

.tabs .tab.active {
    background:white;
    border-color:#DDD;
    z-index:101;
    padding-bottom:8px;
    margin-bottom:-1px;
}

.custAlert {
    color: #ff2f51;
    font-size:14px;
    margin-bottom:10px;
    padding:10px 0px;
    display:table;
    width:100%;
    border:1px solid #ff2f51;
    border-radius:4px;
}

.profileAlertSign {
    float: left;
    width: 20px;
    height: 17px;
}

.custAlert .btn-default {
    color:#ff2f51;
    border:1px solid #ff2f51;
    margin-left:5px;
    float: right;
    overflow: hidden;
    padding: 6px !important;
}

.custAlert .btn-default:hover,
.custAlert .btn-default:focus {
  background-color:#ff2f51;
  border:1px solid #ff2f51;
    color: white;
}

.custAlert:last-child {
  margin-bottom:30px;
}

#custProfileAlerts a.btn {
    font-size:11px;
    line-height:1;
    padding:6px 20px;
}

.account-summary-work-flow-table,
.welcome-account-details-table,
.welcome-required-data-table,
.account-summary-table {
    border:1px solid #dfdfdf;
    border-radius:4px;
    margin-left:0px;
    margin-right:0px;
}

.welcome-required-data-table .additional-info-message {
    margin-bottom: 10px;
}

.welcome-update-profile-section {
    margin-bottom: 15px;
    font-size: 13px;
}

.welcome-update-profile-section .description {
    padding: 7px 15px;
    color: #666666;
}

.welcome-required-data-table .required_description {
    display: block;
    margin-top: 15px;
}

.welcome-required-data-table .deposit-description {
    padding-top: 10px;
}

.welcome-header {
    font-size: 30px;
}

.welcome-account-details-table {
    margin-top: 20px;
    margin-bottom: 5px;
}

.account-summary-work-flow-table,
.account-summary-table,
.account-summary-table .btn {
    font-size:13px;
}

.account-summary-table .btn {
  padding:3px 5px;
  vertical-align:top;
  margin-top:3px;
}

#custUserEmail {
    word-wrap: break-word;
}

.account-summary-work-flow-table {
    margin-bottom: 25px;
}
.account-summary-work-flow-table .row.header > div {
    padding: 9px 15px 8px;
}
.account-summary-work-flow-table .row > div {
    line-height: 15px;
    padding: 7px 15px;
}
.account-summary-work-flow-table .status-bar .received-stage .status-bar-progress-line,
.account-summary-work-flow-table .status-bar .cancelled .status-bar-progress-line,
.account-summary-work-flow-table .status-bar .processed .status-bar-progress-line {
    background: #7ED321 url("../img/status-bar-progress.png");
}

.account-summary-work-flow-table .status-bar .after.cancelled .status-bar-progress-line {
    background: #E20812 url("../img/status-bar-progress.png");
}

.account-summary-work-flow-table .status-bar .stage-info {
    display: inline-block;
    width: 90px;
    text-align: center;
    position: absolute;
    right: -45px;
    top: 0;
    z-index: 2;
}
.account-summary-work-flow-table .status-bar .processed .stage-info .stage-name {
    color: #7ED321;
}
.account-summary-work-flow-table .status-bar .cancelled .stage-info .stage-name {
    color: #E20812;
}

.account-summary-work-flow-table .status-bar .status-bar-icon.icon-received::after {
    background: url("../img/status-bar-received.svg") center no-repeat;
}
.account-summary-work-flow-table .status-bar .status-bar-icon.icon-in-queue::after {
    background: url("../img/status-bar-in-queue.svg") center no-repeat;
}
.account-summary-work-flow-table .status-bar .status-bar-icon.icon-complete::after {
    background: url("../img/status-bar-done.svg") center no-repeat;
}
.account-summary-work-flow-table .status-bar .status-bar-icon.icon-cancel::after {
    background: url("../img/status-bar-cancelled.svg") center no-repeat;
}
.account-summary-work-flow-table .status-bar .status-bar-icon.icon-info::after {
    background: url("../img/status-bar-info.svg") no-repeat 50% 2px;
}
.account-summary-work-flow-table .status-bar .status-bar-icon::after {
    content: " ";
    display: block;
    background: url("../img/status-bar-done.svg") center no-repeat;
    width: 100%;
    height: 100%;
}
.account-summary-work-flow-table .status-bar .status-bar-icon .hover-info .triangle::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: absolute;
    right: -5px;
    top: -6px;
}
.account-summary-work-flow-table .status-bar .status-bar-icon .hover-info .triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #DADADA;
    position: absolute;
    bottom: -6px;
    right: 15px;
}
.account-summary-work-flow-table .status-bar .status-bar-icon .hover-info {
    position: absolute;
    right: -14px;
    bottom: 20px;
    z-index: 3;
    min-width: 170px;
    font-size: 10px;
    color: #313131;
    border: 1px solid #DADADA;
    border-radius: 4px;
    background-color: white;
    padding: 5px 10px 5px 25px;
    text-align: justify;
    box-shadow: 0 4px 10px 2px #80808030;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.account-summary-work-flow-table .status-bar .status-bar-icon:hover .hover-info {
    visibility: visible;
    bottom: 26px;
    opacity: 1;
    transition: all 0.2s ease-in;
}
.account-summary-work-flow-table .status-bar .status-bar-icon .hover-info::before {
    content: " ";
    display: block;
    background: url("../img/status-bar-small-info.svg") center no-repeat;
    width: 13px;
    height: 13px;
    z-index: 5;
    margin-left: -20px;
    margin-bottom: -15px;
}

.status-bar-small-info {
    position:absolute; left: 6px; width:12px; height:13px; background: url(../img/status-bar-small-info.svg) no-repeat;
}
.account-summary-work-flow-table .status-bar .stage-info .status-bar-icon {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #F0F0F0;
    border: 2px solid white;
    display: inline-block;
    text-align: center;
    position: relative;
}
.account-summary-work-flow-table .status-bar .status-bar-info-button.status-bar-icon {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #C0D9F4;
    border: 2px solid white;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
}

.account-summary-work-flow-table .status-bar .received-stage .stage-info .status-bar-icon,
.account-summary-work-flow-table .status-bar .processed .stage-info .status-bar-icon {
    background-color: #7ED321;
}
.account-summary-work-flow-table .status-bar .received-stage .stage-info .stage-name,
.account-summary-work-flow-table .status-bar .processed .stage-info .stage-name {
    color: #7ED321;
}

.account-summary-work-flow-table .status-bar .cancelled .stage-info .status-bar-icon {
    background-color: #E20812;
}
.account-summary-work-flow-table .status-bar .cancelled .stage-info .stage-name {
    color: #E20812;
}

.account-summary-work-flow-table .status-bar .received-stage,
.account-summary-work-flow-table .status-bar .in-queue-stage,
.account-summary-work-flow-table .status-bar .last-stage {
    display: inline-block;
    vertical-align: top;
    height: 46px;
}
.account-summary-work-flow-table .status-bar .stage-info .stage-name {
    font-size: 10px;
    color: rgba(50, 50, 50, 0.5047);
    height: 11px;
    margin-top: -3px;
}
.account-summary-work-flow-table .status-bar .stage-info .timestamp {
    font-size: 8px;
    height: 15px;
    white-space: nowrap;
}

.account-summary-work-flow-table .status-bar .status-bar-progress-line {
    background-color: #F0F0F0;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 7px;
}

.account-summary-work-flow-table .row,
.account-summary-table .row {
    border-bottom:1px solid #dfdfdf;
    line-height:32px;
    padding:0px;
}

.welcome-account-details-table .row {
    border-bottom:1px solid #dfdfdf;
    line-height:20px;
    padding: 7px 0;
}

.welcome-required-data-table .form-group.radio {
    text-align: right;
}

.welcome-required-data-table .row label {
    font-weight: normal;
}
.welcome-required-data-table .split {
    border-bottom:1px solid #dfdfdf;
    margin-bottom: 10px;
    margin-top: 10px;
}
.welcome-required-data-table .split.with-indent {
}
.account-summary-work-flow-table .row:last-child,
.welcome-required-data-table .row:last-child,
.welcome-account-details-table .row:last-child,
.account-summary-table .row:last-child {
    border-bottom:0px;
}

.welcome-required-data-table .row.header {
    line-height:25px;
}

.welcome-required-data-table .row.buttons {
    padding-bottom: 25px;
}
.welcome-required-data-table .row.header .btn-default.btnUpdateProfileInfo {
    height: 24px;
    line-height: 1;
    margin-left: 10px;
}
.welcome-required-data-table .row.header .btn-default.btnUpdateProfileInfo:hover {
    background-color:  #172540;
    color: white;
}

.welcome-required-data-table .row.header .additional-elements {
    float: right;
}

.account-summary-work-flow-table .row.header,
.welcome-required-data-table .row.header:first-child,
.welcome-account-details-table .row.header,
.account-summary-table .row.header {
    background:#f5f5f5;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.account-summary-work-flow-table .row.header > div,
.welcome-account-details-table .row.header,
.welcome-required-data-table .row.header,
.welcome-account-details-table .row > .name,
.account-summary-table .row.header > div,
.account-summary-table .row.footer > div {
    font-weight:bold;
}

.welcome-account-details-table .row.header {
    padding: 5px 15px;
}
.welcome-required-data-table .row.header {
    padding: 5px;
    min-height: 36px;
}
.welcome-required-data-table .row.header > div {
    padding: 0;
}

.complete-button-row {
    margin-top: 30px;
}

.welcome-required-data-table .row .description {
    color: #AFAFAF;
    padding-top: 5px;
}
.welcome-account-details-table .row > .value {
    color: #666666;
}

.welcome-required-data-table .row.header.full button {
    background-color: #f5f5f5;
}
.welcome-required-data-table .row.header.full {
    border-bottom:1px solid #eaeaea;
}
.welcome-required-data-table .row.header{
    border-top:1px solid #eaeaea;
}
.welcome-required-data-table .row.header:first-child{
    border-top:none;
}

.welcome-required-data-table .row.header.status .name {
    padding-left: 35px;
}
.welcome-required-data-table .row.header.status.done:first-child,
.welcome-required-data-table .status.done {
    background: url("../img/copmlete_registration_done.svg") no-repeat 7px 7px #ffffff;
}
.welcome-required-data-table .status.waiting.eaf {
    background: url("../img/complete_registration_update.png") no-repeat 6px 6px #f4c269;
}
.welcome-required-data-table .status.waiting.docs {
    background: url("../img/complete_registration_ID.png") no-repeat 6px 6px #f4c269;
}

.welcome-required-data-table .status.review.docs {
    background: url("../img/complete_registration_wait.svg") no-repeat 6px 6px #F7D794;
}
.welcome-required-data-table .status.waiting.deposit {
    background: url("../img/complete_registration_deposit.png") no-repeat 6px 6px #f4c269;
}

.welcome-required-data-table .status .status-description,
.welcome-required-data-table .status .status-description > span {
    display: none;
}

.welcome-required-data-table .status.done .status-description,
.welcome-required-data-table .status.review .status-description {
    display: inline-block;
    height: 22px;
}

.welcome-required-data-table .status.done .status-description .received {
    display: inline-block;
    background-color: #EFFBDE;
    border-radius: 11px;
    color: #7BD321;
    font-weight: normal;
    font-size: 10px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}
.welcome-required-data-table .status.review .status-description .review {
    display: inline-block;
    background-color: #FFE7C6;
    border-radius: 11px;
    color: #D68600;
    font-weight: normal;
    font-size: 10px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
}

.account-summary-work-flow-table .status-bar .received-stage {
    width: 16%;
}
.account-summary-work-flow-table .status-bar .received-stage .status-bar-progress-line {
    width: 100%;
}
.account-summary-work-flow-table .status-bar .in-queue-stage {
    width: 30%;
}
.account-summary-work-flow-table .status-bar .in-queue-stage .status-bar-progress-line {
    width: 97%;
}
.account-summary-work-flow-table .status-bar .last-stage {
    width: 30%;
}
.account-summary-work-flow-table .status-bar .last-stage .status-bar-progress-line {
    width: 97%;
}
.account-summary-work-flow-table .status-bar .last-stage.after {
    width: 20%;
}
.account-summary-work-flow-table .status-bar .last-stage.with-note.after .status-bar-progress-line {
    width: 70%;
}
.account-summary-work-flow-table .status-bar .last-stage.after .status-bar-progress-line {
    width: 97%;
}

.account-summary-table .userButtons {
    text-align:right;
    white-space: nowrap;
}

.account-summary-table div.extra-height {
    padding-top: 15px;
}

.account-summary-table div.userButtons.buttons4 {
    white-space: normal;
}

.account-summary-table div.userButtons.buttons4 button {
    width: 49%;
}

#custCollapsedAccountSummary div.userButtons.buttons4 button {
    width: 99%;
    margin-bottom: 5px;
}

.truncatable {
    overflow: hidden;
    text-overflow: ellipsis;
}

#loaderAgreements {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    margin-top: 50px;
}

#agreementsIframe {
    width: 650px;
    height: 450px;
}


#custCollapsedAccountSummary {
    display:none;
}

#custCollapsedAccountSummary > div > .row {
    border-bottom:1px solid #dfdfdf;
    padding:5px 0px;
}

#custCollapsedAccountSummary > div > .row > div > .row {
    margin-bottom:10px;
}

#custCollapsedAccountSummary > div > .row:last-child {
    margin-bottom:15px;
}

#custCollapsedAccountSummary .row.balance {
    background:#EEE;
    line-height:20px;
    padding:5px 0px;
}

#custCollapsedAccountSummary .row.balance div:last-child {
    font-weight:bold;
    font-size:20px;
}

.account-summary-description {
    font-size:13px;
}
.welcome-required-data-description {
    font-size:16px;
    font-weight: bold;
}

.welcome-required-data-description .prefix {
    color: #f18f02
}

#custAccountSummaryAfter {
    font-size:11px;
    display:none;
}

.passwordResetWrapper {
    border: 1px solid #888;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);
    padding: 35px;
    background-color: white;
}

.passwordResetWrapper .thanksStep button {
    min-width: 50%;
}

.thanksStep.welcome-page {
    background: url("../img/alert-success.svg") no-repeat 0 0;
    padding-left: 40px;
    min-height: 30px;
}
.thanksStep.welcome-page p {
    padding: 0;
}

.to-welcome-page {
    margin-top: 15px;
}

.profileAlertText {
    padding-left: 30px;
    display: block;
}

a.lnkRevokeMessageSecond {
    padding-left: 5px;
}

.revokeMessages {
    padding-bottom: 100px;
    margin-bottom: 30px;
}

:not(.form-group) > #btnPrint {
    margin-bottom:15px;
}

#custAccountSummaryHeader #btnPrint {
  padding:5px;
  margin-bottom:0px;
  margin-left:15px;
  margin-top:-5px;
}

#login_steps_container .panel.panel-primary {
    opacity: 0.99;
}

#custAccountSummaryHeader #btnPrint .glyphicon {
  font-size:20px;
}

#custLoginLanguageContainer,
#custSelectCWLanguageContainer {
  margin-top:8px;
}

.alert {
    z-index: 1000;
}

.control-label.text-left {
    text-align:left !important;
}

#bodyWrapper {
    left: 0;
    height: 100%;
}

#bodyWrapper.menuExpanded {
    left: -260px;
    right: 260px;
    overflow: hidden;
    position: fixed;
    top:0px;
    bottom:0px;
}

#contentWrapper {
    min-height: 100%;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0 !important;
    height: 14px;
    width: 14px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    line-height: normal;
}

.radio label, .radio-inline label,
.checkbox label, .checkbox-inline label {
    padding-left: 0 !important;
    margin-left: 20px;
    font-weight: normal !important;
    cursor: pointer;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 7px;
}

.container {
    padding-bottom: 20px;
}

.passwordResetWrapper .panel-heading {
    padding: 0;
}

.passwordResetWrapper #custLoginLanguageContainer {
    margin-top: 0;
}

.passwordResetWrapper #custLoginLanguageContainer.right {
    right: 0;
}

.passwordResetWrapper {
    width: 450px;
}

#upload_files_statuses {
    padding-bottom: 10px;
}

#upload_files_statuses .progress-bar.error {
    background-color: #a94442;
}

#doc_upload_view #upload_files_statuses {
    padding-top: 15px;
}

.doc-list ul {
    padding: 0 15px;
}

div.emptyPadding {
    padding: 0 !important;
}

.deposit-div,
.withdrawalMethod {
    width:220px;
}

.deposit-div .image,
.withdrawalMethod .image {
    width:190px;
    line-height:180px;
}

.withdrawalMethod .description,
.deposit-div .description {
    width:190px;
}

.checkFullAmountWrapper label {
    white-space: nowrap;
}

tr.vertical-align td {
    vertical-align: middle !important;
}

div.vertical-align,
div.vertical-align.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row;
}

div.vertical-align.hidden {
    display: none !important;
    flex-direction: row;
}

div.vertical-align > [class^="col-"],
div.vertical-align > [class*=" col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

div.vertical-align > [class^="col-"] > div,
div.vertical-align > [class*=" col-"] > div {
    width: 100%;
}

#custLoginLanguageContainer select,
#custLanguageContainer select,
#custSelectCWLanguageContainer select,
#custEnterPinLanguageContainer select,
#custCollapsedHeaderLanguageContainer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #7a7a7a;
    width: 110px;
}

#custLoginLanguageContainer,
#custLanguageContainer,
#custCollapsedHeaderLanguageContainer,
#custEnterPinLanguageContainer,
#custSelectCWLanguageContainer {
    width: 110px;
    height: 34px;
    overflow: hidden;
    background: url("../img/downarrow.svg") no-repeat 90% 50% #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 0;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    padding-right: 26px;
}

.select-wrapper {
    background: url("../img/select_arrow.jpg") no-repeat 100% 50% #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

#custCollapsedNavHeader>li {
    float: left;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 100% !important;
    position: absolute;
    left: 0;
    font-size: 13px !important;
    margin: 0 !important;
}

.ui-datepicker-title .select-wrapper {
    float: left;
    height: 25px;
}

.ui-datepicker-title .select-wrapper.year {
    width: 40%;
}

.ui-datepicker-title .select-wrapper.month {
    width: 60%;
}

.reminders-wrapper {
    height: 34px;
    margin-top: 15px;
}

.reminders-wrapper div {
    height: 100%;
}

.report-buttons-container {
    padding-top: 15px;
    padding-bottom: 30px;
}

#reportItemDescription {
    padding-bottom: 5px;
}

.allBtnWrapper.oneButton {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.docUpload {
    height: 42px;
}

.has-error  label,
label.has-error {
    color: #a94442;
}

.has-error  .select-wrapper,
.has-error.select-wrapper {
    border-color: #a94442;
    -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);
}

.deposit-div.bpay .mobile_description {
    color: #656565;
}

.custAlert .btn-default {
    font-weight: bold;
}

label.select-report {
    padding-top: 15px;
}

textarea {
    resize: none;
}

#txtBillingCvv {
    width: 65%;
}

.changeMargin .new-margin {
    margin-bottom: 7px;
}

.checkbox.doc-type {
    margin-top: 0;
    margin-bottom: 0;
}

#custPreferredCardSection img {
    width: 18px;
}

.status div.labelContainer {
    line-height: 30px;
}

.status .info-button {
    height: 20px;
    width: 20px !important;
    padding-left: 5px;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
}

.status .info-button img {
    height: 20px;
    width: 20px !important;
}

.status .platforms div {
    height: 30px;
    line-height: 30px;
}

.status .multiAccountValue {
    line-height: 36px;
}

.status .activity-table .title th {
    background-color: #1F497D;
    border: 1px solid white;
    color: white;
    font-weight: normal;
    padding: 2px;
}

.status .activity-table .data td {
    background-color: #C5D9F1;
    border: 1px solid white;
    padding: 2px;
}

.status .activity-table .time {
    min-width: 155px;
}

.status .activity-table .code {
    min-width: 85px;
}

.status .activity-table .description {
    min-width: 200px;
}

.status .activity-table .account {
    min-width: 100px;
}

.status .activity-table .amount {
    min-width: 85px;
    text-align: right;
}

.status .activity-table .balance {
    min-width: 100px;
    text-align: right;
}

.status .transaction-buttons {
    padding-top: 5px;
}

.custom-password-container {
    position: relative;
}

.custom-password-container.has-focus .custom-password-view .cursor {
    display: inline-block;
}

.custom-password-container.has-focus .custom-password-view {
    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);
}

.has-error .custom-password-container.has-focus .custom-password-view {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}

.custom-password-view {
    width: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.custom-password-view .cursor {
    height: 20px;
    vertical-align: middle;
    animation: blink-empty 1.25s infinite;
    -webkit-animation: blink-empty 1.25s infinite;
    -moz-animation: blink-empty 1.25s infinite;
    margin: 0 1px;
    display: none;
    border-left: 1px solid #333;
}
@keyframes blink-empty {
    0% {border-left: 1px solid #333;}
    49% {border-left: 1px solid #333;}
    50% {border-left: transparent solid 1px;}
    100% {border-left: transparent solid 1px;}
}
@-webkit-keyframes blink-empty {
    0% {border-left: 1px solid #333;}
    49% {border-left: 1px solid #333;}
    50% {border-left: transparent solid 1px;}
    100% {border-left: transparent solid 1px;}
}
@-moz-keyframes blink-empty {
    0% {border-left: 1px solid #333;}
    49% {border-left: 1px solid #333;}
    50% {border-left: transparent solid 1px;}
    100% {border-left: transparent solid 1px;}
}

.custom-password-target {
    color: transparent !important;
    position: absolute;
    left: -9000px;
}

@media (min-width: 970px) {
    html.notAuthorized #custBackground {
        background: url('../img/notauthorized_background.jpg') center center no-repeat;
    }
  #navigationBar .container {
      padding-left: 0px;
  }
}

/* Media Queries */

/*>=lg*/
@media (min-width:1200px) {
    .hide-lg-and-less {
        display: none !important;
    }
    .hide-md-and-less,
    .hide-sm-and-less,
    .hide-xs-and-less {
        display: inherit !important;
    }
}

/*<=md*/
@media (max-width:1199px) {
    .hide-lg-and-less,
    .hide-md-and-less {
        display: none !important;
    }
    .hide-sm-and-less,
    .hide-xs-and-less {
        display: inherit !important;
    }
}

/*>=md*/
@media (min-width:1120px) {
  html[lang="en_US"] #lblSecurityQuestions {
    white-space:nowrap;
  }

  #formContactInfo label[for="alterPhoneCountry"] {
    white-space:nowrap;
  }

    tr.vertical-align-md td {
        vertical-align: middle !important;
    }

    div.vertical-align-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }

    div.vertical-align-md > [class^="col-"],
    div.vertical-align-md > [class*=" col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    div.vertical-align-md > [class^="col-"] > div,
    div.vertical-align-md > [class*=" col-"] > div {
        width: 100%;
    }
}

/*<=sm*/
@media (max-width:1119px) {
    .hide-lg-and-less,
    .hide-md-and-less,
    .hide-sm-and-less {
        display: none !important;
    }
    .hide-xs-and-less {
        display: inherit !important;
    }

    .no-js-alert {
        margin-top: 50px;
    }

    #selectYear {
        padding-right: 2px;
        padding-left: 2px;
    }

    .custAlert .btn-default {
        min-width: 140px;
    }

    .alert {
        width: 686px;
    }

    body .helpLink {
        height: inherit;
        min-height: 35px;
    }
    .btnCancel {
        margin-left: 0px;
    }
    body .btnNo {

    }

    .btnPrint {
        margin-left: 0px;
    }

    .formLogin .row > .form-group:first-child {
      padding-right:15px;
    }

    .navbar-collapse.in,
    .navbar-collapse.collapsing {
        background:#004272;
        width:265px;
        padding:0px;
        font-size:13px;
        position:fixed;
        right:0px;
        top:0px;
        bottom:0px;
        overflow:auto;
        z-index:1000;
        -webkit-backface-visibility: hidden;
    }

    .navbar-collapse.in .navbar-nav,
    .navbar-collapse.in .navbar-nav > *,
    .navbar-collapse.collapsing .navbar-nav,
    .navbar-collapse.collapsing .navbar-nav > * {
        height:auto;
        width:100%;
        line-height:1;
        margin:0px 0px 20px 0px;
        clear:both;
    }

    .navbar-collapse.in .navbar-nav > li:first-child,
    .navbar-collapse.collapsing .navbar-nav > li:first-child {
        margin:0px;
    }

    .navbar-collapse.in button,
    .navbar-collapse.collapsing button {
        color:white;
        display:block;
        width:100%;
        text-align:left;
        background:#001E33;
        height:auto;
        font-size:14px;
        line-height:20px;
        box-shadow:none;
        border:0;
        border-radius:0;
        padding: 10px;
    }

    #mobile-navbar.navbar-collapse.in .dropdown-menu > li > a:focus,
    #mobile-navbar.navbar-collapse.in .dropdown-menu > li > a:hover {
        background-color: #005490;
    }
    .navbar-collapse.in button:focus,
    .navbar-collapse.in button:hover,
    .navbar-collapse.collapsing button:hover,
    .navbar-collapse.collapsing button:focus {
        background: #002e4f;
    }

    .navbar-collapse.in .caret,
    .navbar-collapse.collapsing .caret {
        display:none;
    }

    .navbar-collapse.in .dropdown,
    .navbar-collapse.collapsing .dropdown {
        margin:0px;
    }

    .navbar-collapse.in .dropdown .dropdown-menu,
    .navbar-collapse.collapsing .dropdown .dropdown-menu {
        background:transparent;
        width:100%;
        border:0px;
        display:block;
        border-radius:0px;
        box-shadow:none;
        padding:0px;
        font-size:14px;
        position:relative;
    }

    #custSafeInformation {
        display:none;
    }

    #custCollapsedSafeInformation {
        display:block;
        margin-left:0px;
    }

    #custSidebar {
        margin-top:30px;
    }

    .cvnHelpWindowContainer {
        margin-left: -150px;
    }

    .cvnHelpWindow {
        width: 300px;
    }

    #custCollapsedNavBar .navbar-nav .dropdown.open .dropdown-menu,
    #custCollapsedNavHeader .navbar-nav .dropdown.open .dropdown-menu {
      left:auto;
      right:15px;
    }

    #custCollapsedNavHeader .navbar-nav .dropdown.open .dropdown-menu.custAlerts {
        right:11px;
    }

    .checkbox.doc-type {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #custCollapsedNavHeader .navbar-nav .dropdown-menu > li > a {
        padding: 3px 20px !important;
    }

    #bodyWrapper.menuExpanded #navigationHeader {
        left: -260px;
        right: 260px;
    }

    #navigationHeader {
        background: white;
        padding-top: 28px;
        padding-bottom: 0;
        border-bottom: 1px solid #CCC;
        margin-bottom: 5px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 110;
        width: 100%;
        height: 110px;
    }

    .containerWrapper {
        padding-top: 130px;
    }

    .alert {
        top: 140px;
    }

    .btnAlerts {
        margin-right: 11px;
    }

    .checkFullAmountWrapper label {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    #selectYear{
        padding: 6px 12px;
    }

    .allBtnWrapper {
        padding-right: 5px;
        padding-left: 5px;
    }

    .allBtnWrapper:first-of-type {
        padding-left: 15px;
    }

    .allBtnWrapper:last-of-type {
        padding-right: 15px;
    }

    #lnkQCtablet {
        display: inherit;
    }

    #lnkQC {
        display: none;
    }

    #lnkQC.oneButton {
        display: inherit !important;
    }

    html.notAuthorized #custBackground {
        background:url('../img/notauthorized_background_medium.jpg') center center no-repeat;
    }

    .custAlert .btn-default {
        min-width: 100px;
    }

    #navigationBar #btnCollapsedLogout {
        display:block;
    }
    .stopPaymentDropMenuLink a {
        white-space: inherit !important;
        word-wrap: break-word;
    }

    #custCollapsedNavBar,
    #custCollapsedNavHeader {
        display:block;
    }

    #custFooter .left,
    #custFooter .right {
        display:block;
        margin-bottom:10px;
    }

    #custFooter .right {
        position:relative;
        right:0px;
    }

    .alert {
        width: 80%;
    }

    #navigationBar {
      min-height:0px;
    }

    .auto-credit-card-amount-section .ccAmountsTable label {
        margin-bottom: 0;
    }

    .auto-credit-card-amount-section .ccAmountsTable > .row,
    .auto-credit-card-amount-section .ccAmountsTable .card-list > .row {
        margin: 0;
        padding-bottom: 5px;
    }

    .auto-credit-card-amount-section .ccAmountsTable > .row > div:first-child,
    .auto-credit-card-amount-section .ccAmountsTable .card-list > .row > div:first-child {
        padding-left: 15px;
    }

    .auto-credit-card-amount-section .ccAmountsTable > .row > div:last-child,
    .auto-credit-card-amount-section .ccAmountsTable .card-list > .row > div:last-child {
        padding-right: 15px;
    }

    .auto-credit-card-amount-section .ccAmountsTable .max-amount {
        font-weight: bold;
    }

    .auto-credit-card-amount-section .ccAmountsTable .card-list > .row div.form-group {
        padding-left: 20px;
    }
}

/*>=sm*/
@media (min-width:768px) {
    #custProfileAlerts a.btn {
        min-width: 150px;
    }

    .mobileCustomAlert {
        margin-top: 3px;
    }

    .form-horizontal .control-label {
        text-align: left !important;
        padding-top: 0px;
    }

    .account-summary-table .userButtons {
        padding-left:0px;
        padding-right:5px;
    }

    .deposit-div,
    .withdrawalMethod {
        margin:auto;
    }

    .deposit-div .image,
    .withdrawalMethod .image {
        padding:5px;
        border:1px solid #EBEBEB;
        border-radius:4px;
    }

    .deposit-div .image .background,
    .withdrawalMethod .image .background {
        background:#F2F2F2;
        border-radius:4px;
        height:100%;
        width:100%;
    }

    .deposit-div:hover .image .background,
    .withdrawalMethod:hover .image .background {
        background:#D9D9D9;
    }

    .select-day-wrapper .select-wrapper {
        min-width: 70px;
    }


    tr.vertical-align-sm td {
        vertical-align: middle !important;
    }

    div.vertical-align-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }

    div.vertical-align-sm > [class^="col-"],
    div.vertical-align-sm > [class*=" col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    div.vertical-align-sm > [class^="col-"] > div,
    div.vertical-align-sm > [class*=" col-"] > div {
        width: 100%;
    }

    .bottom-margin-sm {
        margin-bottom: 15px;
    }

    div.checkFullAmountWrapper {
        padding-top: 0 !important;
    }
}

/*<=xs*/
@media (max-width:767px) {
    .hide-lg-and-less,
    .hide-md-and-less,
    .hide-sm-and-less,
    .hide-xs-and-less {
        display: none !important;
    }

    .welcome-required-data-table .row {
        padding: 15px 0 0;
    }

    .welcome-required-data-table .form-group.radio {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        display: flex;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline {
        text-align: center;
        width: 49%;
        padding-left: 0;
        padding-right: 0;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline input {
        opacity: 0;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline label {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #D3D3D3;
        margin:0;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline input:checked + label {
        background-color: #E6E6E6;
        box-shadow: inset 0 4px 7px 0 #33333338;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline:first-child label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .welcome-required-data-table .form-group.radio div.radio-inline:last-child label {
        border-left: none;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .welcome-required-data-table .row.header.status {
        /*padding-right: 100px;*/
    }

    .welcome-required-data-table .row.header button,
    .welcome-required-data-table .row.header a {
        width: 100% !important;
    }

    .welcome-required-data-table .row.header .additional-elements {
        float: none;
        display: block;
        width: 100%;
        position: unset;
    }

    .welcome-required-data-table .status.done .status-description,
    .welcome-required-data-table .status.review .status-description {
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
    }

    .welcome-required-data-table .row.header.status .name {
        display: block;
        width: 100%;
    }

    .welcome-required-data-table .row .form-group {
        margin-bottom: 0;
    }

    .welcome-required-data-table .row.header .btn-default.btnUpdateProfileInfo {
        margin: 5px 0 0;
        height: 34px;
        line-height: 24px;
    }

    .account-summary-work-flow-table .xs-amount-label,
    .account-summary-work-flow-table .xs-amount {
        background-color: #EEE;
    }
    .account-summary-work-flow-table .xs-amount {
        font-weight: bold;
        font-size: 20px;
    }
    .account-summary-work-flow-table .account-name {
        font-weight: bold;
    }
    .account-summary-work-flow-table {
        border: none;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 14px;
    }
    .account-summary-work-flow-table .row {
        margin-bottom: 20px;
    }
    .account-summary-work-flow-table .row.header {
        display: none;
    }
    .account-summary-work-flow-table .status-bar .received-stage .status-bar-icon .hover-info .triangle {
        right: initial;
        left: 15px;
    }
    .account-summary-work-flow-table .status-bar .received-stage .status-bar-icon .hover-info {
        right: initial;
        left: -14px;
    }
    .account-summary-work-flow-table .status-bar .last-stage.with-note.after .status-bar-progress-line {
        width: 60%;
    }
    .account-summary-work-flow-table .status-bar .last-stage {
        width: 32%;
    }
    .account-summary-work-flow-table .status-bar .in-queue-stage {
        width: 32%;
    }
    .account-summary-work-flow-table .status-bar .received-stage {
        width: 13%;
    }
    .account-summary-work-flow-table .status-bar .last-stage.after {
        width: 19%;
    }
    #step_5 table.partially-processed td.amount {
        padding: 8px 8px;
    }

    .passwordResetWrapper .thanksStep button,
    div.dataProtection .dpContent .submitButtonWrapper input {
        width: 100%;
    }

    tr.vertical-align-xs td {
        vertical-align: middle !important;
    }

    div.vertical-align-xs,
    div.vertical-align-xs.show {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: row;
    }

    div.vertical-align-xs.hidden {
        display: none !important;
        flex-direction: row;
    }

    div.vertical-align-xs > [class^="col-"],
    div.vertical-align-xs > [class*=" col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    div.vertical-align-xs > [class^="col-"] > div,
    div.vertical-align-xs > [class*=" col-"] > div {
        width: 100%;
    }

    .auto-credit-card-amount-section .ccAmountsTable .card-list > .row > .sub-row {
        clear: both;
    }

    .infoWindowContainer {
        margin-left: -150px;
    }

    .infoWindow {
        width: 250px;
    }

    .status .select-wrapper {
        min-width: 130px;
    }

    .status .control-label {
        width: 70%;
    }

    .status .activity-table .data td {
        background-color: #C5D9F1;
        border: none;
        text-align: left;
    }

    .status .activity-table .code span,
    .status .activity-table .account span,
    .status .activity-table .balance span,
    .status .activity-table .amount span {
        font-weight: bold;
    }

    .status .activity-table .time,
    .status .activity-table .description {
        min-width: 100px;
    }

    .status .activity-table .balance {
        background-color: #1F497D !important;
        color: white;
    }

    .personalInfoControl .btnUpdateProfileInfo {
        max-width: 100% !important;
    }

    .profileSmallButton {
        position: absolute;
        top: 0;
        right: 0;
    }

    .deposit-div .description,
    .withdrawalMethod .description {
        padding-bottom: 10px;
    }

    .deposit-div .description,
    .withdrawalMethod .description,
    .withdrawalMethodMessage .description {
        padding-top: 10px;
    }

    #userDOBInfo .dob-fields {
        width: initial;
    }

    .passwordResetWrapper {
        width: auto;
    }

    #custLoginLanguageContainer select,
    #custLanguageContainer select,
    #custSelectCWLanguageContainer select,
    #custEnterPinLanguageContainer select,
    #custCollapsedHeaderLanguageContainer select {
        width: 100px;
    }

    #custLoginLanguageContainer,
    #custLanguageContainer,
    #custCollapsedHeaderLanguageContainer,
    #custEnterPinLanguageContainer,
    #custSelectCWLanguageContainer {
        width: 100px;
    }

    #step1Info table td.name,
    .ccVerifyInfo table td.name,
    #divProcessOrPending table td.name,
    #divResultFailed table td.name {
        font-weight: bold;
        width: 40%;
    }

    #formMethod div.row {
        padding-bottom: 0px;
    }

    .deposit-div,
    .withdrawalMethod {
        width:100%;
        margin:auto;
    }

    html.notAuthorized #custBackground {
        background:url('../img/notauthorized_background_low.jpg') center center no-repeat;
    }

    .centered {
        width: 200px;
        margin: 0 auto;
    }

    .ads_2 {
        display: none;
    }

    body .passwordReminderBackWrap {
        padding-left: 20px;
    }

    .btnCancel {
        width: 100%;
        margin-left: 0px;
    }

    .btnPrint {
        width: 100%;
        margin-left: 0px;
    }

    .lblFileUpload {
        width: 100%;
    }

    .uploadSubmit {
        width: 100%;
    }

    .printButtonWrapper {
        margin-bottom: 10px;
        height: 42px;
    }

    form[name="transfer_funds"] .allBtnWrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .reportsPage #datetimepicker1,
    .reportsPage #datetimepicker2 {
        background-position:99% center;
    }

    #custFeeNoteSection {
        height: auto;
    }

    #formMethod .row:last-of-type .description,
    #depositsDiv .row:last-of-type .description {
        padding-bottom: 10px;
    }

    #custSidebar {
        margin-top:15px;
    }

    #bodyWrapper.menuExpanded #navigationHeader {
        left: -260px;
        right: 260px;
    }

    #navigationHeader {
        background: white;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #CCC;
        margin-bottom: 5px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 110;
        width: 100%;
        max-height: 51px;
    }

    .containerWrapper {
        padding-top: 60px;
    }

    .alert {
        top: 70px;
    }

    #custAccountSummaryHeader {
        margin-top: 0;
    }

    .containerWrapper,
    .containerWrapper .container {
        padding-bottom: 0;
        min-height: 100px;
    }

    #custFooter {
        padding: 0;
        min-height: 150px;
    }

    #custSidebar > .row {
        margin-bottom: 0;
    }

    .navbar-brand img {
        width: 110px;
        height: auto;
        margin-top: -5px;
    }

    #txtBillingCvv {
        width: 88%;
    }

    .reportsPage .accountBalance,
    .reportsPage .checkbox {
        padding-top: 7px;
    }

    .bottom-margin-xs {
        margin-bottom: 15px;
    }

    #lnkSecurityInfo,
    #lnkPassword,
    .btnUpdateProfileInfo {
        white-space: normal;
    }
    
    .btnReports {
        width: 100%;
    }

    .reportTypeItem,
    .reportTypeItem label,
    .reports4 .reportTypeItem label {
        width: 100%;
    }

    .reportTypeItem:first-of-type > label{
        border-radius: 5px 5px 0 0 !important;
    }

    .reportTypeItem:last-of-type > label{
        border-radius: 0 0 5px 5px !important;
    }

    .reportTypeItem.onlyOne > label{
        border-radius: 5px 5px 5px 5px !important;
    }

    #selectCurrency {
        padding-left: 12px;
    }

    div.deposit-div .description,
    div.withdrawalMethod .description,
    div.withdrawalMethodMessage .description {
        text-align: center !important;
    }

    .allBtnWrapper,
    .allBtnWrapper:first-of-type,
    .allBtnWrapper:last-of-type {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .deposit-div.bpay .mobile_description {
        display: inherit;
    }

    .deposit-div.bpay .description {
        display: none;
    }

    select {
        -webkit-appearance: menulist;
        appearance: menulist;
        -moz-appearance: menulist;
    }

    select[multiple], select[size] {
        -webkit-appearance: listbox;
        appearance: listbox;
        -moz-appearance: listbox;
    }

    .reportFirstDatepicker {
        top: 5px;
    }

    .reportSecondDatepicker {
        top: 5px;
    }

    #agreementsIframe {
        width: 100%;
        height: 450px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body .custUserNavLinks  .nav.navbar-nav .dropdown.open #custCollapsedAlerts {
        right: -40px;
    }

    body .custUserNavLinks  .nav.navbar-nav .dropdown.open #custCollapsedAlerts .custAlertMenu a {
        display: block;
    }

    .printButtonWrapper {
        display: none;
    }
    .btnPrint {
        display: none;
    }
    #custHelpWrapper {
        display: none;
    }

    .navbar-collapse.in select[for="language"],
    .navbar-collapse.collapsing select[for="language"]{
        line-height:20px;
        padding:10px;
        display:inline-block;
    }

    .navbar-collapse.in select[for="language"],
    .navbar-collapse.collapsing select[for="language"] {
        background:#888;
        height:40px;
        width:63%;
        font-size:13px;
    }

    .navbar-collapse.in #custUserLinks,
    .navbar-collapse.collapsing #custUserLinks {
        display:none;
    }

    #custCollapsedHeaderLanguageContainer {
        display:none !important;
    }

    #custCollapsedBarLanguageContainer {
      display:block;
    }

    #custUserInfo {
        font-size:11px;
    }

    #custUserInfo h2 {
        font-size:24px;
    }

    #custUserInfo h2,
    #custUserData span {
        display:block;
        text-align:center;
    }

    #custUserLinks {
        display:none;
    }

    #custUserData span:not(:first-child)::before {
        display:none;
    }

    .container h2 {
        font-size:20px;
    }

    #custNotAuthorizedFooter {
        display:none;
    }

    .ccCurrencyNotice {
        margin-top: 0;
    }

    .withdrawalMethod .image,
    .deposit-div .image,
    #slctWdTypeSelect,
    .wdTypeSelect,
    #selectWDForm #pageTitle,
    .bpay-content {
        display: none;
    }

    .deposit-div .description,
    .withdrawalMethod .description {
        width: 100%;
    }

    .deposit-div,
    .withdrawalMethod {
        min-height: 50px;
        border: 1px solid #000000;
        border-bottom: none;
    }

    #depositsDiv > div.row:last-child > *:last-child > .deposit-div,
    #formMethod > div.row:last-child > *:last-child > .withdrawalMethod {
        border-bottom: 1px solid #000000;
    }

    #custAccountSummaryHeader {
        background:#004272;
        color:white;
        font-size:16px;
        text-align:center;
        margin-left:-15px;
        margin-right:-15px;
        padding:10px 15px;
        margin-bottom:5px;
    }

    .account-summary-table {
        display:none;
    }

    #custCollapsedAccountSummary {
        display:block;
    }

    .account-summary-table .userButtons {
        text-align:left;
    }

    .account-summary-description {
        display:none;
    }

    #custAccountSummaryHeader #btnPrint {
      display:none;
    }

    #custAccountSummaryAfter {
        display:block;
    }

    div.modalDialog {
        height:100%;
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
    }

    div.modalDialog .content {
        width: 100%;
    }
    .alert {
        width: 94%;
    }

    .status .info-button img,
    .status .info-button {
        vertical-align: top;
    }

    .status .platforms div,
    .status div.labelContainer {
        line-height: inherit;
    }
}

@media (max-width:547px) {

    .custAlert .btn-default {
        min-width: 60px;
        padding: 6px !important;
    }

    .mobileCustomAlert .alertText {
        padding-left: 30px;
        display: block;
    }
}

@media (max-width:500px) {
    #userDOBInfo .select-day-wrapper,
    #userDOBInfo .select-year-wrapper {
        width: 100% !important;
    }

    #txtBillingCvv {
        width: 70%;
    }
}

@media (max-width:460px) {

    .passwordResetWrapper #custLoginLanguageContainer.right {
        top: 0;
    }

    .custAlert .btn-default {
        min-width: 60px;
        padding: 6px;
    }

    .reportTypeItem {
        width: 100%;
    }

    .lblReportType {
        width: 100%;
    }

    .panel-title > a > img {
        width: 110px;
        height: auto;
        margin-top: 5px;
    }

    #custLoginLanguageContainer {
      margin-top:0px;
    }

}

@media (max-width: 450px) {
    html.notAuthorized:not(.legacy):not(.mobile) .container {
        width: 350px;
        margin-left: -190px;
    }
}

@media (max-width: 400px) {
    .tabs .tab {
        min-height: 55px;
    }
}

@media (max-width: 320px) {

    #divOption .option .radio input {
        margin: 10px 0 0 15px !important;
    }

    input[type="radio"], input[type="checkbox"] {
        margin: 0;
    }

    .bellsAlerts img {
        margin-top: 0;
    }

    .topLinksLogo img {
        margin-top: -2px;
    }

    #lblFileUpload {
        height: 100%;
        line-height: 24px;
    }

    #formHedging .radio-inline,
    fieldset.check div.check {
        padding-top: 10px;
    }

    .cvnHelpWindow img#imgCloseCVNHelp {
        height: 20px;
        width: 20px;
    }

    .cvcHelpButton {
        line-height: 30px;
    }

    .panel-title > a > img {
        margin-top: -5px;
    }

    body {
        font-size: 11px;
    }

    #custProfileAlerts a.btn,
    #custAccountSummaryAfter,
    #custLoginCaseSensitive {
        font-size:7px;
    }

    #custDepositExpiration,
    .bpay-content,
    .btn-default.btnUpdateProfileInfo {
        font-size:8px;
    }

    .account-summary-description,
    .account-summary-work-flow-table,
    .account-summary-table,
    .account-summary-table .btn,
    #custFooterLinks a,
    #custUserData,
    .custAlerts .custAlertMenu,
    html.notAuthorized #process_pages_container p,
    .reportTypeItem label {
        font-size:9px;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        font-size: 9px !important;
    }

    .custAlert,
    #custSafeInformation,
    .custAlerts .custAlertMenu > a,
    #btnLogout,
    .panel-title,
    #mobile-navbar,
    .helpLink,
    .btn {
        font-size: 10px;
    }

    #custDepositExpiration .time,
    .ccDepositTitleSmall,
    html.notAuthorized .panel-title,
    html.notAuthorized .panel-body h2,
    .lblSelectReportType {
        font-size: 12px;
    }

    .btnReports,
    .btnCancel,
    .btnContinue,
    .btnBack,
    .btnChange,
    .btnConfirm,
    .btnSave,
    .btnPrint,
    .btnCancelMiddle,
    .btnNo,
    .btnEdit,
    .btnSubmit,
    .lblFileUpload {
        font-size: 13px;
    }

    .cvnHelpWindow div {
        font-size: 14px;
    }

    #custAccountSummaryHeader #btnPrint .glyphicon,
    .ccDepositTitle,
    .cvcHelpButton,
    #custCollapsedAccountSummary .row.balance div:last-child,
    .custGlyph .glyphicon,
    #select_cw h2 {
        font-size: 16px;
    }

    html.notAuthorized .panel-title {
        font-size: 26px;
    }

    div.ajax .disclaimer {
        font-size: 0.7em;
    }

    .deposit-div .description .name,
    .withdrawalMethod .description .name {
        font-size: medium;
    }

    .ccNumberError,
    .ccSubmitNotice,
    .ccSubmitNotice2,
    .ccCardNotice,
    .ccCurrencyNotice,
    .ccSubmitNotice {
        font-size: 75%;
    }

    .navbar-collapse.in .dropdown .dropdown-menu,
    .navbar-collapse.collapsing .dropdown .dropdown-menu,
    .navbar-collapse.in button,
    .navbar-collapse.collapsing button {
        font-size: 10px;
    }

    #custUserInfo {
        font-size: 7px;
    }

    .navbar-collapse.in,
    .navbar-collapse.collapsing,
    .navbar-collapse.in select[for="language"],
    .navbar-collapse.collapsing select[for="language"] {
        font-size: 9px;
    }

    #custAccountSummaryHeader {
        font-size: 12px;
    }

    .container h2 {
        font-size: 16px;
    }

    #custUserInfo h2 {
        font-size: 20px;
    }
}

@media print {
    @page {
        size: 330mm 427mm;
        margin: 14mm;
    }
    .container {
        width: 1170px;
    }

    .not-print {
        display: none;
    }
    .printButtonWrapper {
        display: block;
    }

    .accountSummaryBody .navbar {
        display: none;
    }

    .accountSummaryBody .navbar > div {
        display: none;
    }

    #navigationBar {
        display: none;
    }

    .accountSummaryBody #custFooter {
        display: none;
    }

    .accountSummaryBody #custSidebar {
        display: none;
    }

    .accountSummaryBody .row.ads {
        display: none;
    }

    .account-summary-work-flow-table,
    .account-summary-table {
        width: 1100px;
    }

    body a[href]:after {
        content: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #manual-elements .reportFirstDatepicker {
        right: 20px;
    }

     #manual-elements .reportSecondDatepicker {
         right: 20px;
    }


     .col-sm-4 .checkStopDatePickerIcon {
         right: 20px;
    }
}

