@font-face {
    font-family: 'FontAwesome';
    src: url("../vendor/fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../vendor/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}
* {
    outline: none !important
}
body {
    color: #11031D !important;
    font-family: 'Roboto', sans-serif;
    min-width: 300px
}
h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif
}
a {
    color: #14cc83
}
a:hover {
    color: #ff6700;
}
button:focus,
button:active,
a:focus,
a:active {
    outline: none
}
.small,
.small a {
    color: #999;
    font-size: 12px;
    font-weight: 600
}
.heavy {
    font-weight: bold
}
.hidden-display {
    display: none
}
.row {
    margin: 0
}
ul {
    list-style: none
}
.content {
    background-color: #f5f5f5;
    padding: 40px 0
}
.success-color {
    color: #14cc83
}
.secondary-color {
    color: #1eab6d
}
.alert-color {
    color: #eea236
}
.warning-color {
    color: #f56363
}
.neutral-color {
    color: #999
}
.success-area {
    background: #14cc83 !important;
    color: #fff
}
.alert-area {
    background: #eea236 !important;
    color: #fff
}
.warning-area {
    background: #f56363 !important;
    color: #fff
}
.blue-area {
    background: #4dacd6 !important;
    color: #fff
}
.purple-area {
    background: #872363 !important;
    color: #fff
}
.neutral-area {
    background: #999 !important;
    color: #fff
}
.btn,
button,
a {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}
.btn {
    text-transform: uppercase
}
.btn:active {
    box-shadow: none
}
.btn-green {
    background: #14cc83;
    color: #fff !important
}
.btn-green:hover {
    background: #14cc83 !important;
    color: #fff !important
}
.btn-dark {
    background: #555;
    color: #fff !important
}
.btn-red {
    background: #f56363;
    color: #fff !important
}
.btn:hover,
.btn:focus {
    color: #fff;
    background:#ff6700 !important;
}
.btn-transparent {
    background: transparent;
    border: solid 1px #14cc83;
    color: #14cc83 !important
}
.btn-transparent:hover,
.btn-transparent:focus {
    background: transparent;
    border: solid 1px #14cc83;
    color: #14cc83
}
.btn-transparent .caret {
    border-top-color: #14cc83;
    border-bottom-color: #14cc83
}
.btn-full {
    margin: 15px 0;
    width: 100%
}
.btn-half {
    margin: 15px 0;
    width: 50%
}
.btn-top-off {
    margin-top: 0 !important
}
label {
    font-weight: normal
}
.form-control {
    outline: none;
    box-shadow: none;
    border-radius: 0
}
.form-control:focus {
    border-color: #14cc83;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-actions {
    text-align: right
}
.form-actions .btn {
    width: 48%;
    font-weight: 700
}
.checkbox input[type="checkbox"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #fff;
    border-color: #14cc83
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}
.alert {
    border-radius: 0;
    border: none
}
.alert-success {
    background-color: #14cc83;
    color: #fff
}
.alert-warning {
    background-color: #FCC432;
    color: #fff
}
.alert-danger {
    background-color: #f56363;
    color: #fff
}
.numbers {
    font-size: 150%;
    color: #14cc83
}
.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #1eab6d;
    color: #fff
}
.table {
    margin-bottom: 0px
}
.table thead>tr>th {
    border-bottom: none
}
.table thead .order-up,
.table thead .order-down {
    color: #555
}
.table thead .order-up .order-arrow,
.table thead .order-down .order-arrow {
    font-size: 12px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px
}
.table thead .order-up .order-arrow:before {
    content: "\f077"
}
.table thead .order-down .order-arrow:before {
    content: "\f078"
}
.table-striped tr:last-child {
    border-bottom: 1px solid #ddd
}
.tables-title {
    background: #14cc83;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    height: 57px;
    padding: 20px;
    text-transform: uppercase
}
#overview .table-subtitle {
    color: #14cc83;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase
}
.table-submenu {
    background: #eee
}
@media (max-width: 768px) {
    .table-submenu {
        padding: 0 15px
    }
    .table-submenu .btn {
        width: 100%
    }
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    padding-left: 15px
}
.table-buttons {
    padding: 15px
}
.table-buttons button {
    margin-left: 5px !important
}
.single-table {
    margin: 20px 0
}
table .checkbox {
    margin: 0;
    position: static
}
table .checkbox input[type=checkbox],
table .checkbox-inline input[type=checkbox] {
    position: relative
}
#loader {
    background: #f5f5f5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000
}
#loader img {
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    z-index: 2000
}
.navbar-default {
    background: #fff;
    border: none;
    padding: 15px;
    margin-bottom: 0
}
.navbar-default .navbar-toggle {
    border: none;
    color: #14cc83;
    font-size: 19px;
    padding: 2px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border-radius: 4px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
    border-color: transparent !important
}
.navbar-default .navbar-brand {
    background-image: url("../images/logotipo-green.png");
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    color: #14cc83;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px
}
.navbar-default .navbar-brand:hover {
    color: #14cc83
}
.navbar-default .navbar-collapse {
    border: none
}
.navbar-default .navbar-nav>li>a {
    font-family: "Raleway", sans-serif;
    color: #14cc83;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px
}
.navbar-default #nav-signup {
    background: transparent;
    border: 2px solid #14cc83
}
.navbar-default #nav-signup a {
    color: #14cc83
}
@media (min-width: 768px) {
    .navbar-collapse {
        padding: 0
    }
}
.navbar-default .navbar-nav>li>a:hover {
    color: #14cc83
}
#nav-signup {
    background-color: #14cc83
}
#nav-signup a {
    color: #fff;
    padding: 8px 20px 6px
}
#intro {
    background-attachment: fixed;
    background-image: url("../images/bg-bw.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 20px
}
#intro .sticky-wrapper {
    height: 0 !important
}
#intro .navbar {
    background: transparent;
    padding: 15px;
    margin-bottom: 0;
    z-index: 100
}
#intro .navbar .navbar-brand {
    background-image: url("../images/logotipo.png");
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 10px 0 0
}
#intro .navbar .navbar-nav>li>a {
    font-family: "Raleway", sans-serif;
    color: #fff
}
#intro .navbar #nav-signup {
    background: transparent;
    border: 2px solid #fff
}
#intro .navbar.stuck {
    background: #fff !important;
    /*
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
    */
}
#intro .navbar.stuck .navbar-nav>li>a {
    color: #14cc83
}
#intro .navbar.stuck #nav-signup {
    background: transparent;
    border: 2px solid #14cc83
}
#intro .navbar.stuck .navbar-brand {
    background-image: url("../images/logotipo-green.png");
    color: #14cc83
}
#intro .container {
    margin: 50px auto;
    padding: 100px 0
}
.header-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 0;
    padding: 71px 0 0;
    text-transform: uppercase
}
.header-subtitle {
    color: #fff;
    margin: 30px 0
}
.sign-up-form {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin: 50px auto 71px auto;
    max-width: 750px;
    height: 65px
}
.sign-up-form .form-group {
    padding: 0 10px 0 0
}
.sign-up-form .form-group input,
.sign-up-form .form-group button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%
}
.sign-up-form .checkbox {
    padding: 10px 0;
    text-align: left
}
.sign-up-submit {
    padding-right: 0 !important
}
@media (max-width: 768px) {
    #intro {
        padding: 0px
    }
    #intro .container {
        margin: 0 auto;
        padding: 80px 15px
    }
    .header-title {
        font-size: 22px;
        padding: 32px 0 0
    }
    .header-subtitle {
        margin: 20px 0;
        font-size: 14px
    }
    .sign-up-form {
        background: none;
        margin: 20px auto 32px auto;
        width: 100%
    }
    .sign-up-form>.form-group {
        padding: 0
    }
    .sign-up-submit .checkbox {
        margin: 10px 0 15px 0;
        text-align: left
    }
    .sign-up-submit button {
        width: 100%
    }
}
#features {
    background: #f1f1f1;
    padding: 30px
}
#features .feature-title {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
    text-transform: uppercase
}
#features hr {
    height: 5px;
    width: 50px;
    background: #555;
    margin-left: auto;
    margin-right: auto
}
#features .box-feature {
    padding: 20px 60px
}
#features .box-feature img {
    background: #ececec;
    border-radius: 50%
}
@media (max-width: 798px) {
    #features {
        background: #f1f1f1;
        padding: 30px
    }
    #features .feature-title {
        font-size: 18px
    }
    #features hr {
        height: 3px
    }
    #features .box-feature {
        padding: 20px 0px
    }
    #features .box-feature .feature-title {
        font-size: 16px
    }
    #features .box-feature img {
        margin: 0 auto;
        text-align: center
    }
    #features .box-feature p {
        max-width: 400px;
        margin: 0 auto
    }
}
@media (max-width: 480px) {
    .form-box-page .container {
        margin: 0;
        padding: 0;
        width: 100%
    }
}
.form-box-title {
    color: #14cc83;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0
}
.inner-box {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 25px
}
.checkbox {
    margin: 25px 0 35px
}
.form-box-image img {
    width: 100%;
    margin-top: 15px
}
@media (max-width: 768px) {
    .form-box-image {
        text-align: center;
        padding: 20px 0
    }
    .form-box-image img {
        width: 130px
    }
}
.outer-box .nav {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd
}
.outer-box .nav>li {
    margin: 0;
    padding: 0
}
.outer-box .nav>li>a {
    border-radius: 0;
    color: #aaa;
    cursor: default
}
.outer-box .nav>li>a:hover,
.outer-box .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent
}
.outer-box .nav>li:nth-child(even) {
    background: #e3e3e3
}
.outer-box .nav>li:nth-child(odd) {
    background: #eee
}
.outer-box .nav-pills>li.active>a,
.outer-box .nav-pills>li.active>a:hover,
.outer-box .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #14cc83
}
.outer-box .nav-pills>li.active:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 9px solid #14cc83;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2
}
.outer-box .nav-pills>li:nth-child(even)>a:before {
    content: '';
    border-style: solid;
    border-width: 20px 0 20px 9px;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    top: 0;
    left: 0
}
.outer-box .nav-pills>li:nth-child(odd)>a:after {
    content: '';
    border-style: solid;
    border-width: 20px 0 20px 9px;
    border-color: transparent transparent transparent #e3e3e3;
    position: absolute;
    top: 0;
    left: 0
}
.outer-box .nav-pills>li:first-child>a:after {
    border: none
}
.outer-box .nav-pills>li:last-child>a:before {
    border: none
}
.outer-box .nav-pills>li.active:last-child:after {
    border: none
}
p.or {
    text-align: center;
    margin: 30px -25px 30px;
    border-bottom: 1px solid #ddd;
    height: 1px;
    position: relative
}
p.or span {
    background-color: #fff;
    display: inline-block;
    padding: 0;
    margin: -13px 0 0 -16px;
    font-weight: 700;
    font-size: 12px;
    color: #999;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    left: 50%;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    text-indent: 1px
}
.connect {
    margin: 20px auto !important
}
.connect.social-login li {
    margin: 0;
    width: 100%
}
#linkedin-contact .inner-box {
    border: none;
    background: #fff;
    padding: 0
}
#linkedin-contact .inner-box .contact-header {
    background: #fff;
    padding: 10px;
    margin-left: -1px;
    margin-right: 1px
}
#linkedin-contact .inner-box .contact-header .inner-box-title {
    display: inline-block
}
#linkedin-contact .inner-box .contact-header a {
    display: inline-block;
    margin: 3px 0;
    float: right
}
#linkedin-contact .inner-box .contact-list {
    display: block;
    margin-right: -2px
}
#linkedin-contact .inner-box .contact-list .contact-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #fafafa;
    color: #333;
    min-height: 88px;
    z-index: 2
}
#linkedin-contact .inner-box .contact-list .contact-box:first-child {
    margin-left: -1px
}
#linkedin-contact .inner-box .contact-list .contact-box .contact-list-item {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    white-space: normal;
    vertical-align: middle;
    display: table-cell;
    float: none;
    text-align: left;
    padding: 8px
}
#linkedin-contact .inner-box .contact-list .contact-box .contact-avatar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}
#linkedin-contact .inner-box .contact-list .contact-box:hover {
    background: #f4f4f4;
    border: none;
    color: #14cc83;
    /*
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1
    */
}
#linkedin-contact .inner-box .contact-list .contact-box.active,
#linkedin-contact .inner-box .contact-list .contact-box:active {
    background: #4fd9a2;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 3
}
#linkedin-contact .contact-footer {
    background: #fff;
    padding: 0 15px;
    margin-left: -1px;
    margin-right: 0
}
#linkedin-contact .contact-footer .btn {
    margin: 15px 0
}
@media (max-width: 650px) {
    #linkedin-contact .inner-box .contact-header .inner-box-title {
        display: block
    }
    #linkedin-contact .inner-box .contact-header a {
        display: block;
        float: left !important
    }
}
#footer-signup {
    background: #14cc83;
    padding: 40px 0
}
#footer-signup-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 0 15px
}
.arrow h3,
.arrow img {
    display: inline;
    font-family: 'Grand Hotel', cursive;
    font-size: 32px
}
@media (max-width: 768px) {
    .arrow {
        display: none
    }
}
footer {
    background: #333;
    padding: 30px 0
}
@media (max-width: 768px) {
    footer {
        padding: 30px 0 60px 0
    }
}
.footer-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}
.footer-content .list-group {
    margin-bottom: 30px
}
.footer-content .list-group .about-description {
    line-height: 20px
}
.footer-content .list-group-item {
    background: none;
    border: none;
    padding: 0;
    line-height: 30px
}
.footer-content .list-group-item p,
.footer-content .list-group-item a {
    color: #a8b0b8
}
.footer-content.copy {
    font-size: 13px;
    color: #a0a8af;
    padding: 0 0 0 15px
}
.footer-content .copy a {
    color: #f76714
}
ul.social-login {
    margin: 0 -15px 0;
    overflow: auto;
    padding-left: 0
}
ul.social-login li {
    display: block;
    float: left;
    margin: 0 0 15px 15px;
    overflow: hidden;
    width: 46%
}
span.button.social {
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px 0 40px;
    position: relative;
    text-transform: none
}
a.button.grey,
span.button.social,
button.grey {
    background-color: #eee;
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    color: #888
}
span.button.social span {
    background-color: #aaa;
    bottom: 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px
}
span.button.social span img {
    margin: 0;
    width: 20px
}
span.button.social span.color-tw,
.button.color-tw {
    background-color: #33c6f4
}
span.button.social span.color-fb,
.button.color-fb {
    background-color: #3c599f
}
span.button.social span.color-go {
    background-color: #f56363
}
span.button.social span.color-lin {
    background-color: #007bb6
}
#dashboard-navbar {
    padding: 0
}
#dashboard-navbar .navbar-brand {
    background-image: url("../images/logotipo-green.png");
    background-size: 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 20px 20px
}
#user-options {
    padding: 15px
}
#user-options .dropdown {
    margin-top: 8px
}
#user-thumbnail {
    height: 92px
}
#user-thumbnail a,
#user-thumbnail img {
    height: 100%
}
.navbar-fixed-top {
    border: 0
}
.main-wrapper {
    background: #333;
}
.sidebar {
    background: #333;
    bottom: 0;
    left: 0;
    color: #333;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    z-index: 1000;
}
.sidebar .report-mobile-navbar {
    margin-bottom: 0;
    width: 100%
}
.sidebar .report-mobile-navbar .navbar-toggle {
    border: none !important;
    color: #14cc83;
    float: left;
    font-size: 19px;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 15px;
    border-radius: 4px;
    z-index: 1000000
}
.sidebar .report-mobile-navbar #domain {
    line-height: 56px;
    position: absolute;
    text-align: center;
    width: 100%
}
.sidebar .report-mobile-navbar #domain a {
    color: #999;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%
}
.sidebar .report-mobile-navbar #config .dropdown-toggle {
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    padding: 0 15px
}
.sidebar .report-mobile-navbar #config .dropdown-toggle .caret {
    margin-top: -5px;
    border-top-color: #fff;
    border-bottom-color: #fff
}
.sidebar .report-mobile-navbar #config .dropdown-toggle:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.sidebar .report-mobile-navbar .nav>li>a:active,
.sidebar .report-mobile-navbar .nav>li>a:hover,
.sidebar .report-mobile-navbar .nav>li>a:focus {
    background-color: transparent
}
.sidebar .report-mobile-navbar .nav>.open>a,
.sidebar .report-mobile-navbar .nav>.open>a:active,
.sidebar .report-mobile-navbar .nav>.open>a:hover,
.sidebar .report-mobile-navbar .nav>.open>a:focus {
    background-color: transparent
}
.sidebar .navmenu-fixed-left {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    width: 100%
}
.sidebar .navmenu-fixed-left .nav-sidebar h3 {
    background: #1eab6d;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px;
    text-transform: uppercase
}
/*
.sidebar .navmenu-fixed-left .nav-sidebar>li>a {
    border-bottom: 1px solid #3a3a3a !important;
    color: #bbb;
    display: block;
    font-size: 1em;
    font-weight: 300;
    padding: 10px 25px
}
 */
