@charset "UTF-8";
/* reset */
a, b, blockquote, body, button, code, dd, del, div, dl, dt,
em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, img, ins, label, li,
ol, p, pre, q, small, span, strong, sub, sup, svg,
table, tbody, td, tfoot, th, thead, tr, ul, var {
	background: 0 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a, button {
	cursor: pointer;
	touch-action: manipulation;
}
button:disabled {
	cursor: not-allowed;
}
ol, ul {
	list-style: none;
}
li ol, li ul {
	padding-left: 16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
html {
	min-height: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	position: relative;
}
b, strong {
	font-weight: 700;
	opacity: .8;
}
thead, tbody, tr, td, th {
	position: static;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
::placeholder {
	color: inherit;
	opacity: .6;
}
::-moz-placeholder {
	color: inherit;
	opacity: .6;
}
:-ms-placeholder {
	color: inherit;
}
pre, code {
	font-family: monospace;
}
/* basic style */
html, body {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-kerning: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background-color: #efedea;
	color: #212121;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
a[href] {
	color: #741100;
	text-decoration: none;
}
a[href]:hover {
	color: #be2003;
}
a[href]:focus {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #424242;
	margin: 24px 0 24px 0;
}
h1 {
	font-size: 45px;
	line-height: 48px;
}
h2 {
	font-size: 34px;
	line-height: 48px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
p {
	font-size: 14px;
	line-height: 24px;
	margin: 24px 0 24px 0;
	text-rendering: auto;
}
small {
	font-size: 12px;
}
/* layout */
body {
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
#body {
	position: relative;
	min-height: 100vh;
}
#header {
	position: fixed;
	top: 0;
	max-width: 1440px;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #616161;
	font-size: 16px;
	font-weight: 500;
	color: #efedea;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
	z-index: 10;
	border-radius: 0 0 2px 2px;
}
#header a, #header button, #footer a {
	transition: background-color .3s;
	color: inherit;
}
#header a:hover, #header a:focus,  #header button:hover {
	background-color: rgba(0,0,0,.1);
}
#title {
	position: absolute;
	top: 0px; left: 60px;
	padding: 0 12px;
	font-size: 18px;
	line-height: 64px;
}
#logo {
	display: block;
	position: absolute;
	width: 60px;
	height: 64px;
}
#logo img {
	width: 32px;
	height: 32px;
	margin: 16px 12px 16px 16px;
}
#nav {
	position: absolute;
	top: 0; right: 8px;
	height: 64px;
	text-align: right;
}
#nav a {
	display: inline-block;
	line-height: 64px;
}
#nav .icon {
	padding: 20px 8px;
	width: 40px;
	height: 64px;
}
#status {
	display: inline-block;
	vertical-align: top;
}
#header .dark {
	fill: #efedea !important;
}
#main {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 64px 0 0 0;
}
#main.padfooter {
	padding: 64px 0 64px 0;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	background-color: #424242;
	color: #efedea;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
	border-radius: 2px 2px 0 0;
}
.snacks div {
	display: table;
	position: relative;
	min-width: 344px;
	max-width: 800px;
	min-height: 48px;
	margin-top: 16px;
	margin-left: auto;
	padding: 16px;
	color: #efedea;
	background-color: #616161;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
		0 1px 5px 0 rgba(0, 0, 0, .12),
		0 3px 1px -2px rgba(0, 0, 0, .2);
}
.nosel {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}
.cont, .row {
	width: 100%;
	max-width: 1160px;
}
.cont {
	margin: 16px auto;
	padding: 0 16px;
}
#main > .cont:last-child {
	margin-bottom: 0;
}
.cont:after, .row:after {
	content: '';
	display:block;
	clear: both;
}
.cont img {
	max-width: 100%
}
.col1, .col2, .col3, .col4, .col5, .col6  {
	float: left;
	width: 100%;
}

fieldset {
	display: block;
	margin: 8px 0;
}
fieldset fieldset {
	margin: 0;
	overflow-x: initial;
	border-left: 4px solid #ccc;
}
fieldset fieldset fieldset {
	border-left: 4px solid #ddd;
}
fieldset label[for] {
	display: inline-block;
	width: 160px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 4px;
	margin-right: 16px;
	vertical-align: top;
}
fieldset fieldset label[for] {
	margin-left: 36px;
	width: 120px;
}
fieldset fieldset fieldset label[for] {
	margin-left: 52px;
	width: 100px;
}

