/* blue-7 */
/* blue-5 */
/* blue-4 */
/* blue-3 */
/* blue-rich */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /* 1rem = 10px, 10px/16px = 62.5%; */
}

body {
  font-family: arial, verdana, helvetica, sans-serif;
  background: #ebebeb;
  font-size: 1.6rem;
  color: #333333;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}
.underline_double {
  text-decoration-line: underline;
  text-decoration-style: double;
}

.nowrap {
  white-space: nowrap;
}

p {
  margin: 0 0 15px;
}

hr {
  background-color: black;
  height: 1px;
  border: 0;
  margin: 10px 0;
}

.width_100 {
  width: 100%;
}
.width_95 {
  width: 95%;
}
.width_70 {
  width: 70%;
}
.width_60 {
  width: 60%;
}
.width_55 {
  width: 55%;
}
.width_50 {
  width: 50%;
}
.width_40 {
  width: 40%;
}
.width_30 {
  width: 30%;
}
.width_25 {
  width: 25%;
}
.width_20 {
  width: 20%;
}
.width_15 {
  width: 15%;
}
.width_10 {
  width: 10%;
}

pre {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  background: inherit;
  color: #333333;
  font-size: 80%;
}

#si_header {
  margin: 0;
  padding: 0;
  line-height: 240%;
  text-align: right;
  background: #888888;
  color: #eeeeee;
  border-bottom: 1px solid #666666;
  font-size: 1.1rem;
}
#si_header .si_wrap {
  padding-right: 30px;
  text-align: right;
}
#si_header a {
  color: #ccccff;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 1rem 1rem 2rem 1rem;
  background: white;
  border: none;
  border-radius: 0;
  z-index: 1;
  -moz-box-shadow: 0 3px 5px #cccccc;
  -webkit-box-shadow: 0 3px 5px #cccccc;
  box-shadow: 0 3px 5px #cccccc;
  overflow: hidden;
}

.validation_alert {
  font-weight: 700;
  color: white;
  background-color: red;
  padding: 10px;
}

img.action {
  vertical-align: bottom;
  height: 1.5rem;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: 3px;
}

.error {
  color: red;
}

#si_form_cust {
  width: 100%;
}
#si_form_cust h4 {
  margin-bottom: 1rem;
}

.si_cust_account {
  width: 30rem;
}
.si_cust_account table {
  margin-top: 1rem;
}
.si_cust_card {
  width: 30rem;
  margin-top: 1rem;
}
.si_cust_info {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}
.si_cust_notes {
  margin: 2rem 0;
}
.si_cust_invoices table {
  width: 100%;
  margin-top: 1rem;
}
.si_cust_invoices th, .si_cust_invoices td {
  text-align: left;
  padding-left: 3rem;
  padding-right: 0.5rem;
}
.si_cust_invoices th {
  color: #666666;
  font-weight: bold;
  background: #fafafa url(../images/fhbg.gif) repeat-x bottom;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
.si_cust_invoices th.first {
  border-left: none;
}
.si_cust_invoices td {
  border-left: 1px solid #eeeeee;
}

#si_page_updates .si_list li {
  list-style: none;
  padding: 1px 0 1px 3rem;
  margin: 0;
  border-bottom: 1px dotted #cccccc;
  font-size: 1.1rem;
  line-height: 14px;
}
#si_page_updates .si_list li.li_skip {
  background: url(../images/tick.png) 6px 0 no-repeat;
  opacity: 0.7;
}
#si_page_updates .si_list li.li_todo {
  color: #000066;
}
#si_page_updates .si_list li.li_done {
  background: url(../images/tick.png) 6px 0 no-repeat;
  color: black;
}
#si_page_updates hr {
  margin: 2rem 0;
}
#si_page_updates ul {
  margin: 0;
  padding: 0;
}

