:root {
	--verde: #2a4b44;
	--naranja: #ef1c00;
	--gris: #706F6F;
    --naranjaClaro:#d67450;
	--naranjaMasClaro:#910b0b; 
    --verdeOscuro: #b10303;
    --verdeMuyOscuro:#1a302b;
    --naranjaOscuro: rgb(248, 51, 51);
    --principal: #f51919
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-size: 15px;
}
th .sort-icon {
    padding: 0 !important;
    margin-left: 5px;
    font-size: 1em; 
    vertical-align: middle;
    cursor: pointer; 
}

th .sort-icon.active {
  color: rgb(122, 122, 231) !important; /* Cambia esto al color que prefieras */
}
/* 
* a:link{
	text-decoration: none;
	color: black; 
}

* a:visited{
	/* color: black; 
}*/

* a.boton{
	background-color:rgb(143 15 15);
	padding: 10px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
	border-radius: .25rem;
}
a.boton:hover {
	cursor: pointer;
	background: rgb(88, 87, 87);
	font-weight: 200;
	color: white;
  }
 * a.boton1{
	background-color:black;
	padding: 10px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
	border-radius: .25rem;
}
a.boton1:hover {
	cursor: pointer;
	background: rgb(88, 87, 87);
	font-weight: 200;
	color: white;
 }
  /* Boton editar */
a.btn-primary{
    background-color: var(--verde);
    border-color:#2a4b44;
 }
  /* Boton Basurero */
a.btn-danger {
  background-color: var(--naranjaMasClaro);
  border-color:  var(--naranjaMasClaro);
  font-weight: bold;
 }
  /* Boton Info/detalles */
 a.btn-secondary {
  background-color: #ee8e3ff0;
  border-color:  #ee8e3ff0;
 }
 a.btn-warning {
	background-color:  #3d3561a1;
	border-color:   #3d3561a1;
	color:white;
   }

a.btn-success {
	background-color: #174b73;
	border-color:  #174b73;
}

 a.btn:hover {
	cursor: pointer;
	background: rgb(191, 179, 179);
	font-weight: 200;
	color: white;
  }
   a:hover {
	cursor: pointer;
	background: rgb(191, 179, 179);
  }
   select:hover {
	cursor: pointer;
	background: rgb(241, 229, 229);
  }
   .select2-selection__rendered:hover {
	cursor: pointer;
	background: rgb(241, 229, 229);
  }
    
/* .select2-container--default .select2-selection--single .select2-selection__rendered{
    position: relative;
    outline: none;
    font-size: 1rem;
    color: rgb(107, 107, 107);
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    margin: 0px 8px 12px 16px;
} */
  input:hover {
	cursor: pointer;
	background: rgb(241, 229, 229);
  }

ul.errorlist{
	list-style: none;
	background-color: salmon;
	padding: 10px;
	margin: 10px;
}

table tbody td.num{
	text-align: right;
}

table thead th.num{
	text-align: right;
}





body{
	line-height: 1 !important;
}

a {
	list-style: none;
	text-decoration: none;
}
.btn{
	font-weight: bold;
	/* ver cuando tenga contenido */
 }

/* ingresar_traspasos_v2 */
 

.table-responsive { /* Outer container */
    display: inline-block; /* (1) */
    width: 100%; /* (1) */
    /* overflow: visible; */
    margin: 0.2em;
    min-height: 3em;
    min-width: 6em;
    resize: both;
    font-family: 'Arial', sans-serif;
	max-height: 40em;
}
.table-responsive table { /* Table */
    border-collapse: collapse;  /* (3) Default value */
    border-spacing: 0;  /* (3) */
}

.table-responsive table thead tr{ /* Cells of the first row */
	padding: 9px;

}
.table-responsive table thead tr:first-child * { /* Cells of the first row */
    position: sticky; /* (2) */
    top: 0; /* (2) */
    z-index: 1; /* (2) */
	color: white;
	background-color: rgb(40, 38, 38);
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px;
	width: auto;
}

