.width {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.middle-class {
  display: inline-block;
  width: 0;
  vertical-align: middle;
}

.middle-class~img {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.hidden {
  display: none;
}

.fa.loader {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.noimg {
  background-image: url("../images/noimg.jpg");
  background-position: center center;
  background-size: cover;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mobile {
  display: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#container {
  background: #FFF;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#header {
  padding: 5px 0 5px;
  background: #FEDB44;
}

#header>.inner {
  padding: 0px;
  position: relative;
  max-width: 1335px;
  margin: 0 auto;
  box-sizing: border-box;
}

#logo {
  position: absolute;
  left: 50px;
  top: 3px;
  display: none;
  width: 130px;
  height: 42px;
  background: url("../images/logo_solutions_op.png") no-repeat center center;
  background-size: contain;
}

#header>.inner>.right {
  position: absolute;
  right: 50px;
  top: 9px;
}

#page {
  position: relative;
}

#content {
  padding: 0 0 60px;
  min-height: 400px;
  background: #fff;
  position: relative;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}

body.full-width .padding {
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  padding-left: 30px;
  padding-right: 30px;
}

#main {
  margin: 0 auto;
  max-width: 1224px;
}

body.full-width #main {
  max-width: none;
}

.industry-entries {
  display: none;
  text-align: center;
  font-size: 0;
}

.industry-entries>.inner {
  background: #323232;
  padding: 32px 0;
}

.industry-entries a {
  position: relative;
  display: inline-block;
  width: 177px;
  height: 164px;
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #a3a3a3;
  box-sizing: border-box;
  max-width: calc(100% / 6);
  transition: color 0.2s ease;
}

.industry-entries a:hover {
  color: #fff;
}

.industry-entries .image {
  font-size: 0;
}

.industry-entries .image .middle-class {
  height: 105px;
}

.industry-entries .image-inactive {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.industry-entries a:hover .image-inactive {
  opacity: 1;
}

.industry-entries .active .image-inactive,
.industry-entries .image-active {
  display: none;
}

.industry-entries .active .image-active {
  display: inline;
}

#footer {
  background: #fff;
  padding: 70px 90px 70px 175px;
}

#footer .logo {
  float: left;
  display: block;
  width: 130px;
  height: 42px;
  background: url("../images/logo_solutions_op.png") no-repeat center center;
  background-size: contain;
}

#footer .footer-menu {
  width: calc(100% - 230px);
  justify-content: center;
  display: flex;
}

h1#page-title {
  display: none;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 45px 30px;
}

#main ul,
.overlay ul {
  padding: 0 0 0 30px;
}

ul.system-messages {
  position: absolute;
  right: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.admin-menu ul.system-messages {
  margin-top: 30px;
}

li.system-message {
  padding: 15px 25px;
  margin-top: 10px;
  border-radius: 25px;
}

li.system-message:first-child {
  margin-top: 0;
}

li.system-message-info {
  color: #31708F;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}

li.system-message-success {
  color: #3C763D;
  background-color: #DFF0D8;
}

li.system-message-debug,
li.system-message-warning {
  color: #8A6D3B;
  background-color: #FCF8E3;
}

li.system-message-error {
  color: #A94442;
  background-color: #F2DEDE;
}

#cookie-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  background: #2b2b2b;
  color: #fff;
  z-index: 1000;
}

#cookie-msg .msg {
  float: left;
  font-weight: 600;
  line-height: 40px;
}

#cookie-msg .btn {
  float: right;
  font-size: 14px;
  padding: 10px 15px;
}

.content-bar {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.dark {
  display: none;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 100;
}

.dark.active {
  opacity: 1;
}

#dark2 {
  transition: opacity 0.3s ease;
  z-index: 102;
}

a.btn {
  text-decoration: none;
}

a.btn,
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  background-color: #f2f2f2;
  border: 0;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

a.btn:hover,
.btn:hover {
  background-color: #e5e5e5;
}

a.btn-block,
.btn-block {
  display: block;
}

a.btn-primary,
.btn-primary {
  background: #ffdc2e;
}

a.btn-primary:hover,
.btn-primary:hover {
  background: #222;
  color: #ffdc2e;
}

a.btn-secondary,
.btn-secondary {
  background: #81a8b8;
  color: #fff;
}

a.btn-secondary:hover,
.btn-secondary:hover {
  background: #638390;
}

a.btn-danger,
.btn-danger {
  background: #f00;
}

a.btn-back,
.btn-back {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
}

.btn-back .fa {
  color: #000;
  margin-right: 5px;
  transition: color 0.2s ease;
}

.btn-back:hover {
  background: #e5e5e5;
  color: #000;
}

.btn .loader {
  margin-right: 5px;
}

.btn-ninja {
  background-color: transparent;
  color: #a5a5a5;
}