@media (min-width: 768px) {
    .sidebar .navmenu-fixed-left {
        position: relative
    }
}
@media (max-width: 768px) {
    .sidebar .report-mobile-navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
    .sidebar .navmenu-fixed-left {
        background: white !important;
        margin-top: 56px;
        width: 300px !important
    }
}
.sidebar .nav-sidebar>li.active>a {
    background-color: #14cc83;
    color: #fff
}
.sidebar .nav-sidebar>li.active>a:hover {
    background-color: #14cc83;
    color: #fff
}
.sidebar .nav-sidebar>li>a:hover,
.sidebar .nav-sidebar>li>a:focus {
    background-color: #3a3a3a
}
.sidebar .nav-sidebar>li>a>.selected {
    display: none
}
.sidebar .nav-sidebar>li.active>a>.selected {
    background: none;
    border-color: transparent #fff transparent transparent;
    background-image: none;
    border-style: solid;
    border-width: 12px 8px 12px 0;
    display: block;
    float: right;
    height: 0;
    right: 0px;
    position: absolute;
    top: 8px;
    width: 0
}
.sidebar .nav-sidebar .panel-collapse {
    background: #202222
}
.sidebar .nav-sidebar .panel-body {
    padding: 0
}
.sidebar .nav-sidebar .panel-body .nav>li>a {
    color: #bbb;
    padding-right: 20px;
    padding-left: 20px
}
.sidebar .nav-sidebar .panel-body .nav>li>a:hover,
.sidebar .nav-sidebar .panel-body .nav>li>a:focus {
    background-color: #292929;
    color: #fff
}
.sidebar .nav-sidebar .down {
    font-size: 12px;
    line-height: 20px;
    display: none
}
.sidebar .nav-sidebar .collapsed .down {
    display: inline-block !important
}
.sidebar .nav-sidebar .collapsed .up {
    display: none !important
}
.up {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px
}
#dashboard-submenu,
.dashboard-mobile-submenu .panel-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #333333;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 0
}
#dashboard-submenu .navbar-text {
    color: #fff;
    line-height: 20px
}
@media (min-width: 768px) and (max-width: 992px) {
    #dashboard-submenu .navbar-text {
        font-size: 11px
    }
    #dashboard-submenu .navbar-btn {
        font-size: 11px
    }
}
#dashboard-submenu .navbar-btn {
    margin-right: 15px
}
.dashboard-mobile-submenu {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10
}
.dashboard-mobile-submenu .panel {
    border: none;
    border-radius: 0
}
.dashboard-mobile-submenu .panel-heading {
    background: #555;
    border-color: #555;
    border-radius: 0;
    color: #fff;
    padding: 5px 15px
}
.dashboard-mobile-submenu .panel-heading .panel-title {
    line-height: 1.1
}
.dashboard-mobile-submenu .panel-heading #up {
    display: none
}
.dashboard-mobile-submenu .panel-heading .collapsed #up {
    display: inline-block !important
}
.dashboard-mobile-submenu .panel-heading .collapsed #down {
    display: none !important
}
.dashboard-mobile-submenu .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #14cc83
}
.dashboard-mobile-submenu .panel-body .navbar-nav {
    margin: 0
}
.dashboard-mobile-submenu .panel-body p {
    color: #fff;
    margin: 8px auto;
    width: 80%
}
.dashboard-mobile-submenu .impact {
    border: solid 2px #fff;
    border-radius: 8px;
    margin: 15px auto;
    width: 60%
}
.dashboard-mobile-submenu .impact .progress {
    background-color: #fff !important;
    height: 8px
}
.dashboard-mobile-submenu .impact .progress-bar {
    border-radius: 8px
}
.dashboard-mobile-submenu .panel-body .btn {
    margin: 8px;
    width: 80%
}
#pager-sections {
    background: #555;
    height: 30px;
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 3
}
#pager-sections .pager {
    margin: 0
}
#pager-sections .pager li>a {
    background: transparent;
    border: none;
    color: #fff
}
#pager-sections .center {
    color: #fff;
    line-height: 30px;
    text-transform: uppercase
}
#pager-sections .pager li>a:hover,
#pager-sections .pager li>a:focus {
    background: transparent;
    border: none;
    color: #14cc83
}
.main {
    background: #fff;
    padding: 0;
    position: relative;
    right: 0;
    bottom: 0;
    min-height: 800px
}
@media (max-width: 768px) {
    .main {
        margin-top: 58px
    }
}
.main .page-header {
    margin-top: 0
}
.main .tab-pane {
    border: none
}
.nav-tabs>li>a:hover {
    background: #555;
    border: 1px solid #555;
    border-radius: 0;
    color: #fff;
    /*
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
    */
}
.nav-tabs>li:active>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #1eab6d;
    border: 1px solid #1eab6d;
    border-radius: 0;
    color: #fff
}
@media (max-width: 768px) {
    .dashboard-tabs {
        width: 100%
    }
    .dashboard-tabs>li {
        float: none
    }
    .dashboard-tabs>li>a {
        text-align: center
    }
    .dashboard-tabs>li {
        display: table-cell;
        width: 1%
    }
}
.tab-pane {
    border: 1px solid #ddd;
    border-top: none
}
.table tbody>tr>.impact {
    padding: 15px 30px 15px 0
}
.impact .progress {
    height: 5px;
    margin: 0;
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}
.impact .progress-bar {
    background-color: #f56363
}
.actions ul {
    margin: 0
}
.actions span {
    font-size: 16px
}
.table-box {
    background: #fff;
    border-bottom: 1px solid #dddddd
}
@media (max-width: 480px) {
    .table-box-info {
        font-size: 12px
    }
}
.table-box-info .impact strong,
.table-box-info .impact .progress {
    display: inline-block
}
.table-box-info .impact .progress {
    line-height: 20px;
    margin-bottom: 2px !important;
    width: 50%
}
.table-box-actions {
    float: right;
    padding: 0;
    max-width: 40px;
    text-align: center;
    z-index: 0
}
.table-box-actions ul {
    background: transparent !important;
    border-left: 1px solid #ddd;
    border-top: none;
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding: 0;
    margin: 0
}
.table-box-actions li {
    border-bottom: 1px solid #ddd
}
.table-box-actions li:last-child {
    border-bottom: none
}
.table-box-actions li a {
    background: transparent;
    border-bottom: none;
    color: #999
}
.table-box-actions li a:hover {
    background: #f8f8f8;
    color: #14cc83
}
.table-box-actions span {
    font-size: 14px
}
.box {
    border-right: 1px solid #ddd;
    padding: 0
}
.box .box-header {
    background: #eee;
    padding: 0 0 0 15px
}
.box .box-content {
    padding: 20px 15px
}
.box .box-content h3 {
    margin-top: 0
}
.traffic-container,
.traffic-donut-container,
.toggle-container {
    width: 100%;
    height: 300px;
    padding: 10px 15px 15px 15px;
    margin: 0 auto;
    background: transparent
}
.traffic-chart,
.donut-chart,
.competitors-toggle {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em
}
@media (min-width: 768px) {
    #competitors .table-buttons-actions,
    #link-list .table-buttons-actions {
        float: right
    }
}
@media (max-width: 768px) {
    .traffic-container,
    .traffic-donut-container {
        height: 200px
    }
    #competitors .table-buttons-actions {
        margin-top: 0
    }
}
@media (max-width: 480px) {
    .traffic-container {
        height: 150px;
        padding: 0
    }
}
.graphics-legend {
    background: #eee;
    border-radius: 2px;
    padding: 5px
}
.graphics-legend ul {
    margin: 0
}
.graphics-legend ul li {
    font-size: 12px
}
.alerts-box {
    max-height: 123px
}
.alerts-box-status {
    height: 100%;
    height: 110px;
    line-height: 110px;
    padding: 0;
    text-align: center
}
.alerts-box-issues {
    font-size: 16px;
    margin-top: 15px
}
.alerts-box-actions li a {
    padding: 8px
}
@media (max-width: 480px) {
    .alerts-box-issues {
        font-size: 13px
    }
}
.links-table {
    padding: 20px 0
}
.links-box {
    max-height: 123px
}
@media (max-width: 768px) {
    .links-table {
        padding: 0
    }
}
.links-summary {
    border: 1px solid #ddd
}
.links-summary-item {
    background: #f5f5f5;
    border-right: 1px solid #ddd
}
@media (max-width: 768px) {
    .links-summary {
        border: none
    }
    #summary-item1 {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: none;
        border-left: 1px solid #ddd
    }
    #summary-item2 {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
    #summary-item3 {
        border-top: none;
        border-bottom: 1px solid #ddd;
        border-right: none;
        border-left: 1px solid #ddd
    }
    #summary-item4 {
        border-top: none;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}
