html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased
    background-color: #414241;
}

body {
    color: #212121;
    background: scroll 0 0 #414241;
}

body#login-page {
    background: url("../../img/whitey.jpg") repeat scroll 0 0 #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

h1 {
    clear: both;
    color: #03a9f4;
    margin: 0 0 20px 0;
    padding-left: 14px;
    font-size: 2em
}

h2 {
    clear: both;
    font-size: 1.8em;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px
}

h3 {
    border-bottom: 2px solid #b0bec5;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 1.4em
}

h3>span {
    border-bottom: 2px solid #b0bec5;
    display: inline-block;
    padding: 0 5px 5px
}

h4 {
    font-size: 1.2em;
    color: whitesmoke
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .875em
}

a:hover,
a:focus {
    color: #03a9f4
}

#theme-wrapper {
    box-shadow: 0 0 53px 0 rgba(0, 0, 0, .55)
}

.navbar-default {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    min-height: 54px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99
}

#content-wrapper {
    background: #414241;
    margin-bottom: 0;
    position: relative;
    padding: 15px 15px 35px 15px;
    min-height: 1200px;
    height: 100%
}

.margin-phishing img {
    margin: 0 auto;
    max-width: 50%
}

@media (min-width:992px) {
    #content-wrapper {
        margin-top: 49px;
        margin-left: 205px;
        padding: 15px 0 35px 15px
    }
    .navbar-default {
        position: fixed
    }
    .padding-down-header {
        margin-top: 79px
    }
    .margin-phishing {
        margin-top: 80px
    }
    .margin-phishing img {
        max-width: 100%
    }
}

#content-header {
    background: #f3f5f6;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 2px solid #dee4e8
}

#content-header h1 {
    margin: 0;
    font-size: 1.8em;
    padding: 0
}

.main-box h2 {
    font-size: 1.3em;
    line-height: 29px;
    margin: 0;
    padding: 0
}

.main-box.no-header {
    padding-top: 20px
}

.main-box .main-box-header {
    min-height: 50px;
    padding: 10px 20px
}

.main-box .main-box-header.with-border {
    border-bottom: 1px solid #ecf0f1
}

.main-box .main-box-body {
    padding: 0 20px 20px 20px
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    padding-left: 8px
}

.nav>li {
    float: left
}

.navbar-nav {
    margin: 0 10px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu.dropdown-menu-right {
        left: 0 !important
    }
}

.navbar-nav>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 24px
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 3px;
    background-clip: padding-box;
    min-width: 223px
}

.dropdown-menu>li>a {
    color: #707070;
    font-size: .875em;
    line-height: 1.7;
    padding-left: 35px;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f6f6f6;
    color: #707070
}

.dropdown-menu>li>a>i {
    position: absolute;
    margin-left: -18px;
    margin-top: 4px
}

.nav-pills>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 0;
    background-clip: padding-box
}

.navbar>.navbar-brand {
    font-family: 'Titillium Web', Geneva, sans-serif;
    font-weight: 700
}

#logo.navbar-brand>img {
    margin: 0 auto;
    padding-right: 4px;
    height: 30px
}

.navbar-default .navbar-form .form-group {
    position: relative
}

.navbar-default .navbar-form .form-control {
    background: #131313;
    color: #707070;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    font-size: .75em
}

.navbar-default .nav>li>a {
    height: 50px
}

.navbar-default .nav>li>a>span.count {
    background: none repeat scroll 0 0 #ec3402;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 11px;
    width: 14px
}

.navbar-default .profile-dropdown>a {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 35px
}

.navbar-default .profile-dropdown>a>img {
    border-radius: 50%;
    background-clip: padding-box;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    border: 2px solid #fff
}

.navbar-default .profile-dropdown>a>span {
    float: left;
    display: block;
    margin-right: 3px;
    font-size: em
}

#header-nav .form-control {
    border-radius: 0;
    background-clip: padding-box;
    border: 0
}

.navbar-default .navbar-left .navbar-nav {
    margin-left: 0
}

.navbar-default .nav>li>a {
    font-size: .875em;
    padding-left: 10px;
    padding-right: 10px;
    color: #484848;
    border: none;
    border-radius: 0;
    background-clip: padding-box;
    cursor: pointer
}

.navbar-default .nav>li>a>i,
#sidebar-nav .nav>li>a>i {
    font-size: 1.125em
}

#sidebar-nav .nav>li>a:focus,
#sidebar-nav .nav .open>a,
#sidebar-nav .nav .open>a:focus {
    background: inherit
}

#sidebar-nav .nav>li>a:hover,
#sidebar-nav .nav .open>a:hover {
    background: #253443;
    color: #fff;
    outline: none
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus,
.navbar-default .nav .open>a,
.navbar-default .nav .open>a:hover,
.navbar-default .nav .open>a:focus {
    background: #03a9f4;
    color: #fff
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus,
.navbar-default .nav .open>a,
.navbar-default .nav .open>a:hover,
.navbar-default .nav .open>a:focus {
    background-color: #03a9f4
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
#sidebar-nav .nav-pills>li.active>a,
#sidebar-nav .nav-pills>li.active>a:hover,
#sidebar-nav .nav-pills>li.active>a:focus,
.nav-pills>li.open>a,
.nav-pills>li.open>a:hover,
.nav-pills>li.open>a:focus,
#sidebar-nav .nav-pills>li.open>a,
#sidebar-nav .nav-pills>li.open>a:hover,
#sidebar-nav .nav-pills>li.open>a:focus {
    background-color: #253443;
    color: #fff;
    border-left-color: #03a9f4
}

.navbar-default .nav>li .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-default .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

#col-left {
    position: relative;
    color: #003940;
    height: 100%
}

#col-left a {
    color: #e1e1e1
}

#col-left a:hover,
#col-left .nav-active a.nav-link,
#col-left a.active {
    color: #fff
}

#col-left * {
    outline: none
}

#nav-col {
    padding: 0;
    z-index: 100;
    position: relative;
    background: #2c3e50;
    width: 100%
}

#sidebar-nav {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0
}

#sidebar-nav .nav>li {
    margin: 0;
    /* font-size:.875em;font-weight:600;*/
}

#sidebar-nav .nav>li.nav-header {
    color: #8aa4be;
    font-size: .8em;
    padding: 12px 15px 6px 14px;
    border-top: 2px solid #253443
}

#sidebar-nav .nav>li.nav-header.nav-header-first {
    padding-top: 4px;
    border-top: 0
}

#sidebar-nav .nav>li>a {
    color: #fff;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .1s ease-in-out 0s;
    overflow: hidden;
    padding: 8px 15px 8px 20px;
    border-left: 0 solid transparent
}

#sidebar-nav .nav>li>a:hover {
    border-left-color: #03a9f4
}

#sidebar-nav .nav>li>a>i {
    position: absolute;
    margin-top: 2px
}

#sidebar-nav .nav>li>a>span {
    margin-left: 35px;
    font-size: .85em;
    font-weight: 700
}

#sidebar-nav .nav>li>a>span.label {
    font-size: .75em;
    margin: 5px 0 0 0;
    padding: 4px .6em
}

#sidebar-nav .nav>li>a>span.label.label-circle {
    margin-right: 5px
}

#sidebar-nav .nav>li.open>a {
    border-bottom-color: #252525;
    outline: none;
    text-decoration: none
}

#sidebar-nav .nav>li.active>.submenu>li.active>.submenu {
    display: block
}

#sidebar-nav .nav li a.dropdown-toggle>.drop-icon {
    color: #868b98;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
    transition: transform .2s ease-in-out .1s
}

#sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon,
#sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
    color: #fff;
    transform: rotate(90deg)
}

#sidebar-nav .nav li .submenu {
    display: none;
    padding: 5px 0;
    margin: 0;
    list-style: none
}

#sidebar-nav .nav li .submenu>li {
    position: relative
}

