@media (max-width: 768px) {

    /* .start-display {
        background: none;
        width: 100%;
        height: auto;
    }*/
    /*.start-display*/
    .table {
        width: 100%;
    }

    .texto_abajo {
        text-align: center;
    }
}


@media (max-width: 576px) {
    .user_info {
        flex-direction: column;
        align-items: center;
    }

    .user_info .col-sm-4 {
        width: 100%;
        text-align: center;
    }

    .user_info select {
        width: 100%;
    }
}

@font-face {
    font-family: "Maven Pro";
    src: url(../fonts/MavenPro.ttf) format('truetype');

    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

body {
    font-size: 14px;
    font-family: 'MavenPro';
    background-color: #333333;
    width: 100%;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.body-login {
    font-family: "Maven Pro";
    color: white;
    background-image: url(../assets/background/bg_body.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    margin: 0;
    padding: 0;
    background-color: #333;
}

::selection {
    background: #F98038;
    color: white;
}

.tr-resaltado {
    background-color: #fff3cd !important;
}

.row {
    max-width: 100%;
    margin-left: 0px;
}

#container {
    background-color: white;
    width: 100%;
    margin-top: 0;
}


#container-login {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "Maven Pro";
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 146px auto;
    max-width: 342px;
    padding: 32px;
    font-weight: bolder;
}

.language-selector {
    font-family: "Maven Pro";
    border-radius: 4px;
    border-style: none;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
}

.cuadro-texto {
    font-family: "Maven Pro";
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    color: #555;
    font-size: 16px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid #ccc;
    display: block;
}

/*Estilos para la transición de los selects*/
.cuadro-texto:focus,
.language-selector:focus {
    box-shadow: 0 0 10px #f98038;
    border: 2px solid #f98038;
}

.submit-button {
    font-family: "Maven Pro";
    background-color: #f98038;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    box-sizing: border-box;
    border-radius: 6px;
    border-style: none;
    color: white;
    font-weight: normal;
    width: 100%;
}

.submit-button:hover {
    background-color: white;
    color: #E78F08;
}

.logo {
    background-image: url(../assets/logo/logo.png)
        /*no-repeat scroll 0 4px transparent*/
    ;
    display: block;
    text-indent: -9999px;
    width: auto;
    height: 80px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon {
    /*margin-left: 5px;*/
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}



.alert {
    font-weight: normal;
    font-size: 13px;
}

.close {
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -2px;
    right: -21px;
    color: #58151c;
}

.close:hover {
    color: #555;
}

#header {
    height: 55px;
    line-height: 84px;
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #333333;
    color: #F98038;
    z-index: 99;
    position: relative;
}

#header .logo {
    background-image: url(../assets/logo/logo.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: auto;
    height: 48px;
    background-size: contain;
}

.lista_iconos {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
    width: auto;
    line-height: 14px;
    font-size: 24px;
    display: flex;
    justify-content: flex-end;
}

.icono {
    display: block;
    height: auto;
    padding: 0px 12px;
    width: auto;
    margin: 1px;
    color: white;
}

.icono:hover {
    color: #F98038;
}

.container-1 {
    margin: 0;
}

/* Para que aparezca el botón de hamburguesa en ipad pro (no funciona) */
@media (max-width: 1024px) {
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }
}

.navbar {
    padding: 0;
}

.menu-area {
    background: #F98038;
    font-size: 14px;
}

#navbarDropdown,
#nav-item {
    color: white;
}

#navbarDropdown:hover {
    color: #555555;
}

#nav-item:hover {
    color: #555555;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #555555;
    font-size: 14px;
    padding: 7px 15px;
    display: block !important;
    white-space: nowrap;
}

/* .mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{background: #eae9d5; color: #555555;outline: 0;} */
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
    background: #eae9d5;
    color: #555555;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #eae9d5;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    background: #eae9d5;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: white;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: white;
    border-style: none;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 1000;
        margin: 0;
        padding: 0;
        background: white;
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        top: 0;
        left: 100%;
        margin: 0;
        padding: 0;
        background: white;
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        top: 0;
        left: -100%;
    }

}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

/* Flexbox adjustments for menu items */
.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-container li {
    flex: 1;
    /* allows items to grow and shrink */
    /*  margin: 5px; optional, for spacing between items */
}



/* @media only screen and (max-width: 2000px) {
    .nav-icon {
        display: none;
    }
} */

#pbreadcrumb {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    margin-bottom: 20px;
    list-style: none;
    background-color: #EAE9D5;
    width: 100%;
}

.pbreadcrumb-container {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    padding-right: 15px;
    padding-left: 15px;
    /* margin-bottom: -15px;  */
}

.pbreadcrumb-container p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

div#wrapper {
    /*float:right;
    width:100%;*/
    margin: 0 auto;
    overflow-x: hidden;
    /* Mantiene oculta la barra horizontal */
    overflow-y: auto;
    /* Asegura que la barra vertical aparezca si es necesario */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.menu {
    width: 100%;
}

.user_info {
    overflow: visible;
    padding-bottom: 5px;
    padding-top: 5px;
}

