@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

html {
    position: relative;
    min-height: 100%
}

body {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #5e6773
}

a {
    color: #0af
}

a:hover, a:focus {
    color: #008fd6;
    text-decoration: none
}

th {
    font-weight: normal
}

.screen-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999
}

@media screen and (max-width: 767px) {
    .screen-overlay {
        z-index: 0
    }
}

footer {
    bottom: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #F5F6F9;
    color: #a0aeba
}

@media screen and (max-width: 767px) {
    footer {
        position: relative
    }
}

.copyright {
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;
    font-size: 13px
}

@media screen and (max-width: 767px) {
    .copyright {
        width: 100%;
        text-align: center;
        position: relative !important
    }
}

body ::-webkit-scrollbar {
    position: absolute;
    width: 12px;
    margin-left: -10px;
    -webkit-appearance: none
}

body ::-webkit-scrollbar-track {
    background-color: transparent;
    border-right: none;
    border-left: none
}

body ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(160, 174, 186, 0.2);
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px;
    border-radius: 7px
}

#wrapper {
    overflow-x: hidden
}

#wrapper .sidebar {
    width: 240px;
    height: 100%;
    float: left;
    background-color: #fff;
    position: fixed;
    left: 0;
    overflow-y: auto
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 240px);
    position: relative;
    float: right;
    left: 0;
    background-color: #fff
}

#wrapper #sidebar-nav, #wrapper .main {
    padding-top: 55px
}

#wrapper #sidebar-nav {
    padding-bottom: 30px
}

.layout-fullwidth #wrapper .sidebar {
    left: -240px
}

.layout-fullwidth #wrapper .main {
    width: 100%
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important
}

.layout-topnav #wrapper .main {
    width: 100%;
    padding-top: 100px;
    background-color: #F5F6F9
}

.layout-topnav #wrapper .main-content {
    margin: 0 auto
}

.layout-topnav #wrapper .content-heading {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    border: none
}

.layout-topnav footer .copyright {
    text-align: center
}

.offcanvas-active #wrapper .sidebar {
    left: 0
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 240px
}

.sidebar-minified.layout-fullwidth #wrapper .main {
    width: 100%
}

.sidebar-minified #wrapper .sidebar {
    width: 60px;
    height: 100%;
    overflow-y: visible
}

.sidebar-minified #wrapper .main {
    width: calc(100% - 60px)
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -240px
    }

    #wrapper .main {
        width: 100%
    }

    #wrapper .navbar {
        left: 0 !important
    }

    .btn-toggle-minified {
        display: none
    }
}

.content-heading {
    margin: 0 -10px 30px -10px;
    padding: 20px 25px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff
}

.content-heading .heading-left {
    float: left
}

.content-heading .page-title {
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight: normal
}

.content-heading .page-subtitle {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #a0aeba
}

.content-heading .breadcrumb {
    float: right;
    margin-bottom: 0;
    padding: 12px 0
}

@media screen and (max-width: 768px) {
    .content-heading .heading-left, .content-heading .breadcrumb {
        float: none
    }

    .content-heading .breadcrumb {
        padding-bottom: 0
    }
}

.main-content {
    padding: 0 10px 28px 10px;
    margin: 0;
    background-color: #F5F6F9
}

@media screen and (max-width: 767px) {
    .main-content {
        padding-bottom: 0
    }
}

.navbar + .main-content {
    padding: 105px 0 28px 5px
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 155px
    }
}

html.fullscreen-bg, html.fullscreen-bg body, html.fullscreen-bg #wrapper {
    height: 100%
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle
}

.layout-table {
    display: table;
    width: 100%
}

.layout-table .cell {
    display: table-cell
}

.layout-table .cell.valign-top {
    vertical-align: top
}

.layout-table .cell.valign-middle {
    vertical-align: middle
}

.layout-table .cell.valign-bottom {
    vertical-align: bottom
}

@media screen and (max-width: 640px) {
    .layout-table, .layout-table .cell {
        display: block
    }

    .layout-table .cell {
        margin-bottom: 10px
    }

    .layout-table .cell.text-right {
        text-align: left
    }
}

.right-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    padding-top: 5px;
    padding-bottom: 50px;
    overflow-y: auto;
    right: -360px;
    width: 350px;
    height: 100%;
    z-index: 99;
    background: #fff;
    color: #5e6773
}

.right-sidebar.active {
    right: 0
}

.right-sidebar .widget-heading {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 600
}

.right-sidebar .widget-heading i {
    margin-right: 5px;
    font-size: 16px
}

.right-sidebar .widget-header {
    padding: 15px 25px;
    margin: 0 -25px 30px -25px;
    background-color: #f8f9fa;
    border-top: 1px solid #eaeff2;
    border-bottom: 1px solid #eaeff2
}

.right-sidebar .widget-header .widget-heading {
    margin: 0
}

.right-sidebar .widget-header .show-all {
    float: right;
    font-size: 12px;
    line-height: 1.8;
    color: #a0aeba;
    text-decoration: underline
}

.right-sidebar .widget-header .show-all:hover, .right-sidebar .widget-header .show-all:focus {
    text-decoration: none
}

.right-sidebar .date {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300
}

.sidebar-widget {
    padding: 15px 25px
}

.has-content-menu .navbar + .main-content, .has-content-menu .main-content .container-fluid {
    padding: 0
}

.has-content-menu .content-menu {
    background-color: #fff;
    margin-bottom: 30px
}

.has-content-menu .content-menu .right {
    padding-right: 0
}

.has-content-menu .content-menu .content-menu-left {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    background-color: #fff
}

.has-content-menu .content-menu .content-menu-right {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 30px 0;
    border-left: 1px solid #e9eef2;
    border-right: 1px solid #e9eef2;
    background-color: #fff
}

.has-content-menu .content-right {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 20px
}

.has-content-menu .content-panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e9eef2
}

.has-content-menu .btn-open-content-menu, .has-content-menu .btn-close-content-menu, .has-content-menu .btn-close-content-right {
    display: none
}

.row-panel {
    margin-left: -25px;
    margin-right: -25px
}

.row-panel > div[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width: 1279px) {
    .page-inbox .content-right {
        display: none;
        width: 96%;
        position: absolute;
        top: -44em;
        z-index: 9
    }

    .page-inbox .content-menu {
        position: relative;
        background: transparent
    }

    .page-inbox .content-menu .right {
        padding-right: 15px
    }

    .page-inbox .content-menu .content-menu-left {
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        position: fixed;
        left: -300px;
        width: 250px;
        z-index: 8
    }

    .page-inbox .content-menu .content-menu-right {
        width: 100%;
        top: 0;
        z-index: 9
    }

    .page-inbox .content-menu .content-menu-right .slimScrollDiv, .page-inbox .content-menu .content-menu-right .sidebar-scroll {
        overflow: visible !important
    }

    .page-inbox .content-menu .content-menu-right .slimScrollBar {
        display: none !important
    }

    .page-inbox .btn-open-content-menu {
        display: block;
        float: left;
        position: relative;
        top: -4px;
        margin-right: 8px
    }

    .page-inbox .btn-close-content-menu {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 18px;
        color: #9fa9b5
    }

    .page-inbox .btn-close-content-right {
        display: block;
        float: right;
        font-size: 18px;
        color: #9fa9b5
    }

    .page-inbox .btn-close-content-right:after {
        display: block;
        content: ''
    }
}

.navbar {
    min-height: 55px
}

.navbar-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
    -webkit-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
    box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: #1f6ad0;
    background: -moz-linear-gradient(left, #1f6ad0 0%, #13b9de 100%);
    background: -webkit-linear-gradient(left, #1f6ad0 0%, #13b9de 100%);
    background: linear-gradient(to right, #1f6ad0 0%, #13b9de 100%)
}

.navbar-default .navbar-collapse {
    width: 90%
}

.navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 300
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8
}

.navbar-default .brand {
    float: left;
    padding: 0 40px;
    position: relative;
    top: 17px
}

@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left: 30px;
        padding-right: 15px
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .brand {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: inherit
    }
}

.navbar-btn {
    float: left;
    margin: 0;
    line-height: 55px
}

.navbar-btn button {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1;
    vertical-align: middle;
    border: none;
    background: none;
    outline: none;
    color: #fff
}

.navbar-btn button:hover, .navbar-btn button:focus {
    color: #fff
}

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0
    }
}

.navbar-btn-right {
    float: right
}

.navbar-form {
    border: 0;
    margin-top: 10px
}

.navbar-form input[type="text"] {
    min-width: 200px
}

@media screen and (max-width: 767px) {
    .navbar-form {
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-form .input-group {
        width: 70%
    }

    .navbar-form input[type="text"] {
        min-width: 150px
    }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display: none
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.navbar-nav .icon-menu .badge {
    position: absolute;
    top: 12px;
    right: 14px;
    font-weight: 300;
    font-size: 10px;
    background-color: #ff4242
}

.navbar-nav > li > a {
    padding: 0 20px;
    line-height: 55px
}

.navbar-nav > li > a > i {
    font-size: 18px;
    margin-right: 2px;
    line-height: 24px;
    vertical-align: middle
}

.navbar-nav > li > a > i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 8px;
    position: relative;
    top: 2px
}

.navbar-nav > li > a > span {
    position: relative;
    top: 2px
}

.navbar-nav > li > a img {
    width: 24px;
    margin-right: 2px;
    border: 1px solid #fff
}

@media screen and (max-width: 640px) {
    .navbar-nav > li > a {
        line-height: 1
    }
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px
}

.navbar-nav > li.open > .dropdown-menu {
    -webkit-animation: slideDown .1s ease-out;
    -moz-animation: slideDown .1s ease-out
}

.navbar-nav .dropdown-menu > li {
    border-bottom: 1px solid #e9eef2
}

.navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none
}

.navbar-nav .dropdown-menu > li > a {
    padding: 15px 20px;
    font-size: 14px
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active {
    background-color: #fafbfc;
    color: #5e6773
}

.navbar-nav .dropdown-menu > li > a.active {
    font-weight: 700
}

.navbar-nav .dropdown-menu > li > a span, .navbar-nav .dropdown-menu > li > a i {
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0
    }

    .navbar-nav > li {
        display: table-cell;
        width: 1%;
        position: inherit;
        text-align: center
    }

    .navbar-nav > li > a {
        padding: 15px 20px
    }

    .navbar-nav > li > a span:not(.badge), .navbar-nav > li > a .icon-submenu {
        display: none
    }

    .navbar-nav .open .dropdown-menu {
        -moz-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
        -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
        box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
        position: absolute;
        width: 100%;
        margin-top: 0;
        background-color: #fff
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 20px
    }

    .navbar-nav .icon-menu {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0
}

.navbar-toggle .icon-nav {
    font-size: 24px
}

ul.notifications > li:first-child {
    padding: 12px 20px;
    font-size: 13px
}

ul.notifications > li > .more {
    text-align: center;
    text-decoration: underline;
    font-size: 13px
}

ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
    text-decoration: none
}

ul.notifications .notification-item i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #a0aeba;
    color: #fff;
    float: left;
    font-size: 18px;
    text-align: center
}

ul.notifications .notification-item p {
    padding-left: 48px;
    margin: 0;
    line-height: 1.2
}

ul.notifications .notification-item span {
    display: block
}

ul.notifications .notification-item .text {
    margin-bottom: 5px
}

ul.notifications .notification-item .timestamp {
    font-size: 12px;
    color: #a0aeba
}

ul.logged-user-menu > li > a i {
    color: #a0aeba
}

.dropdown-menu {
    -moz-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0;
    border-color: #d1d6e6
}

.dropdown-menu > li > a {
    padding: 5px 12px;
    color: #5e6773;
    font-size: 13px
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover i, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus i {
    text-decoration: none
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #5e6773
}

.dropdown-menu > li > a i {
    margin-right: 6px;
    font-size: 14px;
    color: #a0aeba
}

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #a0aeba
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f8f9fb
}

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

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #0af
}

.nav-tabs {
    border-color: #e9eef2
}

.nav-tabs > li > a {
    color: #a0aeba
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #e9eef2;
    border-bottom-color: transparent
}

.nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
    color: #d5dbe0;
    border-color: transparent
}

.navbar-btn .btn-toggle-fullwidth {
    padding: 0 5px
}

.navbar-form.search-form .form-control, .navbar-form.search-form .form-control:focus {
    background-color: #238ae0;
    border-color: #3d9dec;
    font-size: 13px;
    color: #bde1ff
}

.navbar-form.search-form .btn {
    color: #cee2fb;
    right: 25px
}

.navbar-form.search-form ::-webkit-input-placeholder {
    color: rgba(206, 226, 251, 0.5)
}

.navbar-form.search-form :-moz-placeholder {
    color: rgba(206, 226, 251, 0.5)
}

.navbar-form.search-form ::-moz-placeholder {
    color: rgba(206, 226, 251, 0.5)
}

.navbar-form.search-form :-ms-input-placeholder {
    color: rgba(206, 226, 251, 0.5)
}

.sidebar {
    margin-top: 13px;
    z-index: 9;
    border-right: 1px solid #e6e6e6
}

.sidebar .nav li > a {
    font-size: 14px;
    color: #5e6773
}

.sidebar .nav li > a i:first-child {
    margin-right: 10px;
    font-size: 17px
}

.sidebar .nav {
    margin-bottom: 5px
}

.sidebar .nav > li.menu-group {
    padding: 10px 15px;
    margin-top: 20px;
    color: #a0aeba
}

.sidebar .nav > li.menu-group:first-child {
    margin-top: 0
}

.sidebar .nav > li > a {
    padding: 12px 20px;
    border-left: 5px solid transparent;
    background-color: transparent
}

.sidebar .nav > li > a:hover, .sidebar .nav > li > a.active {
    background-color: #f9f9f9
}

.sidebar .nav > li > a:hover i.icon-submenu, .sidebar .nav > li > a.active i.icon-submenu {
    color: #a0aeba
}

.sidebar .nav > li > a[aria-expanded="true"], .sidebar .nav > li > a.active {
    border-left-color: #0af;
    background-color: #f9f9f9
}

.sidebar .nav li > a[data-toggle] .icon-submenu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: right;
    position: relative;
    top: 5px;
    font-size: 10px;
    color: #a0aeba;
    line-height: 1.1;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar .nav li > a[data-toggle].collapsed .icon-submenu {
    font-size: 10px;
    color: #a0aeba;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sidebar .nav li.panel {
    margin: 0;
    border: none;
    background: none
}

.sidebar .nav span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -2px
}

.sidebar .nav .badge {
    font-weight: 400;
    background-color: #F9354C
}

.sidebar .nav .label, .sidebar .nav .badge {
    top: 0;
    float: right;
    display: block;
    padding: 5px 7px
}

.sidebar .nav .nav > li > a {
    padding-left: 62px;
    padding-top: 10px;
    padding-bottom: 10px
}

.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
    font-weight: 700;
    border-left-color: transparent;
    color: #72767b
}

.sidebar .nav .nav > li > a.active a {
    color: #fff
}

.sidebar .nav .nav .nav {
    margin-bottom: 10px
}

.sidebar .nav .nav .nav > li > a {
    padding-left: 80px
}

.sidebar .submenu {
    padding-left: 0
}

.sidebar .submenu > li {
    list-style-type: none
}

.sidebar .submenu > li > a {
    display: block;
    padding: 10px 10px 10px 55px
}

.sidebar .submenu > li > a:hover, .sidebar .submenu > li > a:focus {
    background-color: #f9f9f9
}

.sidebar .submenu > li > a.active {
    color: #0af
}

.sidebar .submenu .submenu > li > a {
    padding-left: 65px
}

.sidebar-minified .brand {
    padding-left: 19px;
    padding-right: 19px
}

.sidebar-minified .sidebar > .nav i:first-child {
    vertical-align: middle
}

.sidebar-minified .sidebar .nav > .menu-group {
    display: none
}

.sidebar-minified .sidebar .nav li > a {
    padding-left: 20px;
    padding-right: 20px
}