#sidebar-nav .nav li .submenu>li>a {
    display: block;
    font-size: .875em;
    line-height: 38px;
    padding-left: 66px;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .1s ease-in-out 0s
}

#sidebar-nav .nav li .submenu>li:first-of-type>a {
    border-top: 0
}

#sidebar-nav .nav li .submenu>li>a:hover,
#sidebar-nav .nav li .submenu>li>a.active,
#sidebar-nav .nav li .submenu>li.active>a,
#sidebar-nav .nav li .submenu>li.open>a {
    text-decoration: none;
    color: #fff;
    background-color: #1f2c39
}

#sidebar-nav .nav li.active>.submenu {
    display: block
}

#sidebar-nav .nav>.open .submenu .submenu,
#sidebar-nav .nav>.active .submenu .submenu {
    display: none
}

#sidebar-nav .nav>.open .submenu>.open>a,
#sidebar-nav .nav>.open .submenu>.active>a,
#sidebar-nav .nav>.active .submenu>.open>a,
#sidebar-nav .nav>.active .submenu>.active>a {
    background: inherit;
    border-bottom-color: #1f2c39;
    box-shadow: 0 -1px 0 #1f2c39 inset
}

#sidebar-nav .nav>.open .submenu>li a,
#sidebar-nav .nav>.active .submenu>li a {
    position: relative
}

#sidebar-nav .nav>.open .submenu>li>a.dropdown-toggle>.drop-icon,
#sidebar-nav .nav>.active .submenu>li>a.dropdown-toggle>.drop-icon {
    font-size: 10px;
    margin-top: -5px
}

#sidebar-nav .nav>.open .submenu>li>.submenu,
#sidebar-nav .nav>.active .submenu>li>.submenu {
    background-color: #1f2c39
}

#sidebar-nav .nav>.open .submenu>li>.submenu>li a:hover,
#sidebar-nav .nav>.open .submenu>li>.submenu>li a.active,
#sidebar-nav .nav>.active .submenu>li>.submenu>li a:hover,
#sidebar-nav .nav>.active .submenu>li>.submenu>li a.active {
    color: #03a9f4
}

#sidebar-nav .nav>.open .submenu>li>.submenu a,
#sidebar-nav .nav>.active .submenu>li>.submenu a {
    border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 85px
}

#sidebar-nav .nav>.open .submenu>li>.submenu a:before,
#sidebar-nav .nav>.active .submenu>li>.submenu a:before {
    content: "\f111";
    display: inline;
    font-family: FontAwesome;
    font-size: 4px;
    font-style: normal;
    font-weight: normal;
    margin-left: -10px;
    margin-top: 1px;
    position: absolute
}

.navbar-nav .open .dropdown-menu {
    background-color: #FFF;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    position: absolute
}

#footer-bar {
    bottom: 0;
    font-size: .8em;
    height: 37px;
    line-height: 36px;
    width: 100%
}

#footer-copyright {
    text-align: center;
    margin: 0
}

.emerald-bg {
    background-color: #03a9f4 !important
}

.red-bg {
    background-color: #ec3402 !important
}

.yellow-bg {
    background-color: #ffa01b !important
}

.green-bg {
    background-color: #00be00 !important
}

.purple-bg {
    background-color: #9c27b0 !important
}

.gray-bg {
    background-color: #90a4ae !important
}

.white-bg {
    background-color: #fff !important
}

.emerald {
    color: #03a9f4 !important
}

.red {
    color: #ec3402 !important
}

.yellow {
    color: #ffa01b !important
}

.green {
    color: #8bc34a !important
}

.purple {
    color: #9c27b0 !important
}

.gray {
    color: #90a4ae !important
}

.status-green {
    color: #005826
}

.status-red {
    color: #9e0b0f
}

.txt-white {
    color: #fff !important
}

.txt-white-hover:hover {
    color: #fff !important
}

.mrg-b-xs {
    margin-bottom: 3px
}

.mrg-b-sm {
    margin-bottom: 6px
}

.mrg-b-md {
    margin-bottom: 10px
}

.mrg-b-lg {
    margin-bottom: 20px
}

.mrg-t-xs {
    margin-top: 3px
}

.mrg-t-sm {
    margin-top: 6px
}

.mrg-t-md {
    margin-top: 10px
}

.mrg-t-lg {
    margin-top: 20px
}

.mrg-r-xs {
    margin-right: 3px
}

.mrg-r-sm {
    margin-right: 6px
}

.mrg-r-md {
    margin-right: 10px
}

.mrg-r-lg {
    margin-right: 20px
}

.mrg-l-xs {
    margin-left: 3px
}

.mrg-l-sm {
    margin-left: 6px
}

.mrg-l-md {
    margin-left: 10px
}

.mrg-l-lg {
    margin-left: 20px
}

.btn {
    border: none;
    padding: 6px 12px;
    border-bottom: 2px solid
}

.btn-add-target {
    border-radius: 27.5px;
    border: 1px solid #fff;
    color: #fff !important;
    background: transparent
}

.btn-default {
    background-color: #90a4ae;
    border-color: #607d8b;
    color: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #949e9f;
    border-color: #748182;
    color: #fff
}

.btn-default .caret {
    border-top-color: #FFF
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #607d8b;
    border-color: #5c6667
}

.btn-info {
    background-color: #01b9fe;
    border-color: #0298d1
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #0298d1;
    border-color: #0178a5
}

.btn-link {
    border: none
}

.btn-primary {
    background-color: #03a9f4;
    border-color: #2980b9
}

.btn-secondary {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
    border-radius: 27.5px
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #2980b9;
    border-color: #1c5c87
}

.btn-danger {
    background-color: #ec3402;
    border-color: #dd191d
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #dd191d
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffa000
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #e0b50a;
    border-color: #bd9804
}

.icon-box {
    margin-top: 5px
}

.icon-box .btn {
    border: 2px solid #e1e1e1;
    margin-left: 3px;
    margin-right: 0
}

.icon-box .btn:hover {
    background-color: #eee;
    color: #03a9f4
}

.label {
    border-radius: 3px;
    background-clip: padding-box;
    font-size: .85em;
    font-weight: 600
}

.label-default {
    background-color: #90a4ae
}

.label-primary {
    background-color: #03a9f4
}

.label-success {
    background-color: #8bc34a
}

.label-info {
    background-color: #9c27b0
}

.label-warning {
    background-color: #ffc107
}

.label-danger {
    background-color: #ec3402
}

.label.label-large {
    font-size: 1em;
    padding: .4em .8em .5em
}

.alert {
    border-radius: 0;
    background-clip: padding-box;
    border-image: none;
    border-style: none;
    border-width: 0
}

.alert-success {
    border-color: #689f38;
    color: #689f38 !important
}

.alert-warning {
    border-color: #ffa000;
    color: #ffa000 !important
}

.alert-danger {
    border-color: #dd191d;
    color: #dd191d !important
}

.alert-info {
    border-color: #2980b9;
    color: #2980b9 !important
}

.alert-info .alert-link {
    color: #2980b9 !important
}

.pagination {
    margin: 5px 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 3px;
    background-clip: padding-box
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li>a:active,
.pagination>li>span:active {
    color: #03a9f4;
    border-width: 2px;
    margin-left: -2px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #03a9f4;
    border-color: #03a9f4
}

.pager li>a,
.pager li>span {
    border-width: 2px
}

.nav-tabs {
    background: #e7ebee;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.nav-tabs>li>a {
    border-radius: 0;
    background-clip: padding-box;
    font-size: 1.125em;
    font-weight: 300;
    outline: none;
    color: #555;
    margin-right: 3px
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #555;
    border-bottom: 0;
    background: rgba(219, 221, 223, .46)
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    border-left: 0;
    border-top: 2px solid #03a9f4;
    border-right: 0
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #e7ebee
}

.nav .caret {
    border-bottom-color: #03a9f4;
    border-top-color: #03a9f4
}

.panel-default>.panel-heading {
    background-color: #03a9f4;
    border-color: #03a9f4;
    color: #FFF;
    border-radius: 0;
    background-clip: padding-box
}

.panel-default>.panel-heading a:focus {
    color: #fff
}

.panel-group .panel {
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none
}

.panel-collapse {
    border: 2px solid #e1e1e1;
    border-top: 0
}

.accordion .panel-title>a {
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    color: #FFF;
    padding-right: 15px
}

.accordion .panel-title>a:hover {
    text-decoration: none;
    color: #FFF
}

.accordion .panel-title>a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-top: -5px;
    font-size: .75em;
    position: absolute;
    right: 0;
    top: 50%
}

