.fzProfile300 .fzProfile-items {
    width: 100% !important;
    position: relative !important;
    text-align: center;
    /* padding: 2px; */
}

/* SB@LB 23.04.2020 trop d"ffet de bord*/
.fzProfile300 .fzProfile-label {
    height: 25px;
    left: 50px;
    margin-top: 3px;
    width: 125px;
}

.fzProfile300 .fzFlexColumn .fzProfile-label {
    position: relative !important;
    display: block !important;
    left: 0px;
    margin-top: 0px;
    padding: 0 10px;
    width:100%;
}

.fzProfile300 .fzProfile-scale {
    /* left: 200px !important; */
    position: relative;
    /* text-align:right !important; */
}

.fzProfile300 .fzProfile-items-englob {
    display: flex;
    vertical-align: middle !important;
    flex-flow: wrap;
    align-items: center;
    max-height: 600px;
    padding: 0;
    width: 100%;
    float: right;
}

/* Menu */
.fzProfile300 .fzMenuStyle {
    padding: 5px 5px;
    text-align: center !important;
    border: 2px solid darkgray;
    color: #757575;
    /* height: 55px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    z-index: 1000;
    font-weight: bold;
    cursor: pointer;
}

.fzMenuStyleDefault .fzMenuStyle {
    /* border-radius: 30px; */
    /* margin: 5px 0; */
    /* min-width: 115px; */
} 

