@charset "utf-8";

/* CSS Document */
/* ==========================================================================
   Page: Order History
   ========================================================================== */
.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.text400 {
  font-weight: 400;
}

.text600 {
  font-weight: 600;
}

.text700,
.text700 label {
  font-weight: 700;
}

#OrderHistory .container {
  padding-top: 10px;
  padding-bottom: 50px;
}

.orderHistoryFormContainer {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 687px) {
  .orderHistoryFormContainer {
    padding: 50px 5%;
    padding-top: 30px;
  }
}

@media (max-width: 1550px) {

  #OrderHistory h2.orderHistoryHeader,
  #OrderHistory h2.orderHistoryHeader {
    font-size: 28px;

  }
}

#OrderHistory h2.orderHistoryHeader,
#OrderHistory h2.orderHistoryHeader {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.8rem;
}

@media (max-width: 1550px) {

  #OrderHistory h2.orderHistoryHeader,
  #OrderHistory h2.orderHistoryHeader {
    font-size: 28px;
  }
}

#OrderHistory h2.orderHistoryHeader,
#OrderHistory h2.orderHistoryHeader {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.8rem;
}

#OrderHistory h2,
#Account h2 {
  color: #000;
  line-height: 1rem;
  font-size: 19px;
}

#orderHistoryForm {
  width: 100%;
  margin: 50px 0 70px;
}

@media (max-width: 687px) {
  #orderHistoryForm {
    margin: 0 0 25px;
  }
}

#orderHistoryForm section {
  margin-bottom: 30px;
  text-align: center;
}

#orderHistoryForm .select-selected {
  padding: 17px 40px 13px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #dedede;
  border-radius: 30px;
  text-align: left;
  padding-left: 30px;
  color: #000;
  font-size: 1.2rem;
}

.custom-select {
  width: 300px;
  position: relative;
  top: -10px;
  font-size: 1.1rem;
  font-weight: 300;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffcd00;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: url("https://bestworld-public.s3.amazonaws.com/symphony/basic-template/avance/SG/en/img/quiz/dropdown.svg");
  transform: scale(.8);
  top: 35%;
  right: 15px;
  width: 20px;
}

/* monthpicker.css */

.monthpicker {
  display: inline-block;
  text-align: left;
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: .9em;
  vertical-align: middle;
}

.monthpicker_selector *::selection {
  color: #000;
  background: transparent;
}

.monthpicker_input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #2C2C2C;
  padding: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  /*
				font-size: 0.9em;
    line-height: 1em;
				*/
}

.monthpicker_input .placeholder {
  color: #888;
}



.monthpicker_input.active {
  background-color: #D4D4D4;
  color: #000;
}

.monthpicker_selector {
  position: absolute;
  top: 100%;
  background-color: #2C2C2C;
  min-width: 173px;
  box-shadow: 1px 2.5px 5px 0;
  z-index: 100;
}

.monthpicker_selector>table {
  color: #FFF;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: 'Overpass', sans-serif;
  font-size: .9em;
}

