.btn,
.button-gloss,
body,
html {
    position: relative
}

ul#left-nav li .msg-chats img.add-user,
ul.progress-stats li {
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Light.ttf) format("ttf");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/open-sans/OpenSans-Bold.ttf) format("ttf");
    font-weight: 700;
    font-style: normal
}

body,
html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    font: 400 13px 'Open Sans', sans-serif;
    line-height: 24px;
    color: #1a1a1a;
    background: #fff;
}

@media (max-width:767px) {
    body {
        padding: 10px!important
    }
    body.red {
        background: #76b448
    }
    body.blue {
        background: #6e91cb
    }
    body.green {
        background: #91c46b
    }
    body.yellow {
        background: #FFD06B
    }
    body.purple {
        background: #6a55c2
    }
    body.brown {
        background: #ab7967
    }
    body.pink {
        background: #F782AA
    }
}

a {
    //color: #333;
    text-decoration: none!important
}

a:hover {
    color: #333;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    padding: 0
}

.no-margin {
    margin: 0!important
}

.no-btm-margin {
    margin-bottom: 0!important
}

.no-top-margin {
    margin-top: 0!important
}

.auto-margin {
    margin: auto!important
}

.less-btm-margin {
    margin-bottom: 5px!important
}

.md-btm-margin {
    margin-bottom: 10px!important
}

.lg-btm-margin {
    margin-bottom: 20px!important
}

.no-float {
    float: none!important
}

.no-border {
    border: none!important
}

.no-padding {
    padding: 0!important
}

.center-text {
    text-align: center!important
}

.right-text {
    text-align: right!important
}

.left-text {
    text-align: left!important
}

.underline {
    text-decoration: underline
}

.text-justify {
    text-align: justify!important
}

.line-through {
    text-decoration: line-through!important
}

.uppercase {
    text-transform: uppercase
}

.lg-border-radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.md-border-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sm-border-radius {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn,
.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.lg-padding {
    padding: 20px
}

.md-padding {
    padding: 10px
}

.sm-padding {
    padding: 5px
}

.icon-2x {
    font-size: 24px
}

.icon-3x {
    font-size: 32px
}

.text-success {
    color: #91c46b!important
}

.text-danger {
    color: #e77338!important
}

.text-info {
    color: #6e91cb!important
}

.text-warning {
    color: #FFD06B!important
}

.text-white {
    color: #fff!important
}

.text-grey {
    color: #4d4d4d!important
}

.text-light-grey {
    color: #b3b3b3!important
}

.text-muted {
    color: #4d4d4d
}

.text-fb {
    color: #3B5998!important
}

.text-tw {
    color: #55ACEE!important
}

.text-linkedin {
    color: #007BB5!important
}

.text-gplus {
    color: #E02F2F!important
}

.text-pink {
    color: #F782AA!important
}

.text-brown {
    color: #ab7967!important
}

ul.stylish-lists {
    margin: 0 0 0 25px;
    list-style-type: disc
}

ul.stylish-lists li {
    color: #e77338
}

ul.stylish-lists li a {
    color: #000
}

ul.stylish-lists li a:hover {
    color: #e77338
}

ol.stylish-lists {
    padding: 0;
    margin: 0 0 0 25px
}

ul.decimal-leading-zero {
    margin: 0 0 0 25px;
    list-style: decimal-leading-zero
}

ul.roman-list {
    margin: 0 0 0 25px;
    list-style: upper-roman
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn {
    border-radius: 2px;
    overflow: hidden
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.btn-transparent {
    background-color: transparent!important;
    color: #000!important
}

.btn-default {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #212121
}

.btn-default:hover {
    color: #212121;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9
}

.btn-default.active,
.btn-default:focus {
        background-color: #428eda;
    border-color: #4590da;
    box-shadow: none
}

.btn-primary {
       background-color: #428eda;
    border-color: #4590da;
    color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #4d555a;
    border: 1px solid #4d555a
}

.btn-primary.active,
.btn-primary:focus {
    background-color: #41484d;
    border: 1px solid #41484d;
    box-shadow: none
}

.btn-danger {
    background-color: #e77338;
    border-color: #e77338;
    color: #fff
}

.btn-danger:hover {
    color: #fff;
    background-color: #e46321;
    border: 1px solid #e46321
}

.btn-danger.active,
.btn-danger:focus {
    background-color: #d35819;
    border: 1px solid #d35819;
    box-shadow: none
}

.btn-success {
    background-color: #1d80cf;
    border-color: #1d80cf;
    color: #fff
}

.btn-success:hover {
    color: #fff;
    background-color: #1d80cf;
    border: 1px solid #1d80cf
}

.btn-success.active,
.btn-success:focus {
    background-color: #1d80cf;
    border: 1px solid #1d80cf;
    box-shadow: none
}

.btn-info {
    background-color: #6e91cb;
    border-color: #6e91cb;
    color: #fff
}

.btn-info:hover {
    color: #fff;
    background-color: #5b83c4;
    border: 1px solid #5b83c4
}

.btn-info.active,
.btn-info:focus {
    background-color: #4875be;
    border: 1px solid #4875be;
    box-shadow: none
}

.btn-warning {
    background-color: #FFD06B;
    border-color: #FFD06B;
    color: #fff
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffc852;
    border: 1px solid #ffc852
}

.btn-warning.active,
.btn-warning:focus {
    background-color: #ffc038;
    border: 1px solid #ffc038;
    box-shadow: none
}

.btn-grey {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff
}

.btn-grey:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

.btn-grey.active,
.btn-grey:focus {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    box-shadow: none
}

.btn-pink {
    background-color: #F782AA;
    border-color: #F782AA;
    color: #fff
}

.btn-pink:hover {
    color: #fff;
    background-color: #f56a9a;
    border: 1px solid #f56a9a
}

.btn-pink.active,
.btn-pink:focus {
    background-color: #f45289;
    border: 1px solid #f45289;
    box-shadow: none
}


.button-gloss1 {
    padding: 10px 10px;
    background: #4d4d4d;
    -webkit-border-radius: 20px;
    border: 1px solid #ddd;
    -moz-border-radius: 20px;
    border-radius: 5px;
    /* border: 0; */
    color: #fff;
}


.button-gloss1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 1%;
    left: 0;
    border-radius: 24px 24px 2rem 2rem/24px 24px 1rem 1rem;
    background: linear-gradient(to left, rgba(0, 0, 0, .3) 0, transparent 50%, rgba(0, 0, 0, .3) 100%)
}


.button-gloss1.gloss-red {
    background: #e77338
}

.button-gloss1.gloss-green {
    background: #00aa61
}
.button-gloss1.gloss-orange {
    background: #1d80cf;
}

.button-gloss1.gloss-blue {
    background: #6e91cb
}

.button-gloss1.gloss-pink {
    background: #F782AA
}

.button-gloss1.gloss-yellow {
    background: #FFD06B
}

.button-gloss1.gloss-tw {
    background: #55ACEE
}

.button-gloss1.gloss-fb {
    background: #3B5998
}

.button-gloss1:hover {
    opacity: .9;
    color: #fff
}

.button-gloss {
    padding: 7px 25px;
    background: #4d4d4d;
    -webkit-border-radius: 20px;
    border: 1px solid #ddd;
    -moz-border-radius: 20px;
    border-radius: 5px;
    /* border: 0; */
    color: #fff;
}

.button-gloss::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 1%;
    left: 0;
    border-radius: 24px 24px 2rem 2rem/24px 24px 1rem 1rem;
    background: linear-gradient(to left, rgba(0, 0, 0, .3) 0, transparent 50%, rgba(0, 0, 0, .3) 100%)
}

.button-gloss.gloss-red {
    background: #e77338
}

.button-gloss.gloss-green {
    background: #00aa61
}
.button-gloss.gloss-orange {
    background: #1d80cf;
}

.button-gloss.gloss-blue {
    background: #6e91cb
}

.button-gloss.gloss-pink {
    background: #F782AA
}

.button-gloss.gloss-yellow {
    background: #FFD06B
}

.button-gloss.gloss-tw {
    background: #55ACEE
}

.button-gloss.gloss-fb {
    background: #3B5998
}

.button-gloss:hover {
    opacity: .9;
    color: #fff
}

@media (max-width:767px) {
    .button-gloss {
        margin-bottom: 10px
    }
}

.label {
    border-radius: 0
}

.label-success {
    background-color: #91c46b
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #76b448
}

.label-info {
    background-color: #6e91cb
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #4875be
}

.label-warning {
    background-color: #FFD06B
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ffc038
}

.label-danger {
    background-color: #4d95db
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #76b448
}

.primary-bg {
    background: #596268!important;
    color: #fff
}

.primary-bg:hover {
    background: #41484d!important
}

.transparent-bg {
    background: 0 0!important
}

.white-bg {
    background: #fff
}

.light-blue-bg {
    background: #f7f7fa
}

.light-blue5-bg {
    background: #eeeef4
}

.white5-bg {
    background: #f9f9f9
}

.white9-bg {
    background: #f4f4f4
}

.white12-bg {
    background: #ededed
}

.white15-bg {
    background: #e6e6e6
}

.white19-bg {
    background: #dedede
}

.grey-bg {
    background: #292929
}

.md-grey-bg {
    background: #666
}

.light-grey-bg {
    background: #999
}

.semi-grey-bg {
    background: #ccc
}

.red-bg {
    background: #e77338
}

.red-bg hr {
    border-bottom: 1px solid #e46321;
    border-top: 1px solid #ea834f
}

.pink-bg {
    background: #F782AA
}

.pink-bg hr {
    border-bottom: 1px solid #f56a9a;
    border-top: 1px solid #f99aba
}

.yellow-bg {
    background: #FFD06B
}

.yellow-bg hr {
    border-bottom: 1px solid #ffc852;
    border-top: 1px solid #ffd885
}

.blue-bg {
    background: #6e91cb
}

.blue-bg hr {
    border-bottom: 1px solid #5b83c4;
    border-top: 1px solid #819fd2
}

.green-bg {
    background: #91c46b
}

.green-bg hr {
    border-bottom: 1px solid #83bd59;
    border-top: 1px solid #9fcb7d
}

.purple-bg {
    background: #6a55c2
}

.purple-bg hr {
    border-bottom: 1px solid #5a43bb;
    border-top: 1px solid #7a68c9
}

.brown-bg {
    background: #ab7967
}

.brown-bg hr {
    border-bottom: 1px solid #a06b58;
    border-top: 1px solid #b48777
}

.fb-bg {
    background: #3B5998
}

.tw-bg {
    background: #55ACEE
}

.linkedin-bg {
    background: #007BB5
}

.gplus-bg {
    background: #E02F2F
}

hr.stylish {
    position: absolute;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    border-top: 1px solid #afb6ba
}

hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.spacer {
    padding: 20px 5px
}

.spacer-sm {
    padding: 15px
}

.spacer-md {
    padding: 25px
}

.spacer-xs {
    padding: 10px
}

.spacer-min-height {
    height: 120px
}

.spacer-no-rt {
    padding: 15px 0
}

header {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    vertical-align: middle;
    z-index: 1000;
    background: #444;
    background: -moz-linear-gradient(top, #444 0, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
    background: -webkit-linear-gradient(top, #444 0, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
    background: linear-gradient(to bottom, #444 0, #464646 1%, #313131 16%, #404040 88%, #1d1d1d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1d1d1d', GradientType=0)
}

@media (max-width:767px) {
    header {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }
}

.logo {
    margin: 0 0 30px;
    display: block;
    padding-top: 50px;
    text-align: center
}

.logo a img {
    max-width: 110px;
    margin: 5px 0 0
}

hr.carved {
    margin: 15px 0 0;
    height: 1px;
    border-top: 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#1C2939), to(#1C2939), color-stop(50%, #46678f))
}

.user-info {
    margin: 30px auto;
    text-align: center
}

.user-info .user-img {
    width: 60px;
    margin: auto;
    position: relative
}

.user-info .user-img img {
    margin: auto;
    max-width: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.user-info .user-img .likes-info {
    position: absolute;
    top: 21px;
    right: -8px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 9px;
    z-index: 100;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: #e77338;
    line-height: 18px;
    vertical-align: middle
}

.user-info h5.user-name-o {
    font-size: 14px;
    color: #fff;
    margin: 5px auto;
    text-align: center
}

.user-info p.profile-complete {
    font-size: 12px;
    color: grey;
    margin: 0 4px
}

ul#mini-nav {
    margin: 12px 0 0
}

ul#mini-nav li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle
}

ul#mini-nav li.list-box a {
    padding: 10px;
    display: block
}

ul#mini-nav li.list-box a i {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 0 2px #000
}

ul#mini-nav li.list-box:hover a i {
    color: #e77338
}

ul#mini-nav li.list-box .info-label {
    position: absolute;
    top: -4px;
    right: -4px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0
}

ul#mini-nav li.list-box .noti-label {
    position: absolute;
    top: 4px;
    right: 4px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .8
}

