/*!
Theme Name: Dynamic Agent
Theme URI: 
Author: Dynamic Agent
Author URI: http://www.dynamicagent.co.uk
Description: Description
Version: 2.0.0
Tested up to: 5.72
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dynamicagent
Tags: 
*/
/* deep blue */
/* cards */
/* charts */
/* palettes */
/* menu background - deep blue */
/* sub menu background - slightly lighter blue */
/* headings - teal */
/* current tab - darker lilac */
/* buttons, table headers - lilac */
/* certain buttons - green */
/* background - light grey */
/* menu background - deep blue */
/* sub menu background - slightly lighter blue */
/* headings - teal */
/* current tab - darker lilac */
/* buttons, table headers - lilac */
/* certain buttons - green */
/* background - light grey */
/*
 http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* MAIN CSS */
html {
  height: 100%;
}

body {
  background-color: #f2f2f2;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
}

html.noscroll,
body.noscroll {
  margin: 0;
  overflow: hidden;
}

img {
  display: block;
}

h1 {
  color: #10b0c2;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 0.5em;
}

h1.proform-title {
  color: #333333;
  text-align: center;
}

h2 {
  color: #10b0c2;
  font-size: 1.25em;
  font-weight: 400;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 1em;
}

cite {
  font-style: italic;
}

.clickable {
  cursor: pointer;
}

#maincontent {
  padding: 0 0.75em 10em;
}

.center {
  text-align: center;
}

.letterboxouter {
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 66.66% 0 0 0;
  position: relative;
}

.letterboxinner {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.letterbox {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  width: 100%;
}

#dynlogin-wrap {
  background-color: #fff;
  border-radius: 1.75em;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}

#dynlogin-left {
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 0.75em;
  width: 100%;
}

#dynlogo {
  display: block;
  width: 10em;
  margin: auto;
}

#dynlogin-right {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: flex-end;
  overflow: hidden;
}

#dynlogin-splash {
  padding: 100% 0 0 0;
}

#dynlogin-splashimg {
  height: 100%;
}

#loggedout {
  position: relative;
  top: 2.5em;
  font-size: 1.25em;
}

#pro-popupnotifyouter {
  box-sizing: border-box;
  padding: 0.75em;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

#pro-popupnotifyouter.hide {
  right: -2000px;
  transition: right 1.5s ease;
}

#pro-popupnotifyouter.success {
  background-color: #3dd973;
  color: #ffffff;
}

#pro-popupnotifyouter.warning {
  background-color: #f9b510;
  color: #000000;
}

#pro-popupnotifyouter.fail {
  background-color: #af1e28;
  color: #ffffff;
}

.palette {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.palette-item {
  border-radius: 1em;
  flex: 0 0 12%;
  height: 2.5em;
  margin: 0 0 0.75em 0.75em;
  width: 12%;
}

.pickpalette {
  flex: 1;
}

#palette-alpha .solid {
  background-color: #06025a;
}

#palette-alpha .solidalt {
  background-color: #110d73;
}

#palette-alpha .heading {
  background-color: #10b0c2;
}

#palette-alpha .focus {
  background-color: #787bf0;
}

#palette-alpha .trim {
  background-color: #bbbdf2;
}

#palette-alpha .flair {
  background-color: #b1f0c7;
}

#palette-alpha .background {
  background-color: #f2f2f2;
}

#palette-beta .solid {
  background-color: #E52230;
}

#palette-beta .solidalt {
  background-color: #BF1823;
}

#palette-beta .heading {
  background-color: #171A21;
}

#palette-beta .focus {
  background-color: #CC7722;
}

#palette-beta .trim {
  background-color: #CC8C00;
}

#palette-beta .flair {
  background-color: #78E0DC;
}

#palette-beta .background {
  background-color: #f2f2f2;
}

#login {
  box-sizing: border-box;
  color: #222222;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  height: 100%;
  padding: 0.75em;
  width: 100%;
}

#dynlogin-wrap {
  background-color: #fff;
  border-radius: 1.75em;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}

#dynlogin-left {
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 0.75em;
  width: 100%;
}

#dynlogo {
  display: block;
  width: 10em;
  margin: auto;
}

#dynlogin-prompt {
  border: 2px solid #e4e4e4;
  width: 80%;
  margin: auto;
  min-height: 17em;
  padding: 1.75em;
  border-radius: 1.75em;
  position: absolute;
  box-sizing: border-box;
  left: 10%;
}

#dynloginhead {
  max-width: 16em;
  width: 100%;
}

#nonmslogin {
  bottom: 0.75em;
  left: 0;
  position: absolute;
  width: 100%;
}

#dynlogin-right {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: flex-end;
  overflow: hidden;
}

#dynlogin-splash {
  padding: 100% 0 0 0;
}

#dynlogin-splashimg {
  height: 100%;
}

#login .wpo365-mssignin-wrapper {
  position: fixed;
  top: 50%;
  left: 15%;
  width: 70%;
  padding: 0;
  margin: auto;
}

.letterboxouter {
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 66.66% 0 0 0;
  position: relative;
}

.letterboxinner {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.letterbox {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  width: 100%;
}

#login .input {
  background-color: #f7f7f7;
}

#login .button-primary {
  background-color: #06025a;
  padding: 0 2em;
  border: none;
  border-radius: 0.375em;
  font-size: 16px;
}

body.login div#login h1 a {
  background-image: none;
}

.loginlogo {
  width: 100%;
  display: block;
  margin: 0 0 3em 0 !important;
  cursor: pointer;
}

#loginform {
  border: none;
  position: fixed;
}

#login label {
  margin-bottom: 0.75em;
}

h1.wp-login-logo,
.login .language-switcher,
#login #nav,
#login #backtoblog,
#loginform p,
#loginform .user-pass-wrap {
  display: none;
}

.prologin {
  font-weight: 600;
}

.prologin-admin {
  font-size: 0.75em;
  margin: 1em 0 0 0 !important;
  color: #555;
}

.menu-item-settings .field-description,
.menu-item-settings .link-to-original,
.menu-item-settings .field-move,
.menu-item-settings .field-xfn {
  display: none !important;
}

#loginform {
  border: none;
  position: fixed;
  left: 5%;
  top: 20%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#loginform.open {
  margin: 1.75em;
  width: auto;
  height: 60%;
  left: 0;
  right: 0;
  background-color: #fff !important;
  box-shadow: none !important;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  background-color: #ffffff;
  border-radius: 1.5em;
  box-shadow: 0.063em 0.063em 0.75em rgba(133, 133, 133, 0.2588235294);
  box-sizing: border-box;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  margin: 0 0 1.25em;
  padding: 0.75em;
  width: 100%;
}

.card.va-top {
  align-content: flex-start;
}

.card.va-center {
  align-content: center;
}

.card.va-bottom {
  align-content: flex-end;
}

.card-inner {
  width: 100%;
}

.card-wrap-1505 {
  flex: 0 0 100%;
  width: 100%;
}

.nostretch {
  align-items: flex-start;
}

h2.card-head {
  color: #000000;
  text-align: center;
  width: 100%;
}

.card-headcontext {
  display: none;
}

.card-headcontext.active {
  display: inline;
}

.card.hascharts {
  justify-content: space-between;
}

.card-linkbutton {
  background-color: #ffffff;
  border-radius: 1em;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}

.cardwrap-singlegrid,
.cardwrap-doublegrid,
.cardwrap-doublecol {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.dailyfocus-list {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
}

.dailyfocus-item {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  margin: 0 0 0.75em;
}

.dailyfocus-total {
  color: #3dd973;
  font-size: 1.5em;
  font-weight: 600;
  flex: 0 0 20%;
  width: 20%;
}

.dailyfocus-name {
  text-align: left;
  flex: 1;
  margin: 0 0.75em 0 0;
}

.card-linkbutton.dailyfocus-cta {
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
}

#card-welcome {
  align-items: center;
  display: flex;
}

#welcome-photo {
  flex: 0 0 3em;
  width: 3em;
  border-radius: 1.5em;
  margin: 0 0.75em 0 0;
}

#card-points {
  width: 100%;
  padding: 1.25em 0;
  box-sizing: border-box;
}

#card-points h2.card-head {
  margin: 0;
}

#points-total {
  font-size: 2em;
  color: #3dd973;
  text-align: center;
  font-weight: 500;
}

#points-star {
  width: 1.75em;
  position: absolute;
  top: 0;
  right: 0.75em;
}

#card-pointsouter,
#card-quoteouter {
  position: relative;
}

#card-quote {
  padding: 1em 1.75em;
  font-size: 1.25em;
  line-height: 1.249;
  width: 100%;
  box-sizing: border-box;
}

#card-quote cite {
  font-size: 0.8em;
}

#quote-marks {
  width: 1.75em;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}

.card-annoucement {
  background-color: #f4f4f4;
  padding: 0.75em;
  border-radius: 2em;
}

.card-announcementhead {
  align-items: center;
  display: flex;
}

.card-annoucementphoto {
  flex: 0 0 4em;
  width: 4em;
  border-radius: 2em;
  margin: 0 1em 0 0;
}