.accordion .panel-title>a.accordion-toggle.collapsed:after {
    content: "\f067"
}

.accordion .panel-title>a.accordion-toggle>i {
    width: 24px;
    text-align: center;
    padding-right: 6px
}

.progress {
    background-color: #eee;
    border-radius: 0;
    background-clip: padding-box;
    height: 9px;
    margin-bottom: 12px;
    box-shadow: none
}

.progress-bar {
    background-color: #03a9f4;
    box-shadow: none
}

.progress-bar-success {
    background-color: #8bc34a
}

.progress-bar-info {
    background-color: #9c27b0
}

.progress-bar-warning {
    background-color: #ffc107
}

.progress-bar-danger {
    background-color: #ec3402
}

.progress.progress-2x {
    height: 12px
}

.progress.progress-3x {
    height: 16px
}

.progress.progress-4x {
    height: 20px
}

.popover-content {
    font-size: .875em
}

.modal-header {
    border-width: 2px
}

.modal-content {
    border-radius: 0;
    background-clip: padding-box
}

.modal-footer {
    border-width: 2px
}

blockquote,
blockquote.pull-right {
    border-color: #03a9f4;
    padding: 10px 20px 10px 40px
}

blockquote.pull-right {
    padding-left: 20px;
    padding-right: 40px
}

blockquote p {
    font-style: italic
}

blockquote:before {
    content: "\f10d";
    color: #b0bec5;
    display: inline;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: -28px;
    margin-top: 0;
    position: absolute;
    width: auto
}

blockquote.pull-right:before {
    margin-left: 0;
    right: 50px
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0
}

.breadcrumb>li {
    text-transform: uppercase;
    color: #616161;
    margin-left: 8px;
    font-size: .875em
}

.breadcrumb>li span {
    padding-left: 8px
}

.breadcrumb>li a {
    color: #616161
}

.breadcrumb>li+li:before {
    color: #616161;
    font-family: FontAwesome;
    content: "\f105"
}

.breadcrumb>.active {
    font-weight: 600;
    text-transform: none;
    color: #616161
}

.breadcrumb>li:first-child {
    margin-left: 0
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible
}

.dropdown-menu {
    opacity: 0;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    transition: all .14s linear;
    display: block;
    visibility: hidden
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f8f8f8
}

.table thead>tr>th {
    border-bottom: 2px solid #e7ebee;
    text-transform: uppercase;
    font-size: .875em
}

.table thead>tr>th>a span {
    color: #212121
}

.table tbody>tr>td {
    font-size: .875em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 12px 8px
}

.table tbody>tr>td:first-child,
.table tbody>tr>td:nth-child(2) {
    font-size: 1.125em;
    font-weight: 300
}

.table tbody>tr td .call-type {
    display: block;
    font-size: .75em;
    text-align: center
}

.table tbody>tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em
}

.table tbody>tr td .first-line span {
    font-size: .875em;
    color: #969696;
    font-weight: 300
}

.table tbody>tr td .second-line {
    font-size: .875em;
    line-height: 1.2
}

.table tbody>tr.table-line-fb>td {
    background-color: #9daccb;
    color: #262525
}

.table tbody>tr.table-line-twitter>td {
    background-color: #9fccff;
    color: #262525
}

.table tbody>tr.table-line-plus>td {
    background-color: #eea59c;
    color: #262525
}

.table a.table-link {
    margin: 0 5px;
    font-size: 1.125em
}

.table a.table-link:hover {
    text-decoration: none;
    color: #2980b9
}

.table a.table-link.danger {
    color: #ec3402
}

.table a.table-link.danger:hover {
    color: #dd191d
}

@media screen and (max-width:767px) {
    .table-responsive {
        overflow: auto
    }
}

.table.table-condensed tbody>tr>td {
    padding: 8px 5px
}

.dataTable thead th:hover {
    color: #03a9f4
}

.table thead>tr>th>a span:after,
.dataTable .sorting:after,
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    font-size: .75em
}

.table thead>tr>th>a:hover {
    text-decoration: none
}

.table thead>tr>th>a.asc span:after,
.dataTable .sorting_desc:after {
    content: "\f0dd"
}

.table thead>tr>th>a.desc span:after,
.dataTable .sorting_asc:after {
    content: "\f0de"
}

.table thead>tr>th>a:hover span {
    text-decoration: none;
    color: #03a9f4;
    border-color: #03a9f4
}

.table.table-hover tbody>tr>td {
    transition: background-color .15s ease-in-out 0s
}

.table-products tbody>tr>td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    transition: background-color .15s ease-in-out 0s;
    position: relative
}

.table-products tbody>tr:hover>td {
    text-decoration: none;
    background-color: #f6f6f6
}

.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px
}

.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: .875em
}

.table-products .price>i {
    color: #8bc34a
}

.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: .875em
}

.table-products .warranty>i {
    color: #ffc107
}

.table-stats .status-social-icon {
    font-size: 1.9em;
    vertical-align: bottom
}

.table-stats .table-line-fb .status-social-icon {
    color: #556484
}

.table-stats .table-line-twitter .status-social-icon {
    color: #5885b8
}

.table-stats .table-line-plus .status-social-icon {
    color: #a75d54
}

.dataTables_length {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 30px;
    float: left
}

.dataTables_filter {
    float: right;
    margin-top: 10px;
    margin-bottom: 15px
}

.dataTables_filter input {
    margin-left: 10px
}

.DTTT.btn-group {
    float: right;
    margin-left: 10px;
    margin-top: 10px
}

.DTTT.btn-group a.btn {
    height: 30px;
    line-height: 16px
}

.user-list tbody td>img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
    border-radius: 18%;
    background-clip: padding-box
}

.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px
}

.user-list tbody td .user-subhead {
    font-size: .875em;
    font-style: italic
}

.map-stats {
    padding-top: 20px
}

.map-stats .table tbody>tr>td {
    padding-top: 10px;
    padding-bottom: 10px
}

.map-stats .table tbody>tr>td:first-child {
    font-size: 1em;
    font-weight: 400
}

.map-stats .table tbody>tr>td.status {
    font-size: 1.2em;
    font-weight: 600
}

.form-group {
    margin-bottom: 20px
}

label {
    font-weight: 400;
    font-size: .85em
}

.form-control {
    border-radius: 3px;
    background-clip: padding-box;
    border-color: #e7ebee;
    border-width: 2px;
    box-shadow: none;
    font-size: 13px
}

.form-control:focus {
    border-color: rgba(52, 151, 219, .6);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 152, 219, .6)
}

.form-inline-box {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 2px solid #e7ebee;
    padding: 7px
}

.radio {
    padding-left: 2px
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 5px
}

input[type="radio"] {
    line-height: normal;
    box-sizing: border-box
}

.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.radio input[type=radio] {
    display: none
}

.radio label:before {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #e7ebee;
    border-radius: 50%;
    background-clip: padding-box;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px
}

.radio label:after {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 50%;
    background-clip: padding-box;
    content: "";
    display: inline-block;
    font-size: 13px;
    height: 16px;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 2px;
    transform: scale(0);
    width: 16px
}

.radio input[type=radio]:checked+label:before,
.radio input[type=radio]:hover+label:before {
    border-color: #03a9f4
}

