body {
    padding: 1rem;
    padding-top: 1rem;
    color: #0e3a61;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

footer {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    justify-content: center;
}
footer > .links {
    justify-content: center;
    text-align: center;
}

footer > .copyright {
    justify-content: center;
    text-align: center;
}

footer > .links > span.dot {
    margin: 0 0.5rem;
}

.column {
    width: 1000px;
}


.list-print-shops {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.list-print-shops > .print-shop-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 7px;
    margin-bottom: 1rem;
    border: 1px solid #afc4d7;
    position: relative;
    justify-content: center;
    align-items: center;
}

.list-print-shops > .print-shop-item > .label.ribbon {
    position: absolute;
    right: 0;
    top: 1rem;
    margin-left: -12px;
}


.list-print-shops > .print-shop-item > .print-shop-image {
    width: 345px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 345px;
    max-height: 250px;
}

.list-print-shops > .print-shop-item > .print-shop-image > img {
    max-width: 500px;
    max-height:500px;
}

.print-shop-no-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}

.list-print-shops > .print-shop-item > .print-shop-detail {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    padding-left: 1rem;
    width: 70%;
}

.list-print-shops > .print-shop-item > .print-shop-detail > h3 {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.list-print-shops > .print-shop-item > .print-shop-detail > p.feature-title {
    margin-bottom: 0;
}


.list-print-shops > .print-shop-item > .print-shop-detail > h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.list-print-shops > .print-shop-item > .print-shop-detail > .features {
    display: flex;
    flex-direction: row;
}

.list-print-shops > .print-shop-item > .print-shop-detail > .detail-action {
    margin-bottom: 1rem;
}
.list-print-shops > .print-shop-item > .print-shop-detail > .features > .ui.list {
    width: 50%;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.list-print-shops > .print-shop-item > .print-shop-action {
    width: 15%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.list-print-shops > .print-shop-item > .print-shop-action > a {
    width: 150px;
}
.receipt-buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.upload-section > .order-metadata {
    display: flex;
    margin-bottom: 1rem;
}

.upload-section > .print-shop-name {
    display: flex;
    margin-bottom: 2rem;
}

.upload-section > .print-shop-name > p{
    width: 80%;
    font-size: 1.1rem;
}

.upload-section > .print-shop-name > a{
    width: 20%;
    font-size: 1.1rem;
    text-align: right;
}

.document-table {
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 300px;
}

.document-table > .document-table-header {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0e3a61;
    margin-bottom: 1rem;
}

.document-table > .document-table-header > .document-table-header-item > p {
    font-size: 1.25rem;
    font-weight: bold;
}

.document-table > .document-table-header > .document-table-header-item:nth-child(1) {
    width: 35%;
}

.document-table > .document-table-header > .document-table-header-item:nth-child(2) {
    width: 14%;
    display: flex;
    justify-content: center;
}

.document-table > .document-table-header > .document-table-header-item:nth-child(3) {
    width: 14%;
    display: flex;
    justify-content: center;
}

.document-table > .document-table-header > .document-table-header-item:nth-child(4) {
    width: 20%;
    display: flex;
    justify-content: center;
}

.document-table > .document-table-header > .document-table-header-item:nth-child(5) {
    width: 17%;
    display: flex;
    justify-content: flex-end;
}

.document-table > .document-table-body {
    min-height: 300px;
}

.document-table > .document-table-body > .upload-button {
    margin-top: 1rem;
}

.document-table > .document-table-body > .upload-button > input[type="file"] {
    display: none;
}

.document-table > .document-table-body > .upload-button > button.ui.basic.button {
    font-size: 1rem!important;
    padding: 1rem;
}



.document-table > .document-table-summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #0e3a61;
    padding: 1rem 0;
}

.document-table > .document-table-summary.progress {
    border-top: none;
    margin-bottom: 1.5rem;
    justify-content: center;
    align-items: center;
}

.document-table > .document-table-summary.progress > h3{
    font-weight: lighter;
    margin: 0;
}

.document-table > .document-table-summary.progress > h3.order-tag {
    font-weight: bolder;
}


.document-table > .document-table-summary > .total-summary > div {
    width: 50%;
}

.document-table > .document-table-summary > .total-summary {
    display: flex;
    width: 100%;
    margin: 0.25rem 0;
}

.document-table > .document-table-summary > .total-summary > .total-price-summary {
    justify-self: flex-end;
}

.document-table > .document-table-summary > .total-summary > .total-price-summary > h3 {
    text-align: right;
}

.document-table > .document-table-actions > .payment-method-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.document-table > .document-table-actions > .delivery-method-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.delivery-method-items label {
    color: #0e3a61!important;
}

.delivery-method-items .form {
    margin-bottom: 1rem;
}

.document-table > .document-table-actions > .accept-term-conditions {
    padding: 1rem 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.document-table > .document-table-actions > .accept-term-conditions > input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.document-table > .document-table-actions > .continue-buttons {
    margin-bottom: 1rem;
}

.document-table > .document-table-actions > .receipt-buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.document-item {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f3f4f5;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 0.5rem;
}

.document-item > input[type="file"] {
    display: none;
}

.document-item-preview {
    display: flex;
    align-items: center;
    width: 35%;
}

.document-item-preview.progress {
    display: flex;
    align-items: center;
    width: 100%;
}

.document-item-preview > .document-item-preview-title a{
    font-size: 1.1rem;
}

.document-item-preview > .document-item-preview-icon > button {
    padding: 10px;
}

.document-item-preview > .document-item-preview-icon > button > img {
    max-width: 16px;
    max-height: 16px;
}

.document-item-color {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-item-color > .color-item {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.document-item-color > .color-item > label {
    display: flex;
}

.document-item-color > .color-item > input[type="radio"] {
    margin-right: 3px;
}

.document-item-color > .color-item > label > img {
    height: 25px;
}

.document-item-copies {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.document-item-copies > input.ui.input {
    font-size: 1.2rem;
    width: 55px;
    text-align: center;
}

.document-item-settings {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
}

.document-item-settings > button.ui.button {
    padding: 10px;
}
.document-item-settings > button > img {
    max-width: 16px;
    max-height: 16px;
}


.document-item-price {
    width: 17%;
    display: flex;
    justify-content: flex-end;
}

.document-item-price > h3 {
    text-align: right;
}

#termConditionButton {
    cursor: pointer;
}

#documentItemTemplate {
    display: none;
}

#documentOptionsDialog {
    width: 500px;
}

#documentOptionsDialog > .content {
    padding: 0;
}

.document-dialog-options {
    display: flex;
    border-bottom: 1px solid rgba(34,36,38,.15);
    padding: 1rem;
    flex-direction: column;
}

.document-dialog-options-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    background-color: #f3f4f5;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    height: 50px;
}

.extra-height {
    height: 200px;
}

.page-range-input {
    display: flex;
    justify-content: flex-start;
}

.page-range-input > .page-range-input-mode {
    width: 100%;
    margin-bottom: 0!important;
}

.page-range-input > .page-range-input-mode > .input {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0!important;
}

.page-range-input > .page-range-input-mode > .input > .copy-range {
    display: flex;
    width: 45%;
}

.page-range-input > .page-range-input-mode > .input > .range-divider {
    width: 10%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.document-dialog-options-item > .document-dialog-options-item-icon {
    width: 10%;
    display: flex;
    align-items: center;
}

.document-dialog-options-item > .document-dialog-options-item-name {
    width: 45%;
}

.document-dialog-options-item > .document-dialog-options-item-input {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.document-dialog-options-item > .document-dialog-options-item-input > select {
    width: 100%;
}
.document-dialog-options-item > .document-dialog-options-item-input > .copy-input {
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(34,36,38,.15);
    outline: none;
}



.document-dialog-options-item > .document-dialog-options-item-input > .range-divider {
    font-size: 1.5rem;
    display: inline-flex;
    font-weight: bold;
    width: 10%;
    justify-content: center;
}

.document-dialog-options-item > .document-dialog-options-item-input > .page-range-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.document-dialog-options-item > .document-dialog-options-item-input > .page-range-input .copy-range {
    text-align: center;
    width: 45%;
    height: 34px;
    font-size: 14px;
    border: 1px solid rgba(34,36,38,.15);
    outline: none;
}

.document-dialog-summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
}

.document-dialog-summary > .total-page {
    width: 60%;
}

.document-dialog-summary > .total-price {
    width: 40%;
    justify-self: flex-end;
}

.document-dialog-summary > .total-price > h3 {
    text-align: right;
}

#documentPrintPreviewDialog > .content {
    background-color: grey;
    display: flex;
    justify-content: center;
}

#documentPreviewContainer {
    background-color: white;
}

