body {
    background: #f0f1f3;
}

.navbar-fixed-left {
    width: 86px;
    border: 1px solid #EBEBEB;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(210,208,208,0.5);
    top: 0;
    position: fixed;
    z-index: 111111;
    border-radius: 0;
    height: 100%;
}

.navbar-fixed-left .navbar-nav {
    margin-top: 25px;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 86px;
}

/*.navbar-fixed-left + .container {*/
  /*padding-left: 107px;*/
/*}*/

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    bottom: 0;
    left: 90px;
    top: auto;
    position: absolute;
}

.navbar-fixed-left  .nav-item {
    margin-top: 35px;
}

.dropdown-menu {
    min-width: 290px;
}
.datetimepicker.dropdown-menu {
    min-width: initial;
}



/* Fontello icons styling */

.navbar-fixed-left .demo-icon
{
    font-family: "fontello";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

    text-decoration: none !important;
    color: #898F9B !important;

    padding: 10px 0 !important;
    margin: 0 auto !important;
    width: 86px !important;
}

.default-profile {
    font-size: 50px !important;
    float: left;
    width: 70% !important;
}

.dropdown-menu .divider {
    clear: both;
}

.userinfo {
    float: left;
    clear: none;
    width: 70%;
    margin-top: 15px;
}

ul.menuitems {
    top: 25px;
    position: relative;
    margin: 0;
    padding: 0 10px;
}

ul.menuitems li {
    list-style: none;
    margin-top: 50px;
}

a.demo-icon:hover {
    color: #0c0c0c !important;
}

a.demo-icon:active {
    color: #0c0c0c !important;
}

.navbar-fixed-left li.active a {
    background-color: inherit !important;
    color: #0c0c0c !important;
}

.navbar-fixed-left li.nav-item:hover::before, .navbar-fixed-left li.active::before  {
    content: '';
    position: absolute;
    border-right: 6px solid #191A3F !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px 0 0px 0px !important;
    height: 45px;
}

.bottom-label-item {
    position: fixed !important;
    bottom: 80px;
    color: #fff;
    background-color: #191A3F;
    height: 45px;
    width: 86px;
    font-family: Verdana;
    font-weight: 900;
    font-size: 18px;
    margin: 15px 0;
    padding: 11px 30px;
}

.bottom-nav-item {
    position: fixed !important;
    bottom: 30px;
}

/* Redesign desktop */
@media (min-width: 768px) {

    .navbar-fixed-top {
        display: none;
    }

    #logo {
        width: 60px;
        position: relative;
        margin: 25px auto 0 auto;
    }

    #logo img {
        width: 60px;
    }

    .navbar-fixed-top {
        background-color: #191A3F;
        border-color: #191A3F;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #191A3F;
    }

    /*#login .navbar-inverse {*/
        /*background-color: #222;*/
        /*border-color: #080808;*/
    /*}*/

    footer .container, #login .container {
        background: none;
    }

}

/* Redesign mobile */
@media (max-width: 768px) {

    .navbar-inverse .navbar-nav>li>a {
        /*color: #FFFFFF;*/
        font-family: 'Roboto', sans-serif;
    }

    .navbar-inverse {
        background-color: #191A3F;
        border-color: #191A3F;
    }

    .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
        /*color: #FFFFFF;*/
        font-family: 'Roboto', sans-serif;
    }

    /*.navbar-inverse .navbar-toggle {*/
    /*    border-color: #fff;*/
    /*}*/

    /*.navbar-header .glyphicon {*/
    /*    color: #fff;*/
    /*}*/

    .navbar-fixed-left {
        display: none !important;
    }

    #logo {
        width: 25px;
        position: relative;
        margin: 10px 0 0 15px;
    }

    .navbar-fixed-top {
        width: 100%;
        border-bottom: 1px solid #EBEBEB;
        background-color: #FFFFFF;
        box-shadow: 1px 1px 3px 0 rgba(210,208,208,0.5);
    }

    .navbar-fixed-top .navbar-header {
        height: 56px;
    }

    [aria-expanded="true"] .glyphicon-menu-hamburger {
        color: #FFFFFF;
    }

    .navbar-toggle[aria-expanded="true"] {
        background-color: #333;
    }

    .collapsed .glyphicon-menu-hamburger {
        color: initial;
    }

    .navbar-inverse .collapsed {
        background-color: transparent !important;
    }

    .navbar-inverse .navbar-nav>li>a  {
        color: initial;
    }

    .nav-item:hover, .navbar-inverse .navbar-nav>li>a:hover  {
        color: #fff;
        background-color: #080808;
    }

    .loggedInUser:hover {
        background-color: transparent !important;
    }
}