.si_report_title2 {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  margin: 10px auto 15px auto;
  padding: 5px;
  color: #888888;
}
.si_report_table {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.si_report_table td, .si_report_table th {
  /*text-align: right;*/
  padding: 2px 5px 2px 10px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #dddddd;
  font-size: 1.2rem;
}
.si_report_table thead th {
  color: #666666;
  font-weight: bold;
  background: #fafafa url(../images/fhbg.gif) repeat-x bottom;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.si_report_table tbody th {
  color: #666666;
  font-weight: normal;
}
.si_report_table .tr_A {
  background: #f7f7f7;
}
.si_report_table tfoot th, .si_report_table tfoot td {
  color: black;
  font-weight: bold;
  background: #f0f0f0 url(../images/fhbg.gif) repeat-x bottom;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0;
}
.si_report_table .rate {
  font-size: 0.9rem;
  color: #00b900;
  border-left-width: 0;
  padding-left: 5px;
}

#si_footer {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #888888;
}
#si_footer a {
  color: #333333;
}
#si_footer .si_wrap {
  text-align: center;
}

.grid__area {
  width: 100%;
  margin: 0 auto;
}
.grid__area-totals {
  width: 80%;
  margin: 0 auto;
}
.grid__area-totals h4 {
  text-align: center;
  padding: 0;
  margin: 0 0 7px 0;
  color: #888888;
  font-weight: bold;
}
.grid__area-totals-financial {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid__area-totals-financial-area {
  border: 1px solid #cccccc;
  margin-right: 10px;
}
.grid__area-totals-financial-invoice-box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid__area-totals-financial-invoice-box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid__container {
  display: grid;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}
.grid__head-6 {
  grid-template-columns: repeat(6, 16.66%);
}
.grid__head-10 {
  grid-template-columns: repeat(10, 10%);
}
.grid__head-checkbox {
  grid-template-columns: 5% 95%;
}
.grid__justify-content-end {
  display: grid;
  justify-content: end;
}

@media (max-width: 770px) {
  .grid__area-totals {
    width: 90%;
  }
}
.cols__1-span-1 {
  grid-column: 1/span 1;
}
.cols__1-span-2 {
  grid-column: 1/span 2;
}
.cols__1-span-3 {
  grid-column: 1/span 3;
}
.cols__1-span-4 {
  grid-column: 1/span 4;
}
.cols__1-span-3 {
  grid-column: 1/span 5;
}
.cols__1-span-6 {
  grid-column: 1/span 6;
}
.cols__1-span-7 {
  grid-column: 1/span 7;
}
.cols__1-span-8 {
  grid-column: 1/span 8;
}
.cols__1-span-9 {
  grid-column: 1/span 9;
}
.cols__1-span-10 {
  grid-column: 1/span 10;
}
.cols__2-span-1 {
  grid-column: 2/span 1;
}
.cols__2-span-2 {
  grid-column: 2/span 2;
}
.cols__2-span-3 {
  grid-column: 2/span 3;
}
.cols__2-span-4 {
  grid-column: 2/span 4;
}
.cols__2-span-5 {
  grid-column: 2/span 5;
}
.cols__2-span-6 {
  grid-column: 2/span 6;
}
.cols__2-span-7 {
  grid-column: 2/span 7;
}
.cols__2-span-8 {
  grid-column: 2/span 8;
}
.cols__2-span-9 {
  grid-column: 2/span 9;
}
.cols__3-span-1 {
  grid-column: 3/span 1;
}
.cols__3-span-2 {
  grid-column: 3/span 2;
}
.cols__3-span-3 {
  grid-column: 3/span 3;
}
.cols__3-span-4 {
  grid-column: 3/span 4;
}
.cols__3-span-5 {
  grid-column: 3/span 5;
}
.cols__3-span-6 {
  grid-column: 3/span 6;
}
.cols__3-span-7 {
  grid-column: 3/span 7;
}
.cols__3-span-8 {
  grid-column: 3/span 8;
}
.cols__4-span-1 {
  grid-column: 4/span 1;
}
.cols__4-span-2 {
  grid-column: 4/span 2;
}
.cols__4-span-3 {
  grid-column: 4/span 3;
}
.cols__4-span-4 {
  grid-column: 4/span 4;
}
.cols__4-span-5 {
  grid-column: 4/span 5;
}
.cols__4-span-6 {
  grid-column: 4/span 6;
}
.cols__4-span-7 {
  grid-column: 4/span 7;
}
.cols__5-span-1 {
  grid-column: 5/span 1;
}
.cols__5-span-2 {
  grid-column: 5/span 2;
}
.cols__5-span-3 {
  grid-column: 5/span 3;
}
.cols__5-span-4 {
  grid-column: 5/span 4;
}
.cols__5-span-5 {
  grid-column: 5/span 5;
}
.cols__5-span-6 {
  grid-column: 5/span 6;
}
.cols__6-span-1 {
  grid-column: 6/span 1;
}
.cols__6-span-2 {
  grid-column: 6/span 2;
}
.cols__6-span-3 {
  grid-column: 6/span 3;
}
.cols__6-span-4 {
  grid-column: 6/span 4;
}
.cols__6-span-5 {
  grid-column: 6/span 5;
}
.cols__7-span-1 {
  grid-column: 7/span 1;
}
.cols__7-span-2 {
  grid-column: 7/span 2;
}
.cols__7-span-3 {
  grid-column: 7/span 3;
}
.cols__7-span-4 {
  grid-column: 7/span 4;
}
.cols__8-span-1 {
  grid-column: 8/span 1;
}
.cols__8-span-2 {
  grid-column: 8/span 2;
}
.cols__8-span-3 {
  grid-column: 8/span 3;
}
.cols__9-span-1 {
  grid-column: 9/span 1;
}
.cols__9-span-2 {
  grid-column: 9/span 2;
}
.cols__10-span-1 {
  grid-column: 10/span 1;
}

#tabs_customer {
  border-bottom: 0 #efefef solid;
}
#tabs_customer .anchors a {
  background-color: #f5f5f5;
  margin-top: 2px;
  padding-top: 6px;
  padding-left: 0;
}