ul#mini-nav li.list-box:last-child a {
    padding-right: 0!important
}

ul#mini-nav .dropdown-menu {
    padding: 0;
    min-width: 320px;
    float: left;
    position: absolute;
    right: 0!important;
    top: 42px;
    left: inherit;
    border: 1px solid #dedeea;
    border-top: 3px solid #dedeea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none
}

ul#mini-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 10px;
    border-bottom: 10px solid #dedeea;
    border-right: 10px solid transparent
}

ul#mini-nav .dropdown-menu form {
    padding: 15px
}

ul#mini-nav .dropdown-header {
    background: #fdfdfe;
    padding: 10px 15px;
    color: #1C2939;
    font-size: 13px;
    font-weight: 600
}

ul#mini-nav .dropdown-footer {
    border-top: 1px solid #f4f4f8;
    padding: 10px 15px;
    color: #1C2939;
    font-size: 11px
}

ul#mini-nav .dropdown-footer i {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: middle;
    color: #91c46b
}

ul#mini-nav #toggleMenu {
    background-color: #91c46b;
    -webkit-box-shadow: 0 0 10px #5e9039 inset;
    -moz-box-shadow: 0 0 10px #5e9039 inset;
    box-shadow: 0 0 10px #5e9039 inset;
    height: 36px;
    width: 36px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #76b448
}

ul#mini-nav #toggleMenu i {
    font-size: 20px;
    color: #fff;
    vertical-align: middle
}

ul#mini-nav #toggleMenu:focus {
    outline: 0;
    border: 0
}

ul#left-nav li {
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    vertical-align: middle
}

ul#left-nav li a {
    padding: 12px 5px;
    line-height: 32px;
    display: block;
    width: 48px;
    height: 60px;
    position: relative
}

ul#left-nav li a i {
    color: #fff;
    font-size: 24px;
    margin-top: 4px
}

ul#left-nav li:hover a i {
    color: #c0cfe0
}

ul#left-nav li .info-label {
    position: absolute;
    top: -5px;
    right: -10px;
    line-height: 10px;
    width: 14px;
    height: 14px;
    background: #e77338;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

ul#left-nav li .msg-chats {
    position: relative;
    top: 4px
}

ul#left-nav li .msg-chats img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

ul#left-nav li .msg-chats img.add-user {
    position: absolute;
    left: 15px;
    -o-transition: All .5s ease;
    transition: All .5s ease
}

ul#left-nav li .msg-chats:hover img.add-user {
    left: 20px
}

ul#left-nav .dropdown-menu {
    padding: 0;
    min-width: 320px;
    float: left;
    position: absolute;
    left: 0!important;
    top: 50px;
    border: 1px solid #dedeea;
    border-top: 3px solid #dedeea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none
}

ul#left-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 14px;
    border-bottom: 7px solid #dedeea;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

ul#left-nav .dropdown-menu form {
    padding: 15px
}

ul#left-nav .dropdown-footer,
ul#left-nav .dropdown-header {
    padding: 10px 15px;
    color: #1C2939;
    margin-right: 0;
    float: none;
    text-align: left
}

ul#left-nav .dropdown-header {
    background: #fdfdfe;
    font-size: 13px;
    font-weight: 600
}

ul#left-nav .dropdown-footer {
    border-top: 1px solid #dedeea;
    font-size: 11px
}

@media (max-width:767px) {
    ul#left-nav {
        display: none
    }
}

.quicklinks a {
    padding: 10px!important;
    text-align: center;
    color: #4d4d4d;
    font-size: 12px
}

.quicklinks a i {
    font-size: 30px!important;
    margin-bottom: 5px
}

.quicklinks a p {
    padding-top: 5px;
    margin-bottom: 0
}

ul.progress-stats {
    padding: 10px;
    margin: 0;
    text-align: left
}

ul.progress-stats li {
    padding: 10px 15px;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    background-color: #fff;
    margin-bottom: 4px
}

ul.progress-stats li:last-child {
    margin-bottom: 0
}

ul.progress-stats li:hover {
    background: #fff;
    cursor: pointer
}

ul.progress-stats li .progress-info {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 11px
}

ul.progress-stats li .progress-info strong {
    margin-right: 3px;
    font-size: 13px
}

ul.progress-stats li.plain {
    padding: 5px 0;
    border: 0!important;
    font-weight: 600;
    font-size: 14px;
    background: 0 0;
    display: block
}

ul.progress-stats li.plain .btn {
    float: right
}

ul.progress-stats li.plain .btn i {
    color: #fff!important;
    font-size: 16px
}

