@import url("/themes/js/jqueryui/Aristo/Aristo.css");
@import url("colors.css");
:root{
    --color-blue:#0da0d6;
    --color-green: #009688;
    --color-main-theme: var(--color-green);
}
::selection {
  background-color: #E13300;
  color: white;
}

::moz-selection {
  background-color: #E13300;
  color: white;
}

::webkit-selection {
  background-color: #E13300;
  color: white;
}

html, body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}

body {
  background-color: #fbfbfb;
  font: 13px/20px normal Helvetica, Arial, sans-serif;
  color: #000;
}

a {
  color: #003399;
  background-color: transparent;
  font-weight: normal;
}

h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
}

code {
  font-family: Consolas, Monaco, Courier New, Courier, monospace;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}

p.footer {
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #D0D0D0;
  line-height: 32px;
  padding: 0 10px 0 10px;
  margin: 20px 0 0 0;
}

.wrapper, .wrapper-inner {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper:after, .wrapper-inner:after,
.login-wrapper .the-form:after {
  content: "";
  display: block;
  clear: both;
}

.login-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main-theme);
}

.login-wrapper .the-form {
  background-color: #fff;
  padding: 30px;
}

.login-wrapper .the-form h1 {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-weight: bold;
  text-align: center;
}
.login-wrapper .the-form h1#site-header {
  color: var(--color-main-theme);
}
.login-wrapper .the-form h1 span {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
  font-style: italic;
}

.banner {
  position: relative;
}
.banner:before, .banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}

table.standard {
  width: 100%;
  table-layout: fixed;
  border: none;
  border: none;
}

.inset {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
}

.dark-inset {
  -moz-box-shadow: inset 1px 1px 3px 0px #666666;
  -webkit-box-shadow: inset 1px 1px 3px 0px #666666;
  box-shadow: inset 1px 1px 3px 0px #666666;
}

table.standard thead th,
table.standard tfoot th {
  color: #333333;
  padding: 5px;
}

table.standard tbody tr td {
  padding: 5px;
  color: #333333;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.dark-text-shadow {
  text-shadow: 1px 1px 0px #ffffff;
}

.header-background {
  background: var(--color-main-theme);
  text-shadow: none;
  color: #fff !important;
}

.header-border-top {
  border-top: 1px solid #dddddd;
}

table.standard tbody tr:hover td {
  background-color: #efefef;
}

.no-background {
  background: none;
}

select.bottom-border,
input.bottom-border {
  border: 1px solid #dddddd;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 5px;
}

.form-title {
  font-size: 25px;
}

.bold {
  font-weight: bold;
}

.header-end-border {
  border-bottom: 5px solid #dddddd;
  padding-bottom: 10px !important;
}

.header-end-border-darker {
  border-bottom: 5px solid #999999;
  padding-bottom: 10px !important;
}

.data-row-bottom-border {
  border-bottom: 1px solid #dddddd;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.portal-view {
  margin-top: 15px;
}

.button-link {
  padding: 5px 30px;
  background-color: #fff;
  color: #000000;
  border: solid 1px #ccc;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color ease 0.3s, border-color ease 0.3s;
  -moz-transition: background-color ease 0.3s, border-color ease 0.3s;
  -ms-transition: background-color ease 0.3s, border-color ease 0.3s;
  -o-transition: background-color ease 0.3s, border-color ease 0.3s;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}
.button-link:hover {
  background: #333333;
  border: solid 1px #222222;
  text-decoration: none;
  color: #efefef;
}
.button-link:active {
  background: #666666;
}