.links-summary-item:nth-child(odd) {
    background: #eee
}
.links-summary-item:last-child {
    border-right: none
}
.links-summary-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0
}
.link-suggestion .table-responsive tbody {
    max-height: 400px;
    overflow-y: scroll
}
.link-suggestion .checkbox {
    margin: 0
}
.link-suggestion .checkbox input {
    float: center
}
#link-suggestion .navbar-form {
    margin-top: 15px;
    margin-bottom: 15px
}
#link-error #links-tab-content {
    padding: 20px
}
#link-error #error-list {
    height: auto;
    margin-left: 0
}
#link-error #error-list .error-list-item {
    padding: 0 15px;
    margin-bottom: 10px
}
#link-error #error-list .error-list-item .nav-pills>li+li {
    margin-left: 0 !important
}
#link-error #error-list .error-list-item .nav-pills {
    border: 1px solid #ddd;
    background: #fafafa
}
#link-error #error-list .error-list-item .error-url a:hover {
    background: transparent
}
#link-error #error-list .error-list-item .error-actions {
    float: right
}
#link-error #error-list .error-list-item .error-actions a {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0;
    height: 40px;
    width: 46px;
    margin-left: -4px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
#link-error #error-list .error-list-item .error-actions a .fa {
    text-align: center;
    margin-top: 28%
}
#link-error #error-list .error-list-item .error-actions a:first-child {
    border-left: 1px solid #ddd;
    margin-left: 0
}
#link-error #error-list .error-list-item .error-actions a:last-child {
    border-right: none
}
@media (max-width: 992px) {
    #link-error #links-tab-content {
        padding: 10px
    }
    #link-error #error-list .error-list-item {
        padding: 0
    }
}
@media (max-width: 530px) {
    #link-error #error-list .error-list-item .error-url a {
        font-size: 13px;
        max-width: 139px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}
