@import url('fonts/fonts.css');
/** common styles */
body {
    color: #333;
    font-size: 9pt;
    font-family: "Open Sans"; 
}

a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}

.widget-category div.google-visualization-tooltip {
    border-radius: 5px !important;
    min-width: 239px !important;
    max-width: 240px !important;
    height: auto !important;
    font-size: 8px !important;
    max-height: 150px !important;
    overflow-y: auto;
    padding-bottom: 10px;
}

.widget-category .google-visualization-tooltip-item {
    margin: 0.4em 0em 0em 0em !important;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    cursor: pointer;
}

.widget-category .google-visualization-tooltip-item .google-visualization-tooltip-square {
    font-size: 8px !important;
    margin: auto;
    margin-right: 1px;
    margin-left: -5px;
    height: 8px;
}

.widget-category .google-visualization-tooltip-item span {
    font-size: 11.5px !important;
}

.widget-category .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
}

.widget-category .google-visualization-tooltip-item:first-child span:hover {
    cursor: pointer !important;
    color: #E47100 !important;
}

.google-visualization-tooltip-item.selected {
    background-color: #f2f2f2;
    padding-bottom: 10px;
}

/* Aplica al contenido HTML del tooltip */
.google-visualization-tooltip span.item-tooltip-chart {
    display: block;
    padding: 5px 10px;
    transition: background-color 0.2s ease-in-out;
}

.google-visualization-tooltip span.item-tooltip-chart:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

.google-visualization-tooltip {
    display: inline-block;
    max-width: 300px;
    padding: 8px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    min-width: 239px !important; /* Asegura un ancho m�nimo, puede que necesites aumentarlo un poco si los botones se desbordan */
    /*max-width: 240px !important;*/ /* Mantiene el ancho m�ximo */
    height: auto !important; /* Vital para que se ajuste a la altura del contenido */
    overflow: visible; /* �Importante! Si el contenido excede el tama�o, permitir� que se vea.
                         Si quieres scroll, c�mbialo a 'auto' o 'scroll'. */
    /* A�ade o ajusta el padding para dar espacio a los botones */
    padding-bottom: 5px; /* Un poco de espacio abajo */
}

