/* *****************************************************************************
	ATTENTION!
	
	With responsive design we want to create some general rules for screen sizes
	and what that should mean in regards to layout.  The following thresholds
	will give us some consistency:
	
		Phone Views: 			0-640px 	 (max-width: 640px)
		Table Portrait Views: 	641px-790px  (max-width: 790px)
		Tablet Landscape Views: 791px-1024px (max-width: 1024px)
		
***************************************************************************** */

/*reset*/
table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: verdana, Helvetica, sans-serif;
  font-size: 75%;
}

#layoutContentPageSubHeader,
#layoutContentPageSubHeader:focus,
#layoutContentArea {
  outline: none !important;
}

.noWrap {
  white-space: nowrap;
}

.noFocusOutline:focus,
#dialog1Focus:focus {
  outline: none;
}

#screenReaderTitle {
  position: absolute;
  height: 1px;
  left: -500px;
  overflow: hidden;
  top: -500px;
  width: 1px;
}

/* #screenReaderTitle {
  background: transparent;
  color: transparent;
  margin-top: -17px;
} */

.vcp_payment_tblCaption {
  text-align: left;
  font-weight: bold;
  padding: 3px 0px;
  white-space: nowrap;
  border-bottom: 1px solid;
  display: none;
}

#payment_schedule_tblCaption {
  text-align: left;
  font-weight: bold;
  padding: 3px 0px;
  white-space: nowrap;
  border-bottom: 1px solid;
  display: table-caption;
}

.tc_Table tr {
  border-bottom: 1px solid;
}

.tc_Table td,
.tc_Table th {
  padding: 11px 1%;
  text-align: left;
}

/* Adding the following subclass to address IE11 pad calc bug */
.tc_Table td.messageDelete {
  padding: 11px 4px 11px 2px;
}

.tc_Table th,
.tc_Table td.blankHeader {
  font-weight: bold;
  border-top: 1px solid;
}

#transactionDetailTable_pending.tc_Table th,
#transactionDetailTable_completed.tc_Table th,
#transactionDetailTable_recurring .elanTable th {
  border-top: none;
}

#transactionDetailTable_summary .summaryValue {
  font-size: 1.538em;
}

.tranDateCol,
.tranDateCol_resp {
  min-width: 170px;
}
.payHistoryDateCol {
  min-width: 180px;
}
.postDateCol {
  min-width: 130px;
}
.moreDetailsCol {
  min-width: 10px;
}
.descCol {
  width: 100%;
}
th.amountCol,
th.amountCol_resp,
td.amountCol,
td.amountCol_resp {
  min-width: 140px;
  text-align: right;
}
.tranDateCol,
.tranDateCol_resp,
.postDateCol,
.moreDetailsCol,
.descCol {
  text-align: left;
}
th.tranDateCol,
th.tranDateCol_resp,
th.payHistoryDateCol,
th.postDateCol,
th.moreDetailsCol,
th.descCol,
th.amountCol,
th.amountCol_resp {
  font-size: 1.167em;
}

.transactionDetailsLinks {
  margin-left: 10px;
  margin-right: 10px;
}

.transactionDetailsLinksPA {
  float: left;
  width: 100%;
}
.managePaymentPA {
  float: left;
  width: 100%;
}
.managePaymentPA div h2 {
  font-size: 12px;
  font-weight: 700;
}

.transactionDetailsLinksPA_OR_Block {
  margin-left: 10px;
}

.transactionDetailsLinksPA_OR_Block hr {
  display: inline-block;
  width: 42%;
  border-top: 1px solid;
}

.transactionDetailsLinksPA_OR_Block hr:first-child {
  margin: 2px 3% 2px auto;
}

.transactionDetailsLinksPA_OR_Block hr:last-child {
  margin: 2px auto 2px 3%;
}

.transactionDetailsLinksPA div h2 {
  font-size: 14px;
  font-weight: 700;
}

/* ADD STYLE IDENTIFIERS IN ALPHABETICAL ORDER
   TEXT STYLE IDENTIFIERS  */
td.table_border {
  /* ,td.indentright_header { */
  position: relative;
}

a {
  cursor: pointer;
}

#dataSummaryActions {
  float: left;
  width: 200px;
  margin-left: 10px;
}

#leavingModal {
  text-align: left;
}

#dataSummaryActions .dataSummaryActionItem {
  float: left;
  padding: 2px 0px 2px 0px;
  vertical-align: middle;
}

.paymentAmtCol {
  text-align: right;
  padding-right: 5px;
}