.menu {
  min-height: 10rem;
  line-height: 3rem;
  background: #f0f0f0;
  color: black;
  justify-content: space-around;
}
.menu__sub li {
  display: inline;
  height: 2rem;
  list-style-type: none;
  padding-right: 1rem;
}
.menu__sub .active {
  font-weight: bold;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #d54e21;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 7px;
}
.menu__sub a.active {
  color: white;
}
.menu__sub .active_subpage {
  background-color: #888888;
}
.menu__sub a.active_subpage {
  color: white;
  margin-left: -19px;
}
.menu li {
  padding: 15px;
}
.menu li a {
  color: #333333;
  text-decoration: none;
}
.menu li a:hover {
  text-decoration: underline;
}
.menu__sub_home li, .menu__sub_money li, .menu__sub_people li, .menu__sub_product li, .menu__sub_setting li {
  display: inline;
  height: 2rem;
  list-style-type: none;
  padding-right: 1rem;
}
.menu__sub_home .active, .menu__sub_money .active, .menu__sub_people .active, .menu__sub_product .active, .menu__sub_setting .active {
  font-weight: bold;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #d54e21;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 7px;
}
.menu__sub_home a.active, .menu__sub_money a.active, .menu__sub_people a.active, .menu__sub_product a.active, .menu__sub_setting a.active {
  color: white;
}
.menu__sub_home .active_subpage, .menu__sub_money .active_subpage, .menu__sub_people .active_subpage, .menu__sub_product .active_subpage, .menu__sub_setting .active_subpage {
  background-color: #888888;
}
.menu__sub_home a.active_subpage, .menu__sub_money a.active_subpage, .menu__sub_people a.active_subpage, .menu__sub_product a.active_subpage, .menu__sub_setting a.active_subpage {
  color: white;
  margin-left: -19px;
}
.menu__mobile {
  display: none;
  cursor: pointer;
}
.menu__tab_setting {
  float: right !important;
  padding-right: 5px !important;
}

.activeItem {
  background-color: #d54e21 !important;
}