#keywords,
#links {
    padding: 20px 15px
}
.dashboard-tabs>li.active>a {
    background: #1eab6d;
    border: 1px solid #1eab6d;
    border-radius: 0;
    color: #fff
}
.dashboard-tabs>li>a {
    background: #14cc83;
    border: 1px solid #14cc83;
    border-radius: 0;
    color: #fff
}
.dashboard-tabs>#include>a {
    background: #777;
    border: 1px solid #777;
    border-radius: 0;
    color: #fff
}
#keywords-search .form-filter {
    margin-bottom: 0
}
#keywords .search-form {
    margin-bottom: 10px;
    margin-top: 10px
}
#keywords-list .table tbody>tr>.impact {
    padding: 15px 25px
}
@media (min-width: 480px) {
    .table-buttons span.btn-group {
        line-height: 34px;
        margin-right: 10px
    }
}
#keywords .table-buttons .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}
.table-buttons-actions .btn,
.table-buttons .btn-group>.btn-group>button {
    border-radius: 4px !important;
    margin-left: 5px !important
}
.add-to-list button {
    min-width: 160px
}
.add-to-list .dropdown-menu {
    min-width: 162px
}
@media (min-width: 1024px) {
    .add-to-list {
        float: right
    }
    .add-to-list .dropdown-menu {
        float: right;
        right: 0;
        left: auto
    }
}
@media (max-width: 1024px) {
    .table-buttons-actions {
        margin-top: 15px
    }
    .add-to-list .dropdown-menu {
        margin-left: 4px;
        z-index: 9
    }
}
@media (max-width: 540px) {
    .table-buttons .add-to-list>.btn-group>button {
        margin-left: 0px !important;
        margin-top: 10px !important
    }
}
@media (max-width: 380px) {
    .table-buttons-actions button {
        margin-bottom: 10px;
        width: 100%
    }
}
.status span {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}
.keywords-status span {
    margin: 0px auto;
    display: block
}
.legend {
    display: table;
    padding: 12px 8px 8px 8px
}
.legend ul {
    display: table-row;
    vertical-align: inherit;
    margin: 0
}
.legend .status {
    display: table-cell;
    line-height: 1.428571429;
    vertical-align: top
}
.legend-labels span {
    display: inline-block
}
#calendar {
    padding: 0 0 20px 0
}
#calendar .box-header {
    padding: 15px;
    margin: 0 0 20px 0
}
#report-type .btn-group {
    width: 100%
}
#report-type .box-header {
    padding: 15px;
    margin: 0
}
#report-type label {
    background: transparent;
    border: none;
    color: #333;
    padding: 20px 0
}
#report-type label .title {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 24px;
    text-transform: none;
    line-height: 26px
}
#report-type label .text {
    white-space: normal;
    text-transform: none
}
#report-type label.active {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
#report-type label.active .report-illustations {
    border: 5px solid #14cc83
}
#report-type label:focus {
    background: transparent
}
#report-type label:hover {
    background: transparent
}
#report-type .report-illustations {
    width: 120px;
    margin: 0 auto;
    border-radius: 50%
}
.tools-box-info {
    padding: 10px 15px 15px
}
.user-site td {
    background-color: rgba(20, 204, 131, 0.2) !important
}
.chart-legend {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=90)
}
.tooltip-inner {
    background-color: #14cc83
}
.tooltip.right .tooltip-arrow {
    border-right-color: #14cc83
}
#report-navbar .navbar-nav>li>a {
    padding: 6px 12px;
    margin: 8px 5px
}
#report {
    position: relative;
    top: 70px
}
#report #report-wrapper {
    background: #f5f5f5;
    position: relative;
    bottom: 0;
    height: 100%;
    padding: 20px
}
#report #report-wrapper .report-main-title {
    background: #555;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    text-transform: uppercase
}
#report #report-wrapper .report-factor-title {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 20px;
    text-transform: uppercase
}
#report #report-wrapper .report-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0
}
#report #report-wrapper .report-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}
#report #report-wrapper .report-box .report-site-capture {
    display: block;
    position: relative;
    float: left;
    width: 220px;
    padding: 0
}
#report #report-wrapper .report-box .report-site-capture img {
    margin: 8px 0 0 9px;
    width: 166px;
    height: 100px;
    z-index: 2
}
#report #report-wrapper .report-box .report-site-capture .site-capture {
    background-image: url("../images/capture.png");
    background-size: cover;
    margin: 8px 0 0 9px;
    width: 166px;
    height: 100px
}
#report #report-wrapper .report-box .report-site-capture .site-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 177px;
    background: url(../images/mac-device.png) top left no-repeat;
    z-index: 0
}
#report #report-wrapper .report-box #report-url {
    font-size: 20px;
    font-weight: bold
}
#report #report-wrapper .report-box #report-date {
    color: #999
}
#report #report-wrapper .report-box .report-bar {
    height: 7px
}
#report #report-wrapper .report-box .report-bar .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
#report #report-wrapper .report-box .report-box-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}
#report #report-wrapper .report-box .report-box-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}
#report #report-wrapper .report-box .report-box-item .factor-title .factor-status {
    position: relative
}
#report #report-wrapper .report-box .report-box-item .factor-title .factor-status i {
    position: absolute;
    margin-top: 5px
}
#report #report-wrapper .report-box .report-box-item .factor-title .report-bar {
    margin: 10px 10px 10px 0
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-table thead {
    background: #666;
    color: #fff
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-list .report-list {
    margin-top: 5px
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-list .report-list li {
    line-height: 28px
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-list .dl-horizontal dt,
#report #report-wrapper .report-box .report-box-item .factor-description .factor-list .dl-horizontal dd {
    margin-bottom: 10px
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-list .dl-horizontal dt {
    text-align: left
}
#report #report-wrapper .report-box .report-box-item .factor-description .thermometer {
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0;
    height: 15px;
    width: 80%
}
#report #report-wrapper .report-box .report-box-item .factor-description .thermometer-result {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-button .btn {
    margin-top: 15px;
    font-size: 12px;
    padding: 4px 10px
}
#report #report-wrapper .report-box .report-box-item .factor-description .factor-button .btn i {
    font-size: 14px
}
#report #report-wrapper .report-box .report-summary .bars-item {
    margin: 8px 0
}
#report #report-wrapper .report-box .report-summary .bars-item i {
    display: inline-block
}
#report #report-wrapper .report-box .report-summary .bars-item span {
    display: inline-block;
    min-width: 100px
}
#report #report-wrapper .report-box .report-summary .bars-item .report-bar {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    width: 200px
}
#report #report-wrapper .report-box .radial-progress {
    margin: 10px 0 0 10px;
    padding: 0;
    float: right;
    position: relative
}
@media (max-width: 992px) {
    #report #report-wrapper .report-box .report-site-capture {
        display: none
    }
    #report #report-wrapper .report-box .radial-progress {
        display: none
    }
}
@media (max-width: 768px) {
    #report-navbar {
        min-width: 320px
    }
    #report-navbar .navbar-toggle {
        border: none;
        color: #14cc83;
        font-size: 19px;
        padding: 2px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        border-radius: 4px
    }
    #report-navbar .navbar-toggle:hover,
    #report-navbar .navbar-toggle:focus {
        background-color: #f9f9f9 !important;
        border-color: #f9f9f9 !important
    }
    #report-navbar .navbar-collapse {
        border-top: none !important
    }
    #report-navbar .navbar-collapse ul {
        margin-top: 0
    }
    #report-navbar .navbar-nav>li>a {
        background-color: #555 !important;
        border-color: transparent !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff !important;
        padding: 10px 15px;
        line-height: 20px;
        text-align: left
    }
    #report-navbar .navbar-nav>li>a:hover,
    #report-navbar .navbar-nav>li>a:focus {
        background-color: #14cc83 !important;
        color: #fff !important;
        border-color: #14cc83 !important
    }
    #report .navmenu {
        background: #555;
        border: none
    }
    #report .navmenu-nav>li>a {
        background-color: #555 !important;
        border-left: none;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #444;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff !important;
        padding: 10px 15px;
        line-height: 20px;
        text-align: left
    }
    #report .navmenu-nav>li>a:hover,
    #report .navmenu-nav>li>a:focus {
        background-color: #333 !important;
        color: #fff !important;
        border-color: #333 !important
    }
    #report .navmenu-nav>li.active>a {
        background-color: #14cc83 !important;
        color: #fff !important;
        border-color: #14cc83 !important
    }
    .report-mobile-navbar {
        display: none !important;
        background-color: #333;
        color: #fff;
        padding: 0;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 10000
    }
    .report-mobile-navbar .navbar-toggle {
        border: none !important;
        color: #fff;
        float: left;
        font-size: 19px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: 15px;
        border-radius: 4px
    }
    .report-mobile-navbar .navbar-toggle:hover,
    .report-mobile-navbar .navbar-toggle:focus {
        background-color: transparent !important;
        border-color: none !important
    }
    .report-mobile-navbar .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .report-mobile-navbar .navmenu-nav>li.active>a {
        background-color: #14cc83 !important;
        color: #fff !important;
        border-color: #14cc83 !important
    }
}
@media (max-width: 480px) {
    #report #report-wrapper .report-box .report-summary .bars-item .report-bar {
        margin-left: 0
    }
}
#report .navmenu,
#report .navbar-offcanvas {
    width: 16.66666667%
}
#report .navmenu-fixed-left,
#report .navmenu-fixed-right,
#report .navbar-offcanvas {
    top: 70px
}
#report .navmenu-default,
#report .navbar-default .navbar-offcanvas {
    background-color: #555;
    border: none
}
#report .navmenu-default .navmenu-nav>li>a,
#report .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #fff;
    border-bottom: 1px solid #444
}
#report .navmenu-default .navmenu-nav>li>a:hover,
#report .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
#report .navmenu-default .navmenu-nav>li>a:focus,
#report .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
    color: #fff;
    background-color: #333
}
#report .navmenu-default .navmenu-nav>.active>a,
#report .navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
#report .navmenu-default .navmenu-nav>.active>a:hover,
#report .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
#report .navmenu-default .navmenu-nav>.active>a:focus,
#report .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
    color: #fff;
    background-color: #14cc83
}
@media (min-width: 768px) and (max-width: 991px) {
    #report .navmenu,
    #report .navbar-offcanvas {
        width: 25%
    }
}
@media (max-width: 767px) {
    #report .navmenu,
    #report .navbar-offcanvas {
        width: 300px
    }
    #report .navmenu-fixed-left,
    #report .navmenu-fixed-right,
    #report .navbar-offcanvas {
        top: 131px
    }
}
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.modal-header {
    background: #ff7b33;
    text-align: center
}
.modal-title {
    color: #fff;
    font-weight: 300
}
.modal-header h4 {
    color: #fff;
    font-weight: 400;
    margin-top: 0
}
.modal-body {
    background: #f5f5f5
}
.modal-body .factor-status {
    position: relative
}
.modal-body .factor-status i {
    position: absolute;
    margin-top: 5px
}
.modal-body .factor-status .report-factor-title {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 20px;
    text-transform: uppercase
}
.modal-body label {
    font-weight: 600
}
.modal-body input {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.modal-body ul.social-login li {
    display: block;
    float: left;
    margin: 0 0 15px 15px;
    overflow: hidden;
    width: 92%
}
.modal-footer {
    margin: 0;
    padding: 10px 15px
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 30px auto
    }
}/*# sourceMappingURL=style.css.map */
.text-area-comment{
    resize: none;
}

