body {
    overflow-x: hidden;
    font-size: 12px;
    /* height: 1000px; */
}

body,
a,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #0f1923;
}

a:hover {
    color: #AD1D27;
    text-decoration: none;
}

.btn-primary-mextic {
    color: #fff;
    background-color: #AD1D27;
    border-color: #AD1D27;
}

.btn-primary-mextic:hover {
    color: #fff;
    background-color: #8a161e;
    border-color: #8a161e;
}

.btn-primary-mextic:focus,
.btn-primary-mextic.focus {
    color: #fff;
    background-color: #8a161e;
    border-color: #8a161e;
    box-shadow: 0 0 0 0.2rem rgba(173, 29, 39, 0.5);
}

.btn-primary-mextic.disabled,
.btn-primary-mextic:disabled {
    color: #fff;
    background-color: #AD1D27;
    border-color: #AD1D27;
}

.btn-primary-mextic:not(:disabled):not(.disabled):active,
.btn-primary-mextic:not(:disabled):not(.disabled).active,
.show>.btn-primary-mextic.dropdown-toggle {
    color: #fff;
    background-color: #8a161e;
    border-color: #8a161e;
}

.btn-primary-mextic:not(:disabled):not(.disabled):active:focus,
.btn-primary-mextic:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary-mextic.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 29, 39, 0.5);
}

:focus-visible {
    outline: 1px solid #aaa;
    outline-offset: -1px;
}

.btn-default {
    border: 1px solid #ced4da;
}

.btn-datatable {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #212529;
}

.datatable-button-container {
    float: right;
}

.datatable-button-container .dt-buttons {
    width: 100%;
    margin-bottom: 0px;
}

.datatable-button-container .dt-buttons button:hover {
    color: #212529;
}

.page-item.active .page-link {
    background-color: #AD1D27;
    border-color: #AD1D27;
}

.status-dos {
    background-color: #33c087;
}

.status-dos>span,
.status-dos>i {
    color: #fff;
}

.accordion-btn {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    position: relative;
}

.accordion-btn .fa-chevron-down {
    bottom: calc(50% - 7.5px);
    position: absolute;
    right: 5px;
    font-size: 16px;
    width: 15px;
    height: 15px;
}

.accordion-heading {
    font-size: 1.5em;
}

.accordion-btn:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.navbar-inner {
    padding: 0 5px;
    border-radius: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #D4D4D4;
}

.navbar .brand {
    padding: 5px 0 !important;
    margin: 0px;
}

.brand img {
    width: 190px;
}

.navbar-inner {
    border-radius: 0 !important;
}

.navbar {
    padding: 0px .5%;
    border-bottom: 1px solid #dee2e6;
}

.content-menu {
    width: 100%;
    justify-content: flex-end;
}

.content-menu>li {
    text-align: center;
    margin: 0px 5px;
    padding: 5px;
}

.content-menu li i {
    font-size: 20px;
    display: block;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0px;
}

.navbar .dropdown-menu .dropdown-item a {
    padding: 0.25rem 1.5rem;
    width: 100%;
}

.dropdown-menu li a,
.dropdown-menu li a i {
    font-size: 13px;
    display: inline-block;
}

.dropdown-menu li a,
.dropdown-menu li a i {
    font-size: 13px;
    display: inline-block;
}

.navbar-nav li.active,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #AD1D27;
}

.navbar-nav li.active a,
.navbar-nav li.active i,
.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff;
}

.dropdown-empresas {
    flex-grow: 1;
}

.dropdown-empresas .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}

#dropdown_menu_empresas a {
    padding-left: 10px;
}

#dropdown_menu_btn_empresas>div {
    display: flex;
    float: left;
}

#dropdown_menu_btn_empresas>div div:nth-child(2) {
    display: flex;
}

.container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-horizontal .control-group {
    margin-bottom: 10px !important;
}

.form-horizontal .control-group .input-prepend {
    width: 100%;
}

.form-horizontal {
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 380px;
}

.form-horizontal h3 {
    text-align: center;
}

.form-horizontal input[type="text"],
.form-horizontal input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 5px;
    padding: 4px 9px;
}

