@media only screen and (max-width : 799px) {

}
@media only screen and (min-width : 800px) {

}

/* sobrepor desktop */
.desktopOver {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999999;
}
.desktopOver > fieldset {
	background: #EEE;
	border-radius: 3px;
	margin: 0 2%;
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.4);
	padding: 0 0.5em;
}
/* .desktopOver > fieldset > .actions {
	position: absolute;
	top: 0;
	right: 0;
} */
.desktopOver > fieldset > .actions > img {
	margin-right: 0.7em;
	cursor: pointer;
	width: 1.7em;
}

.tip, .view, table, label, legend, #pager, span.range, .card, #menuBar, .scrollButton, .textbox {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tip {
	position: absolute;
	display: block;
	border-radius: 5px 5px 0 5px;
	padding: 1px 4px;
	font-size: 0.7em;
	right: 5px;
	font-style: normal;
	margin-top: -3px;
}

.field input::selection,.field textarea::selection { background: rgba(200,200,200,0.5); }
.field input::-moz-selection,.field textarea::-moz-selection { background: rgba(200,200,200,0.5); }

.field input,.field select,.field textarea, table td > input, .field .view {
	position: relative;
	font-size: 1em;
	height: 1.6em;
	font-family: 'Nunito', sans-serif;
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 1px 1px 0 1px;
	margin-top: 0.82em;
	border-radius: 3px;
	float: left;
	font-weight: lighter;
	color: var(--c2);
	border-color: var(--cl27);
	background-color: var(--cl27-01);
}

.field textarea {
	resize: none;
	height: 1.6em;
	overflow: hidden;
}

.field .view {
	cursor: context-menu;
	border-color: var(--cl01);
	background-color: rgba(255,255,255,0.8);
	height: auto;
	min-height: 1.6em;
}
.field select {
	-moz-appearance: none;
	padding-right: 4px;
	width: 100%;
}
req {
	font-weight: bold;
	font-size: .8em;
}
.field input, .field textarea, table input, .view { width: 100%; }

.field .field80:focus {
	background: var(--c5);
	border-color: var(--c5);
}

.field .fieldFull:focus {
	background: var(--c6);
	border-color: var(--c6);
}

.field:has(input[list])::after {
	content: "\1F50D";
	position: absolute;
	bottom: 0.01em;
	left: 0.5em;
	transform: translateY(-50%);
	font-size: 0.8em;
	pointer-events: none;
	color: rgba(51, 51, 51, 0.7);
	transition: left 0.7s ease;
}
.field:has(input[list]:focus)::after, .field:has(input[list]:not(:placeholder-shown))::after {
	left: calc(100% - 2em);
}
.field input[list]::placeholder {
	padding-left: 1.5em;
	transition: 0.7s ease;
}
.field input[list]:focus::placeholder {
	color: rgba(238, 238, 238, 0.4);
	padding-left: 0.2em;
}

input[list]::-webkit-calendar-picker-indicator,
input[list]::-webkit-inner-spin-button,
input[list]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
input[list]::-moz-spin-down { display: none; }

fieldset {
	border-color: var(--c7);
	position: relative;
	/* display: inline-block; */
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* margin: 20px 0 0 0; */
	padding-top: 1em;
	width: 100%;
	border-top-width: 2px;
	border-style: solid;
	overflow-y: auto;
	/* box-shadow: 2px 2px 2px 2px rgba(100,100,100,0.3); */
	/* border-radius: 5px; */
	/* background-color: #FAFAFA; */

/* Veio do .border */
	border-width: 1px;
	padding: 0.1em 0.2em;
	border-radius: 5px;
	margin: 0.2em 0.2em 0 0.2em;
	background-color: #FFF;
}

fieldset fieldset {
	border: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid var(--c7);
	border-radius: 0;
}

fieldset fieldset > legend > span {
	background-color: var(--cl02);
	color: #333;
	border: 1px solid var(--c7);
	font-size: .9em;
}

fieldset:not(:first-of-type) { margin-top: 1em; }

fieldset.border {}

.guide {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 15px 0 15px;
	border-radius: 20px;
	cursor: pointer;
}