.sidebar-minified .sidebar .nav li > a[data-toggle] .icon-submenu {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-minified .sidebar .nav > li > a > span, .sidebar-minified .sidebar .nav > li > a > .icon-submenu {
    display: none
}

.sidebar-minified .sidebar .nav > li > a > span {
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    min-width: 200px;
    top: 0;
    left: 53px;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: none
}

.sidebar-minified .sidebar .nav > li > a > .badge {
    display: inline;
    top: 3px;
    left: 27px;
    min-width: auto;
    padding: 3px 5px
}

.sidebar-minified .sidebar .nav li:hover > a, .sidebar-minified .sidebar .nav li:hover > a > .title {
    color: #0af;
    background-color: #f7f7f7
}

.sidebar-minified .sidebar .nav li:hover > a > .badge {
    background-color: #F9354C
}

.sidebar-minified .sidebar .nav li:hover > a > .title {
    display: block;
    padding: 12px 20px;
    top: 1px
}

.sidebar-minified .sidebar .nav li:hover > .collapse {
    display: block
}

.sidebar-minified .sidebar .nav li:hover > .collapse li:hover > a {
    background-color: #f7f7f7
}

.sidebar-minified .sidebar .submenu > li > a {
    padding-left: 30px
}

.sidebar-minified .sidebar .collapse {
    -moz-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 59px;
    min-width: 200px;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: none
}

.sidebar-minified .sidebar .collapse.in {
    display: none
}

.sidebar-minified .sidebar .collapse .collapse {
    position: absolute;
    top: 0;
    left: 199px
}

.sidebar-minified .sidebar .collapse .collapse .submenu > li > a {
    padding-left: 20px;
    padding-right: 20px
}

.btn-toggle-minified {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin: 20px auto 30px auto;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    color: #b3b2b2;
    outline: none;
    border: 1px solid #e1e3ea;
    padding: 4px 12px
}

.btn-toggle-minified:hover {
    color: #8699a8;
    background: #f5f5f5
}

.btn-toggle-minified i {
    position: relative;
    top: 2px
}

.nav-content-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px
}

.nav-content-menu > li {
    margin: 18px 0
}

.nav-content-menu > li > a {
    color: #9fa9b5
}

.nav-content-menu > li > a:hover, .nav-content-menu > li > a:focus {
    color: #8894a3
}

.nav-content-menu > li i {
    margin-right: 5px
}

.content-menu .btn-icon {
    float: right;
    color: #9fa9b5
}

.content-menu .btn-icon:hover, .content-menu .btn-icon:focus {
    color: #8894a3
}

.content-menu-header {
    border-bottom: 1px solid #e9eef2;
    padding: 0 15px 15px 15px
}

.content-menu-header .heading {
    display: inline;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: normal
}

.layout-topnav .top-bar {
    background: #1f6ad0;
    background: -moz-linear-gradient(left, #1f6ad0 0%, #13b9de 100%);
    background: -webkit-linear-gradient(left, #1f6ad0 0%, #13b9de 100%);
    background: linear-gradient(to right, #1f6ad0 0%, #13b9de 100%)
}

.layout-topnav .top-bar .container-bar {
    padding-left: 30px;
    padding-right: 30px
}

.layout-topnav .top-bar .brand {
    padding: 0;
    top: 12px
}

.layout-topnav .top-bar .search-form {
    margin: 0
}

.layout-topnav .top-bar .search-form input[type="text"] {
    min-width: 150px;
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background: transparent
}

.layout-topnav .top-bar .search-form .btn {
    position: relative;
    top: 0;
    right: 0
}

.layout-topnav .navbar-default {
    background: #fff
}

.layout-topnav .navbar-default .navbar-collapse {
    width: auto
}

.layout-topnav .navbar-default .navbar-nav > li > a {
    color: #5e6773;
    padding: 0 30px
}

.layout-topnav .navbar-default .navbar-nav > li > a:hover, .layout-topnav .navbar-default .navbar-nav > li > a:focus, .layout-topnav .navbar-default .navbar-nav > li > a.active {
    background-color: #f2f4f7
}

.layout-topnav .navbar-default .navbar-nav > li > a > i.first-child {
    margin-right: 5px
}

.layout-topnav .navbar-default .navbar-nav > li.open > a, .layout-topnav .navbar-default .navbar-nav > li.open > a:hover {
    color: #5e6773
}

.layout-topnav .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.layout-topnav .navbar-nav .icon-menu .badge {
    top: 14px;
    right: 22px
}

.layout-topnav .navbar-nav .dropdown-menu > li > a .icon-submenu {
    float: right;
    position: relative;
    top: 5px;
    margin: 0;
    font-size: 10px
}

.layout-topnav .navbar-nav .dropdown-menu > li.dropdown:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0
}

@media screen and (max-width: 767px) {
    .layout-topnav .navbar-nav > li {
        display: block;
        position: relative;
        width: auto;
        text-align: left
    }

    .layout-topnav .navbar-nav > li a span {
        display: inline
    }

    .layout-topnav .navbar-nav > li > a .icon-submenu {
        display: inline
    }

    .layout-topnav .navbar-nav .dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .layout-topnav .navbar-nav .dropdown-menu > li.dropdown:hover .dropdown-menu {
        display: none;
        left: 0
    }

    .layout-topnav .navbar-nav .dropdown-menu > li.dropdown.open:hover .dropdown-menu {
        display: block
    }

    .layout-topnav .navbar-nav .open .dropdown-menu {
        position: relative
    }

    .layout-topnav .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 35px
    }

    .layout-topnav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 75px
    }

    .layout-topnav .navbar-nav .dropdown-sub.open > a {
        padding-bottom: 0
    }

    .layout-topnav .navbar-default .navbar-nav > li > a {
        padding: 10px 30px
    }
}

@media screen and (min-width: 768px) {
    .layout-topnav .navbar-default .brand {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .layout-topnav .navbar-header .brand {
        top: 25px
    }
}

@media screen and (max-width: 1024px) {
    .layout-topnav .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px
    }
}

.breadcrumb {
    background-color: inherit;
    padding-left: 0;
    padding-right: 0;
    float: right
}

.breadcrumb > li + li:before {
    color: #a0aeba
}

.breadcrumb i {
    font-size: 15px;
    margin-right: 3px;
    color: #a0aeba
}

.breadcrumb i:hover, .breadcrumb i:focus {
    color: #008fd6
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        float: none
    }
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination a:focus {
    outline: none
}

.pagination > .active > a, .pagination > .active a:focus, .pagination > .active a:hover, .pagination > .active > span, .pagination > .active span:focus, .pagination > .active span:hover {
    background-color: #0af;
    border-color: #008fd6;
    outline: none
}

.heading-border {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
    font-size: 24px;
    font-weight: normal
}

.text-primary {
    color: #0af
}

.text-success {
    color: #41B314
}

.text-warning {
    color: #e4cb10
}

.text-danger {
    color: #F9354C
}

.text-indicator-green {
    color: #53c265
}

.text-indicator-red {
    color: #ff4402
}

.text-muted {
    color: #a0aeba
}

.font-13 {
    font-size: 13px
}

.font-12 {
    font-size: 12px
}

.font-11 {
    font-size: 11px
}

.help-block {
    color: #a0aeba;
    font-size: 13px
}

ul.list-justify > li {
    margin-bottom: 10px
}

ul.list-justify > li:last-child {
    margin-bottom: 0
}

ul.list-justify > li span {
    float: right
}

.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #e1e3ea;
    background-color: #fcfcfc;
    color: #5e6773
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c9cdd9;
    background-color: #fff
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-addon {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e1e3ea;
    background-color: #f6f6f9
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.input-group-btn .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancy-checkbox {
    margin-right: 10px
}

.fancy-checkbox, .fancy-checkbox label {
    font-weight: normal
}

.fancy-checkbox input[type="checkbox"] {
    display: none
}

.fancy-checkbox input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    position: relative
}

.fancy-checkbox input[type="checkbox"] + span:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    bottom: 1px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: "";
    border: 1px solid #dbdfe2
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 11px;
    color: #97a3b7;
    text-align: center;
    line-height: 20px;
    background: #f1f4f7;
    border: 1px solid #dbdfe2
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #53D76A;
    background-color: #fff
}

.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d
}

.fancy-checkbox.custom-bgcolor-blue input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #00aaff;
    border-color: #00aaff
}

.fancy-radio {
    margin-right: 10px
}

.fancy-radio, .fancy-radio label {
    font-weight: normal
}

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

.fancy-radio input[type="radio"] + span {
    display: block;
    cursor: pointer;
    position: relative
}

.fancy-radio input[type="radio"] + span i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    border: 1px solid #dbdfe2;
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.fancy-radio input[type="radio"]:checked + span i:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #97a3b7
}

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
    background-color: #53D76A
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
    background-color: #53D76A
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
    background-color: #fff
}

.fancy-radio.custom-color-blue input[type="radio"]:checked + span i:after {
    background-color: #00aaff
}

.input-group-addon .fancy-radio, .input-group-addon .fancy-checkbox {
    margin: 0;
    position: relative;
    top: 1px
}

.input-group-addon .fancy-radio input[type="radio"] + span i, .input-group-addon .fancy-checkbox input[type="checkbox"] + span {
    margin: 0
}

.input-group-addon .fancy-radio input[type="radio"] + span i:before, .input-group-addon .fancy-checkbox input[type="checkbox"] + span:before {
    margin: 0
}

.has-feedback label ~ .form-control-feedback {
    top: 35px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 12px
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 10px
}

@media (min-width: 768px) {
    .form-inline .has-feedback .form-control-feedback {
        top: 10px
    }
}

.has-success .form-control {
    border-color: #41B314
}

.has-success .form-control:focus {
    border-color: #3ca512
}

.has-success .form-control-feedback {
    color: #41B314
}

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

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

.has-warning .form-control-feedback {
    color: #e4cb10
}

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

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

.has-error .form-control-feedback {
    color: #F9354C
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a {
    padding: 3px 20px
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox {
    padding-left: 0
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: 1px;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #fafafa
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox input[type="checkbox"] {
    display: none
}

.multiselect-custom + .btn-group ul.multiselect-container > li.active > a label.checkbox:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 12px;
    color: #99A1A7;
    text-align: center;
    line-height: 15px;
    background-color: #EDEDED
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio {
    padding-left: 0
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #fafafa
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio input[type="radio"] {
    display: none
}

.multiselect-custom + .btn-group ul.multiselect-container > li.active > a label.radio:before {
    font-family: FontAwesome;
    content: '\f111';
    color: #99a1a7;
    font-size: 8px;
    text-align: center;
    line-height: 15px
}

.multiselect-search {
    -moz-border-radius-topright: 2px !important;
    -webkit-border-top-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.btn.multiselect-clear-filter {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 2px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: transparent;
    z-index: 9 !important;
    outline: none
}

.btn.multiselect-clear-filter:hover, .btn.multiselect-clear-filter:focus {
    background: transparent;
    outline: none
}

.slider-track, .slider-selection {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    filter: none
}

.slider-track {
    background-color: #eee
}

.slider-selection {
    background-color: #777
}

.slider.slider-horizontal {
    width: 100% !important
}

.slider.slider-vertical .slider-handle {
    position: relative;
    left: 2px;
    cursor: ns-resize
}

.slider-handle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    position: relative;
    top: 2px
}

.slider-handle, .ui-rangeSlider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #777;
    cursor: col-resize
}

.slider-handle:before, .ui-rangeSlider-handle:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '|||';
    font-size: 7px;
    color: #777;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 0.6em
}

.slider-has-label .left-slider {
    float: left;
    width: calc(100% - 50px)
}

.slider-has-label .right-label {
    float: right;
    width: 50px;
    position: relative;
    top: 3px
}

.noUi-target {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e1e3ea;
    background: #fcfcfc
}

.noUi-connect {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #45AEEF
}

.noUi-handle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e1e3ea
}

.noUi-handle:before, .noUi-handle:after {
    height: 10px;
    top: 5px
}

.noUi-handle:before {
    left: 9px
}

.noUi-handle:after {
    left: 12px
}

.noUi-horizontal, .noUi-vertical {
    height: 12px
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    width: 23px;
    height: 23px
}

.colorpicker-inline {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.dropzone {
    padding: 20px 40px;
    border: 1px solid #eaeff2
}

.dropzone .dz-message {
    font-size: 18px;
    text-align: center;
    color: #a0aeba
}

.dropzone .dz-message:before {
    font-family: FontAwesome;
    content: '\f0ee';
    display: block;
    font-size: 3em;
    line-height: 1
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone .dz-message {
    display: block
}

.dropzone .dz-default.dz-message {
    background: none;
    height: auto
}

.dropzone .dz-default.dz-message span {
    display: block
}

.dropzone .dz-fallback {
    text-align: center
}

.dropzone .dz-fallback input[type="file"] {
    margin: 0 auto;
    margin-bottom: 10px
}

.dropzone .dz-preview .dz-details {
    width: 100px;
    height: auto;
    padding: 5px 0;
    background: transparent
}

.dropify-wrapper {
    border: 1px solid #eaeff2
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #609dea !important;
    background-image: none
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    background-color: #a6b7c5
}

.datepicker table tr td.range {
    background-color: #e9eef2
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today:focus {
    background-color: #ff4402;
    color: #fff
}

.completeness-meter .completeness-percentage {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    background-color: #5bc0de;
    color: #fff
}

.select2-container--default .select2-selection {
    border-color: #e1e3ea;
    background-color: #fcfcfc
}

.select2-container--default .select2-selection .select2-selection__rendered {
    color: #5e6773
}

.select2-container--default .select2-selection .select2-selection__placeholder {
    color: #a0aeba
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e1e3ea
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e1e3ea
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #f2f2f5;
    color: #5e6773
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #e1e3ea;
    background-color: #f2f2f5;
    color: #7f7f9c
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #d5d5df
}

.select2-container--default.select2-container--disabled .select2-selection {
    background-color: #f5f5f5
}

.select2-dropdown {
    border-color: #e1e3ea
}

.ui-widget.ui-widget-content {
    border-color: #e1e3ea;
    color: #5e6773
}

.ui-widget.ui-widget-content .ui-state-active {
    background: #f2f2f5;
    border-color: transparent;
    color: #5e6773
}

.password-strength-container input[type="password"] {
    margin-bottom: 5px
}

.hideShowPassword-toggle {
    margin-right: 5px;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 19px;
    background: #f1f2f5;
    color: #b6bbcb;
    outline: none
}

.hideShowPassword-toggle.toggle-eye {
    background: transparent
}

.hideShowPassword-toggle.toggle-eye i {
    position: relative;
    top: 1px;
    font-size: 14px
}

.switch-input {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 60px 0 0;
    cursor: pointer;
    font-weight: normal;
    color: #a0aeba
}

.switch-input input {
    position: absolute;
    left: -9999px
}

.switch-input input:checked + i {
    border-color: #2ab442;
    background-color: #53D76A
}

.switch-input input:checked + i:before {
    right: 33px;
    background-color: #2ab442
}

.switch-input input:checked + i:after {
    content: attr(data-swon-text);
    text-align: right;
    color: #fff
}

.switch-input i {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    min-width: 50px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3ea;
    background: #f8f9fa;
    font-style: normal
}

.switch-input i:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: right 0.1s ease-in;
    -moz-transition: right 0.1s ease-in;
    -ms-transition: right 0.1s ease-in;
    -o-transition: right 0.1s ease-in;
    transition: right 0.1s ease-in;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background-color: #bdc6d0
}

.switch-input i:after {
    content: attr(data-swoff-text);
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #929aa5
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 22px
}

.btn:active, .btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:focus, .btn:focus:focus, .btn:active, .btn:active:focus, .btn.active, .btn.active:focus {
    outline: none
}

.btn i:first-child {
    margin-right: 5px
}

.btn span:first-child {
    margin-right: 5px
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 28px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 18px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 2px 8px;
    font-size: 11px
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    background-color: #0af;
    border-color: #00a0f0
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #00a0f0;
    border-color: #00a0f0
}

.btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #00a0f0;
    border-color: #00a0f0
}

.btn-primary .disabled.focus, .btn-primary .disabled:focus, .btn-primary .disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: #0af;
    border-color: #00a0f0
}

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #00a0f0;
    border-color: #00a0f0
}

.btn-warning {
    background-color: #e4cb10;
    border-color: #d6be0f
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #d6be0f;
    border-color: #d6be0f
}

.btn-warning:active, .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.active, .btn-warning.active:hover, .btn-warning.active:focus {
    background-color: #d6be0f;
    border-color: #d6be0f
}

.btn-warning .disabled.focus, .btn-warning .disabled:focus, .btn-warning .disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover {
    background-color: #e4cb10;
    border-color: #d6be0f
}

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #d6be0f;
    border-color: #d6be0f
}

.btn-danger {
    background-color: #F9354C;
    border-color: #f9263f
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #f9263f;
    border-color: #f9263f
}