ul.reviews li {
    background: #eeeef4;
    padding: 10px 15px;
    margin: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

ul.reviews li .user-pic {
    float: left
}

ul.reviews li .user-pic img {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%
}

ul.reviews li .review-details {
    margin-left: 60px
}

ul.reviews li .review-details h4 {
    margin: 0;
    padding: 0 0 8px;
    font-size: 13px;
    color: #1C2939;
    border-bottom: 1px dotted #ebebf2
}

ul.reviews li .review-details h4 i {
    float: right;
    font-size: 18px;
    color: #666;
    padding-left: 10px;
    border-left: 1px solid #ebebf2
}

ul.reviews li .review-details h4 i:hover {
    color: #6e91cb
}

ul.reviews li .review-details h5 {
    margin: 8px 0 0;
    padding: 0;
    font-size: 11px;
    color: #999
}

ul.reviews li .review-details h5 .left-info {
    float: left;
    margin-right: 10px
}

ul.reviews li .review-details h5 .left-info i {
    margin-right: 3px;
    color: #e77338;
    font-size: 16px;
    vertical-align: middle
}

ul.reviews li:hover {
    background: #f1f1f6
}

.meeting-container .meeting-block {
    padding: 10px
}

.meeting-container .meeting-block .meeting-with {
    float: left;
    position: relative
}

.meeting-container .meeting-block .meeting-with img {
    width: 32px;
    height: 32px
}

.meeting-container .meeting-block .meeting-personal {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-left: 40px
}

.meeting-container .meeting-block .meeting-personal h5 {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.meeting-container .meeting-block .meeting-personal h5 span {
    color: #999;
    display: inline-block;
    font-size: 11px
}

.meeting-container .meeting-block .meeting-personal span {
    color: #4d4d4d;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px
}

.meeting-container .group-meeting {
    background: #f4f4f8;
    padding: 15px;
    text-align: left
}

.meeting-container .group-meeting h5 {
    margin: 0 0 5px;
    padding: 0;
    color: #1C2939;
    text-shadow: 0 0 1px #fff
}

.meeting-container .group-meeting p.meeting-day {
    font-size: 11px;
    color: #1C2939;
    line-height: 14px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5d5e4;
    text-shadow: 0 0 1px #fff
}

.meeting-container .group-meeting .meeting-with img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 2px solid #94add8
}

.meeting-container .group-meeting .meeting-with .total-users {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #F782AA;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

ul.imp-notify {
    text-align: left
}

ul.imp-notify li {
    padding: 10px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    background: #fff;
    margin-bottom: 2px
}

ul.imp-notify li:last-child {
    margin-bottom: 0
}

ul.imp-notify li:hover {
    background: #fafafc;
    cursor: pointer
}

ul.imp-notify li .icon {
    float: left
}

ul.imp-notify li .icon img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

ul.imp-notify li .details {
    line-height: 18px;
    font-size: 11px;
    display: block;
    background: 0 0;
    border: none;
    width: auto;
    margin-left: 60px
}

ul.imp-notify li .details strong {
    margin-right: 3px;
    font-size: 13px;
    display: block
}

ul.imp-notify li .details strong span {
    float: right;
    font-size: 11px;
    display: inline-block
}

ul.imp-notify li .details span {
    display: block
}

.browser-stats {
    text-align: center;
    color: #4d4d4d
}

.browser-stats .block {
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 800
}

.browser-stats .block i {
    font-style: italic;
    color: #4d4d4d
}

.browser-stats .block span.browser {
    font-size: 48px;
    display: block;
    margin-bottom: 7px
}

.user-account {
    padding-bottom: 20px
}

.user-account .user-bg {
    background: url(../img/bg.png) bottom center;
    height: 350px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.user-account .user-pic {
    height: 150px;
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px
}

.user-account .user-pic img {
    -webkit-border-radius: 30% 30% 30% 0;
    -moz-border-radius: 30% 30% 30% 0;
    border-radius: 30% 30% 30% 0;
    border: 3px solid rgba(0, 0, 0, .4);
    height: 150px;
    width: 150px
}

.user-account .user-details {
    position: absolute;
    top: 210px;
    text-align: center;
    margin: auto;
    left: 15px;
    right: 15px
}

.user-account h4.user-name {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0
}

.user-account h5.description {
    color: #fff;
    margin: 10px 0 0;
    text-align: center;
    font-weight: 100;
    line-height: 21px
}

.user-account .social-list {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, .3);
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, .6);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.user-account .social-list h3 {
    color: #fff;
    padding: 0;
    margin: 7px 0 0
}

.user-account .social-list small {
    color: #fff
}

.activity-stream {
    margin-left: 2em;
    border-left: 1px solid #dedeea;
    padding-left: 1.5em
}

.activity-stream li {
    border: 1px solid #dedeea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.2em;
    margin: 1em;
    display: block;
    position: relative
}

.activity-stream li .icon {
    height: 36px;
    width: 36px;
    padding: 8px 11px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -51px;
    top: 0;
    -webkit-border-radius: 30% 30% 0;
    -moz-border-radius: 30% 30% 0;
    border-radius: 30% 30% 0
}

.activity-stream li:after,
.activity-stream li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-left: 0
}

.activity-stream li:before {
    top: 1em;
    left: -8px;
    border-right-color: #dedeea;
    border-width: 7px
}

.activity-stream li:after {
    top: 1em;
    left: -7px;
    border-right-color: #fff;
    border-width: 7px
}

.activity-stream li .stream-footer {
    background-color: #f4f4f8;
    padding: 10px;
    font-size: 12px;
    color: #66757f
}

.activity-stream li .stream-footer .comments i,
.activity-stream li .stream-footer .likes i {
    margin-right: 5px;
    font-size: 16px
}

.activity-stream li .stream-footer .comments {
    float: left
}

.activity-stream li .stream-footer .likes {
    float: right
}

.activity-stream li h5 {
    margin: 0 0 10px;
    padding: 0
}

ul.online-users li a {
    position: relative;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #dedeea
}

ul.online-users li a img {
    margin-right: 3px;
    width: 16px;
    height: 16px
}

ul.online-users li a .user-name {
    display: inline-block
}

ul.online-users li a .away,
ul.online-users li a .busy,
ul.online-users li a .online {
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #91c46b
}

ul.online-users li a .away.busy,
ul.online-users li a .busy.busy,
ul.online-users li a .online.busy {
    background: #e77338
}

ul.online-users li a .away.away,
ul.online-users li a .busy.away,
ul.online-users li a .online.away {
    background: #FFD06B
}

.dashboard-wrapper {
    margin: 0 auto 0 0;
    text-align: left;
    position: relative;
    padding: 0;
    min-height: 900px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #f4f4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (min-width:992px) {
    .dashboard-wrapper {
        margin-left: 100px
    }
    .dashboard-wrapper-lg {
        margin-left: 230px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

.main-container {
    position: relative;
    padding: 10px 5px;
    min-height: 1060px
}

.main-container-sm {
    position: relative;
    padding: 0;
    min-height: 960px
}

.main-container-sm .top-bar {
    margin-bottom: 0
}

.content-wrapper {
    margin-right: 230px
}

.off-canvas-wrapper {
    position: absolute;
    right: 0;
    top: -8px;
    width: 230px;
    padding: 10px;
    background: #ebebf2;
    bottom: -10px
}

ul.menu li,
ul.menu li a {
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    .content-wrapper {
        margin-right: 0
    }
    .off-canvas-wrapper {
        display: none
    }
}

@media (max-width:767px) {
    .content-wrapper {
        margin-right: 0
    }
    .off-canvas-wrapper {
        display: none
    }
}

ul.menu {
    margin: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

ul.menu li a {
    display: block;
    padding: 10px 20px;
    color: #b3b3b3;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #363636;
    border-top: 1px solid #141414
}

ul.menu li a .menu-item {
    padding-left: 15px;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out
}

ul.menu li a:hover {
    color: #EAEAEA
}

ul.menu li a .label {
    width: 6px;
    height: 6px;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

ul.menu li ul li {
    min-height: 32px;
    line-height: 32px;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -ms-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    transition: All .3s ease-in-out
}

ul.menu li ul li a {
    padding: 7px 15px 7px 58px;
    font-size: 13px;
    border: 0
}

ul.menu li ul li:hover {
    background-color: #333;
    text-shadow: none
}

ul.menu li .current {
    color: #fff
}

ul.menu li .down-arrow {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px
}

ul.menu li .down-arrow:after {
    content: "\e960";
    font-family: icomoon!important;
    position: absolute;
    top: 0;
    right: 0;
    color: grey
}

ul.menu li.active>a {
    color: #fff;
    text-shadow: none
}

ul.menu li.active .down-arrow {
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px
}

.vertical-nav,
ul.menu li.selected>a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

ul.menu li.active .down-arrow:after {
    content: "\e963";
    font-family: icomoon!important;
    position: absolute;
    top: 0;
    right: 0;
    color: #8da7c7
}

ul.menu li.selected>a {
    background: #6e91cb;
    background: -moz-linear-gradient(top, #6e91cb 0, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
    background: -webkit-linear-gradient(top, #6e91cb 0, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
    background: linear-gradient(to bottom, #6e91cb 0, #6487c1 1%, #395d98 16%, #3d64a5 54%, #24406f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e91cb', endColorstr='#24406f', GradientType=0);
    transition: all .3s ease-out;
    color: #fff;
    text-shadow: none
}

ul.menu li.selected:after {
    position: absolute;
    content: "";
    right: -2px;
    top: 10px;
    border-right: 11px solid #f4f4f8;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent
}

ul.menu li:first-child a {
    border-top: none
}

ul.menu li:last-child a {
    border-bottom: none
}

ul.menu i {
    font-size: 20px;
    width: 20px;
    vertical-align: top;
    display: inline-block
}

@media (max-width:991px) {
    ul.menu li.active:after {
        right: 0;
        border-right: 0
    }
}

.vertical-nav {
    transition: all .3s ease-out;
    position: absolute;
    left: -240px;
    top: 0;
    bottom: 0;
    width: 230px;
    z-index: 1000;
    background: #262626
}

.collapse-menu,
.panel-sortable .panel {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.vertical-nav-opened {
    left: 0
}

.collapse-menu {
    transition: all .3s ease-out;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    color: #D0D0D0;
    background-color: #353535;
    text-align: left;
    z-index: 100;
    cursor: pointer;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.collapse-menu:hover {
    color: #fff;
    text-shadow: 0 0 10px #000;
    opacity: 1
}

.collapse-menu:focus {
    outline: 0;
    border: 0
}

.collapse-menu i {
    display: block;
    font-size: 20px;
    text-align: center
}

@media (min-width:992px) {
    .collapse-menu {
        display: block
    }
    .vertical-nav-sm ul.menu li .menu-item,
    .vertical-nav-sm ul.menu li.active a .down-arrow,
    .vertical-nav-sm ul.menu li:hover a .down-arrow {
        display: none
    }
    .vertical-nav {
        width: 230px;
        left: 0
    }
    .vertical-nav-sm {
        width: 100px
    }
    .vertical-nav-sm .logo img {
        max-width: 60px
    }
    .vertical-nav-sm .user-info {
        margin: 30px 10px 20px
    }
    .vertical-nav-sm .user-info .user-img {
        width: 48px
    }
    .vertical-nav-sm .user-info .user-img img {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
    .vertical-nav-sm .user-info .user-img .likes-info {
        position: absolute;
        bottom: 5px;
        right: -5px
    }
    .vertical-nav-sm ul.menu {
        margin: 0 26px
    }
    .vertical-nav-sm ul.menu li a {
        padding: 10px 15px;
        border: 0
    }
    .vertical-nav-sm ul.menu li.active:after {
        content: none
    }
    .vertical-nav-sm ul.menu li .current {
        background: #91c46b;
        color: #fff!important
    }
    .vertical-nav-sm ul.menu li:hover {
        width: 200px;
        background: #353535
    }
    .vertical-nav-sm ul.menu li:hover a {
        color: #fff
    }
    .vertical-nav-sm ul.menu li:hover .menu-item {
        display: block;
        position: absolute;
        left: 50px;
        top: 10px;
        padding-left: 0
    }
    .vertical-nav-sm ul.menu li:hover ul {
        display: block;
        position: absolute;
        left: 50px;
        top: 40px;
        background: #353535;
        width: 150px;
        padding: 7px 0;
        z-index: 10;
        border-top: 0
    }
    .vertical-nav-sm ul.menu li:hover ul li {
        width: 140px;
        margin: 0 5px;
        min-height: 30px;
        line-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        -ms-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }
    .vertical-nav-sm ul.menu li:hover ul li a {
        padding: 5px 10px;
        color: grey;
        text-shadow: none;
        font-size: 12px
    }
    .vertical-nav-sm ul.menu li:hover ul li:hover {
        background: #595959
    }
    .vertical-nav-sm ul.menu li:hover ul li:hover a {
        color: #fff;
        text-shadow: none
    }
    .vertical-nav-sm ul.menu ul {
        display: none
    }
    .vertical-nav-sm ul.menu .down-arrow {
        right: 0;
        display: none
    }
}

ul.views {
    margin-bottom: 15px
}

ul.views li {
    position: relative;
    border-bottom: 1px dotted #3e5a7d;
    padding: 5px 0
}

ul.views li i {
    padding-top: 4px;
    float: left;
    width: 15px;
    font-size: 14px;
    color: #afc1d8;
    position: relative
}

ul.views li i:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f10c";
    font: normal normal normal 8px/1 FontAwesome
}

ul.views li i.red {
    color: #e77338
}

ul.views li .detail-info {
    margin-left: 22px;
    padding: 5px 0
}

ul.views li .detail-info p {
    line-height: 12px;
    color: #afc1d8;
    padding: 0;
    margin: 0
}

ul.views li .label {
    position: absolute;
    right: 0;
    top: 10px;
    background: #a8bcd4;
    color: #1C2939
}

ul.views li .label.red {
    background: #e77338;
    color: #fff
}

ul.views li:hover {
    cursor: pointer
}

.custom-search {
    position: relative;
    z-index: 1005;
    float: right;
    padding: 0
}

.custom-search::-webkit-input-placeholder {
    color: #71828d
}

.custom-search:-moz-placeholder {
    color: #71828d
}

.custom-search::-moz-placeholder {
    color: #71828d
}

.custom-search:-ms-input-placeholder {
    color: #71828d
}

.custom-search .search-query {
    margin: 0;
    padding: 6px 10px;
    color: #333;
    font-style: italic;
    background: #fff;
    border: none;
    width: 210px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.custom-search .search-query:focus {
    outline: 0;
    width: 260px;
    border: none;
    background: #fff
}

.custom-search i {
    padding: 24px 0 0 10px;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 12px;
    color: #66757f
}

.top-bar {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    -moz-box-shadow: 0 0 2px #7e7ead;
    -webkit-box-shadow: 0 0 2px #7e7ead;
    box-shadow: 0 0 2px #7e7ead;
    margin-bottom: 10px;
    background-color: #f4f4f8
}

.top-bar .page-title {
    display: inline-block;
    float: left
}

.top-bar .page-title h4 {
    margin: 0;
    padding: 0;
    color: #1C2939;
    font-size: 21px;
    line-height: 70px
}

.top-bar .page-title h4 .samll {
    font-size: 12px;
    padding-left: 8px
}

.top-bar .page-title h4 .fa {
    font-size: 14px;
    padding-left: 3px;
    color: #e77338
}

.top-bar ul.sales-stats {
    float: right;
    line-height: 26px
}

.top-bar ul.sales-stats li {
    border-left: 1px solid #dedeea;
    padding: 0 24px;
    margin: 17px 0;
    float: left;
    text-align: right
}

.top-bar ul.sales-stats li:first-child {
    border-left: none;
    padding-left: 0
}

.top-bar ul.sales-stats li:last-child {
    padding-right: 0
}

.top-bar ul.sales-stats li h4 {
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    font-size: 21px
}

.top-bar ul.sales-stats li h4 i {
    font-size: 16px;
    margin-left: 3px
}

.top-bar ul.sales-stats li h4 i.up {
    color: #91c46b
}

.top-bar ul.sales-stats li h4 i.down {
    color: #e77338
}

.top-bar ul.sales-stats li h5 {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 12px
}

.top-bar ul.sales-stats li .sales-details {
    float: left;
    margin-left: 5px
}

.top-bar ul.sales-stats li .sales-block {
    float: left;
    position: relative;
    height: 30px;
    text-align: center;
    top: 11px;
    margin-right: 12px
}

ul.right-stats {
    float: right;
    height: 70px;
    line-height: 70px
}

ul.right-stats li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

ul.right-stats li:last-child {
    margin-right: 0
}

ul.right-stats li a.btn i {
    font-size: 16px
}

ul.right-stats li .sb-open-right {
    -webkit-border-radius: 100% 0 100% 100%;
    -moz-border-radius: 100% 0 100% 100%;
    border-radius: 100% 0 100% 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: relative
}

ul.right-stats li .sb-open-right i {
    position: relative
}

ul.right-stats li .sb-open-right i:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #FFD06B;
    position: absolute;
    top: 0;
    right: -4px
}

ul.right-stats li #reportrange {
    background: #fff;
    border: 1px solid #dedeea;
    color: #1C2939;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

ul.right-stats li #reportrange i {
    color: #6e91cb;
    margin-right: 5px;
    font-size: 14px
}

ul.right-stats li #reportrange span {
    font-size: 13px
}

ul.right-stats li #reportrange .caret {
    border-top: 4px solid #1C2939;
    margin: 0 0 0 5px
}

@media (max-width:767px) {
    .top-bar {
        height: 48px;
        line-height: 48px;
        box-shadow: 0 1px 2px 0 #1C2939
    }
    .top-bar .page-title h4 {
        font-size: 16px;
        line-height: 48px
    }
    .right-stats,
    .social-details .social-num .label {
        display: none
    }
}

.view-sidebar-arrow {
    background: url(../img/arrow-img.png) no-repeat;
    position: absolute;
    top: 44px;
    right: 12px;
    width: 200px;
    height: 80px;
    background-size: 100%
}

#reportrange {
    background: #fff;
    padding: 9px 12px;
    border: 1px solid #dedeea;
    color: #596268;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#reportrange i {
    color: #91c46b;
    margin-right: 5px;
    font-size: 14px
}

#reportrange span {
    font-size: 13px
}

#reportrange .caret {
    border-top: 4px solid #596268;
    margin: 0 0 0 5px
}

.sale-details .icon-type {
    height: 30px;
    width: 60px;
    background: #e77338;
    position: relative;
    margin-right: 10px;
    top: 7px;
    text-align: center
}

.sale-details .icon-type:after,
.sale-details .icon-type:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent
}

.sale-details .icon-type:before {
    top: -20px;
    border-bottom: 20px solid #e77338
}

.sale-details .icon-type:after {
    bottom: -20px;
    border-top: 20px solid #e77338
}

.sale-details .icon-type i {
    font-size: 32px;
    text-align: center;
    color: #fff
}

.sale-details .icon-type.green {
    background: #91c46b
}

.sale-details .icon-type.green:before {
    border-bottom: 20px solid #91c46b
}

.sale-details .icon-type.green:after {
    border-top: 20px solid #91c46b
}

.sale-details .icon-type.blue {
    background: #6e91cb
}

.sale-details .icon-type.blue:before {
    border-bottom: 20px solid #6e91cb
}

.sale-details .icon-type.blue:after {
    border-top: 20px solid #6e91cb
}

.sale-details .icon-type.yellow {
    background: #FFD06B
}

.sale-details .icon-type.yellow:before {
    border-bottom: 20px solid #FFD06B
}

.sale-details .icon-type.yellow:after {
    border-top: 20px solid #FFD06B
}

.sale-details .icon-type.grey {
    background: gray
}

.sale-details .icon-type.grey:before {
    border-bottom: 20px solid gray
}

.sale-details .icon-type.grey:after {
    border-top: 20px solid gray
}

.sale-details .sale-num {
    margin-left: 10px
}

.sale-details .sale-num h4 {
    font-size: 24px;
    margin: 10px 0 0 65px;
    padding: 0;
    font-weight: 600;
    color: #404040;
    position: relative
}

.sale-details .sale-num h4 .label {
    position: absolute;
    right: 0;
    color: #fff;
    top: 54px;
    border-radius: 5px;
    font-size: 9px;
}
.member-label{
    position: absolute;
    right: 0;
    color: #fff;
    top: 54px;
    border-radius: 5px;
    font-size: 9px;
    }
.sale-details .sale-num p {
    font-size: 12px;
    margin: 0 0 10px 65px;
    padding: 0;
    text-transform: uppercase;
    color: #404040
}

.sale-board .icon-type {
    height: 30px;
    width: 60px;
    background: #e77338;
    position: relative;
    top: 0;
    text-align: center;
    margin: 30px auto 35px
}

.sale-board .icon-type:after,
.sale-board .icon-type:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 0
}

.sale-board .icon-type:before {
    top: -20px;
    border-bottom: 20px solid #e77338
}

.sale-board .icon-type:after {
    bottom: -20px;
    border-top: 20px solid #e77338
}

.sale-board .icon-type i {
    font-size: 32px;
    text-align: center;
    color: #fff
}

.sale-board .icon-type.green {
    background: #91c46b
}

.sale-board .icon-type.green:before {
    border-bottom: 20px solid #91c46b
}

.sale-board .icon-type.green:after {
    border-top: 20px solid #91c46b
}

.sale-board .icon-type.blue {
    background: #6e91cb
}

.sale-board .icon-type.blue:before {
    border-bottom: 20px solid #6e91cb
}

.sale-board .icon-type.blue:after {
    border-top: 20px solid #6e91cb
}

.sale-board .icon-type.yellow {
    background: #FFD06B
}

.sale-board .icon-type.yellow:before {
    border-bottom: 20px solid #FFD06B
}

.sale-board .icon-type.yellow:after {
    border-top: 20px solid #FFD06B
}

.sale-board .icon-type.grey {
    background: gray
}

.sale-board .icon-type.grey:before {
    border-bottom: 20px solid gray
}

.sale-board .icon-type.grey:after {
    border-top: 20px solid gray
}

.sale-board .img-type {
    height: 60px;
    width: 60px;
    margin: 15px auto 5px;
    text-align: center
}

.sale-board .img-type img {
    max-width: 48px
}

.sale-board ul.sale-by-day {
    margin: 10px 0 5px
}

.sale-board ul.sale-by-day li {
    width: 50%;
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #dedeea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.sale-board ul.sale-by-day li:last-child {
    border-right: 0
}

.sale-board ul.sale-by-day li h5.week-day {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.sale-board ul.sale-by-day li h4.sale-rate {
    margin: 0;
    padding: 0;
    font-size: 21px;
    color: #1a1a1a
}

.sale-board ul.sale-by-day li h4.sale-rate sup {
    font-size: 12px;
    top: -10px
}

.sale-board ul.sale-by-day li h4.sale-rate span {
    font-size: 12px
}

.sale-board h4.heading-sm {
    text-transform: uppercase;
    margin: 12px 0
}

.sale-board h5.heading-sm {
    font-size: 14px;
    margin: 15px 0 5px
}

.social-details .social-icon {
    height: 60px;
    width: 36px;
    margin-right: 10px
}

.social-details .social-icon img {
    max-width: 36px;
    margin: 10px 0
}

.social-details .social-icon .round-icon {
    border: 1px solid #e77338;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.social-details .social-icon .round-icon i {
    font-size: 30px;
    line-height: 38px;
    vertical-align: middle;
    color: #e77338
}

.social-details .social-icon .round-icon.fb-icon {
    border: 1px solid #3B5998
}

.social-details .social-icon .round-icon.fb-icon i {
    color: #3B5998
}

.social-details .social-icon .round-icon.tw-icon {
    border: 1px solid #55ACEE
}

.social-details .social-icon .round-icon.tw-icon i {
    color: #55ACEE
}

.social-details .social-icon .round-icon.linkedin-icon {
    border: 1px solid #007BB5
}

.social-details .social-icon .round-icon.linkedin-icon i {
    color: #007BB5
}

.social-details .social-icon .round-icon.gplus-icon {
    border: 1px solid #E02F2F
}

.social-details .social-icon .round-icon.gplus-icon i {
    color: #E02F2F
}

.social-details .social-icon .round-icon.green-icon {
    border: 1px solid #91c46b
}

.social-details .social-icon .round-icon.green-icon i {
    color: #91c46b
}

.social-details .social-icon .round-icon.pink-icon {
    border: 1px solid #F782AA
}

.social-details .social-icon .round-icon.pink-icon i {
    color: #F782AA
}

.social-details .social-icon .round-icon.yellow-icon {
    border: 1px solid #FFD06B
}

.social-details .social-icon .round-icon.yellow-icon i {
    color: #FFD06B
}

.social-details .social-icon .round-icon.blue-icon {
    border: 1px solid #6e91cb
}

.social-details .social-icon .round-icon.blue-icon i {
    color: #6e91cb
}

.social-details .social-num {
    margin-left: 10px
}

.social-details .social-num h4 {
    font-size: 24px;
    margin: 0 0 0 40px;
    padding: 0;
    position: relative
}

.social-details .social-num h4 .label {
    position: absolute;
    right: 0;
    top: 7px;
    min-width: 32px;
    font-size: 9px
}

.social-details .social-num p {
    font-size: 12px;
    margin: 0 0 8px 40px;
    padding: 0
}

.social-details .social-num .progress {
    margin: 0 0 0 40px
}

.stats-wrapper {
    margin: 0 -15px;
    border-bottom: 1px solid #f5f5f5
}

.stats-wrapper>div {
    background: #fff;
    margin: 0;
    border-left: 1px solid #f5f5f5
}

.stats-wrapper>div>div {
    border-right: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 0
}

.stats-wrapper>div h1 {
    margin: 0;
    padding: 0;
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px
}

.stats-wrapper>div h1 i {
    margin-left: 0;
    font-size: 12px
}

.stats-wrapper>div p {
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 3px;
    padding: 0 0 3px
}

.stock-wraper {
    height: 118px;
    padding: 0;
    border: 1px solid #dedeea;
    background: #fff
}

.stock-wraper .carousel {
    height: 118px
}

.stock-wraper .carousel-indicators .active {
    background: #91c46b
}

.stock-wraper .carousel-indicators li {
    border: 1px solid #6e91cb
}

.stock-wraper .carousel-control {
    color: #6e91cb;
    text-shadow: none;
    top: auto;
    bottom: 10px
}

.stock-wraper .carousel-control.left,
.stock-wraper .carousel-control.right {
    background-image: none
}

.stock-wraper .stock-data {
    position: relative;
    color: #6e91cb;
    height: 118px
}

.stock-wraper .stock-data .stock-graph {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.stock-wraper .stock-data .stock-graph .inline-sparkline {
    text-align: center;
    margin: auto
}

.stock-wraper .stock-data .stock-name {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 16px;
    text-transform: uppercase
}

.stock-wraper .stock-data .stock-stats {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 13px
}

.stock-wraper .stock-data .stock-value {
    position: absolute;
    right: 15px;
    bottom: 15px
}

@media screen and (min-width:768px) {
    .stock-wraper .carousel-indicators {
        bottom: 0
    }
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #000!important;
    border: 1px solid #000!important
}

.trends-graph .charlab {
    color: #000;
    margin: 0
}

.trends-graph .label {
    font-size: 12px;
    line-height: 14px;
    margin-left: 2px;
    color: #000!important;
    font-weight: 600
}

.trends-graph .label p.date,
.trends-graph .label p.hits,
.trends-graph .label p.visits {
    font-weight: 400;
    padding: 0!important;
    margin: 0!important
}

.trends-graph .label p.date {
    font-size: 10px
}

.trends-graph .label p.visits {
    color: #e77338!important
}

.trends-graph .label p.hits {
    color: #6e91cb!important
}

footer {
    border-top: 1px solid #cfcfe0;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
    background: #fdfdfe;
    position: relative
}

footer span {
    color: #e77338
}

.ftr-fixed {
    position: fixed!important;
    bottom: 0;
    height: 48px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 203, 180, 0)), to(rgba(0, 132, 180, .39)));
    background-image: -webkit-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39));
    background-image: -moz-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39));
    background-image: -ms-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39));
    background-image: -o-linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39));
    background-image: linear-gradient(top, rgba(83, 203, 180, 0), rgba(0, 132, 180, .39))
}

