@charset "UTF-8";

select option:disabled {
	color: rgba(33, 37, 41, 0.13);
}

.form-control-sm {
	font-size: 12px !important;
	/* 	padding-bottom: 1px !important; */
	/* 	padding-top: 1px !important; */
	/* 	height: calc(1.2em + .5rem + 1px); */
}

select.form-control-sm {
	padding-left: 2px !important;
}

#tablaConvocatorias select.form-control-sm {
	font-size: 10px !important;
}

.pagebanner, .pagelinks, .exportlinks {
	font-size: 13px;
}

.numRegistrosPagina, .text-dark, .card-header, .card-body {
	font-size: 13px !important;
}

#capaNotificiaciones .fecha {
	width: 76px !important;
	font-size: 11px !important;
	padding-left: 3px !important;
}

.fecha {
	width: 79px !important;
}

.form-control-sm {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.margin15 {
	margin-left: 15px;
	margin-right: 15px;
}

.margin-l5 {
	margin-left: 5px;
}

.margin-l10 {
	margin-left: 10px;
	margin-right: 5px;
}

.nav-link {
	font-size: 13px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-group-xs>.btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.form-group {
	padding-bottom: 1px !important;
	padding-top: 1px !important;
	margin-bottom: 1px !important;
	margin-top: 1px !important;
}

.card-title {
	color: black;
	margin-bottom: .25rem;
	font-weight: bold !important;
	font-size: 13px !important;
}

.table td, .table th {
	padding: 2px !important;
	text-align: left;
}

h1 {
	color: #0000FF;
}

h2 {
	color: #FF0000;
}

.form-inline {
	align-items: flex-start !important;
}

.datepicker table tr td.new, .datepicker table tr td.old {
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.card-body {
	padding: 0.15rem;
}

.card-body-title {
	margin-top: -2rem;
}

.card-header {
	padding: 0.15rem;
	font-weight: bold;
}

.errorDatos {
	background-color: #FF6600 !important;
	color: #000000 !important;
}

.table-striped thead {
	background-color: lightgray;
}

input[type="text"] {
	background: #FFFFFF;
}

.izquierda {
	TEXT-ALIGN: left !important;
	vertical-align: middle !important;
}

.derecha {
	vertical-align: middle !important;
	TEXT-ALIGN: right !important;
}

.centrado {
	TEXT-ALIGN: center !important;
	vertical-align: middle !important;
}

.total {
	background-color: grey;
	font-weight: bold;
}

.table td, .table th {
	padding: 2px !important;
}

.table {
	width: 99% !important;
	font-size: 13px !important;
}

.width400 {
	width: 400px !important;
}

.width350 {
	width: 350px !important;
}

.width320 {
	width: 320px !important;
}

.width300 {
	width: 300px !important;
}

.width295 {
	width: 295px !important;
}

.width285 {
	width: 285px !important;
}

.width253 {
	width: 253px !important;
}

.width250 {
	width: 250px !important;
}

.width200 {
	width: 200px !important;
}

.width180 {
	width: 180px !important;
}

.width150 {
	width: 150px !important;
}

.width130 {
	width: 130px !important;
}

.width120 {
	width: 120px !important;
}

.width110 {
	width: 110px !important;
}

.width100 {
	width: 100px !important;
}

.width95 {
	width: 95px !important;
}

.width90 {
	width: 90px !important;
}

.width80 {
	width: 80px !important;
}

.width75 {
	width: 75px !important;
}

.width70 {
	width: 70px !important;
}

.width65 {
	width: 65px !important;
}

.width60 {
	width: 60px !important;
}

.width50 {
	width: 50px !important;
}

.width45 {
	width: 45px !important;
}

.width40 {
	width: 40px !important;
}

.width35 {
	width: 35px !important;
}

.width30 {
	width: 30px !important;
}

.width20 {
	width: 20px !important;
}

.width15 {
	width: 15px !important;
}

.width10 {
	width: 10px !important;
}

.width5 {
	width: 5px !important;
}

#ExpedienteForm select {
	font-size: 11px !important;
}

#nif {
	width: 80px !important;
}

.ACEPTADO {
	color: #008000c7;
}

.RECHAZADO {
	color: #ff0000a3;
}

.purple-border textarea {
	border: 1px solid #ba68c8;
}

.purple-border .form-control:focus {
	border: 1px solid #ba68c8;
	box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, .25);
}