.tooltip-actions {
    margin-top: 10px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.tooltip-actions .btn {
    font-size: 11px;
    padding: 4px 8px;
    cursor: pointer;
}

.tooltip-buttons {
    /*display: flex;
    gap: 5px;
    margin-top: 5px;
    padding-top: 4px;*/
    display: flex;
    gap: 5px; /* Espacio entre los botones */
    margin-top: 5px; /* Espacio por encima de los botones */
    padding-top: 4px;
    /* Aseg�rate de que no haya un width fijo que impida que se ajusten */
    width: 100%; /* Asegura que los botones ocupen el ancho disponible */
    justify-content: center; /* Centra los botones si hay espacio */
    flex-wrap: wrap;
}

.tooltip-buttons .btn {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 3px;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

/*.tooltip-buttons .btn-warning {
background-color: #4d4d4d;
color: #fff;
}*/

.tooltip-buttons .btn-default {
    background-color: #666;
    color: #fff;
}

.tooltip-buttons .btn.active {
    border: 1px solid #8000ff;
    background-color: #f2e6ff !important;
    color: #4a0072;
}

.btn-used {
    border: 1px solid #6f42c1; /* violeta tipo Wise CX */
    background-color: #f5f0ff; /* violeta claro */
    color: #6f42c1;
}

.item-tooltip-chart-nofilter {
    font-family: Arial;
    font-size: 11.5px;
    color: #000;
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-left: 3px;
}

.item-tooltip-chart-nofilter:hover {
    color: #E47100 !important;
}

.item-tooltip-chart {
    font-family: Arial;
    font-size: 11.5px;
    color: #000;
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-left: 3px;
}

.item-tooltip-chart:hover {
    color: #E47100 !important;
}

.filter-green {
    filter: invert(50%) sepia(100%) saturate(2000%) hue-rotate(80deg) brightness(90%) contrast(100%);
}

.alertify {
    z-index: 999999 !important;
}

.content-new-tab {
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
    transition: all linear 0.3s;
}

.content-new-tab.ng-hide {
    opacity: 0;
}

.content-new-tab .context-new-tab {
    padding: 20px;
    background: #FFF;
    width: 80%;
    box-shadow: 0px 0px 10px 2px #BBB;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.context-top {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}

.context-top .modal-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 5px;
}

.column-new-tab {
    background: #FFF;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    z-index: 1;
}

.modal-md {
    width: 30% !important;
}

.modal-mdl {
    width: 50% !important;
}

.modal-xl {
    width: 95% !important;
}

.modal-xlg {
    width: 80% !important;
}

.modal-view-front {
    z-index: 9999999 !important;
}

.wc-logo-rp {
    display: inline-block;
    width: 40px;
    margin: -45px 10px 0px 10px;
}

.top-hr {
    background: #FFF;
    width: 100%;
    height: 12px;
    margin-top: -4px;
    margin-bottom: 0px;
    border: none;
    position: absolute;
    top: 50px;
}

.view-rp {
    margin-top: -5px;
}

.order-column-asc, .order-column-desc {
    background-color: #ccc !important;
}

.container-fluid {
    overflow-x: hidden !important;
    border-top: 2px solid #F84E00;
}

.animationSelect {
    position: absolute;
    z-index: 1 !important;
    cursor: default !important;
    background-color: #FFF !important;
    color: #333 !important;
    /*opacity: 0 !important;*/
}

.animationSelect:hover {
    background-color: #FFF !important;
    color: #333 !important;
}

.animationSelect:hover i {
    color: #000 !important;
}

.animationUnselect {
    opacity: 0.4 !important;
    position: absolute;
    z-index: 0;
}

.selecting {
    width: 110%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #F7F7F7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -30px;
    -webkit-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
}

.selecting .content-button {
    width: 895px;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.selecting .col-xs-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.button-tab {
    background-color: transparent;
    color: #fff;
    border: 0 none;
    padding: 8px 10px 8px 15px;
    position: relative;
    outline: 0 none;
    margin-right: 15px;
}

.button-tab i {
    color: #000;
}

.button-tab:hover i {
    color: #777;
}

.button-tab:hover {
    background-color: #F1F2F3;
    color: #777;
}

.button-tab.active {
    background-color: #fff;
    color: #333;
}

.button-tab.active:hover button {
    background: #FFF !important;
}

.email-json {
    font-size: 16px !important;
    cursor: pointer;
    background-color: dodgerblue !important;
    height: 21px;
    float: left;
    margin-top: -4px !important;
    margin-left: 7px !important;
}

.email-json:hover {
    color: #F1F2F3 !important;
}

.metadata-json {
    font-size: 13px !important;
    cursor: pointer;
    background-color: dodgerblue !important;
    height: 19px;
    float: left;
    margin-top: -4px !important;
    margin-left: 30px !important;
    color: #F1F2F3 !important;
}

.activities-tmo {
    font-size: 13px !important;
    cursor: pointer;
    background-color: dodgerblue !important;
    height: 19px;
    float: left;
    margin-top: -4px !important;
    margin-left: 30px !important;
}

.activities-tmo {
    color: #F1F2F3 !important;
}

.survey-questions {
    font-size: 21px !important;
    cursor: pointer;
    color: dodgerblue;
    height: 10px;
    float: left;
    margin-top: -5px !important;
    margin-left: 7px !important;
}

.survey-questions:hover {
    color: cadetblue !important;
}

.ml-perception-detail {
    font-size: 21px !important;
    cursor: pointer;
    color: #F84E00;
    width: 100% !important;
    height: 10px;
    float: left;
    margin-top: -5px !important;
    margin-left: 7px !important;
}

.ml-perception-detail:hover {
    color: #dc4700 !important;
}

.calls-childs-detail {
    font-size: 21px !important;
    cursor: pointer;
    color: #F84E00;
    width: 100% !important;
    height: 10px;
    float: left;
    margin-top: -5px !important;
    margin-left: 7px !important;
}

.calls-childs-detail:hover {
    color: #dc4700 !important;
}

.audio-calls {
    font-size: 9px !important;
    cursor: pointer;
    color: dodgerblue;
    border: 1px solid;
    border-radius: 50% !important;
    padding: 3px 5px !important;
}

.audio-calls:hover {
    color: cadetblue !important;
}

.content-response-survey {
    margin-bottom: 15px;
    padding: 0px 10px;
    position: relative;
}

.content-response-survey .fa-circle {
    font-size: 7px;
    position: absolute;
    top: 4px;
    left: 8px;
}

.content-response-survey .question-survey {
    display: block;
    color: #000;
    padding-left: 10px;
    font-weight: 500;
}

.content-response-survey .response-survey {
    display: block;
    font-weight: 500;
    padding-left: 25px;
    color: grey;
}

/* .container-fluid a, .container-fluid a:hover, .container-fluid a:active, .container-fluid a:visited {
    color: #F84E00;
} */
.dropdown-menu {
    font-size: 12px !important;
}

.btn-dropdown {
    width: 20px;
    height: 15px;
    padding: 0;
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
    background: #E1E2E3;
    position: relative;
    margin-right: 2px;
}

.widget-dropdown .generic-options a i {
    margin-left: -20px;
    margin-right: 5px;
}

.widget-dropdown .generic-options a {
    padding-left: 30px;
}

.autorefresh {
    font-size: 12px;
    margin-left: 10px;
    color: #F84E00;
}

.options-sidebar .divider {
    margin: 5px 0;
}

.options-sidebar .dropdown-header {
    font-size: 11px;
    padding: 3px 10px;
}

.options-sidebar .dropdown-header.short {
    font-size: 9px !important;
}

.options-sidebar .dropdown-header.short-options {
    font-size: 11px !important;
}

.options-sidebar .data-filter {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 10px;
}

.options-sidebar .data-filter .fa-check {
    margin-right: 7px;
}

.options-sidebar .top-values-filter .title-filter, .options-sidebar .autorefresh-filter .title-filter, .options-sidebar .options-filter .title-filter {
    height: 30px;
    padding-top: 6px;
    padding-left: 10px;
}

.options-sidebar .series-filter .title-filter {
    height: 30px;
    padding-top: 6px;
    background: #7D7D7D;
    color: #FFF !important;
    margin-top: 10px;
    padding-left: 10px;
}

.options-sidebar .series-filter .title-filter:hover {
    background: #9E9E9E !important;
}

.options-sidebar .data-filter .sub-menu, .options-sidebar .series-filter .sub-menu {
    max-height: 250px !important;
    max-width: 250px !important;
    left: -82% !important;
}

.options-sidebar .series-filter .dropdown-menu > li > a {
    padding: 3px 15px !important;
}

.options-sidebar .series-filter .check-selected {
    display: inline-block;
    position: relative;
    width: 20px;
}

.options-sidebar .series-filter .fa-check {
    position: absolute;
    top: -17px;
}

.options-sidebar .series-filter .title-serie {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    display: inline-block;
    overflow: hidden;
}

.options-sidebar .series-filter .serie-color {
    display: inline-block;
    margin-left: 15px;
}

.options-sidebar .series-filter .serie-color div {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #333;
}

.options-sidebar .series-filter .serie-color div:hover {
    opacity: 0.6;
}

.options-sidebar .top-values-filter .sub-menu {
    left: -55% !important;
}
  
.options-sidebar .autorefresh-filter .sub-menu {
    left: -55% !important;
}

.options-sidebar .options-filter .sub-menu {
    left: -73% !important;
    padding-right: 210px;
}

.options-sidebar .btn-data {
    margin: 5px 10px;
    width: 100%;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: #F5F5F5;
    background: #F5F5F5;
    color: #535353;
    position: relative;
}

.options-sidebar .btn-data:focus {
    outline-style: none !important;
}

.options-sidebar .btn-data:hover {
    background: #EEE !important;
}

.options-sidebar .btn-data i {
    padding-right: 5px;
}

.options-sidebar .content-filter {
    width: 100%;
    display: inline-block;
    margin-left: 10px;
}

.options-sidebar .btn-data-short {
    width: 35px;
    text-align: center;
    padding: 6px 0px;
    font-size: 10px;
    border-radius: 5px;
    border: #E5E5E5;
    background: #E5E5E5;
    color: #535353;
    position: relative;
    float: right;
    text-transform: uppercase;
    margin-top: 5px;
    margin-right: -9px;
}

.options-sidebar .btn-data-short:focus {
    outline-style: none !important;
}

.options-sidebar .btn-data-short:hover {
    background: #EEE !important;
}

.options-sidebar .btn-data-short:disabled, .options-sidebar .btn-data-metric:disabled, .options-sidebar .btn-data:disabled {
    background: #F1F2F3;
    color: #AAA;
}

.options-sidebar .btn-data-metric, .options-sidebar .btn-data-dimension {
    width: calc(100% - 46px);
    margin: 5px 10px;
    display: inline-block;
}

.options-sidebar .btn-data-metric .title-field, .options-sidebar .btn-data-dimension .title-field {
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.options-sidebar .btn-data-metric .border-field, .options-sidebar .btn-data-dimension .border-field {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #F84E00;
    width: 5px;
    height: 28px;
    border-radius: 5px 0 0 5px;
}

.options-sidebar .btn-data-short .dropdown-sub-options {
    width: 150px;
    margin-left: -114px;
    margin-top: 7px;
    padding-left: 0 !important;
}

.options-sidebar .btn-data-short .dropdown-sub-options .fa-sort-amount-asc, .options-sidebar .btn-data-short .dropdown-sub-options .fa-sort-amount-desc {
    padding-right: 5px;
}

.options-sidebar .btn-data-short .metric-icon {
    background: url(images/fx.svg) no-repeat;
    background-size: 13px;
    filter: opacity(0.4);
    background-position-x: 2px;
    background-position-y: 10px;
    padding: 10px 5px 7px 10px;
}

.options-sidebar .btn-data-metric .dropdown-sub-options, .options-sidebar .btn-data-dimension .dropdown-sub-options {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.options-sidebar .btn-data-metric .dropdown-sub-options > li > a, .options-sidebar .btn-data-dimension .dropdown-sub-options > li > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.options-sidebar .color-dimension {
    float: right !important;
}

.dropdown-sub-options {
    position: absolute;
    z-index: 1;
    margin-left: -11px;
    margin-top: 5px;
    width: 101%;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style: none;
    padding-left: 0;
    text-align: left;
    text-transform: none;
    font-size: 12px;
}

.dropdown-sub-options-dimension {
    width: 126% !important;
}

.dropdown-sub-options > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-style: normal;
}

.dropdown-sub-options>li>a:focus, .dropdown-sub-options>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.options-sidebar .btn-data.series .dropdown-sub-options {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 5px;
}

.options-sidebar .btn-data.series .dropdown-sub-options .dropdown-header {
    margin-top: 5px;
}

.options-sidebar .btn-data.series .dropdown-sub-options > li > a {
    padding: 3px 15px !important;
}

.options-sidebar .btn-data.series .dropdown-sub-options .check-selected {
    display: inline-block;
    position: relative;
    width: 20px;
}

.options-sidebar .btn-data.series .dropdown-sub-options .fa-check {
    position: absolute;
    top: -17px;
}

.options-sidebar .btn-data.series .dropdown-sub-options .title-serie {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
}

.options-sidebar .btn-data.series.secondary-dimension .dropdown-sub-options .title-serie {
    width: calc(100% - 50px);
}

.options-sidebar .btn-data.series .dropdown-sub-options .serie-color {
    display: inline-block;
    margin-left: 15px;
}

.options-sidebar .btn-data.series .dropdown-sub-options .serie-color div {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #333;
}

.options-sidebar .btn-data.series .dropdown-sub-options .serie-color div:hover {
    opacity: 0.6;
}

.options-sidebar .btn-data.series .series-selected-fields {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    padding-left: 5px;
    width: calc(100% - 35px);
}

.series-wgt a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
    overflow: hidden;
}

.dropdown-colors {
    position: absolute;
    z-index: 999999;
    width: 145px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style: none;
    padding-left: 0;
    text-transform: none;
    font-size: 12px;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
}

.dropdown-colors li {
    height: 100%;
}

.dropdown-colors .content-colors {
    width: 100%;
    display: inline-block;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dropdown-colors .content-colors .item {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 8px;
}

.dropdown-colors .content-colors .item:hover {
    opacity: 0.6;
}
   
.spacing-label {
    padding-left: 45px !important;
}

.wc-add-sl {
    color: #F84E00;
    float: left;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
}

.wc-add-sl:hover {
    color: #CCC !important;
}

.wc-remove-lvl {
    float: right;
    font-size: 18px;
    color: #444;
    font-weight: 600;
    margin-top: -4px;
    display: none;
}

.col-selector:hover .wc-remove-lvl {
    display: block !important;
}

.wc-header-analytics {
    height: 35px !important;
    border-radius: 5px;
    margin-top: 4px;
    padding-top: 8px !important;
}

.new-report-convs:hover {
    cursor: pointer;
    color: #F84E00;
    text-decoration: underline;
}

.wc-table-group {
    width: 100%;
}

.wc-table-group td {
    padding: 8px;
}

.level-2 {
    padding-left: 35px;
}

.level-3 {
    padding-left: 80px;
}

.wc-plus-group {
    margin-right: 10px !important;
    padding: 2px 1px !important;
    border: none;
    background: #444;
    color: #FFF;
    font-size: 10px !important;
}

.wc-plus-group:hover {
    background: #F84E00 !important;
}

.wc-plus-group:disabled {
    background: #888 !important;
}

.wc-search-convs {
    cursor: pointer !important;
}

.wc-search-convs:hover {
    background: #DDD !important;
    color: #888 !important;
}

.wc-dropdown-menu li {
    font-size: 12px !important;
}

.wc-dropdown-menu .wc-download-csv, .wc-dropdown-menu .wc-config-sftp {
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

.wc-dropdown-menu .wc-download-csv-export {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.wc-dropdown-menu .wc-download-csv .fa {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 6px;
    cursor: pointer;
}

.wc-dropdown-menu .wc-config-sftp .fa {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 40px;
    cursor: pointer;
}

.tab-sftp-enableb {
    background: url(images/sftp-uploads.svg) no-repeat;
    background-size: 20px;
    padding: 0px 0px 20px 20px;
    margin-top: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.wc-dropdown-menu .fa-check { 
    position: absolute;
    top: 89px;
    left: 11px;
    font-size: 12px;
    cursor: pointer;
}

.wc-dropdown-menu .total-legends {
    position: absolute;
    top: 145px;
    left: 11px;
    font-size: 12px;
    cursor: pointer;
}

.wc-dropdown-menu .fixed-tab {
    position: absolute;
    top: 65px;
    left: 11px;
    font-size: 12px;
    cursor: pointer;
}

.wc-dropdown-menu .fixed-tab-2 {
    position: absolute;
    top: 112px;
    left: 11px;
    font-size: 12px;
    cursor: pointer;
}

.wc-dropdown-menu .fa-check.sftp-enabled {
    top: 123px !important;
}

.wc-dropdown-menu .fixed-tab.sftp-enabled {
    top: 99px !important;
}

.wc-dropdown-menu li a {
    padding: 3px 0px 3px 35px !important;
}

.content-legends {
    background-color: #4D4D4D !important;
    border: none;
    top: 30px !important;
    height: 40px !important;
    z-index: 1;
}

.divisor-header {
    height: 2px !important;
}

.aggregation-legend {
    font-size: 10px;
    font-weight: 100;
    color: #FFF;
    margin-right: 10px;
    text-transform: uppercase;
}

.item-legend {
    position: absolute;
    font-size: 11px;
    font-weight: 100;
    color: #FFF;
    top: 12px;
    right: 8px;
    text-transform: lowercase;
    text-align: right;
}

.multiple-select-options.total-legend {
    width: 45px;
    text-align: center;
    height: 25px;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: -40px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.total-legend-content {
    height: 40px !important;
}

.item-legend.center {
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
    top: initial !important;
    right: initial !important;
}

.item-legend.center span {
    display: block;
    margin-top: -30px !important;
}

.item-legend.center .multiple-select-options.total-legend {
    position: relative !important;
    margin-top: -7px !important;
    display: inline !important;
    top: initial !important;
    left: initial !important;
}

.wc-title-modal {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.wc-desc-modal {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.wc-title-modal {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.wc-desc-modal {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.metrics-items .label-data .info-icon {
    color: #4E9BFF;
    font-size: 14px;
    margin-top: -2px;
    display: inline-block;
    float: right;
    margin-right: 5px;
    padding-left: 3px;
    cursor: pointer;
}

:-webkit-full-screen .fullscreen-hide,
:-webkit-full-screen #top_tabs,
:-webkit-full-screen header.main-header {
    display: none !important;
}

:-moz-full-screen .fullscreen-hide,
:-moz-full-screen #top_tabs,
:-moz-full-screen header.main-header {
    display: none !important;
}

:-ms-fullscreen .fullscreen-hide,
:-ms-fullscreen #top_tabs,
:-ms-fullscreen header.main-header {
    display: none !important;
}

:fullscreen .fullscreen-hide,
:fullscreen #top_tabs,
:fullscreen header.main-header {
    display: none !important;
}

:-webkit-full-screen .analytics-top, :-webkit-full-screen .container-fluid {
    border-top: none !important;
    background-color: #FFF !important;
}

:-moz-full-screen .analytics-top, :-moz-full-screen .container-fluid {
    border-top: none !important;
    background-color: #FFF !important;
}

:-ms-fullscreen .analytics-top, :-ms-fullscreen .container-fluid {
    border-top: none !important;
    background-color: #FFF !important;
}

:fullscreen .analytics-top, :fullscreen .container-fluid {
    border-top: none !important;
    background-color: #FFF !important;
}

:-webkit-full-screen #rows {
    margin-left: 0;
}
:-moz-full-screen #rows {
    margin-left: 0;
}
:-ms-fullscreen #rows {
    margin-left: 0;
}
:fullscreen #rows {
    margin-left: 0;
}

:-webkit-full-screen #rows .column {
    padding-right: 0;
}
:-moz-full-screen #rows .column {
    padding-right: 0;
}
:-ms-fullscreen #rows .column {
    padding-right: 0;
}
:fullscreen #rows .column {
    padding-right: 0;
}



header.main-header {
    width: 100%;
    height: 45px;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #F84E00;
}

header .wc-logo {
    min-width: 135px!important;
    height: 40px;
    background: url(../images/logo_wcx.svg) center center no-repeat;
    background-size: contain;
    display: block;
    float: left;
    min-height: 40px;
}

.menu li {
    display: inline-block;
    height: 43px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ddd;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1.5em;
}

.menu li.active {
    background-color: #F84E00;
    color: #fff;
}

.menu li .fa {
    font-size: 13pt;
    margin: 0 10px 0 0;
    float: left;
}

h1 {
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
}

h1 .title-dropdown {
    color: #999;
    padding: 5px;
    text-transform: none;
}

/*common content*/
header.toolbar {
    margin: 25px 0 15px 0;
}

.table th {
    background-color: #F2F2F2;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    padding: 5px !important;
}

.big-text {
    font-size: 11pt;
    font-weight: bold;
}

.gray-text {
    color: #B3B3B3;
}

.scroll {
    overflow: auto;
    max-height: 400px;
}

/* buttons */
.btn-alpha {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
}
.btn-alpha:disabled {
    opacity: .3;
}

.btn-alpha.link {
    color: #F84E00;
}
.btn-alpha:hover {
    background-color: #f2f2f2;
    border-radius: 6px;
}
.btn-alpha.short-input {
    width: 80px;
    text-align: center;
}

.btn-primary {
    background-color: #F84E00;
    border-color: #F84E00 !important;    
}

.btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
    background-color: #dc4700 !important;
    border-color: #de500d !important;
}
.btn:focus {
    outline-color: #E47100 !important;
}

.btn-default {
    border: 0 none;
}

/* #fullscreen {
    position: absolute;
    left: 0;
    top: 45px;
} */

#taboptions {
    position: absolute;
    left: 0;
    top: 0;
}

#taboptions .btn {
    margin-bottom: 5px;
}

.fa-checked, .fa-unchecked {
    color: #ccc;
    font-size: 10pt;
}
.fa-checked {
    color: #333;
}

.pointer {
    cursor: pointer;
}
.pointer:hover {
    background-color: #ccc;
}

/* pagination */
.pagination {
    margin: 0;
}
.pagination>li>a, .pagination>li>span {
    color: #F84E00;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F84E00;
    border-color: #F84E00;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: rgba(255, 127, 0, 0.8) !important;
}

/* loader svg */
.loader-mask {
    background: #fff;
    position: absolute;
    z-index: 10;
    opacity: .85;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
}

.wgt-container .loader-mask {
    padding-top: 30px !important;
}

/* Set the color of the icon */
.loader-mask svg path,
.loader-mask svg rect{
  fill: #F84E00;
}

.loader-mask.wgt-edit {
    padding-left: 365px !important;
}

.view-form-loader {
    top: 36px !important;
    z-index: 999 !important;
}

/**********************************************************************************
        TABS AND TABLE STYLES
/*********************************************************************************/
.filter {
    float: left;
    margin-right: 10px;  
    line-height: 2em; 
    position: relative;
}
.filter.search {
    max-width: 170px;
    width: 70px;
    transition: all .1s ease-in;
}
.filter.search.active {
    width: 170px;
}
.filter.search.active input {
    padding-right: 20px;
}
.filter.search.active .fa-close {
    position: absolute;
    top: 4px;
    right: 40px;
    z-index: 10;
    display: block;
}
.filter.search .fa-close {
    display: none;
}

.analytics-top {
    background-color: #4E5C68;
    margin: 0 -15px;
}

section.top {
    background-color: #4E5C68;
    padding: 10px 15px 0 0;
    min-height: 29px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.top .tab div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    margin-left: 12px;
    margin-top: 1px;
    text-align: left;
}

.top .tab, tab.gu-mirror button {
    background-color: #888;
    color: #fff;
    border: 0 none;
    padding: 8px 10px 15px 15px;
    border-radius: 5px 5px 0 0;
    position: relative;
    outline: 0 none;
    margin-right: 15px;
}
.top .tab:before, tab.gu-mirror button:before {
     content: ' '; 
    position: absolute;
    width: 0px;
    height: 0px;
    right: -9px;
    top: -8px;
    border-top: 10px solid transparent;
    border-bottom: 28px solid #888;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

tab.gu-mirror .fa {
    display: none;
}

.top .tab:hover {
    background-color: #e6e6e6;
    color: #333;
}


.top .tab:hover .imgTagSvg{
    filter: contrast(0.5);
}

.top .tab:hover:before {
     content: ' '; 
    position: absolute;
    width: 0px;
    height: 0px;
    right: -9px;
    top: -8px;
    border-top: 10px solid transparent;
    border-bottom: 28px solid #e6e6e6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.top .tab.active {
    background-color: #E2E8F0;
    color: #333;
}

.activeImg {
    filter: invert(100%);
}

.imgTagSvg {
    width: 14px;
    height: 14px;
    fill: white;
    margin-top: -6px;
    margin-right: 3px;
}

.top .tab.active:before {
    content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -9px;
    top: -8px;
    border-top: 10px solid transparent;
    border-bottom: 28px solid #E2E8F0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.top .tab.active:hover span i {
    background: #E2E8F0 !important;
}

.top .tab .fa-close {
    display: none;
    position: absolute;
}

.top .tab:hover .fa-close {
    display: block;
    font-size: 16px;
    background: #E6E6E6;
    color: #000;
    opacity: 0.75;
    margin: -4px -10px;
    padding: 2px 10px 2px 2px;
}

.top .new-tab {
    background-color: #b3b3b3;
    border: 0 none;
    padding-top: 3px;
    position: relative;
    outline: 0 none;
    border-radius: 3px;
    transform: skew(17deg);
    width: 33px;
    height: 22px;
    margin-bottom: 4px;
    margin-left: -4px;
}

.arrows-scroll {
    background-color: #b3b3b3;
    border: 0 none;
    position: relative;
    outline: 0 none;
    border-radius: 3px;
    transform: skew(17deg);
    width: 33px;
    height: 22px;
    margin-top: 11px;
}

.arrows-scroll:hover, .top .new-tab:hover {
    color: #555 !important;
    background-color: #CCC !important;
}

.top .new-tab .fa-plus, .arrows-scroll .fa-arrow-left, .arrows-scroll .fa-arrow-right {
    transform: skew(-17deg);
    display: inline-block;
}

.top-buttons {
    float: right !important;
    width: 104px !important;
    text-align: center;
}

.analytics-top .fa-bars {
    font-size: 26px;
    float: right;
    color: #FFF;
    margin-right: 18px;
    margin-top: 6px;
}

/* .tab-content {
    padding: 15px 0;
} */

.tab-content .btn-type {
    display: block;
    border: 0 none;
    padding: 8px 10px;
    background-color: #FFF;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 12px -5px rgba(0,0,0,0.75);
    position: relative;
    width: 280px;
    text-align: left;
}

.tab-content .btn-type:disabled {
    box-shadow: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.text-content-message {
    resize: none;
    font-size: 11px;
    color: #333;
}

.dates {
    font-weight: bold;
}

main.content-table {
    position: relative;
    min-height: 200px;
    clear: both;
}

.content-table-widget .tbl-header {
    background-color: #F2F2F2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.content-table-widget .tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
}

.content-table-widget table{
  width:100%;
  table-layout: fixed;
}

.content-table-widget th {
    padding: 5px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
}

.content-table-widget td {
    padding: 6px 10px;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #DDD;
}

.agent-status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #E06666;
    display: inline-block;
    box-shadow: 6px 6px 0 #E06666;
    margin: 0 15px 3px 0;
}

.connect-call-button {
    border: 2px solid #ccc;
    width: 20px;
    border-radius: 10px;
    float: left;
    margin-left: 5px;
    font-size: 7px;
    padding: 3px 5px;
    cursor:pointer;
}

.connect-call-button.connect {
    border-color: #F1C232;
    color: #F1C232;
}

.connect-call-button.disconnect {
    border-color: #E06666;
    color: #E06666;
}



.wc-header-capacity {
    float: left;
}

[class*="wc-capacity"] {
    background-color:#EFEFEF ;
    color:#666;
    float: right;
    margin: 2px;
    border-radius : 4px;
    padding: 2px 6px;
    font-size: 11px;
}

[class*="wc-capacity"].busy {
    background-color:#F1C232 ;
    color:#FFF;
    cursor: pointer;
}
[class*="wc-capacity"].full-busy {
    background-color:#E06666 ;
    color:#FFF;
    cursor: pointer;
}

.wc-auto-reject {
    float: right;
    padding: 2px 6px;
}

#btn_auto_reject {
    display: block;
    font-size: 1em;
    background-color: #FF4D4D;
    color: #fff;
    height: 19px;
    padding: 3px 4px 16px 3px;
    border-radius: 15px;
    -webkit-transform: rotate(133deg); 
    -moz-transform: rotate(133deg);
}

/* channels origin */
.wc-ticket-table {
    margin-top: 15px;
}
.wc-ticket-table tr td {
    border-top: 1px dotted #ddd !important;
}
.wc-ticket-table .fa {
    padding: 0;
    border-radius: 3px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    margin: 0 auto;
}
.source.fa {
    margin-top: 2px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 12px;
    width: 19px;
    text-align: center;
    display: inline-block;
}
.wc-ticket-table .fa-envelope, .source.fa-envelope {
    background-color: #468C00;
    color: #fff;
}
.wc-ticket-table .fa-envelope.darkgreen, .source.fa-envelope.darkgreen {
    background-color: #145000;
    color: #fff;
}
.wc-ticket-table .fa-envelope.green, .source.fa-envelope.green {
    background-color: #B2B200;
    color: #fff;
}
.wc-ticket-table .fa-phone, .source.fa-phone {
    background-color: #23caa3;
    color: #fff;
}
.wc-ticket-table .fa-phone.incoming, .source.fa-phone.incoming {
    background-color: #00B22D;
    color: #fff;
}
.wc-ticket-table .fa-chat, .source.fa-chat {
    background-color: #F15A29;
    color: #fff;
}
.wc-ticket-table .fa-earth, .source.fa-earth {
    background-color: #B200B2;
    color: #fff;
}
.wc-ticket-table .fa-file, .source.fa-file {
    background-color: #8b5bb2;
    color: #fff;
}
.wc-ticket-table .fa-drawer, .source.fa-drawer {
    background-color: #000;
    color: #FFF;
}
.wc-ticket-table .fa-meli, .source.fa-meli {
    background-color: #FCAF3F;
    color: #fff;
}
.wc-ticket-table .fa-sms, .source.fa-sms {
    background-color: #cc4f00;
    color: #fff;
}
.wc-ticket-table .fa-whatsapp, .source.fa-whatsapp {
    background-color: #07CC25;
    color: #fff;
}
.wc-ticket-table .fa-whatsapp.wa-outbound, .source.fa-whatsapp.wa-outbound {
    background-color: #025e10;
    color: #fff;
}
.wc-ticket-table .fa-check, .source.fa-check {
    background-color: #fff;
    color: #666;
    border: 1px solid #aaa;
}
.wc-ticket-table .fa-twitter, .source.fa-twitter {
    background-color: #2AAAE1;
    color: #fff;
}
.wc-ticket-table .fa-twitter.private, .source.fa-twitter.private {
    background-color: #A03333;
    color: #fff;
}
.wc-ticket-table .fa-twitter.contact, .source.fa-twitter.contact {
    background-color: #BA30CA;
    color: #fff;
}
.wc-ticket-table .fa-facebook, .source.fa-facebook {
    background-color: #3b5998;
    color: #fff;
}

.wc-ticket-table .fa-facebook.contact, .source.fa-facebook.contact {
    background-color: #BA30CA;
    color: #fff;
}

.wc-ticket-table .fa-facebook.private, .source.fa-facebook.private {
    background-color: #A03333;
    color: #fff;
}
.wc-ticket-table .fa-facebook.fb-ad, .source.fa-facebook.fb-ad {
    background-color: #76a2ff;
    color: #fff;
}
.wc-ticket-table .fa-meli.private, .source.fa-meli.private {
    background-color: #A03333;
    color: #fff;
}
.wc-ticket-table .fa-meli.claim, .source.fa-meli.claim {
    background-color: #FF0000;
    color: #fff;
}
.wc-ticket-table .fa-mobile, .source.fa-mobile {
    background-color: #000;
    color: #fff;
}
.wc-ticket-table .fa-instagram, .source.fa-instagram {
    background-color: #923BA6;
    color: #fff;
}
.wc-ticket-table .fa-instagram.private, .source.fa-instagram.private {
    background-color: #A03333;
    color: #fff;
}
.wc-ticket-table .fa-instagram.contact, .source.fa-instagram.contact {
    background-color: #BA30CA;
    color: #fff;
}

.wc-ticket-table .fa-instagram.ig-ad, .source.fa-instagram.ig-ad {
    background-color: #ff00c6;
    color: #fff;
}
.wc-ticket-table .fa-linkedin, .source.fa-linkedin {
    background-color: #0A66C2;
    color: #fff;
}
.wc-ticket-table .fa-linkedin.mentions, .source.fa-linkedin.mentions {
    background-color: #FFC107;
    color: #fff;
}
.wc-ticket-table .fa-linkedin.ad, .source.fa-linkedin.ad {
    background-color: #76A2FF;
    color: #fff;
}
.wc-ticket-table .fa-linkedin.contact, .source.fa-linkedin.contact {
    background-color: #BA30CA;
    color: #fff;
}
.wc-ticket-table .fa-youtube-play, .source.fa-youtube-play {
    background-color: #FFF;
    color: #FF0000;
    border: 1px solid;
    font-size: 11px;
}
.wc-ticket-table .fa-google-my-business, .source.fa-google-my-business {
    background: url(../images/google-services/google_my_business.svg) no-repeat;
    background-size: 16px;
    background-position-x: 2px;
    background-position-y: 1.5px;
    padding: 10px 5px 7px 10px;
    background-color: #F7AC08;
    margin-bottom: -4px;
}

.wc-ticket-table .fa-apple-store, .source.fa-apple-store {
    background: url(../images/apple-store.svg) no-repeat;
    background-size: 15px;
    background-position-x: 2.5px;
    background-position-y: 1px;
    padding: -1px 5px 7px 10px;
    background-color: #eee;
    margin-bottom: -4px;
}

.wc-ticket-table .fa-TikTokOrganic, .source.fa-TikTokOrganic {
    background: url(../images/tiktok-black.svg) no-repeat;
    background-size: 15px;
    background-position-x: 2.5px;
    background-position-y: 1px;
    padding: -1px 5px 7px 10px;
    background-color: #eee;
    margin-bottom: -4px;
}

.wc-ticket-table .fa-TikTokAds, .source.fa-TikTokAds {
    background: url(../images/tiktok-white.svg) no-repeat;
    background-size: 15px;
    background-position-x: 2.5px;
    background-position-y: 1px;
    padding: 10px 5px -1px 10px;
    background-color: #585454;
    margin-bottom: -4px;
}


.wc-ticket-table .fa-google-play, .source.fa-google-play {
    background: url(../images/google-services/google_play.svg) no-repeat;
    background-size: 16px;
    background-position-x: 2px;
    background-position-y: 1.5px;
    padding: 10px 5px 7px 10px;
    background-color: #F7AC08;
    margin-bottom: -4px;
}


.col-selector {
    background-color: #E6E6E6;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10pt;
    padding: 5px 10px;
    margin: 5px;
}
.col-selector:hover {
    background-color: rgba(230, 230, 230, 0.6);
}
.col-selector .fa {
    margin-right: 5px;
}

.table-columns {
    width: 100%;   
}

.table-columns td {
    vertical-align: top;    
}

.col-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px;
}