.social-mertics .inline-sparkline {
    margin-bottom: 40px;
    margin-top: 10px
}

.social-mertics h5 {
    margin-bottom: 30px
}

.social-mertics .chart-one {
    position: relative
}

.social-mertics .chart-two {
    position: absolute;
    top: 20px;
    left: 0
}

.inline-sparkline canvas {
    overflow: hidden;
    margin: auto;
    text-align: center
}

.full-chart {
    position: relative;
    width: 100%
}

.demography {
    margin-top: 30px
}

.demography ul.male-female li {
    margin: 0;
    display: inline-block;
    width: 48%;
    color: #333;
    text-align: right
}

.demography ul.male-female li h2 {
    margin: 0;
    padding: 0;
    font-size: 24px
}

.demography ul.male-female li h2 i {
    margin: 0 5px;
    font-size: 36px
}

.demography ul.male-female li .male {
    color: #6e91cb
}

.demography ul.male-female li .female {
    color: #F782AA
}

.demography ul.male-female li:last-child {
    text-align: left
}

.demography ul.likes-wrapper {
    margin: 28px 0 0
}

.demography ul.likes-wrapper li {
    text-align: center;
    width: 20%;
    float: left;
    border-right: 1px solid #e6e6e6
}

.demography ul.likes-wrapper li:last-child {
    border-right: none
}

.demography ul.likes-wrapper li .percentage-graph span {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto
}

.demography ul.likes-wrapper li .percentage-graph i {
    margin-top: 3px;
    font-size: 16px;
    color: #4e73a0
}

ul.contacts li.client {
    padding: 8px 0;
    border-bottom: 1px solid #f4f4f8
}

ul.contacts li.client img.avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left
}

ul.contacts li.client .client-details {
    margin-left: 50px;
    position: relative
}

ul.contacts li.client .client-details p {
    margin: 0
}

ul.contacts li.client .client-details p span.name {
    color: #333;
    line-height: 16px;
    font-size: 13px;
    display: block;
    margin-bottom: 5px
}

ul.contacts li.client .client-details p span.email {
    color: #666;
    line-height: 12px;
    font-size: 11px;
    display: block
}

ul.contacts li.client .client-details ul.icons-nav {
    position: absolute;
    right: 0;
    top: 8px
}

ul.contacts li.client .client-details ul.icons-nav li {
    float: left;
    margin-left: 10px
}

ul.contacts li.client .client-details ul.icons-nav li a {
    padding: 5px
}

ul.contacts li.client .client-details ul.icons-nav li a i {
    color: #4d4d4d;
    cursor: pointer;
    font-size: 21px
}

ul.contacts li.client .client-details ul.icons-nav li a i:hover {
    color: #e77338
}

ul.contacts li.client .client-details ul.icons-nav li:first-child {
    padding-left: 0
}

ul.contacts li.client .client-details ul.icons-nav li:last-child {
    padding-right: 0
}

ul.contacts li.client:first-child {
    padding-top: 0
}

ul.contacts li.client:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

ul.top-clients li {
    position: relative;
    height: 65px;
    display: block;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 13px;
    cursor: pointer;
    overflow: hidden
}

ul.top-clients li .progress {
    opacity: .8;
    position: absolute;
    height: 3px;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: opacity .2s ease-in-out
}

ul.top-clients li .avatar {
    position: relative;
    float: left;
    width: 48px;
    height: 48px;
    background: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    z-index: 2;
    overflow: hidden
}

ul.top-clients li .avatar img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

ul.top-clients li .value {
    margin-top: 15px;
    float: right;
    font-weight: 600;
    color: #333
}

ul.top-clients li .biz {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 12px;
    float: left
}

ul.top-clients li .biz p.biz-name {
    float: left;
    font-weight: 600;
    margin: 0
}

ul.top-clients li .biz .biz-date {
    float: left;
    font-size: 10px;
    font-style: italic;
    margin-left: 15px
}

ul.top-clients li:last-child {
    margin-bottom: 0
}

ul.friends-list {
    margin: 0 0 21px
}

ul.friends-list li {
    width: 36px;
    height: 36px;
    margin: 3px;
    float: left;
    position: relative
}

ul.friends-list li img {
    width: 36px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 36px
}

ul.friends-list li:hover {
    opacity: .8
}

