/** TABLE OF CONTENTS
1) SCREEN.CSS
2) DASHBOARD.CSS
3) QDYNAMO.CSS
4) AUTH.CSS
5) SIDENAV.CSS
6) CUSTOM.CSS
**/

/** ################# 1) SCREEN.CSS ################# **/
body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #000;
}

body.home {
  background-image: none;
}

a:link {
  color: #437700;
  text-decoration: none;
}

a:visited {
  color: #437700;
  text-decoration: none;
}

a:hover {
  color: #1C5200;
  text-decoration: none;
}

a:active {
  color: #6B9E33;
}

h1 {
  padding: 0;
  margin: 20px 0 15px 0;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #333;
  display: none;
}

h1 span {
  font-weight: normal;
}

div#content h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
  padding: 0;
  color: #000;
  clear: left;
}

/* Errors, notices, and confirmation messages */
.D_error,
.D_notice,
.D_confirm {
  position: relative;
  width: 95%;
  margin: 1em auto;
  font-size: 1.15em;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  text-transform: uppercase;
}

.D_error strong,
.D_notice strong,
.D_confirm strong {}

.D_notice {
  background-color: #a8bf3c;
  border-color: #80a700;
}

.D_confirm {
  background-color: #f6c142;
  border-color: #f3aa3c;
}

.D_error {
  background-color: #ed692c;
  border-color: #da542b;
}

.D_error.media_msg,
.D_notice.media_msg,
.D_confirm.media_msg {
  display: inline-block;
  width: 100%;
  margin: 0 auto 1em auto;
  padding: 0.8em;
  font-size: 1em;
}

.cta {
  border-radius: 4px;
  padding: 0.65em 0.75em;
  font-size: 1.05em;
  cursor: pointer;
  background: #4CAF50;
  border-color: #388e3c;
  box-shadow: 0 2px 0 #388e3c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #388e3c, 1px 0 1px #388e3c, 0 1px 1px #388e3c, -1px 0 1px #388e3c;
  transition: all 0.25s ease;
}

.ctax {
  border-radius: 4px;
  padding: 0.65em 0.75em;
  font-size: 1.05em;
  cursor: pointer;
  background: #af594c;
  border-color: #388e3c;
  box-shadow: 0 2px 0 #388e3c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #388e3c, 1px 0 1px #388e3c, 0 1px 1px #388e3c, -1px 0 1px #388e3c;
  transition: all 0.25s ease;
}

.cta:hover {
  background: #5cc661;
  border-color: #4CAF50;
  box-shadow: 0 2px 0 #4CAF50;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #4CAF50, 1px 0 1px #4CAF50, 0 1px 1px #4CAF50, -1px 0 1px #4CAF50;
}

.cta.cta_small {
  margin: 0.5em;
  padding: 0.25em 0.5em;
  font-size: 0.8em;
}

.cta .qdicon.download::before {
  color: #fff;
}

div#head {
  height: 55px;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: #86B44A;
  position: relative;
}

body.home div#head {
  margin-bottom: 10px;
}

div#head a#title {
  display: inline-block;
  background: transparent url(../img/logo.gif) no-repeat 0 0;
  background-size: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -100em;
  margin: 0 0 0 12px;
  vertical-align: top;
  border-radius: 5em;
  border: 1px solid;
}

.hexagon {
  position: relative;
  width: 300px;
  height: 173.21px;
  background: transparent url(../img/logo.gif) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}

#head p {
  margin: 0;
}

#head {
  color: #315200;
}

#head #auth {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 375px;
  width: 300px;
  font-size: 1.05em;
}

#head #auth a {
  color: #fff;
  font-weight: bold;
}

#head #auth a:hover {
  color: #c9e888;
}

#head #auth .far,
#head #auth .fas,
#head #auth svg,
#head #auth img {
  vertical-align: middle;
}

#head #auth p {
  display: inline-block;
  margin: 0 0.75em;
}

div#head span {
  position: absolute;
  top: 55px;
  right: 175px;
  margin: 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
}

div#head p.date {
  position: absolute;
  top: 35px;
  right: 20px;
}

div#head p.homelink {
  text-align: left;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
}

div#head p.homelink a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #c9e888;
}

div#head span strong {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px dotted #aaa;
}

div#head span a {
  width: auto;
  height: auto;
  background-image: none;
  text-indent: 0;
  display: inline;
}

div#content {
  margin: 0 200px 0 0;
  padding: 10px 20px 20px 20px;
  overflow: auto;
  border: 0px solid #fff;
}

div#content:after {
  content: '.';
  color: #fff;
  height: 0;
  visibility: hidden;
  clear: both;
}

body.home div#content {
  margin-right: 0;
  padding-right: 0;
}

body.home h1 {
  display: none;
}

div#content dl,
div#content form,
div#content table {
  clear: left;
  margin: 10px 0;
  padding: 0;
}

div#content form {
  margin-top: 20px;
}

div#opsmenubar {
  position: fixed;
  top: 110px;
  right: 0;
  width: 200px;
  padding: 0;
  background-color: #a4cd6e;
}

html div#xopsmenubar {
  position: absolute;
}

div#xopsmenubar h2 {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 15px;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #86b44a;
}

#xopsmenubar h3 {
  padding: 10px 0 0 15px;
  margin: 0 0 0 0;
  border-top: 2px solid #c9e888;
}

div#xopsmenubar ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

div#opsmenubar ul li {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
}

