@charset "UTF-8";
/* CSS Document */
* {
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #eee;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  height: 100%;
  text-rendering: optimizeLegibility;
}

a:link {
  color: #557900;
}

a:visited {
  color: #557900;
}

a:hover {
  color: #4d4d4f;
}

a:active {
  color: #557900;
}

p {
  line-height: 1.25em;
  margin-bottom: 10px;
}

p.highlight {
  background-color: rgba(218, 239, 177, 0.5);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cabin", sans-serif;
}

h1 {
  color: #4d4d4f;
  font-weight: 600;
  font-size: 2em;
  margin: 40px 0px 15px 0px;
  border-top: 3px solid #bfbfbf;
  padding-top: 8px;
}
h2 {
  font-weight: 700;
  display: block;
  border-top: 3px solid #bfbfbf;
  padding-top: 8px;
  font-size: 1.5em;
  color: #4d4d4f;
  margin: 30px 0px 20px 0;
}

h3 {
  font-weight: 700;
  display: block;
  padding-top: 8px;
  font-size: 1.2em;
  color: #4d4d4f;
  margin: 20px 0px 10px 0;
}

.basic {
  border: none;
  margin-top: 0;
}

ul {
  list-style-type: circle;
  margin-left: 30px;
}

a.view {
  text-decoration: none;
}
a.view:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f00e";
}

a.edit.pdf:before {
  font-weight: 400;
  content: "\f1c1";
}

a.edit.chpassword:before {
  font-weight: 900;
  content: "\f084";
}

a.edit.done:before {
  font-weight: 900;
  content: "";
}

a.edit.send:before {
  font-weight: 900;
  content: "";
}

/* wrapper */
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/* topbar */
.topbar {
  width: 100%;
  text-align: right;
  background-color: #000000;
  padding: 5px 5% 8px 5%;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  color: #e5e5e5;
}

.profile_link:link,
.profile_link:visited,
.profile_link:hover,
.profile_link:active,
.logout:link,
.logout:visited,
.logout:hover,
.logout:active {
  font-size: 16px;
  color: #aaf200;
  text-decoration: none;
}

/* logo */
#logocolor {
  display: none;
}
.vert-al-logo {
  vertical-align: middle;
}

/* header */
header {
  background-color: #4d4d4f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  text-align: center;
}
header > div#logo {
  line-height: 70px;
  position: relative;
}
header > .menuDown {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  padding-left: 20px;
}
header > .menuUp {
  box-shadow: none;
  text-align: left;
  padding-left: 20px;
}
header > div#logo > gts {
  color: white;
  font-weight: 300;
  text-transform: lowercase;
}
header > div#logo > div#navToggle {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms all ease;
}
header > div#logo > div#navToggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header > div#logo > div#navToggle > a {
  color: rgba(255, 255, 255, 0.85) !important;
  display: block;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0 2.5rem;
  text-decoration: none;
  transition: 300ms all ease;
}
header > div#logo > div#navToggle:hover > a {
  color: rgba(255, 255, 255, 1) !important;
}

/* navigation */
header > nav {
  background-color: white;
  display: none;
  flex: 1;
  transform: 300ms all ease;
}
header nav > ul {
  list-style-type: none;
  margin-left: 0;
}
header nav > ul > li {
  border-bottom: 1px dotted #cccccc;
  position: relative;
}
header nav > ul > li:last-of-type {
  border-bottom: none;
}
header nav > ul > li > a,
header nav > ul > li > span.placeholder {
  display: block;
  color: #4d4d4f !important;
  font-weight: 700;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: 250ms all ease;
  cursor: pointer;
}
header nav > ul > li > a:after {
  content: "";
  display: inline-block;
  padding-right: 16px;
}
header nav > ul > li > span.placeholder span.toggle {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 0.75em;
  font-weight: 500;
  padding: 2px 8px;
  text-transform: lowercase;
}
header nav > ul > li > span.placeholder span.caret {
  display: none;
}
header > nav > ul > li:hover > a,
header > nav > ul > li:hover > span.placeholder {
  color: #949495 !important;
}
header > nav > ul > li > nav {
  border-radius: 0.25em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  display: none;
  overflow: hidden;
  position: absolute;
  right: 5%;
  width: 90%;
  z-index: 100;
  background-color: #ffffff;
}
header > nav > ul > li > nav > ul > li > a {
  color: #ffffff !important;
  transition: 300ms all ease;
  background-color: #4d4d4f;
  padding: 1rem;
}
header > nav > ul > li > nav > ul > li:hover > a {
  background-color: #424243;
  color: #aaf200 !important;
}

