
#gwdblog td {
	vertical-align: top;
}

#gwdblog pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

#devicelogdiv table {
	max-width: 100%; /* Ensures table doesn't exceed window width */
	width: 100%; /* Makes table take full available width */
	table-layout: fixed; /* Forces table to respect width constraints */
	border-collapse: collapse; /* Optional: Cleaner table borders */
	table-layout: auto;
}
#devicelogdiv table td {
	overflow: hidden; /* Hides content that overflows the cell */
	text-overflow: ellipsis; /* Optional: Adds "..." for truncated text */
	white-space: nowrap; /* Prevents text from wrapping to new line */
	padding: 8px;
}

.devlogstd {
	overflow-x: hidden;
}

.gatewayinfo td {
	padding-left: 8px;
	padding-right: 8px;
}

.admininfotable {
	border-spacing: 10px;
}

.admininfotable th {
	text-align: center !important;
}

.admininfotable tr {
	background-color: inherit !important;
}

.closebutton {
	position: relative;
	display: block;
	float: right;
	
}

.AdminInfoData {
	position: absolute;
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #333;
	background-color: #e3e3bf;
	left: calc(50vw - 200px);
	top: 150px;
}


.adminsection {
	overflow-x: auto;
	overflow-y: auto;
	white-space: nowrap;
	max-height: calc(100vh - 200px);
}

#buildautologinurldiv {
	position: absolute;
	display: block;
	top: calc(25vh - 100px);
	left: calc(50vw - 200px);
	background-color: #dddddd;
	border-radius: 5px;
	border: 1px solid black;
	padding: 10px;
}

.adminlinkbutton {
	margin: 5px;
	background-color: #bbbbff;
}

#adminlinksdiv {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #8888ff;
	border-radius: 5px;
	border: 1px solid #555;
	max-width: 760px;
}

.duplicateitem {
	background-image: repeating-linear-gradient(135deg, rgba(255, 0, 0, 1), rgba(255, 0, 0, 1) 3px, transparent 1px, transparent 4px);
}

.redclass{
	background-color: #FF7777 !important;
}

.warningbutton {
	background-color: red;
}

#divadminbody {
	margin: 20px;
	position: relative;
}

#divadminbody th {
	text-align: left;
}

#divadminbody tr:nth-child(even) {
	background-color: rgba(220,220,240,0.8);
}

.samplereading {
	background-color: #91d97e;
}

.sampledevice {
	background-color: #91d97e;
	font-size: 12px;
}

.forcedevtype {
	background-color: cyan;
}

