﻿

.div_login {
    /*width: 310px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #FAFAFA 0%, #F5F5F5 100%);
    height: 100%;
    flex-direction: column;
}

.div_copyright {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_btConnexion {
    text-align: center;
}

.div_popup_liste_login {
    width: 600px !important;
}

.libFsv {
    width: 90px;
}

.loginContainer {
    /*display: table-cell;
    vertical-align: middle;
    width: 310px;
    height: 484px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 500px;
    height: 260px;
}

    .loginContainer > div {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 500px;
        height: 260px;
    }

    .loginContainer .connexion-panel {
        /*display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;*/
        width: 500px;
        height: 260px;
    }

        .loginContainer .connexion-panel > div {
            height: 100%;
            width: 100%;
        }





.new_fieldsettitre {
    display: none;
}



/******************************************/
/**********************************************/
/********     NOUVELLE INTERFACE   *************/
/*********************************************/
/*******************************************/


input::placeholder {
    font-family: 'LatoRegular';
    font-size: 18px;
    color: #7DC6C0;
}

.icone-logo-login {
    content: url("/App_Themes/Sprite/SVG/cameleos.svg");
    height: 288px;
    width: 260px;
    position: absolute;
    top: calc(50% - 235px);
    /*top: calc(50% - 255px);*/
    left: calc(50% - 320px);
}

.copyright-login {
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    /*left: calc(50% - );*/
    text-align: center;
    color: #666666;
}

    /************************************/
    /***************************************/
    /********     NOTIFICATIONS   *************/
    /***************************************/
    /************************************/

#NOTIFICATION_LOGIN {
    display: none; /*TODO : WHY display none*/
    /*display: flex;*/
    flex-direction: column;
    position: absolute;
    top: calc(50% + 100px);
    /*top: calc(50% + 190px);*/
    /*top: calc(50% + 210px);*/
    left: auto;
    font-family: 'LatoRegular';
    font-size: 16px;
    border-radius: 5px;
    min-width: 400px;
    max-width: 450px;
    min-height: 30px;
    text-align: center;
    padding: 5px 15px;
    box-shadow: 0 14px 36px 2px rgba(0,0,0,0.15);
    transition: top ease-in-out 2s;
    /*A changer en fonction du type de notif*/
    background-color: #D62A56;
    color: white;
}

#NOTIFICATION_GLOBALE_LOGIN {
    display: none; 
    top: -3000px;
    /*display: flex;    
    top: 20px;*/
    position: absolute;
    left: 30px;
    right: 30px;
    font-family: 'LatoRegular';
    font-size: 16px;
    border-radius: 5px;
    max-width: calc(100% - 60px);
    /*width: calc(100% - 290px);*/
    min-height: 50px;
    text-align: center;
    padding: 5px 15px;
    box-shadow: 0 14px 36px 2px rgba(0,0,0,0.15);
    transition: top ease-in-out 2s;
    box-sizing: border-box;
    /*A changer en fonction du type de notif*/
    background-color: #D62A56;
    color: white;
    z-index: 80;

    align-items : center;
    justify-content: flex-start;
}

    #NOTIFICATION_GLOBALE_LOGIN > img{
        height: 50px;
        width: 50px;
        cursor: pointer;
    }

    #NOTIFICATION_GLOBALE_LOGIN > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #NOTIFICATION_GLOBALE_LOGIN > div > span {

    }



    #LOGIN_BODY_CONTENEUR, #LOGIN_BODY_CONTENEUR > div {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-image: linear-gradient(90deg, #FAFAFA 0%, #F5F5F5 100%);
        overflow: hidden;
    }