/* main */
#main {
  width: 100%;
  margin: auto;
  padding: 20px 5% 70px 5%;
}
.content {
  width: 100%;
  margin-bottom: 20px;
}

/* accordions */
.ui-accordion .ui-accordion-content {
  margin-top: -10px;
}
.ui-accordion .ui-accordion-header {
  margin-top: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #bfbfbf;
  border-bottom: 2px solid #9d9d9d;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #e6e6e6 url(../img/ui-bg_glass_75_grey_1x400.png) 50% 50% repeat-x;
}

.items {
  width: 100%;
  margin: 25px 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  color: #444;
  line-height: 1.25em;
  font-weight: 300;
}
.locations {
  background-color: #eee;
}
.details .locations {
  background-color: #ffffff;
}

.item {
  width: 100%;
}
.item .name {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 10px;
  color: #557900;
  text-shadow: 1px 1px 2px #ffffff;
}

.stat_item {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 10px;
  color: #444;
  text-shadow: 1px 1px 2px #ffffff;
}
.item.status_inactive .name {
  color: #444;
}
.item .name .parts {
  display: block;
  margin-left: 16px;
  margin-top: -20px;
}
.item .name .parts ~ .parts {
  margin-top: 0;
}
.item .name .parts.not_sent {
  color: #444;
}
.item .details {
  color: #444;
}
.detail {
  line-height: 1.5em;
}
.item .detail label {
  font-weight: bold;
}
.item .detail ul {
}

/* footer */
.footer {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  padding: 20px 0px;
  background: #4d4d4f;
  color: white;
  text-align: center;
}
.stretch {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Buttons */
.new {
}
.edit,
.delete {
  margin-top: 10px;
  margin-bottom: 10px;
}

.customers .items.locations .details .new {
  margin-bottom: 10px;
}

.go:before,
.new:before,
.edit:before,
.delete:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}