div#opsmenubar ul li a {
  display: block;
  margin: 0;
  padding: 5px 0 5px 15px;
  line-height: 10px;
}

div#opsmenubar ul li a strong {
  color: #000;
}

div#opsmenubar ul li a:hover {
  background-color: #c9e888;
}

div#xopsmenubar ul.sub,
div#xopsmenubar ul.main {
  xborder-bottom: 1px dotted #aaa;
}

div#xopsmenubar ul.sub {
  font-weight: bold;
}

div#opsmenubar ul li.selected a {
  background-color: #fff;
  color: #000;
}

div#xopsmenubar ul.home {
  margin: 50px 0;
}

div#xopsmenubar ul.home li a {
  padding: 10px;
  font-weight: bold;
}

/* Breadcrumb Navigation */
dl#crumbs {
  margin: 0;
  padding: 0;
  height: 40px;
  border: 0;
  width: 100%;
  background: transparent url(../img/subheader_bg.png) repeat-x 0 0;
  overflow: visible;
}

dl#crumbs:after {
  height: 1px;
  content: '.';
  clear: left;
  display: block;
  visibility: hidden;
}

dl#crumbs dt {
  display: none;
}

dl#crumbs dd {
  float: left;
  margin: 4px 0 0 0;
  padding: 10px 0 10px 15px;
  border: 0;
  background: transparent url(../img/crumb_arrow.gif) no-repeat 2px 50%;
  width: auto;
  font-weight: bold;
}

dl#crumbs dd a {
  padding: 5px;
  margin: -5px 0 -5px -5px;
  float: left;
}

dl#crumbs dd a:hover {
  background-color: #fff;
}

dl#crumbs dd.menu {
  padding-left: 20px;
  background: none;
  font-weight: bold;
}

dl#crumbs dd.menu a {
  font-weight: bold;
}

div#content ul.options {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

div#content ul.options:after {
  height: 1px;
  content: '.';
  clear: left;
  visibility: hidden;
  display: block;
}

div#content ul.options li {
  display: inline;
  margin: 0;
  padding: 0;
}

div#content ul.options li a {
  float: left;
  margin: 0 10px 0 0;
  padding: 3px 10px 3px 20px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  height: 15px;
  background-color: #eee;
  border: 0;
}

/* Home Page Menu */
ul#menu-main li.release h2 {
  background-color: #FFFF55;
}

ul#menu-main li.dev h2 {
  background-color: #FF5555;
}

ul#menu-main {
  list-style-type: none;
  margin: 0 0 10px 0px;
  padding: 0;
  height: 1%;
}

ul#menu-main li {
  margin: 0 20px 20px 0px;
  padding: 0 0 5px 0;
  width: 224px;
  display: inline;
  float: left;
  background-color: #DCE6B4;
}

ul#menu-main li.undefined {
  background-color: #fff;
}

ul#menu-main li.undefined * {
  color: #aaa !important;
}

ul#menu-main li.undefined span {
  display: none;
}

ul#menu-main li.undefined h2 {
  background-color: #e3e3e3;
}

ul#menu-main li h2 {
  margin: 5px;
  float: none;
  line-height: 14px;
  height: auto;
  display: block;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
  background-image: none;
  background-color: #A4CD6E;
}

ul#menu-main li h2 a:hover {
  background-color: #fff;
}

div#content ul#menu-main li a {
  text-decoration: none;
  border: 0;
}

ul#menu-main li a,
ul#menu-main li span {
  display: block;
  padding: 4px 5px 4px 15px;
  margin: 0 5px;
  background: transparent url(../img/bullets.png) no-repeat 4px -2px;
}

ul#menu-main li span {
  background: transparent url(../img/bullets.png) no-repeat 4px -27px;
  color: #4f0000;
}

ul#menu-main li.undefined span {
  background: transparent url(../img/bullets.png) no-repeat 4px -52px;
}

ul#menu-main li a:hover {
  background-color: #fff;
}

/* Footer */
#footer {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e4e4e4;
}

#footer .container {
  position: relative;
  width: 95%;
  margin: 1em auto;
  padding: 1em;
  font-size: 1.25em;
  color: #586069;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

#footer .nav {
  text-transform: uppercase;
}

/* Bottom-of-page navigation menu */
ul#nav-menu {
  clear: left;
  margin: 50px 175px 10px 15px;
  list-style-type: none;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

ul#nav-menu li {
  display: inline;
}

ul#nav-menu li a {
  padding: 0 5px;
  display: inline;
  border-right: 1px dotted #ddd;
}

ul#nav-menu li a:hover {}

.nav-hide {
  display: none;
}

table {
  margin: 0 0 25px 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

table th {
  padding: 5px;
  text-align: left;
  border: 0;
  vertical-align: top;
}

table thead th,
table {
  border-bottom: 2px solid #bbb;
}

table th a:link,
table th a:visited {
  text-decoration: none;
  color: #000 !important;
}

table tr {
  padding: 0;
  margin: 0;
  background-color: #fff;
  cursor: pointer;
}

tbody tr:nth-child(odd) {
  background-color: #DCDCDC;
}

table td {
  padding: 3px 5px;
  margin: 0;
  vertical-align: top;
  border-right: 1px dotted #ddd;
  cursor: pointer;
}

table td a:hover {
  text-decoration: underline;
}

table tr.highlighted {
  background-color: #9fd1f4;
  color: #000;
}

table tr.highlighted a {
  text-decoration: underline;
}

table td.opt,
table td.options {
  font-size: 10px;
  border-right: 0;
  width: 15px;
  text-align: center;
  padding: 1px;
}

table td.opt a,
table td.options a {
  text-decoration: none;
  display: block;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -100em;
}

table td.opt a:hover {
  background-color: #fff;
}

table td.view a {
  background-image: url(../img/icn_view.png);
}

table td.copy a {
  background-image: url(../img/icn_copy.png);
}

table td.upd a,
table td.update a {
  background-image: url(../img/icn_upd.png);
}

table td.del a,
table td.remove a {
  background-image: url(../img/icn_del.png);
}

table td.date {
  white-space: nowrap;
}

table.ruled tbody tr.hover {
  background-image: url(../img/bluecheck.png);
  overflow: none;
}

div#options {
  width: 20%;
  float: right;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 0;
}

