/* ~/CSS/LeanBaseStyle.css */
.form-inline,
.navbar-form {
  position: static;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 5px 0;
  font-size: 20px;
  line-height: 20px;
  height: 30px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 2.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-btn.btn-sm {
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}
.navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.25px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ~/CSS/Base/CSS/jquery.mCustomScrollbar.css */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 4px 0;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  display: none;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.75;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #757575;
  opacity: 0.5;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #757575;
  opacity: 0.75;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #757575;
  opacity: 0.75;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #757575;
  opacity: 0.75;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  display: none;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  display: none;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  display: none;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  display: none;
}
/* ~/CSS/SiteStyle.css */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
@-ms-viewport {
  width: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  line-height: 1.5em;
  margin: 0;
}
a,
a:link,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus {
  cursor: pointer;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
.disable-iphone-tap {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
pre {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #e3e3e3;
  color: #191919;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  min-width: 320px;
  margin-bottom: 115px;
  overflow-y: scroll;
}
body.no-footer {
  margin-bottom: 0;
}
body.no-footer .container-main {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  body {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-weight: 400;
  }
}
.content {
  max-width: 1338px;
  background-color: #e3e3e3;
  padding-top: 12px;
  margin: 0 auto;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
@media (max-width: 1338px) {
  .content {
    max-width: 1154px;
  }
}
@media (max-width: 1154px) {
  .content {
    max-width: 970px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.invisible {
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1em;
  margin: 0;
  padding: 5px 0;
}
h1 {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
div {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  div {
    font-size: 14px;
    font-weight: 400;
  }
}
p,
.text-description {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.font-bold,
.font-bold:link,
.font-bold:visited,
.font-bold:active,
strong,
strong:link,
strong:visited,
strong:active {
  font-weight: 600;
}
.small,
.small-oneline {
  color: #191919;
}
.small,
.small:link,
.small:visited,
.small:active,
.small-oneline,
.small-oneline:link,
.small-oneline:visited,
.small-oneline:active {
  font-size: 14px;
  font-weight: 400;
}
.small-oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xsmall {
  color: #191919;
}
.xsmall,
.xsmall:link,
.xsmall:visited,
.xsmall:active {
  font-size: 12px;
  font-weight: 400;
}
.xxsmall {
  color: #191919;
}
.xxsmall,
.xxsmall:link,
.xxsmall:visited,
.xxsmall:active {
  font-size: 10px;
  font-weight: 400;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-link,
.vlist .list-item .list-body .list-content a,
.text-link:link,
.vlist .list-item .list-body .list-content a:link,
.text-link:hover,
.vlist .list-item .list-body .list-content a:hover,
.text-link:visited,
.vlist .list-item .list-body .list-content a:visited,
.text-link:active,
.vlist .list-item .list-body .list-content a:active {
  color: #00a2ff;
}
.text-link:hover,
.vlist .list-item .list-body .list-content a:hover,
.text-link:focus,
.vlist .list-item .list-body .list-content a:focus {
  text-decoration: underline;
}
.text-link-secondary {
  color: #757575;
}
.text-link-secondary.active,
.text-link-secondary:hover {
  color: #00a2ff;
}
.text-name {
  font-weight: 400;
}
.text-name,
.text-name:link,
.text-name:hover,
.text-name:visited,
.text-name:active {
  color: #00a2ff;
}
.text-name:hover,
.text-name:focus {
  text-decoration: underline;
}
.text-name.small,
.text-name.small:link,
.text-name.small:visited,
.text-name.small:active,
.text-name.xsmall,
.text-name.xsmall:link,
.text-name.xsmall:visited,
.text-name.xsmall:active,
.text-name.xxsmall,
.text-name.xxsmall:link,
.text-name.xxsmall:visited,
.text-name.xxsmall:active {
  color: #00a2ff;
}
.text-secondary {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}
.text-lead {
  font-size: 18px;
  font-weight: 400;
}
.text-label {
  color: #b8b8b8;
  font-weight: 400;
}
.text-report-ads,
.text-report-ads:link,
.text-report-ads:visited,
.text-report-ads:active {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8b8;
}
.text-report-ads:hover {
  color: #d86868;
}
.text-report-ads:hover,
.text-report-ads:focus {
  text-decoration: underline;
}
.text-report,
.text-report:link,
.text-report:hover,
.text-report:visited,
.text-report:active {
  font-size: 14px;
  font-weight: 400;
  color: #d86868;
}
.text-report:hover,
.text-report:focus {
  text-decoration: underline;
}
.text-warning {
  color: #f68802;
}
.text-error {
  font-size: 12px;
  font-weight: 400;
  color: #d86868;
}
.text-secondary {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}
.text-pastname {
  font-size: 14px;
  font-weight: 400;
  color: #b8b8b8;
}
.text-date-hint {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8b8;
}
.text-footer-nav,
.text-footer-nav:link,
.text-footer-nav:visited,
.text-footer-nav:active {
  color: #b8b8b8;
  font-size: 21px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .text-footer-nav,
  .text-footer-nav:link,
  .text-footer-nav:visited,
  .text-footer-nav:active {
    font-size: 18px;
  }
}
.text-footer-nav:hover,
.text-footer-nav:focus {
  color: #191919;
  font-size: 21px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .text-footer-nav:hover,
  .text-footer-nav:focus {
    font-size: 18px;
  }
}
.text-footer {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8b8;
}
@media (max-width: 767px) {
  .text-footer {
    font-size: 10px;
  }
}
.text-robux {
  color: #02b757;
  font-weight: 400;
}
.text-tooltips {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
}
.text-robux-lg {
  color: #02b757;
  font-size: 24px;
  font-weight: 400;
}
.text-subject {
  font-weight: 400;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-roblox {
  text-transform: capitalize;
}
.para-overflow {
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.para-overflow:after {
  background-color: #fff;
  content: "...";
  height: 24;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32;
}
.para-overflow-toggle {
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.para-overflow-toggle:after {
  background-color: #fff;
  content: "...";
  height: 24;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
}
.para-overflow-toggle.para-overflow-toggle-off {
  overflow: auto;
}
.para-overflow-toggle.para-overflow-toggle-off:after {
  content: "";
  width: 80px;
}
.para-overflow-toggle.para-overflow-page-loading {
  overflow: hidden;
}
.para-overflow-toggle.para-overflow-page-loading:after {
  content: "";
}
.para-overflow-toggle .toggle-para {
  color: #00a2ff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.para-overflow-toggle .toggle-para:hover {
  cursor: pointer;
  text-decoration: underline;
}
.strike-through {
  text-decoration: line-through;
}
.lang-format-error {
  background-color: #e2231a;
}
.icon-default-bc,
.icon-bc,
.icon-tbc,
.icon-obc {
  background-image: url(https://cdn.epik17.xyz/images/Shared/bc_06282017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 52px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-bc {
  background-position: 0 0;
}
.icon-tbc {
  background-position: 0 -28px;
}
.icon-obc {
  background-position: 0 -56px;
}
.icon-default-bc-no-label,
.icon-bc-no-label,
.icon-tbc-no-label,
.icon-obc-no-label {
  background-image: url(https://cdn.epik17.xyz/images/Shared/bc_06282017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-bc-no-label {
  background-position: 0 -84px;
}
.icon-tbc-no-label {
  background-position: 0 -112px;
}
.icon-obc-no-label {
  background-position: 0 -140px;
}
.icon-default-branded,
.icon-playerpoint,
.icon-clanpoint,
.icon-leaderboard,
.icon-favorite,
.icon-favorite.favorited,
.icon-robux,
.icon-tix,
.icon-robux-gray,
.icon-robux-white {
  background-image: url(https://cdn.epik17.xyz/images/Shared/branded_06282017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-default-branded-16x16,
.icon-robux-16x16,
.icon-robux-gray-16x16 {
  background-image: url(https://cdn.epik17.xyz/images/Shared/branded_06282017.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.icon-playerpoint {
  background-position: 0 0;
}
.icon-clanpoint {
  background-position: 0 -28px;
}
.icon-leaderboard {
  background-position: 0 -56px;
}
.icon-favorite {
  background-position: 0 -84px;
}
.icon-favorite:hover {
  background-position: -28px -84px;
}
button:hover .icon-favorite,
a:hover .icon-favorite {
  background-position: -28px -84px;
}
.icon-favorite.favorited {
  background-position: -28px -84px;
}
.icon-robux {
  background-position: 0 -112px;
}
.icon-tix {
  background-position: 0 -140px;
}
.icon-robux-gray {
  background-position: 0 -168px;
}
.icon-robux-white {
  background-position: 0 -196px;
}
.icon-robux-16x16 {
  background-position: 0 -64px;
}
.icon-robux-gray-16x16 {
  background-position: 0 -96px;
}
.icon-default-friendstatus,
.icon-game,
.icon-studio,
.icon-online {
  background-image: url(https://cdn.epik17.xyz/images/Home/friendsstatus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-game {
  background-position: 0 0;
}
.icon-studio {
  background-position: 0 -28px;
}
.icon-online {
  background-position: 0 -56px;
}
.icon-default-generic,
.icon-home,
.icon-search,
.icon-settings,
.icon-edit,
.icon-inactive,
.icon-male,
.icon-female,
.icon-page,
.icon-brokenpage,
.icon-audio,
.icon-moreinfo,
.icon-play,
.icon-pause,
.icon-menu,
.icon-right,
.icon-left,
.icon-up,
.icon-down,
.icon-next,
.icon-back,
.icon-checkmark,
.icon-checkmark-on,
.icon-close,
.icon-more,
.icon-sorting,
.icon-additem,
.icon-carousel-right,
.icon-carousel-left,
.icon-games-carousel-right,
.icon-games-carousel-left,
.icon-games-carousel-right.hover,
.icon-games-carousel-left.hover,
.icon-clock,
.icon-grid,
.icon-slideshow,
.icon-pastname,
.icon-last-page,
.icon-first-page,
.icon-checkmark-white,
.icon-checkmark-white-bold,
.icon-close-white,
.icon-sandglass,
.icon-notifications,
.icon-right-gray,
.icon-left-gray,
.icon-last-gray,
.icon-first-gray,
.icon-menu-black,
.icon-checkmark-blue,
.icon-plus,
.icon-minus,
.icon-copy,
.icon-locked,
.icon-unlocked,
.icon-bigplay,
.icon-bigstop,
.icon-arrow-right-blue,
.icon-logo-apple,
.icon-logo-win {
  background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-default-generic-16x16,
.icon-settings-16x16,
.icon-edit-16x16,
.icon-moreinfo-16x16,
.icon-right-16x16,
.icon-left-16x16,
.icon-up-16x16,
.icon-down-16x16,
.icon-checkmark-16x16,
.icon-close-16x16,
.icon-red-timer-16x16,
.icon-close-gray-16x16,
.rbx-select-group:hover .icon-down,
.input-group-btn .input-dropdown-btn:hover .icon-down,
.input-group-btn .input-dropdown-btn:focus .icon-down,
.open .input-dropdown-btn .icon-down {
  background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.icon-home {
  background-position: 0 0;
}
.icon-search {
  background-position: 0 -28px;
}
.icon-settings {
  background-position: 0 -56px;
}
.icon-edit {
  background-position: 0 -84px;
}
.icon-inactive {
  background-position: 0 -112px;
}
.icon-male {
  background-position: 0 -140px;
}
.icon-male:hover {
  background-position: -28px -140px;
}
button:hover .icon-male,
a:hover .icon-male {
  background-position: -28px -140px;
}
.icon-female {
  background-position: 0 -168px;
}
.icon-female:hover {
  background-position: -28px -168px;
}
button:hover .icon-female,
a:hover .icon-female {
  background-position: -28px -168px;
}
.icon-page {
  background-position: 0 -196px;
}
.icon-brokenpage {
  background-position: 0 -224px;
}
.icon-audio {
  background-position: 0 -252px;
}
.icon-moreinfo {
  background-position: 0 -280px;
}
.icon-moreinfo:hover {
  background-position: -28px -280px;
}
button:hover .icon-moreinfo,
a:hover .icon-moreinfo {
  background-position: -28px -280px;
}
.icon-play {
  background-position: 0 -308px;
}
.icon-pause {
  background-position: 0 -336px;
}
.icon-menu {
  background-position: 0 -364px;
}
.icon-right {
  background-position: 0 -392px;
}
.icon-right:hover {
  background-position: -28px -392px;
}
button:hover .icon-right,
a:hover .icon-right {
  background-position: -28px -392px;
}
.icon-left {
  background-position: 0 -420px;
}
.icon-left:hover {
  background-position: -28px -420px;
}
button:hover .icon-left,
a:hover .icon-left {
  background-position: -28px -420px;
}
.icon-up {
  background-position: 0 -448px;
}
.icon-down {
  background-position: 0 -476px;
}
.icon-next {
  background-position: 0 -504px;
}
.icon-back {
  background-position: 0 -532px;
}
.icon-checkmark {
  background-position: 0 -560px;
}
.icon-checkmark-on {
  background-position: -28px -560px;
}
.icon-close {
  background-position: 0 -588px;
}
.icon-more {
  background-position: 0 -616px;
}
.icon-more:hover {
  background-position: -28px -616px;
}
button:hover .icon-more,
a:hover .icon-more {
  background-position: -28px -616px;
}
.icon-sorting {
  background-position: 0 -644px;
}
.icon-additem {
  background-position: 0 -672px;
}
.icon-settings-16x16 {
  background-position: 0 -32px;
}
.icon-settings-16x16:hover {
  background-position: -16px -32px;
}
button:hover .icon-settings-16x16,
a:hover .icon-settings-16x16 {
  background-position: -16px -32px;
}
.icon-edit-16x16 {
  background-position: 0 -48px;
}
.icon-moreinfo-16x16 {
  background-position: 0 -160px;
}
.icon-moreinfo-16x16:hover {
  background-position: -16px -160px;
}
button:hover .icon-moreinfo-16x16,
a:hover .icon-moreinfo-16x16 {
  background-position: -16px -160px;
}
.icon-right-16x16 {
  background-position: 0 -224px;
}
.icon-left-16x16 {
  background-position: 0 -240px;
}
.icon-up-16x16 {
  background-position: 0 -256px;
}
.icon-down-16x16 {
  background-position: 0 -272px;
}
.icon-checkmark-16x16 {
  background-position: 0 -320px;
}
.icon-close-16x16 {
  background-position: 0 -336px;
}
.icon-carousel-right {
  background-position: 0 -896px;
}
.icon-carousel-left {
  background-position: 0 -924px;
}
.icon-games-carousel-right {
  background-position: 0 -952px;
}
.icon-games-carousel-right:hover {
  background-position: -28px -952px;
}
button:hover .icon-games-carousel-right,
a:hover .icon-games-carousel-right {
  background-position: -28px -952px;
}
.icon-games-carousel-left {
  background-position: 0 -980px;
}
.icon-games-carousel-left:hover {
  background-position: -28px -980px;
}
button:hover .icon-games-carousel-left,
a:hover .icon-games-carousel-left {
  background-position: -28px -980px;
}
.icon-games-carousel-right.hover {
  background-position: -28px -952px;
}
.icon-games-carousel-left.hover {
  background-position: -28px -980px;
}
.icon-clock {
  background-position: 0 -1008px;
}
.icon-clock:hover {
  background-position: -28px -1008px;
}
button:hover .icon-clock,
a:hover .icon-clock {
  background-position: -28px -1008px;
}
.icon-grid {
  background-position: 0 -1036px;
}
.icon-slideshow {
  background-position: 0 -1064px;
}
.icon-pastname {
  background-position: 0 -1092px;
}
.icon-last-page {
  background-position: 0 -1120px;
}
.icon-first-page {
  background-position: 0 -1148px;
}
.icon-checkmark-white {
  background-position: 0 -1176px;
}
.icon-checkmark-white-bold {
  background-position: 0 -1204px;
}
.icon-close-white {
  background-position: 0 -1232px;
}
.icon-sandglass {
  background-position: 0 -1260px;
}
.icon-notifications {
  background-position: 0 -1288px;
}
.icon-notifications:hover {
  background-position: -28px -1288px;
}
button:hover .icon-notifications,
a:hover .icon-notifications {
  background-position: -28px -1288px;
}
.icon-right-gray {
  background-position: 0 -1316px;
}
.icon-left-gray {
  background-position: 0 -1344px;
}
.icon-last-gray {
  background-position: 0 -1372px;
}
.icon-first-gray {
  background-position: 0 -1400px;
}
.icon-red-timer-16x16 {
  background-position: 0 -816px;
}
.icon-close-gray-16x16 {
  background-position: 0 -832px;
}
.icon-close-gray-16x16:hover {
  background-position: -16px -832px;
}
button:hover .icon-close-gray-16x16,
a:hover .icon-close-gray-16x16 {
  background-position: -16px -832px;
}
.icon-menu-black {
  background-position: 0 -1484px;
}
.icon-checkmark-blue {
  background-position: 0 -1512px;
}
.icon-checkmark-blue:hover {
  background-position: -28px -1512px;
}
button:hover .icon-checkmark-blue,
a:hover .icon-checkmark-blue {
  background-position: -28px -1512px;
}
.icon-plus {
  background-position: 0 -1540px;
}
.icon-plus:hover {
  background-position: -28px -1540px;
}
button:hover .icon-plus,
a:hover .icon-plus {
  background-position: -28px -1540px;
}
.icon-minus {
  background-position: 0 -1568px;
}
.icon-minus:hover {
  background-position: -28px -1568px;
}
button:hover .icon-minus,
a:hover .icon-minus {
  background-position: -28px -1568px;
}
.icon-copy {
  background-position: 0 -1596px;
}
.icon-copy:hover {
  background-position: -28px -1596px;
}
button:hover .icon-copy,
a:hover .icon-copy {
  background-position: -28px -1596px;
}
.icon-locked {
  background-position: 0 -1624px;
}
.icon-unlocked {
  background-position: 0 -1652px;
}
.icon-bigplay {
  background-position: 0 -1680px;
}
.icon-bigstop {
  background-position: 0 -1708px;
}
.icon-arrow-right-blue {
  background-position: 0 -1764px;
}
.icon-logo-apple {
  background-position: 0 -1792px;
}
.icon-logo-win {
  background-position: -28px -1792px;
}
.icon-default-logo,
.icon-logo {
  background-image: url(/images/Logo/roblox_logo_11212016.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 118px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: 118px 30px;
}
.icon-logo {
  background-position: 0 0;
}
.icon-default-logo-r,
.icon-logo-r {
  background-image: url(/images/Logo/logo_O_01302017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: 30px 30px;
}
.icon-logo-r {
  background-position: 0 0;
}
.icon-logo-tagline {
  background-image: url("/images/Logo/roblox-tagline.svg");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center;
  display: inline-block;
  width: 650px;
  height: 170px;
}
.icon-default-navigation,
.icon-nav-menu,
.icon-nav-robux,
.icon-nav-tix,
.icon-nav-settings,
.icon-nav-search,
.icon-nav-home,
.icon-nav-profile,
.icon-nav-message,
.icon-nav-friends,
.icon-nav-charactercustomizer,
.icon-nav-inventory,
.icon-nav-trade,
.icon-nav-group,
.icon-nav-forum,
.icon-nav-blog,
.icon-nav-search-white,
.icon-nav-shop,
.icon-nav-notification-stream {
  background-image: url(https://cdn.epik17.xyz/images/Shared/navigation_06282017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-nav-menu {
  background-position: 0 0;
}
.icon-nav-menu:hover {
  background-position: -28px 0;
}
button:hover .icon-nav-menu,
a:hover .icon-nav-menu {
  background-position: -28px 0;
}
.icon-nav-robux {
  background-position: 0 -28px;
}
.icon-nav-robux:hover {
  background-position: -28px -28px;
}
button:hover .icon-nav-robux,
a:hover .icon-nav-robux {
  background-position: -28px -28px;
}
.icon-nav-tix {
  background-position: 0 -56px;
}
.icon-nav-tix:hover {
  background-position: -28px -56px;
}
button:hover .icon-nav-tix,
a:hover .icon-nav-tix {
  background-position: -28px -56px;
}
.icon-nav-settings {
  background-position: 0 -84px;
}
.icon-nav-settings:hover {
  background-position: -28px -84px;
}
button:hover .icon-nav-settings,
a:hover .icon-nav-settings {
  background-position: -28px -84px;
}
.icon-nav-search {
  background-position: 0 -112px;
}
.icon-nav-search:hover {
  background-position: -28px -112px;
}
button:hover .icon-nav-search,
a:hover .icon-nav-search {
  background-position: -28px -112px;
}
.icon-nav-home {
  background-position: 0 -140px;
}
.icon-nav-home:hover {
  background-position: -28px -140px;
}
button:hover .icon-nav-home,
a:hover .icon-nav-home {
  background-position: -28px -140px;
}
.icon-nav-profile {
  background-position: 0 -168px;
}
.icon-nav-profile:hover {
  background-position: -28px -168px;
}
button:hover .icon-nav-profile,
a:hover .icon-nav-profile {
  background-position: -28px -168px;
}
.icon-nav-message {
  background-position: 0 -196px;
}
.icon-nav-message:hover {
  background-position: -28px -196px;
}
button:hover .icon-nav-message,
a:hover .icon-nav-message {
  background-position: -28px -196px;
}
.icon-nav-friends {
  background-position: 0 -224px;
}
.icon-nav-friends:hover {
  background-position: -28px -224px;
}
button:hover .icon-nav-friends,
a:hover .icon-nav-friends {
  background-position: -28px -224px;
}
.icon-nav-charactercustomizer {
  background-position: 0 -252px;
}
.icon-nav-charactercustomizer:hover {
  background-position: -28px -252px;
}
button:hover .icon-nav-charactercustomizer,
a:hover .icon-nav-charactercustomizer {
  background-position: -28px -252px;
}
.icon-nav-inventory {
  background-position: 0 -280px;
}
.icon-nav-inventory:hover {
  background-position: -28px -280px;
}
button:hover .icon-nav-inventory,
a:hover .icon-nav-inventory {
  background-position: -28px -280px;
}
.icon-nav-trade {
  background-position: 0 -308px;
}
.icon-nav-trade:hover {
  background-position: -28px -308px;
}
button:hover .icon-nav-trade,
a:hover .icon-nav-trade {
  background-position: -28px -308px;
}
.icon-nav-group {
  background-position: 0 -336px;
}
.icon-nav-group:hover {
  background-position: -28px -336px;
}
button:hover .icon-nav-group,
a:hover .icon-nav-group {
  background-position: -28px -336px;
}
.icon-nav-forum {
  background-position: 0 -364px;
}
.icon-nav-forum:hover {
  background-position: -28px -364px;
}
button:hover .icon-nav-forum,
a:hover .icon-nav-forum {
  background-position: -28px -364px;
}
.icon-nav-blog {
  background-position: 0 -392px;
}
.icon-nav-blog:hover {
  background-position: -28px -392px;
}
button:hover .icon-nav-blog,
a:hover .icon-nav-blog {
  background-position: -28px -392px;
}
.icon-nav-search-white {
  background-position: 0 -420px;
}
.icon-nav-search-white:hover {
  background-position: -28px -420px;
}
button:hover .icon-nav-search-white,
a:hover .icon-nav-search-white {
  background-position: -28px -420px;
}
.icon-nav-shop {
  background-position: 0 -448px;
}
.icon-nav-shop:hover {
  background-position: -28px -448px;
}
button:hover .icon-nav-shop,
a:hover .icon-nav-shop {
  background-position: -28px -448px;
}
.icon-nav-notification-stream {
  background-position: 0 -476px;
}
.icon-nav-notification-stream:hover {
  background-position: -28px -476px;
}
button:hover .icon-nav-notification-stream,
a:hover .icon-nav-notification-stream {
  background-position: -28px -476px;
}
.icon-default-negative,
.icon-report.active,
.icon-remove,
.icon-alert,
.icon-flag,
.icon-warning,
.icon-lock,
.icon-turn-off,
.icon-warning-orange,
.vlist .list-item .list-body:hover .icon-report {
  background-image: url(https://cdn.epik17.xyz/images/Shared/negative_06282017.svg);
  background-repeat: no-repeat;
  background-size: 200% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.icon-report.active {
  background-position: -20px -40px;
}
.icon-remove {
  background-position: 0 0;
}
.icon-remove:hover {
  background-position: -20px 0;
}
button:hover .icon-remove,
a:hover .icon-remove {
  background-position: -20px 0;
}
.icon-alert {
  background-position: 0 -20px;
}
.icon-alert:hover {
  background-position: -20px -20px;
}
button:hover .icon-alert,
a:hover .icon-alert {
  background-position: -20px -20px;
}
.icon-flag {
  background-position: 0 -40px;
}
.icon-flag:hover {
  background-position: -20px -40px;
}
button:hover .icon-flag,
a:hover .icon-flag {
  background-position: -20px -40px;
}
.icon-warning {
  background-position: 0 -60px;
}
.icon-lock {
  background-position: 0 -80px;
}
.icon-lock:hover {
  background-position: -20px -80px;
}
button:hover .icon-lock,
a:hover .icon-lock {
  background-position: -20px -80px;
}
.icon-turn-off {
  background-position: 0 -100px;
}
.icon-turn-off:hover {
  background-position: -20px -100px;
}
button:hover .icon-turn-off,
a:hover .icon-turn-off {
  background-position: -20px -100px;
}
.icon-warning-orange {
  background-position: 0 -120px;
}
.icon-default-social,
.icon-message,
.icon-addfriend,
.icon-friends,
.icon-group,
.icon-forum,
.icon-blog,
.icon-trade,
.icon-chat,
.icon-share,
.icon-acceptfriend {
  background-image: url(/images/Shared/social_06282017.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.icon-message {
  background-position: 0 0;
}
.icon-addfriend {
  background-position: 0 -28px;
}
.icon-friends {
  background-position: 0 -56px;
}
.icon-group {
  background-position: 0 -84px;
}
.icon-forum {
  background-position: 0 -112px;
}
.icon-blog {
  background-position: 0 -140px;
}
.icon-trade {
  background-position: 0 -168px;
}
.icon-chat {
  background-position: 0 -196px;
}
.icon-share {
  background-position: 0 -224px;
}
.icon-share:hover {
  background-position: -28px -224px;
}
button:hover .icon-share,
a:hover .icon-share {
  background-position: -28px -224px;
}
.icon-acceptfriend {
  background-position: 0 -252px;
}
.btn-primary-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #02b757;
  border-color: #02b757;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-primary-lg:link {
  color: #fff;
}
.btn-primary-lg:hover,
.btn-primary-lg:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-primary-lg:active,
.btn-primary-lg.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-primary-lg:active:focus,
.btn-primary-lg.active:focus {
  outline: 0 none;
}
.btn-primary-lg:visited {
  box-shadow: none;
  color: #fff;
}
.btn-primary-lg:visited:focus {
  outline: 0 none;
}
.btn-primary-lg.disabled,
.btn-primary-lg.disabled:hover,
.btn-primary-lg.disabled:focus,
.btn-primary-lg.disabled:active,
.btn-primary-lg.disabled.active,
.btn-primary-lg[disabled],
.btn-primary-lg[disabled]:hover,
.btn-primary-lg[disabled]:focus,
.btn-primary-lg[disabled]:active,
.btn-primary-lg[disabled].active {
  opacity: 1;
  background-color: #a3e2bd;
  border-color: #a3e2bd;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-primary-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-primary-lg:not([disabled]):hover,
.touch .btn-primary-lg:not([disabled]):focus,
.touch .btn-primary-lg:not([disabled]):visited {
  color: #fff;
  background-color: #02b757;
  border-color: #02b757;
}
.touch .btn-primary-lg:not([disabled]):active,
.touch .btn-primary-lg:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
@media (max-width: 767px) {
  .touch .btn-primary-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-primary-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #02b757;
  border-color: #02b757;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 9px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-primary-md:link {
  color: #fff;
}
.btn-primary-md:hover,
.btn-primary-md:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-primary-md:active,
.btn-primary-md.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-primary-md:active:focus,
.btn-primary-md.active:focus {
  outline: 0 none;
}
.btn-primary-md:visited {
  box-shadow: none;
  color: #fff;
}
.btn-primary-md:visited:focus {
  outline: 0 none;
}
.btn-primary-md.disabled,
.btn-primary-md.disabled:hover,
.btn-primary-md.disabled:focus,
.btn-primary-md.disabled:active,
.btn-primary-md.disabled.active,
.btn-primary-md[disabled],
.btn-primary-md[disabled]:hover,
.btn-primary-md[disabled]:focus,
.btn-primary-md[disabled]:active,
.btn-primary-md[disabled].active {
  opacity: 1;
  background-color: #a3e2bd;
  border-color: #a3e2bd;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-primary-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-primary-md:not([disabled]):hover,
.touch .btn-primary-md:not([disabled]):focus,
.touch .btn-primary-md:not([disabled]):visited {
  color: #fff;
  background-color: #02b757;
  border-color: #02b757;
}
.touch .btn-primary-md:not([disabled]):active,
.touch .btn-primary-md:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
@media (max-width: 767px) {
  .touch .btn-primary-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-primary-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #02b757;
  border-color: #02b757;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-primary-sm:link {
  color: #fff;
}
.btn-primary-sm:hover,
.btn-primary-sm:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-primary-sm:active,
.btn-primary-sm.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-primary-sm:active:focus,
.btn-primary-sm.active:focus {
  outline: 0 none;
}
.btn-primary-sm:visited {
  box-shadow: none;
  color: #fff;
}
.btn-primary-sm:visited:focus {
  outline: 0 none;
}
.btn-primary-sm.disabled,
.btn-primary-sm.disabled:hover,
.btn-primary-sm.disabled:focus,
.btn-primary-sm.disabled:active,
.btn-primary-sm.disabled.active,
.btn-primary-sm[disabled],
.btn-primary-sm[disabled]:hover,
.btn-primary-sm[disabled]:focus,
.btn-primary-sm[disabled]:active,
.btn-primary-sm[disabled].active {
  opacity: 1;
  background-color: #a3e2bd;
  border-color: #a3e2bd;
  color: #fff;
  cursor: default;
}
.touch .btn-primary-sm:not([disabled]):hover,
.touch .btn-primary-sm:not([disabled]):focus,
.touch .btn-primary-sm:not([disabled]):visited {
  color: #fff;
  background-color: #02b757;
  border-color: #02b757;
}
.touch .btn-primary-sm:not([disabled]):active,
.touch .btn-primary-sm:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
.btn-primary-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #02b757;
  border-color: #02b757;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-primary-xs:link {
  color: #fff;
}
.btn-primary-xs:hover,
.btn-primary-xs:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-primary-xs:active,
.btn-primary-xs.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-primary-xs:active:focus,
.btn-primary-xs.active:focus {
  outline: 0 none;
}
.btn-primary-xs:visited {
  box-shadow: none;
  color: #fff;
}
.btn-primary-xs:visited:focus {
  outline: 0 none;
}
.btn-primary-xs.disabled,
.btn-primary-xs.disabled:hover,
.btn-primary-xs.disabled:focus,
.btn-primary-xs.disabled:active,
.btn-primary-xs.disabled.active,
.btn-primary-xs[disabled],
.btn-primary-xs[disabled]:hover,
.btn-primary-xs[disabled]:focus,
.btn-primary-xs[disabled]:active,
.btn-primary-xs[disabled].active {
  opacity: 1;
  background-color: #a3e2bd;
  border-color: #a3e2bd;
  color: #fff;
  cursor: default;
}
.touch .btn-primary-xs:not([disabled]):hover,
.touch .btn-primary-xs:not([disabled]):focus,
.touch .btn-primary-xs:not([disabled]):visited {
  color: #fff;
  background-color: #02b757;
  border-color: #02b757;
}
.touch .btn-primary-xs:not([disabled]):active,
.touch .btn-primary-xs:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
.btn-secondary-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-secondary-lg:link {
  color: #fff;
}
.btn-secondary-lg:hover,
.btn-secondary-lg:focus {
  background-color: #32b5ff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #32b5ff;
  color: #fff;
  cursor: pointer;
}
.btn-secondary-lg:active,
.btn-secondary-lg.active {
  box-shadow: none;
  background-color: #32b5ff;
  color: #fff;
}
.btn-secondary-lg:active:focus,
.btn-secondary-lg.active:focus {
  outline: 0 none;
}
.btn-secondary-lg:visited {
  box-shadow: none;
  color: #fff;
}
.btn-secondary-lg:visited:focus {
  outline: 0 none;
}
.btn-secondary-lg.disabled,
.btn-secondary-lg.disabled:hover,
.btn-secondary-lg.disabled:focus,
.btn-secondary-lg.disabled:active,
.btn-secondary-lg.disabled.active,
.btn-secondary-lg[disabled],
.btn-secondary-lg[disabled]:hover,
.btn-secondary-lg[disabled]:focus,
.btn-secondary-lg[disabled]:active,
.btn-secondary-lg[disabled].active {
  opacity: 1;
  background-color: #99daff;
  border-color: #99daff;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-secondary-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-secondary-lg:not([disabled]):hover,
.touch .btn-secondary-lg:not([disabled]):focus,
.touch .btn-secondary-lg:not([disabled]):visited {
  color: #fff;
  background-color: #00a2ff;
  border-color: #00a2ff;
}
.touch .btn-secondary-lg:not([disabled]):active,
.touch .btn-secondary-lg:not([disabled]).active {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
@media (max-width: 767px) {
  .touch .btn-secondary-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-secondary-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 9px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-secondary-md:link {
  color: #fff;
}
.btn-secondary-md:hover,
.btn-secondary-md:focus {
  background-color: #32b5ff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #32b5ff;
  color: #fff;
  cursor: pointer;
}
.btn-secondary-md:active,
.btn-secondary-md.active {
  box-shadow: none;
  background-color: #32b5ff;
  color: #fff;
}
.btn-secondary-md:active:focus,
.btn-secondary-md.active:focus {
  outline: 0 none;
}
.btn-secondary-md:visited {
  box-shadow: none;
  color: #fff;
}
.btn-secondary-md:visited:focus {
  outline: 0 none;
}
.btn-secondary-md.disabled,
.btn-secondary-md.disabled:hover,
.btn-secondary-md.disabled:focus,
.btn-secondary-md.disabled:active,
.btn-secondary-md.disabled.active,
.btn-secondary-md[disabled],
.btn-secondary-md[disabled]:hover,
.btn-secondary-md[disabled]:focus,
.btn-secondary-md[disabled]:active,
.btn-secondary-md[disabled].active {
  opacity: 1;
  background-color: #99daff;
  border-color: #99daff;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-secondary-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-secondary-md:not([disabled]):hover,
.touch .btn-secondary-md:not([disabled]):focus,
.touch .btn-secondary-md:not([disabled]):visited {
  color: #fff;
  background-color: #00a2ff;
  border-color: #00a2ff;
}
.touch .btn-secondary-md:not([disabled]):active,
.touch .btn-secondary-md:not([disabled]).active {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
@media (max-width: 767px) {
  .touch .btn-secondary-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-secondary-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-secondary-sm:link {
  color: #fff;
}
.btn-secondary-sm:hover,
.btn-secondary-sm:focus {
  background-color: #32b5ff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #32b5ff;
  color: #fff;
  cursor: pointer;
}
.btn-secondary-sm:active,
.btn-secondary-sm.active {
  box-shadow: none;
  background-color: #32b5ff;
  color: #fff;
}
.btn-secondary-sm:active:focus,
.btn-secondary-sm.active:focus {
  outline: 0 none;
}
.btn-secondary-sm:visited {
  box-shadow: none;
  color: #fff;
}
.btn-secondary-sm:visited:focus {
  outline: 0 none;
}
.btn-secondary-sm.disabled,
.btn-secondary-sm.disabled:hover,
.btn-secondary-sm.disabled:focus,
.btn-secondary-sm.disabled:active,
.btn-secondary-sm.disabled.active,
.btn-secondary-sm[disabled],
.btn-secondary-sm[disabled]:hover,
.btn-secondary-sm[disabled]:focus,
.btn-secondary-sm[disabled]:active,
.btn-secondary-sm[disabled].active {
  opacity: 1;
  background-color: #99daff;
  border-color: #99daff;
  color: #fff;
  cursor: default;
}
.touch .btn-secondary-sm:not([disabled]):hover,
.touch .btn-secondary-sm:not([disabled]):focus,
.touch .btn-secondary-sm:not([disabled]):visited {
  color: #fff;
  background-color: #00a2ff;
  border-color: #00a2ff;
}
.touch .btn-secondary-sm:not([disabled]):active,
.touch .btn-secondary-sm:not([disabled]).active {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-secondary-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-secondary-xs:link {
  color: #fff;
}
.btn-secondary-xs:hover,
.btn-secondary-xs:focus {
  background-color: #32b5ff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #32b5ff;
  color: #fff;
  cursor: pointer;
}
.btn-secondary-xs:active,
.btn-secondary-xs.active {
  box-shadow: none;
  background-color: #32b5ff;
  color: #fff;
}
.btn-secondary-xs:active:focus,
.btn-secondary-xs.active:focus {
  outline: 0 none;
}
.btn-secondary-xs:visited {
  box-shadow: none;
  color: #fff;
}
.btn-secondary-xs:visited:focus {
  outline: 0 none;
}
.btn-secondary-xs.disabled,
.btn-secondary-xs.disabled:hover,
.btn-secondary-xs.disabled:focus,
.btn-secondary-xs.disabled:active,
.btn-secondary-xs.disabled.active,
.btn-secondary-xs[disabled],
.btn-secondary-xs[disabled]:hover,
.btn-secondary-xs[disabled]:focus,
.btn-secondary-xs[disabled]:active,
.btn-secondary-xs[disabled].active {
  opacity: 1;
  background-color: #99daff;
  border-color: #99daff;
  color: #fff;
  cursor: default;
}
.touch .btn-secondary-xs:not([disabled]):hover,
.touch .btn-secondary-xs:not([disabled]):focus,
.touch .btn-secondary-xs:not([disabled]):visited {
  color: #fff;
  background-color: #00a2ff;
  border-color: #00a2ff;
}
.touch .btn-secondary-xs:not([disabled]):active,
.touch .btn-secondary-xs:not([disabled]).active {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-control-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-control-lg:link {
  color: #191919;
}
.btn-control-lg:hover,
.btn-control-lg:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-control-lg:active,
.btn-control-lg.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-control-lg:active:focus,
.btn-control-lg.active:focus {
  outline: 0 none;
}
.btn-control-lg:visited {
  box-shadow: none;
  color: #191919;
}
.btn-control-lg:visited:focus {
  outline: 0 none;
}
.btn-control-lg.disabled,
.btn-control-lg.disabled:hover,
.btn-control-lg.disabled:focus,
.btn-control-lg.disabled:active,
.btn-control-lg.disabled.active,
.btn-control-lg[disabled],
.btn-control-lg[disabled]:hover,
.btn-control-lg[disabled]:focus,
.btn-control-lg[disabled]:active,
.btn-control-lg[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-control-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-control-lg:not([disabled]):hover,
.touch .btn-control-lg:not([disabled]):focus,
.touch .btn-control-lg:not([disabled]):visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-control-lg:not([disabled]):active,
.touch .btn-control-lg:not([disabled]).active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
@media (max-width: 767px) {
  .touch .btn-control-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-control-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 9px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-control-md:link {
  color: #191919;
}
.btn-control-md:hover,
.btn-control-md:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-control-md:active,
.btn-control-md.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-control-md:active:focus,
.btn-control-md.active:focus {
  outline: 0 none;
}
.btn-control-md:visited {
  box-shadow: none;
  color: #191919;
}
.btn-control-md:visited:focus {
  outline: 0 none;
}
.btn-control-md.disabled,
.btn-control-md.disabled:hover,
.btn-control-md.disabled:focus,
.btn-control-md.disabled:active,
.btn-control-md.disabled.active,
.btn-control-md[disabled],
.btn-control-md[disabled]:hover,
.btn-control-md[disabled]:focus,
.btn-control-md[disabled]:active,
.btn-control-md[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-control-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-control-md:not([disabled]):hover,
.touch .btn-control-md:not([disabled]):focus,
.touch .btn-control-md:not([disabled]):visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-control-md:not([disabled]):active,
.touch .btn-control-md:not([disabled]).active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
@media (max-width: 767px) {
  .touch .btn-control-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-control-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-control-sm:link {
  color: #191919;
}
.btn-control-sm:hover,
.btn-control-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-control-sm:active,
.btn-control-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-control-sm:active:focus,
.btn-control-sm.active:focus {
  outline: 0 none;
}
.btn-control-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-control-sm:visited:focus {
  outline: 0 none;
}
.btn-control-sm.disabled,
.btn-control-sm.disabled:hover,
.btn-control-sm.disabled:focus,
.btn-control-sm.disabled:active,
.btn-control-sm.disabled.active,
.btn-control-sm[disabled],
.btn-control-sm[disabled]:hover,
.btn-control-sm[disabled]:focus,
.btn-control-sm[disabled]:active,
.btn-control-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.touch .btn-control-sm:not([disabled]):hover,
.touch .btn-control-sm:not([disabled]):focus,
.touch .btn-control-sm:not([disabled]):visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-control-sm:not([disabled]):active,
.touch .btn-control-sm:not([disabled]).active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-control-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-control-xs:link {
  color: #191919;
}
.btn-control-xs:hover,
.btn-control-xs:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-control-xs:active,
.btn-control-xs.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-control-xs:active:focus,
.btn-control-xs.active:focus {
  outline: 0 none;
}
.btn-control-xs:visited {
  box-shadow: none;
  color: #191919;
}
.btn-control-xs:visited:focus {
  outline: 0 none;
}
.btn-control-xs.disabled,
.btn-control-xs.disabled:hover,
.btn-control-xs.disabled:focus,
.btn-control-xs.disabled:active,
.btn-control-xs.disabled.active,
.btn-control-xs[disabled],
.btn-control-xs[disabled]:hover,
.btn-control-xs[disabled]:focus,
.btn-control-xs[disabled]:active,
.btn-control-xs[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.touch .btn-control-xs:not([disabled]):hover,
.touch .btn-control-xs:not([disabled]):focus,
.touch .btn-control-xs:not([disabled]):visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-control-xs:not([disabled]):active,
.touch .btn-control-xs:not([disabled]).active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-alert-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-alert-lg:link {
  color: #fff;
}
.btn-alert-lg:hover,
.btn-alert-lg:focus {
  background-color: #e27676;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #e27676;
  color: #fff;
  cursor: pointer;
}
.btn-alert-lg:active,
.btn-alert-lg.active {
  box-shadow: none;
  background-color: #e27676;
  color: #fff;
}
.btn-alert-lg:active:focus,
.btn-alert-lg.active:focus {
  outline: 0 none;
}
.btn-alert-lg:visited {
  box-shadow: none;
  color: #fff;
}
.btn-alert-lg:visited:focus {
  outline: 0 none;
}
.btn-alert-lg.disabled,
.btn-alert-lg.disabled:hover,
.btn-alert-lg.disabled:focus,
.btn-alert-lg.disabled:active,
.btn-alert-lg.disabled.active,
.btn-alert-lg[disabled],
.btn-alert-lg[disabled]:hover,
.btn-alert-lg[disabled]:focus,
.btn-alert-lg[disabled]:active,
.btn-alert-lg[disabled].active {
  opacity: 1;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-alert-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-alert-lg:not([disabled]):hover,
.touch .btn-alert-lg:not([disabled]):focus,
.touch .btn-alert-lg:not([disabled]):visited {
  color: #fff;
  background-color: #d86868;
  border-color: #d86868;
}
.touch .btn-alert-lg:not([disabled]):active,
.touch .btn-alert-lg:not([disabled]).active {
  color: #fff;
  background-color: #ac1e2d;
  border-color: #ac1e2d;
}
@media (max-width: 767px) {
  .touch .btn-alert-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-alert-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 9px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-alert-md:link {
  color: #fff;
}
.btn-alert-md:hover,
.btn-alert-md:focus {
  background-color: #e27676;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #e27676;
  color: #fff;
  cursor: pointer;
}
.btn-alert-md:active,
.btn-alert-md.active {
  box-shadow: none;
  background-color: #e27676;
  color: #fff;
}
.btn-alert-md:active:focus,
.btn-alert-md.active:focus {
  outline: 0 none;
}
.btn-alert-md:visited {
  box-shadow: none;
  color: #fff;
}
.btn-alert-md:visited:focus {
  outline: 0 none;
}
.btn-alert-md.disabled,
.btn-alert-md.disabled:hover,
.btn-alert-md.disabled:focus,
.btn-alert-md.disabled:active,
.btn-alert-md.disabled.active,
.btn-alert-md[disabled],
.btn-alert-md[disabled]:hover,
.btn-alert-md[disabled]:focus,
.btn-alert-md[disabled]:active,
.btn-alert-md[disabled].active {
  opacity: 1;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-alert-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-alert-md:not([disabled]):hover,
.touch .btn-alert-md:not([disabled]):focus,
.touch .btn-alert-md:not([disabled]):visited {
  color: #fff;
  background-color: #d86868;
  border-color: #d86868;
}
.touch .btn-alert-md:not([disabled]):active,
.touch .btn-alert-md:not([disabled]).active {
  color: #fff;
  background-color: #ac1e2d;
  border-color: #ac1e2d;
}
@media (max-width: 767px) {
  .touch .btn-alert-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-alert-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-alert-sm:link {
  color: #fff;
}
.btn-alert-sm:hover,
.btn-alert-sm:focus {
  background-color: #e27676;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #e27676;
  color: #fff;
  cursor: pointer;
}
.btn-alert-sm:active,
.btn-alert-sm.active {
  box-shadow: none;
  background-color: #e27676;
  color: #fff;
}
.btn-alert-sm:active:focus,
.btn-alert-sm.active:focus {
  outline: 0 none;
}
.btn-alert-sm:visited {
  box-shadow: none;
  color: #fff;
}
.btn-alert-sm:visited:focus {
  outline: 0 none;
}
.btn-alert-sm.disabled,
.btn-alert-sm.disabled:hover,
.btn-alert-sm.disabled:focus,
.btn-alert-sm.disabled:active,
.btn-alert-sm.disabled.active,
.btn-alert-sm[disabled],
.btn-alert-sm[disabled]:hover,
.btn-alert-sm[disabled]:focus,
.btn-alert-sm[disabled]:active,
.btn-alert-sm[disabled].active {
  opacity: 1;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: default;
}
.touch .btn-alert-sm:not([disabled]):hover,
.touch .btn-alert-sm:not([disabled]):focus,
.touch .btn-alert-sm:not([disabled]):visited {
  color: #fff;
  background-color: #d86868;
  border-color: #d86868;
}
.touch .btn-alert-sm:not([disabled]):active,
.touch .btn-alert-sm:not([disabled]).active {
  color: #fff;
  background-color: #ac1e2d;
  border-color: #ac1e2d;
}
.btn-alert-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-alert-xs:link {
  color: #fff;
}
.btn-alert-xs:hover,
.btn-alert-xs:focus {
  background-color: #e27676;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #e27676;
  color: #fff;
  cursor: pointer;
}
.btn-alert-xs:active,
.btn-alert-xs.active {
  box-shadow: none;
  background-color: #e27676;
  color: #fff;
}
.btn-alert-xs:active:focus,
.btn-alert-xs.active:focus {
  outline: 0 none;
}
.btn-alert-xs:visited {
  box-shadow: none;
  color: #fff;
}
.btn-alert-xs:visited:focus {
  outline: 0 none;
}
.btn-alert-xs.disabled,
.btn-alert-xs.disabled:hover,
.btn-alert-xs.disabled:focus,
.btn-alert-xs.disabled:active,
.btn-alert-xs.disabled.active,
.btn-alert-xs[disabled],
.btn-alert-xs[disabled]:hover,
.btn-alert-xs[disabled]:focus,
.btn-alert-xs[disabled]:active,
.btn-alert-xs[disabled].active {
  opacity: 1;
  background-color: #d86868;
  border-color: #d86868;
  color: #fff;
  cursor: default;
}
.touch .btn-alert-xs:not([disabled]):hover,
.touch .btn-alert-xs:not([disabled]):focus,
.touch .btn-alert-xs:not([disabled]):visited {
  color: #fff;
  background-color: #d86868;
  border-color: #d86868;
}
.touch .btn-alert-xs:not([disabled]):active,
.touch .btn-alert-xs:not([disabled]).active {
  color: #fff;
  background-color: #ac1e2d;
  border-color: #ac1e2d;
}
.btn-generic-edit-lg,
a.btn-generic-edit-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 12px 12px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-generic-edit-lg:link,
a.btn-generic-edit-lg:link {
  color: #191919;
}
.btn-generic-edit-lg:hover,
.btn-generic-edit-lg:focus,
a.btn-generic-edit-lg:hover,
a.btn-generic-edit-lg:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-edit-lg:active,
.btn-generic-edit-lg.active,
a.btn-generic-edit-lg:active,
a.btn-generic-edit-lg.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-edit-lg:active:focus,
.btn-generic-edit-lg.active:focus,
a.btn-generic-edit-lg:active:focus,
a.btn-generic-edit-lg.active:focus {
  outline: 0 none;
}
.btn-generic-edit-lg:visited,
a.btn-generic-edit-lg:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-edit-lg:visited:focus,
a.btn-generic-edit-lg:visited:focus {
  outline: 0 none;
}
.btn-generic-edit-lg.disabled,
.btn-generic-edit-lg.disabled:hover,
.btn-generic-edit-lg.disabled:focus,
.btn-generic-edit-lg.disabled:active,
.btn-generic-edit-lg.disabled.active,
.btn-generic-edit-lg[disabled],
.btn-generic-edit-lg[disabled]:hover,
.btn-generic-edit-lg[disabled]:focus,
.btn-generic-edit-lg[disabled]:active,
.btn-generic-edit-lg[disabled].active,
a.btn-generic-edit-lg.disabled,
a.btn-generic-edit-lg.disabled:hover,
a.btn-generic-edit-lg.disabled:focus,
a.btn-generic-edit-lg.disabled:active,
a.btn-generic-edit-lg.disabled.active,
a.btn-generic-edit-lg[disabled],
a.btn-generic-edit-lg[disabled]:hover,
a.btn-generic-edit-lg[disabled]:focus,
a.btn-generic-edit-lg[disabled]:active,
a.btn-generic-edit-lg[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-edit-lg.disabled span[class^="icon-"],
.btn-generic-edit-lg.disabled:hover span[class^="icon-"],
.btn-generic-edit-lg[disabled] span[class^="icon-"],
.btn-generic-edit-lg[disabled]:hover span[class^="icon-"],
a.btn-generic-edit-lg.disabled span[class^="icon-"],
a.btn-generic-edit-lg.disabled:hover span[class^="icon-"],
a.btn-generic-edit-lg[disabled] span[class^="icon-"],
a.btn-generic-edit-lg[disabled]:hover span[class^="icon-"] {
  background-position: 0 -84px;
}
.btn-generic-edit-lg span[class^="icon-"],
a.btn-generic-edit-lg span[class^="icon-"] {
  background-position: 0 -84px;
}
.btn-generic-edit-lg span[class^="icon-"]:hover,
a.btn-generic-edit-lg span[class^="icon-"]:hover {
  background-position: -28px -84px;
}
.btn-generic-edit-lg span[class^="icon-"],
.btn-generic-edit-lg span[class^="icon-"]:hover,
a.btn-generic-edit-lg span[class^="icon-"],
a.btn-generic-edit-lg span[class^="icon-"]:hover {
  background-size: 56px auto;
  width: 28px;
  height: 28px;
}
.touch .btn-generic-edit-lg:hover,
.touch .btn-generic-edit-lg:focus,
.touch .btn-generic-edit-lg:visited,
.touch a.btn-generic-edit-lg:hover,
.touch a.btn-generic-edit-lg:focus,
.touch a.btn-generic-edit-lg:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-edit-lg:active,
.touch .btn-generic-edit-lg.active,
.touch a.btn-generic-edit-lg:active,
.touch a.btn-generic-edit-lg.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-edit-md,
a.btn-generic-edit-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-edit-md:link,
a.btn-generic-edit-md:link {
  color: #191919;
}
.btn-generic-edit-md:hover,
.btn-generic-edit-md:focus,
a.btn-generic-edit-md:hover,
a.btn-generic-edit-md:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-edit-md:active,
.btn-generic-edit-md.active,
a.btn-generic-edit-md:active,
a.btn-generic-edit-md.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-edit-md:active:focus,
.btn-generic-edit-md.active:focus,
a.btn-generic-edit-md:active:focus,
a.btn-generic-edit-md.active:focus {
  outline: 0 none;
}
.btn-generic-edit-md:visited,
a.btn-generic-edit-md:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-edit-md:visited:focus,
a.btn-generic-edit-md:visited:focus {
  outline: 0 none;
}
.btn-generic-edit-md.disabled,
.btn-generic-edit-md.disabled:hover,
.btn-generic-edit-md.disabled:focus,
.btn-generic-edit-md.disabled:active,
.btn-generic-edit-md.disabled.active,
.btn-generic-edit-md[disabled],
.btn-generic-edit-md[disabled]:hover,
.btn-generic-edit-md[disabled]:focus,
.btn-generic-edit-md[disabled]:active,
.btn-generic-edit-md[disabled].active,
a.btn-generic-edit-md.disabled,
a.btn-generic-edit-md.disabled:hover,
a.btn-generic-edit-md.disabled:focus,
a.btn-generic-edit-md.disabled:active,
a.btn-generic-edit-md.disabled.active,
a.btn-generic-edit-md[disabled],
a.btn-generic-edit-md[disabled]:hover,
a.btn-generic-edit-md[disabled]:focus,
a.btn-generic-edit-md[disabled]:active,
a.btn-generic-edit-md[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-edit-md.disabled span[class^="icon-"],
.btn-generic-edit-md.disabled:hover span[class^="icon-"],
.btn-generic-edit-md[disabled] span[class^="icon-"],
.btn-generic-edit-md[disabled]:hover span[class^="icon-"],
a.btn-generic-edit-md.disabled span[class^="icon-"],
a.btn-generic-edit-md.disabled:hover span[class^="icon-"],
a.btn-generic-edit-md[disabled] span[class^="icon-"],
a.btn-generic-edit-md[disabled]:hover span[class^="icon-"] {
  background-position: 0 -84px;
}
.btn-generic-edit-md span[class^="icon-"],
a.btn-generic-edit-md span[class^="icon-"] {
  background-position: 0 -84px;
}
.btn-generic-edit-md span[class^="icon-"]:hover,
a.btn-generic-edit-md span[class^="icon-"]:hover {
  background-position: -28px -84px;
}
.btn-generic-edit-md span[class^="icon-"],
.btn-generic-edit-md span[class^="icon-"]:hover,
a.btn-generic-edit-md span[class^="icon-"],
a.btn-generic-edit-md span[class^="icon-"]:hover {
  background-size: 56px auto;
  width: 28px;
  height: 28px;
}
.touch .btn-generic-edit-md:hover,
.touch .btn-generic-edit-md:focus,
.touch .btn-generic-edit-md:visited,
.touch a.btn-generic-edit-md:hover,
.touch a.btn-generic-edit-md:focus,
.touch a.btn-generic-edit-md:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-edit-md:active,
.touch .btn-generic-edit-md.active,
.touch a.btn-generic-edit-md:active,
.touch a.btn-generic-edit-md.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-edit-sm,
a.btn-generic-edit-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-edit-sm:link,
a.btn-generic-edit-sm:link {
  color: #191919;
}
.btn-generic-edit-sm:hover,
.btn-generic-edit-sm:focus,
a.btn-generic-edit-sm:hover,
a.btn-generic-edit-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-edit-sm:active,
.btn-generic-edit-sm.active,
a.btn-generic-edit-sm:active,
a.btn-generic-edit-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-edit-sm:active:focus,
.btn-generic-edit-sm.active:focus,
a.btn-generic-edit-sm:active:focus,
a.btn-generic-edit-sm.active:focus {
  outline: 0 none;
}
.btn-generic-edit-sm:visited,
a.btn-generic-edit-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-edit-sm:visited:focus,
a.btn-generic-edit-sm:visited:focus {
  outline: 0 none;
}
.btn-generic-edit-sm.disabled,
.btn-generic-edit-sm.disabled:hover,
.btn-generic-edit-sm.disabled:focus,
.btn-generic-edit-sm.disabled:active,
.btn-generic-edit-sm.disabled.active,
.btn-generic-edit-sm[disabled],
.btn-generic-edit-sm[disabled]:hover,
.btn-generic-edit-sm[disabled]:focus,
.btn-generic-edit-sm[disabled]:active,
.btn-generic-edit-sm[disabled].active,
a.btn-generic-edit-sm.disabled,
a.btn-generic-edit-sm.disabled:hover,
a.btn-generic-edit-sm.disabled:focus,
a.btn-generic-edit-sm.disabled:active,
a.btn-generic-edit-sm.disabled.active,
a.btn-generic-edit-sm[disabled],
a.btn-generic-edit-sm[disabled]:hover,
a.btn-generic-edit-sm[disabled]:focus,
a.btn-generic-edit-sm[disabled]:active,
a.btn-generic-edit-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-edit-sm.disabled span[class^="icon-"],
.btn-generic-edit-sm.disabled:hover span[class^="icon-"],
.btn-generic-edit-sm[disabled] span[class^="icon-"],
.btn-generic-edit-sm[disabled]:hover span[class^="icon-"],
a.btn-generic-edit-sm.disabled span[class^="icon-"],
a.btn-generic-edit-sm.disabled:hover span[class^="icon-"],
a.btn-generic-edit-sm[disabled] span[class^="icon-"],
a.btn-generic-edit-sm[disabled]:hover span[class^="icon-"] {
  background-position: 0 -60px;
}
.btn-generic-edit-sm span[class^="icon-"],
a.btn-generic-edit-sm span[class^="icon-"] {
  background-position: 0 -60px;
}
.btn-generic-edit-sm span[class^="icon-"]:hover,
a.btn-generic-edit-sm span[class^="icon-"]:hover {
  background-position: -20px -60px;
}
.btn-generic-edit-sm span[class^="icon-"],
.btn-generic-edit-sm span[class^="icon-"]:hover,
a.btn-generic-edit-sm span[class^="icon-"],
a.btn-generic-edit-sm span[class^="icon-"]:hover {
  background-size: 40px auto;
  width: 20px;
  height: 20px;
}
.touch .btn-generic-edit-sm:hover,
.touch .btn-generic-edit-sm:focus,
.touch .btn-generic-edit-sm:visited,
.touch a.btn-generic-edit-sm:hover,
.touch a.btn-generic-edit-sm:focus,
.touch a.btn-generic-edit-sm:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-edit-sm:active,
.touch .btn-generic-edit-sm.active,
.touch a.btn-generic-edit-sm:active,
.touch a.btn-generic-edit-sm.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-edit-xs,
a.btn-generic-edit-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 1px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-edit-xs:link,
a.btn-generic-edit-xs:link {
  color: #191919;
}
.btn-generic-edit-xs:hover,
.btn-generic-edit-xs:focus,
a.btn-generic-edit-xs:hover,
a.btn-generic-edit-xs:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-edit-xs:active,
.btn-generic-edit-xs.active,
a.btn-generic-edit-xs:active,
a.btn-generic-edit-xs.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-edit-xs:active:focus,
.btn-generic-edit-xs.active:focus,
a.btn-generic-edit-xs:active:focus,
a.btn-generic-edit-xs.active:focus {
  outline: 0 none;
}
.btn-generic-edit-xs:visited,
a.btn-generic-edit-xs:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-edit-xs:visited:focus,
a.btn-generic-edit-xs:visited:focus {
  outline: 0 none;
}
.btn-generic-edit-xs.disabled,
.btn-generic-edit-xs.disabled:hover,
.btn-generic-edit-xs.disabled:focus,
.btn-generic-edit-xs.disabled:active,
.btn-generic-edit-xs.disabled.active,
.btn-generic-edit-xs[disabled],
.btn-generic-edit-xs[disabled]:hover,
.btn-generic-edit-xs[disabled]:focus,
.btn-generic-edit-xs[disabled]:active,
.btn-generic-edit-xs[disabled].active,
a.btn-generic-edit-xs.disabled,
a.btn-generic-edit-xs.disabled:hover,
a.btn-generic-edit-xs.disabled:focus,
a.btn-generic-edit-xs.disabled:active,
a.btn-generic-edit-xs.disabled.active,
a.btn-generic-edit-xs[disabled],
a.btn-generic-edit-xs[disabled]:hover,
a.btn-generic-edit-xs[disabled]:focus,
a.btn-generic-edit-xs[disabled]:active,
a.btn-generic-edit-xs[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-edit-xs.disabled span[class^="icon-"],
.btn-generic-edit-xs.disabled:hover span[class^="icon-"],
.btn-generic-edit-xs[disabled] span[class^="icon-"],
.btn-generic-edit-xs[disabled]:hover span[class^="icon-"],
a.btn-generic-edit-xs.disabled span[class^="icon-"],
a.btn-generic-edit-xs.disabled:hover span[class^="icon-"],
a.btn-generic-edit-xs[disabled] span[class^="icon-"],
a.btn-generic-edit-xs[disabled]:hover span[class^="icon-"] {
  background-position: 0 -60px;
}
.btn-generic-edit-xs span[class^="icon-"],
a.btn-generic-edit-xs span[class^="icon-"] {
  background-position: 0 -60px;
}
.btn-generic-edit-xs span[class^="icon-"]:hover,
a.btn-generic-edit-xs span[class^="icon-"]:hover {
  background-position: -20px -60px;
}
.btn-generic-edit-xs span[class^="icon-"],
.btn-generic-edit-xs span[class^="icon-"]:hover,
a.btn-generic-edit-xs span[class^="icon-"],
a.btn-generic-edit-xs span[class^="icon-"]:hover {
  background-size: 40px auto;
  width: 20px;
  height: 20px;
}
.touch .btn-generic-edit-xs:hover,
.touch .btn-generic-edit-xs:focus,
.touch .btn-generic-edit-xs:visited,
.touch a.btn-generic-edit-xs:hover,
.touch a.btn-generic-edit-xs:focus,
.touch a.btn-generic-edit-xs:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-edit-xs:active,
.touch .btn-generic-edit-xs.active,
.touch a.btn-generic-edit-xs:active,
.touch a.btn-generic-edit-xs.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-menu-black-sm,
a.btn-generic-menu-black-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-menu-black-sm:link,
a.btn-generic-menu-black-sm:link {
  color: #191919;
}
.btn-generic-menu-black-sm:hover,
.btn-generic-menu-black-sm:focus,
a.btn-generic-menu-black-sm:hover,
a.btn-generic-menu-black-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-menu-black-sm:active,
.btn-generic-menu-black-sm.active,
a.btn-generic-menu-black-sm:active,
a.btn-generic-menu-black-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-menu-black-sm:active:focus,
.btn-generic-menu-black-sm.active:focus,
a.btn-generic-menu-black-sm:active:focus,
a.btn-generic-menu-black-sm.active:focus {
  outline: 0 none;
}
.btn-generic-menu-black-sm:visited,
a.btn-generic-menu-black-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-menu-black-sm:visited:focus,
a.btn-generic-menu-black-sm:visited:focus {
  outline: 0 none;
}
.btn-generic-menu-black-sm.disabled,
.btn-generic-menu-black-sm.disabled:hover,
.btn-generic-menu-black-sm.disabled:focus,
.btn-generic-menu-black-sm.disabled:active,
.btn-generic-menu-black-sm.disabled.active,
.btn-generic-menu-black-sm[disabled],
.btn-generic-menu-black-sm[disabled]:hover,
.btn-generic-menu-black-sm[disabled]:focus,
.btn-generic-menu-black-sm[disabled]:active,
.btn-generic-menu-black-sm[disabled].active,
a.btn-generic-menu-black-sm.disabled,
a.btn-generic-menu-black-sm.disabled:hover,
a.btn-generic-menu-black-sm.disabled:focus,
a.btn-generic-menu-black-sm.disabled:active,
a.btn-generic-menu-black-sm.disabled.active,
a.btn-generic-menu-black-sm[disabled],
a.btn-generic-menu-black-sm[disabled]:hover,
a.btn-generic-menu-black-sm[disabled]:focus,
a.btn-generic-menu-black-sm[disabled]:active,
a.btn-generic-menu-black-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-menu-black-sm.disabled span[class^="icon-"],
.btn-generic-menu-black-sm.disabled:hover span[class^="icon-"],
.btn-generic-menu-black-sm[disabled] span[class^="icon-"],
.btn-generic-menu-black-sm[disabled]:hover span[class^="icon-"],
a.btn-generic-menu-black-sm.disabled span[class^="icon-"],
a.btn-generic-menu-black-sm.disabled:hover span[class^="icon-"],
a.btn-generic-menu-black-sm[disabled] span[class^="icon-"],
a.btn-generic-menu-black-sm[disabled]:hover span[class^="icon-"] {
  background-position: 0 -1060px;
}
.btn-generic-menu-black-sm span[class^="icon-"],
a.btn-generic-menu-black-sm span[class^="icon-"] {
  background-position: 0 -1060px;
}
.touch .btn-generic-menu-black-sm:hover,
.touch .btn-generic-menu-black-sm:focus,
.touch .btn-generic-menu-black-sm:visited,
.touch a.btn-generic-menu-black-sm:hover,
.touch a.btn-generic-menu-black-sm:focus,
.touch a.btn-generic-menu-black-sm:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-menu-black-sm:active,
.touch .btn-generic-menu-black-sm.active,
.touch a.btn-generic-menu-black-sm:active,
.touch a.btn-generic-menu-black-sm.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-locked-sm,
a.btn-generic-locked-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-locked-sm:link,
a.btn-generic-locked-sm:link {
  color: #191919;
}
.btn-generic-locked-sm:hover,
.btn-generic-locked-sm:focus,
a.btn-generic-locked-sm:hover,
a.btn-generic-locked-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-locked-sm:active,
.btn-generic-locked-sm.active,
a.btn-generic-locked-sm:active,
a.btn-generic-locked-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-locked-sm:active:focus,
.btn-generic-locked-sm.active:focus,
a.btn-generic-locked-sm:active:focus,
a.btn-generic-locked-sm.active:focus {
  outline: 0 none;
}
.btn-generic-locked-sm:visited,
a.btn-generic-locked-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-locked-sm:visited:focus,
a.btn-generic-locked-sm:visited:focus {
  outline: 0 none;
}
.btn-generic-locked-sm.disabled,
.btn-generic-locked-sm.disabled:hover,
.btn-generic-locked-sm.disabled:focus,
.btn-generic-locked-sm.disabled:active,
.btn-generic-locked-sm.disabled.active,
.btn-generic-locked-sm[disabled],
.btn-generic-locked-sm[disabled]:hover,
.btn-generic-locked-sm[disabled]:focus,
.btn-generic-locked-sm[disabled]:active,
.btn-generic-locked-sm[disabled].active,
a.btn-generic-locked-sm.disabled,
a.btn-generic-locked-sm.disabled:hover,
a.btn-generic-locked-sm.disabled:focus,
a.btn-generic-locked-sm.disabled:active,
a.btn-generic-locked-sm.disabled.active,
a.btn-generic-locked-sm[disabled],
a.btn-generic-locked-sm[disabled]:hover,
a.btn-generic-locked-sm[disabled]:focus,
a.btn-generic-locked-sm[disabled]:active,
a.btn-generic-locked-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-locked-sm.disabled span[class^="icon-"],
.btn-generic-locked-sm.disabled:hover span[class^="icon-"],
.btn-generic-locked-sm[disabled] span[class^="icon-"],
.btn-generic-locked-sm[disabled]:hover span[class^="icon-"],
a.btn-generic-locked-sm.disabled span[class^="icon-"],
a.btn-generic-locked-sm.disabled:hover span[class^="icon-"],
a.btn-generic-locked-sm[disabled] span[class^="icon-"],
a.btn-generic-locked-sm[disabled]:hover span[class^="icon-"] {
  background-position: 0 -1160px;
}
.btn-generic-locked-sm span[class^="icon-"],
a.btn-generic-locked-sm span[class^="icon-"] {
  background-position: 0 -1160px;
}
.touch .btn-generic-locked-sm:hover,
.touch .btn-generic-locked-sm:focus,
.touch .btn-generic-locked-sm:visited,
.touch a.btn-generic-locked-sm:hover,
.touch a.btn-generic-locked-sm:focus,
.touch a.btn-generic-locked-sm:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-locked-sm:active,
.touch .btn-generic-locked-sm.active,
.touch a.btn-generic-locked-sm:active,
.touch a.btn-generic-locked-sm.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-unlocked-sm,
a.btn-generic-unlocked-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-unlocked-sm:link,
a.btn-generic-unlocked-sm:link {
  color: #191919;
}
.btn-generic-unlocked-sm:hover,
.btn-generic-unlocked-sm:focus,
a.btn-generic-unlocked-sm:hover,
a.btn-generic-unlocked-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-unlocked-sm:active,
.btn-generic-unlocked-sm.active,
a.btn-generic-unlocked-sm:active,
a.btn-generic-unlocked-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-unlocked-sm:active:focus,
.btn-generic-unlocked-sm.active:focus,
a.btn-generic-unlocked-sm:active:focus,
a.btn-generic-unlocked-sm.active:focus {
  outline: 0 none;
}
.btn-generic-unlocked-sm:visited,
a.btn-generic-unlocked-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-unlocked-sm:visited:focus,
a.btn-generic-unlocked-sm:visited:focus {
  outline: 0 none;
}
.btn-generic-unlocked-sm.disabled,
.btn-generic-unlocked-sm.disabled:hover,
.btn-generic-unlocked-sm.disabled:focus,
.btn-generic-unlocked-sm.disabled:active,
.btn-generic-unlocked-sm.disabled.active,
.btn-generic-unlocked-sm[disabled],
.btn-generic-unlocked-sm[disabled]:hover,
.btn-generic-unlocked-sm[disabled]:focus,
.btn-generic-unlocked-sm[disabled]:active,
.btn-generic-unlocked-sm[disabled].active,
a.btn-generic-unlocked-sm.disabled,
a.btn-generic-unlocked-sm.disabled:hover,
a.btn-generic-unlocked-sm.disabled:focus,
a.btn-generic-unlocked-sm.disabled:active,
a.btn-generic-unlocked-sm.disabled.active,
a.btn-generic-unlocked-sm[disabled],
a.btn-generic-unlocked-sm[disabled]:hover,
a.btn-generic-unlocked-sm[disabled]:focus,
a.btn-generic-unlocked-sm[disabled]:active,
a.btn-generic-unlocked-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-unlocked-sm.disabled span[class^="icon-"],
.btn-generic-unlocked-sm.disabled:hover span[class^="icon-"],
.btn-generic-unlocked-sm[disabled] span[class^="icon-"],
.btn-generic-unlocked-sm[disabled]:hover span[class^="icon-"],
a.btn-generic-unlocked-sm.disabled span[class^="icon-"],
a.btn-generic-unlocked-sm.disabled:hover span[class^="icon-"],
a.btn-generic-unlocked-sm[disabled] span[class^="icon-"],
a.btn-generic-unlocked-sm[disabled]:hover span[class^="icon-"] {
  background-position: 0 -1180px;
}
.btn-generic-unlocked-sm span[class^="icon-"],
a.btn-generic-unlocked-sm span[class^="icon-"] {
  background-position: 0 -1180px;
}
.touch .btn-generic-unlocked-sm:hover,
.touch .btn-generic-unlocked-sm:focus,
.touch .btn-generic-unlocked-sm:visited,
.touch a.btn-generic-unlocked-sm:hover,
.touch a.btn-generic-unlocked-sm:focus,
.touch a.btn-generic-unlocked-sm:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-unlocked-sm:active,
.touch .btn-generic-unlocked-sm.active,
.touch a.btn-generic-unlocked-sm:active,
.touch a.btn-generic-unlocked-sm.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-generic-copy-sm,
a.btn-generic-copy-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-generic-copy-sm:link,
a.btn-generic-copy-sm:link {
  color: #191919;
}
.btn-generic-copy-sm:hover,
.btn-generic-copy-sm:focus,
a.btn-generic-copy-sm:hover,
a.btn-generic-copy-sm:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-generic-copy-sm:active,
.btn-generic-copy-sm.active,
a.btn-generic-copy-sm:active,
a.btn-generic-copy-sm.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-generic-copy-sm:active:focus,
.btn-generic-copy-sm.active:focus,
a.btn-generic-copy-sm:active:focus,
a.btn-generic-copy-sm.active:focus {
  outline: 0 none;
}
.btn-generic-copy-sm:visited,
a.btn-generic-copy-sm:visited {
  box-shadow: none;
  color: #191919;
}
.btn-generic-copy-sm:visited:focus,
a.btn-generic-copy-sm:visited:focus {
  outline: 0 none;
}
.btn-generic-copy-sm.disabled,
.btn-generic-copy-sm.disabled:hover,
.btn-generic-copy-sm.disabled:focus,
.btn-generic-copy-sm.disabled:active,
.btn-generic-copy-sm.disabled.active,
.btn-generic-copy-sm[disabled],
.btn-generic-copy-sm[disabled]:hover,
.btn-generic-copy-sm[disabled]:focus,
.btn-generic-copy-sm[disabled]:active,
.btn-generic-copy-sm[disabled].active,
a.btn-generic-copy-sm.disabled,
a.btn-generic-copy-sm.disabled:hover,
a.btn-generic-copy-sm.disabled:focus,
a.btn-generic-copy-sm.disabled:active,
a.btn-generic-copy-sm.disabled.active,
a.btn-generic-copy-sm[disabled],
a.btn-generic-copy-sm[disabled]:hover,
a.btn-generic-copy-sm[disabled]:focus,
a.btn-generic-copy-sm[disabled]:active,
a.btn-generic-copy-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-generic-copy-sm.disabled span[class^="icon-"],
.btn-generic-copy-sm.disabled:hover span[class^="icon-"],
.btn-generic-copy-sm[disabled] span[class^="icon-"],
.btn-generic-copy-sm[disabled]:hover span[class^="icon-"],
a.btn-generic-copy-sm.disabled span[class^="icon-"],
a.btn-generic-copy-sm.disabled:hover span[class^="icon-"],
a.btn-generic-copy-sm[disabled] span[class^="icon-"],
a.btn-generic-copy-sm[disabled]:hover span[class^="icon-"] {
  background-position: 0 -1140px;
}
.btn-generic-copy-sm span[class^="icon-"],
a.btn-generic-copy-sm span[class^="icon-"] {
  background-position: 0 -1140px;
}
.btn-generic-copy-sm span[class^="icon-"]:hover,
a.btn-generic-copy-sm span[class^="icon-"]:hover {
  background-position: -20px -1140px;
}
.btn-generic-copy-sm span[class^="icon-"],
.btn-generic-copy-sm span[class^="icon-"]:hover,
a.btn-generic-copy-sm span[class^="icon-"],
a.btn-generic-copy-sm span[class^="icon-"]:hover {
  background-size: 40px auto;
  width: 20px;
  height: 20px;
}
.touch .btn-generic-copy-sm:hover,
.touch .btn-generic-copy-sm:focus,
.touch .btn-generic-copy-sm:visited,
.touch a.btn-generic-copy-sm:hover,
.touch a.btn-generic-copy-sm:focus,
.touch a.btn-generic-copy-sm:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-generic-copy-sm:active,
.touch .btn-generic-copy-sm.active,
.touch a.btn-generic-copy-sm:active,
.touch a.btn-generic-copy-sm.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-games-experimental-gray2-xs,
a.btn-games-experimental-gray2-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 1px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-games-experimental-gray2-xs:link,
a.btn-games-experimental-gray2-xs:link {
  color: #191919;
}
.btn-games-experimental-gray2-xs:hover,
.btn-games-experimental-gray2-xs:focus,
a.btn-games-experimental-gray2-xs:hover,
a.btn-games-experimental-gray2-xs:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.btn-games-experimental-gray2-xs:active,
.btn-games-experimental-gray2-xs.active,
a.btn-games-experimental-gray2-xs:active,
a.btn-games-experimental-gray2-xs.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.btn-games-experimental-gray2-xs:active:focus,
.btn-games-experimental-gray2-xs.active:focus,
a.btn-games-experimental-gray2-xs:active:focus,
a.btn-games-experimental-gray2-xs.active:focus {
  outline: 0 none;
}
.btn-games-experimental-gray2-xs:visited,
a.btn-games-experimental-gray2-xs:visited {
  box-shadow: none;
  color: #191919;
}
.btn-games-experimental-gray2-xs:visited:focus,
a.btn-games-experimental-gray2-xs:visited:focus {
  outline: 0 none;
}
.btn-games-experimental-gray2-xs.disabled,
.btn-games-experimental-gray2-xs.disabled:hover,
.btn-games-experimental-gray2-xs.disabled:focus,
.btn-games-experimental-gray2-xs.disabled:active,
.btn-games-experimental-gray2-xs.disabled.active,
.btn-games-experimental-gray2-xs[disabled],
.btn-games-experimental-gray2-xs[disabled]:hover,
.btn-games-experimental-gray2-xs[disabled]:focus,
.btn-games-experimental-gray2-xs[disabled]:active,
.btn-games-experimental-gray2-xs[disabled].active,
a.btn-games-experimental-gray2-xs.disabled,
a.btn-games-experimental-gray2-xs.disabled:hover,
a.btn-games-experimental-gray2-xs.disabled:focus,
a.btn-games-experimental-gray2-xs.disabled:active,
a.btn-games-experimental-gray2-xs.disabled.active,
a.btn-games-experimental-gray2-xs[disabled],
a.btn-games-experimental-gray2-xs[disabled]:hover,
a.btn-games-experimental-gray2-xs[disabled]:focus,
a.btn-games-experimental-gray2-xs[disabled]:active,
a.btn-games-experimental-gray2-xs[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: default;
}
.btn-games-experimental-gray2-xs.disabled span[class^="icon-"],
.btn-games-experimental-gray2-xs.disabled:hover span[class^="icon-"],
.btn-games-experimental-gray2-xs[disabled] span[class^="icon-"],
.btn-games-experimental-gray2-xs[disabled]:hover span[class^="icon-"],
a.btn-games-experimental-gray2-xs.disabled span[class^="icon-"],
a.btn-games-experimental-gray2-xs.disabled:hover span[class^="icon-"],
a.btn-games-experimental-gray2-xs[disabled] span[class^="icon-"],
a.btn-games-experimental-gray2-xs[disabled]:hover span[class^="icon-"] {
  background-position: -20px -480px;
}
.btn-games-experimental-gray2-xs span[class^="icon-"],
a.btn-games-experimental-gray2-xs span[class^="icon-"] {
  background-position: -20px -480px;
}
.touch .btn-games-experimental-gray2-xs:hover,
.touch .btn-games-experimental-gray2-xs:focus,
.touch .btn-games-experimental-gray2-xs:visited,
.touch a.btn-games-experimental-gray2-xs:hover,
.touch a.btn-games-experimental-gray2-xs:focus,
.touch a.btn-games-experimental-gray2-xs:visited {
  color: #191919;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-games-experimental-gray2-xs:active,
.touch .btn-games-experimental-gray2-xs.active,
.touch a.btn-games-experimental-gray2-xs:active,
.touch a.btn-games-experimental-gray2-xs.active {
  color: #191919;
  background-color: #f2f2f2;
  border-color: #b8b8b8;
}
.btn-buy-lg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 15px;
  font-size: 21px;
  line-height: 100%;
  border-radius: 5px;
}
.btn-buy-lg:link {
  color: #757575;
}
.btn-buy-lg:hover,
.btn-buy-lg:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-buy-lg:active,
.btn-buy-lg.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-buy-lg:active:focus,
.btn-buy-lg.active:focus {
  outline: 0 none;
}
.btn-buy-lg:visited {
  box-shadow: none;
  color: #fff;
}
.btn-buy-lg:visited:focus {
  outline: 0 none;
}
.btn-buy-lg.disabled,
.btn-buy-lg.disabled:hover,
.btn-buy-lg.disabled:focus,
.btn-buy-lg.disabled:active,
.btn-buy-lg.disabled.active,
.btn-buy-lg[disabled],
.btn-buy-lg[disabled]:hover,
.btn-buy-lg[disabled]:focus,
.btn-buy-lg[disabled]:active,
.btn-buy-lg[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-buy-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-buy-lg:not([disabled]):hover,
.touch .btn-buy-lg:not([disabled]):focus,
.touch .btn-buy-lg:not([disabled]):visited {
  color: #757575;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-buy-lg:not([disabled]):active,
.touch .btn-buy-lg:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
@media (max-width: 767px) {
  .touch .btn-buy-lg {
    padding: 9px 9px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-buy-md {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 9px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-buy-md:link {
  color: #757575;
}
.btn-buy-md:hover,
.btn-buy-md:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-buy-md:active,
.btn-buy-md.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-buy-md:active:focus,
.btn-buy-md.active:focus {
  outline: 0 none;
}
.btn-buy-md:visited {
  box-shadow: none;
  color: #fff;
}
.btn-buy-md:visited:focus {
  outline: 0 none;
}
.btn-buy-md.disabled,
.btn-buy-md.disabled:hover,
.btn-buy-md.disabled:focus,
.btn-buy-md.disabled:active,
.btn-buy-md.disabled.active,
.btn-buy-md[disabled],
.btn-buy-md[disabled]:hover,
.btn-buy-md[disabled]:focus,
.btn-buy-md[disabled]:active,
.btn-buy-md[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
@media (max-width: 767px) {
  .btn-buy-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.touch .btn-buy-md:not([disabled]):hover,
.touch .btn-buy-md:not([disabled]):focus,
.touch .btn-buy-md:not([disabled]):visited {
  color: #757575;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-buy-md:not([disabled]):active,
.touch .btn-buy-md:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
@media (max-width: 767px) {
  .touch .btn-buy-md {
    padding: 7px 7px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
  }
}
.btn-buy-sm {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-buy-sm:link {
  color: #757575;
}
.btn-buy-sm:hover,
.btn-buy-sm:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-buy-sm:active,
.btn-buy-sm.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-buy-sm:active:focus,
.btn-buy-sm.active:focus {
  outline: 0 none;
}
.btn-buy-sm:visited {
  box-shadow: none;
  color: #fff;
}
.btn-buy-sm:visited:focus {
  outline: 0 none;
}
.btn-buy-sm.disabled,
.btn-buy-sm.disabled:hover,
.btn-buy-sm.disabled:focus,
.btn-buy-sm.disabled:active,
.btn-buy-sm.disabled.active,
.btn-buy-sm[disabled],
.btn-buy-sm[disabled]:hover,
.btn-buy-sm[disabled]:focus,
.btn-buy-sm[disabled]:active,
.btn-buy-sm[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.touch .btn-buy-sm:not([disabled]):hover,
.touch .btn-buy-sm:not([disabled]):focus,
.touch .btn-buy-sm:not([disabled]):visited {
  color: #757575;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-buy-sm:not([disabled]):active,
.touch .btn-buy-sm:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
.btn-buy-xs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
}
.btn-buy-xs:link {
  color: #757575;
}
.btn-buy-xs:hover,
.btn-buy-xs:focus {
  background-color: #3fc679;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #3fc679;
  color: #fff;
  cursor: pointer;
}
.btn-buy-xs:active,
.btn-buy-xs.active {
  box-shadow: none;
  background-color: #3fc679;
  color: #fff;
}
.btn-buy-xs:active:focus,
.btn-buy-xs.active:focus {
  outline: 0 none;
}
.btn-buy-xs:visited {
  box-shadow: none;
  color: #fff;
}
.btn-buy-xs:visited:focus {
  outline: 0 none;
}
.btn-buy-xs.disabled,
.btn-buy-xs.disabled:hover,
.btn-buy-xs.disabled:focus,
.btn-buy-xs.disabled:active,
.btn-buy-xs.disabled.active,
.btn-buy-xs[disabled],
.btn-buy-xs[disabled]:hover,
.btn-buy-xs[disabled]:focus,
.btn-buy-xs[disabled]:active,
.btn-buy-xs[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.touch .btn-buy-xs:not([disabled]):hover,
.touch .btn-buy-xs:not([disabled]):focus,
.touch .btn-buy-xs:not([disabled]):visited {
  color: #757575;
  background-color: #fff;
  border-color: #b8b8b8;
}
.touch .btn-buy-xs:not([disabled]):active,
.touch .btn-buy-xs:not([disabled]).active {
  color: #fff;
  background-color: #118237;
  border-color: #118237;
}
.btn-fixed-width {
  width: 90px;
}
.btn-fixed-width-lg {
  width: 180px;
}
.btn-full-width {
  width: 100%;
}
.btn-toggle-label {
  line-height: 24px;
}
.btn-toggle {
  background-color: #b8b8b8;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  width: 60px;
  padding: 2px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.btn-toggle:before,
.btn-toggle:after {
  content: " ";
  display: table;
}
.btn-toggle:after {
  clear: both;
}
.btn-toggle:hover {
  cursor: pointer;
}
.btn-toggle .toggle-on {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  margin-left: 6px;
}
.btn-toggle .toggle-off {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
  margin-right: 6px;
}
.btn-toggle .toggle-flip {
  background-color: #fff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: auto;
  left: 2px;
}
.btn-toggle.on {
  text-align: left;
  background-color: #02b757;
}
.btn-toggle.on .toggle-on {
  display: inline;
}
.btn-toggle.on .toggle-off {
  display: none;
}
.btn-toggle.on .toggle-flip {
  left: auto;
  right: 2px;
}
.btn-toggle.on.disabled {
  background-color: #a3e2bd;
}
.btn-toggle.on.disabled .toggle-flip {
  background-color: #fff;
}
.btn-toggle.disabled {
  background-color: #e3e3e3;
}
.btn-toggle.disabled:hover {
  cursor: default;
}
.btn-toggle.disabled .toggle-flip {
  background-color: #f2f2f2;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.checkbox input[type="checkbox"]:focus + label::before {
  border: 1px solid #00a2ff;
}
.checkbox input[type="checkbox"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  height: 16px;
  padding-left: 20px;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  line-height: 16px;
}
@media (max-width: 991px) {
  .checkbox input[type="checkbox"] + label {
    height: 24px;
    padding-left: 30px;
    line-height: 20px;
  }
}
.checkbox input[type="checkbox"]:checked + label {
  width: 100%;
}
.checkbox input[type="checkbox"]:checked + label::before {
  background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -602px;
  background-color: #00a2ff;
  border: 1px solid #00a2ff;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .checkbox input[type="checkbox"]:checked + label::before {
    background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
    background-repeat: no-repeat;
    background-size: 44px auto;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -946px;
    width: 24px;
    height: 24px;
  }
}
.checkbox input[type="checkbox"]:disabled + label {
  width: 100%;
  color: #b8b8b8;
  cursor: default;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .checkbox input[type="checkbox"]:disabled + label::before {
    width: 24px;
    height: 24px;
  }
}
.checkbox input[type="checkbox"]:checked:disabled + label {
  width: 100%;
  color: #b8b8b8;
  cursor: default;
}
.checkbox input[type="checkbox"]:checked:disabled + label::before {
  background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-position: -14px -602px;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .checkbox input[type="checkbox"]:checked:disabled + label::before {
    background-image: url(https://cdn.epik17.xyz/images/Shared/generic_07172017.svg);
    background-repeat: no-repeat;
    background-size: 44px auto;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-position: -22px -946px;
    width: 24px;
    height: 24px;
  }
}
.checkbox label {
  position: relative;
  font-weight: 300;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .checkbox label::before {
    width: 24px;
    height: 24px;
  }
}
.checkbox label:hover::before {
  border: 1px solid #00a2ff;
}
.form:before,
.form:after {
  content: " ";
  display: table;
}
.form:after {
  clear: both;
}
@media (max-width: 767px) {
  .form .input-field {
    height: 32px;
    line-height: 1.3em;
  }
}
.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 10px;
}
@media (max-width: 543px) {
  .form-group {
    margin-bottom: 6px;
  }
}
.form-horizontal:before,
.form-horizontal:after {
  content: " ";
  display: table;
}
.form-horizontal:after {
  clear: both;
}
.form-horizontal .form-group {
  width: 90%;
  width: calc(100% - 90px - 12px);
  float: left;
}
@media (max-width: 767px) {
  .form-horizontal .form-group {
    width: 84%;
    width: calc(100% - 90px - 12px);
  }
}
.form-horizontal a[class*="btn"],
.form-horizontal button[class*="btn"] {
  float: left;
  margin: 0 0 0 12px;
}
@media (max-width: 543px) {
  .form-horizontal .form-group,
  .form-horizontal a[class*="btn"],
  .form-horizontal button[class*="btn"] {
    float: none;
    width: 100%;
  }
  .form-horizontal a[class*="btn"],
  .form-horizontal button[class*="btn"] {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .form-horizontal .input-field {
    height: 32px;
    line-height: 1.3em;
  }
}
.form-has-feedback {
  position: relative;
}
.form-has-feedback .input-field {
  padding-right: 30px;
}
.form-has-feedback span[class*="icon"] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.form-has-feedback .form-control-label {
  display: block;
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.form-has-success .input-field {
  border-color: #02b757;
}
.form-has-error .input-field,
.form-has-error .input-field:focus {
  border-color: #d86868;
}
.form-has-error .form-control-label {
  margin-top: 2px;
  color: #d86868;
  line-height: 1em;
}
.input-field {
  border: 1px solid #b8b8b8;
  color: #191919;
  font-weight: 300;
  font-size: 16px;
  height: 38px;
  line-height: 100%;
  padding: 5px 12px;
  -webkit-appearance: none;
}
.input-field::-moz-placeholder {
  color: #b8b8b8;
  font-weight: 300;
  opacity: 1;
}
.input-field:-ms-input-placeholder {
  color: #b8b8b8;
  font-weight: 300;
}
.input-field::-webkit-input-placeholder {
  color: #b8b8b8;
  font-weight: 300;
}
.input-field:focus {
  box-shadow: none;
  border-color: #00a2ff;
}
.input-field.rbx-placeholder {
  color: #b8b8b8;
}
.input-field:required {
  box-shadow: none;
}
.rbx-select-group {
  position: relative;
}
.rbx-select-group:hover {
  cursor: pointer;
}
.rbx-select-group:hover .icon-down {
  background-position: -16px -464px;
}
.rbx-select-group:hover .rbx-select {
  background-color: #00a2ff;
  color: #fff;
  cursor: pointer;
}
.rbx-select-group .rbx-select {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  min-width: 105px;
  width: 100%;
  height: 38px;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 18px;
  background: url(/images/Upgrades/Purchase/icon_downarrow.svg) no-repeat scroll
    98% 3px #fff;
}
.rbx-select-group .rbx-select::-ms-expand {
  display: none;
}
.rbx-select-group .rbx-select:hover {
  background-color: #00a2ff;
  background-image: url(/images/Upgrades/Purchase/icon_downarrow_on.svg);
  color: #fff;
}
.rbx-select-group .rbx-select option {
  background-color: #fff;
  color: #191919;
  padding: 10px 12px;
  white-space: nowrap;
}
.rbx-select-group .rbx-select[disabled],
.rbx-select-group .rbx-select[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}
.rbx-select-group span[class^="icon"] {
  position: absolute;
  top: 6px;
  right: 12px;
}
.input-number {
  -moz-appearance: textfield;
}
.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.file-upload-section .file-name-container {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group:before,
.input-group:after {
  content: " ";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .input-field {
  position: relative;
  display: table-cell;
  float: left;
}
.input-group .input-field:not(.last-input) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0 none;
}
.input-group .input-field:focus {
  border-color: #b8b8b8;
}
.input-group .input-group-btn {
  display: table-cell;
  width: 1%;
}
.input-group .input-group-btn .input-dropdown-btn {
  display: inline-block;
  border-radius: 0;
  padding: 5px 12px;
}
.input-group .input-group-btn .input-dropdown-btn span {
  display: table-cell;
  vertical-align: middle;
}
.input-group .input-group-btn .dropdown-menu {
  left: auto;
  right: 38px;
}
.input-group .input-group-btn:last-child .input-addon-btn {
  margin-left: 0;
  border-left: 0 none;
  border-radius: 0 3px 3px 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child):not(.last-input),
.input-group-btn:not(:first-child):not(:last-child):not(.last-input),
.input-group .form-control:not(:first-child):not(:last-child):not(.last-input) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: block;
  line-height: 18px;
  padding: 0;
  width: 100%;
}
.input-group-btn .input-addon-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left-color: transparent;
  height: 38px;
  padding: 0;
}
.input-group-btn .input-addon-btn:link {
  color: #191919;
}
.input-group-btn .input-addon-btn:hover,
.input-group-btn .input-addon-btn:focus {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
}
.input-group-btn .input-addon-btn:active,
.input-group-btn .input-addon-btn.active {
  box-shadow: none;
  background-color: #fff;
  color: #191919;
}
.input-group-btn .input-addon-btn:active:focus,
.input-group-btn .input-addon-btn.active:focus {
  outline: 0 none;
}
.input-group-btn .input-addon-btn:visited {
  box-shadow: none;
  color: #191919;
}
.input-group-btn .input-addon-btn:visited:focus {
  outline: 0 none;
}
.input-group-btn .input-addon-btn.disabled,
.input-group-btn .input-addon-btn.disabled:hover,
.input-group-btn .input-addon-btn.disabled:focus,
.input-group-btn .input-addon-btn.disabled:active,
.input-group-btn .input-addon-btn.disabled.active,
.input-group-btn .input-addon-btn[disabled],
.input-group-btn .input-addon-btn[disabled]:hover,
.input-group-btn .input-addon-btn[disabled]:focus,
.input-group-btn .input-addon-btn[disabled]:active,
.input-group-btn .input-addon-btn[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.input-group-btn .input-addon-btn:hover,
.input-group-btn .input-addon-btn:focus {
  box-shadow: none;
  cursor: pointer;
  border-left: 0;
  outline: 0 none;
  outline-offset: 0;
}
.input-group-btn .dropdown-menu {
  max-height: 266px;
}
.input-group-btn .dropdown-menu li {
  padding: 0;
}
.input-group-btn .dropdown-menu li:hover {
  box-shadow: 0 none;
}
.input-group-btn .dropdown-menu li a {
  padding: 10px 12px;
  display: block;
}
.input-group-btn .dropdown-menu li a:hover,
.input-group-btn .dropdown-menu li a:focus {
  background-color: #f2f2f2;
}
.input-group-btn .dropdown-menu li a:hover,
.input-group-btn .dropdown-menu li a:focus,
.input-group-btn .dropdown-menu li a.active {
  box-shadow: 4px 0 0 0 #00a2ff inset;
  cursor: pointer;
  outline: 0 none;
  border: 0 none;
}
.input-group-btn .input-dropdown-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  border: 1px solid transparent;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px 12px;
  margin: 0;
  line-height: 18px;
  display: block;
  width: 100%;
}
.input-group-btn .input-dropdown-btn:link {
  color: #191919;
}
.input-group-btn .input-dropdown-btn:hover,
.input-group-btn .input-dropdown-btn:focus {
  background-color: #00a2ff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  border-color: #00a2ff;
  color: #fff;
  cursor: pointer;
}
.input-group-btn .input-dropdown-btn:active,
.input-group-btn .input-dropdown-btn.active {
  box-shadow: none;
  background-color: #00a2ff;
  color: #fff;
}
.input-group-btn .input-dropdown-btn:active:focus,
.input-group-btn .input-dropdown-btn.active:focus {
  outline: 0 none;
}
.input-group-btn .input-dropdown-btn:visited {
  box-shadow: none;
  color: #fff;
}
.input-group-btn .input-dropdown-btn:visited:focus {
  outline: 0 none;
}
.input-group-btn .input-dropdown-btn.disabled,
.input-group-btn .input-dropdown-btn.disabled:hover,
.input-group-btn .input-dropdown-btn.disabled:focus,
.input-group-btn .input-dropdown-btn.disabled:active,
.input-group-btn .input-dropdown-btn.disabled.active,
.input-group-btn .input-dropdown-btn[disabled],
.input-group-btn .input-dropdown-btn[disabled]:hover,
.input-group-btn .input-dropdown-btn[disabled]:focus,
.input-group-btn .input-dropdown-btn[disabled]:active,
.input-group-btn .input-dropdown-btn[disabled].active {
  opacity: 1;
  background-color: #fff;
  border-color: #b8b8b8;
  color: #b8b8b8;
  cursor: default;
}
.input-group-btn .input-dropdown-btn:hover,
.input-group-btn .input-dropdown-btn:focus {
  box-shadow: none;
}
.input-group-btn .input-dropdown-btn:hover .icon-down,
.input-group-btn .input-dropdown-btn:focus .icon-down {
  background-position: -16px -464px;
}
.input-group-btn .input-dropdown-btn .rbx-selection-label {
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.input-group-btn .input-dropdown-btn span {
  display: inline-block;
}
.input-group-btn .input-dropdown-btn span[class^="icon"] {
  float: right;
  margin-top: 5px;
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
@media (max-width: 767px) {
  .modal {
    padding: 12px;
  }
}
.modal-confirmation {
  display: none;
}
.modal-open-noscroll {
  overflow: auto;
}
.modal-dialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 400px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-width: 296px;
    width: 100%;
  }
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #e3e3e3;
}
.modal-dialog .modal-content .modal-header .icon-close {
  background-position: 0 -588px;
  background-size: 56px auto;
  width: 28px;
  height: 28px;
  vertical-align: top;
}
.modal-dialog .modal-content .modal-header .modal-title span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.modal-dialog .modal-content .modal-header .modal-title h4 {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.modal-dialog .modal-content .modal-header .close {
  margin: 0;
}
.modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.modal-dialog .modal-content .modal-body {
  text-align: left;
  padding: 12px;
}
.modal-dialog .modal-content .modal-body .modal-message {
  line-height: 1.5em;
}
.modal-dialog .modal-content .modal-body .modal-image-container {
  text-align: center;
  min-height: 174px;
}
.modal-dialog .modal-content .modal-body .modal-thumb {
  width: auto;
  height: 150px;
  margin: 12px auto;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .modal-thumb {
    width: auto;
    height: 126px;
  }
}
.modal-dialog .modal-content .modal-body p {
  white-space: pre-line;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
    font-weight: 400;
  }
}
.modal-dialog .modal-content .modal-body .modal-list-item {
  margin: 0 0 12px 0;
}
.modal-dialog .modal-content .modal-body .form-group {
  display: inline-block;
}
.modal-dialog .modal-content .modal-body .modal-btns {
  text-align: center;
  margin: 6px 0 0;
}
.modal-dialog .modal-content .modal-body .modal-btns a {
  min-width: 90px;
  margin: 0 5px;
}
.modal-dialog .modal-content .modal-body .modal-processing {
  display: none;
}
.modal-dialog .modal-content .modal-buttons .modal-button {
  min-width: 90px;
  margin: 0 6px;
  display: inline-block;
}
.modal-dialog .modal-content .modal-buttons,
.modal-dialog .modal-content .modal-footer {
  border-top: 0 none;
  text-align: center;
  margin: 0 12px 12px;
  padding: 0;
}
.modal-dialog .modal-content .modal-buttons:before,
.modal-dialog .modal-content .modal-buttons:after,
.modal-dialog .modal-content .modal-footer:before,
.modal-dialog .modal-content .modal-footer:after {
  content: " ";
  display: table;
}
.modal-dialog .modal-content .modal-buttons:after,
.modal-dialog .modal-content .modal-footer:after {
  clear: both;
}
.modal-dialog .modal-content .modal-buttons span[class^="icon"],
.modal-dialog .modal-content .modal-footer span[class^="icon"] {
  vertical-align: top;
}
.modal-dialog .modal-content .modal-footer-note {
  border-top: 1px solid #b8b8b8;
  color: #b8b8b8;
  margin: 12px auto 0;
  padding: 5px;
  text-align: center;
}
.modal-md {
  width: 600px;
}
@media (max-width: 767px) {
  .modal-mask {
    overflow: hidden;
  }
}
.noImage .modal-image-container {
  display: none;
}
.modal-dialog-lg {
  width: 970px;
}
@media (max-width: 767px) {
  .modal-dialog-lg {
    width: 100%;
  }
}
.modal-col-3:before,
.modal-col-3:after {
  content: " ";
  display: table;
}
.modal-col-3:after {
  clear: both;
}
.modal-col-3 h1 {
  color: #00a2ff;
}
.modal-col-3 li {
  float: left;
  padding: 0 12px;
  width: 33.33333%;
  text-align: left;
}
.modal-col-3 li:first-child {
  padding-left: 0;
}
.modal-col-3 li:last-child {
  border-right: 0 none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .modal-col-3 li img {
    width: 70%;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
}
.modal-col-3 li .btn-primary-lg {
  margin: 12px auto 0;
}
.close {
  opacity: 0.2;
  filter: alpha(opacity=20);
  float: right;
}
.close:hover,
.close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@-webkit-keyframes slideDown {
  0%,
  100% {
    -webkit-transform: translateY(-48px);
  }
  10%,
  90% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slideDown {
  0%,
  100% {
    -moz-transform: translateY(-48px);
  }
  10%,
  90% {
    -moz-transform: translateY(0px);
  }
}
@-ms-keyframes slideDown {
  0%,
  100% {
    transform: translateY(-48px);
  }
  10%,
  90% {
    transform: translateY(0px);
  }
}
@keyframes slideDown {
  0%,
  100% {
    transform: translateY(-48px);
  }
  10%,
  90% {
    transform: translateY(0px);
  }
}
.notification-blue {
  background-color: #00a2ff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 4px 6px;
  min-width: 24px;
}
.notification-red {
  background-color: #e2231a;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 6px;
  min-width: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .notification-red {
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 50%;
  }
}
.alert-cookie-notice {
  background-color: #757575;
  border: 0 none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  padding: 12px;
  display: none;
}
.alert-cookie-notice a,
.alert-cookie-notice .alert-link {
  color: #fff;
}
.alert-cookie-notice a:link,
.alert-cookie-notice a:visited,
.alert-cookie-notice a:hover,
.alert-cookie-notice a:focus,
.alert-cookie-notice a:active,
.alert-cookie-notice .alert-link:link,
.alert-cookie-notice .alert-link:visited,
.alert-cookie-notice .alert-link:hover,
.alert-cookie-notice .alert-link:focus,
.alert-cookie-notice .alert-link:active {
  color: #fff;
}
.alert-cookie-notice .icon-close-white {
  background-position: 0 -880px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-size: 40px auto;
  float: right;
  width: 20px;
  height: 20px;
}
.alert-cookie-notice .icon-close-white:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.alert-info {
  background-color: #f68802;
  border: 0 none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  padding: 12px 0;
}
.alert-info a,
.alert-info .alert-link {
  color: #fff;
}
.alert-info a:link,
.alert-info a:visited,
.alert-info a:hover,
.alert-info a:focus,
.alert-info a:active,
.alert-info .alert-link:link,
.alert-info .alert-link:visited,
.alert-info .alert-link:hover,
.alert-info .alert-link:focus,
.alert-info .alert-link:active {
  color: #fff;
}
.alert-info a:link,
.alert-info a:visited,
.alert-info a:hover,
.alert-info a:active,
.alert-info .alert-link:link,
.alert-info .alert-link:visited,
.alert-info .alert-link:hover,
.alert-info .alert-link:active {
  font-weight: 600;
}
.alert-system-feedback {
  position: relative;
  width: 100%;
}
.alert-system-feedback:before,
.alert-system-feedback:after {
  content: " ";
  display: table;
}
.alert-system-feedback:after {
  clear: both;
}
.alert-system-feedback .alert {
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
  position: fixed;
  top: -8px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
  right: 0;
  z-index: 1029;
}
.alert-system-feedback .alert.on {
  top: 40px;
}
@media (max-width: 991px) {
  .alert-system-feedback .alert.on {
    top: 80px;
  }
}
.alert-system-feedback .alert-content {
  width: 90%;
  width: calc(100% - 30px);
  float: left;
  display: inline-block;
}
.alert-system-feedback .icon-close-white {
  background-position: 0 -880px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-size: 40px auto;
  float: right;
  width: 20px;
  height: 20px;
}
.alert-system-feedback .icon-close-white:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.alert-loading {
  background-color: #b8b8b8;
  border: 0 none;
  margin: 0;
  text-align: center;
  color: #f2f2f2;
  font-size: 18px;
  height: 48px;
  line-height: 1em;
  padding: 15px;
}
.alert-loading a,
.alert-loading .alert-link {
  color: #f2f2f2;
}
.alert-loading a:link,
.alert-loading a:visited,
.alert-loading a:hover,
.alert-loading a:focus,
.alert-loading a:active,
.alert-loading .alert-link:link,
.alert-loading .alert-link:visited,
.alert-loading .alert-link:hover,
.alert-loading .alert-link:focus,
.alert-loading .alert-link:active {
  color: #f2f2f2;
}
.alert-success {
  background-color: #02b757;
  border: 0 none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 1em;
  padding: 15px;
}
.alert-success a,
.alert-success .alert-link {
  color: #fff;
}
.alert-success a:link,
.alert-success a:visited,
.alert-success a:hover,
.alert-success a:focus,
.alert-success a:active,
.alert-success .alert-link:link,
.alert-success .alert-link:visited,
.alert-success .alert-link:hover,
.alert-success .alert-link:focus,
.alert-success .alert-link:active {
  color: #fff;
}
.alert-warning {
  background-color: #d86868;
  border: 0 none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 1em;
  padding: 15px;
}
.alert-warning a,
.alert-warning .alert-link {
  color: #fff;
}
.alert-warning a:link,
.alert-warning a:visited,
.alert-warning a:hover,
.alert-warning a:focus,
.alert-warning a:active,
.alert-warning .alert-link:link,
.alert-warning .alert-link:visited,
.alert-warning .alert-link:hover,
.alert-warning .alert-link:focus,
.alert-warning .alert-link:active {
  color: #fff;
}
.message-banner {
  box-shadow: none;
  background-color: #b8b8b8;
  color: #757575;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .message-banner {
    padding: 12px;
  }
}
.no-header-nav .alert-system-feedback .alert {
  top: -48px;
}
.no-header-nav .alert-system-feedback .alert.on {
  top: 0;
}
.loading {
  text-align: center;
}
.loading-default {
  height: 24px;
}
.spinner {
  background-image: url("https://cdn.epik17.xyz/images/shared/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 6px auto;
  display: inline-block;
  width: 100%;
}
.spinner.spinner-block {
  display: block;
}
.spinner-default {
  height: 24px;
  background-size: auto 24px;
}
.spinner-sm {
  height: 16px;
  background-size: auto 16px;
}
.spinner-no-margin {
  margin: 0 auto;
}
.loading-animated {
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  position: relative;
}
.loading-animated:before {
  content: "";
  display: block;
  padding-top: 32%;
}
.loading-animated > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-animated > div > div {
  background: #b8b8b8;
  width: 16%;
  height: 50%;
  position: relative;
  display: block;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  animation: loaderAnimation 1.8s infinite;
  transition-timing-function: ease-in-out;
}
.loading-animated > div > div:not(:first-child) {
  margin-left: 26%;
}
.loading-animated > div > div:nth-child(1) {
  animation-delay: 0s;
}
.loading-animated > div > div:nth-child(2) {
  animation-delay: 0.6s;
}
.loading-animated > div > div:nth-child(3) {
  animation-delay: 1.2s;
}
@keyframes loaderAnimation {
  0%,
  33% {
    background: #b8b8b8;
    height: 50%;
  }
  16.5% {
    background: #00a2ff;
    height: 75%;
  }
}
.thumbnail-placeholder {
  background-image: url("https://cdn.epik17.xyz/images/Shared/thumbnail_placeholder.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.breadcrumb-container:before,
.breadcrumb-container:after {
  content: " ";
  display: table;
}
.breadcrumb-container:after {
  clear: both;
}
.breadcrumb-container li {
  float: left;
}
.breadcrumb-container li span[class^="icon-"] {
  margin: 0 3px 0 0;
}
.breadcrumb-container li.breadcrumb-filter {
  background-color: #00a2ff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  padding: 2px 6px;
  margin: 3px 3px 0;
}
.breadcrumb-container li.breadcrumb-filter:hover {
  background-color: #32b5ff;
  cursor: pointer;
}
.breadcrumb-container li.breadcrumb-filter span[class^="icon-"] {
  vertical-align: top;
}
.breadcrumb-container li .breadcrumb-filter-name {
  color: #fff;
}
.breadcrumb-container li .icon-close-white {
  background-position: 0 -528px;
  background-size: 24px auto;
  height: 12px;
  width: 12px;
}
.breadcrumb-container li .icon-robux-white {
  background-position: 0 -84px;
  background-size: 24px auto;
  height: 12px;
  width: 12px;
}
.breadcrumb-container li .breadcrumb-link {
  font-weight: 400;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  float: left;
}
.pager li a {
  margin: 0 9px 0 0;
  height: 32px;
  width: 32px;
  color: #191919;
  padding: 3px 0 0 0;
  text-align: center;
}
.pager li span {
  border: 0 none;
  padding: 5px 5px 0 0;
  display: inline-block;
}
.pager .first,
.pager .last,
.pager .pager-prev,
.pager .pager-next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pager .first a,
.pager .last a,
.pager .pager-prev a,
.pager .pager-next a {
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  display: inline-block;
}
.pager .first a:hover,
.pager .last a:hover,
.pager .pager-prev a:hover,
.pager .pager-next a:hover {
  background-color: #f2f2f2;
}
.pager .first a:hover span,
.pager .last a:hover span,
.pager .pager-prev a:hover span,
.pager .pager-next a:hover span {
  background-color: #f2f2f2;
}
.pager .first a span,
.pager .last a span,
.pager .pager-prev a span,
.pager .pager-next a span {
  background-color: #fff;
  background-size: 40px auto;
  width: 20px;
  height: 20px;
}
.pager .pager-cur a {
  border: 0 none;
}
.pager .first span {
  background-position: 0 -820px;
}
.pager .last span {
  background-position: 0 -800px;
}
.pager .pager-prev span {
  background-position: 0 -300px;
}
.pager .pager-next span {
  background-position: 0 -280px;
}
.pager .pager-cur a {
  border: 1px solid #b8b8b8;
}
.pager .pager-total a:hover {
  border: 0 none;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus {
  cursor: default;
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
}
.pager .disabled > a span,
.pager .disabled > a:hover span,
.pager .disabled > a:focus span {
  background-color: #f2f2f2;
}
.pager .disabled > a .icon-left,
.pager .disabled > a:hover .icon-left,
.pager .disabled > a:focus .icon-left {
  background-position: 0 -960px;
}
.pager .disabled > a .icon-right,
.pager .disabled > a:hover .icon-right,
.pager .disabled > a:focus .icon-right {
  background-position: 0 -940px;
}
.pager .disabled > a .icon-first-page,
.pager .disabled > a:hover .icon-first-page,
.pager .disabled > a:focus .icon-first-page {
  background-position: 0 -1000px;
}
.pager .disabled > a .icon-last-page,
.pager .disabled > a:hover .icon-last-page,
.pager .disabled > a:focus .icon-last-page {
  background-position: 0 -980px;
}
.pager-holder {
  text-align: center;
  width: 100%;
}
.pager-holder:before,
.pager-holder:after {
  content: " ";
  display: table;
}
.pager-holder:after {
  clear: both;
}
.pager-holder .pager {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.popover {
  -webkit-box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
  box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  border: 0 none;
  display: none;
  max-width: 276px;
  text-align: left;
  padding: 0;
  position: absolute;
  white-space: normal;
  z-index: 1060;
}
.popover.top {
  margin-top: -6px;
}
.popover.right {
  margin-left: 6px;
}
.popover.bottom {
  margin-top: 6px;
}
.popover.left {
  margin-left: -6px;
}
.popover-content {
  padding: 0;
}
.popover-content .dropdown-menu {
  display: block;
  position: relative;
  border: 0 none;
}
.popover-content .dropdown-menu li {
  width: auto;
}
.popover-content .dropdown-menu li a {
  display: block;
  color: #191919;
  font-weight: 300;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 7px;
}
.popover > .arrow:after {
  border-width: 6px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: -7px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -6px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #fff;
  top: -7px;
  z-index: 1060;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -6px;
}
.rbx-popover-content {
  display: none;
}
.rbx-menu-item {
  display: inline;
}
.roblox-popover-content .arrow,
.roblox-popover-content .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.roblox-popover-content .arrow {
  border-width: 7px;
}
.roblox-popover-content .arrow:after {
  border-width: 6px;
  content: "";
}
.roblox-popover-content.top .roblox-popover-container {
  bottom: 35px;
}
.roblox-popover-content.top .arrow {
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: rgba(25, 25, 25, 0.1);
  bottom: -7px;
}
.roblox-popover-content.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.roblox-popover-content.bottom .roblox-popover-container {
  top: 7px;
}
.roblox-popover-content.bottom .arrow {
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: rgba(25, 25, 25, 0.1);
  top: -7px;
  z-index: 1060;
}
.roblox-popover-content.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.roblox-popover-content {
  position: relative;
}
.roblox-popover-container {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
  position: absolute;
  z-index: 1060;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 -5px 20px rgba(25, 25, 25, 0.15);
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  min-width: 105px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  text-align: left;
  z-index: 1020;
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  padding: 0 6px;
}
.dropdown-menu li:hover {
  background-color: #f2f2f2;
  box-shadow: 4px 0 0 0 #00a2ff inset;
  cursor: pointer;
}
.dropdown-menu li.rbx-divider {
  padding: 0;
  margin: 9px 0;
}
.dropdown-menu li a {
  clear: both;
  display: block;
  line-height: 1.42857;
  padding: 10px 6px;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.rbx-divider {
  height: 1px;
  background-color: #b8b8b8;
  overflow: hidden;
}
.open .input-dropdown-btn {
  background-color: #00a2ff;
  color: #fff;
}
.open .input-dropdown-btn .icon-down {
  background-position: -16px -464px;
}
.open .dropdown-menu {
  display: block;
}
.open .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1010;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .radio label {
    line-height: 1.5em;
  }
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -16px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .radio label::before {
    width: 24px;
    height: 24px;
    margin-left: -24px;
  }
}
.radio label:hover::before {
  border: 1px solid #00a2ff;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  margin-left: -16px;
  border-radius: 50%;
  background-color: #b8b8b8;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
@media (max-width: 767px) {
  .radio label::after {
    width: 16px;
    height: 16px;
    margin-left: -24px;
    left: 4px;
    top: 4px;
  }
}
.radio label:disabled::before {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  cursor: default;
}
.radio label:disabled::after {
  background-color: #f2f2f2;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.radio input[type="radio"] + label {
  cursor: pointer;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio input[type="radio"] + label::after {
  background-color: #00a2ff;
}
.radio input[type="radio"]:checked + label::after {
  background-color: #00a2ff;
}
.radio input[type="radio"]:focus + label::before {
  border: 1px solid #00a2ff;
}
.rbx-scrollbar-dragger,
.rbx-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(25, 25, 25, 0.3);
  width: 6px;
  border-radius: 3px;
  margin: 0 0 0 6px;
}
.rbx-scrollbar-dragger-hover,
.rbx-scrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.rbx-scrollbar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.rbx-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.rbx-scrollbar
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: rgba(25, 25, 25, 0.5);
}
.rbx-left-col {
  height: 96%;
  height: calc(100% - 40px);
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(25, 25, 25, 0.3);
}
@media (max-width: 991px) {
  .rbx-left-col {
    height: 92%;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .rbx-left-col {
    box-shadow: 0 0 160px 0 rgba(25, 25, 25, 0.5);
  }
}
.rbx-left-col ul {
  padding: 5px 10px 0;
}
.rbx-left-col li {
  margin: 5px 0;
  position: relative;
}
.rbx-left-col .rbx-scrollbar {
  height: 92%;
  height: calc(100% - 50px);
}
.rbx-scrollbar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.rbx-scrollbar li span {
  display: inline-block;
  margin: 3px;
}
.rbx-scrollbar li span[class^="icon"] {
  vertical-align: middle;
  margin: 0;
}
.rbx-scrollbar li .notification-blue {
  position: absolute;
  right: 0;
  top: 0;
}
.rbx-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.rbx-tab {
  color: #191919;
  padding: 0;
  position: relative;
}
.rbx-tab:hover .rbx-tab-heading {
  background-color: #f2f2f2;
}
.rbx-tab:hover,
.rbx-tab.active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: pointer;
}
.rbx-tab:hover .rbx-tab-heading,
.rbx-tab.active .rbx-tab-heading {
  border: 0 none;
}
.rbx-tab:hover .rbx-tab-heading:hover,
.rbx-tab:hover .rbx-tab-heading:focus,
.rbx-tab:hover .rbx-tab-heading:active,
.rbx-tab.active .rbx-tab-heading:hover,
.rbx-tab.active .rbx-tab-heading:focus,
.rbx-tab.active .rbx-tab-heading:active {
  border: 0 none;
}
.rbx-tab .rbx-tab-heading {
  -webkit-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  padding: 12px 2%;
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  line-height: 100%;
  box-shadow: 0 none;
}
.rbx-tab .rbx-tab-heading span {
  display: inline-block;
  margin: 0;
}
.rbx-tab .rbx-tab-heading span.notification-red {
  margin-left: 6px;
  vertical-align: top;
}
.rbx-tab .rbx-tab-heading:hover,
.rbx-tab .rbx-tab-heading:focus,
.rbx-tab .rbx-tab-heading:active {
  border: 0 none;
}
.rbx-tab .rbx-tab-subtitle {
  font-size: 14px;
  color: #757575;
  padding: 5px 5px 0;
}
.rbx-tabs-default,
.rbx-tabs-horizontal .nav-tabs,
.rbx-tabs-vertical ul {
  border: 0 none;
  background-color: transparent;
}
.rbx-tabs-horizontal .nav-tabs {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  text-align: center;
  width: 100%;
}
.rbx-tabs-horizontal .rbx-tab.active .rbx-tab-heading {
  color: #191919;
  box-shadow: 0 -4px 0 0 #00a2ff inset;
}
.rbx-tabs-horizontal .rbx-tab-heading {
  color: #191919;
  margin-right: 0;
}
.rbx-tabs-horizontal .rbx-tab-heading:hover,
.rbx-tabs-horizontal .rbx-tab-heading:focus,
.rbx-tabs-horizontal .rbx-tab-heading:active {
  box-shadow: 0 -4px 0 0 #00a2ff inset;
}
.rbx-tabs-vertical:before,
.rbx-tabs-vertical:after {
  content: " ";
  display: table;
}
.rbx-tabs-vertical:after {
  clear: both;
}
.rbx-tabs-vertical ul {
  width: 160px;
  border-right: 1px solid #b8b8b8;
  float: left;
}
.rbx-tabs-vertical .rbx-tab {
  width: 160px;
  height: 36px;
}
.rbx-tabs-vertical .rbx-tab.active .rbx-tab-heading {
  box-shadow: 4px 0 0 0 #00a2ff inset;
}
.rbx-tabs-vertical .rbx-tab-heading {
  padding: 12px 0 12px 12px;
}
.rbx-tabs-vertical .rbx-tab-heading:hover,
.rbx-tabs-vertical .rbx-tab-heading:focus,
.rbx-tabs-vertical .rbx-tab-heading:active {
  box-shadow: 4px 0 0 0 #00a2ff inset;
}
.rbx-tabs-vertical .rbx-tab-content {
  float: left;
}
.rbx-tab-content {
  margin: 6px 0;
}
.menu-vertical {
  width: 160px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
}
.menu-vertical ul,
.menu-vertical li {
  margin: 0;
  list-style: none;
}
.menu-vertical .menu-option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
  padding: 10px 12px;
  position: relative;
}
.menu-vertical .menu-option:hover,
.menu-vertical .menu-option:focus,
.menu-vertical .menu-option.active {
  box-shadow: 4px 0 0 0 #00a2ff inset;
}
.menu-vertical .menu-option .menu-secondary-container {
  padding-left: 3px;
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  z-index: 1000;
}
.menu-vertical .menu-option .menu-secondary {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  width: 160px;
}
.menu-vertical .menu-option:hover {
  background-color: #f2f2f2;
}
.menu-vertical .menu-option .menu-secondary-option {
  cursor: pointer;
  width: 160px;
  padding: 10px 12px;
}
.menu-vertical .menu-option .menu-secondary-option:hover {
  background-color: #f2f2f2;
}
.menu-vertical .menu-option .menu-secondary-option:focus,
.menu-vertical .menu-option .menu-secondary-option.active {
  box-shadow: 4px 0 0 0 #00a2ff inset;
}
.menu-vertical .menu-option-content {
  display: block;
}
.menu-vertical .menu-option-content:before,
.menu-vertical .menu-option-content:after {
  content: " ";
  display: table;
}
.menu-vertical .menu-option-content:after {
  clear: both;
}
.menu-vertical .menu-option-content .menu-text {
  float: left;
}
.menu-vertical .menu-option-content span[class^="icon-"] {
  float: right;
}
.asset-card-sm {
  background-color: transparent;
  border: 0 none;
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}
.asset-card-sm.card-plain {
  width: 52px;
  height: 52px;
}
.asset-card-sm .avatar-card-link {
  width: 100%;
  height: 100%;
}
.asset-card-sm .avatar-status {
  position: absolute;
}
.asset-card {
  background-color: transparent;
  border: 0 none;
  width: 150px;
  height: 150px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}
.asset-card.card-plain {
  width: 152px;
  height: 152px;
}
.asset-card .avatar-card-link {
  width: 100%;
  height: 100%;
}
.asset-card .avatar-status {
  position: absolute;
}
.asset-cover {
  background-color: transparent;
  border: 0 none;
  width: 420px;
  height: 420px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}
.asset-cover.card-plain {
  width: 422px;
  height: 422px;
}
.asset-cover .avatar-card-link {
  width: 100%;
  height: 100%;
}
.asset-cover .avatar-status {
  position: absolute;
}
.avatar-headshot-sm {
  background-color: transparent;
  border: 0 none;
  width: 48px;
  height: 48px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-headshot-sm.card-plain {
  width: 50px;
  height: 50px;
}
.avatar-headshot-sm .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-headshot-sm .avatar-status {
  position: absolute;
}
.avatar-headshot-md {
  background-color: transparent;
  border: 0 none;
  width: 60px;
  height: 60px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-headshot-md.card-plain {
  width: 62px;
  height: 62px;
}
.avatar-headshot-md .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-headshot-md .avatar-status {
  position: absolute;
}
.avatar-headshot-lg {
  background-color: transparent;
  border: 0 none;
  width: 150px;
  height: 150px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-headshot-lg.card-plain {
  width: 152px;
  height: 152px;
}
.avatar-headshot-lg .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-headshot-lg .avatar-status {
  position: absolute;
}
.avatar-fullbody-sm {
  background-color: transparent;
  border: 0 none;
  width: 100px;
  height: 100px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-fullbody-sm.card-plain {
  width: 102px;
  height: 102px;
}
.avatar-fullbody-sm .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-fullbody-sm .avatar-status {
  position: absolute;
}
.avatar-fullbody-lg {
  background-color: transparent;
  border: 0 none;
  width: 362px;
  height: 352px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-fullbody-lg.card-plain {
  width: 364px;
  height: 354px;
}
.avatar-fullbody-lg .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-fullbody-lg .avatar-status {
  position: absolute;
}
.game-thumbnail-lg {
  background-color: transparent;
  border: 0 none;
  width: 640px;
  height: 360px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}
.game-thumbnail-lg.card-plain {
  width: 642px;
  height: 362px;
}
.game-thumbnail-lg .avatar-card-link {
  width: 100%;
  height: 100%;
}
.game-thumbnail-lg .avatar-status {
  position: absolute;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  background-color: #757575;
  border-radius: 0;
  text-align: left;
  color: #f2f2f2;
  font-size: 14px;
  padding: 6px;
  line-height: 1.3em;
  max-width: 200px;
  min-width: 150px;
  font-weight: 400;
  text-decoration: none;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #757575;
}
.tooltip.bottom-left .tooltip-arrow {
  top: -5px;
  left: 0;
  margin-left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #757575;
}
.tooltip-container {
  display: inline-block;
  cursor: pointer;
}
.tooltip-container span {
  display: table-cell;
  vertical-align: middle;
}
.tooltip-container span {
  padding: 4px 0 0 6px;
}
.ph-modal-popup {
  background-color: #fff;
  min-height: 259px;
  width: 399px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px 2px #adadad;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ph-modal-popup * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ph-modal-header .icon-close,
.ph-modal-header .icon-close-16x16 {
  opacity: 0.2;
  cursor: pointer;
}
.ph-modal-header .icon-close:hover,
.ph-modal-header .icon-close-16x16:hover {
  opacity: 0.5;
}
.ph-logo-row {
  text-align: center;
}
.ph-startingdialog-spinner-row {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ph-areyouinstalleddialog-content {
  text-align: center;
}
.ph-areyouinstalleddialog-content .larger-font-size {
  margin: 12px auto;
}
.modal-dialog .larger-font-size,
.style2016 .larger-font-size {
  height: 4.5em;
  margin-bottom: 15px;
}
.ph-areyouinstalleddialog-content .small {
  padding-top: 12px;
}
.style2016 .small {
  padding: 15px;
  color: #b8b8b8;
}
.ph-clickalwaysallowed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10030;
  background-color: #fff;
}
.ph-clickalwaysallowed p {
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
}
.ph-clickalwaysallowed span.icon-moreinfo {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}
.ph-clickalwaysallowed img {
  vertical-align: middle;
  border: 0;
}
.ph-modal-header {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 13px;
  text-align: right;
  padding-right: 8px;
}
.install-instructions-modal h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 5px 0;
}
.install-instructions-modal h5 {
  font-size: 18px;
  font-weight: 400;
}
.install-instructions-modal p.larger-font-size {
  margin: 0 0 15px 0;
  padding: 0;
}
.install-instructions-modal .modal-dialog {
  width: 1000px;
  margin: 5% auto;
}
@media (max-width: 991px) {
  .install-instructions-modal .modal-dialog {
    width: 90%;
    width: calc(100% - 30px);
  }
}
.install-instructions-modal .modal-dialog .modal-message:before,
.install-instructions-modal .modal-dialog .modal-message:after {
  content: " ";
  display: table;
}
.install-instructions-modal .modal-dialog .modal-message:after {
  clear: both;
}
.install-instructions-modal .modal-dialog .modal-content .modal-footer {
  text-align: left;
}
.install-instructions-modal .modal-dialog .three-steps .ph-install-step {
  width: 190px;
}
.modal-col-3:before,
.modal-col-3:after {
  content: " ";
  display: table;
}
.modal-col-3:after {
  clear: both;
}
.modal-col-3 h1 {
  color: #00a2ff;
}
.modal-col-3 li {
  float: left;
  padding: 0 12px;
  width: 33.33333%;
  text-align: left;
}
.modal-col-3 li:first-child {
  padding-left: 0;
}
.modal-col-3 li:last-child {
  border-right: 0 none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .modal-col-3 li img {
    width: 70%;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
}
.modal-col-3 li .btn-primary-lg {
  margin: 12px auto 0;
}
.modal-col-4:before,
.modal-col-4:after {
  content: " ";
  display: table;
}
.modal-col-4:after {
  clear: both;
}
.modal-col-4 h1 {
  color: #00a2ff;
}
.modal-col-4 li {
  float: left;
  padding: 0 12px;
  width: 25%;
  text-align: left;
}
.modal-col-4 li:first-child {
  padding-left: 0;
}
.modal-col-4 li:last-child {
  border-right: 0 none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .modal-col-4 li img {
    width: 70%;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
}
.modal-col-4 li .btn-primary-lg {
  margin: 12px auto 0;
}
.modal-col-5:before,
.modal-col-5:after {
  content: " ";
  display: table;
}
.modal-col-5:after {
  clear: both;
}
.modal-col-5 h1 {
  color: #00a2ff;
}
.modal-col-5 li {
  float: left;
  padding: 0 12px;
  width: 20%;
  text-align: left;
}
.modal-col-5 li:first-child {
  padding-left: 0;
}
.modal-col-5 li:last-child {
  border-right: 0 none;
  padding-right: 0;
}
@media (max-width: 991px) {
  .modal-col-5 li img {
    width: 70%;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
}
.modal-col-5 li .btn-primary-lg {
  margin: 12px auto 0;
}
.install-instructions-modal .step4-of-4 .VisitButton {
  margin-top: 30px;
  display: block;
  width: auto;
}
.install-instructions-modal .step4-of-4 .VisitButton .btn-full-width {
  box-sizing: border-box;
}
.avatar-card-fullbody {
  background-color: transparent;
  border: 0 none;
  width: 90px;
  height: 90px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
.avatar-card-fullbody.card-plain {
  width: 92px;
  height: 92px;
}
.avatar-card-fullbody .avatar-card-link {
  width: 100%;
  height: 100%;
}
.avatar-card-fullbody .avatar-status {
  position: absolute;
}
.avatar,
.avatar-card-container {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
}
.avatar:hover,
.avatar-card-container:hover {
  -webkit-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  box-shadow: 0 1px 6px 0 rgba(25, 25, 25, 0.75);
}
.avatar.card-plain,
.avatar-card-container.card-plain {
  border: 1px solid #b8b8b8;
  box-shadow: none;
}
.avatar.card-plain:hover,
.avatar-card-container.card-plain:hover {
  box-shadow: none;
}
.avatar-cards:before,
.avatar-cards:after {
  content: " ";
  display: table;
}
.avatar-cards:after {
  clear: both;
}
.avatar-cards .avatar-card {
  float: left;
  width: 33.3%;
  padding: 0 5px 12px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .avatar-cards .avatar-card:nth-child(3n + 1) {
    padding-left: 0;
  }
  .avatar-cards .avatar-card:nth-child(3n + 3) {
    padding-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .avatar-cards .avatar-card {
    width: 50%;
  }
  .avatar-cards .avatar-card:nth-child(odd) {
    padding-left: 0;
  }
  .avatar-cards .avatar-card:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .avatar-cards .avatar-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.avatar,
.avatar-card-fullbody {
  position: relative;
}
.avatar .avatar-card-link,
.avatar .avatar-card-image,
.avatar-card-fullbody .avatar-card-link,
.avatar-card-fullbody .avatar-card-image {
  border: 0 none;
  border-radius: 50%;
}
.avatar .avatar-card-link,
.avatar-card-fullbody .avatar-card-link {
  display: block;
  text-align: center;
}
.avatar .avatar-card-image,
.avatar-card-fullbody .avatar-card-image {
  width: 100%;
  height: 100%;
}
.avatar-container {
  position: relative;
  width: 90px;
}
.avatar-container .avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .avatar-container .avatar-status {
    right: 7px;
    bottom: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .avatar-container .avatar-status.icon-online {
    background-color: #00a2ff;
    background-image: none;
  }
  .avatar-container .avatar-status.icon-game {
    background-color: #02b757;
    background-image: none;
  }
  .avatar-container .avatar-status.icon-studio {
    background-color: #f68802;
    background-image: none;
  }
}
.avatar-card-fullbody .avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .avatar-card-fullbody .avatar-status {
    bottom: 5px;
    right: 5px;
  }
  .avatar-card-fullbody .avatar-status span[class^="icon-"] {
    background-image: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .avatar-card-fullbody .icon-online {
    background-color: #00a2ff;
  }
  .avatar-card-fullbody .icon-game {
    background-color: #02b757;
  }
  .avatar-card-fullbody .icon-studio {
    background-color: #f68802;
  }
}
.avatar-headshot-sm .avatar-status,
.avatar-headshot-md .avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.avatar-headshot-sm .avatar-status.online,
.avatar-headshot-md .avatar-status.online {
  background-color: #00a2ff;
}
.avatar-headshot-sm .avatar-status.game,
.avatar-headshot-md .avatar-status.game {
  background-color: #02b757;
}
.avatar-headshot-sm .avatar-status.studio,
.avatar-headshot-md .avatar-status.studio {
  background-color: #f68802;
}
.avatar-headshot-lg .avatar-status {
  bottom: 4%;
  position: absolute;
  right: 5%;
}
@media (max-width: 767px) {
  .avatar-headshot-lg .avatar-status {
    border-radius: 50%;
    bottom: 9%;
    width: 14px;
    height: 14px;
    right: 6%;
  }
  .avatar-headshot-lg .avatar-status span[class*="icon-"] {
    background-image: none;
  }
  .avatar-headshot-lg .avatar-status.icon-online {
    background-color: #00a2ff;
    background-image: none;
  }
  .avatar-headshot-lg .avatar-status.icon-game {
    background-color: #02b757;
    background-image: none;
  }
  .avatar-headshot-lg .avatar-status.icon-studio {
    background-color: #f68802;
    background-image: none;
  }
}
.avatar-group {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
  border: 0 none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.avatar-group:hover {
  -webkit-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  box-shadow: 0 1px 6px 0 rgba(25, 25, 25, 0.75);
}
.avatar-group.card-plain {
  border: 1px solid #b8b8b8;
  box-shadow: none;
}
.avatar-group.card-plain:hover {
  box-shadow: none;
}
.avatar-group:before,
.avatar-group:after {
  content: " ";
  display: table;
}
.avatar-group:after {
  clear: both;
}
.avatar-group.card-plain {
  width: 50px;
  height: 50px;
}
.avatar-group li {
  display: inline-block;
  float: left;
}
.avatar-group li .avatar-card-link {
  display: inline-block;
}
.avatar-group li .avatar-card-image {
  width: 100%;
  height: 100%;
}
.avatar-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.avatar-double .avatar-item {
  overflow: hidden;
  text-align: center;
}
.avatar-double .avatar-item:first-child {
  margin-left: -50%;
  border-right: 1px solid #e3e3e3;
}
.avatar-double .avatar-item:first-child .avatar-card-image {
  margin-left: 25%;
}
.avatar-double .avatar-item:last-child {
  margin-right: -50%;
}
.avatar-double .avatar-item:last-child .avatar-card-image {
  margin-left: -50%;
}
.avatar-triple .avatar-item {
  overflow: hidden;
}
.avatar-triple .avatar-item:first-child {
  margin-left: -50%;
  border-right: 1px solid #e3e3e3;
}
.avatar-triple .avatar-item:first-child .avatar-card-image {
  margin-left: 25%;
}
.avatar-triple .avatar-item:nth-child(2),
.avatar-triple .avatar-item:nth-child(3) {
  margin-right: 0;
}
.avatar-triple .avatar-item:nth-child(2),
.avatar-triple .avatar-item:nth-child(3) {
  height: 50%;
  width: 50%;
  vertical-align: top;
}
.avatar-triple .avatar-item:nth-child(2) img,
.avatar-triple .avatar-item:nth-child(3) img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.avatar-triple .avatar-item:nth-child(2) {
  top: 0;
  border-bottom: 1px solid #e3e3e3;
}
.avatar-triple .avatar-item:nth-child(3) {
  bottom: 0;
}
.avatar-all .avatar-item {
  display: inline-block;
}
.avatar-all .avatar-item {
  height: 50%;
  width: 50%;
  vertical-align: top;
}
.avatar-all .avatar-item:first-child {
  border-right: 1px solid #e3e3e3;
}
.avatar-all .avatar-item:nth-child(3) {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.avatar-all .avatar-item:nth-child(4) {
  border-top: 1px solid #e3e3e3;
}
.avatar-all .avatar-item img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.avatar-card-container {
  padding: 0;
  position: relative;
}
.avatar-card-container:before,
.avatar-card-container:after {
  content: " ";
  display: table;
}
.avatar-card-container:after {
  clear: both;
}
.avatar-card-container.disabled {
  background-color: #f2f2f2;
}
.avatar-card-container .avatar-card-fullbody {
  border: 1px solid #b8b8b8;
  margin: 12px;
  width: 92px;
  height: 92px;
}
.avatar-card-container .avatar-card-fullbody,
.avatar-card-container .avatar-card-caption {
  float: left;
}
.avatar-card-container .avatar-card-caption {
  width: 50%;
  width: calc(100% - 90px - 36px - 20px);
  margin: 0;
  padding: 12px 0;
}
.avatar-card-container .avatar-card-caption .avatar-card-label,
.avatar-card-container .avatar-card-caption .avatar-status-link {
  font-size: 14px;
  font-weight: 400;
}
.avatar-card-container .avatar-card-caption .avatar-card-label {
  color: #b8b8b8;
  padding: 3px 0 0;
}
.avatar-card-container .avatar-card-caption .avatar-card-label.fail {
  color: #e2231a;
}
.avatar-card-container .avatar-card-caption .avatar-card-label.success {
  color: #02b757;
}
.avatar-card-container .avatar-card-menu {
  position: absolute;
  top: 6px;
  right: 12px;
}
.avatar-card-container .avatar-card-menu .icon-more {
  background-position: 0 -440px;
  background-size: 40px auto;
  width: 20px;
  height: 20px;
}
.avatar-card-container .avatar-card-menu .icon-more:hover {
  background-position: -20px -440px;
}
.avatar-card-content:before,
.avatar-card-content:after {
  content: " ";
  display: table;
}
.avatar-card-content:after {
  clear: both;
}
.avatar-card-btns {
  background-color: #f2f2f2;
  border-top: 1px solid #e3e3e3;
  padding: 12px;
}
.avatar-card-btns:before,
.avatar-card-btns:after {
  content: " ";
  display: table;
}
.avatar-card-btns:after {
  clear: both;
}
.avatar-card-btns [class^="btn-"] {
  width: 45%;
  width: calc(50% - 12px);
  float: left;
  margin: 0 6px;
}
.rbx-header {
  background-color: #0074bd;
  font-size: 16px;
  height: 80px;
}
.rbx-header .nav-menu-title,
.rbx-header .nav-menu-title:link,
.rbx-header .nav-menu-title:active,
.rbx-header .nav-menu-title:hover,
.rbx-header .nav-menu-title:visited,
.rbx-header .nav-menu-title:focus {
  color: #fff;
  font-weight: 400;
}
.rbx-header .rbx-navbar-header {
  max-width: 76px;
  margin: 0 12px;
  float: left;
}
.rbx-header .navbar-brand {
  padding: 5px 0;
}
.rbx-header .navbar-header {
  float: left;
}
.rbx-header .rbx-nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  position: relative;
  margin-right: 12px;
  padding: 5px 5px 0 0;
}
.rbx-header .rbx-nav-collapse:hover {
  cursor: pointer;
}
.rbx-header .rbx-nav-collapse .notification-red {
  color: #fff;
  left: 16px;
  top: 6px;
  position: absolute;
}
.rbx-header .icon-logo {
  display: none;
}
@media (min-width: 1688px) {
  .rbx-header .rbx-nav-collapse {
    display: none;
  }
  .rbx-header .rbx-navbar-header {
    max-width: 120px;
  }
  .rbx-header .icon-logo {
    display: block;
  }
  .rbx-header .icon-logo-r {
    display: none;
  }
  .rbx-header .nav-container .nav-icon {
    display: none;
  }
}
.rbx-header .rbx-navbar {
  margin: 4px auto;
}
.rbx-header .rbx-navbar li {
  text-align: center;
}
.rbx-header .rbx-navbar li .nav-menu-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 9px;
  display: inline-block;
}
.rbx-header .rbx-navbar li .nav-menu-title:hover,
.rbx-header .rbx-navbar li .nav-menu-title:focus {
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.1);
  border-radius: 5px;
}
.rbx-header .rbx-navbar li {
  width: 25%;
  float: left;
}
@media (max-width: 992px) {
  .rbx-header .rbx-navbar {
    display: inline-block;
  }
}
.rbx-header .rbx-navbar-search {
  box-sizing: border-box;
  margin-top: 6px;
  position: relative;
}
.rbx-header .rbx-navbar-search .dropdown-menu {
  display: none;
  z-index: 10000;
  width: 99%;
}
.rbx-header .rbx-navbar-search.rbx-navbar-search-open .dropdown-menu {
  display: block;
}
.rbx-header .rbx-navbar-search .input-field,
.rbx-header .rbx-navbar-search .input-addon-btn {
  box-sizing: border-box;
  height: 28px;
  box-shadow: none;
  -webkit-appearance: none;
}
.rbx-header .rbx-navbar-search .input-field .icon-nav-search,
.rbx-header .rbx-navbar-search .input-addon-btn .icon-nav-search {
  background-position: 0 -80px;
  height: 20px;
  width: 20px;
  background-size: 40px auto;
  margin: 0 6px;
}
.rbx-header .rbx-navbar-search .input-field .icon-nav-search:hover,
.rbx-header .rbx-navbar-search .input-addon-btn .icon-nav-search:hover {
  background-position: -20px -80px;
}
.rbx-header .rbx-navbar-search .rbx-navbar-search-option {
  width: auto;
  padding: 0;
  white-space: normal;
}
.rbx-header .rbx-navbar-search .rbx-navbar-search-option a {
  padding: 12px;
  line-height: 1.3em;
  white-space: normal;
  color: #191919;
}
.rbx-header .rbx-navbar-search .rbx-navbar-search-option:hover {
  box-shadow: none;
}
.rbx-header .rbx-navbar-search .rbx-navbar-search-option.selected {
  background-color: #f2f2f2;
  box-shadow: 4px 0 0 0 #00a2ff inset;
  cursor: pointer;
}
.rbx-header
  .rbx-navbar-search
  .rbx-navbar-search-option
  .rbx-navbar-search-string {
  word-break: break-all;
}
.rbx-header .rbx-navbar-right {
  float: right;
  margin-right: 12px;
}
.rbx-header .rbx-navbar-right:before,
.rbx-header .rbx-navbar-right:after {
  content: " ";
  display: table;
}
.rbx-header .rbx-navbar-right:after {
  clear: both;
}
.rbx-header .age-bracket-label {
  display: inline-block;
  float: right;
  color: #fff;
  padding-top: 13px;
  margin-right: 6px;
}
@media (max-width: 543px) {
  .rbx-header .age-bracket-label {
    position: fixed;
    float: none;
    padding-top: 0;
    margin-right: 0;
    top: 14px;
    left: 104px;
  }
}
@media (max-width: 350px) {
  .rbx-header .age-bracket-label {
    top: 34px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.rbx-header .age-bracket-label .age-bracket-label-username {
  display: inline;
}
@media (max-width: 820px) {
  .rbx-header .age-bracket-label .age-bracket-label-username {
    display: none;
  }
}
@media (max-width: 543px) {
  .rbx-header .age-bracket-label .age-bracket-label-username {
    display: inline;
  }
}
.rbx-header .rbx-navbar-right-nav,
.rbx-header .rbx-navbar-icon-group {
  margin: 4px auto;
}
.rbx-header .rbx-navbar-right-nav li,
.rbx-header .rbx-navbar-icon-group li {
  text-align: center;
}
.rbx-header .rbx-navbar-right-nav li .nav-menu-title,
.rbx-header .rbx-navbar-icon-group li .nav-menu-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 9px;
  display: inline-block;
}
.rbx-header .rbx-navbar-right-nav li .nav-menu-title:hover,
.rbx-header .rbx-navbar-right-nav li .nav-menu-title:focus,
.rbx-header .rbx-navbar-icon-group li .nav-menu-title:hover,
.rbx-header .rbx-navbar-icon-group li .nav-menu-title:focus {
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.1);
  border-radius: 5px;
}
.rbx-header .rbx-navbar-right-nav li,
.rbx-header .rbx-navbar-icon-group li {
  float: right;
}
.rbx-header .rbx-navbar-right-nav li .rbx-menu-item,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item {
  padding: 6px 9px;
}
.rbx-header .rbx-navbar-right-nav li .popover.bottom,
.rbx-header .rbx-navbar-icon-group li .popover.bottom {
  margin-top: 12px;
  max-width: 450px;
}
.rbx-header .rbx-navbar-right-nav li .dropdown-menu li,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu li {
  float: none;
  text-align: left;
  width: 100%;
}
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a {
  display: block;
}
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a,
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a:hover,
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a:active,
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a:visited,
.rbx-header .rbx-navbar-right-nav li .dropdown-menu a:focus,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a:hover,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a:active,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a:visited,
.rbx-header .rbx-navbar-icon-group li .dropdown-menu a:focus {
  color: #191919;
}
.rbx-header .rbx-navbar-right-nav .rbx-navbar-right-search,
.rbx-header .rbx-navbar-icon-group .rbx-navbar-right-search {
  display: none;
}
.rbx-header .rbx-navbar-right-nav {
  width: 100%;
}
.rbx-header .rbx-navbar-right-nav li.login-action {
  margin: 0 20px;
}
.rbx-header .rbx-navbar-right-nav li .rbx-menu-icon {
  padding: 0 4px;
}
.rbx-header .rbx-navbar-right-nav li .rbx-menu-icon:hover,
.rbx-header .rbx-navbar-right-nav li .rbx-menu-icon:focus {
  background-color: transparent;
}
.rbx-header .rbx-navbar-right-nav li .rbx-navbar-login span {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .rbx-header .rbx-navbar-right-nav li .rbx-menu-item {
    padding: 6px 4px;
  }
}
.rbx-header .rbx-navbar-icon-group {
  margin: 0;
  line-height: 28px;
  float: right;
}
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:hover,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:focus {
  background-color: transparent;
}
.rbx-header .rbx-navbar-icon-group li span[class^="icon"] {
  vertical-align: middle;
  margin-top: -2px;
}
.rbx-header .rbx-navbar-icon-group li span[class^="rbx-text"] {
  display: none;
}
@media (min-width: 992px) {
  .rbx-header .rbx-navbar-icon-group li span[class^="rbx-text"] {
    display: inline-block;
  }
}
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item {
  position: relative;
}
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:link,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:active,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:hover,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:visited,
.rbx-header .rbx-navbar-icon-group li .rbx-menu-item:focus {
  color: #fff;
  font-weight: 400;
}
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item,
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item:link,
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item:active,
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item:hover,
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item:visited,
.rbx-header .rbx-navbar-icon-group li .popover-content .rbx-menu-item:focus {
  color: #191919;
}
.rbx-header .rbx-navbar-icon-group li .nav-setting-highlight {
  position: absolute;
  right: 0;
  line-height: 1.3em;
  top: 6px;
}
.rbx-header .rbx-navbar-icon-group li .popover-content .nav-setting-highlight {
  top: 0;
  position: relative;
  min-width: 18px;
  padding: 2px 6px;
  margin-left: 5px;
}
.iFrameLogin {
  top: 40px;
  right: 0;
  max-width: 320px;
}
.iFrameLogin.popover.bottom > .arrow {
  left: 82%;
}
@media (max-width: 543px) {
  .iFrameLogin.popover.bottom > .arrow {
    left: 88%;
  }
}
@media (max-width: 543px) {
  .rbx-header .rbx-navbar-search {
    display: none;
    float: none;
    left: 5px;
    padding: 0 12px;
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 10000;
  }
  .rbx-header .rbx-navbar-right {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
  .rbx-header .rbx-navbar-right-nav li.login-action,
  .rbx-header .rbx-navbar-icon-group li.login-action {
    margin: 0 10px;
  }
  .rbx-header .rbx-navbar-right-nav .rbx-navbar-right-search,
  .rbx-header .rbx-navbar-icon-group .rbx-navbar-right-search {
    display: block;
  }
  .rbx-header .rbx-navbar-icon-group .navbar-icon-item {
    width: 25%;
  }
}
.nav-content {
  margin: 80px 0 0 0;
}
.nav-content.no-header-nav {
  margin-top: 0;
}
@media (min-width: 992px) {
  .rbx-header {
    height: 40px;
  }
  .rbx-header .rbx-navbar-icon-group li .dropdown-menu a {
    padding: 10px 6px;
  }
  .nav-content {
    margin-top: 40px;
  }
}
@media (min-width: 1688px) {
  .nav-content.logged-in {
    margin-left: 0;
  }
}
.rbx-left-col.nav-show {
  width: 175px;
}
.rbx-left-col.nav-show .rbx-scrollbar {
  width: 175px;
}
.rbx-left-col.nav-show .rbx-scrollbar li {
  width: 150px;
}
.rbx-left-col {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: none;
  position: fixed;
  width: 0;
  font-size: 16px;
  left: 0;
  overflow: hidden;
  top: 80px;
  z-index: 999;
}
.rbx-left-col li {
  line-height: 1.42857;
}
.rbx-left-col li a {
  color: #191919;
  display: block;
}
.rbx-left-col li a.btn-secondary-xs,
.rbx-left-col li a.btn-secondary-xs:hover,
.rbx-left-col li a.btn-secondary-xs:focus {
  color: #fff;
}
.rbx-left-col .rbx-scrollbar {
  width: 0;
}
.rbx-left-col .rbx-scrollbar a,
.rbx-left-col .rbx-scrollbar a:hover,
.rbx-left-col .rbx-scrollbar a:focus {
  font-weight: 400;
}
@media (min-width: 1688px) {
  .rbx-left-col {
    box-shadow: 0 0 3px rgba(25, 25, 25, 0.3);
    width: 175px;
  }
  .rbx-left-col .rbx-scrollbar {
    width: 175px;
  }
  .no-gutter-ads .rbx-left-col {
    width: 175px;
  }
  .no-gutter-ads .rbx-left-col .rbx-scrollbar {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .rbx-left-col {
    top: 40px;
  }
}
.rbx-scrollbar {
  height: 100%;
  height: calc(100% - 90px);
}
.rbx-scrollbar .rbx-upgrade-now {
  margin: 12px 0;
}
.rbx-nav-sponsor img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#nav-profile:hover,
#nav-character:hover {
  color: #f68802;
}
#nav-message:hover,
#nav-friends:hover,
#nav-trade:hover,
#nav-group:hover,
#nav-forum:hover,
#nav-blog:hover,
#nav-shop:hover {
  color: #00a2ff;
}
#nav-home:hover,
#nav-inventory:hover {
  color: #02b757;
}
.mCSB_inside > .mCSB_container {
  margin-right: 12px;
}
.container-main:before,
.container-main:after,
.container-list:before,
.container-list:after,
.container-header:before,
.container-header:after,
.hlist:before,
.hlist:after,
.section:before,
.section:after {
  content: " ";
  display: table;
}
.container-main:after,
.container-list:after,
.container-header:after,
.hlist:after,
.section:after {
  clear: both;
}
.container-main {
  min-height: 60%;
  min-height: calc(100% - 183px);
  margin: 40px auto 0 auto;
  position: relative;
  padding-bottom: 40px;
  z-index: 0;
}
@media (max-width: 991px) {
  .container-main {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .container-main:not(.in-app) {
    min-height: 420px;
  }
}
.container-main.no-header-nav {
  margin-top: 0;
}
.container-footer {
  background-color: #fff;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 543px) {
  .container-footer {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .container-footer {
    position: relative;
  }
  .container-footer.app-bumper-exists {
    margin-bottom: 55px;
  }
}
.container-list {
  margin: 0 0 6px;
}
.section-content {
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .section-content {
    margin: 0 0 12px;
  }
}
.container-list {
  padding: 0;
}
@media (max-width: 991px) {
  .container-list {
    padding: 0 15px;
  }
}
.container-list .btn-full-width {
  width: 100%;
}
.container-empty {
  background-color: #e3e3e3;
  color: #757575;
  padding: 15px;
  text-align: center;
}
.section {
  position: relative;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
@media (max-width: 991px) {
  .section .container-header {
    padding: 0 15px;
  }
}
.section-content {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(25, 25, 25, 0.3);
  padding: 15px;
  position: relative;
}
.section-content:before,
.section-content:after {
  content: " ";
  display: table;
}
.section-content:after {
  clear: both;
}
.section-content .bullet-item {
  list-style: disc;
}
.section-content-off {
  box-shadow: none;
  background-color: #b8b8b8;
  color: #757575;
  padding: 15px;
  text-align: center;
}
.container-double:nth-child(2n) .section-content {
  margin: 0 0 0 6px;
}
@media (max-width: 991px) {
  .container-double:nth-child(2n) .section-content {
    margin: 0;
  }
}
.container-double:nth-child(2n + 1) .section-content {
  margin: 0 6px 0 0;
}
@media (max-width: 991px) {
  .container-double:nth-child(2n + 1) .section-content {
    margin: 0 0 12px 0;
  }
}
.section-row {
  background-color: #fff;
  margin: 0 0 6px;
  padding: 5px 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
}
.section-row:before,
.section-row:after {
  content: " ";
  display: table;
}
.section-row:after {
  clear: both;
}
.section-header:before,
.section-header:after {
  content: " ";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header h3 {
  width: 70%;
  width: calc(100% - 120px);
  float: left;
  margin: 0 0 6px;
}
.section-header .btn-more {
  float: right;
  margin: 6px 0 0;
}
.section-header .link-menu {
  position: absolute;
  top: 0;
  right: 6px;
}
@media (max-width: 991px) {
  .section-header {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .section-header h3,
  .section-header .btn-more {
    float: none;
  }
  .section-header h3 {
    width: 100%;
  }
  .section-header .btn-more {
    width: 90%;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 12px;
    margin: 0 0 12px;
    z-index: 1000;
  }
}
.section-left,
.section-right {
  float: left;
}
.section-left {
  width: 20%;
  border-right: 1px solid #b8b8b8;
  padding-right: 12px;
}
.section-right {
  width: 78%;
}
@media (max-width: 767px) {
  .section-left,
  .section-right {
    float: none;
    width: 100%;
  }
  .section-left {
    border-right: none;
  }
  .section-right {
    margin-top: 12px;
  }
}
.container-header {
  margin: 3px 0 6px;
}
.container-header h3 {
  float: left;
  margin: 0;
  padding-top: 0;
}
.container-header .btn-more {
  float: right;
  margin: 0;
}
.container-header .btn-more:not(.btn-control-xs),
.container-header .btn-more:hover:not(.btn-control-xs),
.container-header .btn-more:active:not(.btn-control-xs) {
  color: #fff;
}
.hlist .list-item {
  float: left;
}
.hlist .list-item a {
  display: block;
}
.vlist h3 {
  margin: 0 0 10px;
}
.vlist.no-top-border .list-item:first-child {
  border-top: none;
}
.vlist .list-item {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
.vlist .list-item:before,
.vlist .list-item:after {
  content: " ";
  display: table;
}
.vlist .list-item:after {
  clear: both;
}
.vlist .list-item .list-header,
.vlist .list-item .list-body {
  float: left;
  display: inline-block;
  margin: 12px 0;
}
.vlist .list-item .list-header {
  margin-right: 24px;
}
.vlist .list-item .list-header .header-thumb {
  width: 60px;
  height: 60px;
}
.vlist .list-item .list-body {
  width: 80%;
  width: calc(100% - 84px);
  position: relative;
}
@media (max-width: 991px) {
  .vlist .list-item .list-body {
    width: 75%;
    width: calc(100% - 84px);
  }
}
@media (max-width: 543px) {
  .vlist .list-item .list-body {
    width: 188px;
    width: calc(100% - 84px);
  }
}
.vlist .list-item .list-body:hover .icon-report {
  background-position: 0 -40px;
}
.vlist .list-item .list-body:hover .icon-report:hover {
  background-position: -20px -40px;
}
.vlist .list-item .list-body:hover button:hover .icon-report,
.vlist .list-item .list-body:hover a:hover .icon-report {
  background-position: -20px -40px;
}
.vlist .list-item .list-body .icon-report {
  position: absolute;
  top: 12px;
  right: 6px;
}
.vlist .list-item .list-body .list-content {
  margin: 0 0 12px 0;
  word-break: break-word;
}
.vlist .list-item .list-body .list-content .font-bold {
  display: block;
  margin-bottom: 12px;
}
.vlist .list-item .list-body .rbx-text-notes.small {
  font-weight: 300;
}
.vlist .list-item .list-body .list-gallery {
  display: inline-block;
  width: 100%;
}
.vlist .list-item .list-body .list-gallery li {
  display: inline-block;
  padding: 0 0 20px 0;
  margin-right: 1%;
}
.vlist .list-item .list-body .list-gallery .item-place {
  width: 48%;
}
.vlist .list-item .list-body .list-gallery .item-place:nth-child(4) {
  display: inline-block;
}
.vlist .list-item .list-body .list-gallery .item-asset {
  width: 23%;
}
.vlist .list-item .list-body .list-gallery .font-bold {
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 991px) {
  .vlist .list-item .list-body .list-gallery .item-place {
    width: 99%;
  }
  .vlist .list-item .list-body .list-gallery .item-place:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .vlist .list-item .list-body .list-gallery .item-place {
    width: 48%;
  }
  .vlist .list-item .list-body .list-gallery .item-place:nth-child(4) {
    display: inline-block;
  }
}
@media (max-width: 543px) {
  .vlist .list-item .list-body .list-gallery .item-place {
    width: 99%;
  }
  .vlist .list-item .list-body .list-gallery .item-place:nth-child(4) {
    display: none;
  }
}
.stack {
  padding: 0;
  margin: 0 0 6px;
}
.stack:before,
.stack:after {
  content: " ";
  display: table;
}
.stack:after {
  clear: both;
}
@media (max-width: 991px) {
  .stack .container-header {
    padding: 0 15px;
  }
}
.stack .stack-list .stack-row {
  background-color: #fff;
  margin: 0 0 6px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.74);
  position: relative;
}
.stack .stack-list .stack-row:before,
.stack .stack-list .stack-row:after {
  content: " ";
  display: table;
}
.stack .stack-list .stack-row:after {
  clear: both;
}
.stack .stack-list .stack-row .stack-header:before,
.stack .stack-list .stack-row .stack-header:after {
  content: " ";
  display: table;
}
.stack .stack-list .stack-row .stack-header:after {
  clear: both;
}
.stack .stack-list .stack-row .stack-header .link-menu {
  position: absolute;
  top: 0;
  right: 6px;
}
.unavailable-container .unavailable-content {
  color: #757575;
  margin: 35% auto;
  text-align: center;
}
.footer {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}
.footer-links {
  padding-left: 0;
  text-align: center;
}
.footer-link {
  display: inline-block;
  float: none;
  margin: 6px;
  white-space: nowrap;
  min-width: 10%;
}
@media (max-width: 543px) {
  .footer-link.col-4 {
    width: 20%;
  }
  .footer-link.col-6 {
    width: 50%;
  }
}
.footer-link .text-footer-nav.privacy {
  color: #00a2ff;
}
.footer-note {
  margin: 12px auto;
  text-align: center;
  width: 78%;
}
.footer-kid-safe-logo {
  display: inline-block;
  position: relative;
  margin-top: 12px;
}
.footer-social-groups li {
  height: 30px;
}
@media (max-width: 543px) {
  .footer-social-groups li {
    width: 50%;
  }
}
/* ~/CSS/Base/CSS/Modals.css */
.BCModalImage {
  margin-left: 12px;
  margin-bottom: 12px;
  float: left;
}
#BCMessageDiv.BCMessage {
  margin-top: 35px;
  margin-left: 12px;
  font-weight: bold;
  font-size: 15px;
  float: left;
  width: 250px;
}
.GenericModal .Title,
.ConfirmationModal .Title {
  font-weight: bold;
  font-size: 27px;
  color: #343434;
  margin: 5px;
  letter-spacing: -1px;
}
.GenericModal {
  padding: 5px;
}
.GenericModalBody {
  background-color: #fff;
  padding: 10px;
}
.GenericModal .Message {
  display: inline-block;
  width: 275px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
  font-size-adjust: none;
  font-stretch: normal;
  margin-bottom: 5px;
  float: none;
}
.GenericModal.noImage .Message {
  width: 100%;
  text-align: center;
}
.GenericModal div.ImageContainer {
  display: inline-block;
  height: 110px;
  width: 110px;
  overflow: hidden;
  vertical-align: middle;
  margin-left: -15px;
}
.GenericModal.noImage div.ImageContainer {
  display: none;
}
.GenericModal img.GenericModalImage {
  display: inline-block;
  max-height: 110px;
  max-width: 110px;
}
.GenericModal .GenericModalButtonContainer {
  text-align: center;
  margin: 5px auto;
}
.largeModal .GenericModalBody {
  position: relative;
}
.largeModal div.ImageContainer {
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -55px;
}
div.GenericModalErrorMessage {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
a.genericmodal-close {
  margin-left: 400px;
}
.ConfirmationModalButtonContainer {
  clear: both;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 1px;
  height: 50px;
}
.ConfirmationModalButtonContainer a {
  margin-right: 6px;
  cursor: pointer;
}
.ConfirmationModalFooter {
  letter-spacing: normal;
  color: #666;
  font: normal 12px Arial, Helvetica, Sans-Serif;
  text-align: center;
  padding: 0 10px 7px;
}
.ConfirmationModal.noImage .Message {
  max-width: 395px;
  width: 395px;
  text-align: center;
  position: relative;
  left: 0;
  top: 4px;
}
.ConfirmationModal .Message {
  margin-top: 0;
  float: none;
  width: 270px;
  position: relative;
  top: 30%;
  left: 127px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: left;
}
@media (max-width: 480px) {
  .ConfirmationModal .Message {
    width: 50%;
  }
}
.ConfirmationModal div.ImageContainer {
  position: absolute;
  height: 110px;
  width: 110px;
}
.ConfirmationModal.noImage div.ImageContainer {
  display: none;
}
.ConfirmationModal img.GenericModalImage {
  display: inline-block;
  max-height: 110px;
  max-width: 110px;
}
div.ConfirmationModal div.GenericModalBody {
  padding: 0;
}
div.ConfirmationModal.noImage div.TopBody {
  overflow: hidden;
  padding: 15px 15px 20px 15px;
  height: auto;
}
div.ConfirmationModal div.TopBody {
  padding: 15px 15px 22px 15px;
  min-height: 110px;
}
div.ConfirmationModal {
  padding: 5px;
}
.LanguageInstructions {
  width: 415px;
  height: 157px;
  margin: 10px auto;
  background: url("/images/LanguageChangeInstructions.jpg");
}
.unifiedModal {
  background-color: #e1e1e1;
  font-weight: bold;
  font-size: 27px;
  color: #343434;
  border: 2px solid #272727;
  text-align: center;
  position: relative;
}
.unifiedModalContent {
  text-align: left;
  background-color: White;
  font-weight: bold;
  font-size: 15px;
  margin: 0 5px 5px 5px;
  letter-spacing: normal;
}
.unifiedModalSubtext {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  border: none;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 5px;
}
.smallModal {
  width: 425px;
}
.closeBtnCircle_20h:hover {
  background-position: 0 20px;
}
.closeBtnCircle_20h {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(/images/Buttons/btn-x.png);
}
.unifiedModal .smallModal .closeBtnCircle_20h {
  margin-left: 395px;
}
@media (max-width: 480px) {
  .smallModal {
    width: auto;
  }
}
/* ~/CSS/Base/CSS/PlaceLauncher.css */
.blueAndWhite {
  border: 2px solid #6e99c9;
  background-color: #fff;
  color: #000;
}
.blueAndWhite .titleBar {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
  font-size: 13px;
}
.PlaceLauncherStatus {
  color: #333;
  display: none;
  font-size: 16px;
  font-weight: bolder;
  line-height: 19px;
}
.PlaceLauncherStatusBackBuffer {
  position: relative;
  display: none;
}
.CancelPlaceLauncherButton {
  background-color: White;
  border: none;
  color: Blue;
  cursor: pointer;
  font-size: 12px;
}
.CancelPlaceLauncherButton:hover,
.CancelPlaceLauncherButton:active {
  background-color: White;
  border: none;
  color: Blue;
  cursor: pointer;
  text-decoration: underline;
}
.PlaceLauncherModal {
  border: none;
  color: Black;
  height: 125px;
  margin: 1.5em;
  padding: 10px;
  text-align: center;
  width: 360px;
}
.VisitButtonsGuestCharacter {
  display: inline-block;
  padding: 10px 5px;
  cursor: pointer;
}
.mac-install-steps {
  text-align: left;
  width: 300px;
  margin: 0 auto;
  font-size: 12px;
}
/* ~/CSS/Base/CSS/RevisedCharacterSelectModal.css */
.Revised .VisitButtonGirlGuest,
.Revised .VisitButtonBoyGuest,
.Revised .VisitButtonGirlGuest:hover,
.Revised .VisitButtonBoyGuest:hover {
  width: 180px;
  background-repeat: no-repeat;
  height: 228px;
  display: inline-block;
  padding: 0;
}
.Revised .VisitButtonGirlGuest {
  background-image: url(/images/Buttons/AB-female_character.jpg);
  background-position: center;
}
.Revised .VisitButtonBoyGuest {
  background-image: url(/images/Buttons/AB-male_character.jpg);
  background-position: center;
  margin-right: 25px;
}
.Revised .VisitButtonGirlGuest:hover {
  background-image: url(/images/Buttons/AB-female_character.jpg);
  background-position: bottom;
}
.Revised .VisitButtonBoyGuest:hover {
  background-image: url(/images/Buttons/AB-male_character.jpg);
  background-position: bottom;
  margin-right: 25px;
}
.Revised .Title {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
}
.RevisedCharacterSelectSignup {
  width: 72px;
  height: 20px;
  float: left;
}
.RevisedCharacterSelectSignup {
  background-image: url(/images/Buttons/sign_up_small.png);
  background-position: top;
}
.RevisedCharacterSelectSignup:hover {
  background-image: url(/images/Buttons/sign_up_small.png);
  background-position: bottom;
}
.Revised .HaveAccount {
  float: right;
  color: #095fb5;
  font-size: 14px;
  cursor: pointer;
}
.Revised.GuestModePromptModal {
  width: 475px;
  border: 2px solid #333;
  padding: 0 5px 5px 5px;
  background-color: #e1e1e1;
}
.RevisedFooter {
  height: 38px;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}
/* ~/CSS/Base/CSS/VideoPreRoll.css */
#videoPrerollPanel {
  display: none;
  width: 713px;
  padding: 20px 20px 20px 35px;
  background-color: #fff;
  box-sizing: content-box;
}
#videoPrerollTitleDiv {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
#videoPrerollMainDiv {
  width: 391px;
  height: 312px;
  margin: 0;
  padding: 0;
  float: left;
}
#videoPrerollCompanionAd {
  width: 300px;
  height: 250px;
  margin: 0;
  padding-top: 25px;
  padding-left: 20px;
  float: left;
}
#videoPrerollLoadingDiv {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 13px;
  clear: both;
  width: 584px;
  padding-top: 30px;
}
#videoPrerollLoadingBar {
  width: 582px;
  height: 8px;
  border: 1px solid #697d03;
  background-color: #808081;
}
#videoPrerollLoadingBarCompleted {
  background-color: #cbff01;
  height: 8px;
  width: 0;
  padding: 0;
  margin: 0;
}
#videoPrerollJoinBC {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 22px;
}
#videoPrerollJoinBCButton {
  display: inline-block;
  vertical-align: middle;
}
/* ~/CSS/Base/CSS/Abp.css */
.form-inline {
  position: static;
}
.modal-header .icon-close {
  background-position: 0 -420px;
  background-size: 40px auto;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
#AdvertisingLeaderboard {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
  width: 728px;
}
.GPTAd {
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.GPTAd.banner {
  width: 728px;
  height: 90px;
}
.GPTAd.skyscraper {
  width: 160px;
  height: 600px;
}
.GPTAd.rectangle {
  width: 300px;
  height: 250px;
}
.GPTAd.narrowskyscraper {
  width: 120px;
  width: 600px;
}
.GPTAd.gutter {
  width: 400px;
  height: 1180px;
}
.GPTAd .opapushdown {
  width: 970px;
  height: 96px;
}
#FloorAd {
  height: 1px;
}
.Ads_WideSkyscraper {
  float: right;
  text-align: right;
  width: 160px;
  height: 611px;
}
.abp {
  font-size: 12px;
  line-height: 1.25;
  color: #757575;
  text-align: center;
  background-color: transparent;
  margin: 0 auto;
}
.abp .ad-annotations {
  font-size: 12px;
}
.abp .ad-annotations:before,
.abp .ad-annotations:after {
  content: " ";
  display: table;
}
.abp .ad-annotations:after {
  clear: both;
}
.abp .UpsellAdButton,
.abp .UpsellAdButton:link,
.abp .UpsellAdButton:visited,
.abp .BadAdButton,
.abp .BadAdButton:link,
.abp .BadAdButton:visited {
  color: #757575;
}
.abp .ad-identification-text {
  color: #191919;
  text-transform: uppercase;
}
.abp .ad-identification {
  float: left;
}
.abp .ad-identification .UpsellAdButton:hover {
  color: #00a2ff;
}
.abp .BadAdButton {
  float: right;
}
.abp .BadAdButton:hover {
  color: #e27676;
}
.abp .adp-gpt-container {
  margin: 0 auto;
}
.leaderboard-abp {
  min-height: 110px;
}
.leaderboard-abp .ad-annotations {
  margin-top: 2px;
}
@media (max-width: 728px) {
  .leaderboard-abp {
    display: none;
  }
}
.abp-container {
  float: left;
}
.left-abp {
  margin-right: 24px;
  width: 160px;
  min-height: 600px;
}
.right-abp {
  margin-left: 24px;
  width: 160px;
  min-height: 600px;
}
@media (max-width: 1358px) {
  .left-abp {
    display: none;
  }
}
@media (max-width: 1174px) {
  .left-abp,
  .right-abp {
    display: none;
  }
}
.gutter-left,
.gutter-right {
  position: fixed;
  top: 40px;
  margin: 0;
}
.gutter-ads {
  overflow: hidden;
}
.gutter-ads .container-main,
.gutter-ads .content {
  max-width: 970px;
}
@media (min-width: 1688px) {
  .gutter-ads .rbx-header .rbx-nav-collapse {
    display: block;
  }
  .gutter-ads .rbx-header .rbx-navbar-header {
    max-width: 166px;
  }
  .gutter-ads .rbx-left-col:not(.nav-show) {
    width: 0;
  }
  .gutter-ads .rbx-left-col:not(.nav-show) .rbx-scrollbar {
    width: 0;
  }
}
.gutter-left {
  text-align: right;
  margin-right: 497px;
  right: 50%;
}
.gutter-right {
  text-align: left;
  margin-left: 497px;
  left: 50%;
}
@media (max-width: 970px) {
  .gutter-left,
  .gutter-right {
    display: none;
  }
}
.abp-plvu {
  margin-left: 12px;
}
@media (max-width: 670px) {
  .abp-plvu {
    display: none;
  }
}
/* ~/CSS/Legacy/Modal.css */
div#simplemodal-container {
  box-sizing: content-box;
}
@media (max-width: 480px) {
  div#simplemodal-container {
    height: auto;
  }
}
.GenericModalButtonContainer .btn-large,
.GenericModalButtonContainer .btn-medium,
.GenericModalButtonContainer .btn-small {
  margin: 0;
  display: inline-block;
  zoom: 1;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  box-sizing: content-box;
}
.GenericModalButtonContainer .btn-large {
  padding: 9px 13px 0 13px;
  height: 39px;
  min-width: 70px;
  font-size: 23px;
  line-height: 27px;
  background-position: left 0;
}
.GenericModalButtonContainer .btn-large:hover,
.GenericModalButtonContainer .btn-medium:hover,
.GenericModalButtonContainer .btn-small:hover {
  text-decoration: none;
}
.GenericModalButtonContainer .btn-large:hover {
  background-position: left -48px;
}
.GenericModalButtonContainer .btn-neutral,
.GenericModalButtonContainer .btn-neutral:link,
.GenericModalButtonContainer .btn-neutral:active,
.GenericModalButtonContainer .btn-neutral:visited {
  border-color: #0852b7;
  background-color: #0852b7;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-blue.png);
  color: white;
}
.GenericModalButtonContainer .btn-negative,
.GenericModalButtonContainer .btn-negative:link,
.GenericModalButtonContainer .btn-negative:active,
.GenericModalButtonContainer .btn-negative:visited {
  border-color: #565656;
  background-color: #565656;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-gray.png);
  color: white;
}
.simplemodal-container,
.simplemodal-container .ConfirmationModal,
.simplemodal-container .GenericModalButtonContainer {
  box-sizing: content-box;
}
.simplemodal-container .btn-primary,
.simplemodal-container .btn-primary:link,
.simplemodal-container .btn-primary:active,
.simplemodal-container .btn-primary:visited {
  border-color: #007001;
  background-color: #007001;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-green.png) !important;
  color: white;
}
.simplemodal-container .btn-none {
  display: none;
}
.simplemodal-container .btn-medium {
  padding: 1px 13px 3px 13px;
  height: 28px;
  min-width: 62px;
  font-size: 20px;
  background-position: left -96px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.simplemodal-container .btn-medium:hover {
  background-position: left -128px;
}
.simplemodal-container .btn-primary[disabled],
.simplemodal-container .btn-primary[disabled]:hover,
.simplemodal-container .btn-disabled-primary,
.simplemodal-container .btn-disabled-primary:hover {
  cursor: default;
  background-position: left -202px;
}
.simplemodal-container .btn-primary[disabled],
.simplemodal-container .btn-primary[disabled]:link,
.simplemodal-container .btn-primary[disabled]:active,
.simplemodal-container .btn-primary[disabled]:visited,
.simplemodal-container .btn-disabled-primary,
.simplemodal-container .btn-disabled-primary:link,
.simplemodal-container .btn-disabled-primary:active,
.simplemodal-container .btn-disabled-primary:visited {
  background-color: #99c699;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-green.png);
  border-color: #99c699;
  color: white;
}
.simplemodal-container .btn-negative,
.simplemodal-container .btn-negative:link,
.simplemodal-container .btn-negative:active,
.simplemodal-container .btn-negative:visited {
  border-color: #565656;
  background-color: #565656;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-gray.png);
  color: white;
}
.simplemodal-container .modal-footer button {
  min-width: 90px;
}
.GenericModalButtonContainer .btn-primary,
.GenericModalButtonContainer .btn-primary:link,
.GenericModalButtonContainer .btn-primary:active,
.GenericModalButtonContainer .btn-primary:visited {
  border-color: #007001;
  background-color: #007001;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-green.png) !important;
  color: white;
}
.GenericModalButtonContainer .btn-negative,
.GenericModalButtonContainer .btn-negative:link,
.GenericModalButtonContainer .btn-negative:active,
.GenericModalButtonContainer .btn-negative:visited {
  border-color: #565656;
  background-color: #565656;
  background-image: url(/images/Buttons/StyleGuide/bg-btn-gray.png);
  color: white;
}
.GenericModalButtonContainer .btn-none {
  display: none;
}
.PurchaseModal .simplemodal-close a {
  background: url("/images/Buttons/btn-x.png") no-repeat top left;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
}
.PurchaseModal .simplemodal-close a:hover {
  background-position: bottom left;
  cursor: pointer;
}
.CustomizeCharacterLink {
  display: block;
  margin-top: 10px;
}
.PurchaseModalMessage.SuccessMsg {
  padding: 30px 20px 20px 20px;
  height: auto;
}
.PurchaseModal span.Robux,
.PurchaseModal span.Tickets,
.PurchaseModal span.Free {
  margin-bottom: 2px;
}
.PurchaseModalClose {
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: -18px;
}
.PurchaseModal {
  width: 435px;
  display: none;
  position: absolute;
  border: 2px solid #272727;
  background-color: #e1e1e1;
  padding: 5px;
}
.PurchaseModal .titleBar {
  background-color: #e1e1e1;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: -1px;
  color: #343434;
  height: 38px;
  text-align: center;
}
.PurchaseModalBody {
  background-color: #fff;
}
.PurchaseModalMessage {
  padding: 10px;
  height: 170px;
}
.PurchaseModalMessageImage {
  display: inline-block;
  width: 110px;
  height: 110px;
}
.PurchaseModalMessageText {
  display: inline-block;
  width: 275px;
  vertical-align: top;
  padding-top: 28px;
}
.PurchaseModalButtonContainer {
  clear: left;
  padding-top: 10px;
  text-align: center;
}
.PurchaseModalFooter {
  text-align: center;
  margin: 10px auto 0;
  padding-bottom: 5px;
}
.ProcessingModalBody {
  margin: 15px auto;
  text-align: center;
  vertical-align: middle;
  background: none;
}
.CurrencyColor1 {
  color: #080;
  padding-left: 20px;
  background: url(/images/cssspecific/rbx2/head_infobox_icons.png) no-repeat 0 -42px;
}
.CurrencyColor2 {
  color: #a61;
  padding-left: 20px;
  background: url(/images/cssspecific/rbx2/head_infobox_icons.png) no-repeat 0 -122px;
}
.CurrencyColorFree {
  color: #080;
}
.ConfirmationModal .GenericModalBody .validationTooltip {
  color: #a00;
  font-size: 11px;
  display: inline;
}
#DeleteProductPromotionModal .thumbs-up-green {
  width: 110px;
  height: 110px;
  background: url("/images/Icons/thumbs_up.png") no-repeat;
  display: block;
}
#DeleteProductPromotionModal .btn-blue-ok-sharp {
  height: 50px;
  width: 102px;
  display: inline-block;
  background: url("/images/Buttons/btn_blue_ok_l.png") top left no-repeat;
}
#DeleteProductPromotionModal .btn-blue-ok-sharp:hover {
  cursor: pointer;
  background-position: bottom left;
}
.ConfirmationModal .GenericModalBody .validationTooltip {
  color: #a00;
  font-size: 11px;
  display: inline;
}
.ABCloseCircle {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
.closeBtnCircle_35h:hover {
  background-position: 0 35px;
}
.closeBtnCircle_35h {
  width: 35px;
  height: 35px;
  background: url(/images/Buttons/closeBtnCircle_35h.png);
}
.closeBtnCircle_20h:hover {
  background-position: 0 20px;
}
.closeBtnCircle_20h {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 395px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url(/images/Buttons/btn-x.png);
}
/* ~/CSS/Fonts/SourceSansPro.css */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-300.woff2") format("woff2"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-300.woff") format("woff"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-300.svg#SourceSansPro") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-regular.woff2") format("woff2"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-regular.woff") format("woff"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-regular.svg#SourceSansPro")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-600.woff2") format("woff2"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-600.woff") format("woff"),
    url("https://cdn.epik17.xyz/fonts/source-sans-pro-v9-latin-600.svg#SourceSansPro") format("svg");
}