/* fonts */
/* colors */
/* border-radius browser prefixes
  vars: border-radius, topleft-radius, topright-radius, bottomright-radius, bottomleft-radius
  for same border-radius on all edges, just pass border-radius
*/
/* font-face imports */
@font-face {
  font-family: "DINWeb";
  src: url("../../../fonts/ur-dialog/DINWeb.eot") format("eot");
}
@font-face {
  font-family: "DINWeb";
  src: url("../../../fonts/ur-dialog/DINWeb.woff") format("woff");
}
@font-face {
  font-family: "DINWeb-Light";
  src: url("../../../fonts/ur-dialog/DINWeb-Light.eot") format("eot");
}
@font-face {
  font-family: "DINWeb-Light";
  src: url("../../../fonts/ur-dialog/DINWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "DINWeb-Medium";
  src: url("../../../fonts/ur-dialog/DINWeb-Medium.eot") format("eot");
}
@font-face {
  font-family: "DINWeb-Medium";
  src: url("../../../fonts/ur-dialog/DINWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "DINWeb-Bold";
  src: url("../../../fonts/ur-dialog/DINWeb-Bold.eot") format("eot");
}
@font-face {
  font-family: "DINWeb-Bold";
  src: url("../../../fonts/ur-dialog/DINWeb-Bold.woff") format("woff");
}
/* image files */
/* balanceboard icons */
/* Conditional for FF specific styles (e.g. dropdown text alignment) */
@-moz-document url-prefix() {
  .myaccount .ma_select select {
    padding-top: 20px;
  }

  .paymentProfileStandardCheckboxColumn label {
    padding-top: 1px;
  }
}
#myaccount {
  font: 17px "DINWeb-Medium", Arial, Helvetica, sans-serif !important;
  color: #5d5e62;
  text-align: left;
  /* reset styles */
  /* disabled inputfield */
  /* jquery ui accordion rewrites */
  /* custom dropdowns (normal & narrow) */
  /* personal data edit */
  /* Payment Profiles */
  /* Payment Profiles List View */
  /* Payment Profiles Edit & Create Views */
  /* Payment Profiles Edit View (elements only in Edit View) */
  /* Payment Profiles Create View (elements only in Create View) */
}
#myaccount .content-box-inner,
#myaccount .content-box-inner-table {
  background-color: #fff;
  border: 0;
  padding: 0;
}
#myaccount .link {
  cursor: pointer;
}
#myaccount .errorsign {
  padding: 5px 0px 0px 30px;
  margin-right: 10px;
  width: 24px;
  height: 20px;
  color: #fe4600;
  background: url(/../../Images/ur-dialog/failed.png) no-repeat;
}
#myaccount .warningsign {
  padding: 4px 0px 0px 30px;
  margin-right: 10px;
  width: 24px;
  height: 20px;
  color: #a1a2a4;
  background: url(/../../Images/ur-dialog/warningsign.png) no-repeat;
}
#myaccount .brieferror {
  float: right;
  width: auto;
}
#myaccount table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#myaccount table tbody {
  display: table-row-group;
}
#myaccount table tr {
  display: table-row;
  position: static;
}
#myaccount table tr td {
  display: table-cell;
  height: 42px;
  padding: 0 16px 10px 16px;
  line-height: 17px;
}
#myaccount table.dataTable {
  width: 100% !important;
}
#myaccount .displayleft,
#myaccount .displaycenter,
#myaccount .displayright {
  text-align: left;
}
#myaccount .displayleft input,
#myaccount .displaycenter input,
#myaccount .displayright input {
  width: 293px;
}
#myaccount .displayleft {
  color: #a1a2a4;
}
#myaccount .inputWidth100 {
  width: 293px;
}
#myaccount form, #myaccount img, #myaccount ul, #myaccount ol, #myaccount li {
  list-style: none outside none;
}
#myaccount p, #myaccount table, #myaccount table td {
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #2f3338;
}
#myaccount .input_disabled {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
#myaccount .divider {
  height: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
}
#myaccount .ui-state-active .ui-icon {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -182px -23px !important;
}
#myaccount .ui-state-default .ui-icon {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -40px -64px !important;
}
#myaccount .ui-state-hover .ui-icon {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -3px -64px !important;
}
#myaccount .ui-state-active:hover .ui-icon {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -122px -66px !important;
}
#myaccount .ui-state-default,
#myaccount .ui-widget-content .ui-state-default,
#myaccount .ui-widget-header .ui-state-default {
  background: #fff;
}
#myaccount .ui-accordion {
  width: 1086px;
  padding: 1em 2.2em 2em 2.2em;
  background-color: #fff;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -ms-border-top-leftradius: 0;
  -ms-border-top-right-radius: 0;
  -ms-border-bottom-right-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#myaccount .ui-accordion .ui-accordion-content {
  position: relative;
  margin-top: -2px;
  margin-bottom: 2px;
  padding: 1em 2.2em;
  border-top: 0;
  top: 1px;
  overflow: auto;
  zoom: 1;
}
#myaccount .ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em !important;
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
#myaccount .ui-accordion .ui-accordion-header .ui-icon {
  width: 16px;
  height: 16px;
  left: 0.5em;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