.indent_sort_paymentAmtCol {
  padding-left: 1px;
  font-weight: bold;
}

.paymentHistoryCol {
  padding-left: 5px;
}

.indent_sort_paymentHistoryCol {
  padding-left: 5px;
  font-weight: bold;
  text-align: left;
}

.key {
  clear: left;
  float: left;
  width: 125px;
}

.keycredit {
  clear: left;
  float: left;
  width: 275px;
}

div.rightColumn {
  width: 275px;
  float: left;
  display: block;
}

.value {
}

.cursor_help {
  cursor: help;
  vertical-align: top;
}
.cursor_help_right {
  float: right;
  cursor: help;
}
.disclaimer {
  font-size: 0.83em;
  line-height: 135%;
  color: #969696;
}

.account-alert a {
  display: block;
}

.account-alert .style_inline a {
  display: inline;
}

form {
  margin: 0px;
  /* IE adds 20px margin by default. Improve cross-browser compatibility */
}

/* if a style needs to be applied to text input fields */
.hspacer10 {
  margin-right: 10px;
}

.hspacer3 {
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.headingbackgroundbar {
  height: 17px;
  line-height: 135%;
  padding: 2px 0px 0px 9px;
  margin: 0px;
  background-color: #dadad5;
}

.headingtext {
  font-size: 0.95em;
  font-weight: bold;
}

.headerContent {
  clear: right;
  float: right;
  padding: 10px 0;
}
.servicesContent {
  padding: 0 0 0 1em;
}
.serviceContentBoxLeft {
  float: left;
  width: 50%;
  padding-top: 20px;
}

.serviceContentBoxRight {
  float: left;
  width: 50%;
  padding-top: 20px;
  clear: right;
}

.serviceContentTitle h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}

.serviceContentTitle {
  border-bottom: 1px dotted;
  width: 75%;
}

.marginButtonNav {
  padding: 30px 0 20px;
}

.interstitial .marginButtonNav {
	line-height: 425%;
}

.buttonpad {
  padding-top: 13px;
  cursor: pointer;
}

.tc_WideButton {
  width: 90%;
}

.promptButtonAlign {
  text-align: left;
}

.buttonnavPopup {
  height: 44px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding-top: 15px;
}

.verticalListOfLinks a {
  display: block;
  margin: 1px 0 12px 4px;
}

.clear {
  clear: both;
}
.col1 {
  width: 30%;
  display: inline;
  float: left;
}
.col2 {
  width: 70%;
  display: inline;
  float: left;
}
.copy {
  max-width: 500px;
}
#addAuthorizedUserForm .col1 {
  width: 35%;
}

#addAuthorizedUserForm .col2 {
  width: 65%;
}

/*
.highlight {
	background-color: #C0C0C0;
	padding: 1px 3px 1px 5px;
}
*/
.icon {
  margin: 0px 3px 0px 3px;
  vertical-align: middle;
}

.iconleft {
  text-align: left;
  margin-right: 5px;
}

.iconright {
  text-align: right;
  margin-left: 5px;
}

.indent {
  padding-left: 1px;
  text-align: left;
}

/*<td NOWRAP CLASS="indent" STYLE="padding-top: 1px; padding-right:0px; ">*/
.indent1 {
  padding-left: 1px;
  padding-right: 0px;
  padding-top: 1px;
  text-align: left;
  white-space: nowrap;
}

.indent3 {
  padding-left: 25px;
  text-align: left;
}

