/* -------------------------------------------
 Body
------------------------------------------- */
form {
    max-width: 100% !important;
}
/* -------------------------------------------
 Boutons
------------------------------------------- */
.btn {
    background-size: 20% auto !important;
}

/* -------------------------------------------
 pmod
------------------------------------------- */
div.main-content {
    position    : absolute!important;
    left        : 70px!important;
    top         : 0px!important;
    width       : auto!important;
    height      : 100vh!important;
    z-index     : 0!important;
    right       : 320px!important;
}

/* -------------------------------------------
 cmodSideNav
------------------------------------------- */
.RepriseSaisie {
    border: red thin solid;
}
/* -------------------------------------------
 cmodSideNav
------------------------------------------- */
.ctnSideNav {
    z-index         : 100 !important;
}
.cmodSideNav {
    height          : 100vh !important;
}
.slideMenu {
    position        : fixed !important;
    height          : 100vh !important;
    transition      : 400ms ease-out;
    left            : -210px !important;
}
.slideMenu.menu-opened{
    left            : 0 !important;
}

.slideMenuElement {
}
.slideMenuElement:hover {
    background-color            : #F04E23;
    border-bottom-right-radius  : 1rem;
    border-top-right-radius     : 1rem;
}
/* -------------------------------------------
 cmodAgenda
------------------------------------------- */
.innerTask {
    border                  : 1px solid transparent!important;
    border-radius           : 0.25rem!important;
    -webkit-box-shadow      : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
    -moz-box-shadow         : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
    box-shadow              : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
}


/* -------------------------------------------
 Profil
------------------------------------------- */
.ctnSidebareProfil {
}
.innerSidebareProfil {
    position        : relative !important;
    right           : 0 !important;
    height          : 100vh !important;
}
.pictoProfil {

}
.pictoProfil {
    width  : 60px;
    height : 60px;
}

/* -------------------------------------------
 Page Login
------------------------------------------- */
.ctnLogin {
    position                : relative!important;
    margin                  : 10vh auto!important;
    left                    : 0!important;
    top                     : 0!important;
    border                  : 1px solid transparent!important;
    border-radius           : 0.5rem!important;
    -webkit-box-shadow      : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
    -moz-box-shadow         : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
    box-shadow              : 0 3px 12px 0 rgba(0,0,0,0.25)!important;
}

/* -------------------------------------------
 Page Portail Clients
------------------------------------------- */
.ongClients {
    width   : 100% !important;
    height  : 100% !important;
}