p.logs{
    text-align: left;
    column-count: 3;    
}
.modal-dialog{
    width: 80%; 
    text-align: left;
}

.collapse {
    display: block;
}
.dropdown-toggle::after{
    display: none!important;
}

.white{
    color: #ffffff;
}

.btn-orange{
    background: #ff6700;
    border-radius: 50px;
    border: none;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 2px;
    padding: 15px 30px;
    color: #ffffff;
}
.btn-orange:hover {
    background: #ff4900;
}

.upper{
    text-transform: uppercase;
}

.container-login{
    height: 100vh;
    background-color: #F7F5F9;
}

.intro-container, #footerDashboard, #footerWellcome{
    background-color: #11031D;
    background-image: url('../images/bg-footer.svg');
    background-repeat: no-repeat ;
    background-size: cover;
}

.intro-container h1{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.9em;
    line-height: 1.5em;
    letter-spacing: 0.07em;
}

.intro-container p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0.07em;
}

.form-container img{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.form-container h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #11031D;
}
.form-container .form input, .form-container .form input {
    background: #FFFFFF;
    opacity: 0.5;
    border: 1px solid #D0C9D6;
    border-radius: 50px;
}

#dashboard-nav{
    font-size: 18px;
    background-color: #ffffff;
    margin-bottom: 0 !important;
    z-index: 1000;
    font-family: 'Josefin Sans', sans-serif;
}
#dashboard-nav a#logout{
    background: #f9e8e0;
    border-radius: 50%;
    color: #ff6700;
    width: 50px;
    height: 50px;
    text-align: center;
}
#dashboard-nav a#logout:hover{
    background: #ff6700;
    border-radius: 50%;
    color: #f9e8e0;
    width: 50px;
    height: 50px;
    text-align: center;
}
a#logo-navbar.navbar-brand {
    padding: 0;
    width: 120px;
    height: auto;
}