@media (max-width: 770px) {
  .activeItem {
    font-weight: bold;
    -webkit-border-radius: 9px;
    border-radius: 6px;
    color: white !important;
    padding: 7px;
    margin: 1vw !important;
  }
  .menu {
    display: none;
  }
  .menu__tab_setting {
    float: none !important;
  }
  .menu__mobile {
    display: block !important;
    list-style: none;
    padding: 1rem;
    color: black;
    text-align: left;
  }
  .menu__mobile_hash {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: -10px;
  }
  .menu__mobile_hash_line {
    width: 100%;
    height: 4px;
    background-color: black;
    position: absolute;
  }
  .menu__mobile_hash_line:nth-child(2) {
    top: 50%;
    margin-top: -2px;
  }
  .menu__mobile_hash_line:nth-child(3) {
    bottom: 0;
  }
  .menu__mobile ul {
    display: none;
  }
  .menu__mobile ul li {
    display: flex;
    flex-direction: column;
    height: 0;
    list-style-type: none;
    margin: 0 1rem 3rem 1rem;
  }
  .menu__mobile_hash:active .menu__mobile_dropdown, .menu__mobile_hash:hover .menu__mobile_dropdown {
    display: block;
  }
  .menu__mobile_hash:active .menu__mobile_dropdown ul, .menu__mobile_hash:hover .menu__mobile_dropdown ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .menu__mobile_dropdown {
    display: none;
    position: absolute;
    min-width: 12rem;
    min-height: 18rem;
    background-color: #efefef;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    top: 1rem;
    left: 1rem;
    z-index: 1;
  }
  .menu__mobile_dropdown a {
    margin: 1rem;
    display: block;
  }
  .menu__mobile_sub_home:active .menu__mobile_sub_home_dropdown, .menu__mobile_sub_home:hover .menu__mobile_sub_home_dropdown {
    display: block;
  }
  .menu__mobile_sub_home_dropdown {
    display: none;
    position: absolute;
    background-color: #dddddd;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    min-height: 1rem;
    min-width: 12rem;
    top: 8rem;
    left: 12rem;
    z-index: 2;
  }
  .menu__mobile_sub_home #homeSubList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .menu__mobile_sub_money:active .menu__mobile_sub_money_dropdown, .menu__mobile_sub_money:hover .menu__mobile_sub_money_dropdown {
    display: block;
  }
  .menu__mobile_sub_money_dropdown {
    display: none;
    position: absolute;
    background-color: #dddddd;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    min-height: 20rem;
    min-width: 22rem;
    top: 11rem;
    left: 12rem;
    z-index: 2;
  }
  .menu__mobile_sub_money #moneySubList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .menu__mobile_sub_people:active .menu__mobile_sub_people_dropdown, .menu__mobile_sub_people:hover .menu__mobile_sub_people_dropdown {
    display: block;
  }
  .menu__mobile_sub_people_dropdown {
    display: none;
    position: absolute;
    background-color: #dddddd;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    min-height: 1rem;
    min-width: 12rem;
    top: 14rem;
    left: 12rem;
    z-index: 2;
  }
  .menu__mobile_sub_people #peopleSubList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .menu__mobile_sub_product:active .menu__mobile_sub_product_dropdown, .menu__mobile_sub_product:hover .menu__mobile_sub_product_dropdown {
    display: block;
  }
  .menu__mobile_sub_product_dropdown {
    display: none;
    position: absolute;
    background-color: #dddddd;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    min-height: 1rem;
    min-width: 24rem;
    top: 17rem;
    left: 12rem;
    z-index: 2;
  }
  .menu__mobile_sub_product #productSubList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .menu__mobile_sub_setting:active .menu__mobile_sub_setting_dropdown, .menu__mobile_sub_setting:hover .menu__mobile_sub_setting_dropdown {
    display: block;
  }
  .menu__mobile_sub_setting_dropdown {
    display: none;
    position: absolute;
    background-color: #dddddd;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
    min-height: 1rem;
    min-width: 15rem;
    top: 20.5rem;
    left: 12rem;
    z-index: 2;
  }
  .menu__mobile_sub_setting #settingSubList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
button,
.button {
  margin: 0 2rem 0 0;
  padding: 1rem 2rem;
  border: 1px solid #dddddd;
  border-radius: 5rem;
  min-width: 3rem;
  text-align: center;
  font-size: 1.6rem;
  color: #333333;
  background: #ebebeb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 white;
}
button.small,
.button.small {
  font-size: 1rem;
  padding: 0.5rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
}
button.square,
.button.square {
  border-radius: 0.5rem;
  padding: 1rem;
}
button.selected,
.button.selected {
  background: #f5f5f5;
  color: #444444;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.9), 0 1px 0 white;
}
button img,
.button img {
  margin-right: 3px;
}
button:hover,
.button:hover {
  color: #666666;
  background: #dddddd;
}
button.positive,
.button.positive {
  font-weight: bold;
}
button.negative,
.button.negative {
  opacity: 0.7;
}
button.report,
.button.report {
  border: 1px solid #aaaaaa;
}

