/* ------------- COLORS ------------- */
/* ------------- TYPOGRAPHY ------------- */
/* ------------- COMPONENTS ------------- */
/* #696; */
/* ---- GLOBAL STYLES ---- */
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;*/
}
html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus,
*:before:focus,
*:after:focus {
  outline: none;
}
body {
  font-family: Arial;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}
body.md-default-theme,
body,
html.md-default-theme,
html {
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* ------------- COLORS ------------- */
/* ------------- TYPOGRAPHY ------------- */
/* ------------- COMPONENTS ------------- */
/* #696; */
/* -------------------------- TYPOGRAPHY ---------------------------- */
.g-bold {
  font-weight: bold;
}
.g-italic {
  font-style: italic;
}
.g-underline {
  text-decoration: underline;
}
.g-text-sm {
  font-size: 80%;
}
.g-text-lg {
  font-size: 120%;
}
.g-text-align-center {
  text-align: center;
}
.g-text-align-left {
  text-align: left;
}
.g-text-align-right {
  text-align: right;
}
.g-vertical-align-middle {
  vertical-align: middle;
}
.g-font-1 {
  font-size: 1px;
}
.g-font-9 {
  font-size: 9px;
}
.g-font-10 {
  font-size: 10px;
}
.g-font-11 {
  font-size: 11px;
}
.g-font-12 {
  font-size: 12px;
}
.g-font-13 {
  font-size: 13px;
}
.g-font-14 {
  font-size: 14px;
}
.g-font-15 {
  font-size: 15px;
}
.g-font-16 {
  font-size: 16px;
}
.g-font-18 {
  font-size: 18px;
}
.g-font-20 {
  font-size: 20px;
}
.g-font-22 {
  font-size: 22px;
}
.g-font-24 {
  font-size: 24px;
}
.g-font-26 {
  font-size: 26px;
}
.g-font-36 {
  font-size: 36px;
}
.g-font-42 {
  font-size: 42px;
}
.g-font-46 {
  font-size: 46px;
}
.g-line-height-1 {
  line-height: 1;
}
.g-line-height-1_5 {
  line-height: 1.5;
}
.g-white-space-nowrap {
  white-space: nowrap;
}
.g-text-overflow-ellipsis {
  text-overflow: ellipsis;
}
.g-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* -------------------------- LINKS ---------------------------- */
.g-link-light-bg .btn-link,
.g-link-light-bg a {
  color: #1a0dab !important;
}
.g-link-light-bg .btn-link:hover,
.g-link-light-bg a:hover {
  color: #1a0dab !important;
}
.g-link-screen-bg .btn-link,
.g-link-screen-bg a {
  color: #fff !important;
}
.g-link-screen-bg .btn-link:hover,
.g-link-screen-bg a:hover {
  color: #5eabff !important;
}
/* -------------------------- DISPLAY/POSITION ---------------------------- */
.g-opacity-0 {
  opacity: 0;
}
.g-opacity-100 {
  opacity: 1;
}
.g-visibility-hidden {
  visibility: hidden;
}
.g-flex {
  display: flex !important;
}
.g-inline-flex {
  display: inline-flex !important;
}
.g-flex-1 {
  flex: 1;
}
.g-flex-column {
  flex-direction: column;
}
.g-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-justify-content-center {
  justify-content: center;
}
.g-justify-content-flex-end {
  justify-content: flex-end;
}
.g-justify-content-space-between {
  justify-content: space-between;
}
.g-align-items-center {
  align-items: center;
}
.g-align-items-flex-end {
  align-items: flex-end;
}
.g-align-self-center {
  align-self: center;
}
.g-block {
  display: block !important;
}
.g-inline {
  display: inline !important;
}
.g-inline-block {
  display: inline-block !important;
}
.g-hidden {
  display: none;
}
.g-visibility-hidden {
  visibility: hidden;
}
.g-overflow-hidden {
  overflow: hidden;
}
.g-overflow-visible {
  overflow: visible;
}
.g-overflow-auto {
  overflow: auto;
}
.g-overflow-x-auto {
  overflow-x: auto;
}
.g-overflow-y-auto {
  overflow-y: auto;
}
.g-overflow-scroll {
  overflow: scroll;
}
.g-overflow-x-scroll {
  overflow-x: scroll;
}
.g-overflow-y-scroll {
  overflow-y: scroll;
}
.g-wideonly {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .g-wideonly {
    display: block;
  }
}
.g-float-left {
  float: left;
}
.g-float-right {
  float: right;
}
.g-clear {
  clear: both;
}
.g-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.g-relative {
  position: relative !important;
}
.g-absolute {
  position: absolute !important;
}
.g-fixed {
  position: fixed !important;
}
.g-top-0 {
  top: 0;
}
.g-right-0 {
  right: 0;
}
.g-bottom-0 {
  bottom: 0;
}
.g-left-0 {
  left: 0;
}
.g-top-10 {
  top: 10px;
}
.g-right-10 {
  right: 10px;
}
.g-bottom-10 {
  bottom: 10px;
}
.g-left-10 {
  left: 10px;
}
.g-top-left,
.g-top-right,
.g-bottom-left,
.g-bottom-right {
  position: absolute;
}
.g-top-right {
  top: 0;
  right: 0;
}
.g-top-left {
  top: 0;
  left: 0;
}
.g-bottom-right {
  bottom: 0;
  right: 0;
}
.g-bottom-left {
  bottom: 0;
  left: 0;
}
.g-offscreen {
  top: 1000px;
}
.g-no-events {
  pointer-events: none;
}
/* -------------------------- MARGINS/PADDING ---------------------------- */
.g-margin-auto {
  margin: auto;
}
.g-hmargin-auto {
  margin-left: auto;
  margin-right: auto;
}
.g-tmargin-auto {
  margin-top: auto;
}
.g-rmargin-auto {
  margin-right: auto;
}
.g-bmargin-auto {
  margin-bottom: auto;
}
.g-lmargin-auto {
  margin-left: auto;
}
.g-margin-0 {
  margin: 0;
}
.g-hmargin-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.g-vmargin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.g-tmargin-0 {
  margin-top: 0px;
}
.g-rmargin-0 {
  margin-right: 0px;
}
.g-bmargin-0 {
  margin-bottom: 0px;
}
.g-lmargin-0 {
  margin-left: 0px;
}
.g-margin-5 {
  margin: 5px;
}
.g-hmargin-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.g-vmargin-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.g-tmargin-5 {
  margin-top: 5px;
}
.g-rmargin-5 {
  margin-right: 5px;
}
.g-bmargin-5 {
  margin-bottom: 5px;
}
.g-lmargin-5 {
  margin-left: 5px;
}
.g-hmargin-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.g-vmargin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.g-tmargin-10 {
  margin-top: 10px;
}
.g-rmargin-10 {
  margin-right: 10px;
}
.g-bmargin-10 {
  margin-bottom: 10px;
}
.g-lmargin-10 {
  margin-left: 10px;
}
.g-margin-10 {
  margin: 10px;
}
.g-hmargin-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.g-vmargin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.g-tmargin-15 {
  margin-top: 15px;
}
.g-rmargin-15 {
  margin-right: 15px;
}
.g-bmargin-15 {
  margin-bottom: 15px;
}
.g-lmargin-15 {
  margin-left: 15px;
}
.g-margin-15 {
  margin: 15px;
}
.g-margin-20 {
  margin: 20px;
}
.g-vmargin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.g-hmargin-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.g-tmargin-20 {
  margin-top: 20px;
}
.g-rmargin-20 {
  margin-right: 20px;
}
.g-bmargin-20 {
  margin-bottom: 20px;
}
.g-lmargin-20 {
  margin-left: 20px;
}
.g-margin-25 {
  margin: 25px;
}
.g-vmargin-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.g-hmargin-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.g-tmargin-25 {
  margin-top: 25px;
}
.g-rmargin-25 {
  margin-right: 25px;
}
.g-bmargin-25 {
  margin-bottom: 25px;
}
.g-lmargin-25 {
  margin-left: 25px;
}
.g-margin-30 {
  margin: 30px;
}
.g-vmargin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.g-hmargin-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.g-tmargin-30 {
  margin-top: 30px;
}
.g-rmargin-30 {
  margin-right: 30px;
}
.g-bmargin-30 {
  margin-bottom: 30px;
}
.g-lmargin-30 {
  margin-left: 30px;
}
.g-margin-40 {
  margin: 40px;
}
.g-margin-50 {
  margin: 50px;
}
.g-vmargin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.g-hmargin-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.g-tmargin-50 {
  margin-top: 50px;
}
.g-rmargin-50 {
  margin-right: 50px;
}
.g-bmargin-50 {
  margin-bottom: 50px;
}
.g-lmargin-50 {
  margin-left: 50px;
}
.g-padding-0 {
  padding: 0;
}
.g-padding-5 {
  padding: 5px;
}
.g-hpadding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.g-vpadding-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.g-tpadding-5 {
  padding-top: 5px;
}
.g-rpadding-5 {
  padding-right: 5px;
}
.g-bpadding-5 {
  padding-bottom: 5px;
}
.g-lpadding-5 {
  padding-left: 5px;
}
.g-padding-10 {
  padding: 10px;
}
.g-hpadding-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.g-vpadding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.g-tpadding-10 {
  padding-top: 10px;
}
.g-rpadding-10 {
  padding-right: 10px;
}
.g-bpadding-10 {
  padding-bottom: 10px;
}
.g-lpadding-10 {
  padding-left: 10px;
}
.g-padding-15 {
  padding: 15px;
}
.g-vpadding-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.g-hpadding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.g-tpadding-15 {
  padding-top: 15px;
}
.g-rpadding-15 {
  padding-right: 15px;
}
.g-bpadding-15 {
  padding-bottom: 15px;
}
.g-lpadding-15 {
  padding-left: 15px;
}
.g-padding-20 {
  padding: 20px;
}
.g-vpadding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.g-hpadding-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.g-tpadding-20 {
  padding-top: 20px;
}
.g-rpadding-20 {
  padding-right: 20px;
}
.g-bpadding-20 {
  padding-bottom: 20px;
}
.g-lpadding-20 {
  padding-left: 20px;
}
.g-padding-25 {
  padding: 25px;
}
.g-vpadding-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.g-hpadding-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.g-tpadding-25 {
  padding-top: 25px;
}
.g-rpadding-25 {
  padding-right: 25px;
}
.g-bpadding-25 {
  padding-bottom: 25px;
}
.g-lpadding-25 {
  padding-left: 25px;
}
.g-padding-30 {
  padding: 30px;
}
.g-vpadding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.g-hpadding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.g-tpadding-30 {
  padding-top: 30px;
}
.g-rpadding-30 {
  padding-right: 30px;
}
.g-bpadding-30 {
  padding-bottom: 30px;
}
.g-lpadding-30 {
  padding-left: 30px;
}
/* -------------------------- WIDTHS/HEIGHTS ---------------------------- */
.g-width-auto {
  width: auto;
}
.g-height-auto {
  height: auto;
}
.g-width-0 {
  width: 0;
}
.g-width-15 {
  width: 15%;
}
.g-width-25 {
  width: 25%;
}
.g-width-50 {
  width: 50%;
}
.g-width-65 {
  width: 65%;
}
.g-width-75 {
  width: 75%;
}
.g-width-80 {
  width: 80%;
}
.g-width-90 {
  width: 90%;
}
.g-full-width {
  width: 100%;
}
.g-height-0 {
  height: 0;
}
.g-full-height {
  height: 100%;
}
.g-fill {
  width: 100%;
  height: 100%;
}
.g-imgfullwidth img {
  width: 100%;
}
/* useful when extra ng-if tag causes layout problems */
.g-inherit-width {
  width: inherit;
}
.g-inherit-height {
  height: inherit;
}
/* -------------------------- BACKGROUND/COLOURS ---------------------------- */
.g-color-black {
  color: #000;
}
.g-color-grey {
  color: #666;
}
.g-color-light-grey {
  color: #999;
}
.g-color-white {
  color: #fff;
}
.g-color-red {
  color: #900;
}
.g-color-green {
  color: #090;
}
.g-color-blue {
  color: #09f;
}
.g-background-none {
  background-color: none;
}
.g-background-black {
  background-color: #000;
}
.g-background-grey {
  background-color: #666;
}
.g-admin-container {
  background-color: #f1f1f1;
  border: #d6d6d6 solid 1px;
  color: #000;
  font-size: 11px;
  padding: 10px;
  margin: 10px;
  border-radius: 3px;
  line-height: 16px;
}
.g-background-white {
  background-color: #fff;
}
.g-background-red {
  background-color: #900;
}
.g-color-black.g-translucent,
.g-background-white.g-translucent {
  background: rgba(255, 255, 255, 0.8);
}
.g-color-white.g-translucent,
.g-background-black.g-translucent {
  background: rgba(0, 0, 0, 0.8);
}
/* TODO remove this completely. should be using above classes
    .g-blackwhite {
    color: @color__black;
    background: @color__white;
}*/
/* -------------------------- BORDERS ---------------------------- */
.g-border {
  border: 1px solid #999;
}
.g-border-top {
  border-top: 1px solid #999;
}
.g-border-bottom {
  border-bottom: 1px solid #999;
}
.g-border-left {
  border-left: 1px solid #999;
}
.g-border-right {
  border-right: 1px solid #999;
}
.g-border-light {
  border-color: #d6d6d6;
}
.g-border-none {
  border: 0;
}
.g-rounded-4 {
  border-radius: 4px;
}
.g-rounded-6 {
  border-radius: 6px;
}
.g-rounded-8 {
  border-radius: 8px;
}
/* -------------------------- LISTS ---------------------------- */
.g-numbered-list {
  list-style: decimal;
  margin-left: 20px;
}
.g-numbered-list li {
  margin-bottom: 5px;
}
/* -------------------------- COMPONENTS ---------------------------- */
/* ----- DISPLAY ----- */
.g-dis-content .dis-content {
  margin: 0;
}
/* -------------------------- POPUPS ---------------------------- */
.g-popup-header {
  display: flex;
  align-items: center;
}
.g-popup-header__icon {
  font-size: 16px;
  margin-right: 5px;
}
.g-popup-title {
  font-size: 16px;
  font-weight: bold;
}
[mq-platform='web'] .g-popup-header {
  height: 33px;
  padding-left: 12px;
  white-space: nowrap;
}
[mq-platform='mobile'] .g-popup-header {
  justify-content: center;
  padding: 12px;
  text-align: center;
}
[mq-platform='mobile'] mq-display[display-mode='Popup'] .g-popup-summary {
  display: block;
  margin: 15px 0;
  line-height: 1.2;
}
[mq-platform='mobile'] mq-display[mq-role='WTD'] .g-popup-header {
  margin: 30% auto 15px;
}
/* ---------------------- RESPONSIVE POPUPS ------------------- */
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='1'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='2'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='3'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='4'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='5'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='6'] [panel-count='1'] .pan-content,
[mq-platform='web'] mq-display[display-mode='Popup'] .dis-content[dis-width-level='7'] [panel-count='1'] .pan-content {
  max-width: 675px;
  width: 90%;
}
/* ---------------------- TITLES / DESCRIPTIONS ------------------- */
[mq-platform='web'] .g-title {
  font-size: 22px;
}
[mq-platform='mobile'] .g-title {
  font-size: 20px;
  margin: 10px 0;
}
.g-intro-description {
  margin: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bbb;
}
/* ---------------------- PROMPTS ------------------- */
.g-prompt {
  font-size: 14px;
  font-style: italic;
}
[mq-platform='web'] .g-prompt {
  margin: 5px 0 10px 0;
}
[mq-platform='mobile'] .g-prompt {
  margin: 12px 0px;
}
/* -------------------------- MISC ---------------------------- */
.g-cursor-pointer {
  cursor: pointer;
}
/* -------------------------- TO BE CLEANED UP ---------------------------- */
[mq-platform='mobile'] mq-btn[btn-mode='icon'].dis-wtd-btn-ok .btn-icon {
  font-size: 24px;
}

/* ------------- COLORS ------------- */
/* ------------- TYPOGRAPHY ------------- */
/* ------------- COMPONENTS ------------- */
/* #696; */