.col-container .col-list {
    overflow: auto;
    height: 180px;
}

/***** tabla conversations */
.wql {
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
    min-height: 20px;
}
.wql span {
    background-color: #4d4d4d;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    text-align: center;
    padding-top: 3px;
}

.wql i {
    cursor: pointer;
    padding: 0 3px;
}


aside.filters, div.filters {
    background-color: #4c4c4c;
    color: #f3f3f3;
    padding: 10px 0;
    border-radius: 3px;
    width: 330px;
    margin-right: 15px;
    margin-top: 15px;
    z-index: 10;
}
aside.filters.shadowed, div.filters.shadowed {
    box-shadow: 4px 4px 10px 0px #000;
}

#history {
    min-height: 600px;
}
#history aside.filters, #history div.filters {
    position: absolute;
}

aside.filters a, div.filters a {
    color: #f3f3f3;
    text-decoration: none;
    line-height: 2em;
    padding: 1px 15px;
    display: block;
}

aside.filters .submenu, div.filters .submenu {
    height: 100%;
    background: #565656;
    padding: 5px 15px;
}

aside.filters .submenu .field-date, div.filters .submenu .field-date {
    display: block;
    height: 30px;
    margin-top: 5px;
}

aside.filters .submenu .field-date span, div.filters .submenu .field-date span {
    display: inline-block;
    margin-top: 5px;
}

aside.filters .submenu .field-date select, div.filters .submenu .field-date select {
    width: 205px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 3px 9px;
    margin-right: -8px;
}

aside.filters .submenu .filter-date-interval, div.filters .submenu .filter-date-interval {
    width: 85px !important;
}

aside.filters .submenu .desc-date-interval, div.filters .submenu .desc-date-interval {
    width: 45px !important;
    padding-left: 0 !important;
}

aside.filters .submenu .hour-interval, div.filters .submenu .hour-interval {
    width: 70px !important;
    font-size: 12px !important;
    height: 30px !important;
    padding: 0;
    padding-left: 10px;
}

.date-column-select {
    background: #F0F8FF !important;
}

aside.filters .submenu .radio, div.filters .submenu .radio {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

aside.filters .btn-alpha, div.filters .btn-alpha {
    margin-right: 10px;
}

aside.filters .btn-primary, div.filters .btn-primary {
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

aside.animated {
    animation-duration: 0.3s !important;
}

.listing-content {
  left: 15px;
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.select-other-filter {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 3px 9px;
}

.container-fluid {
    overflow-x: visible !important;
}

.margin-fix {
  margin: 0 -15px;
}

.margin-fix .wql {
  margin: 0 14px 15px;
}

.with-aside {
  width: calc(100% - 359px);
  left: 360px;
  overflow: auto;
  position: absolute;
  overflow-y: scroll;
  overflow-y:overlay;
}


.wrapper-head {
  padding: 0 15px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: ease-out;
  transition: 0.25s;
}

.wrapper-head-modal {
  position: absolute;
  top: -50px;
  right: 160px;
}

.wql-modal {
    width: 50%;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    right: 240px;
    top: -45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    cursor: pointer;
}

.wql-modal:hover {
    background-color: #888 !important;
}

#wql_modal_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper-head .btn-alpha {
  margin-left: 10px;
  height: 30px;
  border-radius: 360px;
  width: 30px;
}

.wgt-footer button {
    margin-top: 3px;
    margin-left: 10px;
    height: 30px;
    border-radius: 360px;
    width: 30px;
}

.push-article-right {
  margin-left: -1px;
}

.main-content {
  position: absolute;
  bottom: 40px;  
}

.push-article-down {
  margin-top: 15px;
}

.wgt-footer {
  margin: 0 -15px;
  width: 100vw;
  background-color: #fff;
  height: 40px;
  position: fixed;
  bottom: 0;
  right:0;
  z-index: 100;
}

.wgt-footer-modal {
  margin: 10px 0 -10px;
  width: unset;
  background-color: #fff;
  height: 40px;
  position: relative;
  bottom: unset;
}
.wgt-footer-modal div, .wgt-footer-modal span{
  display: flex;
  align-items: center;
}

.wgt-footer-modal span {
  margin-right: 3px;
}

.wgt-footer-modal .big-text {
  margin-bottom: 3px;
}
.wgt-footer .pages,
.wgt-footer div {
  padding: 10px;
  position: fixed;
  height: 40px;
  display: flex;
  align-items: center;
  bottom: 0;
}

.wgt-footer .pages {
  right: 0;
}

.wgt-footer div {
  left: 0;
}
.wgt-footer p {
  display: inline;
  margin: 0 !important;
}

.wgt-footer p small{
  margin-left: 10px;
}
.wgt-footer-modal div , .wgt-footer-modal .pages {
  position: absolute;
  background-color: #fff;
}
.footer-shrink {
  width: calc(100vh - 360px);
}
.footer-shrink div {
  margin-left: 360px;
}

.wrapper {
width: 100%;
overflow: auto;
overflow: overlay;
height: calc(100vh - 142px);
}

.wrapper.wrapper-expand-1 {
    height: calc(100vh - 105px);
}
.wrapper.wrapper-expand-2 {
    height: calc(100vh - 46px);
}

.wrapper.wrapper-shrink {
height: calc(100vh - 171px);
}

.wrapper.wrapper-shrink.wrapper-expand-1 {
    height: calc(100vh - 134px);
}

.wrapper.wrapper-shrink.wrapper-expand-2 {
    height: calc(100vh - 90px);
}

.wql.ng-hide ~ .wrapper.wrapper-expand-2 {
    height: calc(100vh - 46px);
}

.wql.ng-hide ~ .wrapper.wrapper-shrink.wrapper-expand-2 {
    height: calc(100vh - 75px -15);
}

.wrapper-modal {
  height: 75vh;
}

.wrapper main {
  overflow: unset;
}

.wrapper table {
  margin-top: 0;
  width: 100vw;
  position: relative;
}

.hide-header {
  visibility: hidden;
}

.analytics-top {
    height: 35px;
    /* overflow: hidden; */
    transition-timing-function: ease-out;
    transition: 0.25s;
    margin-bottom: 5px;
    margin-top: -1px;
    display: flex;
    align-items: center;
}
.container-top {
	overflow: hidden;
    display: flex;
    /* margin-top: 5px; */
    /* width: calc(100% - 200px); */
    width: 100%;
    height: 100%;
    align-items: center;;
}

.wrapper-head.fix-padding {
  padding-left: 0;
}

.wrapper-head.pull-up {
  overflow: hidden;
  opacity: 0;
}

.tab-content {
    padding: 12px 0;
}

.pull-up + #viewForm .tab-content {
    padding: 0;
}
.pull-up + #viewForm .tab-content.more-padding {
    padding: 15px 0;
}

.pull-up {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pull-up.top-hr {
  display: none;
}

.table > thead > tr > th {
  position: sticky;
  top: 0;
  border-bottom: none;
}

.table > thead > tr > th.table-spacer {
  width: 50px;
  border: none;
  background-color: transparent;
}

.table > thead > tr > th.total-legends {
  width: 50px;
  border: none;
  background-color: transparent;
}

.content-not-resizable {
    color: #F2F2F2 !important;
}

body {
  overflow: hidden;
}

.wrapper table {
  table-layout: fixed;
}

.wrapper table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrapper th {
  padding: 0 !important;
  height: 30px;
  white-space: nowrap;
}

.cell-content {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.cell-content .fa {
  margin: 0;
}

.cell-content#text {
  color: red;
}

.hide-side {
  transition: all linear 0.25s;
}

.resizer {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5px;
  cursor: col-resize;
}

.resizer_inactive:hover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 3px solid #f84e00;
  transform: translate(-50%);
}
.resizer_active:after {
  content: "";
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #f84e00;
  transform: translate(-50%);
}

.disable-selection {
  user-select: none; /* Chrome, Safari, and Opera */
}

.resizerbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

aside.filters-new {
  height: calc(100vh - 75px);
  overflow: overlay;
}

.filters-new.st-menu {
    width: 354px;
}

aside.filters-expanded {
  height: calc(100vh - 25px);
}
.main-content::-webkit-scrollbar {
  display: none;
}
.main-content:hover::-webkit-scrollbar {
  display: block;
}


.wrapper::-webkit-scrollbar {
  width: 10px;
  height: 11px;
  display: none;
}
aside.filters-new::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: none;
}
.wrapper:hover::-webkit-scrollbar,
aside.filters-new:hover::-webkit-scrollbar {
  display: block;
}


.wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid #eee;
}

aside.filters-new::-webkit-scrollbar-track  {
  background: rgba(255, 0, 0, 0);
}
.wrapper::-webkit-scrollbar-thumb,
aside.filters-new::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

.wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(248, 78, 0, 0.3);
}

.wrapper::-webkit-scrollbar-thumb:active {
  background-color: rgba(248, 78, 0, 0.5);
}

aside.filters-new::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

aside.filters-new::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
aside.filters-new::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}

aside .btn-add-filter {
    background: #4c4c4c;
    color: #FFF;
    height: 30px;
    padding: 5px 10px;
    font-size: 11px;
    margin-left: -5px;
}

aside .btn-add-filter:hover {
    background: #565656 !important;
    color: #FFF !important;
}

aside .btn-add-filter:focus {
    background: #565656 !important;
    color: #FFF !important;
    outline-color: #565656 !important;
    outline: none !important;
}

aside .btn-add-filter .fa-caret-down {
    margin-left: 5px;
}

aside .top-filter-list .btn-add-filter {
    background: rgb(62, 62, 62);
    color: #FFF;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px;
}

aside .top-filter-list .btn-add-filter:hover {
    background: #565656 !important;
    color: #FFF !important;
}

aside .top-filter-list .btn-add-filter:focus {
    background: #565656 !important;
    color: #FFF !important;
    outline-color: #565656 !important;
    outline: none !important;
}

aside .top-filter-list .btn-add-filter .fa-caret-down {
    margin-left: 5px;
}

.btn-add-filter .content-filter {
    background: rgb(255, 255, 255);
    width: 60%;
    z-index: 1;
    position: fixed;
    margin-left: -10px;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid #AAA;
}

.btn-add-filter .content-filter div {
    border-bottom: 1px solid #DDD;
}

.btn-add-filter .list-filters {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-left: initial;
    margin-bottom: 0;
    padding-left: 0px;
}

aside .top-filter-list .btn-add-filter .content-filter {
    padding-left: 0 !important;
    width: 11% !important;
}

.btn-add-filter .content-filter .fa-search {
    font-size: 13px;
    color: #AAA;
    display: inline-block;
}

.btn-add-filter .content-filter .search-filter {
    display: inline-block;
    width: 80%;
    height: 30px;
    padding: 10px;
    border: none;
    color: #333;
}

.btn-add-filter .content-filter .search-filter:focus {
    outline-color: transparent !important;
    outline-width: inherit;
}

.btn-add-filter .list-filters > li > a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-style: normal;
    text-align: left;
}

.btn-add-filter .list-filters > li > a:focus, .btn-add-filter .list-filters > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.btn-add-filter .list-filters .fa-check {
    margin-left: -5px;
    margin-right: 5px;
}

.hidden-filter {
    z-index: 0;
    visibility: hidden;
}

aside#filter {
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}

aside#floating_filter {
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}
#history-v2 aside#floating_filter {
    position: fixed;
}
#history-v2 aside#floating_filter.edit-mode {
    top: 40px !important;
    left: 5px !important;
}

aside#floating_filter .filter-list .uib-datepicker-popup {
    left: -114px !important;
    transform: scale(.8);
    top: 45px !important;
}

aside#floating_filter .filter-list table tbody tr:first-child .uib-datepicker-popup {
    top: 12px !important;
}

aside#floating_filter.filter-left {
    top: 0 !important;
    left: 0 !important;
}

.filter-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.filter-list::-webkit-scrollbar-track  {
  background: rgba(255, 0, 0, 0);
}
.filter-list::-webkit-scrollbar-thumb {
  background-color: rgba(248, 78, 0, .6);
  border-radius: 3px;
}
.filter-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(248, 78, 0, .8);
}
.filter-list::-webkit-scrollbar-thumb:active {
  background-color: rgba(248, 78, 0, .8);
}


aside#floating_filter .filter-list {
    width: calc(100% + 8px);
    height: 500px;
    overflow-y: scroll;
    margin-right: -8px;
}

aside.filters.shadowed {
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.65);
}

aside#floating_filter .btn-alpha {
    margin-top: -5px;
    outline: none;
}

.top-filter-list {
    width: 100%;
    height: 50px;
    margin-top: -10px;
    padding: 10px 0;
    background-color: rgb(62, 62, 62);
    border-radius: 5px 5px 0 0;
}

.bottom-filter-list {
  width: 100%;
  height: 40px;
  margin-bottom: -10px;
  background-color: rgb(62, 62, 62);
  border-radius: 0 0 5px 5px;
  text-align: right;
}

.bottom-filter-list .btn-primary {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.wgt-container {
    user-select: none;
}

.header-content .fa-heart,
.header-content .fa-facebook,
.header-content .fa-facebook.contact,
.header-content .fa-facebook.private {
    position: absolute;
    top: -13px;
    line-height: 14px;
    padding: none;
}

#dashboard-v2 {
    margin: -12px -15px;
    height: calc(100vh - 35px);
    background: #E2E8F0;
}

#history #rows {
    width: calc(100vw - 58px);
    overflow-y: auto;
}

#history-v2 #rows {
    height: calc(100vh - 36px) !important;
    overflow: auto;
    width: calc(100% - 35px) !important;
}

#history-v2 #rows.edit-mode {
    padding-bottom: 0px;
    background: white;
    overflow: hidden;
}

#history-v2 #rows.edit-mode .widget-grid {
    margin-left: 290px;
}

#history-v2 #rows.edit-mode .widget-grid widget-v2 {
    transform: none !important;
    background-color: #fff;
}

#history-v2 #rows.edit-mode .widget-grid widget-v2 .ui-resizable-handle{
    display: none;
}



#history-v2 #rows.edit-mode .widget-grid .options-sidebar {
    
}

#history-v2 #taboptions {
    top: 5px;
    left: 5px;
}
#history-v2 #taboptions .btn {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    transition: background-color ease-in-out 150ms;
}
#history-v2 #taboptions .btn:not([disabled]) {
    background-color: #fff;
}

.width-btn {
    width: 40px;
    height: 34px;
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
}

.width-panel {
    display: flex;
    background: #fff;
    position: absolute;
    top:0;
    left: calc(100% + 15px);
    border-radius: 4px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    height: 34px;
    z-index: 1000;
}

.width-panel::before {
    content: "";
    border: solid transparent;
    border-bottom-color: white;
    color: black;
    border-width: 9px;
    position: absolute;
    top: 0;
    z-index: 1000;
    transform: rotate(270deg) translate(-50%,-125%);
}

.width-panel input {
    border: 1px solid #e6e2e2;
    border-radius: 2px 0 0 2px;
    border-right: none;
}

.width-panel input:focus {
    outline: none;
}

.width-panel button {
    background: #ff7738;
    border: none;
    color: white;
    border-radius: 0 4px 4px 0;
    width: 30px;
}

:-webkit-full-screen #rows {
  width: calc(100vw - 15px )!important;
  height: 100vh !important;
}
:-moz-full-screen #rows {
  width: calc(100vw - 15px )!important;
  height: 100vh !important;
}
:-ms-fullscreen #rows {
  width: calc(100vw - 15px )!important;
  height: 100vh !important;
}
:fullscreen #rows {
  width: calc(100vw - 15px )!important;
  height: 100vh !important;
}

:-webkit-full-screen .analytics-top{
  display: none !important;
}
:-moz-full-screen .analytics-top {
  display: none !important;
}
:-ms-fullscreen .analytics-top {
  display: none !important;
}
:fullscreen .analytics-top {
  display: none !important;
}

.wql {
    margin: 0px 16px 10px;
}

.with-aside .wql {
    margin: 0px 10px 10px 0px;
}

aside.filters-new {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: 0;
    display: inline-block;
    will-change: transform;
    transform: translate(-50%, 0);
    background-color: #fefffa;
}