.btn {
  height: 4rem;
  width: 8rem;
  border: 1px solid #cccccc;
  border-radius: 100px;
  min-width: 30px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 white;
}
.btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn--grey {
  background-color: #cccccc;
}
.btn--grey::after {
  background-color: white;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}
.btn-text__btn {
  position: absolute;
  float: left;
}
.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding: 3px;
}
.btn-text:hover {
  background-color: #333333;
  color: white;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.black {
  color: black;
}

.web_dialog {
  position: fixed;
  top: 30%;
  left: 42%;
  background-color: white;
  border: 2px solid #a9a9a9;
  z-index: 102;
  font-size: 1.3rem;
}
.web_dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: black;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  z-index: 101;
  display: none;
}

.toolbar_dialog {
  display: grid;
  grid-template-columns: 1fr;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1.2rem;
  color: #333333;
}
.toolbar_dialog a, .toolbar_dialog button {
  display: block;
  margin: 0.5rem;
  width: 20rem;
}
.toolbar_dialog button {
  margin-left: auto;
  margin-right: auto;
}

.error_line {
  color: white;
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding: 2px 8px 2px 27px;
  line-height: 3rem;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: red url(../images/important.png) no-repeat 5px 2px;
}

.si_filters {
  padding: 0;
  overflow: hidden;
}
.si_filters_links {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  /* Note that color settings below do not work from variables */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0 );
}
.si_filters_links a {
  float: right;
  border-left: 1px solid #cccccc;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  min-width: 3rem;
  text-align: center;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 white;
}
.si_filters_links a:hover {
  color: #666666;
  background: #e6e6e6;
}
.si_filters_links a.first {
  float: left;
  border-left: none;
}
.si_filters_links a.selected {
  background: #f5f5f5;
  color: #444444;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.9), 0 1px 0 white;
}
.si_filters_links img {
  margin-right: 0.7rem;
}
.si_filters_title {
  color: #999999;
  line-height: 3rem;
  margin: 0.5rem 1rem 0 1rem;
  vertical-align: top;
}

.flex__area {
  width: 80%;
  margin: 0 auto;
}
.flex__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  justify-content: center;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.flex__container h3 {
  margin-top: 1rem;
  min-width: 13rem;
}
.flex__container a {
  align-self: flex-end;
}
.flex__start {
  justify-content: flex-start;
}
.flex__end {
  justify-content: flex-end;
}
.flex__space-between {
  justify-content: space-between;
}
.flex__gap {
  gap: 1rem;
}

@media (max-width: 770px) {
  .flex__area {
    width: 90%;
    margin: 0 auto;
  }
}
.wrapper {
  width: 90%;
  margin: 0 auto;
}

