/* Aplica a toda la página */
html, body {
  overflow-x: hidden; /* Oculta el scroll horizontal */
  margin: 0;          /* Evita márgenes por defecto */
  padding: 0;
}

input:-webkit-autofill {
  background-color: red !important; /* Light blue background */
  -webkit-box-shadow: 0 0 0px 1000px #f0f8ff inset !important; /* Ensures the color fills the field */
  -webkit-text-fill-color: #000 !important; /* Text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevents flashing */
}

.label-ameco {
  font-weight: normal;
  padding-left: 0px;
  color: #545454;
  font-size: 13px;
  font-weight: 600;
  font-family: sans-serif;
  font-display: initial;
}

.input-ameco {
  position: relative;
  display: inline-block;
  border: 1px solid #5C5C5C; 
  border-radius: 3px; 
  font-weight: 600;
  font-size: 13px;
  color: #5C5C5C;
  background-color: white;
  border-color: #7D7D7D;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
}

.input-group.medium {
}

.fa.medium {
  font-size: 13px;
}

.dt-layout-start {
  background-color: #fafafa;
}


.dt-container {
  background-color: #fafafa;
  margin: 0px;
  padding: 0px;
}

.dt-empty-footer {
  background-color: #F7F7F7;
  margin: 0px;
  padding: 0px;
}


.dt-layout-cell.dt-layout-start {
  background-color: #fafafa;
  margin: 0px;
  padding: 0px;
}


.dt-layout-cell.dt-layout-end {
  background-color: #fafafa;
  margin: 0px;
  padding: 0px;
}


.dt-layout-row {
  background-color: #fafafa;
  margin: 0px;
  padding: 0px;
}




table {
  border-collapse: collapse;
}


th {
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 13px;
  font-weight: 600; 
  text-align: left;
  color: #154360;
  background-color: #f8f8f8;
}

td {
  font-weight:600;
  font-size: 12px;
  color: #212f3c;
  background-color: white;
}

td.item {
  color: #2b2727;
}

tr {
  font-size: 13px;
}

tr:hover {
  background: #f8f8f8;
  cursor: pointer;
}

table tr:hover {
  background-color: #f8f8f8; 
}

nav.navbar {
   background-color: #0B3861;
}

.navbar-sub {
  background-color: #0B3861;
  color: #F1F1F1; 

}


img.logo {
  width: 100px;
  height: 45px;
  margin-left: 10px;
  padding: 4px;
}


/* inicio: fijar menú principal top */
.static {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: transparent;
}

.first-col {
  padding-left: 74.5px!important;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 11;
}
/* fin: fijar menú principal top */


/* inicio: tarjeta de contenido */
.card {
  border-radius: 10px;
  text-align: left;
  color: #32436c; 
  border-color: #B3B3B3; 
}

.card-margen {
  margin-left: 4px;
  margin-right: 4px;
}


.card.card-azul {
  text-align: center;
  border-radius: 7px;
  min-width: 150px;
  max-width: 150px;
}

.card.card-verde {
  text-align: center;
  border-radius: 7px;
  min-width: 150px;
  max-width: 150px;
}

.card.card-rojo {
  border-radius: 7px;
  text-align: center;
   min-width: 150px;
  max-width: 150px;
}

.card.card-rojito {
  border-radius: 7px;
  text-align: center;
   min-width: 150px;
  max-width: 150px;
}

.card.card-gris {
  border-radius: 8px;
  text-align: center;
  border-color: ;
  /*min-width: 120px;
  max-width: 120px;*/
}

.card-header {
  background-color: white;
  border-radius: 8px;
}

.card-header.card-azul {
  background-color: #0B3861;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.card-header.card-verde {
  background-color: #1f6109;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.card-header.card-rojo {
  background-color: #881a74;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.card-header.card-rojito {
  background-color: #a50000;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.card-header.card-gris {
  background-color: #175753;
  border-top-right-radius: 8x;
  border-top-left-radius: 8px;
}


.card {

  border-radius: 8px;

}

.card-body {
  background-color: white;
  border-radius: 8px;
}

.card.interior {
  background-color: #F3F2F2;
  border-color: #B6B5B5;
  border-style: solid; 
  border-radius: 0px; 
  font-weight: 600;
  font-size: 13px;
}
/* fin: tarjeta de contendio */

/* botones */

.btn.collapsed.text {

  color: #474747;
  background-color: transparent;
  font-size: 12px;
  font-weight: 550;
  padding-left: 9px;

}


.btn.btn-ame-azul {
  color: #0F3081;
  font-weight: 600;
  background-color: transparent;
  border-width: 1px;
  border-color: #0F3081;
  font-size: 13px;
  border-radius: 3px;
}

