a,
body {
    color: #333
}
a:focus,
a:hover {
    text-decoration: none;
    color: #000
}
body,
ul {
    margin: 0
}
.chart-height,
.chart-height1,
.chart-height2,
.chart-height3,
.chart-height4,
.chart-height5 {
    position: relative
}
@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
}
html {
    height: 100%
}
body {
    min-height: 100%;
    font: 400 13px 'Open Sans', sans-serif;
    line-height: 18px;
    background: #272f3a
}
a {
    text-decoration: none
}
a:focus {
    outline: 0
}
ul {
    padding: 0;
    list-style-type: none
}
ul.default {
    margin: inherit;
    padding: 0 30px;
    list-style-type: inherit
}
ul.default ul {
    list-style-type: circle
}
ul.default ul ul {
    list-style-type: square
}
ul.custom-bullets {
    padding-left: 20px
}
ul.custom-bullets li:before {
    color: red;
    content: "\2022";
    font-size: 30px;
    width: 20px;
    height: 20px
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e3ebf4
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    padding: 0
}
.no-margin {
    margin: 0
}
.no-padding {
    padding: 0
}
.auto-margin {
    margin: auto
}
.padding-10 {
    padding: 10px
}
.padding-15 {
    padding: 15px
}
.center-text {
    text-align: center
}
.right-text {
    text-align: right
}
.text-success {
    color: #71c586
}
.text-danger {
    color: #e84f4c
}
.text-info {
    color: #3a86c8
}
.text-warning {
    color: #ffb400
}
.text-brown {
    color: #ab7967
}
.text-pink {
    color: #F782AA
}
.text-white {
    color: #fff
}
.text-grey {
    color: gray
}
.text-light {
    color: #b3b3b3
}
.spacer5 {
    height: 5px
}
.spacer10 {
    height: 10px
}
.spacer20 {
    height: 20px
}
.spacer30 {
    height: 30px
}
.green-bg {
    background: #71c586
}
.red-bg {
    background: #e84f4c
}
.dark-red-bg {
    background: #f35454
}
.blue-bg {
    background: #3a86c8
}
.yellow-bg {
    background: #ffb400
}
.mustard-bg {
    background: #e3b442
}
.pink-bg {
    background: #F782AA
}
.brown-bg {
    background: #ab7967
}
.light-green-bg {
    background: #aed048
}
.violet-bg {
    background: #c38fbb
}
.teal-bg {
    background: #47BCC7
}
.orange-bg {
    background: #f2682a
}
.grey-bg {
    background: #b3b3b3
}
.dark-grey-bg {
    background: gray
}
.fb-bg {
    background: #3B5998
}
.tw-bg {
    background: #55ACEE
}
.purple-bg {
    background: #500776
}
.chart-height {
    height: 150px;
    overflow: hidden
}
.chart-height1 {
    height: 300px;
    overflow: hidden
}
.chart-height2 {
    height: 170px;
    overflow: hidden
}
.chart-height3 {
    height: 235px;
    overflow: hidden
}
.chart-height4 {
    height: 80px;
    width: 80px;
    overflow: hidden;
    float: left
}
.chart-height5 {
    height: 100px;
    overflow: hidden
}
header {
    padding: 0 25px;
    vertical-align: middle;
    background: #181d24
}
@media (max-width: 767px) {
    header {
        padding: 0 20px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }
}
.logo {
    margin: 5px 0;
    float: left
}
.logo h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #e6e6e6;
    line-height: 24px
}
.logo h4 i {
    color: #71c586;
    font-size: 21px;
    margin-left: 2px;
    vertical-align: middle
}
.logo img {
    max-width: 100%;
    margin: 0;  
}
ul#header-actions {
    margin: 0 0 0 10px
}
ul#header-actions li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 100%;
    vertical-align: middle
}
ul#header-actions li.list-box a {
    padding: 13px 15px;
    display: block
}
ul#header-actions li.list-box a .info-label {
    color: #fff;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    display: block;
    background: #313b49;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}
ul#header-actions li.list-box a .info-icon {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 7px 5px #000;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px
}
ul#header-actions li.list-box:hover {
    background: #212730
}
ul#header-actions li.list-box:hover .info-label {
    background: #35404f
}
ul#header-actions li.list-box.open {
    background: #212730
}
ul#header-actions li.list-box.open .info-label {
    background: #35404f
}
ul#header-actions li.list-box.user-admin {
    text-align: right;
    background: 0 0
}
ul#header-actions li.list-box.user-admin .admin-details {
    float: left;
    margin: 12px 10px 0;
    color: #f5f8fb
}
ul#header-actions li.list-box.user-admin .admin-details .name {
    line-height: 18px
}
ul#header-actions li.list-box.user-admin .admin-details .designation {
    font-size: 12px;
    color: #97a5b9
}
ul#header-actions li.list-box.user-admin .dropdown-menu {
    min-width: 215px;
    min-height: 100px
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a {
    padding: 7px 12px;
    font-size: 12px;
    color: #000
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a i {
    font-size: 21px;
    color: #e84f4c;
    margin-right: 10px
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child {
    border-bottom: 1px solid #d9d9d9
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover {
    background: #e84f4c;
    color: #fff;
    border-bottom: 1px solid #e84f4c
}
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover i {
    color: #fff
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle {
    background: #c38fbb;
    float: right;
    padding: 4px;
    text-align: center;
    margin-top: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
    color: #fff;
    font-size: 30px
}
ul#header-actions li.list-box:last-child a {
    padding-right: 0
}
ul#header-actions .dropdown-menu {
    padding: 0;
    min-width: 320px;
    min-height: 210px;
    float: left;
    position: absolute;
    right: 0;
    top: 50px;
    left: inherit;
    border: 0;
    border-top: 4px solid #3a86c8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
ul#header-actions .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 10px;
    border-bottom: 10px solid #3a86c8;
    border-right: 10px solid transparent
}
ul#header-actions .dropdown-header {
    background: #fff;
    padding: 10px 15px;
    color: #3a86c8;
    font-weight: 600
}
ul#header-actions .dropdown-footer {
    border-top: 1px solid #ccc;
    padding: 10px 15px;
    color: #3a86c8;
    font-size: 11px
}
ul#header-actions .dropdown-footer i {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: middle;
    color: #71c586
}
@media (max-width: 767px) {
    ul#header-actions li.list-box {
        display: none
    }
    ul#header-actions li.list-box.user-admin {
        display: block
    }
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0
}
.dropdown-menu>li a:hover {
    background: #f5f8fb
}
a.support {
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 2px 10px;
    display: inline-block;
    margin: 16px 10px 0 30px;
    font-size: 9px;
    background: #009688;
    color: #fff;
    float: right
}
@media (max-width: 767px) {
    a.support {
        display: none
    }
}
.custom-search {
    margin: 9px auto 0;
    position: relative;
    top: 0;
    line-height: 36px;
    float: right
}
.custom-search::-webkit-input-placeholder {
    color: #4e5e74
}
.custom-search:-moz-placeholder {
    color: #4e5e74
}
.custom-search::-moz-placeholder {
    color: #4e5e74
}
.custom-search:-ms-input-placeholder {
    color: #4e5e74
}
.custom-search .search-query {
    padding: 7px 15px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    -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;
    border: 1px solid #313b49;
    width: 240px
}
.custom-search .search-query:focus {
    outline: 0;
    background: rgba(0, 0, 0, .2);
    border: 1px solid #3f4c5e;
    width: 280px
}
.custom-search i {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border-left: 1px solid #313b49;
    font-size: 16px
}
@media (max-width: 991px) {
    .custom-search {
        display: none
    }
}
.navbar-default {
    border: none;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    min-height: 36px
}
.navbar-default .navbar-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #71c586;
    padding: 9px 12px;
    margin: 0;
    background: #71c586
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #e53935;
    border-color: #e53935
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-collapse {
    border-top: 0;
    padding: 0;
    box-shadow: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}
