/******************************************************************************

	Filename: 					VariousViews.css

	Purpose: 						Various Views widget CSS
	 
	Implemented by:			views/HTML5/Admin.php
	
	Author:							USA Cyborg - usacyborg.com
	
	Last Modified: 			2024-11-12
	
******************************************************************************/

	/* must be specific to override StaticReports.css styles */
.tableWrap.variousViewsWrap table
{
	width: 560px;
	/*height: 450px; adds extra space to users with few views */
	margin: 10px auto 0 auto;
}

.tableWrap.variousViewsWrap
{
	overflow-y: scroll;
  overflow-x: hidden;	
	width: 100%;		/* table width may change programmatically */
  height: 600px;
  margin-bottom: 10px;
}

.tableWrap.variousViewsWrap a:not([href])	/* underline widget links */
{
	text-decoration: underline;
}

.variousViewsWrap .variosViewsFilters
{
	margin: 10px 10px 10px 0;
	width: 280px;
}

.variousViewsWrap .variosViewsFilters *
{
	display: inline-block;
	margin: 5px;
}

.variousViewsWrap .variosViewsFilters button
{
	width: 70px; /* constant width for changing text */
}

.variousViewsWrap table tr th
{
	vertical-align: bottom;
}

	/* name */
.variousViewsWrap table tr th:nth-child(1)
{
	width: 220px;
}

	/* favorite */
.variousViewsWrap table tr th:nth-child(2)
{
	width: 60px;
	text-align: center;
}

	/* favorite */
.variousViewsWrap table tr td:nth-child(2) img
{
	cursor: pointer;
}

.variousViewsWrap table tr td:nth-child(2)
{
	text-align: center;
}

	/* type */
.variousViewsWrap table tr th:nth-child(3)
{
	width: 90px;
}

	/* access */
.variousViewsWrap table tr th:nth-child(4)
{
	width: 90px;
}

	/* not used */
.variousViewsWrap table tr th:nth-child(5)
{
	width: 50px;
}

	/* views30 */
.variousViewsWrap table tr th:nth-child(6)
{
	width: 50px;
	text-align: right;	
}

.variousViewsWrap table tr td:nth-child(6), .variousViewsWrap .mgmtView tr td:nth-child(4)
{
	text-align: right;
	padding-right: 2px;
}

.variousViewsWrap .mgmtView tr th:nth-child(4)
{
	text-align: right;
}