.indent4 {
  padding-right: 25px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.indent5 {
  padding-right: 50px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.indent7 {
  padding-left: 75px;
  text-align: left;
  white-space: nowrap;
}

.indent6 {
  padding-left: 87px;
  text-align: left;
  white-space: nowrap;
}

.indent_sort {
  padding-left: 1px;
  text-align: left;
  font-weight: bold;
}

.indent_sort_regular_font {
  padding-left: 1px;
  text-align: left;
  /*background-color: #e8e8e8;*/
  /*color: #333333;*/
}

.indent_header {
  padding: 3px 0px 3px 9px;
  text-align: left;
  vertical-align: middle;
}

.indent_medium {
  padding-left: 18px;
}

.indent_small {
  padding-left: 14px;
}

.printmove {
	display: inline-block;
	float: right;
  	margin-top: -20px;
  	text-align: right;
}

.printmove2 {
  position: relative;
  top: -60px;
  text-align: right;
}

.printContent {
  position: relative;
  top: -60px;
}

.bottom_align {
  vertical-align: bottom;
}

.indentright {
  padding-right: 9px;
  text-align: right;
}

/*<td NOWRAP align="center" style="text-align: center;" class="indent">*/
.indentright1 {
  padding-right: 1px;
  text-align: right;
  white-space: nowrap;
}
/*<td NOWRAP CLASS="indentright" >*/
.indentright2 {
  padding-right: 9px;
  text-align: right;
  white-space: nowrap;
}

.indent_center {
  text-align: center;
}

.indentright_sort {
  padding-right: 9px;
  text-align: right;
  /*background-color: #e8e8e8;*/
  /*color: #333333;*/
  font-weight: bold;
}

.indentright_header {
  padding: 3px 9px 3px 0px;
  text-align: right;
  vertical-align: middle;
}

.main {
  margin: 0px;
  padding: 0px;
  background: #e9e9df;
  font-family: verdana, Helvetica, sans-serif;
  font-size: 0.95em;
  text-align: left;
}

.nobreak {
  padding: 0px;
}

img.titleleft {
  position: relative;
  left: -0px !important;
  left: -0px;
}

.up {
  position: relative;
  top: -14px;
}

#popup_main {
  margin: 2px 30px 2px 30px;
  text-align: left;
  /*padding: 0px;
	background: #FFF;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;*/
}

div#contextHelpMessage {
  padding-bottom: 50px;
}

/* Spacing */
.vspacer10 {
  clear: both;
  margin-top: 10px;
}

.vspacer15 {
  clear: both;
  margin-top: 15px;
}

.vspacer20 {
  clear: both;
  margin-top: 20px;
}

.vspacer24 {
  clear: both;
  margin-top: 24px;
}

.vspacer30 {
  clear: both;
  margin-top: 30px;
}

.vspacer60 {
  clear: both;
  margin-top: 60px;
}

.spacedSeparator {
  margin: 0 5px;
}

div .cardArtContainer {
  float: right;
  margin: 20px 0 0 20px;
}

div .padding {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.inline {
  display: inline;
}

/* Page Specific */
.readOnlyTextField {
  border: 1px solid #233a50;
  background-color: #ededed;
  color: black;
}

/** Transaction **/
.transactionSummary {
  width: 100%;
}
/*
.transactionData {
	clear: both;
	margin-top: 10px;
}
*/

.transactionDetailsLinksSpacing1 {
  clear: both;
  height: 30px;
}

.transactionDetailsLinksSpacing2 {
  clear: both;
  height: 30px;
}

.transactionDetailsLinksSpacing3 {
  clear: both;
  height: 30px;
}

.showTNCs {
  display: inline;
  height: 400px;
  width: 752px;
  overflow: scroll;
}

.hide {
  display: none;
}

.vspacer28 {
  clear: both;
  margin-top: 28px;
}

/* Start - FAQ Specific */
/*
div.faqQuestionGroup
{
  font-size: 13px;
  font-weight: bold;
  padding-top: 20px;
}

div.faqQuestions
{
  font-weight: bold;
  padding-top: 3px;
  color: #000000;
}

div.faqAnswers
{
  padding-top: 3px;
  color: #000000;
  font-size: 11px;
  font-family: verdana;
}

div.backToTopLink
{
  color: blue;
  padding-top: 2px;
  text-align: left;
  font-size: 11px;
  font-family: verdana;
}
*/
/*
a.faqLinks
{
  color: #336699;  
  font-size: 11px;
  font-family: verdana;
}
*/
/*
a.faqLinksBody
{
  color: #333333; 
  font-size: 11px;
  font-family: verdana; 
}
*/
div.basicElement {
  padding-top: 20px;
  clear: both;
}

div.basicElementSmallPadding {
  padding-top: 10px;
  clear: both;
}

div.basicElementVerySmallPadding {
  padding-top: 3px;
  clear: both;
}

div.partnerTagLine {
  font-weight: bold;
  font-size: 1.75em;
}

li.margin {
  margin: 1em 0;
}
/* End - FAQ Specific */

/* for paymentSchedule pahe */
.indentleft_header {
  padding: 3px 9px 3px 5px;
  /*text-align: middle;*/
  vertical-align: middle;
}
.indentTranDetailPrint {
  padding-left: 10px;
  text-align: left;
}

.indentTranDetailPrintHeader {
  padding-left: 10px;
  text-align: left;
  background-color: #e8e8e8;
  color: #333333;
  font-weight: bold;
}

.indentrightTranDetailPrint {
  padding-right: 9px;
  text-align: right;
  background-color: #e8e8e8;
  color: #333333;
  font-weight: bold;
}

.indent_sortTranDetailPrint {
  padding-left: 1px;
  text-align: left;
  background-color: #e8e8e8;
  color: #333333;
  font-weight: bold;
}

.indent_left {
  padding-left: 1px;
  text-align: left;
}

br.clearBoth {
  clear: both;
}
br.zeroHeight {
  height: 0;
}

.textRjustify {
  text-align: right;
}
div.infoVerification {
  background-color: #f6f6f6;
  margin-left: -15px;
}
img.verifyInfoIcon {
  padding-right: 10px;
  vertical-align: middle;
  padding-bottom: 5px;
}
div.infoVerification2 {
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

#tc_imageCarousel {
  position: relative;
  width: 325px;
  height: 360px;
  float: right;
  background-color: #ffffff;
  border: 1px solid #9a9b96;
}
#tc_accountSummary {
  background-color: #ffffff;
  border: 1px solid #9a9b96;
}
#tc_accountBlock {
  position: relative;
  width: 100%;
  float: left;
}