#myaccount .ui-accordion .ui-accordion-header {
  cursor: pointer;
  margin-top: 1px;
  position: relative;
  outline-color: transparent;
}
#myaccount .ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
  outline-color: transparent;
}
#myaccount .ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  list-style: none outside none;
}
#myaccount input, #myaccount select {
  height: 50px;
  padding: 3px 3px 3px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-color: #efefef;
  background-color: #efefef;
  font-size: 17px;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
  color: #2f3338;
  outline: none;
}
#myaccount input -webkit-input-placeholder, #myaccount select -webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1a2a4;
}
#myaccount input -moz-placeholder, #myaccount select -moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a2a4;
}
#myaccount input -moz-placeholder, #myaccount select -moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a2a4;
}
#myaccount input -ms-input-placeholder, #myaccount select -ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1a2a4;
}
#myaccount input.error, #myaccount select.error {
  border-width: 1px !important;
}
#myaccount input[type=checkbox] {
  height: auto;
}
#myaccount ::-webkit-input-placeholder {
  color: #a1a2a4 !important;
}
#myaccount ::-moz-placeholder {
  color: #a1a2a4 !important;
}
#myaccount ::-moz-placeholder {
  color: #a1a2a4 !important;
}
#myaccount :-ms-input-placeholder {
  color: #a1a2a4 !important;
}
#myaccount textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 3px 3px 20px;
  border-width: 0 !important;
  background-color: #efefef;
  font-size: 17px;
  color: #2f3338;
}
#myaccount textarea -webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1a2a4;
}
#myaccount textarea -moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a2a4;
}
#myaccount textarea -moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a2a4;
}
#myaccount textarea -ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1a2a4;
}
#myaccount label, #myaccount .label {
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #a1a2a4;
}
#myaccount label.error, #myaccount .label.error {
  line-height: 18px;
  color: #fe4600;
}
#myaccount tr th {
  color: #a1a2a4;
  background-color: #fff;
  padding-bottom: 14px;
  font-weight: normal;
}
#myaccount a, #myaccount a:visited {
  color: #2f3338 !important;
  text-decoration: underline !important;
}
#myaccount a:hover, #myaccount a:active {
  color: #75bf07 !important;
}
#myaccount h2, #myaccount h3 {
  padding-top: 0;
  color: #2f3338 !important;
  font-weight: normal;
  text-decoration: none !important;
  text-align: left;
}
#myaccount hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ced0d0;
  margin: 70px 0;
  width: 100%;
}
#myaccount .ma_select {
  width: 316px;
  height: 56px;
  overflow: hidden;
  background: url(/../../Images/ur-dialog/ur_icon_expander_menu.png) no-repeat 287px 27px #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#myaccount .ma_select select {
  display: block;
  width: 340px;
  height: 56px;
  padding-left: 20px;
  border: 0;
  color: #2f3338;
  background: transparent;
  -webkit-appearance: none;
}
#myaccount .ma_select select[disabled] {
  color: #a1a2a4;
}
#myaccount .ma_select select option {
  background-color: #efefef;
}
#myaccount .ma_select select option[selected] {
  background-color: transparent;
}
#myaccount .ma_select span {
  width: 100px;
  height: 100px;
}
#myaccount .ma_select.ma_select_narrow {
  width: 150px;
  padding-right: 3px;
  background-position: 121px 27px;
}
#myaccount .ma_select.ma_select_narrow select {
  width: 180px;
}
#myaccount .tooltipTrigger {
  position: static;
  float: left;
  width: 26px;
  height: 25px;
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -687px -15px;
  cursor: pointer;
}
#myaccount .displaytooltip {
  padding: 17px 0 0 !important;
  vertical-align: top !important;
}
#myaccount .c2g_tooltip_dialog,
#myaccount .c2g_tooltip {
  width: 380px;
  background: transparent;
  color: #a1a2a4;
  text-align: left;
}
#myaccount .c2g_tooltip {
  width: inherit;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.3em;
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
  font-size: 17px;
}
#myaccount .inputWidth50Container {
  width: 138px;
}
#myaccount .inputWidth50Container input {
  width: 130px;
}
#myaccount .inputWidth50Divider {
  width: 25px;
  height: 50px;
}
#myaccount .inputWidthMinorContainer {
  float: left;
  display: inline-block;
  width: 101px;
}
#myaccount .inputWidthMinorContainer input {
  width: 68px !important;
}
#myaccount .inputWidthMajorContainer {
  float: left;
  display: inline-block;
  width: 140px;
}
#myaccount .inputWidthMajorContainer input {
  max-width: 211px;
}
#myaccount .inputWidth25-75Divider {
  float: left;
  display: inline-block;
  height: 50px;
}
#myaccount .ma_button_340_100 {
  display: inline-block;
  width: 340px;
  height: 100px;
  background-color: #2f3338;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#myaccount .ma_button_340_100 span {
  display: inline-block;
}
#myaccount .ma_button_340_100 .container {
  width: 340px;
  height: 100px;
}
#myaccount .ma_button_340_100 .text {
  float: left;
  width: 250px;
  padding-top: 3px;
  font: 36px "DINWeb-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
}
#myaccount .ma_button_340_100 .icon {
  float: left;
  width: 61px;
  height: 59px;
  margin: 21px 0 0 13px;
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -600px -1px;
}
#myaccount .ma_button_340_100:hover, #myaccount .ma_button_340_100:active {
  background-color: #75bf07;
}
#myaccount .ma_button_340_50 {
  display: inline-block;
  width: 250px;
  height: 50px;
  background-color: #2f3338;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#myaccount .ma_button_340_50 span {
  display: inline-block;
  outline-color: transparent;
}
#myaccount .ma_button_340_50 .text {
  width: 250px;
  padding-top: 3px;
  font: 17px "DINWeb-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
