body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/login/fondo_bottom.gif');
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

table {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.pie {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
}

div.msgValContainer {
    border: none;
    color: #2D318D;
	vertical-align: bottom;
	font-size: 8pt;
	font-weight: bold;
}

div.msgValContainer { display: none }

.txterror {
	color: #2D318D;
	font-weight: bold;
}

.intext {
	border:1px solid #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 23;
	background-color: #ffffff;
}

td a.btn {
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
	padding: 4px 25px;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-decoration: none;
}

td a.btn-primary {
	background-color: #015FFF;
	border-color: #015FFF;
	width: 200px;
}

td a.btn-primary:hover {
	background-color: #24489E;
	border-color: #24489E;
}

td a.btn-transparent {
	background-color: transparent;
	border: 1px solid #015FFF;
	color: #015FFF;
}

td a.btn-transparent:hover {
	background-color: rgba(36, 72, 158, 0.1);
	border-color: #24489E;
	color: #24489E;
}

.error-message {
	font-size: 12px;
	color: red;
	text-align: center;
	padding: 10px;
	background-color: #ffecec;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	max-width: 400px;
}

.fade-out {
	opacity: 0;
	transition: opacity 0.5s;
}

.txtPaperless {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 31px;
	background-color: #FFFFFF;
}

td a.svs-link {
	color: #015FFF;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

td a.svs-link:hover {
  color: #24489E;
}