
/* FW_window */

.FW_window {
    position:fixed;
    top:5%;
    max-height:93%;
    overflow: hidden; 
    border:1px solid var(--border);
    border-radius:8px;
    filter: drop-shadow(0 0 0.95rem var(--subtle2));
    background-color:#FBFCFF;
    z-index:100;
    transition:all 0.4s ease-in-out;
    } 

 
.FW_window_ancrage {
    position:fixed;
    z-index:100;
    top:57px;
    right:0px;
    width:0px;
    height:calc(100% - 58px);
    background:var(--background);
    border: 1px solid var(--subtle2);
    transition:all 0.4s ease-in-out;
    }  

.FW_window_ancrage .FW_window_header {
    position:relative;
    width:100%;
    height:55px;
    background:var(--background);
    border-bottom: 1px solid var(--border);
    display:flex;
}
.FW_window_ancrage .FW_window_header .bouton {
    width:70px;
    height:100%;
    border-radius:0px;
    background-image: url(/img/close_popup.svg);
    background-repeat:no-repeat;
    background-position:center;
}
.FW_window_ancrage .FW_window_header .bouton:hover {
    cursor:pointer;
    background-color:#63D1CC;
}
.FW_window_ancrage .FW_window_header .texte {
    height:100%;
    margin-left:10px;
    color:var(--normal);
    font-size:1.8em;
    font-weight:bold;
    display:flex;
    align-items:center;
}

 .FW_w600 {
    width:600px;
    left:calc(50% - 300px);
              }
  .FW_w700 {
    width:700px;
    left:calc(50% - 350px);
              }
 .FW_w800 {
    width:800px;
    left:calc(50% - 400px);
            }

  .FW_w900 {
    width:900px;
    left:calc(50% - 450px);
          }

  .FW_w1000 {
     width:1000px;
    left:calc(50% - 500px);
        }

  .FW_w1100 {
    width:1100px;
    left:calc(50% - 550px);
        }

  .FW_w1200 {
    width:1200px;
    left:calc(50% - 600px);
      }

   .FW_w1300 {
    width:1300px;
    left:calc(50% - 650px);
        }

    .FW_w1400 {
    width:1400px;
    left:calc(50% - 650px);
        }

     .FW_w1500 {
    width:1500px;
    left:calc(50% - 650px);
        }

  .FW_w100p {
    width:98%;
    left:1%;
       }

.FW_window_barretitre {
    position:relative;
    width:100%;
    height:45px;
    display:flex;
    justify-content:space-between;
    background-color:var(--background);
       }

.FW_window_barretitre_icone {
    position:relative;
    padding:5px;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    }

.FW_window_barretitre_label {
    position:relative;
    width:calc(100% - 130px);
    height:45px;
    margin-left:10px;
    font-size:1.4em;
    color:#333333;
    display:flex;
    align-items:center;
    }

.FW_window_barretitre_reset {
    position:relative;
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 2.0em;
    color:  #333333;
    font-weight: bold;
    }
.FW_window_barretitre_reset:hover {
     cursor:pointer;
     background-color:#c7d3e8;
}
.FW_window_barretitre_close {
    position:relative;
    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-image: url(/img/close_popup.svg);
    background-position: center;
    background-repeat: no-repeat;
    }

.FW_window_barretitre_close:hover {
    cursor:pointer;
    background-color:var(--cyanTclair);
}



.FW_window_entete {
    position:relative;
    width:calc(100% - 20px);
    height:30px;
    margin-bottom:0px;
    padding:10px 10px 0px 10px;
           }

.FW_window_corps {
    position:relative;
    width:calc(100% - 20px);
    height:calc(100% - 120px);
    padding:10px;
    overflow-y:scroll;
    overflow-x:hidden;
    background-color:var(--grey1);
                 }

.FW_window_corps_infos {
    position:relative;
    z-index:100;
    width:calc(100% - 70px);
    height:calc(100% - 30px);
    padding:10px 10px 20px 60px;
    overflow-y:scroll;
    overflow-x:hidden;
    border-top:1px solid var(--grey1);
    background-color:var(--grey1);
                 }

.FW_window_pied {
    position:relative;
    width:calc(100% - 20px);
    height:40px;
    margin-bottom:0px;
    padding:10px;
    background-color:var(--grey2);
    border-top: 1px solid var(--grey4);
           }


@media (max-width:680px) {
    .FW_w600{left:1.5%;width:96%;}
                  }
@media (max-width:780px) {
    .FW_w700{left:1.5%;width:96%;}
                  }
@media (max-width:890px) {
    .FW_w800{left:1.5%;width:96%;}
                  }
@media (max-width:990px) {
    .FW_w900{left:1.5%;width:96%;}
                  }