#tc_transactionDetails {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #9a9b96;
}

/* Begin Transaction Details */
.transactionDetailsDescription {
  line-height: 1.5em;
}

.transactionDateHeader_responsive {
  display: none;
}
.sortDirectionImageIcon {
  text-align: right;
  width: 0.5em;
  height: 0.5em;
}

.vcp_closeSearchOption {
  text-align: right;
  cursor: pointer;
}

.vcpTransSearchBox_row {
  display: table-row;
  border-right: 1px solid black;
  text-align: right;
  width: 100%;
}
.vcpTransSearchBox_cell {
  display: table-cell;
}
.vcpTransSearchBox_cell_center {
  display: table-cell;
  text-align: center;
}
#vcp_txnDetails_closeSearchBox {
  text-align: right;
  cursor: pointer;
}

.vcpTransSearchBox {
  display: table;
}

#vcpTransSearchBox_enclosure {
  border: 1px solid black;
  right: 0;
  left: 0;
}

#vcpTransSearchBox_caption,
#vcpTransSearchBox_startDate,
#vcpTransSearchBox_endDate {
  clear: right;
  width: 40%;
  max-width: 180px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.popupBorder {
  padding: 15px;
}

.profileContentTitle {
  border-bottom: 1px dotted;
  width: 50%;
  padding-top: 20px;
}

.headerLogo {
  padding-bottom: 7px;
  padding-top: 7px;
  display: inline-block;
  float: left;
}

.topNavSmall {
  background-color: #3bb268;
  height: 43px;
  display: none;
}

.tc_Header {
  height: 66px;
}

#privacyPledgeFooter,
.privacyPledgeFooter {
  width: 75%;
  margin: 0 auto;
}

textarea#messageText {
  height: 120px;
  width: 600px;
  font-family: verdana;
}
input#subject {
  width: 600px;
  font-family: verdana;
}

.paddingMedium {
  padding-top: 10px;
}

#deletePhoneDialog #promptDialogBody {
  width: 345px;
}

.wd_40 {
  width: 40%;
}

/* ****************************** FAQs ************************* */

.faqWrapperIndividual {
  padding-top: 10px;
}

.tc_FAQtabs {
  background: none repeat scroll 0 0 #373739;
  color: #cccccc;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding: 5px 5px 0px 10px;
  cursor: pointer;
}

.tc_FAQtabs:hover {
  color: #ffffff !important;
}

.tc_FAQstatics {
  display: none;
  font-family: arial;
  font-size: 14px;
  padding-left: 22px;
  font-weight: bold;
}

.tc_FAQquestions {
  display: none;
  font-family: arial;
  font-size: 14px;
  padding-left: 22px;
  cursor: pointer;
  font-weight: bold;
}
.firstRow {
  display: table-row;
}
.secondRow {
  display: table-row;
}
.left {
  display: table-cell;
}
.right {
  display: table-cell;
}

.tc_FAQanswers {
  display: none;
  font-family: arial;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}

.tc_ClosedQuestion {
  padding-right: 5px;
  background: url("/onlineCard/static/shared/img/faqArrow_Right.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
  float: left;
}

.tc_OpenedQuestion {
  padding-right: 5px;
  background: url("/onlineCard/static/shared/img/faqArrow_Down.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
table#phoneDetailsTable .headNumber {
  width: 52%;
  text-align: left;
}

table#phoneDetailsTable .headPreferred,
table#phoneDetailsTable .headNoMessage,
table#phoneDetailsTable .headNoAutoDial {
  width: 16%;
}

table#phoneDetailsTable .headNumberReview {
  padding-left: 5%;
  width: 65%;
}
table#phoneDetailsTable span.typeAbbre {
  padding-right: 20%;
}