#myaccount .ma_button_340_50:hover, #myaccount .ma_button_340_50:active {
  background-color: #75bf07;
}
#myaccount .ma_link_arrow {
  display: inline-block;
  text-decoration: none;
}
#myaccount .requiredFieldsContainer {
  color: #a1a2a4;
}
#myaccount .mc2g_personaldata_saveandcancel_buttons {
  margin-bottom: 50px;
}
#myaccount .labeldevider {
  display: inline;
}
#myaccount #mc2g_personaldata_overview_edit #mc2g_personaldata_overview_birthDate_edit {
  line-height: 56px;
}
#myaccount #mc2g_personaldata_overview_edit #mc2g_personaldata_overview_firstName_edit {
  max-width: 293px;
}
#myaccount #mc2g_personaldata_overview_edit hr {
  margin: 50px 0 70px 0;
}
#myaccount #mc2g_personaldata_password_edit hr {
  margin: 50px 0 70px 0;
}
#myaccount #mc2g_personaldata_pin_edit hr {
  margin: 50px 0 70px 0;
}
#myaccount #mc2g_license_status_unlockDriverLicense_unlocked,
#myaccount #mc2g_license_status_unlockDriverLicense_locked {
  padding-right: 10px;
}
#myaccount #mc2g_payment_profiles_list p {
  line-height: 24px;
}
#myaccount #mc2g_payment_profiles_list input[type=radio] {
  background-color: #fff !important;
}
#myaccount #mc2g_payment_profiles_list hr {
  margin: 40px 0;
}
#myaccount #mc2g_payment_profiles_list > hr {
  margin: 50px 0 40px 0;
}
#myaccount #mc2g_payment_profiles_list label {
  cursor: pointer;
}
#myaccount #mc2g_payment_profiles_list .error, #myaccount #mc2g_payment_profiles_list .error p {
  color: #fe4600 !important;
  font-weight: normal;
}
#myaccount #mc2g_payment_profiles_list .clearBoth {
  clear: both;
}
#myaccount #mc2g_payment_profiles_list .paymentmethods {
  float: left;
  margin-left: 40px;
}
#myaccount #mc2g_payment_profiles_list .paymentmethods.mc {
  margin: 5px 0 0 0;
}
#myaccount #mc2g_payment_profiles_list .paymentmethods.visa {
  margin-top: 10px;
}
#myaccount #mc2g_payment_profiles_list .paymentProfile_address {
  padding-top: 30px;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table td {
  height: 21px;
  padding: 0 !important;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .paymentProfileStandardCheckboxColumn input {
  float: left;
  display: inline-block;
  height: 13px;
  margin: 0px 10px 0 0;
  padding-left: 0;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .paymentProfileStandardCheckboxColumn label {
  float: left;
  margin-right: 10px;
  color: #2f3338;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .paymentProfileStandardCheckboxColumn span {
  float: left;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/../../Images/ur-dialog/pwValidate-OK.png) no-repeat;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .datacolumn {
  color: #a1a2a4;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .paymentProfileName,
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .paymentProfileStandardCheckboxLabel {
  color: #2f3338;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .no_paymentmethod_available_img {
  display: block;
  float: left;
  width: 24px;
  height: 22px;
  margin-right: 10px;
  background: url(/../../Images/ur-dialog/paymentprofiles_nopaymentmethods_hint.gif) no-repeat;
}
#myaccount #mc2g_payment_profiles_list #mc2g_payment_profiles_table .no_paymentmethod_available_text {
  display: block;
  float: left;
  height: 22px;
  padding-top: 4px;
}
#myaccount #mc2g_statements_credit_card_data_table p,
#myaccount #mc2g_payment_profile_edit p,
#myaccount #mc2g_payment_profile_create p {
  line-height: 24px;
}
#myaccount #mc2g_statements_credit_card_data_table hr,
#myaccount #mc2g_payment_profile_edit hr,
#myaccount #mc2g_payment_profile_create hr {
  margin: 40px 0;
}
#myaccount #mc2g_statements_credit_card_data_table hr.button_divider,
#myaccount #mc2g_payment_profile_edit hr.button_divider,
#myaccount #mc2g_payment_profile_create hr.button_divider {
  margin-top: 20px;
}
#myaccount #mc2g_statements_credit_card_data_table input[type=radio],
#myaccount #mc2g_payment_profile_edit input[type=radio],
#myaccount #mc2g_payment_profile_create input[type=radio] {
  background-color: #fff;
}
#myaccount #mc2g_statements_credit_card_data_table .goBack_button,
#myaccount #mc2g_payment_profile_edit .goBack_button,
#myaccount #mc2g_payment_profile_create .goBack_button {
  display: block;
  margin-bottom: 40px;
}
#myaccount #mc2g_statements_credit_card_data_table .error,
#myaccount #mc2g_payment_profile_edit .error,
#myaccount #mc2g_payment_profile_create .error {
  display: block;
  padding: 5px 0;
  color: #fe4600;
}
#myaccount #mc2g_statements_credit_card_data_table input.error,
#myaccount #mc2g_payment_profile_edit input.error,
#myaccount #mc2g_payment_profile_create input.error {
  padding-left: 20px;
}
#myaccount #mc2g_statements_credit_card_data_table .col1,
#myaccount #mc2g_payment_profile_edit .col1,
#myaccount #mc2g_payment_profile_create .col1 {
  vertical-align: top;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table {
  margin-bottom: 25px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table input[type=radio] {
  height: auto;
  margin-right: 10px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_profile_edit_name,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_profile_edit_name {
  margin-bottom: 10px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr.cluster td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr.cluster td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr.cluster td,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr.cluster td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr.cluster td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr.cluster td,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr.cluster td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr.cluster td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr.cluster td {
  height: 21px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr td,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr td,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr td {
  padding: 0 !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr td hr,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr td hr,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr td hr,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr td hr,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr td hr,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr td hr,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr td hr,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr td hr,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr td hr {
  margin: 0;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr td.displayleft,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr td.displayleft,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr td.displayleft,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr td.displayleft,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr td.displayleft,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr td.displayleft,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr td.displayleft,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr td.displayleft,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr td.displayleft {
  padding-right: 10px !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr input,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr input,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr input,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr input,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr input,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr input,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr input,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr input,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr input {
  margin: 0 10px 0 0;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2 {
  width: 579px;
  padding-left: 23px !important;
  color: #a1a2a4;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2 label, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2 label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.paymentProfileName,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2 label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.paymentProfileName,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2 label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2 label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2 label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2 label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2 label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2 label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.paymentProfileName,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.creditCardEditForm {
  padding-left: 0 !important;
  color: #2f3338;
  cursor: pointer;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2 label .mc2g_payment_profile_option label, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName .mc2g_payment_profile_option label, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label, #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2 label .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.paymentProfileName .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink .mc2g_payment_profile_option label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.creditCardEditForm .mc2g_payment_profile_option label {
  color: #a1a2a4;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2 label input[type=radio], #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName input[type=radio], #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink input[type=radio], #myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2 label input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2 label input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2.creditCardEditForm input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2 label input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.paymentProfileName input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.newPaymentMethodLink input[type=radio],
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2.creditCardEditForm input[type=radio] {
  padding-left: 0 !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col2 form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col2 form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col2 form,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col2 form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col2 form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col2 form,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col2 form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col2 form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col2 form {
  margin-top: 20px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .col3,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .col3,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .col3,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .col3,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .col3,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .col3,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .col3,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .col3,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .col3 {
  padding-right: 200px !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .separator_inner_table,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .separator_inner_table,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .separator_inner_table,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .separator_inner_table {
  padding-right: 240px !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .creditcard_info,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .creditcard_info,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .creditcard_info,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .creditcard_info {
  display: block;
  margin: 20px 0 10px 0;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table tr .msp_provider_img,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table tr .msp_provider_img,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table tr .msp_provider_img,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table tr .msp_provider_img {
  display: block;
  width: 579px;
  height: 40px;
  margin-bottom: 15px;
  background: url(/../../Images/ur-dialog/paymentprofiles_msp-provider.png) no-repeat;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form {
  width: 579px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option td,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option td {
  padding-bottom: 10px !important;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_statements_credit_card_form_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_credit_card_form .mc2g_payment_profile_option .ma_button_340_50,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_form .mc2g_payment_profile_option .ma_button_340_50 {
  margin-top: 20px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table .sepa_container .sepaInfoText {
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table .sepa_container .sepaInfoText p,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table .sepa_container .sepaInfoText p {
  background-color: #efefef !important;
  color: #a1a2a4;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_direct_debit_sepaMandate_container,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_direct_debit_sepaMandate_container {
  width: 790px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table input,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table input {
  float: left;
  height: auto;
  margin: 0px 10px 10px 0;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table #mc2g_payment_method_sepa_table label,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table #mc2g_payment_method_sepa_table label {
  line-height: 17px;
  color: #2f3338;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table .displaytooltip .tooltipTrigger,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table .displaytooltip .tooltipTrigger {
  margin-top: 14px;
}
#myaccount #mc2g_statements_credit_card_data_table .mc2g_statements_credit_card_data_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_edit_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_statements_credit_card_data_table .mc2g_payment_profile_create_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_edit .mc2g_statements_credit_card_data_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_edit_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_edit .mc2g_payment_profile_create_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_create .mc2g_statements_credit_card_data_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_edit_table .displaytooltip .c2g_tooltip_dialog,
#myaccount #mc2g_payment_profile_create .mc2g_payment_profile_create_table .displaytooltip .c2g_tooltip_dialog {
  width: auto;
  left: 800px;
  margin-top: 14px;
}
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_customer_form label,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_business_form label,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_customer_form label,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_business_form label,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_customer_form label,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form label {
  color: #a1a2a4;
}
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_customer_form td,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_business_form td,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_customer_form td,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_business_form td,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_customer_form td,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form td {
  padding-bottom: 10px !important;
}
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_customer_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_customer_form #mc2g_payment_address_business_street_autocomplete_edit,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_business_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_business_form #mc2g_payment_address_business_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_customer_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_customer_form #mc2g_payment_address_business_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_business_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_business_form #mc2g_payment_address_business_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_customer_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_customer_form #mc2g_payment_address_business_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form #mc2g_payment_address_customer_street_autocomplete_edit,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form #mc2g_payment_address_business_street_autocomplete_edit {
  display: none;
}
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_customer_form .inputWidth25-75Divider,
#myaccount #mc2g_statements_credit_card_data_table #mc2g_payment_address_business_form .inputWidth25-75Divider,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_customer_form .inputWidth25-75Divider,
#myaccount #mc2g_payment_profile_edit #mc2g_payment_address_business_form .inputWidth25-75Divider,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_customer_form .inputWidth25-75Divider,
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form .inputWidth25-75Divider {
  width: 0;
}
#myaccount #mc2g_payment_profile_edit .edit_link {
  display: block;
  width: 16px;
  height: 17px;
  background: url(/../../Images/ur-dialog/paymentprofiles_edit-link.png) no-repeat;
}
#myaccount #mc2g_payment_profile_edit .edit_link:hover {
  background: url(/../../Images/ur-dialog/paymentprofiles_edit-link_hover.png) no-repeat;
}
#myaccount #mc2g_payment_profile_edit .no_paymentmethod_available_img {
  display: block;
  float: left;
  width: 24px;
  height: 22px;
  margin: 0 10px 0 -23px;
  background: url(/../../Images/ur-dialog/paymentprofiles_nopaymentmethods_hint.gif) no-repeat;
}
#myaccount #mc2g_payment_profile_edit .no_paymentmethod_available_text {
  display: block;
  float: left;
  height: 22px;
  padding-top: 4px;
}
#myaccount #mc2g_payment_profile_create #mc2g_payment_profile_create_paymentType_form {
  margin-bottom: 40px;
}
#myaccount #mc2g_payment_profile_create #mc2g_payment_profile_create_paymentType_form input {
  height: auto;
  margin-right: 10px;
}
#myaccount #mc2g_payment_profile_create #mc2g_payment_profile_create_paymentType_form label {
  margin-right: 20px;
  color: #2f3338;
  cursor: pointer;
}
#myaccount #mc2g_payment_profile_create #mc2g_payment_address_business_form .deductionAuth {
  height: 56px;
}
#myaccount #mc2g_raccount_address td, #myaccount #mc2g_raccount_address_edit td {
  padding-left: 26px;
}
#myaccount #mc2g_raccount_payment_withdrawal_sepaMandate_container,
#myaccount #mc2g_raccount_payment_withdrawal_sepaMandate_container_edit {
  padding-left: 16px;
}
#myaccount #mc2g_raccount_payment_sepa_table input, #myaccount #mc2g_raccount_payment_sepa_table_edit input {
  position: static;
  margin: 0;
}
#myaccount #mc2g_raccount_payment_sepa_table label, #myaccount #mc2g_raccount_payment_sepa_table_edit label {
  line-height: 24px;
}
#myaccount #mc2g_raccount_payment_sepa_table td, #myaccount #mc2g_raccount_payment_sepa_table_edit td {
  padding: 10px 1px;
}
#myaccount #mc2g_raccount_payment_sepa_table td.checkbox, #myaccount #mc2g_raccount_payment_sepa_table_edit td.checkbox {
  width: 13px;
  padding: 10px 10px 10px 0;
}
#myaccount #mc2g_raccount_payment_withdrawal_sepaMandateAccepted,
#myaccount #mc2g_raccount_payment_withdrawal_sepaMandateAccepted_edit,
#myaccount #mc2g_raccount_address_active_display_checkbox,
#myaccount #mc2g_raccount_address_active_edit {
  height: 13px;
  padding-left: 0;
  margin-right: 10px;
}
#myaccount #mc2g_rentals_list td, #myaccount #mc2g_rentals_list th,
#myaccount #mc2g_rentals_specialpayitems td, #myaccount #mc2g_rentals_specialpayitems th,
#myaccount #mc2g_minutes_overview td, #myaccount #mc2g_minutes_overview th,
#myaccount #mc2g_codriver_overview td, #myaccount #mc2g_codriver_overview th,
#myaccount #mc2g_invoices_overview td, #myaccount #mc2g_invoices_overview th {
  font-size: 14px !important;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
  display: table-cell;
}
#myaccount #mc2g_rentals_list td table.beta, #myaccount #mc2g_rentals_list th table.beta,
#myaccount #mc2g_rentals_specialpayitems td table.beta, #myaccount #mc2g_rentals_specialpayitems th table.beta,
#myaccount #mc2g_minutes_overview td table.beta, #myaccount #mc2g_minutes_overview th table.beta,
#myaccount #mc2g_codriver_overview td table.beta, #myaccount #mc2g_codriver_overview th table.beta,
#myaccount #mc2g_invoices_overview td table.beta, #myaccount #mc2g_invoices_overview th table.beta {
  width: 90%;
  margin: 0 0 0 17px;
}
#myaccount #mc2g_rentals_list td table.beta th, #myaccount #mc2g_rentals_list td table.beta td, #myaccount #mc2g_rentals_list th table.beta th, #myaccount #mc2g_rentals_list th table.beta td,
#myaccount #mc2g_rentals_specialpayitems td table.beta th,
#myaccount #mc2g_rentals_specialpayitems td table.beta td, #myaccount #mc2g_rentals_specialpayitems th table.beta th, #myaccount #mc2g_rentals_specialpayitems th table.beta td,
#myaccount #mc2g_minutes_overview td table.beta th,
#myaccount #mc2g_minutes_overview td table.beta td, #myaccount #mc2g_minutes_overview th table.beta th, #myaccount #mc2g_minutes_overview th table.beta td,
#myaccount #mc2g_codriver_overview td table.beta th,
#myaccount #mc2g_codriver_overview td table.beta td, #myaccount #mc2g_codriver_overview th table.beta th, #myaccount #mc2g_codriver_overview th table.beta td,
#myaccount #mc2g_invoices_overview td table.beta th,
#myaccount #mc2g_invoices_overview td table.beta td, #myaccount #mc2g_invoices_overview th table.beta th, #myaccount #mc2g_invoices_overview th table.beta td {
  padding: 15px 0 0 0 !important;
  height: 15px;
  font-size: 12px !important;
  display: table-cell;
}
#myaccount #mc2g_rentals_list td table.beta th strong, #myaccount #mc2g_rentals_list td table.beta td strong, #myaccount #mc2g_rentals_list th table.beta th strong, #myaccount #mc2g_rentals_list th table.beta td strong,
#myaccount #mc2g_rentals_specialpayitems td table.beta th strong,
#myaccount #mc2g_rentals_specialpayitems td table.beta td strong, #myaccount #mc2g_rentals_specialpayitems th table.beta th strong, #myaccount #mc2g_rentals_specialpayitems th table.beta td strong,
#myaccount #mc2g_minutes_overview td table.beta th strong,
#myaccount #mc2g_minutes_overview td table.beta td strong, #myaccount #mc2g_minutes_overview th table.beta th strong, #myaccount #mc2g_minutes_overview th table.beta td strong,
#myaccount #mc2g_codriver_overview td table.beta th strong,
#myaccount #mc2g_codriver_overview td table.beta td strong, #myaccount #mc2g_codriver_overview th table.beta th strong, #myaccount #mc2g_codriver_overview th table.beta td strong,
#myaccount #mc2g_invoices_overview td table.beta th strong,
#myaccount #mc2g_invoices_overview td table.beta td strong, #myaccount #mc2g_invoices_overview th table.beta th strong, #myaccount #mc2g_invoices_overview th table.beta td strong {
  color: #a1a2a4;
}
#myaccount .mc2g_statements_overview_table td, #myaccount .mc2g_statements_overview_table th {
  font-size: 16px !important;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
  display: table-cell;
}
#myaccount .mc2g_statements_overview_table td table.beta, #myaccount .mc2g_statements_overview_table th table.beta {
  width: 90%;
  margin: 0 0 0 17px;
}
#myaccount .mc2g_statements_overview_table td table.beta th, #myaccount .mc2g_statements_overview_table td table.beta td, #myaccount .mc2g_statements_overview_table th table.beta th, #myaccount .mc2g_statements_overview_table th table.beta td {
  padding: 15px 0 0 0 !important;
  height: 15px;
  font-size: 12px !important;
  display: table-cell;
}
#myaccount .mc2g_statements_overview_table td table.beta th strong, #myaccount .mc2g_statements_overview_table td table.beta td strong, #myaccount .mc2g_statements_overview_table th table.beta th strong, #myaccount .mc2g_statements_overview_table th table.beta td strong {
  color: #a1a2a4;
}
#myaccount .mc2g_statements_overview_table td table.beta th, #myaccount .mc2g_statements_overview_table th table.beta th {
  font-weight: bold;
}
#myaccount .mc2g_statements_overview_payment_profile_info {
  padding: 30px 0 25px 0;
}
#myaccount .mc2g_statements_overview_payment_profile_info .mc2g_statements_overview_payment_profile_delete {
  color: #a1a2a4;
}
#myaccount .mc2g_statements_overview_payment_profile_deleted_credit_card,
#myaccount .mc2g_statements_overview_payment_profile_deleted_direct_debit {
  float: left;
  width: 70%;
  background: url(/../../Images/ur-dialog/failed.png) no-repeat 0 20px;
}
#myaccount .mc2g_statements_overview_payment_profile_deleted_credit_card p,
#myaccount .mc2g_statements_overview_payment_profile_deleted_direct_debit p {
  color: #fe4600;
  padding: 0 0 15px 35px;
}
#myaccount .mc2g_statements_overview_edit_payment_method_div {
  padding: 15px 0 0 0;
  float: right;
}
#myaccount .mc2g_statements_overview_table {
  border-bottom: 1px solid #e6e6e6;
}
#myaccount .mc2g_statements_overview_table span {
  padding: 20px 0 10px 30px;
}
#myaccount .mc2g_statements_overview_table span.statement_state_paid {
  color: #3fb94e;
  background: url(/../../Images/ur-dialog/paid.png) no-repeat 0px 14px;
}
#myaccount .mc2g_statements_overview_table span.statement_state_open {
  color: #000;
  background: url(/../../Images/ur-dialog/open.png) no-repeat 0px 16px;
}
#myaccount .mc2g_statements_overview_table span.statement_state_reject {
  color: #fe4600;
  background: url(/../../Images/ur-dialog/failed.png) no-repeat 0px 14px;
  /* background: $errorsign_small no-repeat; */
}
#myaccount .mc2g_statements_overview_table a.pdf {
  width: 23px;
  height: 22px;
  background: url(/../../Images/ur-dialog/file.png) no-repeat;
  float: left;
}
#myaccount .mc2g_statements_overview_table a.pdf:hover {
  background: url(/../../Images/ur-dialog/file_hover.png) no-repeat;
}
#myaccount .mc2g_statements_overview_table a.detail {
  width: 33px;
  height: 22px;
  background: url(/../../Images/ur-dialog/detail.png) no-repeat;
  float: left;
}
#myaccount .mc2g_statements_overview_table a.detail:hover {
  background: url(/../../Images/ur-dialog/detail_hover.png) no-repeat;
}
#myaccount .mc2g_statements_overview_table td {
  padding: 0;
}
#myaccount .mc2g_statements_overview_table th {
  border-bottom: 1px solid #e6e6e6;
}
#myaccount .mc2g_statements_overview_divider {
  border-bottom: 1px solid #e6e6e6;
}
#myaccount .form_drivingCosts_filter td {
  padding: 0;
}
#myaccount #mc2g_statements_overview_digital_signature {
  padding-top: 17px;
}
#myaccount #mc2g_statements_overview_digital_signature img {
  padding: 5px 20px 0 0;
  float: left;
}
#myaccount #mc2g_rentals_list .table_row_hover td {
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif !important;
}
#myaccount #mc2g_rentals_overview .journey_details .content-box-inner .alpha {
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
}
#myaccount #mc2g_rentals_list h1, #myaccount #mc2g_rentals_list h2, #myaccount #mc2g_rentals_list h3, #myaccount #mc2g_rentals_list h4, #myaccount #mc2g_rentals_list h5, #myaccount #mc2g_rentals_list h6, #myaccount #mc2g_rentals_specialpayitems h1, #myaccount #mc2g_rentals_specialpayitems h2, #myaccount #mc2g_rentals_specialpayitems h3, #myaccount #mc2g_rentals_specialpayitems h4, #myaccount #mc2g_rentals_specialpayitems h5, #myaccount #mc2g_rentals_specialpayitems h6,
#myaccount #mc2g_minutes_overview h1,
#myaccount #mc2g_minutes_overview h2,
#myaccount #mc2g_minutes_overview h3,
#myaccount #mc2g_minutes_overview h4,
#myaccount #mc2g_minutes_overview h5,
#myaccount #mc2g_minutes_overview h6, #myaccount #additionalServicesChange h1, #myaccount #additionalServicesChange h2, #myaccount #additionalServicesChange h3, #myaccount #additionalServicesChange h4, #myaccount #additionalServicesChange h5, #myaccount #additionalServicesChange h6,
#myaccount #mc2g_additional_services_partnerservices h1,
#myaccount #mc2g_additional_services_partnerservices h2,
#myaccount #mc2g_additional_services_partnerservices h3,
#myaccount #mc2g_additional_services_partnerservices h4,
#myaccount #mc2g_additional_services_partnerservices h5,
#myaccount #mc2g_additional_services_partnerservices h6 {
  font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif;
}
#myaccount #mc2g_rentals_list h5, #myaccount #mc2g_rentals_specialpayitems h5,
#myaccount #mc2g_minutes_overview h5, #myaccount #additionalServicesChange h5,
#myaccount #mc2g_additional_services_partnerservices h5 {
  color: #a1a2a4;
}
#myaccount #mc2g_rentals_list .mc2g_additional_services_partnerservices_dataRow, #myaccount #mc2g_rentals_specialpayitems .mc2g_additional_services_partnerservices_dataRow,
#myaccount #mc2g_minutes_overview .mc2g_additional_services_partnerservices_dataRow, #myaccount #additionalServicesChange .mc2g_additional_services_partnerservices_dataRow,
#myaccount #mc2g_additional_services_partnerservices .mc2g_additional_services_partnerservices_dataRow {
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif !important;
}
#myaccount #mc2g_blocking_notifications_container {
  padding: 17px 2.2em;
  text-align: center;
  background-color: #fff;
}
#myaccount #mc2g_completedata,
#myaccount #mc2g_teaser {
  padding: 17px 2.2em;
  background-color: #fff;
}
#myaccount #mc2g_completedata h1,
#myaccount #mc2g_teaser h1 {
  margin-top: 20px !important;
  padding-left: 10px;
  font: 28px "DINWeb-Light", Arial, Helvetica, sans-serif;
}
#myaccount #mc2g_completedata p,
#myaccount #mc2g_teaser p {
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
}
#myaccount #mc2g_completedata .divider,
#myaccount #mc2g_teaser .divider {
  margin-bottom: 0px;
}
#myaccount #mc2g_teaser .moovel_tryptich {
  width: 100%;
  float: left;
  text-align: center;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col {
  float: left;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col a {
  line-height: 1.3em;
  font-weight: normal;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col.col_1 {
  width: 26%;
  padding-left: 7%;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col.col_2 {
  width: 34%;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col.col_3 {
  width: 26%;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col .logo {
  height: 140px;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col .ma_logo_moovel {
  padding-top: 40px;
}
#myaccount #mc2g_teaser .moovel_tryptich .mc2g_teaser_col .ma_logo_c2g {
  padding-top: 9px;
}
#myaccount .genericErrorContainer span {
  display: block;
  padding: 5px 0;
  color: red;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif !important;
}
#myaccount strong {
  font-weight: normal;
  font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif;
  color: #2f3338;
}
#myaccount a.btn-toggle {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -153px -31px !important;
}
#myaccount a.btn-toggle-expanded {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -83px -73px !important;
}
#myaccount .content-box-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0 !important;
  border-color: #fff;
}
#myaccount div.c2g_mc2g_loading {
  width: 950px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
