.menu-icon {
    position: absolute;
    width: 55px;
    background: #3285bc;
    cursor: pointer;
    top: 0;
    right: -55px;
    z-index: 100;
    text-align: center;
}

.menu-icon i {
    font-size: 16px;
    color: #FFF;
    padding: 22px 0;
}

#nav-lists span, .profile-container h1, .profile-container h4, .Profile_usersdiv {
    transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -webkit-transition: all ease-in-out 600ms;
}

.logo-container {
    height: 60px;
    display: block;
    text-align: center;
    background: #f3f5f6;
    padding: 6px 0;
    overflow: hidden;
}

.logo-container a {
    display: inline-block;
}

.logo-container img.full-logo {
    display: block;
    height: 50px;
}

body.nav-closed .logo-container img.full-logo {
    display: none;
}

.logo-container img.icon-logo {
    display: none;
}

body.nav-closed .logo-container img.icon-logo {
    display: block;
}

.Profile_usersdiv {
    display: block;
    overflow: hidden;
}

.Profile_usersdiv .profile-container {
    width: 250px;
    height: 50px;
    margin: 30px auto;
}

.Profile_usersdiv .profile-container #profile-info {
    float: right;
    width: 70%;
}

.Profile_usersdiv .profile-container img {
    float: left;
    width: 48px;
    margin: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Profile_usersdiv .profile-container h1 {
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    margin: 17px 0;
}

.Profile_usersdiv .profile-container a h1 {
    color: #f8f8f8;
    cursor: pointer;
}

.Profile_usersdiv .profile-container a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    display: inline-block;
}

.Profile_usersdiv .profile-container #profile-name h1 i {
    color: #609bc0;
    float: right;
}

.Profile_usersdiv .profile-container h4 {
    font-size: 14px;
    color: #7a9dc1;
    margin: 0;
}

.Profile_usersdiv .profile-container h4 a {
    cursor: pointer
}

.Profile_usersdiv .profile-container h4 a:hover {
    color: #ccc
}

.Profile_usersdiv .profile-container h4 i {
    font-size: 16px;
    text-align: right;
    margin-left: 10px;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown #profile-dropdown {
    position: relative;
}

.dropdown #profile-dropdown span {
    font-size: 14px;
    color: #7a9dc1;
    margin: 0;
}

.dropdown #profile-dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropdown.open #profile-dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#profile-dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
    font-size: 14px;
    border-radius: 0;
    border: none;
    background-color: #3285bc;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#profile-dropdown .dropdown-menu>li {
    padding: 2px 0;
}

#profile-dropdown .dropdown-menu>li>a {
    display: block;
    padding: 4px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

#profile-dropdown .dropdown-menu>li>a:hover {
    background: #1368a0;
}

.foldNav .Profile_usersdiv {
    display: none;
}

.client-info {
    float: left !important;
    width: 100% !important;
    color: #fff;
}

.client-info p {
    font-size: 14px;
    color: #fff;
}

.client-info p:first-child {
    margin-top: 25px;
}

.client-info p:last-child {
    margin-bottom: 25px;
}

.client-info p span {
    color: #f4a426;
}

.dashboard-nav-container {
    clear: both;
    display: block;
}

/*--------Unfold nav----------*/
.dashboard-nav-container > ul {
    margin: 0;
    padding: 0;
}

#nav-list span {
    position: relative;
}

#nav-list li a {
    overflow: hidden;
}

.nav-closed ul#nav-list li a i {
    font-size: 22px;
    margin: 0 19px;
}

.nav-closed ul#nav-list li a span {
    font-size: 12px;
}

.nav-closed #nav-list a i ~ i {
    display: none;
}

ul#nav-list li {
    list-style-type: none;
    font-size: 14px;
}

ul#nav-list li a {
    color: #98aec3;
    padding: 0 7%;
    display: block;
    line-height: 48px;
}

ul#nav-list > li a:hover,
ul#nav-list > li a:focus,
.dashboard-nav-container ul li:hover > a,
.dashboard-nav-container ul li:focus > a,
ul#nav-list li.active > a {
    background: #f4a426;
    color: #FFF;
}

ul#nav-list li a i:first-child {
    float: left;
    margin-right: 12px;
}

ul#nav-list li a i {
    font-size: 18px;
    float: right;
    line-height: 48px;
    margin-left: 10px;
}

ul#nav-list li span {
    font-weight: 400;
}

ul#nav-list li ul {
    margin: 0;
    padding: 0 12% 5% 12%;
    min-width: 270px;
    background: #2c3e50;
    position: relative;
}

ul#nav-list li ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #fca504;
    z-index: 99;
}

ul#nav-list li ul li a {
    line-height: 28px;
    color: #98aec3;
}

/*--------fold nav-----------*/
.foldNav ul#nav-list li {
    list-style-type: none;
    font-size: 14px;
    clear: both;
    display: block;
    width: 89%;
    float: left;
    position: relative;
}

.foldNav ul#nav-list li a {
    color: #98aec3;
    padding: 0 8%;
    display: block;
    line-height: 48px;
    text-align: center;
}

.foldNav ul#nav-list li a:hover {
    color: #FFF;
    background: #2c3e50;
}

.foldNav ul#nav-list li a i {
    display: none;
}

.foldNav ul#nav-list li a i:first-child {
    float: none;
    margin-right: 12px;
    font-size: 25px;
    line-height: 48px;
    display: inline-block;
}

.foldNav ul#nav-list li span {
    display: none;
}

.foldNav ul#nav-list li ul {
    width: 180px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #34495E;
    padding: 0;
    z-index: 100;
}

.foldNav ul#nav-list li ul li {
    display: block;
    padding: 0 0 0 5%;
    width: 95%;
    line-height: 28px;
}

.foldNav ul#nav-list li ul li a {
    text-align: left;
}

.foldNav ul#nav-list li ul li:hover a,
.foldNav ul#nav-list li ul li.active > a,
.foldNav ul#nav-list li.active > a {
    background: #2c3e50;
    color: #FFF;
}

.Useful-icon a {
    padding: 0 10%;
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #FFF;
    background: #fca504;
}

.Useful-icon a i {
    font-size: 18px;
    float: left;
    margin-right: 12px;
    line-height: 48px;
}

.Useful-icon span {
    display: block;
}

.foldNav .Useful-icon span {
    display: none;
}

.foldNav .Useful-icon {
    text-align: center;
}

.foldNav .Useful-icon i {
    font-size: 25px;
    display: inline-block;
    float: none;
}

.btm-admlink {
    padding: 10px;
    display: inline-block;
}

.btm-admlink > a img {
    width: 100%;
}

.nav-closed .btm-admlink {
    padding: 10px 15px;
    width: 70px;
    overflow: hidden;
}

.nav-closed .btm-admlink > a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.nav-closed .btm-admlink > a img {
    width: auto;
    margin-left: -1px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.nav-closed .btm-admlink > a img#app-store {
    margin-left: -6px;
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

    .logo-container {
        width: 70px !important;
    }

    .logo-container .full-logo {
        display: none !important;
    }

    .logo-container .icon-logo {
        display: block !important;
    }

    #profile-info {
        display: none !important;
    }

    #client-info {
        display: none !important;
    }

    #nav-list span {
        display: none !important;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 568px) {

}

@media (max-width: 480px) {

}

@media (max-width: 380px) {

}

@media (max-width: 320px) {

}