/** General */
body {
  margin: 0;
  padding: 0;
  background: #f9f9f9; }

body, p {
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  color: #666666;
  font-weight: 300; }

h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0;
  padding: 0 0 0 30px;
  color: #FFFFFF;
  font-weight: 300; }

h2 {
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #424242; }

h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #03a9f4;
  font-weight: 500; }
h4 {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #03a9f4;
  font-weight: 500; }
a {
  color: #c2185b;
  outline: none;
  text-decoration: none; }
  /*a:hover {
    text-decoration: underline; }*/
  a.disabled {
    color: #b3b3b3;
    text-decoration: none;
    cursor: default; }

header {
/*   background: #0098db; */
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  header h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    font-size: 18px;
    float: left;
    line-height: 70px;
    height: 70px;
    padding: 0 0 0 100px;
    color: #fff;
    text-shadow: none;
    margin: 0;
    background: url(../img/loylogic_logo.png) no-repeat 10px 10px #009fe3;
    font-weight: normal; }
  header .pointspayLogoutClass {
    float: right;
    color: #fff;
    text-align: right;
    line-height: 20px;
    padding: 15px 20px 0 0; }
    header .pointspayLogoutClass a {
      color: #fff;
      text-decoration: underline; }
  header .menuBtn {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    width: 22px;
    padding: 5px 5px;
    border: solid 1px #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 17px;
    margin-left: -50px; }
    header .menuBtn:hover {
      background: #0098db; }
    header .menuBtn .menuBtnLine {
      height: 2px;
      margin: 4px 0;
      background: #fff;
      width: 100%; }
#scrollable-outer-div {
  margin: 0px;
  width: 100%;
  right: auto;
  left: 0px;
  top: 68px;
  height: 85%;
}
#scrollable-inner-div {
	overflow-y: scroll;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
}

.merchant-page-container {
  margin-left: 80px;
}

/* table */
.custom-table {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: -1px 1px 1px 0 #cccccc;
  -webkit-box-shadow: -1px 1px 1px 0 #cccccc;
  box-shadow: -1px 1px 1px 0 #cccccc;
  margin: 0;
  padding: 0;
  background-color: white;
  border: solid 1px #e6e6e6;
  width: 100%;
  margin-bottom: 30px; }

