/* Ajustar el tamaño de fuente del mensaje */
.dropify-message p {
    font-size: 14px; /* Cambia el tamaño a uno más adecuado */
    line-height: 1.4; /* Ajusta la altura de línea para evitar solapamientos */
    text-align: center; /* Alinea el texto al centro */
    margin: 0; /* Elimina márgenes adicionales */
}

/* Ajustar contenedor para evitar solapamiento */
.dropify-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden; /* Evita que el texto sobresalga */
}

/* Ajustar el tamaño del ícono */
.dropify-wrapper .dropify-message .dropify-icon {
    font-size: 40px; /* Reduce el tamaño del ícono */
    margin-bottom: 10px;
}


.parsley-errors-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    color: #2262ca !important;
    font-size: 12px !important;
}

.parsley-errors-list.filled {
    display: block !important;
}

.parsley-required {
    /* color: #ff0000 !important; */
    color: #2262ca !important;
}

.parsley-pattern {
    /* color: #ff0000 !important; */
    color: #2262ca !important;
}

.parsley-minlength {
    /* color: #ff0000 !important; */
    color: #2262ca !important;
}

.parsley-maxlength {
    /* color: #ff0000 !important; */
    color: #2262ca !important;
}

.parsley-error,
.parsley-error
    + .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
    /* border-color: #ff0000 !important; */
    /* border-color: #7b7dd8 !important; */
    border: 1px solid #2262ca !important;
}
.select2-container.parsley-error .select2-selection--single {
    border: 1px solid #2262ca !important; /* Cambia el color si es necesario */
}
/* Estilo para el contenedor relativo de select */
.select2,
.btn-file-code {
    display: block; /*  que el select sea un bloque para posicionar el error correctamente */
    width: 100%; /* Ajustar el ancho si es necesario */
    position: relative; /* rel select sea relativo para posicionar el error */
}

/* Mensajes de error para select */
.select2 + .parsley-errors-list {
    position: absolute !important;
    top: 85% !important; /* Justo debajo del contenedor select */
    width: 100% !important;
    list-style-type: none !important;
    color: #2262ca !important;
    font-size: 12px !important;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 1050; /* que esté encima de otros elementos */
}

.select2-add {
    float: right;
    background: #fff;
    color: #333333;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    border: 1px solid #333333;
    transition: all 0.3s;
    margin-top: -2px;
}

.select2-add:hover {
    color: #fff;
    background: #336ade;
}

/* .select2-container--bootstrap-5 .select2-selection--single.parsley-error {
    border: 1px solid #2262CA !important;
}

.select2-container--bootstrap-5 .select2-selection--single .parsley-error {
    border: 1px solid #2262CA !important;
}

.select2-container--bootstrap-5 .select2-selection--single.parsley-error {
    border: 1px solid #2262CA !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered.parsley-error {
    border: 1px solid #2262CA !important;
} */
.btn-file-code + .parsley-errors-list {
    position: absolute !important;
    top: 100% !important; /* Justo debajo del contenedor select */
    width: 100% !important;
    list-style-type: none !important;
    color: #2262ca !important;
    font-size: 12px !important;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 1050; /* que esté encima de otros elementos */
}
/* Ajustar altura para el tema bootstrap-5 */
.select2-container--bootstrap-5 .select2-selection--single {
    height: 48px !important;
    line-height: 48px !important;
    display: flex !important;
    align-items: center !important; /* Centra verticalmente el texto */
    padding: 0 10px !important; /* Ajusta el padding si es necesario */
}

.select2-container--bootstrap-5 .select2-results__option {
    display: flex !important;
    align-items: center !important; /* Centra verticalmente el texto */
    padding: 0 10px !important; /* Ajusta el padding si es necesario */
}

.head-request {
    display: inline-block;
    vertical-align: top; /* Ajusta la alineación vertical si es necesario */
}
.head-request-small {
    width: 20%;
    /* background-color: blue; */
    margin: 0;
}

