body {
	background-color: #fff3b0;
}

.deadline-time-12h .deadline-time-part {
	min-width: 4.5rem;
	max-width: 5.5rem;
}

#loading {
	background-color: rgba(116, 116, 116, 0.700);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0;
	text-align: center;
}

#loading img {
	width: 150px;
	height: 150px;
	position: relative;
	margin-top: -50px;
	margin-left: -50px;
	top: 50%;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-warning {
	color: #1f2d3d;
	background-color: #ffc107
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

form .error {
	color: #ff0000;
}

/* Imagen del boton de grabar audio */
#record-button {
	background-image: url('../images/microphone.png');
	background-size: cover;
	width: 75px;
	/* Ajusta el ancho y alto según el tamaño de tu imagen */
	height: 75px;
	border: none;
	cursor: pointer;
}

/* Clase del form de login */
.panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

	max-width: 430px;
	padding: 15px;
	margin: 0 auto;
}

/* .form-signin {
	max-width: 500px;
	padding: 1px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
} */

.dropright {
	display: block;
}

.multiselect {
	text-align: left;
}

.content {
	margin-bottom: 4.5rem !important;
}

.item {
	font-size: small;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.drop:hover .item {
	display: block;
}

#chk {
	cursor: pointer;
}