#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    width: 15rem;
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 1350px) {
    .table-responsive{
        /* display: table!important; */
    }
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
}

label.required:after {
    content: " *";
    color: #E74C3C;
}

.select-perso{
    padding: 5px 10px;
    width: 100%
}

.activity-feed {
    padding: 15px;
    word-wrap: break-word;
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    border-left: 2px solid #f0ad4e;
}

.feed-item .text-has-action {
    margin-bottom: 7px;
    display: inline-block;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #4B5158;
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #4B5158;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}

.fc-event-planning{
    border-radius: 0!important;
    background-color: cornflowerblue!important;
    color: white!important;
    min-height: 50px;
    padding: 0 10px;
}

.fc-event-dossier{
    border-radius: 0!important;
    background-color: coral!important;
    color: white!important;
    min-height: 50px;
    padding: 0 10px;
}

.btn{
    line-height: 1rem!important;
}

.bg-light{
    background-color: #ecf0f1!important;
    border: 0;
}

body{
    min-height: 100vh;
}

.chat-border{
    border: 1px solid #ced4da!important;
    border-bottom: 0!important;
}

.text-underline{
    text-decoration: underline;
}

.text-black{
    color: black;
}