/*General*/
.fixed-cell {
/* 	min-width: 100px; Mínimo de 100px */
/* 	max-width: 200px; Máximo de 200px */
	white-space: nowrap; /* Evita que el texto salte de línea */
	overflow: hidden; /* Oculta el contenido que exceda el tamaño */
	text-overflow: ellipsis; /* Agrega "..." si el texto es muy largo */
}

a.potencial-disabled:not([href]), a.link-empty[href=""] {
	/* Estilos para los enlaces sin href */
	background-color: #b7b7b7;
	border-color: #b7b7b7;
	cursor: not-allowed;
	text-decoration: none;
}

.helper-menu .disabled-option {
	color: #a5a5a5 !important;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

.clearer {
	filter: brightness(110%) saturate(60%);
}

.middle-box {
	min-width: 580px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.middle-box.loginscreen {
	width: 450px;
	min-width: 300px
}

.middle-box.loginscreenv2 {
	width: 100%;
	margin-bottom: 0;
}

.middle-box.loginscreenv2>div {
	float: left;
}

.middle-box.loginscreenv2>* {
	text-align: left;
}

.middle-box.loginscreenv2>div>.logo-name2 {
	position: relative;
	display: block;
	margin: 0 !important;
	font-size: 50px !important
}

.middle-box.loginscreenv2>div+h4 {
	padding-top: 19px;
	bottom: 0px;
	position: relative;
	margin: 0 0 0 10px !important;
	float: left;
	width: 48%;
	display: inline-block
}

.large-box {
	width: 900px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0 auto;
}

input.form-control {
	border: 1px solid #ccc !important;
}

/*FeedBack*/
.feedbackPanel {
	list-style: none !important;
	padding: 0 !important;
}

.feedbackPanel>li {
	padding: 5px 10px !important;
	margin-bottom: 5px !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
}

.feedbackPanel>li a {
	font-weight: bold !important;
}

.feedbackPanel>li>span, .feedbackPanel>li>ul {
	margin-bottom: 0 !important;
}

.feedbackPanel>li>span+span {
	margin-top: 5px !important;
}

.feedbackPanel>li.feedbackPanelERROR {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.feedbackPanel>li.feedbackPanelERROR a {
	color: #843534;
}

.feedbackPanel>li.feedbackPanelINFO {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.feedbackPanel>li.feedbackPanelINFO a {
	color: #245269;
}

/*Wizard*/
.wizard {
	margin-bottom: 10px
}

.wizard-step-title {
	text-align: center;
	font-weight: 600;
} 

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
	margin: 0 !important;
}

.wizard>.steps>ul>li {
	width: 23.5% !important;
}

.wizard>.steps li+li {
	margin-left: 2% !important;
}

.wicketExtensionsWizard>* {
	text-align: left;
	color: rgb(103, 106, 108);
}

.wicketExtensionsWizardViewInner>fieldset {
	min-height: 280px !important;
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 13px;
}

.wicketExtensionsWizardViewInner>fieldset h2 {
	margin: 0
}

.wicketExtensionsWizardViewInner>fieldset p {
	margin: 10px 0 10px 0
}

.b-r-xs {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.b-r-sm {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.b-r-md {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.b-r-lg {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.b-r-xl {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

.wizard-form {
	padding: 10px 15px 15px 15px;
}

.wizard-step-summary {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.wizard-buttons {
	display: inline-block;
	padding: 0 2.5% 15px 2.5%;
	margin-top: 3%;
	float: right
}

.wizard-buttons input, .wizard-buttons  input:hover, .wizard-buttons input:active
	{
	border: none;
	outline: 0 none;
	margin: 0 0.5em;
	background: #79A341;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wizard-buttons input:disabled {
	background: #eee;
	color: #aaa;
}

.wizard-feedback {
	margin-top: 3%;
}

.border-left-primary {
	border-left: 3px solid #79A341;
}

.border-left-success {
	border-left: 3px solid #009DCA;
}

.border-left-danger {
	border-left: 3px solid #C53425;
}

.border-left-warning {
	border-left: 3px solid #FAA519;
}

.route {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #23c6c8;
}

.border-left-route {
	border-left: 3px solid #23c6c8;
}

.route6 {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #23c6c8;
}

.border-left-route6 {
	border-left: 3px solid #23c6c8;
}

.person {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #79A341;
}

.border-left-person {
	border-left: 3px solid #79A341;
}

.maintainer {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #FAA519;
}

.border-left-maintainer {
	border-left: 3px solid #FAA519;
}

.autnum {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #3d4d5d;
}

.border-left-autnum {
	border-left: 3px solid #3d4d5d;
}

.border-left-all {
	border-left: 3px solid #932092;
}

.asset {
	background: #f8f9fa;
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid #009DCA;
}

.border-left-asset {
	border-left: 3px solid #009DCA;
}

.form-group .pull-right .extraClass {
	margin-top: 1pc !important;
}

.combo {
	width: 50px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 34px;
	background-color: #D8D8D8;
}

.boton {
	padding: 5px;
	font-size: 14px;
	border: 2px solid #ccc;
	height: 34px;
	background-color: #D8D8D8;
}

.boton:hover {
	background-color: #575757;
	color: #fff;
}

th {
	font-size: 16px;
	background-color: #D8D8D8;
	color: #000;
	text-align: center;
}

th.grisoscuro {
	font-size: 16px;
	background-color: #575757;
	color: #fff;
	text-align: left;
}

th.grisoscuroder {
	font-size: 16px;
	/* 	background-color: #D8D8D8; */
	/* 	color: #fff; */
	text-align: right;
	width: 275px;
}

td {
	text-align: left;
}

/* .table { */
/* 	font-size: 12px; */
/* 	padding: 5px 15px 3px 10px; */
/* 	vertical-align: top; */
/* } */
.diff_reference_container {
	padding: 7px;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0px 10px;
	float: left;
}

.diff_reference_option_container {
	float: left;
	width: 100px;
	margin: 0px 10px;
}

.diff_reference_insert {
	background-color: rgb(230, 255, 230);
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}

.diff_reference_del {
	background-color: rgb(255, 230, 230);
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}

.diff_reference_mc {
	background-color: khaki;
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}

.label_valid {
	background-color: rgb(230, 255, 230);
	display: block;
}

.label_invalid {
	background-color: rgb(255, 230, 230);
	display: block;
}

.label_notfound {
	background-color: khaki;
	display: block;
}

.diff_emp {
	display: block;
	height: 20px;
}
