@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i&display=swap');
body{
    font-family: 'Nunito', sans-serif;
}

main>.container {
    padding: 70px 15px 20px;
}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.step-content {
    padding: 20px;
}

span.firma {
    border-top: 1px solid #333;
}

.invoice {
    padding: 20px;
}

@media print {
    body, .invoice, .content, .content-wrapper,.wrapper{
        height: 100%;
    }
    .main-footer {
        display: none;
    }
    .orden{
        height:1200px;
    }

    .invoice {
        padding: 0;
        height: 100%;
    }
    .detalle{
        padding:30px;
        border: #000000 1px solid;
    }

    .footer_formato {
        height:250px;
        
    }




}

.wrapper {
    overflow-x: hidden;
}

.bordeada {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    /* Sombra delgada como un "borde" */
    border-radius: 10px;
    border-collapse: separate;
    /* Evita que los bordes se fusionen */
    border-spacing: 0;
    /* Elimina el espacio entre los bordes */
}

.bordeada thead th:first-child {
    border-radius: 10px 0 0 0;
    /* Borde redondeado en la esquina superior izquierda */
}

.bordeada thead th:last-child {
    border-radius: 0 10px 0 0;
    /* Borde redondeado en la esquina superior derecha */
}

.custom-modal-xl {
    max-width: 90%;
    width: auto;
}

.serv_anterior {
    display: flex;
    align-items: center;
}

.elegir-serv-anterior {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.tabla-con-texto {
    width: 100%;
}

.custom-dropdown {
    width: 200px;
    /* Ancho cuadrado */
    height: 60px;
    /* Altura cuadrada */
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-dropdown i {
    font-size: 20px;
    /* Tamaño del icono */
}

.custom-dropdown span {
    margin-right: 7px;
    /* Espacio entre el icono y el label */
    margin-left: 15px;
    font-size: 20px;
    /* Tamaño del texto del label */
}
.brand-link .brand-image{
    width:90%;
    height:auto !important;
    max-height: 78px !important;
    padding-right: 20px     ;
}
.brand-link {
    padding: 10px !important;
    border-bottom: none !important;
}
span.estado {
    padding: 5px;
    margin: auto;
    display: block;
}

.main-sidebar{
    background-color: #1e1e1e !important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}
.fade-alert {
    transition: opacity 1s ease-in-out;
  }
  .panel-control .btn{

    font-size: 1.3rem !important;
    line-height: 1.3rem;
    font-weight: bold;
  } 
  .panel-control .btn .fa-xl{

    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: .2em;
  } 

  .panel-control .btn-app {
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 12px;
    height: 140px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 25px 25px;
    position: relative;
    text-align: center;
}
  
#tabla-terceros-dropdown table {
    width: 100%;
}
#tabla-terceros-dropdown th, #tabla-terceros-dropdown td {
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}
#tabla-terceros-dropdown tr:hover {
    background-color: #f2f2f2;
}

.pos-relative {
    position: relative;
}

#tabla-terceros-dropdown {
    position: absolute; /* ← ahora sí lo usamos */
    top: 100%; /* justo debajo del input */
    left: 0;
    width: 600px;    
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 8px;
    display: none;
    margin-top: 5px;
}

.bg-fliv, .bg-fliv>a {
    color: #f1b434 !important;
}
.bg-fliv {
    background-color: #1e1e1e !important
}

.modal.right .modal-dialog {
    position: fixed;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.modal.right.show .modal-dialog {
    transform: translateX(0);
}

.modal.right .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

.detail-contact-view {
    width: 100%;
    border: none;
}

.detail-contact-view td {
    padding: 0.75rem 0;
    border: none;
    transition: border-bottom 0.2s ease;
}

.detail-contact-view td:hover {
    border-bottom: 1px solid #007bff; /* o cualquier color que quieras */
}

.modal.left .modal-dialog {
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
}

.modal.left.show .modal-dialog {
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
}

.modal.left .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}