.date-select {
  float: left;
  padding-right: 15px;
}
.date-select input[type=text] {
  float: left;
  display: block;
  padding: 7px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin: 0 0px 0 15px;
  -webkit-transition: border-color ease 0.3s;
  -moz-transition: border-color ease 0.3s;
  -ms-transition: border-color ease 0.3s;
  -o-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
.date-select input[type=text]:focus {
  -moz-outline: none;
  -webkit-outline: none;
  outline: none;
  border-color: #222;
}
.date-select input[type=text] + label {
  margin-left: 15px;
}
.date-select .date-select-inner:before, .date-select .date-select-inner:after {
  content: "";
  display: table;
}
.date-select .date-select-inner:after {
  clear: both;
}

.nav {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 999;
}

.upper {
  text-transform: uppercase;
}

.expand-buttons {
  width: 16px;
  height: 16px;
  background: url(../img/icn_plus_minus.png) no-repeat 0 -16px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  display: block;
}

.app-header:hover {
  cursor: pointer;
}

.app-header.selected td .expand-buttons,
.expand-buttons.selected {
  background-position: 0 0;
}

.app-header.selected td.swc {
  background-color: #333333;
  color: #efefef;
  text-shadow: 0px 0px 1px #555555;
}

.no-margin-top {
  margin-top: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

#shipping-form {
  margin: 20px;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.dark-inset {
  -moz-box-shadow: inset 2px 2px 4px 1px #333333;
  -webkit-box-shadow: inset 2px 2px 4px 1px #333333;
  box-shadow: inset 2px 2px 4px 1px #333333;
}

.light-inset {
  -moz-box-shadow: inset 2px 2px 2px 1px #999999;
  -webkit-box-shadow: inset 2px 2px 2px 1px #999999;
  box-shadow: inset 2px 2px 2px 1px #999999;
}

.round {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#application-total {
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 1px 1px 1px #dddddd;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.has_some {
  background: #d85e04;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333 !important;
}

.separator {
  height: 30px;
}

.input-rows {
  margin-bottom: 15px;
}
.input-rows:before, .input-rows:after {
  content: "";
  display: table;
}
.input-rows:after {
  clear: both;
}

.input-rows label {
  display: none;
}

.input-rows input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 7px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.input-rows input:focus {
  -moz-outline: none;
  -webkit-outline: none;
  outline: none;
  border-color: #222;
}

td input,
th input {
  display: block;
  width: 100%;
  font-weight: bold;
  text-shadow: 1px 1px 0px #ffffff;
}

input.right {
  text-align: right;
}

input.center {
  text-align: center;
}

input.left {
  text-align: left;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.geo {
  font: italic 14px Georgia, "Times New Roman", Times, serif;
}

#sender-information, #recipient-information {
  width: 30%;
}

.address-slips {
  width: 600px;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 31px;
  line-height: 42px;
  padding: 5px 0px;
}

.times {
  font-family: "Times New Roman", Times, serif;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

@media (max-width: 1200px) {
  #sender-information, #recipient-information {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  #sender-information, #recipient-information {
    width: 45%;
  }
}
@media print {
  #sender-information, #recipient-information {
    width: 48%;
  }

  .input-rows {
    margin-bottom: 5px;
  }

  .input-rows label {
    width: 100px;
    float: left;
    font-size: 12px;
  }

  .input-rows input {
    width: 200px;
    color: #333333;
    float: right;
  }

  .data-row-bottom-border,
.header-end-border {
    border-bottom: 3px solid #999999 !important;
  }

  .header-end-border-darker {
    border-bottom: 3px solid #555555 !important;
  }
}
.print-highlight {
  padding: 3px 5px;
  background: #333333;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}

.highlightheaders {
  padding: 10px 15px;
  background: #333333;
  color: #ffffff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}

.highlight {
  background: #D85E04;
  color: #ffffff;
  text-shadow: 0px 0px 1px #333333;
  padding: 3px 10px;
}

.larger {
  font-size: 120%;
}

.highlightheaders:hover {
  cursor: pointer;
}

#clients-information-wrapper {
  padding: 0px 15px;
}

.hidden {
  display: none;
}

.orange-bg {
  background-color: #d85e04;
  color: #ffffff;
}

.margin-top-30 {
  margin-top: 30px;
}

span.status {
  padding: 5px 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.errors {
  border-left: 5px solid #d85e04;
  padding: 5px 10px;
  color: #d85e04;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px;
}

.notices {
  border-left: 5px solid #038dc7;
  padding: 5px 10px;
  color: #038dc7;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px;
}

.no-decoration {
  text-decoration: none;
}

#site-header, #site-header a {
  color: #333333;
}

#site-header {
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}
#site-header > a {
  float: left;
}
#site-header:before, #site-header:after {
  content: "";
  display: table;
}
#site-header:after {
  clear: both;
}

.greeting {
  text-shadow: none;
  text-transform: capitalize;
  background-color: var(--color-main-theme);
  color: #fff;
  float: left;
  border: 1px solid var(--color-main-theme);
  margin-left: 30px;
  padding: 5px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  margin-top: -8px;
}

.a-portal-app-detail {
  position: relative;
  padding: 10px;
  background: #ffffff;
}

.block {
  display: block;
}

.app-data-container td:hover table.standard tbody tr td,
.app-data-container td table.standard tbody tr td,
.app-data-container td {
  background: #ffffff;
}

.app-data-container td table.standard tbody tr td,
.app-data-container td {
  font-size: 12px;
}

.dtext {
  font-size: 10px;
  line-height: 12px;
}

.capitalize {
  text-transform: capitalize;
}

.justify {
  text-align: justify;
}

.small {
  font-size: 12px;
  line-height: 15px;
}

.no-bold {
  font-weight: normal;
}

.user-key, .user-status, .user-edit {
  position: relative;
}

.user-key span,
.user-status span,
.user-edit span {
  float: left;
  width: 32px;
  height: 32px;
}

.user-key span {
  background: url(../img/icn_key.png) no-repeat center;
}

.user-status.active span {
  background: url(../img/icn_active.png) no-repeat center;
}

.user-status.inactive span {
  background: url(../img/icn_inactive.png) no-repeat center;
}

.user-edit.edit span {
  background: url(../img/icn_edit.png) no-repeat center;
}

.user-edit.save span {
  background: url(../img/icn_save.png) no-repeat center;
}

.perrors {
  padding: 5px;
  background: #ff0000;
  color: #ffffff;
  font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.pnotices {
  padding: 5px;
  background: #333333;
  color: #ffffff;
  font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.user-password-edit label {
  width: 150px;
}

.user-info-wrapper .input-rows {
  margin-bottom: 10px;
}

.re_label {
  font-size: 80%;
}

.statuses {
  font-size: 11px;
  text-align: center;
}

.a-portal-update-status {
  color: #000000 !important;
}

.a-portal-update-status:hover {
  color: #ffffff !important;
}

/*# sourceMappingURL=style.css.map */
