.row-green{
    background-color:#8CCC1D;
    height:8px;
    margin-top: 0px;
    position: absolute;
    width:100%;
    display:inline-block;
}
.row-green2{
    background-color:#8CCC1D;
    height:8px;
    margin-top: 0px;
    position: fixed; /*absolute;*/
    width:100%;
    left:0;
    display:inline-block;
    z-index: 2;
}
.bg-success{
    background-color:#8CCC1D !important;
}
body{
    background-color:#EDEDEE;
}
#menu{
    background-color:#FEFEFE;
    min-height: 100vh;
    padding-top:50px;
    position:fixed;
    width: inherit;
}
.info{
    display:block;
    font-family: 'Source Sans Pro', sans-serif;
}
#menu ul{
    padding:0;
    margin-top:80px;
}
#menu ul li{
    list-style: none;
}
#menu ul li a{
    display: inline-block;
    text-decoration: none;
    color: #8ccc1d;
    padding: 15px;
    width: 100%;
    text-align: left;
}
#menu ul li a:hover{
    background-color: #444647;
}
#menu #ativo{
    background-color: #444647;
}
#menu ul li a img{
    width:28px;
    margin-right:20px;
}
.foto img{
    background-color:#f2f2f2;
    border-radius:50%;
    width:120px;
    height:120px;
    display: inline-block;
    padding:5px;
    margin-bottom:20px;
    cursor:pointer;
}
#notifications{
    position:absolute;
    right:20px;
    top:150px;
}
#notifications img{
    width:22px;
}
#logo_menu{
    position: absolute;
    bottom: 20px;
    width: 180px;
    left: calc((100% - 180px)/2 - 10px);
}
#close-menu{
    position: absolute;
    right: 10px;
    top: 17px;
    width: 18px;
    cursor: pointer;
}
#icon-menu{
    position: absolute;
    left: calc((100% - 26px) / 2);
    top: 20px;
    width: 26px;
    cursor: pointer;
    display:none;
}
/*-------------------------*/

#conteudo h1{
    font-family: 'Source Sans Pro', sans-serif;
    color: #8ccc1d;
}
#conteudo table tbody{
    background-color:#FFF;
}
#conteudo table tbody tr td{
    vertical-align: middle;
}
.edit img, .remover img, .status img, .beneficios img, .link img, .anexo img, .lista img, .transferir img, .arquivar img, .desarquivar img{
    width:40px;
    margin-left:10px;
}
#loading{
    position:absolute;
    z-index: 10;
    width:100%;
    text-align:center;
    background-color:#FFF;
    height:100vh;
}
.currency{
    text-align:right;
}
#mensagem-retorno{
    position: fixed;
    right: 0;
    background-color: #8CCC1D;
    color: #434343;
    font-weight: bold;
    padding: 20px;
    z-index: 10000000;
    font-size: 12px;
    top: 20px;
}