aside.filters-new .filters-container {
    background-color: #4c4c4c;
    width: calc(100% - 25px);
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.filters-container .dropdown-menu {
    width: 272px;
    margin-left: -2px;
    margin-top: -1px;
    padding: 5px;
}

.filters-container ul {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.filters-container h4 {
    font-size: 16px;
    display: block;
    margin:0;
    cursor: pointer;
    user-select: none;
    padding: 5px 0;
}

.active-tab-label{
    padding-top: 10px;
    width: calc(100% - 25px);
    margin: 0 auto;
    color: #aaa;
}

.st-container {
    width: 100vw;
    margin-left: -15px;
}


.st-pusher {
	position: relative;
    left: 0;
    top: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 360px;
	height: 100%;
	background: #48a770;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0; 
	opacity: 0;
	-webkit-transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s;
	transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s;
}
.st-effect-4.st-menu-open .st-pusher.with-aside {
    will-change: transform;
	-webkit-transform: translate3d(360px, 0, 0);
	transform: translate3d(360px, 0, 0);
}

.st-effect-4.st-menu {
    z-index: 1;
    will-change: transform;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
    visibility: visible;
    will-change: transform;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

.filters-container {
    width: calc(100% + 20px);
    margin-left: -10px;
}

div.filters .submenu, div.filters .submenu {
    padding: 5px 15px 5px 20px;
}

div.filters #date_dynamic, div.filters .submenu .field-date select {
    width: 190px;
}

.multiple-select-options {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: -10px;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    color: #FFF;
    border-color: transparent !important;
    cursor: pointer;
}

.multiple-select-options.user {
    display: -webkit-inline-box;
}

.multiple-select-options option {
    color: #555;
}

.btn.pushed,
.btn.pushed:focus,
.btn.pushed:active {
    background-color: #dc4700 !important;
    border-color: #de500d !important;
}


#date_dynamic, #date_dynamic2 {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 205px;
}
#date_interval {
    position: absolute;
    top: -4px;
    right: 7px;
    width: 190px;
}

.date_dynamic_ext {
    left: 115px;
    width: 170px !important;
}

.select_date_field {
    width: 170px !important;
    position: relative;
    left: 115px !important;
    bottom: 22px;
}

.hour-interval-ext {
    width: 68px !important;
}

.table th.allow-order {
    background-color: #f2f2f2;
    cursor: pointer;
}
.table th.allow-order:hover {
    background-color: #ccc;
}


/* dashboard styles **/
#dash_options {
    position: fixed;
    left: 15px;
    top: 60px;
    z-index: 10000;
}
.rows-design {
    z-index: 10001;
}

.rows-design .fa-arrows {
    padding: 0 7px;
    font-size: 20px;
    line-height: 2em;
    float: right;
}
.one-column, .two-column, .three-column {
    background-color: #f2f2f2;
    border-radius: 3px;
    margin: 5px 10px;
    padding: 10px;
    width: 160px;
    cursor: move;
}
.one-column:hover, .two-column:hover, .three-column:hover {
    background-color: #ccc;
}
.one-column .col, .two-column .col, .three-column .col {
    float: left;
    height: 40px;
    border-radius: 3px;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.one-column .col {
    width: 100px;
}
.two-column .col {
    width: 45px;
}
.three-column .col {
    width: 30px;
}

/* drag and drop*/
#history #rows, #history-v2 #rows {
    width: 100vw;
    max-width: calc(100% - 50px);
    height: 94vh;
    margin-left: 50px;
}

#history #rows {
    display: flex;
    flex-wrap: wrap;
}

.over {
    background-color: #2AAAE1;
}

/* rows on dashboard */
#rows .one-column-in, #rows .two-column-in, #rows .three-column-in,
.gu-mirror .one-column-in, .gu-mirror .two-column-in, .gu-mirror .three-column-in {
    width: 100%;
    position: relative;
    min-height: 150px;
}

#rows .one-column-in .col-in, #rows .two-column-in .col-in, #rows .three-column-in .col-in,
.gu-mirror .one-column-in .col-in, .gu-mirror .two-column-in .col-in, .gu-mirror .three-column-in .col-in {
    float: left;
    min-height: 150px;
    border-radius: 3px;
    border: 2px dotted #ccc;
    margin: 0 5px 10px 5px;
}
#rows .one-column-in .col-in,
.gu-mirror .one-column-in .col-in {
    width: calc(100% - 10px);
}
#rows .two-column-in .col-in,
.gu-mirror .two-column-in .col-in {
    width: calc(50% - 10px);
}
#rows .three-column-in .col-in,
.gu-mirror .three-column-in .col-in {
    width: calc(33.3% - 10px);
}

#rows .add-chart, .gu-mirror .add-chart {
    background: url(images/bars.png) center top no-repeat transparent;
    width: 150px;
    padding-top: 65px;
    text-align: center;
    margin: 65px auto 0 auto;
}

#rows .micro .add-chart, .gu-mirror .micro .add-chart {
    background: url(images/bars.png) center top no-repeat transparent;
    width: 150px;
    padding-top: 65px;
    text-align: center;
    margin: 25px auto 0 auto;
}

#rows .row-options,
.gu-mirror .row-options {
    position: absolute;
    right: -10px;
    width: 50px;
    line-height: 40px;
    display: none;
}

#rows .column {
    padding-right: 50px;    
}

#rows .column:hover .row-options {
    display: block;
}

/* dashboard widget **/
widget {
    margin: 3px 10px;
}

widget-v2 {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform ease-in-out 60ms;
    transform: translate3d(10px, 10px, 0px);
}

.widget-grid {
    position: relative;
    background-color: #F1F5F9;
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
}

.wgt-container {
    border: 1px solid #ccc;
    /* box-shadow: 2px 2px 8px 1px rgba(51, 51, 51, 0.34); */
    margin: 0;
    background-color: #fff;
    min-height: 160px;
    min-width: 530px;
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.wgt-container.wgt-from-drag {
    min-width: 0 !important;
    min-height: 0 !important;
}

.wgt-container-metric {
    min-width: 250px !important;
    min-height: 170px !important;
}

#history .wgt-container {
    resize: both;
}

.ui-resizable-handle.ui-icon {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c5c5c5;
    transform: rotate(-45deg);
    margin-right: -4px;
}

/* ── Widget header flex row ─────────────────────────── */
.wgt-header {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 4px;
}

.wgt-header__drag {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    cursor: move;
    margin-right: 8px;
    float: none;
    margin-top: 0;
}

.wgt-header .title,
.wgt-header__title {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.wgt-header__actions {
    flex: 0 0 auto;
    display: none;
    align-items: center;
    gap: 2px;
    margin-left: 6px;
}

.wgt-container:hover .wgt-header__actions {
    display: flex;
}

.wgt-title-clickable {
    cursor: pointer;
    display: inline-block; /* 🔥 clave para que el background se vea bien */
    padding: 2px 6px; /* espacio para el hover */
    border-radius: 8px; /* opcional, más prolijo */
    transition: background 0.2s ease;
}

/* Hover tipo btn-alpha */
.wgt-title-clickable:hover {
    background: rgba(0, 0, 0, 0.08);
}

/* Legacy selectors kept for edit-mode reload button */
.wgt-container .title {
    font-size: 13px;
    margin-bottom: 5px;
}

.wgt-container:hover .fix-on-top {
    display: flex;
    align-items: center;
}

.wgt-container .mover {
    float: left;
    margin-right: 10px;
    cursor: move;
    margin-top: -5px;
}

.wgt-container .fix-on-top {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ccc;
    display: none;
    align-items: center;
    padding: 0 2px;
}

/* Oculto por defecto */
.wgt-container .time-hover {
    visibility: hidden;
}

/* Se muestra al hacer hover del widget */
.wgt-container:hover .time-hover {
    visibility: visible;
}

.time-badge {
    display: inline-block;
    width: fit-content; /* opcional pero ayuda */
    padding: 0px 5px;
    border-radius: 4px; /* bien redondeado tipo pill */
    transition: background-color 0.2s ease;
    background-color: rgba(0, 0, 0, 0.08); /* mismo estilo btn-alpha */
}

.wgt-container .edit {
    right: 35px;
}
.widget-edit .reload {
    right: 5px;
    margin-top: 4px;
}
.wgt-container .sla {
    right: 120px;
    position: absolute;
    top: 7px;
}
.wgt-container .sla_type {
    right: 155px;
    position: absolute;
    top: 7px;
    text-align: center;
    width: 22px;
    cursor: pointer;
}

.wgt-container .sla_type:hover {
    background: #888 !important;
}

.wgt-container .sla_type ul {
    position: absolute;
    top: 15px;
    left: 0px;
    color: #000 !important;
    z-index: 1;
    list-style: none;
    text-align: left;
    border: 1px solid #888;
    border-radius: 5px;
    background: #EEE;
    padding: 0;
}

.wgt-container .sla_type ul li {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.wgt-container .sla_type ul li:hover {
    background: #CCC !important;
}

.wgt-container .wql {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wgt-container .time {
    position: absolute;
    bottom: 3px;
    left: 11px;
    right: 15px;
    font-size: 10px;
    color: #999;
}

.wgt-container .chart {
    min-height: 150px;
}

.wgt-container .metric {
    font-size: 15px;
    color: #999;
}

.wgt-container .metric.nps {
    width: 45%;
    height: 0;
    padding-top: 0%;
    position: relative;
    float: left;
    margin: 2.5%;
}
.wgt-container .metric.nps-right {
    width: 45%;
    position: relative;
    float: left;
    margin: 2.5%;
}

.wgt-container .metric .table-nps .npsbar {
    width: 100%;
    background-color: #E6E6E6;
    height: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.wgt-container .metric .table-nps .npsval {
    background-color: var(--nps-color-promotor, #25A84B);
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    border-radius: 8px;
    transition: all 1s ease-in;
    width: 0;
}

.wgt-container .metric.nps-grouped.scroll-bar {
    overflow-y: auto;
    overflow-x: hidden;
}

.wgt-container .metric.nps-grouped .table-nps .npsval {
    background-color: var(--nps-color-promotor, #25A84B);
    position: relative;
    height: 20px;
    border-radius: 0;
    transition: all 1s ease-in;
    width: 0;
}
.wgt-container .metric.nps-grouped .table-nps td {
    padding: 5px;
}

.wgt-container .metric .table-nps .npsval.green {
    background-color: var(--nps-color-promotor, #25A84B);
}
.wgt-container .metric .table-nps .npsval.red {
    background-color: var(--nps-color-detractor, #EF442D);
}
.wgt-container .metric .table-nps .npsval.yellow {
    background-color: var(--nps-color-neutral, #FFBD00);
}

.wgt-container hr {
    margin: 5px;
    border-top: 2px dotted #ddd;
}

.wgt-container .metric .table-nps {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 0.85em;
}
.wgt-container .metric .table-nps td {
    vertical-align: top;
    padding: 3px;
}

.wgt-container .metric .nps-number {
    font-size: 1.8em;
}
.wgt-container .metric .formula-number {
    text-align: center;
    font-size: 1.8em;
}
.wgt-container .metric .nps-number.green {
    color: var(--nps-color-promotor, #25A84B);
}
.wgt-container .metric .nps-number.red {
    color: var(--nps-color-detractor, #EF442D);
}
.wgt-container .metric .hr {
    height: 1px;
    background-color: black;
    margin-top: 5px;
}

.wgt-container .metric.nps svg {
    position: absolute;
    top: 0;
    left: 0;
}

.wgt-container .metric.nps #needle {
    transform: rotate(0deg);
    transform-origin: 51.0739% 63.636364%;
    transition: all 1s ease-in-out;
}

/* .wgt-container .metric.nps #needle.setted {
    transform: rotate(80deg);
} */

.wgt-container .metric.nps #bgood.active, 
.wgt-container .metric.nps #bprom.active, 
.wgt-container .metric.nps #bbad.active, 
.wgt-container .metric.nps #bexc.active {
    stroke-width: 8px;
}
.wgt-container .metric.nps #bgood.active { 
    stroke:rgb(84, 148, 165);
}
.wgt-container .metric.nps #bprom.active { 
    stroke: rgb(237, 187, 44);
}
.wgt-container .metric.nps #bbad.active { 
    stroke: rgb(206, 70, 50);
}
.wgt-container .metric.nps #bexc.active {
    stroke: rgb(99, 165, 82);
}

.wgt-container .metric.nps #ggood.active { 
    fill:rgb(84, 148, 165);
}
.wgt-container .metric.nps #gprom.active { 
    fill: rgb(237, 187, 44);
}
.wgt-container .metric.nps #gbad.active { 
    fill: rgb(206, 70, 50);
}
.wgt-container .metric.nps #gexc.active {
    fill: rgb(99, 165, 82);
}

.animated-needle {
    animation: needle .5s linear infinite alternate;
}

@keyframes needle {
    0% {
        transform: rotate(-40deg);
    }
    25% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(80deg);
    }
    100% {
        transform: rotate(120deg);
    }
}
/* new tacometro*/

:root {
    --width: 230px;
    --border-width: 37px;
  }

  .new-nps-chart-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: var(--width);
    height: calc(var(--width) / 2);
  }


  .new-nps-chart {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
  }

  .new-nps-chart *,
  .new-nps-chart::after,
  .new-nps-chart-container {
    box-sizing: border-box;
  }

  .new-nps-chart {
    position: relative;
    width: var(--width);
    height: calc(var(--width) / 2);
    padding: 0;
    overflow: hidden;
  }

  .new-nps-chart::after {
    position: absolute;
  }


  .new-nps-chart::after {
    content: '';
    width: inherit;
    height: inherit;
    border: var(--border-width) solid rgba(211, 211, 211, .3);
    border-bottom: none;
    border-top-left-radius: calc(var(--width) / 2);
    border-top-right-radius: calc(var(--width) / 2);
  }

  .new-nps-chart li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 10px solid;
    border-top: none;
    border-bottom-left-radius: calc(var(--width) / 2);
    border-bottom-right-radius: calc(var(--width) / 2);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: var(--pos);
    transform: rotate(calc(1deg * var(--range) * var(--idx)));
  }

  .new-nps-chart span {
    top: -3px;
    left: 3px;
    font-size: 9px;
    position: absolute;
    transform: rotate(calc(-1deg * var(--range) * var(--idx))) translate(5%);
  }

  .new-nps-chart li:last-of-type span {
    top: 0;
  }

  .new-nps-pointer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transform-origin: bottom;
    transform: rotate(calc(1deg * var(--val)));
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2px 83px 2px;
    transition: transform linear 300ms;
    border-color: transparent;
    border-bottom-color: black;
  }

  /*fin tacometro*/

.wgt-container .metric .big-number {
    font-size: 40px;
    font-size: calc(35px + (40 - 35) * (100vw - 400px)/(800-400));
    font-weight: bold;
    line-height: 1em;
}

.dropdown-menu .sub-menu {
    left: -95%;
    position: absolute;
    top: 40px;
    visibility: hidden;
    margin-top: -1px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 200px;
    max-height: 350px;
}

.dropdown-menu li:hover > .sub-menu {
    visibility: visible;
    display: block;
}

/* xeditable */
.wgt-container .editable-input {
    margin-left: 25px;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: 250px;
}
/****************************************************/

.wc_tags_item {
    font-size:11px !important;
}

.wc-title-label {
    position: relative;
}

