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

:root {
    --main-color: #2a3b9f;
    --second-color: #5bc0de;
}

#wrapper .main, .right-sidebar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.list-contacts > li:after, .list-resume-experience:after, .panel-layout:after, .progress-right-percentage:after, .widget-resume .resume-header:after, .wizard:after {
    clear: both
}

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

body {
    /*background-color: #fff;*/
    background-color: #f5f6f9;
    /*font-family: Roboto, sans-serif;*/
    font: 400 14px/1.6 'Open Sans', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #5e6773
}

a {
    color: #0af
}

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

th {
    font-weight: 400
}

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

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

h2{
    color: var(--main-color);
    font-weight: bold;
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

}

.sidebar-banner img, .wbanner img {
/*    width: 100%*/
}

.banner-iframe {
    width: 100% !important;
    min-height: 300px;
    border: none !important;
}

.wiframe h1, .wiframe h2, .wiframe h3, .wiframe h4, .wiframe h5, .wiframe h6 {
    display: none
}

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

    footer {
        position: relative
    }

    .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, .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 {
    -o-transition: all .3s ease-in-out;
    transition: all .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: 150px;*/
    /*background-color: #f5f6f9*/
}

@media screen and (max-width: 767px) {
    .layout-topnav #wrapper .main {
        padding-top: 100px
    }
}

.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: 0 0;
    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;
    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;
    font-size: 18px;
    font-weight: 400
}

.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 .breadcrumb, .content-heading .heading-left {
        float: none
    }

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

.main-content {
    padding: 0 10px 28px;
    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 #wrapper, html.fullscreen-bg body {
    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 {
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, .08);
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, .08);
    box-shadow: -5px 0 10px rgba(0, 0, 0, .08);
    position: fixed;
    padding-top: 5px;
    padding-bottom: 50px;
    overflow-y: auto;
    right: -360px;
    width: 350px;
    height: 100%;
    z-index: 99;
    background: #fff;
    color: #5e6773;
    top: 160px
}

.has-content-menu .content-menu .content-menu-left, .has-content-menu .content-menu .content-menu-right {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    height: 100%
}

.right-sidebar.active {
    right: 0
}

.right-sidebar .widget-heading {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    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;
    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:focus, .right-sidebar .widget-header .show-all:hover {
    text-decoration: none
}

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

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

.has-content-menu .main-content .container-fluid, .has-content-menu .navbar + .main-content {
    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 {
    transition: all .3s ease-in-out;
    width: 100%;
    padding: 30px 15px;
    background-color: #fff
}

.has-content-menu .content-menu .content-menu-right {
    transition: all .3s ease-in-out;
    padding: 30px 0;
    border-left: 1px solid #e9eef2;
    border-right: 1px solid #e9eef2;
    background-color: #fff
}

.has-content-menu .content-right, .navbar-default {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.has-content-menu .content-right {
    transition: all .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-close-content-menu, .has-content-menu .btn-close-content-right, .has-content-menu .btn-open-content-menu {
    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: 0 0
    }

    .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, .08);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 6px rgba(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 .sidebar-scroll, .page-inbox .content-menu .content-menu-right .slimScrollDiv {
        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: ''
    }
}

.sidebar, .slick-next, .slick-prev {
    z-index: 9
}

.navbar {
    min-height: 55px
}

.navbar-default {
    transition: all .3s ease-in-out;
    -moz-box-shadow: 0 0 10px 2px rgba(86, 99, 116, .25);
    -webkit-box-shadow: 0 0 10px 2px rgba(86, 99, 116, .25);
    box-shadow: 0 0 10px 2px rgba(86, 99, 116, .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-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

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

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

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    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: 0 0;
    outline: 0;
    color: #fff
}

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

.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-btn {
        padding-left: 0
    }

    .navbar-form {
        display: none
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    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: 30px;
    height: 30px;
    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.active, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #fafbfc;
    color: #5e6773
}

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

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

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0
    }
/* Se añade overflow-x: hidden; para que no se muestre el scroll horizontal cuando despliegas un selector que hace que "salte" la vista */
    body {
        overflow-x:hidden ;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav > li > a {
        padding: 15px 20px
    }

    .navbar-nav {
        width: 100%;
        margin: 0
    }

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

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

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

    .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
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus i, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover i, ul.notifications > li > .more:focus, ul.notifications > li > .more:hover {
    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
}

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

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

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, .3);
    -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, .3);
    box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, .3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0;
    border-color: #d1d6e6
}

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

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

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

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

.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
}

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

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

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

.nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:focus, .nav-tabs > li.disabled > a:hover {
    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, .5)
}

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

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

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

.sidebar {
    margin-top: 13px;
    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 > 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.active, .sidebar .nav > li > a:hover {
    background-color: #f9f9f9
}

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

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

.sidebar .nav li > a[data-toggle] .icon-submenu {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .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(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

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

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

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

.sidebar .nav .badge, .sidebar .nav .label {
    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.active, .sidebar .nav .nav > li > a:focus {
    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-minified .sidebar .nav > .menu-group, .sidebar-minified .sidebar .nav > li > a > .icon-submenu, .sidebar-minified .sidebar .nav > li > a > span {
    display: none
}

.sidebar .submenu > li > a:focus, .sidebar .submenu > li > a:hover {
    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 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 {
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 2px 0 rgba(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, .1);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 2px -1px rgba(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;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    color: #b3b2b2;
    outline: 0;
    border: 1px solid #e1e3ea;
    padding: 4px 12px
}

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

.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:focus, .nav-content-menu > li > a:hover {
    color: #8894a3
}

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

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

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

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

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

.layout-topnav .top-bar {
    background: #ffffff;
    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%);
    height: 70px;
}

.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: 0 0
}

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

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

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

.layout-topnav .navbar-default .navbar-nav > li > a.active, .layout-topnav .navbar-default .navbar-nav > li > a:focus, .layout-topnav .navbar-default .navbar-nav > li > a:hover {
    /*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
}

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

.layout-topnav .navbar-default .navbar-collapse {
    width: auto;
    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, .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: left
}

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

.breadcrumb i:focus, .breadcrumb i:hover {
    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: 0
}

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

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

.text-primary {
    color: #0af
}

.text-success {
    color: #41b314
}
.text-info {
    color: var(--second-color)
}
.text-warning {
    color: #e4cb10
}

.text-danger {
    color: #f9354c
}

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

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

.help-block, .text-muted {
    color: #a0aeba
}

.font-17 {
    font-size: 17px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-11 {
    font-size: 11px !important;
}

.help-block {
    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;
    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 {
    border-radius: 2px;
    border: 1px solid #e1e3ea;
    background-color: #f6f6f9
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .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: 400
}

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

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

.fancy-checkbox input[type=checkbox] + span:before {
    display: inline-block;
    vertical-align: middle;
    -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: #0af;
    border-color: #0af
}

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

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

.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;
    -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-bgcolor-green input[type=radio]:checked + span i, .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:after {
    background-color: #fff
}

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

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

.input-group-addon .fancy-checkbox input[type=checkbox] + span, .input-group-addon .fancy-checkbox input[type=checkbox] + span:before, .input-group-addon .fancy-radio input[type=radio] + span i, .input-group-addon .fancy-radio input[type=radio] + span i: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, .multiselect-custom + .btn-group ul.multiselect-container > li > a label.radio {
    padding-left: 0
}

.multiselect-custom + .btn-group ul.multiselect-container > li > a label.checkbox:before {
    display: inline-block;
    vertical-align: middle;
    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:before {
    display: inline-block;
    vertical-align: middle;
    -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: 0 0;
    z-index: 9 !important;
    outline: 0
}

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

.slider-selection, .slider-track {
    -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;
    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;
    content: '|||';
    font-size: 7px;
    color: #777;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: .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:after, .noUi-handle:before {
    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, .15)
}

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

.dropzone {
    padding: 20px 40px
}

.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-default.dz-message span, .dropzone .dz-message {
    display: block
}

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

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

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

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

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active: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:focus, .datepicker table tr td.today:hover {
    background-color: #ff4402;
    color: #fff
}

.completeness-meter .completeness-percentage {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 400;
    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-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--multiple {
    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: 0
}

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

.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: 400;
    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, .switch-input i:before {
    content: '';
    display: block;
    position: absolute
}

.overlay-refresh, .widget-metric_1 .icon-wrapper, .widget-metric_10, .widget-metric_4, .widget-metric_5, .widget-metric_6 .icon-wrapper, .widget-metric_8 .toggle-dropdown, .widget-mini-bar, .widget-stat .media-left i {
    text-align: center
}

.switch-input i {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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 .1s ease-in;
    -moz-transition: right .1s ease-in;
    -ms-transition: right .1s ease-in;
    -o-transition: right .1s ease-in;
    transition: right .1s ease-in;
    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: 400;
    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.active, .btn.active:focus, .btn:active, .btn:active:focus, .btn:focus, .btn:focus:focus {
    outline: 0
}

.btn i:first-child, .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-icon, .btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.btn-primary {
    background-color: var(--main-color); /* #0af;*/
    border-color: var(--main-color); /*#00a0f0*/
}

.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--main-color); /* #0af;*/
    border-color: var(--main-color); /*#00a0f0*/
	opacity: 0.8;
}

.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: var(--main-color);
    border-color: var(--main-color);
    opacity: 0.7;
}

.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.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover {
    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.active, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger:hover {
    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:focus, .btn-default:hover {
    color: #5e6773;
    background-color: #f4f6f8;
    border-color: #dcdcdc
}

.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .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.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover {
    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: var(--second-color);
    border-color: var(--second-color);
}

.btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.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: var(--second-color);
    border-color: var(--second-color);
}

.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:focus, .btn-custom-orange:hover {
    background-color: #f23f00;
    border-color: #f23f00;
    color: #fff
}

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

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .4
}

#toast-container > div, .mapTooltip {
    opacity: .9
}

.btn-link {
    box-shadow: none
}

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

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

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

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

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

.btn-outline {
    background: 0 0;
    border-color: #c4d6e3
}

.btn-outline:focus, .btn-outline:hover {
    background: 0 0;
    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-body,*/
.panel .panel-footer, .panel .panel-heading {
    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: var(--main-color)
}

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

.panel .panel-heading .panel-title {
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.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: #FFFFFF;
    font-size: 12px
}

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

.panel .panel-heading .counter {
    color: #FFFFFF
}

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

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

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

.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: -.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: 5px;
    /*padding-bottom: 30px;*/
    position: relative
}

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

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

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

.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 #eaeff2 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 #eaeff2 transparent
}