div#options ul {
  list-style-type: none;
}

p#alphabet {
  font-size: 110%;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
}

p#alphabet:after {
  content: '.';
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

p#alphabet a,
p#alphabet span {
  margin: 0;
  padding: 2px 5px;
  border-right: 1px solid #eee;
  float: left;
}

p#alphabet a:hover {
  background-color: #FFF6CC;
}

p#alphabet *.full {
  font-weight: bold;
  background-color: #FFF6CC;
}

div#D_userinfo {
  margin: 0;
  padding: 0;
}

div#D_userinfo:after {
  clear: left;
  height: 1px;
  display: block;
  visibility: hidden;
  content: '.';
}

div#D_userinfo div {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}

div#D_userinfo div dl {
  margin: 0;
  padding: 0;
}

div#D_userinfo div dl dt {
  width: 30%;
}

div#D_userinfo div dl dd {
  width: 65%;
}

dd.photos a {
  margin: 0 5px 5px 0;
}

div.paging {
  font-weight: bold;
}

div.paging p {
  margin: .5em 0;
}

div.paging a,
div.paging strong {
  padding: 3px;
}

/* FOO - ROB */
/* header */
div#head {
  padding: 0.5em 0 1em 75px;
  height: auto;
  background-color: #333;
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
}

div#head a#title {
  margin: 0;
}

div#head .homelink {
  display: inline-block;
  margin-top: 0.45em;
  margin-left: 0.5em;
  font-size: 2.25em;
  font-weight: bold;
  color: #fff;
}

div#head .homelink:hover {
  color: #ccc;
}

#head #auth {
  position: absolute;
  top: 0;
  left: initial !important;
  right: 1em;
  width: auto;
}

#head #auth .topnav {
  display: inline-block;
  margin: 0 0 0 0.35em;
  padding: 1em 1.25em;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  vertical-align: top;
}

#head .bottomnav-left {
  position: absolute;
  left: 180px;
  bottom: 1em;
  color: #fff;
}

#head .bottomnav-right {
  position: absolute;
  right: 3em;
  bottom: 1em;
  color: #fff;
}

#head .far,
#head .fas,
#head svg,
#head img {
  max-height: 25px;
  vertical-align: middle;
}

div#head p.date {
  position: relative;
  top: auto;
  right: auto;
}

.openbtn {
  font-size: 1.1em;
  line-height: 1em;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0.5em;
  margin: 0;
  padding: 0.35em 0.5em;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.openbtn span {
  font-size: 2em;
  line-height: 1em;
}

.openbtn:hover {
  color: #c9e888;
}

/* nav */
/* side nav */
.sidenav ul {
  margin: 0 0 2em 0;
}

.sidenav ul li {
  margin: 0;
  padding: 0;
}

.sidenav ul li a {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #818181;
  transition: 0.3s;
}

.sidenav ul li a:hover {
  background-color: #89d15f;
}

/* browse */
table.qdsort {
  margin: 1em auto;
  width: 95%;
  font-size: 1.25em;
  border: 1px solid #d1d5da;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

table.qdsort tbody tr:nth-child(odd) {
  background-color: #f6f8fa;
}

table.qdsort thead tr {
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #586069;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25em;
  font-weight: bold;
  padding: 8px 0;
  margin: 0;
  line-height: 1.4;
  margin-left: -1px;
  width: 100%;
  text-indent: 0.75em;
  cursor: pointer;
}

table.qdsort tr td {
  border-bottom: 1px solid #ddd;
}

/* view */
#qdinfo {
  margin: 2em auto 1em auto;
  width: 95%;
  font-size: 1.25em;
}

#qdinfo .infoGroup {
  margin: 0 0 2em 0;
  border: 1px solid #d1d5da;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

#qdinfo .infoLegend {
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #586069;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25em;
  font-weight: bold;
  padding: 8px 0;
  margin: -0.5em 0 0 0;
  line-height: 1.4;
  margin-left: -1px;
  width: 100%;
  text-indent: 0.75em;
}

#qdinfo .infoData {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 1em;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qdinfo .infoLabel {
  display: inline-block;
  width: 18%;
  margin: 0;
  padding: 0.25em 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 100%;
  height: 1.25em;
  padding-right: 2%;
  text-align: left;
  clear: both;
  vertical-align: top;
}

#qdinfo .infoValue {
  position: relative;
  display: inline-block;
  width: 80%;
}

#qdinfo .captionLabel,
#qdform .captionLabel {
  margin: 0;
  padding: 0.25em 0;
  font-size: 1.25em;
}

#qdinfo .captionText {}

/* form */
#qdform {
  margin: 1em auto;
  width: 95%;
  font-size: 1.25em;
}