#documentPrintPreviewDialog > .actions > .preview-control {
    display: flex;
    align-items: center;
}

#documentPrintPreviewDialog > .actions > .preview-control > .page-controller{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#documentPrintPreviewDialog > .actions > .preview-control > .page-controller > h3 {
    margin: 0 1rem;
}


#documentPrintPreviewDialog > .actions > .preview-control > .page-range{
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#documentPrintPreviewDialog > .actions > .preview-control > .page-range > h3{
    margin-bottom: 0;
}


#documentPrintPreviewDialog > .actions > .preview-control > .summary{
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#documentPrintPreviewDialog > .actions > .preview-control > .summary > h3 {
    margin-bottom: 0;
}

.print-shop-search {
    display: flex;
    margin-bottom: 2rem;
}

.print-shop-search > .ui.search {
    width: 100%;
    margin-right: 1rem;
}

.print-shop-search .input{
    width: 100%;
    border-radius: 5px!important;
}

.ui.search .prompt {
    border-radius: 5px!important;
}

.pagination-section {
    display: flex;
    justify-content: center;
}

.payment-method-items {
    display: flex;
    align-items: center;
}

.payment-method-items > .payment-method-item{
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #afc4d7;
    padding: 10px;
}

.payment-method-items > .payment-method-item.active {
    border: 2px solid #0e3a61;
}