.fzProfile300 .fzMenu-activ{
  border: 3px solid;
  background-color: #99ca3c1a;
  color: rgb(153,202,60);
}
.fzProfile300 .fzMenu-activ a {color: #559B4B !important; font-weight: 600;}
 
/* Accordeon */
.fzProfile300 .fzAccordionTitle {
    padding: 1.2em 2.4em;
    background-color: white;
    box-shadow: 1px 1px 1px #bababa, 0px 0px 0px #bababa, -1px 1px 5px #bababa;
    font-weight: bold;
    cursor:pointer;
}
.fzProfile300 .fzAccordionTitle div, .fzAccordionTitle.ui-state-hover div  {
    background: url(images/plus-solid.svg) no-repeat;
    background-position: right;
    position: relative;
    width: 100%;
    height: 20px;
}
.fzProfile300 .fzAccordionTitle.fzAcc-activ div, .fzProfile300 .fzAccordionTitle.fzAccGr-activ div{ background-image: url(images/minus-solid-white.svg);}
.fzProfile300 .fzAccordionTitle.fzAcc-activ, .fzProfile300 .fzAccordionTitle.fzAccGr-activ {
    background-color: #559B4B;
    border: #559B4B;
    color: white;
}
.fzProfile300 .fzAccordionTitle.ui-state-focus {border: #559B4B !important;}
.fzProfile300 .fzAccContain .fzProfile-items {width: 90% !important;text-align: right;}
.fzProfile300 .fzAccTitle .fzProfile-accTitle-label {width: 100%;}

.badge.fzProfile-item-badge {margin-left: 8px; }
.badge.fzProfile-item-badge-hidden {display: none;}

.fzProfile300 .fzMenuHoriz {
    width: 100%;
    display: flex !important;
    justify-content: center;
    top: 0;
    margin: 10px 0;
    position: relative;
}

.fzProfile300 .fzMenuHoriz div {
    flex-flow: row;
    width: 12%;
    margin: 0 5px !important;
}

.fzProfile300 li.fzProfile-item { height: 45px; }
.fzProfile300 .fzFunc-Absolute.fzProfile.fzHori.fzProfile-mult {
    width: 98% !important;
    /* left: 0 !important; */
    display: flex;
    /* top: 100px !important; */
    flex-direction: column;
}

.fzProfile300 .fzMenu.fzMenuVert {
    min-height: 300px;
    height: 400px;
    width: 13%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    float: left;
    align-items: center;
    position: absolute;
    /* right: 0; */
}

/* 2eme style de bouton */
.fzProfile300 .styleBtn-2 {
    background: #fff ;
    color: #559B4B;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.fzProfile300 .styleBtn-2.fzMenu-activ {
	color: #fff !important;
    background: #559B4B !important;
    box-shadow: none;
}

.fzProfile300 .fzAccTitle {
    width: 80%;
    border-radius: 3px;
    border: 1px solid darkgray;
    color: #757575;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 1000;
    font-weight: 600;
    margin: 0 5px;
}

.fzProfile300 .fzAccContain {
    min-height: 60px;
    width: 80%;
    border: 2px dotted darkgray;
    border-top: none;
	padding: 1.1em;
    position: relative;
    margin: 0 5px;
}

.fzProfile300 .fzAccordionTitle.fzAccBlue.fzAcc-activ, .fzProfile300 .fzAccordionTitle.fzAccBlue.fzAccGr-activ { background-color: rgb(37,64,143); }
.fzProfile300 .fzAccordionTitle.fzAccGreen.fzAcc-activ, .fzProfile300 .fzAccordionTitle.fzAccGreen.fzAccGr-activ { background-color: rgb(153,202,60); }
.fzProfile300 .fzAccordionTitle.fzAccGray.fzAcc-activ, .fzProfile300 .fzAccordionTitle.fzAccGray.fzAccGr-activ { background-color: #919191; }
.fzProfile300 .fzAccTitleGr, .fzAccGroup { width: 100%;}
.fzProfile300 .fzAccGroup {display : block;}

.fzProfile300 .fzBtn-disabled {opacity: 0.5;background: #d5d5d580;}
.fzProfile300 .fzBtn-disabled:hover {box-shadow : none;}
.fzProfile300 .fzBtnDialog {
    float: left;
    min-width: 20%;
    padding: 10px;
    border: 2px solid #bababa;
    margin: 10px;
    border-radius: 5px;
}

.fzProfile300 .fzBtnDialog:hover, .fzBtnDialogActiv {
    border: 4px solid rgb(153,202,60) !important;
    background-color: rgba(153,202,60, 0.15);
    color: rgb(153,202,60) !important;
    font-weight: bolder;
}

/* SB@LB 23.04.2020 Ne pas modifier des classes globales sans prefixer, ca creer des pb par effet de bord*/
.fzProfile300 .ui-widget-header { background-color: rgb(153,202,60); color: white;}
.fzProfile300 .ui-dialog-titlebar-close {display: none }
.fzProfile300 .ui-dialog .ui-dialog-title {width: 100% !important;}
.fzProfile300 .ui-dialog .ui-dialog-content {
    justify-content: center;
    display: flex;
    flex-flow: wrap;
    padding: 0;
}
.fzProfile300 .ui-dialog .ui-dialog-content p{margin: 0;}
.fzProfile300 .ui-dialog .ui-dialog-content > div {
    width:100%;
}

.fzProfile300 .fzBtnValidData{
    vertical-align: middle;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    padding: 10px !important;
    height: 45px !important;
    background: white;
    width: 100px !important;
    border-radius: 4px;
    border: 2px solid #dfdfdf;
}

.fzProfile300 .fzBtnValidData:active{
    box-shadow: 1px 1px 2px #559B4B, 0px 0px 5px #559B4B, -1px 1px 5px #559B4B;
    border: 2px solid rgba(129, 190, 166, 0.53) !important;
    background-color: rgba(101, 206, 139, 0.25);
    color: #559B4B !important;
}
.fzProfile300 .fzMenuStyleTabs {padding: 20px 20px 0 20px;border-bottom: 4px solid rgb(153,202,60);/* background-color: #dfdfdf40; */}
.fzProfile300 .fzMenuStyleTabs .fzMenu-activ { background-color : white  ;}
.fzProfile300 .fzMenuStyleTabs .fzMenuStyle {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -4px 1px !important;
    border-bottom: none !important;
    /* background: white; */
}

.fzProfile300 .fzScDispNone {display: none;}

/* Select */
.fzProfile300 .fzTitleSelect:after {
    content:"\25BC";
    padding: 0.8em 0;
    margin: auto;
}
.fzProfile300 .fzListSelect {
    cursor: pointer;
    border: 2px solid darkgray;
    font-size: 18px;
    margin: -1px 0;
    padding: 0px;
    border-top: none;
    width: 100%;
}
.fzProfile300 li.fzEltListSelect {
    padding: 10px 0px;
    padding-left: 15px;
    list-style: none;
    background-color: white;
}
.fzProfile300 .fzEltListSelect:hover {box-shadow: inset 0px 0px 3px 0px #666;}
.fzProfile300 .fzTitleSelect {
    width: 100%;
    display: flex;
    border: 2px solid darkgray;
    border-radius: 3px;
}
.fzProfile300 .fzTitleSelect span {
    width: 70%;
    padding: 10px;
    font-size: 18px;
}
.fzProfile300 .selectedElt {background-color: rgb(153,202,60) !important;}
.fzProfile300 .fzSelect {
    position: absolute;
    margin: 0 20px;
    width: 100px;
    z-index: 9999;
    background-color: white;
    right: 0px;
    /* top: 15px; */
}
.fzProfile300 .fzSelectLeft {left: 0;}
.fzProfile300 .fzSelectBottom {bottom: -75px;}
.fzProfile300 .fzSelectCenter {margin: auto;}
.fzProfile300 .fzSelectTop { top: 15px;}
.fzProfile300 .fzSelectRight { right: 0px;}
/* Btn Debug */
.fzProfile300 .fzDivBtnDebug {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 30px; */
    /* display: none; */
}
.fzProfile300 .fzBtnDebug {
    border: 2px solid;
    padding: 11px;
    border-radius: 5px;
    text-align: center;
    width: 130px;
    margin: 20px;
}
.fzProfile300 .fzBtnDebug:hover { background-color : #dfdfdf;}

.fzProfile300 .fzProfile-attAlign-left {text-align: left;}
.fzProfile300 .fzProfile-attAlign-right { text-align: right;}
.fzProfile300 .fzProfile-attAlign-center { text-align: center;}

/* Affichage colonnes */
.fzProfile300 .fzFlexColumn {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    position: relative;
    /* padding: 0px 7px; */
    /* width: 89%; */
}

.fzProfile300 .fzColumnData {
    padding: 0px;
    flex-grow: 1;
    /* border-left: 2px solid; */
    /* border-right: 2px solid; */
}

.fzProfile300 .fzTitleColumn {
    position: relative;
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.fzProfile300 .fzRowData {margin: 13px 0px;}
.fzProfile300 .fzFlexRow {position: relative; margin: auto;}
.fzProfile300 .fzTitleRow {height: 30px;}









/***** Boite de dialogue Options profil ******/


.fzDialogMenu {
    border: 1px solid darkgray;
    border-width: 0 0 1px 0;
    width: 100%;
    display: flex;
}

.fzContainColumn {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.fzDialogOnglet {
    height: 30px;
    padding: 5px;
}

.fzDialogOnglet {
    padding: 5px 0px;
    text-align: center !important;
    border: 2px solid darkgray;
    color: #757575;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    z-index: 1000;
    font-weight: bold;
    cursor: pointer;
}

.fzDialogMenu {padding: 20px 0px 0 0px;border-bottom: 2px solid rgb(153,202,60);/* background-color: #dfdfdf40; */}
.fzDialogMenu .fzDialogOnglet {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0px 1px !important;
    border-bottom: none !important;
    /* background: white; */
}

.fzContain .fzNbDim {
    width: 4em;
    border: 1px solid;
    padding: 5px;
    margin: 0 5px;
    height: 35px;
    border-radius: 3px;
    font-size: 18px;
}

.divBtn {
    display: flex;
    /* width: 300px; */
    /* height: auto; */
    height: 30px;
}

.fzBlockDialog {
    /* width: 400px; */
    /* height: 70px; */
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-grow: 1;
}

.fzBlockDialog span {
    /* width: 130px; */
    font-size: 18px;
    margin: 5px 10px 0 0;
}

.fzContain .fzBtnGlb  {
    width: 4em;
    border: 1px solid;
    padding: 5px;
    margin: 0 5px;
    height: 35px;
    border-radius: 3px;
    font-size: 18px;
}

.fzContain .fzBtnSmpSel, .fzContain .fzNbDimSel {
    background: darkgray;
}

.fzBtnOpenDialog {
    border: 1px solid;
    padding: 10px;
    position: relative;
    margin: 20px;
}

.fzBtnSwitch {
    border: 1px solid;
    padding: 10px;
    position: relative;
    margin: 20px;
}

.fzContain .fzContainBlock{
    display: flex;
    flex-direction: row;
    height: 615px;
    overflow-y: auto;
}

.fzContain .fzAdd {
    /* flex-grow: 1; */
    border-right: 1px solid;
    overflow-y: auto;
}

.fzContain .fzLayout {
    flex-grow: 1;
    overflow-y: auto;
}

.fzContain .fzList {
    list-style: none;
    padding: 10px;
    margin: 23px 55px;
    width: 22em;
    border: 1px dotted;
    border-radius: 5px;
}

.fzContain .fzLi {
    display: flex;
    margin: 5px 0;
    padding: 0 0 10px 0;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted;
    flex-wrap: wrap;
}

.fzContain .fzNumber {
    border: 2px solid;
    padding: 3px 10px;
    margin: 5px 10px;
    border-radius: 50em;
    font-weight: 600;
}

.fzContain .fzDelete {
    /* border: 2px solid; */
    padding: 0px 0px;
    float: right;
    font-size: 15px;
    border-radius: 4px;
    /* color: red; */
    /* background: #FFCCBC; */
}


.fzContain .fzBtnAdd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fzContain .fzBtn {
    border: 1px solid;
    padding: 0px 14px;
    margin: 5px 15px;
    font-size: 24px;
    border-radius: 4px;
    color: green;
    background: #C8E6C9;
}

.fzContain .fzBtn:hover{
    color:white;
    background-color: green;
}

.fzContain .fzBtnAdd span {
    font-size: 18px;
}

.fzContain .fzInput {
    padding: 5px;
}

.fzContain .fzTitleLayout {
    font-size: 18px;
    margin: 10px;
}

.fzContain .fzTypeLayout {
    /* width: 15em; */
    border-bottom: 1px solid;
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    justify-content: center;
}

.fzContain .fzTypeTitleSelect, .fzContain .fzGrTitleSelect {
    padding: 2px 10px;
    border: 1px solid;
    text-align: left;
    height: 25px;
    font-size: 13px;
}
.fzContain .fzTypeTitleSelect:after,.fzContain .fzGrTitleSelect:after {
    content:"\25BC";
    float: right;
}
.fzContain .fzTypeListSelect,.fzContain .fzGrListSelect {
    cursor: pointer;
    border: 1px solid darkgray;
    margin: 0px;
    width: 140px;
    padding: 0px;
    border-top: none;
    text-align: left;
}


.fzContain .fzTypeEltListSelect, .fzContain .fzGrEltListSelect {
    padding: 10px 0px;
    padding-left: 15px;
    list-style: none;
    background-color: white;
    position: relative;
}
.fzContain .fzTypeEltListSelect:hover, .fzContain .fzGrEltListSelect:hover {
    box-shadow: inset 0px 0px 3px 0px #666;
}

.fzContain .fzSelectType {
    width: 10em;
}

.fzContain .fzLabelLayout {
    padding: 1px 19px;
    font-size: 14px;
    text-transform: capitalize;
}

.fzContain .typeSelected{
    background-color: rgb(153,202,60) !important;
}

.fzContain .fzListLayout {
    list-style: none;
    text-align: left;
}

.fzContain .fzLiStyleLayout {
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    margin: 5px;
    margin-right: 0;
}

.fzContain .fzTitleLayoutFirst {
    width: 150px;
    text-transform: capitalize;
}

.myDialog {
    /* position: relative; */
    top: 5em !important;
    max-height: 775px;
    overflow-y: auto;
}

.fzContain .fzLiObjectLayout {
    margin-left: 20px;
    border-left: 2px solid;
}
.fzContain .fzBtnBooleen {
    padding: 3px;
    border: 1px solid;
    margin: 0 5px;
}

.fzContain .fzDialogOngletSel {
    background-color: #f1f1f1 !important;
}

.fzRequired {
    width: 6em;
}

.fzCheckBox {
    width: 20px;
    height: 20px;
    float: right;
    border: 3px solid darkgray;
}

span.fzSpan {
    /* float: left; */
    width: 50%;
    height: 100%;
}

.fzBoxChecked {
    background: #795548;
}

.fzSelGroup {
    flex-grow: 1;
}

.fzSelectGr {
    width: 116px;
    float: right;
    height: 25px;
}

.fzContain .fzGrTitleSelect {
    height: 25px;
}

.fzGrListSelect {
    width: 100;
    background: white;
}

.fzSwitchGroup {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 12px;
    justify-content: center;
}

.fzSwitchGroup span {
    font-size: 18px;
    padding: 4px;
}

.fzBtnGroupSel {
    background: beige;
}

.fzDialBtnDebug {
    width: 100%;
    display: flex;
    height: 65px;
    justify-content: center;
}

.fzDialBtnDebugStyle {
    width: 200px;
    height: 50px;
    align-content: center;
    margin: 10px;
    -webkit-appearance: button;
    padding: 15px;
}

textarea.fzDialTxtJson {
    width: 100%;
    height: 290px;
}

.fzContain .fzTypeListSelect {
    position: fixed;
}

.fzIndicLayout {
    font-size: 12px;
    font-style: italic;
    right: 0;
    float: right;
    width: 200px;
    text-align: right;
    z-index: -1;
    margin: 0;
    position: relative;
}

.fzPosLayout {
    margin: 10px 0;
}