
/* !! TO AVOID DUPLICATIONS: DO NOT USE THESE CSS DEFINITIONS IF YOU ALREADY USE _CUSTOM-SETTINGS.SCSS DEFINITIONS !! */

/* ICON for your custom entity "AMOUNT" */
.i-Amou::before { content: "\e909"; }
/* ICON for your custom entity "TURNOVER" */
.i-Turn::before { content: "\e0d6"; }


/* #ep-tab-recents{
    display: block !important;
}
#tab-wiz1,.content.active#tab-fields{
    display: block;
    float: none;
} */

.tabs-content.has-icons.entity-tabs-content#category-contents
.content.tabs-content-item.active#tab-fields{
    display: inline-flex; 
    float: none; 
    flex-wrap: wrap;
}

.f-dropdown.small.drop-right.drop-left.drop-top.open{ 
    height: 500px;
    overflow: auto;
}

#F_NEXT_STEP{
    height:auto;
    min-height:21em;
}

a.F_BLOCKED {
  background-image: url('../../efficy/imgnew/Picto_Client_bloque.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
i.F_TYPE2 {
  /* background-image: url('efficy\ imgnew\ Picto - eureka.jpg'); */
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
i.F_IS_CENTRAL {
  /* background-image: url('efficy\ imgnew\ Picto - Client prospect centrale.png'); */
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
i.OPENED {
  /* background-image: url('efficy\ imgnew\ Picto - client annule.jpg'); */
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}

.i-warning.orange{
    color:orange;
}
.i-network.blue{
    color: rgb(78, 141, 231);
}

.i-tree.blue{
    color: blue;
}
.i-cancel.red {
    color: red;
}

.inactive {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