#qdform form fieldset {
  margin: 0 0 2em 0;
  padding: 0;
  border: 1px solid #d1d5da;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

#qdform form fieldset legend {
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #586069;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25em;
  font-weight: bold;
  padding: 8px 0;
  margin: 0;
  line-height: 1.4;
  margin-left: -1px;
  width: 100%;
  text-indent: 0.75em;
  cursor: pointer;
}

#qdform form fieldset div {}

#qdform form fieldset .formField {
  padding: 1em;
  border-top: 1px solid #ddd;
}

#qdform form fieldset .formField .col {
  padding: 0;
}

#qdform form fieldset div label {
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: baseline;
}

#qdform form fieldset div .formData {
  position: relative;
}

#qdform form fieldset div input,
#qdform form fieldset div select,
#qdform form fieldset div textarea {
  padding: 0.5em;
  font-size: 1.25em;
  line-height: 100%;
  height: 2.5em;
  width: 100%;
  outline: 0;
  margin: 0 0 3px;
  background-color: #dfd;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qdform form fieldset div input[type="checkbox"] {
  width: auto;
  height: 1.5em;
}

#qdform form fieldset .formField.half {
  display: inline-block;
  width: 50%;
}

#qdform form fieldset .formField.thirds {
  display: inline-block;
  width: 33%;
}

#qdform form fieldset .formField.quarters {
  display: inline-block;
  width: 25%;
}

#qdform form fieldset .formField.half label,
#qdform form fieldset .formField.thirds label,
#qdform form fieldset .formField.quarters label {
  display: inline-block;
  width: 100%;
}

#qdform form fieldset .formField.half .formData,
#qdform form fieldset .formField.thirds .formData,
#qdform form fieldset .formField.quarters .formData {
  width: 100%;
}

/* signature */
#qdform form fieldset div #qdsign.formData {
  margin-bottom: 1em;
}

#qdform form fieldset div img {
  vertical-align: top;
}

/* attribute values */
#attribVals div {
  position: relative;
}

#attribVals div {
  margin-top: 1em;
}

#attribVals div:first-child {
  margin-top: 0;
}

#attribVals .add,
#attribVals .remove {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0.65em 0.75em 0.5em 0.75em;
  font-size: 1.25em;
  line-height: 100%;
  height: 2.5em;
  border: 1px solid #d1d5da;
  background: #f6f8fa;
  border-radius: 4px;
  z-index: 1;
}

/* search reset button */
#resetSearch {
  text-indent: 0;
}

/* help icon */
.help {
  font-size: 0.75em !important;
}

.help::before {
  color: #fec057 !important;
}

/* help */
.help {
  display: block;
  margin: 0.75em 0 0 0;
  font-size: 0.85em;
  font-style: italic;
  color: #586069;
}

.qdicon.help {
  font-style: normal;
}

/* submit button */
form button {
  display: inline;
  border-radius: 4px;
  margin-right: 0.25em;
  padding: 0.65em 0.75em;
  font-size: 1.05em;
  cursor: pointer;
  background: #4CAF50;
  border-color: #388e3c;
  box-shadow: 0 2px 0 #388e3c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #388e3c, 1px 0 1px #388e3c, 0 1px 1px #388e3c, -1px 0 1px #388e3c;
  transition: all 0.25s ease;
}

form button.D_error,
form button.D_notice,
form button.D_confirm {
  font-size: 1.5em;
}

form button.D_notice {
  margin: 0 0 0.5em 0;
  width: 100%;
  box-shadow: 0 2px 0 #80a700;
  text-shadow: 0 -1px 1px #80a700, 1px 0 1px #80a700, 0 1px 1px #80a700, -1px 0 1px #80a700;
}

form button.D_confirm {
  margin: 0 0 0.5em 0;
  width: 100%;
  box-shadow: 0 2px 0 #f3aa3c;
  text-shadow: 0 -1px 1px #f3aa3c, 1px 0 1px #f3aa3c, 0 1px 1px #f3aa3c, -1px 0 1px #f3aa3c;
}

form button.D_error {
  margin: 0 0 0.5em 0;
  width: 100%;
  box-shadow: 0 2px 0 #da542b;
  text-shadow: 0 -1px 1px #da542b, 1px 0 1px #da542b, 0 1px 1px #da542b, -1px 0 1px #da542b;
}

form button:hover {
  background: #5cc661;
  border-color: #4CAF50;
  box-shadow: 0 2px 0 #4CAF50;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #4CAF50, 1px 0 1px #4CAF50, 0 1px 1px #4CAF50, -1px 0 1px #4CAF50;
}

form button .qdicon.add::before,
form button .qdicon.update::before,
form button .qdicon.remove::before,
form button .qdicon.copy::before,
orm button .qdicon.replace::before,
form button .dicon.view::before,
form button .qdicon.lock::before {
  color: #fff !important;
}

/* calendar input */
#qdform form fieldset div input.hasDatepicker {
  padding-left: 2.5em;
  position: relative;
  background: transparent;
  z-index: 10;
}

#qdform form fieldset div .qdicon.cal {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0 0 0.35em;
  font-size: 2em;
  z-index: 0;
}

.qdicon.cal::before {
  color: #8fcc53 !important;
}

/* calendar picker */
.ui-datepicker {
  width: auto;
}

/* clock time input */
#qdform form fieldset div input.hasTimepicker {
  padding-left: 2.5em;
  position: relative;
  background: transparent;
  z-index: 10;
}

