

body{
	padding-top: 4.5rem;
}

nav{
	/*position: fixed;
	width: 100%;*/
	/*height:15%;*/
/*	top: 0;
	left: 0;*/
	/*padding: 5px;*/
background: rgb(140,193,235);
 background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}

 
header #button-menu{
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
background: rgb(140,193,235);
                  background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}

.navegacion ul{
	width: 220px;
	height: 100%;
	/* de la barra del costado del menu que se despliega */
    background: rgb(21,23,24);
    background: linear-gradient(90deg, rgba(21,23,24,1) 0%, rgba(72,76,78,1) 100%);
	list-style: none;
	position: absolute;
	top: 0;
	padding-left: 0px;
	left: -320px;
	transition: left .3s;
	box-shadow :0px 2px 2px grey;
}

.navegacion .menu li.title-menu{
	/*padding: 5px;*/
	background:#3091F2;/*  #3476C6;*/
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.navegacion li {
	float: none;
}

.navegacion .menu a{
	display: block;
	/*padding: 13px;*/
	border-bottom: 1px solid #3476C6;
	/*font-size: 13px;*/
	/*font-weight: 200;*/
	text-decoration: none;
	color: #fff;
background: rgb(140,193,235);
                  background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}

.navegacion .menu a:hover{
	background: #78B8F8;/* #3476C6; */ 
	color: #fff;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
background: rgb(140,193,235);
                  background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
	color: #fff;
}

.navegacion .submenu li.go-back{
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	background: rgb(140,193,235);
                  background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;

}

.cartel {
  background-color: #F8C750   ;
  border: none;
  color: white;
  padding: 2px 2px;
  font-size: 12px;
}

.title-menu, .go-back{
background: rgb(140,193,235);
                  background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}
 
.boton1 {
    width: 120px;
    height: 33px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    background: #0965b2;
    background: -moz-linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(58, 138, 202, 1) 65%, rgba(23, 93, 163, 1) 100%);
    background: -webkit-linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(58, 138, 202, 1) 65%, rgba(23, 93, 163, 1) 100%);
    background: linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(58, 138, 202, 1) 65%, rgba(23, 93, 163, 1) 100%);
    color: rgb(255, 255, 255);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.15);
}

.boton1:hover {
    background: -moz-linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(37, 122, 191, 1) 65%, rgba(0, 82, 160, 1) 100%);
    background: -webkit-linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(37, 122, 191, 1) 65%, rgba(0, 82, 160, 1) 100%);
    background: linear-gradient(157deg, rgba(9, 101, 178, 1) 0%, rgba(37, 122, 191, 1) 65%, rgba(0, 82, 160, 1) 100%);
    border: 1px solid rgb(255, 255, 255);
}


.boton2 {
 background: #92c7eb;
 background-image:url('http://res.freestockphotos.biz/pictures/15/15107-illustration-of-a-red-close-button-pv.png');
 background-size: cover;
 background-position: center;
 display: inline-block;
 border: none;
 padding: 10px;
 width: 15px;
 border-radius: 900px;
 height: 15px;
 transition: all 0.5s;
 cursor: pointer;
}
.boton2:hover
{
 width: 15px;
 height: 15px;
}

.boton3 {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background-size: 120% auto;
  background-image: linear-gradient(315deg, #000428 0%, #004e92 75%);
}
.boton3:hover {
  background-position: right center;
}
.boton3:active {
  top: 2px;
}

.boton4 {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #3a86ff;
  box-shadow: 0 5px #4433ff;
}
.boton4:hover {
  box-shadow: 0 3px #4433ff;
  top: 1px;
}
.boton4:active {
  box-shadow: 0 0 #4433ff;
  top: 5px;
}

.boton5 {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
  border: none;
  background-color: #3a86ff
}
.boton5:hover {
  border-radius: 5px;
  padding-right: 24px;
  padding-left:8px;
}
.boton5:hover:after {
  opacity: 1;
  right: 10px;
}
.boton5:after {
  content: "\00BB";
  position: absolute;
  opacity: 0;
  font-size: 20px;
  line-height: 40px;
  top: 0;
  right: -20px;
  transition: 0.4s;
}

.boton6 {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border: 2px solid #57cc99;
  color: #57cc99;
}
.boton6:hover {
  color: #fff;
}
.boton6:hover:after {
  height: 100%;
}
.boton6:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #57cc99;
}

.boton7 {
    width: 40px;
    height: 18px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    background: rgb(0,145,255);
    background: -moz-linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%);
    background: -webkit-linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%);
    background: linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%); 
    color: rgb(255, 255, 255);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.15); */
}

.boton7:hover {
    background: -moz-linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%);
    background: -webkit-linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%);
    background: linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%); 
    border: 1px solid rgb(255, 255, 255);
}

