.table-bordered > tbody > tr > td.conVerticalAlignMiddle {
    vertical-align: middle;
}

.capaPermisos, .capaPass {
    display: none;
}

.logo {
    height: 35px;
}

.logo img {
    height: 70px;
    margin-top: 0px;
}

.logo-container .logo img {
    height: 35px;
    margin-top: 0px;
}

.footerFIX {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    border-radius: 0;
}

.footerFIX .col-sm-12 {
    text-align: right;
}
.footerFIX #btnsEstandar {
    display: block;
}

.footerFIX #btnsNoGuardar {
    display: none;
}

.footerFIX.no_guardar #btnsEstandar {
    display: none;
}

.footerFIX.no_guardar #btnsNoGuardar{
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
}
.footerFIX.no_guardar {
    background-color: red;
}

.sidebar-left {
    z-index: 9999;
    background-color: #282828;
}
.sidebar-left .nano{
    background-color: #282828;
}
.page-header{
    background-color: #282828;
}
.sidebar-left .sidebar-header .sidebar-toggle{
    background-color: #282828;
}

.conFondo {
    /* background-image: url(../images/fondo.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f6f9ed;
    background-size: cover;
    position: relative;
}

.conFondo:after {
    content: " ";
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.conFondo .body-sign {
    position: relative;
    z-index: 999;
}
.conFondo .body-sign a{
    color: #A7EA81;
}

.conSummer2 .note-toolbar {
    height: 0 !important;
    padding: 0 !important;
    border-bottom: 0px !important;
    overflow: visible;
    z-index: 99;
}

.conSummer2 .note-font {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: -1px !important;
    margin-right: -1px !important;
}

.conSummer2 .note-font button {
    padding: 8px 10px !important;
    width: 40px !important;
}

.conSummer2 .note-editable {
    padding: 6px 10px !important;
}

.conSummer2 .note-editor {
    margin-bottom: 0;
}

.ui-state-highlight {
    height: 52px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fileupload-exists .uneditable-input {
}

.fileupload .btn {
    margin-left: -1px;
}

.ui-pnotify {
    z-index: 999999 !important;
}

.dropzone.dz-started .dz-message {
    display: block !important;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.dropzone.dz-clickable {
    text-align: center;
}

.dropzone .dz-preview {
    margin-top: 0;
}

.colorpicker {
    z-index: 99999;
}

.modal-block {
    max-width: 90%;
}

.page-header .breadcrumbs {
    padding: 0 22px;
}

.table th {
    width: auto !important;
    max-width: 99999px !important;
    min-width: 0px !important;
}

.table th.actions {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}

.table th.actionsUsers {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
}

.table th.visibility {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
}

.table th.dePrecio {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
}

.table th.deInputNumber {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

.table th.deInputTextPq {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
}

table.table {
    max-width: 100% !important;
    width: 100% !important;
}

.table-responsive {
    min-height: .01%;
}


.multipleLargo .btn-group {
    width: 100% !important;
}

.multipleLargo .btn-group button {
    width: 100% !important;
    text-align: left;
}

.multipleLargo .btn-group button .caret {
    float: right;
    margin: 8px 0;
}

.paraRellenarONO .btn-danger {
    display: none;
}

.paraRellenarONO.On .btn-info {
    display: none;
}

.paraRellenarONO.On .btn-danger {
    display: inline-block;
}

.paraRellenarONO2 .btn-danger {
    display: none;
}

.paraRellenarONO2.On .btn-info {
    display: none;
}

.paraRellenarONO2.On .btn-danger {
    display: inline-block;
}

.paraRellenarONOC .btn-danger {
    display: none;
}

.paraRellenarONOC.On .btn-info {
    display: none;
}

.paraRellenarONOC.On .btn-danger {
    display: inline-block;
}

.select2-container--bootstrap {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .footerFIX .btn.btn-info {
        display: none;
    }

    .footerFIX .btn.btn-warning {
        display: none;
    }

    .header .header-right {
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0;
        z-index: 999;
        width: auto;
        background-color: transparent;
        right: 85px;
    }

    .dataTables_wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 15px;
}

.dataTable thead select {
    padding: 5px 010px;
    width: 100%;
    height: auto;
}

.dataTable thead th {
    vertical-align: middle !important;
}

.fc-day-grid-event .fc-time {
    display: none;
}

.footerFIX .btn {
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    html.flexbox .content-body, html.flexboxlegacy .content-body {
        width: calc(100% - 200px);
    }

    .footerFIX {
        width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 767px) {
    .header .header-right {
        right: 40px;
    }

    .userbox:after {
        display: none;
    }

    .notifications {
        margin-left: 15px;
    }
}


@media only screen and (max-width: 767px) {
    #topic_title {
        display: none !important;

    }
}

/* Base */
a,
.btn-link {
    color: #282828;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #A7EA81;
}

a:active,
.btn-link:active {
    color: #A7EA81;
}

/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #A7EA81;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
        color: #A7EA81;
    }

    html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
        background-color: #A7EA81;
    }