#qdform form fieldset div .qdicon.time {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0 0 0.35em;
  font-size: 2em;
  z-index: 0;
}

.qdicon.time::before {
  color: #8fcc53 !important;
}

/* multiple select */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 0.5em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 1.1em;
}

.select2-results__option {
  padding: 0.5em;
  font-size: 1.25em;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
  margin-right: 0;
  padding: 0 0.15em 0.15em 0.15em;
  font-size: 1.4em;
}

.select2-container li {
  margin-left: 0;
}

.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}

.select2-container .select2-search--inline input {
  width: 100% !important;
}

/* jquery picker customizations */
.ui-datepicker td,
table.ui-timepicker-table tr td {
  padding: 0 !important;
  font-size: initial !important;
  border: 0 !important;
}

.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 {
  display: block !important;
  padding: 0.5em !important;
  text-align: center !important;
  border: 1px solid #d9d9d9 !important;
}

/* image dropzone */
#qdform form fieldset div.qdropzone {
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qdform form fieldset div.qdropzone input {
  border: 4px dashed #b4b9be;
  height: auto;
  background-color: #f6f8fa;
}

#qdform form fieldset div.qfiles {
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qdform form fieldset div.qfiles .qfile-container,
#qdform form fieldset div.qfile-container,
.qfile-container {
  margin: 1em 0;
  padding: 1em;
  width: 100%;
  background-color: #f6f8fa;
  border: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qfile-container .upload-file,
.qfile-container .upload-info {
  display: inline-block;
  vertical-align: top;
}

#qdform form fieldset div.qfiles .qfile-container .upload-file,
#qdform form fieldset div.qfile-container .upload-file,
.qfile-container .upload-file {
  width: 20%;
  margin-right: 1%;
}

.qfile-container .upload-info {
  width: 79%;
}

.qfile-container img {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: auto !important;
  max-width: 100%;
}

.qfile-container label {
  width: 100%;
  font-weight: normal;
}

#qdform form fieldset div.qfile-container input {
  /* remove image input */
  width: auto;
}

#qdform form fieldset div.qfiles input {
  width: 95%;
}

#qdform form fieldset div.qfiles .qdicon.remove-file {
  margin: 0 0.5em;
}

/* export */
.formDataExport button {
  display: inline;
  margin-right: 0.35em;
}

/* Tags */
.tag {
  display: inline-block;
  margin: 0.5em 1.5em 0.5em 0;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #586069;
}

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

  #qdform form fieldset div label,
  #qdform form fieldset div .formData {
    display: block;
    width: 100%;
  }
}

/* login */
body.auth {
  margin: 0;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.auth #auth {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  border-radius: 4px;
  background-color: #f6f8fa;
  border-bottom: 2px solid #d1d5da;
  color: #586069;
  border: 1px solid #d1d5da;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

body.auth #auth .logo-round {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
  margin: -50px auto 0 auto;
  z-index: 999;
  background-color: #fff;
  vertical-align: middle;
  display: flex;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}

body.auth #auth .logo-round img {
  width: 150px;
  height: 150px;
}

body.auth #auth #qdform form {
  margin-top: 1em;
}

body.auth #auth #qdform form fieldset {
  margin: 0 0 1em 0;
  padding: 1em 0;
  text-align: left;
}

body.auth #auth #qdform form fieldset legend {
  cursor: default;
  font-size: 2em;
  font-weight: normal;
  text-indent: 0;
  text-align: center;
}

body.auth form .D_error,
body.auth form .D_notice,
body.auth form .D_confirm {
  margin: 0 auto;
}

body.auth form button.D_error,
body.auth form button.D_notice,
body.auth form button.D_confirm {
  margin: 0 auto 0.25em auto;
}

body.auth #auth #qdform form fieldset div.note {
  padding: 0 1em;
  padding-left: 1em;
  text-align: center;
  line-height: 1.6em;
}

body.auth #auth #qdform form fieldset div.note p {
  display: block;
  white-space: normal;
}

body.auth #auth #qdform form fieldset .formField {
  position: relative;
  padding-bottom: 0;
  border-top: 0;
}

body.auth #auth #qdform form fieldset div label {
  width: 100%;
  font-size: 1.0em;
}

body.auth #auth #qdform form fieldset div input {
  padding-left: 2.5em;
  position: relative;
  background: transparent;
  z-index: 0;
}

body.auth #auth #qdform form fieldset .formField .qdicon.user,
#auth #qdform form fieldset .formField .qdicon.pass {
  position: absolute;
  top: 30px;
  left: 12px;
  margin: 0.25em 0 0 0.35em;
  font-size: 2em;
  z-index: 1;
}

body.auth #auth #qdform form fieldset div input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
}

/* pagination */
.paging {
  position: relative !important;
  width: 95% !important;
  top: inherit !important;
  height: auto;
  padding-top: inherit !important;
  padding-left: inherit !important;
  margin: 1em auto;
  font-size: 1.25em;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #586069;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
}

.paging .pagination {
  margin: 0.5em 0;
  font-size: 1.2em;
}

.paging .pagination a {
  display: inline-block;
  margin: 0;
  padding: 0.5em;
  min-width: 30px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-left: 0;
  font-weight: normal;
}

.paging .pagination a:first-child {
  border-left: 1px solid #d1d1d1;
}

.paging .pagination a:hover {
  background-color: #c9e888;
}