.btn-danger:active, .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.active, .btn-danger.active:hover, .btn-danger.active:focus {
    background-color: #f9263f;
    border-color: #f9263f
}

.btn-danger .disabled.focus, .btn-danger .disabled:focus, .btn-danger .disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover {
    background-color: #F9354C;
    border-color: #f9263f
}

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #f9263f;
    border-color: #f9263f
}

.btn-default {
    color: #5e6773;
    border-color: #e4e4e4;
    background-color: #fafbfc
}

.btn-default:hover, .btn-default:focus {
    color: #5e6773;
    background-color: #f4f6f8;
    border-color: #dcdcdc
}

.btn-default:active, .btn-default:active:hover, .btn-default:active:focus, .btn-default.active, .btn-default.active:hover, .btn-default.active:focus {
    color: #5e6773;
    background-color: #f0f3f6;
    border-color: #dcdcdc
}

.open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #5e6773;
    background-color: #f0f3f6;
    border-color: #dcdcdc
}

.btn-success {
    background-color: #41B314;
    border-color: #3ca512
}

.btn-success:hover, .btn-success:focus {
    background-color: #3ca512;
    border-color: #3ca512
}

.btn-success:active, .btn-success:active:hover, .btn-success:active:focus, .btn-success.active, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #3ca512;
    border-color: #3ca512
}

.btn-success .disabled.focus, .btn-success .disabled:focus, .btn-success .disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    background-color: #41B314;
    border-color: #3ca512
}

.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #3ca512;
    border-color: #3ca512
}

.btn-info {
    background-color: #5bc0de;
    border-color: #4ebbdb
}

.btn-info:hover, .btn-info:focus {
    background-color: #4ebbdb;
    border-color: #4ebbdb
}

.btn-info:active, .btn-info:active:hover, .btn-info:active:focus, .btn-info.active, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #4ebbdb;
    border-color: #4ebbdb
}

.btn-info .disabled.focus, .btn-info .disabled:focus, .btn-info .disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #4ebbdb
}

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #4ebbdb;
    border-color: #4ebbdb
}

.btn-custom-orange {
    background-color: #FF4402;
    border-color: #f23f00;
    color: #fff
}

.btn-custom-orange:hover, .btn-custom-orange:focus {
    background-color: #f23f00;
    border-color: #f23f00;
    color: #fff
}

.btn-custom-orange:active:hover, .btn-custom-orange:active:focus, .btn-custom-orange.active:hover, .btn-custom-orange.active:focus {
    background-color: #e83c00;
    border-color: #e83c00
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .4;
    filter: alpha(opacity=40)
}

.btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.right-sidebar .btn {
    margin-bottom: 25px
}

.right-sidebar .btn-default {
    background-color: #fff;
    color: #727b86
}

.right-sidebar .btn-default:hover, .right-sidebar .btn-default:focus {
    background-color: #fff
}

.btn-icon {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #777;
    background-color: transparent
}

.btn-icon:hover, .btn-icon:focus {
    color: #636363
}

.btn-outline {
    background: transparent;
    border-color: #C4D6E3
}

.btn-outline:hover, .btn-outline:focus {
    background: transparent;
    border-color: #a1bed3
}

.btn-outline.btn-default {
    color: #7fa6c2
}

.btn-outline.btn-primary {
    color: #0af
}

.btn-outline.btn-info {
    color: #5bc0de
}

.btn-outline.btn-warning {
    color: #e4cb10
}

.btn-outline.btn-danger {
    color: #F9354C
}

.btn-outline.btn-success {
    color: #41B314
}

.panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #d1d6e6;
    background: #fff
}

.panel .panel-heading, .panel .panel-body, .panel .panel-footer {
    padding-left: 20px;
    padding-right: 20px
}

.panel .panel-heading {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #eaeff2;
    background-color: #f8f9fa
}

.panel .panel-heading.no-divider {
    border-bottom: none;
    background-color: transparent
}

.panel .panel-heading .panel-title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #717d84
}

.panel .panel-heading .panel-subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    color: #a0aeba
}

.panel .panel-heading .link i {
    margin-right: 3px;
    font-size: 13px;
    color: #a0aeba
}

.panel .panel-heading .link a {
    color: #a0aeba;
    font-size: 12px
}

.panel .panel-heading .link a:hover, .panel .panel-heading .link a:focus {
    text-decoration: underline
}

.panel .panel-heading .heading-controls {
    margin-top: 35px
}

.panel .panel-heading .btn-toggle-collapse, .panel .panel-heading .btn-remove {
    padding: 0;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: none
}

.panel .panel-heading .btn-toggle-collapse i, .panel .panel-heading .btn-remove i {
    font-size: 14px;
    color: #c6d2dd
}

.panel .panel-heading .toggle-dropdown {
    padding: 0 10px;
    margin-right: -10px
}

.panel .panel-heading .toggle-dropdown i {
    display: inline;
    font-size: 16px;
    color: #c6d2dd
}

.panel .panel-heading .panel-info {
    font-size: 12px;
    color: #a0aeba;
    line-height: 1.6
}

.panel .panel-heading .right {
    float: right
}

.panel .panel-heading .right .btn {
    padding: 4px 10px;
    position: relative;
    top: -0.4em;
    font-size: 11px
}

@media screen and (max-width: 640px) {
    .panel .panel-heading .panel-info {
        font-size: 10px;
        line-height: 2.2
    }
}

.panel .panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative
}

.panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777777
}

.panel .panel-note i {
    font-size: 16px;
    margin-right: 3px
}

.panel.panel-headline .panel-heading {
    border-bottom: none;
    background-color: transparent
}

.panel.panel-headline .panel-heading .panel-title {
    font-size: 16px
}

.panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px
}

.panel.panel-tab .nav-tabs {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: none
}

.panel.panel-tab .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #a0aeba
}

.panel.panel-tab .nav-tabs > li > a:hover {
    background-color: #f0f2f4;
    border-color: #eaeff2;
    border-bottom-color: transparent
}

.panel.panel-tab .nav-tabs > li.active > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #5e6773;
    border-top: 0;
    border-color: #eaeff2;
    border-bottom-color: transparent
}

.panel.panel-tab .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-color: #eaeff2;
    border-bottom-color: transparent
}

.panel.panel-tab .nav-tabs > li.active > a:after {
    border-bottom: 1px solid #fff !important;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: -0
}

.panel.panel-tab .nav-tabs > li:last-child > a {
    border-right: 0
}

.panel.panel-tab .tab-pane {
    padding: 0
}

@media screen and (max-width: 767px) {
    .panel.panel-tab .panel-heading {
        padding-bottom: 0;
        border-bottom: 0
    }

    .panel.panel-tab .panel-title {
        display: block;
        margin-bottom: 15px
    }

    .panel.panel-tab .nav-tabs {
        float: none !important;
        position: relative
    }

    .panel.panel-tab .nav-tabs > li {
        margin-bottom: 0
    }

    .panel.panel-tab .nav-tabs > li > a {
        padding: 5px 10px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    .panel.panel-tab .nav-tabs > li.active > a {
        border-top: 1px solid #ddd
    }

    .panel.panel-tab .nav-tabs > li:last-child > a {
        border-right: 1px solid #ddd
    }
}

.panel.panel-quick-note .panel-body {
    padding: 0
}

.panel.panel-quick-note input.title, .panel.panel-quick-note textarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    resize: none;
    padding-left: 25px;
    padding-right: 25px
}

.panel.panel-quick-note input.title {
    font-weight: 700
}

.panel.panel-quick-note textarea:focus {
    outline: none
}

.panel.panel-quick-note .btn-group {
    margin-left: -20px
}

.panel-layout {
    margin-left: -30px;
    margin-right: -30px
}

.panel-layout:before, .panel-layout:after {
    content: " ";
    display: table
}

.panel-layout:after {
    clear: both
}

.panel-layout .panel-cols-2 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.panel-layout.dashed-separator div[class^="panel-cols"]:after {
    content: "";
    border: 1px dashed #e9eef2;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
}

.panel-layout.dashed-separator div[class^="panel-cols"]:last-child:after {
    border: none
}

@media screen and (max-width: 640px) {
    .panel-layout div[class^="panel-cols"] {
        float: none;
        width: 100%;
        margin-bottom: 50px
    }
}

.panel-content-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal
}

.panel-footer {
    background-color: #fff;
    border-color: #eaeff2
}

.overlay-refresh {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    background: rgba(246, 246, 246, 0.88)
}

.overlay-refresh i {
    display: block
}

.panel-solid-blue .panel-heading {
    background-color: #4286C9
}

.panel-solid-blue .panel-heading .panel-title {
    color: #fff
}

.panel-solid-blue .panel-content-wrapper {
    background-color: #5894D1
}

.panel-content-wrapper {
    padding: 25px
}

.panel-sidebar .panel-body {
    padding: 0
}

.panel-sidebar .left, .panel-sidebar .right {
    padding: 25px
}

.panel-sidebar .left {
    float: left
}

.panel-sidebar .right {
    float: right
}

.panel-sidebar.sidebar-right .left {
    width: 66.66666667%;
    border-right: 1px solid #eaeff2
}

.panel-sidebar.sidebar-right .right {
    width: 33.33333333%
}

.panel-sidebar.sidebar-left .left {
    width: 33.33333333%
}

.panel-sidebar.sidebar-left .right {
    width: 66.66666667%;
    border-left: 1px solid #eaeff2
}

.panel-sidebar .sidebar-section {
    margin-bottom: 30px
}

.panel-sidebar .section-title {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600
}

@media screen and (max-width: 640px) {
    .panel-sidebar.sidebar-right .left, .panel-sidebar.sidebar-right .right, .panel-sidebar.sidebar-left .left, .panel-sidebar.sidebar-left .right {
        float: none;
        width: 100%
    }
}

.widget {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border: 1px solid #d1d6e6;
    background: #fff
}

.widget-task-progress {
    padding-top: 30px;
    padding-bottom: 30px
}

.widget-task-progress .top {
    margin-bottom: 10px
}

.widget-task-progress .percentage {
    float: right;
    font-size: 36px;
    font-weight: 300;
    line-height: 1
}

.widget-task-progress .title {
    margin-bottom: 5px;
    color: #5e6773;
    line-height: 2.4
}

.widget-task-progress .progress {
    margin-bottom: 0
}

.widget-task-progress .bottom {
    margin-top: 8px;
    font-size: 13px;
    color: #a0aeba
}

.widget-task-progress .bottom a {
    color: #a0aeba;
    text-decoration: underline
}

.widget-task-progress .bottom a:hover, .widget-task-progress .bottom a:focus {
    text-decoration: none
}

.widget-task-progress .bottom .note {
    float: right
}

.widget-mini-bar {
    text-align: center
}

.widget-mini-bar .mini-bar-chart {
    margin-bottom: 5px
}

.widget-mini-bar span {
    font-size: 15px;
    color: #a0aeba;
    line-height: 1
}

.quick-note {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6
}

.quick-note .quick-note-title {
    margin-top: 0;
    font-size: 16px
}

.quick-note-create .panel-footer {
    display: none
}

.quick-note-edit {
    margin-bottom: 0
}

.widget-stat {
    padding: 25px 30px
}

.widget-stat .media-left {
    padding-right: 15px
}

.widget-stat .media-left i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px
}

.widget-stat .title {
    color: #a0aeba
}

.widget-stat .value {
    display: block;
    font-size: 26px
}

.widget-stat .footer {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0
}

.widget-stat .footer span {
    color: #a0aeba;
    font-size: 13px;
    margin-left: 8px
}

.widget-metric_1 .icon-wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.widget-metric_1 .icon-wrapper i {
    font-size: 17px;
    line-height: 50px
}