.status-element-error {
    color: #FF4444;
    font-size: 13px;
    display: block !important;
}

.options {
    display: flex;
    height: auto;
    padding: 8px 0px;
}

.options {
    display: flex;
    height: auto;
    padding: 8px 0px;
    padding-left: .5%;
    padding-right: .5%;
}

.border-options {
    border-bottom: 1px solid #dee2e6;
}

.options .header_name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
}


.options .header_name_dashboard>label {
    margin: 0px;
    font-weight: bold;
    font-size: 24px;
}

.options .header_name>div {
    margin: 0px;
    font-weight: bold;
}

.content-gral {
    padding-left: .5%;
    padding-right: .5%;
}

.catalog-actions-container {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 14px 0px 4px 0px;
    justify-content: space-between;
}

.table-length-container {
    margin-right: auto;
}

.catalog-option-container {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap-reverse;
    flex-grow: 1;
    justify-content: flex-end;
}

.selects-options-container {
    display: flex;
    flex-wrap: wrap;
}

.selects-options-container>div,
.options-button-container {
    /* margin-bottom: 4px; */
}

.options-button-container {
    text-align: right;
}

.forgot-password,
.see-password {
    font-size: 12px;
    color: #0969da;
}

.see-password {
    float: right;
}

.content-date-filter {
    width: 330px;
}

.content-only-date-filter {
    width: 205px;
}

/*=== LOADER ===*/

.content-lds-roller {
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    text-align: center;
    height: 100%;
    display: none;
}

.lds-roller {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9b9b9b;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=============================================================================================================
                                            MENÚ
/*=============================================================================================================*/

.navbar {
    padding: 0px .5%;
    border-bottom: 1px solid #dee2e6;
}

.navbar .brand {
    padding: 0px im !important;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-inner {
    border-bottom: 1px solid #dee2e6;
}

.navbar .btn-navbar {
    display: none;
}

.content-menu {
    width: 100%;
    justify-content: flex-end;
}

.content-menu>li {
    text-align: center;
    margin: 0px 5px;
    padding: 5px;
}

.content-menu li i {
    font-size: 20px;
    display: block;
}

.content-menu>li:hover {
    background: #eee;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #AD1D27;
    color: #fff;
}

.dropdown-item:hover a i,
.dropdown-item:focus a i {
    color: #fff;
}

.dropdown-item:hover a,
.dropdown-item:focus a,
.dropdown-item:hover i,
.dropdown-item:focus i {
    color: #fff !important;
    text-decoration: none;
}

.dropdown-menu li a,
.dropdown-menu li a i {
    font-size: 13px;
    display: inline-block;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0px;
}

.navbar .dropdown-menu .dropdown-item a {
    padding: 0.25rem 1.5rem;
    width: 100%;
}

.navbar-nav li.active,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #AD1D27;
}

.navbar-nav li.active a,
.navbar-nav li.active i,
.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff;
}

/*=============================================================================================================
                                            RESPONSIVE
/*=============================================================================================================*/

/*========== MAX ==========*/

@media(max-width: 1320px) {}

@media(max-width: 1220px) {}

@media(max-width: 1159px) {}

@media(max-width: 991px) {
    .navbar-nav .dropdown-menu {
        background: none;
        border: none;
    }

    .navbar-nav li a i {
        margin-right: 5px;
        display: inline-block;
    }

    .content-menu li {
        text-align: left;
        margin: 0px;
    }

    .content-menu li a {
        padding: 9px 15px;
        font-weight: bold;
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .notify-badge {
        position: absolute !important;
        right: -5px !important;
        top: 32px !important;
    }

}

@media (max-width: 767px) {

    .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .visible-phone-block {
        display: block !important;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center !important;
    }

    #tgrid_wrapper .dataTables_wrapper>div.row:nth-child(1)>div {
        padding: 0px !important;
    }

    .catalog-actions-container {
        width: 100%;
    }

    .catalog-option-container {
        width: 100%;
    }

    .selects-options-container,
    .selects-options-container>div {
        flex-grow: 1;
    }
}

