.active-elements-css {
    color:aqua;
    background-color: red;
}

.table-responsive {
    border: none !important;
}

.tableHeader {
    border: none !important;
    background-color: #fff;
}

.hotels-vert-lister {
    list-style-type: none;
    display: inline-flex;
    padding: 0px 10px;
}

.hotels-vert-lister li {
    list-style-type: none;
    margin-right: 10px;
}
.vert-lister {
    list-style-type: none;
    display: inline-flex;
    padding: 0px 10px;
}

.vert-lister li {
    list-style-type: none;
    margin-right: 10px;
}

/* .vert-lister a {
    list-style-type: none;
    margin-right: 10px;
} */

.active-link {
    color: #666666;
}

.button-format, .shutt-button-format {
    padding: 0px;
    margin: 0px;
}

.atlshuttles {
    margin-right: 15px;
}

/* p {
    line-height: 20px;
} */
/* ul {
    line-height: 20px !important;
} */
li {
    line-height: 25px !important;
}

.atl-lot-status {
	width: 100%;
	font-size: 13px;
	color: #0b2742;
	overflow: hidden;
}

.atl-lot-header,
.atl-lot-row {
	display: grid;
	align-items: center;
	column-gap: 8px;
}

.atl-lot-admin .atl-lot-header,
.atl-lot-admin .atl-lot-row {
	grid-template-columns: minmax(90px, 1fr) 58px 64px 64px;
}

.atl-lot-public .atl-lot-header,
.atl-lot-public .atl-lot-row {
	grid-template-columns: 1fr auto;
}

.atl-lot-header {
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(11, 39, 66, .12);
	margin-bottom: 5px;
}

.atl-lot-row {
	padding: 5px 0;
	border-bottom: 1px solid rgba(11, 39, 66, .08);
}

.atl-lot-name,
.atl-lot-status-text {
	line-height: 1.15;
}

.atl-lot-status-text {
	font-weight: 600;
	font-size: 12px;
}

.atl-lot-status-text.is-open {
	color: #229b3a;
}

.atl-lot-status-text.is-full {
	color: #111;
}

.atl-lot-status-text.is-closed {
	color: #c12544;
}

.atl-lot-actions {
	display: contents;
}

.atl-lot-actions button {
	background: #c0003b;
	color: #fff;
	border: 0;
	border-radius: 7px;
	height: 24px;
	padding: 0 6px;
	font-size: 10px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	min-width: 0;
	width: 64px;
}

.atl-lot-footer {
	margin-top: 12px;
	font-size: 11px;
	line-height: 1.4;
	color: #0b2742;
}

.atl-lot-footer p {
	margin-bottom: 8px;
}

.atl-lot-footer h6 {
	font-size: 10px;
	font-weight: 700;
	margin: 0;
}

.atl-lot-footer a {
	color: #c0003b;
	font-weight: 700;
}