;
}

/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
    html.boxed .header {
        border-top-color: #A7EA81;
    }

;
}

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
    html.boxed .header {
        border-top-color: #A7EA81;
    }

    html.boxed .sidebar-right {
        border-top-color: #A7EA81;
        min-height: 0;
    }

;
}

/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
    background: #A7EA81;
}

/* Mailbox */
.mailbox .mailbox-mail-list li.active {
    background: #A7EA81;
}

.mailbox .mailbox-mail .mailbox-close-mail {
    color: #A7EA81;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
    color: #6b9f23;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
    color: #A7EA81;
}

/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
    background-color: #A7EA81;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
    background-color: #A7EA81;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
    background-color: #A7EA81;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
    box-shadow: 0 0 8px -1px #A7EA81;
}

/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #A7EA81;
    color: #282828;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #A7EA81;
    background-color: #282828;
}
.body-sign .panel-sign .panel-body label{
    color: #f6f9ed;
}
.body-sign .panel-sign .panel-footer{
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-sign .panel-sign .panel-footer p{
    margin-right: 1rem;
    margin-bottom: 0px;
}

/* Lock Screen */
.body-locked .current-user .user-image {
    border-color: #A7EA81;
}

/* Blockquote */
blockquote.primary {
    border-color: #A7EA81;
}

/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
    color: #A7EA81;
    background-color: #d8efb8;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
    background-color: #A7EA81;
}

/* Dropdown Menu */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #A7EA81;
}

.open > .dropdown-toggle.btn-primary {
    background: #A7EA81;
    border-color: #4f7519;
    color: #282828;
}

body .btn-primary.dropdown-toggle {
    border-left-color: #74ac25;
}

/* Buttons */
body .btn-primary {
    text-shadow: none;
    background-color: #A7EA81;
    border-color: #A7EA81;
    color: #282828;
}

body .btn-primary:hover {
    border-color: #6b9f23 !important;
    background-color: #6b9f23;
}

body .btn-primary:active,
body .btn-primary:focus {
    border-color: #4f7519 !important;
    background-color: #4f7519;
}

body .btn-primary[disabled] {
    border-color: #94d43a !important;
    background-color: #94d43a;
}

body .btn-success {
    color: #282828;
    text-shadow: none;
    background-color: #A7EA81;
    border-color: #A7EA81;
}

body .btn-success:hover {
    border-color: #51b451 !important;
    background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
    border-color: #3f923f !important;
    background-color: #3f923f;
}

body .btn-success[disabled] {
    border-color: #86cb86 !important;
    background-color: #86cb86;
}

body .btn-warning {
    color: #ffffff;
    text-shadow: none;
    background-color: #ed9c28;
    border-color: #ed9c28;
}

body .btn-warning:hover {
    border-color: #efa740 !important;
    background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
    border-color: #e89113 !important;
    background-color: #e89113;
}

body .btn-warning[disabled] {
    border-color: #f5c786 !important;
    background-color: #f5c786;
}

body .btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #d2322d;
    border-color: #d2322d;
}

body .btn-danger:hover {
    border-color: #d64742 !important;
    background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
    border-color: #bd2d29 !important;
    background-color: #bd2d29;
}

body .btn-danger[disabled] {
    border-color: #e48481 !important;
    background-color: #e48481;
}

body .btn-info {
    color: #ffffff;
    text-shadow: none;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

body .btn-info:hover {
    border-color: #70c8e2 !important;
    background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
    border-color: #46b8da !important;
    background-color: #46b8da;
}

body .btn-info[disabled] {
    border-color: #b0e1ef !important;
    background-color: #b0e1ef;
}

body .btn-dark {
    color: #ffffff;
    text-shadow: none;
    background-color: #171717;
    border-color: #171717;
}

body .btn-dark:hover {
    border-color: #242424 !important;
    background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
    border-color: #0a0a0a !important;
    background-color: #0a0a0a;
}

body .btn-dark[disabled] {
    border-color: #4a4a4a !important;
    background-color: #4a4a4a;
}

/* Switch*/
.switch.switch-primary .ios-switch .on-background {
    background: #A7EA81;
}

/* Label */
.label-primary {
    background: #A7EA81;
}

/* Text Primary */
.text-primary {
    color: #A7EA81 !important;
}

/* BG Primary */
.bg-primary {
    background: #A7EA81;
}

/* Alternative Font Style */
.alternative-font {
    color: #A7EA81;
}

/* Hightlight */
.highlight {
    background-color: #A7EA81;
}

/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
    color: #A7EA81;
}