.card-announcementname {
  font-size: 1.125em;
  font-weight: 500;
}

.card-announcementtime {
  width: 100%;
  font-size: 0.75em;
  font-weight: 300;
  margin: 0.5em 0 0 0;
}

.card-announcementtext {
  margin: 0.75em 0 0 0;
  line-height: 1.2;
}

#leaguetables-main {
  width: 100%;
}

#leaguetables-controls {
  margin: 0 0 0.75em;
  text-align: center;
  width: 100%;
}

.leaguetables-tabs-list {
  display: none;
}

#staff-profile {
  text-align: center;
  width: 100%;
}

#staff-profilephotowrap {
  margin: 0.75em auto;
  width: 6.5em;
}

#staff-profilephoto {
  border-radius: 3em;
  width: 100%;
}

.carditemfull {
  width: 100%;
}

.biz-buttons {
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.biz-button {
  align-content: center;
  background-color: #ffffff;
  border-radius: 1em;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000000;
  display: block;
  flex: 0 0 48%;
  font-size: 0.875em;
  margin: 0.75em 0 0 0;
  padding: 0.5em 0.75em;
  text-align: center;
  text-decoration: none;
  width: 48%;
}

.biz-button.active {
  background-color: #ebebeb;
}

.commission-button {
  background-color: #b1f0c7;
  border: 1px solid #b1f0c7;
  border-radius: 1em;
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-weight: 300;
  padding: 0.594em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#staff-commissionstatus {
  margin: 0.75em 0 0 0;
}

#staff-commission {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0.75em 0;
  text-align: center;
  width: 100%;
}

#topperf-wrap {
  padding: 0 0 1.25em;
  width: 100%;
}

.topperf-group {
  display: none;
}

.topperf-group.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topperf-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.75em 0 0 0;
  flex: 0 0 100%;
}

.topperf-upper {
  flex: 0 0 100%;
  width: 100%;
}

.topperf-photowrap {
  position: relative;
  margin: auto;
  width: 6em;
}

.topperf-pos {
  font-size: 2em;
  position: absolute;
  left: -1em;
  font-weight: 600;
  top: 1em;
}

.topperf-photo {
  width: 100%;
  border-radius: 3em;
}

.topperf-lower {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  margin: 0.75em 0 0 0;
}

.topperf-name {
  font-size: 1.125em;
  font-weight: 500;
}

.topperf-mainstat {
  margin: 0.5em 0;
}

.topperf-points {
  width: 7em;
  margin: auto;
  padding: 0.375em 0.25em;
  box-sizing: border-box;
  background-color: #f9b510;
  border-radius: 1em;
}

.card-buttonwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1.75em 0 0 0;
}

.card-button {
  background-color: #ffffff;
  border-radius: 1em;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  flex: 0 0 48%;
  max-width: 15em;
  padding: 0.5em 0.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 48%;
  margin: 0 0 0.75em;
}

.card-button.active {
  background-color: #ebebeb;
}

.card-linkbuttonwrap {
  flex: 0 0 100%;
  width: 100%;
}

.card-linkbutton {
  background-color: #b1f0c7;
  border: 1px solid #b1f0c7;
  border-radius: 1em;
  color: #000000;
  display: block;
  font-weight: 300;
  margin: 0.75em auto;
  max-width: 20em;
  padding: 0.594em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#figmatrix-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
}

.figmatrix-item {
  text-decoration: none;
  color: #333333;
  flex: 0 0 45%;
  width: 45%;
  text-align: center;
  margin: 0 0 1.25em;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 0.75em;
  border-radius: 1em;
}

.figmatrix-caption {
  display: block;
  width: 80%;
  font-size: 1.125em;
  margin: auto;
  font-weight: 400;
}

.figmatrix-total {
  color: #3dd973;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 0.25em 0 0 0;
}

.card-property {
  background-color: #f4f4f4;
  box-sizing: border-box;
  border-radius: 2em;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  margin: 0 0 0.75em;
  padding: 1em;
  width: 100%;
}

.card-propthumbouter {
  flex: 0 0 32%;
  margin: 0 0.75em 0 0;
  padding: 32% 0 0 0;
  width: 32%;
}

.card-propdetails {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: auto;
}

.card-propaddress {
  font-weight: 400;
  font-size: 1.125em;
  flex: 0 0 100%;
  width: 100%;
}

.card-propvaluer {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  margin: 0.5em 0 0 0;
  width: 100%;
}

.card-propvaluerphotoouter {
  border-radius: 1em;
  flex: 0 0 15%;
  margin: 0 0.5em 0 0;
  padding: 15% 0 0 0;
  width: 15%;
}

.card-propvaluername {
  font-size: 0.875em;
}

.card-proptypes {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 0 0 0;
}

.card-propdetails .card-proptypes {
  display: none;
}

.card-propbottom {
  flex: 0 0 100%;
  width: 100%;
  margin: 0.75em 0 0 0;
}

.card-proptype {
  background-color: #f7e6bf;
  border-radius: 1em;
  box-sizing: border-box;
  flex: 0 0 45%;
  font-size: 0.75em;
  padding: 0.375em 0.75em;
  text-align: center;
  width: 45%;
}

.card-propmeta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 100%;
  justify-content: space-between;
  margin: 0.5em 0 0 0;
  width: 100%;
}

.card-propprice {
  flex: 0 0 40%;
  width: 40%;
}

.card-propquali {
  color: #333333;
  font-size: 0.75em;
  margin: 0 0 0.25em;
  text-align: right;
}

.card-propamount {
  color: #3dd973;
  font-size: 1.125em;
  font-weight: 500;
  text-align: right;
}

.card-proptime {
  background-color: #d8d9f5;
  border-radius: 1em;
  color: #45478d;
  flex: 1;
  font-size: 0.875em;
  font-weight: 500;
  margin: 0 1em 0 0;
  padding: 0.25em 0.5em;
  text-align: center;
}

/* Headings & Controls */
.chart-title {
  color: #000000;
  font-size: 1.25em;
  text-align: center;
  margin: 0 0 0.75em;
}

.minichart-title {
  color: #000000;
  font-size: 0.875em;
  font-weight: 400;
  margin: 0;
}

.card-charttoggles {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  margin: 0 0 0.75em;
  padding: 0 0.375em;
  width: 100%;
}

.svg-charttoggle {
  background-color: #bbbdf2;
  border: 0.25em solid #fff;
  border-radius: 1em;
  cursor: pointer;
  display: flex;
  flex: 0 0 1.5em;
  margin: 0 0.063em;
  padding: 0.5em 0.75em;
  width: 1.5em;
  position: relative;
  z-index: 2;
}

.card-charttoggles.togs-2 .tog0 {
  left: 0.375em;
}

.card-charttoggles.togs-2 .tog1 {
  right: 0.375em;
}

.card-charttoggles.togs-3 .tog0 {
  left: 0.75em;
  z-index: 2;
}

.card-charttoggles.togs-3 .tog1 {
  z-index: 3;
}

.card-charttoggles.togs-3 .tog2 {
  right: 0.75em;
  z-index: 4;
}

.card-charttoggles .svg-charttoggle.active {
  background-color: #787bf0;
  z-index: 10;
}

.svg-charttoggle .svg-icon {
  fill: #fff;
}

.card-chart-upper {
  width: 100%;
}

.chart-actions {
  align-items: flex-end;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25em 0 0 0;
  text-align: center;
  width: 100%;
}

.chart-buttontoggle {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
}

.chart-buttontoggle.but-2 {
  justify-content: space-between;
}

.chart-buttontoggle.but-3 {
  justify-content: space-around;
}

.negsnapshot.chart-dropdowntoggle {
  flex: 0 0 47.5%;
  width: 47.5%;
}

.chart-button {
  background-color: #ffffff;
  border-radius: 1em;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  flex: 0 0 47.5%;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  max-width: 15em;
  padding: 0.5em;
  text-transform: uppercase;
  width: 47.5%;
  margin: 0 0 0.75em;
}

.chart-button.active {
  background-color: #ebebeb;
}

.chart-dropdowntoggle {
  flex: 0 0 100%;
  width: 100%;
}

.chart-linkbuttonwrap {
  flex: 0 0 100%;
  width: 100%;
}

