@import url(https://fonts.googleapis.com/css?family=Lato:300);

#banner {
    margin-top: 10px;
    font-family: "Lato" , sans-serif;
    height: 150px;
    background-color: white;
    background-image: url('../assets/images/banner_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 100px;
    color: white;
}
.addis-main-nav {
    /*position:fixed;
	left:0;
	top:0;*/
    
    height: auto;
    width: 100%;
    z-index: 10;
}


#menu,
#menu-mobile {

    
    width: 100%;
    height: 100%;
    background-color: #0F9D58;
    box-shadow: #ccc 5px 5px 10px;
    z-index: 0;
}
#menu-mobile button .mobile-menu-icon {
    width: 50%;
    padding: 10%;
}
#menu-mobile a {
    color: white;
    width: 20%;
}
#menu ul {

    
    width: 100%;
    display: table;

}
#menu li {

    
    display: table-cell;

}
.navbar-header {
    text-align: right;
    display: block;
}
#menu li a {
    text-decoration: none;
    color: white;
    background-color: transparent;
}

#menu li a:hover{
	  color: #fed136;
}


@media screen and (max-width: 699px) {
    #menu li {
        width: 100%;
    }
    .addis-main-nav #notify-box {
        background: #B8eB5D;
        list-style-type: none;
        word-wrap: break-word;
        display: block;
        width: 100%;
    }
}
@media screen and (min-width: 699px) {
    .navbar-header {
        /*height:200px;*/
        
        display: none;
    }
}


#notify-box {
    background: #B8eB5D;
    list-style-type: none;
    word-wrap: break-word;
    height: auto;
    display: block;
    width: 50%;
}
#notify-box {
    max-height: 400px;
    display: none;
    overflow: scroll;
}


#notify-box li {
    padding: 10px;
    height: 25%;
    word-wrap: break-word;
    width: 100%;
}


#notify-box a {
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    white-space: normal; 
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
#footer {
    bottom: 0;
    width: 100%;
}
.mobile-menu-icon {
    min-height: 20px;
    min-width: 20px;
    z-index: 10;
    background: url("img/mobile_nav.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
a {
    cursor: pointer;
}

.modal {
    background-color: black;
    opacity: .7;
}
.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.btn-addis-green {
    color: white;
    background: #86B82A;
}
.btn-addis-green:hover {
    color: white;
    background: #EEB711;
    /*        border-bottom: 5px solid #E17A18;*/
}
.btn-addis-yellow {
    color: white;
    background: #EEB711;
}
.btn-addis-yellow:hover {
    color: white;
    background: #86B82A;
}
a.addis-link {
    color: #86B82A;
}
a.addis-link:hover {
    box-shadow: #86B82A 0px 0px 10px;
}
.comment {
    margin-top: 10px;
    min-height: 100px;
}
.delete_comment {
    color: white;
    min-height: 50px;
    min-width: 50px;
    background: url("img/delete_button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: red;

    
    text-align: center;

}
.delete_comment:hover {
    background-color: orange;
    border: 5px solid red;
}