.responsive__form {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: auto;
}
.responsive__form-group {
  margin-bottom: 1rem;
}
.responsive__form input, .responsive__form select {
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 770px) {
  .responsive__form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .responsive__form input, .responsive__form select {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .responsive__form input:last-child, .responsive__form select:last-child {
    margin-right: 0;
  }
}
.fonts__size-0-75 {
  font-size: 0.75rem;
}
.fonts__size-1 {
  font-size: 1rem;
}
.fonts__size-1-5 {
  font-size: 1.5rem;
}
.fonts__size-2 {
  font-size: 2rem;
}

form {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  background: white url(images/text-bg.gif) repeat-x scroll center top;
  border: 1px solid #cccccc;
  margin: 1px;
  padding: 0.2rem 0.3rem;
  font-size: 1.6rem;
}

textarea {
  overflow: scroll;
}

label {
  font-weight: bold;
  margin-top: 0.5rem;
}

/* Fix webkit 'black background on text input bug (mostly in Mac IDEs) */
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
.inputText {
  -webkit-appearance: none;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.margin__0-5 {
  margin: 0.5rem;
}
.margin__top-0 {
  margin-top: 0;
}
.margin__top-0-2 {
  margin-top: 0.2rem;
}
.margin__top-0-5 {
  margin-top: 0.5rem;
}
.margin__top-0-75 {
  margin-top: 0.75rem;
}
.margin__top-1 {
  margin-top: 1rem;
}
.margin__top-1-5 {
  margin-top: 1.5rem;
}
.margin__top-2 {
  margin-top: 2rem;
}
.margin__top-3 {
  margin-top: 3rem;
}
.margin__top-4 {
  margin-top: 4rem;
}
.margin__right-0 {
  margin-right: 0;
}
.margin__right-1 {
  margin-right: 1rem;
}
.margin__right-2 {
  margin-right: 2rem;
}
.margin__bottom-0 {
  margin-bottom: 0;
}
.margin__bottom-0-2 {
  margin-top: 0.2rem;
}
.margin__bottom-0-5 {
  margin-top: 0.5rem;
}
.margin__bottom-0-75 {
  margin-top: 0.75rem;
}
.margin__bottom-1 {
  margin-bottom: 1rem;
}
.margin__bottom-2 {
  margin-bottom: 2rem;
}
.margin__bottom-3 {
  margin-bottom: 3rem;
}
.margin__bottom-4 {
  margin-bottom: 4rem;
}
.margin__left-0 {
  margin-left: 0;
}
.margin__left-0-5 {
  margin-left: 0.5rem;
}
.margin__left-1 {
  margin-left: 1rem;
}
.margin__left-1-5 {
  margin-left: 1.5rem;
}
.margin__left-2 {
  margin-left: 2rem;
}
.margin__left-3 {
  margin-left: 3rem;
}
.margin__left-4 {
  margin-left: 4rem;
}

.pad__0-5 {
  padding: 0.5rem;
}
.pad__top-1 {
  padding-top: 1rem;
}
.pad__top-1-5 {
  padding-top: 1.5rem;
}
.pad__right-1 {
  padding-right: 1rem;
}
.pad__right-2 {
  padding-right: 2rem;
}
.pad__bottom-3 {
  padding-bottom: 3rem;
}
.pad__left-2 {
  padding-left: 2rem;
}
.pad__left-4 {
  padding-left: 4rem;
}

div.even {
  background-color: white;
}
div.odd {
  background-color: rgba(239, 239, 239, 0.8);
}

.align__center {
  margin: 0 auto;
}
.align__right {
  margin-left: auto;
}
.align__text-left {
  text-align: left !important;
}
.align__text-center {
  text-align: center !important;
}
.align__text-right {
  text-align: right !important;
}

.delay__display {
  display: none;
}

.float__right {
  float: right;
}
.float__right-top-0-5 {
  float: right;
  margin: 0.5rem auto 0 auto;
}

.si_wrap {
  margin: 0 auto;
}
.si_wrap table {
  text-align: center;
}
.si_form {
  display: block;
  margin: 2rem auto;
  overflow: hidden;
}
.si_form table {
  border-top: 1px dotted #dddddd;
  margin: 0 auto;
}
.si_form th, .si_form td {
  padding: 3px;
  border-bottom: 1px dotted #dddddd;
}
.si_form tbody th {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  color: #777777;
  padding-left: 0.5rem;
  padding-right: 0.7rem;
  vertical-align: top;
  line-height: 2.6rem;
}
.si_form tbody th.product_attribute {
  text-align: left;
}
.si_form h4 {
  color: #666666;
  padding: 0;
  margin: 5px 0;
}
.si_form_search {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 20px 0 13px 0;
}
.si .transform__uppercase {
  text-transform: uppercase;
}

/******************************************/
/* Style the container */
.form__container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 2rem;
}
.form__container h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 13rem;
}
.form__container trix-editor {
  background-color: white;
}
.form__container label, .form__container .label, .form__container .labelTotal {
  font-weight: bold;
  margin-top: 0.5rem;
}
.form__container .labelTotal {
  float: right;
}
.form__container .showHide {
  float: right;
  margin-top: 2rem;
  margin-left: auto;
}
.form__container {
  /* Style the label to display next to the inputs */
}
.form__container label, .form__container .label {
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
}
.form__container .inputText {
  position: relative;
  top: 1.6rem;
  left: 0.5rem;
}
.form__container input[type=text], .form__container input[type=tel], .form__container input[type=email], .form__container input[type=url], .form__container input[type=password], .form__container select, .form__container textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
.form__container input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 1.25rem;
}
.form__container {
  /* Style the submit button */
}
.form__container input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
.form__container {
  /* Floating column for labels: 5% width */
}
.form__container .col__5 {
  float: left;
  width: 5%;
}
.form__container {
  /* Floating column for labels: 10% width */
}
.form__container .col__10 {
  float: left;
  width: 10%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for labels: 15% width */
}
.form__container .col__15 {
  float: left;
  width: 15%;
  margin-top: 0.5rem;
  text-align: right;
}
.form__container {
  /* Floating column for labels: 20% width */
}
.form__container .col__20 {
  float: left;
  width: 20%;
  margin-top: 0.5rem;
  text-align: right;
}
.form__container {
  /* Floating column for labels: 25% width */
}
.form__container .col__25 {
  float: left;
  width: 25%;
  margin-top: 0.5rem;
  text-align: right;
}
.form__container {
  /* Floating column for labels: 30% width */
}
.form__container .col__30 {
  float: left;
  width: 30%;
  margin-top: 0.5rem;
  text-align: right;
}
.form__container {
  /* Floating column for inputs: 40% width */
}
.form__container .col__40 {
  float: left;
  width: 50%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 50% width */
}
.form__container .col__50 {
  float: left;
  width: 50%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 70% width */
}
.form__container .col__70 {
  float: left;
  width: 70%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 75% width */
}
.form__container .col__75 {
  float: left;
  width: 75%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 80% width */
}
.form__container .col__80 {
  float: left;
  width: 80%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 95% width */
}
.form__container .col__95 {
  float: left;
  width: 95%;
  margin-top: 0.5rem;
}
.form__container {
  /* Floating column for inputs: 100% width */
}
.form__container .col__100 {
  float: left;
  width: 100%;
  margin-top: 0.5rem;
}
.form__container .min-width-5 {
  min-width: 5rem;
}
.form__container .min-width-7 {
  min-width: 7rem;
}
.form__container {
  /* Clear floats after the columns */
}
.form__container .row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 770px) {
  .form__container .inputText {
    top: 0;
    left: 0;
  }
  .form__container .showHide {
    float: left;
    margin-top: 1rem;
    margin-left: 0;
  }
  .form__container .align__text-right {
    text-align: left !important;
  }
  .form__container .col__5, .form__container .col__10, .form__container .col__15, .form__container .col__20, .form__container .col__25, .form__container .col__30, .form__container .col__40, .form__container .col__50, .form__container .col__70, .form__container .col__75, .form__container .col__80, .form__container .col__100, .form__container input[type=submit] {
    width: 100%;
    margin-top: 0;
    float: left;
    text-align: left;
  }
}
h1 {
  font-size: 2.4rem;
  color: #4b7296;
}
h1.admin {
  margin-bottom: 2px;
}

