:root {
	/* ===== Colors ===== */
	--body-color: #f9fafc;
	--sidebar-color: #FFF;
	--primary-color: #a6a6a6;
	--primary-color-light: #F6F5FF;
	--toggle-color: #DDD;
	--text-color: #000000;
	--black-grey: #5D5D5D;
	--negro: #52616B;
	--azul: #009FE3;
	--naranja: #F39200;
	--verde: #009640;

	/* ====== Transition ====== */
	--tran-03: all 0.2s ease;
	--tran-03: all 0.3s ease;
	--tran-04: all 0.3s ease;
	--tran-05: all 0.3s ease;
}

/*   FAIL ADD USER  */
.modal-confirm {
	color: #636363;
	max-width: initial !important;
	font-size: 14px;
}

.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}

.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}

.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}

.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}

.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}

.modal-confirm .icon-box {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}

.modal-confirm.modal-dialog {
	margin-top: 80px;
}

.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.modal.show {
	display: block !important;
}

/* VIEW */
.home-admin #Form-search input[type="text"] {
	width: -webkit-fill-available;
	margin: 10px;
}

#Form-search input[type="text"] {
	height: 36px;
	background-color: white;
	padding: 5px 16px;
	margin-right: 10px;
	border: 1px solid var(--negro);
	border-radius: 5px;
}

button#submit_button {
	background: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 10%;
	height: 100%;
	cursor: pointer;
}

ol,
ul {
	padding-left: 0rem !important;
}

/* TABLE */

.main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.table {
	border-spacing: 0 15px;
	border-collapse: separate;
	text-align: center;
}

.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
	vertical-align: middle;
	border: none;
}

.table tbody tr td p {
	margin-top: 1rem !important;
}

.table thead tr th:nth-last-child(1),
.table thead tr td:nth-last-child(1),
.table tbody tr th:nth-last-child(1),
.table tbody tr td:nth-last-child(1) {
	text-align: center;
}

/*
.table tbody tr {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}*/

.table tbody tr td {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
}

.table tbody tr td:nth-child(1) {
	border-radius: 5px 0 0 5px;
	background-color: transparent;
	box-shadow: none;
}

.table tbody tr td:nth-last-child(1) {
border-radius: 0 5px 5px 0;
width: 13.5% !important;
min-width: 200px;
}

.active-circle {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}


/*********/

.profile-button {
	background-color: var(--negro);
	color: white;
	width: 20%;
	margin: -20px;
	margin-top: 10px;
}

.profile-button:hover {
	background-color: var(--negro);
	opacity: 0.8;
}

.btn {
	color: white;
	margin: 8px 1px;
	border: none;
	cursor: pointer;
	width: 100%;
	opacity: 0.9;
}

.aceptbtn,
.cancelbtn,
.deletebtn {
	float: left;
	width: 49%;
}

.cancelbtn {
	background-color: #ccc !important;
	color: black !important;
}

.aceptbtn {
	background-color: var(--verde) !important;
	color: white !important;
}

.deletebtn {
	background-color: #df4a58 !important;
}

.container {
	padding: 16px;
	text-align: center;
}

/* The Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #414141cc;
	/* padding-top: 50px; */
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	border: 1px solid #888;
	width: 25%;
}