@media (max-width: 480px) {

    .options-button-container {
        width: 100%;
        text-align: right;
    }

    .selects-options-container,
    .selects-options-container>div {
        width: 100%;
        margin-right: 0px;
    }

    .table-finder-container {
        width: 70%;
    }

    .table-length-container {
        width: 28%;
    }
}

/*========== MIN ==========*/

@media(min-width: 480px) {}


/*========== DROPDOWN EMPRESAS ==========*/

.btn-primary-dropdown {
    color: rgb(0, 0, 0);
    box-shadow: none !important;
}



/*========== SELECT2 CSS ==========*/

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

.select2-multi-custom .select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2-multi-custom .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2-multi-custom .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2-multi-custom .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2-multi-custom .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2-multi-custom .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da m !important;
}

.select2-multi-custom .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2-multi-custom .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2-multi-custom .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2-multi-custom .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2-multi-custom .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-multi-custom .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-multi-custom .select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-multi-custom .select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-multi-custom .select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-multi-custom .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-multi-custom .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

.content-select-form {
    min-width: 200px;
}

.content-select-form .select2-container {
    width: 99% !important;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 35px !important;
}

@media (max-width: 480px) {

    .dropdown-empresas {
        order: 3;
        width: 100%;
    }

}

.dropdown:hover .dropdown-menu {
    display: block;
}

.item {
    position: relative;
    padding-top: 20px;
    display: inline-block;
    margin-top: -20px;
    /* width: 100% ; */
}

.notify-badge {
    position: absolute;
    right: -4px;
    top: 16px;
    background: #dc3545;
    text-align: center;
    border-radius: 4px;
    color: white;
    padding: 1px 4px;
    font-size: 10px;
}



/*Template*/

.accordion-inner {
    padding-top: 10px;
}

.input_file_control {
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 6px;
    margin: 1px 0px;
    width: 100%;
    color: rgb(0 0 0 / 72%)
}

/*Badge*/

.badge.badge-cancelada {
    background-color: #d9534f;
    color: white;
}

.badge.badge-finalizada {
    background-color: #428bca;
    color: white;
}

.badge.badge-pendiente {
    background-color: #428bca;
    color: white;
}

.badge.badge-timbrada {
    background-color: #428bca;
    color: white;
}

.badge.badge-activa {
    background-color: #5cb85c;
    color: white;
}

.badge.badge-pagada {
    background-color: #5cb85c;
    color: white;
}

.badge.badge-autorizada {
    background-color: #5cb85c;
    color: white;
}


.badge.badge-borrador {
    background-color: orange;
    color: white !important;
}

.badge.badge-prefactura {
    background-color: orange;
    color: white;
}

.badge.badge-pendiente {
    background-color: #999;
    color: white;
}

.icono-correo {
    padding: 0.25em 0.4em;
    vertical-align: middle;
    display: inline-block;
}

/* Header Timbres */

