
html {
    font-size: 100%;
    height: 100%;
}
body {
    background-color: $body-background;
    color: $body-color;
    font-family: $body-font-family;
    font-size: $body-font-size;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
}

.navbar, .navbar-inverse {
    background-color: $color-dark;
    background-image: none;
    border: none;
    border-radius: 0px;
}
.navbar {
    .nav {
        & > li {
            & > .dropdown-menu {
                &::before {
                    position: absolute;
                    top: -7px;
                    right: 9px;
                    display: inline-block;
                    border-right: 7px solid transparent;
                    border-bottom: 7px solid #CCC;
                    border-left: 7px solid transparent;
                    border-bottom-color: rgba(0, 0, 0, 0.2);
                    content: '';
                }
                &::after {
                    position: absolute;
                    top: -6px;
                    right: 10px;
                    display: inline-block;
                    border-right: 6px solid transparent;
                    border-bottom: 6px solid white;
                    border-left: 6px solid transparent;
                    content: '';
                }
            }
        }
    }
    .notifications {
        background-color: #1B1E24;
        display: block;
        float: left;
        left: 0;
        margin: 0 10px 0 0;
        padding-top: 5px;
        position: relative;
    }
}
.header-seperation {
    background-color: #22262e;
}
.header {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 54px;
    .navbar-inner {
        background-image: none !important;
        background-color: $color-white !important;
        width: 100%;
        margin: 0;
        border: 0px;
        padding: 0px;
        box-shadow: none;
        border-radius: 0px;
        [class*="span"] {
            min-height: 58px !important;
        }
    }
    .btn-navbar {
        display: block;
        padding: 0 30px;
        border: none;
        height: inherit;
        line-height: inherit;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: background 0.4s ease, color 0.4s ease;
        -moz-transition: background 0.4s ease, color 0.4s ease;
        -ms-transition: background 0.4s ease, color 0.4s ease;
        -o-transition: background 0.4s ease, color 0.4s ease;
        transition: background 0.4s ease, color 0.4s ease;
    }
    // .btn-navbar {
    //     background-color: #1f1f1f !important;
    //     margin-bottom: 0px;
    //     padding-right: 0px;
    //     padding-top: 10px;
    //     padding-bottom: 6px;
    //     background-image: none;
    //     box-shadow: none;
    //     color:  $color-white ;
    //     border: 0;
    //     &:hover {
    //         text-decoration: none;
    //     }
    // }
    .nav {
        display: block;
        li {
            &.dropdown {
                .dropdown-toggle {
                    i {
                        color: #eff4f8 !important;
                    }
                }
                &.user {
                    .dropdown-toggle {
                        i {
                            display: inline-block;
                            margin-top: 5px;
                            margin: 0;
                            font-size: 16px;
                            color: #808080 !important;
                        }
                    }
                }
            }
        }
        & > li {
            margin: 0px;
            padding: 0px;
            text-align: center;
            display: inline-block;
            float: left;
            &.dropdown {
                &:last-child {
                }
                .dropdown-toggle {
                    margin: 0px;
                    i {
                        font-size: 15px;
                        margin-left: auto;
                        margin-right: auto;
                    }
                    .badge {
                        position: absolute;
                        font-size: 10px !important;
                        font-weight: 700;
                        top: 0px;
                        right: 2px;
                        text-align: center;
                        background-color: #fb3c4a;
                        padding: 4px 6px;
                        -webkit-border-radius: 12px !important;
                        -moz-border-radius: 12px !important;
                        border-radius: 12px !important;
                        text-shadow: none !important;
                        color:  $color-white ;
                    }
                }
                .active {
                    background-color: #0d0f12;
                }
                &.user {
                    .dropdown-toggle {
                        padding: 8px 4px 7px 9px;
                        &:hover {
                            text-decoration: none;
                        }
                    }
                }
            }
            &.quicklinks {
                i {
                    display: inline-block;
                    margin-top: 5px;
                    margin: 0;
                    font-size: 14px;
                    color: #656565 !important;
                }
                & > a {
                    padding: 4px 2px !important;
                }
            }
        }
        .h-seperate {
            height: 6px;
            width: 2px;
            margin: 0px 10px 0px 10px;
            border-left: 1px solid #e1e1e1;
            display: inline;
            position: relative;
            top: 2px;
        }
        .dropdown-menu {
            margin-top: 3px;
        }
    }
    .header-seperation {
        width: 250px;
        display: block;
        float: left;
        height: 60px;
    }
    .header-quick-nav {
        padding-right: 0;
        -webkit-transition-duration: 1;
        -moz-transition-duration: 1s;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;

        height: 54px;
        line-height: 54px;
        display: block;
        background-color: #353535;

        ul {
            height: inherit;
            display: block;
            white-space: nowrap;
            font-size: 0; // to get rid of white space inline-block element
            > li {
                font-size: $body-font-size;
            }
        }

        input {
            height: 12px !important;
        }

    }
    .notifcation-center {
        background-color: #1b1e24;
        margin-top: 12px;
        margin-right: 15px !important;
        display: inline-flex;
        display: -ms-flexbox;
        li {
            min-width: 30px !important;
            a {
                padding: 10px !important;
                min-height: 17.5px;
                i {
                    font-size: 13px !important;
                }
            }
        }
    }
    a {
        text-decoration: none;
    }
    .chat-toggler {
        position: relative;
        top: 10px;
        margin-right: 5px;
        display: inline-block;
        float: left;
        min-width: 163px;
        .user-details {
            display: inline-block;
            float: left;
            line-height: 35px;
            .username {
                a {
                    color: #1b1e24;
                    font-size: 15px;
                }
            }
            .company {
                a {
                    color: #8b8f92;
                    font-weight: 400;
                    text-align: right;
                    font-size: 12px;
                }
            }
        }
        .iconset {
            display: inline-block;
            float: left;
            margin: 15px 10px;
        }
        .profile-pic {
            display: inline-block;
            border-radius: 100px 100px 100px 100px;
            display: inline-block;
            height: 35px;
            overflow: hidden;
            width: 35px;
            float: left;
        }
        a {
            color: #1b1e24;
            font-size: 15px;
            display: inline-block;
            float: left;
        }
        & > i {
            color: #808080;
            text-align: right;
            font-size: 20px;
            position: relative;
            padding: 8px;
            top: 8px;
        }
        .message-count {
            display: inline-block;
            float: left;
            .badge {
                position: absolute;
                float: left;
                right: 0;
                top: 0;
            }
        }
    }
    .chat-message-preview {
        border-left: 1px solid #e5e9ec;
        border-right: 1px solid #e5e9ec;
        padding: 4px 15px;
        margin-right: 12px;
        .user-details {
            display: inline-block;
            float: left;
            .username {
                a {
                    color: #22262e;
                    font-weight: 600;
                    text-align: right;
                }
            }
        }
        .profile-pic {
            display: inline-block;
            border-radius: 100px 100px 100px 100px;
            display: inline-block;
            float: left;
            height: 35px;
            overflow: hidden;
            width: 35px;
            margin-left: 10px;
        }
        a {
            color: #6F7B8A;
        }
        .chat-message {
            color: #8b8f92;
            background-color: #e5e9ec;
            padding: 5px;
            font-size: 12px;
            border-radius: 3px;
        }
    }

    .quick-action {
        margin: 0;
        display: inline-block;
        float: left;
        list-style: none;
        > li {
            padding: 0;
            margin: 0;
            // float: left;
            height: inherit;
            line-height: inherit;
            position: relative;
            display: inline-block;
            vertical-align: top;
            > a {
                height: inherit;
                line-height: inherit;
            }
        }
    }
    .quick-section,
    .header-breadcrumb {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
        float: left;
        background-color: transparent;
        height: 54px;
        line-height: 54px;
    }

    .header-breadcrumb {
        font-family: $base-font-family;
        overflow: hidden;
        position: relative;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
        padding: 0px !important;
        border: none !important;
        margin: 0px !important;
        height: 54px;
        line-height: 54px;
        a {
            // margin-left: 10px;
        }
        li {
            padding: 0;
            margin: 0;
            float: left;
            height: inherit;
            line-height: inherit;
            a {
                position: relative;
                display: block;
                float: left;
                height: inherit;
                line-height: inherit;
                padding: 0 0 0 45px;
                margin: 0;
                border:none;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: normal;
                color: #a2dffb;
                background-color: #16aef5;
                -webkit-transition: none;
                transition: none;
                &.active {
                    color: $color-white;
                    pointer-events: none;
                    cursor: default;
                    background-color: #1379a9 !important;
                     &:after {
                        border-left-color: #1379a9!important;
                     }
                }
                &::before {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 50px solid transparent;
                    border-bottom: 50px solid transparent;
                    border-left: 30px solid #10678f;
                    position: absolute;
                    top: 50%;
                    margin-top: -50px;
                    margin-left: 1px;
                    left: 100%;
                    z-index: 1;
                }
                &:after {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 50px solid transparent;
                    border-bottom: 50px solid transparent;
                    border-left: 30px solid #16aef5;
                    position: absolute;
                    top: 50%;
                    margin-top: -50px;
                    left: 100%;
                    z-index: 2;
                }
            }
            &:first-child a {
                padding-left: 20px;
            }
            &:last-child a {
                background: transparent !important;
                color: black;
                pointer-events: none;
                cursor: default;
                &:before,
                &:after {
                    border: 0;
                }
            }
            &:nth-child(2) a {
                background-color: #149cdb;
                &:after {
                    border-left-color: #149cdb;
                }
            }
            &:nth-child(3) a {
                background-color: $color-green;
            }
            &:nth-child(4) a {
                background-color: $color-green;
            }

        }
    }

    .quick-section-logo {
        width: 82px;
        margin: 0;
        height: 54px;
        border-right: 1px solid #434343;
    }
    .search-form {
        display: inline-block;
        float: left;
        margin-left: 25px !important;
        top: 0;
        position: relative;

        .search-input {
            box-shadow: none;
            margin: 0;
            padding: 0!important;
            border-bottom: 1px solid #5d5d5d;
            background-color: transparent;
            color: $color-search;
            border-radius: 0;
            font-size:15px;
            font-weight: normal;
            width: 360px;
            text-overflow: ellipsis;

            @include placeholder( $color-search );
        }

        &.input-append .add-on,
        &.input-prepend .add-on {
            background-color: transparent;
            border-radius: 0;
            border-bottom: 1px solid #5d5d5d;
        }
    }
    .popover-title {
        border-bottom: 0px;
        padding-top: 14px;
    }
}
.header .nav .dropdown-toggle:hover,
.header .nav .dropdown.open .dropdown-toggle {
}
.menu-title {
    color: #808285;
    font-size: 10.5px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
    a {
        color: #808285;
        &:hover {
            text-decoration: none;
        }
    }
    i {
        font-size: 10px;
        font-weight: normal;
    }
}
.how-it-works-wrapper {
	.badge {
		border-width: 2px;
		border-radius: 50%;
		position: relative;
		top: -2px;
		margin-right: 3px;
	}
	&.grid.simple {
		.grid-body {
			color: #333;
		}
		.grid-title {
			font-size: 23px;
			color: $color-header!important;
			// color: #474747!important;
		}
	}

	p {
		max-width: 290px;
		margin: 0 auto;
		color: #4b4b4b;
		font-size: 13px;
		line-height: 20px;
		text-align: left!important;
	}
	.how-it-works-title {
		font-size: 18px;
		font-weight: normal;
		color: #474747;
		height: 34px;
		line-height: 34px;
		vertical-align: middle;
	}
	.how-it-works-separator {
		height: 290px;
		&:before {
			content: '';
			position: absolute;
			left: -9px;
			background: transparent url(../img/how-it-works/how-it-works-vertical.png) center top no-repeat;
			width: 18px;
			height: 290px;
		}
	}
}

