.i-Prop::before { content: "\e00b"; }
.i-Unit::before { content: "\e917"; }
.i-Tran::before { content: "\e0d6"; }
.i-Stra::before { content: "\e24e"; }
.i-Pitc::before { content: "\e012"; }


#category-contents fieldset legend {
    color: #555555;
    font-size: 8pt;
    padding-left: 2px;
}
.tabs dd.active a.extr-detailstab{
    background-color: #6b002c;
}
.i-Share:before {
    content: "\ea7d";
}
.i-FormDCM:before {
    content: "\e9ba";
}
.i-Share {
    content: "\ea7d";
}
.i-FormDCM {
    content: "\e9ba";
}


.tabs dd a.extr-detailstab:hover {
background-color:red;
}
    

#PictureCell #PropPicture {
    height: auto !important;
}

/* affichage des panneaux cat�gories en top */
dl.panel-buttons {
    position: absolute; top:0px !important;
}
div.category-panel {
    position: absolute; top:35px !important;
}
div.panel-content {
    overflow-y: auto;
}

.select2hide {
    display:none !important;
}
.select2show {
    display:block !important;
}

.toolbar.small button::before, .toolbar.small button > i::before, .toolbar.small .button::before, .toolbar.small .button > i::before {
	vertical-align: bottom; /* C:\inetpub\wwwroot\efficy11R12921\lib\scss\std\_toolbars.scss - line 70 */
}

/* Remove grey background from readonly input only for special select
ex: <input readonly="" type="text" name="CATEGORY-OPPO$BELGIUM-R_F_OPPO_MISSION_TYPE" id="CATEGORY-OPPO$BELGIUM-R_F_OPPO_MISSION_TYPE"
        data-msg="pickList2;getFiltredLookup;F_OPPO_MISSION_TYPE;CATEGORY-OPPO$BELGIUM-;F_CBRE_DEPARTEMENT"
        data-dropdown="dummy" style="cursor:pointer" title="" value="Transaction">
*/
div.input-button > div > input[data-dropdown="dummy"],
div.input-button > div > input[onclick*="CebPerform"],
div.custom-select.input-button > div > input{
    background-color: unset;
}

/* Remove light grey background for select2 input and force white background
ex:     <div class="select2-container select2-allowclear" id="s2id_F_STATUS" title="" style="width: 100%;">
            <a href="javascript:void(0)" class="select2-choice" tabindex="-1">
                <span class="select2-chosen" id="select2-chosen-3" style="background-color: white;">Invoiced</span>
                <abbr class="select2-search-choice-close" title=""></abbr>
                <span class="select2-arrow" role="presentation"><b role="presentation"></b></span>
            </a>
            <label for="s2id_autogen3" class="select2-offscreen">Status General</label>
            <input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-3" id="s2id_autogen3">
        </div>
*/
div.select2-container > a.select2-choice{
    background-color: white;
}

/* Replace the caret for dropdown - update we dont want the caret */
div.f-dropdown > select{
    /*background-position: 100% calc(1.2rem/2);*/
    background: none;
}

div.f-dropdown > select > option:not[value]{
    /*visibility: hidden;*/
}

/*****************************************************
CBRE LOGO
21/05/2022
WILLIAM PIRES - CBRE
*****************************************************/

#efficy-logo {
    background: url(../imgnew/CBRE_white.png) center center no-repeat;
    background-size: 99.41px 25px;
    width: 10.875rem;
    height: 2.8125rem;
}


#desktop-main section.form {
overflow: visible;
}


.i-Extr::before { content: "\eb0e"; }

/*****************************************************
Action comment 
05/02/2024
MICHELE VOLPE - CBRE
*****************************************************/

@media only screen and (min-width: 40.063em), print {
    /* line 68, ../../../../efficy/scss/app/modules/_edit-detail.scss */
    #section99990517 {
        width: 65% !important;
    }

    #section99990519 {
        width: 65% !important;
    }
}

@keyframes epilespsieAnimation {
    0%   {background-color: red; border-radius: 25px; transform : rotateX(90deg); width: 300px;height: 100px;}
    25%  {background-color: yellow;border-radius: 5px;transform : rotateY(180deg);width: 500px;height: 300px;}
    50%  {background-color: blue;border-radius: 50px;transform : rotateX(90deg);width: 30px; height: 300px;}
    100% {background-color: green;border-radius: 100px;transform :  rotateZ(90deg);width: 1000px;height: 60px;}
  }

#section99990517 > #MEMO {
    height: 300px;
}
span.LinkResize2 a{
    margin-left: 20px;
    text-decoration: underline;
    font-weight: normal;
    color:white;
 }
 span.LinkResize2:hover{
    text-decoration: underline;
    font-weight: bolder;
    cursor: alias;
 }
span.LinkResize:hover{
   text-decoration: underline;
   font-weight: bolder;
   cursor: alias;
}

#section99990519 > #MEMO {
    height: 300px;
}
.CompanyMain > a{
    color: #80BBAD !important;
    font-weight: bolder ;
}

a.CompanyMain{
    color: #80BBAD !important;
    font-weight: bolder ;
}
#ep-tab-recents> li > ul > a.CompanyMain{
    color: #80BBAD !important;
    font-weight: bolder ;
}

.roleEpilespsie{
    animation-name: epilespsieAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.a{
    color: #000000;
    text-decoration: none;
    line-height: inherit;
}
.file-status {
    position: absolute;
    top: 0;
    right: 0.25rem;
    bottom: 0;
    width: 16rem;
}

.fieldset-padding{
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.spinner-ai {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #007BFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50px; /* Adjust as needed */
    left: 50px; /* Adjust as needed */
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Cacher les sous-sous-menus par défaut */
.dropdown li ul {
    display: none;
}

/* Afficher le sous-sous-menu au hover du li parent */
.dropdown li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 1001;
}