.main-menu,
.main-menu li>a {
    -webkit-transform: translateZ(0) scale(1, 1)
}

.main-menu li>a,
.settings {
    font-family: Strait, sans-serif
}

.fa,
.settings {
    text-align: center
}

.settings {
    height: 73px;
    float: left;   
    width: 250px;
    margin: 0;
    font-size: 20px
}

.scrollbar,
.scrollbar:hover {
    height: 90%;
    width: 100%;
    overflow-x: hidden
}

.scrollbar {
    overflow-y: hidden
}

.scrollbar:hover {
    overflow-y: scroll
}

#style-1::-webkit-scrollbar-track {
    border-radius: 2px
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F7F7F7
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #BFBFBF
}

.fa-lg {
    font-size: 1em
}

.fa {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    top: 12px;
    font-size: 20px
}

.main-menu:hover,
nav.main-menu.expanded {
    width: 250px;
    overflow: hidden;
    opacity: 1
}

.main-menu {
    background: #F7F7F7;
    position: fixed;
    top: 150;
    bottom: 0;
    height: 100%;
    left: 0;
    z-index: 1000;
    width: 55px;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    box-shadow: 1px 0 15px rgba(0, 0, 0, .07);
    opacity: 1
}

.main-menu>ul {
    margin: 7px 0
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px
}

.main-menu li>a {
    position: relative;
    width: 255px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #8a8a8a;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .14s linear;
    transition: all .14s linear;
    border-top: 1px solid #f2f2f2;
    text-shadow: 1px 1px 1px #fff
}

.main-menu .nav-icon,
.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.main-menu .nav-icon {
    width: 55px;
    height: 36px;
    text-align: center;
    font-size: 18px
}

.main-menu .nav-text {
    width: 190px;
    font-family: 'Titillium Web', sans-serif
}

.main-menu .fb-like {
    left: 180px;
    position: absolute;
    top: 15px
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0
}

.no-touch .scrollable.hover {
    overflow-y: hidden
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible
}

.settings:hover,
settings:focus {
    -webkit-transition: all .2s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all .2s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all .2s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all .2s ease-in-out, width 0, height 0, top 0, left 0
}

.settings:active,
settings:focus {
    -webkit-transition: all .1s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all .1s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all .1s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all .1s ease-in-out, width 0, height 0, top 0, left 0
}

a:focus,
a:hover {
    text-decoration: none;
    border-left: 0 solid #F7F7F7
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

nav li,
nav ul {
    outline: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.darkerli,
.darkerlishadow,
.darkerlishadowdown {
    background-color: #ededed;
    text-transform: capitalize
}

.darkerlishadow {
    -webkit-box-shadow: inset 0 5px 5px -4px rgba(50, 50, 50, .55);
    -moz-box-shadow: inset 0 5px 5px -4px rgba(50, 50, 50, .55);
    box-shadow: inset 0 5px 5px -4px rgba(50, 50, 50, .55)
}

.darkerlishadowdown {
    -webkit-box-shadow: inset 0 -4px 5px -4px rgba(50, 50, 50, .55);
    -moz-box-shadow: inset 0 -4px 5px -4px rgba(50, 50, 50, .55);
    box-shadow: inset 0 -4px 5px -4px rgba(50, 50, 50, .55)
}

.dashboard-page nav.dashboard-menu ul li.active a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.main-menu li:hover>a,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
nav.main-menu li.active>a {
    color: #fff;
    background-color: #0bb;
    text-shadow: 0 0 0
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%
}

