/*****************************************
* GENERAL 
*****************************************/
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Inter', sans-serif !important;
}

footer {
    margin: 50px 0;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/*****************************************
* LOGIN 
*****************************************/
.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/*****************************************
* Modals
*****************************************/
.modal.modal-wide .modal-dialog {
  width: 95%;
  height:95%;
}
.modal.modal-wide-medium .modal-dialog {
  width: 65%;
  
}

.modal.modal-wide .modal-dialog {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width:none !important;

}

.modal.modal-wide .modal-content {
	height: auto !important;
	min-height: 100% !important;
	border-radius: 0 !important;	
}

.modal.modal-wide .modal-header {
	border-bottom: 1px solid #9ea2a2 !important;
}

.modal.modal-wide .modal-footer {
	border-top: 1px solid #9ea2a2 !important;
}
/*****************************************
* Lotes
*****************************************/
#DivLotesTable {
    max-height: 500px;
    overflow-y:scroll;
	font-size: 75%;
}
.listgroupscroll {
    height: 300px;
    overflow-y:scroll;
}

.listgroupscroll2 {
    height: 240px;
    overflow-y:scroll;
}
#GridNuevosProductos {
    height: 200px;
    overflow: hidden;
	width: 400px;
}
.LotesSinProductos{
	max-height: 400px;
    overflow-y:scroll;
}

/*****************************************
* NEW Lotes
*****************************************/
#GridLotesNuevos {
    height: 400px;
    overflow: hidden;
}
#LotesValidar{
	height: 600px;  
	overflow-y:scroll;	
}
/*****************************************
* Edit Lotes
*****************************************/
#DivConfigVariantesLote {
    height: 500px;
    overflow: hidden;
	font-size: 80%;
}
#ProcesMod{
	 height: 300px;
	 margin-top:-300px;
	 
}

#ProductosValidar{
    height: 500px;
    overflow-y:scroll;
}
.selectinfo {
    height: 120px;
    overflow-y:scroll;
}
.smallcustomfont {
  font-size: 80%;
}


.borde{
	border-left: 1px solid;
}

#ModalAviso .modal-header{
	background-color:#DE4B4B;
}

.TipoEntradaActive{	
	background-color:#f89828;
	font-weight: bold;
}
/*****************************************
* Expedientes
*****************************************/
#ExpedientesInfo{
	padding-left:20px;
	padding-right:20px;
	font-size: 72%;	
}
td.ColButtons {
  min-width: 30px;
}
.modal-busqueda-cliente {
    height: 300px;
    overflow-x:scroll;
}
#TableClientesBusqueda tbody tr:hover {
    background-color: orange;
    cursor: pointer;
}
#TableClientesBusqueda tbody tr active {
    background-color: red;
    cursor: pointer;
}
#AddExpedient .modal-body{
	 height: 500px;
     overflow-x:scroll;
}
/*****************************************
* Validator
*****************************************/
.error {
    color:red;
}

/*****************************************
* admin
*****************************************/

.item{text-align:center;border:1px solid #ccc;margin:10px;}
.item img{display: block;margin-left: auto;margin-right: auto }
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*****************************************
* Modals
*****************************************/
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
/*****************************************
* Precios competencia
*****************************************/
.ganador{
	background-color: #A9D08E;
}
#DivTablePreciosCompetencia {
	font-size: x-small;
}
#FiltresBusqueda input[type="text"]{
	font-size: 70%;
}
#FiltresBusqueda select{
	font-size: 70%;
}

#NumFilas{
	font-size: large;
    float: left;
    margin-top: 10px;
	width: 500px;
}
/*****************************************
* Ofertas
*****************************************/
#AlertaProductosInfo{
	height: 350px;
    overflow-y:scroll;
}
#OfertasInfo{
	padding-left:20px;
	padding-right:20px;
	font-size: 72%;	
}

@media(min-width: 1200px){
    .contMenu{
        width: 1175px !important;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* .btn-volver {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.7em;
}

.btn-volver i {
    margin-right: 6px;
}

.btn-volver:hover {
    text-decoration: none;
    color: #007bff;
}

.btn-volver:hover span, .btn-volver span:hover {
    text-decoration: none;
    color: #ff8900;
    cursor: pointer;
}

.hover-orange:hover {
    background-color: #ff89005c !important;
    border-color: #ff8990 !important;
    color: #000000 !important;
} */
/*++++++++++++++++++++++++++++++++++++++++++++++*/
/* .hover-orange:hover {
    text-decoration: none;
    color: #ff8900;
    cursor: pointer; 
} */

.btn-volver {
    border-radius: 6px;
    padding: 6px 12px;
    color: #004b8d;
    transition: 0.25s;
}

.btn-volver:hover {
    background-color: rgba(255, 111, 0, 0.15);
    color: #ff6f00;
}

.hover-orange:hover {
    background-color: #ff6f00 !important;
    border-color: #ff6f00 !important;
}

.card {
    border-radius: 10px;
}

.table-responsibe {
    border-radius: 10px;
    overflow: hidden;
}

table.table thead th {
    font-weight: 600;
    background-color: #f8f9fa;
}

table.table-hover tbody tr:hover {
    background-color: #fff5eb;
}

table.table td {
    vertical-align: middle;
}

.dataTables-wrapper .dataTables_filter input {
    border-radius: 6px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.85rem;
}

.dataTables_wraper .dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    padding: 4px 8px !important;
}

/*------------*/
#bs5-scope .container,
#bs5-scope .row,
#bs5-scope .col,
#bs5-scope .btn,
#bs5-scope .form-control,
#bs5-scope .table,
#bs5-scope .input-group,
#bs5-scope .breadcrumb,
#bs5-scope * {
    all: revert; /* Limpia estilos heredados */
}


/* -------------------------- */
.th-cliente {
    text-align: left !important;
    vertical-align: middle !important;
    background-color: #2c3e50 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.th-franquicia {
    text-align: center !important;
    background-color: #3c3e50 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #1a252f !important;
}

.th-subgrupo {
    text-align: center !important;
    background-color: #34495e !important;
    color: #ecf0f1 !important;
    font-weight: 600 !important;
}

.seg-input {
    text-align: center !important;
}

#segTable thead th {
    white-space: nowrap !important;
}

.align-middle {
    vertical-align: middle !important;
}

.seg-input.invalid {
    border-color: #dc3545;
    background-color: #f8d7da;
}


/* --------------------------- */
.toast-success {
    background-color: #28a745 !important;
}

.toast-error {
    background-color: #dc3545 !important;
}

.toast-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.toast-info {
    background-color: #17a2b8 !important;
}

/* --------------------------- */
.panel-heading .btn {
    margin-left: 5px;
}

/* --------------------------- */

.pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-bar .page-size label {
    margin-bottom: 0;
}

.pagination-bar .pagination {
    margin: 0;
}