p.drop-caps.colored.secundary:first-child:first-letter {
    background-color: #A7EA81;
}

/* Well */
.well.primary {
    background: #A7EA81;
    border-color: #416015;
}

/* Form */
.form-control:focus {
    border-color: #94d43a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(93, 138, 30, 0.3);
}

/* Header */
.header .toggle-sidebar-left {
    background: #A7EA81;
}

/* Page Header */
.page-header h2 {
    border-bottom-color: #A7EA81;
}

.page-header .sidebar-right-toggle:hover {
    color: #A7EA81;
}

/* Navigation */
ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #A7EA81 inset;
}

ul.nav-main > li.nav-active > i {
    color: #A7EA81;
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #A7EA81;
}

ul.nav-subchildren {
     margin-left: 1em;
}

/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #A7EA81;
}

/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
    background-color: #A7EA81;
}

/* Pagination */
.pagination > li a {
    color: #282828;
}

.pagination > li a:hover,
.pagination > li a:focus {
    color: #6b9f23;
}

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

.pagination > li.active a {
    background-color: #A7EA81;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
    background-color: #6b9f23;
    border-color: #6b9f23;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
    background-color: #A7EA81;
    color: #282828;
}

/* Fullcalendar */
.fc-unthemed .fc-today{
    background: #f6faed;
}
.fc .fc-toolbar h2:before {
    color: #A7EA81;
}

.fc .fc-toolbar .fc-button.fc-state-active {
    background-color: #A7EA81;
    color: #282828;
}

.fc-event {
    background: #A7EA81;
    border-color: #A7EA81;
}

.fc-event.fc-event-primary {
    background: #A7EA81;
    border-color: #A7EA81;
}

/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
    background: #A7EA81;
}

/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #A7EA81;
}

.timeline .tm-items > li .tm-icon {
    border-color: #A7EA81;
    color: #A7EA81;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
    background: #A7EA81;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #A7EA81;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
    background: #A7EA81;
    box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #A7EA81;
}

/* Princing Table */
.pricing-table h3 span {
    color: #A7EA81;
}

.pricing-table .most-popular h3 {
    background-color: #A7EA81 !important;
    color: #ffffff !important;
}

/* Data Tables Loading */
.dataTables_processing {
    background-color: #A7EA81;
    color: #282828;
}

/* Accordion */
.panel-group .panel-accordion .panel-heading a {
    color: #A7EA81;
}

/* Alerts */
.alert-primary {
    background-color: #A7EA81;
    border-color: #557d1b;
}

.alert-primary .alert-link {
    color: #25360c;
}

/* Nestable */
.dd-handle:hover {
    color: #A7EA81 !important;
}

.dd-placeholder {
    background: #e4f4cc;
    border-color: #A7EA81;
}

/* Panels */
.panel-highlight .panel-heading {
    background-color: #A7EA81;
    border-color: #A7EA81;
}

.panel-highlight .panel-body {
    background-color: #A7EA81;
}

html .panel-primary .panel-heading {
    background: #A7EA81;
    border-color: #A7EA81;
}

.panel-heading.bg-primary {
    background: #A7EA81;
}

.panel-body.bg-primary {
    background: #A7EA81;
}

.panel-featured-primary {
    border-color: #A7EA81;
}

.panel-featured-primary .panel-title {
    color: #A7EA81;
}

.panel-heading-icon.bg-primary {
    background: #A7EA81;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
    background: #A7EA81;
}

/* Progress Bar */
.progress-bar {
    background-color: #A7EA81;
}

.progress .progress-bar-primary {
    background-color: #A7EA81;
}

/* Toggle */
.toggle label {
    border-left-color: #A7EA81;
    color: #A7EA81;
}

.toggle.active > label {
    background: #A7EA81 !important;
    border-color: #A7EA81;
}

/* Treeview */
.jstree-default .jstree-hovered {
    background-color: #e4f4cc !important;
}