.btn.btn-ame-azul:hover {
  color: white; 
  background-color: #FF603D;
  border-color: #0F3081;
}

.btn.disabled {
  background-color: transparent;
  border-color: #AFAEAE;
  cursor: not-allowed;
  cursor: none;
}


.btn.btn-amecosa {
  font-size: 8px;
  font-weight: 600;
  color: white;
  border-color: #1a4291;
  border-width: 1px;
  height: 31px;
  width: 42px;
  margin-top: 1px;
  background-color: #1a4291;
  border-radius: 3px;

}

.btn.btn-amecosa:hover {
  color: white;
  background-color: orange;
}



.btn.btn-amecosa-primary {
  font-size: 8px;
  font-weight: 600;
  color: #1a4291;
  border-color: #1a4291;
  border-width: 1px;
  height: 31px;
  width: 42px;
  margin-top: 1px;
  background-color: white;
  border-radius: 3px;
}

.btn.btn-amecosa-primary:hover {
  color: white;
  background-color: blue;
}

.btn.btn-amecosa-dark {
  font-size: 8px;
  font-weight: 600;
  color: black;
  border-color: black;
  border-width: 1px;
  height: 31px;
  width: 42px;
  margin-top: 1px;
  background-color: white;
  border-radius: 3px;
}

.btn.btn-amecosa-dark:hover {
  color: white;
  background-color: orange;
}

.btn.btn-outline-secondary {
  font-size: 13px;
  font-weight: 600;
  border-width: 1.5px;
}




.btn.btn-secondary {
  font-size: 13px;
  font-weight: 500;
  background-color: #dfdfdf;
  color: black;
  border-width: 2px;
}

.btn.btn-secondary:hover {
  background-color: #fcd678;
}

.btn-success {
  border-width: 1px;
  border-color: transparent;
  font-size: 13px;
  font-weight: 600;
}

.btn-success:hover {
  background-color: #7bfe6d;
  color: black;
}

.btn.btn-green-export {
  border-width: 1px;
  border-color: transparent;
  font-size: 12px;
  color: #165816;
  font-weight: 600;
  background-color: white;
  border-radius: 0px;
  border-width: 2px;
  border-color: green;
}

.btn.btn-green-export.right {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  margin-left: 0px; 
  padding-left: 0px;
}

.btn.btn-green-export.left {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; 
  margin-right: 0px; 
  padding-right: 0px;
}

.btn.btn-green-export:hover {
  color: white;
  background-color: green;
}


.btn.btn-outline-success {
  font-size: 13px;
  font-weight: 600;
  color: black;
  border-width: 2px;
}

.btn.btn-outline-success:hover {
  color: white;
}


.btn.btn-outline-danger {
  font-size: 13px;
  font-weight: 600;
  color: black;
  border-width: 2px;
}

.btn.btn-outline-danger:hover {
  color: white;
}

.btn.btn-danger:hover {
  background-color: #ff3600;
}

.btn.btn-outline-dark {
  font-size: 13px;
  font-weight: 600;
  border-width: 2px;

}

.btn.btn-outline-warning {
  color: black;
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  border-color: orange;
}

.btn.btn-outline-warning:hover {
  background-color: orange;
}
.btn.btn-outline-error {
  color: black;
  font-weight: 600;
  border:1px solid #FF0000
}
.btn.btn-outline-error:hover {
  background-color: red;
}

.btn.btn-outline-primary {
  font-size: 13px;
  font-weight: 600;
  border-width: 2px;
  border-color: #105583;
  background-color: #105583;
  color: white;
}

.btn.btn-outline-primary:hover {
  background-color: white;
  color: black;
}


.btn.btn-dark {
  font-size: 13px;
  font-weight: 700;
  border-width: 2px;
}

.btn.btn-dark:hover {
  background-color: #dfdfdf;
  color: black;
}

.btn.btn-icono-navbar {
  border-radius: 5px;
  font-size: 19px;
  background-color: #F7F7F7;
  color: #131E70;
  margin: 2px;
  padding: 8px;
}

.btn.btn-icono-navbar:hover {
  background-color: #1a4291;
  color: white;
}


.btn.btn-outline-icono-azul {
  font-size: 20px;
  font-weight: 600;
  color: #1a4291;
  border-color: #1a4291;
  border-width: 1px;
  margin-top: 2px;
  height: 40px;
  width: 58px;
  padding-top: 10px;

}

.btn.btn-outline-icono-azul:hover {
  color: white;
  background-color: #1a4291;
}