.radio input[type=radio]:checked+label:after {
    line-height: 16px;
    transform: scale(.63);
    transition: transform .1s 0s cubic-bezier(.4, .02, .3, 1.2)
}

.has-success .form-control {
    border-color: #8bc34a
}

.has-success .help-block,
.has-success .control-label {
    color: #689f38
}

.has-success .form-control:focus {
    border-color: #689f38;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #689f38
}

.has-success .input-group-addon {
    color: #8bc34a;
    background-color: #dff0d8;
    border-color: #8bc34a
}

.has-warning .form-control {
    border-color: #ffc107
}

.has-warning .help-block,
.has-warning .control-label {
    color: #ffa000
}

.has-warning .form-control:focus {
    border-color: #ffa000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffa000
}

.has-warning .input-group-addon {
    color: #ffc107;
    background-color: #fcf8e3;
    border-color: #ffc107
}

.has-error .form-control {
    border-color: #ec3402
}

.has-error .help-block,
.has-error .control-label {
    color: #dd191d
}

.has-error .form-control:focus {
    border-color: #dd191d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dd191d
}

.has-error .input-group-addon {
    color: #ec3402;
    background-color: #f2dede;
    border-color: #ec3402
}

.input-group>.form-control,
.input-group>.input-group-addon,
.input-group>.input-group-btn>.btn {
    line-height: 1
}

.input-group>.input-group-btn>.btn {
    border: 0;
    height: 34px
}

.input-group-addon {
    background: transparent;
    border-color: #e7ebee;
    border-width: 2px
}

.dropdown-menu {
    border-radius: 3px;
    background-clip: padding-box
}

.help-block {
    font-size: .875em
}

.checkbox-inline>input {
    margin-top: 0
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #03a9f4
}

.bootstrap-timepicker-widget table td input {
    border: 1px solid #ccc;
    width: 30px !important;
    height: 30px
}

.form-group-select2 label {
    display: block
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: rgba(0, 0, 0, 0) rgba(52, 151, 219, .6) rgba(52, 151, 219, .6) !important;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 2px solid rgba(52, 151, 219, .6) !important
}

.select2-drop-active {
    border-color: rgba(52, 151, 219, .6) rgba(52, 151, 219, .6) !important
}

.select2-container .select2-choice>.select2-chosen {
    font-size: 13px
}

.tt-query {
    box-shadow: none !important
}

.btn-toolbar.editor-toolbar {
    margin-bottom: 7px
}

.checkbox-nice {
    position: relative;
    padding-left: 15px
}

.checkbox-nice input[type=checkbox] {
    visibility: hidden
}

.checkbox-nice label {
    padding-top: 3px
}

.checkbox-nice.checkbox-inline>label {
    margin-left: 16px
}

.checkbox-nice label:before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    background: #fff;
    content: "";
    border: 2px solid #e7ebee;
    border-radius: 3px;
    background-clip: padding-box
}

.checkbox-nice label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 7px;
    left: 6px;
    border: 3px solid #03a9f4;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.checkbox-nice label:hover::after {
    opacity: .3
}

.checkbox-nice input[type=checkbox]:checked+label:after {
    opacity: 1
}

.typeahead,
.tt-query,
.tt-hint {
    width: 400px
}

.typeahead {
    background-color: #fff
}

.typeahead:focus {
    border: 2px solid #0097cf
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
    color: #999;
    padding-top: 5px;
    padding-left: 11px
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 3px;
    background-clip: padding-box
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 1em;
    line-height: 20px
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #03a9f4
}

.tt-suggestion p {
    margin: 0
}

.gist {
    font-size: 12px
}

.slider-vertical {
    height: 200px;
    float: left;
    margin-right: 20px
}

.dd {
    position: relative;
    display: block;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

@media only screen and (min-width:700px) {
    .dd {
        float: left;
        width: 48%
    }
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle-list {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #E1E1E1;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 1em;
    color: #000;
    text-align: center;
    border: 1px solid #E1E1E1;
    padding-top: 4px
}

.dd-handle {
    background: none repeat scroll 0 0 #F6F6F8;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    background-clip: padding-box;
    color: #000;
    display: block;
    font-size: .875em;
    font-weight: 700;
    height: 32px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    box-sizing: border-box
}

.dd-handle:hover {
    color: #03a9f4;
    background: #fff
}

.dd-handle .nested-links {
    float: right
}

.dd-handle .nested-links .nested-link {
    margin: 0 2px
}

.dd-handle .nested-links .nested-link:last-child {
    margin-right: 0
}

.dd-handle .nested-links .nested-link i {
    font-size: 1.25em
}

.dd-item-list .dd-handle {
    padding-left: 40px
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button[data-action="collapse"]:before {
    content: '-'
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%
}

.nestable-lists .dd-placeholder {
    background: #E9FDFB;
    border-color: #2980b9
}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important
}

@media only screen and (min-width:700px) {
    .dd+.dd {
        margin-left: 2%
    }
}

#login-page {
    background-color: #e7ebee
}

#login-page-full {
    background-color: #e7ebee
}

#login-box {
    width: 100%;
    margin: 60px auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

#login-box #login-box-header {
    height: 5px
}

#login-box #login-box-header>div {
    height: 100%;
    width: 16.6667%;
    float: left
}

#login-box #login-box-header .login-box-header-red {
    background: #ec3402
}

#login-box #login-box-header .login-box-header-green {
    background: #8bc34a
}

#login-box #login-box-header .login-box-header-yellow {
    background: #ffc107
}

#login-box #login-box-header .login-box-header-purple {
    background: #9c27b0
}

#login-box #login-box-header .login-box-header-blue {
    background: #03a9f4
}

#login-box #login-box-header .login-box-header-gray {
    background: #90a4ae
}

#login-box-inner {
    border-radius: 0 0 3px 3px;
    padding: 40px 25px
}

#login-box-inner.with-heading {
    padding-top: 20px
}

#login-box-inner h4 {
    margin-top: 0;
    margin-bottom: 10px
}

#login-box-inner .reset-pass-input {
    padding: 15px 0;
    margin-bottom: 0
}

#login-logo {
    color: #fff;
    display: block;
    font-size: 2em;
    font-weight: 400;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase
}

#login-logo>img {
    display: block;
    height: 40px;
    margin: 0 auto
}

#login-logo>span {
    display: block;
    font-size: .6em;
    font-weight: 300;
    text-transform: none
}

#login-box .input-group {
    margin-bottom: 10px
}

#login-box .input-group input {
    font-weight: 300
}

#login-box .input-group .input-group-addon {
    padding-left: 0;
    padding-right: 0;
    min-width: 50px
}

#login-box .input-group .input-group-addon i {
    color: #efefef
}

#login-box #login-forget-link {
    display: block;
    font-size: .875em;
    text-align: right;
    margin-top: 3px
}

#login-box #remember-me-wrapper {
    padding: 10px 0
}

#login-box .btn {
    font-size: 1.125em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    margin-top: 8px;
    width: 100%;
}

#login-box .form-group {
    margin-bottom: 7px
}

#login-box .form-group .checkbox label {
    padding-left: 7px
}

#login-box .form-group .checkbox input {
    margin-left: 0
}

#login-box .btn-facebook,
#login-box .btn-twitter {
    text-transform: none;
    font-size: 1em;
    margin-bottom: 10px
}

#login-box .social-text {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: .875em
}

#login-box-inner .input-group>.form-control,
#login-box-inner .input-group>.input-group-addon {
    height: 46px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0
}

#login-box-inner .input-group>.input-group-addon {
    height: 44px
}

.pricing-package {
    padding-top: 20px;
    padding-bottom: 20px
}

.pricing-package .pricing-package-inner {
    color: #7d7d7d;
    position: relative;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    background-clip: padding-box
}