label[title] {
	cursor: help;
}
label[title]::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23757575'><path d='M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z' /></svg>")
}
@media(min-width:516px) {
fieldset label {
	margin-top: 0;
	height: 56px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}
}
div.wrap {
	display: inline-block;
	vertical-align: top;
}
td.wrap {
	vertical-align: top;
	position: relative;
	display: table-cell;
}
.wrap input, .wrap select, .wrap textarea {
	display: block;
}
.wrap .picker {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 32px;
}
.info {
	color: #444444;
	font-size: 12px;
}
.error {
	color: #b71c1c;
	font-size: 12px;
}
table.view {
	margin: 0 -12px;
	background-color: white;
	box-shadow: 0 0 5px #e5e5e5;
}
.view td, .view th {
	padding: 12px;
	min-width: 144px;
	text-align: left;
}
.view thead tr {
	border: 1px solid #e5e5e5;
}
.view td {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.view th {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	background-color: #fafafa;
}
.view tbody tr {
	transition: background-color .25s ease;
}
.view tbody tr:hover {
	background-color: #f2f2f2;
}
.modal {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0; top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,.7);
}
#modal {
	padding: 16px 32px;
	top: 36px;
	width: 98vw;
	max-width: 800px;
	max-height: 91vh;
	overflow-y: auto;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
		0 1px 5px 0 rgba(0, 0, 0, .12),
		0 3px 1px -2px rgba(0, 0, 0, .2);
}
#modal textarea {
	width: calc(98vw - 64px);
	max-width: calc(800px - 64px);
}
.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: bottom;
}
.icon.small {
	width: 20px;
	height: 20px;
}
.icon.smaller {
	width: 16px;
	height: 16px;
}
.icon {
	fill: #efedea !important;
}
.dark {
	fill: #757575 !important;
}
.btn, .flat {
	border: none;
	border-radius: 2px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
	transition: all .25s;
	-webkit-tap-highlight-color: transparent;
}
.flat {
	vertical-align: middle;
}
.btn {
	line-height: 36px;
	min-width: 64px;
	padding: 0 16px;
	margin: 6px 0 6px 0;
	color: #efedea;
	vertical-align: baseline;
	background-color: #616161;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
	-webkit-tap-highlight-color: transparent;
	text-transform: uppercase;
}
.btn[href] {
	color: #efedea;
}
.btn:focus {
	border-bottom: 1px solid  #ff6f00;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),
		0 1px 10px 0 rgba(0, 0, 0, .12),
		0 2px 4px -1px rgba(0, 0, 0, .2);
}
.btn:hover, .btn[href]:hover {
	color: #efedea;
	background-color: #757575;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),
		0 1px 10px 0 rgba(0, 0, 0, .12),
		0 2px 4px -1px rgba(0, 0, 0, .2);
}
.btn:disabled {
	background-color: #929292;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14);
}

