/* Global */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  direction: rtl;
}

#header_img {
  /* padding-top: 20px; */
  max-width: 150px;
  position: relative;
  right: 50%;
  transform: translate(50%, 0);
  max-width: 200px;
  padding: 10px;
}

/* Credit Card */

.credit-card {
  max-width: 360px;
  width: 100%;
  margin: 60px auto 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  box-shadow:0px 0px 6px -2px;
}

.form-header {
  height: 60px;
  padding: 20px 30px 0;
  /*  border-bottom: 1px solid #E1E8EE; */
}

.form-body {
  padding: 30px 30px 20px;
}

/* Title */

.title {
  margin: 0;
  color: #5e6977;
  font-size: 18px;
}

/* Common */

.card-number,
.cvv-input input,
.month select,
.paypal-btn,
.proceed-btn,
.year select {
  height: 42px;
}

.card-number,
.month select,
.year select {
  font-size: 14px;
  font-weight: 100;
  line-height: 14px;
}

.card-number,
.cvv-details,
.cvv-input input,
.month select,
.year select {
  color: #000;
  opacity: 0.7;
}

/* Card Number */

.card-number {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 2px solid #e1e8ee;
  border-radius: 6px;
}

@media (min-width: 787px) {
  .credit-card {
    padding: 10px !important;
  }
  .form-body {
    padding: 30px 0px 20px !important;
  }
}

/* Date Field */

.month select,
.year select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 145px;
  margin-bottom: 20px;
  padding-right: 20px;
  border: 2px solid #e1e8ee;
  border-radius: 6px;
  background: url("caret.png") no-repeat;
  background-position: 95% 50%;
}

.month select {
  float: right;
}

.year select {
  float: left;
}

/* Card Verification Field */

.cvv-input input {
  width: 145px;
  float: left;
  padding-right: 20px;
  border: 2px solid #e1e8ee;
  border-radius: 6px;
  background: #fff;
}

.cvv-details {
  float: right;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.cvv-details p {
  margin-top: 6px;
}

/* Buttons Section */

.paypal-btn,
.proceed-btn {
  cursor: pointer;
  width: 100%;
  border-color: transparent;
  border-radius: 6px;
  font-size: 16px;
}

.proceed-btn {
  margin-bottom: 10px;
  background: #7dc855;
}

.paypal-btn a,
.proceed-btn a {
  text-decoration: none;
  cursor: pointer;
}

.proceed-btn a {
  color: #fff;
}

.paypal-btn a {
  color: rgba(242, 242, 242, 0.7);
}

.paypal-btn {
  padding-right: 95px;
  background: url("paypal-logo.svg") no-repeat 65% 56% #009cde;
}

#sell_details_table {
  width: 100%;
  text-align: right;
  padding: 0;
  margin-top: 15px;
  direction: rtl;
}

.input-text {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border: 2px solid #e1e8ee;
  border-radius: 6px;
  background: #fff;
}

.input-left {
  float: left;
}

.input-right {
  float: right;
}

.form-body {
  overflow: auto;
}

.form-body-client-info {
  padding: 0px 15px;
  overflow: auto;
}

.dialog-content {
  padding: 0 !important;
}

.client_info_button {
  cursor: pointer;
}

.checkbox_container {
  clear: both;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

/* 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 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 340px;
}

/* The Close Button */

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#termsBtn {
  cursor: pointer;
  text-decoration: underline;
}

.credit-card {
  position: relative;
}

#loading_container {
  display: none;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.full_container {
  display: none;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.full_container h4 {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  overflow: auto;
  height: auto;
}

#nobelCredit {
  display: none;
}

@media (max-width: 767px) {
  .modal-body {
    text-align: CENTER;
  }
  .modal-body img {
    max-width: 90%;
  }
  .credit-card {
    width: 90%;
  }
  p.proceed-btn {
    max-width: 90%;
    margin: 20px auto;
  }
  table {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #nobelCredit {
    display: block;
    color: #000;
    text-align: center;
    margin-top: 10%;
    bottom: 0;
    /* left: 15px; */
    cursor: pointer;
    width: 100%;
  }
}

th {
  text-align: center;
  border-bottom: 1px solid #aaa;
}

body {
  display: block !important;
}

tbody#items_tbody {
  font-size: 13px;
}

.TitleText {
  margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}