.paging .pagination .current {
  display: inline-block;
  margin: 0;
  padding: 0.5em;
  min-width: 30px;
  color: #fff;
  background-color: #4CAF50;
  border: 1px solid #d1d1d1;
  border-left: 0;
  font-weight: bold;
}

/* training levels */
#qdform form fieldset #levelDiv legend {
  margin-top: 1em;
  background-color: #d1d5da;
  border: 1px solid #f6f8fa;
  border-bottom: 0;
  cursor: initial;
}

#qdform form fieldset #levelDiv .formField {
  display: inline-block;
  width: 50%;
}

#qdform form fieldset #levelDiv div label {
  width: 48%;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25em;
}

#qdform form fieldset #levelDiv div .formData {
  width: 48%;
}

/* Search Results */
#qdform form fieldset legend .paging-results {
  margin: 0 1em;
  font-size: 0.8em;
  color: #999;
}

/** ################# 2) DASHBOARD.CSS ################# **/
/* Push main page over*/
div#shell {}

ul#menu-main li {
  margin: 0 18px 20px 0px;
}

/*********MAIN CONTENT CHANGES**********/
#head {}

#head #auth {}

#head #auth a {}

#crumbs {
  display: none;
}

#content {
  background: none !important;
  margin: 0 0 0 0 !important;
}

#content ul.options li a {
  height: 100% !important;
}

/*Table Formatting*/
table.sortable {
  max-width: 80%;
}

div.paging a {
  background: #a4cd6e;
}

table tr td {
  font-size: 13pt;
  padding-left: 7px;
}

td.approved {
  text-align: -webkit-center;
}

td.opt {
  zoom: 1.4;
}

/*Move Opsmenubar to top*/
#opsmenubar {
  position: absolute !important;
  width: 81% !important;
  top: 64px !important;
  height: 24px;
  padding-top: 4px !important;
  padding-left: 143px !important;
}

#opsmenubar h2 {
  display: none !important;
}

#opsmenubar h3 {
  display: none;
}

#opsmenubar ul {
  display: inline;
}

#opsmenubar ul li {
  display: inline-block !important
}

#opsmenubar ul.main li.selected:after {}

#opsmenubar ul.main li.selected a {
  background-color: #a4cd6e;
  padding-right: 12px;
}

#opsmenubar ul li.add a {
  padding-right: 12px;
}

div#opsmenubar ul li a {}

/*Bottom menu nav*/
ul#nav-menu {
  display: none;
}

.overview-graph {
  background-color: #F2F5EA;
  height: auto;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 10px;
}

/*********NAV BAR STYLES**********/
nav.main-nav ul {
  list-style-type: none;
}

nav.main-nav {
  background-color: #000;
  min-width: 205px;
  z-index: 999;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: -31px
}

@media screen and (max-width: 1156px) {
  div#content {
    width: 94%;
  }

  table.sortable {
    max-width: 100%;
  }

  table tr th {
    white-space: inherit;
  }

  table td.date {
    white-space: inherit;
  }

  nav.main-nav {
    width: 23%;
  }
}

.active-nav {
  margin-left: 0 !important;
}

nav.main-nav ul li {
  border-top: solid thin #333;
  transition: all 0.5s;
}

nav.main-nav ul li:hover {
  background-color: #222;
}

nav.main-nav ul li:last-child {
  border-bottom: solid thin #333;
}

nav.main-nav ul li a {
  padding: 9px 23px;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: normal;
}

nav.main-nav ul li a.needs-arrow:after {
  content: url('../img/nav-arrow.png');
  float: right;
  margin-right: 5px;
}

nav.main-nav ul li a.needs-arrow:after .active {
  content: url('../img/nav-arrow-active.png');
}

nav.main-nav ul li a.active {
  background-color: #2a2a2a;
}

nav.main-nav ul li a.active:after {
  content: url('../img/nav-arrow-active.png');
}

nav.main-nav ul li.has-sub-nav ul.sub-nav {
  display: none;
  border-bottom: solid thin #333;
  background-color: #222;
}

nav.main-nav ul li.has-sub-nav ul.sub-nav :hover {
  background-color: #333;
}

.dashMenu {
  margin-bottom: 2em !important;
}

.dash-container .card {
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.dash-container .card.dash-metric {
  padding: 1em 0;
}

.dash-overview {
  XXXbackground-color: #3D4656;
  background-color: #000800;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dash-overview .filter {
  float: right;
  margin: 0 0.2em;
}

.dash-overview .filter label {
  font-size: 0.6em;
}

.dash-overview .filter select {
  float: none;
  width: 100%;
  min-width: 85px;
}

.dash-metric {
  display: block;
  margin-bottom: 1.75em;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dash-metric .col {
  margin: 0;
}

.dash-metric-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #3D4656;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.dash-metric-data {
  position: relative;
  width: 90%;
  max-width: 180px;
  margin: 0 auto 3px auto;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  font-weight: 700;
  display: block;
  border: 1px solid #d1d1d1;
  border-radius: 2em;
  background-image: linear-gradient(to bottom, #fefefe 0%, #f0f0ef 100%);
  box-sizing: border-box;
}

.dash-metric-bg {
  background-repeat: no-repeat;
  display: block;
}

.dash-metric-icon {
  position: absolute;
  left: 6px;
  top: 6px;
  margin-right: 8px;
  color: #86a295;
}

.dash-map {
  display: block;
  background-color: #F2F5EA;
  border: 1px;
}

#export-logtable {
  float: right;
}

#export-logtable .dash-metric-icon {
  border-radius: 4px;
  margin: 0 0.15em;
  padding: 0.15em 0.15em;
  cursor: pointer;
  background: #4CAF50;
  border-color: #388e3c;
  box-shadow: 0 2px 0 #388e3c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #388e3c, 1px 0 1px #388e3c, 0 1px 1px #388e3c, -1px 0 1px #388e3c;
  transition: all 0.25s ease;
}

