/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color */
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
#landing-checkbox {
  margin-right: 5px;
}
.recipients-check {
  text-transform: uppercase;
  float: right;
}
.recipients-check .am.am-eye {
  margin-right: 5px;
}
/**
WIDGET 3COL - preview signature in receiver section forms
*/
.signature-preview > p:first-child {
  margin-bottom: 2px;
}
.signature-preview > .post-header {
  border: 1px solid #d4d4d4;
  margin-top: 0;
}