.btn .icon, .flat .icon {
	vertical-align: bottom;
	margin: 6px;
}
.p1, .p2, .paper {
	background-color: #fefefe;
	border: thin solid #c0c0c0;
}
.p1, .p2 {
	margin: 0 16px 8px 0;
	padding: 12px 16px;
}
hr, .p1 header, .p2 header {
	padding-bottom: 12px;
	border: none;
	border-bottom: thin solid #c8c8c8;
	margin-top: -4px;
	margin-bottom: 12px;
}
.p1 header > .icon, .p2 header > .icon {
	margin-left: -4px;
}
.p1 {
	min-height: 76px;
}
.p2 {
	min-height: 120px;
}
.p1 .link, .p2 .link {
	position: absolute;
	bottom: 10px;
	right: 8px;
}
h4 + .p1, h4 + .p2 {
	margin-top: -12px;
}
.subform {
	background-color: #fefefe;
	margin: 0 -16px;
	padding: 16px;
	margin-bottom: 16px;
	border: thin solid #c0c0c0;
	max-width: 100vw;
	overflow-x: auto;
}
.subform > h4 {
	margin-top: 8px;
}
.subform table {
	box-shadow: none;
	background-color: white;
}
.subform tr {
	min-height: 36px;
	position: relative;
}
.subform td, .subform th {
	padding-right: 8px;
	max-width: 320px;
	vertical-align: top;
}
.subform fieldset {
	margin: 0px;
}
.subform fieldset[data-is=widg-time] input,
.embed-list input[inputmode=decimal],
.embed-list input[inputmode=numeric] {
	width: 160px;
}
.embed-list td[data-is=widg-uuid] input {
	width: 240px;
}
.subform input[inputmode=numeric], .noform input[inputmode=numeric],
.subform input[inputmode=decimal], .noform input[inputmode=decimal],
.subform fieldset[data-is=widg-enum] select {
	width: 72px;
}
.subform input[type=checkbox] + .box {
	width: 18px;
	height: 18px;
}
.flat {
	color: #741100;
	line-height: 32px;
	background-color: unset;
}
.flat {
	padding: 0 8px;
	box-shadow: 0 1px 1px rgba(0,0,0,.06);
}
.flat:hover {
	color: #be2003;
	background-color: #eeeeee;
	box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.18);
}
.flat:focus {
	color: #be2003;
	background-color: inherit;
	box-shadow: 0 1px 2px rgba(0,0,0,.36), 0 1px 2px rgba(0,0,0,.48);
}
.flat:disabled {
	background: none;
	box-shadow: none;
}
input[type=checkbox] {
	position: absolute;
	left: -999px;
	opacity: 0;
}
input[type=checkbox] + .box {
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
input[type=checkbox] + .box:before {
	content: '';
	position: absolute;
	top: 5px; right: 0px;
	z-index: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	transition: .2s;
}
input[type=checkbox]:checked + .box:before {
	top: 2px; right: 8px;
	width: 12px;
	height: 18px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #26a69a;
	border-bottom: 2px solid #26a69a;
	transform: rotate(40deg);
	backface-visibility: hidden;
	transform-origin: 100% 100%;
}
input.text,
select {
	width: 304px;
	max-width: calc(100vw - 64px);
}
input.short,
select.short {
	width: 160px;
}
input.shorter,
select.shorter {
	width: 100px;
}
input.action {
	width: 240px;
}
input.text,
select,
textarea {
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	border-radius: 2px;
	box-shadow: none;
	border-bottom: 1px solid  #a0a0a0;
	transition: border .3s;
	line-height: 32px;
}
input.text:disabled,
select:disabled {
	color: #424242;
	border-bottom: 1px dashed  #a0a0a0;
}
textarea {
	line-height: 24px;
	margin-top: 6px;
}
select {
	height: 35px;
	vertical-align: baseline;
}
textarea {
	max-width: calc(100vw - 64px);
	font-family: mono;
	font-size: inherit;
}
input.text:invalid,
select:invalid,
textarea:invalid {
	border-bottom: 1px solid  #d50000;
}
input.text:focus,
select:focus,
textarea:focus {
	background-color: white;
	border-bottom: 1px solid  #ff6f00;
}
.drop {
	position: relative;
	display: inline-block;
}
.dropdown {
	display: none;
	opacity: 0;
	position: absolute;
	top: 56px; right: 4px;
	color: #424242;
	background-color: #f2f2f2;
	min-width: 112px;
	width: auto;
	max-height: 80vh;
	overflow-y: auto;
	padding: 4px 0;
	line-height: 48px;
	text-align: left;
	border: #424242;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),
		0 1px 10px 0 rgba(0, 0, 0, .12),
		0 2px 4px -1px rgba(0, 0, 0, .2);
	z-index: 20;
}
.dropdown li {
	font-size: 16px;
	display: block;
}
.dropdown li a, .dropdown li button {
	display: inline-block;
	width: 100%;
	transition: background-color .3s;
	padding: 0 16px;
}
.dropdown a:hover {
	background-color: rgba(0,0,0,.1);
}
.drop:hover .dropdown {
	display: inline-block;
	opacity: 1;
}
#status {
	display: inline-block;
}
button + button {
	margin-left: 8px;
}
.loader, .loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(190,32,3, 0.2);
  border-right: 8px solid rgba(190,32,3, 0.2);
  border-bottom: 8px solid rgba(190,32,3, 0.2);
  border-left: 8px solid #be2003;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#title {display: none;}
@media only screen and (min-width:320px) {
.col1 {width: 50.0%;}
}
@media only screen and (min-width:470px) {
.col1 {width: 33.3%;}
.col2 {width: 66.6%;}
}
@media only screen and (min-width:620px) {
.col1 {width: 25.0%;}
.col2 {width: 50.0%;}
.col3 {width: 75.0%;}
#modal {
	border-radius: 2px;
}
.drop .icon {
	display: none;
}
#nav .dropdown {
	position: relative;
	top: 0; right: 0;
	color: inherit;
	display: inline-block;
	opacity: 1;
	line-height: 64px;
	padding: 0;
	background: none;
	box-shadow: none;
}
#nav li {display: inline-block;}
}
@media only screen and (min-width:770px) {
.col1 {width: 20.0%;}
.col2 {width: 40.0%;}
.col3 {width: 60.0%;}
.col4 {width: 80.0%;}
#title {display: block;}
}
@media only screen and (min-width:920px) {
.col1 {width: 16.6%;}
.col2 {width: 33.3%;}
.col3 {width: 50.0%;}
.col4 {width: 66.6%;}
.col5 {width: 83.3%;}
.cont {padding: 0 32px;}
}

