@charset "utf-8";
/* CSS Document */
body {
    background: #f9f8f8;
	font-family: Tahoma,Verdana,Segoe,sans-serif !important; 
}
.formulario {
    max-width: 530px;
    margin: 0 auto;
    border: 2px solid black;
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.24);
    margin-top: 10%;
    background: white;
}
.formulario label {
    text-align: center;
    width: 100%;
    padding: 10px;
}
.titulo_formulario {
    text-align: center;
    padding: 30px;
}
.alert {
    text-align: center;
}
#wrapper{
	padding:90px 15px;
}
.navbar-expand-lg .navbar-nav.side-nav{
	flex-direction: column;
}
.card{
	margin-bottom: 15px; 
	border-radius:0;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.header-top{
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.leftmenutrigger{
	display: none;
}
@media(min-width:992px) {
.leftmenutrigger{
	display: block;
	display: block;
	margin: 7px 20px 4px 0;
	cursor: pointer;
}
#wrapper{
	padding: 90px 15px 15px 15px;
}
.navbar-nav.side-nav.open {
	left:0;
}
.navbar-nav.side-nav{
	background: #585f66;
	box-shadow: 2px 1px 2px rgba(0,0,0,.1);
	position:fixed;
	top:56px;
	flex-direction: column!important;
	left:-220px;
	width:200px;
	overflow-y:auto;
	bottom:0;
	overflow-x:hidden;
	padding-bottom:40px;
}
}
.animate{
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
table.dataTable thead .sorting:last-child:before, table.dataTable thead .sorting:last-child:after {
	display: none;
}
.icono-usuario {
    text-align: center;
	padding: 20px; 
}
i.fas.fa-user-circle.icono-usuario-miperfil {
    font-size: 130px;
}
.icono-usuario p {
    font-size: 25px;
    font-weight: bold;
}
#modificar, #reasignar{
	margin-top: 20px;
}
.formulario_modificacion div{
	padding: 10px;
}
.mensaje-modificacion {
    margin-top: -50px;
}
form.formulario_modificacion {
    display: contents;
}
.btn-modificar{
	font-size: 15px !important;	
}
.dropdown-item {
    font-size: 14px !important;
}
footer.pie-de-pagina {
    position: fixed;
    bottom: 0px;
    background: #343A40;
    color: white;
    width: 100%;
    padding: 10px;
}
#dropdown1 {
    cursor: pointer;
}
form{
	width: 100%;
}
@media (max-width: 768px){
	#registrar{
		text-align: center !important;
	}
	.leftmenutrigger{
		display: none !important;
	}
	footer.pie-de-pagina {
    position: relative !important;
	margin-top: 30px;
	}
	.h1, h1 {
		font-size: 1.8rem !important;
		text-align: center !important;
	}
	.h2, h2{
		text-align: center !important;
	}
	.h3, h3{
		text-align: center !important;
	}
	#dtBasicExample_wrapper { 
		overflow-x: scroll;
	}
	.btn-success{
		margin: 0 auto !important;
	}
	#modificar, #reasignar, #registrar {
		text-align: center;
		margin: 0 auto !important;
		display: table;
	}
	.navbar-collapse .dropdown-menu {
    background-color: #343A40 !important;
    border: none !important;
    border-radius: 0px !important;
	}
}
.columna-principal{
	margin-bottom: 100px;
	padding-left:200px;
}
.caja-categorias {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ced4da;
    padding: 10px;
}

.margin-top-50 {
    margin-top: 50px;
}
em.info {
    font-size: 11px;
}
.mensaje-modificacion-2 {
    top: -35px;
}
.miniatura-img img {
    max-width: 100%;
}

.miniatura-img {
    border: 1px solid #ced4da;
}