@media (max-width:1090px) {
    .FW_w1000{left:1.5%;width:96%;}
                  }
@media (max-width:1190px) {
    .FW_w1100{left:1.5%;width:96%;}
                  }
@media (max-width:1290px) {
    .FW_w1200{left:1.5%;width:96%;}
                  }
@media (max-width:1390px) {
    .FW_w1300{left:1.5%;width:96%;}
                  }
@media (max-width:1490px) {
    .FW_w1400{left:1.5%;width:96%;}
                  }
@media (max-width:1590px) {
    .FW_w1500{left:1.5%;width:96%;}
                  }


/* FW_form */
.FW_container_class {
     position:relative;
    width:500px;
    height:40px;
    display:flex;
}

.FW_label_divclass {
    width:50%;
    height:32px;
    display:flex;
    align-items:center;
    font-size:1.4em;
    color:#333333;
}
.FW_listlabel_divclass {
    width:50%;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3em;
    }

.FW_control_divclass {
    width:50%;
    height:32px;
    display:flex;
    align-items:center;
    font-size:1.4em; 
    
}

.FW_control_class {
     border-radius:6px;
     border: 0px;
     height:28px;
     margin-top:0px;
     margin-bottom:0px;
     padding-left:4px;
     font-size:1.0em;
     border-color:var(--grey3);
     border-width:1px;
     border-style:solid;
     background-color:var(--grey2);
     }
.FW_control_class_select {
    height:32px;
}
.FW_control_classbuttom {
    width:90%;
    height:32px;
    background-color:#325283;
    border-radius:6px;
    color:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
}
.FW_control_classbuttom_edit {
    width:90%;
    height:32px;
    background-color:#5a741a;
    border-radius:6px;
    color:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
}
.FW_control_classbuttom:hover {
    cursor:pointer;
    background-color:#5e7ca9;
}
.FW_control_classbuttom_edit:hover {
    cursor:pointer;
    background-color:#7f9b3b;
}

.FW_text_divclass {
    width:calc(100%-5px);
    margin-left:5px;
    height:32px;
    display:flex;
    align-items:center;
    font-size:1.0em;
    color:#333333;
}

.FW_suffixe_spanclass {
    margin-left:5px;
    font-size:1.0em;
    color:#334a6d;
}

.FW_section_container_class {
    width:100%;
    display:flex;
    flex-direction:column;
}


.FW_section_label_class {
    margin-left:6px;
    width:calc(100% - 6px);
    height:24px;
    display:flex;
    align-items:center;
    font-size:1.3em;
    font-weight:bold;
    color:#36517c;
}

.FW_container_sectionclass {
    position:relative;
    width:calc(100% - 24px);
    padding:10px;
    display:flex;
    flex-direction:column;
    height:auto;
    border: 2px solid #859aba;
    border-radius:6px;
}

.FW_list_containclass {
    position:relative;
    width:100%;
    display:flex;
    background:#ffffff;
    flex-direction:column;
       }

.FW_list_headerclass {
    width:100%;
    display:flex;
    flex-direction:row;
    background-color:var(--grey7);
    color:#ffffff;
    font-weight:bold;
    margin-bottom:5px;
}

.FW_list_lineclass {
    width:calc(100% - 8px);
    font-size:0.9em;
    display:flex;
    padding:2px 4px 2px 4px;
    border-bottom: 1px solid var(--grey3);
}

.FW_list_pageselect_class {
    max-width:80%;
    height:30px;
    margin-top:10px;
    margin-bottom:0px;
    display:flex;
    justify-content:center;
    border:1px solid #cccccc;
    border-radius:6px;
}

.FW_list_pageselect_itemclass {
    width:35px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    font-weight:bold;
    color:#333333;
    }
.FW_list_pageselect_itemclass_select {
    width:35px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    font-weight:bold;
    color:#ffffff;
    background-color:var(--surface);
    }

.FW_list_pageselect_leftarrowclass {
     width:35px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    font-weight:bold;
    color:var(--normal);
    border-right:1px solid #cccccc;
}
.FW_list_pageselect_rightarrowclass {
     width:35px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    font-weight:bold;
    color:#333333;
    border-left:1px solid #cccccc;
}

.FW_list_pageselect_itemclass:hover, .FW_list_pageselect_leftarrowclass:hover, .FW_list_pageselect_rightarrowclass:hover {
    cursor:pointer;
    background-color:#eeeeee;
}