.panel.panel-tab .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-color: #eaeff2 #eaeff2 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: 0
}

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

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

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

.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: 400
}

.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;
    background: rgba(246, 246, 246, .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
}

.quick-note, .widget {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff
}

.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-left .left, .panel-sidebar.sidebar-right .right {
    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;
    font-size: 15px;
    font-weight: 600
}

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

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

.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:focus, .widget-task-progress .bottom a:hover {
    text-decoration: none
}

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

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

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

.quick-note {
    border-radius: 3px;
    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;
    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;
    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, .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, .widget-metric_4 .note {
    font-size: 13px;
    color: #a0aeba
}

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

.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;
    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;
    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;
    font-size: 16px;
    color: #c6d2dd
}

.widget-metric_8 .toggle-dropdown:focus, .widget-metric_8 .toggle-dropdown:hover {
    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 .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.no-border > li, .list-widget-horizontal > li:last-child {
    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: 400
}

.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-footer, .widget-resume .resume-header {
    border-color: #e9eef2
}

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

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

.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:focus, .widget-resume .bio-text .name:hover {
    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 .experience:after, .list-resume-experience .experience:before, .list-resume-experience:after, .list-resume-experience:before {
    content: " ";
    display: table
}

.list-resume-experience {
    margin: 0
}

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

.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 {
    clear: both;
    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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.label {
    font-weight: 400
}

.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, .1);
    color: #777
}

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

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

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

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

.label-transparent.label-danger {
    background-color: rgba(249, 53, 76, .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: 400
}

@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 .date, .todo-list > li.completed p {
    text-decoration: line-through;
    color: #a0aeba
}

#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:focus, .toast a:hover {
    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: 2px solid var(--main-color)
}

.custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-color: var(--main-color);
}

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

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

.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus, .custom-tabs-line ul > li:first-child:focus {
    color: var(--main-color);
    background-color: #FFF;
    border-bottom: 2px solid transparent;
}

.custom-tabs-line ul > li a:focus {
    outline: 0
    border: 1px solid transparent;
}

.custom-tabs-line ul > li.active:first-child, .custom-tabs-line ul > li:first-child:hover {
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
}

.custom-tabs-line ul > li.active a {
    color: var(--main-color);
    background-color: #FFF;
}

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

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

.custom-tabs-line.right-aligned {
    text-align: right;
    margin-right: 5px;
}

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

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

.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
}

.wizard-tabs ul li {
    background-color: #f2f2f2 !important;
    color: #A6A5A5 !important;
}

.wizard-tabs > li.active > a {
    background-color: var(--main-color) !important;
    color: #FFF !important;
    border: none !important;
}

.icon-transparent-area {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    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, .icon-transparent-area img {
    margin-top: 1em;
    font-size: 18px
}

.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: 400;
    line-height: 20px;
    border: 2px solid #fff
}

.icon-app, .view-message .user-image {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

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

.icon-transparent-area.custom-color-blue {
    color: #0e9be2;
    background-color: rgba(14, 155, 226, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .2)
}

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

.icon-app {
    border-radius: 6px;
    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: inherit !important;
}

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

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

.list-file-simple a:focus i, .list-file-simple a:hover 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:focus, .list-project-progress .project-name:hover {
    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 .percentage, .right-sidebar .list-project-progress .project-name {
    color: #5e6773
}

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

.separator-linethrough span {
    display: inline-block;
    vertical-align: middle;
    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 {
    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-checked > .jstree-checkbox:before, .custom-tree.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before {
    content: '\f14a';
    color: #41b314
}

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

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

.wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: 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
}

.reply-message .reply-box:hover, .table-chat-support .popover-profile:hover, .wizard ul li.complete:hover {
    cursor: pointer
}

.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 #eee;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px
}

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

.wizard ul li.complete .chevron:before, .wizard ul li.complete:hover .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 {
    float: left;
    padding: 20px
}

.wizard .parsley-errors-list li {
    float: none;
    padding: 0;
    color: #f9354c;
    font-size: 14px;
    background: 0 0
}

.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: 700;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #e1e3ea;
    cursor: auto
}

.customer-review .controls a:focus, .customer-review .controls a:hover, .list-positions .position .account .name:focus, .list-positions .position .account .name:hover, .project-list > tbody > tr > td.leader a:focus span, .project-list > tbody > tr > td.leader a:hover span, .rating-stars .info a:focus, .rating-stars .info a:hover {
    text-decoration: underline
}

.file-tag:before, .online-visitor-data .guest-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle
}

.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, .1)
}

.dd-empty, .dd-placeholder {
    background-color: #f3f3f3;
    border-color: #cecece
}

.file-tag:before {
    border-radius: 50%;
    display: inline-block;
    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: 80px; /* altura para los ficheros del archivo documental */
    text-align: center;
    padding: 20px 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: #3763AC; /*#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: #E73E33
}

.file-preview.pdf i {
    background: #fff;
    color: #E73E33
}

.file-preview.xls {
    color: #fff;
    background-color: #1D6F42
}

.file-preview.xls i {
    background: #fff;
    color: #1D6F42
}

.file-preview.doc {
    color: #fff;
    background-color: #2a5699
}

.file-preview.doc i {
    background: #fff;
    color: #2a5699
}

