@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body,
html {
	height: 100%;
}

/* Reseting */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
body {
	margin: 0%;
	padding: 0%;
	background: #ecf0f3;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

header {
	background-color: #28292d;
	color: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
table a i {
	color: #4d4d4d;
}
table a i:hover {
	color: #3e76cd;
}

ul {
	list-style: none;
	margin: 0%;
	padding: 0%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	width: auto;
	margin: 0% 2% 1% 0%;
	float: left;
	padding: 0%;
}
hr {
	color: #ccc;
	border-bottom: none;
	border-top: solid 1px #ccc;
	border-left: none;
	border-right: none;
}

/*.fondoLogin{ background-image:url(../images/heavy_branches_1920x1080.jpg);}*/
#contenedor {
	width: 80%;
	margin: 0% auto 0% auto;
	height: auto;
	min-height: 500px;
}
#login {
	float: right;
	margin-top: 100px;
	background-color: #fff;
	background-clip: content-box;
	width: 300px;
	height: 320px;
	border-radius: 10px;
	border: solid rgba(255, 255, 255, 0.5) 10px;
}
#login img {
	margin: 5% 0% 5% 8%;
	float: left;
}
#login form {
	width: 80%;
	margin: 40% auto 0% auto;
}
#login form input {
	width: 96%;
	height: 30px;
	padding: 5px;
	border: #cdcdcd solid 1px;
	background-color: #fafbbd;
	color: #888;
	border-radius: 5px;
}
#login form input[type="password"] {
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}
#login form #empresa {
	border-radius: 5px 5px 0px 0px;
}
#login form #usuario {
	border-radius: 0px;
	border-top: 0px;
}
#login form input[type="submit"] {
	cursor: pointer;
	background: #56a846;
	color: #fff;
	margin: 5% 0% 10% 0%;
	width: 100%;
	height: 40px;
}
#login form input[type="submit"]:hover {
	background: #3e76cd;
}
#login a {
	width: 80px;
	float: left;
	font-size: 14px;
	margin: 0% 2% 0% 12%;
}
#login a:nth-of-type(1) {
	border-right: 1px solid #ccc;
	padding-right: 10%;
}
#login a:hover {
	text-decoration: underline;
}

.wrapper {
	max-width: 350px;
	min-height: 500px;
	margin: 80px auto;
	padding: 40px 30px 30px 30px;
	background-color: #ecf0f3;
	border-radius: 15px;
	box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
	width: 80px;
	margin: auto;
}

.logo img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7,
		-8px -8px 15px #fff;
}

.wrapper .name {
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 1.3px;
	padding-left: 10px;
	color: #555;
}

.wrapper .form-field input {
	width: 100%;
	display: block;
	border: none;
	outline: none;
	background: none;
	font-size: 1.2rem;
	color: #666;
	padding: 10px 15px 10px 10px;
	/* border: 1px solid red; */
}

.wrapper .form-field {
	padding-left: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
	color: #555;
}

.wrapper .btn {
	box-shadow: none;
	width: 100%;
	height: 40px;
	background-color: #03a9f4;
	color: #fff;
	border-radius: 25px;
	box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
	letter-spacing: 1.3px;
}

.wrapper .btn:hover {
	background-color: #039be5;
}

.wrapper a {
	text-decoration: none;
	font-size: 0.8rem;
	color: #03a9f4;
}

.wrapper a:hover {
	color: #039be5;
}

@media (max-width: 380px) {
	.wrapper {
		margin: 30px 20px;
		padding: 40px 15px 15px 15px;
	}
}

aside {
	width: 70px;
	height: calc(100% - 60px);
	float: left;
	background: #393c43;
}
aside a {
	width: 67px;
	height: 50px;
	border-bottom: solid 1px #5c5e6a;
	float: left;
	border-left: 3px solid transparent;
}
aside li {
	height: 25px;
	width: 25px;
	margin: 20% 30%;
}

nav {
	position: absolute;
	top: 60px;
	left: 70px;
	display: none;
	width: 200px;
	height: calc(100% - 60px);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background: #5c5e6a;
}
nav ul li {
	width: 100%;
	float: left;
	height: 40px;
	padding: 20px 0px 0px 10px;
}
nav a {
	color: #fff;
}
nav ul li:nth-of-type(2) {
	padding: 0px;
}
nav ul li ul li {
	cursor: pointer;
	font-size: 14px;
	width: calc(100% - 30px);
	margin-left: 20px;
	float: left;
	height: 32px;
	padding: 12px 0px 0px 10px;
	border-radius: 5px 0px 0px 5px;
}
nav ul li ul li:hover {
	background-color: #eeeeee;
	color: #1abcea;
}
nav ul li ul li:nth-of-type(2) {
	padding: 12px 0px 0px 10px;
}
#config,
#listas {
	display: none;
}

section {
	width: calc(100% - 70px);
	min-height: calc(100% - 60px);
	float: left;
	background: #eeeeee;
}
#topGrilla {
	width: 90%;
	margin: 50px auto 0px auto;
}
#topGrilla a i {
	float: left;
	color: #56a846;
}
#topgrilla a i:hover {
	color: #3e76cd;
}
#topGrilla input[type="text"],
input[type="password"] {
	width: 90%;
	height: 40px;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}