.login-conteneur {
    display: flex;
    flex-direction: column;
    min-height: 380px;
    width: 500px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

    .login-conteneur .login-nom-logiciel-conteneur {
        width: 100%;
        height: 120px;
        display: flex;
    }


        .login-conteneur .login-nom-logiciel-conteneur .login-nom-logiciel {
            width: 500px;
            height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-end;
        }

            .login-conteneur .login-nom-logiciel-conteneur .login-nom-logiciel > div:first-child {
                height: 50px;
                width: 291px;
                color: #2193B0;
                font-family: 'LatoRegular';
                font-size: 50px;
                letter-spacing: 10px;
                text-align: center;
            }

            .login-conteneur .login-nom-logiciel-conteneur .login-nom-logiciel > div:last-child {
                height: 50px;
                width: 291px;
                color: #2193B0;
                font-family: 'LatoBook';
                font-size: 40px;
                letter-spacing: 1px;
                text-align: center;
            }

    .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR {
        width: 500px;
        height: 260px;
        min-height: 0;
        display: flex;
        flex-direction: column;
        background: #FAFAFA;
        box-shadow: 0 14px 36px 2px rgba(0,0,0,0.15);
        border-radius: 8px;
        align-items: center;
    }


        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-liste-utf-conteneur {
            width: 500px;
            height: 200px;
            min-height: 0;
            display: flex;
            flex-direction: column;
            border-radius: 8px;
            align-items: center;
        }


        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-ligne-retour {
            width: 500px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #666666;
            font-family: "latoBold";
            font-size: 16px;
            cursor: pointer;
            box-sizing: border-box;
            border-top: 1px solid #ededed;
        }

            .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-ligne-retour:hover {
                background: #EDEDED;
                border-radius: 0 0 8px 8px;
            }

            .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-ligne-retour:active {
                background: none;
                box-shadow: 0px -1px 2px 0 rgba(0,0,0,0.18);
            }

        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-form-conteneur {
            width: 500px;
            height: 260px;
            min-height: 0;
            display: flex;
            flex-direction: column;
            border-radius: 8px;
            align-items: center;
            justify-content: center;
        }

    .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR {
        background: #FAFAFA;
        box-shadow: 0 14px 36px 2px rgba(0,0,0,0.15);
        border-radius: 8px;
    }

        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-liste-utf-conteneur {
            overflow-x: hidden;
            overflow-y: auto;
        }

        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-form-conteneur .login-inputs {
            /*height: 50px;*/
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            height: 110px;
            margin-bottom: 30px;
        }

            .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-form-conteneur .login-inputs > input {
                height: 48px;
                width: 400px;
                padding: 0;
                background: #FFFFFF;
                border: 1px solid #EDEDED;
                border-radius: 4px;
                font-family: 'LatoRegular';
                font-size: 18px;
                color: #7DC6C0;
                padding-left: 20px;
                box-sizing: border-box;
            }




        .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-form-conteneur .login-btn-connexion {
        }

            .login-conteneur #LOGIN_FORM_INPUT_CONTENEUR .login-form-conteneur .login-btn-connexion #BT_LOGIN_CONNEXION_DIV {
                height: 40px;
                width: 160px;
                min-width: 160px;
            }

.login-liste-utf-conteneur .login-ligne-utf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    border-bottom: 1px solid #ededed;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
}

.login-ligne-utf.full-size {
    border-bottom: none;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    color: #D62A56;
    font-family: "latoBold";
    font-size: 15px;
}

.login-liste-utf-conteneur .login-ligne-utf:hover {
    background: #EDEDED;
    border-radius: 0px;
    color: #000000;
}

.login-liste-utf-conteneur .login-ligne-utf:first-child:hover {
    border-radius: 8px 8px 0 0;
}


.login-liste-utf-conteneur .login-ligne-utf .login-ligne-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    width: 350px;
}

    .login-liste-utf-conteneur .login-ligne-utf .login-ligne-detail .login-ligne-detail-libelle {
        color: #2193B0;
        font-family: "latoBold";
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 330px;
    }

    .login-liste-utf-conteneur .login-ligne-utf .login-ligne-detail .login-ligne-detail-finess {
        color: #97989D;
        font-family: "latoBook";
        font-size: 12px;
    }


.login-liste-utf-conteneur .login-ligne-utf .login-ligne-select-utf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

    .login-liste-utf-conteneur .login-ligne-utf .login-ligne-select-utf .login-ligne-selection {
        color: #666666;
        font-family: "latoBold";
        font-size: 14px;
        padding-right: 10px;
        width: 90px;
    }

    .login-liste-utf-conteneur .login-ligne-utf .login-ligne-select-utf img {
        height: 40px;
        width: 40px;
        /*color: #333333;*/
    }



    /************************************/
    /***************************************/
    /********  PARTIE  MODE DEV   *************/
    /***************************************/
    /************************************/

.login-btn-mode-dev {
    position: absolute;
    top: 20px;
    right: 30px;
}

    .login-btn-mode-dev > div:not(:last-child) {
        margin-bottom: 20px;
    }

    .login-btn-mode-dev #BT_MODE_DEV_DIV, #BT_INTERFACE_VERTE_DIV, #BT_WEBSERVICE_WSDL_DIV {
        border-radius: unset;
    }

    .login-btn-mode-dev #BT_INTERFACE_VERTE_DIV {
        background-image: linear-gradient(90deg, #7DC6C0 0%, #1BD7BB 100%)
    }



        /*************************/
        /********************************/
        /*************************/
        /***      PANNEAU MODE DEV    ******/
        /********************************/
        /********************************/
        /*************************/

#FOND_POPUP_LOGIN {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: black;
    opacity: 0.3;
    align-items: center;
    justify-content: center;
}

/*La div contient le jux-loader d'ADB*/
#FOND_POPUP_LOGIN > div {
    height: 200px;
    width: 200px;
}


