#side-menu
{
    background: -moz-linear-gradient(-45deg,  rgba(156,221,101,0.7) 60%, rgba(156,221,101,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(60%,rgba(156,221,101,0.7)), color-stop(100%,rgba(156,221,101,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(156,221,101,0.7) 60%,rgba(156,221,101,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(156,221,101,0.7) 60%,rgba(156,221,101,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(156,221,101,0.7) 60%,rgba(156,221,101,0) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(156,221,101,0.7) 60%,rgba(156,221,101,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39cdd65', endColorstr='#009cdd65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border-bottom-left-radius: 13px;
    display: block;
    float: left;
    width: 220px;
}

#side-menu #home-menu a
{
    width: 90%;
    text-align: left;
}

#side-menu .module-menu:not(.showing)
{
    background: #9cdd65; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #9cdd65 0%, #dddddd 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9cdd65), color-stop(90%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #9cdd65 0%,#dddddd 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #9cdd65 0%,#dddddd 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #9cdd65 0%,#dddddd 90%); /* IE10+ */
    background: linear-gradient(135deg,  #9cdd65 40%,#ffffff 90%); /* W3C */
}

#side-menu .module-menu .module-item
{
    cursor: pointer;
    display: table;
    min-height: 30px;
    padding: 0 0 0 10px;
}

#side-menu .module-menu.showing,
#side-menu .module-menu:not(.showing):not(.current-module) .module-item:hover
{
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(156,221,101,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(156,221,101,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(156,221,101,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(156,221,101,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(156,221,101,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(156,221,101,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#9cdd65',GradientType=0 ); /* IE6-9 */
}

#side-menu .module-menu .module-icon
{
    display: table-cell;
    margin-right: 10px;
    vertical-align: middle;
    height: 50px;
    width: 50px;
}

#side-menu .module-menu:last-child
{
    border-bottom-left-radius: 10px;
}

#side-menu .module-menu:last-child .module-menu-separator
{
    display: none;
}

#side-menu .module-menu .module-label
{
    color: #0B5FC1;
    display: table-cell;
    font-weight: bold;
    overflow: auto;
    transition-duration: 0.5s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

#side-menu .module-menu-separator
{
    height: 1px;
    background: #b8c1c0; /* Old browsers */
    background: -moz-linear-gradient(left,  #b8c1c0 0%, #7b7c7f 32%, #7b7c7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8c1c0), color-stop(32%,#7b7c7f), color-stop(100%,#7b7c7f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #b8c1c0 0%,#7b7c7f 32%,#7b7c7f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #b8c1c0 0%,#7b7c7f 32%,#7b7c7f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #b8c1c0 0%,#7b7c7f 32%,#7b7c7f 100%); /* IE10+ */
    background: linear-gradient(to right,  #b8c1c0 0%,#7b7c7f 32%,#7b7c7f 100%); /* W3C */
}

#side-menu .sub-module-items
{
    padding: 0px 10px 10px 20px;
}

#side-menu .module-menu:not(.showing) .sub-module-items
{
    display: none;
}

#side-menu .sub-module-items a
{
    display: block;
    line-height: 160%;
    white-space: nowrap;
}

#side-menu .sub-module-items a:hover,
#side-menu .current-module .module-label,
#side-menu .sub-module-items a.current-sub-module .sub-module-label,
#side-menu .current-module .sub-module-items a:hover .sub-module-label
{
    color: #333;
}

#side-menu .sub-module-items a.current-sub-module
{
    cursor: default;
}

#side-menu .sub-module-label
{
    font-size: 0.9em;
    font-weight: bold;
}

#side-menu .sub-module-icon
{
    margin-right: 5px;
}

.side-menu-toggler
{
    display: none;
}

.side-menu-overlay
{
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}