th
{
	text-align: left;
}
tfoot #search-pane
{
	display: none;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    padding: 5px;
}
.rpobtsp_overflow{
	overflow: auto;
}
.rpobtsp-mobile-item
{
	border-bottom: 2px solid black;
}
.rpobtsp-big-text
{
	font-size: 28px !important;
}
.rpobtsp-medium-text
{
	font-size: 22px !important;
}
.rpobtsp-display-inline
{
	display: inline;
	word-break: break-all;
}
.rpobtsp-padding-left8
{
	padding-left: 8px;
}
.rpobtsp-trip-item
{
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}
.rpobtsp-no-border
{
	border: none !important;
}
.rpobtsp-christmas-black
{
	padding: 20px;
	border: 10px solid black;
	width: 80%;
	margin: auto;
}
.rpobtsp-christmas
{
	padding: 20px;
	border: 10px solid indianred;
	width: 80%;
	margin: auto;
	word-break: break-all;
}
.rpobtsp-claimed
{
	border: 10px solid green !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-black-border
{
	border: 1px solid black !important;
}
.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-150
{
	width: 150px !important;
}
.rpobtsp-width-200
{
	width: 200px !important;
}
.rpobtsp-width-250
{
	width: 250px !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
{
  background: var(--glass);
  border-radius:10px;padding:10px 12px;border:1px solid rgba(255,255,255,0.03);
  color: #e6eef8;
}
.rpobtsp-button
{
	padding: 5px;
    border-radius: 5px;
	cursor: pointer;
	margin-left: 2px !important;
	margin-right: 2px !important;
	border: 1px solid #ccc;
	display: inline-block;
	word-break: break-word;
    white-space: initial;
}
.rpobtsp-button-small
{
	padding: 2px;
    border-radius: 2px;
	width: 20px;
}
button.dt-button
{
	appearance:none;border:0;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;
	background: linear-gradient(90deg, #c56615, #949d97);
	box-shadow:0 8px 30px rgba(34,197,94,0.14);
	color: var(--muted);
	font-size:12px;
}
button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled) {
	appearance:none;border:0;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer;
	background: linear-gradient(90deg, #c56615, #949d97);
	box-shadow:0 8px 30px rgba(34,197,94,0.14);
	color: var(--muted);
	font-size:12px;
}
.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-end
{
	background: #c0c0c0 !important;
}
.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: #dc87eb61 !important;
}
.rpobtsp-add
{
}
.rpobtsp-delete
{
}
.rpobtsp-block
{
	display: block !important;
}
.rpobtsp-center
{
	text-align: center;
}
.rpobtsp-padding
{
	padding: 3px !important;
}
.rpobtsp-right
{
	text-align: right;
}
@media (max-width:600px) 
{
	body
	{
		font-size: 18px;
		height: 100vh;
		overflow: hidden;
	}
	.rpobtsp-mobile-full-scrollable
	{
		overflow: auto !important;
	}
	.rpobtsp-mobile-scrollable {
		height:150px;
		overflow:scroll;
	}
	.rpobtsp-filter-group-main
	{
		width: 100%;
	}
	.rpobtsp-width-50
	{
		width: 100% !important;
	}
	.rpobtsp-width-100
	{
		width: 100% !important;
	}
	.rpobtsp-width-200
	{
		width: 100% !important;
	}
	.rpobtsp-width-300
	{
		width: 100% !important;
	}
	.rpobtsp-width-400
	{
		width: 100% !important;
	}
	.rpobtsp-width-500
	{
		width: 100% !important;
	}
	.rpobtsp-button
	{
		font-size: 15px !important;
	}
	.rpobtsp-input
	{
		font-size: 18px;
	}
	.rpobtsp-datetime
	{
		max-width: 250px;
		font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	}
	.rpobtsp-date
	{
		max-width: 160px;
		font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	}
	.rpobtsp-mobile
	{
		display: block !important;
	}
	.rpobtsp-desktop
	{
		display: none !important;
	}
	.rpobtsp-edit-table tr 
	{
		display: flex;
		flex-wrap: wrap;
		border: 1px solid lightgray;
		padding: 5px;
		max-width: 100vw;
	}
	.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-half
	{
		width: 100%;
	}
	.rpobtsp-third-container
	{
		width: 100%;
	}
	.rpobtsp-two-thirds-container
	{
		width: 100%;
	}
	.rpobtsp-third
	{
		width: 100%;
	}
	.rpobtsp-two-thirds
	{
		width: 100%;
	}
	.rpobtsp-two-thirds-picker
	{
		width: calc(100% - 35px);
	}
	.rpobtsp-label
	{
		display: block;
		margin: 1px;
	}
}
@media (min-width:601px) 
{
	.rpobtsp-datetime
	{
		max-width: 210px;
		font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	}
	.rpobtsp-date
	{
		max-width: 130px;
		font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
	}
	.rpobtsp-mobile
	{
		display: none !important;
	}
	.rpobtsp-desktop
	{
		display: contents !important;
	}
	.rpobtsp-grid
	{
		display: inline-grid;
		overflow: auto;
		width: 100%;
	}
	.rpobtsp-top-mobile
	{
		display: none !important;
	}
	.rpobtsp-top
	{
		margin-bottom: 4px !important;
	}
	.rpobtsp-menu
	{
		width: 180px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.rpobtsp-form
	{
	  width:98%;
	  max-width:98%;
	  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
	  border-radius:16px;
	  padding:16px;
	  box-shadow: 0 8px 30px rgba(2,6,23,0.6);
	  border: 1px solid rgba(255,255,255,0.04);
	  backdrop-filter: blur(8px) saturate(120%);
	  margin: auto;
	  height: max-content !important;
	}
	.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-container
	{
		width: 32%;
		vertical-align: top;
		display: inline-block;
	}
	.rpobtsp-third
	{
		width: 32%;
		margin: auto;
		vertical-align: top;
	}
	.rpobtsp-half
	{
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}
	.rpobtsp-two-thirds-picker
	{
		width: calc(65% - 22px);
	}
	.rpobtsp-two-thirds
	{
		width: 65%;
		vertical-align: top;
	}
	.rpobtsp-two-thirds-container
	{
		width: 68%;
		vertical-align: top;
		display: inline-block;
	}
	.rpobtsp-label
	{
		display: inline-block;
	}
}
.rpobtsp-ds-signout
{
	background-color: lightskyblue !important;
}
.rpobtsp-ds-finished
{
	background-color: darkseagreen !important;
}
.rpobtsp-ds-foreign
{
	font-style: italic;
}
.rpobtsp-picked-file
{
	font-weight: bold;
	font-size: 13px !important;
}
.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;
}
.gg-log-off-mobile {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border-radius: 16px;
	border: 2px solid;
	float: right;
	transform: scale(var(--ggs,1.5));
	width: 16px;
	height: 16px;
	border-top: 2px solid transparent;
	cursor: pointer;
	margin-left: 5px;
}

.gg-log-off-mobile::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	height: 8px;
	width: 2px;
	background: currentColor;
	left: 5px;
	bottom: 6px
} 

.gg-format-justify,
.gg-format-justify::before {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 8px 0;
}
.gg-format-justify {
  top: -16px;
  transform: scale(var(--ggs, 1.5));
  position: relative;
}
.gg-format-justify::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}
.gg-pin {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: rotate(45deg) scale(var(--ggs, 1.5));
  width: 18px;
  height: 18px;
  border-radius: 100% 100% 0 100%;
  border: 2px solid;
  margin-top: 4px;
  margin-left: 2px;
}
.gg-pin::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  top: 3px;
  left: 3px;
  border-radius: 40px;
}
.gg-globe-alt,
.gg-globe-alt::after,
.gg-globe-alt::before {
  display: inline-block;
  box-sizing: border-box;
  height: 18px;
  border: 2px solid;
}
.gg-globe-alt {
  position: relative;
  transform: scale(var(--ggs, 1.5));
  width: 18px;
  border-radius: 22px;
  margin-left: 2px;
  margin-top: 8px;
}
.gg-globe-alt::after,
.gg-globe-alt::before {
  content: "";
  position: absolute;
  width: 8px;
  border-radius: 100%;
  top: -2px;
  left: 3px;
}
.gg-globe-alt::after {
  width: 24px;
  height: 20px;
  border: 2px solid transparent;
  border-bottom: 2px solid;
  top: -11px;
  left: -5px;
}
.gg-airplane {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: scale(var(--ggs, 1));
  background:
    linear-gradient(to left, currentColor 22px, transparent 0) no-repeat
      center/16px 2px,
    radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat right
      center/2px 2px;
  margin-top: 4px;
  margin-left: 4px;
}
.gg-airplane::after,
.gg-airplane::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 8px;
  border-right: 4px solid;
}
.gg-airplane::before {
  border-top-right-radius: 2px;
  top: 0;
  transform: perspective(10px) rotateX(10deg) skewX(30deg);
  box-shadow: -4px 3px 0 -2px;
}
.gg-airplane::after {
  border-bottom-right-radius: 2px;
  bottom: 0;
  transform: perspective(10px) rotateX(-10deg) skewX(-30deg);
  box-shadow: -4px -3px 0 -2px;
}
.gg-euro {
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1.5));
  width: 14px;
  height: 14px;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 100px;
  border-right-color: transparent;
  margin-left: 8px;
}
.gg-euro::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 9px;
  height: 5px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  transform: skewX(-20deg);
  left: -4px;
  top: 3px;
}
.gg-time {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px currentColor;
  margin-left: 4px;
}
.gg-time::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  top: 1px;
  left: 5px;
}
.gg-search {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 4px;
}
.gg-search::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}
.rpobtsp-edit-th {
	font-size: 12px;
}