.guide > img {
	position: relative;
	float: left;
	height: 1em;
	width: auto;
	margin: -2px 5px 0 0;
}

.guideWindow {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	position: absolute;
	top: 2%;
	left: 2%;
	right: 2%;
	bottom: 2%;
	border-radius: 5px;
	z-index: 1000;
	border-width: 1px;
	border-style: solid;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.guideWindow h2 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.guideWindow > span {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 1.3em;
	max-height: 1.3em;
	font-size: 2.5em;
}

.guideWindow > span > img {
	height: 0.8em;
	width: auto;
	margin: -0.1em 5px 0 0;
}

.guideWindow > div {
	position: relative;
	width: 100%;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

legend { padding-top: 5px; }
legend > span {
	border-radius: 20px;
	position: relative;
	padding: 2px 15px 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
}
.field {
	position: relative;
	/* display: flex; */
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
	/* display: inline-block; */
	font-weight: bold;
	padding: 5px;
	min-height: 2.7em;
	overflow: hidden;
}
.field label {
	color: var(--c21);
	position: absolute;
	display: block;
	left: 0.5em;
	top: 1.25em;
	cursor: text;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	transition: 0.3s;
}
.field label.title {
	top: 0;
	font-size: 0.8em;
	cursor: default;
	transition: 0.3s;
}
.field .require {
	border-color: var(--c12) !important;
	background-color: var(--cl26) !important;
}
.field span.suffix {
	display: contents;
}

div.image {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #333;
	border-radius: 5px;
	margin: 1em 0;
}
div.image > img { border-radius: 5px; }

textarea.justification {
	width: 20em;
	height: 4em;
	border-radius: 5px;
}

/* Listagem */
#pager {
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0;
	font-size: 0.8em;
	z-index: 1;
	border: 1px solid var(--cl10);
	border-style: solid;
	border-radius: 3px;
	padding: 2px;
	background: var(--cl09);
}
#pager span {
	position: relative;
	display: flex;
	align-items: center;
	height: 1.7em;
	border-radius: 3px;
	float: left;
	font-weight: bold;
}
#pager span:nth-child(2) {
	color: var(--cl10);
	padding: 0 10px;
}
#pager span:first-child:after, #pager span:last-child:after {
	content: '➜';
	margin: 0 5px;
	font-size: 1.2em;
	color: var(--cl02);
}
#pager span:first-child {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
#pager span:first-child, #pager span:last-child {
	cursor: pointer;
	background: var(--cl10);
}

table.list {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
 	border-collapse: separate;
	border-spacing: 1px;
	border-radius: 7px;
}