.head-request-large {
    width: 79%;
    /* background-color: red; */
    margin: 0;
}
.head-request img {
    width: 210px;
    height: 50px;
    margin: 0;
}
.upper-title {
    text-transform: uppercase;
    font-size: 1em;
}
.badge-format {
    font-size: 12px !important;
    padding: 5px !important;
}
.badge-format i {
    font-size: 15px !important;
}
.card-w {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}
#tracking {
    /* background: #fff */
}
.tracking-detail {
    padding: 3rem 0;
}
#tracking {
    margin-bottom: 1rem;
}
[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-list {
    border: 1px solid #e5e5e5;
}
.tracking-item {
    border-left: 4px solid #00ba0d;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}
.tracking-item:last-child {
    padding-bottom: 4rem;
}
.tracking-item .tracking-date {
    margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}
.tracking-item .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}
.tracking-item .tracking-icon {
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff;
}

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}
.tracking-item-pending:last-child {
    padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
    margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}
.tracking-item-pending .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
    color: #00ba0d;
    font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
    color: #00ba0d;
    font-size: 0.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;
    }

    .tracking-item-pending {
        margin-left: 10rem;
    }
    .tracking-item-pending .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }
    .tracking-item-pending .tracking-date span {
        display: block;
    }
    .tracking-item-pending .tracking-content {
        padding: 0;
        background-color: transparent;
    }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.blinker {
    border: 7px solid #e9f8ea;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.doc_word {
    color: #2262ca;
}
.doc_word i {
    color: #2262ca;
    font-size: 24px;
}
.doc_pdf {
    color: #cc272d;
}
.doc_pdf i {
    color: #cc272d;
    font-size: 24px;
}
.icon-download i {
    color: #2262ca;
    font-size: 24px;
}
.container-both-side {
    display: flex;
    justify-content: space-between; /* Esto coloca los elementos en las esquinas */
    align-items: center; /* Esto centra verticalmente los elementos */
    height: auto; /* Altura del contenedor */
}

.left-top-side,
.right-top-side {
    width: auto; /* Ancho de los elementos */
    height: auto; /* Altura de los elementos */
}
ul.timeline {
    list-style-type: none;
    position: relative;
    font-size: 14px;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #68797d;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li.active_track:before {
    border-color: #2262c6;
}