.rrss ul {
    display: flex;
    padding: 0;
}
.rrss ul li{
    list-style: none;
    padding: 0 5px;
}

footer img{
    width: 100%;
}
footer h2{
    font-size: 1.25em;
    margin-top: 0;
}
footer p{
    font-size: .75em;
}

#exampleModalFullscreen{
    z-index: 9999999;
}
div#text-wellcome {
    height: 50vh;
}
#text-wellcome h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

.filtro-letra ul li{
    font-size: 20px;
    padding: 0 15px;
}
.listado-clientes ul{
    column-count: 4;
    margin-top: 3em;
}
.listado-clientes ul li {
    text-align: center;
    padding: 10px 0 10px 0;
}

.modal-header{
    background: white !important;
    display: block !important;
}
.search input {
    margin: 0 auto;
    width: 90% !important;
    padding: 6px;
    border-radius: 0;
    border: none;
    background: transparent;
}
.search button {
    position: absolute;
    top: 3px;
    left: 90% !important;
    background: transparent;
    border: 0;
}
.search {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 25%;
}
.cerrar-listado {
    background: transparent;
    border: none;
    color: #ff6700;
}
a.nav-link {
    color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #f44336 !important;
    color: #fff;
}

.menu-dashboard{
    width: 100%;
}
/* MODAL CLIENTES */
.filtersection {
    margin: 40px 0;
}
.filtersection ul {
    margin: 0;
    padding: 0;
}
.filtersection ul li {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding: 5px 12px;
    cursor: pointer;
    position: relative;
}
@media (min-width: 0) and (max-width: 1199.98px) {
    .filtersection ul li {
        margin: 0 5px 5px 0;
    }

}