.widget-metric_1 .icon-wrapper:after {
    display: block;
    position: absolute;
    top: 23px;
    left: 4px;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 130%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.widget-metric_1 .right {
    padding-left: 65px
}

.widget-metric_1 .value {
    margin-right: 5px;
    font-size: 24px;
    font-weight: 300
}

.widget-metric_1 .change-icon {
    position: relative;
    left: 2px;
    font-size: 18px
}

.widget-metric_1 .fa-sort-down {
    top: -6px
}

.widget-metric_1 .title {
    display: block;
    font-size: 12px;
    color: #a0aeba
}

.widget-metric_1.animate:hover .icon-wrapper {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.widget-metric_1.animate:hover .change-up {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.widget-metric_1.animate:hover .change-down {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.widget-metric_2 .icon {
    float: left;
    font-size: 30px;
    color: #a0aeba
}

.widget-metric_2 .right {
    padding-left: 60px
}

.widget-metric_2 .right span {
    display: block
}

.widget-metric_2 .title {
    font-size: 13px;
    color: #a0aeba
}

.widget-metric_2 .value {
    margin: 8px 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1
}

.widget-metric_2 .percentage {
    font-size: 15px
}

.widget-metric_2 .menu {
    line-height: 2.2
}

.widget-metric_2.animate:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.list-widget-vertical .widget-metric_2 {
    margin: 35px 0;
    padding: 0 25px
}

.widget-metric_3 {
    text-align: center
}

.widget-metric_3 .value {
    font-size: 46px;
    font-weight: 300;
    display: block
}

.widget-metric_3 .note {
    font-size: 13px;
    color: #a0aeba
}

.widget-metric_4 {
    text-align: center
}

.widget-metric_4 .chart {
    display: block;
    margin: 12px 0
}

.widget-metric_4 .note {
    font-size: 13px;
    color: #a0aeba
}

.widget-metric_5 {
    text-align: center
}

.widget-metric_5 .list-value {
    margin: 8px 0
}

.widget-metric_5 .list-value > li {
    margin: 0 10px
}

.widget-metric_5 i {
    font-size: 28px;
    color: #a0aeba
}

.widget-metric_5 .percentage {
    display: block;
    font-size: 13px
}

.widget-metric_5 .note {
    font-size: 13px;
    color: #a0aeba
}

.widget-metric_6 .icon-wrapper {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.widget-metric_6 .icon-wrapper i {
    font-size: 20px;
    line-height: 50px
}

.widget-metric_6 .right {
    padding-left: 65px
}

.widget-metric_6 .value {
    margin-right: 5px;
    font-size: 24px;
    font-weight: 300
}

.widget-metric_6 .title {
    display: block;
    font-size: 12px;
    color: #a0aeba
}

.widget-metric_6.animate:hover .icon-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (max-width: 640px) {
    .widget-metric_6 {
        margin-bottom: 15px
    }
}

.widget-metric_7 .icon {
    float: left;
    font-size: 22px
}

.widget-metric_7 .right {
    padding-left: 40px
}

.widget-metric_7 .right span {
    display: block
}

.widget-metric_7 .title {
    font-size: 13px;
    color: #a0aeba
}

.widget-metric_7 .value {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1
}

.widget-metric_8 .heading {
    margin-bottom: 15px
}

.widget-metric_8 .title {
    float: left;
    line-height: 1.8
}

.widget-metric_8 .dropdown {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: right
}

.widget-metric_8 .toggle-dropdown {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    display: block;
    border: 1px solid #c6d2dd;
    text-align: center;
    font-size: 16px;
    color: #c6d2dd
}

.widget-metric_8 .toggle-dropdown:hover, .widget-metric_8 .toggle-dropdown:focus {
    background-color: #f9fafb
}

.widget-metric_8 .toggle-dropdown i {
    margin: 0;
    font-size: 14px
}

.widget-metric_8 i {
    margin-right: 5px;
    font-size: 21px
}

.widget-metric_8 .value {
    font-size: 23px;
    font-weight: 300
}

.widget-metric_8 .progress {
    margin-top: 5px;
    margin-bottom: 15px
}

.widget-metric_8 .info {
    margin: 0;
    color: #a0aeba;
    font-size: 12px
}

.widget-metric_8 .icon-change {
    font-size: 12px
}

.widget-metric_9 .title {
    display: block;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    color: #a0aeba
}

.widget-metric_9 .value {
    display: block;
    line-height: 1.6;
    font-size: 48px;
    font-weight: 300
}

.widget-metric_9 .percentage {
    display: block;
    font-size: 15px;
    margin-bottom: 3px
}

.widget-metric_9 .percentage i {
    font-size: 24px;
    position: relative;
    top: 4px;
    vertical-align: middle
}

.widget-metric_9 .percentage .icon-down {
    top: -8px
}

.widget-metric_10 {
    text-align: center
}

.widget-metric_10 .title {
    display: block;
    font-size: 16px
}

.widget-metric_10 .value {
    display: block;
    margin: 3px 0
}

.widget-metric_10 .number {
    font-size: 24px
}

.widget-metric_10 .symbol {
    font-size: 15px;
    color: #a0aeba
}

.widget-metric_11 .bottom {
    margin-top: 10px
}

.widget-metric_11 .left {
    float: left
}

.widget-metric_11 .right {
    float: right;
    line-height: 4.3;
    text-align: right
}

.widget-metric_11 .value {
    display: block;
    font-size: 28px;
    font-weight: 300
}

.widget-metric_11 .change {
    color: #a0aeba
}

.list-widget-vertical {
    margin: 0
}

.list-widget-vertical > li {
    border-bottom: 1px solid #e9eef2
}

.list-widget-vertical > li:last-child {
    border-bottom: none
}

.list-widget-vertical.no-border > li {
    border-bottom: none;
    margin-bottom: 40px
}

.list-widget-vertical.no-border > li:last-child {
    margin-bottom: 0
}

.list-widget-vertical.no-border.spacing-25 > li {
    margin-bottom: 25px
}

.list-widget-horizontal {
    margin: 0
}

.list-widget-horizontal > li {
    border-right: 1px solid #e9eef2
}

.list-widget-horizontal > li:last-child {
    border-right: none
}

.list-widget-horizontal.no-border > li {
    border-right: none
}

@media screen and (max-width: 768px) {
    .list-widget-horizontal > li {
        border-right: none;
        border-bottom: 1px solid #e9eef2;
        padding: 25px 0
    }

    .list-widget-horizontal > li:last-child {
        border-bottom: none
    }
}

.widget-mini-realtime-usage .chart {
    height: 60px
}

.widget-mini-realtime-usage .usage-info {
    margin-top: 10px
}

.widget-mini-realtime-usage .usage-info .title, .widget-mini-realtime-usage .usage-info .value {
    display: block
}

.widget-mini-realtime-usage .usage-info .title {
    font-size: 11px;
    color: #a0aeba
}

.widget-mini-realtime-usage .usage-info .value {
    font-size: 14px
}

.widget-mini-realtime-usage .left {
    float: left
}

.widget-mini-realtime-usage .right {
    float: right
}

.widget-system-load {
    padding-top: 30px;
    padding-bottom: 30px
}

.widget-system-load .chart {
    width: 130px;
    position: absolute;
    float: left
}

.widget-system-load .info {
    padding-left: 170px
}

.widget-system-load .info .heading-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal
}

.widget-system-load .info .title {
    display: block;
    color: #a0aeba;
    font-size: 13px
}

.widget-system-load .info .value {
    display: block;
    font-size: 22px
}

.widget-system-load .controls {
    margin-top: 20px
}

@media screen and (max-width: 640px) {
    .widget-system-load .chart {
        float: none;
        position: relative
    }

    .widget-system-load .info {
        padding-left: 0
    }
}

.widget-resume .resume-header, .widget-resume .resume-footer {
    border-color: #e9eef2
}

.widget-resume .resume-header {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.widget-resume .resume-header:before, .widget-resume .resume-header:after {
    content: " ";
    display: table
}

.widget-resume .resume-header:after {
    clear: both
}

.widget-resume .resume-header .left {
    float: left
}

.widget-resume .resume-header .right {
    float: right
}

.widget-resume .profile-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    float: left
}

.widget-resume .bio-text {
    padding-left: 65px;
    margin-bottom: 30px
}

.widget-resume .bio-text .name {
    display: block;
    font-size: 18px;
    color: inherit
}

.widget-resume .bio-text .name:hover, .widget-resume .bio-text .name:focus {
    color: inherit;
    text-decoration: underline
}

.widget-resume .bio-text .title {
    color: #a0aeba;
    font-weight: 300
}

.widget-resume .resume-footer {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 25px
}

.widget-resume .skills .label-text {
    font-size: 15px;
    color: #a0aeba;
    line-height: 2
}

@media screen and (max-width: 640px) {
    .widget-resume .resume-header .right .btn span {
        display: none
    }
}

.list-resume-experience {
    margin: 0
}

.list-resume-experience:before, .list-resume-experience:after {
    content: " ";
    display: table
}

.list-resume-experience:after {
    clear: both
}

.list-resume-experience .experience {
    margin: 30px 0;
    position: relative
}

.list-resume-experience .experience:before, .list-resume-experience .experience:after {
    content: " ";
    display: table
}

.list-resume-experience .experience:after {
    clear: both
}

.list-resume-experience .experience .company-logo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 4;
    text-align: center
}

.list-resume-experience .experience .company-logo i {
    font-size: 22px;
    color: #fff
}

.list-resume-experience .experience .detail {
    padding-left: 65px
}

.list-resume-experience .experience .company-name {
    display: block;
    font-size: 17px
}

.list-resume-experience .experience .title {
    color: #a0aeba;
    font-weight: 300
}

.list-resume-experience .experience:after {
    content: "";
    display: block;
    border-left: 1px dashed #d2dbe2;
    width: 1px;
    height: 25px;
    position: relative;
    top: 15px;
    left: 25px
}

.list-resume-experience .experience:last-child:after {
    border: none;
    height: 0
}

.list-resume-experience .left {
    float: left
}

.list-resume-experience .period {
    float: right;
    position: relative;
    top: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #a0aeba
}

.collapsing {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.label {
    font-weight: normal
}

.label-default {
    background-color: #777
}

.label-primary {
    background-color: #0af
}

.label-success {
    background-color: #41B314
}

.label-info {
    background-color: #5bc0de
}

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

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

.label-transparent {
    font-weight: 500
}

.label-transparent.label-default {
    background-color: rgba(119, 119, 119, 0.1);
    color: #777
}

.label-transparent.label-primary {
    background-color: rgba(0, 170, 255, 0.1);
    color: #0af
}

.label-transparent.label-success {
    background-color: rgba(65, 179, 20, 0.1);
    color: #41B314
}

.label-transparent.label-info {
    background-color: rgba(91, 192, 222, 0.1);
    color: #5bc0de
}

.label-transparent.label-warning {
    background-color: rgba(228, 203, 16, 0.1);
    color: #e4cb10
}

.label-transparent.label-danger {
    background-color: rgba(249, 53, 76, 0.1);
    color: #F9354C
}

.metric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #DCE6EB
}

.metric .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center
}

.metric .icon i {
    font-size: 18px;
    color: #fff
}

.metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right
}

.metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300
}

.metric .title {
    font-size: 16px
}

.visits-metric span {
    display: block
}

.visits-metric .title {
    font-size: 16px;
    color: #a0aeba
}

.visits-metric .value {
    font-size: 36px
}

.visits-metric .change {
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .visits-metric {
        margin-bottom: 30px
    }
}

ul.activity-list > li {
    padding: 25px 0;
    font-size: 14px;
    border-bottom: 1px solid #e9eef2
}

ul.activity-list > li:first-child {
    padding-top: 0
}

ul.activity-list > li:last-child {
    border-bottom: none
}

ul.activity-list > li .avatar {
    width: 40px
}

ul.activity-list > li > p {
    margin-bottom: 0;
    padding-left: 3.5em
}

ul.activity-list > li .timestamp {
    display: block;
    font-size: 13px;
    color: #a0aeba
}

.task-list > li {
    margin-bottom: 32px
}

.task-list p {
    position: relative;
    color: #a0aeba;
    font-size: 14px
}

.task-list p .label-percent {
    position: absolute;
    right: 0
}

.weekly-summary {
    margin-bottom: 30px;
    font-weight: 300
}

.weekly-summary .number {
    font-size: 36px
}

.weekly-summary i {
    font-size: 16px;
    margin-left: 10px
}

.weekly-summary .percentage {
    position: relative;
    top: -7px
}

.weekly-summary .info-label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal
}

@media screen and (max-width: 992px) {
    .weekly-summary {
        text-align: center
    }
}

.todo-list > li {
    position: relative;
    padding: 15px 0;
    font-size: 14px
}

.todo-list > li:first-child {
    padding-top: 0
}

.todo-list > li:last-child {
    padding-bottom: 0
}

.todo-list > li .fancy-checkbox {
    float: left
}

.todo-list > li p {
    margin: 0;
    padding-left: 35px
}

.todo-list > li.completed p, .todo-list > li.completed .date {
    text-decoration: line-through;
    color: #a0aeba
}

#toast-container > div {
    opacity: .9;
    filter: alpha(opacity=90)
}

#toast-container > div, #toast-container > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#toast-container .toast-close-button {
    top: -11px
}

.toast a {
    text-decoration: underline
}

.toast a:hover, .toast a:focus {
    text-decoration: none;
    color: #fff
}

.toast .toast-message {
    font-size: 14px;
    line-height: 2
}

.toast-info {
    background-color: #0af
}

.toast-success {
    background-color: #41B314
}

.toast-warning {
    background-color: #e4cb10
}

.toast-danger {
    background-color: #F9354C
}

.custom-tabs-line {
    border-bottom: 1px solid #e9eef2
}

.custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline
}

.custom-tabs-line ul > li {
    float: left;
    margin-bottom: -1px
}

.custom-tabs-line ul > li a {
    color: #5e6773;
    font-weight: normal;
    border-bottom: 1px solid transparent
}

.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
    color: #5e6773;
    background-color: transparent
}

.custom-tabs-line ul > li a:focus {
    outline: none
}

.custom-tabs-line ul > li.active a {
    color: #0af;
    border-bottom: 2px solid #0af
}

.custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
    color: #fff;
    background-color: #0af
}

.custom-tabs-line.left-aligned {
    text-align: left
}

.custom-tabs-line.right-aligned {
    text-align: right
}

.custom-tabs-line .nav-justified {
    display: table
}

.custom-tabs-line .nav-justified > li {
    width: 50%
}

@media screen and (max-width: 768px) {
    .custom-tabs-line ul li.active > a {
        margin-bottom: -1px
    }

    .custom-tabs-line .nav-justified > li > a {
        margin-bottom: 1px
    }
}

.tab-pane {
    padding: 25px 15px
}

.icon-transparent-area {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.icon-transparent-area.first {
    margin-left: 0
}

.icon-transparent-area.last {
    float: right
}

.icon-transparent-area i {
    margin-top: 1em;
    font-size: 18px
}

.icon-transparent-area span {
    display: block
}

.icon-transparent-area .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 26px;
    height: 26px;
    padding: 0;
    font-weight: normal;
    line-height: 20px;
    border: 2px solid #fff
}

.right-sidebar .icon-transparent-area .badge {
    border-color: #fff
}

.icon-transparent-area.custom-color-blue {
    color: #0E9BE2;
    background-color: rgba(14, 155, 226, 0.2)
}

.icon-transparent-area.custom-color-blue .badge {
    background-color: #0E9BE2
}

.icon-transparent-area.custom-color-blue2 {
    color: #4A90E2;
    background-color: rgba(74, 144, 226, 0.2)
}

.icon-transparent-area.custom-color-blue2 .badge {
    background-color: #4A90E2
}

.icon-transparent-area.custom-color-blue3 {
    color: #45AEEF;
    background-color: rgba(69, 174, 239, 0.2)
}

.icon-transparent-area.custom-color-blue3 .badge {
    background-color: #45AEEF
}

.icon-transparent-area.custom-color-blue4 {
    color: #85B5EA;
    background-color: rgba(133, 181, 234, 0.2)
}

.icon-transparent-area.custom-color-blue4 .badge {
    background-color: #85B5EA
}

.icon-transparent-area.custom-color-green {
    color: #7CAC25;
    background-color: rgba(124, 172, 37, 0.2)
}

.icon-transparent-area.custom-color-green .badge {
    background-color: #7CAC25
}

.icon-transparent-area.custom-color-green2 {
    color: #1DBB8E;
    background-color: rgba(29, 187, 142, 0.2)
}

.icon-transparent-area.custom-color-green2 .badge {
    background-color: #1DBB8E
}

.icon-transparent-area.custom-color-green3 {
    color: #5BD37E;
    background-color: rgba(91, 211, 126, 0.2)
}

.icon-transparent-area.custom-color-green3 .badge {
    background-color: #5BD37E
}

.icon-transparent-area.custom-color-orange {
    color: #FF4402;
    background-color: rgba(255, 68, 2, 0.2)
}

.icon-transparent-area.custom-color-orange .badge {
    background-color: #FF4402
}

.icon-transparent-area.custom-color-orange2 {
    color: #F89B03;
    background-color: rgba(248, 155, 3, 0.2)
}

.icon-transparent-area.custom-color-orange2 .badge {
    background-color: #F89B03
}

.icon-transparent-area.custom-color-purple {
    color: #AB7DF6;
    background-color: rgba(171, 125, 246, 0.2)
}

.icon-transparent-area.custom-color-purple .badge {
    background-color: #AB7DF6
}

.icon-transparent-area.custom-color-yellow {
    color: #F3BB23;
    background-color: rgba(243, 187, 35, 0.2)
}

.icon-transparent-area.custom-color-yellow .badge {
    background-color: #F3BB23
}

.icon-transparent-area.custom-color-lightseagreen {
    color: #20b2aa;
    background-color: rgba(32, 178, 170, 0.2)
}

.icon-transparent-area.custom-color-lightseagreen .badge {
    background-color: #20b2aa
}

.icon-transparent-area.custom-color-red {
    color: #ff4402;
    background-color: rgba(255, 68, 2, 0.2)
}

.icon-transparent-area.custom-color-red .badge {
    background-color: #ff4402
}

.icon-app {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 1px solid #eaeaea;
    background-color: #fff
}

.icon-app i {
    line-height: 55px;
    font-size: 36px
}

.list-file-simple {
    margin-bottom: 0
}

.list-file-simple a {
    color: #5e6773
}

.list-file-simple a:hover, .list-file-simple a:focus {
    text-decoration: underline
}

.list-file-simple a:hover i, .list-file-simple a:focus i {
    text-decoration: none
}

.list-file-simple i {
    margin-right: 8px
}

.list-file-simple span {
    color: #a0aeba;
    font-size: 13px
}

.list-project-progress .project-name {
    display: block;
    margin-bottom: 10px
}

.list-project-progress .project-name:hover, .list-project-progress .project-name:focus {
    color: #fff
}

.list-project-progress .progress {
    width: 85%;
    float: left
}

.list-project-progress .percentage {
    float: right;
    position: relative;
    top: -9px;
    color: #fff
}

.right-sidebar .list-project-progress .project-name, .right-sidebar .list-project-progress .percentage {
    color: #5e6773
}

.separator-linethrough {
    position: relative;
    margin: 30px 0;
    text-align: center
}

.separator-linethrough span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 10px;
    position: inherit;
    font-size: 18px;
    background-color: #fff;
    z-index: 9
}

.separator-linethrough:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #f0f0f0;
    z-index: 0
}

.map .zoomButton {
    position: absolute;
    left: 10px;
    background: #fff;
    width: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px
}

.map .zoomButton:hover {
    background: #f7f7f7
}

.map .zoomIn {
    top: 60px
}

.map .zoomReset {
    top: 83px
}

.map .zoomOut {
    top: 105px
}

.mapTooltip {
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    background-color: #f3f3f3;
    border: 1px solid #fff;
    color: #555
}

.mapTooltip span {
    font-weight: 700
}

.list-insights > li {
    padding: 25px 0;
    border-bottom: 1px solid #e9eef2
}

.list-insights > li:last-child {
    border-bottom: none
}

.list-insights .media-left {
    padding-right: 15px
}

.list-insights i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #777;
    color: #fff
}

.list-insights p {
    margin-bottom: 0;
    font-size: 18px
}

.list-insights a {
    font-size: 14px
}

.list-referrals > li {
    margin-bottom: 35px;
    font-size: 13px
}

.list-referrals .value {
    font-size: 20px;
    margin-right: 10px
}

.swal2-modal {
    font-family: "Roboto", sans-serif
}

.swal2-modal .swal2-file {
    padding: 5px;
    font-size: 16px;
    line-height: 1
}

.custom-tree.jstree-default .jstree-checkbox {
    background-image: none;
    font-style: normal
}

.custom-tree.jstree-default .jstree-checkbox:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f096'
}

.custom-tree.jstree-default .jstree-checkbox.jstree-undetermined:before {
    content: '\f0c8';
    color: #ccc
}

.custom-tree.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before, .custom-tree.jstree-default .jstree-checked > .jstree-checkbox:before {
    content: '\f14a';
    color: #41B314
}

.wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9
}

.wizard:before, .wizard:after {
    display: table;
    line-height: 0;
    content: ""
}

