.digiwallet-app-drawer {
    line-height: 70px;
    vertical-align: middle;
    font-size: 36pt;
    cursor: pointer;
}

.digiwallet-app-drawer .ion-android-apps {
    padding-top: 11px;
}

#dwSuiteSitenav .drawer-title,
#digiwallet-suite-drawer .drawer-title {
    font-weight: 300;
    padding: 20px 0 0 20px;
    color: #45adee;
}

#digiwallet-suite-drawer {
    position: absolute;
    top: 72px;
    right: 40px;
    z-index: 9999;
    background: #fff;
    width: 399px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    outline: none;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    padding: 20px;
}

#dwSuiteSitenav ul.app-btn,
#digiwallet-suite-drawer ul.app-btn {
    list-style: none;
    padding: 1em 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    text-align: center;
}

#dwSuiteSitenav ul.app-btn li {
    width: 100px;
    float: left;
    font-size: 8pt;
    height: 120px;
    margin: 0 10px 10px;
    vertical-align: top;
    box-sizing: border-box;
    border-left: 0;
}

#dwSuiteSitenav ul.app-btn img {
    width: 80px;
    height: 80px;
    /* filter: grayscale(100%); */
}

#dwSuiteSitenav ul.app-btn li:hover img {
    /* filter: grayscale(0); */
}

img.rounded {
    border-radius: 7px;
    border: 1px solid #42a3db;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: inherit;
    width: 78px !important;
    height: 78px !important;
    margin-top: 1px;
    background-color: #f6f6f6;
}

#digiwallet-suite-drawer ul.app-btn li {
    width: 111px;
    float: left;
    font-size: 10pt;
}

#dwSuiteSitenav ul.app-btn .icon-title,
#digiwallet-suite-drawer ul.app-btn .icon-title {
    display: block;
}

/* The side navigation menu */
#dwSuiteSitenav {
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -250px;
    background-color: #dde5eb;
    border-left: 1px solid #bfbfbf;
    overflow-x: hidden;
    padding-top: 12px;
    margin-top: 71px;
    transition: 0.5s;
}

/* The navigation menu links */
#dwSuiteSitenav a {
    text-decoration: none;
    color: #818181 !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
#dwSuiteSitenava:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

.digiwallet-app-drawer .glyphicon-th {
    color:#fff;
    font-size: 2.4em;
    top: 6px;
}

/* Position and style the close button (top right corner) */
#dwSuiteSitenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    #dwSuiteSitenav {
        padding-top: 15px;
    }

    #dwSuiteSitenav a {
        font-size: 18px;
    }
}