.filter-form,
.user_info {
    background-color: #eae9d5;
    /* margin-bottom: 10px;
    padding: 18px 20px 9px; */
}

.filter-form {
    font-size: 14px;
}

.bloque1 {
    float: left;
}

.start-display {
    background: url(../assets/avisos/fondo_avisos.png) repeat scroll center transparent;
    width: 965px;
    height: 342px;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    /* .start-display {
        background: none;
    } */
}

.texto_abajo {
    position: absolute;
    bottom: 70px;
    left: 0;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    width: 68%;
    text-align: center;
}

div.central .contenido_central {
    color: #333333;
    display: block;
    border-top: 0 none;
    margin-bottom: 2px;
    overflow: auto;
    position: relative;
    justify-content: center;
    top: 10px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    overflow-x: hidden;
}

/* @media (max-width: 768px) {
    .avisos_start {
        width: 67%;
    }
} */

.avisos_start {
    width: 69%;
    height: auto;
    overflow: auto;
    margin: 0 0 0 43px;
}

.avisos_start #tabla_avisos tbody tr td {
    padding-left: 10px;
    padding-right: 60px;
}

a {
    text-decoration: none !important;
    font-weight: bold;
}

.table {
    font-size: 13px;
    font-family: "Maven Pro";
    /*display: block;*/
    overflow: auto;
    border: 1px solid #ddd;
}

.table thead th {
    text-align: center;
    color: white;
    background-color: #333333;
    font-weight: bold;
}

.table tr td {
    border: 1px solid #ddd;
}

.table_text {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_numeric {
    text-align: right;
}

.table_text_empty {
    text-align: center;
}

.table_action {
    text-align: center;
}

.table a {
    color: #1c94c4;
}

.table tbody tr:hover {
    background-color: #ffe2d3 !important;
}

.table tbody a:hover {
    text-decoration: underline !important;
    color: #1c94c4;
}

.td_fit {
    width: 1px;
}

/* .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  } */


#footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    clear: both;
}

#footer a {
    color: #F98038;
}


.boton {
    background-color: #F98038 !important;
    border-color: #F98038 !important;
    color: white !important;
    /* text-align: right;
    float:right;
    position: relative; */
    right: 46px;
}

.boton_transparente {
    background-color: transparent;
    border: 0px;
}

.boton:hover {
    background-color: black !important;
    border-color: black !important;
    color: #F98038 !important;
}

.boton_sector {
    background-color: #F98038 !important;
    border-color: #F98038 !important;
    color: white !important;
    right: 46px;
    padding: 1px 6px !important;
    margin-bottom: 10px;
}

.boton_sector:hover {
    background-color: black !important;
    border-color: black !important;
    color: #F98038 !important;
}

.filtro .btn-info {
    padding: 1px 4px;
}

.filter-form .btn-info {
    padding: 1px 4px;
}

a.btn-info {
    padding: 1px 4px;
}

.campo-invalido {
    border: 1px solid red !important;
}

#myTab {
    background-color: #eae9d5;

    padding-left: 3px;
    padding-top: 3px;
}

.nav-tab-a {
    color: #1c94c4;
}

.nav-tab-a:hover {
    background-color: white;
    color: #F98038;
}

.nav-tab-a.active {
    color: #F98038 !important;
}

.tab-container {
    border: 1px solid #eae9d5;
}