.custom-thead {
  background-color: #f9f9f9;
  font-weight: 500; }
  thead td {
    border-bottom: solid 1px #e6e6e6; }

.custom-td {
  padding: 16px 24px; }
  .custom-td a {
    display: inline-block;
    margin: 0 15px 0 0;
    /*        padding: 0 15px;
            border-right: solid 1px $border-secondary-color;
            &:first-child {
                padding-left: 0;
            }
            &:last-child {
                padding-right: 0;
                border-right: none;
            }*/ }


form, .form {
  border: none;
  padding: 10px; }
  form fieldset, .form fieldset {
    vertical-align: top;
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 390px;
    display: inline-block; }
  
  form .small-input-holder, .form .input-holder {
    width: 60px;
    height : 25px;
    margin-bottom: 2px;
    clear: both;
    position: relative; }
    
  form .input-holder, .form .input-holder {
    width: 300px;
    margin-bottom: 24px;
    clear: both;
    position: relative; }
    
  form .captcha-group{
    margin-bottom: 24px;
    clear: both;
    position: relative; }
    
  form .input-holder-textarea, .form .input-holder-textarea {
    width: auto; }
  form label, .form label {
    display: block;
    margin-bottom: 4px; }
  form input, form select, form textarea, .form input, .form select, .form textarea {
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #ccccd1;
    background-color: #FFFFFF;
    outline: none;
    padding: 7px 8px;
    font-size: 14px;
    line-height: 24px; }
    form input:focus, form select:focus, form textarea:focus, .form input:focus, .form select:focus, .form textarea:focus {
      border-color: #03a9f4; }
  form select, .form select {
    padding-top: 10px;
    padding-bottom: 10px; }
  form input[type="checkbox"], .form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0; }
  form input[disabled="disabled"], form input[readonly="readonly"], .form input[disabled="disabled"], .form input[readonly="readonly"] {
    background-color: #efeff3; }
    form input[disabled="disabled"]:focus, form input[readonly="readonly"]:focus, .form input[disabled="disabled"]:focus, .form input[readonly="readonly"]:focus {
      border-color: #ccccd1; }
  form .input-checkbox-label, .form .input-checkbox-label {
    display: inline-block; }
  form input[type="radio"], .form input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px; }
  form .input-radio-label, .form .input-radio-label {
    display: inline-block;
    width: 270px;
    vertical-align: top;
    margin-bottom: 12px; }
/** Tabs */
.tabs {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #ccccd1;
  background-color: #FFFFFF;
  margin-left: 80px;
  margin-right: 10px; }

.tabs-header {
  border-bottom: solid 1px #ccccd1; }
  .tabs-header ul {
    margin: 0;
    padding: 0 30px;
    list-style: none; }
  .tabs-header li {
    text-transform: uppercase;
    float: left;
    display: block;
    cursor: pointer;
    padding: 15px 30px;
    border-bottom: solid 3px transparent;
    font-weight: bold; }
    .tabs-header li.active {
      color: #03a9f4;
      border-bottom-color: #03a9f4; }

.tabs-content {
  padding: 30px; }
  .tabs-content .tab {
    display: none; }
  .tabs-content .active {
    display: block; }

.btn {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  color: #FFFFFF !important;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  background-color: #c2185b;
  border: none;
  cursor: pointer;
  outline: none; }
  .btn:hover {
    background-color: #921244;
    text-decoration: none; }
  .btn.disabled {
    background-color: #b3b3b3;
    cursor: default;
    color: #efeff3; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.hidden {
  display: none; }

.secondary-action-link {
  line-height: 40px;
  padding: 0 20px; }

.inline {
  display: inline-block; }

/** Content */
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 100px 30px 30px 280px;
  z-index: 11; }

.mainContentHolder {
  padding: 30px 30px 60px; }

.content-cell {
  width: 390px;
  vertical-align: top;
  display: inline-block; }

.content-cell-double {
  width: 780px; }

.data-cell {
  margin-bottom: 20px; }
  .data-cell .value {
    font-weight: 700; }

.content-cell-full-width {
  width: 100%; }

.higlighted-box {
  border: solid 1px #ccccd1;
  padding: 30px;
  background-color: #f9f9f9; }

/** Custom form elements */
.fieldset-submit {
  width: 100%; }
  .fieldset-submit .input-holder {
    width: 100%; }

.select-dial {
  width: 90px;
  margin-right: 10px;
  float: left; }

.input-mobile {
  width: 200px;
  float: left; }

.date-input, .date-time-input {
  background: url("../img/datepicker-icon.png") no-repeat right center white;
  cursor: pointer; }

.note-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 300px;
  background-color: #efeff3;
  border: solid 1px #ccccd1;
  padding: 20px; }
  .note-block h4 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px; }
  .note-block p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0; }

.note-block-info {
  border-color: #03a9f4;
  background-color: rgba(3, 169, 244, 0.2);
  color: #111; }

.note-line {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px; }

#creditCardStatementNamePrefix {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 15px;
  top: 34px; }

.checkboxLabel:after {
  content: ' ';
  clear: both; }

/** Register shop */
.checkbox-link {
  float: right; }

.checkbox-holder {
  margin-bottom: 5px; }

.default-category {
  cursor: default;
  color: #5a5a5a;
  font-weight: 700; }
  .default-category:hover {
    text-decoration: none; }

/** Shop list */
#shopListTable tbody .spacer td {
  padding: 7px 24px; }

.shop-logo {
  width: 93px;
  padding-top: 0;
  padding-bottom: 0; }
  .shop-logo img {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #ccccd1;
    width: 100%;
    vertical-align: bottom; }
  .shop-logo a {
    border: none;
    margin: 0; }

/** Manage shop **/
.transaction-fees {
  list-style: inside;
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0; }

