/*
 *  WeHub CSS Theme
 *
 * Menu Background          #FFFFFF 	    (white)
 * Selected Menu Item       #009BDB         (medium blue)
 * Label Info               #4972B1 	    (dark blue)
 * Hover                    #e6f7ff 		(very light blue)
 * Active Hover             #b3e8ff         (medium light blue)
 *
*/

.hint {
    color: #009BDB;
}

.btn-toolbar {
    margin: 0px !important;
}

.h-115 {
    height: 115px !important;
}

.full-height {
    height: 100% !important;
}

.text-selectable {
    -khtml-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.tip {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 25px solid #ffffff;
    position: absolute;
    display: block;
    height: 20px;
    width: 1px;
}

.tableexport-caption {
    margin: 0px !important;
}

.outer-tip {
    border-bottom: 25px solid rgba(86, 96, 117, 0.4);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    display: block;
    height: 20px;
    width: 1px;
}

.top-li {
    float: left !important;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}

.button-modulo {
    font-size: 3em !important;
}

.gesture-container {
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
}

.gesture-column {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    z-index: 9999 !important;
}

.sidebar-message[data-selected="1"], .sidebar-message[data-selected="1"]:hover, .sidebar-message[data-selected="1"]:active, .sidebar-message[data-selected="1"]:focus, .sidebar-message:hover {
    background-color: #b3e8ff !important;
}

.notification-icon {
    color: #333;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.notification-icon[data-unread="1"] {
    color: #009BDB;
}

.notification {
    background-color: #ffffff;
}

    .notification[data-unread="1"] {
        background-color: #e6f7ff;
    }

.notification-time {
    color: #333;
}

    .notification-time[data-unread="1"] {
        color: #009BDB;
    }

#right-sidebar-menu {
    border-right: 1px solid #e7eaec !important;
    margin-right: -1px !important;
    width: 260px !important;
}

#right-sidebar-detail {
    border-left: 1px solid #e7eaec !important;
}

#right-sidebar-menu, #right-sidebar-detail {
    min-height: 100%;
    height: auto !important;
}

#right-sidebar, #right-sidebar-detail {
    transition: 0.5s ease;
}

    #right-sidebar-detail.collapsed {
        margin-left: -25% !important;
        display: block !important;
    }

    #right-sidebar.right-sidebar-open {
        width: 70% !important;
    }

    #right-sidebar.right-sidebar-closed {
        width: 260px !important;
    }

.info-form-label {
    font-size: 14px;
    color: #009BDB;
}

.warning-form-label {
    font-size: 14px;
    color: #f8ac59;
}

.danger-form-label {
    font-size: 14px;
    color: #ed5565;
}

.skin-wehub .wrapper-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-scroll {
    overflow: hidden !important;
}

.wrapper-login {
    padding-right: 1% !important;
    padding-left: 1% !important;
    padding-top: 11% !important;
}

.wrapper-fullpage {
    padding-right: 10em !important;
    padding-left: 10em !important;
    top: 10em !important;
}

.wrapper-registro {
    padding-top: 9% !important;
}

.footer-login {
    position: absolute;
    bottom: 0;
}

.footer-registro {
    padding-bottom: 15px !important;
    position: absolute;
    bottom: 0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}

.itabs-title {
    padding-bottom: 0px !important;
    text-align: center !important;
    margin: auto !important;
}

.itabs-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
}

@media (max-height: 1200px) {
    .wrapper-fullpage {
        top: 20em !important;
    }

    .wrapper-fullpage {
        top: 15em !important;
    }
}

@media (max-height: 800px) {
    .wrapper-login {
        padding-top: 7% !important;
    }

    .wrapper-registro {
        padding-top: 4% !important;
    }

    .wrapper-fullpage {
        top: 10em !important;
    }
}

@media (max-height: 650px) {
    .wrapper-login {
        padding-top: 4% !important;
    }

    .wrapper-registro {
        padding-top: 2% !important;
    }

    .wrapper-fullpage {
        top: 3em !important;
    }
}

@media (max-height: 625px) {
    .wrapper-registro {
        padding-top: 0% !important;
    }

    .footer-registro {
        display: none;
    }
}

@media (max-height: 550px) {
    .wrapper-login {
        padding-top: 2% !important;
    }
}

@media (max-height: 465px) {
    .wrapper-login {
        padding-top: 0% !important;
    }

    .footer-login {
        display: none;
    }
}

.button-modulo:hover {
    color: #009BDB;
}

.img-modulo-login {
    position: absolute !important;
    object-fit: cover !important;
    opacity: 0.6 !important;
    z-index: 0 !important;
    top: 0px;
}

.login-carousel {
    position: relative !important;
    z-index: 10000 !important;
}