h2 {
  font-size: 2rem;
  color: #4b7296;
  margin: 0 0 1.5rem;
}

h3 {
  font-size: 1.8rem;
  color: #4b7296;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

.si__help-div {
  margin: 1.5rem auto;
  text-align: center;
  border-top: 1px solid #efefef;
  padding: 0.5rem 1rem;
  width: 50rem;
  background-color: white;
}
.si__help-div a {
  color: #666666;
}
.si__help-div a:hover {
  color: black;
}
.si__help-div img {
  vertical-align: bottom;
  line-height: 2.5rem;
  margin-right: 2px;
}
.si__index-help {
  float: right;
  margin: 0 auto 1rem auto;
  padding: 1.5rem;
  background: #e6e6e6;
  border: 3px ridge #f0f0f0;
  -webkit-border-radius: 0.7rem;
  border-radius: 0.7rem;
  line-height: 150%;
}

a.intro {
  font-size: 1.5em;
  font-weight: bold;
}
a:link, a:visited {
  text-decoration: none;
  color: darkBlue;
}
a.hook {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}
a:hover {
  color: blue;
}
a:hover.hook {
  color: black;
}
a.anchor:link, a.anchor:visited, a.anchor:hover {
  color: white;
  background: white;
  font-size: 0;
  text-decoration: none;
  padding: 0;
}
a img {
  border: 0;
}
a.image img {
  border: none;
  margin: 0;
  padding: 0;
}
a.image:link, a.image:visited, a.image:hover {
  border: none;
  background: none;
  padding: 0;
}
a.toggle.active:link, a.toggle.active:visited, a.toggle.active:hover {
  background: #999999 !important;
  color: blue !important;
  text-decoration: none;
  font-weight: 400 !important;
}

dl,
li,
ol,
ul {
  margin-left: 1rem;
  margin-bottom: 5px;
}

.li__type-circle {
  list-style-type: circle;
}
.li__type-decimal {
  list-style-type: decimal;
}
.li__type-disc {
  list-style-type: disc;
}
.li__type-lower-alpha {
  list-style-type: lower-alpha;
}
.li__type-none {
  list-style-type: none;
}
.li__type-square {
  list-style-type: square;
}
.li__color-blue {
  color: darkBlue;
}

.si_list table {
  border: 1px solid #dddddd;
  border-top: none;
  width: 100%;
}
.si_list thead th {
  color: #666666;
  font-weight: bold;
  background: #fafafa url(../images/fhbg.gif) repeat-x bottom;
  padding: 6px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  vertical-align: middle;
}
.si_list td {
  padding: 3px 5px;
  border-bottom: 1px solid #dddddd;
}
.si_list tfoot th, .si_list tfoot td {
  color: black;
  font-weight: bold;
  background: #f0f0f0 url(../images/fhbg.gif) repeat-x bottom;
  padding-top: 4px;
  padding-bottom: 4px;
}

.loginForm {
  width: 50%;
  max-width: 60rem;
  padding-top: 6rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 75em) {
  .loginForm {
    width: 65%;
  }
}
@media only screen and (max-width: 56.25em) {
  .loginForm {
    width: 100%;
    padding: 2rem;
  }
}
.loginForm__box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 2rem 3rem 2rem;
  border: 10px solid #bbbbbb;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
}
.loginForm__header {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: normal;
  padding: 6px 0;
  color: #666666;
  margin-bottom: 2rem;
}
.loginForm__logo {
  flex: 0 0 15%;
}
.loginForm__company {
  flex: 0 0 85%;
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 1rem;
}
.loginForm__group:not(:last-child) {
  margin-bottom: 2rem;
}
.loginForm__input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
}
@media only screen and (max-width: 56.25em) {
  .loginForm__input {
    width: 100%;
  }
}
.loginForm__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #cccccc;
}
.loginForm__input::placeholder {
  color: #999999;
}
.loginForm__label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}
.loginForm__input:placeholder-shown + .loginForm__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.loginForm__button {
  display: flex;
  justify-content: center;
}