.green-border-focus .form-control:focus {
	border: 1px solid #8bc34a;
	box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}

#capaAbogados input, #capaAbogados select {
	font-size: 12px;
}

select[readonly] {
	pointer-events: none;
}

.correcto {
	background: #21e84e !important;
}

.error {
	background: rgba(255, 0, 0, 0.7) !important;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
	border: solid 1px;
	border-color: lavender;
	background-color: aliceblue;
	border-radius: 10px 10px 0px 0px;
}

.etiquetaExpediente {
	margin-top: -4px;
	border: solid 1px;
	border-color: lavender;
	background-color: #0088cc85;
	border-radius: 0px 0px 10px 10px !important;
	text-align: center;
	font-size: 17px;
}

.form-inline input[type=checkbox] {
	margin-top: 4px;
}

.hay {
	background-color: #17a2b8 !important;
	color: white;
	text-decoration: underline;
}

.textoanuncioteu {
	font-size: smaller;
	font-style: italic;
}

.textoanuncioteu td {
	padding-right: 25px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding-right: 1px !important;
	padding-left: 5px !important;
}

.multiselect-selected-text {
	font-size: 11px !important;
	height: 22px;
	padding-top: 0px;
	padding-bottom: 2px;
}

button.custom-select {
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 24px !important;
}

.form-inline {
	border: 0px;
}

select.disabled {
	pointer-events: all !important;
	cursor: not-allowed !important;
}

select.idInstructorExpd, #tablaOtrosTramites select, .numRegistrosPagina
	{
	font-size: 11px !important;
}

.imagenSeleccionada {
	border: 2px solid #1ee036;
	border-radius: 50%;
}

.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #007bff; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.btn-flotante:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}

.ml--15{
	margin-left: -15px;
}
.dropdown-item {
	font-size: 12px;
}

.bootstrap-select {
	border: 1px solid rgb(206, 212, 218) !important;
}

.btn-light {
	background-color: white;
}

.modal-header, .modal-body {
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}

.rangoFechas{
	font-size: 10px !important;
	width: 120px !important;
}

.gradient-custom-2 {
	background-image: linear-gradient(45deg, hsl(219deg 81% 43%) 0%,
		hsl(209deg 100% 43%) 12%, hsl(203deg 100% 46%) 26%,
		hsl(197deg 100% 47%) 43%, hsl(197deg 93% 64%) 67%,
		hsl(194deg 100% 76%) 93%, hsl(194deg 100% 82%) 99%,
		hsl(195deg 100% 87%) 100%, hsl(195deg 100% 91%) 101%,
		hsl(195deg 100% 96%) 100%, hsl(0deg 0% 100%) 100%);
}

.novedades {
	max-height: 500px; /* Altura máxima antes de que el scroll aparezca */
	overflow-y: auto;
	/* Muestra la barra de desplazamiento verticalmente si es necesario */
	list-style-type: none; /* Opcional: Elimina los marcadores de lista */
	padding: 0; /* Opcional: Elimina el padding por defecto */
	border: 1px solid #ccc;
	/* Opcional: Añade un borde para mejor visualización */
}

.bs-select-all, .bs-deselect-all {
	font-weight: bold !important;
}

caption{
	caption-side: top;
}

.maxLength9{
	width: 70px;
}

.t-d{color:#a94442}

.t-s{color:#3c763d}

.nif {
	width: 80px !important;
}