hr {
	border: 1px solid #f1f1f1;
	margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.modal .close {
	position: absolute;
	right: 30%;
	font-size: 40px;
	font-weight: bold;
	color: #f1f1f1;
}

.modal .close:hover,
.modal .close:focus {
	color: #f44336;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.new_normativa {
	background-color: var(--azul);
	color: white;
	padding: 5px;
	border-radius: 10px;
}

.alert.alert-info {
	margin: 0 !important;
}

.nameremove {
	color: #f5564a;
	font-size: smaller;
}

.nameacept {
	color: var(--verde);
	font-size: smaller;
}

.modal a {
	color: white !important;
	text-decoration: none !important;
}

.dropdown-menu.show {
	cursor: pointer;
	position: absolute;
	transform: translate3d(-6px, 19px, 0px);
	top: 10px;
	left: -40px;
	will-change: transform;
}

p.addUser,
p.addlaw {
	text-align: end;
}

p.addUser a,
p.addlaw a {
	color: var(--negro);
	text-decoration: none;
	font-weight: 900;
}

input.addUserEmail {
	width: 100% !important;
	padding: 5px;
	margin: 25px 0;
	border-radius: 10px;
	border: 1px solid #757575;
}

.container.w-100 {
	max-width: 100% !important;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {

	.cancelbtn,
	.deletebtn {
		width: 100%;
	}
}


/*********************/
/*       LAW         */
/*********************/

a {
	color: var(--azul) !important;
	text-decoration: none !important;
}

body {
	font-weight: 400;
	font-size: 14px;
	overflow-x: hidden !important;
}

.p-t-130 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-gra-02 {
	background-color: transparent;
}

.wrapper--w680 {
	max-width: 900px;
}

.wrapper {
	margin: 0 auto;
}

.cards {
	box-shadow: 0 10px 18px rgba(155, 155, 155, .66);
	border-radius: 5px;
}


.card-4 {
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
}

.card-body {
	background-color: white;
	border-radius: 10px;
}

.card-body .input--style-4 {
	width: 100%;
	height: 50px;
}

.card-body .input--style-4,
.input--style-4 {
	line-height: 50px;
	background: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px !important;
	padding: 0 20px;
	font-size: 16px;
	border-color: #7f7f7f !important;
	color: #666;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	border-width: 1px;
	border-style: solid;
}

button#submit_button_actuacion {
	border: none !important;
	color: white;
	margin: 15px 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: var(--negro);
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	width: 90px;
}

button#submit_button_actuacion a {
	color: white !important;
	text-decoration: none !important;
}

form.normativa {
	display: flex;
	align-items: center;
}

select[name="name_area"] {
	height: 30px;
}


