/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.page-container .sidebar-menu #main-menu li a {
    color: #000;
}

.page-container .sidebar-menu {
    background: rgb(255, 255, 255);
}

.page-container .sidebar-menu #main-menu li.active > a {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.page-container .sidebar-menu .center-flex {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70vh;
    -ms-flex-pack: center;
    justify-content: center;
}

/** Custom css for pop up Agenda **/

#form-post-edit-contact-detail .form-group,
#coordon-vp .form-group {
    margin-bottom: 0;
}

.pannel-coordonne-vp {
    padding:0 15px;
}

/*##################### START STYLE CSS FOR MOBILE ########################### */

/*-------------------[499px]------------------*/
@media only screen and ( max-width: 499px ) {
    .login-page-col {
        height: 47vh !important;
    }

    .page-body .page-container .sidebar-menu {
        width: 100% !important;
    }

    .page-container .sidebar-menu .center-flex {
        height: 14vh;
        position: absolute;
        width: 100%;
        display: block;
    }

    .page-body .page-container .sidebar-menu #main-menu {
        background: #fff;
    }

    .hidden-xs {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(15px);
        z-index: 9999;
    }

    .name-user {
        width: 250px;
    }
}