.pricing-package .pricing-star {
    background: url(../../img/pricing-star.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 40px;
    color: #fff;
    font-size: .65em;
    text-align: center;
    line-height: 1.1;
    padding-top: 9px;
    right: -10px;
    top: -20px
}

.pricing-package .package-header {
    background: #03a9f4;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box
}

.pricing-package .package-header h3 {
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 20px 0 0;
    border: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400
}

.pricing-package .package-header .stars {
    color: #fff;
    text-align: center;
    padding-top: 8px;
    display: none
}

.pricing-package .package-content {
    padding: 0;
    margin: 0;
    border: 1px solid #e7ebee;
    border-top-color: transparent;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box
}

.pricing-package .package-content .package-price {
    font-weight: bold;
    text-align: center;
    height: 80px;
    line-height: 75px;
    background: #03a9f4;
    color: #fff;
    margin: -1px;
    position: relative
}

.pricing-package .package-content .package-price .package-month {
    font-size: 1em;
    font-weight: normal
}

.pricing-package .package-content .package-price .price {
    font-size: 4em;
    font-weight: 400
}

.pricing-package .package-content .package-price .discount-price {
    font-size: 3em;
    font-weight: 400
}

.pricing-package .package-content .package-price .currency {
    font-size: 1.5em;
    font-weight: 600
}

.pricing-package .package-top-features {
    list-style: none;
    margin: 0;
    padding: 0
}

.pricing-package .package-top-features li {
    border-bottom: 1px solid #e7ebee;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.5;
    padding: 8px 0
}

.pricing-package .package-top-features li:first-child {
    border-top: 1px solid #e7ebee
}

.pricing-package .package-features {
    list-style: none;
    margin: 0 18px;
    padding: 15px 0;
    position: relative
}

.pricing-package .package-features li {
    font-size: .875em;
    padding: 6px 0;
    line-height: 1.3;
    color: #7d7d7d;
    padding-left: 25px
}

.pricing-package .package-features li.has-feature {
    transition: color .1s ease-in-out 0s
}

.pricing-package .package-features li.has-nofeature {
    text-decoration: line-through
}

.pricing-package .package-features li.has-feature:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #8bc34a;
    margin-top: -2px;
    position: absolute;
    left: 0;
    text-decoration: none
}

.pricing-package .package-features li.has-nofeature:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: inherit;
    color: #ec3402;
    margin-top: -2px;
    position: absolute;
    left: 0;
    text-decoration: none
}

.pricing-package .package-footer {
    text-align: center;
    padding: 10px 0 25px
}

.pricing-package .package-footer .btn>span {
    padding-right: 6px;
    transition: color .1s ease-in-out 0s
}

.pricing-package .package-footer .btn:hover>span {
    color: #fff
}

.pricing-package.simple .package-header h3 {
    font-size: 1.3em;
    padding: 0;
    line-height: 42px;
    height: 42px
}

.pricing-package.simple .package-content .package-price {
    font-size: 1.8em;
    height: 60px;
    line-height: 60px;
    background: transparent;
    color: inherit
}

.pricing-package.simple .package-top-features li {
    font-size: .875em
}

.pricing-package.simple .package-top-features li:last-child {
    border-bottom: 0
}

.pricing-package:hover .pricing-package-inner {
    background-color: #fcfcfc;
    color: #212121
}

.pricing-package:hover .package-features li.has-feature {
    color: #212121
}

.infographic-box {
    padding: 20px
}

.infographic-box i {
    font-size: 2.4em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff
}

.infographic-box .headline {
    display: block;
    word-wrap: break-word;
    font-size: 1.2em;
    font-weight: 300;
    text-align: right
}
span.headline.small {
    font-size: 0.8em !important;
    line-height: 1.6 !important;
}
.infographic-box .value {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
    text-align: right
}

.infographic-box.merged {
    border-top: 2px solid #e7ebee;
    border-right: 2px solid #e7ebee;
    width: 50%
}

.infographic-box.merged .headline {
    text-align: left;
    font-size: .8em;
    margin-top: -2px;
    text-transform: uppercase;
    font-weight: 600
}

.infographic-box.merged .value {
    text-align: left;
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 2px
}

.infographic-box.merged.merged-top {
    border-top: none
}

.infographic-box.merged.merged-right {
    border-right: none
}

.infographic-box.colored {
    color: #fff;
    border: 0 !important
}

.infographic-box.colored i {
    font-size: 4.6em;
    margin-left: 7px;
    color: #fff
}

.infographic-box.colored .headline {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 4px
}

.widget-products {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-products li {
    border-bottom: 2px solid #ebebeb
}

.widget-products li>a {
    height: 88px;
    display: block;
    width: 100%;
    color: #212121;
    padding: 3px 10px;
    position: relative;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s
}

.widget-products li>a:hover {
    color: #212121;
    text-decoration: none;
    background-color: #f6f6f6
}

.widget-products li>a:after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: .875em;
    font-style: normal;
    font-weight: normal;
    margin-top: 32px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 0;
    color: #ccc;
    font-size: 1.3em
}

.widget-products li .img {
    display: block;
    float: left;
    text-align: center;
    width: 70px;
    height: 68px;
    overflow: hidden;
    margin-top: 7px
}

.widget-products li .product {
    display: block;
    margin-left: 90px;
    margin-top: 19px
}

.widget-products li .product>.name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px
}

.widget-products li .product>.price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: .875em
}

.widget-products li .product>.price>i {
    color: #8bc34a
}

.widget-products li .product>.warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: .875em
}

.widget-products li .product>.warranty>i {
    color: #ffc107
}

.widget-todo {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-todo>li {
    border-bottom: 2px solid #ebebeb;
    padding: 10px 5px
}

.widget-todo>li:hover {
    background-color: #f8f8f8
}

.widget-todo>li input:checked+label {
    text-decoration: line-through
}

.widget-todo .name {
    float: left
}

.widget-todo .name span.label {
    margin-left: 5px
}

.widget-todo .actions {
    float: right;
    padding-right: 5px;
    padding-top: 2px
}

.widget-todo .actions>a {
    margin: 0 2px;
    color: #707070
}

.widget-todo .actions>a.badge {
    color: #fff
}

.widget-todo .actions>a:hover {
    text-decoration: none;
    color: #03a9f4
}

.widget-todo .actions>a.badge:hover {
    background-color: #fff
}

.widget-todo .actions>a>i {
    font-size: 1.125em
}

.xs-graph .graph-label {
    font-size: .875em;
    padding-bottom: 5px;
    color: #616161
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    border: 0 !important;
    background: rgba(0, 0, 0, .7) !important;
    opacity: 1
}

#flot-tooltip {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .8);
    border: 2px solid rgba(230, 230, 230, .8);
    border-radius: 10px;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px;
    text-align: center
}

#flot-tooltip span {
    display: block
}

#flot-tooltip b {
    font-weight: bold;
    margin: .25em 0;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

#flot-tooltip i {
    margin: .1em 0;
    white-space: nowrap;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    font-style: normal
}

.legend .legendColorBox>div {
    margin-right: 7px;
    border: none !important
}

.graph-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px
}

.graph-stats li {
    padding: 0
}

.graph-stats li .title {
    color: #3b3b3b;
    margin-top: 12px;
    font-size: .875em
}

.graph-stats li .value {
    color: #3b3b3b;
    font-size: 1.6em;
    font-weight: 300
}

.graph-stats li .value>.fa {
    font-size: .6em
}

.graph-stats li .value .tooltip {
    font-weight: 400
}

.graph-stats li .progress {
    height: 5px
}

.graph-box {
    padding: 15px 15px;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box
}

.graph-box h2 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 10px
}

.graph-box .graph .morris-hover.morris-default-style {
    background: #000;
    background: rgba(0, 0, 0, .8);
    border: none;
    border-radius: 6px;
    background-clip: padding-box;
    color: #999
}

.graph-nice-legend {
    padding-left: 15px;
    padding-top: 65px
}

.graph-nice-legend .graph-legend-row {
    padding-top: 10px;
    padding-bottom: 10px
}

.graph-nice-legend .graph-legend-name {
    display: block;
    font-size: 1.2em;
    font-weight: 300
}