.btn.btn-outline-icono-verde {
  font-size: 20px;
  font-weight: 600;
  color: #028828;
  border-color: #028828;
  border-width: 1px;
  margin-top: 2px;
  height: 40px;
  width: 58px;
  padding-top: 10px;

}

.btn.btn-outline-icono-verde:hover {
  color: white;
  background-color: #3dc80d;
}


.btn.btn-dashboard-verde {
  background-color: #388c51;
  font-size: 13px;
  color:white;
   border-color: #388c51;
  border-width: 2px;
} .btn.btn-dashboard-verde:hover {background-color: white;color:black;}

.btn.btn-dashboard-amarillo {
  background-color: #f3d946;
  border-color: #f3d946;
  font-size: 13px;
  color:black;
  
  border-width: 2px;
} .btn.btn-dashboard-amarillo:hover {background-color: white;color:black;}

.btn.btn-dashboard-rojo {
  background-color: #e8533c;
  border-color: #e8533c;
  font-size: 13px;
  color:white;
  border-width: 2px;
} .btn.btn-dashboard-rojo:hover {background-color: white;color:black;}

.btn.btn-dashboard-negro {
  background-color: #cacaca;
  border-color: #cacaca;
  font-size: 13px;
  color:black;
  border-width: 2px;
} .btn.btn-dashboard-negro:hover {background-color: white;color:black;}

.tarjeta {
  border-style: none;
  border-color: #B6B5B5;
  color: #0F3F82; 
  font-size: 13px;
  font-weight: 500;
  padding: 1px; 
  border-radius: 7px;
}


.input-group-text.disabled {
  border-right-style: none;
  font-size: 10px;
  font-weight: 500;
  background-color: #F2F2F2;
  border-color: #C4C2C2;
  color: #142173;
  padding-left: 10px;
  border-bottom-right-radius:0px; 
  border-top-right-radius: 0px;
}

.input-group-text.enabled {
  border-right-style: none;
  font-size: 10px;
  font-weight: 500;
  background-color: white;
  border-color: #C4C2C2;
  padding-left: 10px;
  border-bottom-right-radius:0px; 
  border-top-right-radius: 0px;
}

.input-group-text.ico {
  min-width: 20px; 
  background-color: white;
  cursor: not-allowed;
  border-color: #C4C2C2;
  color: #142173;
  font-size: 23px;


}

.input-group-text.ico.disabled {
  background-color: #F2F2F2;
  border-style: solid;
  font-size: 23px;

}

.form-control.disabled {
  background-color: #F2F2F2;
  font-size: 12px;
  font-weight: 500;
  border-left-style: none;
  cursor: not-allowed;
  border-color: #C4C2C2;
}

.form-control.enabled {
  background-color: white;
  color: #001A5B;
  font-size: 12px;
  font-weight: 500;
  border-left-style: none;
  border-color: #C4C2C2;
}

.ctrl-enabled {
  font-size: 14px;
  font-weight: 600;
  border-color: #C4C2C2;
  border-width: 1px;
  border-radius: 4px;
  color: #001A5B; 
  border-left-style: none;
}

.ctrl-enabled:hover {
  background-color: ;
  color:#0F3F82;
}

.ctrl-enabled.con-borde {
  border-style: solid;
  border-width:   1px;
}

.ctrl-enabled.boton:hover {
  background-color: #0F3F82;
  color: white;
}

.ctrl-enabled.gris {
  background-color: #FCFCFC;
}

.ctrl-disabled {
  /*background-color: #FAFAFA;*/
  background-color: white;
  border-right-style: none;
  font-size: 14px;
  font-weight: 600;
  border-color: #C4C2C2;
  border-width: 1px;
  cursor: not-allowed;
  min-width: 40px; 
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 3px;
}

.ctrl-disabled.con-borde {
  border-style: solid;
  border-width:   1px;
}

input:disabled {
  background-color: #F7F7F7;

}

.ctrl-disabled.ctrl-border-bottom-zero {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}