.tab-content-padding {
    padding: 20px;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.short-input {
    width: 50%;
}

.scrollable-content {
    max-height: calc(100vh - 100px);
    /* Ajusta la altura según sea necesario */
    overflow-y: auto;
    padding: 20px;
    margin-bottom: 20px;
}

.custom-modal-header {
    background-color: black;
    color: white;
}

.custom-modal-footer {
    background-color: #eae9d5;
}

.table-modal {
    font-size: 13px;
    font-family: "Maven Pro";
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.modal-body {
    overflow: auto;
}

.modal-dialog {
    max-width: 50em;
}

.info_empresa {
    font-size: 14px;
}

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #333333;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: verdana;
    font-size: 8pt;
    width: 100%;
    min-height: 26px;
}

.custom-input-file:hover {
    background-color: #333333;
    color: #fff;
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}

.custom-input-file .archivo {
    background-color: #333333;
    color: #fff;
    font-size: 7pt;
    overflow: hidden;
}

.custom-input-file:hover .archivo {
    background-color: #fff;
    color: #000;
}

.atras-icon {
    display: inline-block;
    width: 48px;
    /* o el tamaño que desees */
    height: 48px;
    background-image: url(/assets/iconos_archivos/back.png);
    background-size: contain;
    /* o cover, según el efecto deseado */
    background-repeat: no-repeat;
    vertical-align: middle;
    /* para alinear con el texto */
}

.archivo-icon {
    display: inline-block;
    width: 48px;
    /* o el tamaño que desees */
    height: 48px;
    background-image: url(/assets/iconos_archivos/file.png);
    background-size: contain;
    /* o cover, según el efecto deseado */
    background-repeat: no-repeat;
    vertical-align: middle;
    /* para alinear con el texto */
}

.carpeta-icon {
    display: inline-block;
    width: 48px;
    /* o el tamaño que desees */
    height: 48px;
    background-image: url(/assets/iconos_archivos/folder.png);
    background-size: contain;
    /* o cover, según el efecto deseado */
    background-repeat: no-repeat;
    vertical-align: middle;
    /* para alinear con el texto */
}

.row_form p {
    font-size: 11px;
    font-weight: bold;
    height: 6px;
    padding-left: 150px;
    width: auto;
}

/* .form-control{
    width: 70% !important;
    font-size: unset;
} */

.unset {
    font-size: unset;
}

.form-group {
    margin-bottom: 0.2rem;
    align-items: center;
}

/* form label{
    display: inline-block ;
} */

/* a:hover {
    text-decoration: underline !important;
} */

.breadcrumb {
    background-color: #eae9d5 !important;
    /* Color de fondo */
    font-size: 14px;
    padding: 0px 0px 0px 5px !important;
    margin: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">>" !important;
    /* Cambiar el separador */
    color: #555;
    /* Color del separador */
}

.breadcrumb-item a {
    color: #f98038;
    /* Color del enlace */
    text-decoration: none;
    /* Quitar subrayado */
}

.breadcrumb-item a:hover {
    color: #f98038;
    /* Color del enlace */
    text-decoration: underline;
    /* Subrayado al pasar el ratón */
}

.breadcrumb-item.active {
    color: #555;
    /* Color del texto activo */
}

/* CSS personalizado para paginación naranja */
.pagination .page-item.active .page-link {
    background-color: #F98038;
    /* Color naranja */
    border-color: #F98038;
    /* Color naranja */
}

.pagination .page-link {
    color: #F98038;
    /* Color naranja para los enlaces */
}

.pagination .page-item:not(.disabled) .page-link:hover {
    background-color: #F98038;
    border-color: #F98038;
    color: #000;
}

/* #accesos-directos{
} */

#btn-crear {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.cuadro_precio {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 70px;
}

/* Estilos para el botón del Banco Sol */
.boton_banco1 {
    background-color: #990033 !important;
    color: white !important;
}

.boton_banco1:hover {
    background-color: white !important;
    color: #990033 !important;
    border-color: #990033 !important;
}

.alert_banco1 {
    background-color: #990033 !important;
    color: white !important;
    border-style: none !important;
    border-width: 0px;
}

.alert_banco2 {
    background-color: #008000 !important;
    color: white !important;
    border-style: none !important;
    border-width: 0px;
}

/* Estilos para el botón del Banco Al-Andalus */
.boton_banco2 {
    background-color: #008000 !important;
    color: white !important;
}

.boton_banco2:hover {
    background-color: white !important;
    color: #008000 !important;
    border-color: #008000;
}

.card-header {
    color: white;
}

.row-programado {
    background-color: #f8d7da;
    /* Color rojizo para los pedidos programados */
}

.row-puntual {
    background-color: #fff3cd;
    /* Color amarillento para los pedidos puntuales */
}

a.carpeta-link {
    color: #F98038;
    text-decoration: none;
}

.seleccionada {
    background-color: #F98038 !important;
}

.seleccionada a.carpeta-link {
    color: white !important;
}

.select2-results__option:hover {
    background-color: #F98038 !important;
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F98038 !important;
    color: white !important;
}

.empresa-container {
    margin-left: 20px;
    /* Opcional: para distinguir visualmente las empresas */
}

.check .toggle {
    float: right;
    font-size: 0.8em;
    transition: transform 0.2s;
}

.check.open .toggle {
    transform: rotate(180deg);
    /* Invertir flecha al abrir */
}

.titulo_item {
    text-align: center;
    font-size: 1.5rem;
}

.t1 {
    margin-top: 30px;
}

.t3 {
    margin-bottom: 30px;
}

.item {
    color: #F98038;
    display: block;
    text-decoration: none;
    text-align: center;
}

.item:hover {
    color: #17a2b8;
}

.item:focus {
    outline: 0px;
}

.icon_clip {
    color: #17a2b8;
}

.icon-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-text-container i {
    font-size: 60px;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 10px;
}

.nav-list_item {
    display: flex;
    justify-content: center;
    /* Distribuir los ítems de manera uniforme space-around */
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.nav-list_item li {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.icon-text-container span {
    font-size: 20px;
}

.item_badge {
    color: #fff;
    font-size: 18px;
}

.divScroll {
    max-height: 150px;
    overflow-y: scroll;
}

hr {
    border: none;
}

/* input[type="checkbox"] {
    accent-color: #f98038;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
} */

input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 0.9rem;
    height: 0.9rem;
    appearance: none;
    border: 1px solid #4f4f4f;
    border-radius: 15%;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: #f98038;
    background-position: 0 0;
    border: 0px
}

input[type="checkbox"]:disabled {
    background-color: lightgray;
    color: lightgray;
    border: 1px solid gray;
}

.encabezado {
    padding-left: 15px;
}

.enlace-activo {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield;
}