html {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  height: 100%;
  direction: ltr;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

body.admin {
  color: #444;
  text-align: left;
  background-color: #fff;
  background: -webkit-linear-gradient(90deg, #fff 250px, #f5f5f5 250px);
  background: -o-linear-gradient(90deg, #fff 250px, #f5f5f5 250px);
  background: -moz-linear-gradient(90deg, #fff 250px, #f5f5f5 250px);
  background: linear-gradient(90deg, #fff 250px, #f5f5f5 250px);
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 1000"><path d="M507,20,79,973,706,772,928,971ZM303,773,507,318,656,660Z" fill="hsl(0, 0%, 99%)"/></svg>') -400px calc(100vh - 747px) / 700px no-repeat fixed, linear-gradient(90deg, #fff 250px, #f5f5f5 250px);
  
  

  
}

body.solid-background {
	background: #f5f5f5;
}

hr {
	padding: 0;
    margin: 0;
    height: 1px;
    border: 0;
    background-color: #ddd;
}

h1,h2,h3,h4	{
	font-weight: bold;
	/*font-size: 18px;*/
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000;
}

*, *::before, *::after {
    box-sizing: border-box;
}

header {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 65px;
}

footer {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    color: #444;
    height: 67px;
}

footer {
	clear: both;
	line-height: 28px;
}

nav {
	float: left;
	width: 250px;
    min-height: calc(100vh - 65px - 67px);
    border-right: 1px solid #ddd;
}

section.admin {
    margin-left: 249px;
    border-left: 1px solid #ddd;
    padding-bottom: 10px;
}

section.main {
	padding-top: 10px;
	padding-bottom: 10px;
	display:flow-root;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #444;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

small {
	color: #888;
}

table {
    border-collapse: collapse;
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

th {
    color: #000;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
}

tr:hover > td {
    background-color: #f5f5f5;
}

tr.empty:hover > td {
	background-color: #fff;
}

tr:first-child th {
  border-top: 0;
}
tr:last-child td {
  border-bottom: 0;
}
tr td:first-child,
tr th:first-child {
  border-left: 0;
  text-align: center;
}
tr td:last-child,
tr th:last-child {
  border-right: 0;
  text-align: center;
}

table.half tr td:first-child,
table.half tr th:first-child
{
	width: 50%;
	text-align: right;
}

table.half tr td:last-child,
table.half tr th:last-child
{
	width: 50%;
	text-align: left;
}

table.quarter tr td:first-child,
table.quarter tr th:first-child
{
	width: 25%;
	text-align: right;
}

table.quarter tr td:last-child,
table.quarter tr th:last-child
{
	width: 75%;
	text-align: left;
}

table.thirty tr td:first-child,
table.thirty tr th:first-child
{
	width: 30%;
	text-align: right;
}

table.thirty tr td:last-child,
table.thirty tr th:last-child
{
	width: 70%;
	text-align: left;
}

table.forty tr td:first-child,
table.forty tr th:first-child
{
	width: 40%;
	text-align: right;
}

table.forty tr td:last-child,
table.forty tr th:last-child
{
	width: 60%;
	text-align: left;
}

table.headless tr:first-child td {
  border-top: 0;
}

nav ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left; 
    color: #888;
}

nav ul li {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

nav ul li:first-child, nav ul li.highlight {
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
    background: #f5f5f5;
}

nav ul li:first-child:has(a), nav ul li.highlight:has(a)
{
	padding: 0px;
}

nav ul li:first-child > a, nav ul li.highlight > a
{
	border-right: 5px solid #f5f5f5;
}

nav ul li:not(:first-child):hover, nav ul li.selected {
	background-color: #f5f5f5;
}

nav ul li a {
	display: block;
	text-decoration:none;
	padding: 7px;
	padding-left: 15px;
	color: #444;
}

nav ul li a:hover, nav ul li a:active, nav ul li a.active, nav ul li.selected a {
	text-decoration:none;
	color: #000;
	border-right: 5px solid #000;
}


fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

button,
input,
optgroup,
select,
textarea {
	outline: 0;
	border-radius: 0px;
	color: #000;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
}

input:read-only, input:disabled 
{
	background-color: #f5f5f5;
}

input:focus
{
	/*border: 1px solid #888;*/
}

input[type=text], 
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
input[type=tel],
textarea,
select:not([multiple])
{
	width: 250px;
	height: 32px;
	padding: 8px 8px;
}

select:is([multiple])
{
	width: 250px;
	padding: 8px 8px;
}

textarea
{
	line-height: 14px;
}

button, .btn, input[type=button], input[type=submit], input[type=reset], input[type=file] {
	outline: 0;
	height: 32px;
	border: 1px solid #000;
	border-radius: 0px;
	display: inline-block;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	padding: 6px 10px;
	min-width: 20px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}

.btn-secondary, .btn-header, input[type=reset], input[type=file], input.btn-secondary {
  color: #000;
  background-color: #fff;
}

.btn, .btn-secondary, .btn-header
{
	line-height: 1.5;
}

.btn-header
{
	border: 1px solid #FFF;
}

.btn-sociallogin
{
	height: 34px;
}
.btn-sociallogin svg
{
	float:left;
}
.btn-sociallogin span
{
	float: left;
    font-size: 16px;
    line-height: 1;
    padding-top: 3px;
    padding-left: 5px;
}

.btn:hover, .btn:focus,
button:hover, button:focus,
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover, input[type=button]:focus,
input[type=reset]:hover, input[type=reset]:focus,
input[type=file]:hover, input[type=file]:focus
{
  text-decoration: none;
  color: #fff !important;
  background-color: #444;
  border-color: #444;
}


.btn:disabled,
button:disabled, 
input[type=submit]:disabled, 
input[type=button]:disabled, 
input[type=reset]:disabled,
input[type=file]:disabled
{
  text-decoration: none;
  color: #fff;
  background-color: #888;
  border-color: #888;
  cursor: default;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #444;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:disabled + label:before
{
	background-color: #f5f5f5;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:checked:disabled + label:after
{
	background-color: #888;
}
[type="radio"]:not(:checked):disabled + label:after
{
	background-color: #f5f5f5;
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #444;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #fff;
}
[type="checkbox"]:disabled + label:before
{
	background-color: #f5f5f5;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"]:checked:disabled + label:after
{
	background-color: #888;
}
[type="checkbox"]:not(:checked):disabled + label:after
{
	background-color: #f5f5f5;
}

::placeholder
{
	color: #888;
}

.loginbox {
	font-size: 12px;
}

.marginless {
	margin: 0 !important; 
}

.paddingless {
	padding: 0 !important;
}

.block {
	display: block;
	margin: 20px;
}

/*.googlebox
{
    -webkit-box-shadow: 0 0 0 1px #dadce0;
    box-shadow: 0 0 0 1px #dadce0;
    background-color: #fff;
    padding-bottom: 14px;
    -webkit-transition: border 280ms cubic-bezier(.4,0,.2,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    transition: border 280ms cubic-bezier(.4,0,.2,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}

.gooblebox:focus-within
{
	-webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    border-color: transparent;
    outline: none;
}*/

.boxShadow
{
	-webkit-box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    border-color: transparent;
    outline: none;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
  border-top: 3px solid #000;
  margin: 20px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 18px;
  position: relative;
}

.card-header {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  background: none;
  padding: 6px 18px;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}


.card-search {
    margin-top: 5px;
    width: 100%;
}

.card-search > fieldset:disabled
{
	display: none;
}

.card-options {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 100;
  order: 100;
  margin-right: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.card-options > *
{
	margin-left: 10px;
}

.card-tablabels
{
	position: absolute;
    top: 0;
    right: 30px;
    zoom: 0.6;
}

.card-tablabels > button
{
	text-transform: uppercase;
	margin: 0;
}

.card-footer {
    padding: 12px 18px;
    background: none;
    border-top: 1px solid #ddd;
}

.card-footer > .card-options
{
	float:right;
}

.card-footer > .card-options > input, .card-footer > .card-options > button
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}






.card-alert {
    padding: 10px;
    padding-left: 18px;
    font-weight: bold;
    border: 1px solid #000;
}






.alert-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.alert-secondary {
  color: #000;
  background-color: #ddd;
  border: 1px solid #ddd;
}





.header-left, .footer-left {
	float: left;
	margin-left: 150px;
}

.header-right, .footer-right {
	float: right;
	margin-right: 150px;
}

header.main > .header-left, footer.main > .footer-left
{
	margin-left: 0px;
}

header.main > .header-right, footer.main > .footer-right
{
	margin-right: 0px;
}

.header-logo {
	width: 32px;
	height: 32px;
	float: left;
	cursor: pointer;
	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.header-title {
    height: 32px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-left: 7px;
    /*margin-left: 2px;
    letter-spacing: 2px;*/
    text-transform: uppercase;
}

.pagination {
	float:right;
}

.pagination a {
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
}

#overlay
{
    background-color: rgb(0 0 0 / 90%);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
}

.centered, #overlay-content {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%); /* not 50 because chrome makes the text blurry ?? with 49 it solves for some boxes. but not for others. wtf */
}

.unset
{
    padding: unset !important;
    height: unset !important;
    width: unset !important;
    margin: unset !important;
}

.console
{
	font-family: monospace; 
	font-size:12px; 
	background-color: #000; 
	color:#fff; 
}

.console > a
{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.console > ::-moz-selection {
  color: #000;
  background: #fff;
}

.console > ::selection {
  color: #000;
  background: #fff;
}

/*** progress ***/

@-webkit-keyframes pulse {
   30% { opacity: 0.6; }
   60% { opacity: 0; }
  100% { opacity: 0.6; }
}
@keyframes pulse {
   30% { opacity: 0.6; }
   60% { opacity: 0; }
  100% { opacity: 0.6; }
}

#progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -6px;
  width: 0%;
  height: 3px;
  background: #000;
  border-radius: 1px;
  /* the following transition times are overridden by JS */
  -webkit-transition: width 150ms ease-out;
  transition: width 150ms ease-out;
}
#progress.done {
  opacity: 0;
}

#progress dd,
#progress dt {
  position: absolute;
  top: 0;
  height: 2px;
  box-shadow: #000 1px 0 6px 1px;
  border-radius: 100%;
}
#progress dd {
  opacity: 0.6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}
#progress dt {
  opacity: 0.6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress.waiting dd,
#progress.waiting dt {
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
}

.half-left
{
	width: 50%; 
	float:left;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

.half-right
{
	width: 50%; 
	float:right;
	text-align:right;
	padding-right:20px;
	padding-left:20px;
}

.full-center
{
	width: 100%;
	text-align:center;
	clear:both;
	padding-right:20px;
	padding-left:20px;
}

.herotext
{
	font-size: 79px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    line-height: 77px;
	padding-top: 200px;
	padding-bottom: 30px;
}

.explaintext
{
	font-size:22px;
	line-height:30px;
	padding-bottom:14px;
	padding-top:14px;
}

.questiontext
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.statementtext
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 40px;
	line-height: 36px;
	padding-bottom: 14px;
}

#card-element
{
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 369px;
	background-color: #fff;
}

#card-error, #card-info, #spay-error, #spay-info
{
	max-width: 369px;
	margin: 0;
	padding: 10px;
	font-size: 13px;
}

.halfleft
{
	width:50%; 
	float:left;
}

.halfleft > * > div.card, .halfleft > div.card
{
	margin-right: 10px;
}

.halfright
{
	width:50%; 
	float:right;
}

.halfright > * > div.card, .halfright > div.card
{
	margin-left: 10px;
}

.flash 
{
	animation:blinky 5s;
	-moz-animation:blinky 5s infinite; /* Firefox */
	-webkit-animation:blinky 5s infinite; /* Safari and Chrome */
}


@-moz-keyframes blinky /* Firefox */
{
0%   {border-color:#fff;}
10%   {border-color:#000;}
100%   {border-color:#000;}
}
 
@-webkit-keyframes blinky /* Chrome */
{
0%   {border-color:#fff;}
10%   {border-color:#000;}
100%   {border-color:#000;}
}



.clearfix 
{
	clear: both;
}

.pull-left
{
	width: 50%;
	float: left;
	margin-bottom: -20px;
	margin-right: -20px;
}

.pull-right
{
	width: 50%;
	float: right;
	margin-bottom: -20px;
	margin-left: -20px;
}

.pull-left > * > div.card, .pull-left > div.card
{
	margin-right: 10px;
}

.pull-right > * > div.card, .pull-right > div.card
{
	margin-left: 10px;
}

.pull-full
{
	width: 100%;
	float: left;
}

.loader:after
{
	content: "";
	width: 13px;
	height: 13px;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	
	border-radius: 50%;
	border: 2px solid #fff;
	border-top: #000;
	border-right: #000;
	
	animation: spinner .6s linear infinite;
}

.loader.inverted:after
{
	border: 2px solid #000;
	border-top: #fff;
	border-right: #fff;
}

.successer:after
{
	content: "✔";
	width: 13px;
	height: 13px;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.failer:after
{
	content: "✘";
	width: 13px;
	height: 13px;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}


.tinyable-button
{
    position: relative;
    bottom: 14px;
    left: -40px;
    font-size: smaller;
    cursor: pointer;
}

figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image img {
  margin: 8px 8px 0 8px;
}

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}


