
/******************/
/**** GENERAL *****/
/******************/
ul{
  list-style-type: none;
}
.modal {
	padding-top: 60px;
}

.inputSelectorFichero{
	width: calc(100% - 65px);
}

body{

	/* background-color: #cccc; */

	height:100vh;
	background-image: url("../img/prism.png");
	background-repeat: repeat;
	background-size: 10rem;
}

/***** Navbar ****/
.navbar-light .navbar-nav .nav-link {
    color: #d3d3d3;
    font-weight: 500;
    padding: 8px 20px;
    /* text-transform: uppercase; */
}
.navbar-light .navbar-nav .nav-link.active {
	color: white;
	background-color: transparent;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #d3d3d3;
}

/***** Botones ****/
.btn-brand_outline {
	border: 1px solid #92140C;
	color: #92140C;
	background: #fff;
}
.btn-brand, .bg-brand {
	color: #fff;
	background-color: #92140C;
}
.btn-brand:hover {
	color: #fff;
}
.btn-pdf {
	background-color: #ff2116;
	color: #fff;
}
.btn-word {
	background-color: #2a5699;
	color: #fff;
}

/********** RESPONSIVE ************/
@media (max-width: 992px) {
	.sidebar {
		width: 100%;
	}
	.main-index {
		padding-right: 0;
	}
	.toggler-xl {
		display: none;
	}
	.navbar {
		z-index: 9999;
	}
	#sidenav-slim {
		top: 45px !important;
	}
	.navbar-brand img {
		width: 50px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.main-tabla {
		padding-right: 0;
	}
	.main-tabla .card-header {
		display: block;
	}
	.main-tabla .card-header .btn-brand {
		margin-top: 15px;
	}
	.main-tabla .card-header .year-expediente {
		margin-top: 15px;
	}
	#sidebarMenu .list-group-flush>.list-group-item {
		margin: 5px 0;
		border: none;
    }
	.col-logo {
		height: auto !important;
		margin-bottom: 50px;
	}
	.logo-login {
		width: 100%;
	}
	.col-form {
		padding-right: 0;
		margin-bottom: 50px;
	}
	.row-form {
		width: 90%;
	}
	.row-form #formularioLogin {
		padding: 1rem !important;
	}
}
@media (max-width: 768px) {
	.w-sm {
		width: 100% !important;
	}
	.img_sm {
		width: 70px !important;
	}
	.sc_metricas .col {
		flex: 1 0 100%;
	}
}
@media (max-width: 640px) {
	.dataTables_wrapper .dataTables_filter {
		margin-top: 1.5em !important;
		margin-bottom: 1.2em !important;
	}
	.long-title {
		display: block;
	}
	.long-title h4 {
		margin-bottom: 10px !important;
	}
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 80px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 0;
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}




