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;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container-constructor {
  width: 95%;
  margin: 0 auto;
}
/* Greys */
/* Blues */
/* "Reds" */
/* Greens */
/* Yellows */
.error-style {
  background: #f9ecef;
  border: 1px solid #c44557;
  color: #dd5d6f;
}
.warning-style {
  background: #fcebd9;
  border: 1px solid #e1811e;
  color: #e1811e;
}
.info-style {
  background: #e5f6ff;
  border: 1px solid #53a7d1;
  color: #53a4cd;
}
.success-style {
  background: #f2f9df;
  border: 1px solid #89aa28;
  color: #689f11;
}
html {
  height: 100%;
}
body {
  font: 12px/1 Arial, Helvetica, sans-serif;
  color: #5f6267;
  background: #252530 url(../dist/479f347346be2c34971aa350587fd4df.png);
  height: 100%;
  min-height: 100%;
  min-width: 1150px;
}
a {
  color: #308CB0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #2DC2F0;
  text-decoration: underline;
}
.after-clear-fix {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.show {
  display: block;
}
.hide {
  display: none;
}
strong {
  font-weight: 700;
}
p {
  padding: 0.3em 0;
}
.cleaner {
  clear: both !important;
  padding: 0 !important;
  font-size: 0 !important;
  margin: 0 !important;
  height: 0px !important;
  min-height: 0px !important;
  line-height: 0px !important;
  display: block !important;
}
h1,
.title {
  font-size: 20px;
  background-color: #ebebf5;
  color: #23232d;
  position: relative;
  padding: 0.6em 0.3em;
}
h1:before,
.title:before,
h1:after,
.title:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
h1:before,
.title:before {
  margin-top: -1px;
  background: #fff;
}
h1:after,
.title:after {
  background: #D7D7E1;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 1em 0 0.5em 0;
}
h3 {
  font-size: 16px;
  color: #4B4B5F;
  margin: 0.5em 0;
}
h4 {
  font-size: 14px;
  color: #729bc8;
  margin: 0.2em 0 0.4em 0;
  font-style: italic;
}
h6 {
  font-size: 12px;
  color: #466180;
  margin: 0.2em 0 0.4em 0;
  font-style: italic;
  font-weight: 700;
}
.actions {
  margin: 0.5em;
  color: #777;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  display: block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e9 100%);
  background: linear-gradient(top, #ffffff 0%, #e1e1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e1e1e9, GradientType=0);
  border: 1px solid #d4d4d4;
  box-shadow: 0 2px 2px 2px #efeff8 default;
  -webkit-box-shadow: 0 2px 2px 2px #efeff8 default;
}
.actions:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.page-actions {
  background: #f8f8fc;
  position: relative;
  margin-top: 1px;
  margin-bottom: 2px;
}
.page-actions:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.page-actions:after {
  background: #D7D7E1;
}
.form-that-wraps-page {
  float: left;
  z-index: 1;
}
.breadcrumbs {
  margin: 0.5em 0.5em 1.5em 0.5em;
}
.breadcrumbs a {
  display: block;
  float: left;
  margin-top: 0.1em;
}
.breadcrumbs .arrow {
  display: block;
  float: left;
  margin: 0 0.5em;
}
.breadcrumbs .selected {
  display: block;
  float: left;
  font-weight: 700;
  margin-top: 0.1em;
}
.breadcrumbs:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.alert-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -152px -15px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.left-arrow-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -24px;
  width: 8px;
  height: 9px;
  display: inline-block;
}
.loading {
  background: url(../dist/ceae8da3b323e8a4d9d418bb3c93c1ec.gif) no-repeat center center;
  width: 100%;
  height: 10em;
}
.loading-icon,
.loading-icon-inverted {
  background: url(../dist/ceae8da3b323e8a4d9d418bb3c93c1ec.gif) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.loading-icon-inverted {
  background: none;
  /*TODO: Find a nice icon for coloured backgrounds */
}
.dec-medium-loading-icon {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../dist/1549690a4c28e196d1d1a429c4a82d95.gif) no-repeat;
}
.small-loading-icon,
.small-loading-icon-inverted {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../dist/7b67adfaba55e92580a46ae323590f4c.gif) no-repeat;
}
.small-loading-icon-inverted {
  background: none;
  /*TODO: Find a nice icon for coloured backgrounds */
}
.loading-message {
  background: #fff url(../dist/ceae8da3b323e8a4d9d418bb3c93c1ec.gif) no-repeat center center;
  border: 1px solid #abadb3;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -93px;
  z-index: 10000;
}
.loading-message .inner-loading-message {
  margin: 1px;
  border: 1px solid #d7d7e1;
  width: 186px;
  height: 82px;
  text-align: center;
  font-weight: bold;
  line-height: 3em;
}
/* Icons */
.skype-link {
  background: url(../dist/d033719dd8a99cd4e80a6a4f46864051.png) no-repeat;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-left: 0.5em;
}
.mailto-link {
  background: url(../dist/6913ef6903b0c2c21b33a70f47a8f2af.png) no-repeat;
  padding-left: 1.6em;
  padding-bottom: 0.5em;
}
.pdf-link {
  background: url(../dist/19154f7b9211c41a18722f9242e33c8f.png) no-repeat;
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  padding-top: 1px;
}
.trading-icon,
.suspended-icon,
.closed-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -163px -46px;
  width: 13px;
  height: 13px;
  display: inline-block;
}
.suspended-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -163px -60px;
}
.closed-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -163px -74px;
}
.expand-all-button,
.contract-all-button {
  display: inline-block;
  width: 11px;
  height: 11px;
}
.expand-all-button {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -135px -60px;
}
.contract-all-button {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -147px -60px;
}
.expand-all-button:hover {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -135px -72px;
}
.contract-all-button:hover {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -147px -72px;
}
.tick-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -183px -34px;
  width: 14px;
  height: 11px;
  display: inline-block;
}
.cross-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -198px -34px;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.success-icon,
.success-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -17px -75px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.success-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -17px -103px;
}
.error-icon,
.error-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: 0 -75px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.error-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: 0 -103px;
}
.small-error-icon,
.small-error-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -34px -75px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.small-error-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -34px -103px;
}
.extra-small-white-error-icon {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: 0 -92px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.small-success-icon,
.small-success-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -49px -75px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.small-success-icon-inverted {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -49px -103px;
}
.tooltip-anchor {
  position: relative;
}
.tooltip {
  display: none;
  left: 100%;
  position: absolute;
  width: 20em;
  padding: 1em;
  background: rgba(249, 250, 251, 0.9);
  background: -moz-linear-gradient(top, rgba(249, 250, 251, 0.9) 0%, rgba(226, 228, 235, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 250, 251, 0.9)), color-stop(100%, rgba(226, 228, 235, 0.95)));
  background: -webkit-linear-gradient(top, rgba(249, 250, 251, 0.9) 0%, rgba(226, 228, 235, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(249, 250, 251, 0.9) 0%, rgba(226, 228, 235, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(249, 250, 251, 0.9) 0%, rgba(226, 228, 235, 0.95) 100%);
  background: linear-gradient(top, rgba(249, 250, 251, 0.9) 0%, rgba(226, 228, 235, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(249, 250, 251, 0.9), endColorstr=rgba(226, 228, 235, 0.95), GradientType=0);
  border: 3px solid #fff;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  z-index: 1000;
  -webkit-box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em 1em 0.5em 1.3em;
  top: 1.5em;
}
.error-tooltip {
  background: #f9ecef;
  border: 1px solid #c44557;
  color: #dd5d6f;
  display: none;
  left: 100%;
  position: absolute;
  width: 15em;
  padding: 1em;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  z-index: 1000;
  padding: 0.5em;
  top: -6px;
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
}
.tooltip-anchor:hover .tooltip,
.tooltip-anchor:hover .error-tooltip {
  display: block;
}
.section-container {
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #ebebf5;
  background: #f8f8fc;
  line-height: 1.5em;
}
.section-container-dark {
  background: #a7aebd;
}
.section-container-dark a {
  color: white;
}
.header-body-divider {
  background: #737882;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: -1;
}
.inner-header-body-divider {
  background: #0000A4;
  height: 100%;
  margin: 0 3em 0 3em;
}
.col-container {
  margin: 0 3em 0 3em;
  height: calc(100% -  50px + 3px + 10px + 2);
  position: absolute;
  bottom: 2px;
  z-index: 100;
}
.one-col-layout,
.two-col-layout {
  background: white;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
  border-spacing: 1em;
}
.col {
  border: 1px solid #9da5b4;
  background: #fff;
  padding: 0.5em;
  display: table-cell;
  vertical-align: top;
  height: calc(100% -  0.5em * 2);
}
.two-col-layout .col1 {
  width: 18em;
}
.two-col-layout .col2 {
  margin: 0 auto 0 35%;
  width: 100%;
}
.silverlight-col {
  border: none;
}
.footer {
  background: #fff;
  bottom: 0;
  width: 95%;
  margin: 0 auto;
}
.footer .inner-footer {
  height: 2em;
  background: #000;
  margin: 0 3em;
}
/* forms */
input.submit,
input.button,
input[type="submit"],
input[type="button"],
button,
.button {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 12px;
  line-height: 20px;
  color: #2F0000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e1e1e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e1e1e9));
  background: -webkit-linear-gradient(top, white 0%, #e1e1e9 100%);
  background: -o-linear-gradient(top, white 0%, #e1e1e9 100%);
  background: -ms-linear-gradient(top, white 0%, #e1e1e9 100%);
  background: linear-gradient(top, white 0%, #e1e1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e1e1e9, GradientType=0);
  border: 1px solid #cbcbd9;
  border-radius: 0.41em;
  -webkit-border-radius: 0.41em;
  -moz-border-radius: 0.41em;
  *zoom: 1;
  box-shadow: 0 1px 1px 1px rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: 0 1px 1px 1px rgba(51, 51, 51, 0.1);
}
input.submit:hover,
button:hover,
input.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  text-decoration: none;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d9edf7));
  background: -webkit-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -o-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -ms-linear-gradient(top, white 0%, #d9edf7 100%);
  background: linear-gradient(top, white 0%, #d9edf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#d9edf7, GradientType=0);
  border: 1px solid #a6e1ff;
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
input.submit:focus,
button:focus,
input.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.button:focus,
input.submit:active,
input.button:active,
input[type="submit"]:active,
input[type="button"]:active,
button:active,
.button:active {
  color: #333333;
  text-decoration: none;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d9edf7));
  background: -webkit-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -o-linear-gradient(top, white 0%, #d9edf7 100%);
  background: -ms-linear-gradient(top, white 0%, #d9edf7 100%);
  background: linear-gradient(top, white 0%, #d9edf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#d9edf7, GradientType=0);
  border: 1px solid #a6e1ff;
  *background-color: #d9d9d9;
  background: #e1e1e9;
  background: -moz-linear-gradient(top, #e1e1e9 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e9), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e1e1e9 0%, white 100%);
  background: -o-linear-gradient(top, #e1e1e9 0%, white 100%);
  background: -ms-linear-gradient(top, #e1e1e9 0%, white 100%);
  background: linear-gradient(top, #e1e1e9 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e9, endColorstr=white, GradientType=0);
  border: 1px solid #cbcbd9;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:first-child {
  *margin-left: 0;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background: #ebebf5;
  color: #c1c1ce;
  border: 1px solid #dadae4;
  margin-top: 2px;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6.1px;
  -webkit-border-radius: 6.1px;
  -moz-border-radius: 6.1px;
}
.button-small {
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 3.1px;
  -webkit-border-radius: 3.1px;
  -moz-border-radius: 3.1px;
}
.button-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3.1px;
  -webkit-border-radius: 3.1px;
  -moz-border-radius: 3.1px;
}
input.text,
input.password,
input[type="text"],
input[type="password"] {
  border: 1px solid #D5D7DE;
  height: 18px;
  line-height: 18px;
  color: #333;
  vertical-align: top;
  padding: 0.5em 0.2em;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input.disabled,
input[disabled],
input[disabled]:hover,
input[disabled]:focus,
input.text[disabled]:hover,
input.text[disabled]:focus,
input.password[disabled]:hover,
input.password[disabled]:focus,
input[type="text"][disabled]:hover,
input[type="text"][disabled]:focus,
input[type="password"][disabled]:hover,
input[type="password"][disabled]:focus {
  background: #efeff8;
  border: 1px solid #D5D7DE;
  color: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.text:hover,
input.text:focus,
input.password:hover,
input.password:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
  border: 1px solid #96d9f9;
  outline: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
input[type=checkbox].checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].checkbox + label.checkbox-label,
input[type=checkbox][disabled].checkbox + label.checkbox-label {
  padding-left: 23px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -46px;
}
input[type=checkbox][disabled].checkbox + label.checkbox-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -130px;
  cursor: default;
}
input[type=checkbox].checkbox:checked + label.checkbox-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -67px;
}
input[type=checkbox][disabled].checkbox:checked + label.checkbox-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -151px;
  cursor: default;
}
input[type=radio].radio {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].radio + label.radio-label,
input[type=radio][disabled].radio + label.radio-label {
  padding-left: 23px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -88px;
}
input[type=radio][disabled].radio + label.radio-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -172px;
  cursor: default;
}
input[type=radio].radio:checked + label.radio-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -109px;
}
input[type=radio][disabled].radio:checked + label.radio-label {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -189px -193px;
  cursor: default;
}
fieldset.generic,
.fieldset {
  padding: 0.5em;
  margin: 0.5em 0;
}
fieldset label,
.fieldset label {
  display: block;
  margin-bottom: 0.1em;
}
select {
  padding: 7px 4px 6px 4px;
  border: 1px solid #D5D7DE;
}
label.checkbox {
  display: inline!important;
}
.form-row {
  margin-bottom: 0.5em;
}
input.inputError,
input.inputError:hover {
  border: 1px solid #c44557 !important;
}
.error {
  background: #f9ecef;
  border: 1px solid #c44557;
  color: #dd5d6f;
  display: inline-block;
  clear: both;
  font-weight: bold;
}
input[type="number"] {
  border: 1px solid #D5D7DE;
  width: 4em;
  text-align: right;
  padding: 0.5em 0.2em 0.55em 0.2em;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.header {
  background: #1c1d1e;
  padding-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.header-inner {
  height: 50px;
  background: #000;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  position: relative;
  margin: 0 3em 0 3em;
}
.header .logo {
  background-image: url(../dist/b4668aa0e2b7c15abfd1bcc33511b181.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 128px;
  height: 30px;
  top: 10px;
  left: 10px;
  position: absolute;
}
.header .aside {
  position: absolute;
  right: 1em;
  display: table;
}
.header .divider {
  vertical-align: middle;
  display: table-cell;
  padding-right: 0.5em;
}
.header .divider-inner {
  background-image: url(../dist/fe34a79f9af9396c9e8e1065756fa334.png);
  background-repeat: no-repeat;
  background-position: -197px 0;
  width: 5px;
  height: 22px;
}
.header .user-info {
  vertical-align: middle;
  display: table-cell;
  width: 11em;
}
.header .user-info-inner {
  background-color: #404755;
  border: solid 1px #252530;
  color: #A3A8AF;
  font-size: 10px;
  text-shadow: 1px 1px #2E333C;
  text-align: right;
  height: 100%;
  padding: 0.2em 1em;
  line-height: 1.2em;
  margin-right: 0.5em;
  min-width: 10em;
  max-width: 15em;
  overflow: hidden;
}
.header .clock {
  overflow: hidden;
  white-space: nowrap;
}
.header .username {
  color: #C4E26D;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.header .main-menu {
  position: absolute;
  margin-left: 128px;
  padding-left: 50px;
}
table,
.table {
  width: 100%;
  border-collapse: collapse;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td,
.th {
  display: table-cell;
}
td,
.td,
th,
.th {
  padding: 0.4em 0.3em;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 1.2em;
  min-height: 1em;
  vertical-align: middle;
}
th,
.th {
  padding: 0.8em 0.3em;
}
th,
.th {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background: #ebebf5;
  position: relative;
}
.table-fluid {
  width: auto;
}
.table-bordered td,
.table-bordered th,
.table-bordered .td,
.table-bordered .th {
  border-right: 1px solid #ddd;
}
.table-bordered td:first-child,
.table-bordered th:first-child,
.table-bordered .td:first-child,
.table-bordered .th:first-child {
  border-left: 1px solid #ddd;
}
.table-bordered th,
.table-bordered .th {
  border-top: 1px solid #ddd;
}
.table-striped tr:nth-child(odd) td,
.table-striped .tr:nth-child(odd) .td {
  background-color: #f8f8fc;
}
.buttonLabel {
  width: 80px;
  display: inline-block;
}
.header .integritylogo {
  background-image: url(../dist/1a4d6a772170dd7806cf69839f23f79e.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 128px;
  height: 55px;
  top: -6px;
  left: 10px;
  position: absolute;
}
.header-inner-genius-sports {
  height: 50px;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  position: relative;
  margin: 0 3em 0 3em;
  display: flex;
}
button {
  vertical-align: middle;
  font-size: 10px;
  background: #DCDCDC;
  padding: 2px 7px 2px 7px;
  margin: 3px 1px;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border: 1px solid #dcdcdc;
}
button:hover {
  text-decoration: none;
  background: #DCDCDC;
}
input {
  vertical-align: middle;
}
select {
  vertical-align: middle;
}

.container-constructor {
  width: 95%;
  margin: 0 auto;
}
/* Greys */
/* Blues */
/* "Reds" */
/* Greens */
/* Yellows */
.error-style {
  background: #f9ecef;
  border: 1px solid #c44557;
  color: #dd5d6f;
}
.warning-style {
  background: #fcebd9;
  border: 1px solid #e1811e;
  color: #e1811e;
}
.info-style {
  background: #e5f6ff;
  border: 1px solid #53a7d1;
  color: #53a4cd;
}
.success-style {
  background: #f2f9df;
  border: 1px solid #89aa28;
  color: #689f11;
}
.alertTypeButtonCommon {
  border-radius: 7px;
  display: inline-block;
  color: black;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.noAlertsButton {
  border-radius: 7px;
  display: inline-block;
  color: black;
  text-align: center;
  font-size: 12px;
  width: 100%;
  background-color: #f8f8fc;
  text-shadow: 0px 1px 0px #2f6627;
  padding: 12px 8px;
}
.alertsButton {
  border-radius: 7px;
  display: inline-block;
  color: black;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 8px 8px;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ba0101;
}
.showAlertsButton {
  border-radius: 7px;
  display: inline-block;
  color: black;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 8px 8px;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ba0101;
  background-color: red;
}
.selectedShowAlertsButton {
  border-radius: 7px;
  display: inline-block;
  color: black;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 8px 8px;
  cursor: pointer;
  text-shadow: 0px 1px 0px #ba0101;
  background-color: #ba0101;
  border: 2px solid black;
}
.showAlertsButton:active {
  position: relative;
  top: 1px;
}
input[type=button].dismissButton {
  height: 18px;
  font-size: small;
  padding: 0px;
  position: relative;
  top: -2px;
}
.HighSeverity {
  background-color: rgba(234, 32, 32, 0.71) !important;
}
.MediumSeverity {
  background-color: orange !important;
}
.LowSeverity {
  background-color: #D2E6CB !important;
}
.metricCell {
  text-align: center;
  color: black;
  font-weight: 500;
}
.fixturesListTable {
  vertical-align: top;
  width: 100%;
  padding-bottom: 500px;
}
.fixturesListHeader th {
  background-color: #0000A4;
  color: white;
  text-align: center;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}
.competitionName {
  background-color: #5c7db3 !important;
  color: white;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.sportSubCategoryName {
  background-color: #afafaf !important;
  color: white;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}
.fixturesListHeader td {
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
}
.fixtureStartTimeColumnHeader {
  width: 105px;
}
.fixtureStartTimeCell {
  text-align: center;
}
.metricHeader {
  width: 45px;
  text-align: center;
}
.toolbar {
  overflow: auto;
  margin-bottom: 5px;
}
.toolbarButton {
  float: right;
  margin-left: 10px;
}
.alertsTooltip {
  position: fixed;
  color: #1e4a91;
  border: solid 1px;
}
.pendingGame {
  color: red;
}
.errorMessage {
  color: red;
  font-size: 20px;
}
.alertTypeHeadersRotated {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
input[type=button].dismissButton {
  height: 18px;
  font-size: small;
  padding: 0px;
  position: relative;
  top: -2px;
}
.flagColumn {
  width: 14px;
}
.flag {
  -webkit-appearance: none;
  margin: 0;
  height: 14px;
  width: 14px;
  cursor: pointer;
}
.flag:checked {
  background: rgba(234, 32, 32, 0.71);
}
.flag:hover {
  background: rgba(234, 32, 32, 0.1);
}
#competitorId {
  width: 90px;
}
input[type="number"]::placeholder {
  text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.commentsCount {
  cursor: pointer;
}
.epxandedFixture {
  width: 100%;
  height: 610px;
}
.americanFootball .metricHeader {
  width: 28px;
}
.genius-logo-background {
  background-image: url(../dist/1a4d6a772170dd7806cf69839f23f79e.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 500px;
  height: 200px;
  opacity: 0.3;
  margin: 10% auto;
}

.container-constructor {
  width: 95%;
  margin: 0 auto;
}
.three-accordian-menu .node-link {
  border-bottom: 1px dotted #ababb2;
  padding: 0.8em 1.3em 0.8em 0.5em;
  display: block;
  text-decoration: none;
  color: #414155;
  color: #4b4b5f;
  background-color: #fff;
  background-image: url(../dist/83c833e8cc9f3421a5dad34c67916d6a.png);
  background-position: center right;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
}
.three-accordian-menu a.childless-node {
  background-image: none;
}
.three-accordian-menu .open-node {
  background-image: url(../dist/3ab6d295ce87a51d40144ce918fafd36.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.three-accordian-menu .node {
  margin-left: 0.5em;
}
.three-accordian-menu .node .node {
  margin-left: 4px;
}
.three-accordian-menu .node-link:hover,
.three-accordian-menu .selected-node {
  background-color: #eaeaea;
  cursor: pointer;
}

.somAlertsTooltip {
  background-color: white;
}
.somAlertsTooltip th,
.somAlertsTooltip td {
  text-align: center;
}
.somAlertsTooltip .narrowColumn {
  width: 70px;
}
.somAlertsTooltip .wideColumn {
  width: 100px;
}

.lowHandicapOddsTooltip {
  background-color: white;
}
.lowHandicapOddsTooltip th,
.lowHandicapOddsTooltip td {
  text-align: center;
}
.lowHandicapOddsTooltip .narrowColumn {
  width: 70px;
}
.lowHandicapOddsTooltip .wideColumn {
  width: 100px;
}

.nonHandicapOddsDivergedFromModelTooltip {
  background-color: white;
}
.nonHandicapOddsDivergedFromModelTooltip th,
.nonHandicapOddsDivergedFromModelTooltip td {
  text-align: center;
}
.nonHandicapOddsDivergedFromModelTooltip .narrowColumn {
  width: 70px;
}
.nonHandicapOddsDivergedFromModelTooltip .wideColumn {
  width: 100px;
}

.mainLineOddsDivergedFromModelTooltip {
  background-color: white;
}
.mainLineOddsDivergedFromModelTooltip th,
.mainLineOddsDivergedFromModelTooltip td {
  text-align: center;
}
.mainLineOddsDivergedFromModelTooltip .narrowColumn {
  width: 70px;
}
.mainLineOddsDivergedFromModelTooltip .wideColumn {
  width: 100px;
}

.mainLineDivergedFromModelTooltip {
  background-color: white;
}
.mainLineDivergedFromModelTooltip th,
.mainLineDivergedFromModelTooltip td {
  text-align: center;
}
.mainLineDivergedFromModelTooltip .narrowColumn {
  width: 70px;
}
.mainLineDivergedFromModelTooltip .wideColumn {
  width: 100px;
}

.significantMainLineMovementsAlertsTooltip {
  background-color: white;
}
.significantMainLineMovementsAlertsTooltip th,
.significantMainLineMovementsAlertsTooltip td {
  text-align: center;
}
.significantMainLineMovementsAlertsTooltip .narrowColumn {
  width: 70px;
}
.significantMainLineMovementsAlertsTooltip .wideColumn {
  width: 100px;
}

.somAlertsTooltip {
  background-color: white;
}
.somAlertsTooltip th,
.somAlertsTooltip td {
  text-align: center;
}
.somAlertsTooltip .narrowColumn {
  width: 70px;
}
.somAlertsTooltip .wideColumn {
  width: 100px;
}

.golfSomAlertsTooltip {
  background-color: white;
}
.golfSomAlertsTooltip th,
.golfSomAlertsTooltip td {
  text-align: center;
}
.golfSomAlertsTooltip .narrowColumn {
  width: 70px;
}
.golfSomAlertsTooltip .wideColumn {
  width: 100px;
}

.golfThreeBallAlertsTooltip {
  background-color: white;
}
.golfThreeBallAlertsTooltip th,
.golfThreeBallAlertsTooltip td {
  text-align: center;
}
.golfThreeBallAlertsTooltip .narrowColumn {
  width: 70px;
}
.golfThreeBallAlertsTooltip .wideColumn {
  width: 100px;
}

.author {
  width: 200px;
  max-width: 200px;
}
.time {
  width: 110px;
}
.fixtureCommentsHeader th {
  background-color: #5d8ad2;
}
.comment {
  width: -webkit-fill-available;
  border: none;
  background: #f8f8fc;
  resize: none;
  height: 60px;
}
.comment:hover {
  border: 1px solid #D5D7DE;
  background: #ffffff;
}
.submit {
  display: inline-block;
  width: 50px;
  vertical-align: top;
}
.newComment {
  display: inline-block;
  height: auto !important;
  width: calc(99% - 50px);
  resize: none;
}
.deletion {
  width: 12px;
}

.container-constructor {
  width: 95%;
  margin: 0 auto;
}
.nav-bar {
  background: #1c1d1e;
  padding-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.nav-bar-inner {
  height: 50px;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin: 0 3em 0 3em;
  display: flex;
}
.logo-wrapper {
  flex: 1;
  min-width: 130px;
}
.nav-bar-logo {
  background-image: url(../dist/1a4d6a772170dd7806cf69839f23f79e.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 128px;
  height: 55px;
  top: -6px;
  left: 10px;
  position: absolute;
}
.dropdown-wrapper {
  flex: 12;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  top: -6px;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown-btn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: white;
  font-family: inherit;
  margin: 0;
}
.dropdown-btn-line {
  width: 25px;
  height: 4px;
  border-bottom: 3px solid black;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navbar-body-divider {
  background: #737882;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: -1;
}
.inner-navbar-body-divider {
  background: #0000A4;
  height: 100%;
  margin: 0 3em 0 3em;
}
.show {
  display: block;
  z-index: 101;
}
.search-by-competitor-id {
  padding: 7px;
}
.navigation-wrapper {
  max-height: 80vh;
  overflow-y: auto;
}

