<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.0
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/

.sidebar-nav {
  height: 100vh!important;
}
/******************************
 LOGIN
*******************************/
.login-content {
  overflow: auto;
  margin-bottom: 15px; }
  .login-content .content input + a {
    display: block; }
  .login-content .login-wrap {
    min-height: 200px; }

.login-content h2 {
  margin-bottom: 15px; }
.login-content &gt; div {
  width: 48%;
  position: relative;
  padding: 15px;
  min-height: 345px; }
.login-content .left {
  float: right; }
  .login-content .left .button {
    margin: 2px 0; }

.login-content .left p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .left p:nth-child(2) {
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  margin-top: 15px; }

.login-content .right {
  float: left; }

.login-content .right p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .right b {
  display: block;
  margin-top: 18px; }

.login-content .right a {
  position: relative;
  top: 7px;
  font-size: 13px;
  text-decoration: underline; }

.login-content .right input.button {
  cursor: pointer; }

.login-content hr {
  height: 1px;
  display: block;
  width: 100%;
  border: 0;
  margin-bottom: 14px;
  margin-top: 4px; }

.address-entry .content {
  border-bottom: 1px solid #E4E4E4; }
.address-entry tr:last-child td {
  border-bottom: none; }
.address-entry td:first-of-type {
  line-height: 1.5;
  padding: 8px 0; }
.address-entry td:last-of-type {
  text-align: left; }

.content:last-of-type .address-entry {
  border-bottom: none; }

/******************************
 TABLES
*******************************/
.box-heading + table.list {
  margin-top: 20px; }

table {
  width: 100%;
  border-spacing: 0; }

table td a + a {
  margin-right: 15px; }

table.list {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  overflow: hidden; }
  table.list td {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 8px; }
  table.list thead td {
    text-align: right; }
  table.list tbody td {
    vertical-align: middle; }
  table.list .left {
    max-width: 390px; }
  table.list .t-span-1 {
    display: none; }

table.radio td {
  padding: 6px; }
  table.radio td label {
    display: block; }
table.radio td:first-child {
  width: 1px; }
table.radio .highlight:hover td {
  cursor: pointer; }

table.form {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px; }
  table.form td {
    padding: 5px; }
  table.form td:first-child {
    width: 150px;
    font-weight: bold; }

/******************************
 ORDER LIST
*******************************/
.bold-text {
  font-weight: bold;
}

.p-is-30px {
  padding-inline-start: 30px !important;
}

/******************************
RETURNS
*******************************/
.return-list {
  margin-bottom: 10px; }

.return-list .return-id {
  width: 49%;
  float: right;
  margin-bottom: 2px; }

.return-list .return-status {
  width: 49%;
  float: left;
  text-align: left;
  margin-bottom: 2px; }

.return-list .return-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.return-list .return-content div {
  float: right;
  width: 33.3%; }

.return-list .return-info {
  text-align: left; }

.return-product {
  overflow: auto;
  margin-bottom: 20px; }

.return-product input[type='text'] {
  min-width: 150px; }

.return-name {
  float: right;
  width: 31%;
  margin-left: 15px; }

.return-model {
  float: right;
  width: 31%;
  margin-left: 15px; }

.return-quantity {
  float: right;
  width: 31%; }

.return-detail {
  overflow: auto;
  margin-bottom: 20px; }

.return-reason {
  float: right;
  width: 31%;
  margin-left: 15px; }

.return-opened {
  float: right;
  width: 31%;
  margin-left: 15px; }

.return-opened textarea {
  min-width: 150px !important; }

.return-opened textarea {
  width: 98%;
  vertical-align: top; }

.return-captcha {
  float: right; }

.oc2 .account-text {
  margin-bottom: 15px; }
.oc2 .login-wrap .form-group {
  margin-top: 15px; }
.oc2 .login-wrap strong {
  font-weight: normal; }

.route-affiliate-register fieldset .radio {
  display: inline; }

.route-affiliate-register .form-horizontal .form-group label {
  width: auto; }
</pre></body></html>