.settings {

    height: 73px;
    float: left;
    width: 250px;
    margin: 0px;
    text-align: center;
    font-size: 20px;

}

/* ScrolBar  */
.scrollbar {

    height: 90%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.scrollbar:hover {

    height: 90%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Scrollbar Style */

#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;
}

/* Scrollbar End */

.fa-lg {
    font-size: 1em;

}

.fa {
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    padding-right: 3px;
    font-size: 20px;
    top: 2px;

}

.social-networks .fa{
    width: 50px;
    height: 36px;
    top: 8px;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: hidden;
    opacity: 1;

}

.main-menu {
    background: #F7F7F7;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 55px;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
    opacity: 1;
    z-index: 999;
}

.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-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .14s linear;
    transition: all .14s linear;
    font-family: 'Strait', sans-serif;
    border-top: 1px solid #f2f2f2;

    text-shadow: 1px 1px 1px #fff;
}

.main-menu .nav-icon {

    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;

}

.main-menu .nav-text {

    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.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;

}

/* Logo Hover Property */
.settings {
    background: url(http://www.homesittingpro.com/images/logo.png) no-repeat;
    background-position: 50%;
    background-size: contain;

}

.settings:hover, settings:focus {
    -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
}

.settings:active, settings:focus {
    -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
}

a:hover, a:focus {
    text-decoration: none;
    border-left: 0px solid #F7F7F7;

}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

nav ul, nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;

    background-color: rgb(39, 120, 148);
    text-shadow: 0px 0px 0px;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

/*Nav superior*/
.menu_container {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgb(39, 120, 148);
    padding: 10px;
    z-index: 999;
}

.menu {
    margin-top: -10px;
    position: fixed;
    top: 11px;
    right: 0;
    min-width: 500px;
    z-index: 100;
}

.menu li {
    list-style: none;
}

.menu li a {
    padding: 10px 20px;
    display: block;
    font-weight: 700;
    float: right;
    color: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #e7e8ef 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #e7e8ef 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #e7e8ef 100%);
    background: linear-gradient(top, #FFFFFF 0%, #e7e8ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#e7e8ef', GradientType=0);
    position: relative;
    cursor: pointer;
    text-decoration: none;
    /* font-family: Helvetica, Arial; */
    /* text-shadow: 0 1px 1px white; */
    font-size: 13px;
    border-right: none;
}

.menu li a:hover {
    background: rgb(53, 171, 209);
}

.menu li a:hover .notification {
    opacity: 0.9;
}

span.notification.pink {
    box-sizing: initial;
}

.notification {
    height: 19px;
    -moz-border-radius: 36px;
    /* border-radius: 36px; */
    width: 20px;
    padding: 3px;
    display: inline-block;
    color: #fff;
    text-shadow: 0px 1px 1px #707070;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    top: 11px;
    right: 7px;
    position: absolute;
}

.pink {
    background-color: #FF0000;
    border: 1px solid #FF0020;
    font-size: inherit;
    /* background: -webkit-linear-gradient(top, #f4a1b2 0%, #f56879 100%); */
    background: -moz-linear-gradient(top, #f4a1b2 0%, #f56879 100%);
    background: -ms-linear-gradient(top, #f4a1b2 0%, #f56879 100%);
    background: -o-linear-gradient(top, #f4a1b2 0%, #f56879 100%);
    background: linear-gradient(top, #f4a1b2 0%, #f56879 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a1b2', endColorstr='#f56879', GradientType=0);
}

.yellow {
    background-color: #fecf63;
    border: 1px solid #e8aa44;
    background: -webkit-linear-gradient(top, #fee499 0%, #febc4b 100%);
    background: -moz-linear-gradient(top, #fee499 0%, #febc4b 100%);
    background: -ms-linear-gradient(top, #fee499 0%, #febc4b 100%);
    background: -o-linear-gradient(top, #fee499 0%, #febc4b 100%);
    background: linear-gradient(top, #fee499 0%, #febc4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee499', endColorstr='#febc4b', GradientType=0);
}

.blue {
    background-color: #91daf6;
    border: 1px solid #7cb7cd;
    background: -webkit-linear-gradient(top, #c2ecfa 0%, #71cef3 100%);
    background: -moz-linear-gradient(top, #c2ecfa 0%, #71cef3 100%);
    background: -ms-linear-gradient(top, #c2ecfa 0%, #71cef3 100%);
    background: -o-linear-gradient(top, #c2ecfa 0%, #71cef3 100%);
    background: linear-gradient(top, #c2ecfa 0%, #71cef3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2ecfa', endColorstr='#71cef3', GradientType=0);
}


