
/*
	@autor: mprieto;
	Large devices Desktops (≥1200px)
	Medium devices Desktops (≥992px)
	Small devices Tablets (≥768px)
	Extra small devices Phones (<768px)

*/

@media screen and (max-width:600px){
	.menu-amlrisk .navbar-nav {
	    float: initial;
	}

	.small-box .icon {
		display: block !important;
		color: rgba(0, 0, 0, 0.06) !important;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #f6f6f6 !important;
	}

	.footer-site .logo-ts{
	  width: 145px;
	  height: auto;
	}

	.footer-site .app-footer{
	      font-size: 9px;
		    float: right;
		    margin-top: 10px;
	}

	/* Busqueda masiva*/
	.gestion-main-multiple .btn-file {
	  height: 39px;
	}

	/* Filtros tablas */
	.dataTables_filter label {
		width: 100%;
	}
	.dataTables_filter input {
		width: 100%;
		margin-left: 0.0em !important;
	}

	.form-1 {
	    /* Size & position */
	    width: 90%;
	}

	.logo-login {
	    width: 100%; 
	    height: auto;
	}

}