.jstree-default .jstree-clicked {
    background-color: #cdeba3 !important;
}

.jstree-default .colored {
    color: #A7EA81 !important;
}

.jstree-default .colored .jstree-icon {
    color: #A7EA81 !important;
}

.jstree-default .colored-icon .jstree-icon {
    color: #A7EA81 !important;
}

/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
    border-color: #A7EA81;
}

.widget-twitter-profile {
    background-color: #A7EA81;
}

.widget-twitter-profile .profile-quote {
    background-color: #689b22;
}

.widget-twitter-profile .profile-quote .quote-footer {
    border-top-color: rgba(121, 180, 39, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
    border-top-color: rgba(121, 180, 39, 0.7);
}

/* Thumb Info */
.thumb-info .thumb-info-type {
    background-color: #A7EA81;
}

/* Social Icons */
.social-icons-list a {
    background: #A7EA81;
}

/* Notifications */
.notifications .notification-menu .notification-title {
    background: #A7EA81;
}

.notifications .notification-menu .notification-title .label-default {
    background-color: #416015;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
    border-bottom-color: #A7EA81;
}

.ui-pnotify .notification-primary {
    background: rgba(93, 138, 30, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
    background: #A7EA81;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
    background: rgba(93, 138, 30, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
    background: #A7EA81;
}

/* Modal */
.modal-block-primary .fa {
    color: #A7EA81;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #A7EA81;
}

.modal-block-primary.modal-full-color .panel {
    background-color: #74ac25;
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #A7EA81;
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #74ac25;
}

/* Modal Icon */
.modal-block-primary .modal-icon .fa {
    color: #A7EA81;
}

/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #A7EA81;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    border-top-color: #A7EA81;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #A7EA81;
    color: #A7EA81;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #A7EA81;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #FFF;
    border-bottom-color: #A7EA81;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #A7EA81;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #A7EA81;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #A7EA81;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #A7EA81;
}

/* Simple List */
ul.simple-bullet-list li:before {
    border-color: #A7EA81;
}

/* Simple Card List */
.simple-card-list li.primary {
    background: #A7EA81;
}

/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
    color: #A7EA81;
    border-bottom-color: #A7EA81;
}

.search-results-list .result-thumb .fa {
    background: #A7EA81;
}

/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
    background: #A7EA81;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
    color: #A7EA81;
    border-bottom-color: #A7EA81;
}

/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
    background-color: #A7EA81;
}

/* Loading Progress */
#nprogress .bar {
    background: #A7EA81;
}

#nprogress .peg {
    box-shadow: 0 0 10px 1px #A7EA81, 0 0 5px #A7EA81;
}

/* Zoom */
.img-thumbnail .zoom {
    background: #A7EA81;
}

/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #4c7119;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #A7EA81;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #6ea323;
}

/* Chartist */
.ct-chart .tooltip {
    background: #A7EA81;
}

.ct-chart .tooltip:after {
    border-top-color: #A7EA81;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
    stroke: #A7EA81;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
    fill: #A7EA81;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
    stroke: #334b10;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
    fill: #334b10;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
    stroke: #334b10;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
    fill: #334b10;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
    stroke: #87c92c;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
    fill: #87c92c;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
    stroke: #000000;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
    fill: #000000;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
    stroke: #b6e279;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
    fill: #b6e279;
}

/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
    background: #A7EA81;
    border-color: #4f7519;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #A7EA81;
}

/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
    background: #A7EA81;
    -webkit-box-shadow: 0px 0px 1px #A7EA81;
    box-shadow: 0px 0px 1px #A7EA81;
}

/* Switch */
.switch.switch-primary .ios-switch .on-background {
    background: #A7EA81;
}

/* Progress Bar */
.progress-bar {
    background-color: #A7EA81;
}

.progress .progress-bar-primary {
    background-color: #A7EA81;
}

/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #A7EA81;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(left, #79b427 0, #A7EA81 50%, #416015 100%);
    background-image: linear-gradient(left, #79b427 0, #A7EA81 50%, #416015 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-linear-gradient(to right, #79b427 0, #A7EA81 50%, #416015 100%);
    background-image: linear-gradient(to right, #79b427 0, #A7EA81 50%, #416015 100%);
}

/* DatePicker */
.datepicker table {
    width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
    background: #A7EA81;
}

.datepicker table thead tr:first-child th:hover {
    background: #A7EA81;
}

.datepicker table tr td span:hover {
    background: #A7EA81;
}

.datepicker table tr td.day:hover {
    background: #A7EA81;
}

.datepicker table tfoot tr th:hover {
    background: #A7EA81;
}

/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
    background: #A7EA81;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
    background: #A7EA81;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
    background: #A7EA81;
}