.graph-nice-legend .graph-legend-value {
    display: block;
    font-size: 2.1em;
    font-weight: 600
}

.small-graph-box {
    padding: 20px;
    color: #fff;
    border: 0 !important
}

.small-graph-box .headline {
    display: block;
    font-size: .875em;
    font-weight: 400;
    margin-top: -5px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.small-graph-box .value {
    display: block;
    font-size: 1.9em;
    font-weight: 600;
    margin-top: -5px
}

.small-graph-box .progress {
    background: rgba(0, 0, 0, .2);
    height: 5px;
    margin-bottom: 5px;
    margin-top: 10px
}

.small-graph-box .progress .progress-bar {
    background-color: #fff
}

.small-graph-box .subinfo {
    display: block;
    font-size: .8em;
    padding-top: 5px
}

.small-graph-box .subinfo i {
    font-size: 1.2em
}

.dashboard-stats {
    margin: 20px -20px -20px
}

.chart-small {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    outline: none;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: #212121;
    transition: background-color .1s ease-in-out 0s
}

.chart-small:last-child,
.chart-small.last {
    border-right: 0
}

.chart-small:hover {
    background-color: #f9f9f9;
    text-decoration: none;
    color: #212121
}

.chart-small .headline {
    font-weight: 600;
    font-size: .75em;
    padding: 0 20px;
    margin-bottom: -5px
}

.chart-small .value {
    font-weight: 600;
    font-size: 1.9em;
    padding: 0 20px
}

.chart-small-content {
    max-height: 100px;
    height: 50px;
    padding: 0px;
    margin: 20px 20px 0;
    position: relative
}

.social-box-wrapper {
    box-shadow: 1px 1px 2px 0 #ccc;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 16px;
    overflow: hidden
}

.social-box {
    color: #fff;
    padding: 15px;
    font-weight: 300;
    transition: background-color .15s ease-in-out 0s
}

.social-box .social-count {
    float: left;
    display: block;
    font-size: 1.8em;
    font-weight: 400
}

.social-box .social-action {
    float: left;
    display: block;
    font-size: 1.2em;
    margin-left: 5px;
    margin-top: 9px
}

.social-box .social-name {
    display: block;
    font-size: .875em;
    padding-top: 4px
}

.social-box>i {
    font-size: 3.4em;
    text-align: right;
    display: block
}

.social-box.facebook {
    background: #3b5998
}

.social-box.facebook:hover {
    background-color: #2f477b
}

.social-box.twitter {
    background: #55acee
}

.social-box.twitter:hover {
    background-color: #4091ce
}

.social-box.google {
    background: #dd4b39
}

.social-box.google:hover {
    background-color: #c43a2a
}

.profile-box .main-box-body {
    padding: 0
}

.profile-box .profile-box-header {
    padding: 30px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.profile-box .profile-img {
    border-radius: 18%;
    background-clip: padding-box;
    width: 130px;
    height: 130px;
    border: 5px solid #fff
}

.profile-box h2 {
    padding: 10px 0 0;
    margin: 0;
    font-weight: 600
}

.profile-box .job-position {
    font-weight: 400;
    color: #fff;
    font-size: .875em
}

.profile-box .profile-box-footer {
    background: #03a9f4;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.profile-box .profile-box-footer a {
    display: block;
    background: #03a9f4;
    width: 33%;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    color: #fff
}

.profile-box .profile-box-footer a:first-child {
    border-radius: 0 0 0 3px;
    background-clip: padding-box
}

.profile-box .profile-box-footer a:last-child {
    border-radius: 0 0 3px 0;
    background-clip: padding-box
}

.profile-box .profile-box-footer a:hover {
    text-decoration: none;
    color: #fff
}

.profile-box .profile-box-footer .value {
    display: block;
    font-size: 1.8em;
    font-weight: 600
}

.profile-box .profile-box-footer .label {
    display: block;
    font-size: .875em;
    font-weight: 600
}

.profile-box-menu .main-box-body {
    padding: 0
}

.profile-box-menu .profile-box-header {
    padding: 30px 20px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-size: cover
}

.profile-box-menu .profile-img {
    border-radius: 18%;
    background-clip: padding-box;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
    border: 5px solid #fff
}

.profile-box-menu h2 {
    padding: 20px 0 3px;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    line-height: 1.1
}

.profile-box-menu .job-position {
    font-weight: 600;
    font-size: .875em
}

.profile-box-menu .profile-box-content .menu-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.profile-box-menu .profile-box-content .menu-items li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e7ebee;
    padding: 0 20px;
    font-size: .875em;
    transition: background-color .15s ease-in-out 0s;
    color: #212121
}

.profile-box-menu .profile-box-content .menu-items li a:hover {
    background-color: #e7ebee;
    text-decoration: none
}

.profile-box-menu .profile-box-content .menu-items li a i {
    width: 24px
}

.profile-box-menu .profile-box-content .menu-items li a span.label {
    margin-top: 10px
}

.profile-box-menu .profile-box-content .menu-items li:last-child a {
    border-bottom: none
}

.profile-box-stats .main-box-body {
    padding: 0
}

.profile-box-stats .profile-box-header {
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    padding: 30px 20px 70px;
    color: #fff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.profile-box-stats .profile-img {
    border-radius: 18%;
    background-clip: padding-box;
    border: 5px solid #fff;
    bottom: -45px;
    float: left;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px
}

.profile-box-stats h2 {
    padding: 0 0 8px;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.5em
}

.profile-box-stats .job-position {
    font-weight: 600;
    font-size: .875em
}

.profile-box-stats .profile-box-footer {
    padding-top: 50px;
    padding-bottom: 15px
}

.profile-box-stats .profile-box-footer a {
    display: block;
    width: 33%;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    color: #212121
}

.profile-box-stats .profile-box-footer a:hover {
    text-decoration: none
}

.profile-box-stats .profile-box-footer .value {
    display: block;
    font-size: 1.8em;
    font-weight: 300
}

.profile-box-stats .profile-box-footer .label {
    display: block;
    font-size: 1em;
    font-weight: 300;
    color: #212121
}

.profile-box-contact .main-box-body {
    padding: 0
}

.profile-box-contact .profile-box-header {
    padding: 30px 20px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.profile-box-contact .profile-img {
    border-radius: 18%;
    background-clip: padding-box;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
    border: 5px solid #fff
}

.profile-box-contact h2 {
    padding: 8px 0 3px;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.1
}

.profile-box-contact .job-position {
    font-weight: 300;
    font-size: .875em
}

.profile-box-contact .profile-box-footer {
    padding-top: 10px;
    padding-bottom: 15px
}

.profile-box-contact .profile-box-footer a {
    display: block;
    width: 33%;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    color: #212121
}

.profile-box-contact .profile-box-footer a:hover {
    text-decoration: none
}

.profile-box-contact .profile-box-footer .value {
    display: block;
    font-size: 1.8em;
    font-weight: 300
}

.profile-box-contact .profile-box-footer .label {
    display: block;
    font-size: 1em;
    font-weight: 300;
    color: #212121
}

.profile-box-contact .contact-details {
    padding: 4px 0 0;
    margin: 0;
    list-style: none;
    font-size: .875em;
    font-weight: 300
}

.profile-box-contact .contact-details li i {
    width: 12px;
    text-align: center;
    margin-right: 3px
}

.weather-box .main-box-body {
    padding: 0
}

.weather-box .current {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 36px
}

.weather-box .current .icon {
    display: block;
    float: left
}

.weather-box .current .temp-wrapper {
    float: left;
    margin-left: 20px
}

.weather-box .current .temp-wrapper .temperature {
    font-size: 3.6em;
    font-weight: 300;
    margin-top: -5px;
    text-align: left
}

.weather-box .current .temp-wrapper .desc {
    margin-top: -4px;
    text-align: left
}

.weather-box .next {
    background: #03a9f4;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    color: #fff;
    padding: 20px
}

.weather-box .next ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.weather-box .next ul li {
    float: left;
    width: 20%;
    text-align: center
}

.weather-box .next .day {
    font-size: 1em;
    text-transform: uppercase
}

.weather-box .next .icon {
    font-size: 2em
}

.weather-box .next .temperature {
    font-size: 1.4em
}

.weather-box-large .main-box-body {
    padding: 0
}

.weather-box-large .current {
    background: url(../../img/samples/new-york-sunset.jpg) no-repeat;
    background-size: cover;
    border-radius: 3px;
    background-clip: padding-box;
    min-height: 340px;
    color: #fff;
    padding: 20px 30px
}

.weather-box-large .current h4 {
    margin-bottom: 30px
}

.weather-box-large .current .place {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600
}

.weather-box-large .current .place>i {
    margin-right: 5px
}

.weather-box-large .current .temp-out-wrapper {
    margin-top: 20px
}

.weather-box-large .current .icon {
    display: block;
    float: left;
    font-size: 6em
}

.weather-box-large .current .temp-wrapper {
    float: left;
    margin-left: 30px
}

.weather-box-large .current .temp-wrapper .temperature {
    font-size: 3.6em;
    font-weight: 300;
    margin-top: -5px;
    text-align: left
}

.weather-box-large .current .temp-wrapper .desc {
    margin-top: -4px;
    text-align: left;
    font-weight: 600
}

.feed ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feed li {
    border-bottom: 2px solid #ebebeb;
    padding: 15px 0;
    font-size: .875em;
    position: relative
}

.feed li:last-child {
    border-bottom: 0
}

.feed li .img {
    float: left;
    margin-right: 10px
}

.feed li .img img {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.feed li .title {
    padding-right: 55px;
    margin-left: 60px
}

.feed li .title a {
    font-weight: 600
}

.feed li .post-time {
    color: #878787;
    padding-top: 4px;
    margin-left: 60px
}

.feed li .time-ago {
    position: absolute;
    top: 16px;
    right: 0;
    color: #878787;
    font-size: .875em
}

.feed li .photos {
    margin-left: 60px;
    margin-top: 10px
}

.feed li .photos .item {
    float: left;
    margin-right: 2px
}

.feed li .photos .item img {
    width: 50px;
    height: 50px
}

.project-box .main-box-body {
    padding: 0
}

.project-box .project-box-header {
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.project-box .project-box-header .name a {
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: 300;
    padding: 16px 15px;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    transition: background-color .1s ease-in-out 0s
}

.project-box .project-box-header .name a:hover {
    text-decoration: none
}

.project-box .project-box-header.green-bg .name a:hover {
    background: #689f38
}

.project-box .project-box-content {
    padding: 30px 20px 5px;
    text-align: center
}

.project-box .project-box-content .chart {
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    padding-top: 37px
}

.project-box .project-box-content .chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.project-box .project-box-content .chart .percent {
    font-size: 2.1em;
    font-weight: 600
}

.project-box .project-box-content .chart .lbl {
    display: block;
    font-size: .875em;
    margin-top: -7px
}

.project-box .project-box-footer {
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.project-box .project-box-footer a {
    border-right: 1px solid #eee;
    color: #212121;
    display: block;
    float: left;
    margin: 20px 0;
    padding: 5px 10px;
    text-align: center;
    width: 33.33%
}

.project-box .project-box-footer a:last-child {
    border: none
}

.project-box .project-box-footer a:hover {
    text-decoration: none
}

.project-box .project-box-footer .value {
    display: block;
    font-size: 1.8em;
    font-weight: 300
}

.project-box .project-box-footer .label {
    display: block;
    font-size: .875em;
    font-weight: 300;
    color: #212121
}

.project-box .project-box-ultrafooter {
    background: #f7fafa;
    border-top: 1px solid #e9eef0;
    padding: 8px 15px;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.project-box .project-box-ultrafooter .project-img-owner {
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 33px;
    margin-right: 5px;
    overflow: hidden;
    width: 33px
}

.project-box .project-box-ultrafooter .link {
    margin-top: 6px;
    color: #c1c5c6
}

.project-box.emerald-box .project-box-footer a:hover {
    color: #03a9f4
}

.project-box.red-box .project-box-footer a:hover {
    color: #ec3402
}

.project-box.yellow-box .project-box-footer a:hover {
    color: #ffc107
}

.project-box.green-box .project-box-footer a:hover {
    color: #8bc34a
}

.project-box.purple-box .project-box-footer a:hover {
    color: #9c27b0
}

.project-box.gray-box .project-box-footer a:hover {
    color: #90a4ae
}

#search-results {
    padding: 0;
    margin: 23px 0 0;
    list-style: none
}

#search-results li {
    margin-bottom: 25px
}

#search-results li h3.title {
    border: 0 none;
    font-weight: 600;
    margin: 0 0 3px;
    padding: 0;
    font-size: 1.3em
}

#search-results li .meta-info {
    margin-left: 83px
}

#search-results li .search-img {
    margin-right: 8px;
    margin-top: 4px;
    float: left
}

#search-results li .link-title {
    color: #061;
    font-size: .875em;
    overflow: hidden
}