.wizard:after {
    clear: both
}

.wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none
}

.wizard ul.previous-disabled li.complete {
    cursor: default
}

.wizard ul.previous-disabled li.complete:hover {
    color: #468847;
    cursor: default;
    background: #f3f4f5
}

.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5
}

.wizard ul li {
    position: relative;
    float: left;
    height: 47px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 47px;
    color: #a6a5a5;
    cursor: default;
    background: #f2f2f2
}

.wizard ul li:first-child {
    padding-left: 20px
}

.wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1
}

.wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #eeeeee;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px
}

.wizard ul li.complete {
    color: #fff;
    background: #41B314
}

.wizard ul li.complete:hover {
    cursor: pointer
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #41B314
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #41B314
}

.wizard ul li.active {
    color: #fff;
    background: #0af
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #0af
}

.wizard ul li .badge {
    position: relative;
    top: -2px;
    margin-right: 8px;
    padding: 4px 7px
}

.wizard ul li .badge.badge-info {
    background-color: #08c
}

.wizard ul li .badge.badge-success {
    background-color: #30850f
}

.wizard .step-content {
    margin: 30px 0;
    /*padding-left: 20px;*/
    float: left;
    width: 100%
}

.wizard .step-content .step-pane {
    display: none
}

.wizard .step-content .active {
    display: block
}

.wizard .step-content .active .btn-group .active {
    display: inline-block
}

.wizard .actions {
    text-align: center;
    padding: 20px;
}

.wizard .parsley-errors-list li {
    float: none;
    padding: 0;
    color: #F9354C;
    font-size: 14px;
    background: none
}

.wizard .parsley-errors-list li:first-child {
    padding-left: 0
}

.ui-sortable {
    min-height: 35px
}

.ui-sortable .panel-heading {
    cursor: move
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f3f3f3
}

.dd-handle, .dd-item .custom-content {
    height: auto;
    padding: 10px;
    cursor: move;
    background: #fff;
    color: #5e6773;
    border-color: #e1e3ea
}

.dd-handle:hover, .dd-item .custom-content:hover {
    color: #5e6773;
    background: #f5f8fa
}

.dd-item > button {
    margin: 11px 0;
    color: #a0aeba
}

.dd-item .custom-handle {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move
}

.dd-item .custom-handle i {
    font-size: 13px;
    vertical-align: middle;
    color: #a0aeba
}

.dd-item .custom-content {
    display: block;
    margin: 5px 0;
    padding-left: 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #e1e3ea;
    cursor: auto
}

.dd-item .custom-content:hover {
    background: #fff
}

.dd-item.custom-item > button {
    margin-left: 35px
}

.dd-dragel .custom-handle {
    box-shadow: none
}

.dd-dragel .custom-content {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1)
}

.dd-empty, .dd-placeholder {
    background-color: #f3f3f3;
    border-color: #cecece
}

.file-tag:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    top: -1px;
    margin-right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #5e6773
}

.file-tag.tag-blue:before {
    background-color: #0E9BE2 !important
}

.file-tag.tag-blue2:before {
    background-color: #4A90E2 !important
}

.file-tag.tag-blue3:before {
    background-color: #45AEEF !important
}

.file-tag.tag-blue4:before {
    background-color: #85B5EA !important
}

.file-tag.tag-green:before {
    background-color: #7CAC25 !important
}

.file-tag.tag-green2:before {
    background-color: #1DBB8E !important
}

.file-tag.tag-green3:before {
    background-color: #5BD37E !important
}

.file-tag.tag-orange:before {
    background-color: #FF4402 !important
}

.file-tag.tag-orange2:before {
    background-color: #F89B03 !important
}

.file-tag.tag-purple:before {
    background-color: #AB7DF6 !important
}

.file-tag.tag-yellow:before {
    background-color: #F3BB23 !important
}

.file-tag.tag-lightseagreen:before {
    background-color: #20b2aa !important
}

.file-tag.tag-red:before {
    background-color: #ff4402 !important
}

.file-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #d1d6e6;
    background-color: #fff
}

.file-item .file-preview {
    display: block;
    height: 146px;
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
    background-color: #eaeaea;
    color: #aaa
}

.file-item .file-preview i {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
    padding: 10px;
    font-size: 24px
}

.file-item .file-preview .file-extension {
    font-size: 32px
}

.file-item .file-info {
    padding: 12px 30px 15px 12px;
    position: relative;
    font-size: 14px
}

.file-item .file-info span {
    display: block;
    margin: 3px 0
}

.file-item .file-info .file-name {
    color: #0af
}

.file-item .file-info .file-date {
    font-size: 13px;
    color: #a0aeba
}

.file-item .file-info .toggle-dropdown {
    padding: 0 10px;
    color: #a0aeba;
    font-size: 20px
}

.file-item .file-info .toggle-dropdown i {
    display: inline
}

.file-item .file-info .dropdown {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px
}

.file-preview.pdf {
    color: #fff;
    background-color: #AB7DF6
}

.file-preview.pdf i {
    background: #fff;
    color: #AB7DF6
}

.file-preview.xls {
    color: #fff;
    background-color: #86d227
}

.file-preview.xls i {
    background: #fff;
    color: #86d227
}

.file-preview.doc {
    color: #fff;
    background-color: #20B2AA
}

.file-preview.doc i {
    background: #fff;
    color: #20B2AA
}

.file-preview.audio {
    color: #fff;
    background-color: #7183a2
}

.file-preview.audio i {
    background: #fff;
    color: #7183a2
}

.file-preview.video {
    color: #fff;
    background-color: #F3BB23
}

.file-preview.video i {
    background: #fff;
    color: #F3BB23
}

.file-preview.image {
    padding: 0
}

.storage-info {
    margin-bottom: 30px
}

.storage-info .title {
    display: block;
    margin-bottom: 10px
}

.storage-info .progress {
    margin-bottom: 5px
}

.storage-info .usage-text {
    font-size: 14px;
    color: #a0aeba
}

.list-files .file-item {
    width: 250px
}

.online-visitors .count {
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px
}

.online-visitors .number {
    display: block;
    margin: 0 auto;
    font-size: 72px;
    font-weight: 300;
    line-height: 1;
    color: #00AAFF
}

.online-visitors .traffic-sources {
    height: 26px;
    margin-bottom: 0
}

.online-visitors .traffic-sources .progress-bar {
    line-height: 26px
}

.online-visitors .traffic-sources .progress-bar:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.online-visitors .traffic-sources .progress-bar:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.online-visitors .source {
    color: #fff;
    font-size: 12px
}

.online-visitors .referral {
    background-color: #14B1D0
}

.online-visitors .organic {
    background-color: #F8A00E
}

.online-visitors .direct {
    background-color: #396ECF
}

.online-visitors .email {
    background-color: #F14646
}

#online-visitors-dashboard {
    padding: 17% 0
}

.square-legend ul > li {
    margin-right: 5px;
    font-size: 13px
}

.square-legend ul > li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #ccc
}

.online-visitor-data {
    padding: 5px 15px
}

.online-visitor-data .left {
    float: left;
    text-align: center
}

.online-visitor-data .picture {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px
}

.online-visitor-data .guest-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    line-height: 47px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    background-color: #eff4fa
}

.online-visitor-data .right {
    padding-left: 70px
}

.online-visitor-data .data {
    margin: 5px 0
}

.online-visitor-data .data:first-child {
    margin-top: 0
}

.online-visitor-data .label-data {
    display: block;
    font-size: 13px;
    color: #a0aeba
}

.chart-metric .title {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.chart-metric .title .data-legend {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 3px
}

.chart-metric .value {
    margin-right: 5px;
    font-weight: 300;
    font-size: 28px;
    line-height: 1
}

.chart-metric .change {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    position: relative;
    top: -4px;
    font-size: 14px
}

.chart-metric .change i {
    font-size: 12px
}

.chart-metric .change.up {
    color: #178517;
    background-color: rgba(21, 205, 21, 0.5)
}

.chart-metric .change.down {
    color: #C43E3A;
    background-color: rgba(255, 191, 189, 0.5)
}

.progress-semicircle {
    position: relative;
    width: 100%;
    text-align: center
}

.progress-semicircle .bar-overflow {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 140px;
    margin-bottom: -80px;
    margin-left: auto;
    margin-right: auto
}

.progress-semicircle .bar {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 8px solid #EFF3F6;
    border-bottom-color: #00AAFF;
    border-right-color: #00AAFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.progress-semicircle .content .icon {
    font-size: 32px;
    color: #00AAFF
}

.progress-semicircle .content .value {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 300;
    line-height: 1
}

.progress-semicircle .content .heading {
    margin-top: 0;
    margin-bottom: 5px
}

.progress-semicircle .content .btn {
    margin-top: 20px
}

.rating .number {
    font-size: 55px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 1
}

.rating .rating-stars {
    position: relative;
    top: -10px
}

.rating-stars i {
    font-size: 22px;
    color: #FFB500
}

.rating-stars.smaller i {
    font-size: 16px
}

.rating-stars .info {
    margin-left: 5px;
    font-size: 13px;
    color: #a0aeba
}

.rating-stars .info a {
    color: #a0aeba
}

.rating-stars .info a:hover, .rating-stars .info a:focus {
    text-decoration: underline
}

.customer-review .review-text {
    margin-bottom: 30px
}

.customer-review .footer-info {
    margin-bottom: 50px
}

.customer-review .footer-info .title {
    margin-bottom: 8px;
    color: #a0aeba;
    font-size: 13px
}

.customer-review .footer-info .picture {
    width: 35px;
    float: left
}

.customer-review .footer-info .right {
    padding-left: 40px
}

.customer-review .footer-info span {
    display: block
}

.customer-review .footer-info .primary-info {
    font-size: 14px
}

.customer-review .footer-info .secondary-info {
    font-size: 12px;
    color: #a0aeba
}

.customer-review .controls span {
    margin-right: 15px
}

.customer-review .controls i {
    color: #0af;
    margin-right: 3px
}

.customer-review .controls a {
    color: #5e6773
}

.customer-review .controls a:hover, .customer-review .controls a:focus {
    text-decoration: underline
}

.jqvmap-zoomin, .jqvmap-zoomout {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    background: #0af
}

.jqvmap-zoomin:hover, .jqvmap-zoomin:focus, .jqvmap-zoomout:hover, .jqvmap-zoomout:focus {
    background: #00a0f0
}

.jqvmap-zoomout {
    top: 38px
}

.leaderboard .tab-pane {
    padding: 0
}

.list-positions {
    margin: 0
}

.list-positions .position {
    border-bottom: 1px solid #e9eef2;
    padding: 25px
}

.list-positions .position .change {
    float: left;
    line-height: 55px;
    min-width: 50px
}

.list-positions .position .icon-change {
    position: relative;
    font-size: 22px
}

.list-positions .position .user {
    float: left;
    position: relative
}

.list-positions .position .user .position-number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -6px;
    right: -8px;
    width: 28px;
    height: 28px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #0af
}

.list-positions .position .user-picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid transparent
}

.list-positions .position .user-picture.anonymous {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background-color: #eff4fa
}

.list-positions .position .account {
    float: left;
    padding-left: 5px
}

.list-positions .position .account .right {
    padding: 10px 3px 10px 75px;
    height: 55px
}

.list-positions .position .account .name {
    display: block;
    line-height: 1;
    color: #5e6773
}

.list-positions .position .account .name:hover, .list-positions .position .account .name:focus {
    text-decoration: underline
}

.list-positions .position .account .username {
    font-size: 13px;
    color: #a0aeba
}

.list-positions .position .points {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    float: right;
    position: relative;
    top: 11px;
    padding: 6px 12px;
    font-size: 17px;
    background-color: #f0f2f9;
    color: #7b8198
}

.list-positions .position.up .icon-change {
    top: 8px;
    color: #53c265
}

.list-positions .position.up .account .user-picture {
    border-color: #53c265
}

.list-positions .position.down .icon-change {
    top: -2px;
    color: #ff4402
}

.list-positions .position.down .account .user-picture {
    border-color: #ff4402
}

@media screen and (max-width: 640px) {
    .list-positions .position .change {
        display: none
    }

    .list-positions .position .account {
        padding-left: 0
    }

    .list-positions .position .points {
        font-size: 14px
    }
}

.list-contacts {
    margin-bottom: 0
}

.list-contacts > li {
    margin-bottom: 30px
}

.list-contacts > li:before, .list-contacts > li:after {
    content: " ";
    display: table
}

.list-contacts > li:after {
    clear: both
}

.list-contacts > li:last-child {
    margin-bottom: 0
}

.list-contacts .media {
    float: left;
    position: relative
}

.list-contacts .picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.list-contacts .status {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -2px;
    border: 2px solid #fff;
    background-color: #a0aeba
}

.list-contacts .status.online {
    background-color: #53c265
}

.list-contacts .info {
    float: left;
    padding-left: 15px
}

.list-contacts .info .name, .list-contacts .info .email {
    display: block
}

.list-contacts .info .email, .list-contacts .info .title {
    color: #a0aeba;
    font-size: 13px
}

.list-contacts .controls {
    float: right;
    position: relative;
    top: 7px
}

.list-contacts .controls a {
    margin-left: 8px;
    color: #a0aeba;
    font-size: 20px
}

.list-contacts .controls a:hover, .list-contacts .controls a:focus {
    color: #a0aeba
}

@media screen and (max-width: 640px) {
    .list-contacts .controls {
        display: none
    }
}

.slick-prev, .slick-next {
    z-index: 9
}

.slick-prev:before, .slick-next:before {
    font-family: "themify";
    color: #a0aeba
}

.slick-prev {
    left: 25px
}

.slick-prev:before {
    content: "\e64a"
}

.slick-next {
    right: 25px
}

.slick-next:before {
    content: "\e649"
}

.slick-slide:focus {
    outline: none
}

.tag {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 5px 15px;
    border: 1px solid #a0aeba;
    color: #a0aeba
}

.tag:hover, .tag:focus {
    color: #fff;
    background-color: #a0aeba
}

.tag.tag-blue {
    border-color: #0E9BE2;
    color: #0E9BE2
}

.tag.tag-blue:hover, .tag.tag-blue:focus {
    color: #fff;
    background-color: #0E9BE2
}

.tag.tag-blue2 {
    border-color: #4A90E2;
    color: #4A90E2
}

.tag.tag-blue2:hover, .tag.tag-blue2:focus {
    color: #fff;
    background-color: #4A90E2
}

.tag.tag-blue3 {
    border-color: #45AEEF;
    color: #45AEEF
}

.tag.tag-blue3:hover, .tag.tag-blue3:focus {
    color: #fff;
    background-color: #45AEEF
}

.tag.tag-blue4 {
    border-color: #85B5EA;
    color: #85B5EA
}

.tag.tag-blue4:hover, .tag.tag-blue4:focus {
    color: #fff;
    background-color: #85B5EA
}

.tag.tag-green {
    border-color: #7CAC25;
    color: #7CAC25
}

.tag.tag-green:hover, .tag.tag-green:focus {
    color: #fff;
    background-color: #7CAC25
}

.tag.tag-green2 {
    border-color: #1DBB8E;
    color: #1DBB8E
}

.tag.tag-green2:hover, .tag.tag-green2:focus {
    color: #fff;
    background-color: #1DBB8E
}

.tag.tag-green3 {
    border-color: #5BD37E;
    color: #5BD37E
}

.tag.tag-green3:hover, .tag.tag-green3:focus {
    color: #fff;
    background-color: #5BD37E
}

.tag.tag-orange {
    border-color: #FF4402;
    color: #FF4402
}

.tag.tag-orange:hover, .tag.tag-orange:focus {
    color: #fff;
    background-color: #FF4402
}

.tag.tag-orange2 {
    border-color: #F89B03;
    color: #F89B03
}

.tag.tag-orange2:hover, .tag.tag-orange2:focus {
    color: #fff;
    background-color: #F89B03
}

.tag.tag-purple {
    border-color: #AB7DF6;
    color: #AB7DF6
}

.tag.tag-purple:hover, .tag.tag-purple:focus {
    color: #fff;
    background-color: #AB7DF6
}

.tag.tag-yellow {
    border-color: #F3BB23;
    color: #F3BB23
}

.tag.tag-yellow:hover, .tag.tag-yellow:focus {
    color: #fff;
    background-color: #F3BB23
}

.tag.tag-lightseagreen {
    border-color: #20b2aa;
    color: #20b2aa
}

.tag.tag-lightseagreen:hover, .tag.tag-lightseagreen:focus {
    color: #fff;
    background-color: #20b2aa
}

