@charset "UTF-8";
/**
* Feuille de surcharge du DashBoard
* Sébastien DEGLIAME, 2017
* version 2017-1.3.1
* Projet : Akanea
*/
/**
  * Theme Bootstrap 2017
  * @version du 23/09/2020 13:36:50
  * @projet : cms etalon
  * @author : SD
  * @description : fichier centralisant les variables du thème Bootstrap
*/
/* 
    1. Appliquer ou nopn une couleur de fond $c-fd-tdb 
    2. Adapter la couleur de :
        - $c-fd-panel-body
        - $c-bd-panel-color

        - $c-panel-header-color
        - $c-panel-header-bg
*/
.tdb .contenu {
  background-color: #fefefe;
}

div[class^="x-panel-bwrap"] {
  -webkit-box-shadow: 0px 0px 10px 0px #dbdbdb;
          box-shadow: 0px 0px 10px 0px #dbdbdb;
  /*background: $c-fd-panel-body;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*position mode titre not onglet*/
  /*gestion des bordures : dashboardLite + titre not onglet*/
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /* AMA BORDERRADIUS : la ligne du dessous est à désactiver si l'on a pas de border radius sur le x-panel-body */
  /*border-top-right-radius: $borderRadius*/
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  /*padding: $borderRadius;*/
}

.dashboardLite div[class^="x-panel-bwrap"] {
  border-top-right-radius: 0;
}

/*.widgetheight1 div.x-panel-body, div.x-panel-body {
    height: $tab-h1 !important;
}
.widgetheight2 div.x-panel-body {
    height: $tab-h2!important;
}*/
.x-panel-body {
  width: inherit !important;
  /*AMA*/
}

.x-panel-body .dxgvHeader_Herbauges, .x-panel-body .dxgvHeader_MaterialColor {
  padding: 10px 10px 10px !important;
}

.x-panel-body .dxgvDataRow_Herbauges td.dxgv, .x-panel-body .dxgvDataRow_MaterialColor td.dxgv {
  padding: 9px 10px 9px !important;
}

.x-panel-body label {
  display: inline;
}

.x-panel-body .contentImageAreaText a, .x-panel-body .dxis-item.WidgetActuItem a, .x-panel-body .actusTableauDeBord a {
  color: #a9a9a9 !important;
}

#divContainerToolBar {
  padding: 2em 0 0 0;
  background-color: #fefefe !important;
}

.x-portlet {
  margin-top: 22px;
  /*background-color: transparent !important;*/
}

.x-panel, .x-panel-header {
  /*background-color: transparent !important;/*ama*/
  border: none !important;
}

.x-panel-body {
  border: none !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  background-color: #101F69;
}

.x-panel-body a:not(.btn):link {
  color: #101F69;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.x-panel-body a:not(.btn):hover, .x-panel-body a:not(.btn):active {
  color: #101F69;
  text-decoration: underline;
}