#search-results li .desc {
    font-size: .875em;
    margin-top: 3px;
    max-width: 750px
}

#search-form .input-group-btn button {
    height: 46px;
    font-size: 16px
}

#search-form .input-group-btn button>i {
    margin-right: 3px
}

#search-form .input-group .form-control {
    font-size: 16px
}

#timeline-grid {
    position: relative
}

#timeline-grid .item {
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 1px 1px 2px 0 #CCC;
    overflow: hidden;
    background: #fff
}

#timeline-grid .item a {
    text-decoration: none
}

#timeline-grid .item a:hover {
    text-decoration: underline
}

#timeline-grid .item img {
    width: 100%
}

#timeline-grid .item .text {
    display: block
}

#timeline-grid .item .time,
#timeline-grid .tweet .user {
    font-style: italic;
    color: #666
}

#timeline-grid .tweet-wrapper {
    padding: 10px;
    line-height: 16px;
    font-size: .875em;
    line-height: 1.4
}

#error-page {
    background-color: #eee
}

#error-box {
    min-width: 280px;
    text-align: center;
    margin: 40px auto 20px
}

#error-box h1 {
    margin-top: 40px;
    color: #605f5f;
    padding: 0
}

#error-box p {
    margin: 20px 0
}

.the-icons {
    font-size: .875em;
    line-height: 2
}

.the-icons .glyphicon {
    width: 30px;
    text-align: center
}

.dropdown-example ul.dropdown-menu {
    display: block
}

svg {
    width: 100% !important
}

.theme-whbl nav.navbar-default {
    background: #03a9f4;
    width: 100%
}

.theme-whbl #sidebar-nav .nav>li>a {
    color: #484848
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>li>.submenu,
.theme-whbl #sidebar-nav .nav>.active>.submenu>li>.submenu,
.theme-whbl #sidebar-nav .nav li .submenu>li.open a,
.theme-whbl #nav-col-submenu .submenu>li>.submenu,
.theme-whbl #nav-col-submenu li .submenu>li.open>a {
    background-color: #ebebeb
}

.theme-whbl .nav-pills>li.active>a,
.theme-whbl .nav-pills>li.active>a:hover,
.theme-whbl .nav-pills>li.active>a:focus,
.theme-whbl #sidebar-nav .nav-pills>li.active>a,
.theme-whbl #sidebar-nav .nav-pills>li.active>a:hover,
.theme-whbl #sidebar-nav .nav-pills>li.active>a:focus,
.theme-whbl .nav-pills>li.open>a,
.theme-whbl .nav-pills>li.open>a:hover,
.theme-whbl .nav-pills>li.open>a:focus,
.theme-whbl #sidebar-nav .nav-pills>li.open>a,
.theme-whbl #sidebar-nav .nav-pills>li.open>a:hover,
.theme-whbl #sidebar-nav .nav-pills>li.open>a:focus {
    background-color: whitesmoke;
    border-color: #03a9f4;
    border-bottom-color: #e7ebee;
    color: #484848
}