.monthpicker_selector>table tr:first-child td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.monthpicker_selector>table tr:first-child>td:nth-child(1) {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.monthpicker_selector>table tr:first-child>td:nth-child(2) {
  position: relative;
}

.monthpicker_selector>table tr:first-child>td:nth-child(3) {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}

.yearSwitch {
  padding: 0 10px;
  border-radius: 3px;
  background: #D4D4D4;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.yearSwitch.off {
  visibility: hidden;
}

.yearValue {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  background: none;
  border: none;
  color: #FFF;
  outline: none;
  font-family: 'Overpass', sans-serif;
  font-size: 1.1rem;
}

/* monthpicker.css */

.monthpicker {
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  vertical-align: middle;
  padding: 8px 15px;
  background-color: #fff;
  /*border: 1px solid #aaa;*/
  box-shadow: 0 0 7px #dedede;
  border-radius: 50px;
  width: 250px;
  color: black;
  height: 40px;
}

.monthpicker_selector *::selection {
  background: transparent;
}

.monthpicker_input {
  font-family: 'Overpass', sans-serif;
  background-image: url('https://www.avanceforlife.com/Test_Store/img/store/date-icon.svg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  /*font-size: 1em;*/
  font-weight: bold;
  /*line-height: 1em;*/
}

.monthpicker_input .placeholder {
  color: #444;
  font-size: 1rem;
}

.monthpicker_input.active {
  background-color: #d4d4d4;
  color: #000;
}

.monthpicker_selector {
  position: absolute;
  margin-top: 10px;
  margin-left: -15px;
  top: 100%;
  padding: 5px;
  background-color: #fff;
  min-width: 250px;
  -webkit-box-shadow: 0 0 7px #dedede;
  box-shadow: 0 0 7px #dedede;
  border-radius: 15px;
  z-index: 100;
  color: #444;
}

.monthpicker_selector>table {
  color: #444;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  /*font-family: "Century Gothic";*/
  font-size: 0.9em;
  border-radius: 15px;
}

.monthpicker_selector>table tr:first-child td,
.monthpicker_selector>table tr td {
  padding-top: 8px;
  /*padding-bottom: 8px;*/
}

.monthpicker_selector>table tr:first-child>td:nth-child(1) {
  text-align: left;
}

.monthpicker_selector>table tr:first-child>td:nth-child(2) {
  position: relative;
}

.monthpicker_selector>table tr:first-child>td:nth-child(3) {
  text-align: right;
}

.monthpicker_selector>table tr:nth-child(2) td {
  width: 25%;
}

.yearSwitch {
  padding: 7px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2rem;
}

.yearSwitch.off {
  visibility: hidden;
}

.yearValue {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: none;
  color: #444;
  outline: none;
  font-size: 1.1em;
}

/* months */
.monthpicker_selector .month {
  /* border: 1px solid #007bff; */
  background-color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  color: #212121;
}

.monthpicker_selector .month label {
  color: #000;
  width: 40px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 3;
  font-size: 0.9rem;
  height: 40px;
}

.monthpicker_selector .month label:hover {
  background-color: #ffcd00;
  opacity: 0.7;
  border-radius: 50px;
  color: #000;
  width: 40px;
  margin: 0 auto;
  /*font-weight: bold;*/
  line-height: 3;
  font-size: 0.9rem;
  height: 40px;
  cursor: pointer;
}

.month.selected label {
  background: #ffcd00;
  border-radius: 50px;
  color: #000;
  width: 40px;
  margin: 0 auto;
  /*font-weight: bold;*/
  line-height: 3;
  font-size: 0.9rem;
  height: 40px;
}

.monthpicker_selector .month.off {
  color: #fff;
  background: red;
  opacity: 0.65;
  cursor: not-allowed;
}

.monthpicker_selector .month.off:hover {
  background: red;
  opacity: 0.65;
}

/*-------Order History Content ---------*/
.legendIcon {
  float: left;
  margin-right: 10px;
}

#orderStatusLegend th {
  text-align: left;
  vertical-align: top;
}

#orderStatusLegend th label {
  font-weight: 600 !important;
}

.orderStatusLegendinfo .legendIcon {
  margin-right: 10px;
}

.orderStatusLegendinfo {
  margin-bottom: 10px;
}

#orderStatusLegend th,
#orderStatusLegend td {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1;
}

.orderHistoryContent {
  position: relative;
  display: grid;

}

.orderHistoryContent table {
  border-collapse: collapse;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.orderHistoryContent table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.orderHistoryContent table tr {
  background-color: #fefcf4;
  padding: .35em;
}

.orderHistoryContent table tbody tr {
  border-bottom: 1px solid #c9c9c9;
}

.orderHistoryContent table tbody tr:last-of-type {
  border-bottom: 0;
}

.orderHistoryContent table th,
.orderHistoryContent table td {
  padding: 1em .625em;
  text-align: left;
}

.orderHistoryContent table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  background: #fef4db;
}

.orderHistoryContent a {
  color: #f78469;
  text-decoration-line: underline;

}

#OrderHistoryModal .cashbillInfo {
  background: #ffffff;
  padding: 40px 0;
}

.cashbillInfo .container {
  width: 60%;
  padding-bottom: 0;
}

.cashbillInfoTable .text700 label {
  font-weight: 700 !important;
}

.purchaseSummary {
  background: #fef7de;
  padding: 40px 0;
  text-align: center;
}

.purchaseSummary .container {
  width: 60%;
  display: inline-grid;
  margin: 0 auto;
}

.orderStatus {
  font-style: italic;
  font-weight: 300;
}

/*.totalPrice {
  background: #dce7da;
}*/
.orderHistoryContent table tbody tr:first-of-type td.totalPrice {
  font-size: 1.2rem;
}

.downloadIcon {
  display: inline-block;
  margin-left: 10px;
}

