input {
	border: 1px solid silver;
	border-radius: 4px;
	background: white;
	padding: 5px 10px;
}

.dirty {
	border-color: #5a5;
	background: #efe;
}

.dirty:focus {
	outline-color: #8e8;
}

.error {
	border-color: red;
	background: #fdd;
}

.error:focus {
	outline-color: #f99;
}

.btn-flotante-2 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	letter-spacing: 2px;
	background-color: #e91e63;
	padding: 0 20px 15px 20px;
	position: fixed;
	top: 100px;
	right: 30px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.btn-flotante-2 > h5 {
	font-weight: bold !important;
}

.success-btn-float {
	background-color: #5a5 !important;
}

#loading-transparent {
	z-index: 5555;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffffb3;
}

label.required:after {
	content: " *";
	color: #c3232d;
}

.spinner {
	margin: 0;
	width: 70px;
	height: 18px;
	margin: -35px 0 0 -9px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.dropdown-menu.float-right {
	right: 0;
	left: auto;
}

.login-box .user-img {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.div-animation {
	animation-duration: 1s;
	animation-name: borderAnimation;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	border: 2px solid;
}

.curp-div {
	min-width: 176px;
	padding-left: 0%;
}

.curp-file-div {
	padding-left: 5%;
}

.img-progress {
	width: 82px;
	height: 82px;
}

.modal-header .close {
	margin-top: 0px !important;
}

@keyframes borderAnimation {
	from {
		border-color: white;
	}

	to {
		border-color: #00bca4;
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@media (max-width: 768px) {
	.curp-div {
		min-width: none;
	}

	.curp-file-div {
		padding-left: 1%;
	}
}

@media (max-width: 992px) {
	.curp-div {
		min-width: none;
	}

	.curp-file-div {
		padding-left: 1%;
	}
}

.obsetiqueta {
	color: red !important;
}

.seccBorder {
	border: 2px solid red !important;
}

.stilobtn {
	color: white;
	background-color: red;
	width: 150px;
	height: 30px;
	border-color: red;
}

.stilobtn:hover {
	color: red;
	background-color: white;
	width: 170px;
	height: 30px;
	border-color: red;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.btn-close {
	box-sizing: content-box;
	width: 0.65rem;
	height: 0.65rem;
	padding: 0.25em 0.25em;
	color: #4c4e64;
	background: transparent
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c4e64'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
		center/0.65rem auto no-repeat;
	border: 0;
	border-radius: 0.5rem;
	opacity: 0.5;
}
.btn-close:hover {
	color: #4c4e64;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 0.75;
}

.pull-right {
	float: right !important;
	width: 120px;
	height: 30px;
}

.pull-left {
	float: left !important;
	width: 120px;
	height: 30px;
}
/* The container <div> - needed to position the dropdown content */