.navbar-default .navbar-nav>li {
    margin-right: 1px
}
.navbar-default .navbar-nav>li>a {
    padding: 13px 20px;
    min-width: 110px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f1f5fa 86%, #c9d9ea 100%);
    background: -webkit-linear-gradient(top, #fff 0, #f1f5fa 86%, #c9d9ea 100%);
    background: linear-gradient(to bottom, #fff 0, #f1f5fa 86%, #c9d9ea 100%);
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}
.navbar-default .navbar-nav>li>a i {
    font-size: 18px;
    float: left;
    margin-right: 5px;
    line-height: 20px
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #3a86c8
}
.navbar-default .navbar-nav>li>a:hover i {
    color: #fff
}
.navbar-default .navbar-nav>li>a .caret {
    position: absolute;
    font-family: icomoon;
    border: none;
    top: 14px
}
.navbar-default .navbar-nav>li>a .caret:before {
    content: "\e313"
}
.navbar-default .navbar-nav>li>.dropdown-menu {
    border: 0;
    background: #3a86c8
}
.navbar-default .navbar-nav>li>.dropdown-menu li a {
    color: #fff;
    font-size: 12px;
    padding: 5px 15px
}
.navbar-default .navbar-nav>li>.dropdown-menu li a:focus,
.navbar-default .navbar-nav>li>.dropdown-menu li a:hover {
    background: #2e6ea6
}
.navbar-default .navbar-nav>.open>a {
    color: #fff;
    background: #3a86c8;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background: #3a86c8
}
.navbar-default .navbar-nav>.open>a i {
    color: #fff
}
.navbar-default .navbar-nav>.active>a {
    position: relative;
    background-color: #3a86c8;
    background: -moz-linear-gradient(top, #3a86c8 0, #3a86c8 30%, #3a86c8 100%);
    background: -webkit-linear-gradient(top, #3a86c8 0, #3a86c8 30%, #3a86c8 100%);
    background: linear-gradient(to bottom, #3a86c8 0, #3a86c8 30%, #3a86c8 100%);
    color: #fff;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #3a86c8;
    color: #fff
}
.navbar-default .navbar-nav>.active>a i {
    color: #fff
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav>li:hover>a {
        color: #fff;
        background: #3a86c8
    }
    .navbar-default .navbar-nav>li:hover>.dropdown-menu {
        display: block
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li a {
        padding: 12px 15px;
        min-width: 95px;
        font-size: 13px
    }
    .navbar-default .navbar-nav>li a i {
        font-size: 14px
    }
    .navbar-default .navbar-nav>li a .caret {
        display: none
    }
}
@media (max-width: 767px) {
    .navbar {
        position: inherit;
        top: 0
    }
    .navbar-default .navbar-collapse {
        padding: 0 15px
    }
    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid #f2f2f2
    }
    .navbar-default .navbar-nav>li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: left;
        margin-right: 0;
        padding: 10px 15px
    }
    .navbar-default .navbar-nav>li a i {
        margin-right: 10px
    }
    .navbar-default .navbar-nav>li a .caret {
        top: 12px;
        right: 30px
    }
    .navbar-default .navbar-nav>li.active {
        border-bottom: 1px solid #3a86c8
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        top: 55px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li {
        background-color: #3a86c8
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #fff;
        padding: 7px 40px 7px 20px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li:hover {
        background: #fff;
        color: #000
    }
    .navbar-default .navbar-nav .open .dropdown-menu:before {
        border: 0
    }
}
.right-sidebar,
.top-bar {
    border-top: 5px solid #3a86c8
}
.dashboard-wrapper {
    margin: 10px 10px 5px 10px;
    position: relative;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
@media (max-width: 1199px) {
    .dashboard-wrapper {
        margin: 20px 5px
    }
}
.dashboard-wrapper-full {
    margin: 25px 10px 20px;
    position: relative;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.main-container {
    position: relative;
    padding: 20px;
    min-height: 430px;
    background: #f5f8fb
}
.right-sidebar {
    position: absolute;
    right: 25px;
    top: 125px;
    width: 190px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 15px;
    min-height: 700px
}
.right-sidebar .panel {
    margin-bottom: 5px
}
.right-sidebar .panel.panel-blue .panel-body {
    background: #357ebe
}
.right-sidebar a.action {
    position: relative;
    padding: 15px;
    display: block;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.right-sidebar a.action:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 24px;
    content: "\e96b";
    font-family: icomoon;
    opacity: .5
}
@media (max-width: 1199px) {
    .right-sidebar {
        display: none
    }
}
.top-bar {
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #d1dfec;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}
.top-bar .page-title {
    float: left
}
.top-bar .page-title h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 21px;
    line-height: 70px
}
.top-bar .page-title h4 .fa {
    font-size: 14px;
    padding-left: 3px;
    color: #e84f4c
}
@media (max-width: 767px) {
    .top-bar {
        margin-top: 15px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .top-bar .page-title h4 {
        font-size: 16px;
        line-height: 48px
    }
    ul.topbar-stats {
        display: none
    }
}
ul.topbar-stats {
    float: right
}
ul.topbar-stats li {
    border-left: 1px solid #d9d9d9;
    padding: 0 24px;
    margin: 15px 0 0;
    float: left
}
ul.topbar-stats li:first-child {
    border-left: none;
    padding-left: 0
}
ul.topbar-stats li:last-child {
    padding-right: 0
}
ul.topbar-stats li h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600
}
ul.topbar-stats li h4 i {
    font-size: 18px;
    font-weight: 600
}
ul.topbar-stats li h4 i.up {
    color: #71c586
}
ul.topbar-stats li h4 i.down {
    color: #e84f4c
}
ul.topbar-stats li h5 {
    padding: 0;
    margin: 0;
    line-height: 16px
}
ul.topbar-stats li .sales-details {
    float: left;
    margin-left: 5px
}
ul.topbar-stats li .sales-block {
    float: left;
    position: relative;
    height: 30px;
    text-align: center;
    top: 6px;
    margin-right: 12px
}
ul.visitor-stats {
    margin-top: 10px
}
ul.visitor-stats li {
    float: left;
    width: 25%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 92px
}
ul.visitor-stats li:nth-child(n+1) {
    background: #eef3f8
}
ul.visitor-stats li:nth-child(2n+2) {
    background: #e3ebf4
}
ul.visitor-stats li h5.visitor-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    margin: 0
}
ul.visitor-stats li h5.visitor-title span.growth {
    float: right;
    color: #000
}
ul.visitor-stats li h5.visitor-title span.growth i {
    font-size: 10px;
    font-weight: 600;
    margin-right: 5px
}
ul.visitor-stats li h5.visitor-title span.growth i.up {
    color: #71c586
}
ul.visitor-stats li h5.visitor-title span.growth i.down {
    color: #e84f4c
}
ul.visitor-stats li h2.num-stats {
    margin: 5px 0;
    color: #000;
    letter-spacing: 1px
}
ul.visitor-stats li h3.avg-time {
    margin: 20px 0 0;
    color: #000;
    letter-spacing: 1px
}
ul.visitor-stats li .progress {
    margin: 0;
    background-color: #fff
}
@media (max-width: 767px) {
    ul.visitor-stats li {
        width: 100%
    }
}
.date-range {
    margin: 10px 5px
}
.date-range h3.title {
    font-size: 32px;
    color: #000;
    margin: 0 0 10px;
    display: inline-block
}
.date-range .btn {
    border: 2px solid #dbe6f1;
    color: #000;
    font-size: 12px;
    padding: 7px 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.date-range .btn:hover {
    border: 2px solid #c9d9ea
}
.date-range .btn.active,
.date-range .btn.active.focus,
.date-range .btn.active:focus,
.date-range .btn.focus,
.date-range .btn:active.focus,
.date-range .btn:active:focus,
.date-range .btn:focus {
    box-shadow: none;
    border: 2px solid #e84f4c
}
ul.accounts-review {
    margin-bottom: 19px;
    text-align: center
}
ul.accounts-review li {
    background: #6dc6cd;
    padding: 12px 10px;
    display: inline-block;
    width: 46%;
    margin: 0 2% 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    position: relative
}
ul.accounts-review li:after,
ul.accounts-review li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 0
}
ul.accounts-review li:after {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent
}
ul.accounts-review li:before {
    border-bottom: 20px solid #40b3bc;
    border-right: 20px solid transparent;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px
}
ul.accounts-review li:last-child {
    margin-right: 0
}
ul.accounts-review li:first-child {
    margin-left: 0
}
ul.accounts-review li h1 {
    font-size: 48px;
    color: #fff;
    margin: 5px 0 10px
}
ul.accounts-review li h5 {
    margin: 0 0 10px;
    color: #fff
}
ul.accounts-review li h5 strong {
    font-style: italic;
    font-weight: 700;
    font-size: 14px
}
ul.accounts-review li a:hover {
    color: #000
}
ul.accounts-review li.blue {
    background: #3a86c8
}
ul.accounts-review li.blue:before {
    border-bottom: 20px solid #2d6ca2
}
p.account-notify {
    text-align: center;
    padding: 0 20px
}
p.account-notify i {
    margin-right: 10px;
    color: #e3b442;
    font-size: 24px
}
p.account-notify strong {
    font-style: italic;
    font-weight: 700;
    font-size: 15px
}
ul.activity li {
    padding: 5px 0 5px 15px;
    border-left: 3px solid #e84f4c;
    position: relative
}
ul.activity li img.activity-avatar {
    width: 48px;
    height: 48px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
ul.activity li .activity-info {
    margin: 0 0 0 65px
}
ul.activity li .activity-info h4 {
    margin: 0;
    font-weight: 600;
    font-size: 14px
}
ul.activity li .activity-info p.activity-details {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
ul.activity li .activity-info p.activity-details span {
    font-weight: 600;
    color: #e84f4c
}
ul.activity li .activity-info p.activity-date {
    margin: 0;
    padding: 7px 0 3px
}
ul.activity li .activity-labels {
    position: absolute;
    right: 0;
    top: 5px
}
ul.activity li .activity-labels a.label {
    margin-left: 5px;
    text-transform: uppercase
}
ul.activity li.green {
    border-left: 3px solid #71c586
}
ul.activity li.red {
    border-left: 3px solid #e84f4c
}
ul.activity li.violet {
    border-left: 3px solid #c38fbb
}
ul.activity li:last-child {
    margin-bottom: 0
}
ul.activity .divider {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e3ebf4;
    margin: 10px 0
}
@media (max-width: 767px) {
    ul.activity li .activity-labels {
        display: none
    }
}
.info-stats {
    padding: 15px
}
.info-stats .sale-num {
    margin: 0 0 0 48px
}
.info-stats .sale-num h4 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: 600
}
.info-stats .sale-num p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    color: #4d4d4d
}
.info-stats .icon-type {
    height: 36px;
    width: 36px;
    float: left;
    position: relative;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.info-stats .icon-type i {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff
}
.info-stats.green .icon-type {
    background: #71c586;
    box-shadow: -3px 3px 0 #54b96d
}
.info-stats.green-one .icon-type {
    background: #6dc6cd;
    box-shadow: -3px 3px 0 #4fbac3
}
.info-stats.green-two .icon-type {
    background: #52bf8a;
    box-shadow: -3px 3px 0 #3fa976
}
.info-stats.green-three .icon-type {
    background: #638ca5;
    box-shadow: -3px 3px 0 #52778e
}
.info-stats.blue .icon-type {
    background: #3a86c8;
    box-shadow: -3px 3px 0 #2f71aa
}
.info-stats.yellow .icon-type {
    background: #e3b442;
    box-shadow: -3px 3px 0 #dca521
}
.info-stats.pink .icon-type {
    background: #F782AA;
    box-shadow: -3px 3px 0 #f55c90
}
.info-stats.violet .icon-type {
    background: #c38fbb;
    box-shadow: -3px 3px 0 #b574ab
}
.info-stats.teal .icon-type {
    background: #47BCC7;
    box-shadow: -3px 3px 0 #35a5b0
}
.info-stats.red .icon-type {
    background: #e84f4c;
    box-shadow: -3px 3px 0 #e32b28
}
.info-stats.tw .icon-type {
    background: #55ACEE;
    box-shadow: -3px 3px 0 #309aea
}
.info-stats.fb .icon-type {
    background: #3B5998;
    box-shadow: -3px 3px 0 #30487b
}
.links {
    margin-bottom: 7px
}
.links .link-details {
    margin-left: 80px;
    text-align: center
}
.links .link-details li {
    width: 25%;
    float: left;
    margin-right: 5px;
    border-bottom: 3px solid #e84f4c
}
.links .link-details li h4 {
    font-weight: 600;
    margin: 15px 0 0
}
.links .link-details li p {
    margin: 0 0 5px
}
.links .link-details.domestic li:nth-child(1) {
    border-color: #e84f4c
}
.links .link-details.domestic li:nth-child(2) {
    border-color: #3a86c8
}
.links .link-details.domain li {
    width: 17%
}
.links .link-details.domain li:nth-child(1) {
    border-color: #fa9255
}
.links .link-details.domain li:nth-child(2) {
    border-color: #fee074
}
.links .link-details.domain li:nth-child(3) {
    border-color: #47BCC7
}
.links .link-details.domain li:nth-child(4) {
    border-color: #F782AA
}
.links .link-details.domain li:nth-child(5) {
    border-color: #aed048
}
.links .link-details.img-fonts li {
    width: 25%
}
.links .link-details.img-fonts li:nth-child(1) {
    border-color: #c38fbb
}
.links .link-details.img-fonts li:nth-child(2) {
    border-color: #3a86c8
}
.links .link-details.img-fonts li:nth-child(3) {
    border-color: #F782AA
}
.links:last-child {
    margin-bottom: 1px
}
.traffic-sources {
    margin-bottom: 11px
}
.traffic-sources .symbol {
    width: 16px;
    height: 16px;
    background: #66c0dc;
    display: block
}
.traffic-sources .symbol.orange {
    background: #f2682a
}
.traffic-sources .symbol.purple {
    background: #500776
}
.traffic-sources .symbol.yellow {
    background: #ffb400
}
.traffic-sources .symbol.pink {
    background: #F782AA
}
.traffic-sources .progress {
    margin: 4px 0
}
ul.views {
    padding: 7px 15px
}
ul.views li {
    position: relative;
    padding: 3px 0
}
ul.views li i {
    font-size: 9px;
    padding-right: 7px;
    float: left;
    line-height: 19px
}
ul.views li i.red {
    color: #e84f4c
}
ul.views li i.green {
    color: #71c586
}
ul.views li i.blue {
    color: #3a86c8
}
ul.views li p.detail-info {
    text-transform: uppercase;
    font-size: 11px;
    color: #4d4d4d;
    padding: 0;
    margin: 0
}
.tags,
ul.contributions {
    padding: 15px
}
ul.contributions li {
    margin-bottom: 15px
}
ul.contributions li .progress {
    margin: 0;
    height: 4px;
    background: #e6e6e6
}
ul.contributions li p {
    margin: 0;
    font-size: 11px;
    color: gray
}
ul.contributions li p span {
    color: #000;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600
}
ul.contributions li:last-child {
    margin-bottom: 0
}
.tags a {
    font-size: 11px;
    margin: 1px 1px 0 0;
    float: left;
    padding: 1px 12px;
    color: #fff;
    background: #3276b2
}
.global-local h3,
.global-local i {
    color: #52bf8a;
    line-height: 100%;
    vertical-align: middle
}
.tags a:nth-child(2n) {
    background: #357ebe
}
.tags a:nth-child(3n) {
    background: #3a86c8
}
.tags a:nth-child(4n) {
    background: #468dcb
}
.tags a:nth-child(5n) {
    background: #5295cf
}
.tags a:nth-child(6n) {
    background: #5e9cd2
}
.tags a:nth-child(7n) {
    background: #6aa3d5
}
.tags a:nth-child(8n) {
    background: #76abd9
}
.tags a:nth-child(9n) {
    background: #82b2dc
}
.tags a:nth-child(10n) {
    background: #8eb9df
}
.global-local {
    margin: 10px 0 0
}
.global-local i {
    font-size: 60px;
    float: left
}
.global-local i.small {
    font-size: 24px;
    float: none
}
.global-local h3 {
    margin: 0 0 5px 72px;
    font-size: 36px;
    font-weight: 600
}
.global-local p {
    margin: 0 0 -20px 72px;
    padding: 0
}
.todo {
    padding: 15px
}
.todo .todo-list-item {
    padding: 12px 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-bottom: 1px solid #ebebeb;
    position: relative
}
.todo .todo-list-item:first-child {
    padding-top: 0
}
.todo .todo-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.todo .todo-list-cb {
    display: none
}
.todo .todo-list-mark {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #b3b3b3;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.todo .todo-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -4px;
    height: 5px;
    width: 8px;
    border: solid #3a86c8;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.todo .todo-list-cb:checked~.todo-list-mark {
    border-color: #3a86c8
}
.todo .todo-list-cb:checked~.todo-list-mark:before {
    display: block
}
.todo .todo-list-cb.overdue:checked~.todo-list-mark {
    border-color: #e84f4c
}
.todo .todo-list-cb.overdue:checked~.todo-list-mark:before {
    border: solid #e84f4c;
    border-width: 0 0 3px 3px
}
.todo .todo-list-desc {
    font-weight: 600;
    margin-left: 30px;
    display: block
}
.todo small.scheduled {
    font-weight: 500;
    font-size: 10px;
    display: block;
    margin: 5px 0 0 30px;
    color: #999;
    line-height: 100%
}
.todo .todo-list-cb:checked~.todo-list-desc {
    color: #3a86c8;
    text-decoration: line-through
}
.todo .todo-list-cb.overdue:checked~.todo-list-desc {
    color: #e84f4c;
    text-decoration: line-through
}
ul.imp-notify li {
    padding: 12px 10px 10px;
    border-bottom: 1px solid #ededed
}
ul.imp-notify li .thumb {
    float: left
}
ul.imp-notify li .thumb img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
ul.imp-notify li .details {
    font-size: 12px;
    display: block;
    background: 0 0;
    border: none;
    width: auto;
    margin-left: 60px
}
ul.imp-notify li .details strong {
    font-weight: 600;
    display: block;
    color: #35404f
}
ul.imp-notify li .details p {
    margin: 5px 0 0;
    line-height: 18px
}
ul.imp-notify li .details small.date {
    display: block;
    padding: 5px 0 0;
    font-weight: 600;
    color: #b3b3b3
}
.task-list li {
    display: block;
    padding: 8px 0;
    margin: 0;
    cursor: pointer;
    line-height: 16px;
    border-bottom: 1px solid #eaf0f7;
    font-size: 12px
}
.task-list li.list span:before {
    margin-right: 8px;
    font-size: 16px;
    content: "\e876";
    font-family: icomoon;
    vertical-align: middle
}
.task-list li.completed {
    text-decoration: line-through;
    color: #3a86c8
}
.task-list li.completed span:before {
    content: "\e877";
    font-family: icomoon
}
.task-list li:first-child {
    padding-top: 0
}
.task-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
ul.friends-list {
    margin: 0
}
ul.friends-list li {
    width: 28%;
    height: 28%;
    margin: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
ul.friends-list li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 100%
}
ul.friends-list li:hover {
    opacity: .8
}
ul.online-users li {
    border-bottom: 1px solid #eaf0f7
}
ul.online-users li a {
    position: relative;
    display: block;
    padding: 5px 0
}
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;
    background: #71c586
}
ul.online-users li a .away.busy,
ul.online-users li a .busy.busy,
ul.online-users li a .online.busy {
    background: #e84f4c
}
ul.online-users li a .away.away,
ul.online-users li a .busy.away,
ul.online-users li a .online.away {
    background: #ffb400
}
ul.online-users li:last-child {
    border-bottom: 0
}
.message-wrapper li {
    padding: 10px 0 15px;
    border-bottom: 1px solid #ededed
}
.message-wrapper li img.avatar {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.message-wrapper li.in img.avatar {
    margin-right: 10px;
    float: left
}
.message-wrapper li .name {
    font-weight: 600
}
.message-wrapper li .date-time {
    color: gray;
    font-size: 11px
}
.message-wrapper li.out img.avatar {
    float: right;
    margin-left: 10px
}
.message-wrapper li .message {
    display: block;
    padding: 0 15px;
    position: relative
}
.message-wrapper li.in .message .arrow,
.message-wrapper li.out .message .arrow {
    position: absolute;
    top: 7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block
}
.message-wrapper li.in .message {
    text-align: left;
    border-left: 2px solid #e84f4c;
    margin-left: 60px
}
.message-wrapper li.in .message .arrow {
    left: -7px;
    width: 0;
    height: 0;
    border-right: 6px solid #e84f4c
}
.message-wrapper li.out {
    text-align: right
}
.message-wrapper li.out .message {
    border-right: 2px solid #71c586;
    margin-right: 60px;
    text-align: right
}
.message-wrapper li.out .message .arrow {
    right: -7px;
    border-left: 6px solid #71c586
}
.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:last-child {
    border-bottom: none
}
ul.top-clients li {
    position: relative;
    height: 54px;
    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,
ul.top-clients li .avatar img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}
ul.top-clients li .avatar {
    position: relative;
    float: left;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    overflow: hidden
}
ul.top-clients li .avatar img {
    border-radius: 4px
}
ul.top-clients li .value {
    margin-top: 10px;
    float: right;
    font-weight: 600;
    color: #333
}
ul.top-clients li .biz {
    margin-top: 10px;
    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
}
.user-account {
    background: #3B5998;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}
.user-account .user-pic {
    width: 150px;
    margin: auto;
    padding: 24px 0
}
.user-account .user-pic img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 10px solid rgba(0, 0, 0, .4)
}
.user-account h4 {
    color: #fff;
    padding: 0 0 10px;
    margin: 0
}
.user-account p {
    color: #fff;
    padding: 0 0 20px;
    margin: 0
}
ul.project-activity {
    margin-bottom: 20px
}
ul.project-activity li.activity-list {
    position: relative;
    border-left: 1px solid #bed2e5
}
ul.project-activity li.activity-list:after {
    background-color: #fff;
    border-color: #F782AA;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    height: 9px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    width: 9px;
    content: " ";
    display: table;
    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: #71c586
}
ul.project-activity li.activity-list.success:after {
    border-color: #71c586
}
ul.project-activity li.activity-list.danger {
    border-left-color: #e84f4c
}
ul.project-activity li.activity-list.danger:after {
    border-color: #e84f4c
}
ul.project-activity li.activity-list.info {
    border-left-color: #3a86c8
}
ul.project-activity li.activity-list.info:after {
    border-color: #3a86c8
}
ul.project-activity li.activity-list.warning {
    border-left-color: #ffb400
}
ul.project-activity li.activity-list.warning:after {
    border-color: #ffb400
}
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:before {
    content: " ";
    display: table
}
ul.project-activity li.activity-list:last-child .detail-info {
    padding-bottom: 0
}
ul.articles {
    margin: 0
}
ul.articles li {
    padding: 10px 0;
    border-bottom: 1px dotted #d4e1ee
}
ul.articles li a {
    position: relative;
    color: #4d4d4d;
    display: block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: underline
}
.breadcrumbs2 a,
ul.articles li a:hover {
    text-decoration: none
}
ul.articles li a .label-bullet {
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border: 4px solid #e84f4c
}
ul.articles li a .date {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    display: block;
    font-style: italic
}
ul.articles li:nth-child(1n+1) a .label-bullet {
    border: 4px solid #3a86c8
}
ul.articles li:nth-child(2n+1) a .label-bullet {
    border: 4px solid #71c586
}
ul.articles li:nth-child(3n+1) a .label-bullet {
    border: 4px solid #ffb400
}
ul.articles li:nth-child(4n+1) a .label-bullet {
    border: 4px solid #e84f4c
}
ul.articles li:first-child {
    padding-top: 0
}
ul.articles li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
ul.social-buttons {
    text-align: center;
    margin: auto
}
ul.social-buttons li {
    text-align: center;
    padding: 5px;
    display: inline-block;
    width: 10%;
    margin: 5px 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
ul.social-buttons li:hover {
    zoom: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
ul.social-buttons li.facebook {
    background-color: #344e86;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#344e86));
    background-image: -webkit-linear-gradient(top, #3B5998, #344e86);
    background-image: -moz-linear-gradient(top, #3B5998, #344e86);
    background-image: -ms-linear-gradient(top, #3B5998, #344e86);
    background-image: -o-linear-gradient(top, #3B5998, #344e86);
    background-image: linear-gradient(top, #3B5998, #344e86)
}
ul.social-buttons li.twitter {
    background-color: #3ea1ec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#3ea1ec));
    background-image: -webkit-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -moz-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -ms-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -o-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: linear-gradient(top, #55ACEE, #3ea1ec)
}
ul.social-buttons li.gplus {
    background-color: #d62020;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E02F2F), to(#d62020));
    background-image: -webkit-linear-gradient(top, #E02F2F, #d62020);
    background-image: -moz-linear-gradient(top, #E02F2F, #d62020);
    background-image: -ms-linear-gradient(top, #E02F2F, #d62020);
    background-image: -o-linear-gradient(top, #E02F2F, #d62020);
    background-image: linear-gradient(top, #E02F2F, #d62020)
}
ul.social-buttons li.pinterest {
    background-color: #b51d23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cb2027), to(#b51d23));
    background-image: -webkit-linear-gradient(top, #cb2027, #b51d23);
    background-image: -moz-linear-gradient(top, #cb2027, #b51d23);
    background-image: -ms-linear-gradient(top, #cb2027, #b51d23);
    background-image: -o-linear-gradient(top, #cb2027, #b51d23);
    background-image: linear-gradient(top, #cb2027, #b51d23)
}
ul.social-buttons li.linkedin {
    background-color: #006a9c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007BB5), to(#006a9c));
    background-image: -webkit-linear-gradient(top, #007BB5, #006a9c);
    background-image: -moz-linear-gradient(top, #007BB5, #006a9c);
    background-image: -ms-linear-gradient(top, #007BB5, #006a9c);
    background-image: -o-linear-gradient(top, #007BB5, #006a9c);
    background-image: linear-gradient(top, #007BB5, #006a9c)
}
ul.social-buttons li.blog {
    background-color: #ff7410;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8329), to(#ff7410));
    background-image: -webkit-linear-gradient(top, #FF8329, #ff7410);
    background-image: -moz-linear-gradient(top, #FF8329, #ff7410);
    background-image: -ms-linear-gradient(top, #FF8329, #ff7410);
    background-image: -o-linear-gradient(top, #FF8329, #ff7410);
    background-image: linear-gradient(top, #FF8329, #ff7410)
}
ul.social-buttons li.youtube {
    background-color: #a20000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b00), to(#a20000));
    background-image: -webkit-linear-gradient(top, #b00, #a20000);
    background-image: -moz-linear-gradient(top, #b00, #a20000);
    background-image: -ms-linear-gradient(top, #b00, #a20000);
    background-image: -o-linear-gradient(top, #b00, #a20000);
    background-image: linear-gradient(top, #b00, #a20000)
}
ul.social-buttons li.dribbble {
    background-color: #e7357a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea4c89), to(#e7357a));
    background-image: -webkit-linear-gradient(top, #ea4c89, #e7357a);
    background-image: -moz-linear-gradient(top, #ea4c89, #e7357a);
    background-image: -ms-linear-gradient(top, #ea4c89, #e7357a);
    background-image: -o-linear-gradient(top, #ea4c89, #e7357a);
    background-image: linear-gradient(top, #ea4c89, #e7357a)
}
ul.social-buttons li a {
    color: #fff;
    display: block;
    padding: 10px
}
ul.social-buttons li i {
    display: block;
    font-size: 36px
}
@media (max-width: 767px) {
    ul.social-buttons li {
        width: 30%
    }
    #scrollUp {
        bottom: 20px
    }
}
.footer {
    border-top: 1px solid #d1dfec;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.footer span {
    color: #e84f4c
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    color: #fff;
    background-color: #6dc6cd;
    -webkit-transition: bottom 150ms linear;
    -moz-transition: bottom 150ms linear;
    -ms-transition: bottom 150ms linear;
    -o-transition: bottom 150ms linear;
    transition: bottom 150ms linear
}
#scrollUp:hover {
    background-color: #36969e
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #000;
    border: 1px solid #000
}
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none
}
.jvectormap-tip {
    position: absolute;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px
}
.legendLabel {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px
}
.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
}
.icons,
.icons span,
.invoice a .logo {
    text-align: center
}
#flotTip {
    padding: .9em;
    border-radius: .2em;
    font-size: 1em;
    font-weight: 600;
    z-index: 110
}
.legend div {
    background: 0 0
}
.loader-wrapper {
    margin-bottom: 16px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #f5f8fb
}
#loading-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e84f4c;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}
#loading-wrapper #loader:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #3a86c8;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
#loading-wrapper #loader:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #ffb400;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.loaded #loading-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.btn,
.icons span {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}
.icon-2x {
    font-size: 2em
}
.icon-3x {
    font-size: 3em
}
.icon-4x {
    font-size: 4em
}
.icon-5x {
    font-size: 5em
}
.icons span {
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: all .3s ease-out;
    color: #595959;
    background: #f5f8fb;
    margin-bottom: 3px
}
.icons span:hover {
    background-color: #3a86c8;
    color: #fff;
    text-shadow: 0 10px 10px #000
}
.invoice a .logo {
    width: 110px;
    margin: 0 auto
}
.invoice .invoice-num {
    margin-bottom: 30px
}
.invoice p {
    margin: 0 0 7px
}
.invoice address h4 {
    margin: 0 0 10px
}
.invoice .table .btn {
    min-width: 36px
}
.invoice .btn-group {
    margin-bottom: 7px;
    float: right
}
.invoice address.from {
    border-left: 3px solid #71c586;
    padding: 0 10px 0 20px
}
.invoice address.to {
    border-left: 3px solid #3a86c8;
    padding: 0 10px 0 20px
}
.invoice-stats h3 {
    margin: 0;
    padding: 0;
    font-weight: 600
}
.invoice-stats h5 {
    margin: 0
}
.panel {
    margin-bottom: 16px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c9d9ea
}
.panel.no-margin {
    margin: 0
}
.panel.plain {
    border: 0;
    margin-bottom: 25px
}
.panel.plain .panel-heading {
    padding: 0;
    margin-bottom: 15px
}
.panel.plain .panel-heading h5 {
    color: #333;
    text-align: left;
    font-weight: 600
}
.panel.plain .panel-body {
    padding: 0
}
.panel-body,
.panel-heading {
    padding: 15px;
    position: relative
}
.panel-heading {
    border: 0;
    background-color: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}
.panel-heading h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    display: inline-block
}
.panel-heading h4 span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    color: #fff
}
.panel-heading h4 i {
    margin-right: 8px
}
.panel-heading h5 {
    margin: 0;
    font-size: 21px;
    color: #fff;
    text-align: center
}
.panel-heading h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}
.btn i.icon-left,
.btn-link i {
    margin-right: 5px
}
.panel-light {
    background: #fff
}
.panel-light .panel-footer {
    background: #f7f7f7
}
.panel-light .panel-heading {
    border-bottom: 1px solid #d1dfec
}
.panel-light .panel-heading h4 {
    color: #000
}
.panel-blue {
    background: #3a86c8;
    border: 1px solid #3a86c8
}
.panel-blue .panel-footer,
.panel-blue .panel-heading {
    background: #357ebe
}
.panel-green {
    background: #71c586;
    border: 1px solid #71c586
}
.panel-green .panel-footer,
.panel-green .panel-heading {
    background: #5fbe77
}
.panel-green-one {
    background: #6dc6cd;
    border: 1px solid #6dc6cd
}
.panel-green-one .panel-footer,
.panel-green-one .panel-heading {
    background: #5abfc6
}
.panel-green-two {
    background: #52bf8a;
    border: 1px solid #52bf8a
}
.panel-green-two .panel-footer,
.panel-green-two .panel-heading {
    background: #43b57d
}
.panel-red {
    background: #e84f4c;
    border: 1px solid #e84f4c
}
.panel-red .panel-footer,
.panel-red .panel-heading {
    background: #e53935
}
.panel-yellow {
    background: #ffb400;
    border: 1px solid #ffb400
}
.panel-yellow .panel-footer,
.panel-yellow .panel-heading {
    background: #e6a200
}
.panel-grey {
    background: #666;
    border: 1px solid #666
}
.panel-grey .panel-footer,
.panel-grey .panel-heading {
    background: #595959
}
.panel-darkgrey {
    background: #404040;
    border: 1px solid #404040
}
.panel-darkgrey .panel-footer,
.panel-darkgrey .panel-heading {
    background: #333
}
.panel-pink {
    background: #F782AA;
    border: 1px solid #F782AA
}
.panel-pink .panel-footer,
.panel-pink .panel-heading {
    background: #f674a0
}
.panel-brown {
    background: #ab7967;
    border: 1px solid #ab7967
}
.panel-brown .panel-footer,
.panel-brown .panel-heading {
    background: #a6705d
}
.panel-violet {
    background: #c38fbb;
    border: 1px solid #c38fbb
}
.panel-violet .panel-footer,
.panel-violet .panel-heading {
    background: #be85b5
}
.panel-mustard {
    background: #e3b442;
    border: 1px solid #e3b442
}
.panel-mustard .panel-footer,
.panel-mustard .panel-heading {
    background: #e0ab2c
}
.panel-orange {
    background: #f2682a;
    border: 1px solid #f2682a
}
.panel-orange .panel-footer,
.panel-orange .panel-heading {
    background: #f15712
}
.panel-teal {
    background: #47BCC7;
    border: 1px solid #47BCC7
}
.panel-teal .panel-footer,
.panel-teal .panel-heading {
    background: #39b0bb
}
.panel-dark-blue {
    background: #2a303e;
    border: 1px solid #2a303e
}
.panel-dark-blue .panel-footer,
.panel-dark-blue .panel-heading {
    background: #20242f
}
.panel-purple {
    background: #500776;
    border: 1px solid #500776
}
.panel-purple .panel-footer,
.panel-purple .panel-heading {
    background: #430663
}
.panel-facebook {
    background: #3B5998;
    border: 1px solid #3B5998
}
.panel-facebook .panel-footer,
.panel-facebook .panel-heading {
    background: #355089
}
.panel-twitter {
    background: #55ACEE;
    border: 1px solid #55ACEE
}
.panel-twitter .panel-footer,
.panel-twitter .panel-heading {
    background: #42a3ec
}
.panel-linkedin {
    background: #007BB5;
    border: 1px solid #007BB5
}
.panel-linkedin .panel-footer,
.panel-linkedin .panel-heading {
    background: #006da1
}
.panel-gplus {
    background: #E02F2F;
    border: 1px solid #E02F2F
}
.panel-gplus .panel-footer,
.panel-gplus .panel-heading {
    background: #da2121
}
.panel-instagram {
    background: #5280a4;
    border: 1px solid #5280a4
}
.panel-instagram .panel-footer,
.panel-instagram .panel-heading {
    background: #4b7596
}
.panel-peach {
    background: #f5907c;
    border: 1px solid #f5907c
}
.panel-peach .panel-footer,
.panel-peach .panel-heading {
    background: #f48069
}
.panel-body {
    background: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}
.panel-footer {
    border: 0;
    margin-top: -1px;
    background: #ededed;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}
.progress {
    background-color: #eef3f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.progress-bar-danger {
    background-color: #e84f4c;
    box-shadow: none
}
.progress-bar-success {
    background-color: #71c586;
    box-shadow: none
}
.progress-bar-warning {
    background-color: #ffb400;
    box-shadow: none
}
.progress-bar-info {
    background-color: #3a86c8;
    box-shadow: none
}
.progress-sm {
    height: 6px
}
.progress-md {
    height: 9px
}
.progress-xs {
    height: 3px
}
.progress-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    transition: all .3s ease-out;
    box-shadow: none;
    border: 0
}
.btn.active,
.btn.active.focus,
.btn:active,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover {
    box-shadow: none;
    border: 0
}
.btn .caret {
    margin-left: 7px
}
.btn i {
    font-size: 21px;
    vertical-align: middle
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    overflow: hidden
}
.btn-light-grey {
    background-color: #eaf0f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#eaf0f7));
    background-image: -webkit-linear-gradient(top, #f1f5fa, #eaf0f7);
    background-image: -moz-linear-gradient(top, #f1f5fa, #eaf0f7);
    background-image: -ms-linear-gradient(top, #f1f5fa, #eaf0f7);
    background-image: -o-linear-gradient(top, #f1f5fa, #eaf0f7);
    background-image: linear-gradient(top, #f1f5fa, #eaf0f7);
    border: 1px solid #dbe6f1;
    color: #000
}
.btn-light-grey:hover {
    color: #000;
    border: 1px solid #dbe6f1;
    background-color: #e3ebf4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#e3ebf4));
    background-image: -webkit-linear-gradient(top, #f1f5fa, #e3ebf4);
    background-image: -moz-linear-gradient(top, #f1f5fa, #e3ebf4);
    background-image: -ms-linear-gradient(top, #f1f5fa, #e3ebf4);
    background-image: -o-linear-gradient(top, #f1f5fa, #e3ebf4);
    background-image: linear-gradient(top, #f1f5fa, #e3ebf4)
}
.btn-light-grey.active,
.btn-light-grey.active.focus,
.btn-light-grey:active,
.btn-light-grey:active.focus,
.btn-light-grey:active:focus,
.btn-light-grey:focus {
    background-color: #eaf0f7;
    border: 1px solid #dbe6f1;
    color: #000
}
.btn-inverse {
    background-color: #4d4d4d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#4d4d4d));
    background-image: -webkit-linear-gradient(top, #666, #4d4d4d);
    background-image: -moz-linear-gradient(top, #666, #4d4d4d);
    background-image: -ms-linear-gradient(top, #666, #4d4d4d);
    background-image: -o-linear-gradient(top, #666, #4d4d4d);
    background-image: linear-gradient(top, #666, #4d4d4d);
    color: #fff
}
.btn-inverse:hover {
    color: #fff;
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#333));
    background-image: -webkit-linear-gradient(top, #4d4d4d, #333);
    background-image: -moz-linear-gradient(top, #4d4d4d, #333);
    background-image: -ms-linear-gradient(top, #4d4d4d, #333);
    background-image: -o-linear-gradient(top, #4d4d4d, #333);
    background-image: linear-gradient(top, #4d4d4d, #333)
}
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse:active,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:focus {
    background: #595959;
    color: #fff
}
.btn-default {
    background-color: #d8e4ef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#d8e4ef));
    background-image: -webkit-linear-gradient(top, #f1f5fa, #d8e4ef);
    background-image: -moz-linear-gradient(top, #f1f5fa, #d8e4ef);
    background-image: -ms-linear-gradient(top, #f1f5fa, #d8e4ef);
    background-image: -o-linear-gradient(top, #f1f5fa, #d8e4ef);
    background-image: linear-gradient(top, #f1f5fa, #d8e4ef);
    color: #000
}
.btn-default:hover {
    color: #000;
    background-color: #d1dfec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0f7), to(#d1dfec));
    background-image: -webkit-linear-gradient(top, #eaf0f7, #d1dfec);
    background-image: -moz-linear-gradient(top, #eaf0f7, #d1dfec);
    background-image: -ms-linear-gradient(top, #eaf0f7, #d1dfec);
    background-image: -o-linear-gradient(top, #eaf0f7, #d1dfec);
    background-image: linear-gradient(top, #eaf0f7, #d1dfec)
}
.btn-default.active,
.btn-default.active.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:focus {
    background-color: #c9d9ea;
    color: #000
}
.btn-primary {
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#333));
    background-image: -webkit-linear-gradient(top, #4d4d4d, #333);
    background-image: -moz-linear-gradient(top, #4d4d4d, #333);
    background-image: -ms-linear-gradient(top, #4d4d4d, #333);
    background-image: -o-linear-gradient(top, #4d4d4d, #333);
    background-image: linear-gradient(top, #4d4d4d, #333);
    color: #fff
}
.btn-primary:hover {
    color: #fff;
    background-color: #1a1a1a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1a1a1a));
    background-image: -webkit-linear-gradient(top, #333, #1a1a1a);
    background-image: -moz-linear-gradient(top, #333, #1a1a1a);
    background-image: -ms-linear-gradient(top, #333, #1a1a1a);
    background-image: -o-linear-gradient(top, #333, #1a1a1a);
    background-image: linear-gradient(top, #333, #1a1a1a)
}
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus {
    background-color: #595959
}
.btn-danger {
    background-color: #e53935;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e84f4c), to(#e53935));
    background-image: -webkit-linear-gradient(top, #e84f4c, #e53935);
    background-image: -moz-linear-gradient(top, #e84f4c, #e53935);
    background-image: -ms-linear-gradient(top, #e84f4c, #e53935);
    background-image: -o-linear-gradient(top, #e84f4c, #e53935);
    background-image: linear-gradient(top, #e84f4c, #e53935);
    color: #fff
}
.btn-danger:hover {
    color: #fff;
    background-color: #db201c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e84f4c), to(#db201c));
    background-image: -webkit-linear-gradient(top, #e84f4c, #db201c);
    background-image: -moz-linear-gradient(top, #e84f4c, #db201c);
    background-image: -ms-linear-gradient(top, #e84f4c, #db201c);
    background-image: -o-linear-gradient(top, #e84f4c, #db201c);
    background-image: linear-gradient(top, #e84f4c, #db201c)
}
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:focus {
    background-color: #e53935
}
.btn-success {
    background-color: #4db667;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71c586), to(#4db667));
    background-image: -webkit-linear-gradient(top, #71c586, #4db667);
    background-image: -moz-linear-gradient(top, #71c586, #4db667);
    background-image: -ms-linear-gradient(top, #71c586, #4db667);
    background-image: -o-linear-gradient(top, #71c586, #4db667);
    background-image: linear-gradient(top, #71c586, #4db667);
    color: #fff
}
.btn-success:hover {
    color: #fff;
    background-color: #44a65c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71c586), to(#44a65c));
    background-image: -webkit-linear-gradient(top, #71c586, #44a65c);
    background-image: -moz-linear-gradient(top, #71c586, #44a65c);
    background-image: -ms-linear-gradient(top, #71c586, #44a65c);
    background-image: -o-linear-gradient(top, #71c586, #44a65c);
    background-image: linear-gradient(top, #71c586, #44a65c)
}
.btn-success.active,
.btn-success.active.focus,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:focus {
    background-color: #4db667
}
.btn-info {
    background-color: #3379b6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a86c8), to(#3379b6));
    background-image: -webkit-linear-gradient(top, #3a86c8, #3379b6);
    background-image: -moz-linear-gradient(top, #3a86c8, #3379b6);
    background-image: -ms-linear-gradient(top, #3a86c8, #3379b6);
    background-image: -o-linear-gradient(top, #3a86c8, #3379b6);
    background-image: linear-gradient(top, #3a86c8, #3379b6);
    color: #fff
}
.btn-info:hover {
    color: #fff;
    background-color: #285e8e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a86c8), to(#285e8e));
    background-image: -webkit-linear-gradient(top, #3a86c8, #285e8e);
    background-image: -moz-linear-gradient(top, #3a86c8, #285e8e);
    background-image: -ms-linear-gradient(top, #3a86c8, #285e8e);
    background-image: -o-linear-gradient(top, #3a86c8, #285e8e);
    background-image: linear-gradient(top, #3a86c8, #285e8e)
}
.btn-info.active,
.btn-info.active.focus,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:focus {
    background-color: #2d6ca2
}
.btn-warning {
    background-color: #e6a200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#e6a200));
    background-image: -webkit-linear-gradient(top, #ffb400, #e6a200);
    background-image: -moz-linear-gradient(top, #ffb400, #e6a200);
    background-image: -ms-linear-gradient(top, #ffb400, #e6a200);
    background-image: -o-linear-gradient(top, #ffb400, #e6a200);
    background-image: linear-gradient(top, #ffb400, #e6a200);
    color: #fff
}
.btn-warning:hover {
    color: #fff;
    background-color: #c28900;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#c28900));
    background-image: -webkit-linear-gradient(top, #ffb400, #c28900);
    background-image: -moz-linear-gradient(top, #ffb400, #c28900);
    background-image: -ms-linear-gradient(top, #ffb400, #c28900);
    background-image: -o-linear-gradient(top, #ffb400, #c28900);
    background-image: linear-gradient(top, #ffb400, #c28900)
}
.btn-warning.active,
.btn-warning.active.focus,
.btn-warning:active,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:focus {
    background-color: #cc9000
}
.btn-fb {
    background-color: #344e86;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#344e86));
    background-image: -webkit-linear-gradient(top, #3B5998, #344e86);
    background-image: -moz-linear-gradient(top, #3B5998, #344e86);
    background-image: -ms-linear-gradient(top, #3B5998, #344e86);
    background-image: -o-linear-gradient(top, #3B5998, #344e86);
    background-image: linear-gradient(top, #3B5998, #344e86);
    color: #fff
}
.btn-fb:hover {
    color: #fff;
    background-color: #263961;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#263961));
    background-image: -webkit-linear-gradient(top, #3B5998, #263961);
    background-image: -moz-linear-gradient(top, #3B5998, #263961);
    background-image: -ms-linear-gradient(top, #3B5998, #263961);
    background-image: -o-linear-gradient(top, #3B5998, #263961);
    background-image: linear-gradient(top, #3B5998, #263961)
}
.btn-fb.active,
.btn-fb.active.focus,
.btn-fb:active,
.btn-fb:active.focus,
.btn-fb:active:focus,
.btn-fb:focus {
    background-color: #2d4373
}
.btn-tw {
    background-color: #3ea1ec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#3ea1ec));
    background-image: -webkit-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -moz-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -ms-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: -o-linear-gradient(top, #55ACEE, #3ea1ec);
    background-image: linear-gradient(top, #55ACEE, #3ea1ec);
    color: #fff
}
.btn-tw:hover {
    color: #fff;
    background-color: #1689e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#1689e0));
    background-image: -webkit-linear-gradient(top, #55ACEE, #1689e0);
    background-image: -moz-linear-gradient(top, #55ACEE, #1689e0);
    background-image: -ms-linear-gradient(top, #55ACEE, #1689e0);
    background-image: -o-linear-gradient(top, #55ACEE, #1689e0);
    background-image: linear-gradient(top, #55ACEE, #1689e0)
}
.btn-tw.active,
.btn-tw.active.focus,
.btn-tw:active,
.btn-tw:active.focus,
.btn-tw:active:focus,
.btn-tw:focus {
    background-color: #2795e9
}
.btn-gp {
    background-color: #d62020;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E02F2F), to(#d62020));
    background-image: -webkit-linear-gradient(top, #E02F2F, #d62020);
    background-image: -moz-linear-gradient(top, #E02F2F, #d62020);
    background-image: -ms-linear-gradient(top, #E02F2F, #d62020);
    background-image: -o-linear-gradient(top, #E02F2F, #d62020);
    background-image: linear-gradient(top, #E02F2F, #d62020);
    color: #fff
}
.btn-gp:hover {
    color: #fff;
    background-color: #a91919;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E02F2F), to(#a91919));
    background-image: -webkit-linear-gradient(top, #E02F2F, #a91919);
    background-image: -moz-linear-gradient(top, #E02F2F, #a91919);
    background-image: -ms-linear-gradient(top, #E02F2F, #a91919);
    background-image: -o-linear-gradient(top, #E02F2F, #a91919);
    background-image: linear-gradient(top, #E02F2F, #a91919)
}
.btn-gp.active,
.btn-gp.active.focus,
.btn-gp:active,
.btn-gp:active.focus,
.btn-gp:active:focus,
.btn-gp:focus {
    background-color: #bf1d1d
}
.btn-lkdn {
    background-color: #006a9c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007BB5), to(#006a9c));
    background-image: -webkit-linear-gradient(top, #007BB5, #006a9c);
    background-image: -moz-linear-gradient(top, #007BB5, #006a9c);
    background-image: -ms-linear-gradient(top, #007BB5, #006a9c);
    background-image: -o-linear-gradient(top, #007BB5, #006a9c);
    background-image: linear-gradient(top, #007BB5, #006a9c);
    color: #fff
}
.btn-lkdn:hover {
    color: #fff;
    background-color: #004769;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007BB5), to(#004769));
    background-image: -webkit-linear-gradient(top, #007BB5, #004769);
    background-image: -moz-linear-gradient(top, #007BB5, #004769);
    background-image: -ms-linear-gradient(top, #007BB5, #004769);
    background-image: -o-linear-gradient(top, #007BB5, #004769);
    background-image: linear-gradient(top, #007BB5, #004769)
}
.btn-lkdn.active,
.btn-lkdn.active.focus,
.btn-lkdn:active,
.btn-lkdn:active.focus,
.btn-lkdn:active:focus,
.btn-lkdn:focus {
    background-color: #005882
}
.btn-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.btn-group.open .dropdown-toggle {
    box-shadow: none
}
.btn-link {
    padding: 6px 0;
    font-size: 12px;
    border: 0
}
.badge,
.label {
    font-weight: 600;
    padding: .3em .8em
}
.btn-link i {
    font-size: 16px;
    float: left
}
.btn-transparent {
    background: 0 0;
    border: 1px solid #c9d9ea
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
    background-image: none;
    border: 1px solid #acc5de
}
.btn-transparent.btn-danger {
    color: #e84f4c
}
.btn-transparent.btn-danger:active,
.btn-transparent.btn-danger:focus {
    color: #fff
}
.btn-transparent.btn-warning {
    color: #ffb400
}
.btn-transparent.btn-warning:active,
.btn-transparent.btn-warning:focus {
    color: #fff
}
.btn-transparent.btn-success {
    color: #71c586
}
.btn-transparent.btn-success:active,
.btn-transparent.btn-success:focus {
    color: #fff
}
.btn-transparent.btn-info {
    color: #3a86c8
}
.badge,
.btn-transparent.btn-info:active,
.btn-transparent.btn-info:focus {
    color: #fff
}
.demo-btn-group .btn {
    min-width: 80px
}
.blog-btn-group .btn {
    margin-left: 2px;
    float: left;
    margin-bottom: 2px
}
@media (max-width: 767px) {
    .demo-btn-group {
        text-align: center
    }
    .demo-btn-group .btn {
        margin-bottom: 3px
    }
}
.badge-default {
    background: #d1dfec;
    border: 1px solid #d1dfec;
    color: #2a303e
}
.badge-default[href]:focus,
.badge-default[href]:hover {
    background: #bed2e5;
    border: 1px solid #bed2e5;
    color: #2a303e
}
.badge-success {
    background-color: #71c586;
    border: 1px solid #71c586
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #4db667;
    border: 1px solid #4db667
}
.badge-info {
    background-color: #3a86c8;
    border: 1px solid #3a86c8
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #2d6ca2;
    border: 1px solid #2d6ca2
}
.badge-warning {
    background-color: #ffb400;
    border: 1px solid #ffb400
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #cc9000;
    border: 1px solid #cc9000
}
.badge-danger {
    background-color: #e84f4c;
    border: 1px solid #e84f4c
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #e2231f;
    border: 1px solid #e2231f
}
.badge-grey {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff
}
.badge-grey[href]:focus,
.badge-grey[href]:hover {
    background-color: #333;
    border: 1px solid #333
}
.badge-bdr {
    background-color: transparent
}
.badge-bdr.badge-default {
    color: #4d4d4d
}
.badge-bdr.badge-danger {
    color: #e84f4c
}
.badge-bdr.badge-success {
    color: #71c586
}
.badge-bdr.badge-warning {
    color: #ffb400
}
.badge-bdr.badge-info {
    color: #3a86c8
}
.badge-bdr.badge-grey {
    color: #000
}
.labels-inline .label {
    margin: 2px;
    float: left
}
.label {
    color: #fff
}
.label-default {
    background: #d1dfec;
    border: 1px solid #d1dfec;
    color: #2a303e
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #bed2e5;
    border: 1px solid #bed2e5;
    color: #2a303e
}
.label-primary {
    background-color: #2a303e;
    border: 1px solid #2a303e
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #151820;
    border: 1px solid #151820
}
.label-success {
    background-color: #71c586;
    border: 1px solid #71c586
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #4db667;
    border: 1px solid #4db667
}
.label-info {
    background-color: #3a86c8;
    border: 1px solid #3a86c8
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #2d6ca2;
    border: 1px solid #2d6ca2
}
.label-warning {
    background-color: #ffb400;
    border: 1px solid #ffb400
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #cc9000;
    border: 1px solid #cc9000
}
.label-danger {
    background-color: #e84f4c;
    border: 1px solid #e84f4c
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #e2231f;
    border: 1px solid #e2231f
}
.label-grey {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff
}
.label-grey[href]:focus,
.label-grey[href]:hover {
    background-color: #333;
    border: 1px solid #333
}
.label-bdr {
    background-color: transparent
}
.label-bdr.label-default {
    color: #4d4d4d
}
.label-bdr.label-danger {
    color: #e84f4c
}
.label-bdr.label-success {
    color: #71c586
}
.label-bdr.label-warning {
    color: #ffb400
}
.label-bdr.label-info {
    color: #3a86c8
}
.label-bdr.label-grey {
    color: #000
}
.label-light {
    font-weight: 500;
    padding: 4px 10px
}
.label-light.label-default {
    background: #e3ebf4;
    border: 1px solid #bed2e5;
    color: #4578ac
}
.label-light.label-danger {
    background: #fcebea;
    border: 1px solid #f19290;
    color: #e84f4c
}
.label-light.label-success {
    background: #f0f9f2;
    border: 1px solid #95d4a5;
    color: #71c586
}
.label-light.label-warning {
    background: #fff8e5;
    border: 1px solid #ffc333;
    color: #cc9000
}
.label-light.label-info {
    background: #edf4fa;
    border: 1px solid #76abd9;
    color: #3a86c8
}
.label-light.label-grey {
    background-color: #e6e6e6;
    border: 1px solid #bfbfbf;
    color: #000
}
.pager li>a,
.pager li>span {
    background-color: #3a86c8;
    border-color: #3a86c8;
    color: #fff
}
.pager li>a:hover,
.pager li>span:hover {
    color: #fff;
    background-color: #3379b6;
    border: 1px solid #3379b6
}
.pager li>a:focus,
.pager li>span:focus {
    color: #fff;
    background-color: #2d6ca2;
    border: 1px solid #2d6ca2
}
.list-group-item {
    border: 1px solid #ededed;
    background-color: #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 i {
    font-size: 16px;
    vertical-align: middle
}
a.list-group-item-info {
    background-color: #3a86c8;
    color: #fff;
    border: 1px solid #3a86c8
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    background-color: #4e92ce;
    border: 1px solid #4e92ce;
    color: #fff
}
a.list-group-item-warning {
    background-color: #ffb400;
    color: #fff;
    border: 1px solid #ffb400
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    background-color: #ffbc1a;
    border: 1px solid #ffbc1a;
    color: #fff
}
a.list-group-item-success {
    background-color: #71c586;
    color: #fff;
    border: 1px solid #71c586
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
    background-color: #83cc95;
    border: 1px solid #83cc95;
    color: #fff
}
a.list-group-item-danger {
    background-color: #e84f4c;
    color: #fff;
    border: 1px solid #e84f4c
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    background-color: #eb6563;
    border: 1px solid #eb6563;
    color: #fff
}
a.list-group-item-inverse {
    background-color: #4d4d4d;
    color: #fff;
    border: 1px solid #4d4d4d
}
a.list-group-item-inverse:focus,
a.list-group-item-inverse:hover {
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff
}
.breadcrumb,
.breadcrumbs {
    background: #e3ebf4;
    margin: 0 0 10px
}
.modal-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.breadcrumbs {
    font-size: 14px;
    padding: 15px
}
.breadcrumbs i {
    vertical-align: middle
}
.breadcrumbs>li {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
    color: #666;
    padding: 0 10px
}
.breadcrumbs>li:after,
.breadcrumbs>li:before {
    display: block;
    position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    content: "";
    height: 1px;
    width: 7px;
    background-color: #1d1d1d;
    top: 50%;
    left: 100%;
    margin-left: 5px
}
.breadcrumbs>li:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px
}
.breadcrumbs>li:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 2px
}
.breadcrumbs>li>a {
    color: inherit;
    display: inline-block;
    line-height: 1
}
.breadcrumbs>li:last-child {
    color: #000;
    font-weight: bolder
}
.breadcrumbs>li:last-child a {
    cursor: default
}
.breadcrumbs>li:last-child:after,
.breadcrumbs>li:last-child:before {
    background-color: transparent
}
.breadcrumbs>li:hover {
    color: #1d1d1d
}
.breadcrumbs .icon,
.breadcrumbs img {
    display: inline-block;
    line-height: .8;
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
    vertical-align: -15%
}
.breadcrumbs.dark {
    background-color: #333
}
.breadcrumbs.dark>li:hover,
.breadcrumbs.dark>li:last-child {
    color: #fff
}
.breadcrumbs.dark>li:after,
.breadcrumbs.dark>li:before {
    background-color: #fff
}
.breadcrumbs.primary {
    background-color: #3a86c8
}
.breadcrumbs.primary>li {
    color: #9ec3e4
}
.breadcrumbs.primary>li:hover,
.breadcrumbs.primary>li:last-child {
    color: #fff
}
.breadcrumbs.primary>li:after,
.breadcrumbs.primary>li:before {
    background-color: #fff
}
.breadcrumbs2 {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%
}
.breadcrumbs2 i {
    vertical-align: middle
}
.breadcrumbs2 li {
    float: left;
    margin: 0 .2em 0 1em
}
.breadcrumbs2 a {
    background: #dbe6f1;
    padding: 10px;
    float: left;
    color: #2a303e;
    position: relative
}
.breadcrumbs2 a:after,
.breadcrumbs2 a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px
}
.breadcrumbs2 a:hover {
    background: #3a86c8;
    color: #fff
}
.breadcrumbs2 a:hover:before {
    border-color: #3a86c8 #3a86c8 #3a86c8 transparent
}
.breadcrumbs2 a:hover:after {
    border-left-color: #3a86c8
}
.breadcrumbs2 a:before {
    border-width: 20px 0 20px 12px;
    border-style: solid;
    border-color: #dbe6f1 #dbe6f1 #dbe6f1 transparent;
    left: -13px;
    margin-left: 1px
}
.breadcrumbs2 a:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #dbe6f1;
    right: -13px;
    margin-right: 1px
}
.breadcrumbs2 .active:after,
.breadcrumbs2 .active:before,
.breadcrumbs2>li:first-child a:before,
.breadcrumbs2>li:last-child:after,
.breadcrumbs2>li:last-child:before {
    content: normal
}
.breadcrumbs2>li:first-child {
    margin-left: 0
}
.breadcrumbs2>li:last-child {
    background: #d1dfec
}
.breadcrumbs2>li:last-child a {
    color: #3a86c8
}
.breadcrumbs2>li:last-child:hover a {
    color: #fff
}
.breadcrumbs2 .active,
.breadcrumbs2 .active:hover {
    background: 0 0
}
.breadcrumbs2 .active a {
    color: #1d1d1d
}
.breadcrumbs2 .active:hover a {
    color: #fff
}
.breadcrumbs2.small a {
    padding: .2em 1em;
    font-size: 11.9px
}
.breadcrumbs2>li>a>[class*=mif] {
    vertical-align: -10%
}
.alert i,
.table-middle>tbody>tr>td,
.table-middle>tbody>tr>th,
.table-middle>tfoot>tr>td,
.table-middle>tfoot>tr>th,
.table-middle>thead>tr>td,
.table-middle>thead>tr>th,
.table>tbody>tr>td.td-v-align {
    vertical-align: middle
}
.alert-dismissable .close {
    right: 0
}
.alert {
    padding: 15px 15px 15px 45px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.alert i {
    margin-right: 10px;
    font-size: 21px;
    position: absolute;
    left: 15px;
    top: 4px
}
.alert.no-margin {
    margin: 0
}
.alert.alert-transparent {
    background-color: transparent
}
.alert.alert-transparent.alert-success {
    color: #71c586
}
.alert.alert-transparent.alert-info {
    color: #3a86c8
}
.alert.alert-transparent.alert-danger {
    color: #e84f4c
}
.alert.alert-transparent.alert-warning {
    color: #ffb400
}
.alert-success {
    color: #fff;
    background-color: #71c586;
    /*border-color: #71c586*/
        border-color: rgba(113, 197, 134, 0);
}           
.alert-success.light {
    color: #44a65c;
    background-color: #def1e3
}
.alert-info {
    color: #fff;
    background-color: #3a86c8;
    border-color: #3a86c8
}
.alert-info.light {
    color: #285e8e;
    background-color: #b2cfe9
}
.alert-warning {
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400
}
.alert-warning.light {
    color: #b37e00;
    background-color: #ffe9b3
}
.alert-danger {
    color: #fff;
    background-color: #e84f4c;
    border-color: #e84f4c
}
.alert-danger.light {
    color: #cd1e1a;
    background-color: #fcebea
}
.alert-borderd {
    background: 0 0;
    color: #4d4d4d
}
.tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.popover {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.popover.left>.arrow:after {
    border-left-color: #1a1a1a
}
.popover.right>.arrow:after {
    border-right-color: #1a1a1a
}
.popover.top>.arrow:after {
    border-top-color: #1a1a1a
}
.popover.bottom>.arrow:after {
    border-bottom-color: #1a1a1a
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 12px;
    border-top: 1px solid #dbe6f1
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 6px 12px
}
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: 15px;
    font-weight: 500
}
.table>thead>tr>th {
    border-bottom: 1px solid #3a86c8
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #f1f5fa
}
.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 #e3ebf4
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background: #eef3f8
}
.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: #95d4a5;
    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: #71c586
}
.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: #e84f4c;
    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: #e63d3a
}
.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: #ffb400;
    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: #e09e00
}
.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: #3a86c8;
    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: #3174ae
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #e6e6e6
    }
}
.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th {
    border: none;
    padding: 10px 0
}
.pagination>li>a,
.pagination>li>span {
    background: #eef3f8;
    border: 1px solid #d1dfec
}
.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
}
.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: #3a86c8;
    background-color: #d1dfec;
    border-color: #d1dfec
}
.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: #3a86c8;
    border-color: #3a86c8
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #fff
}
.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d4dae2;
    background: #fff;
    padding: 6px 10px;
    -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
}
.form-control:focus {
    border: 1px solid #97a5b9;
    box-shadow: none;
    outline: 0;
    -webkit-box-shadow: none;
    color: #000
}
.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: #71c586
}
.input-group-addon {
    border: 1px solid #bed2e5;
    background: #f5f8fb
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #d1dfec
}
.has-feedback label~.form-control-feedback {
    top: 23px
}
.has-success .form-control {
    border-color: #71c586;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #71c586
}
.has-success .form-control:focus {
    border-color: #4db667;
    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: #e84f4c
}
.has-success .input-group-addon {
    border-color: #71c586
}
.has-error .form-control {
    border-color: #e84f4c;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #e84f4c
}
.has-error .form-control:focus {
    border-color: #e2231f;
    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: #ffb400
}
.has-error .input-group-addon {
    border-color: #e84f4c
}
.has-warning .form-control {
    border-color: #ffb400;
    box-shadow: none;
    -webkit-box-shadow: none
}
.has-warning .form-control:focus {
    border-color: #cc9000;
    box-shadow: none;
    -webkit-box-shadow: none
}
.has-info .checkbox,
.has-info .checkbox-inline,
.has-info .control-label,
.has-info .form-control-feedback,
.has-info .help-block,
.has-info .radio,
.has-info .radio-inline {
    color: #3a86c8
}
.has-warning .input-group-addon {
    border-color: #ffb400
}
.has-info .form-control {
    border-color: #3a86c8;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #3a86c8
}
.has-info .form-control:focus {
    border-color: #2d6ca2;
    box-shadow: none;
    -webkit-box-shadow: none
}
.has-info .input-group-addon {
    border-color: #3a86c8
}
legend {
    padding: 0 0 6px;
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}
label {
    font-size: 14px;
    font-weight: 500
}
.help-block {
    font-size: 11px
}
input[type=checkbox],
input[type=radio] {
    margin-top: 2px
}
.nav-tabs {
    border-bottom: 1px solid #d1dfec
}
.nav-tabs li a {
    margin-right: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e3ebf4;
    background: #e3ebf4
}
.nav-tabs li a:hover {
    background: #d8e4ef;
    border: 1px solid #d8e4ef
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: 0 0;
    color: #000;
    border: 1px solid #d1dfec;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.tab-content {
    padding: 20px;
    border: 1px solid #d1dfec;
    border-top: 0
}
.mark,
mark {
    background-color: #ffb400;
    color: #000
}
.gutter.row {
    margin-right: -8px;
    margin-left: -8px
}
.gutter-10>[class^=" col-"],
.gutter>[class^=col-] {
    padding-right: 8px;
    padding-left: 8px
}

.dashboard-wrapper .navbar-default .navbar-nav > li > .dropdown-menu li{  
      border-bottom: 1px solid #fff;
}
.file_box {
    word-wrap: break-word;
}
.help-block { 
  color: #ff0000 !important; 
}