ul.friends-list .status {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    opacity: .9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

ul.friends-list .away,
ul.friends-list .busy,
ul.friends-list .online {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #91c46b
}

ul.friends-list .away.busy,
ul.friends-list .busy.busy,
ul.friends-list .online.busy {
    background: #e77338
}

ul.friends-list .away.away,
ul.friends-list .busy.away,
ul.friends-list .online.away {
    background: #FFD06B
}

ul.friends-list-sm li {
    width: 44px;
    height: 44px;
    margin: 3px 5px;
    float: left;
    position: relative
}

ul.friends-list-sm li img {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

ul.friends-list-sm li:hover {
    opacity: .8
}

ul.friends-list-sm li:nth-child(4n+0) {
    margin-right: 0
}

ul.friends-list-sm li:nth-child(1n+0) {
    margin-left: 0
}

ul.friends-list-sm .status {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    opacity: .9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

ul.friends-list-sm .away,
ul.friends-list-sm .busy,
ul.friends-list-sm .online {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #91c46b
}

ul.friends-list-sm .away.busy,
ul.friends-list-sm .busy.busy,
ul.friends-list-sm .online.busy {
    background: #e77338
}

ul.friends-list-sm .away.away,
ul.friends-list-sm .busy.away,
ul.friends-list-sm .online.away {
    background: #FFD06B
}

ul.events-list {
    margin: 10px 0 0
}

ul.events-list li {
    float: left;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 33.3333%
}

ul.events-list li p {
    color: #fff;
    display: block;
    font-size: 16px
}

ul.events-list li h4 {
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px
}

.profile .profile-container {
    margin-bottom: 10px;
    text-align: center
}

.profile .profile-container img.user-img {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 3px;
    text-align: center;
    border: 2px solid #F782AA
}

.profile .profile-container img.user-img:after {
    background: #FFD06B;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    color: #1C2939;
    font-size: 13px;
    content: "9"
}

.profile .profile-container .desc {
    margin-bottom: 20px;
    color: #fff
}

.profile .profile-container .desc h4 {
    font-size: 21px;
    margin: 0 0 5px;
    color: #fff
}

.profile .profile-container .desc p {
    font-size: 11px;
    margin: 0 0 10px
}

.profile ul.ftr-link {
    margin: 0;
    padding: 0
}

.profile ul.ftr-link li {
    display: inline-block;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 32%
}

.profile ul.ftr-link li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 13px
}

.profile ul.ftr-link li a:hover {
    color: #fff
}

.profile ul.ftr-link li a i {
    font-size: 18px;
    display: block
}

ul.visits-from {
    margin: 15px 0 0
}

ul.visits-from li {
    margin-bottom: 16px;
    position: relative
}

ul.visits-from li small {
    font-size: 11px;
    color: #f4f4f8;
    font-style: italic
}

ul.visits-from li .progress {
    margin: 1px 0 5px;
    background: #2d425b
}

ul.visits-from li .revenue-perc {
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 36px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff
}

ul.visits-from li .revenue-perc.danger {
    background: #e77338
}

ul.visits-from li .revenue-perc.success {
    background: #91c46b
}

ul.visits-from li .revenue-perc.info {
    background: #6e91cb
}

ul.visits-from li .revenue-perc.warning {
    background: #FFD06B
}

.chart-height .legend div,
.legend div {
    background: 0 0!important
}

ul.visits-from li:last-child {
    margin-bottom: 0
}

ul.notifications li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 5px 0
}

ul.notifications li i {
    padding: 6px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 10px;
    width: 24px
}

ul.notifications li .details {
    margin-left: 30px
}

ul.notifications li .details p {
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    line-height: 8px;
    font-size: 11px
}

ul.notifications li .details small {
    color: #333
}

ul.notifications li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

ul.articles {
    margin: 20px 0 0
}

ul.articles li {
    padding: 11px 0;
    border-bottom: 1px dotted #dedeea
}

ul.articles li:first-child {
    padding-top: 0
}

ul.articles li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

ul.articles a {
    position: relative;
    color: #4d4d4d;
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding-left: 15px
}

ul.articles a:hover {
    text-decoration: underline!important
}

ul.articles a .label-bullet {
    position: absolute;
    left: 1px;
    top: 6px;
    width: 0;
    height: 0;
    border: 3px solid #e77338
}

ul.articles a .date {
    font-size: 10px;
    font-weight: 400;
    display: block;
    font-style: italic
}

ul.users-gallery li {
    width: 20%;
    float: left;
    height: auto
}

ul.users-gallery li img {
    width: 100%
}

ul.recent-posts li.post {
    padding: 11px 0;
    border-bottom: 1px solid #ebebeb
}

ul.recent-posts li.post img.blog-avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left
}

ul.recent-posts li.post .details {
    margin-left: 48px
}

ul.recent-posts li.post .details h5.blog-title {
    font-size: 13px;
    color: #6e91cb;
    margin: 0 0 6px
}

.popup1{    top: 25%;}

ul.recent-posts li.post .details p {
    color: #666;
    margin: 0;
    font-size: 11px
}

ul.recent-posts li.post .details p i {
    margin-right: 2px;
    font-size: 12px;
    color: #4d4d4d
}

ul.recent-posts li.post:first-child {
    padding-top: 0
}

ul.recent-posts li.post:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

ul.news-feed li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding: 6px 0 9px;
    width: 100%;
    margin-bottom: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .25s ease-in-out
}

ul.news-feed li .news-type {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

ul.news-feed li .news-type i {
    text-align: center;
    line-height: 36px;
    width: 36px;
    color: #fff
}

ul.news-feed li .feed {
    margin-left: 48px;
    font-size: 12px
}

ul.news-feed li .feed p.feed-name {
    font-weight: 600;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase
}

ul.news-feed li .feed a.feed-detail {
    font-size: 12px;
    margin: 5px 0 0;
    float: left;
    color: #333
}

ul.news-feed li .feed a.feed-detail:hover {
    text-decoration: underline
}

ul.news-feed li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#memory {
    margin: auto;
    width: 100%
}

.panel-height-sm {
    height: 139px
}

.chart-height-lg-xx {
    position: relative;
    height: 340px
}

.chart-height-lg-x {
    position: relative;
    height: 255px
}

.chart-height-lgs {
    position: relative;
    height: 208px
}

.chart-height-lg {
    position: relative;
    height: 195px
}

.chart-height {
    position: relative;
    height: 180px
}

.chart-height-sm {
    position: relative;
    height: 156px
}

.chart-height-smx {
    position: relative;
    height: 90px
}

.chart-height-xs {
    position: relative;
    height: 56px
}

.donut-lg {
    height: 90px;
    width: 90px
}

.donut-sm {
    height: 42px;
    width: 42px
}

.donut-xs {
    height: 36px;
    width: 36px
}

#map-container,
#map-container #map,
.google-visualization-table-table {
    width: 100%
}

.legendLabel {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 10px
}

.legendColorBox div {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.tickLabel {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 11px;
    text-align: left!important
}

.easy-charts-container,
.easyPieChart {
    text-align: center
}

#flotTip {
    padding: .9em;
    border-radius: .2em;
    font-size: 1em!important;
    font-weight: 600;
    z-index: 110!important
}

.google-visualization-table-table td {
    padding: 6px 10px;
    border: 1px solid #dedeea
}

.google-visualization-table-tr-head .gradient {
    background-color: #dedeea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dedeea));
    background-image: -webkit-linear-gradient(top, #fff, #dedeea);
    background-image: -moz-linear-gradient(top, #fff, #dedeea);
    background-image: -ms-linear-gradient(top, #fff, #dedeea);
    background-image: -o-linear-gradient(top, #fff, #dedeea);
    background-image: linear-gradient(top, #fff, #dedeea);
    padding: 6px 10px;
    border: 1px solid #afafcc
}

.easy-charts-container .easy-pie {
    margin: 0 20px;
    display: inline-block;
    font-size: 18px;
    text-align: center
}

.easy-charts-container .easy-pie h2.percentage {
    padding: 10px 0 0;
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.easy-charts-container .easy-pie h2.percentage sup {
    font-size: 60%
}

.easy-charts-container .easy-pie .name {
    padding: 7px 0 0;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.easyPieChart {
    position: relative
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

#map-container {
    background: #F5F8FA
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: 1px solid #d35819;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d35819;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px
}

.icon-rounded,
.img-circle,
.thumbnail-round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none
}

.income-total {
    position: absolute;
    bottom: 0;
    right: 20px;
    text-align: right
}

.income-total h3 {
    font-size: 48px;
    color: #e77338;
    margin: 0;
    font-weight: 600
}

.income-total p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d4d4d
}

@media (max-width:767px) {
    .visit-total {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visit-total {
        display: none
    }
}

.donut-chart-wrapper {
    position: relative
}

.donut-chart-wrapper h3.info-label {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    color: #e77338;
    height: 48px;
    margin-top: -24px
}

.donut-chart-wrapper h3.info-label span {
    font-weight: 100;
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.img-circle,
.thumbnail-round {
    border-radius: 100%
}

.img-circle-sm {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%
}

.img-half-circle {
    -webkit-border-radius: 60px 60px 60px 0;
    -moz-border-radius: 60px 60px 60px 0;
    border-radius: 60px 60px 60px 0
}

.img-rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.img-18 {
    max-width: 18px
}

blockquote {
    border-left: 2px solid #6e91cb
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 18px;
    border-radius: 30px;
    cursor: pointer
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #dedeea;
    border-radius: inherit;
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background
}

.switch-label:after,
.switch-label:before {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #66757f
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #fff;
    opacity: 0
}

.switch-input:checked~.switch-label {
    background: #F782AA
}

.switch-input:checked~.switch-label:before {
    opacity: 0
}

.switch-input:checked~.switch-label:after {
    opacity: 1
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    transition: left .15s ease-out
}

.chat li,
.message-wrapper li img.avatar {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: #fcfcfc
}

.switch-input:checked~.switch-handle {
    left: 39px
}

.chat li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 16px 15px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial;
    border-radius: 50px
}

.chat li:after,
.chat li:before {
    position: absolute;
    content: ''
}

.chat li:before {
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 48px
}

.chat li:after {
    top: 15px;
    width: 0;
    height: 0
}

.chat li:nth-child(odd) {
    float: right;
    margin-right: 80px;
    color: #fff;
    background: #91c46b
}

.chat li:nth-child(odd):before {
    right: -80px;
    background-image: url(../img/user4.png);
    background-size: 100%
}

.chat li:nth-child(odd):after {
    border-right: 15px solid transparent;
    right: -10px;
    border-top: 15px solid #91c46b
}

.chat li:nth-child(even) {
    float: left;
    margin-left: 80px;
    color: #fff;
    background: #F782AA
}

.chat li:nth-child(even):before {
    left: -80px;
    background-image: url(../img/user5.png);
    background-size: 100%
}

.chat li:nth-child(even):after {
    border-left: 15px solid transparent;
    left: -10px;
    border-top: 15px solid #F782AA
}

.chat li:last-child {
    margin-bottom: 0
}

.todo-list li {
    display: block;
    padding: 14px 15px 15px;
    margin: 0;
    cursor: pointer;
    line-height: 16px;
    border-bottom: 1px solid #dedeea
}

.todo-list li:nth-child(even) {
    background: #f7f7fa
}

.todo-list li.list span:before {
    margin-right: 8px;
    font-size: 16px;
    content: "\e876";
    font-family: icomoon;
    vertical-align: middle
}

.todo-list li.completed {
    text-decoration: line-through;
    color: #91c46b
}

.todo-list li.completed span:before {
    content: "\e877";
    font-family: icomoon
}

.notice.blue:before,
.notice.green:before,
.notice.red:before,
.notice.yellow:before {
    font-family: icomoon!important
}

.todo-list li:last-child {
    border-bottom: 0
}

.message-wrapper li {
    padding: 15px 0 20px;
    border-bottom: 1px solid #ededed
}

.message-wrapper li img.avatar {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    float: left
}

.message-wrapper li .empty-avatar {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #e6e6e6;
    color: #fff;
    text-align: center;
    line-height: 34px;
    float: left;
    margin-right: 10px
}

.message-wrapper li .empty-avatar.green {
    background: #91c46b;
    border: 2px solid #76b448
}

.message-wrapper li .empty-avatar.red {
    background: #e77338;
    border: 2px solid #bc4e17
}

.message-wrapper li .empty-avatar.yellow {
    background: #FFD06B;
    border: 2px solid #ffc852
}

.message-wrapper li .empty-avatar.pink {
    background: #F782AA;
    border: 2px solid #f56a9a
}

.message-wrapper li .empty-avatar.blue {
    background: #6e91cb;
    border: 2px solid #4875be
}

.message-wrapper li .name {
    font-weight: 600
}

.message-wrapper li .date-time {
    color: gray;
    font-size: 11px
}

.message-wrapper li .message {
    display: block;
    padding: 0 15px;
    position: relative
}

.message-wrapper li .message .body {
    display: block;
    color: #333;
    padding-top: 6px
}

.message-wrapper li .message .body span {
    font-style: italic;
    font-weight: 600;
    color: #1a1a1a
}

.message-wrapper li:first-child {
    padding-top: 0
}

.message-wrapper li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.rating-wrapper li {
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 12px 0 14px
}

ul.project-activity li.activity-list:after,
ul.project-activity li.activity-list:before {
    content: " ";
    display: table
}

.rating-wrapper li .user img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.rating-wrapper li .info {
    margin-left: 50px;
    color: #596268
}

.rating-wrapper li .info .rating {
    margin-bottom: 3px
}

.rating-wrapper li .info .rating .stars {
    float: left
}

.rating-wrapper li .info .rating small {
    color: #4d4d4d;
    font-size: 11px;
    padding-left: 10px;
    line-height: 20px;
    margin-left: 5px;
    border-left: 1px solid #e6e6e6
}

.rating-wrapper li .info .rating small i {
    margin-right: 2px;
    font-size: 14px;
    color: #e77338
}

.rating-wrapper li .info .rating small .time {
    font-size: 11px;
    text-decoration: none;
    font-style: italic
}

.rating-wrapper li .info p.comment {
    margin: 2px 0 0;
    padding: 0;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 18px
}

.rating-wrapper li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.rating-wrapper li:first-child {
    padding-top: 0
}

ul.activity-list li {
    padding: 6px 0;
    border-bottom: 1px solid #eeeef4
}

ul.activity-list li p {
    font-size: 12px;
    padding: 0;
    margin: 0
}

ul.activity-list li p i {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px
}

ul.activity-list li p .time {
    text-align: right;
    color: #6e91cb;
    float: right;
    line-height: 30px
}

.fa-icon-list .fa-hover a,
.icon-rounded,
.social-widget,
ul.funnel {
    text-align: center
}

ul.activity-list li:last-child {
    border-bottom: 0
}

ul.project-activity li.activity-list {
    position: relative;
    border-left: 1px solid #c5c5da
}

ul.project-activity li.activity-list:after {
    background-color: #fff;
    border-color: #F782AA;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    height: 6px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    width: 9px;
    clear: both;
    bottom: auto;
    top: 6px
}

ul.project-activity li.activity-list .detail-info {
    margin: 0 0 0 15px;
    padding-bottom: 15px
}

ul.project-activity li.activity-list p.message {
    padding: 0;
    margin: 0
}

ul.project-activity li.activity-list.success {
    border-left-color: #91c46b
}

ul.project-activity li.activity-list.success:after {
    border-color: #91c46b
}

ul.project-activity li.activity-list.danger {
    border-left-color: #e77338
}

ul.project-activity li.activity-list.danger:after {
    border-color: #e77338
}

ul.project-activity li.activity-list.info {
    border-left-color: #6e91cb
}

ul.project-activity li.activity-list.info:after {
    border-color: #6e91cb
}

ul.project-activity li.activity-list.warning {
    border-left-color: #FFD06B
}

ul.project-activity li.activity-list.warning:after {
    border-color: #FFD06B
}

ul.project-activity li.activity-list.pink {
    border-left-color: #F782AA
}

ul.project-activity li.activity-list.pink:after {
    border-color: #F782AA
}

ul.project-activity li.activity-list.brown {
    border-left-color: #ab7967
}

ul.project-activity li.activity-list.brown:after {
    border-color: #ab7967
}

ul.project-activity li.activity-list:last-child .detail-info {
    padding-bottom: 0
}

ul.funnel {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 260px
}

ul.funnel:after,
ul.funnel:before {
    border-color: transparent #fff #fff;
    border-style: solid;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0
}

ul.funnel:before {
    border-width: 0 10rem 20rem 0;
    border-right-color: transparent;
    left: 0
}

ul.funnel:after {
    border-width: 0 0 20rem 10rem;
    border-left-color: transparent;
    right: 0
}

ul.funnel li {
    padding: 10px 0;
    color: #fff;
    font-size: 14px
}

ul.funnel li:nth-child(1) {
    padding: 10px 0;
    background-color: #6e91cb
}

ul.funnel li:nth-child(2) {
    background-color: #94add8
}

ul.funnel li:nth-child(3) {
    background-color: #aabfe1
}

ul.funnel li:nth-child(4) {
    background-color: #c1d0e9
}

.invoice img.logo {
    width: 110px;
    margin: 0 0 20px;
    background: 0 0
}

.invoice .invoice-num {
    margin-bottom: 30px
}

.fa-icon-list {
    margin-top: 0
}

.fa-icon-list .fa-hover a {
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    display: block;
    color: #333;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 24px
}

.fa-icon-list .fa-hover a .fa,
.fa-icon-list .fa-hover a i {
    font-size: 36px;
    display: block;
    text-align: center
}

.fa-icon-list .fa-hover a:hover {
    color: #e77338
}

.fa-icon-list .fa-hover a:hover .text-muted {
    color: #4d4d4d
}

.icon-rounded {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 2px;
    vertical-align: middle;
    line-height: 28px!important;
    color: #fff
}

.material-btn {
    position: relative;
    overflow: hidden
}

.circlee {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden
}

#dt_example .dataTables_paginate .next,
#dt_example .dataTables_paginate .previous,
.datatable-index .dataTables_filter {
    display: none
}

.circlee.animate {
    -webkit-animation: effect .65s linear;
    animation: effect .65s linear
}

@-webkit-keyframes effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

#dt_example .dataTables_length {
    float: left
}

#dt_example .dataTables_length select {
    width: 80px;
    height: 30px;
    margin-bottom: 0
}

#dt_example .dataTable .progress {
    height: 6px;
    margin: 5px 0 0
}

#dt_example .dataTable th {
    padding-left: 20px
}

#dt_example .dataTables_filter {
    float: right
}

#dt_example .dataTables_filter input {
    width: 160px;
    height: 32px;
    margin-left: 4px;
    margin-bottom: 0;
    outline: 0;
    border: 1px solid #dedeea
}

