/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-size: 20px;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: rgba(3, 1, 76, 0.5);
}

:-moz-placeholder {
  color: rgba(3, 1, 76, 0.5);
}

::-moz-placeholder {
  color: rgba(3, 1, 76, 0.5);
}

:-ms-input-placeholder {
  color: rgba(3, 1, 76, 0.5);
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.row .col {
  width: 100%;
  padding: 0 10px;
}
.row .col.col-2 {
  width: 50%;
}

.webApp {
  padding: 70px 0;
  background: #F2F2F2;
}
.webApp h1 {
  color: #03014C;
  font-size: 35px;
  font-weight: bold;
}
.webApp p {
  color: rgba(3, 1, 76, 0.5);
}

.login {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.login .left {
  width: 50%;
  padding: 70px 10%;
}
.login .right {
  width: 50%;
  background: rgba(127, 99, 244, 0.2);
  position: relative;
  padding: 0;
}
.login .right img {
  display: block;
  width: 100%;
  margin: 70px 0 0 -70px;
}

.formArea {
  width: 100%;
}
.formArea .fRow {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.formArea .fCol {
  width: 100%;
}
.formArea label {
  display: block;
  font-size: 20px;
  width: 100%;
  color: rgba(3, 1, 76, 0.5);
}
.formArea .txtBox {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(3, 1, 76, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  max-width: none;
  padding-left: 0;
}
.formArea .txtBox:focus {
  border-bottom: 1px solid #03014C;
}
.formArea .button {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #7F63F4;
  color: #fff;
  border: none;
  max-width: 270px;
  margin: 30px auto;
}
.formArea .fLinks {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.formArea .fLinks a {
  display: inline-block;
  font-size: 14px;
  color: #5F34F5;
}
.formArea .fLinks a.green {
  color: #17bb1e;
}

body.onlinePages {
  background: #F3F6F9;
}
body.onlinePages footer {
  background: #fff;
}

header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-between;
  padding: 10px 35px;
}
header a.logo {
  display: block;
}
header .user {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .user i {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #D9D9D9;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #5F34F5;
}
header .user span {
  color: #17bb1e;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
}

main {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
main .pageContent {
  width: calc(100% - 300px);
  padding: 35px;
}

aside {
  width: 300px;
  background: #fff;
  box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
  padding: 35px;
  height: 100vh;
}
aside ul {
  width: 100%;
  padding-left: 0;
}
aside ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(171, 175, 179, 0.4);
}
aside ul li a {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 45px;
}
aside ul li a svg {
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
aside ul li a svg path {
  fill: #aaa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside ul li a:hover {
  color: #5F34F5;
}
aside ul li a:hover svg path {
  fill: #5F34F5;
}
aside ul li a.disabled {
  opacity: 0.5;
  cursor: default;
}
aside ul li a.logout {
  background: url(../../img/online/icons/logout.svg) no-repeat left center;
  background-size: 16px auto;
}

.boxContent {
  background: #FFFFFF;
  box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
  padding: 35px;
}
.boxContent h2 {
  color: #5F34F5;
  padding-bottom: 15px;
}
.boxContent.gift {
  height: 100%;
}
.boxContent.gift h2 {
  position: relative;
  font-weight: bold;
  padding-right: 100px;
  font-size: 24px;
}
.boxContent.gift h2 i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #17bb1e;
  color: #fff;
  padding: 5px 15px;
  font-style: normal;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 16px;
  text-align: center;
}
.boxContent.gift h2 i small {
  display: block;
}
.boxContent.gift .img {
  position: relative;
}
.boxContent.gift .img img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.boxContent.gift .img small {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  background: #17bb1e;
  font-size: 12px;
  padding: 0 5px;
}
.boxContent.gift ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.boxContent.gift ul li {
  display: block;
  margin-right: 15px;
  font-weight: bold;
  font-size: 15px;
}
.boxContent.gift ul li span {
  color: #5F34F5;
  font-weight: normal;
}
.boxContent.gift .links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.boxContent.gift .links a {
  margin-left: 5px;
}
.boxContent.gift .links a.detail {
  background: #17bb1e;
  border: 1px solid #17bb1e;
}
.boxContent.gift.popup {
  max-width: 1000px;
  height: auto;
}
.boxContent.gift.popup .img img {
  height: auto;
}

.iti {
  width: 100%;
}

.element label {
  display: block;
  font-size: 15px;
  width: 100%;
  color: rgba(3, 1, 76, 0.5);
}
.element label.big {
  font-weight: bold;
  color: #5F34F5;
  font-size: 17px;
}
.element input[type=text], .element select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(3, 1, 76, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  max-width: none;
  padding-left: 0;
}
.element input[type=text]:focus, .element select:focus {
  border-bottom: 1px solid #03014C;
}
.element input[type=text]:read-only {
  background: #eee;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table th {
  color: #fff;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #17bb1e;
  font-size: 16px;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}
table tbody tr:last-child {
  border: 0;
}
table tbody tr:hover {
  background: #eee;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}
table .btn {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 35.5em) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Code";
  }
  table tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  table tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  table tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  table tbody tr td:nth-child(5):before {
    content: "Box Type";
  }
}
.radioList table {
  overflow: visible;
}
.radioList table tr:hover {
  background: transparent;
}
.radioList table td:hover {
  background: #eee;
}
.radioList table td {
  padding-left: 0;
}
.radioList table td:before {
  display: none;
}
.radioList table td span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.radioList table label {
  padding-left: 5px;
  display: block;
  width: calc(100% - 15px);
  cursor: pointer;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -140px;
  padding: 7px;
  width: 280px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0deg, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0deg, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.hiddenOptions {
  display: none;
}

@media screen and (max-width: 780px) {
  .webApp {
    padding-top: 10px;
  }
  header {
    padding: 10px 15px;
  }
  header a.logo img {
    width: 120px;
  }
  header .user i {
    width: 40px;
    height: 40px;
  }
  .login .left {
    width: 100%;
  }
  .login .right {
    width: 100%;
  }
  .login .right img {
    margin: 70px 0 0 0;
  }
  aside {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    padding: 0;
    background: #5F34F5;
    z-index: 9999;
  }
  aside ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
  }
  aside ul li {
    width: 20%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  aside ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  aside ul li a span {
    display: none;
  }
  aside ul li a svg {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  aside ul li a svg path {
    fill: #fff;
  }
  aside ul li a.logout {
    text-indent: -1000px;
    background: url(../../img/online/icons/logoutWhite.svg) no-repeat center;
  }
  main .pageContent {
    width: 100%;
    padding: 15px;
  }
  .formContent .row {
    margin-bottom: 0;
  }
  .formContent .row .col {
    margin-bottom: 20px;
  }
  .row .col {
    width: 100% !important;
  }
  .boxContent {
    padding: 15px;
  }
  .boxContent.gift {
    margin-bottom: 30px;
    border-bottom: 1px solid #aaa;
  }
  .boxContent.gift h2 {
    font-size: 20px;
  }
  .boxContent.gift .img img {
    height: auto;
  }
  .boxContent.gift .links a {
    padding: 0px 35px !important;
  }
  .radioList table tr {
    border: none;
  }
  .radioList table td {
    font-size: 14px;
  }
}
/***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.0.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file 
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

.messagebox_overlay *:focus {
  outline: 0;
}

/* MessageBox */
.messagebox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%; /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 300px;
}

/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0; /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following's :after pseudo-class "height" value instead of "padding-bottom" here! */
}

.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px; /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */
}

/* Input's Label */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}

/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

.messagebox_content_input:hover {
  border-color: #707070;
}

.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540;
}

/* Input's style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}

/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #909090;
}

/* Buttons */
.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center;
}

.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0;
}

.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0;
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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