.btn-ninja:hover {
  color: #000;
  background-color: #f2f2f2;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.content-entity {
  position: relative;
}

.edit-btn,
.icon-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-radius: 50%;
  color: #000 !important;
  background: #ffdc2e;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
  /*
	opacity: 0;
	visibility: hidden;
	transform: scale(0.1);
	transition: visibility 0s 0.3s, opacity 0.3s ease, transform 0.3s;
	-webkit-transform: scale(0.1);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s ease, -webkit-transform 0.3s;
  */
}

/*
:hover > .edit-btn,
:hover > .icon-btn {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
	-webkit-transform: scale(1);
	-webkit-transition-delay: 0s;
}
*/


/**
 * Search
 */
.search {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 450px;
  margin: 0;
}

.search .form {
  background: #fff;
  position: relative;
  z-index: 90;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.search .form:hover,
.search .form:focus-within {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.search.active .form {
  z-index: 110;
}

.search .form .form-text {
  border: none;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 30px;
  padding: 9px 45px 9px 20px;
  width: 250px;
  box-sizing: border-box;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search .form:hover .form-text,
.search .form .form-text:focus {
  width: 450px;
  transition-delay: 0.3s;
}

.search .form .fa {
  position: absolute;
  top: 0;
  line-height: 48px;
  right: 18px;
  font-size: 18px;
  color: #666;
  transition: color 0.2s ease;
  pointer-events: none;
}

.search .form:hover .fa,
.search .form:focus-within .fa {
  color: #333;
}

.search .form .form-text::placeholder {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.search .form .form-text::-webkit-input-placeholder {
  opacity: 0.6;
}

.search .form .form-text::-moz-placeholder {
  opacity: 0.6;
}

.search .form .form-text::-ms-input-placeholder {
  opacity: 0.6;
}

.search .form:hover .form-text::placeholder,
.search .form .form-text:focus::placeholder {
  opacity: 1;
}

.search .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 108px;
  right: 108px;
  margin-top: 33px;
  background: #fff;
  z-index: 105;
}

.search.active .results {
  display: block;
}

.search .results-empty {
  font-size: 16px;
  padding: 25px 30px;
}

.search .group-left {
  float: left;
  width: 704px;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.search .group-left+.group-right {
  float: right;
  width: 520px;
  position: relative;
}

.search .group-left+.group-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #e5e5e5;
}

.search .results-group {
  padding: 25px 30px;
  box-sizing: border-box;
}

.search .results .header {
  margin: 0 0 15px;
}

.search .results .header .title {
  font-weight: 700;
  font-size: 18px;
  float: left;
}

.search .results .header .num {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  float: right;
}

.search .results-group>.btn {
  margin-top: 30px;
  min-width: 145px;
  font-size: 14px;
  text-transform: uppercase;
}

.search .group-right .results-group {
  float: left;
  width: 520px;
}

.search .group-left+.group-right .results-group {
  width: auto;
  float: none;
}

.search .results-products {
  width: auto;
  float: none;
}

.search .results-products .item {
  position: relative;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  height: 84px;
  z-index: 20;
  overflow: hidden;
}

.search .results-products .item.active,
.search .results-products .item:hover {
  border-color: #000;
  z-index: 21;
}

.search .results-products .item>div {
  display: block;
  float: left;
  margin: 27px 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search .results-products .item .image {
  text-align: center;
  width: 82px;
  margin: 19px 0 0;
  font-size: 0;
}

.search .results-products .item .image .middle-class {
  height: 53px;
}

.search .results-products .item .description {
  width: 355px;
  margin-left: 25px;
  line-height: 0;
}

.search .results-products .item .description>div {
  line-height: 30px;
}

.search .results-products .item .title {
  display: inline-block;
  font-weight: 700;
}

.search .results-products .item .preamble {
  display: inline;
  font-weight: 300;
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
}

.search .results-products .item .num-articles {
  width: 80px;
  font-weight: 700;
  margin-left: 35px;
}

.search .results-products .item .icon {
  margin-left: 10px;
}

.search .results-products .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search .results-categories .item {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.search .results-categories .item .link {
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 13px;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease;
}

.search .results-categories .item.active .link,
.search .results-categories .item .link:hover {
  background: #e5e5e5;
}

.search .group-left+.group-right .results-group~.results-group {
  border-top: 1px solid #e5e5e5;
}

.search .results-text .item {
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-bottom: -1px;
}

.search .results-text .item:hover,
.search .results-text .item.active {
  border-color: #000;
}

.search .results-text .left {
  float: left;
  width: 145px;
  max-width: 145px;
  margin-right: 35px;
}

.search .results-text .right {
  float: left;
  width: 278px;
  padding: 5px 0 0;
}

.search .results-text .image {
  padding-bottom: 58.6%;
  position: relative;
}

.search .results-text .image img {
  position: absolute;
  top: 0;
  left: 0;
}

.search .results-text .title {
  font-size: 16px;
}

.search .results-text .date {
  font-weight: 700;
  font-size: 12px;
  margin-top: 3px;
}

.search .results-text .link {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

/**
 * Cart
 */
.cart-button {
  float: right;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 103;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.cart-button .fa {
  font-size: 18px;
  margin-right: 3px;
}

#cart {
  display: none;
  position: absolute;
  right: 0;
  top: -60px;
  width: 612px;
  z-index: 103;
  opacity: 0;
}

#cart.open {
  opacity: 1;
}

.cart {
  background: #fff;
  padding: 40px 35px 50px;
  animation: fade 0.3s ease forwards;
}

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

.cart .top .title {
  font-size: 35px;
  line-height: 1;
  float: left;
}

.cart .top .save {
  cursor: pointer;
  color: rgba(83, 83, 83, 0.65);
  font-size: 16px;
  font-weight: 400;
  float: right;
}

.cart .top .save .fa {
  margin-left: 3px;
}

.cart .empty {
  font-size: 16px;
}

.cart .item {
  background: #f7f7f7;
  padding: 10px;
  margin: 0 0 4px;
  position: relative;
}

.cart .item>div {
  float: left;
}

.cart .item .image {
  width: 75px;
  text-align: center;
  background: #fff;
  font-size: 0;
}

.cart .item .image .middle-class {
  height: 75px;
}

.cart .item .titles {
  margin: 0 20px;
  width: 270px;
  font-size: 16px;
  line-height: 1.2;
}

.cart .item .title {
  font-weight: 400;
}

.cart .item .price {
  font-weight: 500;
}

.cart .item .quantity {
  margin-top: 18px;
  float: right;
}

.cart .item .remove {
  float: right;
  margin: 27px 0 0 10px;
  width: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.2s ease;
  cursor: pointer;
}

.cart .item .remove:hover {
  color: #f00;
}

.cart .total {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 0;
}

.cart .actions {
  margin: 30px 0 0;
  text-align: right;
}

#cart-messages {
  position: fixed;
  top: 65px;
  right: 30px;
  z-index: 1100;
}

.admin-menu #cart-messages {
  margin-top: 50px;
}

.cart-message {
  float: right;
  clear: both;
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
  width: 64px;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
}

.cart-message.warning,
.cart-message.warning .message {
  background: #FCF8E3;
}

.cart-message .image {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #fff;
  z-index: 111;
}

.cart-message .image img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.cart-message .message {
  background: #fff;
  padding: 0 16px 0 20px;
  margin-right: 64px;
  font-weight: 600;
  font-size: 0;
  width: 236px;
  cursor: pointer;
}

.cart-message .message .middle-class {
  height: 64px;
}

.cart-message .message span {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
}

.msg-show {
  animation:
    width 0.4s 0.7s cubic-bezier(0.7, 0, 0.3, 1) both,
    jelly 0.7s linear forwards;
}

.msg-show .message span {
  animation: fade 0.4s 1.1s ease forwards;
  opacity: 0;
}

.msg-transit {
  width: 300px;
}

.msg-hide {
  animation:
    width 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1) both reverse,
    jelly 0.7s 0.8s linear reverse forwards;
}

.msg-hide .message span {
  animation: fade 0.4s ease reverse forwards;
}

/**
 * Super user
 */
.superuser {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 400px;
  z-index: 110;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
  border-right: 9px solid #393939;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding: 15px 20px;
}

/**
 * Quantity edit
 */
.quantity-edit {
  position: relative;
  width: 80px;
}

.quantity-edit.size-small {
  width: 65px;
}

.quantity-edit input {
  border: 1px solid #c6c6c6;
  height: 38px;
  text-align: center;
  padding: 8px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.quantity-edit input:focus {
  border-color: #c6c6c6;
}

.quantity-edit .quantity-icon {
  position: absolute;
  z-index: 1;
  font-weight: 700;
  line-height: 38px;
  font-size: 18px;
  top: 0;
  text-align: center;
  width: 20px;
  color: #888;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: color 0.2s ease;
}

.quantity-edit .quantity-icon:hover {
  color: #000;
}

.quantity-edit .quantity-plus {
  right: 0;
  top: 1px;
}

.quantity-edit .quantity-minus {
  left: 0;
}

.quantity-edit.size-small input {
  height: 28px;
  padding: 5px 0;
  line-height: 18px;
  font-size: 14px;
}

.quantity-edit.size-small .quantity-icon {
  line-height: 28px;
}

/**
 * Newsletter
 */
.newsletter {

  position: relative;
  background: #82A8B7;
}

.newsletter .form-container {
  padding: 100px 175px;
}

.newsletter .left {
  float: left;
  width: 40%;
  color: #fff;
}

.newsletter .left .title {
  font-size: 48px;
  line-height: 1.02;
  font-weight: 700;
}

.newsletter .left .text {
  font-size: 16px;
  margin-top: 20px;
}

.newsletter .form-name-right {
  float: right;
  width: 50%;
}

.newsletter .form-textfield {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
  height: 56px;
  padding: 17px 20px;
}

.newsletter .form-textfield::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter .select-custom.empty .select-custom-title-inner {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter .form-type-submit .btn {
  display: block;
  background: #fff;
  width: 100%;
}

.newsletter .form-type-submit .btn:hover {
  color: #000;
  background: #ffdc2e;
}

.newsletter-success {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 120px 30px 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.newsletter-success.active {
  opacity: 1;
}

/**
 * Footer
 */
.page-footer {
  margin-top: 20px;
}

.page-footer a {
  padding: 0 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s ease;
}

.page-footer a:hover {
  text-decoration: none;
  color: #000;
}

/**
 * Support
 */
.support {
  position: fixed;
  bottom: 45px;
  right: -700px;
  margin-right: 50%;
  z-index: 95;
}

.support .toggle {
  float: right;
  position: relative;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
}

.support .toggle>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.support .toggle .front {
  color: #fff;
  font-size: 38px;
  background-color: #82A8B7;
  padding-top: 5px;
}

.support .toggle .back {
  background-image: url("../images/support_close.png");
  background-size: 19px 19px;
  background-color: #393939;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.support.active .toggle {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.support .body {
  position: absolute;
  right: 120%;
  bottom: 0;
  overflow: hidden;
  min-width: 340px;
  background: #fff;
  border-left: 9px solid #393939;
  opacity: 0;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
  transform: translate3d(0, 30px, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}

.support .body.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.support .body>.inner {
  padding: 50px 55px;
  box-sizing: border-box;
}

.support .body .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 8px;
}

.support .body .description {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 27px;
}

.support .body a {
  display: block;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.support .body a .fa {
  width: 37px;
  line-height: 30px;
}

.support .body .phone .fa {
  font-size: 23px;
}

.support .body .email .fa {
  font-size: 20px;
}

.support .body .phone {
  margin: 0 0 5px;
}

.support .body .phone,
.support .body .email {
  font-size: 18px;
  font-weight: 700;
}

.support .body .btn {
  margin-top: 30px;
}


/**
 * Tooltip
 */
.tooltip-tip {
  top: 0;
  bottom: 0;
  left: auto;
}

.tooltip-content {
  bottom: auto;
  top: 50%;
  left: 15px;
  width: auto;
  margin: -20px 0 0 0;
}

.tooltip-inner {
  background: #393939;
  padding: 12px 22px;
}

.tooltip-arrow {
  left: 7px;
  right: auto;
  bottom: auto;
  top: 50%;
  margin: -8px 0 0 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #393939;
  border-left: 0;
}


/**
 * Overlay
 */
div.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(.1, 1, .8, 1);
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(.1, 1, .8, 1);
  z-index: 4;
}

div.overlay.open {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

div.overlay.loading .content,
div.overlay .loader {
  display: none;
}

div.overlay .content {
  opacity: 0;
  -webkit-animation: fade 0.3s ease 0.5s forwards;
  animation: fade 0.3s ease 0.5s forwards;
}

.is-ie div.overlay .content {
  opacity: 1;
}

div.overlay.loading .loader {
  display: block;
  -webkit-animation: fade 0.3s ease 0.5s forwards;
  animation: fade 0.3s ease 0.5s forwards;
}

div.overlay .loader {
  opacity: 0;
  text-align: center;
  padding-top: 300px;
  font-size: 24px;
}


/**
 * Popup
 */
.popup-wrap {
  z-index: 1000;
}

.popup-size-medium .popup-light {
  width: 770px;
  left: -277px;
  /* half width - sidebar width */
}

.popup-wrap .form-item {
  width: auto;
}

.popup-light .btn-close {
  display: block;
  width: 170px;
  margin: 50px auto 0;
}


table.data {
  border-collapse: collapse;
  width: auto;
}

table.data td {
  padding: 2px 0 2px 20px;
  vertical-align: top;
}

table.data td:first-child {
  padding-left: 0;
}

table.data td:nth-child(2n+1) {
  font-weight: 600;
}

table.data td:last-child {
  text-align: right;
}

table .image {
  white-space: nowrap;
  font-size: 0;
}

th {
  text-align: left;
}

table .right {
  text-align: right;
}

table .center {
  text-align: center;
}

.empty-msg {
  padding: 120px 30px;
  text-align: center;
  font-size: 18px;
  color: #444;
}