.download-icon {
  background-image: url(https://design-resource.bwlgroup.com/symphony/basic-template/avance/SG/en/img/common/icon-download.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  /*margin-left: 10px;*/
  margin-top: -3px;
}

span.download {
  font-size: 13px;
  color: #f78469;
  display: none;

}

label.downloadMessage {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}

@media screen and (max-width: 760px) {
  span.download {
    display: inline-block;
    margin-left: 10px;
  }

  .cashbillInfoTable td {
    font-size: 15px;
  }
}

.cashbillItems {
  background: #fffcec;
  padding: 40px 0;

}

.cashbillItems .item {
  padding: 20px 0;
  height: auto;
  display: block;
  border-bottom: 1px solid #00000061;
  /*float: left;*/
  width: 80%;
  margin: 0 auto;
}

.cashbillItems .item:first-of-type {
  padding-top: 0;
}

.cashbillItems .item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.cashbillItems .itemImage {
  width: 20%;
  /*max-width: 120px;*/
  margin-right: 0;
  float: left;
}

.cashbillItems .itemImage img {
  /*width: 120px;*/
  position: relative;
}

.cashbillItems .itemInfo {
  width: 80%;
  margin-right: 0;
  float: left;
}

.itemUnitPrice {
  float: left;
  width: 20%;
}

.specProductName {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cashbillItems .productDesc {
  width: 100%;
  float: left;
}

.productDesc {
  float: left;
  width: 65%;
}

.unitPriceWidth {
  /*width: 20%*/
}

.bvWidth,
.qtyWidth {
  /*width: 15%;*/
}

.totalWidth,
.totalbvWidth {
  width: 25%
}

.totalWidth.textRight,
.totalbvWidth.textRight {
  text-align: right !important;
}

/*
td#headerUnitPrice {
    width: 25%;
}
td#headerUnitBVRU {
    width: 18%;
}
*/
#OrderHistoryModal table thead th {
  text-align: left;
  padding-bottom: 10px;
}

#OrderHistoryModal table thead th label {
  font-weight: 800 !important;
}

@media screen and (max-width: 1024px) {

  /*.download-icon {
        float: left; 
    }*/
  label.downloadMessage {
    font-size: 14px;
    float: left;
    width: 85%;
    line-height: 1;
  }

  .orderHistoryContent table {
    border: 0;
    table-layout: fixed;
  }

  .orderHistoryContent table caption {
    font-size: 1.3em;
  }

  .orderHistoryContent table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .orderHistoryContent table tr {
    border: 1px solid #c9c9c9;
    display: block;
    margin-bottom: .625em;
    padding: 0;
  }

  .orderHistoryContent table td {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    font-size: 18px;
    text-align: left;
    padding-left: 30%
  }

  .orderHistoryContent table tbody tr:first-of-type td.totalPrice:nth-last-of-type(2) {
    border-bottom: 0;
  }

  .orderHistoryContent table td.mobileHide {
    display: none;
  }

  .orderHistoryContent table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    margin-left: -40%;
  }

  .orderHistoryContent table td:last-child {
    border-bottom: 0;
  }

  .orderHistoryContent table tr:last-of-type td:last-child {
    border-bottom: 1px solid #c9c9c9;
  }

  .purchaseSummary .container {
    width: 100%;
  }

  .cashbillInfo .container {
    width: 100%;
  }

  .cashbillItems {
    background: #fffcec;
    padding: 40px 5%;
  }

  .cashbillItems .item {
    width: 100%;
  }

}

@media screen and (max-width: 600px) {
  .orderHistoryContent table td {
    font-size: 16px;
  }

  .cashbillItems table {
    border: 0;
    table-layout: fixed;
  }

  .cashbillItems table caption {
    font-size: 1.3em;
  }

  .totalWidth,
  .totalbvWidth {
    width: auto
  }

  .cashbillItems .itemImage {
    width: 35%;
  }

  .cashbillItems .itemInfo {
    width: 65%;
  }

  .cashbillItems .itemImage img {
    margin-left: -10px;
  }

  .specProductName {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
  }

  .cashbillItems table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .cashbillItems table tr {
    /*border: 1px solid #c9c9c9;*/
    display: block;
    /*margin-bottom: .625em;*/
    padding: 0;
  }

  .cashbillItems table td {
    /*border-bottom: 1px solid #c9c9c9;*/
    display: block;
    font-size: 14px;
    text-align: right;
    line-height: 1.2rem;
  }

  .cashbillItems table td.mobileHide {
    display: none;
  }

  .cashbillItems table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-size: 14px;
    font-weight: bold;

    /*text-transform: uppercase;*/
  }

  .cashbillItems table td:last-child {
    border-bottom: 0;
  }
}


