
/*.nav_breadcrumbs{*/
/*    padding: 50px 0 0 50px;*/
/*}*/
/*@media only screen and ( max-width: 760px ) {*/
/*    .nav_breadcrumbs{*/
/*        padding: 20px 0 0 0px;*/
/*    }*/
/*}*/

.mc-notification-page__not_found{
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-items: center;
    text-align: center;
}
.mc-notification-page__not_found img{
    margin: 100px auto 20px;
    max-height: 180px;    
}

/* LAYOUT DESKTOP*/
.mc-notification-page{
    display: flex;
    flex-direction: row;
}
.mc-notification-page > aside{
    width: 60%;
    flex-shrink: 0;
}

.mc-notification-page > section{
    flex-grow: 1;
    padding: 0 5px 10px 15px;
}
/* LAYOUT PHONE */
@media only screen and ( max-width: 760px ) {
    .mc-notification-page{
        display: block;
        position: relative;
    }
    .mc-notification-page > aside{
        width: 100%;
    }

    .mc-notification-page > section{
        width: 100%;
        left:0px;
        top:0px;
        position: absolute;
        padding: 0px;
    }
    
    #mc-notification-message__loading .mc-box-content{
        padding: 50px;
    }
}

.mc-notification-page ul.mc-notification-list li{
    margin-bottom: 20px;
    padding: 0px 5px; /* The shadow on notifiation page*/
}

.mc-notification-message__open{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
}
@media only screen and ( max-width: 760px ) {
    .mc-notification-message__open{
        display: none;
    } 
}
.mc-notification-message__open img{
    max-height: 180px;
}
.mc-notification-message__open p{
    text-align: center;
    color: var(--color-primary);
    margin-top: 20px;
}

.mc-notifications-filter{
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 60%;
}/* LAYOUT PHONE */
@media only screen and ( max-width: 760px ) {
    .mc-notifications-filter{
        width: 100%;
    }
}

.mc-notifications-filter__left{
    text-align: left;
    width: 50%;
}

.mc-notifications-filter__right{
    text-align: right;
    width: 50%;
}

.mc-notifications-filter a.control{
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.mc-notifications-filter a.control.inactive{
    color: #BFC4CF;
    stroke: #BFC4CF;
}

.mc-notifications-filter__right a.control:last-of-type{
    margin-left: 10px;
}

.mc-notifications-filter a.control{
    color:  var(--color-primary);
    stroke:  var(--color-primary);
}
.mc-notifications-filter a.control svg{
    margin-bottom: -2px;
}

.mc-notifications-filter .mc-dropdown-menu {
    margin-left: 5px;

}