.boton8 {
    width: 70px;
    height: 25px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    background: rgb(0,145,255);
    background: -moz-linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%);
    background: -webkit-linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%);
    background: linear-gradient(157deg, rgb(107,198,224) 0%, rgb(78,181,209) 65%, rgb(62,154,196) 100%); 
    color: rgb(255, 255, 255);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.15); */
}

.boton8:hover {
    background: -moz-linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%);
    background: -webkit-linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%);
    background: linear-gradient(157deg, rgb(64, 187, 221) 0%, rgb(37, 173, 211) 65%, rgb(14, 142, 201) 100%); 
    border: 1px solid rgb(255, 255, 255);
}

.tabla_botones {
  font-size: 13px;
  color: black;
  text-align: center;
  display: block;
  padding: 5px;
}
.tabla_botones:hover {
  text-decoration: none;
  color: black;
}

.font_10 {
  font-size: 10px;
}

.input-radio-alta {
  accent-color: #ffcb00;
}

.label-radio-alta {
  margin-right: 10px;
}

.input-busqueda {
  border-radius: 10px;
  border: 1px solid black;
}

.btn-busqueda {
  padding: 10px;
  background-color:#96bdd0;
  border: 0px;
}
.btn-busqueda:hover {
  background-color:#88a8b8 ;
}

.btn-guarda {
  background-color: #96bdd0;
  color: black;
  transition: 0.3s;
  min-width: 50px; /* Ancho mínimo */
  min-height: 15px; /* Alto mínimo */
  padding: 5px 10px; /* Espaciado interno */
  font-size: 10px;
  text-align: center; 
}
.btn-guarda:hover {
  background-color: #417b99 ;
  color: white;
}





.btn-nuevo {
  background-color: #ffcb00;
  color: black;
  transition: 0.3s;
}
.btn-nuevo:hover {
  background-color: #ceb900;
  color: white;
}

.btn-salida {
  background-color: #E74133;
  color: black;
}
.btn-salida:hover {
  background-color: #a82e23;
  color: white;
}

.card-header {
  background-color: #556f7c;
  font-size: 1.5rem;
}

.radio-libro {
  accent-color: #88a8b8;
}

.leyenda-radio-libro {
  font-size: 14px;
  margin-right: 5px;
}

.input-busqueda {
  border: 1px solid rgb(216, 211, 211);
  border-radius: 7px;
  height: 35px;
}

.btn-busqueda-lupa {
  background-color: #96bdd0;
  color: black;
}
.btn-busqueda-lupa:hover {
  background-color:#88a8b8;
  color: black;
}
.btn-busqueda-lupa i {
  font-size: 25px;
  color: white;
}

.btn-salir {
  background-color: #E74133;
  width: 90px;
  color: white;
  margin-top: 15px;
}
.btn-salir:hover {
  background-color: #c72618;
  color: white;
}

.btn-rojo {
  background-color: #d9859b;
   transition: 0.3s;
  color: white;
min-width: 50px; /* Ancho mínimo */
  min-height: 15px; /* Alto mínimo */
  padding: 5px 10px; /* Espaciado interno */
  font-size: 10px;
  text-align: center; 
  
}
.btn-rojo:hover {
  background-color: #b87385;
  color: white;
}

.btn-amarillo {
  background-color: #ffcb00;
  color: black;
  transition: all 0.3s;
}
.btn-amarillo:hover {
  background-color: #c09a01;
  color: black;
}

.letra-blanca td {
  color: white;
}

* {
  margin: 0;
  padding: 0;
}

main {
  text-align: center;
}


.divForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.divForm .formTip {
  color: rgb(0, 0, 0);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.divForm .formTip input, .divForm .formTip select {
  text-align: center;
}
.divForm .formTip .btnForm {
  width: 25%;
  align-self: center;
  min-width: 120px;
  margin: 10px 0px;
}

table {
  max-width: 100vw;
}
table td {
  color: rgb(0, 0, 0);
}

.pagination {
  justify-content: center;
}
.pagination li {
  width: 50%;
}
.pagination li a {
  color: rgb(0, 0, 0);
}

body {
  font-family: "Cairo", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, a, div, button, input, textarea, select {
  font-family: "Cairo", sans-serif !important;
}

.hide-menu {
  display: none !important;
}

/* LINKS DE BUSQUEDA / PAGINATION */
.page-link {
  color: black;
}
.page-link:hover {
  color: #627c4f;
}

.page-item.active .page-link {
  z-index: 0;
  color: black;
  background-color: #9DC482;
  border-color: #75965e;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 196, 130, 0.3);
}

.pagination {
  margin: auto;
}

/* FIN LINKS DE BUSQUEDA / PAGINATION */
.anchor-consumarcadas {
  padding: 3px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
}
.anchor-consumarcadas:hover {
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */


.height-input-alta{
  height: 26px !important;

}

.font-label-alta{
  font-size: 9px !important;
}