.margin-middle {
    margin-top: 12em !important;
}

.footable-even:hover, .footable-odd:hover {
    background-color: #e7eaec !important;
}

.footable-detail-show, .footable-detail-show:hover {
    background-color: #e7eaec !important;
}

.footable-row-detail, .footable-row-detail:hover {
    border-bottom: 2px solid #b2b2b2 !important;
    background-color: #e7eaec !important;
}

.footable-row-detail-inner {
    width: 100% !important;
}

.footable-row-detail-name {
    padding-right: 0px !important;
}

caption {
    background-color: white !important;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active,
.btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active,
.btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: grey !important;
    border-color: grey !important;
}

.hover-spin:hover {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.clickable-row {
    cursor: pointer;
    cursor: hand;
}

.footer-info {
    padding-bottom: 20px;
}

.side-container-partial {
    display: none;
}

.divider-small-width, .divider-medium-width, .chart-dashboard-warning {
    display: none;
}

.col-footer-dashboard {
    font-size: 85%;
}

.text-percentage-dashboard {
    font-size: 50%;
}

.logo-nav {
    margin: 1px;
    background: white;
    padding: 8px 3px 8px 3px;
}

.logologin {
    max-width: 95%;
    padding-top: 3em;
    margin-bottom: 50px;
}

.logosmall {
    height: 45px;
    width: 215px;
}

.gray-bg {
    background: #f4f6fa !important;
}

.marca-dagua {
    display: inline-block !important;
    padding: 8px 8px 8px 8px;
    vertical-align: bottom;
    position: relative;
    text-align: center;
    opacity: 0.5;
    bottom: 0;
}

.img-primary {
    color: #009BDB !important;
}

.btn-image-inside {
    font-size: 15px !important;
    height: 100% !important;
    width: 100% !important;
}

.btn-image-small {
    font-size: 15px !important;
}

.btn-image-inside-small {
    height: 30px !important;
}

.btn-image:hover > .btn-image-inside, .btn-image:active > .btn-image-inside, .btn-image:focus > .btn-image-inside {
    color: #009BDB !important;
}

.btn-image-success:hover > .btn-image-inside, .btn-image-success:active > .btn-image-inside, .btn-image-success:focus > .btn-image-inside {
    color: #78bf82 !important;
}

.btn-image-danger:hover > .btn-image-inside, .btn-image-danger:active > .btn-image-inside, .btn-image-danger:focus > .btn-image-inside {
    color: #ed5565 !important;
}

.btn-info, .btn-default {
    background-color: #009BDB !important;
    border-color: #009BDB !important;
    color: white !important;
}

.btn-muted {
    background-color: lightgray !important;
    border-color: lightgray !important;
    color: black !important;
}

.btn-warning {
    background-color: #f8ac59 !important;
    border-color: #f8ac59 !important;
    color: white !important;
}

.btn-success {
    background-color: #78bf82 !important;
    border-color: #78bf82 !important;
    color: white !important;
}

.btn-danger {
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
    color: white !important;
}

.btn-file {
    background-color: #ffc870 !important;
    border-color: #ffc870 !important;
    color: #a5834c !important;
}

.btn-custom {
    color: #fff;
    background-color: #009BDB;
    border: 1px solid #009BDB;
}

.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: white !important;
    border-color: #009BDB !important;
    color: #009BDB !important;
}

.btn-muted:hover, .btn-muted:active, .btn-muted:focus {
    background-color: white !important;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background-color: white !important;
    border-color: #f8ac59 !important;
    color: #f8ac59 !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: white !important;
    border-color: #78bf82 !important;
    color: #78bf82 !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background-color: white !important;
    border-color: #ed5565 !important;
    color: #ed5565 !important;
}

.btn-file:hover, .btn-file:active, .btn-file:focus {
    background-color: #a5834c !important;
    border-color: #a5834c !important;
    color: #ffc870 !important;
}

.btn-custom:hover {
    border: 1px solid #009BDB;
    background-color: #fff;
    color: #009BDB;
}

body.mini-navbar .side-container-full {
    display: none;
}

body.mini-navbar .side-container-partial {
    display: block;
}

.profile-circle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 100px;
    height: 100px;
    padding: 28px;
    background: #ffffff;
    border: 2px solid #009BDB;
    color: #009BDB;
    text-align: center;
    align-content: center;
    font: 32px Arial, sans-serif;
    margin: auto;
}

.profile-circle-text {
    color: #009BDB;
}

.label-finalized {
    background-color: #1cc66e;
}

    .label-finalized[href]:hover, .label-finalized[href]:focus {
        background-color: #1dd375;
    }