.file-preview.audio {
    color: #fff;
    background-color: #7183a2
}

.file-preview.audio i {
    background: #fff;
    color: #7183a2
}

.file-preview.video {
    color: #fff;
    background-color: #AB7DF6
}

.file-preview.video i {
    background: #fff;
    color: #AB7DF6
}

.file-preview.folder {
    color: #fff;
    background-color: #F3BB23
}

.file-preview.folder i {
    background: #fff;
    color: #F3BB23
}


.file-preview.imagen {
    color: #fff;
    background-color: #20b2aa
}

.file-preview.imagen i {
    background: #fff;
    color: #20b2aa
}


.file-preview.image {
    padding: 0
}

.file-preview.compress {
    color: #fff;
    background-color: #4F000D
}

.file-preview.compress i {
    background: #fff;
    color: #4F000D
}
.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
}

/* Anchura para los ficheros del archivo documental */
.list-files .file-item {
    width: 180px
}

.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: #0af
}

.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 {
    border-radius: 50%;
    display: block;
    line-height: 47px;
    text-align: center;
    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, .5)
}

.chart-metric .change.down {
    color: #c43e3a;
    background-color: rgba(255, 191, 189, .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
}

.customer-review .controls span, .rating .number {
    margin-right: 15px
}

.progress-semicircle .bar {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 8px solid #eff3f6;
    border-bottom-color: #0af;
    border-right-color: #0af;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.progress-semicircle .content .icon {
    font-size: 32px;
    color: #0af
}

.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;
    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
}

.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 i {
    color: #0af;
    margin-right: 3px
}

.customer-review .controls a {
    color: #5e6773
}

.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:focus, .jqvmap-zoomin:hover, .jqvmap-zoomout:focus, .jqvmap-zoomout:hover {
    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 .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:after, .list-contacts > li:before {
    content: " ";
    display: table
}

.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 .email, .list-contacts .info .name {
    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:focus, .list-contacts .controls a:hover {
    color: #a0aeba
}

@media screen and (max-width: 640px) {
    .list-contacts .controls {
        display: none
    }
}

.slick-next:before, .slick-prev: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: 0
}

.tag {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a0aeba;
    color: #a0aeba
}

.tag:focus, .tag:hover {
    color: #fff;
    background-color: #a0aeba
}

.tag.tag-blue {
    border-color: #0e9be2;
    color: #0e9be2
}

.tag.tag-blue:focus, .tag.tag-blue:hover {
    color: #fff;
    background-color: #0e9be2
}

.tag.tag-blue2 {
    border-color: #4a90e2;
    color: #4a90e2
}

.tag.tag-blue2:focus, .tag.tag-blue2:hover {
    color: #fff;
    background-color: #4a90e2
}

.tag.tag-blue3 {
    border-color: #45aeef;
    color: #45aeef
}

.tag.tag-blue3:focus, .tag.tag-blue3:hover {
    color: #fff;
    background-color: #45aeef
}

.tag.tag-blue4 {
    border-color: #85b5ea;
    color: #85b5ea
}

.tag.tag-blue4:focus, .tag.tag-blue4:hover {
    color: #fff;
    background-color: #85b5ea
}

.tag.tag-green {
    border-color: #7cac25;
    color: #7cac25
}

.tag.tag-green:focus, .tag.tag-green:hover {
    color: #fff;
    background-color: #7cac25
}

.tag.tag-green2 {
    border-color: #1dbb8e;
    color: #1dbb8e
}

.tag.tag-green2:focus, .tag.tag-green2:hover {
    color: #fff;
    background-color: #1dbb8e
}

.tag.tag-green3 {
    border-color: #5bd37e;
    color: #5bd37e
}

.tag.tag-green3:focus, .tag.tag-green3:hover {
    color: #fff;
    background-color: #5bd37e
}

.tag.tag-orange {
    border-color: #ff4402;
    color: #ff4402
}

.tag.tag-orange:focus, .tag.tag-orange:hover {
    color: #fff;
    background-color: #ff4402
}

.tag.tag-orange2 {
    border-color: #f89b03;
    color: #f89b03
}

.tag.tag-orange2:focus, .tag.tag-orange2:hover {
    color: #fff;
    background-color: #f89b03
}

.tag.tag-purple {
    border-color: #ab7df6;
    color: #ab7df6
}

.tag.tag-purple:focus, .tag.tag-purple:hover {
    color: #fff;
    background-color: #ab7df6
}

.tag.tag-yellow {
    border-color: #f3bb23;
    color: #f3bb23
}

.tag.tag-yellow:focus, .tag.tag-yellow:hover {
    color: #fff;
    background-color: #f3bb23
}

.tag.tag-lightseagreen {
    border-color: #20b2aa;
    color: #20b2aa
}

.tag.tag-lightseagreen:focus, .tag.tag-lightseagreen:hover {
    color: #fff;
    background-color: #20b2aa
}

.tag.tag-red {
    border-color: #ff4402;
    color: #ff4402
}

.tag.tag-red:focus, .tag.tag-red:hover {
    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:focus, .support-agent .name:hover {
    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, .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, .2)
}

.progress-transparent.custom-color-blue .progress-bar {
    background-color: #0e9be2
}

.progress-transparent.custom-color-blue2 {
    background-color: rgba(74, 144, 226, .2)
}

.progress-transparent.custom-color-blue2 .progress-bar {
    background-color: #4a90e2
}

.progress-transparent.custom-color-blue3 {
    background-color: rgba(69, 174, 239, .2)
}

.progress-transparent.custom-color-blue3 .progress-bar {
    background-color: #45aeef
}

.progress-transparent.custom-color-blue4 {
    background-color: rgba(133, 181, 234, .2)
}

.progress-transparent.custom-color-blue4 .progress-bar {
    background-color: #85b5ea
}

.progress-transparent.custom-color-green {
    background-color: rgba(124, 172, 37, .2)
}

.progress-transparent.custom-color-green .progress-bar {
    background-color: #7cac25
}

.progress-transparent.custom-color-green2 {
    background-color: rgba(29, 187, 142, .2)
}

.progress-transparent.custom-color-green2 .progress-bar {
    background-color: #1dbb8e
}

.progress-transparent.custom-color-green3 {
    background-color: rgba(91, 211, 126, .2)
}

.progress-transparent.custom-color-green3 .progress-bar {
    background-color: #5bd37e
}

.progress-transparent.custom-color-orange {
    background-color: rgba(255, 68, 2, .2)
}

.progress-transparent.custom-color-orange .progress-bar {
    background-color: #ff4402
}

.progress-transparent.custom-color-orange2 {
    background-color: rgba(248, 155, 3, .2)
}

.progress-transparent.custom-color-orange2 .progress-bar {
    background-color: #f89b03
}

.progress-transparent.custom-color-purple {
    background-color: rgba(171, 125, 246, .2)
}

.progress-transparent.custom-color-purple .progress-bar {
    background-color: #ab7df6
}

.progress-transparent.custom-color-yellow {
    background-color: rgba(243, 187, 35, .2)
}

.progress-transparent.custom-color-yellow .progress-bar {
    background-color: #f3bb23
}

.progress-transparent.custom-color-lightseagreen {
    background-color: rgba(32, 178, 170, .2)
}

.progress-transparent.custom-color-lightseagreen .progress-bar {
    background-color: #20b2aa
}

.progress-transparent.custom-color-red {
    background-color: rgba(255, 68, 2, .2)
}

.progress-transparent.custom-color-red .progress-bar {
    background-color: #ff4402
}

.progress-right-percentage:after, .progress-right-percentage:before {
    content: " ";
    display: table
}

.auth-box .left:before, .auth-box .right:before, .auth-box:before {
    content: ' '
}

.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, .3);
    -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, .3);
    box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, .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: 400
}

.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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    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
}

.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 15px;
    text-align: center
}

.easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    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, .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-black .jqsfield, .flotTip-blue, .flotTip-blue .jqsfield {
    color: #fff
}