.chart-linkbutton {
  background-color: #b1f0c7;
  border: 1px solid #b1f0c7;
  border-radius: 1em;
  color: #000000;
  display: block;
  font-weight: 300;
  padding: 0.594em 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.chart-linkbutton.white {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* Sections & Groups */
.chart-section,
.chart-group {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.chart-group.overall {
  justify-content: space-around;
}

.snapshot-columns.hide,
.chart-section.hide,
.chart-group.hide,
.chart-full.hide {
  display: none;
}

/* Bounding */
.chart-half {
  flex: 0 0 100%;
  margin: 0 0 1.75em;
  width: 100%;
}

.chart-full {
  flex: 0 0 100%;
  width: 100%;
}

.chart-full.haspie {
  margin: 1.75em auto;
  max-width: 30em;
}

.chart-containhalf {
  margin: auto;
  max-width: 12em;
}

.chart-containfull {
  margin: auto;
  max-width: 15em;
}

.variablechart {
  min-height: 20em;
}

.explodedwrap {
  width: 100%;
}

.pro-variablechart {
  height: 100% !important;
  margin: auto;
  max-width: 100%;
  width: auto !important;
}

.mini-charts {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1.25em 0 0 0;
  width: 100%;
}

.minichart-outer {
  flex: 0 0 36%;
  margin: 0 0 1.75em;
  text-align: center;
  width: 36%;
}

/* Overlays */
.chart-hasoverlays {
  position: relative;
}

.chart-overlays {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.chart-overlay {
  align-content: flex-start;
  flex: 0 0 100%;
  height: auto;
  margin: 0.125em 0;
  text-align: center;
  width: 100%;
}

.snapshot .chart-overlay {
  margin: 0.25em 0;
}

.chart-overlayfigure {
  font-size: 1.5em;
  font-weight: 600;
}

.overall-secondary .chart-overlayfigure {
  font-size: 1.25em;
}

.mini .chart-overlayfigure {
  font-size: 2em;
}

.snapshot .chart-overlayfigure {
  font-size: 1.75em;
}

.chart-overlaycap {
  font-weight: 400;
}

.snapshot .chart-overlaycap {
  font-size: 1.125em;
}

/* Specific */
.snapshot-columns {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
  width: 100%;
}

.overall-leading {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 49%;
  justify-content: center;
  margin: 0 0 1.75em;
  width: 49%;
}

.overall-title {
  flex: 0 0 100%;
  text-align: center;
  width: 100%;
}

.overall-secondarycharts .overall-title {
  margin: 0;
  font-size: 1em;
}

.overall-main,
.snapshot-main {
  flex: 0 0 100%;
  width: 100%;
}

.overall-secondarycharts {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 24em;
}

.overall-leading-sub {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 42%;
  justify-content: center;
  margin: 0 0 1.75em;
  width: 42%;
}

.overall-secondary {
  width: 100%;
  flex: 0 0 100%;
}

.overall-data,
.snapshot-data {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin: 0.75em 0 0 0;
}

.overall-data {
  font-size: 0.875em;
  margin: 1.25em 0 0 0;
}

.overall-datablock,
.snapshot-datablock {
  text-align: center;
  margin: 1em 0 0 0;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 1em;
}

.snapshot-dataname {
  text-transform: uppercase;
  margin: 0 0 0.25em;
}

.snapshot-datavalue {
  font-size: 1.5em;
  font-weight: 600;
}

.headlinefigures-wrap {
  margin: 0.75em 0;
}

.headlinefigures-wrap.commission {
  display: none;
}

.headlinefigures-wrap.commission.open {
  display: block;
}

.headlinefigures {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.75em 0 0 0;
}

.headlinefigures.open {
  display: flex;
}

.headlinefigure-block {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 1em;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 49%;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 0 0.75em;
  min-height: 5.75em;
  padding: 0.75em;
  text-align: center;
  width: 49%;
}

.headlinefigure-block.solidtotal {
  background-color: #3dd973;
  border: 1px solid #3dd973;
  color: #ffffff;
}

.headlinefigure-caption {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.headlinefigure-valueblock {
  font-size: 1.375em;
  font-weight: 600;
}

#footerstrip {
  background: linear-gradient(0deg, #cccccc 0%, rgba(255, 255, 255, 0) 50%);
  bottom: 4em;
  height: 1em;
  position: fixed;
  width: 100%;
}

footer {
  align-items: center;
  background-color: #ebebeb;
  bottom: 0;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  height: 4em;
  padding: 0 0.75em;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#feed-stats,
#feed {
  display: none;
  flex: 1;
}

#datepreset {
  flex: 0 0 10em;
  margin: auto;
  width: 10em;
}

#footer-datepicker {
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  padding: 0.75em;
  position: fixed;
  right: 0;
  width: 100%;
}

#footer-datepicker.show {
  display: block;
}

#pro-loading {
  display: none;
}

#pro-loading.show {
  align-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#pro-loadinggif {
  flex: 0 0 60%;
  max-width: 200px;
  width: 60%;
}

#pro-loadingtext {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em 2em;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 3em;
}

#footer-quickadd {
  flex: 0 0 2em;
  width: 2em;
}

#footer-quickaddicon {
  width: 100%;
}

#footer-quickmenu {
  flex: 0 0 2em;
  width: 2em;
}

#footer-quickmenuicon {
  width: 100%;
}

#quickadd {
  display: none;
}

#quickadd.show {
  background-color: #ffffff;
  border-top: 3px solid #555555;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  height: 50%;
  padding: 0.75em;
  position: fixed;
  width: 100%;
  z-index: 15;
}

#quickadd-inner {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  overflow: auto;
  padding: 0 0.75em;
}

.quickaddlink {
  align-content: center;
  background-color: #ebebeb;
  border-radius: 0.75em;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  color: #000000;
  display: block;
  flex: 0 0 48%;
  font-weight: 500;
  margin: 0 0 0.75em;
  padding: 0.75em;
  text-align: center;
  text-decoration: none;
  width: 48%;
}

#quickadd-close {
  color: #000000;
  font-size: 1.25em;
  font-weight: 500;
  position: absolute;
  right: 0.5em;
  text-decoration: none;
  top: 0.5em;
}

form {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-family: "Figtree", sans-serif;
  margin: 1.5em auto;
  padding: 0.75em 1.5em;
}

input, textarea, select {
  font-family: "Figtree", sans-serif;
  font-size: 1em;
}

input[type=date] {
  font-family: "Figtree", sans-serif;
}

label {
  color: #aaaaaa;
  flex: 0 0 100%;
  font-weight: 600;
  margin: 0 0 0.25em;
  width: 100%;
}

textarea {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  flex: 0 0 100%;
  font-family: inherit;
  font-size: 1em;
  height: 5em;
  padding: 0.375em 0.75em;
  width: 100%;
}

button {
  background-color: #3dd973;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-transform: uppercase;
}

.form-singleinline {
  display: flex;
}

.form-textbox.inline {
  border-radius: 0.75em 0 0 0.75em;
}

.form-button.inline {
  border-radius: 0 0.75em 0.75em 0;
}

.form-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.75em;
  width: 100%;
}

.form-item.twinbuttons {
  justify-content: space-between;
}

.textarea .form-item {
  align-content: flex-start;
}

.form-dropdownwrap {
  width: 100%;
}

.form-dropdown {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  flex: 0 0 100%;
  font-family: inherit;
  font-size: 1em;
  padding: 0.375em 0.75em;
  width: 100%;
}

.form-dropdown.tablefilter-dropdown {
  border-radius: 1em;
}

.form-prefix {
  box-sizing: border-box;
  flex: 0 0 2em;
  padding: 0 0.5em 0 0;
  text-align: right;
  width: 2em;
}

.form-textbox {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  flex: 1;
  font-family: inherit;
  font-size: 1em;
  padding: 0.375em 0.75em;
  width: 100%;
}

form.haslookup {
  display: none;
}

#crm-lookup,
form.proform.hasgroups {
  border-radius: 1em;
}

form.proform.hasgroups .form-dropdown,
form.proform.hasgroups .form-textbox {
  border-radius: 0.5em;
  border-color: #555555;
}

form.proform.hasgroups label {
  color: #555555;
}

.form-textbox.hasprefix {
  flex: 1;
}

#maincontent .dataTables_filter input {
  border: 1px solid #cccccc;
  border-radius: 1.5em;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  padding: 0.375em 0.75em 0.375em 2.5em;
  width: 100%;
}

header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.75em;
}

#nav-toggle {
  display: block;
  flex: 0 0 2.125em;
  width: 2.125em;
}

#logo,
#mobilelogo {
  flex: 0 0 8.75em;
  width: 8.75em;
}

#logo-flag,
#logo {
  display: none;
}

#pro-mileagewrap {
  margin: 0 0 50em;
}

#pro-mileagewrap.completed {
  margin: 0;
}

.pro-mileagesubtitlewrap {
  padding: 0.75em 0.75em 0.5em;
}

.pro-mileagesubtitlewrap.alt {
  background-color: #ebebeb;
}

h2.pro-mileagesubtitle {
  margin: 0 0 0.25em;
  text-transform: inherit;
}

h2.pro-mileagesubtitle.black {
  color: #000000;
}

#mileage-add {
  margin: 0 0 1.5em;
}

#mileage-journeydetails {
  height: 8em;
}

#pro-mileageexpenses {
  background-color: #ebebeb;
  padding: 0.75em;
}

#pro-mileageexpenseinputs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 35em;
}

#mileage-addexpenseitem {
  flex: 1;
  margin: 0 0.75em 0 0;
}

#mileage-addexpenseamount {
  flex: 0 0 5em;
  margin: 0 0 0 0.25em;
  width: 5em;
}

button#mileage-submitexpense {
  background-color: #333;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 100%;
  font-size: 1em;
  font-weight: 600;
  margin: 0.75em auto 0;
  padding: 0.5em;
  text-transform: uppercase;
  width: 100%;
}

