body
{
	font-family: Roboto;
	font-size: 13px;
}
th
{
	text-align: left;
}
tfoot #search-pane
{
	display: none;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    padding: 5px;
}
.rpobtsp-no-border
{
	border: none !important;
}

.rpobtsp-required
{
	border: 2px solid red !important;
}
.rpobtsp-required-ok
{
}
.rpobtsp-button-panel
{
	width: max-content;
	max-width: 100%;
}
.rpobtsp-active-filter
{
	border: 1px solid black !important;
	background: deepskyblue;
}
.rpobtsp-nopadding
{
	padding: 0 !important;
}
.rpobtsp-filter-group-main
{
	display: inline-block;
}
.rpobtsp-button-default
{
	background-color: #f0f0f0;
	text-align: center;
}
.rpobtsp-filter-group
{
	display: inline-block;
	border: 1px solid lightgrey;
    border-radius: 5px;
	padding: 2px;
    margin-left: 2px;
}
.rpobtsp-edit-table-container
{
	width: 100%;
	overflow: auto;
	margin-top:5px;
}
.rpobtsp-edit-table
{
}
.rpobtsp-edit-td
{
	border:none !important;
}
.rpobtsp-width-50
{
	width: 50px !important;
}
.rpobtsp-width-100
{
	width: 100px !important;
}
.rpobtsp-width-200
{
	width: 200px !important;
}
.rpobtsp-width-300
{
	width: 300px !important;
}
.rpobtsp-width-400
{
	width: 400px !important;
}
.rpobtsp-width-500
{
	width: 500px !important;
}
.rpobtsp-table-field
{
	width: 100%;
}
.rpobtsp-hidden
{
	display: none !important;
}
.rpobtsp-input
{
	font-family: Roboto;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 1px;
}
.rpobtsp-button
{
	padding: 5px;
    border-radius: 5px;
	cursor: pointer;
	margin-left: 2px !important;
	margin-right: 2px !important;
	border: 1px solid #ccc;
	font-family: Roboto;
	display: inline-block;
	word-break: break-word;
    white-space: initial;
}
.rpobtsp-button-small
{
	padding: 2px;
    border-radius: 2px;
	width: 20px;
}
button.dt-button
{
	padding: 5px !important;
    border-radius: 5px !important;
	cursor: pointer !important;
	margin-left: 2px !important;
	margin-right: 2px !important;
	border: 1px solid #ccc !important;
	font-family: Roboto;
}
.rpobtsp-button:hover
{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.rpobtsp-work-active
{
	background-color: linen;
}
.rpobtsp-action-1
{
	background: #c0c0c0;
}
.rpobtsp-action-2
{
	background: #afeeee;
}
.rpobtsp-action-work-start
{
	background: #afeeee;
}
.rpobtsp-action-3
{
	background: #2acaea;
}
.rpobtsp-confirm
{
	background: #ddffdd;
}
.rpobtsp-button-admin
{
	background: #ddffdd;
}
.rpobtsp-cancel
{
	background: #ffdddd;
}
.rpobtsp-print
{
	background: #87CEEB;
}
.rpobtsp-email
{
	background: #87ebc8 !important;
}
.rpobtsp-add
{
	background: #ddffdd;
}
.rpobtsp-delete
{
	background: #ffdddd;
}
.rpobtsp-block
{
	display: block !important;
}
.rpobtsp-center
{
	text-align: center;
}
.rpobtsp-padding
{
	padding: 3px;
}
.rpobtsp-right
{
	text-align: right;
}
@media (max-width:600px) 
{
	body
	{
		font-size: 18px;
	}
	.rpobtsp-filter-group-main
	{
		width: 100%;
	}
	.rpobtsp-button
	{
		font-size: 18px;
	}
	.rpobtsp-input
	{
		font-size: 18px;
	}
	.rpobtsp-datetime
	{
		max-width: 210px;
	}
	.rpobtsp-date
	{
		max-width: 130px;
	}
	.rpobtsp-mobile
	{
		display: block !important;
	}
	.rpobtsp-desktop
	{
		display: none !important;
	}
	.rpobtsp-edit-table tr 
	{
		display: flex;
		flex-wrap: wrap;
		border: 1px solid lightgray;
		padding: 10px;
	}
	.rpobtsp-edit-table tr>th
	{
		display: none;
	}
	.rpobtsp-edit-table tr>td
	{
		flex: auto;
	}
	.rpobtsp-top-mobile
	{
		display: block !important;
	}
	.rpobtsp-top
	{
		display: none !important;
	}
	.rpobtsp-menu
	{
		width: 45%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.rpobtsp-form
	{
		display: block;
		padding: 2px;
	}
	.rpobtsp-half-card
	{
		display: block;
		width: 100%;
		border: 1px solid #ccc;
		padding: 2px;
	}
	.rpobtsp-third
	{
		width: 100%;
	}
	.rpobtsp-two-thirds
	{
		width: 100%;
	}
	.rpobtsp-two-thirds-picker
	{
		width: calc(100% - 30px);
	}
	.rpobtsp-label
	{
		font-family: Roboto;
		display: block;
		margin: 1px;
	}
}
@media (min-width:601px) 
{
	.rpobtsp-datetime
	{
		max-width: 160px;
	}
	.rpobtsp-date
	{
		max-width: 100px;
	}
	.rpobtsp-mobile
	{
		display: none !important;
	}
	.rpobtsp-desktop
	{
		display: block !important;
	}
	.rpobtsp-grid
	{
		display: inline-grid;
		overflow: auto;
	}
	.rpobtsp-top-mobile
	{
		display: none !important;
	}
	.rpobtsp-top
	{
		display: block !important;
		margin-bottom: 4px !important;
	}
	.rpobtsp-menu
	{
		width: 180px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.rpobtsp-form
	{
		display: block;
		max-width: 98%;
		width: 98%;
		margin: auto;
		border: 1px solid #ccc;
		padding: 10px;
		border-radius: 3px;
		box-shadow: 3px 3px gray;
	}
	.rpobtsp-half-card
	{
		display: table-cell;
		width: 48%;
		margin-left: 1%;
		border: 1px solid #ccc;
		padding: 5px;
		border-radius: 3px;
		box-shadow: 3px 3px gray;
	}
	.rpobtsp-third
	{
		width: 32%;
		margin: auto;
		vertical-align: top;
	}
	.rpobtsp-two-thirds-picker
	{
		width: calc(65% - 22px);
	}
	.rpobtsp-two-thirds
	{
		width: 65%;
		vertical-align: top;
	}
	.rpobtsp-label
	{
		font-family: Roboto;
		display: inline-block;
	}
}
.rpobtsp-ds-signout
{
	background-color: lightskyblue !important;
}
.rpobtsp-ds-finished
{
	background-color: darkseagreen !important;
}
.rpobtsp-ds-foreign
{
	font-style: italic;
}
 .rpobtsp-ds-other
{
	font-weight: bold;
}
.rpobtsp-version
{
	font-size: 9px;
}
.gg-log-off {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border-radius: 16px;
	border: 2px solid;
	transform: scale(var(--ggs,1));
	width: 16px;
	height: 16px;
	border-top: 2px solid transparent;
	cursor: pointer;
	margin-left: 5px;
}

.gg-log-off::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	height: 8px;
	width: 2px;
	background: currentColor;
	left: 5px;
	bottom: 6px
} 
.gg-log-off:hover
{
	color: #cc3366;
}