.header-timbres {
    display: inline;
    text-align: center;
    vertical-align: middle;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.animated-height {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}


/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input:disabled+.slider {
    background-color: #ccc;

}

/*fin switch*/

.rotate {
    display: inline-block;
    margin-left: 10px;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.badge-timbre {

    /* opacity: 0.5; */
    display: inline;
    margin: 0px;
    padding: 3px 5px;
    background: #f2f2f2;
    /* background-color: rgba(173, 29, 39, 0.3);*/
    border-radius: 0.25rem;
    border: 1px solid #ccc;

}

.header_name label {
    margin: 0px;
}

.dropdown-container {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
    padding: .25rem 1.5rem !important;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-container:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ad1d27;
    color: white;
}

/* Ajuste en botones guarda y guardar timbrar */

.item-total:not(:has(.hidden)) {
    padding-top: 10px;
}

.item-total {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

/* Datatable */

#tgrid td,
#tgrid th
{
  vertical-align: middle;

}

/* Header */
.content-select-form.empresas{
    margin-left: 1em !important;
}


#select2-empresas_header_filter-results {
    scrollbar-width: thin;

}

.dashboard label{
    display: block;
}

.dashboard {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 500px;
    height: 150px;
    margin: auto;
    font-size: 4em;
    color: rgba(210, 210, 210, 0.5);
}


.Seguimiento_Filter{
    position: relative;
    height:50px;
    width: 100%;    
}
.Seguimiento_Contenedor{
    position: relative;
    width: 100%;
    min-height: 250px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}
.Seguimiento_Historial{
    max-height: 350px;
    min-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;;
}
.Seguimiento_Adjuntos{
    min-height: 250px;
    max-height: 350px;
    /* overflow: scroll; */
    overflow-y: auto;
    text-align: center;
}



/*Seguimiento*/

    .tracking-detail {
        padding:3rem 0
   }
   #tracking {
        margin-bottom:1rem;
   }
   .tracking-list{
        max-height: 350px;
        min-height: 250px;
        overflow:scroll;
        overflow-x:hidden;
   }
   [class*=tracking-status-] p {
        margin:0;
        font-size:1.1rem;
        color:#fff;
        text-transform:uppercase;
        text-align:center
   }
   [class*=tracking-status-] {
        padding:1.6rem 0
   }
   .tracking-status-intransit {
        background-color:#65aee0
   }
   .tracking-status-outfordelivery {
        background-color:#f5a551
   }
   .tracking-status-deliveryoffice {
        background-color:#f7dc6f
   }
   .tracking-status-delivered {
        background-color:#4cbb87
   }
   .tracking-status-attemptfail {
        background-color:#b789c7
   }
   .tracking-status-error,.tracking-status-exception {
        background-color:#d26759
   }
   .tracking-status-expired {
        background-color:#616e7d
   }
   .tracking-status-pending {
        background-color:#ccc
   }
   .tracking-status-inforeceived {
        background-color:#214977
   }
   
   .tracking-item {
        border-left:1px solid #e5e5e5;
        position:relative;
        padding:2rem 1.5rem .5rem 2.5rem;
        font-size:.9rem;
        margin-left:3rem;
        min-height:5rem
   }
   .tracking-item:last-child {
        padding-bottom:4rem
   }
   .tracking-item .tracking-date {
        margin-bottom:.5rem
   }
   .tracking-item .tracking-date span {
        color:#888;
        font-size:85%;
        padding-left:.4rem
   }
   .tracking-item .tracking-content {
        padding:.5rem .8rem;
        background-color:#f4f4f4;
        border-radius:.5rem
   }
   .tracking-item .tracking-content span {
        display:block;
        color:#888;
        font-size:85%
   }
   .tracking-item .tracking-icon {
        line-height:2.6rem;
        position:absolute;
        left:-1.3rem;
        width:2.6rem;
        height:2.6rem;
        text-align:center;
        border-radius:50%;
        font-size:1.1rem;
        background-color:#fff;
        color:#fff
   }
   .tracking-item .tracking-icon.status-sponsored {
        background-color:#f68
   }
   .tracking-item .tracking-icon.status-sistema {
        background-color:#4cbb87
   }
   .tracking-item .tracking-icon.status-fechaSeguimiento {
        background-color:#f5a551
   }
   .tracking-item .tracking-icon.status-deliveryoffice {
        background-color:#f7dc6f
   }
   .tracking-item .tracking-icon.status-attemptfail {
        background-color:#b789c7
   }
   .tracking-item .tracking-icon.status-exception {
        background-color:#d26759
   }
   .tracking-item .tracking-icon.status-comments {
        background-color:#214977
   }
   .tracking-item .tracking-icon.status-intransit {
        color:#e5e5e5;
        border:1px solid #e5e5e5;
        font-size:.6rem
   }
   @media(min-width:992px) {
    .tracking-item {
         margin-left:10rem
    }
    .tracking-item .tracking-date {
        position:absolute;
        left:-10rem;
        width:7.5rem;
        text-align:right
    }

    .tracking-item .tracking-date span {
     display:block
    }

    .tracking-item .tracking-content {
        padding:0;
        background-color:transparent;        
    }
   }
   
   i.accionesC{
        opacity: .5;
        /*float: right;*/
   }
   i.accionesC:hover{
       cursor: pointer;
       opacity: 1;
   }
   
   ul.accion li button{
        background: none;
        border: none;
        padding: 0px;
   }
   
   .subitulo-popup-facturas-canceladas,
   .subitulo-popup-nominas-canceladas,
   .subitulo-popup-bonificaciones-canceladas,
   .subitulo-popup-facturas-timbrada{
     font-weight: bold;
   }
   
   #refresh_regimen_fiscal{
        margin: 0px;
        padding: 0px;
   }

   .item-adjuntar{
        position: relative;
        float: left;
        width: 80px;
        height: 80px;
        text-align: center;
        overflow: hidden;        
        border: 1px solid #ccc;
        margin: 3px;
   }
   
   .item-adjuntar:hover{
    border-color: #d26759;
    cursor: pointer;
   }

   .item-adjuntar img{
        width: 100%;
   }

   .item-adjuntar-historial{
            position: relative;
            width: 130px;
            height: 100px;
            text-align: center;
            border: 1px solid #ccc;
            margin: 3px;
            /* float: left; */
            display: inline-grid;
            background-size: cover;
            cursor: pointer;
   }
   .item-adjuntar-historial:hover{                
        border-color: #0969da;
    }
    .item-adjuntar-historial span{
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-weight: bold;
    }
   
   .ListPendientesFac{
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        height: 85px;
        overflow-y: auto;
        padding: 2px;
   }
   .ImgUpload{
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        height: 85px;
        padding: 2px;
        overflow-y: auto;
   }
    .item-seg-fac{
        cursor: pointer;
        margin: 3px;
   }

   .tracking-list {
        scrollbar-width: none; /*Firefox, Opera, Chrome y Edge*/
   }
   
   /*Webkit(Android browser, Safari y otros webkit)*/
   .tracking-list::-webkit-scrollbar {
        width: 0;
   }
   .Seguimiento_Historial {
        scrollbar-width: none; /*Firefox, Opera, Chrome y Edge*/
   }
   
   /*Webkit(Android browser, Safari y otros webkit)*/
   .Seguimiento_Historial::-webkit-scrollbar {
        width: 0;
   }
    
   .Seguimiento_Adjuntos {
        scrollbar-width: none; /*Firefox, Opera, Chrome y Edge*/
   }
   
   /*Webkit(Android browser, Safari y otros webkit)*/
   .Seguimiento_Adjuntos::-webkit-scrollbar {
        width: 0;
   }
   .FiltroSeguimiento{
        position: absolute;
        right: 15px;
        top: 5px;
        width: 180px;
        text-align: center;
        z-index: 999;
        height: 30px;
        padding: 0px;
   }
   .FiltroSeguimientoDiv{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 180px;
    text-align: center;
    z-index: 999;
    height: 30px;
    padding: 0px;
}
   .NomClienteSeguimiento{
    font-size: 16px;
   }
   .tracking-content .badge{
        cursor: pointer;
   }
   .tracking-content .fa{
    color: #888;
}
.tracking-content img{
    max-width: 100%;
    cursor: pointer;
}
.content-seguimiento-img img{
    max-width: 100%;
}
.content-seguimiento-img i{
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}
.content-seguimiento-img i:hover{
   color: #888;
}
#SeguimientoFehca{
    margin-top: 4px;
    width: 150px;;
    display: inline-block;
}
#SeguimientoFechaPago {
    margin-top: 4px;
    width: 150px;
    display: inline-block;
}
.deleteComentario:hover{
    color:#AD1D27;
    cursor: pointer;
}
.tracking-item .tracking-content div {
    position: relative;
}
.tracking-item .tracking-content{
    margin-left: 10px;
}
.iconContentSeguimiento{
    position:absolute;
    left: -20px; 
    top: 6px;   
}
.NotaClienteInput{
    display: none;
    width: calc(100% - 50px);    
    height: 27px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}
.ModificarNotaCliente{
    font-size: 15px;;
    cursor: pointer;
}
.ModificarNotaCliente:hover{
    color: #AD1D27;
}