.payment-method-items > .payment-method-item > .payment-logo {
    display: flex;
    height: 30px;
}

.payment-method-items > .payment-method-item > .payment-nominal-result {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.payment-instructions {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment-instructions > h3.counter {
    margin: 0;
    font-weight: bolder;
    color: #00b5ad;
    font-size: 180%;
}

.payment-instructions > h3.expired {
    margin-top: 10px;
}

.payment-instructions > h4 {
    font-weight: lighter;
    margin-bottom: 0;
}

.payment-instruction-core {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7e9;
    border-radius: 10px;
    padding: 1rem;
    width: 600px;
    align-items: center;
}
.payment-instruction-core-header {
    padding: 1rem;
    margin: -1rem;
    display: flex;
    align-items: center;
    width: calc(100% + 2rem);
    margin-bottom: 2rem;
}

.payment-instruction-core-header > h3 {
    margin: 0;
    width: 100%;
}
.payment-instruction-core-header > img {
    max-height: 22px;
}

.payment-instruction-core-header {
    border-bottom: 1px solid #e5e7e9;;
}

.payment-instruction-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment-instruction-step > .ewallet-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}

.payment-instruction-step > .ewallet-list > img {
    max-height: 20px;
    margin: 0.5rem;
}

.payment-instruction-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-check {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
}

.payment-instruction-summary {
    padding: 0 1rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.payment-instruction-summary > .summary-left > h2 {
    margin-top: 0;
}

.payment-instruction-summary > .summary-left {
    width: 100%;
}

.payment-instruction-summary > .summary-right {
    width: 200px;
    display: flex;
    justify-content: flex-end;
}

.payment-instruction-summary > .summary-right > a {
    font-size: 120%;
    font-weight: bolder;
}
.payment-instruction-summary > .summary-left > p {
    margin-bottom: 0;
}

.invoice-detail-product-items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.invoice-detail-product-items > .invoice-detail-product-item {
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.invoice-detail-product-items > .invoice-detail-product-item:nth-child(even) {
    background-color: #eefafc;
}

.invoice-detail-product-item > .description {
    width: 100%;
}

.invoice-detail-product-item > .description > h4 {
    margin: 5px 0;
}

.invoice-detail-product-item > .description > p {
    margin: 0;
}

.invoice-detail-product-item > .description > p > span.dot {
    margin: 0 0.5rem;
}

.invoice-detail-product-item > .nominal-price {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    font-weight: bolder;
}

.invoice-total {
    border-top: 2px solid #e5e7e9;
    padding: 1rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.invoice-total > .invoice-total-item {
    width: 100%;
    display: flex;
}

.invoice-total > .invoice-total-item > h3, .invoice-total > .invoice-total-item > h4  {
    margin: 0;
    width: 50%;
}

.invoice-total > .invoice-total-item > h3:last-child, .invoice-total > .invoice-total-item > h4:last-child  {
    text-align: right;
}

.document-item-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}

.document-item-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    margin-right: 50px;
}
.document-item-page > p {
    margin: 0;
    padding: 0;
}

.document-item-progress > .progress-dot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.document-item-progress > .progress-dot > .dot {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 1px solid teal;
    margin: 2px;
}

@keyframes progress-dot-blink {
    from {
        background-color: transparent;
    }
    to {
        background-color: teal;
    }
}

.document-item-progress > .progress-dot > .dot.in-progress {
    animation-name: progress-dot-blink;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
}
.document-item-progress > .progress-dot > .dot.active {
    background-color: teal;

}

.document-item-progress > .progress-dot > .dot.complete {
    background-color: teal;
}
.document-item-status-text {
    width: 200px;
    text-align: right;
}

#success-modal > .content {
    background-color: #009c95;
    color: white;
}
