/**
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));
  }
}
/**
IMPORT STYLE-CUSTOM
 */
.dashboard-content nav {
  padding-top: 25px;
  padding-bottom: 25px;
}
.dashboard-content .modal-body nav {
  background-color: transparent;
}
.dashboard-content .container-custom .wrap-plugins.row {
  margin: 0;
}
/**
DASHBOARD MANAGER
 */
.dashboard-default-index.dashboard-manager .plugin-list.dashboard-content .icon-view #dataViewListContainer > div[role="listbox"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard-default-index.dashboard-manager .plugin-list.dashboard-content .card-widget .square-box {
  width: 100%;
}
.dashboard-default-index.dashboard-manager .plugin-list.dashboard-content .card-widget .chechbox-widget input {
  position: absolute;
  top: 5px;
}
.wrap-graphic-widget .box-widget {
  padding: 0;
}
.wrap-graphic-widget .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrap-graphic-widget .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .wrap-graphic-widget .box-widget-header .box-widget-title .am-2,
  .wrap-graphic-widget .box-widget-header .box-widget-title .pluginName,
  .wrap-graphic-widget .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .wrap-graphic-widget .box-widget-header .box-widget-title .pluginName,
  .wrap-graphic-widget .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .wrap-graphic-widget .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wrap-graphic-widget .box-widget {
    padding: 0 6%;
  }
  .wrap-graphic-widget .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .wrap-graphic-widget .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .wrap-graphic-widget .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .wrap-graphic-widget .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .wrap-graphic-widget .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .wrap-graphic-widget .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) {
  .wrap-graphic-widget .box-widget {
    padding: 0 10%;
  }
  .wrap-graphic-widget .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .wrap-graphic-widget .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .wrap-graphic-widget .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.wrap-graphic-widget .box-widget .list-items {
  display: flex;
  flex-direction: column;
}
.wrap-graphic-widget .box-widget .list-items.list-empty {
  padding: 20px !important;
}
.wrap-graphic-widget .box-widget .box-widget-text {
  display: none;
}
.wrap-graphic-widget .box-widget .widget-listbox-option:not(:last-child) .wrap-content {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box {
  flex-direction: row;
  height: 100%;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .iconbox-link {
  color: #000000;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .widget-iconbox-container {
  padding: 10px;
  background-color: #dfdcde;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .widget-iconbox-container .container-img {
  height: auto;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .widget-iconbox-container .container-img .icon_widget_graph {
  font-size: 3.5em;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .widget-iconbox-container .box-widget-subtitle {
  font-size: 1em;
  text-transform: uppercase;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .container-img.avatar {
  width: 50px;
  height: 50px;
  margin-right: 5%;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .wrap-item-box .badge {
  position: static;
  margin-left: auto;
  height: 2em;
  font-size: 1em;
  text-transform: lowercase;
  text-indent: 0;
  flex-basis: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .footer-listbox {
  margin-top: 10px;
}
.wrap-graphic-widget .box-widget .widget-listbox-option .footer-listbox.footer-listbox-center {
  margin-right: auto;
  font-size: 0.8em;
}
.wrap-graphic-widget .box-widget:not(.box-widget-column) .widget-listbox-option {
  display: flex;
}
.wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box {
  width: 100%;
}
.wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box .container-img:not(.avatar) {
  width: 70px;
  height: 70px;
}
.wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box .wrap-content .container-text {
  flex-grow: 1;
}
.wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box .wrap-content .footer-listbox .am-chevron-right {
  width: 40px;
  height: 40px;
  text-align: right;
}
.wrap-graphic-widget .box-widget.box-widget-column .list-items {
  flex-direction: row;
}
.wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option {
  flex-basis: 50%;
  padding: 0 4%;
  margin: 15px 0;
}
.wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option .wrap-item-box {
  margin: 0;
}
.wrap-graphic-widget .box-widget.box-widget-column .wrap-item-box {
  flex-direction: column;
  justify-content: space-between;
}
.wrap-graphic-widget .box-widget.box-widget-column .wrap-item-box .container-img:not(.avatar) {
  width: 100%;
}
.wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap-graphic-widget .box-widget .list-items {
    margin-left: 16%;
  }
  .wrap-graphic-widget .box-widget .list-items .wrap-item-box {
    margin: 0;
  }
  .wrap-graphic-widget .box-widget:not(.box-widget-column) .list-items {
    padding: 40px 0;
  }
  .wrap-graphic-widget .box-widget:not(.box-widget-column) .widget-listbox-option {
    padding-left: 20px;
    padding-top: 20px;
  }
  .wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box {
    width: calc(100% - 40px);
  }
  .wrap-graphic-widget .box-widget:not(.box-widget-column) .wrap-item-box:after {
    left: 140px;
  }
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option {
    padding: 0 2%;
    margin: 20px 0;
    flex-basis: 50%;
  }
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option:nth-child(1) {
    padding-left: 20px;
  }
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option:nth-child(2) {
    padding-right: 20px;
  }
  .wrap-graphic-widget .box-widget.box-widget-column .wrap-item-box .container-img:not(.avatar) {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option {
    padding: 0 2%;
    margin: 40px 0;
    flex-basis: calc(33.33333333%);
  }
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option.widget-iconbox {
    flex-basis: calc(16.66666667%);
  }
  .wrap-graphic-widget .box-widget.box-widget-column .widget-listbox-option:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .wrap-graphic-widget .box-widget .widget-listbox-option .box-widget-text {
    display: inline;
  }
  .wrap-graphic-widget .box-widget .widget-listbox-option.box-widget-column .widget-listbox-option:nth-child(1) {
    padding-left: 40px;
  }
  .wrap-graphic-widget .box-widget .widget-listbox-option.box-widget-column .widget-listbox-option:nth-child(3) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .wrap-graphic-widget .box-widget .list-items {
    margin-left: 12%;
  }
  .wrap-graphic-widget .box-widget:not(.box-widget-column) .widget-listbox-option {
    padding-top: 6px;
  }
}
.wrap-graphic-widget #widgets-graphic {
  background-color: #ffffff;
  padding: 2% 4%;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .box-widget-header {
  background-color: #ffffff;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .box-widget-header .manage {
  display: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .box-widget-column .widget-listbox-option:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
@media screen and (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic {
    padding: 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] {
    position: relative;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .box-widget-header {
    background-color: #ffffff;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) btn-tools-secondary,
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .btn-action {
    color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .box-widget-info-bottom {
    color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .listbox-label {
    background-color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .read-all a {
    background-color: #105d86;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) section {
    background-color: #ffffff;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .box-widget-header {
    background-color: #ffffff;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) btn-tools-secondary,
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .btn-action {
    color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .box-widget-info-bottom {
    color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .listbox-label {
    background-color: #157db4;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .read-all a {
    background-color: #105d86;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .box-widget-column .widget-listbox-option:not(:first-child) {
    border-left: 1px solid #d6d6d6;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(odd) .box-widget-header {
    background-color: #157db4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) .box-widget-header {
    background-color: #157db4;
  }
}
/**
WIDGET GRAPHIC DASHBOARD FOR MOBILE
 */
@media screen and (max-width: 767px) {
  .wrap-graphic-widget #widgets-graphic {
    padding: 2% 0 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] {
    padding: 15px;
    margin: 10px 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) {
    background-color: #f1f1f1;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:last-child {
    margin-bottom: 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]:first-child {
    margin-top: 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] .box-widget-header {
    background-color: transparent;
    position: relative;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] .box-widget section {
    min-height: unset;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] .box-widget section .list-empty h3 {
    margin: 0 auto;
    color: #000;
  }
}
/*
 * OWL CAROUSEL
 */
.owl-carousel.owl-loaded {
  display: none;
}
.owl-carousel .owl-item {
  width: 100%;
  height: auto !important;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 0;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #dddddd;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #333333;
}
.owl-carousel .owl-dot:focus,
.owl-carousel .owl-next:focus,
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-dot:active,
.owl-carousel .owl-next:active,
.owl-carousel .owl-prev:active {
  outline: none;
}
/**
MODAL DASHBOARD 2 LEVEL
 */
@media (max-width: 768px) {
  .modal-utility.modal-dashboard-2level .modal-dialog {
    margin-top: 40px;
  }
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content {
  width: 85%;
}
@media (max-width: 768px) {
  .modal-utility.modal-dashboard-2level .modal-dialog .modal-content {
    width: 100%;
  }
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body .plugin-list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body > .ajax-index-dashboard {
  padding: 0;
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body > .ajax-index-dashboard > nav {
  padding-top: 0;
  background-color: transparent;
  background-image: none;
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body > .ajax-index-dashboard > nav > .actions-dashboard-container {
  position: relative;
  width: 100%;
  float: left;
  display: block;
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body > .ajax-index-dashboard > nav > .actions-dashboard-container .col-custom {
  width: 33%;
}
.manage {
  padding: 5px;
}
.manage span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .box-widget {
    padding: 0 10%;
  }
  .dashboard-content nav {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #newsOwlCarousel.owl-loaded {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #newsOwlCarouselTouch.owl-loaded {
    display: none;
  }
  #newsOwlCarousel.owl-loaded {
    display: block;
  }
}
.latest-activities .widget-listbox-option article .container-text {
  height: auto !important;
}