#myaccount .c2g_mc2g_loadingPosition {
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#myaccount div.c2g_m2cg_loadingIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: 50%;
  margin-top: 50%;
  top: 0;
  background: url(/../../Images/ur-dialog/loading_transparent.gif) no-repeat scroll 0 0 transparent;
  text-align: center;
}
#myaccount .toggle-box-inner .content-box-default {
  margin-bottom: 0;
}
#myaccount .toggle-box-inner .content-box-default .toggle-box-header strong {
  clear: right;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #a1a2a4;
}
#myaccount .toggle-box-inner .content-box-default .toggle-box-header span {
  font-size: 12px;
}
#myaccount div.data-row-devider {
  height: 1px;
  padding-top: 10px;
}
#myaccount #mc2g_minutes_overview .toggle-box-inner {
  background: none;
}
#myaccount #mc2g_minutes_overview .toggle-box-inner .content-box-inner-table th, #myaccount #mc2g_minutes_overview .toggle-box-inner .content-box-inner-table td {
  padding-left: 10px !important;
}

#mc2g_license_overview_edit .expirationDateLabelTableCell {
  padding-top: 15px;
  vertical-align: top;
}
#mc2g_license_overview_edit .expirationDateDescription {
  width: 293px;
  font-size: 14px !important;
  font-family: "DINWeb-Light", Arial, Helvetica, sans-serif;
}