#pro-mileageexpenselist {
  flex-wrap: wrap;
  display: flex;
  margin: 0 0 0.25em;
  max-height: 9em;
  overflow: auto;
}

.mileage-expense {
  background-color: #ffffff;
  border-radius: 0.5em;
  border: 1px solid #555555;
  font-weight: 500;
  margin: 0 0.75em 0.75em;
  padding: 0.75em;
}

.mileage-expense a {
  font-weight: 600;
  margin: 0 0.75em 0 0;
}

#pro-mileageuploadlist {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  max-height: 9em;
  overflow: auto;
}

#pro-mileageforms #pro-mileageuploadlist {
  max-height: none;
}

.pro-mileageupload {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: center;
  padding: 0.75em;
  width: 50%;
}

.pro-thumbouter {
  height: 0;
  max-height: 100%;
  overflow: hidden;
  padding: 5em 0 0 0;
  position: relative;
  width: 5em;
}

.pro-thumbinner {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.pro-mileagethumbnail {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pro-mileagepdf {
  width: 4em;
}

.pro-mileagefilename {
  color: #000000;
  flex: 0 0 100%;
  font-size: 0.75em;
  text-align: center;
  width: 100%;
}

#pro-mileageuploads {
  background-color: #ebebeb;
  padding: 0.75em;
}

#pro-mileagefileupload {
  align-items: flex-start;
  border: 1px solid #000000;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
}

#pro-mileagefileupload .dz-message {
  color: #af1e28;
  display: block;
  flex: 0 0 100%;
  font-weight: 600;
  margin: 0.75em 0;
  width: 100%;
}

#pro-mileagefileupload .dz-preview {
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin: 0 0 0.75em;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  position: static;
  width: 100%;
}

#pro-mileagefileupload .dz-details {
  background: transparent;
  color: #000000;
  display: flex;
  flex-direction: column-reverse;
  flex: 0 0 100%;
  font-size: 1em;
  min-width: 0;
  opacity: 1;
  padding: 0;
  position: static;
  text-align: left;
  width: 100%;
}

#pro-mileagefileupload .dz-progress {
  flex: 0 0 100%;
  margin: 0;
  opacity: 1;
  position: static;
  width: 100%;
  z-index: 1;
}

#pro-mileagefileupload .dz-filename {
  overflow: inherit;
  text-overflow: inherit;
}

#pro-mileagefileupload .dz-filename span {
  background: transparent;
  border: none;
  padding: 0;
}

#pro-mileagefileupload .dz-size {
  margin: 0;
}

#pro-mileagefileupload .dz-error-message {
  flex: 0 0 100%;
  opacity: 1;
  position: static;
  width: 100%;
  z-index: 1;
}

#pro-mileagefileupload .dz-progress .dz-upload {
  background: #ebebeb;
}

#pro-mileagefileupload .dz-success .dz-progress .dz-upload {
  background: #3dd973;
}

#pro-mileagefileupload .dz-error .dz-progress .dz-upload {
  background: #af1e28;
}

#pro-mileagefileupload .dropzone.dz-started .dz-message {
  display: block;
}

#pro-mileagefileupload .dz-error-message::after,
#pro-mileagefileupload .dz-success-mark,
#pro-mileagefileupload .dz-error-mark,
#pro-mileagefileupload .dz-image {
  display: none;
}

#pro-mileagecalendar {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
}

#pro-mileagecalendar.completed .calendar-item,
.calendar-item {
  background-color: inherit;
  padding: 0.75em;
}

#pro-mileagecalendar.completed .calendar-item.alt,
.calendar-item.alt {
  background-color: #f4f4f4;
}

.calendar-item.done {
  background-color: #f9b510;
}

.calendar-day {
  border-bottom: 1px solid #000000;
  font-weight: 600;
  margin: 0 0 0.25em;
  padding: 0 0 0.25em;
  text-align: center;
}

.calendar-appt {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.75em;
}

.calendar-miles,
.calendar-time {
  color: #333333;
  flex: 0 0 5em;
  font-size: 0.875em;
  margin: 0 0.25em 0 0;
  width: 5em;
}

.calendar-journey,
.calendar-details {
  flex: 1;
}

#pro-mileagelocations {
  background-color: #ffffff;
  display: block;
  line-height: 1.75;
  padding: 0.75em;
}

#pro-mileagelocations p {
  margin: 0;
}

#pro-mileagelocations.hidden {
  display: none;
}

#pro-mileagelocationslist {
  font-size: 0.9em;
  margin: 0 0 0.75em;
  padding: 0 2em 0 0;
}

.pro-mileagelocation {
  color: #000000;
  font-size: 0.875em;
  margin: 0 0.75em 0 0;
}

#pro-mileagegooglelink {
  display: inline-block;
  margin: 0 0 0.75em;
}

#pro-mileagefigureswrap {
  text-align: center;
}

#pro-mileagefigures {
  background-color: #ebebeb;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75em 1.5em;
}

.pro-mileageheadlinefig {
  flex: 0 0 100%;
  font-size: 0.875em;
  width: 100%;
}

.pro-mileageheadlinefig span {
  font-size: 1.714em;
}

.headlinespan {
  margin: 0 0.182em 0 0;
}

#pro-mileagereviewwrap {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#pro-mileagelocationtoggle,
#pro-mileageaddexpense,
#pro-mileageadduploads,
#pro-mileagesubmitclaim {
  background-color: #f4f4f4;
  border: 1px solid #333333;
  box-sizing: border-box;
  color: #000000;
  display: block;
  flex: 0 0 100%;
  margin: 0.75em 0 0 0;
  padding: 0.75em;
  text-align: center;
  text-decoration: none;
}

#pro-mileagelocationtoggle.active,
#pro-mileageaddexpense.active,
#pro-mileageadduploads.active {
  background-color: #af1e28;
  color: #ffffff;
}

.mileageexpenses,
.mileagegallery {
  align-items: center;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  display: flex;
  height: 45%;
  justify-content: center;
  overflow: auto;
  width: 75%;
}

#nav-close {
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 0.75em;
  top: 0.75em;
}

#mainnav {
  background-color: #06025a;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: -1000px;
  position: absolute;
  top: 0;
  width: 16em;
  z-index: 12;
}

#mainnav.show {
  left: 0;
  transition: left 0.75s ease;
}

#mainnav.hide {
  left: -1000px;
  transition: left 0.75s ease;
}

#mainnav-inner {
  flex: 1;
  padding: 1.5em 1.5em 0.75em 0.75em;
}

#nav-footer {
  align-items: center;
  background-color: #06025a;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 5em;
  padding: 0.75em;
  justify-content: space-around;
  border-top: 1px solid #45478d;
}

#profile-photo {
  border-radius: 2em;
  flex: 0 0 4em;
  width: 4em;
}

#profile-nophoto {
  flex: 0 0 4em;
  width: 4em;
}

#nav-tray {
  flex: 1;
  margin: 0 0 0 1.75em;
  display: flex;
  justify-content: flex-end;
}

.nav-trayitem {
  flex: 0 0 1.75em;
  margin: 0 0 0 0.75em;
  width: 1.75em;
}

.nav-trayicon {
  width: 100%;
}

#nav-alertnotify {
  position: relative;
}

#nav-alertnotify-count {
  position: absolute;
  top: -0.5em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  right: -0.25em;
}

.navitem {
  align-items: center;
  background-color: #06025a;
  color: #ffffff;
  display: flex;
  margin: 0 0 0.75em;
  text-decoration: none;
  width: 100%;
}

.navitem.child {
  background-color: transparent;
}

.navitem.hover {
  background-color: #110d73;
  transition: background-color 0.25s ease;
}

.navitem.unhover {
  background-color: #06025a;
  transition: background-color 0.25s ease;
}

.navitem-icon {
  display: block;
  flex: 0 0 2.5em;
  margin: 0 0.75em 0 0;
  width: 2.5em;
}

.navitem-cap {
  flex: 1;
}

#nav-sublevel {
  height: 100%;
  width: 16em;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 12;
}

#nav-sublevel.show {
  display: block;
}

.navitem-submenu {
  position: absolute;
  background-color: #110d73;
  height: 100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  left: -1000px;
  padding: 1.5em 1.5em 0.75em 0.75em;
  width: 100%;
  box-sizing: border-box;
}

.navitem-submenu.show {
  left: 0;
  transition: left 0.75s ease;
}

.navitem-submenu.hide {
  left: -1000px;
  transition: left 0.75s ease;
}

.navitem-cap.child {
  font-size: 1.125em;
  line-height: 1.333;
}

.navitem-submenuicon {
  margin: 0 0 0 auto;
  font-size: 1.5em;
  font-weight: 600;
  color: #ebebeb;
}

.navsubmenu-close {
  font-weight: 600;
  border-bottom: 1px solid #bbbdf2;
  padding: 0 0 1.25em;
  margin: 0 0 1.25em;
}