.x-panel-body a.dxeHyperlink, .x-panel-body a[href*="CmsNews"], .x-panel-body a[href*="Default.aspx"] {
  display: inline-block;
  padding: 0.65rem 1.55rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  color: #222 !important;
  font-size: 12px;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  float: right;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.x-panel-body a.dxeHyperlink:after, .x-panel-body a[href*="CmsNews"]:after, .x-panel-body a[href*="Default.aspx"]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  z-index: -2;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.x-panel-body a.dxeHyperlink:before, .x-panel-body a[href*="CmsNews"]:before, .x-panel-body a[href*="Default.aspx"]:before {
  content: '';
  font-size: 1.15em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #a6a6a6;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.x-panel-body a.dxeHyperlink:hover, .x-panel-body a.dxeHyperlink:focus, .x-panel-body a[href*="CmsNews"]:hover, .x-panel-body a[href*="CmsNews"]:focus, .x-panel-body a[href*="Default.aspx"]:hover, .x-panel-body a[href*="Default.aspx"]:focus {
  color: #fff;
  text-decoration: none !important;
}

.x-panel-body a.dxeHyperlink:hover:before, .x-panel-body a.dxeHyperlink:focus:before, .x-panel-body a[href*="CmsNews"]:hover:before, .x-panel-body a[href*="CmsNews"]:focus:before, .x-panel-body a[href*="Default.aspx"]:hover:before, .x-panel-body a[href*="Default.aspx"]:focus:before {
  width: 100%;
}

.x-panel-body a.dxeHyperlink:visited, .x-panel-body a[href*="CmsNews"]:visited, .x-panel-body a[href*="Default.aspx"]:visited {
  color: #FFF;
  text-decoration: none;
}

.x-panel-body a.dxeHyperlink:hover, .x-panel-body a.dxeHyperlink:active, .x-panel-body a[href*="CmsNews"]:hover, .x-panel-body a[href*="CmsNews"]:active, .x-panel-body a[href*="Default.aspx"]:hover, .x-panel-body a[href*="Default.aspx"]:active {
  color: #FFF;
  text-decoration: none;
}

.widgetheight1 div.x-panel-body, div.x-panel-body {
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .widgetheight1 div.x-panel-body, div.x-panel-body {
    height: 200px !important;
    overflow: auto;
    /*AMA gestion du scroll si besoin */
  }
}

.widgetheight2 div.x-panel-body {
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .widgetheight2 div.x-panel-body {
    height: calc(400px + 58px) !important;
    overflow: auto;
    /*AMA gestion du scroll si besoin */
  }
}

.widgetheight3 div.x-panel-body {
  height: auto !important;
}

@media screen and (min-width: 992px) {
  .widgetheight3 div.x-panel-body {
    height: calc(658px + 58px) !important;
    overflow-y: auto;
    /*AMA gestion du scroll si besoin */
  }
}

.widgetheight0 div.x-panel-body {
  height: auto !important;
}

@media screen and (min-width: 992px) {
  .widgetheight0 div.x-panel-body {
    height: auto !important;
    overflow-y: auto;
    /*AMA gestion du scroll si besoin */
  }
}

.panel-header {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px #dbdbdb;
          box-shadow: 0px 0px 10px 0px #dbdbdb;
  background-color: transparent;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.panel-header .x-panel-header-text {
  /* AMA BORDERRADIUS la ligne du dessous est à désactiver si l'on ne veut pas de border radius sur l'onglet */
  border-top-right-radius: 10px;
  color: #FFF;
}

.panel-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.x-panel-header {
  background-image: none !important;
  padding: 0;
  background-color: transparent !important;
  /* AMA BORDERRADIUS Ces 2 lignes sont à désactiver si l'on ne veut pas de border-radius sur le x-panel-header
            ?????? 1re ligne : border-top-right-radius ??????
        */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* Classe du Header des Widgets */
.x-panel-header-text {
  /*color: $c-panel-header-color;*/
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0.5em 1.5em;
  /*padding-left: 0.5em;*/
  display: inline-block;
  background-color: #101F69;
  padding: 0.5em 1em;
}

.dashboardLite .x-panel-header-text {
  text-transform: uppercase;
  margin: 3px 16px 5px;
  display: inline-block;
  width: 100%;
}

.widgetcolor1 .x-panel-header-text {
  background-color: #101F69 !important;
  color: #FFF !important;
}

.widgetcolor2 .x-panel-header-text {
  background-color: #84D0F0 !important;
  color: #FFF !important;
}

.widgetcolor3 .x-panel-header-text {
  background-color: #006AB3 !important;
  color: #FFF !important;
}

.widgetcolor4 .x-panel-header-text {
  background-color: #0095D8 !important;
  color: #FFF !important;
}

.widgetcolor5 .x-panel-header-text {
  background-color: #009D30 !important;
  color: #FFF !important;
}

.widgetcolor6 .x-panel-header-text {
  background-color: #B1C800 !important;
  color: #FFF !important;
}

.widgetcolor1 div.x-panel-header .x-tool-toggle, div.x-panel-header .x-tool-toggle {
  display: none;
}

.widgetcolor2 div.x-panel-header .x-tool-toggle {
  display: none;
}

.widgetcolor3 div.x-panel-header .x-tool-toggle {
  display: none;
}

.widgetcolor4 div.x-panel-header .x-tool-toggle {
  display: none;
}

.widgetcolor5 div.x-panel-header .x-tool-toggle {
  display: none;
}

.widgetcolor6 div.x-panel-header .x-tool-toggle {
  display: none;
}

#moduleMarches {
  background-color: #fff !important;
}

#moduleMarches .nomProd,
#moduleMarches .nomPlace,
#moduleMarches .prix {
  color: #333 !important;
}

#moduleMarches td {
  background-color: #fff !important;
}

#moduleMarches tr:nth-child(even) td {
  background-color: #efefef !important;
}

#moduleMarches #boutonDetailMarches {
  background-color: #777 !important;
  color: #333;
}

#moduleMarches #boutonDetailMarches.hoverGreen:hover {
  background-color: #999 !important;
}