#dt_example .dataTables_info {
    float: left;
    margin-bottom: 5px
}

#dt_example .dataTables_paginate {
    margin: 5px 0;
    float: right
}

#dt_example .dataTables_paginate .first {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px
}

#dt_example .dataTables_paginate .last {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0
}

#dt_example .dataTables_paginate .paginate_active,
#dt_example .dataTables_paginate .paginate_button {
    background: #f4f4f8;
    margin-left: 1px;
    padding: 5px 12px;
    border: none;
    outline: 0
}

#dt_example .dataTables_paginate .paginate_active:hover,
#dt_example .dataTables_paginate .paginate_button:hover {
    background: #e4e4ee;
    cursor: pointer;
    color: #000
}

#dt_example .dataTables_paginate .paginate_active,
#dt_example .dataTables_paginate .paginate_active:hover {
    background: #6e91cb;
    color: #fff
}

#dt_example .dataTable .sorting {
    cursor: pointer;
    background: url(../img/sorting.png) center left no-repeat
}

#dt_example .dataTable .sorting_asc {
    cursor: pointer;
    background: url(../img/sorting_asc.png) center left no-repeat
}

#dt_example .dataTable .sorting_desc {
    cursor: pointer;
    background: url(../img/sorting_desc.png) center left no-repeat
}

.social-widget .social-body {
    height: 70px
}

.social-widget .social-body .chart-one {
    position: relative
}

.social-widget .social-body .chart-two {
    position: absolute;
    top: 20px;
    left: 0
}

.social-widget .social-body .views-chart {
    position: relative;
    width: 90px;
    height: 90px;
    margin: auto
}

.social-widget .social-body .views-chart span {
    position: absolute;
    left: 25px;
    top: 38px;
    font-size: 21px
}

.social-widget h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.social-widget h1 span {
    display: block;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase
}

.social-widget .social-footer {
    margin-top: 5px
}

.social-widget .social-footer .growth {
    float: right
}

.social-widget .social-footer .growth i {
    font-size: 18px;
    display: inline-block
}

.social-widget .social-footer .growth h2 {
    margin: 0;
    font-size: 30px;
    display: inline-block;
    font-weight: 100
}

.social-widget .social-footer .growth h2 sup {
    font-size: 13px;
    top: -15px
}

.social-widget p.social-widget-info {
    font-size: 12px;
    margin: 10px 0 0
}

.advertising-wrapper {
    position: relative
}

.advertising-wrapper h3.info-label {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    color: #e77338;
    height: 48px;
    margin-top: -24px
}

.advertising-wrapper h3.info-label span {
    font-weight: 100;
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

ul.adv-stats {
    margin: 10px 0 0
}

ul.adv-stats li {
    display: inline-block;
    color: gray;
    padding: 4px 6px;
    margin: 3px
}

ul.adv-stats li .fa {
    font-size: 14px;
    margin-right: 1px;
    font-weight: 600
}

ul.adv-stats li span {
    margin-left: 3px
}

ul.adv-stats li:nth-child(1),
ul.adv-stats li:nth-child(1) .fa {
    color: #e77338
}

ul.adv-stats li:nth-child(2),
ul.adv-stats li:nth-child(2) .fa {
    color: #6e91cb
}

ul.adv-stats li:nth-child(3),
ul.adv-stats li:nth-child(3) .fa {
    color: #F782AA
}

ul.adv-stats li:nth-child(4),
ul.adv-stats li:nth-child(4) .fa {
    color: #91c46b
}

ul.adv-stats li:nth-child(5),
ul.adv-stats li:nth-child(5) .fa {
    color: #ab7967
}

@media (min-width:992px) {
    ul.adv-stats li {
        padding: 2px 6px;
        margin: 0
    }
}

.country {
    margin: 0 5px 0 0
}

.notice {
    position: relative;
    margin: 10px;
    background: #f4f4f8;
    padding: 12px 12px 12px 25px;
    border-left: 4px solid #dedeea
}

.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #dedeea;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px
}

.notice p {
    margin: 0
}

.notice.blue {
    border-color: #6e91cb
}

.notice.blue:before {
    content: "\e015";
    background-color: #6e91cb
}

.notice.green {
    border-color: #91c46b
}

.notice.green:before {
    content: "\e116";
    background-color: #91c46b
}

.notice.yellow {
    border-color: #FFD06B
}

.notice.yellow:before {
    content: "\e094";
    background-color: #FFD06B
}

.notice.red {
    border-color: #e77338
}

.notice.red:before {
    content: "\e117";
    background-color: #e77338
}

.alert-white .icon:after,
.round-radio label:after,
.squared-check label:after {
    content: ''
}

.social-stats {
    text-align: center
}

.social-stats .social-icon {
    padding: 0;
    height: 30px;
    width: 60px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.social-stats .social-icon i {
    color: #fff;
    font-size: 48px
}

.social-stats .stats-details .data-graph {
    height: 30px
}

.social-stats .stats-details h6 {
    font-weight: 600;
    margin: 0 0 7px;
    font-size: 13px
}

.social-stats .stats-details h3 {
    color: #66757f;
    margin: 0 0 3px;
    font-size: 22px
}

.social-stats .stats-details h5 {
    padding-top: 5px;
    color: #66757f;
    margin: 0;
    font-size: 14px
}

.email-container .email-sidebar {
    float: left;
    width: 180px
}

.email-container .email-sidebar .compose-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 20px;
    text-align: center;
    display: block;
    width: 100px;
    text-transform: uppercase;
    color: #91c46b;
    border: 2px solid #91c46b;
    margin: 0 0 15px;
    cursor: pointer
}

.email-container .email-sidebar ul.menu-segment {
    margin: 0 0 20px
}

.email-container .email-sidebar ul.menu-segment li {
    padding: 9px 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e1e1ec;
    background: #ebebf2;
    font-size: 13px
}

.email-container .email-sidebar ul.menu-segment li a {
    display: block;
    position: relative
}

.email-container .email-sidebar ul.menu-segment li a .label {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 9px;
    line-height: 9px
}

.email-container .email-sidebar ul.menu-segment li a.selected {
    color: #1C2939;
    font-size: 14px
}

.email-container .email-sidebar ul.menu-segment li a i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle
}

.email-container .email-sidebar h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #1C2939
}

.email-container .email-sidebar ul.manage-labels {
    margin: 0
}

.email-container .email-sidebar ul.manage-labels li {
    position: relative;
    padding: 6px 0
}

.email-container .email-sidebar ul.manage-labels li i {
    vertical-align: middle;
    width: 20px;
    font-size: 14px;
    color: #afc1d8
}

.email-container .email-sidebar ul.manage-labels li i.red {
    color: #e77338
}

.email-container .email-sidebar ul.manage-labels li i.green {
    color: #91c46b
}

.email-container .email-sidebar ul.manage-labels li i.teal {
    color: #47BCC7
}

.email-container .email-sidebar ul.manage-labels li i.blue {
    color: #6e91cb
}

.email-container .email-sidebar ul.manage-labels li i.pink {
    color: #F782AA
}

.email-container .email-sidebar ul.manage-labels li i.yellow {
    color: #FFD06B
}

.email-container .email-sidebar ul.manage-labels li i.brown {
    color: #ab7967
}

.email-container .email-list {
    margin-left: 180px;
    border-left: 1px solid #dedeea;
    padding-left: 20px
}

.email-container .email-list small {
    font-size: 11px
}

.email-container .email-list .action-bar {
    padding: 0 0 20px;
    border-bottom: 1px solid #dedeea;
    overflow: hidden
}

.email-container .email-list .action-bar ul li {
    float: left;
    margin-right: 10px
}

.email-container .email-list .action-bar ul li .circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #bfbfd6;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    color: #91c46b;
    cursor: pointer;
    display: block;
    float: left
}

.email-container .email-list .action-bar ul li .circle-icon.red {
    color: #e77338;
    border-color: #e77338
}

.email-container .email-list .action-bar ul li .circle-icon.red:hover {
    color: #d35819;
    border-color: #d35819
}

.email-container .email-list .squared-check {
    margin: 0
}

.email-container .email-list .squared-check label {
    top: 2px
}

@media (max-width:767px) {
    .email-container .email-sidebar {
        display: none;
        width: 0
    }
    .email-container .email-list {
        border-left: none;
        padding-left: 0;
        margin-left: 0
    }
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.sunrise-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/preloader.gif) center no-repeat #fff;
    background-size: 3%
}