#export-logtable .dash-metric-icon:hover {
  background: #5cc661;
  border-color: #4CAF50;
  box-shadow: 0 2px 0 #4CAF50;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #4CAF50, 1px 0 1px #4CAF50, 0 1px 1px #4CAF50, -1px 0 1px #4CAF50;
}

/* Dashboard: System Status */
.dash-container .dashSys .card {
  background-color: #edf0f2;
}

.dashSys .dash-overview {}

.dashFltr .dash-overview {
  background-color: #006616;
}

.dashSys .widgets .card {
  background-color: #edf0f2;
  border: 1px solid #dadde1;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.dashSys .widgets .col .col {
  margin-bottom: 0.25em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

/*============================== MAP STUFF? =============================*/
#datamapDiv {
  margin-bottom: 5px;
  overflow: hidden;
  background: #EEF;
}

#map-select,
.overview-select {
  float: right;
  width: auto;
  max-height: 40px;
  margin: 0;
}

.zoom-button {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background: silver;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

#zoom-info {
  display: inline-block;
  padding: 10px;
}

BEAGERELLIcanvas {
  width: 97.5% !important;
}

/*=========================== FILTERS ==================================*/
.filters {
  font-size: 1em;
}

.filters .span1 {
  font-size: 18px;
}

.filters .span1,
.filters .span11 {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
}

.filters #qdform,
.filters form {
  margin: 0;
  width: 100%;
}

.filters #qdform form fieldset {
  background-color: transparent;
  margin: 0;
  border: 0;
}

.filters #qdform form fieldset .formField {
  padding: 0 0.25em;
  border: 0;
  width: 16.25%;
  display: inline-block;
}

.filters #qdform form fieldset div .formData {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  height: 42px;
}

.filters #qdform form fieldset div label,
#qdform form fieldset div input,
#qdform form fieldset div select {
  display: block;
  width: 100%;
}

.filters #qdform form fieldset div input#btnFilter {
  box-shadow: 0 2px 0 #80a700;
  text-shadow: 0 -1px 1px #80a700, 1px 0 1px #80a700, 0 1px 1px #80a700, -1px 0 1px #80a700;
  background-color: #a8bf3c;
  border-color: #80a700;
  color: #fff;
  font-weight: bold;
}

/*==============================Grid Styles=============================*/
#container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/*===============================Throbber===============================*/
/**===== wave1 =====*/
#throbber {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  z-index: 102198;
}

#throbber:before,
#wave1:after {
  content: '';
  border: 2px solid #008744;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
}

#throbber:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

#throbber:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

/** END of wave1 */
.dash-fltr {
  float: right;
  height: auto;
  width: auto;
  font-size: 12px;
  margin-right: 4px;
}

/*-----------------------------------------------------------------------*/
/**===== wave1 =====*/
.calcthrob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 102198;
  background: rgba(0, 0, 0, 0.3);
}

.calcthrob:before,
#wave1:after {
  content: '';
  border: 2px solid #008744;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 53%;
  left: 50%;
  margin-left: -30px;
}

.calcthrob:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

.calcthrob:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

.calcthrob span {
  /* the processing text */
  position: absolute;
  top: 54%;
  text-align: center;
  width: 100%;
  color: #fff;
}

/** ################# 3) QDYNAMO.CSS ################# **/
#content {
  background: #f1f1f1;
  color: #114;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.clickable-row-nah {
  cursor: default;
}

.qdf-sel-cat {
  width: 50%;
}

/** tables **/
/*Table Formatting*/
table.qdsort {
  max-width: 100%;
}

/** forms **/
form fieldset {
  border: 1px solid green;
}

.qdcollapse {
  display: none
}

.collapse:before {
  content: "\25bc";
}

.collapse.is-expand:before {
  content: "\25b2";
}

form legend {
  padding: 0.2em 0.5em;
  border: 1px solid green;
  color: green;
  font-size: 10px;
}

