/*
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 : 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 : Aug 19, 2019, 3:30:26 PM
    Author     : mv
*/
body.al-page-account .al-tabs-nav a,
body.al-page-account .al-tabs-nav .al-tabs-nav-item a {
  padding: 6px;
}
body.al-page-account .al-tabs-content {
  padding-left: 0;
  padding-right: 0;
  /*border-top:1px solid @color-border;*/
}
body.al-page-account .account_main {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif !important;
}
body.al-page-account .account_main .main_side_big,
body.al-page-account .account_main .main_side {
  box-shadow: none;
  width: auto;
}
.al-mng-filters-top {
  padding: 12px 0;
}
.al-mng-filters-bottom {
  padding: 0 0 12px;
}
/*
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 29, 2019, 10:47:39 AM
    Author     : mv
*/
.al-acc-msg {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 120px 0;
}
.al-acc-msg .al-btn {
  /*max-width: 240px;*/
  margin-left: auto;
  margin-right: auto;
}
.al-acc-msg-text {
  max-width: 240px;
}
/*
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 10, 2019, 12:05:02 PM
    Author     : mv
*/
body.al-page-account-pm .home-z-footer {
  margin-top: 0;
}
.hidden {
  display: none;
}
.message-status i {
  color: #CCC;
}
.message-status i.message-read {
  color: #49C5A7;
}
.message-status i.message-under-approval {
  color: #CCC;
}
.message-status i.message-sent {
  color: #006699;
}
.al-pm-conv {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  height: calc(100vh - 240px);
}
.al-pm-conv * {
  box-sizing: inherit;
}
.al-pm-conv-header {
  height: 87px;
}
.al-pm-conv-list {
  flex-grow: 1;
  overflow: auto;
}
.al-pm-conv-reply {
  position: relative;
  /*.if-mobile({*/
  /*});*/
  /*	.if-desktop({
		.submit{
			opacity: 0;
			right: -900px;
			position: absolute;
		}
	});*/
}
.al-pm-conv-reply textarea {
  padding: 16px;
  width: 100%;
  height: 50px;
  border: 0;
  border-top: 1px solid #E3E3E3;
  /*box-shadow: 0 -1px 0 0 #e3e3e3, 0 0 24px 0 rgba(0, 0, 0, 0.11);*/
  max-height: 200px;
  resize: none;
}
.al-pm-conv-reply .al-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}
.al-pm-separator {
  text-align: center;
  border-bottom: 2px solid #E3E3E3;
  margin: 32px 0 16px;
  height: 16px;
}
.al-pm-separator span {
  display: inline-block;
  padding: 2px 30px;
  background: #E3E3E3;
  font-size: 10px;
  border-radius: 40px;
  border: 4px solid #fff;
  position: relative;
  top: 4px;
  /*height: 34px;*/
}
.al-pm-msg {
  /*.reset();*/
  margin-bottom: 16px;
}
.al-pm-msg .al-dropdown-toggle {
  transition: all ease-in-out 300ms;
  opacity: 0.5;
}
.al-pm-msg .al-dropdown-toggle:hover {
  opacity: 1;
}
.al-pm-msg.is-in .al-pm-msg-wrp {
  border-top-left-radius: 0;
}
.al-pm-msg.is-in .al-btn {
  margin-right: 8px;
}
.al-pm-msg.is-in.message-unread .al-pm-msg-wrp {
  background-color: rgba(105, 192, 129, 0.11);
  color: #212527;
}
.al-pm-msg.is-out {
  text-align: right;
}
.al-pm-msg.is-out .al-pm-msg-wrp {
  background: #69c081;
  color: #fff;
  border-bottom-right-radius: 0;
}
.al-pm-msg.is-out .al-btn {
  margin-left: 8px;
}
.al-pm-msg-wrp {
  border-radius: 16px;
  background-color: #f4f4f4;
  padding: 10px 12px;
  display: inline-block;
  max-width: 65%;
}
.al-pm-msg-date {
  font-size: 10px;
  color: #ACB0B7;
  margin-bottom: 2px;
}
.al-pm-btns {
  margin-top: 12px;
}
.al-pm-btns .al-btn.small {
  padding-left: 8px;
  padding-right: 8px;
}
.al-pm-btns .al-btn svg.al-icn {
  margin: 0;
}
/* ADS PREVIEW */
.al-pm-ads-preview {
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 12px;
}
.al-pm-ads-preview:before,
.al-pm-ads-preview:after {
  content: " ";
  display: table;
}
.al-pm-ads-preview:after {
  clear: both;
}
.al-pm-ads-preview img {
  float: left;
  width: 64px;
  height: 64px;
}
.al-pm-ads-preview .al-pm-ads-details {
  float: left;
  padding: 5px 8px;
  font-size: 12px;
}
.al-pm-dash {
  display: block;
  padding: 16px;
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  transition: all ease-in-out 300ms;
  box-shadow: 0 1px 0 0 #e3e3e3;
}
.al-pm-dash.has-unread {
  background-color: #f3e8f4;
  background-color: rgba(105, 192, 129, 0.1);
}
.al-pm-dash.has-unread:hover {
  background-color: #e9d8eb;
  background-color: rgba(105, 192, 129, 0.18);
}
.al-pm-dash:hover {
  background-color: #f9f9f9;
}
.al-pm-dash .al-dropdown-toggle {
  opacity: 0.4;
  transition: all ease-in-out 300ms;
}
.al-pm-dash .al-dropdown-toggle:hover {
  opacity: 1;
}
.al-pm-dash-img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 16px;
  background: #ddd;
}
.al-pm-dash-name {
  font-size: 14px;
  font-weight: bold;
}
.al-pm-dash-date {
  color: #999999;
}
.al-pm-dash-total {
  float: right;
  margin-top: 8px;
}
.al-pm-dash-ad {
  max-width: 300px;
  padding-top: 18px;
}
.al-pm-dash-right {
  width: 60px;
  margin-right: 16px;
}
.al-btn.ghost.small {
  right: 20px;
}
.al-pm-conv-reply textarea {
  padding-right: 70px;
}
/*
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 29, 2019, 4:14:04 PM
    Author     : mv
*/
body.al-page-account .al-paa-form .left {
  width: auto;
}
body.al-page-account .al-paa-form .main {
  margin-left: 0;
  border-left: 0;
}
body.al-page-account .al-paa-group {
  padding: 0 0 30px;
}
body.al-page-account .al-paa-group .header {
  text-align: left;
}
body.al-page-account .al-paa-footer {
  border-bottom: 0;
}
body.al-page-account .al-paa-footer .al-btn {
  min-width: 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 : Nov 4, 2019, 2:25:55 PM
    Author     : mv
*/
.sm-customer-header:before,
.sm-customer-header:after {
  content: " ";
  display: table;
}
.sm-customer-header:after {
  clear: both;
}
/*.sm-customer-button{
	&:extend(.al-btn);
}*/
.al-acc-table thead th {
  padding: 8px;
}
.al-acc-table tbody td {
  padding: 8px;
}
.al-acc-table tbody td.drag:first-child {
  width: 40px;
  text-align: center;
  color: #ccc;
  padding: 0;
}
.al-acc-table tbody td.drag:first-child img {
  opacity: 0.5;
}
.al-acc-table .ui-sortable-helper {
  background: #fff;
  width: 100%;
}
.al-acc-table .ui-sortable-handler {
  cursor: move;
}
.al-acc-table .ui-sortable-helper {
  /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);*/
  background: transparent;
}
.al-acc-table .ui-sortable-helper td {
  border-bottom-color: transparent;
}
.al-acc-table .ui-sortable-placeholder {
  display: block;
  width: 100%;
  height: 58px;
  background: #fff !important;
}
.al-acc-table .ui-sortable-placeholder td {
  background: #fff !important;
  border-radius: 4px;
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
}
.al-acc-table .ui-sortable-placeholder td:first-child {
  border-left: 2px dashed #999;
}
.al-acc-table .ui-sortable-placeholder td:last-child {
  border-right: 2px dashed #999;
}
/*
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 13, 2019, 2:54:41 PM
    Author     : mv
*/
.al-acc-dashblock-slider {
  margin-left: -8px;
}
.al-addash {
  width: 120px;
  overflow: hidden;
  float: left;
  margin-left: 8px;
}
.al-addash-img {
  display: block;
  object-fit: cover;
  width: 120px;
  height: 80px;
  margin-bottom: 3;
}
.al-addash-title {
  line-height: 18px;
  height: 54px;
}
.slick-dots-simple {
  margin: 0 auto;
  text-align: center;
}
.slick-dots-simple li {
  display: inline-block;
  opacity: 0.2;
  transition: all ease-in-out 300ms;
  background: #171511;
  padding: 0;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.slick-dots-simple button {
  display: none;
}
.slick-dots-simple .slick-active {
  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 : Aug 26, 2019, 12:35:39 PM
    Author     : mv
*/
.al-adrelprod {
  position: relative;
}
.al-adrelprod-img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 225px;
}
.al-adrelprod-discount {
  position: absolute;
  top: 8px;
  right: -4px;
  background: #69c081;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
  padding: 8px;
}
.al-adrelprod-text {
  height: 60px;
  overflow: hidden;
}
/*
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 27, 2019, 10:25:38 AM
    Author     : mv
*/
.al-bizlist {
  /*height: 150px*/
}
.al-bizlist-img {
  object-fit: cover;
  display: block;
  background: #fff;
  border: 0;
  width: 230px;
  height: 175px;
}
.al-bizlist-img.is-small {
  object-fit: contain;
}
.al-bizlist-location {
  position: absolute;
  left: 16px;
  bottom: 8px;
  right: 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 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;
}
.al-acc-container {
  margin-bottom: 40px;
}
.al-acc-title {
  font-size: 20px;
}
.al-acc-subtitle {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0 32px;
}
.al-acc-subsubtitle {
  margin-top: -24px;
  margin-bottom: 32px;
}
.al-acc-totals {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ACB0B7;
}
/*DASHBOARD BLOCK*/
.al-acc-dashblock {
  transition: all ease-in-out 300ms;
}
.al-acc-dashblock .al-pm-dash {
  box-shadow: none;
}
.al-acc-dashblock.is-closed .al-acc-dashblock-header {
  margin-bottom: 0;
}
.al-acc-dashblock.is-closed .al-acc-dashblock-middle,
.al-acc-dashblock.is-closed .al-acc-dashblock-footer {
  display: none;
}
.al-acc-dashblock:hover {
  background: #fbfbfb;
}
.al-acc-dashblock-header {
  margin-bottom: 16px;
}
.al-acc-dashblock-middle:before,
.al-acc-dashblock-middle:after {
  content: " ";
  display: table;
}
.al-acc-dashblock-middle:after {
  clear: both;
}
#al-mng-fav-filters-top {
  margin-top: 40px;
}
#al-mng-fav-ads .al-adlistsimple {
  border-top: 0;
}
#al-mng-saved-searches .al-savedsearch-list {
  border-top: 0;
}
#al-mng-saved-searches .al-savedsearch-list .al-savedsearch-list-more {
  display: none;
}
#al-mng-saved-searches .al-savedsearch-list.is-open .al-savedsearch-list-more {
  display: block;
}
#al-mng-saved-searches .al-savedsearch-list.is-open .al-savedsearch-list-togglebtn {
  transform: rotate(180deg);
}
.al-acc-dash-ads-slider .slick-slide > * {
  margin-right: 21px;
}
.al-acc-dash-ads-slider .slick-slide {
  width: 274px;
}
.al-acc-dashblock-support {
  position: relative;
  /*background: fade(@color-primary, 10%);*/
}
.al-acc-dashblock-support .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.al-acc-dashblock-support .al-select select {
  background: #fff;
  border: 1px solid #E3E3E3;
}
.al-acc-support-btns {
  position: absolute;
  top: -64px;
  right: 0;
}
.al-acc-support-btn {
  background: #0093d8;
  color: #fff;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  min-width: 140px;
  transition: all ease-in-out 300ms;
  float: right;
}
.al-acc-support-btn span {
  display: block;
}
.al-acc-support-btn:hover {
  background: #03628e;
}
.al-acc-support-btn-header {
  font-size: 11px;
  font-weight: normal;
}
.al-acc-perf-block {
  background: #69c081;
  border-radius: 4px;
  color: #fff;
  flex-basis: 0;
  flex-grow: 1;
  padding: 8px 16px;
}
.al-acc-perf-block-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.al-acc-perf-block-number {
  font-size: 48px;
  font-weight: normal;
  line-height: 54px;
  font-weight: bold;
}
.parent-acc-table {
  max-width: 1013px;
  overflow-x: auto;
}
.desktop-acc-table img {
  min-width: 80px;
}
.al-acc-table-wrapper {
  overflow: auto;
}
.al-acc-table {
  width: 100%;
  border-collapse: collapse;
}
.al-acc-table td,
.al-acc-table th {
  white-space: nowrap;
  border-bottom: 1px solid #E3E3E3;
}
.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: 0;
  padding-right: 16px;
}
.al-acc-table td.text-right,
.al-acc-table th.text-right {
  padding-right: 0;
  padding-left: 16px;
}
.al-acc-table th {
  padding: 4px 8px;
  border-top: 1px solid #E3E3E3;
}
.al-acc-table td {
  padding: 8px 8px;
}
.al-savedsearch-dash {
  border: solid 1px #eee;
  transition: all ease-in-out 300ms;
}
.al-savedsearch-dash:hover {
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
}
.image-queue {
  margin-left: -8px;
}
.image-queue:before,
.image-queue:after {
  content: " ";
  display: table;
}
.image-queue:after {
  clear: both;
}
.image-queue img {
  width: 128px;
  height: 128px;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  background-color: #d8d8d8;
  object-fit: contain;
}
/*
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 18, 2019, 1:30:26 PM
    Author     : mv
*/
.al-acc-container {
  padding-top: 44px;
  box-sizing: border-box;
}
.al-acc-container * {
  box-sizing: inherit;
}
.al-acc-container .al-tabs-content {
  padding: 20px 0;
}
.al-acc-left {
  /*	border-radius: 4px;
	border: solid 1px @color-border;*/
}
.al-acc-right {
  padding-left: 40px;
}
.al-acc-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 24px;
}
.al-acc-menu-item {
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #E3E3E3;
  transition: all ease-in-out 300ms;
}
.al-acc-menu-item:first-child {
  border-top: 0;
}
.al-acc-menu-item:hover {
  background: #efefef;
}
.al-acc-menu-item.is-active {
  background: #171511;
  color: #fff;
}
.al-acc-menu-item-name {
  padding: 8px 16px;
  display: block;
}
/*MANAGE*/
.al-mng-filters-top {
  margin-top: -20px;
}
/*
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 20, 2019, 2:55:43 PM
    Author     : mv
*/
.al-mngad {
  box-sizing: border-box;
  display: block;
}
.al-mngad * {
  box-sizing: inherit;
}
.al-mngad.is-open {
  background-color: #fbfbfb;
}
.al-mngad.is-open .al-mngad-extra {
  display: flex;
  width: 100%;
}
.al-mngad.is-open .al-icn.chevron-down {
  transform: rotate(180deg);
}
.al-mngad-mainimg {
  object-fit: cover;
  width: 180px;
  height: 135px;
  margin-right: 12px;
}
.al-mngad-title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 4px;
}
.al-mngad-price {
  font-size: 18px;
  font-weight: bold;
  color: #69c081;
}
.al-mngad-desc {
  font-size: 14px;
  line-height: 22px;
  color: #ACB0B7;
  height: 32px;
  margin-bottom: 3px;
}
.al-mngad-pkgs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.al-mngad-pkg {
  color: #979797;
  border: 1px solid currentColor;
  border-radius: 12px;
  line-height: 16px;
  /*height: 24px;*/
  padding: 3px 16px;
  text-align: center;
  margin-right: 8px;
  float: left;
  display: inline-block;
}
.al-mngad-extra {
  display: none;
}
.al-mngad-imgs {
  width: 180px;
  margin-right: 12px;
}
.al-mngad-imgs img {
  float: left;
  width: 31.33%;
  height: 40px;
  margin-left: 3%;
  margin-bottom: 3%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
.al-mngad-imgs img.is-main {
  border: solid 2px #69c081;
}
.al-mngad-imgs img:nth-child(3n+1) {
  margin-left: 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 : Sep 20, 2019, 2:55:43 PM
    Author     : mv
*/