.panel {
    margin-bottom: 13px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfcfe0;
    
}

.panel-body {
    padding: 15px;
    position: relative;
    border: 1px solid #dedeea;
    border: 0
}

.panel-heading {
    position: relative;
    border: 0;
    border-bottom: 1px solid #dedeea;
    background: 0 0;
    box-shadow: inset 0 -2px 0 #f4f4f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel-heading .custom-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #1C2939;
    font-size: 14px
}

.panel-heading .switch {
    margin-top: 0
}

.panel-heading h4 {
    margin: 0;
    color: #0b1017;
    font-size: 16px;
    display: inline-block
}

.panel-heading h4 span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    color: #4e73a0
}

h3.panel-title,
h4.panel-title {
    color: #0b1017;
    font-weight: 600
}

.panel-heading h4 i {
    margin-right: 8px
}

h4.panel-title {
    font-size: 14px
}

h4.panel-title .fa {
    margin-right: 4px;
    font-size: 14px;
    width: 20px
}

h3.panel-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase
}

.panel-footer {
    padding: 0;
    border: 0;
    margin-top: -1px;
    background: 0 0;
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.panel-footer ul li {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    float: left;
    height: 60px;
    background: 0 0
}

.panel-footer ul li h4 {
    font-size: 18px;
    margin: 2px 0 0;
    padding: 0;
    text-align: center
}

.panel-footer ul li h4 small {
    color: inherit
}

.panel-footer ul li p {
    color: #66757f;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center
}

.tab-content,
.tab-content p {
    text-align: justify
}

.panel-red {
    border-top: 2px solid #1875d1;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.01) !important;
}

.panel-green {
    border-top: 2px solid #91c46b
}

.panel-blue {
    border-top: 2px solid #6e91cb
}

.panel-yellow {
    border-top: 2px solid #FFD06B
}

.panel-pink {
    border-top: 2px solid #F782AA
}

.panel-brown {
    border-top: 2px solid #ab7967
}

.panel-fb {
    border-top: 2px solid #3B5998
}

.panel-tw {
    border-top: 2px solid #55ACEE
}

.panel-linkedin {
    border-top: 2px solid #007BB5
}

.panel-gplus {
    border-top: 2px solid #E02F2F
}

.panel-full-bg {
    border: none;
    margin-bottom: 14px
}

.panel-full-bg .panel-heading {
    padding: 5px 0;
    border: none;
    background: 0 0
}

.panel-full-bg .panel-heading h4 {
    font-size: 18px;
    margin: 0;
    color: #fff
}

.panel-full-bg .panel-heading h1 {
    font-size: 36px;
    margin: 0;
    color: #404040
}

.panel-full-bg .panel-header {
    padding: 10px;
    color: #fff
}

.panel-full-bg .panel-body-white {
    padding: 10px;
    border: none;
    background: #fff
}

.panel-full-bg .panel-body {
    padding: 10px;
    border: none
}

.panel-full-bg .panel-footer {
    padding: 8px 10px;
    border: none;
    margin-top: 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel-full-bg.panel-red-bg .panel-body,
.panel-full-bg.panel-red-bg .panel-footer,
.panel-full-bg.panel-red-bg .panel-header {
    background: #e77338
}

.panel-full-bg.panel-green-bg .panel-header {
    background: #9fcb7d
}

.panel-full-bg.panel-green-bg .panel-body {
    background: #91c46b
}

.panel-full-bg.panel-green-bg .panel-footer {
    background: #9fcb7d
}

.panel-full-bg.panel-blue-bg .panel-header {
    background: #a6bcdf
}

.panel-full-bg.panel-blue-bg .panel-body {
    background: #6e91cb
}

.panel-full-bg.panel-blue-bg .panel-footer {
    background: #a6bcdf
}

.panel-full-bg.panel-yellow-bg .panel-body,
.panel-full-bg.panel-yellow-bg .panel-footer,
.panel-full-bg.panel-yellow-bg .panel-header {
    background: #FFD06B
}

.panel-full-bg.panel-grey-bg .panel-header {
    background: #b3b3b3
}

.panel-full-bg.panel-grey-bg .panel-heading h4 {
    color: #000
}

.panel-full-bg.panel-grey-bg .panel-heading h1 {
    font-size: 48px;
    margin: 0;
    color: #000
}

.panel-full-bg.panel-grey-bg .panel-body {
    background: #ccc
}

.panel-full-bg.panel-grey-bg .panel-footer {
    background: #b3b3b3;
    color: #000
}

.panel-group .panel {
    border-radius: 0
}

.panel-group .panel-heading {
    border-bottom: 1px solid #ebebeb
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0
}

.add-on-wrapper {
    margin-bottom: 10px;
    padding: 10px 5px
}

.add-on-wrapper h5 {
    color: #f4f4f8;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #24354a
}

.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tab-content {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #dedeea;
    border-top: 0;
    background: #fff
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 2px solid #dedeea;
    border-bottom-color: transparent
}

.nav-tabs {
    border-bottom: 2px solid #dedeea
}

.nav-tabs>li {
    margin-bottom: -3px
}

.nav-tabs>li>a:hover {
    background: #ebebf2
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.tabs-below>.nav-tabs>li {
    margin-top: -3px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: transparent;
    border-bottom-color: #dedeea
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #dedeea #dedeea
}

.tabs-below .tab-content {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #dedeea;
    border-bottom: 2px solid #dedeea
}

.tabs-left>.nav-tabs>li {
    float: none;
    width: 120px;
    margin-left: 1px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dedeea
}

.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #dedeea
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #dedeea transparent #dedeea #dedeea
}

.tabs-left .tab-content {
    padding: 15px;
    margin-bottom: 0;
    min-height: 130px;
    border: 1px solid #dedeea;
    border-left: 2px solid #dedeea;
    margin-left: 120px;
    text-align: justify
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dedeea
}

.tabs-right>.nav-tabs>li {
    float: none;
    width: 120px;
    margin-right: 1px
}

.tabs-right .tab-content {
    padding: 15px;
    margin-bottom: 0;
    min-height: 130px;
    border: 1px solid #dedeea;
    border-right: 2px solid #dedeea;
    margin-right: 120px
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #dedeea
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:focus,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #dedeea #dedeea #dedeea transparent
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.alert-dismissable .close {
    right: 0
}

.alert.alert-transparent {
    background-color: transparent!important;
    color: #000
}

.alert {
    padding: 10px;
    margin-bottom: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.alert-success {
    color: #fff;
    background-color: #91c46b;
    border-color: #91c46b
}

.alert-info {
    color: #fff;
    background-color: #6e91cb;
    border-color: #6e91cb
}

.alert-warning {
    color: #fff;
    background-color: #FFD06B;
    border-color: #FFD06B
}

.alert-danger {
    color: #fff;
    background-color: #e77338;
    border-color: #e77338
}

.alert-borderd {
    background: 0 0!important;
    color: #4d4d4d
}

.alert-white {
    background: #fff;
    border-color: #e6e6e6;
    color: #4d4d4d;
    position: relative;
    padding: 13px 15px
}

.alert-white .icon i,
.popover {
    color: #fff
}

.alert-white .close {
    font-size: 14px
}

.alert-white strong {
    margin-left: 50px
}

.alert-white .icon {
    text-align: center;
    width: 48px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    line-height: 43px
}

.alert-white .icon:after {
    display: block;
    border-left: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.alert-white.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.alert-white.rounded .icon {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #e46321;
    background: #e77338
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #5b83c4;
    background: #6e91cb
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #ffc852;
    background: #FFD06B
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #83bd59;
    background: #91c46b
}

.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
    border-color: #4d555a;
    background: #596268
}

.tooltip-inner {
    color: #fff;
    background-color: #e77338;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #e77338
}

.tooltip.right .tooltip-arrow {
    border-right-color: #e77338
}

.tooltip.left .tooltip-arrow {
    border-left-color: #e77338
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #e77338
}

.popover {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.popover.left>.arrow:after {
    border-left-color: #4d4d4d
}

.popover.right>.arrow:after {
    border-right-color: #4d4d4d
}

.popover.top>.arrow:after {
    border-top-color: #4d4d4d
}

.popover.bottom>.arrow:after {
    border-bottom-color: #4d4d4d
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    border: 1px solid #d9d9d9
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.breadcrumb,
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #1a1a1a;
    background-color: #e8e8e8;
    border-color: #d9d9d9
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #e77338;
    border-color: #e77338
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #000;
    background-color: #fff;
    border-color: #e6e6e6
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #91c46b
}

.form-control {
    border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #bfbfbf;
    height: 36px;
    padding: 6px 12px;
    margin-right: 10px;
}

.form-control:focus {
    border: 1px solid #6e91cb;
    box-shadow: none;
    -webkit-box-shadow: none
}

/*----------------------new css----------------------------------*/
.form-control02 {
    /* border-radius: 5px; */
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #bfbfbf;
    height: 36px;
    padding: 6px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    width:100%;
}

.new_text    {text-align: Center;
    margin-left: 15%;}

.form-control02:focus {
    border: 1px solid #6e91cb;
    box-shadow: none;
    -webkit-box-shadow: none
}

.save1{   margin-top: 5%;}
.p3{    margin-right: 5%;}
.form-control1 {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #bfbfbf;
    height: 36px;
    padding: 6px 12px;
    margin-right: 10px;
}

.form-control1:focus {
    border: 1px solid #6e91cb;
    box-shadow: none;
    -webkit-box-shadow: none
}



 .pe  {         font-size: 1.2em;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0.8%;
}
  .e2{  padding-right: 0;
    text-align: right;
}
.yu{    padding-top: 3%;}

.dcs{    padding: 0%;}
.e3{padding-left: 0PX;}
.e4{    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1%;}
    
    .e5{
        border-bottom: 0px;
    }
    
    .o4{    padding-top: 3%;}
    .fborde{border:1px solid #eee;
            padding-top:2%;
            margin-top:2%;
            padding-bottom:2%;}
    .e6{
       border-left: 2px solid #c2c2c2;}
    
.e1 {
    border: 1px solid #f9f9f9;
    margin-top: 1%;
    padding: 0.5%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.cc1 {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 60%;
    z-index: 99;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}
.e44   {padding-bottom: 3%;}
.e23{    padding: 0.8%;}
.e25 {
    padding-top: 1.9%;
}

.e24 {
    padding-top: 1.4%;
}
.approved{    position: absolute;
    right: 0%;
    top: 0;
    left: 90%;
    width: 150%;}
    
     .approved1{    position: absolute;
    right: 0%;
    top: 0;
    left: 90%;
    width: 150%;}
    
    .approvedOld{    position: absolute;
    right: 0%;
    top: 0;
    left: 80%;
    width: 115%;}
    
      .approved1Old{    position: absolute;
    right: 0%;
    top: 0;
    left: 80%;
    width: 115%;}
    
    
.e40 {
    padding: 0.9%;
}

.e41{    padding-left: 0.5%;}

.name_1{    padding-top: 1%;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;}
.e10 {
    /* border: 1px solid #f9f9f9; */
    margin-top: 1%;
    padding: 0.5%;
    background-color: #ffffff;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); */
    /* box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); */
}
    .eu{    font-size: 1.3em;}
.line_1{    border-top: #cacaca 1px solid;
    padding-top: 1%;}
.form-control_new {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
      border-bottom: 2px solid #4490da;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 34px;
    padding: 6px 12px;
    margin-right: 0px;
}
.form-control_new:focus {
    border: 1px solid #6e91cb;
    box-shadow: none;
    -webkit-box-shadow: none
}

.a1{font-size: 16px;
    font-weight: bold;
    color: #006633;}
    
    .a2 {
    font-size: 16px;
    font-weight: bold;
    color: #f7931e;
}
.a61{           padding-top:5%;}

.a65 {
    padding-top: 2.5%;
    /* padding-right: 5%; */
}
    .a60 {
      text-align: right;
}

/*----------------------new css----------------------------------*/

.form-group-lg .form-control,
.input-lg {
    height: 50px
}

.form-group-sm .form-control,
.input-sm {
    height: 30px
}

.has-feedback label~.form-control-feedback {
    top: 38px
}

input[type=checkbox],
input[type=radio] {
    margin: 2px 0 0
}

.form-control-feedback {
    top: 33px;
    height: 15px
}

.form-control-feedback.glyphicon {
    top: 22px;
    right: 10px;
    height: 15px
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 11px
}

.has-success .form-control {
    border-color: #91c46b;
    box-shadow: none;
    -webkit-box-shadow: none
}

.has-success .form-control:focus {
    border-color: #76b448;
    box-shadow: none;
    -webkit-box-shadow: none
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #e77338
}

.has-error .form-control {
    border-color: #e77338;
    box-shadow: none;
    -webkit-box-shadow: none
}

.has-error .form-control:focus {
    border-color: #d35819;
    box-shadow: none;
    -webkit-box-shadow: none
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #FFD06B
}

.has-warning .form-control {
    border-color: #FFD06B;
    box-shadow: none;
    -webkit-box-shadow: none
}

.has-warning .form-control:focus {
    border-color: #ffc038;
    box-shadow: none;
    -webkit-box-shadow: none
}

.progress,
.progress-bar {
    box-shadow: none
}

legend {
    padding: 0 0 6px;
    font-size: 16px;
    line-height: inherit;
    color: #4d4d4d;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}

.breadcrumb {
    background: #dedeea;
    border-radius: 0;
    margin-bottom: 10px
}

.breadcrumb li,
.breadcrumb li a {
    color: #66757f
}

.breadcrumb li a.active,
.breadcrumb li.active {
    font-weight: 600;
    color: #4f5b63
}

.breadcrumb.blue-bg {
    background: #6e91cb
}

.breadcrumb.blue-bg li,
.breadcrumb.blue-bg li a {
    color: #fff
}

.breadcrumb.blue-bg li a.active,
.breadcrumb.blue-bg li.active {
    font-weight: 600;
    color: #ccd8ed
}

.jumbotron {
    background: #e6e6e6
}

.progress {
    background-color: #f4f4f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.progress-sm {
    height: 6px
}

.progress-md {
    height: 10px
}

.progress-xs {
    height: 3px
}

.progress-bar-success {
    background-color: #91c46b
}

.progress-bar-info {
    background-color: #6e91cb
}

.progress-bar-warning {
    background-color: #FFD06B
}

.progress-bar-pink {
    background-color: #F782AA
}

.progress-bar-danger {
    background-color: #e77338
}

.progress-bar-fb {
    background-color: #3B5998
}

.progress-bar-tw {
    background-color: #55ACEE
}

.progress-bar-linkedin {
    background-color: #007BB5
}

.progress-bar-gplus {
    background-color: #E02F2F
}

.callout {
    margin: 0 0 10px;
    padding: 10px 20px;
    background-color: #f4f4f8;
    border-left: 3px solid #dedeea
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.callout p:last-child {
    margin-bottom: 0
}

.callout-danger {
    border-color: #e77338
}

.callout-danger h4 {
    color: #e77338
}

.callout-warning {
    border-color: #FFD06B
}

.callout-warning h4 {
    color: #FFD06B
}

.callout-info {
    border-color: #6e91cb
}

.callout-info h4 {
    color: #6e91cb
}

.callout-success {
    border-color: #91c46b
}

.callout-success h4 {
    color: #91c46b
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #dedeea
}

.table>thead>tr>th {
    border-bottom: 2px solid #dedeea
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
        background: #eee;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #dedeea
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background: #e6efff;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background: #91c46b;
    color: #fff;
    border-top: 0
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background: #86be5c
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background: #e77338;
    color: #fff;
    border-top: 0
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background: #e56626
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background: #FFD06B;
    color: #fff;
    border-top: 0
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background: #ffca57
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background: #6e91cb;
    color: #fff;
    border-top: 0
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background: #5f86c6
}

.list-group-item {
    background: #fff;
    border: 1px solid #dedeea;
    box-shadow: 1px 1px 2px #fff
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item .dot {
    margin-right: 5px;
    font-size: 10px;
    vertical-align: middle
}

a.list-group-item:focus,
a.list-group-item:hover {
    background: #fafafa
}

.list-group-item-danger {
    background-color: #fcf0e9;
    color: #e77338
}

.list-group-item-danger a {
    display: block;
    color: #e77338
}

.list-group-item-danger a:hover {
    color: #d35819
}

.list-group-item-danger:hover {
    background-color: #fcede5
}

.list-group-item-success {
    background-color: #fff;
    color: #91c46b
}

.list-group-item-success a {
    display: block;
    color: #91c46b
}

.list-group-item-success a:hover {
    color: #76b448
}

.list-group-item-success:hover {
    background-color: #fdfefd
}

.list-group-item-info,
.list-group-item-info:hover {
    background-color: #fff
}

.list-group-item-info {
    color: #6e91cb
}

.list-group-item-info a {
    display: block;
    color: #6e91cb
}

.list-group-item-info a:hover {
    color: #4875be
}

.list-group-item-warning {
    background-color: #fff7e5;
    color: #FFD06B
}

.list-group-item-warning a {
    display: block;
    color: #FFD06B
}

.list-group-item-warning a:hover {
    color: #ffc038
}

.list-group-item-warning:hover {
    background-color: #fff4db
}

.list-group-item-grey {
    background-color: #f4f4f8;
    color: #dedeea
}

.list-group-item-grey a {
    display: block;
    color: #66757f
}

.list-group-item-grey a:hover {
    color: #5b6871
}

.list-group-item-grey:hover {
    background-color: #e8e8f0
}

.demo-btn-group .btn {
    min-width: 80px;
    margin: 2px
}

.demo-btn-group a {
    display: block;
    margin: 2px;
    float: left
}

.demo-sm-btn-group .btn {
    min-width: 60px;
    margin: 2px
}

.demo-lg-btn-group .btn {
    min-width: 130px;
    margin: 2px
}

.demo-xs-btn-group .btn {
    min-width: 50px;
    margin: 1px;
    float: left
}

.squared-check {
    position: relative;
    margin: 4px auto;
    float: left;
    font-size: 14px
}

.squared-check label {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #6e91cb;
    display: inline-block
}

.squared-check label:after {
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #6e91cb;
    border-top: none;
    border-right: none;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.squared-check label:hover::after {
    opacity: .3
}

.squared-check input[type=checkbox] {
    visibility: hidden;
    width: 20px
}

.squared-check input[type=checkbox]:checked+label:after {
    opacity: 1
}

.squared-check .cb-label {
    display: inline-block;
    margin: 3px 30px 0 15px
}

.round-radio {
    position: relative;
    margin: 4px auto;
    float: left;
    font-size: 14px
}

.round-radio label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff;
    border: 2px solid #6e91cb;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.round-radio label:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #6e91cb;
    border-top: none;
    border-right: none;
    background: #6e91cb;
    z-index: 100;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.scroll-text,
.scroll-text ul {
    width: 100%;
    overflow: hidden
}

.round-radio label:hover::after {
    opacity: .3
}

.round-radio input[type=radio] {
    visibility: hidden
}

.round-radio input[type=radio]:checked+label:after {
    opacity: 1
}

.round-radio .cb-label {
    display: inline-block;
    margin: 3px 30px 0 15px
}

.weather-widget .weather-header {
    position: relative;
    padding: 20px 10px;
    text-align: center
}

.weather-widget .weather-header .weather-icon {
    color: #fff;
    font-size: 48px
}

.weather-widget .weather-header .weather-icon img {
    line-height: 48px;
    max-width: 48px
}

.weather-widget .weather-header .weather-title {
    display: inline-block;
    padding: 4px 10px;
    margin: 14px 0 0;
    font-size: 13px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .05)
}

.weather-widget .weather-footer {
    position: relative;
    padding: 10px;
    text-align: center;
    background: #f1f1f6
}

.weather-widget .weather-footer .weather-value {
    font-size: 48px;
    line-height: 48px;
    position: relative
}

.weather-widget .weather-footer .weather-value sup {
    position: absolute;
    top: 15px;
    right: -5px;
    font-size: 12px
}

.weather-widget .weather-footer .weather-value-desc {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.weather-widget .weather-footer h4 {
    font-size: 30px;
    margin: 0;
    padding: 0
}

.weather-widget .weather-footer h4 span {
    font-size: 14px
}

.weather-widget-lg {
    margin-bottom: 15px
}

.weather-widget-lg .weather-icon {
    color: #fff
}

.weather-widget-lg .weather-icon i {
    font-size: 54px;
    line-height: 80px
}

.weather-widget-lg .current-weather {
    font-size: 60px;
    line-height: 80px;
    position: relative;
    display: inline-block;
    color: #66757f
}

.weather-widget-lg .current-weather sup {
    position: absolute;
    top: 15px;
    right: -15px;
    font-size: 12px
}

.weather-widget-lg .current-weather sup span {
    font-size: 16px;
    color: #9ca7af
}

.scroll-text ul {
    height: 100px
}

.scroll-text ul li {
    padding: 5px 0
}

.scroll-text ul li a {
    text-decoration: underline!important
}

.scroll-text.lg-height {
    height: 180px
}

.scroll-text.sm-height {
    height: 120px
}

.scroll-text.xs-height {
    height: 70px
}

.scroll-img {
    overflow: hidden;
    font-size: 0
}

.scroll-img ul {
    width: 90px
}

.scroll-img ul li {
    display: inline-block;
    margin: 0
}

.scroll-img.lg-height {
    height: 180px
}

.scroll-img.sm-height {
    height: 120px
}

.scroll-img.xs-height {
    height: 70px
}

#twtterFeeds.scroll-img ul {
    width: 1200px
}

#twtterFeeds.scroll-img ul li {
    background: #6e91cb
}

#twtterFeeds.scroll-img ul li a img {
    width: 145px
}

#scrollUp {
    bottom: 10px;
    right: 20px;
    width: 30px;
    height: 36px;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    background-color: #91c46b;
    -webkit-transition: bottom 150ms linear;
    -moz-transition: bottom 150ms linear;
    transition: bottom 150ms linear
}

#scrollUp:hover {
    background-color: #acd38f
}

@media (max-width:767px) {
    #scrollUp {
        bottom: 20px
    }
}

.scrollbar {
    width: 100%;
    clear: both;
    margin: 0
}

.scrollbar .viewport {
    width: 98%;
    height: 118px;
    overflow: hidden;
    position: relative
}

.scrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar .thumb,
.scrollbar .thumb .end {
    background-color: #e77338
}

.scrollbar .scrollbar {
    position: relative;
    float: right;
    width: 3px
}

.scrollbar .track {
    background-color: #e6e6e6;
    height: 100%;
    width: 2px;
    position: relative;
    padding: 0
}

.scrollbar .thumb {
    height: 20px;
    width: 2px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0
}

.scrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px
}

.scrollbar .disable {
    display: none
}

#scrollbar-one .viewport {
    height: 240px
}

#scrollbar-one .thumb,
#scrollbar-one .thumb .end {
    background-color: #e77338
}

#slidebar-scrollbar .viewport {
    height: 680px
}

#slidebar-scrollbar .thumb,
#slidebar-scrollbar .thumb .end {
    background-color: #253447
}

#slidebar-scrollbar .track {
    background-color: #1C2939
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f8;
    border: 1px solid #dedeea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none
}