.theme-whbl #sidebar-nav .nav-pills>li.active>a>i {
    color: #2980b9
}

.theme-whbl #sidebar-nav .nav>li>a:hover {
    background-color: whitesmoke;
    border-color: #03a9f4;
    border-bottom-color: #e7ebee;
    color: #484848
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.theme-whbl .navbar-default .nav>li>a {
    color: #fff
}

.theme-whbl .navbar-default .nav>li>a:hover,
.theme-whbl .navbar-default .nav>li>a:focus,
.theme-whbl .navbar-default .nav .open>a,
.theme-whbl .navbar-default .nav .open>a:hover,
.theme-whbl .navbar-default .nav .open>a:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2980b9
}

.theme-whbl #sidebar-nav .nav li .submenu>li>a,
.theme-whbl .nav-small #nav-col-submenu .submenu>li>a {
    color: #16191c;
    border-radius: 15px
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>.open>a,
.theme-whbl #sidebar-nav .nav>.active>.submenu>.open>a,
.theme-whbl #sidebar-nav .nav>.active>.submenu>.active>a,
.theme-whbl #nav-col-submenu .submenu>.open>a,
.theme-whbl #nav-col-submenu .submenu>.active>a {
    border-bottom-color: transparent;
    box-shadow: 0 -1px 0 transparent inset
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>.open>a {
    border-bottom-color: #dcdfe6;
    box-shadow: none
}

.theme-whbl #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon,
.theme-whbl #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
    color: #16191c
}

.theme-whbl #sidebar-nav .nav li .submenu>li>a:hover,
.theme-whbl #sidebar-nav .nav li .submenu>li>a.active,
.theme-whbl #sidebar-nav .nav li .submenu>li.active>a {
    background-color: #ebebeb
}

.theme-whbl .navbar .navbar-brand {
    color: #fff
}

.theme-whbl .graph-box {
    background-color: #03a9f4 !important
}

.theme-whbl #content-wrapper {
    background-color: #f9f9f9;
    border-left: 2px solid #e7ebee
}

.theme-whbl #sidebar-nav .nav>li.nav-header {
    border-top-color: #e7ebee;
    color: #a6a6a6
}

.theme-whbl .nav-tabs {
    background-color: #f9f9f9
}

.theme-whbl a,
.theme-whbl a:hover,
.theme-whbl a:focus,
.theme-whbl .widget-users li>.details>.name>a:hover,
.theme-whbl .widget-todo .actions>a:hover,
.theme-whbl h1,
.theme-whbl .pagination>li>a,
.theme-whbl .pagination>li>span,
.theme-whbl .pagination>li>a:hover,
.theme-whbl .pagination>li>span:hover,
.theme-whbl .pagination>li>a:focus,
.theme-whbl .pagination>li>span:focus,
.theme-whbl .pagination>li>a:active,
.theme-whbl .pagination>li>span:active {
    color: #03a9f4
}

.theme-whbl .pagination>.active>a,
.theme-whbl .pagination>.active>span,
.theme-whbl .pagination>.active>a:hover,
.theme-whbl .pagination>.active>span:hover,
.theme-whbl .pagination>.active>a:focus,
.theme-whbl .pagination>.active>span:focus {
    background-color: #03a9f4;
    border-color: #03a9f4;
    color: #fff
}

.theme-whbl .btn-primary,
.theme-whbl .btn-default,
.theme-whbl .btn-info,
.theme-whbl .btn-new-test,
.theme-whbl .btn-warning,
.theme-whbl .btn-danger,
.theme-whbl .btn-primary:hover,
.theme-whbl .btn-default:hover,
.theme-whbl .btn-info:hover,
.theme-whbl .btn-new-test:hover,
.theme-whbl .btn-warning:hover,
.theme-whbl .btn-danger:hover {
    color: #fff
}

.theme-whbl .btn-primary {
    border-radius: 27.5px;
    background-color: #03a9f4;
    border-color: transparent
}

.theme-whbl .btn-primary:hover,
.theme-whbl .btn-primary:focus,
.theme-whbl .btn-primary:active,
.theme-whbl .btn-primary.active,
.theme-whbl .open .dropdown-toggle.btn-primary {
    background-color: #2980b9;
    color: #fff;
    border-color: #216897
}

.theme-whbl .btn-new-test {
    border-radius: 27.5px;
    background-color: #03a9f4;
    padding-bottom:3px;
    border-color: transparent
}

.theme-whbl .btn-new-test:hover,
.theme-whbl .btn-new-test:focus,
.theme-whbl .btn-new-test:active,
.theme-whbl .btn-new-test.active,
.theme-whbl .open .dropdown-toggle.btn-new-test {
    background-color: #2980b9;
    border-color: #1c5c87
}

.theme-whbl h1 {
    color: #03a9f4
}

.theme-whbl .widget-users li>.details>.time {
    color: #03a9f4
}

.theme-whbl blockquote,
.theme-whbl blockquote.pull-right {
    border-color: #03a9f4
}

.theme-whbl .nav .caret {
    border-bottom-color: #03a9f4;
    border-top-color: #03a9f4
}

.theme-whbl #invoice-companies .invoice-dates .invoice-number>span {
    color: #03a9f4
}

.theme-whbl .table thead>tr>th>a:hover span {
    color: #03a9f4;
    border-color: #03a9f4
}

.theme-whbl .pace .pace-progress {
    background-color: #fff
}

.btn-success-inverse {
    background: linear-gradient(to bottom, rgba(7, 119, 170, 1) 0%, rgba(3, 169, 244, 1) 100%);
    text-align: center;
    border: 1px solid rgba(3, 169, 244, 1);
    padding: 12px 20px 10px;
    border-radius: 27.5px;
    color: #fff
}

.btn-success-inverse:hover,
.btn-success-inverse:focus,
.btn-success-inverse:active,
.btn-success-inverse.active,
.open .dropdown-toggle.btn-success-inverse {
    background: transparent;
    border: none;
    text-align: center;
    padding: 12px 20px 10px;
    border: 1px solid rgba(3, 169, 244, 1);
    border-radius: 27.5px;
    color: rgba(3, 169, 244, 1)
}

.btn-swascan {
    background: transparent;
    border: 1px solid rgba(3, 169, 244, 1);
    font-size: 20px;
    text-align: center;
    padding: 12px 20px 10px;
    border-radius: 27.5px;
    color: rgba(3, 169, 244, 1)
}

.btn-swascan:hover,
.btn-swascan:focus,
.btn-swascan:active,
.btn-swascan.active,
.open .dropdown-toggle.btn-swascan {
    background: linear-gradient(to bottom, rgba(7, 119, 170, 1) 0%, rgba(3, 169, 244, 1) 100%);
    text-align: center;
    border: 1px solid rgba(3, 169, 244, 1);
    padding: 12px 20px 10px;
    border-radius: 27.5px;
    color: #fff
}

.navbar-header {
    min-height: 140px
}

.navbar-text {
    font-weight: 600
}

@media (max-width:720px) {
    .navbar-default .navbar-text {
        display: inline-block;
        margin: 0 0 0 15px
    }
}

@media (min-width:992px) {
    .navbar-header {
        float: none;
        min-height: auto
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar-text {
        display: block;
        margin: 15px 0 15px auto;
        text-align: center;
        font-size: 13px;
        width: 49%
    }
}

@media (min-width:1201px) {
    .navbar-text {
        display: block;
        margin: 15px 0 15px auto;
        text-align: center;
        font-size: 17px;
        width: 60%
    }
}

@media (min-width:992px) {
    #nav-col.menu-left-fix {
        position: fixed;
        top: 54px;
        width: 220px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #content-header.clearfix {
        z-index: 9;
        position: fixed;
        left: 235px;
        right: 15px
    }