/** fontawesome button/menu/ops icons styles **/
/** **************************************** **/
.dashMenu,
.modMenu {
  position: relative;
  display: block;
  width: 95%;
  margin: 1em auto;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-bottom: 2px solid #d1d5da;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #586069;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.dashPanel,
.modNav,
.modOps {
  display: inline-flex;
}

.panelNavItem,
.modNavItem {
  display: block;
  margin: 0 -1px 0 0;
  padding: 0.5em 0.8em;
  min-width: 80px;
  line-height: 1.35em;
}

.panelNavItem {
  padding-top: 0.35em;
}

.panelNavItem,
.panelNavItem .qdicon.tv::before,
.modNavItem,
.modNavItem .qdicon {
  color: #586069;
}

.panelNavItem .qdicon.tv::before,
.modNavItem .qdicon {
  padding-right: 0;
}

.panelNavItem:hover,
.panelNavItem:hover .qdicon.tv::before,
.modNavItem:hover,
.modNavItem:hover .qdicon {
  color: #FF8800;
}

.panelNavItem:after,
.modNavItem:after {
  opacity: 0.5;
  padding: 0 0.65em;
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f0da";
  position: absolute;
}

.panelItem a,
.modOpItem a {
  display: block;
  margin: 0 -1px 0 0;
  padding: 0.5em 0.8em;
  min-width: 80px;
  line-height: 1.35em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.panelItem a:hover,
.modOpItem a:hover {
  background-color: #c9e888;
}

.qdicon.cal::before {
  content: "\f073";
}

.qdicon.time::before {
  content: "\f017";
}

.qdicon.lock::before {
  color: #008800;
  content: "\f023";
}

.qdicon.module::before {
  color: #008800;
  content: "\f1b3";
}

.qdicon.submodule::before {
  color: #008800;
  content: "\f1b2";
}

.qdicon.setting::before {
  color: #008800;
  content: "\f013";
}

.qdicon.tv::before {
  color: #008800;
  content: "\f26c";
}

.qdicon.performance::before {
  color: #008800;
  content: "\f3fd";
}

.qdicon.bulk::before {
  color: #008800;
  content: "\f0fe";
}

.qdicon.user::before {
  color: #008800;
  content: "\f007";
}

.qdicon.pass::before {
  color: #008800;
  content: "\f084";
}

.qdicon.download::before {
  color: #008800;
  content: "\f56d";
}

.qdicon.filter::before {
  color: #008800;
  content: "\f0b0";
}

.qdicon.replace::before {
  color: #008800;
  content: "\f56f";
}

.qdicon.export::before {
  color: #008800;
  content: "\f093";
}

.qdicon {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  color: #008800;
  background-color: transparent;
}

.qdicon.sm {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}

.qdicon.btn {
  display: inline-block;
}

.qdicon.light {
  color: #fff;
}

.qdicon.add::before {
  content: "\f067";
}

.qdicon.copy::before {
  content: "\f24d";
}

.qdicon.update::before {
  content: "\f044";
}

.qdicon.remove::before {
  content: "\f1f8";
}

.qdicon.view::before {
  content: "\f06e";
}

.qdicon.search::before {
  content: "\f002";
}

.qdicon.list::before {
  content: "\f0ca";
}

.qdicon.help::before {
  content: "\f059";
}

.qdicon.signout::before {
  content: "\f2f5";
}

.qdicon.tools::before {
  content: "\f0ad";
}

.qdicon.support::before {
  content: "\f1cd";
}

.qdicon.base::before {
  content: "\f013";
}

.qdicon.access::before {
  content: "\f505";
}

.qdicon.ods::before {
  content: "\f15c";
}

.qdicon.html::before {
  content: "\f1c9";
}

.qdicon.csv::before {
  content: "\f6dd";
}

.qdicon.excel::before {
  content: "\f1c3";
}

.dashMenu .qdicon,
.modMenu .qdicon {
  padding: 0;
}

/* center's the icons in panel nav */
.qerrcode {
  position: relative;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  font-weight: 900;
  background-color: transparent;
}

.qerrcode-404::before {
  color: #008800;
  content: "\f794";
}

.qdash {
  position: relative;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  background-color: transparent;
}

.qdash-performance::before {
  color: #008800;
  content: "\f3fd";
}

.qdash-performance::before {
  color: #c9e888;
}

.qdropzone {
  border: 3px dashed #0088cc;
  padding: 50px;
  width: 500px;
  margin-top: 20px;
}

.qfiles {
  border: 1px dotted #0088cc;
  padding: 20px;
  width: 200px;
  display: none;
}

/** auto complete selection styles **/
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #4caf50;
  border-bottom: 1px solid #f1f1f1;
}

/** ################# 4) AUTH.CSS ################# **/
body.auth {
  margin: 50px 25px;
  text-align: center;
  background-image: none;
}

body.auth h1 {
  display: block;
  background-color: #A4CD6E;
  padding: 25px;
  margin: -25px -25px 25px -25px;
  color: #fff;
  border-bottom: 10px solid #A4CD6E;
  font-size: 30px;
}

body.auth div#shell {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  padding: 25px;
  background-color: #DCE6B4;
  background-image: none;
}

/** ################# 5) SIDENAV.CSS ################# **/
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #333;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .nav-color-overlay {
  height: 100%;
  /* 100% Full-height */
  width: 100%;
  /* 0 width - change this with JavaScript */
  position: relative;
  /* Stay in place */
  z-index: 2;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
  box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.15);
}

.sidenav-show {
  width: 250px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ddd;
  display: block;
  transition: 0.3s;
}

.sidenav .sub-nav {
  XXXbackground-color: #222;
  background-color: #000;

}

.sidenav .sub-nav a {
  padding-left: 68px;
  font-size: 15px;
}

.sidenav a span {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.sidenav a span.sm {
  width: 12px;
}

.sidenav .qdicon,
.sidenav .qdicon.light {
  color: #ddd;
}

.sidenav a ::before {
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.15);
}

.sidenav a:hover ::before {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .nav-container {
  position: relative;
  padding: 20px 0;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.shell {
  padding: 0;
  margin: 0;
  padding-bottom: 2em !important;
  background-color: #f4f4f4;
  margin-left: 0;
  transition: margin-left .5s;
  xpadding: 20px;
}

.shell-show {
  margin-left: 250px;
}

/** ################# 6) CUSTOM.CSS ################# **/
/**** CUSTOM COLORS ****/
/* HEADER & SIDENAV BACKGROUND COLOR */
div#head,
.sidenav {
  background-color: #009739;
}

.formData input {
  font-size: 22px;
  background-color: #ff0;
}