.filtersection ul li .count_pp {
    display: none;
    color: #333;
    position: absolute;
    top: -40px;
    left: 0;
    padding: 5px 12px;
}
.filtersection ul li.current,
.filtersection ul li:hover {
    background-color: #ff6700;
    color: #ffffff;
}
.filtersection ul li:hover .count_pp {
    display: inline;
}
@media (min-width: 0) and (max-width: 1199.98px) {
    .filtersection ul li:hover .count_pp {
        display: none;
    }
}
.filtersection ul li.disabled {
    color: #ccc;
    cursor: default;
}


/* REPORTE CLIENTE */

.contenedor-reporte{
    background-color: #F7F5F9;
    padding: 10px;
}
.title-report{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px !important;
}
.nav>li {
    width: 100%;
}
.sidebar{
    background-color: white !important;
    padding: 0 !important;
    font-family: 'Josefin Sans', sans-serif !important;
}
.sidebar .navmenu-fixed-left .nav-sidebar>li>a {
    border-bottom: none!important;
    color: #000 !important;
    font-size: 1.15em !important;
    font-weight: 400 !important;
    padding: 15px 25px !important;
    text-decoration: none;

}
.menu-sidebar {
    margin-left: 0!important;
}
.sidebar .nav-sidebar>li>a:hover, .sidebar .nav-sidebar>li>a:focus {
    background-color: #f4f4f4 !important;
    /*border-left: 10px solid #ff6700!important;*/
}
.bi-chevron-right{
    font-size: 12px;
}
li.menu-sidebar .icon-sidebar {
    background-color: #fae8e1;
    padding: 9px;
    border-radius: 50px;
    color: #ff6701;
}
.sidebar .nav-sidebar .panel-collapse{
    background-color: #ffffff;
}
.sidebar .nav-sidebar .panel-body .nav>li>a {
    color: #333333;
    padding-left: 30px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 1.15em !important;
}
.sidebar .nav-sidebar .panel-body .nav>li>a:hover {
    background-color: #f2f2f2;
    color: #333333;
}
.sidebar .nav-sidebar .down, .sidebar .nav-sidebar .up{
    font-size: 12px;
}

