﻿body {
}

.bottom-border > div {
    background-color: #D2EDED;
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px;
    text-align: center;
}

#top {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}

.fix-btn button {
    width: 280px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.border-top {
    border-top: 1px solid #cccccc;
}

.table-customer > tbody > tr {
    border-bottom: 1px solid #cccccc;
}

    .table-customer > tbody > tr > th {
        padding: 10px 10px;
        background-color: #D2EDED;
        width: 200px;
    }

    .table-customer > tbody > tr > td {
        padding: 10px 10px;
        background-color: #EEF3FF;
        width: 580px;
        border-left: 1px dotted #cccccc;
    }

.table-content > tbody > tr > th {
    width: 140px;
}

.table-content > tbody > tr > td {
    min-width: 150px;
    margin-right: 10px;
}

.fix-border th {
    border-left: 1px dotted #cccccc;
}

    .fix-border th::after {
        border-right: 1px dotted #cccccc;
    }

.sub-content-table {
    max-width: 100%;
}
/*===============================================*/
/*body register*/
.text-center div > button {
    height: 60px;
}

    .text-center div > button > span {
        white-space: normal;
    }

@media (max-width: 479px) {
    .text-center div > button {
       max-width: 106px;
    }
}
/*================================================*/
/*order payment*/
table tr >th > button {
    height: 60px;
}
.body_payment table{
    margin:0 auto;
}

#table-th-center th{
    text-align:center ;
}

.btn-shipping-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-header button.close {
    float: right !important;
}

.modal-header button.close span {
    font-size: 20px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.field-validation-error {
    color: #ff0000;
}

.orange {
    color: #ff6600;
}

.red {
    color: #cc0000;
}

.table-vertical {
	border-collapse:collapse;
	border-top:1px solid #cccccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-spacing:0;
	empty-cells:show;
    margin-bottom: 15px;
}

.table-vertical th {
	padding: 8px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#D2EDED;
	vertical-align:middle;
}

.blue_dot {
	padding: 8px;
	border-bottom:1px solid #cccccc;
	border-left:1px dotted #cccccc;
	background-color:#EEF3FF;
	vertical-align:middle;
}

.blue_left {
	padding: 8px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#EEF3FF;
	vertical-align:middle;
}

.blue_right {
	padding: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px dotted #cccccc;
	background-color:#EEF3FF;
	vertical-align:middle;
}

.payment-method-check {
    width: 18px;
}

.payment-condition {
    font-family: monospace;
    color: #000;
}

.choose-card {
    margin-bottom: 5px;
}

a.enlagred-link:visited {
    color: #4A59DA;
    text-decoration: underline;
}

a.enlagred-link:link {
    color: #4A59DA;
    text-decoration: underline;
}

.line-hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}

#cart {
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-spacing: 0;
    empty-cells: show;
}

#cart th {
    padding: 1px 8px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #D2EDED;
    vertical-align: middle;
}

.product-confirm {
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-spacing: 0;
    empty-cells: show;
}

.product-confirm th {
    padding: 1px 8px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #D2EDED;
    vertical-align: center;
}

/*order payment */
/*=============================================*/
.header-payment {
  max-height: 56px;
  position: relative;
}
.header-payment img {
  min-height: 56px; 
}
.header-payment h2 {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}

/*Finish page*/
.finish-thank-to {
    padding: 0 20px;
}

.order-details {
    border: 1px solid #000;
    padding: 20px 50px;
    margin: 10px auto;
    max-width: 600px;
}

.order-row {
    padding: 5px 0;
    display: table;
    width: 100%;
}

.order-row-left {
    float: left;
    width: 50%;
    text-align: left;
}

.order-row-right {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: bold;
}

.payment-logo {
    display: block;
    margin: 0 auto;
}
.payment-warning {
    margin: 20px 0;
}

.payment-inquiries {
    text-align: center;
    margin: 5px 0;
}

.payment-inquiries li {
    list-style-type: none;
    padding: 5px;
}

.payment-email {
    color: #337ab7;
}

/*=============================================*/
/*end*/