/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2020-03-10
Author     : 
*/
/** Rebuild promoter - FMG - Start **/
/* Brand Colors */
/* Border-colors */
/* Gradient-colors */
/* Neutrals colors */
/* Feedback colors */
/*hover colors*/
/** Rebuild promoter - FMG - End **/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 7, 2019, 2:44:01 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 13, 2020, 5:14:00 PM
    Author     : mv
*/
.al-btn-arrow {
  background: #69c081;
  color: #fff;
  padding: 0 24px 0 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: inline-block;
  min-width: 100px;
  position: relative;
}
.al-btn-arrow:after {
  position: absolute;
  top: 0;
  right: -46px;
  border: 23px solid transparent;
  border-left-color: #69c081;
  content: "";
}
.al-btn-arrow.is-40 {
  min-width: 60px;
  font-size: 16px;
  line-height: 40px;
}
.al-btn-arrow.is-40:after {
  border-width: 20px;
  right: -40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 13, 2020, 5:12:50 PM
    Author     : mv
*/
.al-btn-fixed {
  position: fixed;
  bottom: 16px;
  right: 24px;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #7fc2c6;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 600;
}
.al-btn-fixed .al-icn {
  display: block;
  margin: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 13, 2020, 5:13:37 PM
    Author     : mv
*/
.al-steps {
  position: relative;
  display: inline-block;
}
.al-steps-dots {
  position: absolute;
  border-top: 4px dotted #ccc;
  top: 50%;
  left: 0;
  right: 0;
}
.al-step {
  position: relative;
  z-index: 1;
  margin-left: 32px;
  text-align: center;
  background: #cccccc;
  color: #fff;
  border-radius: 36px;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
}
.al-step:first-child {
  margin-left: 0;
}
.al-step.is-active {
  background-color: #69c081;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 1, 2021, 6:07:49 PM
    Author     : fpereira
*/
.al-toast-container {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 10000000000;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 400px;
}
.al-toast-container .al-toast {
  display: block;
  opacity: 1;
  margin-top: 8px;
}
.al-toast-container .al-toast:first-child {
  margin-top: 0;
}
.al-toast {
  background: #fff;
  display: none;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  opacity: 0;
}
.al-toast.is-error {
  border: 2px solid #D82C0D;
}
.al-toast.is-error .al-toast-head,
.al-toast.is-error .al-toast-body {
  background: rgba(216, 44, 13, 0.05);
}
.al-toast.is-error .al-toast-title {
  color: #D82C0D;
}
.al-toast.is-success {
  border: 2px solid #2DAF48;
}
.al-toast.is-success .al-toast-head,
.al-toast.is-success .al-toast-body {
  background: rgba(45, 175, 72, 0.05);
}
.al-toast.is-success .al-toast-title {
  color: #2DAF48;
}
.al-toast.is-snackbar {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.al-toast-head {
  padding: 12px;
  display: flex;
  align-items: center;
}
.al-toast-title {
  flex-grow: 1;
  font-weight: bold;
}
.al-toast-body {
  border-top: 1px solid #E3E3E3;
  padding: 12px 48px 12px 12px;
}
.al-toast-body a {
  color: #69c081;
  transition: all ease-in-out 300ms;
}
.al-toast-body a:hover {
  color: #49ad64;
}
.al-toast-close {
  margin-left: 16px;
  cursor: pointer;
  top: 8px;
  right: 8px;
}
.al-toast-close .al-icn {
  float: none;
  font-size: inherit;
  width: 24px;
  height: 24px;
}
html,
body {
  display: block;
}
body > img:first-child {
  display: none;
}
.account_main .main_side_big {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
#page {
  padding: 0 0 !important;
  width: auto !important;
  margin: 0 !important;
}
#take_over_wrapper {
  min-width: 980px;
}
.al-acc-container {
  display: block;
  padding-top: 0;
  margin: 0;
}
.al-acc-container:before,
.al-acc-container:after {
  content: " ";
  display: table;
}
.al-acc-container:after {
  clear: both;
}
.al-acc-container .al-acc-left {
  width: 240px;
  height: 100%;
  float: left;
  background-color: #f0f0f0;
  border: 0;
  margin: 0;
  min-height: calc(100vh - 80px);
  border-radius: 0;
}
.al-acc-container .al-acc-right {
  float: left;
  width: calc(100% - 240px);
  margin: 0;
  padding: 32px;
}
.al-acc-dashblock.is-onboarding {
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}
.bg-888 {
  background: #888;
}
.pm-header {
  height: 64px;
  background: #333;
  border-bottom: 1px solid #d8d8d8;
  color: #fff;
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  height: 80px;
}
.pm-header:before,
.pm-header:after {
  content: " ";
  display: table;
}
.pm-header:after {
  clear: both;
}
.pm-header * {
  box-sizing: inherit;
}
.pm-header .al-btn.is-pm {
  color: #212527;
}
.pm-header .al-btn.is-pm:hover {
  color: #212527;
}
.pm-header-form form {
  border-radius: 20px;
  background-color: #f0f0f0;
  position: relative;
  margin-right: 16px;
  float: left;
}
.pm-header-form form input {
  width: 300px;
  border: 0;
  font-size: 16px;
  padding: 8px 16px;
  background: transparent;
  height: 40px;
}
@media only screen and (min-width: 1025px) {
  .pm-header-form form input {
    width: 350px;
  }
}
@media only screen and (min-width: 1281px) {
  .pm-header-form form input {
    width: 460px;
  }
}
.pm-header-form form button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  color: #212527;
}
.pm-header-form .al-btn {
  float: left;
}
.pm-header-left {
  float: left;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  width: 240px;
  justify-content: center;
}
.pm-header-left img {
  height: 24px;
  object-fit: contain;
  object-position: center left;
}
.pm-header-left img {
  height: auto;
  width: 210px;
}
.pm-header-right {
  height: 100%;
  float: left;
  width: calc(100% - 240px);
}
.pm-header-form {
  display: inline-block;
  padding: 20px 32px 20px 0;
}
.d-inline-flex {
  display: inline-flex;
}
.pm-header-trader {
  padding: 20px 16px 20px;
  position: relative;
}
.pm-header-trader .pm-trader-logo {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  object-fit: cover;
}
.pm-header-trader:hover {
  background-color: #515151;
}
.pm-header-trader:hover .pm-header-usermenu {
  display: block;
}
.pm-header-lang {
  padding: 25px 0 0;
  position: relative;
  width: 54px;
  text-align: center;
  min-height: 80px;
}
.pm-header-lang:hover {
  background-color: #515151;
}
.pm-header-lang:hover .pm-header-langmenu {
  display: block;
}
.pm-header-langmenu {
  display: none;
  padding: 16px 0 0;
  text-align: center;
  /*display: block;*/
}
.pm-header-langmenu a {
  padding: 8px;
  display: block;
  border-top: 1px solid #fff;
}
.pm-header-langmenu a:hover {
  background-color: #6f6f6f;
}
.pm-partner-logo {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.pm-header-usermenu {
  display: none;
  padding-top: 16px;
  text-align: right;
}
.pm-header-usermenu a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 32px;
  transition: all ease-in-out 300ms;
}
.pm-header-usermenu a:hover {
  color: #69c081;
}
.pm-titlebar {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #333;
  padding-bottom: 4px;
  margin-bottom: 32px;
}
.pm-status-tag {
  background: #69c081;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.acc-menu-subitem,
.acc-menu-item {
  line-height: 24px;
  display: block;
  position: relative;
}
.acc-menu-subitem:after,
.acc-menu-item:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #333;
  width: 6px;
  height: 30px;
  height: calc(100% - 10px);
  pointer-events: none;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.acc-menu-subitem:hover:after,
.acc-menu-item:hover:after {
  opacity: 0.3;
}
.acc-menu-subitem.is-active:after,
.acc-menu-item.is-active:after {
  opacity: 1;
}
.acc-menu-item.has-childs {
  /*background-color: #e9e9e9;*/
}
.acc-menu-subitem {
  /*background-color: #e9e9e9;*/
}
.acc-menu-item {
  font-size: 16px;
}
.pm-copyright {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px;
}
/*.if-template("equinepromotor", {*/
.pm-header {
  background-color: #f2f2f2;
  border-bottom: 0;
  color: #333333;
}
.pm-header .al-btn.is-pm {
  color: #fff !important;
}
.pm-header-form form {
  background: #fff;
}
.pm-header-lang:hover,
.pm-header-trader:hover {
  background: #515151;
  color: #fff;
}
.al-acc-left,
.al-acc-left .bg-lightgray {
  background-color: #f2f2f2;
}
.al-acc-menu .acc-menu-item.has-childs,
.al-acc-menu .acc-menu-subitem {
  background: #e9e9e9;
}
/*});*/
.al-popup textarea {
  line-height: 30px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 5, 2020, 1:16:08 PM
    Author     : mv
*/
.account_new {
  width: auto;
}
.account_new .trans {
  margin-right: 3px;
}
.account_new.is-border {
  border-top: 1px solid #E3E3E3;
  padding-top: 16px;
  overflow-x: auto;
}
.account_new.is-border .al-input {
  margin-bottom: 10px;
}
.account_new a:hover,
.account_new_small a:hover {
  text-decoration: none;
}
.sm-sales-header a {
  color: #69c081;
}
.sm-sales-header .actions a {
  margin-left: 8px;
}
.sm-sales-header .actions .a-primary {
  padding-left: 8px;
  padding-right: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 4, 2020, 2:46:23 PM
    Author     : mv
*/
.al-popup .al-popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.al-popup .al-popup-header {
  background: transparent;
  padding: 40px 32px 0;
  margin-bottom: 0;
}
.al-popup .al-popup-header .al-popup-title {
  font-size: 24px;
  font-weight: bold;
}
.al-popup .al-popup-vcenter {
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.al-popup .al-popup-vcenter .al-popup-container {
  margin: 0 auto;
  position: relative;
  top: 0;
}
.al-popup .al-popup-container {
  border-radius: 4px;
  overflow: hidden;
  top: 10%;
  margin-top: auto;
}
.al-popup .al-popup-container.is-640 {
  max-width: 640px;
}
.al-popup .al-popup-container .al-popup-close {
  cursor: pointer;
  margin: 8px;
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  z-index: 1;
}
.al-popup .al-popup-body {
  min-height: 240px;
}
.al-popup .al-popup-body .al-popup-content {
  padding: 40px 32px;
  max-height: calc(100vh - 40px - 80px);
  overflow: auto;
}
.al-popup .al-popup-footer {
  padding: 20px 32px;
}
.al-popup .al-popup-footer .al-popup-btns .al-btn {
  margin-left: 16px;
  min-width: 120px;
  height: 40px;
  padding: 9px;
}
.al-popup .al-popup-msgs .al-message {
  margin: -16px 32px 24px;
}
.al-popup .pm-popup-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.al-popup .pm-popup-desc {
  max-width: 416px;
  padding-bottom: 16px;
}
.al-popup textarea {
  height: 224px;
  resize: none;
  font-size: 11px;
}
.al-popup-confirm .al-popup-body {
  min-height: 0;
}
.al-popup-confirm .al-popup-container {
  height: auto;
  max-width: 420px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 5, 2020, 4:32:03 PM
    Author     : mv
*/
.al-message {
  padding: 16px;
  border-radius: 8px;
  color: #000000;
}
.al-message.success {
  background-color: #d3fdf3;
  color: #000000;
}
.al-message.info {
  background-color: #f5f699;
  color: #000000;
}
.al-message.error {
  background-color: #fbcaca;
  color: #bb0006;
}
.al-message.is-notification {
  position: fixed;
  z-index: 9999999999;
  bottom: 16px;
  max-width: 640px;
  left: 16px;
  right: 16px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 8px 64px 8px 16px;
  display: inline-block;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 5, 2020, 4:52:04 PM
    Author     : mv
*/
.form-desc {
  margin-bottom: 8px;
}
.form-alert {
  margin-bottom: 24px;
}
.al-paa-row,
.al-form-row {
  padding-bottom: 40px;
}
.subform_table_border select,
.paa_area,
.paa_field {
  font-size: 14px;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 6px 8px;
  line-height: 22px;
  box-sizing: border-box;
}
.paa_field,
.subform_table_border select {
  height: 32px;
}
.al-paa-row select,
.al-paa-row textarea,
.al-paa-row input,
.al-input {
  border-color: #999999;
  max-width: 475px;
  height: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.al-paa-row select.is-32,
.al-paa-row textarea.is-32,
.al-paa-row input.is-32,
.al-input.is-32 {
  height: 32px;
}
.al-paa-row select.is-big,
.al-paa-row textarea.is-big,
.al-paa-row input.is-big,
.al-input.is-big {
  border-radius: 8px;
  border: 2px solid #9B9B9B;
  height: 60px;
  font-size: 32px;
}
.al-paa-row select.is-big::placeholder,
.al-paa-row textarea.is-big::placeholder,
.al-paa-row input.is-big::placeholder,
.al-input.is-big::placeholder {
  font-size: 32px;
}
.paa_area,
.al-paa-row textarea {
  height: 175px;
}
.al-select select {
  background-color: #fff;
  border: 1px solid #999;
  padding-top: 5px;
  padding-bottom: 6px;
  height: auto !important;
}
.al-input.is-pm {
  border-radius: 20px;
  background-color: #f0f0f0;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  height: 40px;
}
.al-btn {
  box-sizing: border-box;
  transition: all ease-in-out 300ms;
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.al-btn.is-40 {
  height: 40px;
  padding: 9px;
}
.al-btn.is-48 {
  height: 48px;
  padding: 12px;
}
@media only screen and (min-width: 769px) {
  .al-btn {
    min-width: 100px;
  }
  .al-btn.is-icon,
  .al-btn.small {
    min-width: auto;
  }
}
.al-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.al-btn.primary:not([disabled]):hover {
  /*color: @color-text;*/
  border-color: #49ad64;
  background-color: #49ad64;
}
.al-btn.ghost {
  background: #333;
  color: #fff;
  /*color: #666;*/
  /*border: 2px solid currentColor;*/
  padding-top: 4px;
  padding-bottom: 4px;
}
.al-btn.ghost:hover {
  border-color: #888888;
  background: #888888;
}
.al-btn.ghost.is-40 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.al-btn.ghost.small {
  padding-top: 4px;
  padding-bottom: 4px;
}
.al-btn.is-pm {
  border-radius: 20px;
  /*color: #333;*/
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.al-btn.is-icon.small {
  padding-left: 0;
  padding-right: 0;
}
.switch {
  height: 24px;
}
.switch input:checked + .sw-slider {
  background-color: #69c081;
}
.switch .sw-slider:before {
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
}
.switch.is-small {
  width: auto;
  height: auto;
  cursor: pointer;
}
.switch.is-small .sw-slider {
  position: relative;
  float: left;
  width: 24px;
  height: 14px;
}
.switch.is-small .sw-slider:before {
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
}
.switch.is-small .sw-slider-txt {
  padding-left: 8px;
  display: inline-block;
}
.switch.is-small input:checked + .sw-slider::before {
  transform: translateX(10px);
}
.al-acc-table .al-radio {
  display: inline-flex;
}
.al-radio .al-radio-fake {
  width: 24px;
  height: 24px;
  border: solid 2px #999;
  background: #fff;
  border-radius: 12px;
}
.al-radio .al-radio-fake:after {
  height: 6px;
  width: 14px;
  left: 2px;
  top: 4px;
  color: #fff;
}
.al-radio .al-radio-txt {
  line-height: 24px;
}
.al-radio .al-radio-input:checked + .al-radio-fake {
  border-color: #69c081;
}
.al-radio .al-radio-input:checked + .al-radio-fake:after {
  height: 14px;
  width: 14px;
  left: 3px;
  top: 3px;
  color: #fff;
  border-radius: 14px;
}
.al-checkbox .al-checkbox-fake {
  width: 24px;
  height: 24px;
  border: solid 2px #999;
  background: #fff;
}
.al-checkbox .al-checkbox-fake:after {
  height: 7px;
  width: 15px;
  left: 3px;
  top: 5px;
  color: #fff;
}
.al-checkbox .al-checkbox-txt {
  line-height: 24px;
}
.al-checkbox .al-checkbox-input:checked + .al-checkbox-fake {
  background: #69c081;
  border-color: #69c081;
}
.chosen-container {
  font-size: inherit;
}
.chosen-container .chosen-results li.active-result.highlighted {
  background: #69c081;
}
.chosen-container-single .chosen-single {
  height: 32px;
  background: transparent;
  box-shadow: none !important;
}
.chosen-container-single .chosen-single div {
  display: none;
}
.chosen-container-single .chosen-single span {
  line-height: 32px;
}
.chosen-container-single .chosen-drop {
  box-shadow: none !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 10, 2020, 3:02:56 PM
    Author     : mv
*/
.al-tabs-nav,
.al-tabs-nav.color-border {
  border-bottom: 6px solid #666;
  display: block;
}
.al-tabs-nav:before,
.al-tabs-nav.color-border:before,
.al-tabs-nav:after,
.al-tabs-nav.color-border:after {
  content: " ";
  display: table;
}
.al-tabs-nav:after,
.al-tabs-nav.color-border:after {
  clear: both;
}
.al-tabs-nav .al-tabs-nav-item,
.al-tabs-nav.color-border .al-tabs-nav-item {
  display: block;
  float: left;
  min-width: 160px;
}
.al-tabs-nav .al-tabs-nav-item,
.al-tabs-nav.color-border .al-tabs-nav-item {
  position: relative;
}
.al-tabs-nav .al-tabs-nav-item:after,
.al-tabs-nav.color-border .al-tabs-nav-item:after {
  position: absolute;
  top: 13px;
  bottom: -6px;
  right: 0;
  width: 2px;
  background: #fff;
  content: "";
}
.al-tabs-nav .al-tabs-nav-item a,
.al-tabs-nav.color-border .al-tabs-nav-item a {
  color: #666;
  font-size: 18px;
  background: #fff;
  border-bottom: 6px solid #666;
  position: relative;
  bottom: -6px;
}
.al-tabs-nav .al-tabs-nav-item.is-active,
.al-tabs-nav.color-border .al-tabs-nav-item.is-active {
  border-bottom: 0;
}
.al-tabs-nav .al-tabs-nav-item.is-active a,
.al-tabs-nav.color-border .al-tabs-nav-item.is-active a {
  color: #69c081;
  border-color: currentColor;
  background: #fff;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 10, 2020, 3:14:59 PM
    Author     : mv
*/
.al-acc-pageheader {
  min-height: 104px;
}
.al-acc-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.al-acc-subtitle {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.al-acc-msg {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #E3E3E3;
}
.al-acc-msg .al-btn {
  min-width: 140px;
}
.account_new.is-border .al-acc-msg,
.al-tabs-content .al-acc-msg {
  border-top: 0;
}
.al-acc-options {
  float: right;
}
.al-acc-options:before,
.al-acc-options:after {
  content: " ";
  display: table;
}
.al-acc-options:after {
  clear: both;
}
.al-acc-options .al-btn {
  float: left;
  margin-left: 8px;
}
.al-acc-options .al-btn.is-icon {
  padding: 0;
}
.al-acc-options .helptopic-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/images/kip/img-helptip-info.svg?v=1) no-repeat #09b0ee center;
  background-size: auto;
  border-radius: 40px;
  border: 1px solid #09b0ee;
  background-size: 54px;
  margin-left: 8px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.al-acc-options .helptopic-btn:hover {
  background-color: #0679a4;
  border-color: #0679a4;
}
.al-acc-filterform {
  margin-bottom: 16px;
}
.al-acc-filterform.is-centered-y {
  display: flex;
  align-items: center;
}
.al-acc-filterform.is-centered-y .al-select,
.al-acc-filterform.is-centered-y button,
.al-acc-filterform.is-centered-y input {
  margin-left: 8px;
}
.al-acc-filterform.is-centered-y .fake-date {
  width: 132px;
}
.al-acc-filterform select,
.al-acc-filterform input {
  border-radius: 4px;
  border: solid 1px #212527;
  height: 32px !important;
  background: #fff;
}
.al-acc-filterform select {
  padding-top: 0;
  padding-bottom: 0;
}
.al-acc-filterform .al-icn {
  width: 24px;
  height: 32px;
  margin-right: 6px;
}
#edit .al-acc-subtitle,
.al-tabs-content .al-acc-subtitle {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0 32px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 10, 2020, 4:54:19 PM
    Author     : mv
*/
.al-acc-table td:first-child,
.al-acc-table th:first-child,
.al-acc-table td.text-left,
.al-acc-table th.text-left {
  padding-left: 8px;
}
.al-acc-table {
  border-spacing: 0 1em;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.al-acc-table th,
.al-acc-table td {
  border-top: 0;
  border-bottom: 0;
}
.al-acc-table th.w-xs,
.al-acc-table td.w-xs {
  width: 1%;
}
.al-acc-table th.text-left,
.al-acc-table td.text-left {
  text-align: left;
}
.al-acc-table th.text-right,
.al-acc-table td.text-right {
  text-align: right;
}
.al-acc-table thead th {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  padding: 8px;
  text-transform: capitalize;
}
.al-acc-table thead th:first-child {
  text-align: left;
}
.al-acc-table tbody tr:hover td {
  background: #e9e9e9;
}
.al-acc-table tbody tr.is-separator td {
  background: #fff;
  padding: 4px;
}
.al-acc-table tbody tr.is-faded td {
  background: #fff;
  opacity: 0.5;
  border-top: 2px solid #000;
  /*				background: fade(#f2f2f2, 50%);
				color: fade(@color-text, 50%);
				
				img{
					opacity: .5;
				}*/
}
.al-acc-table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.al-acc-table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.al-acc-table tbody td {
  transition: all ease-in-out 300ms;
  text-align: center;
  background: #f2f2f2;
  padding: 8px;
  vertical-align: middle;
  border-bottom: 10px solid #fff;
}
.al-acc-table tbody td:first-child {
  text-align: left;
  border-top-left-radius: 8px;
  /*border-bottom-left-radius: 4px;*/
  border-bottom-left-radius: 8px;
}
.al-acc-table tbody td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.al-acc-table tbody td.img-td .img-blank,
.al-acc-table tbody td.img-td img {
  display: block;
  background: #fff;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.al-acc-table tbody td.img-td .img-blank {
  background-image: url(/images/img-no-photo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.al-acc-table tbody .a-primary {
  font-weight: bold;
  color: inherit;
}
.al-acc-table .al-checkbox {
  margin: 0 auto;
  display: inline-flex;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2020, 4:05:50 PM
    Author     : mv
*/
.uploadedImageClass {
  position: relative;
  height: 105px;
}
.uploadedImageClass .img-options {
  height: 20px;
}
.uploadedImageClass:hover {
  height: 105px;
}
.add_inventory .overflow_choose,
.account_main {
  width: auto;
}
.add_inventory .overflow_choose,
.account_main .main_side_big {
  float: none;
}
.add_inventory .choose_wrapper,
.add_inventory .choose_header,
.validation_errors {
  float: none;
}
.add_inventory .confirm_choose {
  margin-right: 0;
}
.add_inventory .paa_section {
  border-color: #999;
  border-radius: 8px;
  margin-bottom: 24px;
  width: 772px;
  padding: 16px;
}
.choose_wrapper {
  box-sizing: border-box;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 0;
}
.choose_box {
  border-left: 0;
}
.choose_box_scat,
.choose_box {
  padding: 8px;
  height: 500px;
  width: 33.33%;
}
.choose_under {
  width: auto !important;
  border: 1px solid #999;
  border-radius: 4px;
}
.choose_item,
.choose_box .choose_item {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
.choose_item,
.choose_box .choose_item {
  background: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 4px;
  box-shadow: none;
  padding: 8px 24px 8px 8px;
  border: 0;
  line-height: 32px;
  height: auto;
  display: block;
  position: relative;
}
.choose_item:after,
.choose_box .choose_item:after {
  border: 8px solid transparent;
  border-left-color: #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -8px;
  opacity: 0;
  z-index: 1;
  transition: all ease-in-out 300ms;
}
.choose_item.choose_item_sel,
.choose_box .choose_item.choose_item_sel,
.choose_item:hover,
.choose_box .choose_item:hover {
  background: #dddddd !important;
}
.choose_item.choose_item_sel:after,
.choose_box .choose_item.choose_item_sel:after,
.choose_item:hover:after,
.choose_box .choose_item:hover:after {
  opacity: 1;
}
.link_back,
.paa_section,
.paa_subform_title span,
.paa_section_text,
.paa_subform_title,
.paa_subform_title2,
.paa_introduction_text span {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
.paa_subform_title,
.paa_subform_title2 {
  font-size: 18px;
  font-weight: bold;
  padding: 24px 16px;
}
.paa_subform_title span,
.paa_section_text {
  font-size: 14px;
  font-weight: normal;
}
.subform_table_border {
  border-radius: 8px;
  border: solid 1px #999999;
  width: 800px;
}
.paa_top_right_arrow {
  display: none;
}
.link_back {
  font-weight: bold;
  color: #69c081;
  font-size: 14px;
  transition: all ease-in-out 300ms;
}
.link_back:hover {
  color: #49ad64;
  text-decoration: none;
}
.add_inventory .paa_field:focus {
  border-color: #69C081;
}
.al-paa-footer .right {
  float: left;
}
.al-paa-group .header {
  display: none;
}
.choose_item:hover:after {
  opacity: 0;
}
.scrollbar_comp {
  background-color: #FFFFFF !important;
}
.hover_choose_item:hover:after {
  opacity: 1;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 4, 2020, 4:13:20 PM
    Author     : mv
*/
.al-progressbar {
  height: 26px;
  border-radius: 16px;
  background-color: #f2f2f2;
}
.al-progressbar-perc {
  height: 26px;
  border-radius: 16px;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 26px;
  padding: 0 16px;
  width: 0%;
  overflow: hidden;
  min-width: 44px;
  box-sizing: border-box;
  transition: width 100ms;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 16, 2020, 5:56:56 PM
    Author     : fpereira
*/
body.is-showhelptip .pm-header {
  z-index: auto;
}
.al-helptip {
  box-sizing: border-box;
}
.al-helptip * {
  box-sizing: inherit;
}
.al-helptip.is-active .al-helptip-box {
  opacity: 1;
  transform: translateY(0px);
}
.al-helptip-el {
  position: relative;
  z-index: 99999999;
}
.al-helptip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.al-helptip-container {
  position: absolute;
}
.al-helptip-box {
  border-radius: 2px;
  max-width: 355px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 16px;
  padding-top: 72px;
  background: url(/images/kip/img-helptip-info.svg?v=1) no-repeat 16px 16px;
  background-color: #09b0ee;
  transform: translateY(20px);
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.al-helptip-box:after {
  position: absolute;
  border: 20px solid transparent;
  content: "";
}
.al-helptip-box.is-fromleft:after {
  left: 32px;
}
.al-helptip-box.is-fromright:after {
  right: 32px;
}
.al-helptip-box.is-fromtop:after {
  border-top-color: #09b0ee;
  bottom: -38px;
}
.al-helptip-box.is-frombottom:after {
  border-bottom-color: #09b0ee;
  top: -38px;
}
.al-helptip-text {
  color: #fff;
  font-weight: bold;
}
.al-helptip-btns {
  text-align: right;
  padding-top: 16px;
}
.al-helptip-btns .trans {
  line-height: 24px;
  color: #fff;
}
.al-helptip-btns .al-btn {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 21, 2020, 3:02:59 PM
    Author     : mv
*/
.al-accordion-item {
  margin-bottom: 2px;
  background: #f6f6f6;
}
.al-accordion-item:hover {
  background-color: #ebebeb;
}
.al-accordion-item.is-open .al-accordion-item-courtain {
  height: auto;
}
.al-accordion-item.is-open .al-accordion-item-title svg {
  display: block;
  transform: rotateX(180deg);
}
.al-accordion-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  /*font-weight: bold;*/
  padding: 16px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.al-accordion-item-title svg {
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 769px) {
  .al-accordion-item-title {
    /*font-size: 20px;*/
  }
}
.al-accordion-item-courtain {
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 300ms;
}
.al-accordion-item-desc {
  /*display: none;*/
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 16px;
}
.al-accordion-item-desc a {
  color: #69c081;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 4, 2020, 3:13:13 PM
    Author     : mv
*/
.pm-broadcast-card {
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 24px;
  margin-right: 24px;
  float: left;
  position: relative;
  transition: all ease-in-out 300ms;
  width: 200px;
  height: 216px;
  text-align: center;
  overflow: hidden;
}
.pm-broadcast-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 24px 0 18px;
}
.pm-broadcast-card .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
}
.pm-broadcast-card:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
}
.pm-broadcast-card {
  cursor: pointer;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 26, 2020, 11:23:17 AM
    Author     : fpereira
*/
.trader-photos-list {
  margin-left: -32px;
}
.pm-bizphoto {
  /*width: calc(~"25% - 32px");*/
  height: auto;
  margin-bottom: 32px;
  margin-left: 32px;
  float: left;
  font-size: 12px;
}
.pm-bizphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.pm-bizphoto .set-main-btn,
.pm-bizphoto .removephoto-btn {
  cursor: pointer;
}
.pm-bizphoto.is-cover .pm-bizphoto-main {
  border-color: #666666;
}
.pm-bizphoto.is-cover .pm-bizphoto-cover {
  display: block;
}
.pm-bizphoto.is-cover .set-main-btn,
.pm-bizphoto.is-cover .removephoto-btn {
  display: none;
}
.pm-bizphoto.is-uploading .pm-bizphoto-main {
  box-shadow: none;
  background-color: #f0f0f0;
  position: relative;
}
.pm-bizphoto.is-uploading .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  font-size: 32px;
}
.pm-bizphoto-main {
  width: 216px;
  height: 208px;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 24px;
  position: relative;
  border: 4px solid #fff;
  transition: all ease-in-out 300ms;
}
.pm-bizphoto-main:hover .pm-bizphoto-footer {
  display: block;
}
.pm-bizphoto-footer {
  position: absolute;
  bottom: 2px;
  left: 10px;
  right: 10px;
  display: none;
  line-height: 20px;
}
.pm-bizphoto-filename {
  padding-top: 4px;
  font-size: 12px;
  padding-left: 4px;
}
.pm-bizphoto-cover {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 22, 2020, 4:33:53 PM
    Author     : fpereira
*/
.al-popup .creditcard-form .al-form-label-w {
  margin-bottom: 2px;
}
.al-popup .creditcard-form .al-form-label {
  font-size: 12px;
  font-weight: normal;
}
.al-popup .creditcard-form .al-form-row {
  padding-bottom: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 27, 2020, 4:18:13 PM
    Author     : fpereira
*/
.mv-search {
  position: relative;
  display: inline-flex;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-search {
    width: unset;
  }
}
.d-account_new .dataTables_wrapper {
  overflow-x: auto;
}
.s-account_new {
  overflow-x: auto;
}
.common-btn {
  margin-right: 16px;
  float: none;
}
.desk-account_new {
  overflow-x: auto;
}
.d-email {
  display: block;
  width: 114px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ipad-account_new {
    width: 759px;
    overflow: auto;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .ipad-account_new {
    width: 702px;
    overflow: auto;
  }
}
.mv-search input {
  /*margin: 0;*/
}
.mv-search .mv-search-panel {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  max-height: 400px;
  overflow: auto;
  display: none;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 12px 0;
  z-index: 1;
}
.mv-search .mv-search-panel.has-img {
  padding: 0;
  right: auto;
  min-width: 384px;
}
.mv-search .mv-search-panel .empty {
  padding: 4px 16px;
  line-height: 24px;
}
.mv-search .mv-search-panel .item {
  padding: 4px 16px;
  line-height: 24px;
  cursor: pointer;
}
.mv-search .mv-search-panel .item .title {
  line-height: 60px;
}
.mv-search .mv-search-panel .item .al-icn {
  opacity: 0.4;
  float: right;
  margin-top: 14px;
}
.mv-search .mv-search-panel .item:hover {
  background-color: #f2f2f2;
}
.mv-search .mv-search-panel .item.has-img {
  padding: 16px;
}
.mv-search .mv-search-panel .item.has-img img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 8px;
}
/**** sm-autocomplete-wrapper ****/
/*.sm-autocomplete-wrapper .item{
    padding: 15px 10px;
    border-top:1px solid #ddd;
}

.sm-autocomplete-wrapper .item:first-child{
    border-top:0;
}

.sm-autocomplete-wrapper .item img{
    float:left;
    height: 60px;
    margin-right: 20px;
}

.sm-autocomplete-wrapper .item .title{
    line-height: 60px;
    font-size: 16px;
    color:#333;
}

.sm-autocomplete-wrapper .item .see{
    background: url("/style/stockman/sm-icn-eye.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 20px;
    margin: 20px 10px 0;
    width: 20px;
}

.sm-autocomplete-wrapper .item .sm-flat-button{
    float: right;
    margin: 15px 0 0;
    background: #66C8F5;
    border-radius: 2px;
}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2020, 12:35:37 PM
    Author     : mv
*/
.pm-dashboard {
  margin-left: -16px;
}
.pm-dashboard:before,
.pm-dashboard:after {
  content: " ";
  display: table;
}
.pm-dashboard:after {
  clear: both;
}
.pm-dashboard-col {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .pm-dashboard-col {
    float: left;
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .pm-dashboard-col {
    /*width: ~"calc(33.33% - 16px)";*/
  }
}
.al-acc-dashblock,
.pm-dashboard-block {
  border: solid 1px #999999;
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  display: block;
}
.al-acc-dashblock:hover,
.pm-dashboard-block:hover {
  background: transparent;
}
.al-acc-dashblock.is-highlight,
.pm-dashboard-block.is-highlight {
  border-width: 0;
  background-color: #d6ebf0;
}
.al-acc-dashblock.is-highlight:hover,
.pm-dashboard-block.is-highlight:hover {
  background: #d6ebf0;
}
.al-acc-dashblock.is-gray,
.pm-dashboard-block.is-gray {
  margin-bottom: 8px;
  padding-right: 8px;
  border-width: 0;
  background-color: #f2f2f2;
}
.al-acc-dashblock.is-gray .al-icn,
.pm-dashboard-block.is-gray .al-icn {
  transition: all ease-in-out 300ms;
  opacity: 0.5;
}
.al-acc-dashblock.is-gray:hover,
.pm-dashboard-block.is-gray:hover {
  background: #e9e9e9;
}
.al-acc-dashblock.is-gray:hover .al-icn,
.pm-dashboard-block.is-gray:hover .al-icn {
  opacity: 1;
}
.al-acc-dashblock.mb-dashboard-block .p-absolute,
.pm-dashboard-block.mb-dashboard-block .p-absolute {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .al-acc-dashblock.mb-dashboard-block .p-absolute,
  .pm-dashboard-block.mb-dashboard-block .p-absolute {
    position: absolute;
    margin-top: 0;
  }
}
.al-acc-dashblock-footer .a-primary,
.al-acc-dashblock-footer .a-secondary {
  font-weight: bold;
}
.al-acc-perf-block.is-light.is-light {
  background: #f2f2f2;
  color: #69c081;
}
.al-acc-perf-block.is-light.is-small .al-acc-perf-block-title {
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
}
.al-acc-perf-block.is-light.is-small .al-acc-perf-block-number {
  line-height: 1;
  font-size: 28px;
}
.al-acc-perf-block.is-billing:before,
.al-acc-perf-block.is-billing:after {
  content: " ";
  display: table;
}
.al-acc-perf-block.is-billing:after {
  clear: both;
}
.al-acc-perf-block.is-billing .al-acc-perf-block-title {
  text-transform: uppercase;
  font-size: 16px;
}
.al-acc-perf-block.is-billing .al-acc-perf-block-number {
  font-size: 32px;
  line-height: 36px;
}
.al-acc-perf-block.is-billing .al-acc-perf-block-link {
  float: right;
  font-weight: bold;
}
.al-acc-perf-block.is-billing.is-lastmonth {
  color: #212527;
  background: #e9e9e9;
}
.al-acc-perf-block.is-billing.is-currentmonth {
  background: rgba(105, 192, 129, 0.4);
  color: #212527;
}
.al-acc-perf-block.is-billing.is-nextmonth {
  background: #fff;
  border: 2px solid #cccccc;
  color: rgba(33, 37, 39, 0.6);
}
/**** ****/
.pm-account-broadcast {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  width: calc(33.33% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
  float: left;
}
.pm-account-broadcast img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.pm-account-broadcast:hover {
  border-color: #999;
}
/**** pm-inventory-broadcast *****/
.pm-inventory-broadcast {
  border-radius: 4px;
  background-color: #f2f2f2;
  transition: all ease-in-out 300ms;
  margin-bottom: 4px;
  padding: 16px;
}
.pm-inventory-broadcast:hover {
  background: #e5e5e5;
}
/**** Message ****/
.al-acc-dashblock .al-pm-dash {
  background: #f2f2f2;
  border-radius: 4px;
}
.al-acc-dashblock .al-pm-dash:hover {
  background: #e5e5e5;
}
.al-acc-dashblock-promo {
  border-radius: 8px;
  background: #69c081;
}
.al-acc-dashblock-promo .label {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  white-space: nowrap;
}
.al-acc-dashblock-promo .top {
  color: #fff;
  padding: 16px;
}
.al-acc-dashblock-promo .bottom {
  background: #77e094;
  background: #9fd7ae;
  padding: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 16, 2020, 9:35:11 AM
    Author     : fpereira
*/
.pm-feed-popup .url {
  font-size: 14px;
  color: #69c081;
  padding: 16px 80px 16px 16px;
  border-radius: 4px;
  border: solid 1px #999;
  position: relative;
}
.pm-feed-popup .al-copybtn {
  width: 64px;
  height: 100%;
  background: #f2f2f2 url(/images/icn-copy.svg) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 22, 2020, 2:13:06 PM
    Author     : fpereira
*/
.select2-container {
  min-width: 300px;
}
/*
.al-tabs-btn{
	display: inline-flex;
	overflow: hidden;
	margin-bottom: -1px;
	padding-left: 4px;
}

.al-tabs-btn-item{
	flex-grow: 1;
	flex-basis: 0;
	padding: 8px 32px;
	text-align: center;
	font-size: 16px;
	background: #f4f4f4;
	color: #333;
	border-bottom: 1px solid #999;
	transition: @transition-default;
	cursor: pointer;
	white-space: nowrap;
	margin-right: 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	&:first-child{
		border-left: 0;
	}

	&:hover{
		background: #dddddd;
	}

	&.is-active{
		font-weight: bold;
		background: #fff;
		border: 1px solid #999;
		border-bottom: 0;

	}
}
*/
/* Delete button not on items images anymore by Keerthi on 24-08-2021 */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.rotate-photo .fa-rotate-right:before {
  font-size: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 3, 2020, 3:01:34 PM
    Author     : mv
*/
.faq-filter-form {
  /*height: 48px;*/
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.faq-filter-form .al-icn {
  position: absolute;
  top: 8px;
  left: 4px;
  pointer-events: none;
}
.faq-filter-input {
  border: 0;
  line-height: 48px;
  display: block;
  width: 100%;
  padding: 0 8px 0 40px;
  font-size: 18px;
  height: 48px;
}
.faq-tags {
  padding: 24px 0 48px;
}
@media only screen and (min-width: 769px) {
  .faq-tags {
    padding: 32px 0 64px;
  }
}
.faq-tag {
  cursor: pointer;
  background: #e0e0e0;
  display: inline-block;
  padding: 4px 16px;
  /*text-transform: uppercase;*/
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin: 0 6px 6px 0;
  font-size: 12px;
  transition: all ease-in-out 300ms;
  color: #212527;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .faq-tag {
    margin: 0 8px 8px 0;
    font-size: 14px;
  }
}
.faq-tag:hover,
.faq-tag.is-active {
  background: #69c081;
  color: #fff;
  border-color: #69c081;
}
.faq-accordion {
  margin-bottom: 60px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 2, 2020, 11:43:31 AM
    Author     : fpereira
*/
.pm-onboarding {
  box-sizing: border-box;
}
.pm-onboarding * {
  box-sizing: inherit;
}
.pm-onboarding .al-btn {
  min-width: 120px;
}
.pm-onboarding textarea {
  min-height: 106px;
}
.pm-onboarding .al-select {
  display: block;
}
.pm-log {
  white-space: pre-line;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  overflow: auto;
  max-height: 340px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.pm-onboarding-step1 {
  height: calc(100vh - 80px - 64px);
}
.pm-onboarding-step1 .pm-onboarding-title {
  font-size: 48px;
  line-height: 64px;
}
.pm-onboarding-step5 {
  height: calc(100vh - 80px - 64px - 64px);
}
.pm-onboarding-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}
.pm-onboarding-desc {
  font-size: 16px;
  line-height: 22px;
}
.pm-onboarding-form {
  margin-bottom: 64px;
  font-size: 12px;
}
.pm-onboarding-form .al-form-row {
  padding-bottom: 16px;
}
.pm-onboarding-form .al-form-label-w {
  margin-bottom: 3px;
  color: #666666;
}
.pm-onboarding-form .form-btns {
  border-top: 0;
  text-align: center;
  padding: 0;
}
.form-image {
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.form-image:before,
.form-image:after {
  content: " ";
  display: table;
}
.form-image:after {
  clear: both;
}
.form-image input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.form-image.has-value .form-image-empty {
  display: none;
}
.form-image.has-value .form-image-filled {
  display: block;
}
.form-image-empty {
  background: rgba(159, 233, 191, 0.5);
  transition: all ease-in-out 300ms;
}
.form-image-empty:hover {
  background-color: #9fe9bf;
}
.form-image-txt {
  padding: 60px 20px 20px;
  background: url(/images/promotor/img-input-photo.svg) no-repeat center 20px;
}
.form-image-filled {
  background-color: #eeeeee;
  padding: 8px;
  text-align: left;
  display: none;
}
.form-image-filled:before,
.form-image-filled:after {
  content: " ";
  display: table;
}
.form-image-filled:after {
  clear: both;
}
.form-image-filename {
  margin-top: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-image-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 40px;
  float: left;
  background: #fff;
  padding: 10px;
  margin-right: 10px;
}
.pm-helpmenu.is-active .pm-helpmenu-txt {
  display: block;
  opacity: 1;
}
.pm-helpmenu.is-active .question {
  display: none;
}
.pm-helpmenu.is-active .close {
  display: block;
}
.pm-helpmenu-trigger {
  padding: 12px 16px;
  font-size: 12px;
  border-top: 1px solid #E3E3E3;
  background: #eee;
}
.pm-helpmenu-txt {
  transition: all ease-in-out 300ms;
  display: none;
  opacity: 0;
  font-size: 12px;
  border-radius: 8px;
  background-color: #7fc2c6;
  color: #fff;
  padding: 12px;
  margin: 0 12px;
}
.pm-helpmenu-txt p:first-child {
  margin-top: 0;
}
.pm-helpmenu-txt p:last-child {
  margin-bottom: 0;
}
.pm-helpmenu-txt ul {
  margin-left: 8px;
}
.pm-helpmenu-txt li {
  list-style: inside disc;
}
.pm-helpbar {
  padding: 16px;
  background-color: #caf5f8;
}
.pm-helpbar .al-steps {
  margin-top: 4px;
}
.pm-helpbar .al-step {
  background-color: #7fc2c6;
  margin-left: 8px;
}
.pm-helpbar .al-step.is-active {
  background-color: #2e5f62;
}
.pm-helpbar .t-tt-18b {
  color: #2e5f62;
}
.pm-helpbar .al-btn-arrow {
  background-color: #2e5f62;
}
.pm-helpbar .al-btn-arrow:after {
  border-left-color: #2e5f62;
}
.pm-helpbar-container {
  position: relative;
  display: flex;
  margin-left: 240px;
}
.pm-helpbar-txt {
  flex-grow: 1;
  padding-left: 16px;
}
.pm-helpbar-txt a {
  color: #2e5f62;
  font-weight: bold;
  transition: all ease-in-out 300ms;
}
.pm-helpbar-txt a:hover {
  color: #1e3d3f;
}
.pm-helpbar-btn {
  margin-right: 32px;
}
.pm-helpbar-close {
  background: none;
  border: 0;
  opacity: 0.5;
  transition: all ease-in-out 300ms;
}
.pm-helpbar-close:hover {
  opacity: 1;
}
.pm-helpbar-close .al-icn {
  width: 20px;
  height: 20px;
}
body.is-onboarding .acc-menu-subitem.is-active {
  background: #caf5f8;
}
body.is-onboarding .acc-menu-subitem.is-active:before {
  content: "";
  border: 20px solid transparent;
  border-left-color: #caf5f8;
  position: absolute;
  top: 0;
  right: -40px;
}
body.is-onboarding .acc-menu-subitem.is-active:after {
  background: #7fc2c6;
}
.pm-onboarding-more-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  background: #666;
  margin-right: 16px;
  transition: all ease-in-out 300ms;
}
.pm-onboarding-more-btn:hover {
  opacity: 0.8;
}
.pm-helpsuggestion {
  padding: 16px;
  background: #caf5f8;
}
.pm-helpsuggestion-close {
  opacity: 0.4;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.pm-helpsuggestion-close:hover {
  opacity: 1;
}
.pm-helpsuggestion-close:hover {
  opacity: 1;
}
.pm-helpsuggestion-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.pm-helpsuggestion-steps {
  color: #ACB0B7;
  font-size: 12px;
  line-height: 18px;
}
.pm-helpsuggestion-progressbar {
  height: 10px;
  margin-bottom: 8px;
  background: #7fc2c6;
}
.pm-helpsuggestion-progressbar .al-progressbar-perc {
  background: #2e5f62;
  height: 100%;
}
.pm-helpsuggestion-txt {
  margin-bottom: 8px;
  font-size: 12px;
}
.onboarding-image {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
  float: left;
  margin-bottom: 16px;
}
.onboarding-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onboarding-image.is-main .onboarding-image-options {
  opacity: 1;
}
.onboarding-image.is-main .onboarding-image-iscover {
  display: inline;
}
.onboarding-image.is-main .onboarding-image-remove,
.onboarding-image.is-main .onboarding-image-setascover {
  display: none;
}
.onboarding-image:hover .onboarding-image-options {
  opacity: 1;
}
.onboarding-image-options {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.onboarding-image-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  font-weight: bold;
  line-height: 24px;
}
.onboarding-image-iscover {
  display: none;
}
.onboarding-image-setascover {
  display: inline;
}
.onboarding-image-remove {
  float: right;
  display: inline;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 13, 2020, 5:16:21 PM
    Author     : mv
*/
body.is-import .pm-onboarding {
  padding-bottom: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 11, 2021, 6:33:30 PM
    Author     : fpereira
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 12, 2021, 11:25:21 AM
    Author     : mv
*/
.al-rfdtag {
  padding: 4px 8px;
  border-radius: 4px;
  background: #69c081;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 12, 2021, 3:05:13 PM
    Author     : mv
*/
.sale-finish .al-form-row {
  padding-bottom: 16px;
}
.sale-finish-type {
  display: none;
  margin-left: 32px;
  border-left: 2px solid #E3E3E3;
  padding: 8px 16px;
}
.sale-finish-type.is-active {
  display: block;
}
.price-edit {
  width: 152px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.price-edit-hover {
  display: none;
  border-bottom: 1px solid #E3E3E3;
  padding: 4px;
}
.price-edit-hover input {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100px;
  text-align: center;
}
.price-edit-hover .al-icn {
  float: right;
}
.price-edit-hover .al-icn.check {
  float: left;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