.wc-items-label {
    max-width: 120px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.wc-close-label {
    float: left !important;
    margin-right: 6px !important;
}

.widget-value {
    border: 0 none;
    background-color: transparent;
    width: 270px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: table-cell;
    text-align: left;
}

.widget-value.upper {
    text-transform: uppercase;
    width: 220px;
    text-overflow: ellipsis;
}

.widget-value:focus {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    text-transform: none;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0;
    margin: 0 3px 3px 0;
    background-color: #F84E00;
    color: #fff;
    font-size: 11px;
    height: 25px;
    padding-top: 4px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 14px;
    color: #fff;
    opacity: 1 !important;
    text-shadow: none;
    font-weight: bold;
    position: relative;
    top: 1.5px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    /*width: 100% !important;*/
    font-size: 12px !important;
}

.search-view-controls {
    height: 32px !important;
}

.btn-filter-view {
    height: 27px;
    top: -2.2px;
    position: relative;
    padding-top: 4px;
}

.no-animation, .no-animation * {
    animation: none;
    transition: none;
}

.open-ticket {
    color: #333 !important;
}

.open-ticket:hover {
    cursor: pointer;
    color: #F84E00 !important;
    text-decoration: underline;
}

.div-tags-percent {
    height: 22px;
    background-image: -moz-linear-gradient(left, #FF931E 0%, #F15B24 100%);
    background-image: -o-linear-gradient(left, #FF931E 0%, #F15B24 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FF931E), color-stop(100, #F15B24));
    background-image: -webkit-linear-gradient(left, #FF931E 0%, #F15B24 100%);
    background-image: linear-gradient(to right, #FF931E 0%, #F15B24 100%);
}

.top-tabs-none {
    display: none !important;
}

.wc-logo-rp-device {
    margin: 10px !important;
}

.wc-view-device {
    margin-top: 5px !important;
}

.title-tab-device {
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    position: absolute;
    top: 15px;
}

.menu-tabs-device {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    width: 60%;
    height: 100%;
    z-index: 4;
    opacity: 0.9;
    bottom: 0;
    z-index: 999999;
}

.back-menu-device {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    z-index: 3;
    opacity: 0.2;
    bottom: 0;
}

.menu-tabs-device ul {
    list-style: none !important;
    padding: initial !important;
}

.menu-tabs-device ul li {
    color: #FFF;
    padding: 13px 15px 13px 15px;
    font-size: 14px;
    border-bottom: 1px dotted #FFF;
}

.loadBody {
    display: none !important;
}
.export-container, .btn-save-explorer {
    /* float: right;
    margin-right: 20px;
    margin-top: 4px; */
    padding: 0px 12px;
}
.export-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    color: gray;
    outline: none;
    padding:0;
    margin:0;
    padding-left: 10px;
    box-shadow: none!important;
    display: flex;
    align-items: center;
}
.export-btn svg{
    color:#E3DDDD;
    width: 20px;
}
.export-btn.export-btn-active svg{
    color:#38F651;
}
.export-progress {
    margin-top: 2px;
    margin-right: 2px;
    display: inline-table;
    padding-left: 6px;
}
.export-bar-container {
    margin-right: 2px;
    width: 8px;
    text-align: center;
    display: table-cell;
}
.export-bar {
    width: 6px;
    height: 15px;
    background-color: #E3DDDD;
    display: inline-block;
}
.export-bar-active{
    background-color:#38F651!important;
}
ul.export-dropdown {
    width: 340px;
    padding: 0;
    height: 260px;
    overflow: auto;
}

.export-container ::-webkit-scrollbar, .btn-save-explorer ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.export-container ::-webkit-scrollbar-button, .btn-save-explorer ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.export-container ::-webkit-scrollbar-thumb, .btn-save-explorer ::-webkit-scrollbar-thumb {
  background: #CED8E2;
  border: 0px none #ffffff;
  /* border-radius: 50px; */
}
.export-container ::-webkit-scrollbar-thumb:hover, .btn-save-explorer ::-webkit-scrollbar-thumb:hover {
  background: #A0AEC0;
}
.export-container ::-webkit-scrollbar-thumb:active, .btn-save-explorer ::-webkit-scrollbar-thumb:active {
  background: #A0AEC0;
}
.export-container ::-webkit-scrollbar-track, .btn-save-explorer ::-webkit-scrollbar-track {
  background: #E2E8F0;
  border: 0px none #ffffff;
  /* border-radius: 49px; */
}
.export-container ::-webkit-scrollbar-track:hover, .btn-save-explorer ::-webkit-scrollbar-track:hover {
  background: #E2E8F0;
}
.export-container ::-webkit-scrollbar-track:active, .btn-save-explorer ::-webkit-scrollbar-track:active {
  background: #E2E8F0;
}
.export-container ::-webkit-scrollbar-corner, .btn-save-explorer ::-webkit-scrollbar-corner {
  background: transparent;
}


div.export-dropdown {
    display: flex;
    align-items: center;
}

ul.export-dropdown li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 15px;
}
ul.export-dropdown li:last-child { 
    border-bottom: none; 
}
ul.export-dropdown li div {
    padding-bottom: 5px;
}
.export-dropdown .export-icon{
    display: inline-block;
    float: left;
    padding-right: 10px;
    margin-top: -2px;
}
.export-dropdown .export-icon svg{
    width: 20px;
    color: #ACACAC;
}
.download-btn{
    color: #F84E00!important;
}
.download-btn:hover{
    color: #F84E00!important;
    text-decoration: underline;
}
.export-running{
    font-weight: bold!important;
}
.export-progress{
    margin-right: 2px;
}
.export-status {
    color: #FFF!important;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 3px;
    width: 90px;
    text-align: center;
    margin-right: 2px;
}
.export-status.export-status-running {
    background-color: #D5C13B;
}
.export-status.export-status-completed {
    background-color: #4CCB5D;
}
.export-status.export-status-cancelled {
    background-color: #FF7070;
}

#loader_init {
    background: url(../images/loader_1.gif) no-repeat center center fixed #fff;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.subtype-lvl {
    margin-left: 22px !important;
}

.fullscreen-public {
    top: initial !important;
}

.public-link-tab {
    margin-top: 10px;
    font-size: 11.5px;
    text-align: center;
    width: 99% !important;
}

.menu-visibility {
    top: 200px !important;
    left: -160px !important;
}

.menu-visibility-group {
    top: 180px !important;
    left: -160px !important;
}

.menu-visibility-dashboard {
    top: 75px !important;
    left: 158px !important;
}

.menu-visibility .my-user, .menu-visibility-group .my-user, .menu-visibility-dashboard .my-user {
    top: 32px !important;
}

.menu-visibility .allow-users, .menu-visibility-group .allow-users, .menu-visibility-dashboard .allow-users {
    top: 54px !important;
}

.menu-format-time {
    top: 127px !important;
    left: -160px !important;
}

.menu-format-time .defecto {
    top: 32px !important;
}

.menu-format-time .hhmmss {
    top: 54px !important;
}

.menu-format-time .minutes {
    top: 80px !important;
}

.menu-format-time .seconds {
    top: 100px !important;
}

/*fb posts*/
#post_container {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

#post_container .logo {
    background-size: cover;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 8px;
}

#post_container .post {
    border: 1px solid #ddd;
    flex: 1;
    min-width: 210px;
    margin: 5px;
    padding: 5px 0 5px 0;
    position: relative;
    cursor: pointer;
}

#post_container .post.selected * {
    opacity: 0.5;
}

#post_container .post .checked {
    display: none;
}
#post_container .post.selected .checked {
    color: #fff;
    border-radius: 50%;
    background-color: #00B22D;
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 40%;
    top: 100px;
    text-align: center;
    font-size: 28px;
    padding-top: 8px;
    opacity: 1;
}

#post_container .post.selected .checked * {
    opacity: 1;
}

#post_container .image {
    background: #F1F2F3;
    text-align: center;
    height: 150px;
    overflow: hidden;
    margin: 5px 0;
}

#post_container .image img {
    height: 100%;
}
#post_container .title {
    color: #F84E00;
}

#post_container .caption {
    margin: 0 5px;
    max-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#post_container .title, #post_container .date {
    margin: 0 5px 0 45px;
}

.toolbar-posts {
    background-color: #f2f2f2;
    padding: 4px;
    border-radius: 3px;
}

.toolbar-posts .dates {
    width: 220px;
}

.toolbar-posts .dates input {
    display: block;
    width: 100px;
    border: 0 none;
    background-color: transparent;
    box-shadow: none;
    float: left;
    text-align: center;
}

.toolbar-posts .search {
    width: 80px;
    margin-left: 10px;
}
.toolbar-posts .search.active {
    width: 170px;
}

.post-list-header {
    width: 15%;
    text-align: center;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.header-content {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.header-content .fa-heart {
    font-size: 18px;
    position: absolute;
    top: -14px;
    color: red;
}

.header-content .fa-facebook {
    font-size: 10px;
    position: absolute;
    top: -13px;
    padding: 3px 6px;
}

.header-content .fa-facebook.contact {
    font-size: 10px;
    position: absolute;
    top: -13px;
    padding: 3px 6px;
}

.fb-type-content {
    padding-top: 15px;
    cursor: pointer;
}

.fb-type-content .fa {
    font-size: 18px !important;
}

.fb-published-content {
    cursor: pointer;
    margin-top: 5px;
}

.fb-published-content label {
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #555;
}

.fb-published-content span {
    display: block;
    cursor: pointer;
    text-align: center;
    color: #AAA;
}

.fb-post-content {
    cursor: pointer;
}

.fb-post-content img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}

.fb-post-content .img-defecto {
    height: 40px !important;
    margin-bottom: 11px !important;
    background: #FFF;
}

.fb-post-content .content-message {
    cursor: pointer;
    font-weight: 100 !important;
    display: inline;
}

.fb-post-tickets-content {
    margin-top: 8px;
    cursor: pointer;
}

.fb-post-tickets-content label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    color: #555;
    cursor: pointer;
}

.fb-post-tickets-content span {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #AAA;
    cursor: pointer;
}

.fb-post-interaction-content, .fb-post-sentiment-content, .fb-post-engagement-content {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    height: 70px;
}

.fb-post-interaction-content .fb-post-content, .fb-post-sentiment-content .fb-post-content, .fb-post-engagement-content .fb-post-content {
    display: flex !important;
}

.fb-post-interaction-content .fb-post-content div, .fb-post-sentiment-content .fb-post-content div, .fb-post-engagement-content .fb-post-content div {
    flex: 1;
    margin-top: 8px;
    height: initial;
    border: none;
}

.fb-post-interaction-content div label, .fb-post-sentiment-content div label, .fb-post-engagement-content div label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    color: #555;
    cursor: pointer;
}

.fb-post-interaction-content div .fa-spin, .fb-post-sentiment-content div .fa-spin, .fb-post-engagement-content div .fa-spin {
    color: #3b5998;
    font-size: 16px !important;
}

.fb-post-interaction-content div span, .fb-post-sentiment-content div span, .fb-post-engagement-content div span {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #AAA;
}

.fb-post-engagement-content img {
    width: 22px !important;
    height: 22px !important;
    float: none !important;
    margin-right: initial !important;
    margin-bottom: initial !important;
}

.post-fb-row:last-child {
    border-bottom: 1px dotted #CCC;
}

.lbl-positive {
    color: #009603 !important;
}

.header-casos {
    border-left: 1px solid #CCC !important;
}

/*GEOLOCATION*/
.map-content {
    position: relative;
    padding: 20px 0;
}

.map-content-widget {
    position: relative;
}

.map-content .geo-map {
    height: 450px !important;
}
.map-content .geo-map .gm-ui-hover-effect {
    width: 30px !important;
    height: 30px !important;
}

.map-content .geo-map .gm-style-iw-chr {
    height: 12px;
}

.map-content .geo-map .gm-style-iw-d {
    margin-right: -6px;
}

.map-content .geo-map .gm-ui-hover-effect > span {
    background: url('../images/close-gm.svg') no-repeat center center;
    mask: none !important;
    background-size: contain;
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    margin: 0px !important;
}

.btn-heat-map {
    position: absolute;
    z-index: 1;
    width: 130px;
    top: 30px;
    left: 120px;
}

.btn-heat-map-widget {
    position: absolute;
    z-index: 1;
    width: 110px;
    height: 30px;
    top: 10px;
    left: 120px;
    font-size: 11px;
    padding: 4px;
}

.content-map-tooltip {
    max-width: 225px;
}

.content-map-tooltip .customer-name {
    font-size: 16px !important;
    display: block;
    margin-bottom: 10px;
}

.content-map-tooltip hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: #b7b7b7;
}

.content-map-tooltip .subject {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-map-tooltip .code {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-map-tooltip .status-group {
    display: block;
    line-height: 18px;
}

.content-map-tooltip ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.content-map-tooltip ul li {
    margin-bottom: 10px;
}

.metrics-items {
    color: #000;
    text-align: center;
    width: 100%;
}

.metrics-items-item, .metrics-items-number {
    float: left;
    min-width: 120px;
    min-height: 90px;
    background: #F4F4F4;
    margin: 10px 5px 0px 5px;
    padding: 10px;
}

.metrics-items-generic {
    padding: 18px 10px !important;
}

.metrics-items .data {
    font-size: 36px;
    display: block;
    margin-bottom: 0;
    color: #535353;
}

.metrics-items-number .data:hover {
    color: #F84E00 !important;
    cursor: pointer !important;
}

.metrics-items .label-data {
    font-size: 10px;
    display: block;
    font-weight: bold;
}

.status-badge {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    line-height: 12px;
    margin-top: 4px;
    margin-right: 5px;
}

.wc-status {
    margin: -5px 5px;
    padding: 3px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.status-badge.label-orange, .wc-status.label-orange {
    background-color: #FF9421;
}

.status-badge.label-red {
    background-color: #dd4a4a;
}

.wc-status.label-red {
    background-color: #fde2e8;
    color: #dd4a4a;
}

.status-badge.label-yellow {
    background-color: #686500;
}

.wc-status.label-yellow {
    background-color: #fffdb4;
    color: #686500;
}

.status-badge.label-purple {
    background-color: #5C6BC0;
}

.wc-status.label-purple {
    background-color: #dfe2f7;
    color: #5C6BC0;
}

.status-badge.label-blue {
    background-color: #0080ff;
}

.wc-status.label-blue {
    background-color: #b7d9fa;
    color: #0080ff;
}

.status-badge.label-light, .wc-status.label-light {
    background-color: #BBBBBB;
}

.status-badge.label-gray, .wc-status.label-gray {
    background-color: #BEBEBE;
}

.wc-status.label-yellow .label-circle {
    background-color: #B58E18;
    border-radius: 50%;
    padding: 0px 4px 1px 4px;
}

.wc-status.label-yellow .label-rectangular {
    background-color: #B58E18;
    border-radius: 2px;
    padding: 0px 4px 1px 4px;
    font-size: 8px;
}

.wc-status.label-olive .label-circle {
    background-color: #9E9B07;
    border-radius: 50%;
    padding: 0px 4px 1px 4px;
}

.wc-status.label-olive .label-rectangular {
    background-color: #9E9B07;
    border-radius: 2px;
    padding: 0px 4px 1px 4px;
    font-size: 8px;
}

.wc-field-jira {
    cursor: pointer;
    height: 20px;
    background: #F2F2F2;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    padding-top: 0px;
}

.wc-field-jira:hover {
    background: #EEE !important;
}

.wc-field-jira:hover span {
    color: #1269E4 !important;
}

.wc-field-jira span {
    font-size: 10px;
    padding-right: 7px;
    color: #535353;
    margin-left: 23px;
}

.widget-edit {
    margin: 0 auto;
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#history-v2 .widget-edit {
    /* width: calc(100% - 350px); */
    padding-right: 350px;
    padding-top: 3px;
}

.widget-edit .chart-container {
    position: fixed;
    top: 36px;
    left: 365px;
    height: calc(100% - 36px);
    width: calc(82% - 365px);
    overflow-y: auto;
    overflow-x: hidden;
}
.chart-container {
    display: inline-block;
}

.widget-edit .wgt-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFF;
    width: 100% !important;
    padding-left: 365px;
    border: none;
    box-shadow: none;
    resize: none;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overflow-x: hidden;
}

.widget-edit .wgt-container.has-table-widget {
    padding-left: 365px;
    padding-right: 0;
    height: calc(100vh - 36px) !important;
    width: 100% !important;
    overflow: hidden;
}

.widget-edit .wgt-container.has-table-widget .chart {
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.widget-edit .wgt-container.has-table-widget .compact-table {
    width: 100%;
    margin-left: 0;
    overflow: visible;
    height: 90%;
    display: flex;
    flex-direction: column;
}

.widget-edit .wgt-container.has-table-widget .chart-object {
    flex: 1;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: hidden;
    min-height: 0;
}

.widget-edit .wgt-container.has-table-widget .google-visualization-table {
    height: 100% !important;
    width: 100% !important;
    max-height: none !important;
}

.block-header {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    cursor: no-drop;
    z-index: 999999;
    background: #F1F2F3;
    opacity: 0.3;
}

.widget-edit .wgt-edit.ng-hide {
    display: inline-block !important;
}

.widget-edit .wgt-container .chart-object {
    margin: 0 auto;
}

.widget-edit .wgt-container.has-table-widget .chart-object {
    width: 100% !important;
    max-width: 100% !important;
}

.widget-edit .header-chart {
    height: 50px;
}

.widget-edit .header-chart .btn-default {
    border: 1px solid #DDD !important;
}

.widget-edit .header-chart .editable-controls.form-group {
    margin-top: 4px;
}

.widget-edit .header-chart .editable-has-buttons {
    height: 30px !important;
    width: 40% !important;
    margin-left: 0px;
}

.widget-edit .header-chart .editable-buttons button.btn-primary {
    background-color: #E0482E;
    border-color: #E0482E !important;
}

.widget-edit .header-chart .editable-buttons button.btn-primary:hover {
    background-color: #F84E00 !important;
    border-color: #F84E00 !important;
}

.widget-edit .header-chart .title {
    font-size: 16px;
    display: inline-block;
    margin-top: 7px;
}

.widget-edit .header-chart .title span {
    margin-left: 20px;
    font-size: 14px;
    color: #777;
}

.widget-edit .header-chart button {
    float: right;
    margin-left: 10px;
    display: block !important;
    position: relative;
}

.widget-edit .header-chart button.btn-primary.option-buttons {
    background-color: #E0482E;
    border-color: #E0482E !important;
    width: 120px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.widget-edit .header-chart button.btn-primary.option-buttons .wise-loader {
    width: 50px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.widget-edit .header-chart button.btn-primary.option-buttons .wise-loader li {
    width: 5px;
    height: 13px;
    margin: 1px;
}

.widget-edit .header-chart button.btn-primary.option-buttons .wise-loader li:last-of-type {
    height: 15px;
}

.widget-edit .header-chart button.btn-primary.option-buttons:hover {
    background-color: #F84E00 !important;
    border-color: #F84E00 !important;
}

.widget-edit .header-chart button.btn-default.option-buttons {
    width: 120px;
    height: 40px;
}

.widget-edit .header-chart button .fa-repeat {
    color: #777;
}

.widget-edit .grip {
    position: absolute;
    z-index: 2;
    left: calc(50% + 150px);
    margin: 0 auto;
    text-align: center;
    width: 60px;
    height: 4px;
    display: block;
    background: #EEE;
    border-radius: 5px;
    cursor: s-resize;
}

.widget-edit .options-sidebar {
    position: fixed;
    z-index: 2;
    top: 50px;
    right: 0;
    width: 18%;
    height: calc(100% - 50px);
    padding-bottom: 100px;
    overflow-y: auto;
    border-left: 3px solid #E6E6E6;
    max-width: 350px;
}

.widget-edit .options-sidebar .content-options {
    border-bottom: 3px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.widget-edit .options-sidebar .content-options ul {
    list-style: none !important;
    padding-left: 0;
}

.widget-edit .options-sidebar .title-section {
    width: 100%;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 5px;
    color: #7A7A7A;
}

.widget-edit .content-table-widget {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFF;
    width: 100% !important;
    padding-left: 365px;
    border: none;
    box-shadow: none;
    resize: none;
}

.widget-edit .content-table-widget.table-edit-mode {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: visible;
}

.widget-edit .content-table-widget.table-edit-mode .tbl-header {
    border-radius: 10px 10px 0 0;
}

.widget-edit .content-table-widget.table-edit-mode .tbl-content {
    overflow-y: auto;
}

@keyframes ring-phone {
    10%, 90% {
        transform: rotate(-2.5deg);
    }

    20%, 80% {
        transform: rotate(7.5deg);
    }

    30%, 50%, 70% {
        transform: rotate(-15deg);
    }

    40%, 60% {
        transform: rotate(15deg);
    }
}

.fa-voice-ringing {
    animation: ring-phone 0.7s infinite;
    display: inline-block;
}

.widget-dropdown {
    width: 170px;
    z-index: 99999;
}

.widget-dropdown li {
    position: relative;
}

.widget-dropdown .sub-menu {
    left: -90%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 200px;
    max-height: 350px;
}

.widget-dropdown .sub-menu.nps-questions {
    left: -140% !important;
    max-width: 250px !important;
}

.widget-dropdown .sub-menu.nps-questions a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    display: inline-block;
    overflow: hidden;
}

.widget-dropdown li:hover > .sub-menu {
    visibility: visible;
    display: block;
}

.widget-dropdown .sub-menu.formulas {
    left: -140%;
    max-width: 250px;
}

.divider-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.widget-edit .switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 12px;
    float: right;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-right: -10px;
}

.widget-edit .short-options .switch {
    margin-right: -20px;
}

.widget-edit .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.widget-edit .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCC;
  -webkit-transition: .4s;
  transition: .4s;
}

.widget-edit .switch .slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.widget-edit .switch input:checked + .slider {
  background-color: #72E576;
}

.widget-edit .switch input:focus + .slider {
  box-shadow: 0 0 1px #72E576;
}

.widget-edit .switch input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.widget-edit .switch .slider.round {
  border-radius: 34px;
}

.widget-edit .switch .slider.round:before {
  border-radius: 50%;
}

.widget-edit .wgt-container .wql {
    margin-left: 365px;
}

.options-sidebar .dropdown-header.short-options select {
    padding: 3px 10px;
    background: transparent;
    border-width: initial;
    border-style: none;
    border-image: initial;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
    float: right;
    margin-right: -30px;
    margin-top: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: right;
    direction: rtl;
}

.options-sidebar .dropdown-header.short-options .autorefresh-title {
    float: right;
    margin-right: -8px;
}

.options-sidebar .dropdown-header.short-options .autorefresh-title .fa-clock {
    margin-right: 5px;
}

.content-segment {
    display: inline;
    margin-left: 30px;
    position: relative;
    padding-left: 70px;
}

.content-segment .title {
    position: absolute;
    left: 0;
    top: -1px;
}

.content-segment .widget-value {
    width: 100%;
}

.content-segment .widget-value .ui-select-search {
    max-width: 40px !important;
}

.content-segment .segment-btn {
    margin-top: -4px;
    margin-left: 10px;
    height: 27px;
    padding: 2px 15px;
    width: 80px;
}

.content-segment .btn-secondary {
    background: #AAA;
    outline-color: #AAA !important;
    color: #FFF;
}

.content-segment .btn-secondary:hover {
    background: #CCC !important;
}

.modal-export .title-export {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
}

.modal-export .content-options {
    padding: 15px;
    text-align: center;
}

.modal-export .content-options .btn {
    margin-left: 10px;
}

.modal-export .content-options.group-by .btn {
    width: 80px;
}

@media screen and (max-width: 1024px) {
    header.main-header {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 43px;
    }

    .wc-logo {
        float: none !important;
        display: inline-block !important;
        margin-left: -100px;
    }

    .logo-analytics {
        display: inline-block;
        position: absolute;
    }

    .arrows-scroll {
        margin-left: 0px !important;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }

    .analytics-top .top {
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .top {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }

    .selecting .content-button {
        width: initial !important;
    }

    .tab-content .btn-type {
        display: initial !important;
    }

    .filters {
        display: block;
        float: none !important;
    }

    .without-aside {
        width: 100% !important;
        margin-top: 10px;
    }

    #rows {
        display: block;
        margin-top: 45px !important;
        width: 100% !important;
        margin-left: initial !important;
    }

    #rows .wgt-container {
        width: 100% !important;
    }

    #history {
        position: relative;
    }

    #history .pull-left {
        display: inline-block;
        position: relative;
        margin-left: 5px;
        transition: all ease-in 1s;
    }

    #taboptions {
        margin-left: initial !important;
        top: 0;
        left: 10px;
        position: absolute;
        margin-top: -45px;
    }

    #taboptions div {
        display: inline-block;        
        width: 50px;
    }

    #fullscreen {
        /* position: relative; */
        display: inline-block;
        top: initial;
        left: -30px;
    }

    .fullscreen-public {
        left: 5px !important;
    }

    .row-options {
        display: none !important;
    }

    .one-column-in {
        padding-right: initial !important;
    }

    .two-column-in, .three-column-in {
        padding-right: 8px !important;
    }

    #rows .three-column-in .col-in, .gu-mirror .three-column-in .col-in {
        width: 100% !important;
    }

    #rows .two-column-in .col-in, .gu-mirror .two-column-in .col-in {
        width: 100% !important;
    }

    .top {
        width: 65%;
    }
}