.page-sidebar {
    background-color: $color-dark;
    height: 100%;
    font-family: $base-font-family;
    .outer-tab-nav-section {
        display: inline-block;
        width: 45px;
        position: absolute;
        height: 100%;
        background-color: $color-primary !important;
    }
    .inner-menu {
        display: inline-block;
        width: 200px;
    }
    .page-sidebar-wrapper {

        .main-nav {
            // position: fixed;
            // top: 0;
            // left: 0;
            // bottom: 0;
            width: 82px;
            padding: 0;
            background: $color-dark;
            z-index: 8;

            ul {
                list-style: none;
                -webkit-margin-before: 0;
                -webkit-margin-after: 0;
                -webkit-margin-start: 0;
                -webkit-margin-end: 0;
                -webkit-padding-start: 0;
                padding-left: 0;

                li {
                    position: relative;
                    margin: 0;
                    padding: 0;
                    border-bottom: 1px solid #434343;
                    // &:first-child {
                    //     border-top: 1px solid #434343;
                    // }
                    &.bottom-link {
                        position: absolute;
                        width: 100%;
                    }
                    &.profile-link {
                        border-top: 1px solid #434343;
                        border-bottom: none;
                        bottom: 94px;
                        height: 80px;
                        padding-top: 10px;
                    }
                    &.settings-link {
                        bottom: 54px;
                        a {
                            padding: 10px 0;
                            margin: 0;
                            height: 50px;
                            cursor: pointer;
                        }
                    }
                    #nav-profile {
                        padding: 0;
                    }

                    a {
                        display: block;
                        position: relative;
                        padding: 18px 0 14px;
                        width: 100%;
                        height: 74px;
                        text-align: center;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        font: 300 10px/19px $base-font-family;
                        text-transform: uppercase;
                        color: $color-main-nav;
                        background-color: $color-dark;
                        -webkit-transition: color .2s linear;
                        transition: color .2s linear;
                        -webkit-transition: background .2s linear;
                        transition: background .2s linear;
                        // .nav-text {
                        //     text-align: center;
                        //     display: block;
                        //     overflow: hidden;
                        //     text-overflow: ellipsis;
                        //     white-space: nowrap;
                        // }
                        &.open,
                        &.active {
                            border-left: 2px solid $color-sidebar-blue;
                            background: #262626!important;
                        }
                        &:hover {
                            color: $color-sidebar-blue;
                            background: #262626!important;
                            -webkit-transition: color .2s linear;
                            transition: color .2s linear;
                            -webkit-transition: background .2s linear;
                            transition: background .2s linear;
                        }
                        .wticon {
                            font-weight: 300;
                            display: block;
                            padding: 0 0 6px;
                            font-size: 25px;
                            line-height: 24px;
                        }



                    }
                }
            }

        }
        // & > ul {
        //     list-style: none;
        //     margin: 0;
        //     padding: 0;
        //     margin: 0;
        //     padding: 0;
        //     & > li {
        //         display: block;
        //         margin: 0;
        //         padding: 0;
        //         border: 0px;
        //         & > a {
        //             color: #8b91a0;
        //             display: block;
        //             position: relative;
        //             margin: 0;
        //             border: 0px;
        //             padding: 11.5px 31px 11.5px 31px;
        //             text-decoration: none;
        //             font-size: 14px;
        //             font-weight: normal;
        //             &.open {
        //                 background: #313131;
        //             }
        //             i {
        //                 font-size: 14px;
        //                 margin-right: 5px;
        //                 text-shadow: none;
        //             }
        //             & > .arrow {
        //                 &.open {
        //                     &:before {
        //                         float: right;
        //                         margin-top: 1px;
        //                         margin-right: 3px;
        //                         display: inline;
        //                         font-family: FontAwesome;
        //                         height: auto;
        //                         font-size: 16px;
        //                         content: "\f107";
        //                         font-weight: 300;
        //                         text-shadow: none;
        //                     }
        //                 }
        //             }
        //         }
        //         &:last-child {
        //             & > a {
        //                 border-bottom: 1px solid transparent !important;
        //                 border-bottom: 1px solid transparent !important;
        //             }
        //         }
        //         a {
        //             i {
        //                 color: #8b91a0;
        //                 width: 20px;
        //                 text-align: center;
        //                 display: inline-block;
        //                 margin-right: 10px;
        //             }
        //         }
        //         &.active {
        //             & > a {
        //                 border-top-color: transparent !important;
        //                 color:  $color-white ;
        //                 border: none;
        //                 text-shadow: none;
        //                 .selected {
        //                     display: block;
        //                     width: 8px;
        //                     height: 25px;
        //                     background-image: url("../img/sidebar-menu-arrow.png");
        //                     float: right;
        //                     position: absolute;
        //                     right: -8px;
        //                     top: 8px;
        //                 }
        //             }
        //             i {
        //                 color:  $color-white ;
        //             }
        //             & > ul {
        //                 &.sub-menu {
        //                     display: block;
        //                     & > li {
        //                         ul {
        //                             &.sub-menu {
        //                                 display: block;
        //                             }
        //                         }
        //                     }
        //                 }
        //             }
        //         }
        //         & > ul {
        //             &.sub-menu {
        //                 display: none;
        //                 list-style: none;
        //                 clear: both;
        //                 margin: 0px;
        //                 background-color: #22262E;
        //                 padding: 8px 0px 10px 0px;
        //                 & > li {
        //                     background: none;
        //                     margin: 0px;
        //                     padding: 0px;
        //                     margin-top: 1px !important;
        //                     & > a {
        //                         margin-left: 0px;
        //                         padding-left: 5px;
        //                         display: block;
        //                         margin: 0px 0px 0px 0px;
        //                         padding: 5px 0px;
        //                         padding-left: 53px !important;
        //                         color: #e1eaf1;
        //                         text-decoration: none;
        //                         text-shadow: 0 1px 1px #000;
        //                         font-size: 13px;
        //                         font-weight: 300;
        //                         background: none;
        //                         &:hover {
        //                             background: #1b1e24 !important;
        //                         }
        //                     }
        //                     &:first-child {
        //                         & > a {
        //                             border-top: 0px !important;
        //                         }
        //                     }
        //                     ul {
        //                         &.sub-menu {
        //                             display: none;
        //                             list-style: none;
        //                             clear: both;
        //                             margin: 0px 0px 0px 0px;
        //                             padding-left: 0;
        //                             li {
        //                                 background: none;
        //                                 margin: 0px;
        //                                 padding: 0px;
        //                             }
        //                         }
        //                     }
        //                     & > ul {
        //                         &.sub-menu {
        //                             & > li {
        //                                 & > a {
        //                                     padding-left: 70px;
        //                                 }
        //                                 & > ul {
        //                                     &.sub-menu {
        //                                         & > li {
        //                                             & > a {
        //                                                 padding-left: 80px;
        //                                             }
        //                                         }
        //                                     }
        //                                 }
        //                             }
        //                         }
        //                     }
        //                 }
        //                 li {
        //                     & > a {
        //                         & > .arrow {
        //                             &:before {
        //                                 float: right;
        //                                 margin-top: 1px;
        //                                 margin-right: 20px;
        //                                 display: inline;
        //                                 font-size: 16px;
        //                                 font-family: FontAwesome;
        //                                 height: auto;
        //                                 content: "\f104";
        //                                 font-weight: 300;
        //                                 text-shadow: none;
        //                             }
        //                             &.open {
        //                                 &:before {
        //                                     float: right;
        //                                     margin-top: 1px;
        //                                     margin-right: 18px;
        //                                     display: inline;
        //                                     font-family: FontAwesome;
        //                                     height: auto;
        //                                     font-size: 16px;
        //                                     content: "\f107";
        //                                     font-weight: 300;
        //                                     text-shadow: none;
        //                                 }
        //                             }
        //                         }
        //                     }
        //                     & > ul {
        //                         &.sub-menu {
        //                             & > li {
        //                                 & > a {
        //                                     display: block;
        //                                     margin: 0px 0px 0px 0px;
        //                                     padding: 5px 0px;
        //                                     color: #ccc;
        //                                     text-decoration: none;
        //                                     text-shadow: 0 1px 1px #000;
        //                                     font-size: 13px;
        //                                     font-weight: 300;
        //                                     & > i {
        //                                         font-size: 13px;
        //                                     }
        //                                 }
        //                             }
        //                         }
        //                     }
        //                 }
        //             }
        //         }
        //         &.start {
        //             & > a {
        //                 border-top-color: transparent !important;
        //             }
        //         }
        //     }
        // }
    }
    &.mini {
        width: 50px;
        overflow: visible !important;
        background-color: $color-primary !important;
        height: 100%;
        margin-top: 0;
        position: absolute;
        .page-sidebar-wrapper {
            & > ul {
                width: 50px;
                padding: 60px 0 0;
                & > li {
                    & > ul {
                        &.sub-menu {
                            position: absolute;
                            margin-top: -46px;
                            margin-left: 50px;
                            width: auto;
                            z-index: 999;
                            min-width: 250px;
                        }
                    }
                    & > a {
                        padding: 13px;
                        color:  $color-white ;
                    }
                    a {
                        i {
                            color:  $color-white ;
                        }
                    }
                }
            }
            & > p {
                display: none;
            }
            & > .side-bar-widgets {
                display: none;
            }
        }
        .slimScrollDiv {
            overflow: visible !important;
            .page-sidebar-wrapper {
                overflow: visible !important;
            }
        }
        .user-info {
            display: none;
        }
        .status-widget {
            display: none;
        }
        .notification-alert {
            display: none;
        }
        ul {
            li {
                span {
                    &.title {
                        display: none;
                    }
                    &.arrow {
                        display: none;
                    }
                    &.badge {
                        display: none;
                    }
                }
                ul {
                    li {
                        span {
                            &.title {
                                display: inline;
                            }
                            &.arrow {
                                display: inline;
                            }
                        }
                    }
                }
            }
        }
        .profile-wrapper {
            display: none;
        }
        .footer-widget {
            display: none;
        }
    }
    ul {
        &.folders {
            list-style: none;
            margin: 0px;
            padding: 0;
            & > li {
                border: 0 none;
                display: block;
                margin: 0;
                padding: 0;
                & > a {
                    padding: 5px 31px;
                    font-size: 13px;
                    color:  $color-white ;
                    display: block;
                    position: relative;
                    &:hover {
                        text-decoration: none;
                    }
                }
                & > input {
                    margin: 5px 31px;
                    font-size: 13px;
                    width: 150px;
                }
            }
        }
        & > li {
            & > a {
                & > .arrow {
                    &:before {
                        float: right;
                        margin-top: 1px;
                        margin-right: 5px;
                        display: inline;
                        font-size: 16px;
                        font-family: FontAwesome;
                        height: auto;
                        content: "\f104";
                        font-weight: 300;
                        text-shadow: none;
                    }
                }
            }
        }
    }
}
.nav-collapse {
    &.collapse {
        height: 100%  !important;
    }
}
.page-sidebar  .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar  .page-sidebar-wrapper > ul > li >a:hover,
.page-sidebar  .page-sidebar-wrapper > ul > li:hover >a {
    background: #1b1e24;
    color:  $color-white ;
}
.page-sidebar.mini  .page-sidebar-wrapper > ul > li >a:hover,
.page-sidebar.mini  .page-sidebar-wrapper > ul > li:hover >a {
    background: $color-primary-hover;
}
.page-sidebar.mini  .page-sidebar-wrapper > ul > li.active > a i,.page-sidebar  .page-sidebar-wrapper > ul > li:hover > a i {
    color:  $color-white  !important;
}
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar  .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    color: #919091 !important;
}
.page-sidebar  .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar  .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
    color:  $color-white  !important;
}
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a,
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
    color:  $color-white  !important;
    background: #4b4b4b !important;
}
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu  li > ul.sub-menu > li.active > a,
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu  li > ul.sub-menu > li > a:hover,
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu  li.open > a {
    color:  $color-white  !important;
}
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu  a .arrow:before,
.page-sidebar  .page-sidebar-wrapper > ul > li > ul.sub-menu  a .arrow.open:before {
    color: #919091  !important;
}

