#swCustomFicheDialog-body {
    max-height: 600px;
    overflow-y: auto;
}

button.headtBtn {
    position: absolute;
    right: 10px;
}

div.modal-dialog {
    width:800px!important;
}

#swCustomFicheDialog-body .confifPlugin {
    width: 100%;
}

#swCustomFicheDialog-body .plgGroup, #swCustomFicheDialog-body .plgGroup2 {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px 0px 0px 0px;
    margin-bottom: 10px;
}

#swCustomFicheDialog-body .plgGroup .plgGroup-head {
    width: 100%;
    padding: 5px;
    background-color: #3A87AD;
    color: white;
    font-weight: bold;
    border-radius: 10px 0px 0px 0px;
    position: relative;
}

#swCustomFicheDialog-body .plgGroup .plgGroup-body {
    width: 100%;
    padding: 5px;
}

#swCustomFicheDialog-body .plgGroup2 .plgGroup-head {
    background-color: #7f9098;
    min-height: 45px;
}

#swCustomFicheDialog-body .plgGroup-head .headBtn {
    position: absolute;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    top: 3px;
}

#swCustomFicheDialog-body .require::before {
    content: "*";
    color: red;
    padding-right: 5px;
    font-size: bold;
}

.tabbtn{
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 60px;
    text-align: center;
    padding: 8px;
}

#CustomFicheTreeView input{
    float: left;
    border: none;
    width: 100%;
}

#CustomFicheTreeView .customFicheChkBox {
    position: absolute;
    top: 0;
    right: 60px;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 30px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    margin: 0px;
    padding-right: 0px;
}

#CustomFicheTreeView .customFicheChkBox .checkbox {
    margin-top: 0;
}

#CustomFicheTreeView .customFicheChkBox span {
    margin-left: 0;
}

#CustomFicheTreeView .customFicheChkBox label {
    padding-left: 0;
}
