/*------------------------------------------------+
 | Part: Development console on staging and local |
 +-----------------------------------------------*/

growl-notifications,banner {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1000;
    opacity: 50%;
}

growl-notifications growl-notification {
    background: rgba(229, 229, 229,.7);
    padding: 15px 30px;
    width: 240px;
    display: block;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #eeeeee;
    border-left-width: 5px;
    border-left-color: #3d7ab6;
}
growl-notifications growl-notification:hover {
  background:rgba(229, 229, 229,.9);
}

growl-notifications growl-notification .close { color: #aaa; position: absolute; right: 10%; top: 20%; }
growl-notifications growl-notification .close:hover { color: #000; text-decoration: none; }

growl-notifications p,growl-notifications h3 {margin-bottom: 0px; font-weight:400;}
growl-notifications .branch, growl-notifications .green{color:#1bc520;}
growl-notifications .red{color:#d2691e;}

growl-notifications .disabled {color: #bbb; cursor: default; text-decoration: none; }