.si_message {
  min-height: 0;
  font-size: 1.2rem;
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.si_message, .si_message_ok, .si_message_warning, .si_message_error {
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.si_message_ok {
  background: #dff0d8 url(../images/tick.png) 47px 16px no-repeat;
  border-color: #d6e9c6;
  color: green;
}
.si_message_error {
  background: #f2dede url(../images/cross.png) 47px 16px no-repeat;
  color: indianred;
  border-color: #eed3d7;
}
.si_message_warning {
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.si_message_install {
  margin: 30px;
  padding: 3px;
  border-bottom: 1px dotted #dddddd;
  border-top: 1px dotted #dddddd;
}

table {
  border-collapse: collapse;
}
table .manage {
  font-size: 1.2rem;
}
table.center {
  margin: 0 auto;
}
table.left {
  float: left;
  margin-left: auto;
}
table th.left {
  text-align: left;
}
table.buttons {
  margin: 0 auto;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

tr.index_table {
  background-color: #f5f5f5;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  border: 1px none white;
}
tr.biller th, tr.customer th {
  font-weight: bold;
}

th.details_screen,
td.details_screen {
  border-bottom: 1px dashed #d3d3d3;
  line-height: 24px;
}

td,
div {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
}

#si-data-table {
  width: 100%;
}

.si_toolbar_form {
  margin: 2rem;
}
.si_toolbar_inform {
  text-align: left;
  margin: 10px 0;
}
.si_toolbar_inform button, .si_toolbar_inform a {
  font-size: 1rem;
  padding: 2px 6px;
  line-height: 15px;
  background: #efefef;
}
.si_toolbar_inform img {
  height: 15px;
}
.si_table_toolbar th, .si_table_toolbar td {
  padding-bottom: 10px;
  vertical-align: middle;
}
.si_table_toolbar th {
  font-weight: normal;
  text-align: right;
}
.si_table_toolbar td {
  text-align: left;
  padding-left: 20px;
}

.mobileOnly {
  display: none; /* Hide on desktop */
}

@media (max-width: 770px) {
  .desktopOnly {
    display: none; /* Hide on mobile */
  }
}

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