.label {
	font-size: 16px;
	text-align: left;
	color: #555;
	text-transform: capitalize;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

.card-body .col-2 {
	flex: 0 0 auto;
	width: 49%;
}

.modal .close.normativa {
	right: 17%;
}

.btn.btn--blue {
	margin-top: 60px;
	color: white !important;
	background-color: var(--negro) !important;
}

textarea.input--style-4 {
	height: 150px !important;
	line-height: initial !important;
	padding-top: 20px !important;
}

.content-pagination {
	text-align: end;
	padding-right: 15px;
}

/*
.pagination {
	display: inline-block;
}*/

.pagination .currentpage a {
	background-color: var(--azul);
	color: white !important;
}

.pagination {
	justify-content: flex-end;
	padding-right: 15px;
}

.pagination a {
	color: var(--negro);
	float: left;
	padding: 8px 16px;
	border-radius: 7px;
	text-decoration: none;
	background-color: white;
	margin: 1px;
}

li.dots {
	color: var(--negro);
	float: left;
	padding: 8px 16px;
	border-radius: 7px;
	text-decoration: none;
	background-color: white;
	margin: 1px;
}

a.active {
	background-color: var(--bs-link-color);
	color: white;
	border-radius: 5px;
}

i.fa-solid.fa-download {
	font-size: 30px;
}

.fa-download:before {
    content: "\f019";
    color: #379fe5;
}

.input-buscador,
.button-gestion {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.all_user {
	margin: 15px 10px;
	padding: 5px;
	width: 100%;
	min-width: 200px !important;
	color: white;
	text-decoration: none;
	font-weight: 900;
	background-color: var(--negro);
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.all_user a {
	color: white !important;
	text-decoration: none !important;
}

#csv_send {
	display: flex;
	justify-content: flex-end;
}

.container {
	padding: 16px;
	text-align: left;
}

.labels {
	padding-top: 10px;
}

.table tbody tr td:nth-child(10),
.table tbody tr td:nth-child(11) {
	word-break: break-word;
}

.url_a {
	text-decoration: none;
}

a.url_a p {
	width: 147px;
}

/***********************/
/*       USER         */
/***********************/

.acept-item,
.decline-item {
	cursor: pointer;
	text-decoration: none !important;
	font-size: 15px;
	margin: 10px;
}



img.img-user {
	padding: 5px;
	background-color: var(--azul);
	height: 100px;
	width: 100px;
	border-radius: 100px;
}

input.form-control:focus {
	box-shadow: none !important;
	border: 1px solid #52616b !important;
}

input.form-control {
	border: 1px solid #0019311A;
	border-radius: 4px;
}

input.input--style-4:read-only,
input.form-control:read-only {
	background-color: #d4d4d4 !important;
}


.Color-0 {
	background-color: red !important;
	color: #d4d4d4;
}

.Color-50 {
	background-color: var(--naranja) !important;
	color: #d4d4d4;
}

.Color-100 {
	background-color: var(--verde) !important;
	color: #d4d4d4;
}

h4.promedio {
	text-align: end;
}

a.a-law {
	color: black !important;
	text-decoration: none !important;
}


.a-law h3 {
	color: var(--naranja);
	font-size: 18px;
	font-weight: bold;
}

.valoracion {
	background-color: var(--naranja);
	color: white;
	padding: 2px 7px;
	border-radius: 100%;
}

.valoracion_restante {
	width: 25px;
	height: 25px;
	background-color: #9f9f9f;
	color: white;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.restantes_normas {
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle {
	height: 25px;
	width: 25px;
	border-radius: 100px;
	background-color: red;
	border: 2px solid white;
}

.c-100 {
	background-color: var(--verde) !important;
}

.c-50 {
	background-color: var(--naranja) !important;
}

/****************/
/*    FILES    */
/**************/
.archivo {
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.files {
	list-style: none !important;
}

li.file {
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
}

.delete_item a {
	color: var(--negro) !important;
}

.load_image {
	margin: 40px 0 20px 0px !important;
	text-align: center;
	background: var(--negro);
	border-radius: 5px !important;
}

.load_image svg {
	height: 40px !important;
}


input[type="file"] {
	position: relative;
}

input[type="file"]::file-selector-button {
	width: 136px;
	color: transparent;
}

/* Faked label styles and icon */
input[type="file"]::before {
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 16px;
	height: 20px;
	width: 20px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

input[type="file"]::after {
	position: absolute;
	pointer-events: none;
	top: 11px;
	left: 40px;
	color: #0964b0;
	content: "Subir Archivo";
}

/* file upload button */
input[type="file"]::file-selector-button {
	border-radius: 4px;
	padding: 0 16px;
	height: 40px;
	cursor: pointer;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	margin-right: 16px;
	transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
	background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
	background-color: #e5e7eb;
}

/***************************/
/*    RESPONSIVE MOVIL    */
/*************************/

@media screen and (max-width: 1024px) {
	.container {
		padding: 10px !important;
	}

	.card-body .input--style-4,
	.input--style-4 {
		width: 100% !important;
	}

	table.table-responsive {
		border: 0;
	}

	table.table-responsive thead {
		display: none;
	}

	table.table-responsive tr {
		margin-bottom: 10px;
		border-bottom: 2px solid #ddd;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	table.table-responsive td {
		display: block;
		text-align: right;
	}

	table.table-responsive td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		min-width: 26%;
		text-align: left;
	}

	table.table-responsive td:last-child {
		border-bottom: 0;
	}

	.table tbody tr td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: none !important;
	}

	.table.views tbody tr td:nth-last-child(1) {
		justify-content: space-between !important;
	}

	.table tbody tr td:nth-last-child(1) {
		justify-content: center !important;
	}

	table.table-responsive:not(.views) td:nth-last-child(1):before {
		display: none !important;
	}

	.url_a {
		width: 100%;
	}

	.modal-content {
		width: 97%;
		margin-top: 60px;
	}

	.modal .close {
		right: 5% !important;
	}

	.admin-button .all_user {
		min-width: 48% !important;
	}

	.home-admin .input-buscador #User {
		width: -webkit-fill-available !important;
		margin: 10px 0 !important;
	}

	.home-admin button#submit_button_actuacion {
		margin-left: 5px !important;
		margin-right: 0px !important;
	}
}