@media screen and (max-width: 600px) {
    .top {
        width: 50%;
    }

    .selecting {
        width: 120% !important;
    }
    
}

@media screen and (max-width: 400px) {
    .logo-analytics li {
        font-size: 8pt;
    }

    .logo-analytics li .fa {
        font-size: 10pt;
    }

    .title-tab-device {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 300px) {
    .logo-analytics li {
        font-size: 6pt;
        padding-top: 11px !important;
    }

    .logo-analytics li .fa {
        font-size: 8pt;
    }

    .title-tab-device {
        font-size: 10px !important;
        top: 17px !important;
    }
}

@media screen and (max-width: 200px) {
    article .filter {
        margin-bottom: 5px;
    }
}

.wc-logo-rp {
    display: inline-block;
    /* width: 40px; */
    margin: 0 5px;
    /* padding-bottom: 6px; */
}

.wc-logo-rp.error {
    height: initial !important;
}

#top_tabs {
    display: inline-flex;
    align-items: end;
}

#tabs_vault {
    width: 200px;
    position: absolute;
    top: 50px;
    right: 5px;
    border-radius: 5px;
    background-color: #ccc;
    opacity: 0;
    z-index: 0;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
#more_tabs:focus{
	outline:none;
}

#more_tabs.active {
    background-color: #eaeaea;
}

.top .tab, tab.gu-mirror button {
    width: 150px;
}

#top_tabs.top {
    overflow: visible;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

section.top {
    padding: 0;
}

#top_tabs tab:nth-child(11) .tab {
    display: none;
}

#more_tabs span {
    display: inline-block;
    margin: -2px;
    width: 42px;
    height: 30px;
    transform: rotate(90deg) skew(0deg);
}

button#more_tabs {
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 20px;
    background-color: #888;
    margin-left: 10px;
}

button#more_tabs:hover {
    filter: invert(100%);
}
#more_tabs span:after {
    content: '\2807';
    font-size: 22px;
    padding: 10px;
    color: white;
}

#moreTabsList {
    width: 240px;
    position: fixed;
    background: #4C4C4C;
    background-color: #4e5c67;
    z-index: 999999;
    border-radius: 5px;
    top: 50px;
    left: 15px;
    color: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

#moreTabsList .header-more-tab-list {
    position: fixed;
    width: 240px;
    height: 40px;
    cursor: move;
}

#moreTabsList .header-more-tab-list .title-more-tab {
    margin-left: 20px;
    margin-top: 11px;
    cursor: move;
}

#moreTabsList .header-more-tab-list button {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    outline-color: transparent !important;
    margin-top: 3px;
    margin-right: 7px;
    cursor: pointer;
    font-size:15px;
}

#moreTabsList .header-more-tab-list button:hover {
    background-color: #566571 !important;
    color: #FFF !important;
}

#moreTabsList #tabs_list {
    background: #4C4C4C;
    background-color: #4e5c67;
    padding: 0px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 40px;
}

#moreTabsList #tabs_list tab button {
    width: 210px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #4e5c67;
    padding: 10px 10px;
    max-height: 40px;
    border: 1px solid #4e5c67;
}

#moreTabsList #tabs_list tab button .remove {
    opacity: 0;
    color: #dddddf;
}

#moreTabsList #tabs_list tab:hover {
    background-color: #3a4a59;
}

#moreTabsList #tabs_list tab:hover .remove {
   opacity: 1;
}

#tabs_list::-webkit-scrollbar, .series-wgt::-webkit-scrollbar,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar,
.options-sidebar::-webkit-scrollbar, .widget-edit .chart-container::-webkit-scrollbar, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar,
#div_favorite::-webkit-scrollbar, #dash_scrollbar::-webkit-scrollbar {
    width: 5px;
}

#tabs_list::-webkit-scrollbar-thumb, .series-wgt::-webkit-scrollbar-thumb,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar-thumb,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar-thumb,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar-thumb, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar-thumb,
.options-sidebar::-webkit-scrollbar-thumb, .widget-edit .chart-container::-webkit-scrollbar-thumb, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar-thumb,
#div_favorite::-webkit-scrollbar-thumb, #dash_scrollbar::-webkit-scrollbar-thumb {
    background-color: #CCC;
}

#tabs_list::-webkit-scrollbar-track, .series-wgt::-webkit-scrollbar-track,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar-track,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar-track,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar-track, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar-track,
.options-sidebar::-webkit-scrollbar-track, .widget-edit .chart-container::-webkit-scrollbar-track, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar-track,
#div_favorite::-webkit-scrollbar-track, #dash_scrollbar::-webkit-scrollbar-track {
    background-color: #F1F2F3;
}

#moreTabsList #tabs_list tab button #detalle #ultimoAcceso {
    opacity: 0;
    color: #dddddf;
}

#moreTabsList #tabs_list tab:hover #detalle #ultimoAcceso {
    opacity: 1;
}

#moreTabsList #tabs_list div button {
    width: 220px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #4e5c67;
    padding: 8px 8px;
    max-height: 40px;
    border: 1px solid #4e5c67;
    text-align: left;
    cursor: ns-resize;
}

#moreTabsList #tabs_list div button .remove {
    opacity: 0;
    color: #dddddf;
    cursor:pointer;
}

#moreTabsList #tabs_list div:hover {
    background-color: #3a4a59;
    background: #4e5c67;
}

#moreTabsList #tabs_list div:hover .remove {
    opacity: 1;
}

.imgSvg {
    width: 16px;
    height: 16px;
    fill: white;
    margin-top: -6px;
    filter: invert(100%);
    margin-right: 5px;
}

.lastAccess {
    color: #8e99a1;
    font-size: smaller;
    padding-left: 28px;
    vertical-align: super;
    background: #4e5c67;
    margin-left: 5px;
    display: block;
    margin-top: -7px;
}

.div-btn-plus {
    border-radius: 50%;
    background-color: #e3e6e7;
    min-width: 19px;
    text-align: center;
    height: 18px;
    position: relative;
    margin-right: -9px;
    padding-top: 1px;
}

.btn-plus {
    font-size: 13px;
    color: #4e5c68;
}

#tabs_vault .tab {
    width: 200px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #4e5c67;
    color: #cdd4db;
    padding: 10px 10px;
    max-height: 40px;
    border: 1px solid #4e5c67;
}

#tabs_vault .tab .remove {
    opacity: 0;
    color: #dddddf;
}

#tabs_vault .tab:hover {
    background-color: #3a4a59;
    /*border-top: 1px solid #cdd4db3d;*/
}

#tabs_vault .tab:hover .remove {
    opacity: 1;
}

#tabs_vault.vault-visible {
    opacity: 1;
    z-index: 100;
}

body.gu-unselectable #tabs_vault {
    opacity: 1;
    z-index: 100;
}

.top .tab, tab.gu-mirror button {
    padding: 6px 0 7px 12px;
    max-height: 29px;
}

.top .tab.active:hover span i, .top .tab:hover span i {
    background-color: transparent !important;
}

#tabs_vault .tab.active{
    background: #FFF;
    border: 1px solid #e0e0e0;
    color: #949494;
}

#tabs_vault .tab:hover .fa-close {
    display: block;
    font-size: 13px;
    color: #FFF;
    opacity: 0.75;
    margin: -3px -10px;
    padding: 2px 10px 2px 2px;
}

#tabs_vault .tab.active:hover .fa-close {
    display: block;
    font-size: 13px;
    color: #000;
    opacity: 0.75;
    margin: -3px -10px;
    padding: 2px 10px 2px 2px;
}

#tabs_vault::-webkit-scrollbar, .series-wgt::-webkit-scrollbar,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar,
.options-sidebar::-webkit-scrollbar, .chart-container.widget-edit::-webkit-scrollbar, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar {
    width: 5px;
}

#tabs_vault::-webkit-scrollbar-thumb, .series-wgt::-webkit-scrollbar-thumb,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar-thumb,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar-thumb,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar-thumb, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar-thumb,
.options-sidebar::-webkit-scrollbar-thumb, .chart-container.widget-edit::-webkit-scrollbar-thumb, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar-thumb {
    background-color: #CCC;
}

#tabs_vault::-webkit-scrollbar-track, .series-wgt::-webkit-scrollbar-track,
.widget-category div.google-visualization-tooltip::-webkit-scrollbar-track,
.options-sidebar .btn-data.series .dropdown-sub-options::-webkit-scrollbar-track,
.options-sidebar .btn-data-metric .dropdown-sub-options::-webkit-scrollbar-track, .options-sidebar .btn-data-dimension .dropdown-sub-options::-webkit-scrollbar-track,
.options-sidebar::-webkit-scrollbar-track, .chart-container.widget-edit::-webkit-scrollbar-track, .widget-edit .content-table-widget .tbl-content::-webkit-scrollbar-track {
    background-color: #F1F2F3;
}

.new-tab-content {
    height: 35px;
    min-width: 82px;
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: #888;
}

.new-tab-content .btn-tab {
    height: 25px;
    width: 30px;
    background: #F84E00;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: none;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.new-tab-content .btn-tab:hover{
    background-color: #dc4700 !important;
    border-color: #de500d !important;
}
.new-tab-content .btn-tab #new_tab_dashboard {
    width: 20px;
    height: 20px;
    mask: url(images/tab_dashboard.svg) no-repeat center / contain;
    -webkit-mask: url(images/tab_dashboard.svg) no-repeat center / contain;
}

.new-tab-content .btn-tab #new_tab_table {
    width: 20px;
    height: 20px;
    mask: url(images/tab_listing.svg) no-repeat center / contain;
    -webkit-mask: url(images/tab_listing.svg) no-repeat center / contain;
}

.new-tab-content .btn-tab #new_tab_favorite {
    width: 20px;
    height: 20px;
    mask: url(images/layout-favorite.svg) no-repeat center / contain;
    -webkit-mask: url(images/layout-favorite.svg) no-repeat center / contain;
    cursor: pointer;
}

.btn-dash {
    margin-right: 4px !important;
}

.btn-newtab {
    margin-right: 7px !important;
}

.btn-add-filter .list-filters::-webkit-scrollbar {
    width: 5px;
}

.btn-add-filter .list-filters::-webkit-scrollbar-thumb {
    background-color: #CCC;
}

.btn-add-filter .list-filters::-webkit-scrollbar-track {
    background-color: #F1F2F3;
}

widget-v2 .wgt-container {
    position: relative;
    overflow: hidden;
    --wgt-bg: #fff;
    --wgt-border: transparent;
    border-radius: 4px;
}

widget-v2 .wgt-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 3px; 
    background: var(--wgt-bg);
    z-index: 1;
    pointer-events: none;
}

widget-v2 .wgt-container::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px; 
    background: var(--wgt-border); 
    z-index: 1;
    pointer-events: none;
}

widget-v2 .wgt-container .resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    z-index: 2;
    opacity: 0; 
    pointer-events: none;
    cursor: default;
    will-change: opacity;
    contain: paint;
    display: flex;
    align-items: center;
    justify-content: center;
}

widget-v2 .wgt-container .resize-handle::after {
    display: none;
}

widget-v2 .wgt-container:hover .resize-handle,
widget-v2 .wgt-container .resize-handle.is-visible {
    opacity: 1;
    pointer-events: auto;
    cursor: se-resize !important;
    z-index: 3;
    transition: opacity 50ms linear;
}

@media screen and (max-width: 768px) {
    #history-v2 #rows {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    #history-v2 #taboptions, #history-v2 #floating_filter {
        display: none;
    }

    #history-v2 .widget-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100% !important;
    }

    #history-v2 widget-v2 {
        transform: none !important;
        position: relative;
        width: 100% !important;
    }

    #history-v2 widget-v2 .wgt-container {
        width: calc(100% - 20px) !important;
        margin: 10px 10px 0;
    	padding: 5px;
    }

    #history-v2 widget-v2 .mover, #history-v2 widget-v2 .ui-resizable-handle {
        display: none !important;
    }

}

.audio-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin: 0 auto;
    border: 2px solid transparent;
}

.audio-call-btn:hover {
    background-color: #ddd;
}

.audio-call-btn:focus {
    outline: none;
    border-color: #94d7ff;
}

.audio-call-btn svg {
    display: block;
}

.player-ref {
    position: relative;
}

.waveform-player {
    position: absolute;
    width: 600px;
    height: 110px;
    background-color: #eee;
    border-radius: 3px;
    right: 20px;
    top: 0;
    padding: 10px 15px;
    /* box-shadow: rgb(50 50 93 / 10%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px */
    border: 1px solid #e5e5e5;
}

.waveform-player .placeholder {
    height: 50px;
}

.waveform-player .controls {
    display: flex;
    justify-content: space-between;
}

.waveform-player .controls > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.waveform-player .controls > div > button, .waveform-player .controls > div > a {
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border: none;
    background-color: #ddd;
    height: 30px;
    color: #333;
    cursor: pointer;
}

.waveform-player .controls > div > button:hover, .waveform-player .controls > div > a:hover {
    background-color: #d5d5d5;
}

.waveform-player .controls > div > button svg, .waveform-player .controls > div > a svg {
    height: 20px;
    width: 20px;
}

.waveform-player .audio-selector {
    border: none;
    height: 30px;
    margin-right: 5px;
    padding: 0 5px;
    background: #ddd;
}

.loader-container {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.btn-save-explorer {
    float: right;
    margin-left: 10px;
    display: block !important;
    position: relative;
    cursor: pointer;
}

.btn-new-dash {
    font-weight: bold;
}

.dropdown-save-explorer {
    top: 40px;
}

.btn-explorer {
    height: 25px;
    width: 90px;
    background: #F84E00;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: none;
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-family: inherit;
}

.btn-explorer:hover {
    background-color: #dc4700 !important;
    border-color: #de500d !important;
}

.btn-explorer-disabled {
    background-color: #dc4700 !important;
    border-color: #de500d !important;
    cursor: not-allowed !important;
}


.imgSvg-explorer {
    width: 20px;
    height: 20px;
    fill: white;
    margin-top: -6px;
    filter: invert(100%);
    margin-right: 5px;
    margin-top: 0px;
}

.loader-explorer {
    z-index: 999999;
    top: 36px;
}

/*Begin openFilter*/
aside#floating_openFilter {
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}

#history-v2 aside#floating_openFilter {
    position: fixed;
}

#history-v2 aside#floating_openFilter.edit-mode {
    top: 40px !important;
    left: 5px !important;
}