#mainoverlay {
  background-color: #ffffff;
  border-left: 2px solid #333333;
  box-sizing: border-box;
  display: block;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 60em;
  position: fixed;
  right: -1000px;
  top: 0;
  width: 80%;
  z-index: 15;
}

#mainoverlay.show {
  right: 0;
  transition: right 0.75s ease;
}

#mainoverlay.hide {
  right: -1000px;
  transition: right 0.75s ease;
}

#mainoverlay-controls {
  position: relative;
}

#mainoverlay-close {
  background-color: #ffffff;
  border-bottom: 2px solid #333333;
  border-left: 2px solid #333333;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #333333;
  border-radius: 1em 0 0 1em;
  box-sizing: border-box;
  color: #333333;
  font-size: 1.5em;
  font-weight: 600;
  left: -1.8em;
  padding: 0.25em 0.5em;
  position: absolute;
  text-decoration: none;
  top: 1.3em;
}

#mainoverlay-items {
  box-sizing: border-box;
  height: 100%;
  padding: 1.75em;
  width: 100%;
}

.overlay-content {
  display: none;
}

.overlay-content.show {
  display: block;
  height: 100%;
}

/* palette */
body.beta {
  /* beta */
}
body.beta .navitem,
body.beta .navitem.unhover,
body.beta #nav-footer,
body.beta #mainnav {
  background-color: #E52230;
}
body.beta .navitem.hover,
body.beta .navitem-submenu .navitem,
body.beta .navitem-submenu {
  background-color: #BF1823;
}
body.beta #nav-footer,
body.beta .navsubmenu-close {
  border-color: #CC8C00;
}

.panel-dropdown {
  max-width: 16em;
}

.panel-tabs-list {
  display: none;
}

.panel-table {
  display: none;
}

.panel-table.open {
  display: block;
}

.showtablefilters {
  color: #000000;
  display: flex;
  font-weight: 500;
  text-decoration: none;
}

.showtablefilters-icon {
  display: block;
  margin: 0 0.5em 0 0;
  width: 1.25em;
}

.tablename {
  margin: 0 1.75em 0 0;
  font-weight: 600;
}

.tablefilters {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: auto;
}

.tablefilters.open {
  flex: 0 0 100%;
  width: 100%;
}

.tablefilters-list {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.75em 0 0 0;
  width: 100%;
}

.tablefilter-block {
  display: none;
  flex: 0 0 49%;
  margin: 0 0 0.75em;
  width: 49%;
}

.tablefilters-list.open .tablefilter-block {
  display: block;
}

.tablefilter-name {
  font-weight: 500;
  color: #333333;
  margin: 0 0 0.25em;
  padding: 0 0 0 0.75em;
}

.textfilters {
  display: none;
}

.textfilters.open {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.75em 0 0 0;
}

.textfilter {
  color: #333333;
  flex: 0 0 32%;
  font-weight: 500;
  margin: 0 0 0.75em;
  text-align: center;
  text-decoration: none;
  width: 32%;
}

.textfilter-caption {
  margin: 0 0 0.25em;
}

.textfilter-total {
  color: #3dd973;
  font-weight: 700;
}

.textfilter.alert .textfilter-total {
  color: #af1e28;
}

.textfilter.active {
  color: #787bf0;
  font-weight: 700;
}

.tablewrap {
  background-color: #ffffff;
  border-radius: 1.5em;
  box-shadow: 0.375em 0.375em 0.75em #cacaca;
  box-sizing: border-box;
  padding: 0.75em;
  overflow-x: auto;
  width: 100%;
}

.leaguetablewrap {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0.75em;
  overflow-x: auto;
  width: 100%;
}

#maincontent .dataTables_info {
  display: none;
}

#maincontent .dataTables_filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0.75em 0;
  text-align: left;
  width: 100%;
}

#maincontent .dataTables_filter label {
  margin: 0;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

.tablesearchicon {
  height: 100%;
  padding: 0 0 0 0.5em;
  position: absolute;
  top: 0;
  width: auto;
}

.searchsvg {
  height: 1.25em;
  left: 0.75em;
  position: absolute;
  top: 0.5em;
  width: auto;
}

#maincontent table.dataTable {
  border: none;
  margin: 0.75em auto;
}

#maincontent th {
  background-color: #bbbdf2;
  color: #ffffff;
  font-size: 0.938em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: middle;
}

#maincontent th.double {
  min-width: 25em !important;
}

#maincontent th::before {
  bottom: 52%;
  color: #ffffff;
  opacity: 0.8;
}

#maincontent th::after {
  color: #ffffff;
  opacity: 0.8;
  top: 52%;
}

#maincontent td {
  font-size: 0.938em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: middle;
}

#maincontent td.dt-head-center {
  text-align: center;
}

#maincontent td.name {
  text-align: left;
}

.assocbranch {
  color: #555555;
  letter-spacing: 0.025em;
  line-height: 1.333;
  font-size: 0.875em;
}

#maincontent td.action {
  position: relative;
}

#maincontent tr.caution {
  background-color: #efe3a2;
}

#maincontent tr.ok {
  background-color: #e0fcea;
  font-weight: 400;
}

.showtableactions {
  background-color: #3dd973;
  border-radius: 1em;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 0.75em;
  text-decoration: none;
  width: 5em;
}

.tableactions {
  background-color: #ebebeb;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 4000%;
}

.tableactionslist {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  max-width: 100em;
}

.tableactionslist a {
  background-color: #f9b510;
  border-radius: 1em;
  color: #ffffff;
  display: block;
  font-weight: 600;
  margin: 0 0.5em 0 0;
  padding: 0.75em;
  text-decoration: none;
}

.tableactionsdrop-cap {
  margin: 0 1em 0 0;
}

.table-overlay {
  display: none;
}

.table-contentouter {
  height: 100%;
  overflow: auto;
  width: 100%;
}

.table-contentinner {
  font-size: 1.25em;
}

.fullwidthtable {
  width: 100%;
}

.league-link {
  color: #af1e28;
  font-weight: 500;
  text-decoration: none;
}