.flotTip-blue {
    background-color: rgba(66, 134, 201, .8) !important;
    border-color: #3c7fc1 !important
}

.flotTip-black {
    background-color: rgba(24, 24, 24, .8) !important;
    border: none !important;
    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
}

.auth-box .content, .auth-box .left:before, .auth-box .right:before, .auth-box:before {
    display: inline-block;
    vertical-align: middle
}

.sparkbar-stat-item .mini-bar-chart {
    position: relative;
    top: -10px;
    left: 8px
}

.sparkline-stat-big {
    position: relative;
    padding: 5px 20px 0;
    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, .1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70%;
    height: 600px;
    margin: 0 auto;
    background-color: #fff
}

.auth-box:before {
    height: 100%
}

.auth-box .content {
    width: 99%
}

.auth-box .left {
    float: left;
    width: 42%;
    /*height: 100%;*/
    padding: 0 30px;
    text-align: center
}

/*
.auth-box .left:before {
    height: 100%
}
*/

.auth-box .right {
    float: right;
    width: 58%;
    height: 100%;
    position: relative;
    /*background-image: url(../../app/img/default.jpg);
    background-repeat: no-repeat;
    background-size: cover*/
}

.auth-box .right:before {
    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
}

.control-label, table.dataTable tfoot th, table.dataTable thead th {
    font-weight: 400
}

.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 156, 185, .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
}

.btn-social, .form-horizontal.label-left .control-label {
    text-align: left
}

.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:focus, .auth-box .btn-signin-social:hover {
    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, .auth-box.lockscreen .user {
    margin-bottom: 30px
}

.auth-box.lockscreen .user .name {
    font-size: 18px;
    margin-top: 10px
}

.auth-box.forgot-password, .auth-box.register {
    width: 600px;
    height: auto
}

.auth-box.forgot-password .content, .auth-box.register .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.forgot-password, .auth-box.lockscreen, .auth-box.register {
        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
}

legend {
    font-size: 18px;
    color: #5e6773
}

.control-label {
    color: #a0aeba
}

.parsley-errors-list {
    margin-top: 8px
}

.parsley-errors-list li {
    color: #f9354c;
    font-size: .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:focus, .search-form .btn:hover {
    background-color: inherit;
    border-left: none;
    border-color: inherit
}

.list-complete-profile > li .editable-click, .list-complete-profile > li a.editable-click, .list-complete-profile > li a.editable-click:hover, .table > thead > tr > th {
    border-bottom: none
}

.list-complete-profile {
    margin-bottom: 0
}

.list-complete-profile > li {
    margin: 20px 0
}

.dataTables_scroll .table, .list-complete-profile > li:last-child, .panel-body .table-fullwidth, .project-list .progress {
    margin-bottom: 0
}

.list-complete-profile > li.done {
    color: #a0aeba
}

.table > thead > tr {
    font-size: 13px;
    background-color: #e2e4e7;
    color: #61676f;
}

.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-bordered > thead > tr > th, table.dataTable {
    border-color: #e9eef2
}

.table.table-no-border > tbody > tr:first-child > td {
    padding-top: 15px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.table-hover > tbody > tr:hover, .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eaf4f8
}

.panel-body .table-fullwidth > tbody > tr > td:first-child, .panel-body .table-fullwidth > tbody > tr > td:last-child, .panel-body .table-fullwidth > thead > tr > th:first-child, .panel-body .table-fullwidth > thead > tr > th:last-child {
    padding-left: 25px;
    padding-right: 25px
}

table.dataTable thead td, table.dataTable thead th {
    border-bottom: none
}

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_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    background: 0 0
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after {
    content: '\1F853'
}

table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '\1F851'
}

table.dataTable thead .sorting:after {
    content: '\1F859'
}

table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    color: #caced3
}

table.dataTable thead .row-filter input {
    width: 100%;
    font-weight: 400
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: none;
    font-size: 12px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: 0 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0af
}

.btn-adn.active, .btn-adn:active, .btn-bitbucket.active, .btn-bitbucket:active, .btn-dropbox.active, .btn-dropbox:active, .btn-facebook.active, .btn-facebook:active, .btn-flickr.active, .btn-flickr:active, .btn-foursquare.active, .btn-foursquare:active, .btn-github.active, .btn-github:active, .btn-google.active, .btn-google:active, .btn-instagram.active, .btn-instagram:active, .btn-linkedin.active, .btn-linkedin:active, .btn-odnoklassniki.active, .btn-odnoklassniki:active, .btn-openid.active, .btn-openid:active, .btn-pinterest.active, .btn-pinterest:active, .btn-reddit.active, .btn-reddit:active, .btn-soundcloud.active, .btn-soundcloud:active, .btn-tumblr.active, .btn-tumblr:active, .btn-twitter.active, .btn-twitter:active, .btn-vimeo.active, .btn-vimeo:active, .btn-vk.active, .btn-vk:active, .btn-yahoo.active, .btn-yahoo:active, .open > .dropdown-toggle.btn-adn, .open > .dropdown-toggle.btn-bitbucket, .open > .dropdown-toggle.btn-dropbox, .open > .dropdown-toggle.btn-facebook, .open > .dropdown-toggle.btn-flickr, .open > .dropdown-toggle.btn-foursquare, .open > .dropdown-toggle.btn-github, .open > .dropdown-toggle.btn-google, .open > .dropdown-toggle.btn-instagram, .open > .dropdown-toggle.btn-linkedin, .open > .dropdown-toggle.btn-odnoklassniki, .open > .dropdown-toggle.btn-openid, .open > .dropdown-toggle.btn-pinterest, .open > .dropdown-toggle.btn-reddit, .open > .dropdown-toggle.btn-soundcloud, .open > .dropdown-toggle.btn-tumblr, .open > .dropdown-toggle.btn-twitter, .open > .dropdown-toggle.btn-vimeo, .open > .dropdown-toggle.btn-vk, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: none
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody {
    border-bottom-color: #ddd
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length, .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
}

.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
}

.table-chat-support .popover-profile i, .table-icons-stat > tbody > tr > td i {
    margin-right: 5px
}

.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:focus img, .project-list > tbody > tr > td.leader a:hover img {
    text-decoration: none
}

.project-list > tbody > tr > td.leader img:hover + a {
    text-decoration: underline
}

.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-invisible thead {
    display: none
}

.table-invisible tbody > tr > td {
    border: none;
    padding: 0 0 5px
}

.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-10 {
    margin: 10px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}