#mc2g_license_overview_smartTraining_video_1 .free_video_image {
  float: left;
  width: 463px;
  height: 285px;
  margin: 0;
  padding-left: 0;
}
#mc2g_license_overview_smartTraining_video_1 .free_video_container {
  position: static;
  width: 463px;
  height: 285px;
  padding: 16px 0 0 10px;
  cursor: pointer;
}
#mc2g_license_overview_smartTraining_video_1 iframe {
  margin: 10px 0 0 -10px;
}

#mc2g_license_overview_smartTraining_edit_label {
  position: relative;
  top: -20px;
}

#mc2g_license_validation_code_qr {
  display: block;
  margin-bottom: 24px;
}

/* styling for dialogs in MA */
.mc2g_rentals_dialog,
.mc2g_lockdriverlicence_dialog,
.mc2g_unlockdriverlicence_dialog,
.mc2g_deletecodriver_dialog,
.mc2g_deletecodriverinvitation_dialog,
.mc2g_payment_profiles_dialog_cancel,
.mc2g_statements_credit_card_success_dialog,
.mc2g_payment_profiles_dialog_payment_method_save,
.mc2g_payment_profiles_dialog_delete {
  font: 17px normal "DINWeb-Medium", Arial, Helvetica, sans-serif !important;
  color: #5d5e62;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.mc2g_rentals_dialog h1, .mc2g_rentals_dialog h2, .mc2g_rentals_dialog h3, .mc2g_rentals_dialog h4, .mc2g_rentals_dialog h5, .mc2g_rentals_dialog table th, .mc2g_rentals_dialog table td, .mc2g_rentals_dialog strong,
.mc2g_lockdriverlicence_dialog h1,
.mc2g_lockdriverlicence_dialog h2,
.mc2g_lockdriverlicence_dialog h3,
.mc2g_lockdriverlicence_dialog h4,
.mc2g_lockdriverlicence_dialog h5,
.mc2g_lockdriverlicence_dialog table th,
.mc2g_lockdriverlicence_dialog table td,
.mc2g_lockdriverlicence_dialog strong,
.mc2g_unlockdriverlicence_dialog h1,
.mc2g_unlockdriverlicence_dialog h2,
.mc2g_unlockdriverlicence_dialog h3,
.mc2g_unlockdriverlicence_dialog h4,
.mc2g_unlockdriverlicence_dialog h5,
.mc2g_unlockdriverlicence_dialog table th,
.mc2g_unlockdriverlicence_dialog table td,
.mc2g_unlockdriverlicence_dialog strong,
.mc2g_deletecodriver_dialog h1,
.mc2g_deletecodriver_dialog h2,
.mc2g_deletecodriver_dialog h3,
.mc2g_deletecodriver_dialog h4,
.mc2g_deletecodriver_dialog h5,
.mc2g_deletecodriver_dialog table th,
.mc2g_deletecodriver_dialog table td,
.mc2g_deletecodriver_dialog strong,
.mc2g_deletecodriverinvitation_dialog h1,
.mc2g_deletecodriverinvitation_dialog h2,
.mc2g_deletecodriverinvitation_dialog h3,
.mc2g_deletecodriverinvitation_dialog h4,
.mc2g_deletecodriverinvitation_dialog h5,
.mc2g_deletecodriverinvitation_dialog table th,
.mc2g_deletecodriverinvitation_dialog table td,
.mc2g_deletecodriverinvitation_dialog strong,
.mc2g_payment_profiles_dialog_cancel h1,
.mc2g_payment_profiles_dialog_cancel h2,
.mc2g_payment_profiles_dialog_cancel h3,
.mc2g_payment_profiles_dialog_cancel h4,
.mc2g_payment_profiles_dialog_cancel h5,
.mc2g_payment_profiles_dialog_cancel table th,
.mc2g_payment_profiles_dialog_cancel table td,
.mc2g_payment_profiles_dialog_cancel strong,
.mc2g_statements_credit_card_success_dialog h1,
.mc2g_statements_credit_card_success_dialog h2,
.mc2g_statements_credit_card_success_dialog h3,
.mc2g_statements_credit_card_success_dialog h4,
.mc2g_statements_credit_card_success_dialog h5,
.mc2g_statements_credit_card_success_dialog table th,
.mc2g_statements_credit_card_success_dialog table td,
.mc2g_statements_credit_card_success_dialog strong,
.mc2g_payment_profiles_dialog_payment_method_save h1,
.mc2g_payment_profiles_dialog_payment_method_save h2,
.mc2g_payment_profiles_dialog_payment_method_save h3,
.mc2g_payment_profiles_dialog_payment_method_save h4,
.mc2g_payment_profiles_dialog_payment_method_save h5,
.mc2g_payment_profiles_dialog_payment_method_save table th,
.mc2g_payment_profiles_dialog_payment_method_save table td,
.mc2g_payment_profiles_dialog_payment_method_save strong,
.mc2g_payment_profiles_dialog_delete h1,
.mc2g_payment_profiles_dialog_delete h2,
.mc2g_payment_profiles_dialog_delete h3,
.mc2g_payment_profiles_dialog_delete h4,
.mc2g_payment_profiles_dialog_delete h5,
.mc2g_payment_profiles_dialog_delete table th,
.mc2g_payment_profiles_dialog_delete table td,
.mc2g_payment_profiles_dialog_delete strong {
  color: #5d5e62 !important;
}
.mc2g_rentals_dialog h1, .mc2g_rentals_dialog h2, .mc2g_rentals_dialog h3, .mc2g_rentals_dialog p,
.mc2g_lockdriverlicence_dialog h1,
.mc2g_lockdriverlicence_dialog h2,
.mc2g_lockdriverlicence_dialog h3,
.mc2g_lockdriverlicence_dialog p,
.mc2g_unlockdriverlicence_dialog h1,
.mc2g_unlockdriverlicence_dialog h2,
.mc2g_unlockdriverlicence_dialog h3,
.mc2g_unlockdriverlicence_dialog p,
.mc2g_deletecodriver_dialog h1,
.mc2g_deletecodriver_dialog h2,
.mc2g_deletecodriver_dialog h3,
.mc2g_deletecodriver_dialog p,
.mc2g_deletecodriverinvitation_dialog h1,
.mc2g_deletecodriverinvitation_dialog h2,
.mc2g_deletecodriverinvitation_dialog h3,
.mc2g_deletecodriverinvitation_dialog p,
.mc2g_payment_profiles_dialog_cancel h1,
.mc2g_payment_profiles_dialog_cancel h2,
.mc2g_payment_profiles_dialog_cancel h3,
.mc2g_payment_profiles_dialog_cancel p,
.mc2g_statements_credit_card_success_dialog h1,
.mc2g_statements_credit_card_success_dialog h2,
.mc2g_statements_credit_card_success_dialog h3,
.mc2g_statements_credit_card_success_dialog p,
.mc2g_payment_profiles_dialog_payment_method_save h1,
.mc2g_payment_profiles_dialog_payment_method_save h2,
.mc2g_payment_profiles_dialog_payment_method_save h3,
.mc2g_payment_profiles_dialog_payment_method_save p,
.mc2g_payment_profiles_dialog_delete h1,
.mc2g_payment_profiles_dialog_delete h2,
.mc2g_payment_profiles_dialog_delete h3,
.mc2g_payment_profiles_dialog_delete p {
  text-align: left;
}
.mc2g_rentals_dialog h1,
.mc2g_lockdriverlicence_dialog h1,
.mc2g_unlockdriverlicence_dialog h1,
.mc2g_deletecodriver_dialog h1,
.mc2g_deletecodriverinvitation_dialog h1,
.mc2g_payment_profiles_dialog_cancel h1,
.mc2g_statements_credit_card_success_dialog h1,
.mc2g_payment_profiles_dialog_payment_method_save h1,
.mc2g_payment_profiles_dialog_delete h1 {
  line-height: 28px;
}
.mc2g_rentals_dialog .mc2g_rentals_dialog_style,
.mc2g_lockdriverlicence_dialog .mc2g_rentals_dialog_style,
.mc2g_unlockdriverlicence_dialog .mc2g_rentals_dialog_style,
.mc2g_deletecodriver_dialog .mc2g_rentals_dialog_style,
.mc2g_deletecodriverinvitation_dialog .mc2g_rentals_dialog_style,
.mc2g_payment_profiles_dialog_cancel .mc2g_rentals_dialog_style,
.mc2g_statements_credit_card_success_dialog .mc2g_rentals_dialog_style,
.mc2g_payment_profiles_dialog_payment_method_save .mc2g_rentals_dialog_style,
.mc2g_payment_profiles_dialog_delete .mc2g_rentals_dialog_style {
  padding: 40px 20px 20px 20px;
}
.mc2g_rentals_dialog .ui-dialog-titlebar-close,
.mc2g_lockdriverlicence_dialog .ui-dialog-titlebar-close,
.mc2g_unlockdriverlicence_dialog .ui-dialog-titlebar-close,
.mc2g_deletecodriver_dialog .ui-dialog-titlebar-close,
.mc2g_deletecodriverinvitation_dialog .ui-dialog-titlebar-close,
.mc2g_payment_profiles_dialog_cancel .ui-dialog-titlebar-close,
.mc2g_statements_credit_card_success_dialog .ui-dialog-titlebar-close,
.mc2g_payment_profiles_dialog_payment_method_save .ui-dialog-titlebar-close,
.mc2g_payment_profiles_dialog_delete .ui-dialog-titlebar-close {
  background-color: #5d5e62;
}
.mc2g_rentals_dialog .btn-toggle,
.mc2g_lockdriverlicence_dialog .btn-toggle,
.mc2g_unlockdriverlicence_dialog .btn-toggle,
.mc2g_deletecodriver_dialog .btn-toggle,
.mc2g_deletecodriverinvitation_dialog .btn-toggle,
.mc2g_payment_profiles_dialog_cancel .btn-toggle,
.mc2g_statements_credit_card_success_dialog .btn-toggle,
.mc2g_payment_profiles_dialog_payment_method_save .btn-toggle,
.mc2g_payment_profiles_dialog_delete .btn-toggle {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -153px -31px !important;
}
.mc2g_rentals_dialog .btn-toggle-expanded,
.mc2g_lockdriverlicence_dialog .btn-toggle-expanded,
.mc2g_unlockdriverlicence_dialog .btn-toggle-expanded,
.mc2g_deletecodriver_dialog .btn-toggle-expanded,
.mc2g_deletecodriverinvitation_dialog .btn-toggle-expanded,
.mc2g_payment_profiles_dialog_cancel .btn-toggle-expanded,
.mc2g_statements_credit_card_success_dialog .btn-toggle-expanded,
.mc2g_payment_profiles_dialog_payment_method_save .btn-toggle-expanded,
.mc2g_payment_profiles_dialog_delete .btn-toggle-expanded {
  background: url(/../../Images/ur-dialog/ur_spritemap.png) no-repeat -83px -73px !important;
}

.mc2g_statements_credit_card_success_dialog .content-box-inner,
.mc2g_lockdriverlicence_dialog .content-box-inner,
.mc2g_unlockdriverlicence_dialog .content-box-inner,
.mc2g_deletecodriver_dialog .content-box-inner,
.mc2g_deletecodriverinvitation_dialog .content-box-inner,
#mc2g_payment_profiles_dialog .content-box-inner {
  padding: 20px;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner .ma_button_340_50,
.mc2g_lockdriverlicence_dialog .content-box-inner .ma_button_340_50,
.mc2g_unlockdriverlicence_dialog .content-box-inner .ma_button_340_50,
.mc2g_deletecodriver_dialog .content-box-inner .ma_button_340_50,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .ma_button_340_50,
#mc2g_payment_profiles_dialog .content-box-inner .ma_button_340_50 {
  display: inline-block;
  width: 250px;
  height: 50px;
  background-color: #2f3338;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline-color: transparent;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner .ma_button_340_50 span,
.mc2g_lockdriverlicence_dialog .content-box-inner .ma_button_340_50 span,
.mc2g_unlockdriverlicence_dialog .content-box-inner .ma_button_340_50 span,
.mc2g_deletecodriver_dialog .content-box-inner .ma_button_340_50 span,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .ma_button_340_50 span,
#mc2g_payment_profiles_dialog .content-box-inner .ma_button_340_50 span {
  display: inline-block;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner .ma_button_340_50 .text,
.mc2g_lockdriverlicence_dialog .content-box-inner .ma_button_340_50 .text,
.mc2g_unlockdriverlicence_dialog .content-box-inner .ma_button_340_50 .text,
.mc2g_deletecodriver_dialog .content-box-inner .ma_button_340_50 .text,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .ma_button_340_50 .text,
#mc2g_payment_profiles_dialog .content-box-inner .ma_button_340_50 .text {
  width: 250px;
  padding-top: 3px;
  font: 17px "DINWeb-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner .ma_button_340_50:hover, .mc2g_statements_credit_card_success_dialog .content-box-inner .ma_button_340_50:active,
.mc2g_lockdriverlicence_dialog .content-box-inner .ma_button_340_50:hover,
.mc2g_lockdriverlicence_dialog .content-box-inner .ma_button_340_50:active,
.mc2g_unlockdriverlicence_dialog .content-box-inner .ma_button_340_50:hover,
.mc2g_unlockdriverlicence_dialog .content-box-inner .ma_button_340_50:active,
.mc2g_deletecodriver_dialog .content-box-inner .ma_button_340_50:hover,
.mc2g_deletecodriver_dialog .content-box-inner .ma_button_340_50:active,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .ma_button_340_50:hover,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .ma_button_340_50:active,
#mc2g_payment_profiles_dialog .content-box-inner .ma_button_340_50:hover,
#mc2g_payment_profiles_dialog .content-box-inner .ma_button_340_50:active {
  background-color: #75bf07;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner hr,
.mc2g_lockdriverlicence_dialog .content-box-inner hr,
.mc2g_unlockdriverlicence_dialog .content-box-inner hr,
.mc2g_deletecodriver_dialog .content-box-inner hr,
.mc2g_deletecodriverinvitation_dialog .content-box-inner hr,
#mc2g_payment_profiles_dialog .content-box-inner hr {
  margin: 30px 0;
  border-style: inset;
  border-width: 1px;
}
.mc2g_statements_credit_card_success_dialog .content-box-inner .actions,
.mc2g_lockdriverlicence_dialog .content-box-inner .actions,
.mc2g_unlockdriverlicence_dialog .content-box-inner .actions,
.mc2g_deletecodriver_dialog .content-box-inner .actions,
.mc2g_deletecodriverinvitation_dialog .content-box-inner .actions,
#mc2g_payment_profiles_dialog .content-box-inner .actions {
  margin-top: 20px;
  text-align: right;
}

.mc2g_payment_profiles_dialog_cancel #mc2g_payment_profile_data_table tr td {
  height: 14px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
}
.mc2g_payment_profiles_dialog_cancel #mc2g_payment_profile_data_table tr:first-child td {
  font-weight: bold;
}

.mc2g_statements_overview_payment_profile_name {
  font-weight: bold;
}

/* set ui-datepicker-div to invisible (moovel) */
#ui-datepicker-div {
  display: none;
}

.ur_dialog {
  left: 50% !important;
  margin-left: -335px !important;
  position: absolute !important;
  top: 10px !important;
  width: 670px !important;
}

/* loading background (moovel) */
.c2g_mc2g_loadingPosition {
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.c2g_mc2g_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1003;
}

/*# sourceMappingURL=myaccount.css.map */