.go:before {
  content: "\f0a9";
}
.go {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #daefb1),
    color-stop(1, #98ea43)
  );
  background: -moz-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -webkit-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -o-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -ms-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: linear-gradient(to bottom, #daefb1 5%, #98ea43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daefb1', endColorstr='#98ea43',GradientType=0);
  background-color: #daefb1;
  border: 3px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
}
.go:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #98ea43),
    color-stop(1, #daefb1)
  );
  background: -moz-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -webkit-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -o-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -ms-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: linear-gradient(to bottom, #98ea43 5%, #daefb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98ea43', endColorstr='#daefb1',GradientType=0);
  background-color: #98ea43;
}
.go:active {
  position: relative;
  top: 1px;
}

.edit:before {
  font-weight: normal;
  content: "\f044";
}
.edit {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #daefb1),
    color-stop(1, #98ea43)
  );
  background: -moz-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -webkit-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -o-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -ms-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: linear-gradient(to bottom, #daefb1 5%, #98ea43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daefb1', endColorstr='#98ea43',GradientType=0);
  background-color: #daefb1;
  border: 3px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 10px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
  margin-right: 10px;
}
.edit:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #98ea43),
    color-stop(1, #daefb1)
  );
  background: -moz-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -webkit-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -o-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -ms-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: linear-gradient(to bottom, #98ea43 5%, #daefb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98ea43', endColorstr='#daefb1',GradientType=0);
  background-color: #98ea43;
}
.edit:active {
  position: relative;
  top: 1px;
}

.delete:before {
  content: "\f056";
}
.delete {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f8cecf),
    color-stop(1, #dea1a3)
  );
  background: -moz-linear-gradient(top, #f8cecf 5%, #dea1a3 100%);
  background: -webkit-linear-gradient(top, #f8cecf5 5%, #dea1a3 100%);
  background: -o-linear-gradient(top, #f8cecf 5%, #dea1a3 100%);
  background: -ms-linear-gradient(top, #f8cecf 5%, #dea1a3 100%);
  background: linear-gradient(to bottom, #f8cecf 5%, #dea1a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8cecf', endColorstr='#dea1a3',GradientType=0);
  background-color: #f8cecf;
  border: 3px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 10px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
}
.delete:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #dea1a3),
    color-stop(1, #f8cecf)
  );
  background: -moz-linear-gradient(top, #dea1a3 5%, #f8cecf 100%);
  background: -webkit-linear-gradient(top, #dea1a3 5%, #f8cecf 100%);
  background: -o-linear-gradient(top, #dea1a3 5%, #f8cecf 100%);
  background: -ms-linear-gradient(top, #dea1a3 5%, #f8cecf 100%);
  background: linear-gradient(to bottom, #dea1a3 5%, #f8cecf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dea1a3', endColorstr='#f8cecf',GradientType=0);
  background-color: #dea1a3;
}
.delete:active {
  position: relative;
  top: 1px;
}

.button_grey {

  /*
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #daefb1),
    color-stop(1, #98ea43)
  );
  background: -moz-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -webkit-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -o-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -ms-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  */
  background-color: #e6e6e6; /* linear-gradient(to bottom, #aaaaaa 5%, #cccccc 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daefb1', endColorstr='#98ea43',GradientType=0); */
  /* background-color: #daefb1; */
  border: 3px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
}
.button_grey:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #98ea43),
    color-stop(1, #daefb1)
  );
  background: -moz-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -webkit-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -o-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -ms-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: linear-gradient(to bottom, #98ea43 5%, #daefb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98ea43', endColorstr='#daefb1',GradientType=0);
  background-color: #98ea43;
}
.button_grey:active {
  position: relative;
  top: 1px;
}
.submit {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #daefb1),
    color-stop(1, #98ea43)
  );
  background: -moz-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -webkit-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -o-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: -ms-linear-gradient(top, #daefb1 5%, #98ea43 100%);
  background: linear-gradient(to bottom, #daefb1 5%, #98ea43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daefb1', endColorstr='#98ea43',GradientType=0);
  background-color: #daefb1;
  border: 3px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 10px 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
}
.submit:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #98ea43),
    color-stop(1, #daefb1)
  );
  background: -moz-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -webkit-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -o-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: -ms-linear-gradient(top, #98ea43 5%, #daefb1 100%);
  background: linear-gradient(to bottom, #98ea43 5%, #daefb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98ea43', endColorstr='#daefb1',GradientType=0);
  background-color: #98ea43;
}
.submit:active {
  position: relative;
  top: 1px;
}
.location_move {
	border: 2px solid blue;
	padding: 10px;
	margin-bottom: 20px;
}

.location_move h1 {
	margin-top: 0;
	border-top: none;
}

.location_move label {
	display: block;
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom:5px;
}

.location_move span {
	display: block;
	font-size: 1.15em;
	margin-bottom:5px;
}

.new.cancel:before {
	content: "\f057";
}

.new.customer_change:before {
  content: "\f0a9";
}
.new:before {
  content: "\f055";
}
.new {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #e5e5e5),
    color-stop(1, #bfbfbf)
  );
  background: -moz-linear-gradient(top, #e5e5e5 5%, #bfbfbf 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 5%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #e5e5e5 5%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #e5e5e5 5%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #e5e5e5 5%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#bfbfbf',GradientType=0);
  background-color: #e5e5e5;
  border: 1px solid #949494;
  display: inline-block;
  cursor: pointer;
  color: #000000 !important;
  text-shadow: 1px 1px 2px #ffffff;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.85);
  line-height: 1;
}
.new:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #bfbfbf),
    color-stop(1, #e5e5e5)
  );
  background: -moz-linear-gradient(top, #bfbfbf 5%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #bfbfbf 5%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #bfbfbf 5%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #bfbfbf 5%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #bfbfbf 5%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##bfbfbf', endColorstr='#e5e5e5',GradientType=0);
  background-color: #bfbfbf;
}
.new:active {
  position: relative;
  top: 1px;
}

/* messages */
.messages {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 15px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.25em;
  cursor: pointer;
  color: #000000;
}
.messages:before {
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.messages.error {
  background-color: rgba(255, 0, 0, 0.3);
  border: 2px solid red;
}
.messages.error:before {
  content: "\f071";
}
.messages.info {
  background-color: rgba(22, 0, 255, 0.3);
  border: 2px solid blue;
}
.messages.info:before {
  content: "\f05a";
}
.messages.success {
  background-color: rgba(170, 242, 2, 0.3);
  border: 2px solid #aaf202;
}
.messages.success:before {
  content: "\f14a";
}

/* forms and fields */
.text {
  background-color: #f5f5f5;
  color: #444;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #adabad;
}
form fieldset {
  margin: 10px 0;
}
form label,
form ledgend {
  font-weight: bold;
}
form ledgend {
  display: inline-block;
  margin-bottom: 10px;
}
form fieldset label {
  font-weight: normal;
}

.field label {
  font-weight: bold;
}

.field {
  line-height: 1.5rem;
}

.field.button {
  margin: 10px 0px 20px 0px;
  text-align: right;
}
.customer .field.name {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.customer .field.notes {
  margin-top: 10px;
}
.reports_customer_notes {
	font-size: 1.2em;
}
.location .detail.notes {
  margin-top: 10px;
}
.search #search {
  float: left;
  width: calc(100% - 80px);
}
.search button {
  float: right;
  display: block;
  margin-top: 9px;
  margin-left: 10px;
}
.search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.search .field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.search label {
  display: block;
}

#advanced_search {
  display: none;
}

#advanced_search_link {
  display: block;
  color: #557900;
  cursor: pointer;
}

.select_locations {
  margin-top: 1em;
}

.report_image {
  display: block;
  max-width: 100%;
}

#before_image_preview,
#after_image_preview {
  display: none;
}

.update_report_trap #before_image_preview,
.update_report_trap #after_image_preview {
  display: block;
}

.report .service_date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-timepicker a {
  text-align: left;
}

label.error {
  color: red;
}

#signature_capture {
  border: 3px solid #bfbfbf;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}
/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #adabad;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #aaf202;
}
/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #4d4d4f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*END CHECKBOX*/

.pagination {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 1.15em;
  font-weight: 600;
}
.pagination ul {
  margin-left: 0;
}
.pagination ul li {
  display: inline-block;
  padding: 5px;
}
.pagination ul li a {
  color: #557900;
  text-decoration: none;
}
.pagination ul li a:hover {
  color: #4d4d4f;
}
.pagination ul li a:active {
  color: #4d4d4f;
}

/* page specific stuff */
.login {
  background-color: #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px 20px 40px 20px;
  border: 3px solid #bfbfbf;
  box-shadow: 10px 10px 10px #444444;
}
.forgot_password {
  background-color: #ffffff;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px 20px 40px 20px;
  border: 3px solid #bfbfbf;
  box-shadow: 10px 10px 10px #444444;
}

.preset_field {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.note_buttons button {
	width: 100%;
	text-align: left;
}

.preset_field textarea {
	margin-bottom: 0;
}

.preset_field .header {
	margin-top: 0;
}

.preset_field .note_buttons {
	margin-top: 0;
	padding: 0;
}

.note_preset {
	display: flex;
}

.presets .note_buttons {
	padding: 0;
}

.settings_header {
	display: flex;
	justify-content: space-between;
	border-top: 3px solid #bfbfbf;
}

.settings_header h1 {
	margin-top: 0;
	border-top: none;
}

.field {
	/* line-height: 0; */
	line-height: 1rem;
	margin-top: 0px;
	margin-bottom: 10px;
}
.field textarea {
	margin-bottom: 0;
}

.field > .accordion {
	margin-top: 0;
}

.field > .accordion > .header {
	margin-top: 0;
	margin-bottom: 10px;
}

/* media queries */
@media (min-width: 320px) and (max-width: 480px) {
  .ui-accordion .ui-accordion-content {
    padding: 1em;
  }
  .column {
    width: 100%;
  }
}
/* Medium screens */
@media all and (min-width: 900px) {
  #logowhite {
    display: none;
  }
  #logocolor {
    display: inline;
    text-align: center !important;
  }
  header > div#logo > div#navToggle {
    display: none;
  }
  header {
    background-color: white;
    flex-direction: row;
    line-height: 90px;
    padding: 0 5rem 0 3rem;
    position: inherit;
    text-align: left;
    width: 100%;
  }
  header > div#logo {
    background-color: transparent;
    line-height: 90px;
  }
  header > div#logo > gts {
    color: #557900;
  }
  header > nav {
    background-color: transparent;
    display: block;
  }
  header > nav > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  header nav > ul > li {
    border-bottom: none;
  }
  header nav > ul > li > a,
  header nav > ul > li > span.placeholder {
    padding: 0 1rem;
  }
  header nav > ul > li > a:after {
    display: none;
  }
  header nav > ul > li > span.placeholder span.toggle {
    display: none;
  }

  header nav > ul > li > a span.caret,
  header nav > ul > li > span.placeholder span.caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.65);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 1px;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0 0 0.25rem;
    transition: 250ms all ease;
    width: 0;
    vertical-align: middle;
  }
  header nav > ul > li:hover > span.placeholder span.caret {
    border-top-color: #557900;
    transform: rotate(270deg);
  }
  header > nav > ul > li:hover > nav {
    background-color: rgb(51, 51, 51);
    border-radius: 0.25em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    display: block;
    line-height: 3em;
    right: -50%;
    width: 196px;
  }
  header > nav > ul > li > nav > ul > li > a {
    padding: 0.6rem 1rem;
  }

  #main {
    max-width: 1024px;
    padding: 20px 0 70px 0;
  }
  .report_image {
    max-width: 300px;
  }

  /*.item .name .parts ~ .parts {
        display: inline;
        margin-left: 0;
    }
    .item .name .parts ~ .parts:before {
        content: " - "
    }*/
}