table#phoneDetailsTable .headPreferred,
table#phoneDetailsTable .headNoMessage,
table#phoneDetailsTable .headNoAutoDial,
table#phoneDetailsTable .headDelete {
  text-align: center;
}

table#phoneDetailsTable .inputHeader {
  display: none;
}

table#phoneDetailsTable tr.phoneReviewRow td.headNumber span {
  display: inline-block;
}

table#phoneDetailsTable tr.phoneReviewRow td.headNumber span.phoneType {
  width: 20%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.block {
  display: block;
}

.tight {
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.transactionDetails #layoutContentPageSubHeader h1 {
  padding-left: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .transactionDetails #layoutContentPageSubHeader h1 {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .prompt-textAlign{
    text-align: center;
}
}


/* ************************** RANDOM SIZED VIEW? **************************** */
@media only screen and (max-width: 999px) {
  ul.leftNav {
    margin: 0;
    width: 100%;
  }
  ul.leftNav li {
    border-right: 1px solid #ffffff;
  }
  ul.leftNav li.logoutLink {
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  /*	ul.leftNav li a,
    ul.leftNav li span,
    ul.leftNav li span.looksOn {
    	padding: 25px 6px 0;
    }*/
  .vcp_welcomeUser_message {
    float: none;
  }
  /*    .vcp_welcomeUser_links {
    	display:none;
    }*/
  .vcp_welcomeUser_links_tablet {
    display: inline;
  }

  .vcpTransDetailsImage_links_wrapper {
    display: none;
  }
  .vcpTransDetailsLinks_wrapper_tablet {
    display: inline;
  }
  .vcpTransDetailsLinks_responsive,
  .vcpTransDetailsLinks_responsive_noborder {
    width: 25%;
    display: inline-block;
    text-align: center;
    height: 2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: -4px;
    position: relative;
    border-right: 0.125em solid #ffffff;
    background-color: #cccccc;
    padding: 0.3em 0em 0em 0em;
    cursor: pointer;
    font-weight: bold;
  }

  .vcpTransDetailsLinks_responsive_noborder {
    border-right: 0px;
  }

  .link_no_underline {
    text-decoration: none;
  }

  .vcpTransDetailsLinks_responsive a:link,
  .vcpTransDetailsLinks_responsive a:active,
  .vcpTransDetailsLinks_responsive a:visited,
  .vcpTransDetailsLinks_responsive a:hover,
  .vcpTransDetailsLinks_responsive_noborder a:link,
  .vcpTransDetailsLinks_responsive_noborder a:active,
  .vcpTransDetailsLinks_responsive_noborder a:visited,
  .vcpTransDetailsLinks_responsive_noborder a:hover {
    color: black !important;
  }

  .transactionSummary_acctBal,
  .transactionSummary_minPayment,
  .transactionSummary_paymentDueDate,
  .transactionSummary_availCredit {
    width: 30%;
  }

  .transactionSummary_minPayment {
    border-width: 0px;
  }

  .transactionSummary_creditLimit,
  .transactionSummary_lastStatementBal {
    width: 40%;
  }

  .transactionSummary_acctBal,
  .transactionSummary_creditLimit,
  .transactionSummary_minPayment {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: black;
  }

  .toggleShowHide_detailsCol {
    display: none;
  }

  .transactionDateHeader_responsive {
    display: table-cell;
  }

  .transactionDateHeader {
    display: none;
  }

  .vcp_payment_selection {
    padding: 1em 1em 1em 0.5em;
    width: 60%;
  }

  .narrower {
    width: 45%;
  }

  .vcp_payment_selection span {
    cursor: pointer;
  }

  .bordered {
    border: 1px solid black;
  }
}

/* ************************** RANDOM SIZED VIEW? **************************** */
@media only screen and (max-width: 975px) {
  #vcpTransSearchBox_startDate {
    width: 48%;
    max-width: 500px;
    clear: left;
    float: left;
    text-align: center;
  }

  #vcpTransSearchBox_endDate {
    width: 48%;
    max-width: 500px;
    float: left;
    text-align: center;
  }
  .vcpTransSearchBox_cell_center {
    clear: both;
    float: left;
    margin: 0 auto;
    width: 100%;
    padding: 0.25em 0;
  }
}