.tag.tag-red {
    border-color: #ff4402;
    color: #ff4402
}

.tag.tag-red:hover, .tag.tag-red:focus {
    color: #fff;
    background-color: #ff4402
}

.support-agent .agent-photo {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    float: left
}

.support-agent .agent-detail {
    padding-left: 75px
}

.support-agent .name {
    display: block;
    font-size: 15px;
    color: inherit;
    line-height: 1;
    margin-bottom: 3px
}

.support-agent .name:hover, .support-agent .name:focus {
    color: inherit;
    text-decoration: underline
}

.support-agent .email {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #a0aeba
}

.pace .pace-progress {
    background: rgba(255, 255, 255, 0.7);
    height: 4px
}

.progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f5f9
}

.progress.wide {
    width: 60px
}

.progress .progress-bar {
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.progress.progress-lg {
    height: 28px
}

.progress.progress-sm {
    height: 12px
}

.progress.progress-xs {
    height: 5px
}

.progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
    text-indent: -9999px
}

.progress-bar {
    background-color: #0af
}

.progress-bar-success {
    background-color: #41B314
}

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

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

.progress-bar-info {
    background-color: #5bc0de
}

.progress-transparent.custom-color-blue {
    background-color: rgba(14, 155, 226, 0.2)
}

.progress-transparent.custom-color-blue .progress-bar {
    background-color: #0E9BE2
}

.progress-transparent.custom-color-blue2 {
    background-color: rgba(74, 144, 226, 0.2)
}

.progress-transparent.custom-color-blue2 .progress-bar {
    background-color: #4A90E2
}

.progress-transparent.custom-color-blue3 {
    background-color: rgba(69, 174, 239, 0.2)
}

.progress-transparent.custom-color-blue3 .progress-bar {
    background-color: #45AEEF
}

.progress-transparent.custom-color-blue4 {
    background-color: rgba(133, 181, 234, 0.2)
}

.progress-transparent.custom-color-blue4 .progress-bar {
    background-color: #85B5EA
}

.progress-transparent.custom-color-green {
    background-color: rgba(124, 172, 37, 0.2)
}

.progress-transparent.custom-color-green .progress-bar {
    background-color: #7CAC25
}

.progress-transparent.custom-color-green2 {
    background-color: rgba(29, 187, 142, 0.2)
}

.progress-transparent.custom-color-green2 .progress-bar {
    background-color: #1DBB8E
}

.progress-transparent.custom-color-green3 {
    background-color: rgba(91, 211, 126, 0.2)
}

.progress-transparent.custom-color-green3 .progress-bar {
    background-color: #5BD37E
}

.progress-transparent.custom-color-orange {
    background-color: rgba(255, 68, 2, 0.2)
}

.progress-transparent.custom-color-orange .progress-bar {
    background-color: #FF4402
}

.progress-transparent.custom-color-orange2 {
    background-color: rgba(248, 155, 3, 0.2)
}

.progress-transparent.custom-color-orange2 .progress-bar {
    background-color: #F89B03
}

.progress-transparent.custom-color-purple {
    background-color: rgba(171, 125, 246, 0.2)
}

.progress-transparent.custom-color-purple .progress-bar {
    background-color: #AB7DF6
}

.progress-transparent.custom-color-yellow {
    background-color: rgba(243, 187, 35, 0.2)
}

.progress-transparent.custom-color-yellow .progress-bar {
    background-color: #F3BB23
}

.progress-transparent.custom-color-lightseagreen {
    background-color: rgba(32, 178, 170, 0.2)
}

.progress-transparent.custom-color-lightseagreen .progress-bar {
    background-color: #20b2aa
}

.progress-transparent.custom-color-red {
    background-color: rgba(255, 68, 2, 0.2)
}

.progress-transparent.custom-color-red .progress-bar {
    background-color: #ff4402
}

.progress-right-percentage:before, .progress-right-percentage:after {
    content: " ";
    display: table
}

.progress-right-percentage:after {
    clear: both
}

.progress-right-percentage .progress {
    width: calc(100% - 40px);
    float: left;
    margin-bottom: 0
}

.progress-right-percentage .percentage {
    width: 40px;
    float: right;
    position: relative;
    top: -9px;
    text-align: right
}

.progress-state-name {
    display: block;
    margin-top: 9px;
    margin-bottom: 6px;
    font-size: 13px
}

.progress + .square-legend {
    margin-top: 8px
}

.popover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    padding: 0;
    border: 1px solid #d1d6e6;
    font-family: inherit;
    font-size: 14px
}

.popover.bottom > .arrow {
    border-bottom-color: #d1d6e6
}

.popover.top > .arrow {
    border-top-color: #d1d6e6
}

.popover.right > .arrow {
    border-right-color: #d1d6e6
}

.popover.left > .arrow {
    border-left-color: #d1d6e6
}

.popover-title {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f8f9fa
}

.badge {
    font-weight: normal
}

.badge-primary {
    background-color: #0af
}

.badge-success {
    background-color: #41B314
}

.badge-warning {
    background-color: #e4cb10
}

.badge-danger {
    background-color: #F9354C
}

.badge-info {
    background-color: #5bc0de
}

.pagination > li > a, .pagination > li > span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #0af
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #0af;
    background-color: #f6f8f9;
    border-color: #f6f8f9
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #a0aeba
}

.tooltip-inner {
    background-color: #5a5a5a
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.left .tooltip-arrow {
    border-left-color: #5a5a5a
}

.tooltip.right .tooltip-arrow {
    border-right-color: #5a5a5a
}

.tooltip.top .tooltip-arrow {
    border-top-color: #5a5a5a
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5a5a5a
}

.easy-pie-chart {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center
}

.easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    position: absolute;
    line-height: 130px;
    z-index: 2;
    font-size: 28px;
    text-align: center
}

.flot-donut-label {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff
}

.jqstooltip {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important
}

.flotTip {
    background-color: #f4f7f9 !important;
    border-color: #d3dfe7 !important
}

.flotTip .jqsfield {
    color: #5e6773
}

.flotTip-blue {
    background-color: rgba(66, 134, 201, 0.8) !important;
    border-color: #3c7fc1 !important;
    color: #fff
}

.flotTip-blue .jqsfield {
    color: #fff
}

.flotTip-black {
    background-color: rgba(24, 24, 24, 0.8) !important;
    border: none !important;
    color: #fff
}

.flotTip-black .jqsfield {
    color: #fff
}

.legend table td {
    padding: 5px 0
}

.legend table td.legendLabel {
    padding-left: 8px
}

.sparkline-stat-medium {
    padding: 8px 0;
    margin-bottom: 30px
}

.sparkline-stat-medium strong {
    display: block;
    font-size: 1.5em;
    font-weight: 300
}

.sparkbar-stat-item .mini-bar-chart {
    position: relative;
    top: -10px;
    left: 8px
}

.sparkline-stat-big {
    position: relative;
    padding: 5px 20px 0 20px;
    color: #506167
}

.sparkline-stat-big .summary {
    position: absolute
}

.sparkline-stat-big .big-number {
    float: left;
    margin-right: 10px;
    font-size: 4em;
    font-weight: 300;
    line-height: .7
}

#traffic-sources-chart {
    width: 100%;
    height: 300px
}

#sales-performance-chart {
    width: 100%;
    height: 270px
}

.activity-gauge > div {
    width: 230px;
    height: 115px;
    text-align: center
}

.activity-gauge tspan {
    font-weight: 300
}

.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70%;
    height: 450px;
    margin: 0 auto;
    background-color: #fff
}

.auth-box:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%
}

.auth-box .content {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 99%;
    vertical-align: middle
}

.auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    padding: 0 20px;
    text-align: center
}

.auth-box .left:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%
}

.auth-box .right {
    float: right;
    width: 58%;
    height: 100%;
    position: relative;
    background-image: url("../img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.auth-box .right:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%
}

.auth-box .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff
}

.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300
}

.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300
}

.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 156, 185, 0.92)
}

.auth-box .header {
    margin-bottom: 30px
}

.auth-box .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center
}

.auth-box .form-auth-small .btn {
    margin-top: 20px
}

.auth-box .form-auth-small .element-left {
    float: left
}

.auth-box .form-auth-small .element-right {
    float: right
}

.auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center
}

.auth-box .helper-text {
    font-size: 13px;
    color: #a0aeba
}

.auth-box .element-right.helper-text {
    line-height: 2
}

.auth-box .btn-signin-social {
    display: block;
    margin-bottom: 15px;
    padding: 10px 22px;
    width: 100%;
    background-color: #fff;
    border-color: #e4ecf0
}

.auth-box .btn-signin-social:hover, .auth-box .btn-signin-social:focus {
    background-color: #fafafa
}

.auth-box .btn-signin-social i {
    font-size: 16px;
    margin: 5px
}

.auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px
}

.auth-box.lockscreen .logo {
    margin-bottom: 30px
}

.auth-box.lockscreen .user {
    margin-bottom: 30px
}

.auth-box.lockscreen .user .name {
    font-size: 18px;
    margin-top: 10px
}

.auth-box.register, .auth-box.forgot-password {
    width: 600px;
    height: auto
}

.auth-box.register .content, .auth-box.forgot-password .content {
    padding: 30px
}

@media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
        width: 35%
    }
}

@media screen and (max-width: 1279px) {
    .auth-box {
        width: 90%
    }

    .auth-box .left {
        top: 3.3em
    }
}

@media screen and (max-width: 1023px) {
    .auth-box .left {
        width: 100%;
        position: inherit;
        padding: 30px
    }

    .auth-box .right {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .auth-box {
        width: 70%
    }

    .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px
    }
}

@media screen and (max-width: 640px) {
    .auth-box {
        width: 90%
    }

    .auth-box .content {
        width: 95%
    }

    .auth-box.lockscreen {
        width: 90%
    }

    .auth-box.register, .auth-box.forgot-password {
        width: 90%
    }
}

.z500px-color {
    color: #0099e5 !important
}

.about-me-color {
    color: #00405d !important
}

.airbnb-color {
    color: #fd5c63 !important
}

.alphabet-color {
    color: #ed1c24 !important
}

.amazon-color {
    color: #f90 !important
}

.american-express-color {
    color: #002663 !important
}

.aol-color {
    color: #ff0b00 !important
}

.behance-color {
    color: #1769ff !important
}

.bing-color {
    color: #ffb900 !important
}

.bitbucket-color {
    color: #205081 !important
}

.bitly-color {
    color: #ee6123 !important
}

.blogger-color {
    color: #f57d00 !important
}

.booking-com-color {
    color: #003580 !important
}

.buffer-color {
    color: #168eea !important
}

.code-school-color {
    color: #616f67 !important
}

.codecademy-color {
    color: #f65a5b !important
}

.creative-market-color {
    color: #8ba753 !important
}

.delicious-color {
    color: #39f !important
}

.deviantart-color {
    color: #05cc47 !important
}

.digg-color {
    color: #005be2 !important
}

.disqus-color {
    color: #2e9fff !important
}

.django-color {
    color: #092e20 !important
}

.dribbble-color {
    color: #ea4c89 !important
}

.dropbox-color {
    color: #007ee5 !important
}

.drupal-color {
    color: #0077c0 !important
}

.elance-color {
    color: #0d69af !important
}

.envato-color {
    color: #82b541 !important
}

.etsy-color {
    color: #d5641c !important
}

.facebook-color {
    color: #3b5998 !important
}

.feedly-color {
    color: #2bb24c !important
}

.flattr-color {
    color: #f67c1a !important
}

.flickr-color {
    color: #0063dc !important
}

.flipboard-color {
    color: #e12828 !important
}

.flixster-color {
    color: #2971b2 !important
}

.foursquare-color {
    color: #0732a2 !important
}

.github-color {
    color: #333 !important
}

.google-color {
    color: #4285f4 !important
}

.google-plus-color {
    color: #dc4e41 !important
}

.instagram-color {
    color: #3f729b !important
}

.kickstarter-color {
    color: #2bde73 !important
}

.kik-color {
    color: #82bc23 !important
}

.lastfm-color {
    color: #d51007 !important
}

.line-color {
    color: #00c300 !important
}

.linkedin-color {
    color: #0077b5 !important
}

.mail-ru-color {
    color: #168de2 !important
}

.mailchimp-color {
    color: #2c9ab7 !important
}

.myspace-color {
    color: #000 !important
}

.netflix-color {
    color: #e50914 !important
}

.ning-color {
    color: #75af42 !important
}

.path-color {
    color: #ee3423 !important
}

.patreon-color {
    color: #e6461a !important
}

.paypal-color {
    color: #003087 !important
}

.photobucket-color {
    color: #0ea0db !important
}

.pinterest-color {
    color: #bd081c !important
}

.product-hunt-color {
    color: #da552f !important
}

.quora-color {
    color: #a82400 !important
}

.rdio-color {
    color: #007dc3 !important
}

.reddit-color {
    color: #ff4500 !important
}

.rss-color {
    color: #f26522 !important
}

.salesforce-color {
    color: #1798c1 !important
}

.scribd-color {
    color: #1a7bba !important
}

.shopify-color {
    color: #96bf48 !important
}

.skype-color {
    color: #00aff0 !important
}

.slack-color {
    color: #6ecadc !important
}

.slideshare-color {
    color: #0077b5 !important
}

.soundcloud-color {
    color: #f80 !important
}

.spotify-color {
    color: #2ebd59 !important
}

.squarespace-color {
    color: #222 !important
}

.stackoverflow-color {
    color: #fe7a15 !important
}

.stripe-color {
    color: #00afe1 !important
}

.stumbleupon-color {
    color: #eb4924 !important
}

.telegram-color {
    color: #08c !important
}

.tumblr-color {
    color: #35465c !important
}

.twitch-tv-color {
    color: #6441a5 !important
}

.twitter-color {
    color: #55acee !important
}

.vimeo-color {
    color: #162221 !important
}

.vine-color {
    color: #00b488 !important
}

.wechat-color {
    color: #7bb32e !important
}

.whatsapp-color {
    color: #43d854 !important
}

.wordpress-color {
    color: #21759b !important
}

.yahoo-color {
    color: #410093 !important
}

.youtube-color {
    color: #cd201f !important
}

.firefox-color {
    color: #e66000 !important
}

.chrome-color {
    color: #fbbc05 !important
}

.edge-color {
    color: #0af !important
}

.safari-color {
    color: #4165c8 !important
}

.opera-color {
    color: #cc0f16 !important
}

.z500px-bg {
    background-color: #0099e5 !important
}

.z500px-bg:hover, .z500px-bg:focus {
    background-color: #08c !important
}

.about-me-bg {
    background-color: #00405d !important
}

.about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important
}

.airbnb-bg {
    background-color: #fd5c63 !important
}

.airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important
}

.alphabet-bg {
    background-color: #ed1c24 !important
}

.alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important
}

.amazon-bg {
    background-color: #f90 !important
}

.amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important
}

.american-express-bg {
    background-color: #002663 !important
}

.american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important
}

.aol-bg {
    background-color: #ff0b00 !important
}

.aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important
}

.behance-bg {
    background-color: #1769ff !important
}

.behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important
}

.bing-bg {
    background-color: #ffb900 !important
}

.bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important
}

.bitbucket-bg {
    background-color: #205081 !important
}

.bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important
}

.bitly-bg {
    background-color: #ee6123 !important
}

.bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important
}

.blogger-bg {
    background-color: #f57d00 !important
}

.blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important
}

.booking-com-bg {
    background-color: #003580 !important
}

.booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important
}

.buffer-bg {
    background-color: #168eea !important
}

.buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important
}

.code-school-bg {
    background-color: #616f67 !important
}

.code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important
}

.codecademy-bg {
    background-color: #f65a5b !important
}

.codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important
}

.creative-market-bg {
    background-color: #8ba753 !important
}

.creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important
}

.delicious-bg {
    background-color: #39f !important
}

.delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important
}

.deviantart-bg {
    background-color: #05cc47 !important
}

.deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important
}

.digg-bg {
    background-color: #005be2 !important
}

.digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important
}

.disqus-bg {
    background-color: #2e9fff !important
}

.disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important
}

.django-bg {
    background-color: #092e20 !important
}

.django-bg:hover, .django-bg:focus {
    background-color: #051911 !important
}

.dribbble-bg {
    background-color: #ea4c89 !important
}

.dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important
}

.dropbox-bg {
    background-color: #007ee5 !important
}

.dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important
}