table.list tr {
	display: table-row;
	width: 100%;
}
table.list tr.details > td {
	border: 2px solid #333;
	border-radius: 5px;
    white-space: normal;
    font-size: 0.9em;
	background-color: var(--cl02);
	cursor: default;
	box-shadow: 1px 1px rgba(0,0,0,0.5);
}
table.list th,table.list td {
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding: 2px 3px;
	font-size: 1em;
}
table.list td { cursor: pointer; }
table.list tbody td.access, table.list tbody td.form {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
table.list tbody td.form {
	font-size: 0.5em;
}
table.list th {
	color: var(--cl02);
	background: var(--cl10);
}
table.list thead {
	width: 100%;
	display: table-header-group;
	font-weight: bold;
}
table.list tbody, table.list tfoot {
	display: table-row-group;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
}
table.list tbody td.access > img {
	width: 1.2em;
	height: 1.2em;
	margin: 0 0.3em;
}
table.list tfoot.form {
	background: #519657;
	border-radius: 3px;
}
table.list tfoot input {
	margin: 0;
	border: 0;
	color: #333;
	background: #DDD;
}
table.list tfoot td {
	width: 100%;
	cursor: default;
	border: 0;
	text-align: right;
}
table.list tfoot td img {
	display: inline-block;
	width: 1.5em;
	cursor: pointer;
	float: right;
}

table.list tbody tr:not(.details):nth-child(even) td { background: var(--cl09); }
table.list tbody tr:not(.details):nth-child(odd) td { background: var(--cl08); }
table.list tbody tr:hover:not(.details) td {
	background: var(--cl10);
	color: var(--cl02);
	/* transition: 0.3s; */
}

table.list tbody tr[sel="true"] td { color: var(--cl02); }
table.list tbody tr[sel="true"]:nth-child(even) td { background: var(--cl11); }
table.list tbody tr[sel="true"]:nth-child(odd) td { background: var(--cl12); }
table.list tbody tr[sel="true"]:hover td { background: var(--cl13); }

table.list input[type='checkbox'] {
	padding: 0;
	margin: 0;
	width: 1em;
	margin-left: calc(50% - 0.5em);
}

img.listIcon {
	height: 1.3em;
	float: left;
	margin-right: 0.2em;
}

div.listForm {
	position: absolute;
	display: inline-block;
	padding: 0.3em;
	background-color: var(--cl02);
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
}
div.listForm > span {
	display: block;
	white-space: nowrap;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 4px;
}
div.listForm > span:hover {
	background-color: var(--cl25);
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
}
div.subForm {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	position: absolute;
	top: 2.8em;
	left: 2.8em;
	right: 2.8em;
	bottom: 2.8em;
	padding: 1em;
	background-color: var(--cl06);
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
	border: 1px solid var(--cl04);
	z-index: 4;
	overflow-y: auto;
}
div.subForm > span.close {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0 0 5px;
	background-color: var(--cl04);
	padding: 0.2em 0.4em;
	cursor: pointer;
	color: var(--cl02);
	font-weight: bold;
}
div.subForm > span.close:before { content: "X"; }

#srcList {
	position: fixed;
	display: block;
	z-index: 10;
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
	background: var(--cl01);
}
#srcList span {
	position: relative;
	display: block;
	background: rgba(238,238,238,.70);
	margin: 2px;
	padding: 2px 4px;
	cursor: pointer;
	border-radius: 3px;
}
#srcList span:hover { background: rgba(238,238,238,.85); }
#srcList input {
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 2px 4px;
	background: var(--cl01);
	color: var(--cl02);
}
#list_show {
	font-size: 1em;
	position: fixed;
	display: block;
	border-radius: 3px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	padding: 2px;
	margin: 10px;
}
td.editable { cursor: cell; }

tbody td > select {
	width: 100%;
	font-size: 1em;
	background-color: rgba(0,0,0,0);
}
tbody input.button {
	height: 1.2em;
	width: 1.2em;
	margin: 0;
	background: none;
	border: 0;
}
tbody input.down { transform: rotate(180deg); }

#table_edit {
	position: relative;
	display: block;
	height: 100%;
	border-width: 0;
	margin-top: 0;
	color: #EEE;
}