/* MessageBox */
.MessageBox_container {
    position:fixed;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    top:200px;
    left: calc(50% - 350px);
    width:700px;
    height:auto;
    padding:20px;
    background:#FFFFFF;
    z-index:250;
    border:1px solid var(--subtle2);
    border-radius:8px;
    filter: drop-shadow(0 0 0.95rem var(--subtle2));
}
.MessageBox_body {
    position:relative;
    width:100%;
    height:auto;
    display:flex;
}
.MessageBox_icone {
    position:relative;
    width:10%;
    height:100%;
    min-height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.MessageBox_message {
    display:flex;
    width:90%;
    height:100%;
    min-height:80px;
    align-items:center;
    font-size:1.5em;
    color:#333333;
}
.MessageBox_buttonline {
    display:flex;
    width:100%;
    height:50px;
    justify-content:space-around;
    align-items:center;
}

.Infos_message {
    width:95%;
    height:auto;
    min-height:40px;
    font-size:1.4em;
    color:#333333;
}
.Infos_titre {
    margin-bottom:20px;
    width:100%;
    font-size:1.1em;
    font-weight:bold;
        
}

@media (max-width: 750px) {
    .MessageBox_container {width:94%;left:1%;padding:2%;}
}

/* Message Warning */
.MessageBox_warning {
    position:fixed;
    bottom:100px;
    right: 50px;
    width:460px;
    height:auto;
    min-height:40px;
    padding:20px;
    background:var(--orange);
    z-index:250;
    border-radius:8px;
    box-shadow: 0px 8px 16px rgba(88, 92, 229, 0.1);
    display:flex;
    align-items:center;
}
.MessageBox_warning .icone {
    width:50px;
    height:100%;
    background-image: url(/img/warning.svg);
    background-repeat:no-repeat;
    background-position:center;
    }
.MessageBox_warning .texte {
    width:calc(100% - 100px);
    height:100%;
    font-size:1.4em;
    color:var(--warning);
    font-weight:bold;
    display:flex;
    align-items:center;
}
.MessageBox_warning .close {
    width:50px;
    height:40px;
    background-image: url(/img/close.svg);
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
    }

/* FW_select */
.FW_select_reduced_css {
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px 0px 8px;
   
    width: 180px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid var(--grey5);
    color:var(--grey10);
    border-radius: 8px;
    font-size:1.3em;

}
.FW_select_reduced_css:after {
    position:absolute;
    z-index:5;
    content:"";
    right:7px;
    top:calc(50% - 8px);
    width:15px;
    height:15px;
    background-image: url(/img/chevron.svg);
    background-repeat:no-repeat;
    background-position:center;

}
.FW_select_css {
    position:absolute;
    z-index:500;
    top:-20px;
    left:0px;
    width:100%;
    height:300px;
    overflow-x:hidden;
    overflow-y:scroll;

    background: #FFFFFF;
    border: 1px solid var(--grey5);
    color:var(--grey10);
    border-radius:5px;
    filter: drop-shadow(0 0 0.95rem var(--grey6));
       
    
}
.FW_select_container {
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
}
.FW_select_close {
    position:absolute;
    z-index:1001;
    top:-45px;
    right:-2px;
    width:20px;
    height:20px;
    background-image: url(/img/modal_close.svg);
    background-repeat:no-repeat;
    background-position:center;
       }
.FW_select_close:hover {
    cursor:pointer;
   }

.FW_select_ligne_css {
    position:relative;
    width:calc(100% - 5px);
    height:25px;
    padding-left:5px; 
    
    display:flex;
    align-items:center;
}
.FW_select_ligne_css:hover {
    cursor:pointer;
    background:var(--primary1);
}

/*FW AutoCompleteExtender */
.FW_extendercss {
    position:absolute;
    z-index:999;
    top:30px;
    left:0px;
    width:500px;
    height:400px;
    font-size:1.3em;
    background: #FFFFFF;
    border: 1px solid var(--grey5);
    color:var(--grey10);
    border-radius:5px;
    filter: drop-shadow(0 0 0.95rem var(--grey6));
    
    display:none;
    flex-direction:column;
    }

.FW_extenderheader {
    position:relative;
    width:100%;
    height:40px;
    background:var(--grey2);
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.FW_extenderheader .close {
    margin-right:5px;
    width:20px;
    height:20px;
    background-image: url(/img/modal_close.svg);
    background-repeat:no-repeat;
    background-position:center;
       }
.FW_extenderheader .close:hover {
    cursor:pointer;
   }

.FW_extender_body {
    position:relative;
    width:100%;
    height:calc(100% - 40px);
    overflow-x:hidden;
    overflow-y:scroll;
    }

.FW_extender_container {
    position:relative;
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;

}
.FW_extender_container .ligne {
    width:calc(100% - 20px);
    padding:0px 10px;
    min-height:25px;
    display:flex;
    flex-direction:row;
    align-items:center;
    }
.FW_extender_container .ligne:hover {
    cursor:pointer;
    background:var(--primary1);
}