.drupal-bg {
    background-color: #0077c0 !important
}

.drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important
}

.elance-bg {
    background-color: #0d69af !important
}

.elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important
}

.envato-bg {
    background-color: #82b541 !important
}

.envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important
}

.etsy-bg {
    background-color: #d5641c !important
}

.etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important
}

.facebook-bg {
    background-color: #3b5998 !important
}

.facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important
}

.feedly-bg {
    background-color: #2bb24c !important
}

.feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important
}

.flattr-bg {
    background-color: #f67c1a !important
}

.flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important
}

.flickr-bg {
    background-color: #0063dc !important
}

.flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important
}

.flipboard-bg {
    background-color: #e12828 !important
}

.flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important
}

.flixster-bg {
    background-color: #2971b2 !important
}

.flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important
}

.foursquare-bg {
    background-color: #0732a2 !important
}

.foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important
}

.github-bg {
    background-color: #333 !important
}

.github-bg:hover, .github-bg:focus {
    background-color: #262626 !important
}

.google-bg {
    background-color: #4285f4 !important
}

.google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important
}

.google-plus-bg {
    background-color: #dc4e41 !important
}

.google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important
}

.instagram-bg {
    background-color: #3f729b !important
}

.instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important
}

.kickstarter-bg {
    background-color: #2bde73 !important
}

.kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important
}

.kik-bg {
    background-color: #82bc23 !important
}

.kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important
}

.lastfm-bg {
    background-color: #d51007 !important
}

.lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important
}

.line-bg {
    background-color: #00c300 !important
}

.line-bg:hover, .line-bg:focus {
    background-color: #0a0 !important
}

.linkedin-bg {
    background-color: #0077b5 !important
}

.linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important
}

.mail-ru-bg {
    background-color: #168de2 !important
}

.mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important
}

.mailchimp-bg {
    background-color: #2c9ab7 !important
}

.mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important
}

.myspace-bg {
    background-color: #000 !important
}

.myspace-bg:hover, .myspace-bg:focus {
    background-color: #000 !important
}

.netflix-bg {
    background-color: #e50914 !important
}

.netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important
}

.ning-bg {
    background-color: #75af42 !important
}

.ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important
}

.path-bg {
    background-color: #ee3423 !important
}

.path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important
}

.patreon-bg {
    background-color: #e6461a !important
}

.patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important
}

.paypal-bg {
    background-color: #003087 !important
}

.paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important
}

.photobucket-bg {
    background-color: #0ea0db !important
}

.photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important
}

.pinterest-bg {
    background-color: #bd081c !important
}

.pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important
}

.product-hunt-bg {
    background-color: #da552f !important
}

.product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important
}

.quora-bg {
    background-color: #a82400 !important
}

.quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important
}

.rdio-bg {
    background-color: #007dc3 !important
}

.rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important
}

.reddit-bg {
    background-color: #ff4500 !important
}

.reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important
}

.rss-bg {
    background-color: #f26522 !important
}

.rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important
}

.salesforce-bg {
    background-color: #1798c1 !important
}

.salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important
}

.scribd-bg {
    background-color: #1a7bba !important
}

.scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important
}

.shopify-bg {
    background-color: #96bf48 !important
}

.shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important
}

.skype-bg {
    background-color: #00aff0 !important
}

.skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important
}

.slack-bg {
    background-color: #6ecadc !important
}

.slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important
}

.slideshare-bg {
    background-color: #0077b5 !important
}

.slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important
}

.soundcloud-bg {
    background-color: #f80 !important
}

.soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important
}

.spotify-bg {
    background-color: #2ebd59 !important
}

.spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important
}

.squarespace-bg {
    background-color: #222 !important
}

.squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important
}

.stackoverflow-bg {
    background-color: #fe7a15 !important
}

.stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important
}

.stripe-bg {
    background-color: #00afe1 !important
}

.stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important
}

.stumbleupon-bg {
    background-color: #eb4924 !important
}

.stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important
}

.telegram-bg {
    background-color: #08c !important
}

.telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important
}

.tumblr-bg {
    background-color: #35465c !important
}

.tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important
}

.twitch-tv-bg {
    background-color: #6441a5 !important
}

.twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important
}

.twitter-bg {
    background-color: #55acee !important
}

.twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important
}

.vimeo-bg {
    background-color: #162221 !important
}

.vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important
}

.vine-bg {
    background-color: #00b488 !important
}

.vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important
}

.wechat-bg {
    background-color: #7bb32e !important
}

.wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important
}

.whatsapp-bg {
    background-color: #43d854 !important
}

.whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important
}

.wordpress-bg {
    background-color: #21759b !important
}

.wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important
}

.yahoo-bg {
    background-color: #410093 !important
}

.yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important
}

.youtube-bg {
    background-color: #cd201f !important
}

.youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important
}

.firefox-bg {
    background-color: #e66000 !important
}

.firefox-bg:hover, .firefox-bg:focus {
    background-color: #cd5500 !important
}

.chrome-bg {
    background-color: #fbbc05 !important
}

.chrome-bg:hover, .chrome-bg:focus {
    background-color: #e3aa04 !important
}

.edge-bg {
    background-color: #0af !important
}

.edge-bg:hover, .edge-bg:focus {
    background-color: #0099e6 !important
}

.safari-bg {
    background-color: #4165c8 !important
}

.safari-bg:hover, .safari-bg:focus {
    background-color: #3659ba !important
}

.opera-bg {
    background-color: #cc0f16 !important
}

.opera-bg:hover, .opera-bg:focus {
    background-color: #b40d13 !important
}

legend {
    font-size: 18px;
    color: #5e6773
}

.control-label {
    color: #a0aeba;
    font-weight: normal
}

.form-horizontal.label-left .control-label {
    text-align: left
}

.parsley-errors-list {
    margin-top: 8px
}

.parsley-errors-list li {
    color: #F9354C;
    font-size: 0.9em;
    margin-top: 3px
}

.search-form {
    position: relative
}

.search-form .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 7px;
    right: 12px;
    padding: 0;
    border: none;
    background-color: transparent
}

.search-form .btn i {
    margin-right: 0
}

.search-form .btn:hover, .search-form .btn:focus {
    background-color: inherit;
    border-left: none;
    border-color: inherit
}

.list-complete-profile {
    margin-bottom: 0
}

.list-complete-profile > li {
    margin: 20px 0
}

.list-complete-profile > li.done {
    color: #a0aeba
}

.list-complete-profile > li:last-child {
    margin-bottom: 0
}

.list-complete-profile > li .editable-click, .list-complete-profile > li a.editable-click, .list-complete-profile > li a.editable-click:hover {
    border-bottom: none
}

.table > thead > tr {
    font-size: 13px;
    background-color: #f2f4f7;
    color: #a1a7af
}

.table > thead > tr > th {
    border-bottom: none
}

.table > tbody > tr {
    font-size: 14px
}

.table > tbody > tr > td {
    border-color: #e9eef2
}

.table.table-minimal > thead > tr {
    background-color: transparent
}

.table.table-minimal > thead > tr > th {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #a0aeba;
    border-bottom: none;
    font-size: 12px
}

.table.table-minimal > tbody > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none;
    border-bottom: 1px solid #e9eef2;
    vertical-align: middle
}

.table.table-minimal > tbody > tr:last-child > td {
    border-bottom: none
}

.table.table-no-border > thead > tr > th {
    padding: 15px 0;
    border-bottom: 1px solid #e9eef2
}

.table.table-no-border > tbody > tr > td {
    padding: 7px 0;
    border: none
}

.table.table-no-border > tbody > tr:first-child > td {
    padding-top: 15px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafbfc
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f5f8fc
}

.table-bordered > thead > tr > th {
    border-color: #e9eef2
}

.table-hover > tbody > tr:hover {
    background-color: #f5f8fc
}

.panel-body .table-fullwidth {
    margin-bottom: 0
}

.panel-body .table-fullwidth > thead > tr > th:first-child, .panel-body .table-fullwidth > thead > tr > th:last-child, .panel-body .table-fullwidth > tbody > tr > td:first-child, .panel-body .table-fullwidth > tbody > tr > td:last-child {
    padding-left: 25px;
    padding-right: 25px
}

table.dataTable {
    border-color: #e9eef2
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal
}

table.dataTable.no-footer {
    border-bottom-color: #e9eef2
}

table.dataTable thead > tr > th {
    padding-left: 8px;
    padding-right: 15px
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: none
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome;
    content: ""
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after {
    content: '\f0de'
}

table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '\f0dd'
}

table.dataTable thead .sorting:after {
    content: '\f0dc'
}

table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    color: #caced3
}

table.dataTable thead .row-filter input {
    width: 100%;
    font-weight: normal
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: none;
    font-size: 12px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: none;
    background: none;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0af
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody {
    border-bottom-color: #ddd
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
    color: #5e6773;
    font-size: 13px
}

.dataTables_wrapper .dataTables_info {
    color: #a0aeba;
    font-size: 12px
}

.DTCR_clonedTable th {
    padding: 10px;
    vertical-align: middle;
    background-color: #ebebeb
}

.DTCR_pointer {
    border: 1px solid #e4cb10
}

.dataTables_scroll .table {
    margin-bottom: 0
}

.top-products thead {
    display: none
}

.top-products tbody {
    font-size: 18px
}

.top-products tbody > tr > td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle
}

.top-products tbody > tr:first-child > td {
    border-top: none;
    padding-top: 0
}

.top-products tbody > tr:last-child > td {
    padding-bottom: 0
}

.top-products .product-logo {
    float: left
}

.top-products .product-name {
    padding-left: 65px;
    margin: 0
}

.top-products .product-version {
    display: block;
    font-size: 13px;
    color: #a0aeba
}

.top-products .icon {
    margin-right: 10px;
    color: #a0aeba
}

.project-list .progress {
    margin-bottom: 0
}

.project-list .progress-bar {
    font-size: 10px
}

.project-list > tbody > tr > td {
    padding: 12px 8px
}

.project-list > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC
}

.project-list > tbody > tr > td.leader a {
    font-size: 13px;
    color: #5e6773
}

.project-list > tbody > tr > td.leader a:hover span, .project-list > tbody > tr > td.leader a:focus span {
    text-decoration: underline
}

.project-list > tbody > tr > td.leader a:hover img, .project-list > tbody > tr > td.leader a:focus img {
    text-decoration: none
}

.project-list > tbody > tr > td.leader img:hover + a {
    text-decoration: underline
}

.table-chat-support .popover-profile:hover {
    cursor: pointer
}

.table-chat-support .popover-profile i {
    margin-right: 5px
}

.table-chat-support > tbody > tr > td {
    font-size: 14px
}

.table-chat-support > tbody > tr > td .fa-mobile {
    font-size: 21px
}

.table-chat-support > tbody > tr > td .tooltip-inner {
    max-width: none
}

.table-icons-stat > tbody > tr > td {
    color: #90a3b3;
    font-size: 13px
}

.table-icons-stat > tbody > tr > td:first-child {
    color: #5e6773;
    font-size: 14px
}

.table-icons-stat > tbody > tr > td i {
    margin-right: 5px
}

.table-invisible thead {
    display: none
}

.table-invisible tbody > tr > td {
    border: none;
    padding: 0 0 5px 0
}

.bg-success {
    background-color: #41B314
}

.bg-warning {
    background-color: #e4cb10
}

.bg-danger {
    background-color: #F9354C
}

.bg-info {
    background-color: #5bc0de
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-25 {
    padding: 25px !important
}

.custom-bg-blue {
    background-color: #0E9BE2 !important
}

.custom-text-blue {
    color: #0E9BE2
}

.custom-bg-blue2 {
    background-color: #4A90E2 !important
}

.custom-text-blue2 {
    color: #4A90E2
}

.custom-bg-blue3 {
    background-color: #45AEEF !important
}

.custom-text-blue3 {
    color: #45AEEF
}

.custom-bg-blue4 {
    background-color: #85B5EA !important
}

.custom-text-blue4 {
    color: #85B5EA
}

.custom-bg-green {
    background-color: #7CAC25 !important
}

.custom-text-green {
    color: #7CAC25
}

.custom-bg-green2 {
    background-color: #1DBB8E !important
}

.custom-text-green2 {
    color: #1DBB8E
}

.custom-bg-green3 {
    background-color: #5BD37E !important
}

.custom-text-green3 {
    color: #5BD37E
}

.custom-bg-orange {
    background-color: #FF4402 !important
}

.custom-text-orange {
    color: #FF4402
}

.custom-bg-orange2 {
    background-color: #F89B03 !important
}

.custom-text-orange2 {
    color: #F89B03
}

.custom-bg-purple {
    background-color: #AB7DF6 !important
}

.custom-text-purple {
    color: #AB7DF6
}

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

.custom-text-yellow {
    color: #F3BB23
}

.custom-bg-lightseagreen {
    background-color: #20b2aa !important
}

.custom-text-lightseagreen {
    color: #20b2aa
}

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

.custom-text-red {
    color: #ff4402
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

ul.inbox-list-message {
    list-style: none;
    padding-left: 0
}

ul.inbox-list-message li {
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #e9eef2;
    color: #a0aeba
}

ul.inbox-list-message li:hover, ul.inbox-list-message li:focus {
    background-color: #fafbfc
}

ul.inbox-list-message li a {
    text-decoration: none;
    color: inherit
}

ul.inbox-list-message li.unread {
    color: #5e6773
}

ul.inbox-list-message li.unread .title, ul.inbox-list-message li.unread .sender {
    font-weight: 600
}

ul.inbox-list-message li.active {
    background-color: #f6f8fb
}

ul.inbox-list-message img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 48px
}

ul.inbox-list-message .text {
    padding-left: 65px
}

ul.inbox-list-message .sender {
    font-size: 13px
}

ul.inbox-list-message .title {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px
}

ul.inbox-list-message .preview {
    margin: 0;
    width: 90%;
    font-size: 13px
}

ul.inbox-list-message .attachment {
    float: right;
    position: relative;
    top: -40px
}

ul.inbox-list-message .timestamp {
    float: right;
    font-size: 12px;
    color: #a0aeba
}

.view-message .header {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-bottom: 1px solid #e9eef2
}

.view-message .header .top {
    margin-bottom: 20px
}

.view-message .header .title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    font-weight: 300
}

.view-message .header .timestamp {
    float: right;
    color: #a0aeba
}

.view-message .header .contact-info {
    float: left;
    width: auto;
    max-width: 75%
}

.view-message .header .btn-group {
    float: right
}

@media screen and (max-width: 767px) {
    .view-message .header .contact-info, .view-message .header .btn-group {
        float: none
    }

    .view-message .header .contact-info {
        width: 100%;
        max-width: 100%
    }

    .view-message .header .btn-group {
        margin-top: 20px;
        display: block
    }
}

.view-message .user-image {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 15px
}

.view-message .contact-info .sender, .view-message .contact-info .receiver {
    font-weight: 600
}

.view-message .contact-info .receiver {
    border-bottom: 1px dashed #777
}

.view-message .contact-info .email {
    font-weight: normal;
    color: #a0aeba
}

.view-message .content {
    padding: 30px;
    background-color: #fff
}

.view-message .content-separator {
    margin: 30px 0 20px 0
}

.view-message .footer {
    padding: 30px;
    border-top: 1px solid #e9eef2
}

@media screen and (max-width: 767px) {
    .view-message .attachment-list li {
        margin-bottom: 10px
    }
}

.file-type {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #e4e8ec;
    background: #fff
}

.file-type i {
    float: left;
    padding: 20px;
    font-size: 24px;
    background-color: #c2ccd4;
    color: #fff
}

.file-type .text {
    float: right;
    padding: 10px 12px
}

.file-type .filesize {
    font-size: 13px;
    color: #a0aeba
}

.reply-message .user-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 30px
}

.reply-message .reply-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 20px;
    margin-left: 40px;
    border: 1px solid #e9eef2;
    background-color: #fafafa
}

.reply-message .reply-box:hover {
    cursor: pointer
}

.project-item .left {
    float: left
}

.project-item .right {
    float: right
}

.project-item .panel-title a {
    color: #717d84
}

.project-item .panel-title a:hover, .project-item .panel-title a:focus {
    text-decoration: underline
}

.project-item .label-pending {
    background-color: #e9edf1;
    border: 1px solid #ced7df;
    color: #8b97a6
}

.project-item .info {
    margin-bottom: 25px
}

.project-item .info:last-child {
    margin-bottom: 0
}