#PANNEAU_MODE_DEV {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -9000px;
    /*right: 0;*/
    z-index: 200;
    background-color: white;
    transition: right ease-in-out 0.7s;
    width: 650px;
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.20);
    overflow: hidden;
    height: 100%;
}

    #PANNEAU_MODE_DEV.deployed {
        right: 0;
    }

    #PANNEAU_MODE_DEV > div {
        height: 100%;
        width: 650px;
        background-color: white;
        display: flex;
    }


        #PANNEAU_MODE_DEV > div .panneau-sidenav {
            width: 40px;
            background-image: linear-gradient(-50deg, #56B4D3 5%, #7DC6C0 100%, #7CD4CF 100%);
        }

        #PANNEAU_MODE_DEV > div .panneau-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 610px;
            background-color: white;
            overflow: hidden;
            height: 100%;
        }

            #PANNEAU_MODE_DEV > div .panneau-content > .panneau-header {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 590px;
                height: 30px;
                padding: 10px;
                border-bottom: 1px solid #EDEDED;
                box-shadow: 0 1px 4px 0 rgba(0,0,0,0.18);
            }

                #PANNEAU_MODE_DEV > div .panneau-content > .panneau-header > .panneau-title {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 570px;
                    font-size: 20px;
                    font-family: 'latoRegular';
                    color: #2193B0;
                }

        #PANNEAU_MODE_DEV > div > .panneau-content > .panneau-body {
            display: flex;
            align-items: center;
            width: 590px;
            flex-direction: column;
            height: calc(100% - 51px);
            padding: 0 10px;
            overflow-y: auto;
            overflow-x: hidden;
        }


        #PANNEAU_MODE_DEV > div .panneau-content > .panneau-header > .panneau-title > .mode-dev-icone-close {
            content: url("/App_Themes/Sprite/SVG/iconeFermer.svg");
            height: 40px;
            width: 40px;
        }

            #PANNEAU_MODE_DEV > div .panneau-content > .panneau-header > .panneau-title > .mode-dev-icone-close:hover {
                content: url("/App_Themes/Sprite/SVG/iconeFermerSurvol.svg");
                cursor: pointer;
            }


.panneau-title > div:last-child {
    display: flex;
    justify-content: center;
    width: 530px;
}

.mode-dev-liste-conteneur {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 590px;
    height: auto;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
}

    .mode-dev-liste-conteneur:last-child {
        margin-bottom: 2px;
    }

    .mode-dev-liste-conteneur > div {
        padding: 0 5px;
        overflow-wrap: break-word;
    }

.mode-dev-utl-nom, .mode-dev-utl-prenom {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

.mode-dev-liste-conteneur:not(:first-child) .mode-dev-utl-prenom, .mode-dev-liste-conteneur:not(:first-child) .mode-dev-utl-login {
    color: #97989D;
    font-family: "latoBook";
    font-size: 13px;
}

.mode-dev-liste-conteneur > div b {
    font-family: 'latoRegular';
    color: #666666;
    /*color: #2193B0;*/
    font-size: 14px;
}

.mode-dev-utl-login {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.mode-dev-lien-login {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .mode-dev-lien-login > a {
        overflow-wrap: break-word;
    }

.pointille {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


    /*************************/
    /********************************/
    /***************************************/
    /*****    POPUP MEDECIN REMPLACANT  ******/
    /***************************************/
    /********************************/
    /*************************/


#POPUP_REMPLACANT {
    display: none;
    flex-direction: column;
    position: absolute;
    top: -9000px;
    left: calc(50% - 250px);
    height: 250px;
    width: 500px;
    z-index: 200;
    box-shadow: 0 14px 36px 2px rgba(0,0,0,0.15);
    background-color: white;
    border-radius: 8px;
    transition: top ease-in-out 2s;
}

    #POPUP_REMPLACANT > div {
        display: flex;
        height: 100%;
        width: 100%;
    }

.popup-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

.popup-header, .popup-footer {
    padding: 10px;
}

.popup-header, .popup-footer {
    height: 30px;
    width: 480px;
}

.popup-header {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc( 100% - 20px);
    height: 30px;
    /*border-bottom: 1px solid #ededed;*/
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.18);
}


.popup-body {
    height: 200px;
    width: 500px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

    .popup-body .popup-ligne-utf {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 29px;
        padding: 5px;
        border-bottom: 1px solid lightgrey;
    }

        .popup-body .popup-ligne-utf:hover {
            background: #EDEDED;
        }

        .popup-body .popup-ligne-utf .popup-ligne-select-utf, .popup-body .popup-ligne-utf .popup-ligne-detail {
            display: flex;
            align-items: center;
            height: 30px;
            max-height: 30px;
        }

        .popup-body .popup-ligne-utf .popup-ligne-select-utf {
            width: 140px;
            min-width: 140px;
            justify-content: center;
            color: #666666;
            font-family: "latoBold";
            font-size: 13px;
            cursor: pointer;
        }

        .popup-body .popup-ligne-utf .popup-ligne-detail {
            width: 340px;
            min-width: 340px;
            padding-left: 10px;
            justify-content: start;
            color: #2193B0;
            font-family: "latoBold";
            font-size: 12px;
        }

            .popup-body .popup-ligne-utf .popup-ligne-detail .popup-ligne-detail-nom-prenom {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.popup-icone-close {
    content: url("/App_Themes/Sprite/SVG/iconeFermer.svg");
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.popup-title {
    padding-left: 20px;
    color: #56B4D3;
    font-family: "latoBold";
    font-size: 18px;
}