.margin-top-18 {
    margin-top: 18px !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-left-18: {
    padding-left: 18px !important
}

.padding-right-18: {
    padding-right: 18px !important
}

.padding-0 {
    padding: 0px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-18 {
    padding: 18px !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
}

.custom-bg-pink {
    background-color: #ff5e8f !important
}

.custom-text-pink {
    color: #ff5e8f
}

.btn-social {
    position: relative;
    padding-left: 44px;
    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, .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;
    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;
    line-height: 34px;
    font-size: 1.6em
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.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, .2)
}

.btn-adn.active, .btn-adn.focus, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover, .btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover, .open > .dropdown-toggle.btn-adn.focus, .open > .dropdown-toggle.btn-adn:focus, .open > .dropdown-toggle.btn-adn:hover {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.disabled.focus, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn[disabled].focus, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn.focus, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover {
    background-color: #d87a68;
    border-color: rgba(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, .2)
}

.btn-bitbucket.active, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket:focus, .btn-bitbucket:hover, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover, .btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover, .open > .dropdown-toggle.btn-bitbucket.focus, .open > .dropdown-toggle.btn-bitbucket:focus, .open > .dropdown-toggle.btn-bitbucket:hover {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.disabled.focus, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled].focus, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket.focus, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover {
    background-color: #205081;
    border-color: rgba(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, .2)
}

.btn-dropbox.active, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox:focus, .btn-dropbox:hover, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover, .btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover, .open > .dropdown-toggle.btn-dropbox.focus, .open > .dropdown-toggle.btn-dropbox:focus, .open > .dropdown-toggle.btn-dropbox:hover {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.disabled.focus, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox[disabled].focus, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox.focus, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover {
    background-color: #1087dd;
    border-color: rgba(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, .2)
}

.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .open > .dropdown-toggle.btn-facebook.focus, .open > .dropdown-toggle.btn-facebook:focus, .open > .dropdown-toggle.btn-facebook:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.disabled.focus, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled].focus, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook.focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(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, .2)
}

.btn-flickr.active, .btn-flickr.focus, .btn-flickr:active, .btn-flickr:focus, .btn-flickr:hover, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover, .btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover, .open > .dropdown-toggle.btn-flickr.focus, .open > .dropdown-toggle.btn-flickr:focus, .open > .dropdown-toggle.btn-flickr:hover {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.disabled.focus, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr[disabled].focus, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr.focus, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover {
    background-color: #ff0084;
    border-color: rgba(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, .2)
}

.btn-foursquare.active, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare:focus, .btn-foursquare:hover, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover, .btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover, .open > .dropdown-toggle.btn-foursquare.focus, .open > .dropdown-toggle.btn-foursquare:focus, .open > .dropdown-toggle.btn-foursquare:hover {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.disabled.focus, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare[disabled].focus, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare.focus, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover {
    background-color: #f94877;
    border-color: rgba(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, .2)
}

.btn-github.active, .btn-github.focus, .btn-github:active, .btn-github:focus, .btn-github:hover, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover, .btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover, .open > .dropdown-toggle.btn-github.focus, .open > .dropdown-toggle.btn-github:focus, .open > .dropdown-toggle.btn-github:hover {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.disabled.focus, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github[disabled].focus, .btn-github[disabled]:focus, .btn-github[disabled]:hover, fieldset[disabled] .btn-github.focus, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(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, .2)
}

.btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .open > .dropdown-toggle.btn-google.focus, .open > .dropdown-toggle.btn-google:focus, .open > .dropdown-toggle.btn-google:hover {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.disabled.focus, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled].focus, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
    background-color: #dd4b39;
    border-color: rgba(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, .2)
}

.btn-instagram.active, .btn-instagram.focus, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover, .btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover, .open > .dropdown-toggle.btn-instagram.focus, .open > .dropdown-toggle.btn-instagram:focus, .open > .dropdown-toggle.btn-instagram:hover {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.disabled.focus, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram[disabled].focus, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover {
    background-color: #3f729b;
    border-color: rgba(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, .2)
}

.btn-linkedin.active, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover, .btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover, .open > .dropdown-toggle.btn-linkedin.focus, .open > .dropdown-toggle.btn-linkedin:focus, .open > .dropdown-toggle.btn-linkedin:hover {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.disabled.focus, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin[disabled].focus, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin.focus, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:hover {
    background-color: #007bb6;
    border-color: rgba(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, .2)
}

.btn-microsoft.active, .btn-microsoft.focus, .btn-microsoft:active, .btn-microsoft:focus, .btn-microsoft:hover, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover, .btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover, .open > .dropdown-toggle.btn-microsoft.focus, .open > .dropdown-toggle.btn-microsoft:focus, .open > .dropdown-toggle.btn-microsoft:hover {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled.focus, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft[disabled].focus, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft.focus, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover {
    background-color: #2672ec;
    border-color: rgba(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, .2)
}

.btn-odnoklassniki.active, .btn-odnoklassniki.focus, .btn-odnoklassniki:active, .btn-odnoklassniki:focus, .btn-odnoklassniki:hover, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.active.focus, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki:active.focus, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active:hover, .open > .dropdown-toggle.btn-odnoklassniki.focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .open > .dropdown-toggle.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, .2)
}

.btn-odnoklassniki.disabled.focus, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled].focus, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki.focus, fieldset[disabled] .btn-odnoklassniki:focus, fieldset[disabled] .btn-odnoklassniki:hover {
    background-color: #f4731c;
    border-color: rgba(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, .2)
}

.btn-openid.active, .btn-openid.focus, .btn-openid:active, .btn-openid:focus, .btn-openid:hover, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover, .btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover, .open > .dropdown-toggle.btn-openid.focus, .open > .dropdown-toggle.btn-openid:focus, .open > .dropdown-toggle.btn-openid:hover {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.disabled.focus, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid[disabled].focus, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid.focus, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover {
    background-color: #f7931e;
    border-color: rgba(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, .2)
}

.btn-pinterest.active, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover, .btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover, .open > .dropdown-toggle.btn-pinterest.focus, .open > .dropdown-toggle.btn-pinterest:focus, .open > .dropdown-toggle.btn-pinterest:hover {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.disabled.focus, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest[disabled].focus, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover {
    background-color: #cb2027;
    border-color: rgba(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, .2)
}

.btn-reddit.active, .btn-reddit.focus, .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover, .btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover, .open > .dropdown-toggle.btn-reddit.focus, .open > .dropdown-toggle.btn-reddit:focus, .open > .dropdown-toggle.btn-reddit:hover {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.disabled.focus, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit[disabled].focus, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit.focus, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover {
    background-color: #eff7ff;
    border-color: rgba(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, .2)
}

.btn-soundcloud.active, .btn-soundcloud.focus, .btn-soundcloud:active, .btn-soundcloud:focus, .btn-soundcloud:hover, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover, .btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover, .open > .dropdown-toggle.btn-soundcloud.focus, .open > .dropdown-toggle.btn-soundcloud:focus, .open > .dropdown-toggle.btn-soundcloud:hover {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.disabled.focus, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled].focus, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud.focus, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover {
    background-color: #f50;
    border-color: rgba(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, .2)
}

.btn-tumblr.active, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover, .btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover, .open > .dropdown-toggle.btn-tumblr.focus, .open > .dropdown-toggle.btn-tumblr:focus, .open > .dropdown-toggle.btn-tumblr:hover {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.disabled.focus, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr[disabled].focus, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr.focus, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover {
    background-color: #2c4762;
    border-color: rgba(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, .2)
}

.btn-twitter.active, .btn-twitter.focus, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover, .btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover, .open > .dropdown-toggle.btn-twitter.focus, .open > .dropdown-toggle.btn-twitter:focus, .open > .dropdown-toggle.btn-twitter:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.disabled.focus, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled].focus, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(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, .2)
}

.btn-vimeo.active, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover, .btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover, .open > .dropdown-toggle.btn-vimeo.focus, .open > .dropdown-toggle.btn-vimeo:focus, .open > .dropdown-toggle.btn-vimeo:hover {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.disabled.focus, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo[disabled].focus, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo.focus, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover {
    background-color: #1ab7ea;
    border-color: rgba(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, .2)
}

.btn-vk.active, .btn-vk.focus, .btn-vk:active, .btn-vk:focus, .btn-vk:hover, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover, .btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover, .open > .dropdown-toggle.btn-vk.focus, .open > .dropdown-toggle.btn-vk:focus, .open > .dropdown-toggle.btn-vk:hover {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.disabled.focus, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk[disabled].focus, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk.focus, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk:hover {
    background-color: #587ea3;
    border-color: rgba(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, .2)
}

.btn-yahoo.active, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover, .btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover, .open > .dropdown-toggle.btn-yahoo.focus, .open > .dropdown-toggle.btn-yahoo:focus, .open > .dropdown-toggle.btn-yahoo:hover {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.disabled.focus, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo[disabled].focus, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo.focus, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover {
    background-color: #720e9e;
    border-color: rgba(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:focus, ul.inbox-list-message li:hover {
    background-color: #fafbfc
}

ul.inbox-list-message li a {
    text-decoration: none;
    color: inherit
}

.project-item .controls a:focus, .project-item .controls a:hover, .project-item .panel-title a:focus, .project-item .panel-title a:hover {
    text-decoration: underline
}

ul.inbox-list-message li.unread {
    color: #5e6773
}

ul.inbox-list-message li.unread .sender, ul.inbox-list-message li.unread .title {
    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
}

ul.inbox-list-message .text {
    padding-left: 65px;
    margin-left: 60px;
}

ul.inbox-list-message .sender {
    font-size: 13px
}

ul.inbox-list-message .title {
    font-size: 14px;
    margin: 0 0 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;
    border-bottom: 1px solid #e9eef2
}

.view-message .header .top {
    margin-bottom: 20px
}

.view-message .header .title {
    display: inline-block;
    vertical-align: middle;
    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 .btn-group, .view-message .header .contact-info {
        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 {
    border-radius: 6px;
    float: left;
    margin-right: 15px
}

.view-message .contact-info .receiver, .view-message .contact-info .sender {
    font-weight: 600
}

.view-message .contact-info .receiver {
    border-bottom: 1px dashed #777
}

.view-message .contact-info .email {
    font-weight: 400;
    color: #a0aeba
}

.view-message .content {
    padding: 30px;
    background-color: #fff
}

.view-message .content-separator {
    margin: 30px 0 20px
}

.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;
    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
}

.project-item .left {
    float: left
}

.project-item .right {
    float: right
}

.project-item .panel-title a {
    color: #717d84
}

.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:focus i, .project-item .controls a:hover 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: 400
}

@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;
    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;
    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: 400
}

.project-accordion .panel-heading .panel-title > a {
    display: block;
    padding: 15px 12px;
    color: #717d84
}

.project-accordion .panel-heading .panel-title > a:focus, .project-accordion .panel-heading .panel-title > a:hover {
    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;
    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;
        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;
    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: 20%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
}

.profile-right {
    float: right;
    width: 80%;
    padding: 40px 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, .2)
}

.profile-header .profile-main {
    position: relative;
    padding: 10px;
    background-image: url(../../assets/img/profile-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.profile-header .name {
    margin: 8px 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;
    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: var(--main-color)
}

.profile-header .profile-stat .stat-item {
    padding: 10px;
    font-size:12px;
    position: relative
}

.profile-header .profile-stat .stat-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-color)
}

.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
    }
}

.award-item, .social-icons > li > a, ul.activity-timeline > li .activity-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.profile-detail {
    padding-bottom: 30px
}

.profile-info {
    padding: 0 20px;
    margin: 20px 0
}

.profile-info .heading {
    margin: 0 0 10px;
    font-weight: 600
}

.profile-info ul > li {
    margin-bottom: 8px
}

.social-icons {
    margin-bottom: 0
}

.social-icons > li {
    padding: 0 2px 5px
}

.social-icons > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: #4d4d4d;
    color: #fff
}

.social-icons > li > a i {
    font-size: 18px
}

.social-icons > li > a:focus, .social-icons > li > a:hover {
    background-color: #404040
}

.z500px-bg {
    background-color: #0099e5 !important
}

.z500px-bg:focus, .z500px-bg:hover {
    background-color: #08c !important
}

.about-me-bg {
    background-color: #00405d !important
}

.about-me-bg:focus, .about-me-bg:hover {
    background-color: #002e44 !important
}

.airbnb-bg {
    background-color: #fd5c63 !important
}

.airbnb-bg:focus, .airbnb-bg:hover {
    background-color: #fd434b !important
}

.alphabet-bg {
    background-color: #ed1c24 !important
}

.alphabet-bg:focus, .alphabet-bg:hover {
    background-color: #de1219 !important
}

.amazon-bg {
    background-color: #f90 !important
}

.amazon-bg:focus, .amazon-bg:hover {
    background-color: #e68a00 !important
}

.american-express-bg {
    background-color: #002663 !important
}

.american-express-bg:focus, .american-express-bg:hover {
    background-color: #001c4a !important
}

.aol-bg {
    background-color: #ff0b00 !important
}

.aol-bg:focus, .aol-bg:hover {
    background-color: #e60a00 !important
}

.behance-bg {
    background-color: #1769ff !important
}

.behance-bg:focus, .behance-bg:hover {
    background-color: #0059fd !important
}

.bing-bg {
    background-color: #ffb900 !important
}

.bing-bg:focus, .bing-bg:hover {
    background-color: #e6a700 !important
}

.bitbucket-bg {
    background-color: #205081 !important
}

.bitbucket-bg:focus, .bitbucket-bg:hover {
    background-color: #1b436d !important
}

.bitly-bg {
    background-color: #ee6123 !important
}

.bitly-bg:focus, .bitly-bg:hover {
    background-color: #e65312 !important
}

.blogger-bg {
    background-color: #f57d00 !important
}

.blogger-bg:focus, .blogger-bg:hover {
    background-color: #dc7000 !important
}

.booking-com-bg {
    background-color: #003580 !important
}

.booking-com-bg:focus, .booking-com-bg:hover {
    background-color: #002a67 !important
}

.buffer-bg {
    background-color: #168eea !important
}

.buffer-bg:focus, .buffer-bg:hover {
    background-color: #1380d3 !important
}

.code-school-bg {
    background-color: #616f67 !important
}

.code-school-bg:focus, .code-school-bg:hover {
    background-color: #55615a !important
}

.codecademy-bg {
    background-color: #f65a5b !important
}

.codecademy-bg:focus, .codecademy-bg:hover {
    background-color: #f54243 !important
}

.creative-market-bg {
    background-color: #8ba753 !important
}

.creative-market-bg:focus, .creative-market-bg:hover {
    background-color: #7d964b !important
}

.delicious-bg {
    background-color: #39f !important
}

.delicious-bg:focus, .delicious-bg:hover {
    background-color: #1a8cff !important
}

.deviantart-bg {
    background-color: #05cc47 !important
}

.deviantart-bg:focus, .deviantart-bg:hover {
    background-color: #04b33e !important
}

.digg-bg {
    background-color: #005be2 !important
}

.digg-bg:focus, .digg-bg:hover {
    background-color: #0051c9 !important
}

.disqus-bg {
    background-color: #2e9fff !important
}

.disqus-bg:focus, .disqus-bg:hover {
    background-color: #1593ff !important
}

.django-bg {
    background-color: #092e20 !important
}

.django-bg:focus, .django-bg:hover {
    background-color: #051911 !important
}

.dribbble-bg {
    background-color: #ea4c89 !important
}

.dribbble-bg:focus, .dribbble-bg:hover {
    background-color: #e7357a !important
}

.dropbox-bg {
    background-color: #007ee5 !important
}

.dropbox-bg:focus, .dropbox-bg:hover {
    background-color: #0070cc !important
}

.drupal-bg {
    background-color: #0077c0 !important
}

.drupal-bg:focus, .drupal-bg:hover {
    background-color: #0067a7 !important
}

.elance-bg {
    background-color: #0d69af !important
}

.elance-bg:focus, .elance-bg:hover {
    background-color: #0b5b97 !important
}

.envato-bg {
    background-color: #82b541 !important
}

.envato-bg:focus, .envato-bg:hover {
    background-color: #75a23a !important
}

.etsy-bg {
    background-color: #d5641c !important
}

.etsy-bg:focus, .etsy-bg:hover {
    background-color: #be5919 !important
}

.facebook-bg {
    background-color: #3b5998 !important
}

.facebook-bg:focus, .facebook-bg:hover {
    background-color: #344e86 !important
}

.feedly-bg {
    background-color: #2bb24c !important
}

.feedly-bg:focus, .feedly-bg:hover {
    background-color: #269d43 !important
}

.flattr-bg {
    background-color: #f67c1a !important
}

.flattr-bg:focus, .flattr-bg:hover {
    background-color: #ed6f09 !important
}

.flickr-bg {
    background-color: #0063dc !important
}

.flickr-bg:focus, .flickr-bg:hover {
    background-color: #0058c3 !important
}

.flipboard-bg {
    background-color: #e12828 !important
}

.flipboard-bg:focus, .flipboard-bg:hover {
    background-color: #d21d1d !important
}

.flixster-bg {
    background-color: #2971b2 !important
}

.flixster-bg:focus, .flixster-bg:hover {
    background-color: #24649d !important
}

.foursquare-bg {
    background-color: #0732a2 !important
}

.foursquare-bg:focus, .foursquare-bg:hover {
    background-color: #062a8a !important
}

.github-bg {
    background-color: #333 !important
}

.github-bg:focus, .github-bg:hover {
    background-color: #262626 !important
}

.google-bg {
    background-color: #4285f4 !important
}

.google-bg:focus, .google-bg:hover {
    background-color: #2a75f3 !important
}

.google-plus-bg {
    background-color: #dc4e41 !important
}

.google-plus-bg:focus, .google-plus-bg:hover {
    background-color: #d83a2b !important
}

.instagram-bg {
    background-color: #3f729b !important
}

.instagram-bg:focus, .instagram-bg:hover {
    background-color: #386589 !important
}

.kickstarter-bg {
    background-color: #2bde73 !important
}

.kickstarter-bg:focus, .kickstarter-bg:hover {
    background-color: #20cf67 !important
}

.kik-bg {
    background-color: #82bc23 !important
}

.kik-bg:focus, .kik-bg:hover {
    background-color: #73a71f !important
}

.lastfm-bg {
    background-color: #d51007 !important
}

.lastfm-bg:focus, .lastfm-bg:hover {
    background-color: #bc0e06 !important
}

.line-bg {
    background-color: #00c300 !important
}

.line-bg:focus, .line-bg:hover {
    background-color: #0a0 !important
}

.linkedin-bg {
    background-color: #0077b5 !important
}

.linkedin-bg:focus, .linkedin-bg:hover {
    background-color: #00669c !important
}

.mail-ru-bg {
    background-color: #168de2 !important
}

.mail-ru-bg:focus, .mail-ru-bg:hover {
    background-color: #147fcb !important
}

.mailchimp-bg {
    background-color: #2c9ab7 !important
}

.mailchimp-bg:focus, .mailchimp-bg:hover {
    background-color: #2789a2 !important
}

.myspace-bg, .myspace-bg:focus, .myspace-bg:hover {
    background-color: #000 !important
}

.netflix-bg {
    background-color: #e50914 !important
}

.netflix-bg:focus, .netflix-bg:hover {
    background-color: #cc0812 !important
}

.ning-bg {
    background-color: #75af42 !important
}

.ning-bg:focus, .ning-bg:hover {
    background-color: #699c3b !important
}

.path-bg {
    background-color: #ee3423 !important
}

.path-bg:focus, .path-bg:hover {
    background-color: #e62412 !important
}

.patreon-bg {
    background-color: #e6461a !important
}

.patreon-bg:focus, .patreon-bg:hover {
    background-color: #d03f17 !important
}

.paypal-bg {
    background-color: #003087 !important
}

.paypal-bg:focus, .paypal-bg:hover {
    background-color: #00276e !important
}

.photobucket-bg {
    background-color: #0ea0db !important
}

.photobucket-bg:focus, .photobucket-bg:hover {
    background-color: #0c8ec3 !important
}

.pinterest-bg {
    background-color: #bd081c !important
}

.pinterest-bg:focus, .pinterest-bg:hover {
    background-color: #a50718 !important
}

.product-hunt-bg {
    background-color: #da552f !important
}

.product-hunt-bg:focus, .product-hunt-bg:hover {
    background-color: #cb4924 !important
}

.quora-bg {
    background-color: #a82400 !important
}

.quora-bg:focus, .quora-bg:hover {
    background-color: #8f1f00 !important
}

.rdio-bg {
    background-color: #007dc3 !important
}

.rdio-bg:focus, .rdio-bg:hover {
    background-color: #006daa !important
}

.reddit-bg {
    background-color: #ff4500 !important
}

.reddit-bg:focus, .reddit-bg:hover {
    background-color: #e63e00 !important
}

.rss-bg {
    background-color: #f26522 !important
}

.rss-bg:focus, .rss-bg:hover {
    background-color: #ed560e !important
}

.salesforce-bg {
    background-color: #1798c1 !important
}

.salesforce-bg:focus, .salesforce-bg:hover {
    background-color: #1486aa !important
}

.scribd-bg {
    background-color: #1a7bba !important
}

.scribd-bg:focus, .scribd-bg:hover {
    background-color: #176ca4 !important
}

.shopify-bg {
    background-color: #96bf48 !important
}

.shopify-bg:focus, .shopify-bg:hover {
    background-color: #89b03e !important
}

.skype-bg {
    background-color: #00aff0 !important
}

.skype-bg:focus, .skype-bg:hover {
    background-color: #009cd7 !important
}

.slack-bg {
    background-color: #6ecadc !important
}

.slack-bg:focus, .slack-bg:hover {
    background-color: #59c2d7 !important
}

.slideshare-bg {
    background-color: #0077b5 !important
}

.slideshare-bg:focus, .slideshare-bg:hover {
    background-color: #00669c !important
}

.soundcloud-bg {
    background-color: #f80 !important
}

.soundcloud-bg:focus, .soundcloud-bg:hover {
    background-color: #e67a00 !important
}

.spotify-bg {
    background-color: #2ebd59 !important
}

.spotify-bg:focus, .spotify-bg:hover {
    background-color: #29a84f !important
}

.squarespace-bg {
    background-color: #222 !important
}

.squarespace-bg:focus, .squarespace-bg:hover {
    background-color: #151515 !important
}

.stackoverflow-bg {
    background-color: #fe7a15 !important
}

.stackoverflow-bg:focus, .stackoverflow-bg:hover {
    background-color: #f86c01 !important
}

.stripe-bg {
    background-color: #00afe1 !important
}

.stripe-bg:focus, .stripe-bg:hover {
    background-color: #009bc8 !important
}

.stumbleupon-bg {
    background-color: #eb4924 !important
}

.stumbleupon-bg:focus, .stumbleupon-bg:hover {
    background-color: #e13b15 !important
}

.telegram-bg {
    background-color: #08c !important
}

.telegram-bg:focus, .telegram-bg:hover {
    background-color: #0077b3 !important
}

.tumblr-bg {
    background-color: #35465c !important
}

.tumblr-bg:focus, .tumblr-bg:hover {
    background-color: #2c3a4c !important
}

.twitch-tv-bg {
    background-color: #6441a5 !important
}

.twitch-tv-bg:focus, .twitch-tv-bg:hover {
    background-color: #593a93 !important
}

.twitter-bg {
    background-color: #55acee !important
}

.twitter-bg:focus, .twitter-bg:hover {
    background-color: #3ea1ec !important
}

.vimeo-bg {
    background-color: #162221 !important
}

.vimeo-bg:focus, .vimeo-bg:hover {
    background-color: #0c1312 !important
}

.vine-bg {
    background-color: #00b488 !important
}

.vine-bg:focus, .vine-bg:hover {
    background-color: #009b75 !important
}

.wechat-bg {
    background-color: #7bb32e !important
}

.wechat-bg:focus, .wechat-bg:hover {
    background-color: #6d9f29 !important
}

.whatsapp-bg {
    background-color: #43d854 !important
}

.whatsapp-bg:focus, .whatsapp-bg:hover {
    background-color: #2ed441 !important
}

.wordpress-bg {
    background-color: #21759b !important
}

.wordpress-bg:focus, .wordpress-bg:hover {
    background-color: #1d6586 !important
}

.yahoo-bg {
    background-color: #410093 !important
}

.yahoo-bg:focus, .yahoo-bg:hover {
    background-color: #36007a !important
}

.youtube-bg {
    background-color: #cd201f !important
}

.youtube-bg:focus, .youtube-bg:hover {
    background-color: #b71d1c !important
}

.firefox-bg {
    background-color: #e66000 !important
}

.firefox-bg:focus, .firefox-bg:hover {
    background-color: #cd5500 !important
}

.chrome-bg {
    background-color: #fbbc05 !important
}

.chrome-bg:focus, .chrome-bg:hover {
    background-color: #e3aa04 !important
}

.edge-bg {
    background-color: #0af !important
}

.edge-bg:focus, .edge-bg:hover {
    background-color: #0099e6 !important
}

.safari-bg {
    background-color: #4165c8 !important
}

.safari-bg:focus, .safari-bg:hover {
    background-color: #3659ba !important
}

.opera-bg {
    background-color: #cc0f16 !important
}

.opera-bg:focus, .opera-bg:hover {
    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 {
    margin-bottom: 30px
}

.award-item .hexagon {
    margin: 35px 0
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative
}

.hexagon:after, .hexagon:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: ""
}

.hexagon:before {
    top: -25px;
    border-bottom: 25px solid #ececec
}

.hexagon:after {
    bottom: -25px;
    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 {
    -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;
    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
}

.page-error .number.left, .page-error .text, .page-error .title {
    display: inline-block;
    vertical-align: middle
}

.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 {
    text-align: center
}

.page-error .number {
    font-size: 4em
}

.page-error .number.left {
    float: left;
    text-align: right;
    margin-right: 5px
}

.page-error .text {
    float: left;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2;
    position: relative;
    top: 12px
}

.webpanel-item img {
    max-height: 60px !important
}

@media screen and (max-width: 768px) {
    .page-error .text {
        margin-bottom: 40px
    }

    .page-error .number.left, .page-error .text {
        display: block;
        width: 100%;
        float: none;
        text-align: center
    }
}

.page-error .searchbox {
    margin: 50px auto;
    width: 40%
}

@media screen and (max-width: 640px) {
    .page-error .number.left, .page-error .text {
        font-size: 1.4em
    }

    .page-error .searchbox {
        width: 100%
    }

    .page-error .searchbox .btn, .page-error .searchbox .input-group, .page-error .searchbox .input-group-btn, .page-error .searchbox input[type=search] {
        display: block;
        width: 100%;
        float: none
    }
}

@media screen and (max-width: 768px) {
    .page-error .searchbox {
        width: 80%
    }
}

/* OCULTAMOS LOS BANNERS PARA RESOLUCIONES MENORES DE 1024px */
@media screen and (max-width: 1024px) {
    .sidebar-banner {
        display: none;
    }
}

.rating .icon {
    font-size: 22px;
}

.rating-num {
    margin-top: 0px;
    ont-size: 54px;
}
.rating-summary { margin-right:5px;}
.rating-bg-color{
    background-color: #FFB500;
}
.rating-color{
   color: #FFB500;
}

.custom-btn-webpanel {
    padding: 2px 5px !important;
}

.content, .auth-box {
    overflow: hidden;
}

footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    /*text-align: center;*/
}

.container-fluid {
    vertical-align: top;
    color: #000;
}

/* linea de separación de la cabecera y el nav */
hr.cabecera, hr.separacion-pie {
    height: 1px !important;
    border: 0;
    margin-top: 0px !important;
    background-color: darkgrey;
}

.nav1 {
    float:right;
    width: 33.33% !important;
}

.nav2 {
    float:left;
    width: 66.66% !important;
}

ul.redes-sociales li {
    display: inline;
}

div.redes-sociales {
    padding-top: 20px;
}

div.tab-content {
    padding-top: 0px !important;
}


a.enlace-login-airmet {
    color: #c40d3c;
}

ul.list-order-left > li span {
    padding-left: .5em;
    float: none !important;
}

.panel-profile-cabecera {
    overflow: hidden;
}

.row-profile {
    margin-right: 0px;
    margin-left: 0px;
}

.h5-profile {
    font-size:12px;
}

.tab-content-pestanas {
    margin: 25px;
}

.boton-icono {
    color:#fff;
    cursor: pointer;
    not cursor: hand;
}

.boton-icono:hover {
    color:#efe24b;
    cursor: pointer;
    not cursor: hand;
}

.widget-render {
    /*padding: 20px !important; COMENTADO ALEJANDRO. NO ENCUENTRO A QUÉ MÁS AFECTA SALVO AL PADDING ENTRE WIDGETS DE LA PORTADA */
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-black-white {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Large devices (large desktops, 2560px and up) */
@media (min-width: 2561px) {
    .container-fluid, #launchpad .content {
        max-width: 2560px !important;
        margin: 0 auto !important;
    }
}

.custom-font-oswald {
    font-family: Oswald !important;
}

.panel-heading h3.panel-title, .panel-heading:not(.note-toolbar) span {
    font-family: Oswald;
    font-size: 18px !important;
}

.widget-render .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.widget-render .container-fluid .row {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#main-nav .widget-render {
    padding-right: 20px;
    padding-left: 20px;
}

.disabledLink {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.custom-calendar-item:hover * {
    cursor: pointer !important;
    color: #FFF !important;
    background-color: var(--main-color);
}

.main-padding-top-70 {
    padding-top: 70px;
}

.winfoempresa {
    font-size: 14px !important;
    line-height: 80%;
}

.wcontactoempresa {
    line-height: 80%;
}

.direction-left-to-right {
direction: ltr;
}

.direction-right-to-left {
text-align: right;
}

/* A CONTINUACIÓN DISEÑO PARA QUE LOS MODAL APAREZCAN CENTRADOS */
.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
//-webkit-transform: translate3d(0, -300px, 0);
//transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/*
   Formato para que se vea el nombre de la empresa con un
   diseño adecuado al renderizarse
*/
.wnombreempresa {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

/*
   Esta clase sobreescribe la clase img-thumnail para que
   la imagen pueda extenderse en alto y ancho tanto como se desee
   en el widget correspondiente de cabecera, pie o página
 */
.img-thumbnail-sized-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    /*
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
     */
}

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

}

.panel-footer-centrado {
    text-align: center;
}

.wlogoempresa h3, .wnombreempresa h3, .wcontactoempresa h3, .winfoempresa h3, .wsocialempresa h3,
.wcontactoempresa h3, .wmenu h3, .wiframe h3 {
    font-size: 16px;
}

.wwhatsapp > a {
    z-index: 1030 !important;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    font-size: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.wpagina, .wevento, .wcalendario, .wwebpanel, .wbanner, .wtercero, .whotel, .wsucursal,
.wcliente, .wproveedor, .winfoempresa, .wcontactoempresa, .wsocialempresa, .wnombreempresa, .wlogoempresa {
    clear: both !important;
}

.border-danger {
    border: 1px solid #dc3545 !important;
}

.border-success {
    border: 1px solid #28a745 !important;
}

.border-info {
    border: 1px solid #17a2b8 !important;
}

.border-warning {
    border: 1px solid #ffc107 !important;
}

.center-menu {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.nego-img {
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nego-panel a {
    color: #000;
}

.header-nego-img {
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nego-img:hover {
    opacity: 0.6;
    color: #000;
    cursor: pointer;
}

.nego-content h1, .nego-content h2, .nego-content h3 {
    text-transform: capitalize;
    font-weight: bold;
}

.nego-content h1 {
    font-size: 30px;
}

.nego-content h2 {
    font-size: 20px;
}

.nego-content h3 {
    font-size: 15px;
}

.ballon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.modal {
    overflow-y: auto !important; /* Sin esto, cuando superponemos modales deja de funcionar el scroll */
}

.underline {
    border-bottom: 2px solid var(--main-color);
}

/* RESPONSIVE NEGO */
@media screen and (max-width: 640px) {
    .nego-content, .breadcrumb {
        padding: 0px 10px;
    }
}

/* RESPONSIVE WIDGETS */
@media screen and (max-width: 640px) {
    .wmenu {
        float: none !important;
    }
    .wmenu li {
        padding: 0px 8px;
    }
}