/*----------Modal----------*/
.close {
  /*float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)*/
  float: right;
  /*font-size: 30px;*/
  /*font-weight: 700;*/
  line-height: 1;
  color: #000;
  /*text-shadow: 0 1px 0 #fff;*/
  filter: alpha(opacity=50);
  opacity: .5
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  /*padding: 0;*/
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.ProductCat .uk-modal-dialog {
  border-radius: 20px;
}

.ProductCat .uk-modal-header {
  border-radius: 20px 20px 0 0;
}

.ProductCat .uk-modal-footer {
  border-radius: 0 0 20px 20px;
}

#OrderHistoryModal .uk-modal-dialog {
  width: 80%;
}

#OrderHistoryModal .uk-modal-header {
  border-radius: 20px 20px 0 0;
}

#OrderHistoryModal .uk-modal-footer {
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 760px) {
  #OrderHistoryModal .uk-modal-dialog {
    width: 100%;
  }
}


.ProductCat .uk-modal-title {
  font-family: 'Overpass', sans-serif;
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-weight: bolder;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#OrderHistoryModal .uk-modal-title {
  font-family: 'Overpass', sans-serif;
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-weight: bolder;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#OrderHistoryModal .uk-modal-body {
  padding: 0;
}


#OrderHistoryModal h2 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 35px;
  line-height: 1.8rem;

}

.ProductCat .uk-close {
  color: #000000;
}

.uk-close svg {
  width: 16px;
  height: 16px;
}

.uk-modal a {
  font-family: 'Overpass', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 19px;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: transparent;
  padding: 12px 15%;
  text-decoration: none;
  border-radius: 50px;
  transition: border-color 300ms;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.uk-modal a label {
  cursor: pointer;
  font-size: 19px;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.uk-modal .cashbillInfo a {
  border: none !important;
  width: auto;
  padding: 10px;
}

#OrderHistoryModal label {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

/*#updateAccountForm label {
    display: block;
    padding: 0;
    padding-right: 30px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    font-size: 1.1rem;
    margin-bottom: 5px;
}*/

#OrderHistoryModal input {
  background: #F9F2DC;
  border-radius: 30px;
}

#OrderHistoryModal .grid {
  margin-bottom: 15px;
  display: block;
}

.purchaseSummary .summaryContent {
  /*font-weight: 600;*/
  padding: 10px 0;
  padding-top: 0;
  color: #000;
}

.purchaseSummary .grandTotal {
  font-size: 1.5rem;
  font-weight: 700;
}

.purchaseSummary .grandTotal {
  border-top: 1px solid #000;
  padding: 20px 0;
  padding-bottom: 0;
}

.purchaseSummary .tax span {
  font-size: 14px !important;
  color: #000;
}

.purchaseSummary .paymentTitle span {
  font-size: 14px !important;
  color: #000;
}

.purchaseSummary .paymentMethod {
  font-weight: 600;
  padding: 10px 0;
  padding-top: 0;
  color: #000;
}

@media screen and (max-width: 600px) {
  .purchaseSummary .summaryContent {
    font-size: 16px;
  }

  .purchaseSummary .grandTotal {
    font-size: 18px;
  }

  .purchaseSummary .PaymentMethod {
    font-size: 16px;
  }
}

/*.modalcontentContainer{
	padding: 5%;
    color: #502c1e;
}*/

/*#TermsModal .modalcontentContainer {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}

#TermsModalPersonalProtection .modalcontentContainer {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}*/

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.ProductCat .modal-content {
  width: 45%;
  min-width: 500px;
  /*position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0*/
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1340;
  /*background-color: rgba(0,0,0,0.48)*/
}

/*.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}*/

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 25px;
  text-align: right;
  /*border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px*/
}

.modal-header .close {
  margin-top: -2px;
  padding: 10px;
  text-align: right;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  /*padding: 15px;*/
  margin-top: 15px;
}

/*#AddressModal .modal-body {
    position: relative;
    padding: 30px;
	padding-top: 0;
	margin-top:0px;
}

#AddressModal .checkoutButton a {
    width: 100%;
}*/
.modal-footer {
  /*margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5*/
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

#AlertModal .modal-footer {
  text-align: center;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

#orderStatusLegend .uk-modal-close-default,
#OrderHistoryModal .uk-modal-close-default {
  left: auto;
  right: 10px;
}

.modalcontentContainer hr {
  border-top: 1px solid #000;
  margin-top: 10px;
}


@media (min-width:768px) {
  /* .modal-dialog {
        width: 600px;
        margin: 30px auto
    }*/

  .modal-dialog {
    width: 90%;
    margin: 0 auto
  }

  /*.modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }*/
  /*.modal-sm {
        width: 45%;
		min-width: 500px;
		margin: 100px auto;
    }*/

  .modal-sm-center {
    max-width: 80%;
    width: 600px;
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
  }
}