/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
    background-color: #A7EA81;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
    background-color: #416015;
}

.datepicker.datepicker-primary table thead tr:last-child {
    background-color: #6b9f23;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
    background-color: #A7EA81;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
    background: #A7EA81;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
    background: #A7EA81;
}

/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
    background: #A7EA81;
}

/* Wizard */
.wizard-steps > li.active .badge {
    background-color: #A7EA81;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
    border-top-color: #A7EA81;
}

.wizard-tabs ul > li.active .badge {
    background-color: #A7EA81;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
    background: #A7EA81;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
    border-color: #A7EA81;
    background: #A7EA81;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
    color: #A7EA81;
    border-color: #A7EA81;
}

/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #A7EA81;
}

/* Data Tables Loading */
.dataTables_processing {
    background-color: #A7EA81;
}

/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #A7EA81;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.fc-event, .fc-event:hover {
    color: #fff !important;
    font-weight: bold !important;
}

.fc-time-grid-event .fc-time {
    display: none !important;
}

.fc-time-grid-event span.nowrap {
    white-space: nowrap;
}

#formToIberdrola label {
    line-height: 15px;
    font-size: 15px;
    height: 15px;
    display: block;
    margin-bottom: 5px;
}

#formToIberdrola input[type=text] {
    display: block;
    width: calc(100% - 10px);
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 0;
}

#formToIberdrola select {
    display: block;
    width: calc(100% - 10px);
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 0;
    padding: 0;
}

#formToIberdrola .formHeader td {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
    height: 20px;
    text-transform: uppercase;
}

#formToIberdrola td {
    padding-bottom: 10px;
}

#formToIberdrola div {
    vertical-align: top;
}


#formToIberdrola2 label {
    line-height: 15px;
    font-size: 15px;
    height: 15px;
    display: block;
    margin-bottom: 5px;
}

#formToIberdrola2 input[type=text] {
    display: block;
    width: calc(100% - 10px);
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 0;
}

#formToIberdrola2 select {
    display: block;
    width: calc(100% - 10px);
    line-height: 25px;
    font-size: 15px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 0;
    padding: 0;
}

#formToIberdrola2 .formHeader td {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
    height: 20px;
    text-transform: uppercase;
}

#formToIberdrola2 td {
    padding-bottom: 10px;
}

#formToIberdrola2 div {
    vertical-align: top;
}

.modo_agente #btnSelectExtension,
.modo_agente #btnLlamarVerificacion,
.modo_agente .dt-buttons {
    display: none !important;
}

#controlLlamada {
    display: none;
    margin-right: 1em;
}

.headerCambiosEstado {
    text-align: center;
}

.avisos-anuncio i{
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.counters strong {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}
.counters .counter {
    text-align: center;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;

}
.counters.with-borders .counter-grabado{
    background-color: #92D050;
    color: #000;
}
.counters.with-borders .counter-tramitacion{
    background-color: #d6d620;
    color: #000;
}
.counters.with-borders .counter-incidencia{
    background-color: #f29a0c;
    color: #000;
}
.counters.with-borders .counter-baja{
    background-color: #ff0000;
    color: #000;
}

.dash-button-group {
    text-align: center;
    margin-bottom: 15px;
}

.dash-button-group .dash-button {
    background: #FFF;
    box-shadow: none;
    text-shadow: none;
    font-size: 0.9em;
    padding: 2px 0.8em 3px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dash-button-group .dash-button.dash-state-active {
    background-color: #A7EA81;
    color: #282828;
}

.dash-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dash-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dash-button-group > * {
    margin: 0 0 0 -4.5px;
}

#dash{
    min-height: 280px;
    min-width: 100%;
    margin-top: 15px;
}
#ventas{
    min-height: 280px;
    min-width: 100%;
    margin-top: 15px;
}

.flotTip 
    {
      padding: 3px 5px;
      background-color: #000;
      z-index: 100;
      color: #fff;
      box-shadow: 0 0 10px #555;
      opacity: .7;
      filter: alpha(opacity=70);
      border: 2px solid #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
    }
.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 20000;
    opacity: 0; /* Para la transición */
    transition: opacity 0.3s;
}

#cuerpo-anuncio {
    white-space: preserve-breaks;
  }

span.select2-container.select2-container--bootstrap.select2-container--open{
    z-index: 999999;
}