aside#floating_openFilter .filter-list .uib-datepicker-popup {
    left: -114px !important;
    transform: scale(.8);
    top: 45px !important;
}

aside#floating_openFilter .filter-list table tbody tr:first-child .uib-datepicker-popup {
    top: 12px !important;
}

aside#floating_openFilter.filter-left {
    top: 0 !important;
    left: 0 !important;
}

aside#floating_openFilter .filter-list {
    width: calc(100% + 8px);
    height: 500px;
    overflow-y: scroll;
    margin-right: -8px;
}

aside#floating_openFilter .btn-alpha {
    margin-top: -5px;
    outline: none;
}

.openFilter-date {
    margin-right: 5px !important;
}

.openFilter-public {
    top: 42px !important;
}

#openFilter {
    width: 330px;
    height: 320px;
    position: fixed;
    background: #4C4C4C;
    background-color: #565656;
    z-index: 999999;
    border-radius: 5px;
    top: 119px;
    left: 5px;
    margin-left: 45px;
}

#openFilter .filter-list {
    margin-right: -8px;
    width: calc(100% + 8px);
    height: 250px;
    overflow-y: scroll;
}

#openFilter .submenu {
    height: 100%;
    background: #565656;
    padding: 8px 10px;
    margin-top: -5px;
    color:#f3f3f3;
}

#openFilter .submenu .radio {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#date_dynamic_openFilter {
    width: 205px;
    margin-left: 85px;
}

#date_interval_openFilter {
    top: 110px;
    right: 8px;
    width: 220px;
    font-weight: 100;
    margin-left: 15px;
    margin-bottom: 10px;
}

#selectHour_openFilter {
    height: 30px !important;
    width: 85px !important;
    font-size: 12px !important;
}

#selectHour_openFilterH {
    height: 30px !important;
    width: 85px !important;
    font-size: 12px !important;
}

.openFilter-showOpenFilter {
    width: 330px;
}

.openFilter-label {
    color: #f3f3f3;
    text-decoration: none;
    line-height: 2em;
    padding: 1px 10px;
    display: block;
    background-color: #4c4c4c;
    font-weight: 100;
}

.openFilter-dynamic {
    padding-left: 5px;
    width: 205px;
    margin-left: 30px;
}

.openFilter-title {
    color: #f3f3f3;
    text-decoration: none;
    line-height: 2em;
    padding: 1px 15px;
    display: block;
    background-color: rgb(62, 62, 62);
    font-weight: 100;
    border-radius: 5px 5px 0 0;
}

.openFilter-option {
    font-weight: 100;
    cursor: pointer;
    margin-bottom: 10px;
}

.bottom-openFilter {
    width: 100%;
    height: 40px;
    margin-bottom: -10px;
    background-color: rgb(62, 62, 62);
    border-radius: 0 0 5px 5px;
    text-align: right;
    margin-top: 7px;
}

.bottom-openFilter .btn-primary {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-openFilter {
    border: 0 none;
    font-size: 9px;
}

.submenu .radio-openFilter {
    margin-top: 10px !important;
    color: #f3f3f3;
    display: flex;
}
/*End openFilter*/

.filter-agents {
    position: absolute;
    top: 5px;
    margin-left: 42%;
    font-size: 14px;
    height: 25px;
    width: 200px;
}

.allNone-option {
    font-weight: 100;
    cursor: pointer;
    margin-right: 10px;
}

.btn-filter {
    width: 18px;
}

.btn-filter-exist {
    filter: invert(31%) sepia(31%) saturate(5644%) hue-rotate(12deg) brightness(106%) contrast(105%);
}

/**Begin-Call or disconnect agents */
.userDisconnect {
    pointer-events: none;
    background: #dcdcdc;
    color: #a9a9a9;
}

ul.dropdown-menu.events-filter-menu {
    overflow-y: auto;
    max-height: 230px;
}

.automation-rule-handler {
    cursor: move;
    font-size: 18px;
    display: inline-block;
    visibility: hidden;
    margin-top: -4px;
}

.automation-rule-handler i {
    color: #A0A0A0;
    vertical-align: middle;
}

.automation-rule-handler i:first-child {
    margin-right: -12px;
}

tr.rule-row:hover .btn-group .btn-alpha {
    background-color: white;
    border: 1px solid #EEE9E9;
    border-radius: 4px;
}

tr.rule-row .btn-group .btn-alpha .fa-caret-down {
    visibility: hidden;
    font-size: 10px;
}

tr.rule-row:hover .btn-group .btn-alpha .fa-caret-down {
    visibility: visible;
}

.table-hover > tbody > tr:hover .automation-rule-handler,
.table-hover > tbody > tr:hover .rules-more-actions,
.rule-row.gu-mirror .automation-rule-handler {
    visibility: visible;
}

.rules-more-actions {
    visibility: hidden;
    margin-top: -7px;
}

.rules-more-actions .btn {
    background-color: #6C6C6C;
    color: #fff;
    border-radius: 4px;
}

.rules-more-actions ul.dropdown-menu {
    min-width: 135px;
}

.rules-more-actions ul.dropdown-menu.events-filter-menu {
    padding: 0;
    padding-left: 0 !important;
}

.rules-more-actions ul.events-filter-menu li {
    border-bottom: 1px solid #EAE5E5;
}

.rules-more-actions.options-user ul.events-filter-menu li {
    border-bottom: none !important;
}

.rules-more-actions.options-user li.divider {
    border-top: 1px solid #EAE5E5;
    margin: 3px 0 !important;
}

.rules-more-actions ul.events-filter-menu li:last-child {
    border-bottom: none;
}

.rules-more-actions ul.events-filter-menu li a {
    color: #707070;
    padding: 10px 15px !important;
}

.rules-more-actions.options-user ul.events-filter-menu li a {
    padding: 8px 15px !important;
}

.rules-more-actions.options-user ul.events-filter-menu li.force-available .fa-circle {
    font-size: 9px !important;
    padding: 2.5px !important;
    color: #2DB200;
}

.rules-more-actions.options-user ul.events-filter-menu li.userDisconnect .fa-circle {
    color: #a9a9a9 !important;
}

.rules-more-actions ul.events-filter-menu li a i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

tr.rule-row:hover .btn-group .btn-alpha {
    background-color: white;
    border: 1px solid #EEE9E9;
    border-radius: 4px;
}

tr.rule-row .btn-group .btn-alpha .fa-caret-down {
    visibility: hidden;
    font-size: 10px;
}

tr.rule-row:hover .btn-group .btn-alpha .fa-caret-down {
    visibility: visible;
}

.btn-rules-status.btn-group {
    position: absolute;
    top: 28px;
    right: 248px;
}

.btn-rules-status.btn-group .btn {
    padding: 4px 6px;
    background-color: #F8F8F8;
}

.btn-group.btn-rules-status .fa.fa-circle {
    font-size: 12px;
    color: #ccc;
}

.btn-group.btn-rules-status .fa.fa-circle.active {
    color: #2DB200;
}

.rule-row.gu-mirror .hide-on-move {
    display: none;
}

.rule-row .delete {
    visibility: hidden;
}

.rule-row:hover .delete {
    visibility: visible;
}

.submenu-call-disconect {
    margin-top: 2px;
}

.btn-call-disconect {
    display: none;
}
/**End-Call or disconnect agents */

.title_List {
    font-weight: bold;
    font-size: large;
    margin-right: 685px;
    margin-top: -20px;
    padding-bottom: 15px;
}

.title_Dashboard {
    font-weight: bold;
    font-size: large;
    margin-right: 765px;
    margin-top: -20px;
    padding-bottom: 15px;
}

.filter-type-subtype {
    display: inline-block;
}

.filter-type-subtype-input {
    height: 25px;
    font-size: 12px;
    width: 144px;
}

.image-close {
    height: 15px;
}

.img-search {
    height: 15px;
}

.btn-close {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    height: 33px;
    width: 39px;
}

.btn-close:hover {
    background-color: #f2f2f2;
}

.btn-search {
    background-color: transparent;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    float: right !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    height: 33px;
    padding-right: 10px;
}

.btn-search:hover {
    border-color: #e7e7e7;
}

.btn-search-active {
    border-color: #e7e7e7;
}

.input-open-filter-graphic {
    width: 200px;
    height: 15px;
}

.input-close-filter-graphic {
    display: none;
}

.input-search {
    outline: none;
    background-color: transparent;
    border: 0;
}

.btn-search-agent {
    background-color: transparent;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    float: right !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    height: 30.5px;
    padding-right: 10px;
    /* left: 50px; */
    position: absolute;
    right: 43px !important;
    top: 2px !important;
    width: 37px;
}

.btn-search-agent:hover {
    border-color: #e7e7e7 !important;
}

.btn-search-agent-active {
    border-color: #e7e7e7;
    width: 240px;
}

.img-search-agent {
    height: 15px;
    color: #ccc !important;
    filter: invert(100%) sepia(1%) saturate(1566%) hue-rotate(7deg) brightness(90%) contrast(76%);
    margin-top: -4px;
}

.input-search-agent {
    outline: none;
    background-color: transparent;
    border: 0;
    color: black;
}

.btn-refresh {
    top: 2px !important;
}

.wgt-container .wgtGeneric-title-metric {
    position: absolute;
    left: 17px;
    right: 15px;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.wgt-container:hover .wgtGeneric-title-metric {
    visibility: hidden;
}

.img-edit-wgt-metric {
    height: 15px;
    width: 13px;
    margin-top: -5px;
    filter: invert(17%) sepia(7%) saturate(1154%) hue-rotate(182deg) brightness(92%) contrast(88%);
}

.img-refresh-wgt-metric {
    height: 19px;
    width: 15px;
    margin-top: -5px;
    filter: invert(17%) sepia(7%) saturate(1154%) hue-rotate(182deg) brightness(92%) contrast(88%);
}

.img-cross-filter-wgt-metric {
    height: 14px;
    width: 15px;
    margin-top: -2px;
    filter: invert(17%) sepia(7%) saturate(1154%) hue-rotate(182deg) brightness(92%) contrast(88%);
}
.img-cross-filter-wgt-metric.filter-green {
    filter: invert(50%) sepia(100%) saturate(2000%) hue-rotate(80deg) brightness(90%) contrast(100%);
}
.img-config-wgt-metric {
    height: 13px;
    width: 13px;
    margin-bottom: 3px;
    filter: invert(17%) sepia(7%) saturate(1154%) hue-rotate(182deg) brightness(92%) contrast(88%);
}

.wgt-container .img-drag-wgt {
    margin-left: -15px;
    visibility: visible;
    display: block;
}

.wgt-container .img-drag-wgt-metric {
    visibility: hidden;
    display: block;
}

.wgt-container:hover .img-drag-wgt-metric {
    margin-left: -8px;
    visibility: visible;
    display: block;
}

.value-generic-metric {
    position: fixed;
    text-align: center;
    width: calc(100% - 34px);
    margin-top: 30px;
}

.value-generic-metric-edit {
    position: fixed;
    margin-top: 80px;
}

.wgt-container .time-wgt-metric {
    position: absolute;
    bottom: 3px;
    left: 17px;
    right: 15px;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.wgt-container:hover .time-wgt-metric {
    visibility: hidden;
}

.downloadFinished {
    top: 30px;
    position: absolute;
    float: right;
    border-radius: 3px;
    padding: 10px;
    right: 195px;
    background-color: aliceblue;
    color: rgb(186, 48, 202);
    z-index: 9999;
    font-size: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    font-weight: bold;
}

.downloadFinished-icon {
    vertical-align: middle;
}

.objective-titles {
    display: block;
    height: 20px;
    margin-top: 10px;
}

.objective-titles-color {
    width: 30px;
    float: left;
    display: block;
}

.objective-titles-operator {
    float: left;
    display: block;
    margin-left: -10px;
}

.objective-titles-operator-span {
    display: block;
}

.objective-titles-value {
    float: right;
    display: block;
    margin-right: 12px;
}

.objective-titles-value-span {
    display: block;
}

.objective-green-div {
    margin-bottom: -5px;
    height: 30px;
}

.objective-div-until {
    display: flow-root;
    margin-bottom: 10px;
}

.objective-ul {
    margin-left: -5px;
}

.objective-yellow-div {
    margin-bottom: -5px;
    height: 30px;
    margin-top: 10px;
}

.objective-red-div {
    margin-bottom: -5px;
    height: 30px;
    margin-top: 10px;
}

.objective-input-since {
    font-size: inherit;
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: right;
    top: 6px;
    margin-right: -9px;
}

.objective-input-since-between {
    font-size: inherit;                    
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    /*float: right;*/
    right: -50px;
}

.objective-input-until {
    font-size: inherit;
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: right;
    margin-right: -60px;
    margin-top: 15px;
}

.objective-operator {
    /*text-align: left;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    height: 28.56px !important;
    width: 50% !important;
    font-size: inherit !important;
    margin: 5px 0px !important;
    right: -10px;
    top: -10px;
    */ font-size: inherit;
    height: 28.56px;
    width: 100px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: right;
    top: 6px;
    margin-right: -9px;
    float: left;
    margin-left: 5px;
}
/*
.objective-operator-name {
 
    font-size: inherit;
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: right;
    top: 6px;
    margin-right: -9px;
    float: left;
}*/

.objective-operator-between {
    /* text-align: left;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    height: 28.56px !important;
    width: 100px !important;
    font-size: inherit !important;
    margin: 5px 0px !important;*/
    /*right: -10px;*/
    font-size: inherit;
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: right;
    top: 6px;
    margin-right: -9px;
    float: left;
}

.objective-arrow {
    float: right;
    color: green;
    font-size: large;
}

.objective-expected-up {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    position: relative;
    width: 35px;
    padding: 0px;
    height: 28.42px;
    margin: 5px -5px 0px 10px;
    text-align: center;
    color: rgb(83, 83, 83);
}

.objective-expected-down {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    position: relative;
    width: 35px;
    padding: 0px;
    height: 28.42px;
    margin: 5px 10px 0px 10px;
    text-align: center;
    color: rgb(83, 83, 83);
}

.objective-label-green {
    width: 15px;
    height: 15px;
    background: green;
    border-radius: 50%;
    border: 1px solid #333;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
}

.objective-label-yellow {
    width: 15px;
    height: 15px;
    background: #ebeb6c;
    border-radius: 50%;
    border: 1px solid #333;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
}

.objective-label-red {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    border: 1px solid #333;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
}

.objective-expected-icon {
    padding-right: 0px !important;    
    font-size: 18px;
}

.objective-table {
    margin-left: 10px;
    margin-top: 10px;
    /*width: 305px;*/
    display: inline-block;
}

.objective-table-tr {
    display: inline-block;
}

.objective-table-operator {
    padding-left: 28px;
}

.objective-table-value {
    padding-left: 75px;
}

.objective-table-input {
    width: 132px;
}

.objective-setoperator {
    display: block; 
    clear: both; 
    font-weight: 400; 
    line-height: 1.42857143; 
    color: #333;
    white-space: nowrap;
    font-style: normal;
}

.objective-operator-select {
    top: -10px;
}

.objective-operator-option {
    top: 22px;
}

.ml-perception-detail-list {
    height: 450px !important;
}

.ml-perception-detail-list-donwload {
    border: none;
    background: white;
    float: right;
}

.ml-perception-detail-list-donwload:hover {
    background: #DDD;
}

.ml-perception-detail-list-btnclose {
    margin-top: 5px;
    margin-right: 5px;
}

.sla-firstAnswer {
    display: inline-block;
    margin-top: 10px;
}

.sla-firstAnswer-text {
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
    overflow: hidden;
}

.sla-firstAnswer-text:hover {
    color: black;
}

.sla-wdg-generic-input {
    font-size: inherit;
    height: 28.56px;
    width: 60px;
    padding: 5px !important;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    float: left;
    width: 60px;
    text-align: center;
}

.sla-wdg-generic-button {
    text-align: left;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    position: relative;
    height: 28.56px !important;
    width: 90px !important;
    font-size: inherit !important;
    right: -10px;
}

.sla-wdg-generic-div {
    position: relative;
    padding-left: 10px;
}

.earlyDropped-li {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
}

.earlyDropped-titles {
    display: block;
    height: 20px;
}

.earlyDropped-titles-period {
    width: 30px;
    float: left;
    display: block;
}

.earlyDropped-titles-sinse-until {
    display: flex;
    float: right;
}

.earlyDropped-titles-sinse {
    margin-right: 18px;
}

.earlyDropped-titles-until {
    margin-right: 8px;
}

.earlyDropped-button {
    float: left;
    margin-right: 20px;
    margin-left: -10px;
    width: 50px !important;
}

.earlyDropped-div-input {
    display: flex;
    float: right;
}

.earlyDropped-div-input-since {
    margin-right: 15px;
    width: 50px !important;
    text-align: left;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    height: 28.56px !important;
    font-size: inherit !important;
}

.earlyDropped-div-input-until {
    float: right !important;
    margin-right: -9px;
    width: 50px;
    width: 50px !important;
    text-align: left;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    color: #535353;
    height: 28.56px !important;
    font-size: inherit !important;
}

.btn-favorite-exist {
    filter: invert(54%) sepia(79%) saturate(6483%) hue-rotate(6deg) brightness(100%) contrast(104%);
}

.div-viewSelectTabFavorites {
    height: calc(100vh - 35px) !important;
    overflow: auto;
    width: calc(100% + 45px) !important;
    box-shadow: initial;
    background: #F7F7F7;
    margin-top: -5px;
}

.div-title-favorites {
    background: #e4e4e4;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left !important;
    width: 1105px !important;
    height: 45.71px;
}

.div-title-mytabs {
    background: #e4e4e4;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left !important;
    width: 1105px !important;
    margin-top: 15px !important;
}

.div-title-mytabs-span {
    display: contents;
}

.div-btn-favorite {
    float: right;
    top: -2px;
    margin-right: -12px;
}

.btn-favorite-sort {
    border-radius: 5px;
    text-align: center;
    height: 30px;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    width: 35px !important;
}

.img-sort-favorite {
    height: 25px;
    margin-left: -10px;
    margin-top: -15px;
}

.div-favorite-container {
    background: #e4e4e4;
    width: 1105px;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 5px 5px 5px 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.div-favorite-repeat {
    float: left;
    margin-bottom: 10px;
    width: 170px !important;
    margin-left: 12px;
}

.btn-favorite {
    border-radius: 5px;
    width: 170px !important;
    text-align: left;
    padding: 8px 8px 10px;
}

.span-favorite-left {
    font-size: 10px;
}

.span-favorite-right {
    float: right;
    font-size: smaller;
}

.div-box-title-favorite {
    display: contents;
}

.div-mytabs-container {
    background: #e4e4e4;
    width: 1105px;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 5px 5px 5px 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.div-mytabs-repeat {
    float: left;
    margin-bottom: 10px;
    width: 170px !important;
    margin-left: 12px;
    height: 58px;
}

.btn-mytabs {
    border-radius: 5px;
    width: 170px !important;
    margin-right: 10px !important;
    text-align: left;
}

.div-bottom-mytabs {
    margin-top: 2px;
}

.div-bottom-favorite {
    margin-top: -4px;
}

.div-title-original {
    color: lightgray;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 150px;
    margin-top: -5px;
}

.div-tabfavorites-content {
    background-color: #777474;
    margin-right: 0px;
    min-width: 45px !important;
}

.div-tabfavorites-btn {
    margin-left: 8px;
}

.alert_date_last_access {
    color: #FF7A7A !important;
}

.div-listados-content {
    height: calc(100vh - 35px) !important;
    overflow: auto;
    box-shadow: initial;
    background-color: #F7F7F7;
    margin-top: -10px;
    margin-left: -50px;
    width: calc(100% + 65px) !important;
}

.div-report-tarjet {
    background: #e4e4e4;
    width: 1105px !important;
    margin-top: 10px;
    border-radius: 5px 5px 5px 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.div-tabs-active-icon {
    /*position: absolute;
    top: 10px;
    margin-right: 9px;
    font-size: 11px;*/
    position: initial;
    top: 10px;
    /* margin-right: 9px; */
    font-size: 11px;
    height: 40px;
}

.btn-search-report {
    background-color: white;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    float: right !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    height: 30.5px;
    padding-right: 10px;
    position: initial;
    right: 73px !important;
    top: 2px !important;
    width: 37px;
}

.btn-search-report:hover {
    border-color: #e7e7e7 !important;
}

.btn-search-report-active {
    border-color: #e7e7e7;
    width: 240px;
}

.img-search-report {
    height: 15px;
    color: #ccc !important;
    filter: invert(100%) sepia(1%) saturate(1566%) hue-rotate(7deg) brightness(90%) contrast(76%);
    margin-top: -4px;
}

.input-search-report {
    outline: none;
    background-color: transparent;
    border: 0;
    color: black;
}

.btn-search-report-favorite {
    background-color: white;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    float: right !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    height: 30.5px;
    padding-right: 10px;
    position: initial;
    right: 73px !important;
    top: 2px !important;
    width: 37px;
    margin-top: -2px;
    margin-right: 5px;
}

.btn-search-report-favorite:hover {
    border-color: #e7e7e7 !important;
}

.btn-search-report-favorite-active {
    border-color: #e7e7e7;
    width: 240px;
}

.img-search-report-favorite {
    height: 15px;
    color: #ccc !important;
    filter: invert(100%) sepia(1%) saturate(1566%) hue-rotate(7deg) brightness(90%) contrast(76%);
    margin-top: -4px;
}

.input-search-report-favorite {
    outline: none;
    background-color: transparent;
    border: 0;
    color: black;
}

.btn-search-report-all {
    background-color: white;
    cursor: pointer;
    outline-color: transparent !important;
    font-size: 13px;
    float: right !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    height: 30.5px;
    padding-right: 10px;
    position: initial;
    right: 73px !important;
    top: 2px !important;
    width: 37px;
    margin-top: -2px;
    margin-right: -2px;
}

.btn-search-report-all:hover {
    border-color: #e7e7e7 !important;
}

.btn-search-report-all-active {
    border-color: #e7e7e7;
    width: 240px;
}

.img-search-report-all {
    height: 15px;
    color: #ccc !important;
    filter: invert(100%) sepia(1%) saturate(1566%) hue-rotate(7deg) brightness(90%) contrast(76%);
    margin-top: -4px;
}

.input-search-report-all {
    outline: none;
    background-color: transparent;
    border: 0;
    color: black;
}

.div-mytabs-repeat .remove {
    opacity: 0;
    color: #dddddf;
}

.div-mytabs-repeat:hover .remove {
    opacity: 1;
    color: #dddddf;
    cursor: pointer;
}

.div-favorite-title {
    display: contents;
}

.span-favorite-dif-access {
    color: #8f8f8f;
}

.img-favorite-visibility {
    height: 15px;
    padding-bottom: 2px;
    filter: invert(65%) sepia(91%) saturate(5997%) hue-rotate(262deg) brightness(104%) contrast(101%);
}

.btn-favorite-allreport {
    padding: 8px 8px 10px;
}

.div-btn-favorite-allreport {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 150px;
}

.div-btn-favorite-allreport span {
    padding: 3px;
}

.span-favorite-remove {
    position: absolute;
    right: 5px;
    top: 2px;
}

.btn-mytabs-allreport {
    height: 58px;
}

.div-btn-mytabs-allreport {
    text-align: center;
    position: absolute;
    top: 10px; 
    width: 150px;
    font-size: 11px;
}

.div-btn-mytabs-allreport-img {
    float: left;
}

.div-btn-mytabs-allreport-span {
    float: right;
}

.img-favorite-title {
    width: 22px;
    position: relative;
    left: -4px;
    height: 18px;
    top: -2px;
}

.div-btn-favorite-gral {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 150px;
}

.div-btn-favorite-gral span {
    padding: 3px;
}

.div-favorite-repeat .remove {
    opacity: 0;
    color: #dddddf;
}

.div-favorite-repeat:hover .remove {
    opacity: 1;
    color: #dddddf;
    cursor: pointer;
}

.calls-users-type {
    color: #6495ED;
    font-size: 16px !important;
}

/*HT Widget satus user*/
.ht-button {
    padding: 0 !important;
    overflow: hidden;
    margin-left: -15px;
    margin-top: 2px;
    height: 20px;
}

.ht-case {
    display: flex;
    align-items: center;
    padding: 4px 7px;
    padding-right: 3px;
    gap: 3px;
}

.ht-label {
    color: #ff7272;
}

.ht-a {
    display: contents;
}

.ht-times {
    background-color: #ff7272;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4px 7px;
}

.ht-icon {
    display: block;
    height: 11px;
    width: 11px;
    flex-shrink: 0;
    color: #666666;
}

.new-capacity {
    display: flex;
    gap: 5px;
    position: relative;
    margin-left: 15px;
}

.new-capacity > span {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 4px 7px;
    gap: 3px;
    justify-content: center;
    border: none;
    background: #efefef;
    line-height: 0;
    border-radius: 3px;
    z-index: 10;
}
/*HT Widget satus user (FIN)*/

.fixed-tab-right {
    position: absolute;
    left: 120px;
    top: 30px;
}

/*time filter - (BEGIN)*/
.div-filter-hours-select {
    /* margin-top: 20px !important;*/
    padding-bottom: 30px;
    margin-bottom: 15px !important;
}

.td-filter-since-hours {
    padding-bottom: 5px;
    display: flex;
}

.label-filter-hours {
    display: contents;
}
/*time filter - (END)*/

.input_filter_nitro_campaign {
    height: 30px;
    font-size: 12px;
}

.sftp-config-modal .col-xs-8, .sftp-config-modal .col-xs-4 {
    margin-bottom: 10px;
}

.sftp-config-modal .root-path {
    position: absolute;
    right: -5px;
    font-size: 21px;
    font-weight: 100;
    top: 25px;
    color: #888;
}

/**Inicio - Respuesta de Encuetas */
.nps-questions-dahs {
    top: 225px !important;
    left: -300px !important;
    width: 400px !important;
    max-width: 300px !important;
}

.nps-questions-dahs-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 290px;
}

/* Estilo para el componente ui-select */
.ui-select-container .ui-select-match span {
    outline: 0;
    height: 31px;
    float: none !important;
}

.ui-select-container .ui-select-match .span ui-select-match-text {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.ui-select-container input {
    height: 31px;
}

.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 20px !important;
}
/**Fin - Respuesta de Encuetas */

.modal-body-visibility {
    height: 100%;
    min-height: 380px
}

.modal-body-visibility-options {
    padding: 10px 0px 10px 20px;
}

.modal-body-visibility-div-ui-select {
    width: 550px;
    height: 200px;
    padding-left: 35px !important;
}

.check-dashboard-schedule {
    bottom: 1.5px;
    position: relative;
}

/*INICIO: Order By*/
#order-by {
    position: absolute;
    top: 100%; 
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    width: 300px;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
}

#order-by > h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #c0c0c0;
}

#order-by > div {
    display: flex;
    margin-bottom: 10px;
}

#order-by .order-by-label, #order-by .order-direction {
    border: 1px solid #dae1ec;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    text-align: left;
    position: relative;
}

#order-by .order-by-label:hover, #order-by .order-direction:hover {
    background-color: #efefef;
}