/* ************************* TABLET LANDSCAPE VIEW ************************** */
@media only screen and (max-width: 1024px) {
  .concise {
    display: none;
  }
  .tranDateCol_resp {
    min-width: 65px;
  }
  .payHistoryDateCol {
    min-width: 85px;
  }
  th.amountCol_resp,
  td.amountCol_resp {
    min-width: 65px;
  }
}

/* ************************** TABLET PORTRAIT VIEW ************************** */
@media only screen and (max-width: 790px) {
  .col1 {
    width: 50%;
  }
  .col2 {
    width: 50%;
  }

  input#subject {
    width: 95%;
  }
  textarea#messageText {
    width: 95%;
  }
  div.infoVerification {
    width: 100%;
  }
  table#phoneDetailsTable .headNumber {
    width: 55%;
    text-align: left;
  }

  table#phoneDetailsTable .headPreferred,
  table#phoneDetailsTable .headNoMessage,
  table#phoneDetailsTable .headNoAutoDial {
    width: 15%;
  }
}

/* ******************************* PHONE VIEW ******************************* */
@media only screen and (max-width: 640px) {
  body {
    font-size: 65%;
  }
  .tc_Header {
    text-align: center;
  }
  #tc_HeaderLogout {
    display: none;
  }
  #tc_imageCarousel {
    display: none;
  }
  .headerContent {
    float: none;
  }
  ul.leftNav li span.looksOn {
    padding: 25px 6% 0;
    background: none;
  }
  ul.leftNav li a.activeMenuItem,
  ul.leftNav li span#activeMenuItem {
    background: none !important;
    text-decoration: underline;
  }

  ul.leftNav li a:hover {
    background: none;
  }

  .vcp_eAlertsLandingPage_tab {
    padding: 5%;
    font-weight: bold;
    font-size: 2.67em;
    width: 100%;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
  }

  #vcp_eAlertsLandingPage_tabBody {
    margin: 0px;
    border-top: 0px solid #373739;
  }
  .vcp_welcomeUser_links {
    display: none;
  }
  .vcp_welcomeUser_links_tablet {
    display: none;
  }
  #layoutNavMenuContentSection {
    float: none;
  }
  #vcp_leftNav_menuIcon {
    display: block;
    cursor: pointer;
    margin-right: 4px;
  }
  ul.leftNav li a,
  ul.leftNav li span,
  ul.leftNav li span.looksOn {
    padding: 10px 10px 10px 0;
    height: 12px;
  }
  ul.leftNav li {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    background-color: #373739;
    border-top: 1px solid #ffffff;
    z-index: 10;
  }
  ul.leftNav li.vcp_responsive_UserInfo_Profile,
  ul.leftNav li.vcp_responsive_UserInfo_Messages {
    display: block;
  }
  ul.leftNav {
    width: 100%;
    margin: 0;
    display: none;
  }

  .vcp_payment_selection {
    width: 85%;
  }

  .narrower {
    width: 80%;
  }

  .vcpTransDetailsLinks_wrapper_tablet {
    display: none;
  }

  .vcpTransDetailsLinks_wrapper_iphone {
    display: inline;
  }
  .vcpTransDetailsLinks_responsive {
    width: 50%;
    display: inline-block;
    text-align: left;
    height: 2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: -4px;
    position: relative;
    border-right: 0.125em solid #ffffff;
    background-color: #cccccc;
    padding: 0.3em 0em 0em 0em;
    cursor: pointer;
    font-weight: bold;
  }
  .vcpTransDetailsLinks_responsive_align_right {
    text-align: right;
  }
  .vcpTransDetailsLinks_responsive a:link,
  .vcpTransDetailsLinks_responsive a:active,
  .vcpTransDetailsLinks_responsive a:visited,
  .vcpTransDetailsLinks_responsive a:hover {
    color: black;
  }

  #vcpTransDetailsLinks_iphone_ols,
  #vcpTransDetailsLinks_iphone_dl,
  #vcpTransDetailsLinks_iphone_search,
  #vcpTransDetailsLinks_iphone_pf {
    border-bottom: 0.125em solid #ffffff;
  }

  #vcpTransDetailsLinks_iphone_pf,
  #vcpTransDetailsLinks_iphone_dl {
    text-align: right;
    padding-right: 2em;
  }

  #vcpTransDetailsLinks_iphone_ols,
  #vcpTransDetailsLinks_iphone_search {
    padding-left: 2em;
  }

  .transactionDetailsLinksPA {
    float: left;
    margin-top: 10px;
    margin-right: 0px;
  }

  .serviceContentBoxLeft {
    width: 100%;
    clear: both;
  }
  .serviceContentBoxRight {
    width: 100%;
    clear: both;
  }

  input[type="text"],
  input[type="password"],
  select {
    height: 2.5em;
  }
  input[type="text"] {
    max-width: 100%;
  }
  .headerLogo {
    padding-bottom: 0px;
    display: block;
    float: none;
  }
  h2.contentAreaSubHeader {
    font-size: 1.5em;
  }
  .col1 {
    clear: both;
    width: 100%;
  }
  .col2 {
    clear: both;
    width: 100%;
    padding-top: 15px;
  }

  div#creditLimitIncreaseStep1 .col2 {
    margin-left: 10px;
  }
  div#creditLimitIncreaseStep1 .col2 .formsFieldLabel {
    margin-left: 0px;
  }
  div#creditLimitIncreaseStep1 .col1 .formsFieldLabel {
    margin-left: 10px;
  }
  div#creditLimitIncreaseStep1 .formsSetNoColumns .formsFieldLabel {
    margin-left: 10px;
  }

  .col2PadBelow .col2 {
    padding-bottom: 15px;
    padding-top: 0px;
  }

  div#emailText input#address1,
  div#emailText2 input#address2,
  div#emailText3 input#address3 {
    width: 95%;
  }
  div#textMessage input#text1,
  div#textMessage2 input#text2,
  div#textMessage3 input#text3 {
    width: 40%;
  }
  div#textMessage input#textCarrier1,
  div#textMessage2 input#textCarrier2,
  div#textMessage3 input#textCarrier3 {
    width: 45%;
  }

  .printmove {
    margin-top: 0px;
  }
  table#phoneDetailsTable .headNumber {
    width: 64%;
    text-align: left;
  }

  table#phoneDetailsTable .headPreferred,
  table#phoneDetailsTable .headNoMessage,
  table#phoneDetailsTable .headNoAutoDial {
    width: 12%;
  }
  #navTabs .tab {
    width: 100%;
  }
  .tc_Table td,
  .tc_Table th {
    text-align: left;
  }
  .underLeft select {
    width: 100%;
  }
  #deletePhoneDialog #promptDialogBody {
    width: 299px;
  }
  .wd_75 {
    width: 75px;
  }
  .alertsHistory div#layoutContentArea .tieringElement,
  .alertsHistory div#layoutContentArea .phonePaddingForContentWithTables {
    padding: 5px 2% 10px 2%;
  }
  .selectAccountPaymentAssistanceLink {
    display: none;
  }
}