/** Shop details */
.shop-info {
  margin-bottom: 30px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top; }
  .shop-info h2 {
    margin: 20px 0 0; }
  .shop-info img {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #ccccd1; }

.input-holder .shop-image {
  margin: 10px 0; }
  .input-holder .shop-image img {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #ccccd1; }

.shop-api-parameters {
  display: inline-block; }
  .shop-api-parameters .content-cell {
    width: 410px !important; }
  .shop-api-parameters .input-holder {
    width: 380px;
    margin-bottom: 50px; }
    .shop-api-parameters .input-holder input {
      font-size: 12px; }
  .shop-api-parameters .note-block {
    width: 380px; }

.shop-show-all-details {
  text-align: right; 
  margin-right: 10px; }
  .shop-show-all-details #allShopDetails {
    background: url("../img/download_icon.png") no-repeat;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block; }

.shop-details {
  display: none;
  margin-top: 30px;
  margin-left: 10px;
}

.shop-actions {
    padding: 10px;
}

/** Transactions */
.transaction-list .header h3 {
  float: left; }
.transaction-list .header .table-top-action {
  float: right; }
.transaction-list .header .download-report-icon {
  background: url("../img/download_report_icon.png") no-repeat;
  padding-left: 30px; }

/** Messages */
/*
 * Message block
 */
.messageBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*margin-top: 10px;*/
  display: none;
  padding: 20px;
  position: relative;
  background: #686868; }
  .messageBlock .typeOfMessage {
    width: 44px;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px; }
  .messageBlock .positive {
    background: url("../img/checkmark.png") no-repeat scroll 0 0 transparent; }
  .messageBlock .negative {
    background: url("../img/error.png") no-repeat scroll 0 0 transparent; }
  .messageBlock .messageText {
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
  .messageBlock .close {
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    float: right;
    color: #fff;
    margin: -3px -3px 0 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #f99615;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    cursor: pointer; }
.message-block {
  position: relative;
  background: #5a5a5a;
  margin-bottom: 30px;
  padding: 20px; }
  .message-block .type-of-message {
    width: 61px;
    height: 61px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px; }
  .message-block .info-message {
    background: url("../img/info-message-icon.png") no-repeat scroll 0 0 transparent; }
  .message-block .success-message {
    background: url("../img/success-message-icon.png") no-repeat scroll 0 0 transparent; }
  .message-block .error-message {
    background: url("../img/error-message-icon.png") no-repeat scroll 0 0 transparent; }
  .message-block .message-text {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF; }
    .message-block .message-text .message-title {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 500; }
  .message-block .hide-me {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../img/close-icon.png") no-repeat center center transparent;
    cursor: pointer;
    width: 30px;
    height: 30px; }

.msg-block {
  position: relative;
  background: #5a5a5a;
  margin-bottom: 30px;
  padding: 20px; }
  .msg-block table {
    -moz-box-shadow: 0 0 0 0 white;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border: none;
    color: #FFFFFF;
    margin-bottom: 0; }
    .msg-block table tr {
      font-weight: normal;
      background: #5a5a5a; }
      .msg-block table tr td {
        padding: 0 30px 0 0;
        text-align: left; }
  .msg-block .msg-icon-padding {
    padding: 3px;
    width: 54px; }
    .msg-block .msg-icon-padding img {
      vertical-align: middle; }
  .msg-block .txt {
    padding: 0 0 0 55px;
    max-width: 480px;
    min-height: 48px;
    line-height: 13px;
    font-size: 11px;
    color: #fff; }
    .msg-block .txt a {
      text-decoration: none;
      color: #ff9402; }
      .msg-block .txt a:hover {
        text-decoration: underline; }
  .msg-block .close {
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../img/close-icon.png") no-repeat center center transparent;
    cursor: pointer;
    width: 30px;
    height: 30px; }
  .msg-block h3 {
    margin: 0 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
  .msg-block p {
    margin: 0; }
  .msg-block .btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none; }
    .msg-block .btn:hover {
      text-decoration: none;
      background: none !important;
      background-color: #E88600 !important; }
  .msg-block .btn-add {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none; }
    .msg-block .btn-add:hover {
      text-decoration: none;
      background: none !important;
      background-color: #E88600 !important; }
  .msg-block a {
    color: #feb556;
    margin: 0; }
  .msg-block .sucess-msg-txt, .msg-block .error-msg-txt {
    text-align: left; }
  .msg-block .message-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500; }

/** Tooltip */
.tooltip-trigger {
  background: url("../img/info_icon.png") no-repeat left center;
  width: 32px;
  height: 31px;
  display: inline-block;
  position: absolute;
  top: 28px;
  right: -40px; }

.tooltip-inline {
  width: 22px;
  height: 22px;
  position: static;
  background-size: 100%;
  vertical-align: text-bottom;
  margin-left: 5px; }

#tooltip {
  /*@include box-shadow(2px, 2px, 5px, 0, rgba(0, 0, 0, 0.3));*/
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  background: #fff;
  position: absolute;
  font-size: 12px;
  z-index: 100;
  padding: 15px;
  border: solid 1px #ccccd1;
  color: #5a5a5a; }

#tooltip:after, #tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px; }

#tooltip:before {
  border-color: rgba(218, 218, 218, 0);
  border-top-color: #ccccd1;
  border-width: 6px;
  margin-left: -6px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 6px solid #fff;
  top: -10px;
  bottom: auto; }

#tooltip.top:before {
  border: solid transparent; }

#tooltip.left:after {
  left: 10px;
  border-top-color: #ccccd1; }

#tooltip.left:befor {
  left: 10px; }

#tooltip.right:after {
  right: 10px;
  border-top-color: #ccccd1;
  left: auto; }

#tooltip.right:before {
  right: 10px;
  left: auto; }

/** Inline validation */
.tooltip-body {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -258px;
  width: 250px;
  padding: 11px 14px;
  text-align: center;
  background: #f44336;
  color: #fff;
  z-index: 60; }
  .tooltip-body:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -6px;
    content: ' ';
    background-image: url(../img/inline-validation-left-arrow.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px; }

.tooltip-on-left {
  left: -258px;
  right: auto; }
  .tooltip-on-left:after {
    right: -10px;
    left: auto;
    background-image: url(../img/inline-validation-right-arrow.png); }

input.inline-validation-error, textarea.inline-validation-error {
  border-color: #f44336;
  background-image: url(../img/inline-validation-error.png);
  background-repeat: no-repeat;
  background-position: right center; }

select.inline-validation-error {
  border-color: #f44336; }

  .custom-validation-holder .custom-validation {
    color: #f44336;
    display: none;
    margin-bottom: 5px; }


/** Public part - login, signup, reset password, resend email */
html {
  height: 100%; }

.body-public {
  background-color: #f9f9f9;
  height: 100%; }
  .body-public .wrapper {
    min-height: 100%;
    position: relative; }
  .body-public footer {
    display: block;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    height: 50px;
    border-top: solid 1px #ccccd1;
    line-height: 24px;
    color: #5a5a5a;
    position: absolute;
    bottom: 0;
    left: 0; }

.header-public {
  background-color: #03a9f4;
  text-align: center;
  height: 250px;
  margin-bottom: 30px; }
  .header-public a {
    line-height: 250px; }
  .header-public img {
    border: none;
    vertical-align: middle; }

.content-public {
  background-color: #f9f9f9;
  text-align: center;
  padding-bottom: 80px;
  max-width: 500px;
  margin: 0 auto 60px;
  position: relative; }
  .content-public h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 20px;
    border: none;
    color: #5a5a5a;
    text-transform: none;
    padding: 0; }
    .content-public h2.title-h2 {
      margin: 10px 0 0;
      padding: 20px 0 20px 60px; }
    .content-public h2.title-error {
      background: url(../img/bang.png) no-repeat left center; }
  .content-public p {
    margin-bottom: 30px; }
  .content-public .center {
    text-align: center; }
  .content-public form {
    width: 300px;
    margin: auto;
    text-align: left; }
  .content-public .row-btn {
    margin-bottom: 35px; }
  .content-public .row-centered {
    text-align: center; }
  .content-public .public-links {
    text-align: center;
    margin: 25px 0 0 0; }
  .content-public .footer-note {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 40px 0;
    border: solid 1px #ccccd1;
    padding: 20px;
    font-size: 13px;
    line-height: 20px; }
  .content-public .signup-blacklisted {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #ccccd1;
    background-color: #FFFFFF;
    padding: 1px 20px 0;
    margin-bottom: 10px; }
    
.custom-thead .custom-td{
  font-weight: bold; }  
.shop-details-form{
  	display: inline;}
.shop-details-label{
	font-weight: bold;}
.lightbox-buttons{
	display: flex;
  	align-items: center;
  	justify-content: center;}
.lightbox-buttons > a{
	margin-right: 5px; 
}	
.custom-td.btn {
    display: inline-block;
    margin: 0px !important;
}
	
/** Lightbox */
.lightboxHolder {
  position: fixed;
  display: none;
  background: #fff;
  z-index: 20;
  padding: 20px 30px;
  text-align: center; }
.lightboxHolder div {
	text-align: left;}
div.btn-row{
	text-align: center;}

.lightboxHolder a, .closeLightbox {
  display: inline-block;
  margin: 10px; }

.lightboxHolder h3 {
  font-size: 23px;
  line-height: 30px;
  color: #686868;
  margin: 0;
  padding: 20px;
  font-weight: normal; }

.lightboxMask, .loaderMask {
  position: absolute;
  background: #000;
  display: none;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%; }

.closeLightbox {
  margin-left: 0; }

.loaderHolder {
  position: fixed;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  z-index: 30;
  text-align: center;
  display: none; }

.loaderHolderText {
  width: 80%;
  text-align: center;
  padding: 0 0 10px 0;
  margin: auto; }

.loaderHolder img {
  padding: 50px 80px; }

.closeLightboxBtn {
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f99615;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: 0;
  color: #fff;
  line-height: 30px;
  margin: 0 !important; }
 .apiPasswordYES.hidden{
  	margin-bottom: 10px;}
.ui-dialog{
	width: 320px !important;}
#validationMsgDiv{
	margin-left: 10px;}
#actionMessageDiv{
	margin-left: 10px;}
	
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 23%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close-popup {
  color: #000;
  float: right;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0 7px 0 7px;
  background-color: #A9A9A9;
  opacity: 0.4;
}
.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.modal-header {
  background-color: #DCDCDC;
  color: black;
  padding: 10px;
}
.modal-body {
	padding: 2px 16px;
    margin-bottom: 10px;
}
.popup-header{
	font-size: 23px;
	font-weight:bold;
    padding: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.modal-payment-card-brand .modal-header {
  height: 24px;
}
.shop-list-btn {
  margin-bottom: 10px;
}
.disabled-anchor {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: #b3b3b3;
}