@media all and (min-width: 400px) {
  #welcome-message {
    font-size: 1.25em;
  }
  #footer-datepicker {
    border-left: 1px solid #ebebeb;
    max-width: 20em;
  }
}
@media all and (min-width: 450px) {
  .card-6 {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  .snapshot-columns {
    align-items: center;
    justify-content: space-between;
  }
  .snapshot-main {
    flex: 0 0 48%;
    width: 48%;
  }
  .snapshot-data {
    flex: 0 0 48%;
    width: 48%;
  }
  .chart-half {
    flex: 0 0 48%;
    width: 48%;
  }
  .mini-charts {
    justify-content: space-between;
    margin: auto;
    max-width: 40em;
  }
  .minichart-outer {
    flex: 0 0 23%;
    width: 23%;
  }
  .variablechart {
    min-height: 25em;
  }
}
@media all and (min-width: 500px) {
  .card-115 {
    flex: 0 0 49%;
    width: 49%;
  }
  .card-115.c1-5 {
    flex: 0 0 100%;
    width: 100%;
  }
  #staff-profile {
    align-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .panel-tabs {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .panel-title {
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  .cardwrap-doublecol {
    flex: 0 0 32%;
    width: 32%;
  }
  .cardwrap-singlegrid {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  .cardwrap-singlegrid.tail212 {
    flex: 0 0 100%;
    width: 100%;
  }
  .cardwrap-singlegrid.tail212 .card {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  .cardwrap-doublegrid {
    flex: 0 0 66%;
    width: 66%;
  }
  .card-121,
  .card-4,
  .card-22,
  .card-32 {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  .card-3 {
    flex: 0 0 33%;
    width: 33%;
  }
  .card-triple3-22 {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  .card-2 {
    flex: 0 0 66%;
    width: 66%;
  }
  .card-6 {
    flex: 0 0 33%;
    width: 33%;
  }
  .grid-21 .cardwrap-singlegrid,
  .grid-21 .cardwrap-doublecol {
    flex: 0 0 100%;
    width: 100%;
  }
  .card.hasvariablechart {
    flex: 0 0 100%;
    width: 100%;
  }
  .figmatrix-item {
    flex: 0 0 30%;
    width: 30%;
  }
  .snapshot-main {
    flex: 0 0 100%;
    width: 100%;
  }
  .snapshot-data {
    flex: 0 0 100%;
    width: 100%;
  }
  .headlinefigure-block {
    flex: 0 0 32%;
    width: 32%;
  }
  .quickaddlink {
    flex: 0 0 32%;
    width: 32%;
  }
  .form-pagewrap {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 1em;
    box-sizing: border-box;
    padding: 0.75em;
    width: 100%;
  }
  #crm-lookup {
    border: none;
    max-width: 30em;
    width: 60%;
  }
  form.proform.hasgroups {
    border: none;
    padding: 0;
  }
  .form-groups {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .form-group {
    align-content: flex-end;
    background-color: #ebebeb;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 48%;
    flex-direction: column;
    padding: 0.75em;
    width: 48%;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-row.button-row {
    margin: auto 0 0 0;
    justify-content: flex-end;
  }
  .form-item {
    margin: 0.75em 0 0 0;
  }
  #pro-mileagewrap {
    display: flex;
  }
  #pro-mileagemain {
    flex: 0 0 12em;
    width: 12em;
  }
  #mileage-journeydetails {
    height: 10em;
  }
  #pro-mileagecalendar {
    flex: 1;
    margin: 0 0 0 0.75em;
  }
  #pro-mileagecalendar.completed {
    margin: 0;
  }
  .tablefilter-block {
    flex: 0 0 32%;
    width: 32%;
  }
  .textfilter {
    flex: 0 0 24%;
    width: 24%;
  }
}
@media all and (min-width: 750px) {
  #leaguetables-dropdown {
    display: none;
  }
  .leaguetables-tabs-list {
    display: flex;
  }
  .leaguetables-tab {
    background-color: #787bf0;
    border-radius: 1em;
    color: #fff;
    font-weight: 600;
    margin: 0 0.75em 0.75em 0;
    padding: 0.75em;
    text-decoration: none;
  }
  .leaguetables-tab.active {
    background-color: #45478d;
  }
  .overall-secondarycharts {
    flex: 0 0 49%;
    width: 49%;
    align-content: flex-start;
  }
  .overall-secondarycharts.alt {
    flex: 0 0 45%;
    width: 45%;
  }
  .overall-leading-sub {
    flex: 0 0 100%;
    margin: 0 0 0.75em;
    width: 100%;
  }
  .overall-leading-sub.alt {
    flex: 0 0 45%;
    width: 45%;
    margin: 0 0 1.75em;
  }
  .overall-secondary {
    flex: 0 0 60%;
    width: 60%;
  }
  .overall-secondary.alt {
    flex: 0 0 100%;
    width: 100%;
  }
  .overall-leading {
    align-content: flex-start;
  }
  .headlinefigure-block {
    flex: 0 0 24%;
    width: 24%;
  }
  #footer-quickadd,
  #footer-quickmenu {
    display: none;
  }
  #footerstrip {
    bottom: 5em;
  }
  footer {
    height: 5em;
    justify-content: space-between;
  }
  #feed {
    align-content: center;
    background-color: #ffffff;
    display: block;
    flex: 0 0 32em;
    height: 100%;
    padding: 0 0.75em;
    position: relative;
    width: 32em;
  }
  #feed-expand,
  #feed-contract {
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    color: white;
    background-color: #a0a4f2;
    border-radius: 2em;
    padding: 0.125em 0.375em;
    position: absolute;
    z-index: 2;
    left: -0.375em;
    top: -0.625em;
  }
  #feed-expand.hide,
  #feed-contract.hide {
    display: none;
  }
  #feed.expand {
    border: 1px solid #ebebeb;
    height: 1000%;
    position: relative;
    top: 0;
  }
  #feed.expand #feed-inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding: 0 0.75em;
    box-sizing: border-box;
  }
  .feed-item {
    display: none;
    align-items: center;
  }
  .feed-item-1 {
    display: flex;
    align-items: center;
  }
  #feed.expand .feed-item {
    display: flex;
    margin: 1.3em 0;
  }
  .feed-photoouter.letterboxouter {
    width: 3em;
    flex: 0 0 3em;
    padding: 3em 0 0 0;
    border-radius: 2em;
    margin: 0 0.75em 0 0;
  }
  .feed-main {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .feed-upper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.75em;
  }
  .feed-name {
    font-size: 1.125em;
    font-weight: 500;
  }
  .feed-details {
    font-size: 0.875em;
  }
  .feed-lower {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .feed-tag {
    border-radius: 2em;
    box-sizing: border-box;
    flex: 1;
    font-size: 0.875em;
    max-width: 15em;
    min-width: 5em;
    padding: 0.5em 0.75em;
    text-align: center;
  }
  .feed-tag.entity {
    background-color: #b1f0c7;
    color: #000000;
    flex: 0 0 8em;
    width: 8em;
  }
  .feed-tag.branch {
    background-color: #e8da69;
    color: #000000;
    flex: 0 0 8em;
    width: 8em;
  }
  .feed-tag.date {
    background-color: #bbbdf2;
    color: #000000;
  }
  #pro-popupnotifyouter {
    padding: 1.25em;
    width: 50%;
  }
  #pro-mileagemain {
    flex: 0 0 18em;
    width: 18em;
  }
  #pro-mileagemaininner.sticky {
    box-sizing: border-box;
    position: fixed;
    top: 1.75em;
    width: 18em;
    z-index: 2;
  }
  #pro-mileagemaininner.sticky #pro-mileagelocations {
    box-sizing: border-box;
    height: 10em;
    overflow: scroll;
    position: absolute;
    width: 275%;
  }
  #pro-mileagefigureswrap.sticky {
    margin: 0 1.5em 0 0;
    max-width: 63.15em;
    position: fixed;
    top: 0;
  }
  button#mileage-submitexpense {
    flex: 0 0 8em;
    margin: 0 0 0 0.75em;
    width: 8em;
  }
  .pro-mileageheadlinefig {
    flex: 0 0 50%;
    width: 50%;
  }
  #pro-mileageadduploads,
  #pro-mileageaddexpense {
    flex: 0 0 49%;
    width: 49%;
  }
  #profile-photo {
    flex: 0 0 3.5em;
    width: 3.5em;
  }
  .nav-trayitem {
    flex: 0 0 2em;
    margin: 0 0 0 1em;
    width: 2em;
  }
  /*#maincontent .dataTables_filter label {
  	margin: 0;
  	flex: 0 0 25em;
  	width: 25em;
  }*/
  #maincontent .dataTables_filter label.open {
    margin: 0.75em 0 0 auto;
  }
  /*#maincontent .dataTables_filter input {
  	width: 25em;
  }*/
}
@media all and (min-width: 960px) {
  .card-115.c1 {
    flex: 0 0 32%;
    width: 32%;
  }
  .card-115.c0-5 {
    flex: 0 0 16%;
    width: 16%;
  }
  .card-115.c1-5 {
    flex: 0 0 49.5%;
    width: 49.5%;
  }
  #card-points {
    padding: 1.75em 0;
  }
  .card-propthumbouter {
    flex: 0 0 25%;
    padding: 25% 0 0 0;
    width: 25%;
  }
  .snapshot-main {
    flex: 0 0 48%;
    width: 48%;
  }
  .snapshot-data {
    flex: 0 0 48%;
    width: 48%;
  }
  .card.hasvariablechart .chart-actions {
    justify-content: space-around;
    margin: auto;
    max-width: 40em;
  }
  .card.hasvariablechart .chart-buttontoggle.but-2 {
    flex: 0 0 60%;
    width: 60%;
  }
  .card.hasvariablechart .chart-buttontoggle.but-2 .chart-button {
    margin: 0;
  }
  .card.hasvariablechart .chart-dropdowntoggle {
    flex: 0 0 33%;
    width: 33%;
  }
  .headlinefigures.grid-4 .headlinefigure-block {
    flex: 0 0 24.5%;
    width: 24.5%;
  }
  .headlinefigures.grid-5 .headlinefigure-block {
    flex: 0 0 19.5%;
    font-size: 0.875em;
    width: 19.5%;
  }
  .headlinefigures.grid-6 .headlinefigure-block {
    flex: 0 0 16%;
    font-size: 0.875em;
    width: 16%;
  }
  footer {
    padding-left: 12.25em;
  }
  footer.wide {
    padding-left: 4.25em;
  }
  #feed {
    flex: 1;
    margin: 0 0.75em 0 0;
    max-width: 36em;
  }
  .feed-photoouter.letterboxouter {
    flex: 0 0 4em;
    width: 4em;
    padding: 4em 0 0 0;
  }
  header {
    display: none;
  }
  #logo {
    width: 7em;
  }
  #mainnav.mini #logo {
    display: none;
  }
  #mainnav.mini #logo-flag {
    display: block;
    margin: 0.75em auto;
    width: 80%;
  }
  #maincontent {
    padding: 1.25em 1.25em 6.25em 12.25em;
  }
  #maincontent.wide {
    padding: 1.25em 1.25em 6.25em 4.25em;
  }
  #pro-mileagemain {
    flex: 0 0 20em;
    width: 20em;
  }
  #pro-mileagemaininner.sticky {
    width: 20em;
  }
  #pro-mileageaddexpense,
  #pro-mileageadduploads,
  #pro-mileagesubmitclaim {
    flex: 0 0 32.5%;
    width: 32.5%;
  }
  .calendar-day {
    text-align: left;
  }
  .pro-mileageupload {
    flex: 0 0 32%;
    width: 32%;
  }
  #mainnav,
  #mainnav.hide {
    left: 0;
    position: fixed;
    width: 11em;
  }
  #nav-sublevel {
    left: 11em;
    width: 11em;
    z-index: 11;
  }
  #mainnav-inner {
    padding: 0;
  }
  #logo {
    display: block;
    margin: 0.75em auto;
  }
  #nav-items {
    margin: 1.25em 0 0 0;
  }
  #nav-close {
    display: none;
  }
  #nav-footer {
    flex: 0 0 5em;
    height: 5em;
    justify-content: space-between;
    padding: 0.5em 0.75em;
  }
  .navitem {
    box-sizing: border-box;
    padding: 0.25em 0.75em;
  }
  .navitem-icon {
    flex: 0 0 1.5em;
    width: 1.5em;
    margin: 0 0.5em 0 0;
  }
  .navitem-cap.child,
  .navitem-cap {
    font-size: 0.875em;
  }
  #mainnav.mini {
    width: 3em;
  }
  #nav-sublevel.mini {
    left: 3em;
  }
  #mainnav.mini .navitem-submenuicon,
  #mainnav.mini #nav-tray,
  #mainnav.mini #profile-photo,
  #mainnav.mini .navitem-cap {
    display: none;
  }
  #mainnav.mini .navitem.top.popup {
    position: relative;
  }
  #mainnav.mini .navitem.top .navitem-cap.popup {
    align-items: center;
    background-color: #06025a;
    display: flex;
    height: 100%;
    left: 100%;
    position: absolute;
    width: 300%;
  }
  #mainnav.mini .navitem.top .navitem-submenuicon.popup {
    display: block;
    left: 350%;
    position: absolute;
  }
  #profile-photo {
    flex: 0 0 2.5em;
    width: 2.5em;
  }
  #nav-tray {
    margin: 0 0 0 0.75em;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav-trayitem {
    margin: 0 0.125em;
    flex: 0 0 28%;
    width: 28%;
    padding: 0.125em;
    box-sizing: border-box;
  }
  .tablefilters-list.open {
    justify-content: flex-start;
  }
  .tablefilter-block {
    flex: 0 0 23%;
    margin: 0 0.75em 0.75em 0;
    width: 23%;
  }
  .textfilter {
    flex: 0 0 19.5%;
    width: 19.5%;
  }
}
@media all and (min-width: 1024px) {
  .card-triple3-22 {
    flex: 0 0 48%;
    width: 48%;
  }
  .card-3,
  .card-32 {
    flex: 0 0 32%;
    width: 32%;
  }
  #card-negmain .card-32 {
    flex: 0 0 48%;
    width: 48%;
  }
  #card-negmain .hasvariablechart {
    flex: 0 0 100%;
    width: 100%;
  }
  .cardwrap-singlegrid {
    flex: 0 0 32%;
    width: 32%;
  }
  .card-4 {
    flex: 0 0 24%;
    width: 24%;
  }
  .card-6 {
    flex: 0 0 15.5%;
    width: 15.5%;
  }
  .cardwrap-singlegrid.tail212 {
    flex: 0 0 32%;
    width: 32%;
  }
  .cardwrap-singlegrid.tail212 .card {
    flex: 0 0 100%;
    width: 100%;
  }
  .grid-21 .cardwrap-singlegrid {
    flex: 0 0 40%;
    width: 40%;
  }
  .grid-21 .cardwrap-doublecol {
    flex: 0 0 58%;
    width: 58%;
  }
  .cardwrap-121,
  .card-121 {
    flex: 0 0 49%;
    width: 49%;
  }
  .figmatrix-item {
    flex: 0 0 48%;
    width: 48%;
  }
  .topperf-item {
    margin: 0.75em 0 0 0;
  }
  .topperf-photowrap {
    width: 3.75em;
  }
  .overall-leading-sub.alt {
    flex: 0 0 100%;
    width: 100%;
  }
  .overall-secondary.alt {
    flex: 0 0 60%;
    width: 60%;
  }
  .headlinefigure-block {
    flex: 0 0 19%;
    width: 19%;
  }
  .form-pagewrap {
    max-width: 70em;
    padding: 0.75em 1.25em;
  }
  #crm-lookup, form.proform.hasgroups {
    margin: 0.75em auto;
  }
  .form-group {
    flex: 0 0 49%;
    width: 49%;
  }
  .fr1 .form-item,
  .fr2 .form-item,
  .fr4 .form-item,
  .fr6 .form-item {
    flex: 0 0 48%;
    width: 48%;
  }
  .fr3 .form-item {
    flex: 0 0 32.5%;
    width: 32.5%;
  }
  .form-row.button-row {
    padding: 0.75em 0 0 0;
  }
  .textfilter {
    flex: 0 0 14%;
    width: 14%;
  }
}
@media all and (min-width: 1200px) {
  .biz-button {
    flex: 0 0 32%;
    width: 32%;
  }
  #staff-commissionwrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.5em;
  }
  #staff-commissionstatus {
    margin: 0 0 0 1.75em;
  }
  .topperf-item {
    width: 32%;
    flex: 0 0 32%;
  }
  .topperf-pos {
    left: -0.75em;
    font-size: 1.5em;
    top: 1.25em;
  }
  .topperf-name {
    font-size: 1em;
  }
  .directorsnapshot-metricswitch {
    max-width: 20em;
    margin: 0 auto 1.25em;
  }
  .figmatrix-item {
    flex: 0 0 32%;
    width: 32%;
    font-size: 0.875em;
    margin: 0 0 0.75em;
  }
  .figmatrix-caption {
    font-size: 1em;
    font-weight: 400;
    width: 100%;
  }
  #staff-profileouter {
    flex: 0 0 7em;
    width: 7em;
  }
  #staff-profilephotowrap {
    width: 100%;
  }
  .chart-group.overall {
    align-items: flex-start;
    justify-content: space-between;
  }
  .overall-leading.grid-3 {
    flex: 0 0 32%;
    width: 32%;
  }
  .overall-secondarycharts {
    flex: 0 0 100%;
    margin: auto;
    max-width: 48em;
    width: 100%;
  }
  .overall-leading-sub {
    flex: 0 0 24%;
    width: 24%;
  }
  .overall-secondarycharts.alt {
    margin: 0;
  }
  .overall-secondary {
    flex: 0 0 80%;
    width: 80%;
  }
  .overall-leading-sub.alt {
    flex: 0 0 100%;
    width: 100%;
  }
  .headlinefigure-block {
    font-size: 1em;
  }
  #datepreset {
    margin: 0 0 0 auto;
  }
  #dynlogin-wrap {
    overflow: hidden;
  }
  #dynlogin-left {
    flex: 0 0 50%;
    width: 50%;
    padding: 1.25em;
  }
  #dynlogo {
    margin: 0;
  }
  #dynlogin-right {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
  }
  #pro-popupnotifyouter {
    max-width: 28em;
    width: 40%;
  }
  #login {
    padding: 1.25em;
  }
  #dynlogin-wrap {
    overflow: hidden;
  }
  #dynlogin-left {
    flex: 0 0 50%;
    width: 50%;
    padding: 1.25em;
  }
  #dynlogin-prompt {
    width: 40%;
    left: 5%;
  }
  #dynloginhead {
    margin: 1em auto 0;
  }
  #dynlogo {
    margin: 0;
  }
  #dynlogin-right {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
  }
  #login .wpo365-mssignin-wrapper {
    left: 0.25em;
    width: 50%;
    top: 55%;
  }
  #loginform.open {
    width: 45%;
    height: 65%;
    left: 1%;
    top: 20%;
  }
  #pro-mileagemain {
    flex: 0 0 30em;
    width: 30em;
  }
  #pro-mileagemaininner.sticky {
    width: 30em;
  }
  #pro-mileagemaininner.sticky #pro-mileagelocations {
    box-sizing: border-box;
    height: auto;
    overflow: inherit;
    position: absolute;
    width: 100%;
  }
  #pro-mileagecalendar {
    margin: 0 0 0 1.75em;
  }
  #pro-mileagecalendar.completed {
    margin: 0;
  }
  #pro-mileagefigures {
    justify-content: center;
  }
  .pro-mileageheadlinefig {
    flex: 0 0 33%;
    width: 33%;
  }
  #mainoverlay {
    right: -2000px;
  }
  #mainoverlay.show {
    right: 0;
    transition: right 0.75s ease;
  }
  #mainoverlay.hide {
    right: -2000px;
    transition: right 0.75s ease;
  }
  .showtablefilters {
    display: none;
  }
  .tablefilters {
    flex: 0 0 100%;
    width: 100%;
  }
  .tablefilter-block {
    display: block;
    margin: 0 0 0.75em;
  }
  #maincontent .dataTables_filter {
    flex: 0 0 48%;
    width: 48%;
  }
  #maincontent .dataTables_filter label {
    margin: 0;
  }
  .grid-4 .tablefilter-block {
    flex: 0 0 19%;
    width: 19%;
  }
  #maincontent .grid-4 .dataTables_filter {
    flex: 0 0 40%;
    width: 40%;
  }
  .grid-5 .tablefilter-block {
    flex: 0 0 19%;
    width: 19%;
  }
  #maincontent .grid-5 .dataTables_filter {
    flex: 0 0 19%;
    width: 19%;
  }
  #maincontent .grid-8 .dataTables_filter {
    flex: 0 0 23%;
    width: 23%;
  }
  #maincontent .grid-9 .dataTables_filter {
    flex: 0 0 48.5%;
    margin: 0 0 0 auto;
    width: 48.5%;
  }
  .textfilters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .textfilter {
    flex: 0 0 10%;
    width: 10%;
  }
}
@media all and (min-width: 1350px) {
  .grid-121 .card.hasvariablechart,
  .cardwrap-121,
  .card-121 {
    flex: 0 0 32%;
    width: 32%;
  }
  .dailyfocus-total {
    flex: 0 0 2.25em;
    width: 2.25em;
  }
  .dailyfocus-cta.card-linkbutton {
    flex: 0 0 8em;
    font-size: 0.875em;
    width: 8em;
  }
  #card-negmain .card-32 {
    flex: 0 0 32%;
    width: 32%;
  }
  #card-negmain .hasvariablechart {
    flex: 0 0 32%;
    width: 32%;
  }
  .card-propthumbouter {
    flex: 0 0 20%;
    padding: 20% 0 0 0;
    width: 20%;
  }
  .snapshot-main {
    flex: 0 0 100%;
    width: 100%;
  }
  .snapshot-data {
    flex: 0 0 100%;
    width: 100%;
  }
  #card-negsecond .chart-actions {
    justify-content: space-around;
    margin: auto;
    max-width: 40em;
  }
  #card-negsecond .chart-buttontoggle.but-2 {
    flex: 0 0 60%;
    width: 60%;
  }
  #card-negsecond .chart-buttontoggle.but-2 .chart-button {
    margin: 0;
  }
  #card-negsecond .chart-linkbuttonwrap {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media all and (min-width: 1400px) {
  .card-115.c0-5 {
    flex: 0 0 14%;
    width: 14%;
  }
  .card-115.c1-5 {
    flex: 0 0 50%;
    width: 50%;
  }
  .biz-button {
    flex: 0 0 24%;
    width: 24%;
  }
  .card-propvaluerphotoouter {
    flex: 0 0 2.25em;
    padding: 2.25em 0 0 0;
    width: 2.25em;
  }
  .chart-group.overall {
    justify-content: space-evenly;
    max-width: 48em;
    margin: auto;
  }
  .overall-leading.grid-3 {
    flex: 0 0 24%;
    width: 24%;
  }
  .overall-secondarycharts.alt {
    flex: 0 0 49%;
    width: 49%;
  }
  .overall-secondary.alt {
    flex: 0 0 50%;
    max-width: 10em;
    width: 50%;
  }
  #feed {
    flex: 0 0 36em;
    margin: 0;
    width: 36em;
  }
  #feed-stats {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 1.75em;
    width: 100%;
  }
  .feed-stat {
    padding: 0 0.75em;
    text-align: center;
  }
  .feed-stat.overflow {
    display: none;
  }
  .feed-stattotal {
    color: #333333;
    font-size: 1.125em;
    font-weight: 600;
  }
  .feed-statcaption {
    font-size: 0.938em;
    line-height: 1.15;
  }
  #pro-mileagemain {
    flex: 0 0 35em;
    width: 35em;
  }
  #pro-mileagemaininner.sticky {
    width: 35em;
  }
  .pro-mileageupload {
    flex: 0 0 24%;
    width: 24%;
  }
  .panel-headline {
    flex: 0 0 100%;
    width: 100%;
  }
  .panel-tabs {
    box-sizing: border-box;
    display: block;
    flex: 0 0 11.75em;
    padding: 0 1.25em 0 0;
    width: 11.75em;
    position: fixed;
  }
  .panel-tabs-list {
    display: block;
    margin: 0.75em 0 0 0;
  }
  .panel-tabs-list.commission {
    margin: 0;
  }
  .panel-tab {
    align-items: center;
    background-color: #bbbdf2;
    border-radius: 1em;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-size: 0.938em;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 0 0 0.5em;
    padding: 0.5em;
    text-decoration: none;
    width: 100%;
  }
  .panel-tab.biz {
    background-color: #f9b510;
  }
  .panel-tab.active {
    background-color: #787bf0;
    color: #ffffff;
  }
  .panel-tab-caption {
    flex: 1;
  }
  .panel-tab-total {
    flex: 0 0 2.75em;
    text-align: right;
    width: 2.75em;
  }
  /*.panel-main {
  	margin-left: 10em;
  }*/
  .panel-wrap {
    display: flex;
    width: 100%;
  }
  .panel-wrap.commission {
    flex-wrap: wrap;
  }
  .panel-tabs {
    position: static;
  }
  .panel-main {
    flex: 1;
    min-width: 0;
    width: 100%;
  }
  .showheadlinefigures,
  .panel-dropdown {
    display: none;
  }
  .grid-6 .tablefilter-block,
  .grid-7 .tablefilter-block,
  .grid-8 .tablefilter-block,
  .grid-9 .tablefilter-block {
    flex: 0 0 16%;
    width: 16%;
  }
  .grid-9 .tablefilter-block.last {
    margin: 0 0 0.75em 0.8%;
  }
  #maincontent .grid-6 .dataTables_filter,
  #maincontent .grid-7 .dataTables_filter,
  #maincontent .grid-8 .dataTables_filter {
    flex: 0 0 32%;
    width: 32%;
  }
  #maincontent .grid-9 .dataTables_filter {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media all and (min-width: 1600px) {
  .figmatrix-item {
    flex: 0 0 30%;
    width: 30%;
    font-size: 1em;
  }
  .card-property {
    padding: 1.5em;
  }
  .card-propmeta {
    flex: 0 0 35%;
    width: 35%;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
    align-content: center;
  }
  .card-propbottom {
    display: none;
  }
  .card-proptype {
    flex: 0 0 95%;
    height: 3.5em;
    margin: 0.75em 0 0;
    max-width: 14em;
    padding: 0.75em;
    width: 95%;
  }
  .card-proptime {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 0 0 3em;
    font-size: 0.75em;
    justify-content: center;
    margin: 0;
    padding: 0.25em 0.75em;
    text-align: center;
    width: auto;
  }
  .card-propprice {
    flex: 1;
    width: 100%;
  }
  .card-propquali {
    text-align: center;
    font-size: 0.938em;
  }
  .card-propamount {
    text-align: center;
    font-size: 1.25em;
  }
  .card-propdetails .card-proptypes {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    margin: 0.25em 0 0 0;
  }
  .snapshot-main {
    flex: 0 0 48%;
    width: 48%;
  }
  .snapshot-data {
    flex: 0 0 48%;
    width: 48%;
  }
  #card-negsecond .minichart-outer {
    flex: 0 0 20%;
    width: 20%;
  }
  .overall-secondary .chart-overlayfigure {
    font-size: 1.5em;
  }
  .overall-leading-sub.alt {
    flex: 0 0 49%;
    width: 49%;
  }
  .overall-secondary.alt {
    flex: 0 0 100%;
    width: 100%;
  }
  .headlinefigure-block {
    flex: 0 0 16%;
    width: 16%;
  }
  .headlinefigures.grid-7 .headlinefigure-block {
    flex: 0 0 14%;
    width: 14%;
  }
  .headlinefigures.grid-7 .headlinefigure-block.solidtotal {
    flex: 0 0 8%;
    width: 8%;
  }
  .feed-stat.overflow {
    display: block;
  }
  #login {
    padding: 2.5em 3em;
  }
  #dynlogin-prompt {
    left: 8em;
    width: 40em;
  }
  #login .wpo365-mssignin-wrapper {
    left: 8em;
    width: 40em;
  }
  #loginform.open {
    left: 2%;
  }
  #mainoverlay {
    right: -4000px;
  }
  #mainoverlay.show {
    right: 0;
    transition: right 0.75s ease;
  }
  #mainoverlay.hide {
    right: -4000px;
    transition: right 0.75 ease;
  }
  .grid-2 .tablefilter-block {
    flex: 0 0 20%;
    width: 20%;
  }
  #maincontent .grid-2 .dataTables_filter {
    flex: 0 0 32%;
    width: 32%;
  }
  .tablefilters-list.grid-4 {
    justify-content: flex-start;
  }
  .grid-4 .tablefilter-block {
    flex: 0 0 16%;
    margin: 0 1% 0 0;
    width: 16%;
  }
  #maincontent .grid-4 .dataTables_filter {
    flex: 0 0 32%;
    margin: 0 0 0 auto;
    width: 32%;
  }
  .grid-7 .tablefilter-block {
    flex: 0 0 14%;
    width: 14%;
  }
  #maincontent .grid-7 .dataTables_filter {
    flex: 0 0 14%;
    width: 14%;
  }
  .textfilter {
    flex: 0 0 8%;
    width: 8%;
  }
}
@media all and (min-width: 1850px) {
  #feed-stats {
    padding: 0 3em;
  }
}
@media all and (min-width: 1900px) {
  #dynlogin-prompt {
    left: 12em;
  }
  #login .wpo365-mssignin-wrapper {
    left: 12em;
  }
  #loginform.open {
    left: 2.5%;
  }
}
/* 	OVERRIDES */
.nomargin {
  margin: 0;
}

.hidden {
  display: none;
}

/* palette */

/*# sourceMappingURL=style.css.map */