/* don't show buttons when printing a popup page (i.e. printFriendly versions) */
@media print {
  #popupLayoutContent .tranCoreButton {
    display: none !important;
  }
}

#transactionDetailSummaryPrintFriendly td {
  padding: 10px;
}
#transactionDetailTable_summary td {
  padding: 10px;
  height: 80px;
}
#tc_transactionDetailOptionsBig {
  float: right;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}

#tc_transactionDetailOptionsBig a {
  text-decoration: none;
}

#tc_searchLink {
  float: left;
  padding: 0px 3px;
  border-right: 1px solid #666666;
}

#tc_printerFriendlyLink {
  float: left;
  padding: 0px 3px;
}

.transactionDetailsVerticalAlign {
  vertical-align: top;
}

/* Commenting out to test in IT. If not removed by April 2020, feel free to remove  */
/* #tc_accountSummary:not(section) a {
  color: #ffffff;
  text-decoration: none;
} */

.tc_spacer4 {
  height: 4px;
}

.tc_topBorder {
  border-top: solid 1px #666666;
}

.vcp_transDetails_pageNavigate {
  text-align: right;
  text-decoration: none;
}
.vcp_transDetails_pageNavigate a {
  text-decoration: none;
}

.padding10 {
  padding: 10px;
}

.padding10TopBottom {
  padding: 10px 0;
}

#tc_accountDetailsSmall {
  display: none;
}
.twoColTableValue {
  text-align: right;
}
#tc_transactionDetailOptionsSmall {
  width: 100%;
  display: none;
}
.optionsSmallTable {
  display: table;
  border-spacing: 1px;
  background-color: #ffffff;
  width: 100%;
}
.optionsSmallRow {
  display: table-row;
}
.optionsSmallCell a {
  display: block;
  height: 100%;
}

.standardDetails,
.moreDescDetails_row {
  border-bottom: 1px solid;
}

.calendarInput {
  display: inline-block;
  *display: inline; /* for IE7*/
  *zoom: 1; /* for IE7*/
  min-width: 130px;
}

.cursorPointer {
  cursor: pointer;
}