.aline-inlineblock {
    display: inline-block;
}
.tracking-container {
    border-radius: 15px;
    border: 1px solid #cfd5d6;
    padding: 10px;
    display: flex;
}
.track_name_active {
    color: #163e5b;
    font-weight: bold;
}
.track_name {
    color: #163e5b;
}
.user-container {
    width: 15%;
}
.info-container {
    width: 100%;
}
.user-container i {
    font-size: 50px;
    color: #afb4b6;
}
.circle {
    width: 20px; /* Ajusta el tamaño del círculo */
    height: 20px; /* Ajusta el tamaño del círculo */
    border-radius: 50%; /* Hace que el div tenga bordes redondeados, formando un círculo */
}
.div-active {
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.scroll-div {
    height: 35em;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.scroll-div-sm {
    height: 20em;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

.table-all-bordered td,
.table-all-bordered th,
.table-all-bordered tr {
    border: 1px solid #dee2e6; /* Borde de 1px sólido negro */
    padding: 8px; /* Espaciado interior de la celda */
}
.lv-1 {
    width: 210px;
}
.lv-2 {
    width: 50px;
}
.lv-3 {
    width: 85px;
}
.lv-4 {
    width: 100px;
}
.lv-5 {
    width: 300px;
}
.w-textarea {
    width: 100% !important;
}
.preview {
    max-width: 180px;
    max-height: 180px;
    margin-top: 20px;
    display: flex; /* Utilizar flexbox para centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    margin: 0;
    width: 145px;
    height: 145px;
}
.preview img {
    max-width: 180px;
    max-height: 180px;
    width: 145px;
    height: 145px;
}
#preview {
    max-width: 300px;
    max-height: 300px;
    margin-top: 20px;
    display: flex; /* Utilizar flexbox para centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    margin: 0;
    width: 265px;
    height: 265px;
}
#preview img {
    max-width: 300px;
    max-height: 300px;
    width: 265px;
    height: 265px;
}
#sign_stamp_image {
    display: flex; /* Utilizar flexbox para centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}
.content-file {
    display: grid;
    place-items: center; /* Centra horizontal y verticalmente */
}
.content-file-bordered {
    display: grid;
    place-items: center; /* Centra horizontal y verticalmente */
    border-right: 1px solid rgb(169, 173, 182);
}

.defaultImage {
    position: absolute; /* Posición absoluta para superponerla */
    width: 15% !important;
    height: 30% !important;
    display: block; /* Evitar espacios en blanco debajo de la imagen */
    margin: auto; /* Centrar horizontalmente */
}
#toggleFile {
    margin-left: -1px; /* Ajusta el espacio entre el campo de entrada y el botón */
}
.property-bg td {
    background-color: #cfe2ff !important;
}
.title_format {
    text-transform: uppercase;
}
.macro-content {
    width: 100%;
    background-color: #163e5b;
    border-radius: 5px;
}
.macro-content label {
    color: white !important;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.version-header {
    background-color: #163e5b;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 15px !important;
}
.version-header {
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.version-header2 {
    background-color: #163e5b;
    padding: 10px;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.version-body {
    border: 1px solid #163e5b;
    padding: 10px;
}
.table-header {
    width: 80%;
}
.table-header td {
    padding: 5px;
}
.normal-text {
    font-weight: normal !important; /* Fuente regular o normal */
    padding-left: 10px;
}
.title {
    width: 20%;
}
#pdfEmbed::-webkit-media-controls-enclosure {
    display: none !important; /* Ocultar los controles del visor PDF en navegadores WebKit (Chrome, Safari) */
}

#pdfEmbed::-webkit-media-controls {
    width: 0px !important; /* Asegurar que el espacio para los controles se elimine completamente */
    height: 0px !important;
}
.text-blue {
    color: #2262ca;
}
.accordion-light {
    background-color: white !important;
    border-top: 1px solid lightblue !important;
}
.horizontal-scroll-div {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.circle-md {
    width: 40px; /* Ajusta el tamaño del círculo */
    height: 40px; /* Ajusta el tamaño del círculo */
    border-radius: 50%; /* Hace que el div tenga bordes redondeados, formando un círculo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-md i {
    font-size: 20px;
}

.datatable-w th,
.datatable-w td {
    overflow: hidden; /* Oculta el desbordamiento */
    white-space: nowrap; /* Evita saltos de línea */
    text-overflow: ellipsis; /* Añade puntos suspensivos */
}
.div-text-500 {
    width: 500px; /* Ancho específico del div */
    word-wrap: break-word; /* Romper palabras largas */
    overflow-wrap: break-word; /* Otra opción para romper palabras largas */
    white-space: normal; /* Permitir saltos de línea */
    padding: 10px; /* Espaciado interno */
}
.div-text-300 {
    width: 300px; /* Ancho específico del div */
    word-wrap: break-word; /* Romper palabras largas */
    overflow-wrap: break-word; /* Otra opción para romper palabras largas */
    white-space: normal; /* Permitir saltos de línea */
    padding: 10px; /* Espaciado interno */
}
.badge-width {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px !important;
    width: 180px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.square-md {
    word-wrap: break-word; /* Romper palabras largas */
    overflow-wrap: break-word; /* Otra opción para romper palabras largas */
    white-space: normal; /* Permitir saltos de línea */
    width: 150px;
    height: 40px;
    float: left;
    text-align: center !important;
    border-radius: 5px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px !important;
}
.header-style {
    background-color: #e8eef9 !important;
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 1px solid #cccccc !important;
}
.text-justify {
    text-align: justify !important;
}

.trickycode-file {
    display: none !important;
}

.btn-file {
    background-color: #163e5b !important;
    color: white !important;
    border-color: #163e5b !important;
}
.trickycode-file +.filename{ padding-right: 100px;}

.trickycode-upload-btn{
  float: right !important;
  margin-top: -37px;
  margin-right: 1px;
  height: 36px;
  border-radius: 4px;
  line-height: 16px;
}

/* estilos para dashboard audoria de procesos */
.options_list_adp {
    height: auto;
    /* border: 1px solid black; */
}
.container-adp {
    margin: 10px;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.table-bg-primary-adp th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 3px solid #2262ca !important;
    padding-left: 5px;
    padding-right: 5px;
}
.table-bg-success-adp th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 3px solid #00c584 !important;
    padding-left: 5px;
    padding-right: 5px;
}
.table-max-width-adp td {
    max-height: 140px !important;
    overflow: hidden;
    text-overflow: ellipsis; /* Opcional: truncar texto si es necesario */
    height: 150px; /* Altura máxima deseada */
}

.table-bg-danger-adp th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 3px solid #ed7d31 !important;
}
.table-bg-warning-adp th {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 3px solid #ffc000 !important;
}
.button-primary-adp {
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 9px !important;
}
.button-primary-adp:hover {
    background-color: #d7edfd;
}
.primary-active-adp {
    background-color: #d7edfd;
}

.button-danger-adp {
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 9px !important;
}
.button-danger-adp:hover {
    background-color: #f8cbad;
}
.danger-active-adp {
    background-color: #f8cbad;
}

.button-warning-adp {
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 9px !important;
}
.button-warning-adp:hover {
    background-color: #ffe699;
}
.warning-active-adp {
    background-color: #ffe699;
}

.button-success-adp {
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-color: white;
    color: black;
    font-size: 9px !important;
}
.button-success-adp:hover {
    background-color: #c6efce;
}
.success-active-adp {
    background-color: #c6efce;
}

.chart-container {
    width: 100%; /* O ajusta el ancho deseado aquí */
    height: 400px !important; /* Altura deseada para los gráficos */
}
.layout-spacing {
    padding-bottom: 25px;
}
.header-graph-ad {
    height: 50px;
    background-color: #163e5b !important;
    text-transform: uppercase !important;
    color: white !important;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.nowrap {
    overflow-wrap: normal !important;
    white-space: nowrap !important;
}
.nonconformity-button:disabled {
    background-color: #e2e1e6; /* Color cuando está deshabilitado */
    cursor: not-allowed;
}
.validity-button:disabled {
    background-color: #e2e1e6; /* Color cuando está deshabilitado */
    cursor: not-allowed;
}
.table-design-adp thead tr th,
.table-design-adp tfoot tr td,
.table-design-adp tfoot tr th {
    background-color: #163e5b !important;
    color: white !important;
}
.table-design-adp th,
.table-design-adp tfoot tr td,
.table-design-adp tfoot tr th {
    overflow-wrap: normal !important;
    white-space: nowrap !important;
    font-size: 11px !important;
}

.table_head_adp {
    background-color: #163e5b !important;
    color: white !important;
    overflow-wrap: normal !important;
    white-space: nowrap !important;
    font-size: 11px !important;
}
.table-bg-primary-adp {
    background-color: #d9e1f2 !important;
}

.custom-file-button {
    input[type="file"] {
        margin-left: -2px !important;

        &::-webkit-file-upload-button {
            display: none;
        }
        &::file-selector-button {
            display: none;
        }
    }

    &:hover {
        label {
            background-color: #dde0e3;
            cursor: pointer;
        }
    }
}
table.dataTable td.text-center,
table.dataTable th.text-center {
    text-align: center;
}

.bg-darkblue {
    background-color: #163e5b !important;
    color: white !important;
}
.checkbox-md {
    height: 25px !important;
    width: 25px !important;
    box-shadow: 0 4px 8px rgba(14, 117, 213, 0.4);
}

.badge-format-200 {
    font-size: 12px !important;
    padding: 5px !important;
    width: 200px !important;
}
.bg-img-dashboard {
    height: 100%;
    width: 100%;
    background-image: url("../img/almaco-dashboard-img.png");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
    background-position: center; /* Centra la imagen en el contenedor */
    background-attachment: fixed; /* Hace que la imagen se quede fija mientras se desplaza el contenido */
}
.logo-login img {
    height: 180px;
    width: 300px;
}

.logo-login {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px !important;
}

.settings-tab {
    background: #fff;
}

.settings-tab .nav-link.active {
    background-color: #373330 !important;
    color: #fff !important;
}

.settings-tab > li {
    margin-bottom: 2px !important;
}

.settings-tab > li > a {
    border: 1px solid #373330 !important;
    color: #373330;
    padding: 15px;
}

.settings-tab > li > a > i {
    margin-right: 8px;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-settings-edit:hover {
    color: #373330 !important;
    background-color: #fff !important;
}
.button-link{
    border: none;
    background-color: #f1f5fa;
    color: #1c2d41;
    display: block;
    width: 100%;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    color: #1c2d41;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    color: #888ea8;
    padding: 11px 8px;
}

.button-link:hover {
    background-color: #f1f2f3 !important;
}

a[aria-expanded=true] .ti-angle-down.no-sidebar  {
    display: none;
 }
 a[aria-expanded=false] .ti-angle-up.no-sidebar {
    display: none;
 }
 .mh-80{
    max-height:80px;
  }
  .invoice-col-6{
    width: 50%;
    float:left;
    padding-right: 12px;
    padding-left: 12px;
    }

    .classic-table {
      width: 100%;
      color: #000;
    }

    .classic-table td {
      color: #000;
      vertical-align: top;
    }

    #invoice-item-table th,
    #invoice-item-table td {
      border: 1px solid #000;
      padding: 8px;
    }
    .invoice-summary-right{
        width:30%;
        margin-left:70%;
      }

      .pdf .invoice-summary-right{
        width: 40%;
        margin-left: 60%;
      }
      #invoice-summary-table td {
        border: 1px solid #000 !important;
        padding: 8px;
      }

      #invoice-payment-history-table {
        margin-bottom: 50px;
      }

      #invoice-payment-history-table th,
      #invoice-payment-history-table td {
        border: 1px solid #000 !important;
      }
      .title-header {
        width: 50%;
        padding: 10px;
        border-left: 1em solid #F8BB12;
        border-bottom: 1px solid #CCCFD3;
        border-top: 1px solid #CCCFD3;
        border-right: 1px solid #CCCFD3;
        text-decoration: none !important;

      }
      .title-header b{
        color: #363730;
        text-decoration: none !important;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
      }
      .title-header i{
        color: #363730;
        font-weight: bold;
      }

      .title{
        text-transform: uppercase;
        color: #363730;
        font-weight: bold;
        font-size: 18px;
      }
      .select2-add{
        float: right;
        background: #FFF;
        color: #1761fd;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 12px;
        border: 1px solid #1761fd;
        transition: all 0.3s;
      }


.select2-add:hover{
    color: #FFF;
    background: #336ade;
    text-decoration: none;
  }
  @media only screen and (max-width: 767px) {
    .invoice-summary-right {
       width: 100% !important;
       margin-left: 0px !important;
   }
   .invoice-col-6{
      width: 100% !important;
      float:none !important;
   }
 }

 @media print {
    .d-inline-block{
       display: block;
    }
    .float-md-right{
       float:right;
    }
 }

 .border-2-th{
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid #565656 !important;
    border-right: 2px solid #565656!important;
  }

  .tr-space-white-ccf td{
    height:100% !important;
    border-top: 0 !important;
    border-bottom:0 !important;
    border-left: 2px solid #565656 !important;
    border-right: 0px solid #565656 !important;
  }

  .p-row td{
    padding: 2px;
  }