.label-conflicted {
    background-color: #700000;
}

    .label-conflicted[href]:hover,
    .label-conflicted[href]:focus {
        background-color: #a50000;
    }

.bg-finalized,
.label-finalized,
.badge-finalized {
    background-color: #1cc66e;
    color: #FFFFFF;
}

.bg-conflicted,
.label-conflicted,
.badge-conflicted {
    background-color: #700000;
    color: #FFFFFF;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sk-spinner-rotating-plane.sk-spinner {
    background-color: #009BDB;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #009BDB;
}

.table-responsive {
    overflow-x: inherit;
}

.pace .pace-progress {
    background: #009BDB;
}

.label-info {
    background: #4972B1;
}

.sweet-alert.show-input input {
    text-align: center;
}

.sweet-alert .sa-input-error.show {
    display: none !important;
}

.sa-button-container .confirm {
    background-color: #009BDB !important;
    border: 1px solid #009BDB !important;
    box-shadow: none !important;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #e6f7ff;
    }

    100% {
        border-color: #009BDB;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #e6f7ff;
    }

    100% {
        border-color: #009BDB;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #e6f7ff;
    }

    100% {
        background-color: #009BDB;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #e6f7ff;
    }

    100% {
        background-color: #009BDB;
    }
}

.form-control:focus, .single-line:focus {
    border: 1px solid #009BDB !important;
}

.skin-wehub .minimalize-styl-2 {
    margin: 15px 15px 15px 15px;
}

.skin-wehub .navbar-top-links li:last-child {
    margin-right: 30px;
}

.skin-wehub.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}

.skin-wehub .spin-icon {
    background: #001A5A !important;
}

body.boxed-layout.skin-wehub #wrapper {
    background: #F3A530;
}

.skin-wehub .nav-header {
    background-color: #FFFFFF;
    background-image: none;
}

.skin-wehub.mini-navbar .nav-second-level {
    background: #F3A530;
}

.skin-wehub .breadcrumb {
    background: transparent;
}

.skin-wehub .page-heading {
    border: none;
}

.skin-wehub .nav > li.active {
    background: #009BDB;
}

.fixed-nav.skin-wehub .navbar-fixed-top {
    background: #fff;
}

.skin-wehub .nav > li > a {
    color: #676a6c;
}

.skin-wehub .nav > li.active > a {
    color: #fff;
}

.skin-wehub .navbar-minimalize,
.skin-wehub .navbar-minimalize:focus {
    color: #FFF;
    background: #009BDB;
    border: 1px solid #009BDB;
}

    .skin-wehub .navbar-minimalize:hover {
        background-color: #ffffff;
        color: #009BDB;
    }

body.skin-wehub {
    background: #FFFFFF;
}

.skin-wehub .navbar-static-top {
    background: #ffffff;
}

.skin-wehub .dashboard-header {
    background: transparent;
    border-bottom: none !important;
    padding: 20px 30px 10px 30px;
}

.skin-wehub .wrapper-content {
    padding: 30px 15px;
}

.skin-wehub #page-wrapper {
    background: #f4f6fa;
}

.skin-wehub .ibox-title,
.skin-wehub .ibox-content {
    border-width: 1px;
}

    .skin-wehub .ibox-content:last-child {
        border-style: solid solid solid solid;
    }

.skin-wehub .nav > li.active {
    border-left: 4px solid #009BDB;
}

.skin-wehub .nav-header {
    background-color: #FFFFFF;
    padding: 35px 25px 25px 25px;
}

    .skin-wehub .nav-header a.dropdown-toggle {
        color: #676a6c;
        margin-top: 10px;
    }

        .skin-wehub .nav-header a.dropdown-toggle .text-muted {
            color: #676a6c;
            opacity: 0.8;
        }

.skin-wehub .profile-element {
    text-align: center;
}

.skin-wehub .img-circle {
    border-radius: 5px;
}

.skin-wehub .navbar-default .nav > li > a:hover,
.skin-wehub .navbar-default .nav > li > a:focus {
    background: #009BDB;
}

.skin-wehub .nav.nav-tabs > li.active > a {
    color: #555;
}

.skin-wehub .nav.nav-tabs > li.active {
    background: transparent;
}

body.skin-wehub.mini-navbar .nav-header {
    background-color: #009BDB;
}

.skin-wehub .nav.nav-second-level {
    background-color: #FFFFFF;
}

.skin-wehub .login-box {
    background-color: #fff;
    border-radius: 25px;
    border: 4px solid #e7eaec;
    padding: 20px;
    top: 20%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bg-white {
    background-color: #fff !important;
}

.skin-wehub #page-wrapper {
    border-left: 1px solid #e7eaec;
}

