﻿/* HC-OFFCANVAS EXTENSION */
.nav-content {
    padding-bottom: 55px;
}
.bottom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto;
    border-right: 1px solid rgba(0,0,0,0.15);
}

.last-nav-item {
    padding-bottom: 50px;
}

.border-bottom-none {
    border-bottom: none !important;
}

.label-nav {
    background: black !important;
}

.hc-password {
    border: solid 1px green;
    position: relative;
}

.hc-password input[type=text] {
    border: none;
    width: 100%;
    padding-right: 123px;
}

.hc-password .input-group-prepend {
    display: flex;
    position: absolute;
    right: 4px;
    top: 3px;
    bottom: 4px;
    z-index: 9;
}
/* HC-OFFCANVAS EXTENSION */