.ctrl-enabled.ctrl-border-top-zero {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btn.titulo {
  font-weight: 600; 
  border-color: #B6B5B5; 
  border-width: 1px;
  padding: 5px;
  margin: 0px; 
  color: white; 
  background-color: #397AC7;
  text-align: left;
  font-size: 13px;
  border-radius: 2px;
}

.btn.btn-ameco-secondary { 
  background-color: #FFEFCE;
  color: #0F3081;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  border-color: #8C8A8A;
  text-align: center;
  border-style: solid;
} 

.btn.btn-ameco-secondary:hover {
  background-color: #FFAA00;
  color: #F6F6F6;
  border-color: #9E9EA2;
  border-style: double;
 
}
.btn.btn-ameco-secondary-verde { 
  background-color: #82EC5E;
  color: #0F3081;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  border-color: #8C8A8A;
  text-align: center;
  border-style: solid;
}
.btn.btn-ameco-secondary-amarillo { 
  background-color: #FFFF20;
  color: #0F3081;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  border-color: #8C8A8A;
  text-align: center;
  border-style: solid;
}
.btn.btn-ameco-primary {
  //background-color: #0F3081;
  background-color: #DEEFF1;
  color: #0F3081;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  border-color: #8C8A8A;
  text-align: center;
  border-style: solid; 
}

.btn.btn-ameco-primary:hover {
  background-color: #12004B;
  color: white;
}

.btn.btn-ameco-azul {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #0B3861;
  background-color: white;
  border-width: 0px;
  min-height: 70;
  max-height: 80;
  margin: 0px;
  padding: 0px;
  border-bottom-right-radius: 7px; 
  border-bottom-left-radius: 7px; 
}

.btn.btn-ameco-azul:hover {
  background-color: #f2fbff; 
}

.btn.btn-ameco-naranja {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #ca2e0f;
  border-radius: 0px;
  background-color: white;
  border-width: 0px;
  min-height: 80;
  max-height: 80;
  margin: 0px;
  padding: 0px;
    border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px; 
}

.btn.btn-ameco-verde {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #006f2a;
  background-color: white;
  border-width: 0px;
  min-height: 80;
  max-height: 80;
  margin: 0px;
  padding: 0px;
  border-bottom-right-radius: 7px; 
  border-bottom-left-radius: 7px; 
}

.btn.btn-ameco-verde:hover {
  background-color: #f0fff6;
}

.btn.btn-ameco-rojo {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  background-color: white;
  border-width: 0px;
  min-height: 80;
  max-height: 80;
  margin: 0px;
  padding: 0px;
  border-bottom-right-radius: 7px; 
  border-bottom-left-radius: 7px; 
  
}

.btn.btn-ameco-rojo:hover {
  background-color: #fff1fd; 
}

.btn.btn-ameco-rojito {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  background-color: white;
  border-width: 0px;
  min-height: 80;
  max-height: 80;
  margin: 0px;
  padding: 0px;
    border-bottom-right-radius: 7px; 
  border-bottom-left-radius: 7px; 
  
}

.btn.btn-ameco-rojito:hover {
  background-color: #fef8f8; 
}
 

.btn.btn-ame-gris {
  background-color: #5f5f5f; 
  color: #282842;
  font-size: 11px;
  font-weight: 500;
  border-color: #9E9EA2;
  text-align: left;
  padding: 4px;
  border-radius: 2px;
  display: inline-block;
}

.btn.btn-ame-gris:hover {
  background-color: #DCDBE3;
  color: #21498B;
} 

.btn.btn-ame-blanco { 
  background-color: transparent;
  color: black;
  font-size: 11px;
  font-weight: 500;
  border-color: #9E9EA2;
  border-width: 1px;
  text-align: left;
  padding: 1px;
  border-radius: 0px;
  display: inline-block;
}

input:not-cursor {
  cursor: not-allowed;
}

/* clases incluídas para transporte */
.impr.category {
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  color: #185F97;
  margin-left: 5px;
}

.impr.field {
  font-size: 11px;
  font-weight: 400;
}

.impr.content {
  font-size: 11px;
  font-weight: 600;
  }

.fa.color-azul {
    color: #0F3081;
}

.fa.color-rojo {
    color: red;
}

.ocultar {
  display: none;
}

.titulo {
  font-size: 15px;
  font-weight: 500; 
  color: #00156B;
  margin-top: 4px;
}

.info-blanco {
  text-align: left;
  font-size: 11px; 
  border-width: 1px;
  border-color: #B3B3B3;
  border-style: solid;
  border-radius: 7px;
  padding: 9;
}


input[type="file"]#mi-archivo{
	width: 0.1px;
	height: 0,1px;
	opacity:0;
	overflow:hidden;
	position: absolute;
	z-index: -1;

}
label[for="mi-archivo"]{
	font-size: 14px;
	font-weight: 600;
	color:$fff;
	background-color: #106BA0;
	display: inline-block;
	transition: all .5s;
	cursor:pointer;
	padding: 15px 40px !importan;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
}
.mayuscula{ 
text-transform: uppercase;
}
input{
text-transform: uppercase;

}
select{
text-transform: uppercase;

}
textarea{
text-transform: uppercase;
}
.moneda{ text-align:right; padding-right:5px;}
.descuento{ color:#990000; }