.table-responsive table thead tr *:first-child { /* Cells of the first column */
    position: sticky; /* (2) */
    left: 0; /* (2) */
    z-index: 2; /* (2) */
	background-color: rgb(40, 38, 38);
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
}
.table-responsive table thead  tr:first-child *:first-child { /* Top left cell */
    z-index: 3; /* (2) */
	background-color: rgb(40, 38, 38);
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	border-radius: 8px 0 0 8px;
}
.table-responsive table thead  tr:first-child *:last-child { /* Top left cell */
	border-radius: 0 8px 8px 0;
}

table #myTable tr{
	margin-top: 20px;
}
table tbody tr:nth-child(even){
	background-color: gainsboro;
	/* background-color: rgba(0, 0, 0, 0.05); */
}

table tbody tr:hover{
	/* font-weight: bold; */
	color: grey;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

table thead td, th{
	padding: 5px;
	font-size: 13px;
}

table thead tr th.num{
	text-align: right;
}

table tbody tr td.num{
	text-align: right;
}

div.sombra{
	margin: 10px;
	padding: 10px 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: solid;
}
.logo {
    max-width: 30%;
    height: auto;
    margin-left: 4%;
}
.form-control {
	margin: 4px 0;
	border-radius: 6px;
  }
  .nav-item #navLink {
    color: white;
}

/* ---------------------------------------------
Tabla responsive
--------------------------------------------- */

/* ---------------------------------------------
VALE- Pantalla Inicio
--------------------------------------------- *
a{
    text-decoration: none;
}



 /*-----------------------@MEDIA Responsive------------------------*/
 @media (max-width: 750px) {
    #inicio_finSesion{
        max-width: 90%;
    }
  }
  @media (max-width: 560px) {
    
   .enlaces{
    padding: 2px 5px;
	float: center;
    }
    #inicio_finSesion{
        max-width: 80%;
    }    
 }
  
  @media (max-width: 380px) {
   
    #inicio_finSesion{
        min-width: 100%;
    }
  
 }


/* .navbar-dark .navbar-brand a {
    margin-right: 0;
} */


 /*-----------------------@MEDIA Responsive------------------------*/

/* ----------------------------------------------------------------
                                    nav
----------------------------------------------------------------- */
@media (max-width: 992px) {
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: absolute;
		background-color: var(--principal);
		width: 28%;
		padding: 2%;
		border: solid var(--naranjaClaro) 6px;
		border-radius: 8px;
		margin-top: 400px;
		margin-left: 60%;
		z-index: 999;
	}
}
@media (max-width: 500px) {
	.navbar-collapse {
		width: 40%;
        margin-top: 342px;
        margin-left: 47%;
	}

	a {
		font-size: medium;
	}
}
@media (max-width: 398px) {
   .navbar-toggler{
	position: absolute;
    margin-left: 80%;
    }
	
}
/* ----------------------------------------------------------------
                               FIN NAV
----------------------------------------------------------------- */

  @media (max-width: 560px) {
	.table>:not(:last-child)>:last-child>* {
		border-bottom-color: currentColor;
		font-size: medium;
	}
	a {
		line-height: 12px;
	  }
	table>:not(caption)>*>* {
		font-size: medium;
	}
 .btn {
    line-height: 1;
    font-size: medium;
}
 .table-responsive table thead tr:first-child * { /* Cells of the first row */
	padding: 5px;
}
}
/* @media (max-width: 405px) {
	.navbar-toggler{
		position: relative;
	}

} */


 @media (max-width: 380px) {
	.table-responsive table thead tr:first-child * { /* Cells of the first row */
		padding: 3px;
		font-size:small;
	}
	.table>:not(:last-child)>:last-child>* {
		font-size:small;
	}
	.table>:not(caption)>*>* {
		font-size: small;
		padding: .5rem .2rem;
	}
	.btn{
    line-height: 0.7;
	font-size:medium;
	padding: 6px 5px;
	/* ver cuando tenga contenido */
    }	
 }