#order-by .order-by-label:focus, #order-by .order-direction:focus {
    outline: none;
}

#order-by .order-by-label, #order-by .order-direction {
    width: 70%;
    margin-right: 5px;
}

#order-by .order-by-label ul, #order-by .order-direction ul {
    position: absolute;
    top: 5px;
    left: -1px;
    right: -2px;
    background: white;
    margin-top: 28px;
    z-index: 100;
    border: 1px solid #dae1ec;
    list-style: none;
    padding: 0;
    border-radius: 3px;
    box-shadow: 1px 1px 12px 2px rgb(0 0 0 / 10%);
}

#order-by .order-by-label li, #order-by .order-direction li {
    padding: 5px 10px;
}

#order-by .order-by-label li:hover, #order-by .order-direction li:hover {
    background-color: #e9e9e9;
}

#order-by .order-direction {
    width: 30%;
}

#order-by #apply-order-by {
    width: 50px;
    border: 0;
    height: 30px;
    border-radius: 3px;
    position: relative;
}

#order-by-btn {
    border: none;
    border-radius: 5%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
    background-color: #eee;
    transition: background-color ease-in-out 100ms;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 175px;
    font-size: larger;
}

#order-by-btn:hover {
    background-color: #e4e4e4;
}

#order-by-btn:focus {
    outline: none;
}

#order-by-btn > svg {
    pointer-events: none;
}

.dropdown-label {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    margin-left: 8px;
    color: #666;
    font-size: 0.8em;
}

.div-orderby-grl {
    position: relative;
    float: right;
    left: 30px;
    top: 1px;
}

.div-orderby-field {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 85px;
}

.div-orderby-grl-new-tab {
    position: absolute;
    left: 370px;
    top: -49px;
}

.span-order-by-linea {
    border-left: 1px dotted #ccc;
    height: 20px;
}

.span-order-by-orden {
    color: #ccc;
}

.div-order-by-reset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.div-h-order-by-reset {
    margin: 0;
    color: #ccc;
}
.div-order-by-reset-button {
    text-decoration: underline;
    font-size: smaller;
}

.div-order-by-button-ul {
    max-height: 400px;
    overflow: auto;
    height: auto;
}

.div-order-by-button-direction {
    min-height: 29.14px;
    width: 75px;
    margin-right: 0px;
    right: -5px;
}
/*FIN: Order By*/

.input-number.no-spinner::-webkit-inner-spin-button,
.input-number.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-number.no-spinner {
    -moz-appearance: textfield; /* Firefox */
}

.input-number-cols {
    border: none;
    background: transparent;
    width: 35px;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    border-radius: 5px;
    position: relative;
    float: right;
    text-transform: uppercase;
    margin-right: -9px;
}

.limit-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.limit-columns label {
    margin: 0;
    white-space: nowrap;
    padding: 3px 10px;
}

.limit-columns input {
    margin-left: 10px;
    box-shadow: none;
    padding: 0px !important;
}

.info-previous-day {
    max-width: 250px;
    white-space: normal;
    margin-top: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.submenu .scroll-container {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 1px;
    background-color: #fff;
    margin-top: 1px;
    color: black;
}

.submenu .checkbox {
    margin-top: 0;
    margin-bottom: 2px;
}

.selected-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
}

.selected-tag {
    background-color: #F84E00;
    color: white;
    border-radius: 4px;
    padding: 4px 5px 4px 8px;
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    height: 24px;
    margin-bottom: -2px;
    cursor: pointer;
}

.selected-tag .tag-text {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.close-tag-btn {
    background: transparent;
    border: none;
    color: white;
    line-height: 1;
    opacity: 0.9;
    padding: 0 4px;
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
}

.close-tag-btn:hover {
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.disabled-block {
    pointer-events: none;
    opacity: 0.5;
}

.process-times-option-dropdown {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* INICIO VISUALIZACIÓN Tabla*/
.dimension-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.dimension-item {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
    transition: background 0.2s;
}*/

.dimension-item:hover {
    background: #eaeaea;
}

.dimension-label {
    font-size: 14px;
}

.dimension-remove {
    cursor: pointer;
    color: #999;
    font-weight: bold;
}
/*
.dimension-remove:hover {
    color: #d9534f;
}*/

.dimension-add {
    border: 1px dashed #ccc;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #999;
}

    .dimension-add:hover {
        background: #fafafa;
    }

.add-dimension {
    font-size: 14px;
}

.google-visualization-table {
    max-height: 92% !important;
    height: 92% !important;
    width: 100% !important;
}

.google-visualization-table-table {
    width: 100% !important;
}

.pager-arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}


/* Sobreescribimos el estilo anterior para que use el del botón */
.dimension-item {
    background: transparent !important; /* Quitamos el fondo gris anterior */
    padding: 0 !important;
    margin-bottom: 0px !important;
}

/* Estilo para el botón de eliminar dentro del botón principal */
.dimension-remove:hover {
    color: #F84E00 !important;
    cursor: pointer;
}

/* Ajuste para que el texto no se solape con la X de eliminar */
.btn-data-dimension .title-field {
    padding-right: 25px;
}

/* Contenedor principal cuando es tabla */
.compact-table {
    background: #ffffff;
    overflow: hidden;
    padding: 10px !important; /* Espacio interno para que el borde redondeado luzca */
}



/* Sobreescribir altura forzada del contenedor de Google para que no estire las filas */
.compact-table .google-visualization-table {
    height: auto !important;
    max-height: 100% !important;
}

/* Aplicar tus estilos a la tabla interna de Google */
.compact-table .google-visualization-table-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: inherit !important;
}



/* Estilos para los encabezados de Google */
.compact-table .google-visualization-table-th {
    padding: 10px 12px !important;
    text-align: left !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    background: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* Estilos para las celdas de datos */
.compact-table .google-visualization-table-td {
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #374151 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background-color: transparent !important; /* Para que funcione el hover de la fila */
    height: 37px !important;
    max-height: 37px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* Efecto Hover en las filas */
.compact-table .google-visualization-table-tr-over {
    background: #fafafa !important;
}

/* Puntos indicadores (opcional, para usar en columnas de estado) */
.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.dot.blue {
    background: #3b82f6;
}

.dot.gray {
    background: #9ca3af;
}

.dot.green {
    background: #10b981;
}
/* FIN VISUALIZACIÓN Tabla*/

/* ===== PAGINACIÓN ESTILO LOOKER ===== */
.table-pagination-looker {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding: 6px 12px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    flex-shrink: 0;
    z-index: 10;
}

.table-pagination-looker .tpl-count {
    font-size: 13px;
    color: #9aa0a6;
    white-space: nowrap;
}

.table-pagination-looker .tpl-spacer {
    flex: 1;
}

.table-pagination-looker .tpl-info {
    font-size: 13px;
    color: #5f6368;
    margin-right: 8px;
    white-space: nowrap;
}

.table-pagination-looker .tpl-btn {
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f6368;
    font-size: 16px;
    transition: background 0.15s;
    padding: 0;
}

.table-pagination-looker .tpl-btn:hover:not([disabled]) {
    background: #f1f3f4;
    color: #202124;
}

.table-pagination-looker .tpl-btn[disabled] {
    opacity: 0.35;
    cursor: default;
}
/* ===== FIN PAGINACIÓN ESTILO LOOKER ===== */

/* En modo normal tipo 15, dar espacio al .time (Last Update) debajo del .chart */
.wgt-container .compact-table {
    margin-bottom: 20px;
}

/* ===== WIDGET PLACEMENT MODE ===== */

#widget-placement-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 9998;
    user-select: none;
    /* cursor se setea dinámicamente desde JS (SVG inline) */
}

#placement-ghost-rect {
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 10000;
    border: none;
    border-radius: 4px;
    background: rgba(200, 200, 200, 0.70);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    /* width, height, left, top se setean dinámicamente desde JS */
}

#placement-ghost-rect img {
    width: 52px;
    height: 52px;
    opacity: 0.55;
    pointer-events: none;
}

#placement-ghost-rect .ghost-label {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 9px 20px;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    pointer-events: none;
}

#placement-drag-rect {
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 10001;
    border: 2px solid rgba(66, 133, 244, 0.90);
    background: rgba(66, 133, 244, 0.08);
    border-radius: 4px;
    display: none;
    /* width, height, left, top se setean dinámicamente desde JS */
}

#placement-loading-rect {
    position: fixed;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 10002;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    /* width, height, left, top se setean dinámicamente desde JS */
}

.placement-loading-mask {
    background: #fff;
    position: absolute;
    z-index: 10;
    opacity: .85;
    left: 0; right: 0; top: 0; bottom: 0;
    text-align: center;
    padding-top: 30px;
}

.placement-loading-spinner {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.placement-loading-label {
    width: 100%;
    margin-top: 50px;
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #555;
}

/* ===== FIN WIDGET PLACEMENT MODE ===== */
/* BOTÓN REDONDO REAL */
.btn-ellipsis {
    width: 25px;
    height: 25px;
    padding: 0 !important; /* 🔥 clave: pisa Bootstrap */
    border-radius: 50% !important; /* 🔥 fuerza círculo */

    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-bottom: 4px;
}

/* Hover circular */
.btn-ellipsis:hover {
    background: rgba(0, 0, 0, 0.08);
}

/* Icono centrado */
.btn-ellipsis img {
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 4px;
}