@charset "UTF-8";
/* CSS Document */
/* Button */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=d94ebc7a-9a4f-4f65-ba1e-b86c295c08b5&fontids=675478");
*,
*:before,
*:after {
  box-sizing: border-box;
}
button {
  font-family: inherit;
  /* For all browsers */
  font-size: 100%;
  /* For all browsers */
  line-height: 1.15;
  /* For all browsers */
  margin: 0;
  /* Firefox and Safari have margin */
  overflow: visible;
  /* Edge hides overflow */
  text-transform: none;
  /* Firefox inherits text-transform */
  appearance: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  border: none;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.stat-big {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0e0002;
}
.normal-text {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e0002;
}
.small-text {
  font-size: 11px;
  line-height: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0e0002;
}
.normal-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #0e0002;
}
.label-uppercase {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-between {
  justify-content: space-between;
}
button {
  cursor: pointer;
}
.btn-primary,
.btn-incognito,
.btn-success,
.action,
.btn-default {
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 15px;
  background-color: #f3f3f3;
  color: #0e0002;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #b61b1b;
  color: #ffffff;
}
.btn-primary[disabled] {
  background-color: #f4f4f4 !important;
  color: #a4a4a4 !important;
}
.btn-primary[disabled]:hover {
  background-color: #f4f4f4 !important;
  color: #a4a4a4 !important;
  cursor: not-allowed;
}
.btn-incognito {
  background: transparent !important;
  border: none !important;
}
.btn-incognito:hover {
  background-color: #b61b1b !important;
  color: #ffffff !important;
}
.btn-success,
.action,
.btn-default {
  background-color: #d93e27 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.action:hover,
.btn-default:hover {
  background-color: #b61b1b !important;
}
.filter-select {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: #0e0002;
}
.filter-select span {
  margin-left: 0.5rem;
  font-size: 13px;
}
.filter-select::after {
  font-family: 'Swoop';
  content: '\f009';
  padding-left: 0.75rem;
  font-size: 12px;
}
.filter-select--grey {
  background-color: #f3f3f3;
}
input[type="button"],
input[type="submit"] {
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 15px;
  background-color: #f3f3f3;
  color: #0e0002;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #b61b1b;
  color: #ffffff;
}
input[type="button"][disabled],
input[type="submit"][disabled] {
  background-color: #f4f4f4 !important;
  color: #a4a4a4 !important;
}
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
  background-color: #f4f4f4 !important;
  color: #a4a4a4 !important;
  cursor: not-allowed;
}
.ui-dialog.ui-widget-content {
  background-color: #ffffff;
  padding: 0;
  border: 0;
  width: auto !important;
  max-width: 100%;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  background-color: #d93e27;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-button {
  border: 0;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-icon {
  background-image: url(jqueryui/images/ui-icons_222222_256x240.png);
}
.ui-dialog.ui-widget-content #dialog-alert {
  padding: 1.5rem 1rem;
}
.ui-dialog.ui-widget-content #dialog-alert-text {
  color: #0e0002;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1.7;
}
.ui-dialog.ui-widget-content .ui-dialog-content {
  height: auto !important;
  padding: 1.5rem;
  background: #ffffff;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane {
  border: none;
  padding-bottom: 1rem;
  background: none;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane .ui-button {
  margin: 0;
  background: #d93e27;
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane .ui-button:hover {
  background: #ae311f;
  color: #ffffff;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane .ui-button:not(:first-of-type) {
  margin-left: 1rem;
}
.ui-dialog.ui-widget-content .ui-dialog-buttonpane .ui-button-text {
  padding: 0;
}
.ui-slider-horizontal {
  height: 5px;
  background: #c5c5c5;
  border: none;
  border-radius: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  height: 14px;
  width: 14px;
  top: -4px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  background: #d93e27;
  cursor: pointer;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07);
  outline: none;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  border: 4px solid #ffffff !important;
}
.options {
  margin: 0;
  width: 100%;
  border-radius: 5px;
}
.options .optionsearch,
.options .optionfixed {
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
.options .optionsearch::after {
  float: right;
  color: #9d9d9d;
  content: '\f019';
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  font-family: Swoop;
  font-size: 18px;
  line-height: 32px;
  padding-right: 8px;
  z-index: 101;
  line-height: 1;
  cursor: pointer;
}
.options .optionfixed:after {
  float: right;
  color: #9d9d9d;
  content: '\f009';
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  font-family: Swoop;
  font-size: 18px;
  line-height: 32px;
  padding-right: 8px;
  z-index: 101;
  line-height: 1;
}
.options input {
  border: none;
  outline: none;
  appearance: none;
  margin: 0;
  width: 100%;
  color: #424242;
  padding: 0 10px;
}
.options input::-ms-clear {
  display: none;
}
.options .optionsenv {
  z-index: 99;
  display: none;
  background-color: transparent;
  margin-left: -2px;
  padding-left: 2px;
}
.options .optionset {
  height: 14rem;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #fbfbfb;
  opacity: 0.9;
  z-index: 100;
  margin-bottom: 1rem;
}
.options .option {
  padding: 0.6rem;
  font-size: 14px;
  margin-right: 2px;
  margin-top: 1px;
  line-height: 1.5;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
}
.options .option:hover {
  color: #0e0002;
  background-color: #fbece9;
}
.options .option:first-of-type {
  margin-top: 0.5rem;
}
.options .option:last-of-type {
  margin-bottom: 0.5rem;
}
.options .option .text {
  padding: 7px;
  padding-bottom: 6px;
  padding-right: 50px;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #9d9d9d !important;
  font-weight: 600;
}
.options .extra {
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.options .extra input[type='button'] {
  cursor: pointer;
  margin-left: 0.5rem !important;
}
.options .extra input[type='button']:first-of-type {
  margin-left: 0 !important;
}
.options .extra input[value='OK'] {
  background-color: #d93e27;
  color: #ffffff;
}
.options .optionsearch .text,
.options .optionfixed .text {
  background-color: white;
}
.options[expanded] .optionsearch,
.options[expanded] .optionfixed {
  background-color: transparent;
}
.options .csvupload {
  background: #f1f1f1;
  padding: 10px;
  font-size: 0.8rem;
}
.options[multiple] .option div:before {
  content: '\f006';
  font-family: Swoop;
  font-size: 16px;
  line-height: 20px;
  color: transparent;
  z-index: -1;
  position: relative;
  bottom: 2px;
  left: 0;
}
/*
 * Changing content triggers a shift in height on the parent for no particular reason in Chrome.
 * However changing z-index is pretty much bulletproof.
 */
.options[multiple] .option[selected] .ui-checkbox {
  background-color: #d93e27;
  border: 2px solid #d93e27;
}
.options[multiple] .option[selected] .ui-checkbox::before {
  color: #ffffff;
  z-index: 1;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: "Helvetica W02 Roman";
  src: url("fonts/Fonts/675478/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
  src: url("fonts/Fonts/675478/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"), url("fonts/Fonts/675478/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("fonts/Fonts/675478/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("fonts/Fonts/675478/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
}
html {
  height: 100%;
}
body {
  background-color: #f4f4f4;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #0e0002;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #b61b1b;
}
p,
td,
div {
  color: #616161;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px;
}
h1 {
  font-size: 18px;
  font-weight: 700;
}
h2 {
  font-size: 1.125rem;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 16px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
  font-weight: 700;
}
.large {
  font-size: 28px;
}
.large-lh {
  line-height: 28px !important;
}
.medium {
  font-size: 20px;
}
.medium-lh {
  line-height: 20px !important;
}
.clear {
  clear: both;
}
fieldset {
  background-color: #ececec;
  border: none;
  padding: 0 0 10px 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #616161;
}
fieldset.white {
  background-color: #ffffff;
}
fieldset h2 {
  color: #0e0002;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
fieldset label {
  display: block;
  padding-bottom: 10px;
}
fieldset .field {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
fieldset [date] {
  width: 120px;
  padding-left: 40px;
}
fieldset .row {
  clear: both !important;
  display: block !important;
}
fieldset .field.row {
  padding-top: 10px;
}
#Envelope #wrap #content label,
fieldset .field .field label {
  color: #616161;
  margin-top: -10px;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 10px;
}
fieldset .field .colorPicker {
  width: 140px;
}
table {
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td {
  padding: 0px;
}
.gridContainer {
  padding: 0;
  padding-top: 10px;
  width: 100%;
}
.group:before,
.gridContainer:after {
  content: "";
  display: table;
}
.gridContainer:after {
  clear: both;
}
.gridContainer {
  clear: both;
}
.gridContainer article {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
}
.gridContainer article.full {
  width: 100%;
}
article table th {
  color: #9d9d9d;
  padding-bottom: 10px;
}
article > h1,
.bordered h1 {
  margin-top: 10px;
  text-align: left;
  color: #616161;
  margin-bottom: -1px;
  padding: 10px;
}
article .body {
  padding: 10px;
  margin-bottom: 10px;
  color: #616161;
  overflow-x: auto;
}
article p,
article td,
article div {
  line-height: 20px;
  font-size: 14px;
}
article.green h1,
article.green .colored {
  color: #8db74e;
}
table.colored th,
table.colored td {
  border: 1px solid white;
}
table.colored td {
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
}
article.green table.colored th {
  background-color: #8db74e;
  color: white;
}
article.blue table.colored th {
  background-color: #379fed;
  color: white;
}
article.green .altcolor {
  color: #f3c63b;
}
article.teal h1,
article.teal .colored {
  color: #009587;
}
article.cyan h1,
article.cyan .colored {
  color: #00bbd3;
}
article.blue h1,
article.blue .colored {
  color: #379fed;
}
article.yellow h1,
article.yellow .colored {
  color: #f3c63b;
}
article.orange h1,
article.orange .colored {
  color: #f29129;
}
article.red h1,
article.red .colored {
  color: #d93e27;
}
article.purple h1,
article.purple .colored {
  color: #8434a1;
}
.product-logo {
  height: 140px;
  width: 231px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: center;
}
[app="workplace"] .product-logo {
  background-image: url('/images/icons/productlogo-workplace.svg');
}
[app="workplace"]:hover .product-logo.hover {
  background-image: url('/images/icons/productlogo-workplace.svg#hover');
}
[app="yammer"] .product-logo {
  background-image: url('/images/icons/productlogo-vivaengage.svg');
}
[app="yammer"]:hover .product-logo.hover {
  background-image: url('/images/icons/productlogo-vivaengage.svg#hover');
}
[app="teams"] .product-logo {
  background-image: url('/images/icons/productlogo-teams.svg');
}
[app="teams"]:hover .product-logo.hover {
  background-image: url('/images/icons/productlogo-teams.svg#hover');
}
[app="m365"] .product-logo {
  background-image: url('/images/icons/productlogo-m365.svg');
}
[app="m365"]:hover .product-logo.hover {
  background-image: url('/images/icons/productlogo-m365.svg#hover');
}
[app="sharepoint"] .product-logo {
  background-image: url('/images/icons/productlogo-sharepoint.svg');
}
[app="sharepoint"]:hover .product-logo.hover {
  background-image: url('/images/icons/productlogo-sharepoint.svg#hover');
}
.main-document {
  display: flex;
  flex-direction: column;
}
#Envelope {
  background-color: #f3f3f3;
  flex: 1;
  line-height: 1em;
  margin: 0 auto;
  min-width: 50%;
  position: relative;
}
header {
  min-height: 80px;
}
header.main-menu {
  height: 80px;
  background: #ffffff;
  color: #0e0002;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header.main-menu .main-menu-logo {
  height: 60px;
  margin: 10px 15px;
}
header.main-menu .main-menu-heading {
  margin: 5px 15px;
  text-align: right;
}
.article-container {
  margin-top: 15px;
  min-width: 50%;
}
.article-container.redbg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-top: -80px;
}
.article-container.redbg article {
  color: #ffffff !important;
  background-color: #ee3123 !important;
}
.article-container.redbg article .body {
  font-size: 20px;
  color: #ffffff;
}
.article-container article {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07) !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  padding: 1rem;
}
.article-container article h1 {
  color: #0e0002 !important;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.5rem;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding: 0;
}
.article-container article p,
.article-container article td,
.article-container article div {
  line-height: 20px;
  font-size: 14px;
  color: #0e0002;
}
.article-container article .body.centered {
  text-align: center;
}
.maintenance .icon {
  color: #ee3123;
  font-size: 200px;
  padding-bottom: 20px;
}
footer {
  background-color: #f3f3f3;
  clear: both;
  margin: 0 auto;
}
footer .gridContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer div,
footer a {
  color: #0e0002;
}
footer .row {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer .column {
  display: block;
  float: left;
  width: 24%;
  height: 150px;
}
footer .column h1,
footer .column a {
  padding-left: 20px;
}
footer .column a {
  display: block;
  text-decoration: none;
  line-height: 1.5em;
}
footer .text {
  xpadding-top: 80px;
  text-align: center;
}
.spacebottom {
  margin-bottom: 10px;
}
/* Jquery UI Styles */
input,
#card-number,
#expiration-date,
#cvv,
select,
textarea {
  border: 1px solid #89898933;
  border-radius: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  color: #616161;
  background-color: white;
}
input,
#card-number,
#expiration-date,
#cvv,
select {
  height: 38px;
}
#card-number,
#expiration-date,
#cvv {
  width: 12em;
  height: 38px;
  font-family: Arial;
  font-size: 14px;
  padding-left: 10px;
  color: #ebebeb;
}
#cvv {
  width: 4em;
}
#expiration-date {
  width: 5em;
}
input[type='button'][softdisabled] {
  opacity: 0.2;
}
#Envelope #wrap #content .btn {
  border: none;
  background-color: #ee3123;
  color: white !important;
  font-size: 1.125rem;
  font-family: 'Helvetica LT W10 Roman1489442', sans-serif;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #b61b1b;
  color: #ffffff;
}
.trend {
  border: none;
  background-color: #ee3123;
  color: white !important;
  padding: 10px;
  margin-right: 20px;
  float: left;
}
.trend:before {
  content: '\f00e';
  font-family: Swoop;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
input[type='button'] + .fa-spinner {
  display: none;
}
input[type='button'][processing] {
  padding-left: 1.5rem;
}
input[type='button'][processing] + .fa-spinner {
  display: inline-block;
  position: absolute;
  margin-top: 8px;
  margin-left: -63px;
  color: white;
}
input[type='file'] {
  margin-left: 4px;
  margin-top: 4px;
  vertical-align: top;
  width: 100px;
  overflow: hidden;
  margin-right: 20px;
}
input[type='file']::before {
  background-color: #f3f3f3;
  border: 1px solid #89898933;
  border-radius: 4px;
  color: #0e0002;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  position: absolute;
  display: block;
  content: 'Choose File';
  margin-top: -4px;
  margin-left: -12px;
  padding: 10px 40px;
}
input[type='file']:hover:before {
  background-color: #b61b1b;
  color: #ffffff;
}
input[type='button'].grey {
  background-color: #f4f4f4 !important;
}
input[type='button'].grey:hover {
  background-color: #ececec !important;
  color: #0e0002;
}
input[date] {
  padding-left: 40px;
}
input[type='button'].small {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px !important;
  width: auto !important;
  display: inline-block;
  margin: 0;
  cursor: default;
}
input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  content: none;
  padding-left: 0;
  height: auto;
}
input[type='checkbox']::before {
  background: transparent;
  border: 2px solid #030303;
  border-radius: 4px;
  color: transparent;
  display: inline-block;
  content: "✓";
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  height: 20px;
  width: 20px;
}
input[type='checkbox']:checked:before {
  background-color: #d93e27 !important;
  border: 2px solid #d93e27 !important;
  color: #ffffff !important;
}
input[type='radio'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  content: none;
  padding-left: 0;
  height: auto;
}
input[type='radio']::before {
  background: transparent;
  border: 0.2em solid #030303;
  border-radius: 50%;
  color: transparent;
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
}
input[type='radio']:checked:before {
  background-color: #ffffff !important;
  border: 0.3em solid #d93e27 !important;
  color: #ffffff !important;
}
label.form {
  display: inline-block;
  margin: 3px;
}
label.form span {
  display: inline-block;
  position: relative;
  top: -4px;
  vertical-align: middle;
}
table .cell {
  padding: 5px 15px;
}
table .cell.fixed {
  padding: 5px;
  text-align: right;
  width: 145px;
}
table .cell.topAlign {
  vertical-align: top;
}
table .cell.rightAlign {
  text-align: right;
}
.tableRightVariable {
  padding: 5px 15px;
}
.forceHeader {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 16px;
  width: 100%;
}
forceFooter {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
.ui-checkbox[checked] {
  background-color: #d93e27;
  border: 2px solid #d93e27;
}
.ui-checkbox {
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.ui-checkbox[checked]:before {
  position: absolute;
  content: "\f006";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ui-icon-triangle-1-s {
  display: none;
}
.ui-selectmenu-button {
  outline: none !important;
  border: 2px solid white !important;
  min-height: 38px;
}
.ui-selectmenu-button[aria-expanded=true] {
  border: 2px solid #9d9d9d !important;
}
.ui-selectmenu-text {
  background-color: white;
  color: #9d9d9d;
  padding: 8px;
  line-height: 32px;
}
.ui-selectmenu-button:after {
  float: right;
  display: block;
  content: "\f078";
  font-family: FontAwesome;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 32px;
  margin-top: -36px;
  padding-right: 8px;
}
.ui-selectmenu-button[aria-expanded=true] .ui-selectmenu-text {
  background-color: #ececec;
}
.option,
.option .optionsearch {
  font-size: 1.1em;
}
.ui-selectmenu-open {
  background-color: white;
  color: #9d9d9d;
  margin-top: -21.2em !important;
}
.ui-selectmenu-menu .ui-state-focus {
  color: white;
  background-color: #616161 !important;
}
.ui-selectmenu-open .ui-menu {
  border: 2px solid #9d9d9d !important;
  border-top: none !important;
  background-color: white;
}
.ui-menu-item {
  padding: 10px !important;
  padding-top: 16px !important;
  border-top: 1px solid #ececec !important;
  margin-right: 4px;
}
.options {
  margin: 0;
  width: 350px;
  border: 2px solid #ffffff;
}
.options input {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  color: #f3f3f3;
  padding: 0 10px;
  box-sizing: border-box;
}
.options input::-ms-clear {
  display: none;
}
.options .option {
  padding: 0.5em;
  border-top: 1px solid #ececec !important;
  border-bottom: 1px solid #ececec !important;
  margin-right: 4px;
  line-height: 1.5em;
  height: 2.51em;
  box-sizing: border-box;
  overflow: hidden;
}
.options .text {
  padding: 7px;
  padding-bottom: 6px;
  padding-right: 50px;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  font-family: 'Helvetica W02 Roman', sans-serif;
  color: #9d9d9d !important;
  font-weight: bold;
}
.options .option:hover {
  color: white;
  background-color: #616161 !important;
}
.options[multiple] .option[selected] {
  color: white;
  background-color: #9d9d9d !important;
}
.options .optionsearch {
  padding: 0px;
  font-size: 1.1em;
  box-sizing: border-box;
  background-color: white;
}
.options .optionsearch .text {
  background-color: white;
}
.options[expanded] {
  border: 2px solid #9d9d9d !important;
  border-bottom: none !important;
}
.options[expanded] .optionsearch {
  background-color: transparent;
}
.options .optionsearch:after {
  float: right;
  color: #9d9d9d;
  content: "\f002";
  position: relative;
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 32px;
  margin-top: -36px;
  padding-right: 8px;
  z-index: 101;
}
.options .optionsenv {
  position: absolute;
  z-index: 99;
  display: none;
}
.options .optionset {
  height: 14.05em;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: white;
  xopacity: 0.9;
  z-index: 100;
}
.options[multiple] .option:before {
  content: "\f067";
  float: right;
  font-family: FontAwesome;
  font-size: 17px;
}
.options[multiple] .option[selected]:before {
  content: "\f056";
  float: right;
  font-family: FontAwesome;
  font-size: 17px;
}
.options .optionsenv {
  background-color: white;
  margin-left: -2px;
  padding-left: 2px;
  border: 2px solid #9d9d9d;
}
.options .extra {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.options .extra input[type="button"][value="Cancel"] {
  float: right;
}
.options .extra input[type="button"] {
  width: 25%;
}
.ui-date-wrapper i {
  position: absolute;
  color: #9d9d9d;
  font-size: 32px;
  margin: 4px;
}
.ui-date-wrapper input {
  font-weight: bold;
}
.ui-date-wrapper {
  height: 42px;
  background-color: white;
}
.ui-datepicker {
  background-color: white;
  border: 1px solid #b4b4b4;
}
.ui-datepicker th {
  color: white;
}
.ui-datepicker td * {
  color: #616161;
}
.ui-datepicker-title {
  color: white;
}
.ui-datepicker-today a {
  color: white;
  display: block;
  float: right;
  font-weight: bold;
  background-color: #ee3123;
  border-radius: 50%;
  padding: 4px !important;
}
.ui-datepicker-header {
  background-color: #616161;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:after {
  font-size: 25px;
  font-family: FontAwesome;
  color: white;
  padding-top: 2px;
}
.ui-datepicker-prev:before {
  float: left;
  content: "\f053";
}
.ui-datepicker-next:after {
  float: left;
  content: "\f054";
  font-size: 28px;
}
/*
@MaxContainerWidth: 1170px;
@MaxContainerWidthMedium: 970px;
@MaxContainerWidthSmall: 750px;
@MaxContainerWidthPhone: 750px;
 */
.rotate {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  /* Border is the new background */
  background: none;
  /* Rotate from top left corner (not default) */
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate45 {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  /* Border is the new background */
  background: none;
  /* Rotate from top left corner (not default) */
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
[yammermessageid] {
  cursor: pointer;
}
th[sort] div {
  display: inline-block;
  color: inherit;
}
th[sort] .text {
  display: table-cell;
  line-height: 1.2em;
  width: 99%;
}
th[sort] .sorter {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
th[sort] .sorter:before {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 17px;
}
th[sort].sortup .sorter:before {
  content: '\f0de';
}
th[sort].sortdown .sorter:before {
  content: '\f0dd ';
}
.statusRepeat [repeatset] {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  border: 3px solid white;
  box-sizing: border-box;
}
.statusRepeat .Red {
  background-color: #ee3123;
}
.statusRepeat .Orange {
  background-color: #f29129;
}
.statusRepeat .Yellow {
  background-color: #f3c63b;
}
/**
 * M365 is doing a wizard style try site.
 */
.main-document.m365 h1 {
  margin-bottom: 0.5rem;
}
.main-document.m365 .article-container article div.field.warning {
  background-color: #f3c63b52;
  border: 1px solid #f3c63b;
  border-radius: 8px;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.main-document.m365 .xbuttonenv {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
.main-document.m365 .xbuttonenv.next {
  justify-content: flex-end;
}
/**
 * SharePoint Try site.
 */
#MinerConfig label span {
  padding-left: 1.5rem;
}
#MinerConfig .warning {
  background-color: #fbf1ce;
  margin-bottom: 3rem;
  margin-left: 3rem;
  padding: 1rem;
}
#MinerConfig .warning.hidden {
  display: none;
}
#MinerConfig .warning div {
  font-family: 'Raleway', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
#MinerNext .help {
  margin-bottom: 2rem;
}
#MinerNext .help .need {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
#MinerNext .help .tutorial {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
#MinerNext .codeblock {
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 1rem 1.5rem;
  padding: 1rem;
}
#MinerNext .codeblock button {
  color: #0e0002;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#MinerNext li > span {
  display: block;
  padding-left: 1.5rem;
}
/* Phone */
@media only screen and (max-width: 480px) {
  header {
    min-height: 0;
  }
  .hidemobile {
    display: none;
  }
  #Envelope {
    max-width: auto;
  }
  header {
    height: 60px !important;
  }
  header .fa-bars {
    font-size: 55px !important;
  }
  header img {
    height: 60px;
  }
  footer {
    display: none;
  }
  [name="TopTitle"] {
    font-size: 14px !important;
    padding-left: 5px;
  }
  [name="DashboardTitle"] {
    padding-top: 5px;
    padding-left: 5px;
  }
  [name="DateRange"] {
    font-size: 14px !important;
  }
  #DateRange {
    padding-top: 32px;
  }
  #DateRange i {
    font-size: 28px !important;
    margin: 0;
    padding: 0;
  }
  .gridContainer {
    padding: 0 !important;
  }
  .gridContainer article {
    width: 100%;
    margin: 0;
  }
  .showmobile {
    display: block;
  }
  fieldset {
    margin: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 481px) {
  #Envelope {
    max-width: 720px;
  }
}
/* Medium Desktop */
@media only screen and (min-width: 768px) {
  .mobileonly {
    dispay: none;
  }
  #Envelope {
    max-width: 720px;
  }
  .gridContainer article {
    width: 33.3333%;
  }
  .gridContainer article.double {
    width: 66.6%;
    width: cal(78.66%);
  }
}
/* Large desktop */
@media only screen and (min-width: 992px) {
  #Envelope {
    max-width: 720px;
  }
}
[errormessage][active] {
  color: #ee3123;
  font-weight: bold;
}
input[name="DomainName"] {
  text-transform: lowercase;
}