.tc_Table caption {
  text-align: left;
  font-weight: bold;
  padding: 3px 0px;
  white-space: nowrap;
  border-bottom: 1px solid;
  display: none; /* To avoid the duplicate table headings as part of Elan Redesign */
}

/****************************/
/* phone number table start */
/****************************/

table#phoneDetailsTable {
  width: 100%;
  border-collapse: collapse;
}

table#phoneDetailsTable th {
  padding: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
table#phoneDetailsTable td {
  padding: 5px;
  border-bottom: 1px solid;
}

table#phoneDetailsTable tbody tr.phoneRowOdd {
}

table#phoneDetailsTable tbody tr.phoneRowEven {
  background-color: #ebebeb;
}

table#phoneDetailsTable #headMobilOnly {
  border-bottom: 1px solid black;
}

table#phoneDetailsTable td.headNumberReviewType {
  padding-left: 2%;
}

table#phoneDetailsTable span.typeAbbre {
  padding-right: 20%;
}

table#phoneDetailsTable .headPreferred,
table#phoneDetailsTable .headNoMessage,
table#phoneDetailsTable .headNoAutoDial,
table#phoneDetailsTable .headDelete {
  text-align: center;
}

.acceptablePhones {
  display: none;
}

.tooManyPhones {
  display: block;
  color: #ee0000;
}
table#phoneDetailsTable th.noBorderHead,
table#phoneDetailsTable td.fauxHeader {
  border-bottom: 1px solid #ffffff;
}

table#phoneDetailsTable td.fauxHeader {
  border-top: 1px solid #000000;
  content: " ";
}

table#phoneDetailsTable th#headMobilOnly {
  text-align: center;
  border-bottom: 1px solid black;
  padding-top: 15px;
}

table#phoneDetailsTable #phoneDetailsTableTitle {
  padding-top: 2px;
}

/****************************/
/* phone number table end */
/****************************/

@media only screen and (max-width: 640px) {
  #transactionDetailTable_summary > tbody > tr {
    border-bottom: none;
  }

  #tc_accountDetailsBig {
    display: none;
  }
  #tc_accountDetailsSmall {
    display: block;
  }
  #tc_accountSummary {
    height: auto;
    float: none;
  }
  #tc_transactionDetails {
    padding: 0px;
  }
  #tc_transactionDetailOptionsBig {
    display: none;
  }
  #tc_transactionDetailOptionsSmall {
    display: block;
  }
  #tc_transactionDetailOptionsSmall a {
    text-decoration: none;
  }
  .transactionDetailsDescription {
    line-height: 1.15em;
  }
  .topNavSmall {
    display: block;
  }
  .tc_Header {
    height: auto;
  }
  .phoneOnlyLinkLeftCol {
    width: 40%;
    margin: 0% 5%;
    float: left;
  }
  .phoneOnlyLinkRightCol {
    width: 40%;
    margin: 0% 2%;
    float: right;
    text-align: center;
  }
}

/* ******************************* iPhone landscape VIEW ******************************* */
@media only screen and (max-width: 568px) {
  table#phoneDetailsTable .mobileOnly {
    border-bottom: 1px solid black;
    display: inline-block;
  }

  table#phoneDetailsTable .inputHeader {
    font-weight: bold;
  }

  table#phoneDetailsTable tr#phoneDetailsTableTitle,
  table#phoneDetailsTable th.headPreferred,
  table#phoneDetailsTable th.headNoMessage,
  table#phoneDetailsTable th.headNoAutoDial,
  table#phoneDetailsTable th.headDelete {
    display: none;
  }

  table#phoneDetailsTable th.headNumber {
    width: auto;
    text-align: center;
    border-top: none;
  }

  table#phoneDetailsTable .inputHeader {
    display: block;
  }

  table#phoneDetailsTable tr.phoneRow td.headNumber,
  table#phoneDetailsTable tr.phoneRow td.headPreferred,
  table#phoneDetailsTable tr.phoneRow td.headNoMessage,
  table#phoneDetailsTable tr.phoneRow td.headNoAutoDial {
    display: block;
    width: auto;
    text-align: center;
    border-bottom: none;
  }

  table#phoneDetailsTable tr.phoneRow td.headDelete {
    display: block;
    width: auto;
    text-align: right;
  }

  table#phoneDetailsTable tr.phoneReviewRow td.headNoAutoDial {
    border-bottom: 1px solid black;
  }

  table#phoneDetailsTable tr.phoneReviewRow td.noContent {
    padding: 0;
  }
}
