﻿/************************************************
 List classes
*************************************************/

/* CSS Reset */
.list-searchbox {
	margin-left: 0px;
}

.list-button {
	/* margin-top: 0px !important; */
	margin: 0 0 0 15px !important;
	float:left;
}

.table-responsive {
	border: none;
}

/**************/

.list-search {
	margin: 25px 0 25px 0 !important;
	overflow: hidden;
}

.list-label {
	float: left;
	min-width:100px;
	white-space:nowrap;
	padding: 11px 0 0 0;
}

.list-controls {
	float: left;
}

.list-searchbox {
	background-color: #fff;
	color: #646464;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	margin: 2px 0 5px !important;
	outline: 0 none;
	padding: 10px 17px;
	position: relative;
	resize: none;
	width: 50% !important;
	float:left;
}

.list-button {
}

.layer_list .table-responsive {
	border: none;
}

table.list-table {
	width: 100%;
	table-layout: fixed;
	min-width: 768px;
	margin: 35px 0 35px 0;
}

.list-tableheader {
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

a.list-sortlink {
}

td.list-tableheader {
	min-width: 30px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.list-tablecontent {
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

tr.list-tablecontent:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	   
}

td.list-tablecontent {
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}

td.list-tablecontent span{
	font-weight: normal; 
}

td.list-nowrap {
	white-space: nowrap;
}

td.va-left {
	text-align: left;
	padding: 5px;
}

td.va-center {
	text-align: center;
	padding-top:6px;
	padding-bottom:6px;
}

td.va-right {
	text-align: right;
	padding-right: 5px;
	padding-top:6px;
	padding-bottom:6px;
}

p.list-no-entries {
	margin-top: 20px;
	margin-bottom: 0px;
}

/************************************************
 New List Classes
*************************************************/

.new-list-grid {
	display: grid;
	grid-gap: 0px;
	overflow: auto;
}

.list-va-left {
	text-align: left;
	padding-left: 5px;
}

.list-va-center {
	text-align: center;
}

.list-va-right {
	text-align: right;
	padding-right: 5px;
}

.list-text-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