div#selector{
    width: 80%!important;
}
#selector p{
    margin-left: 20px;
    font-size: 1.15em !important;
}
.form-select{
    font-size: 1.15em !important;;
}
select#emp-selector {
    margin-left: 20px;
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 50px;
    font-size: 1.15em;
    background: #f7f7f7;
}
.contenedor-reporte h3{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif !important;
}
.contenedor-section{
    padding: 0;
}
.contenedor-section .view-grid{
    box-shadow: none!important;
}
p.chart-title {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-align: left !important;
    margin-bottom: 0 !important
}
.btn-read-report {
    background: #11041d !important;
    color: #fff;
    padding: 6px 7px;
    margin-right: 5px;
    white-space: normal;
    font-size: 12px;
    border-radius: 50px !important;
    width: auto;
}
.bg-report {
    /*width: 100% !important;*/
    border-radius: 20px !important;
    height: auto !important;
    background-color: #ffffff;
    padding: 20px;
}
.btn-read-report {
    background: #11031D;
    color: #fff;
    padding: 6px 20px;
    margin-right: 5px;
    white-space: normal;
    font-size: 12px;
    border-radius: 50px;
}
.picker {
    height: auto;
    padding: 6px 0px;
    border: none;
    margin-top: 5px;
    background-color: #ff670017;
    border-radius: 50px;
    text-align: center;
    width: 20%;
}
.picker::placeholder{
    color: #ff6700;
}
.comment .save-comment, .btn-read-more, .ask-ai {
    border-radius: 50px;
    text-transform: capitalize;
}
.btn:hover, .btn:focus {
    color: #fff;
    background: #ff6700;
}
.filter-area select {
    margin-top: 8px;
    width: 100%;
    height: 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    padding: 0 1px 0 12px;
    color: #d3d3d3;
}
.filter-area button {
    border-radius: 50px;
    background-color: #ff6700;
    border: none;
    padding: 6px 10px;
    margin-left: 5px;
    color: #fff;
}
div#example1_filter input, #example2_filter input, #example4_filter input {
    border: 1px solid #909090;
    border-radius: 50px;
    padding: 5px 15px;
}
.red span{
    background-color: #FF004D;
    color: #ffffff;
    border-radius: 50px;
    padding: 2px 14px;
}
.green span{
    background-color: #00FF66;
    color: #000000;
    border-radius: 50px;
    padding: 2px 14px;
}
.navbar-nav>li>a:hover {
    text-decoration: none;
}

.report-view {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    text-align: left;
    height: 120px !important;
    padding: 20px !important;
    border: 1px solid #eee;
    border-radius: 0;
}

.gr-container {
    margin-left: 0;
}

span.positive {
    background-color: #00FF66;
    padding: 3px 10px;
    border-radius: 50px;
}

span.negative {
    background-color: #FF004D;
    color: white;
    padding: 3px 10px;
    border-radius: 50px;
}
.dataTable {
    font-size: 14px;
}

#boton_menu_media_query button {
    color: #000000;
    background-color: transparent;
}
#menu_desplegable_mobile {
    left: 0;
    top: 92px;
    width: 100%;
    background-color: #ffffff;
    /*padding: 20px 0;*/
}
#dashboard-navbar .navbar-brand{
    background-image: none!important;
}
#menu_desplegable_mobile a{
    color: #000000 !important;
}

ul.dropdown-menu{
    border: none;
}
.dropdown-menu>li>a {
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu>li>a:hover {
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f2f2f2!important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 25px;
}
.paginate_button {
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0.1em 0.9em!important;
    font-size: 14px;
    color: #333333;
}

.alpha-filter > a {
    text-decoration: none;
}

.comment .save-comment {
    background:  rgb(255,123,51);
    color: #fff;
    padding: 5px 12px 3px 12px!important;
}

.ask-ai {
    background:  rgb(255,123,51);
    color: #fff;
    padding: 5px 12px 3px 12px!important;
}

.disable-ask-ia {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.ask-ai-loading {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.ai-table-separator {
    margin-top: 20px;
}

.ai-table-btn {
    height: 32px;
    width: 130px;
    font-size: 14px;
}

.ai-table-title  {
    font-size: 14px;
}

.ai-table-textarea {
    font-size: 14px;
    height: 130px !important;
}