@charset "utf-8";
/* Link Sistemas Web Custom CSS Document */

/* logo login */
#loginForm .navbar-brand img {
	max-width: 120px;
}
/* logo aside */
.vertnav .navbar-brand img {
	max-width: 32px;
}


/* alerts inputs */
.help-block ul {
	padding-left: 10px;
}
.help-block li {
	text-align: left;
	list-style: none;
	margin-top: 5px;
}


/* imagen-recortar.php - oucultar boton de cortar y subir*/
#cortar {
  display: none;
}
#upload {
  display: none;
}
#cargando {
  display: none;
}
#listo {
  display: none;
}
/* imagen-recortar.php - file type input */
.custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
}



/* modal materiales */
#matModal .modal-body {
	min-height: 200px;
}






/* file input para subir imagenes en listas */
/* https://css-tricks.com/snippets/css/custom-file-input-styling-webkitblink/ */
/*
.imagen-file-input {
	width: 100%
}
.imagen-file-input:hover {
    background-color: #f8f9fa;
}	
.imagen-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.imagen-file-input::before {
	content: 'Actualizar foto';
	color: #212529;
	display: inline-block;
	padding: 0.25rem 1.5rem;
	cursor: pointer;
}
*/




/* lista_contenidos paginación */
/*
.page-item.active .page-link {
    color: #ffffff!important;
    background-color: #099958;
    border-color: #099958;
}
*/
#SoloMovil {
    display: none;
}
@media (max-width: 768px) {
	#hide {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}


/* lista materiales */
#sliderMateriales .fe {
	color: #000000;
}
#sliderMateriales .carousel-indicators li {
    background-color: #000000;
}

/* arrastrar icon */
.my-handle {
	cursor: move;
	cursor: -webkit-grabbing;
}	