.header .header-quick-nav .input-append .add-on, .input-prepend .add-on {
}
.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
    text-align: center;
}
.header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:  $color-white ;
}
.open {
    position: relative;
}
.navbar .pull-right > li.open > .dropdown-menu, .navbar .nav > li.open > .dropdown-menu.pull-right {
    margin-right: -6px;
    margin-top: 7px;
}
.pace {
    .pace-activity {
        top: 72px;
    }
}
.no-top {
    .pace {
        .pace-activity {
            top: 10px;
        }
    }
}
.loading-animator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
    border-image: none;
    border-radius: 10px 10px 10px 10px;
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 14px;
    margin-left: 40%;
    width: 14px;
    z-index: 2000;
}
.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
}


.wt-tag-edit-wrapper {
    background-color: #1f1f1f;
    height: 600px;
    margin-right: -26px;
    margin-left: -26px;
}

#notifications-list {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: $base-font-family;
    font-size: 12px;
    max-height: 435px;

    .notifications-title {
        font-size: 10px;
        text-transform: uppercase;
        color: #768291;
        padding: 8px 0 8px 5px;
        margin-top: 15px;
        background-color: #f7f8fb;
        // border-top: 1px solid $color-light-grey;
        border-bottom: 1px solid $color-light-grey;
    }

    ul {
        &.notifications {
            list-style: none;
            margin: 0;
            margin-top: 10px;
            padding-left: 0;
            li {
                line-height: 25px;
                color: $color-green-text;
                font-size: 12px;
                padding: 5px 0;
                &:first-child {
                    padding-top: 0;
                }
            }
            & > li {
                & > a {
                    color: #3685c3;
                    text-decoration: none;
                    &:hover {
                        text-decoration: underline;
                    }
                }
                .time {
                    color: #b8bec6;
                    font-size: 12px;
                }
            }
        }
    }
}
#wootag-upload {
    .upload-ui {
        margin: 20px auto 40px auto;
        text-align: center;
    }
    .post-upload-ui {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
    }
    .wt-gg {
        width: 550px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 40px;
        left: 50%;
        margin-left: -275px;
    }
    // .modal-dialog {
        .modal-content {
            border-radius: 0;
            height: auto;
        }
        .tab-content {
            position: relative;
        }
        .uploader-inline-content {
            position: relative;
            top: 30%;
            left: 0;
            right: 0;
        }
        .uploader-inline h3 {
            font-size: 17px;
            font-weight: semi-bold;
            line-height: 28px;
            margin-bottom: 1.6em;
        }
        .max-upload-size,
        .drop-instructions,
        .upload-instructions {
            color:#818181;
        }
        .uploader-inline .drop-instructions {
            display: none;
        }
        .supports-drag-drop .uploader-inline .drop-instructions {
            display: block;
        }

        .progress-upload {
            width: 120px;
            margin: 0 auto;
        }
        .percent {}
        .progress-bar-upload {}
        .media-uploader-status {
            position: relative;
            margin: 0 auto;
            padding-bottom: 10px;
            max-width: 400px;
            h3 {
                display: none;
            }
        }
        .media-uploader-status .upload-dismiss-errors,
        .media-uploader-status .upload-errors {
            display: none;
        }

        .errors.media-uploader-status .upload-dismiss-errors,
        .errors.media-uploader-status .upload-errors {
            display: block;
        }

        .upload-errors .upload-error {
            margin: 8px auto 0 auto;
            padding: 8px;
            border: 1px #c00 solid;
            background: #ffebe8;
            border-radius: 3px;
        }

        #filelist {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;

            .video-uploader-attachment {
                list-style: none;
                margin: 0;
                padding: 0;
                width: 120px;
                position: relative;
                // float: left;
                color: #464646;
                list-style: none;
                text-align: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
                &.selected{
                    box-shadow: 0 0 0 1px #fff,0 0 0 5px #1e8cbe;
                }
                .icon {
                    margin: 0 auto;
                    overflow: hidden;
                    padding-top: 0;
                    width: 120px;
                }
                .filename {
                    position: relative;
                    // left: 0;
                    // right: 0;
                    // bottom: 0;
                    overflow: hidden;
                    max-height: 100%;
                    word-wrap: break-word;
                    text-align: center;
                    font-weight: bold;
                    // background: rgba(255,255,255,.8);
                    // box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
                }
                .check {
                    display: none;
                    height: 24px;
                    width: 24px;
                    position: absolute;
                    top: -6px;
                    right: -6px;
                    outline: 0;
                    background: #eee;
                    box-shadow: 0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.4);
                }
                &.selected .check {
                    // display: block;
                }
                &.details .check {
                    background-color: #1e8cbe;
                    box-shadow: 0 0 0 1px #fff,0 0 0 2px #1e8cbe;
                }
                .attachment-preview {
                    position: relative;
                    width: 120px;
                    // height: 120px;
                    height: auto;
                    // box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
                    // background: #eee;
                    cursor: pointer;
                }
            }

        }
    // }
}
.chat-window-wrapper {
    overflow: hidden;
    font-family: $base-font-family;
    font-size: 13px;
    .chat-header {
        height: 58px;
    }
    .side-widget {
        margin-top: 15px;
        display: block;
    }
    .side-widget-title {
        color: #808285;
        font-size: 10.5px;
        font-weight: 600;
        letter-spacing: 0.2px;
        padding-left: 31px;
        padding-right: 31px;
        text-transform: uppercase;
    }
    .side-widget-content {
        display: block;
        ul {
            &.groups {
                list-style: none;
                margin: 0;
                margin-top: 10px;
                padding-left: 0;
                li {
                    line-height: 25px;
                }
                & > li {
                    & > a {
                        color:  $color-white ;
                        font-size: 13px;
                        padding: 5px 31px;
                        &:hover {
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }
    .user-details-wrapper {
        display: block;
        margin: 8px;
        padding: 10px;
        border-radius: 3px;
        .status-icon {
            margin-right: 0px;
        }
        &.active {
            background-color: #372b32;
            &:hover {
                background-color: #482f36;
                cursor: pointer;
            }
        }
        &:hover {
            background-color: #2a2e36;
            cursor: pointer;
        }
        & > .user-profile {
            display: inline-block;
            float: left;
            border-radius: 100px 100px 100px 100px;
            height: 35px;
            overflow: hidden;
            width: 35px;
            margin-right: 13px;
        }
        & > .user-details {
            display: inline-block;
            float: left;
            & > .user-name {
                display: block;
                color:  $color-white ;
            }
            & > .user-more {
                display: block;
                color: #747b89;
                font-size: 11px;
                width: 120px;
            }
        }
    }
    .chat-messages {
        .user-details-wrapper {
            padding: 6px;
            &:hover {
                background-color: #22262e;
                cursor: auto;
            }
        }
    }
    .user-details-status-wrapper {
        display: inline-block;
        float: left;
        min-width: 32px;
        margin-top: 8px;
    }
    .user-details-count-wrapper {
        display: inline-block;
        float: left;
        margin-top: 8px;
    }
}
.sidr {
    background-color: #22262e;
    box-shadow: none;
    ul {
        &.chat-window {
            li {
                border: 0px;
                &:nth-child(odd) {
                    background-color:  $color-white ;
                }
                &:nth-child(even) {
                    background-color: #f5f6f8;
                }
            }
        }
    }
}
.sidr ul.chat-window li:hover > a, .sidr ul.chat-window li:hover > span, .sidr ul.chat-window li.active > a, .sidr ul.chat-window li.active > span, .sidr ul.chat-window li.sidr-class-active > a, .sidr ul.chat-window li.sidr-class-active > span {
    box-shadow: none;
    background-color: #fed8db;
    line-height: 16px;
}
.scrollup {
    background: url('../img/pullup.png') no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 27px;
    position: fixed;
    bottom: 92px;
    left: 235px;
    display: none;
    text-indent: -9999px;
    z-index: 101;
    &:hover {
        background-position: -30px 0px;
    }
    &.to-edge {
        left: 35px;
    }
}
.footer-widget {
    position: fixed;
    bottom: 0px;

    display: block;
    padding: 11px 21px;

    margin-left: 82px;

    background-color: #353535;
    opacity: .65;
    width: 100%;
    text-align: center;
    clear: both;
    z-index: 1000;
    color: $color-white;

    .progress {
        position: relative;
        top: 15px;
        width: 70%;
    }
    a {
        color: $color-sidebar-blue;
    }
    i {
        font-size: 14px;
        color: #5e646d;
    }
    .details-status {
        background-color: #2d3139;
        border-radius: 3px 3px 3px 3px;
        color: #8B91A0;
        display: inline-block;
        font-size: 11px;
        padding: 6px;
        left: -22px;
        position: relative;
    }
}
.footer-widget a:hover,.footer-widget a:hover i {
    color: #8B91A0;
    text-decoration: none;
}
.chat-window-wrapper  input[type="text"], .chat-window-wrapper input[type="password"], .chat-window-wrapper input[type="date"], .chat-window-wrapper input[type="datetime"], .chat-window-wrapper input[type="email"], .chat-window-wrapper input[type="number"], .chat-window-wrapper input[type="search"], .chat-window-wrapper input[type="tel"], .chat-window-wrapper input[type="time"], .chat-window-wrapper input[type="url"], .chat-window-wrapper textarea, .chat-window-wrapper select {
    background-color: #0d0f12;
    height: 28px;
}
.chat-header {
    input[type="text"] {
        margin: 15px 0 15px 14px;
        width: 195px;
    }
    .iconset {
        margin: 20px 15px;
    }
}
.chat-messages-header {
    background-color: #1b1e24;
    color: #4c5264;
    padding: 8px;
    padding-left: 21px;
    .status {
        height: 10px;
        width: 10px;
        border-radius: 8px;
        background-color: #e5e9ec;
        display: inline-block;
        margin-right: 12px;
        &.online {
            background-color: $color-primary;
        }
        &.busy {
            background-color: #f35958;
        }
        &.away {
            background-color: $color-primary;
        }
    }
    a {
        & > i {
            color: #4c5264;
            font-size: 10px;
            float: right;
            margin-top: 5px;
            margin-right: 5px;
        }
    }
}
.chat-footer {
    position: absolute;
    bottom: 0px;
    background-color: #e5e9ec;
    padding: 10px;
    padding-bottom: 0px;
    width: 92.6%;
}
.bubble {
    position: relative;
    width: 165px;
    min-height: 40px;
    padding: 0px;
    background: #e5e9ec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #22262e;
    padding: 10px;
    cursor: pointer;
    &.old {
        background: #0d0f12;
        color: #4c5264;
        &:after {
            border-color: transparent #0d0f12;
        }
    }
    &.sender {
        background: #0ba195;
        color:  $color-white ;
        &:after {
            border-color: transparent #0ba195;
            border-width: 9px 0 9px 7px;
            right: -7px !important;
            left: auto;
        }
    }
    &:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 9px 7px 9px 0;
        border-color: transparent #e5e9ec;
        display: block;
        width: 0;
        z-index: 1;
        left: -7px;
        top: 12px;
    }
}
.chat-messages {
    .sent_time {
        width: 100%;
        color: #4c5264;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
        &.off {
            display: none;
        }
    }
}
.chat-input-wrapper {
    position: fixed;
    bottom: 0;
    background-color: #1b1e24;
    width: 250px;
    padding: 7px;
    textarea {
        background-color:  $color-white ;
        padding: 0;
        margin: 0;
    }
}
.user-chat-wrapper {
    display: block;
    padding: 10px 15px;
    .profile-wrapper {
        display: inline-block;
        float: left;
        border-radius: 100px 100px 100px 100px;
        display: inline-block;
        height: 35px;
        overflow: hidden;
        width: 35px;
        margin: 0px 10px 0 0px;
    }
    .user-chat {
        display: inline-block;
        float: left;
        .user-name {
            color: #22262e;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .user-chat-preview {
            display: block;
            float: left;
        }
        .more-details {
            display: inline-block;
            float: left;
            color: #8b8f92;
            margin-right: 10px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
}
.ie8 {
    .page-sidebar {
        position: absolute;
        width: 82px;
        ul {
            width: 82px;
        }
    }
    .page-content {
        margin-left: 82px;
        margin-top: 0px;
    }
}
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: $base-background-color;
    overflow: auto;
    position: relative;
    min-height: 911px;
    // -webkit-transition: all 0.3s ease-in-out;
    // -moz-transition: all 0.3s ease-in-out;
    // -o-transition: all 0.3s ease-in-out;
    // -ms-transition: all 0.3s ease-in-out;
    // transition: all 0.3s ease-in-out;
    &.condensed {
        margin-left: 50px;
    }
    &.condensed-layout {
        margin-left: 50px !important;
    }
    .admin-bar {
        -moz-box-sizing: border-box;
        bottom: -115px;
        position: fixed;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        .admin-bar-inner {
            background: none repeat scroll 0 0 padding-box $color-white;
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
            margin-right: 250px;
            padding: 30px 35px 30px 40px;
            text-align: right;
        }
    }
    .header {
        padding: 20px !important;
        h3 {
            font-size: 20px;
            display: inline;
        }
        i {
            font-size: 18px;
        }
    }
    .breadcrumb {
        font-family: $base-font-family;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
        border: none !important;
        margin-bottom: 0px;
        a {
            // margin-left: 10px;
        }
        li {
            padding: 0;
            a, p {
                font-size: 14px !important;
                font-weight: 400;
                color: #1f8aba;
            }
            .active {
                color: #424d5b;
            }
        }
        & > li {
            & + li {
                &:before {
                    font-family: $base-font-family;
                    content: "/";
                }
            }
        }
    }
    .wt-breadcrumb {
        padding: 10px 0;
    }
    .content {
        padding: 54px 26px 0;

        .explore-header,
        .home-header {
            height: 350px;
            background-color: $secondary-background-color;
            margin: 0 -26px;
        }
        .explore-header {
            // background: url('../img/explore/cover.png') top center no-repeat;
            background: #346590; /* Old browsers */
            background: -moz-linear-gradient(left,  #346590 0%, #3bb0e4 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#346590), color-stop(100%,#3bb0e4)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left,  #346590 0%,#3bb0e4 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left,  #346590 0%,#3bb0e4 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left,  #346590 0%,#3bb0e4 100%); /* IE10+ */
            background: linear-gradient(to right,  #346590 0%,#3bb0e4 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346590', endColorstr='#3bb0e4',GradientType=1 ); /* IE6-9 */
        }
        .explore-header__wrapper,
        .home-header__wrapper {
            position: relative;
            z-index: 5;
            height: 350px;
        }
        .home-header__info-title {
            font-size: 42px;
            margin: 0 0 20px;
            font-weight: 300;
            line-height: 1.3;
            color: #fff;
            text-align: center;
            text-transform: none;
        }
        .home-header__info-subtitle {
            -webkit-font-smoothing: antialiased;
            font-size: 19px;
            padding: 0 210px;
            font-weight: 600;
            line-height: 1.7;
            color: #fff;
            text-transform: none;
            margin: 0;
            text-align: center;
        }
        .home-header__info-quick-notification {
            position: relative;
            width:600px;
            margin: 20px auto 0;
            color:#fff;
            text-align:center;
        }
        .explore-header__search__wrapper {
            width: 740px;
            margin: 0 auto;
            padding: 220px 0 0;
            form {
                position: relative;
            }
        }
        .explore-category-title {
            color: #545454;
            font-size: 17px;
            font-weight: normal;
            margin-top: 40px;
        }
        .wt-explore-search__submit {
            background: transparent url('../img/icon/search.png') 0 0 no-repeat;
            border: 0 none;
            cursor: pointer;
            height: 20px;
            margin: 0;
            padding: 0;
            position: absolute;
            right: 10px;
            top: 20px;
            width: 20px;
            overflow: hidden;
            text-indent: -1000px;
            filter: none;
        }
        .wt-explore-search__input {
            width: 100%;
            border-top: 5px solid #1395d2;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            line-height: 1;
            height: 53px;
            font-size: 17px;
            color: #545454;
            vertical-align: middle;
            text-overflow: ellipsis;
            padding-top: 10px!important;
        }
        .owl-explore-theme {
            position: relative;
            width: 100%;
            padding: 0 50px;
            .item{
                margin: 10px;
                img{
                  display: block;
                  width: 100%;
                  height: auto;
                  margin-bottom: 10px;
                  position: relative;
                }
            }
            .explore-video-thumb {
                position: relative;
            }
            .explore-video-duration {
                background-color: #000;
                color: #fff;
                font-size: $body-font-size - 1px;
                font-weight: normal;
                position: absolute;
                bottom: 10%;
                right: 0;
                left: auto;
                padding: 5px 10px;
            }
            .explore-video-title {
                font-size: $body-font-size;
                font-weight: bold;
                color: #545454;
                margin-bottom: 2px;
            }
            .explore-video-mini-stats {
                font-size: $body-font-size;
                font-weight: normal;
                color: #545454;
            }
        }
        .owl-explore-navigation {
            text-align: center;
            .owl-prev,
            .owl-next,
            a{
                position: absolute;
                color: #2aa4dd;
                top: 50%;
                margin-top: -30px;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                &:before {
                    content: "\f104";
                    display: inline;
                    font-family: FontAwesome;
                    height: auto;
                    font-weight: 300;
                    text-shadow: none;
                    color: #2aa4dd;
                    font-size: 40px;
                }
            }
            .owl-prev {
                left: 0;
                right: auto;
                &:before {
                    margin-left: 5px;
                }
            }
            .owl-next {
                left: auto;
                right: 0;
                &:before {
                    margin-right: 5px;
                    content: "\f105";
                }
            }
        }
        .home-header__info__onboard {
            width: 123px;
            height: 123px;
            @include border-radius(7px);
            border: 3px solid #fff;
            margin: 40px auto;
            position: relative;
        }
        .home-sub-content {
            background-color: #474747;
            padding: 0;
            margin-left: -26px;
            margin-right: -26px;
            height: 50px;
            position: relative;
            .controls {
                position: relative;
                // bottom: 0px;
                // left: 0px;
                z-index: 20;
                width: 100%;
                background: #474747;
                transform: translate(0);
                transition: transform 0.65 ease-in-out;
                 a {
                    display: inline-block;
                    // float: left;
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 0;
                    margin-bottom: 0px;
                    outline: none;
                    padding: 25px 35px;
                    text-decoration: none;
                    color: #fff;
                    &:first-child {
                        padding-left: 26px;
                    }
                    &:hover {
                        background: rgba(0,0,0,0.2);
                        color: #fff;
                    }
                }
                &.alternate {
                    position: fixed;
                    top: 0;
                    transform: translateY(54px);
                }
            }
        }
        .chart-latest-video {
            width: 100%;
            height: 250px;
        }
        .chart-performance {
            height: 180px;
            width: 100%;
        }
    }

}
.inner-menu {
    display: inline-block;
    position: absolute;
    width: 200px;
    font-family: $base-font-family;
    background-color: #1b1e24;
    height: 100%;
    .inner-wrapper {
        padding: 20px 20px 0;
        .menu-title {
            padding-left: 0px;
            i {
                padding-right: 0px;
            }
        }
    }
    .inner-menu-content {
        margin-top: 50px;
    }
    .menu-title {
        padding-right: 23px;
    }
    ul {
        &.big-items {
            list-style: none outside none;
            margin: 0px;
            margin-bottom: 20px;
            padding: 0px;
            li {
                text-align: right;
                padding: 8px 25px;
                a {
                    color: #8b91a0;
                    font-size: 18px;
                    &:hover {
                        text-decoration: none;
                        color: #e5e9ec;
                    }
                }
                &:hover {
                    background-color: #2d313b;
                }
                &.active {
                    background-color: #2d313b;
                    a {
                        background-color: #2d313b;
                        color: #e5e9ec;
                    }
                }
                .badge {
                    position: relative;
                    top: -2px;
                }
            }
        }
        &.small-items {
            list-style: none outside none;
            margin: 0px;
            margin-bottom: 20px;
            padding: 0;
            li {
                text-align: right;
                padding: 8px 25px;
                a {
                    color: #8b91a0;
                    font-size: 14px;
                    &:hover {
                        text-decoration: none;
                        color: #e5e9ec;
                    }
                }
                &:hover {
                    background-color: #2d313b;
                }
                &.active {
                    background-color: #2d313b;
                    a {
                        background-color: #2d313b;
                        color: #e5e9ec;
                    }
                }
                .badge {
                    position: relative;
                    top: -1px;
                }
            }
        }
    }
}

.user-info-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center;
    .profile-wrapper {
        height: 50px;
        width: 50px;
        border-radius: 100px;
        overflow: hidden;
        display: inline-block;
        // margin-right: 11px;
        // margin-top: 9px;
        // margin: 0 auto;
        // float: left;
    }
    .user-info {
        color:  $color-white ;
        background-color: #1b1e24;
        display: inline-block;
        .status {
            color: #929fa5;
            font-size: 13px;
            margin-bottom: 10px;
            margin-top: 2px;
            font-weight: normal;
        }
        .profile {
            float: right;
            display: inline;
        }
        .btn-set {
            margin-top: 10px;
        }
        .username {
            font-size: 19px;
        }
        .greeting {
            font-size: 19px;
            font-weight: 600;
            position: relative;
            top: 1.5px;
        }
        a {
            color:  $color-white ;
            &:hover {
                text-decoration: none;
            }
        }
        .status-icon {
            margin: 0px 5px;
        }
        .collapse {
            width: 18px;
            height: 18px;
            background-color: #50545c;
            position: absolute;
            right: 15px;
            margin-top: 10px;
            i {
                position: relative;
                margin-top: -8px;
                top: -2px;
                left: 3px;
            }
            &:hover {
                background-color: #000000;
            }
        }
    }
}
.side-panel {
    border-width: 0;
    display: block;
    max-height: none;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 17em;
    background: linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9;
    border: 1px solid #AAAAAA;
    color: #333333;
    text-shadow: 0 1px 0 $color-white;
    float: right;
    right: 0;
    z-index: 1200;
}
.status-widget {
    margin-bottom: 9px;
    padding: 0 31px;
    animation-duration: 0.3s !important;
    .title {
        color:  $color-white ;
        font-size: 13px;
        i {
            float: right;
            font-size: 7px;
            margin-top: 6px;
            margin-right: 6px;
            color: #8b8f92;
        }
    }
    p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        color: #808285;
    }
    .progress {
        height: 10px;
        background-color: #2a2e36;
        background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
        background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
        background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
        background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
        background-repeat: repeat-x;
        margin-bottom: 5px;
        -webkit-transition: width 30.0s ease !important;
        -moz-transition: width 30.0s ease !important;
        -o-transition: width 30.0s ease !important;
        transition: width 30.0s ease !important;
    }
}
.status-widget-wrapper {
    font-size: 13px;
}
.status-widget .title a:hover,.status-widget .title a:active {
    text-decoration: none;
}
.status-icon {
    background: url('../img/icon/status.png') no-repeat;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
    &.green {
        background-position: -1px -1px;
        width: 14px;
        height: 14px;
        &.filled {
            background-color: #0aa699;
            border-radius: 50%;
        }
    }
    &.red {
        background-position: -17px -1px;
        width: 14px;
        height: 14px;
        &.filled {
            background-color: #f35958;
            border-radius: 50%;
        }
    }
    &.blue {
        background-position: -33px -1px;
        width: 14px;
        height: 14px;
        &.filled {
            background-color: #0090d9;
            border-radius: 50%;
        }
    }
    &.yellow {
        background-position: -48px -1px;
        width: 15px;
        height: 14px;
        &.filled {
            background-color: #fbb05e;
            border-radius: 50%;
        }
    }
    &.grey {
        background-position: -64px -1px;
        width: 14px;
        height: 14px;
        &.filled {
            background-color: #d1dade;
            border-radius: 50%;
        }
    }
}
.user-info {
    img {
        float: left;
        margin-right: 5px;
    }
    .details {
        display: inline-block;
    }
    .label {
        font-weight: 300;
        font-size: 11px;
    }
}