/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
}



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 16%;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -16%;
}



.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}





/* Push classes applied to the body */

.cbp-spmenu-push {
    /* overflow-x: hidden; */
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 16%;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

/* Table grid */

.grid .fa {
    margin: 0;
    letter-spacing: 4px;
}

.grid .btn {
    padding: 0 10px;
}

/* error Message in form */
.errorMessage {
    padding: 3px;
    color: red;
}

/* News feed at dashboard */

.news-feed-item {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    overflow: auto;
    margin-bottom: 20px;
    border-radius: 4px;
}

.news-feed-image {
    float: left;
    width: 10%;
}

.news-feed-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.news-feed-content {
    float: left;
    padding-left: 20px;
    width: 90%;
}

.news-feed-header {
    overflow: auto;
    width: 100%;
}

.news-feed-title {
    float: left;
}

.news-feed-title h3 {
    margin-top: 10px;
}

.news-feed-date {
    float: right;
    line-height: 26.4px;
    margin: 10px;
}

.news-feed-text {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #555;
    font-size: 16px;
    text-align: justify;
}
