.tender-panel {
	background-color: #fff !important; 
	border-top-color: var(--aps-color-dark-3) !important;
	border-radius: 10px;
	border-color: var(--aps-color-light-7);
	margin-right: 5px;
	margin-left: 5px;
}
.tender-footer {
	background-color: var(--aps-color-light-8) !important;
	border-radius: 0 0 10px 10px;
}
.tender-panel-inner {
  border: none;
  border-top: 2px solid var(--aps-background-color); 
}
.tender-panel-inner .tender-details {
    border: 1px solid var(--aps-background-color);
	border-top: none;
    position: relative;
    padding: 10px; 
}

.tender-panel-inner .tender-info {
    border: 1px solid var(--aps-background-color);
    padding: 15px; 
}

.tender-lot {
    border: 1px solid var(--aps-background-color);
	padding: 5px;
	border-radius: 10px;
}

.tender-info {
  border-top: 1px solid var(--aps-background-color);
  position: relative;
  padding: 15px 0; 
}

.collapser {
	cursor: pointer;
}

.collapser:after {
	font: normal normal normal 14px/1 FontAwesome;
	color: var(--aps-color-dark-6) !important;
	content: "\f107";
	margin-left: 15px;
	cursor: pointer;
}
  /* Icon when the collapsible content is hidden */
.collapser.collapsed:after {
	content: "\f105";
}
/*
html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}
*/
.x-card-grid .x-grid-row .x-grid-cell-selected {
	background-color: #fff !important;
}

.x-card-grid .x-grid-item-over {
	background-color: #fff !important;
}

.tender-title {
	color: var(--aps-background-color);
	text-overflow: ellipsis;
/*	white-space: nowrap; */
	overflow: hidden;
	max-width: 100%;
	text-decoration-line: none;
}

.tender-title:focus {
	color: var(--aps-background-color);
}

.tender-title:hover {
	color: var(--aps-color-dark-3);
}
.aps-text-success {
	color: var(--aps-color-dark-5) !important; 
}

a.aps-text-success:focus, a.aps-text-success:hover {
  	color: var(--aps-color-dark-6) !important; 
}

legend {
	border-bottom: none;
	width: unset;
	margin-bottom: unset;
}
a:focus, a:hover {
	text-decoration: unset; 
}
a:focus {
	outline: unset;
}
html, body {
    height: unset;
}
a {
	text-decoration-line: underline;
}
.task-title {
	color: var(--aps-background-color);
	text-overflow: ellipsis;
/*	white-space: nowrap; */
	overflow: hidden;
	max-width: 100%;
	text-decoration-line: none;
	font-size: 1rem;
}

.task-title:focus {
	color: var(--aps-background-color);
}

.task-title:hover {
	color: var(--aps-color-dark-3);
}
.emrgtrue {
	font-weight: bold;
}
.twolines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}