/*
Action Bar
*/
.actionBar {
	position: relative;
	display: flex;
	justify-content: right;
	/* display: block; */
	width: 100%;
	/* text-align: right; */
	padding: 4px 8px;
	border-bottom-width: 1px;
	border-style: solid;
	background: var(--c10);
	border-color: var(--c3);
}
fieldset .actionBar {
	margin-top: -0.3em;
	background-color: transparent;
	font-size: 0.8em;
}
.actionBar input {
	border-color: var(--c17);
	position: relative;
	display: inline-block;
	width: auto;
	float: right;
	top: 0;
	border-width: 1px;
	border-style: solid;
	padding: 3px 6px;
	margin: 3px;
	border-radius: 5px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.actionBar input, .actionBar img {
	cursor: pointer;
}
.actionBar input:disabled {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor: not-allowed;
}
.actionBar input[value*='filtrar'] {
	background: #eba110;
	border-color: #bf840f;
}
.actionBar input[value='incluir'] {
	background: #2E7D32;
	border-color: #519657;
}
.actionBar input[value*='excluir'], .actionBar input[value*='inativar'], .actionBar input[value*='cancelar'] {
	background: #E53935;
	border-color: #BF360C;
}
.actionBar input[value*='modificar'], .actionBar input[value*='registrar'], .actionBar input[value*='atualizar'], .actionBar input[value*='concluir'] {
	background: #1976D2;
	border-color: #1565C0;
}

/*
Tabs
*/
div.scrollButton {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	overflow: hidden;
}
span.scrollButton {
	position: relative;
	display: none;
	max-width: 2em;
	height: 100%;
	background: var(--cl06);
	border: 1px solid var(--cl03);
	color: var(--cl04);
	cursor: pointer;
	z-index: 4;
	padding: 0 2px;
	border-radius: 3px;
}
span.scrollButton:hover { background: var(--cl02); }
div.scrollButton ul {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	font-size: 1em;
	overflow: hidden;
	scroll-behavior: smooth;
}
div.scrollButton ul > div {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 2;
	background: var(--cl05);
}
span.scrollButton:first-of-type {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

div.scrollButton > ul > li {
	flex-grow: 0;
	flex-shrink: 0;
	white-space: nowrap;
	border-color: var(--cl05);
	color: var(--cl04);
	background: var(--cl03);
}
div.scrollButton > ul > li:hover { background: var(--cl06); }
div.scrollButton > ul > li.initial {
	position: relative;
	display: inline-block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-radius: 4px 4px 0 0;
	padding: 0 6px;
	cursor: pointer;
	float: left;
	list-style: none;
	z-index: 1;
}
div.scrollButton > ul > li:first-of-type { margin-left: 5px; }
div.scrollButton > ul:after {
	content:' ';
	padding-left: 5px;
}
div.scrollButton > ul > li.selected {
	z-index: 3;
	margin-top: 1px;
	background: var(--cl02);
	cursor: default;
}
tab {
	display: none;
/* testes 2023-11-10 */
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;

	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	top: 1.9em;
	bottom: 0;
	left: 0.3%;
	right: 0.3%;
}

/* upload */
.area-upload{
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.area-upload label.label-upload{
	border: 2px dashed #0d8acd;
	border-radius: 5px;
	min-height: 3em;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #0d8acd;
	position: relative;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.area-upload label.label-upload.highlight{ background-color: #aafdff; }
.area-upload label.label-upload *{ pointer-events: none; }

.area-upload input{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

.area-upload .lista-uploads .barra {
	display: inline-block;
	background-color: #444;
	margin: 10px 1%;
	width: 18%;
	position: relative;
	border-radius: 5px;
}

.area-upload .lista-uploads .barra .fill{
	background-color: #62757f;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 0;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

.area-upload .lista-uploads .barra.complete .fill {
	background-color: rgb(70, 119, 40);
	border: 1px solid #333;
}

.area-upload .lista-uploads .barra .text{
	z-index: 10;
	text-align: center;
	padding: 3px 5px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	color: #EEE;
	font-size: 12px;
}
.area-upload .lista-uploads .barra .text img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 9em;
	width: auto;
	border-radius: 3px;
}
.area-upload .lista-uploads .barra.error .fill{
	background-color: #c02929;
	color: white;
	min-width: 100%;
}

.area-upload .lista-uploads .barra.error .text{
	color: white;
}


/* Range */
span.range {
	/* width: 10%; */
	float: left;
	margin-top: 1em;
	text-align: right;
	padding-right: 3px;
}

input[type='range'] {
  -webkit-appearance: none;
  width: 90%;
  float: right;
  background: transparent;
  border: 0;
}
input[type='range']:focus { background: transparent; }
input[type='range']::-webkit-slider-runnable-track {
  width: 90%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 3px;
}
input[type='range']::-webkit-slider-thumb {
  height: 1em;
  width: 1em;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.5em;
  border: 0;
}

input[type='range']:focus::-webkit-slider-runnable-track { background: #90A4AE; }
input[type='range']::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 3px;
}

input[type='range']::-moz-range-thumb {
  height: 1em;
  width: 1em;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 2px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: var(--c7);
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: var(--c7);
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  margin-top: 1px;
  height: 1em;
  width: 1em;
  border-radius: 7px;
  background: var(--c7);
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower { background: #ac51b5; }
input[type=range]:focus::-ms-fill-upper { background: #ac51b5; }

/* Grid */
div.card {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-grow: 0;
}

div.card > span {
	border-radius: 3px;
	border: 1px solid #666;
	display: flex;
	align-items: center;
	flex-direction: column;
	float: left;
	margin: 3px;
	padding: 3px;
	background: #FFF;
}

div.cardS1 > span { width: 12em; }
div.cardS2 > span { width: 10em; }
div.cardS3 > span { width: 8em; }
div.cardS4 > span { width: 6em; }

div.card > span > div {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 0.5em;
	border-radius: 3px;
}

div.card > span > div > img {
	position: relative;
	width: 100%;
	height: auto;
}
div.card > span > div > img.zoom { cursor: zoom-in; }

div.card > span > h3, div.card > span > p {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	margin-top: 0.5em;
}

div.card > span > h3 {
	font-weight: bold;
	font-size: 1em;
	color: #EEE;
	background: #62757f;
	padding: 1px 2px;
	height: 1.5em;
	line-height: 1.5em;
}

div.card > span > p {
	font-size: 0.8em;
	color: #555;
	background: #EEE;
	padding: 1px 2px;
}

div.card .trash {
	position: absolute;
	display: block;
	width: 1.2em;
	height: auto;
	right: 2px;
	top: 2px;
	cursor: pointer;
}

/* Geral */
.textEditable { cursor: text; }

#fileview {
	position: fixed;
	display: block;
	background: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2.5em 1em 1em 1em;
	z-index: 999999;
}
#fileview > span:nth-child(1) {
	position: absolute;
	left: 1em;
	right: 3em;
	top: 0.5em;
	height: 1.3em;
	background: #EEE;
	border-radius: 10px;
	padding: 0.2em 0.5em 0 0.5em;
	color: #333;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
}
#fileview > span:nth-child(2) {
	position: absolute;
	right: 1em;
	top: 0.5em;
	width: 1.5em;
	height: 1.5em;
	background: #EEE;
	border-radius: 50%;
	padding: 0.2em;
	cursor: pointer;
}
#fileview > span:nth-child(2) > img {
	width: 100%;
	height: auto;
}
#fileview > iframe {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 10px;
}

.imgZoom { border-radius: 10px; }

.desktop ul > li.disable { display: none; }
.disable { display: none !important; }

/* timeline */
table.timeline {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
table.timeline tr {
	display: table-row;
	width: 100%;
	border-spacing: 0;
}
table.timeline tr td:nth-child(1) {
	width: 10em;
	text-align: right;
	padding: 1em 0;
}
table.timeline tr td:nth-child(2) {
	width: 3em;
}
table.timeline tr td:nth-child(3) {
	width: 100%;
	padding: 1em 0.5em;
}
table.timeline td {
	display: table-cell;
	position: relative;
	overflow: hidden;
	/* padding: 2px 3px; */
	font-size: 0.8em;
	border-spacing: 0;
}
table.timeline tr td:nth-child(1) span {
	display: block;
	/* background: var(--cl10); */
	color: var(--cl04);
	font-weight: bold;
}
table.timeline tr td:nth-child(2)::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	content: ' ';
	width: 1px;
	height: 100%;
	background: var(--cl10);
	display: block;
}
table.timeline tr td:nth-child(2) span {
	display: block;
	background: var(--cl10);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	margin: 0 auto;
}
table.timeline tr td:nth-child(3) div {
	width: 100%;
	overflow: hidden;
	text-align: left;
	border-radius: 5px;
	background: var(--cl06);
}
table.timeline tr td:nth-child(3) h1 {
	display: block;
	font-size: 1.4em;
	background: var(--cl05);
	color: var(--cl04);
	font-weight: bold;
	padding: 2px 4px;
}
table.timeline tr td:nth-child(3) p {
	padding: 2px 4px;
}
table.timeline tbody, tfoot {
	display: table-row-group;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
}
.textbox {
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	color: var(--cl02);
	padding: 0.3em;
	font-weight: bold;
}
.textbox:not(:first-child) {
	margin-top: 20px;
}
.textbox[type="0"] {
	border-color:  rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	font-weight: bold;
}
.textbox[type="1"] {
	border-color:  var(--cl19);
	background: var(--cl18);
}
.textbox[type="2"] {
	background: var(--cl20);
	border-color: var(--cl21);
}
.textbox[type="3"] {
	color: var(--cl04);
	background: var(--cl22);
	border-color: var(--cl23);
}