#topGrilla select {
	width: 100%;
	height: 45px;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}
#topGrilla label {
	width: 45%;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#topGrilla option {
	height: 20px;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px;
}
#topGrilla input[type="submit"] {
	width: 50%;
	margin: 1% 0%;
	height: 40px;
	color: #fff;
	background-color: #56a846;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
#topGrilla input[type="submit"]:hover {
	background: #3e76cd;
}

#topGrilla2 {
	width: 90%;
	margin: 50px auto 0px auto;
}
#topGrilla2 a {
	float: left;
}
#topGrilla2 input[type="text"],
input[type="password"] {
	width: 86%;
	height: 40px;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}
#topGrilla2 select {
	width: 97%;
	height: 45px;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}
#topGrilla2 label {
	width: 45%;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#topGrilla2 option {
	height: 20px;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px;
}
#topGrilla2 input[type="submit"] {
	width: 50%;
	margin: 1% 0%;
	height: 40px;
	color: #fff;
	background-color: #56a846;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
#topGrilla2 input[type="submit"]:hover {
	background-color: #3e76cd;
}

.ver {
	width: 100%;
	margin: 1% 0%;
	height: 20px;
	padding: 20% 0% 0% 0%;
	float: left;
	color: #fff;
	background-color: #56a846;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	padding: 20% 0% 0% 0%;
}
.ver:hover {
	background: #3e76cd;
}

.none {
	display: none;
}
.agregar {
	cursor: pointer;
}
.formulario {
	width: 600px;
	clear: both;
}
.formulario td {
	width: 50%;
	height: 50px;
}
.formulario_listas {
	width: 600px;
}
.formulario_listas td {
	width: 20%;
	height: 50px;
}
.formulario textarea {
	width: 100%;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}
.formulario_alquiler {
	width: 95%;
	clear: both;
}
.formulario_alquiler td:nth-child(odd) {
	width: 10%;
}
.formulario_alquiler td:nth-child(even) {
	width: 15%;
}
.formulario_alquiler textarea {
	width: 51%;
	color: #666;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0.1% 5%;
}

/************* ESTILOS TABLA ********************/
.CSSTable {
	margin: 2% auto;
	padding: 0px;
	width: 90%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #ccc;
	clear: both;
}
.CSSTable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.CSSTable th {
	background-color: #999;
	border: 0px solid #ccc;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.CSSTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.CSSTable tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.CSSTable tr:nth-child(even) {
	background-color: #ffffff;
}
.CSSTable td {
	vertical-align: middle;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
	height: 10px;
}
.CSSTable tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.CSSTable tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.CSSTable tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.CSSTable tr:first-child td {
	background-color: #999;
	border: 0px solid #ccc;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.CSSTable tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.CSSTable tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

.CSSTable2 {
	margin: 2% auto;
	padding: 0px;
	width: 100%;
	border: 1px solid #ccc;
	clear: both;
	max-height: 385px;
	overflow-y: scroll;
}
.CSSTable2 td input {
	text-align: center;
}
.CSSTable2 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.CSSTable2 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.CSSTable2 th {
	background-color: #999;
	border: 0px solid #ccc;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.CSSTable2 table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.CSSTable2 table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.CSSTable2 tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.CSSTable2 tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.CSSTable2 tr:nth-child(even) {
	background-color: #ffffff;
}
.CSSTable2 td {
	vertical-align: middle;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
	height: 10px;
}
.CSSTable2 tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.CSSTable2 tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.CSSTable2 tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.CSSTable2 input {
	width: 50%;
	margin: 1% 0%;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	border: none;
}
.CSSTable2 input[type="button"] {
	background-color: #56a846;
	cursor: pointer;
}
.CSSTable2 input[type="button"]:hover {
	background-color: #3e76cd;
}
.CSSTable2 input[type="text"][disabled="disabled"] {
	background-color: #ddd;
}
.CSSTable2 tbody {
	max-height: 100px;
	overflow: scroll;
}
#borrar_campos {
	background-color: #f00;
	cursor: pointer;
}
#borrar_campos:hover {
	background-color: #c92222;
}
/*********************** FIN ESTILOS TABLA ****************/

#Login1_validar {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.footGridview {
	font-size: 20px;
}

/***********************NUEVA PERSONA **********************/

#nueva_persona {
	width: 45%;
	clear: both;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}
.nueva_persona {
	width: 45%;
	float: left;
}

/*************************ALQUILERES ******************/

.center {
	text-align: center;
}

.paginador {
	clear: both;
	margin: 2% 0%;
	float: left;
	width: 30%;
	cursor: pointer;
}
.paginador span {
	float: left;
	margin: 0.3% 1% 0%;
	font-family: Arial, Helvetica, sans-serif;
}
.paginador a {
	margin-right: 5px;
	background-size: 25px;
	background-position: top center;
	width: 25px;
	height: 25px;
	float: left;
}

.buscador {
	margin: 2% 0%;
	float: left;
	width: 30%;
}
.masivas {
	float: left;
	margin: 2% 0% 0% 0%;
	font-family: arial;
	font-size: 12px;
}
.masivas input[type="submit"] {
	margin: 1% 0%;
	height: 25px;
	color: #fff;
	background-color: #56a846;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
.masivas input[type="submit"]:hover {
	background: #3e76cd;
}