.project-item .info .title, .project-item .info .value {
    display: block;
    margin-bottom: 3px
}

.project-item .info .title {
    color: #a0aeba;
    font-size: 12px
}

.project-item .info .value {
    font-size: 13px
}

.project-item .info .leader-picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    margin-right: 8px;
    margin-top: 2px
}

.project-item .progress-chart {
    margin-bottom: 3px
}

.project-item .progress-chart .percent {
    font-size: 18px;
    line-height: 110px;
    color: #a0aeba
}

.project-item .task {
    text-align: center
}

.project-item .task .task-progress {
    margin-bottom: 8px;
    font-size: 12px;
    color: #a0aeba
}

.project-item .controls {
    margin-top: 30px
}

.project-item .controls a {
    margin-right: 15px;
    font-size: 13px;
    color: #a0aeba
}

.project-item .controls a:hover, .project-item .controls a:focus {
    text-decoration: underline
}

.project-item .controls a:hover i, .project-item .controls a:focus i {
    text-decoration: none
}

.project-item .controls a i {
    margin-right: 5px;
    font-size: 14px;
    color: #0af
}

@media screen and (max-width: 640px) {
    .project-item .panel-body .right {
        float: left;
        margin-top: 20px
    }

    .project-item .controls a {
        display: block;
        margin-bottom: 10px
    }

    .project-item .controls a:last-child {
        margin-bottom: 0
    }
}

.project-heading {
    padding: 25px
}

.project-heading .project-logo {
    width: 50px;
    border: 1px solid #eaeff2
}

.project-heading .project-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal
}

@media screen and (max-width: 640px) {
    .project-heading .media {
        margin-bottom: 10px
    }

    .project-heading .project-title {
        font-size: 16px
    }

    .project-heading .text-right {
        text-align: left
    }
}

.project-subheading {
    background-color: #fafbfc;
    margin: 25px -20px 0 -20px;
    padding: 25px;
    border-top: 1px solid #eaeff2;
    border-bottom: 1px solid #eaeff2
}

.project-metrics .main-info-item .title, .project-metrics .main-info-item .value {
    display: block
}

.project-metrics .main-info-item .title {
    margin-bottom: 5px;
    font-size: 13px;
    color: #a0aeba
}

.project-metrics.milestone-section .main-info-item .title {
    font-size: 12px
}

.project-metrics.milestone-section .main-info-item .value {
    font-size: 13px
}

.project-info {
    margin-bottom: 30px
}

.project-info .info-heading {
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #a0aeba
}

.project-info .project-description {
    line-height: 1.7
}

.project-accordion {
    color: #7b8186
}

.project-accordion .panel-heading {
    padding: 0;
    background-color: #f8f9fa
}

.project-accordion .panel-heading .panel-title {
    display: block;
    font-size: 15px;
    font-weight: normal
}

.project-accordion .panel-heading .panel-title > a {
    display: block;
    padding: 15px 12px;
    color: #717d84
}

.project-accordion .panel-heading .panel-title > a:hover, .project-accordion .panel-heading .panel-title > a:focus {
    color: #717d84
}

.project-accordion .panel-heading .panel-title > a > .icon-indicator {
    min-width: 18px
}

.project-accordion .panel-heading .panel-title .toggle-icon {
    float: right;
    color: #c6d2dd
}

.project-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    background-color: #fafbfc
}

.project-accordion .panel-heading .label {
    margin-left: 10px
}

.project-accordion .panel-heading .note {
    margin-left: 10px;
    font-size: 12px;
    color: #a0aeba
}

.project-milestone .milestone-section {
    margin-bottom: 45px
}

.project-milestone .milestone-section:last-child {
    margin-bottom: 0
}

.project-milestone .milestone-heading {
    margin: 0 0 12px 0;
    font-size: 12px;
    color: #a0aeba
}

.project-milestone .milestone-description {
    margin-bottom: 0;
    font-size: 14px
}

.project-milestone .panel-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f2f5f8
}

.project-milestone .panel-footer .btn {
    padding-top: 8px;
    padding-bottom: 8px
}

@media screen and (max-width: 640px) {
    .project-milestone .panel-heading .milestone-title {
        display: block
    }

    .project-milestone .panel-heading .label, .project-milestone .panel-heading .note {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-top: 5px;
        margin-left: 20px
    }

    .project-milestone .panel-heading .panel-title .toggle-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -7.5px
    }

    .project-milestone .panel-footer .btn {
        display: block;
        margin-bottom: 8px
    }
}

.table-project-tasks > thead > tr {
    font-size: 12px
}

.table-project-tasks > tbody > tr {
    font-size: 13px
}

.table-project-tasks > tbody > tr > td.divider {
    background-color: #fff;
    text-align: center
}

.table-project-tasks .task-indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #7b8186;
    position: relative;
    top: -1px
}

.table-project-tasks .task-indicator.success {
    background-color: #53c265
}

.table-project-tasks .task-indicator.warning {
    background-color: #F3BB23
}

.table-project-tasks .task-indicator.danger {
    background-color: #ff4402
}

.table-project-tasks .actions a {
    color: #a0aeba;
    margin-right: 5px
}

.table-project-tasks .actions a i {
    font-size: 14px
}

.panel-profile {
    position: relative
}

.profile-left {
    padding-left: 0;
    float: left;
    width: 35%;
    height: 100%;
    position: absolute;
    background-color: #fcfcfc
}

.profile-right {
    float: right;
    width: 65%;
    padding: 20px 25px
}

.profile-right .heading {
    margin-top: 0
}

@media screen and (max-width: 992px) {
    .profile-left, .profile-right {
        float: none;
        width: 100%
    }

    .profile-left {
        position: relative;
        margin-bottom: 30px
    }
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff
}

.profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}

.profile-header .profile-main {
    position: relative;
    padding: 20px;
    background-image: url("../img/profile-bg.png");
    background-repeat: no-repeat;
    background-size: cover
}

.profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px
}

.profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px
}

.profile-header .online-status:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 3px
}

.profile-header .online-status.status-available:before {
    background-color: #41B314
}

.profile-header .profile-stat {
    position: relative;
    background-color: #0af
}

.profile-header .profile-stat .stat-item {
    padding: 20px;
    position: relative
}

.profile-header .profile-stat .stat-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3bf
}

.profile-header .profile-stat .stat-item:last-child:after {
    display: none
}

.profile-header .profile-stat .stat-item span {
    display: block
}

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none
    }
}

.profile-detail {
    padding-bottom: 30px
}

.profile-info {
    padding: 0 20px;
    margin: 40px 0
}

.profile-info .heading {
    margin: 0 0 10px 0;
    font-weight: 600
}

.profile-info ul > li {
    margin-bottom: 8px
}

.social-icons {
    margin-bottom: 0
}

.social-icons > li {
    padding: 0 2px 5px 2px
}

.social-icons > li > a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: #4d4d4d;
    color: #fff
}

.social-icons > li > a i {
    font-size: 18px
}

.social-icons > li > a:hover, .social-icons > li > a:focus {
    background-color: #404040
}

.z500px-bg {
    background-color: #0099e5 !important
}

.z500px-bg:hover, .z500px-bg:focus {
    background-color: #08c !important
}

.about-me-bg {
    background-color: #00405d !important
}

.about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important
}

.airbnb-bg {
    background-color: #fd5c63 !important
}

.airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important
}

.alphabet-bg {
    background-color: #ed1c24 !important
}

.alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important
}

.amazon-bg {
    background-color: #f90 !important
}

.amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important
}

.american-express-bg {
    background-color: #002663 !important
}

.american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important
}

.aol-bg {
    background-color: #ff0b00 !important
}

.aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important
}

.behance-bg {
    background-color: #1769ff !important
}

.behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important
}

.bing-bg {
    background-color: #ffb900 !important
}

.bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important
}

.bitbucket-bg {
    background-color: #205081 !important
}

.bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important
}

.bitly-bg {
    background-color: #ee6123 !important
}

.bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important
}

.blogger-bg {
    background-color: #f57d00 !important
}

.blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important
}

.booking-com-bg {
    background-color: #003580 !important
}

.booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important
}

.buffer-bg {
    background-color: #168eea !important
}

.buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important
}

.code-school-bg {
    background-color: #616f67 !important
}

.code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important
}

.codecademy-bg {
    background-color: #f65a5b !important
}

.codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important
}

.creative-market-bg {
    background-color: #8ba753 !important
}

.creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important
}

.delicious-bg {
    background-color: #39f !important
}

.delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important
}

.deviantart-bg {
    background-color: #05cc47 !important
}

.deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important
}

.digg-bg {
    background-color: #005be2 !important
}

.digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important
}

.disqus-bg {
    background-color: #2e9fff !important
}

.disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important
}

.django-bg {
    background-color: #092e20 !important
}

.django-bg:hover, .django-bg:focus {
    background-color: #051911 !important
}

.dribbble-bg {
    background-color: #ea4c89 !important
}

.dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important
}

.dropbox-bg {
    background-color: #007ee5 !important
}

.dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important
}

.drupal-bg {
    background-color: #0077c0 !important
}

.drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important
}

.elance-bg {
    background-color: #0d69af !important
}

.elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important
}

.envato-bg {
    background-color: #82b541 !important
}

.envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important
}

.etsy-bg {
    background-color: #d5641c !important
}

.etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important
}

.facebook-bg {
    background-color: #3b5998 !important
}

.facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important
}

.feedly-bg {
    background-color: #2bb24c !important
}

.feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important
}

.flattr-bg {
    background-color: #f67c1a !important
}

.flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important
}

.flickr-bg {
    background-color: #0063dc !important
}

.flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important
}

.flipboard-bg {
    background-color: #e12828 !important
}

.flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important
}

.flixster-bg {
    background-color: #2971b2 !important
}

.flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important
}

.foursquare-bg {
    background-color: #0732a2 !important
}

.foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important
}

.github-bg {
    background-color: #333 !important
}

.github-bg:hover, .github-bg:focus {
    background-color: #262626 !important
}

.google-bg {
    background-color: #4285f4 !important
}

.google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important
}

.google-plus-bg {
    background-color: #dc4e41 !important
}

.google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important
}

.instagram-bg {
    background-color: #3f729b !important
}

.instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important
}

.kickstarter-bg {
    background-color: #2bde73 !important
}

.kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important
}

.kik-bg {
    background-color: #82bc23 !important
}

.kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important
}

.lastfm-bg {
    background-color: #d51007 !important
}

.lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important
}

.line-bg {
    background-color: #00c300 !important
}

.line-bg:hover, .line-bg:focus {
    background-color: #0a0 !important
}

.linkedin-bg {
    background-color: #0077b5 !important
}

.linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important
}

.mail-ru-bg {
    background-color: #168de2 !important
}

.mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important
}

.mailchimp-bg {
    background-color: #2c9ab7 !important
}

.mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important
}

.myspace-bg {
    background-color: #000 !important
}

.myspace-bg:hover, .myspace-bg:focus {
    background-color: #000 !important
}

.netflix-bg {
    background-color: #e50914 !important
}

.netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important
}

.ning-bg {
    background-color: #75af42 !important
}

.ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important
}

.path-bg {
    background-color: #ee3423 !important
}

.path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important
}

.patreon-bg {
    background-color: #e6461a !important
}

.patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important
}

.paypal-bg {
    background-color: #003087 !important
}

.paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important
}

.photobucket-bg {
    background-color: #0ea0db !important
}

.photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important
}

.pinterest-bg {
    background-color: #bd081c !important
}

.pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important
}

.product-hunt-bg {
    background-color: #da552f !important
}

.product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important
}

.quora-bg {
    background-color: #a82400 !important
}

.quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important
}

.rdio-bg {
    background-color: #007dc3 !important
}

.rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important
}

.reddit-bg {
    background-color: #ff4500 !important
}

.reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important
}

.rss-bg {
    background-color: #f26522 !important
}

.rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important
}

.salesforce-bg {
    background-color: #1798c1 !important
}

.salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important
}

.scribd-bg {
    background-color: #1a7bba !important
}

.scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important
}

.shopify-bg {
    background-color: #96bf48 !important
}

.shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important
}

.skype-bg {
    background-color: #00aff0 !important
}

.skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important
}

.slack-bg {
    background-color: #6ecadc !important
}

.slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important
}

.slideshare-bg {
    background-color: #0077b5 !important
}

.slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important
}

.soundcloud-bg {
    background-color: #f80 !important
}

.soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important
}

.spotify-bg {
    background-color: #2ebd59 !important
}

.spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important
}

.squarespace-bg {
    background-color: #222 !important
}

.squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important
}

.stackoverflow-bg {
    background-color: #fe7a15 !important
}

.stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important
}

.stripe-bg {
    background-color: #00afe1 !important
}

.stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important
}

.stumbleupon-bg {
    background-color: #eb4924 !important
}

.stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important
}

.telegram-bg {
    background-color: #08c !important
}

.telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important
}

.tumblr-bg {
    background-color: #35465c !important
}

.tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important
}

.twitch-tv-bg {
    background-color: #6441a5 !important
}

.twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important
}

.twitter-bg {
    background-color: #55acee !important
}

.twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important
}

.vimeo-bg {
    background-color: #162221 !important
}

.vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important
}

.vine-bg {
    background-color: #00b488 !important
}

.vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important
}

.wechat-bg {
    background-color: #7bb32e !important
}

.wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important
}

.whatsapp-bg {
    background-color: #43d854 !important
}

.whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important
}

.wordpress-bg {
    background-color: #21759b !important
}

.wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important
}

.yahoo-bg {
    background-color: #410093 !important
}

.yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important
}

.youtube-bg {
    background-color: #cd201f !important
}

.youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important
}

.firefox-bg {
    background-color: #e66000 !important
}

.firefox-bg:hover, .firefox-bg:focus {
    background-color: #cd5500 !important
}

.chrome-bg {
    background-color: #fbbc05 !important
}

.chrome-bg:hover, .chrome-bg:focus {
    background-color: #e3aa04 !important
}

.edge-bg {
    background-color: #0af !important
}

.edge-bg:hover, .edge-bg:focus {
    background-color: #0099e6 !important
}

.safari-bg {
    background-color: #4165c8 !important
}

.safari-bg:hover, .safari-bg:focus {
    background-color: #3659ba !important
}

.opera-bg {
    background-color: #cc0f16 !important
}

.opera-bg:hover, .opera-bg:focus {
    background-color: #b40d13 !important
}

.profile-right .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea
}

.awards {
    margin-bottom: 50px
}

.awards div[class^="col-"] {
    text-align: center
}

.award-item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center;
    margin-bottom: 30px
}

.award-item .hexagon {
    margin: 35px 0
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ececec
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ececec
}

.award-icon {
    font-size: 36px;
    line-height: 1.5em
}

ul.activity-timeline > li {
    margin-bottom: 45px;
    position: relative;
    z-index: 0
}

ul.activity-timeline > li .activity-icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #0af;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px
}

ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px
}

ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a0aeba
}

ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px dashed #d2dbe2;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 45px;
    left: 16px;
    z-index: -1
}

ul.activity-timeline > li:last-child:after {
    display: none
}

.project-table .progress {
    margin-bottom: 0
}

.project-table .progress-bar {
    font-size: 10px
}

.project-table > tbody > tr > td {
    padding: 12px 8px
}

.project-table > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC
}

.page-error {
    text-align: center
}

.page-error .vertical-align-middle {
    padding: 30px
}

.page-error h1 {
    margin-top: 0
}

.page-error .title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center
}

.page-error .number {
    font-size: 4em
}

.page-error .number.left {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    text-align: right;
    margin-right: 5px
}

.page-error .text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2;
    position: relative;
    top: 12px
}

@media screen and (max-width: 768px) {
    .page-error .text {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 768px) {
    .page-error .number.left, .page-error .text {
        display: block;
        width: 100%;
        float: none;
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .page-error .number.left, .page-error .text {
        font-size: 1.4em
    }
}

.page-error .searchbox {
    margin: 50px auto;
    width: 40%
}

@media screen and (max-width: 640px) {
    .page-error .searchbox {
        width: 100%
    }

    .page-error .searchbox input[type="search"], .page-error .searchbox .input-group, .page-error .searchbox .input-group-btn, .page-error .searchbox .btn {
        display: block;
        width: 100%;
        float: none
    }
}

@media screen and (max-width: 768px) {
    .page-error .searchbox {
        width: 80%
    }
}

/*# sourceMappingURL=main.min.css.map */