/**
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 variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* 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
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
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
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
.amos-cwh-tag-tree-container .kv-tree-wrapper .kv-tree-nofooter,
.amos-tag-tree-container .kv-tree-wrapper .kv-tree-nofooter {
  /* override */
  border-bottom: 1px solid #b4c2ca;
}
.amos-cwh-tag-tree-container .preview_tag_tree.col-md-4,
.amos-tag-tree-container .preview_tag_tree.col-md-4 {
  max-height: 455px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .amos-cwh-tag-tree-container .preview_tag_tree.col-md-4,
  .amos-tag-tree-container .preview_tag_tree.col-md-4 {
    margin-bottom: 20px;
  }
}
.amos-cwh-tag-tree-container .preview_tag_tree .tag_selected,
.amos-tag-tree-container .preview_tag_tree .tag_selected {
  background-color: #e6e9f2;
  border: 1px solid #b4c2ca;
  cursor: pointer;
  font-size: 0.9em;
  margin: 3px;
  padding: 3px;
  text-transform: uppercase;
  display: table;
  max-width: 320px;
}
.amos-cwh-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part,
.amos-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part {
  display: table-cell;
}
.amos-cwh-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part.tag_selected_remove_container,
.amos-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part.tag_selected_remove_container {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
.amos-cwh-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part .tag_selected_label,
.amos-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part .tag_selected_label {
  font-weight: bold;
}
.amos-cwh-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part .tag_selected_parents,
.amos-tag-tree-container .preview_tag_tree .tag_selected .tag_selected_part .tag_selected_parents {
  font-size: 10px;
}
.amos-cwh-tag-tree-container .kv-node-detail-parent:hover,
.amos-tag-tree-container .kv-node-detail-parent:hover {
  background-color: #e8e8e8;
  cursor: default;
}
.amos-cwh-tag-tree-container .kv-node-detail-parent:focus,
.amos-tag-tree-container .kv-node-detail-parent:focus {
  background-color: #f5f5f5;
}
.amos-cwh-tag-tree-container .kv-has-checkbox .kv-selected > .kv-tree-list .kv-node-detail-parent,
.amos-tag-tree-container .kv-has-checkbox .kv-selected > .kv-tree-list .kv-node-detail-parent {
  background-color: #d9edf7;
}
.amos-cwh-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon.kv-icon-child,
.amos-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon.kv-icon-child {
  display: none;
}
.amos-cwh-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon.kv-icon-parent,
.amos-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon.kv-icon-parent,
.amos-cwh-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-opened,
.amos-tag-tree-container .kv-parent > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-opened {
  display: inline;
}
.amos-cwh-tag-tree-container .kv-collapsed > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-opened,
.amos-tag-tree-container .kv-collapsed > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-opened {
  display: none;
}
.amos-cwh-tag-tree-container .kv-collapsed > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-closed,
.amos-tag-tree-container .kv-collapsed > .kv-tree-list > .kv-node-detail-parent > .kv-node-icon .kv-node-closed {
  display: inline;
}