.animated-2s {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.animated-3s {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.animated-4s {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.animated-5s {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated-6s {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.animated-7s {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.animated-8s {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated-9s {
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.gutter.row {
    margin-right: -7px!important;
    margin-left: -7px!important
}

.gutter-10>[class^=" col-"],
.gutter>[class^=col-] {
    padding-right: 7px!important;
    padding-left: 7px!important
}

.panel-sortable {
    cursor: move
}

.panel-sortable .panel {
    transition: all .3s ease-out
}

.panel-sortable .panel:after {
    content: "\e5c8";
    font-family: icomoon;
    position: absolute;
    right: 15px;
    bottom: 25px;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.panel-sortable .panel:hover {
    border: 1px dashed #6e91cb;
    background: #fff
}

.panel-sortable .panel:hover:after {
    color: #6e91cb;
    font-size: 36px
}

.panel-sortable .panel .panel-body {
    min-height: 90px
}
.panel1{
    margin-bottom: 13px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cfcfe0;
    margin: 15px 0px 15px 0px;
    background-color: #fff;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    


#box {
    width: 320px;
    background-color: #fff;
    margin: 50px auto 50px -160px;
    position: absolute;
    left: 50%;
    border-radius: 20px
}
#box2 {
    width: 450px;
    background-color: #fff;
    margin: 50px auto 50px -190px;
    position: absolute;
    left: 50%;
    border-radius: 20px
}

#top_header {
    width: 100%;
    margin: 0;
    padding-top: 35px
}
     .upload-btn-wrapper {
      position: relative;
    overflow: hidden;
    display: inline-block;
    /* width: 30%; */
    float: left;
    margin-right: 2%;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.btn1 {
    display: inline-block;
    padding: 0.55rem 0.55rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}



    @media (min-width: 1024px)
{
    .a65 {
    padding-top: 1%;
    /* padding-right: 5%; */
}}

@media (min-width: 1920px)
{
    .a61 {
    padding-top: 4%;
}
    .a65 {
    padding-top: 1.5%;
    /* padding-right: 5%; */
}
    }



input[type=checkbox], input[type=radio] {
    margin: 2px 7px 0 0;
}

input[type=checkbox] + label, input[type=radio] + label{
    margin-right: 7px;
}
#MainContent_chkMemberList{
    width: 100%;
}
#MainContent_updProgress {
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
     
    bottom: 0;
    right: 0;
    z-index: 999;

}
    #MainContent_updProgress img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }