/**
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
 */
@media (max-width: 991px) {
  .dashboard-content .container {
    width: 100%;
  }
}
.graphics-dashboard-container {
  margin-top: 60px;
  padding: 0 5px;
}
.grid .grid-item.grid-item-fullsize {
  width: 100% !important;
}
.grid .grid-item.grid-item-fullsize .grid-item--fullwidth {
  width: 100% !important;
  top: 0 !important;
}
/**
MODAL DASHBOARD 2 LEVEL
 */
@media (max-width: 767px) {
  .modal-utility.modal-dashboard-2level .modal-dialog {
    margin-top: 40px;
  }
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content {
  width: 85%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .modal-utility.modal-dashboard-2level .modal-dialog .modal-content {
    width: 100%;
  }
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-header {
  background-color: rgba(255, 255, 255, 0.7);
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-header .modal-title {
  color: #006057;
  font-weight: 900;
}
.modal-utility.modal-dashboard-2level .modal-dialog .modal-content .modal-body {
  background-color: rgba(255, 255, 255, 0.7);
}
.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;
}
.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%;
}