@media (max-width: 3600px) {
    .table-responsive {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width: 1400px){
    .table-responsive-md {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        overflow-y: hidden;
    }

    .table-responsive-md .dropdown-menu {
            position: relative !important;
            transform: unset !important; 
            left: unset !important;
    }

    .table-responsive-md .typeahead.dropdown-menu {
        position: static !important;
    }

    .table-responsive-md .dropdown-backdrop {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .divider-big-width {
        display: none;
    }

    .divider-medium-width {
        display: block;
    }

    .col-header-dashboard {
        text-align: center !important;
        width: 100% !important;
    }
}

@media (min-width: 1300px) {
    .col-padding-right-fix {
        padding-right: 25px !important;
    }

    .col-padding-left-fix {
        padding-left: 25px !important;
    }
}

@media (max-width: 1200px) {
    .itabs .ibox-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0px !important;
        border-top: 0px !important;
        display: block !important;
    }

    .itabs-collapse {
        display: none !important;
    }

    .scroll-sm {
        overflow: visible !important;
    }

    .wrapper-login-image {
        display: none !important;
    }

    .enlarge {
        width: 100% !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .text-center-md {
        text-align: center !important;
    }
}

@media (max-width: 1180px) {
    #right-sidebar-menu[data-details-visible="1"] {
        display: none !important;
    }

    #right-sidebar-detail {
        width: 100% !important;
    }

    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        overflow-y: hidden;
    }

    .table-responsive .dropdown-menu {
        position: relative !important;
        transform: unset !important;
        left: unset !important;
    }

    .table-responsive .typeahead.dropdown-menu {
        position: static !important;
    }

    .table-responsive .dropdown-backdrop {
        display: none !important;
    }
}

@media (max-width: 995px) {
    .logologin {
        max-width: 95%;
    }

    .footer-registro {
        display: none;
    }

    .margin-middle {
        margin-top: 12em !important;
    }

    .col-footer-dashboard {
        text-align: center !important;
        width: 100% !important;
    }

    .divider-small-width {
        display: block;
    }

    .divider-medium-width {
        display: none;
    }

    .text-center-sm {
        text-align: center !important;
    }
}

@media (max-width: 800px) {
    .logologin {
        max-width: 90%;
    }

    .wrapper-fullpage {
        padding-right: 3em !important;
        padding-left: 3em !important;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-bottom: 4px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .top-li.dropdown.open > #notification-bell-count {
        left: 25.5em !important;
    }
}

@media (max-width: 768px) {
    .top-li.dropdown.open > #notification-bell-count {
        left: unset !important;
    }
}

@media (max-width: 767px) {
    .ibox-content {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    
    .text-center-xs {
        text-align: center !important;
    }

    .gray-bg {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .margin-middle {
        margin-top: 8em !important;
    }

    #right-sidebar-menu, #right-sidebar.sidebar-open {
        width: 100% !important;
    }

    .dropdown-menu.dropdown-alerts {
        width: auto !important;
    }
}

@media (max-width: 600px) {
    .logologin {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .footer {
        display: none;
    }

    .chart-dashboard {
        display: none;
    }

    .chart-dashboard-warning {
        display: block;
    }
}

@media (max-width: 400px) {
    .logologin {
        max-width: 100%;
    }

    #logo-navbar-small {
        display: none!important;
    }
}

@media (max-width: 315px) {
    .img-login-mobile {
        display: none !important;
    }
}

.swal2-container {
    z-index: 99999!important;
}

.swal2-popup {
    font-size: medium !important;
}

.no-margin {
    margin: 0px !important;
}

.no-border {
    border: 0px !important;
}

.select2-container {
    z-index: 999999!important;
}

.select2-results__option[aria-disabled=true] {
    display: none !important;
}

.typeahead .dropdown-menu {
    position: initial !important;
}

.clearfix {
    overflow: -webkit-paged-x !important;
}

.xlsx, .xlsm, .xlsb, .txt, .xls, .csv, .txt {
    float: right!important;
}

.dropdown-menu:not(.dropdown-alerts) > li {
    text-overflow: ellipsis!important;
    overflow: hidden!important;
}

.dropdown-menu:not(.dropdown-alerts):not(.typeahead) > li {
    white-space: nowrap !important;
}

.dropdown-menu.typeahead > li > a {
    white-space: inherit !important;
}

.select2, .select2-selection, .select2-selection__rendered, .select2-selection__arrow {
    height: 34px !important;
}

li.select2-selection__choice {
    margin-top: 3px !important;
}

.tooltip {
    z-index: 9999999 !important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.mt-5 {
    margin-top: 5px;
}

ul.typeahead.dropdown-menu {
    z-index: 9999999;
}

textarea {
    font-size: 15px;
}