/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* 18px */
/* 12px */
/* 36px */
/* 30px */
/* 24px */
/* 18px */
/* 12px */
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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: var(--sdpcursor-pointer);
}
button[disabled],
html input[disabled] {
  cursor: var(--sdpcursor-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;
  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;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    /*background: transparent !important;*/
    /* SD-70802 fix - 8190030:In Projects Gantt view Export as PDF, the task bars are blank in the Exported PDF. */
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .sdmenuup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* @import "components/sdp-design/glyphicons.less"; */
* {
  -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;
}
html {
  font-size: var(--fs-10);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.sdrider-inner > .item > img,
.sdrider-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: var(--sdpcursor-pointer);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: var(--font-size-h1);
}
h2,
.h2 {
  font-size: var(--font-size-h2);
}
h3,
.h3 {
  font-size: var(--font-size-h3);
}
h4,
.h4 {
  font-size: var(--font-size-h4);
}
h5,
.h5 {
  font-size: var(--font-size-h5);
}
h6,
.h6 {
  font-size: var(--font-size-h6);
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 0rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.21875rem;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fff5e8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-success {
  color: #33823c;
}
a.text-success:hover,
a.text-success:focus {
  color: #255d2b;
}
.text-info {
  color: #0b629a;
}
a.text-info:hover,
a.text-info:focus {
  color: #08446a;
}
.text-warning {
  color: #a46f2a;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #7b5420;
}
.text-danger {
  color: #a74f4f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843f3f;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #ecffee;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #b9ffc0;
}
.bg-info {
  background-color: #edfaff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #baecff;
}
.bg-warning {
  background-color: #fff5e8;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffdfb5;
}
.bg-danger {
  background-color: #ffecec;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffb9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: var(--sdpcursor-help);
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.015625rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: -0.1875rem;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ecffee;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d3ffd7;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #edfaff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d4f3ff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff5e8;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffeace;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffecec;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ffd3d3;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.21875rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 5px;
  font-size: var(--font-size-base);
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  font-size: var(--font-size-base);
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 30px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 24px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 41px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: var(--sdpcursor-pointer);
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: var(--sdpcursor-pointer);
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 20.8125px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 24px;
  padding: 2px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 2px 10px;
  font-size: var(--font-size-small);
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 20.75px;
  padding: 3px 10px;
  font-size: var(--font-size-small);
  line-height: 1.5;
}
.input-lg {
  height: 41px;
  padding: 8px 15px;
  font-size: 1.0625rem;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 41px;
  line-height: 41px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 41px;
  padding: 8px 15px;
  font-size: var(--font-size-xlarge);
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 41px;
  min-height: 21.0625px;
  padding: 9px 15px;
  font-size: var(--font-size-xlarge);
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #33823c;
}
.has-success .form-control {
  border-color: #33823c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #255d2b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5cbf67;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5cbf67;
}
.has-success .input-group-addon {
  color: #33823c;
  background-color: #ecffee;
  border-color: #33823c;
}
.has-success .form-control-feedback {
  color: #33823c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #a46f2a;
}
.has-warning .form-control {
  border-color: #a46f2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #7b5420;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d6a25e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d6a25e;
}
.has-warning .input-group-addon {
  color: #a46f2a;
  background-color: #fff5e8;
  border-color: #a46f2a;
}
.has-warning .form-control-feedback {
  color: #a46f2a;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a74f4f;
}
.has-error .form-control {
  border-color: #a74f4f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843f3f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cb9191;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cb9191;
}
.has-error .input-group-addon {
  color: #a74f4f;
  background-color: #ffecec;
  border-color: #a74f4f;
}
.has-error .form-control-feedback {
  color: #a74f4f;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: var(--font-size-xlarge);
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: var(--font-size-small);
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: var(--sdpcursor-pointer);
  background-image: none;
  border: 1px solid transparent;
  padding: 4px 10px;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #eee;
  border-color: #cfcfcf;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #b1b1b1;
}
.btn-default:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #b1b1b1;
}
.btn-default:active,
.btn-default.active,
.open > .sdmenu-toggle.btn-default {
  color: #333;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #b1b1b1;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eee;
  border-color: #cfcfcf;
}
.btn-default .badge {
  color: #eee;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #307ABF;
  border-color: #2b6dab;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #266096;
  border-color: #1f4e7a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #266096;
  border-color: #1f4e7a;
}
.btn-primary:active,
.btn-primary.active,
.open > .sdmenu-toggle.btn-primary {
  color: #fff;
  background-color: #266096;
  background-image: none;
  border-color: #1f4e7a;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #307ABF;
  border-color: #2b6dab;
}
.btn-primary .badge {
  color: #307ABF;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .sdmenu-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .sdmenu-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .sdmenu-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #D54141;
  border-color: #cf2e2e;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ba2929;
  border-color: #9d2323;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ba2929;
  border-color: #9d2323;
}
.btn-danger:active,
.btn-danger.active,
.open > .sdmenu-toggle.btn-danger {
  color: #fff;
  background-color: #ba2929;
  background-image: none;
  border-color: #9d2323;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #D54141;
  border-color: #cf2e2e;
}
.btn-danger .badge {
  color: #D54141;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 15px;
  font-size: 1.0625rem;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sdmenuup,
.sdmenu {
  position: relative;
}
.sdmenu-toggle:focus {
  outline: 0;
}
.sdmenu-dd {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: var(--font-size-base);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sdmenu-dd.pull-right {
  right: 0;
  left: auto;
}
.sdmenu-dd .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.sdmenu-dd > li > a,
.sdmenu-dd > li > .a-tag-sdmenu {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.sdmenu-dd > li > a:hover,
.sdmenu-dd > li > .a-tag-sdmenu:hover,
.sdmenu-dd > li > a:focus,
.sdmenu-dd > li > .a-tag-sdmenu:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.sdmenu-dd > .active > a,
.sdmenu-dd > .active > .a-tag-sdmenu,
.sdmenu-dd > .active > a:hover,
.sdmenu-dd > .active > .a-tag-sdmenu:hover,
.sdmenu-dd > .active > a:focus,
.sdmenu-dd > .active > .a-tag-sdmenu:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.sdmenu-dd > .disabled > a,
.sdmenu-dd > .disabled > .a-tag-sdmenu,
.sdmenu-dd > .disabled > a:hover,
.sdmenu-dd > .disabled > .a-tag-sdmenu:hover,
.sdmenu-dd > .disabled > a:focus,
.sdmenu-dd > .disabled > .a-tag-sdmenu:focus {
  color: #777777;
}
.sdmenu-dd > .disabled > a:hover,
.sdmenu-dd > .disabled > .a-tag-sdmenu:hover,
.sdmenu-dd > .disabled > a:focus,
.sdmenu-dd > .disabled > .a-tag-sdmenu:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .sdmenu-dd {
  display: block;
}
.open > a,
.open > .a-tag-sdmenu {
  outline: 0;
}
.sdmenu-dd-right {
  right: 0;
  left: auto;
}
.sdmenu-dd-left {
  right: auto;
  left: 0;
}
.sdmenu-header {
  display: block;
  padding: 3px 20px;
  font-size: var(--font-size-small);
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.sdmenu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .sdmenu-dd {
  right: 0;
  left: auto;
}
.sdmenuup .caret,
.navbar-fixed-bottom .sdmenu .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.sdmenuup .sdmenu-dd,
.navbar-fixed-bottom .sdmenu .sdmenu-dd {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .sdmenu-dd {
    right: 0;
    left: auto;
  }
  .navbar-right .sdmenu-dd-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.sdmenu-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.sdmenu-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .sdmenu-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .sdmenu-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .sdmenu-toggle:active,
.btn-group.open .sdmenu-toggle {
  outline: 0;
}
.btn-group > .btn + .sdmenu-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .sdmenu-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .sdmenu-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .sdmenu-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.sdmenuup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .sdmenu-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .sdmenu-dd {
  left: auto;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  padding: 8px 15px;
  font-size: 1.0625rem;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  line-height: 41px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 10px;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 2px 10px;
  font-size: var(--font-size-small);
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 8px 15px;
  font-size: var(--font-size-xlarge);
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.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 > .sdmenu-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.sdmenu-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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 > .sdmenu-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: var(--fs-0);
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.nav > li > .a-tag-sdmenu,
.nav > li > .a-tab-ui {
  position: relative;
  display: block;
  padding: 6px 15px;
}
.nav > li > a:hover,
.nav > li > .a-tag-sdmenu:hover,
.nav > li > .a-tab-ui:hover,
.nav > li > a:focus,
.nav > li > .a-tag-sdmenu:focus,
.nav > li > .a-tab-ui:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a,
.nav > li.disabled > .a-tag-sdmenu,
.nav > li.disabled > .a-tab-ui {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > .a-tag-sdmenu:hover,
.nav > li.disabled > .a-tab-ui:hover,
.nav > li.disabled > a:focus,
.nav > li.disabled > .a-tag-sdmenu:focus,
.nav > li.disabled > .a-tab-ui:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > .a-tag-sdmenu,
.nav .open > .a-tab-ui,
.nav .open > a:hover,
.nav .open > .a-tag-sdmenu:hover,
.nav .open > .a-tab-ui:hover,
.nav .open > a:focus,
.nav .open > .a-tag-sdmenu:focus,
.nav .open > .a-tab-ui:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img,
.nav > li > .a-tag-sdmenu > img,
.nav > li > .a-tab-ui > img {
  max-width: none;
}
.nav-sdtabs {
  border-bottom: 1px solid #ddd;
}
.nav-sdtabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-sdtabs > li > a,
.nav-sdtabs > li > .a-tab-ui {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-sdtabs > li > a:hover,
.nav-sdtabs > li > .a-tab-ui:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-sdtabs > li.active > a,
.nav-sdtabs > li.active > .a-tab-ui,
.nav-sdtabs > li.active > a:hover,
.nav-sdtabs > li.active > .a-tab-ui:hover,
.nav-sdtabs > li.active > a:focus,
.nav-sdtabs > li.active > .a-tab-ui:focus {
  color: #555555;
  cursor: var(--sdpcursor-default);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-sdtabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-sdtabs.nav-justified > li {
  float: none;
}
.nav-sdtabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-sdtabs.nav-justified > .sdmenu .sdmenu-dd {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-sdtabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-sdtabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-sdtabs.nav-justified > li > a,
.nav-sdtabs.nav-justified > li > .a-tab-ui {
  margin-right: 0;
  border-radius: 0px;
}
.nav-sdtabs.nav-justified > .active > a,
.nav-sdtabs.nav-justified > .active > .a-tab-ui > .active > a:hover,
.nav-sdtabs.nav-justified > .active > .a-tab-ui:hover,
.nav-sdtabs.nav-justified > .active > a:focus,
.nav-sdtabs.nav-justified > .active > .a-tab-ui:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-sdtabs.nav-justified > li > a,
  .nav-sdtabs.nav-justified > li > .a-tab-ui {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-sdtabs.nav-justified > .active > a,
  .nav-sdtabs.nav-justified > .active > .a-tab-ui,
  .nav-sdtabs.nav-justified > .active > a:hover,
  .nav-sdtabs.nav-justified > .active > .a-tab-ui:hover,
  .nav-sdtabs.nav-justified > .active > a:focus,
  .nav-sdtabs.nav-justified > .active > .a-tab-ui:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a,
.nav-pills > li > .a-tab-ui {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > .a-tab-ui,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > .a-tab-ui:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > .a-tab-ui:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .sdmenu .sdmenu-dd {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-sdtabs-justified {
  border-bottom: 0;
}
.nav-sdtabs-justified > li > a,
.nav-sdtabs-justified > li > .a-tab-ui {
  margin-right: 0;
  border-radius: 0px;
}
.nav-sdtabs-justified > .active > a,
.nav-sdtabs-justified > .active > .a-tab-ui > .active > a:hover,
.nav-sdtabs-justified > .active > .a-tab-ui:hover,
.nav-sdtabs-justified > .active > a:focus,
.nav-sdtabs-justified > .active > .a-tab-ui:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-sdtabs-justified > li > a,
  .nav-sdtabs-justified > li > .a-tab-ui {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-sdtabs-justified > .active > a,
  .nav-sdtabs-justified > .active > .a-tab-ui,
  .nav-sdtabs-justified > .active > a:hover,
  .nav-sdtabs-justified > .active > .a-tab-ui:hover,
  .nav-sdtabs-justified > .active > a:focus,
  .nav-sdtabs-justified > .active > .a-tab-ui:focus {
    border-bottom-color: #fff;
  }
}
.sdtab-content > .sdtab-pane {
  display: none;
}
.sdtab-content > .active {
  display: block;
}
.nav-sdtabs .sdmenu-dd {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: var(--font-size-xlarge);
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .sdmenu-dd {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .sdmenu-dd > li > a,
  .navbar-nav .open .sdmenu-dd .sdmenu-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .sdmenu-dd > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .sdmenu-dd > li > a:hover,
  .navbar-nav .open .sdmenu-dd > 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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  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: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .sdmenu-dd {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .sdmenu-dd {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .sdmenu-dd > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .sdmenu-dd > li > a:hover,
  .navbar-default .navbar-nav .open .sdmenu-dd > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .sdmenu-dd > .active > a,
  .navbar-default .navbar-nav .open .sdmenu-dd > .active > a:hover,
  .navbar-default .navbar-nav .open .sdmenu-dd > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .sdmenu-dd > .disabled > a,
  .navbar-default .navbar-nav .open .sdmenu-dd > .disabled > a:hover,
  .navbar-default .navbar-nav .open .sdmenu-dd > .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-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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .sdmenu-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .sdmenu-dd .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .sdmenu-dd > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .sdmenu-dd > li > a:hover,
  .navbar-inverse .navbar-nav .open .sdmenu-dd > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .active > a,
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .active > a:hover,
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .disabled > a,
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .sdmenu-dd > .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-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: var(--sdpcursor-default);
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 15px;
  font-size: 1.0625rem;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* @import "components/sdp-design/pager.less"; */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: var(--sdpcursor-pointer);
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: var(--font-size-small);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: var(--sdpcursor-pointer);
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* @import "components/sdp-design/jumbotron.less";
@import "components/sdp-design/thumbnails.less"; */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #33823c;
  background-color: #ecffee;
  border-color: #bdffb9;
}
.alert-success hr {
  border-top-color: #a5ffa0;
}
.alert-success .alert-link {
  color: #255d2b;
}
.alert-info {
  color: #0b629a;
  background-color: #edfaff;
  border-color: #c2e9f3;
}
.alert-info hr {
  border-top-color: #ade1ef;
}
.alert-info .alert-link {
  color: #08446a;
}
.alert-warning {
  color: #a46f2a;
  background-color: #fff5e8;
  border-color: #ffe8d9;
}
.alert-warning hr {
  border-top-color: #ffd9bf;
}
.alert-warning .alert-link {
  color: #7b5420;
}
.alert-danger {
  color: #a74f4f;
  background-color: #ffecec;
  border-color: #ffdde2;
}
.alert-danger hr {
  border-top-color: #ffc3cd;
}
.alert-danger .alert-link {
  color: #843f3f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: var(--font-size-small);
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #33823c;
  background-color: #ecffee;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #33823c;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #33823c;
  background-color: #d3ffd7;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #33823c;
  border-color: #33823c;
}
.list-group-item-info {
  color: #0b629a;
  background-color: #edfaff;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0b629a;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #0b629a;
  background-color: #d4f3ff;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0b629a;
  border-color: #0b629a;
}
.list-group-item-warning {
  color: #a46f2a;
  background-color: #fff5e8;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #a46f2a;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #a46f2a;
  background-color: #ffeace;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #a46f2a;
  border-color: #a46f2a;
}
.list-group-item-danger {
  color: #a74f4f;
  background-color: #ffecec;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a74f4f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a74f4f;
  background-color: #ffd3d3;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a74f4f;
  border-color: #a74f4f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* @import "components/sdp-design/panels.less";
@import "components/sdp-design/responsive-embed.less";
@import "components/sdp-design/wells.less"; */
.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: var(--sdpcursor-pointer);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: var(--sdpcursor-pointer);
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/* @import "components/sdp-design/modals.less";
@import "components/sdp-design/tooltip.less"; */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: var(--font-size-base);
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.sdrider {
  position: relative;
}
.sdrider-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sdrider-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.sdrider-inner > .item > img,
.sdrider-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .sdrider-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .sdrider-inner > .item.next,
  .sdrider-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .sdrider-inner > .item.prev,
  .sdrider-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .sdrider-inner > .item.next.left,
  .sdrider-inner > .item.prev.right,
  .sdrider-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.sdrider-inner > .active,
.sdrider-inner > .next,
.sdrider-inner > .prev {
  display: block;
}
.sdrider-inner > .active {
  left: 0;
}
.sdrider-inner > .next,
.sdrider-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.sdrider-inner > .next {
  left: 100%;
}
.sdrider-inner > .prev {
  left: -100%;
}
.sdrider-inner > .next.left,
.sdrider-inner > .prev.right {
  left: 0;
}
.sdrider-inner > .active.left {
  left: -100%;
}
.sdrider-inner > .active.right {
  left: 100%;
}
.sdrider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.sdrider-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.sdrider-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.sdrider-control:hover,
.sdrider-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.sdrider-control .icon-prev,
.sdrider-control .icon-next,
.sdrider-control .glyphicon-chevron-left,
.sdrider-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.sdrider-control .icon-prev,
.sdrider-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.sdrider-control .icon-next,
.sdrider-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.sdrider-control .icon-prev,
.sdrider-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.sdrider-control .icon-prev:before {
  content: "\2039";
}
.sdrider-control .icon-next:before {
  content: "\203a";
}
.sdrider-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.sdrider-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: var(--sdpcursor-pointer);
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.sdrider-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.sdrider-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sdrider-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .sdrider-control .glyphicon-chevron-left,
  .sdrider-control .glyphicon-chevron-right,
  .sdrider-control .icon-prev,
  .sdrider-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .sdrider-control .glyphicon-chevron-left,
  .sdrider-control .icon-prev {
    margin-left: -10px;
  }
  .sdrider-control .glyphicon-chevron-right,
  .sdrider-control .icon-next {
    margin-right: -10px;
  }
  .sdrider-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .sdrider-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show:not(tr):not(.scat-subtabon):not(.scat-subtaboff):not(.sumtab):not(.viewreqstrdet):not(^HIST) {
  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;
}
.affix {
  position: fixed;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
:root {
  --fs-0: 0rem;
  /* 0px */
  --fs-1: 0.0625rem;
  /* 1px */
  --fs-2: 0.125rem;
  /* 2px */
  --fs-3: 0.1875rem;
  /* 3px */
  --fs-4: 0.25rem;
  /* 4px */
  --fs-5: 0.3125rem;
  /* 5px */
  --fs-6: 0.375rem;
  /* 6px */
  --fs-7: 0.4375rem;
  /* 7px */
  --fs-8: 0.5rem;
  /* 8px */
  --fs-9: 0.5625rem;
  /* 9px */
  --fs-10: 0.625rem;
  /* 10px */
  --fs-11: 0.6875rem;
  /* 11px */
  --fs-12: 0.75rem;
  /* 12px */
  --fs-13: 0.8125rem;
  /* 13px */
  --fs-14: 0.875rem;
  /* 14px */
  --fs-15: 0.9375rem;
  /* 15px */
  --fs-16: 1rem;
  /* 16px */
  --fs-17: 1.0625rem;
  /* 17px */
  --fs-18: 1.125rem;
  /* 18px */
  --fs-19: 1.1875rem;
  /* 19px */
  --fs-20: 1.25rem;
  /* 20px */
  --fs-21: 1.3125rem;
  /* 21px */
  --fs-22: 1.375rem;
  /* 22px */
  --fs-23: 1.4375rem;
  /* 23px */
  --fs-24: 1.5rem;
  /* 24px */
  --fs-25: 1.5625rem;
  /* 25px */
  --fs-26: 1.625rem;
  /* 26px */
  --fs-27: 1.6875rem;
  /* 27px */
  --fs-28: 1.75rem;
  /* 28px */
  --fs-29: 1.8125rem;
  /* 29px */
  --fs-30: 1.875rem;
  /* 30px */
  --fs-31: 1.9375rem;
  /* 31px */
  --fs-32: 2rem;
  /* 32px */
  --fs-33: 2.0625rem;
  /* 33px */
  --fs-34: 2.125rem;
  /* 34px */
  --fs-35: 2.1875rem;
  /* 35px */
  --fs-36: 2.25rem;
  /* 36px */
  --fs-37: 2.3125rem;
  /* 37px */
  --fs-38: 2.375rem;
  /* 38px */
  --fs-39: 2.4375rem;
  /* 39px */
  --fs-40: 2.5rem;
  /* 40px */
  --fs-41: 2.5625rem;
  /* 41px */
  --fs-42: 2.625rem;
  /* 42px */
  --fs-43: 2.6875rem;
  /* 43px */
  --fs-44: 2.75rem;
  /* 44px */
  --fs-45: 2.8125rem;
  /* 45px */
  --fs-46: 2.875rem;
  /* 46px */
  --fs-47: 2.9375rem;
  /* 47px */
  --fs-48: 3rem;
  /* 48px */
  --fs-49: 3.0625rem;
  /* 49px */
  --fs-50: 3.125rem;
  /* 50px */
  --fs-57: 3.563rem;
  /* 57px */
  --fs-70: 4.375rem;
  /* 70px */
  --fs-79: 4.938rem;
  /* 79px */
  --fs-90: 5.625rem;
  /* 90px */
  --fs-180: 11.25rem;
  /* 180px */
  --fs-200: 12.5rem;
  /* 200px */
  --fs-238: 14.875rem;
  /* 238px */
  /* Replacement for less variable declaration of Font size */
  --font-size-base: var(--fs-13);
  --font-size-xlarge: var(--fs-18);
  --font-size-large: var(--fs-17);
  --font-size-medium: var(--fs-15);
  --font-size-small: var(--fs-12);
  --font-size-xsmall: var(--fs-11);
  --font-size-h1: var(--fs-33);
  --font-size-h2: var(--fs-20);
  --font-size-h3: var(--fs-17);
  --font-size-h4: var(--fs-15);
  --font-size-h5: var(--fs-13);
  --font-size-h6: var(--fs-12);
}
/* ----------------------------------------------- */
/* base-variables.less */
/* ----------------------------------------------- */
html,
body {
  font-size: var(--font-size-base);
}
html,
body,
table tr td,
p {
  color: #000;
}
th,
.font-medium,
#helpexp .sb,
#helpexp strong,
.sb,
h1,
h2,
strong {
  font-weight: bold !important;
}
.font-normal,
.nobold {
  font-family: inherit;
  font-weight: normal;
}
/* 13px */
/* 18px */
/* 17px */
/* 15px */
/* 12px */
/* 11px */
/* 33px */
/* 20px */
/* 17px */
/* 15px */
/* 12px */
a,
a.text-link {
  text-decoration: none;
}
a,
a:hover,
a:focus,
.text-link,
.text-link:hover,
.text-link:focus,
a.text-link,
a.text-link:hover,
a.text-link:focus,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.text-primary,
a.text-primary:hover {
  color: #008ddd;
  color: var(--link_tab_line_color, #008ddd);
}
a.text-hover-link {
  color: inherit;
}
a.text-hover-link:hover {
  color: #008ddd;
  color: var(--link_tab_line_color, #008ddd);
}
.text-color1 {
  color: #515151;
  /* #515151 */
}
.text-color2 {
  color: #515151;
  /* #404040 */
}
.text-color3 {
  color: #868686;
  /* #868686 */
}
.text-color4 {
  color: #000;
  /* #333 */
}
.text-color5 {
  color: #868686;
  /* #999 */
}
.text-color6 {
  color: #000;
  /* #000 */
}
.text-color7 {
  color: #515151;
  /* #6A6A6A */
}
.text-color8 {
  color: #FFF;
  /* #FFF */
}
.text-dark {
  color: #000 !important;
}
.text-white {
  color: #FFF !important;
}
.bg-dark {
  background-color: #555 !important;
}
.bg-light {
  background-color: #EEE !important;
}
.bgwhite {
  background-color: #FFF !important;
}
.font-base {
  font-size: var(--font-size-base) !important;
}
.font-xlarge {
  font-size: var(--font-size-large) !important;
}
.font-large {
  font-size: var(--font-size-xlarge) !important;
}
.font-medium {
  font-size: var(--font-size-medium) !important;
}
.font-small {
  font-size: var(--font-size-small) !important;
}
.font-xsmall {
  font-size: var(--font-size-xsmall) !important;
}
.font-medium1 {
  font-size: var(--fs-14);
}
.f-24 {
  font-size: var(--fs-24);
}
.icon-xs {
  width: 12px;
  height: 12px;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.icon-md {
  width: 20px;
  height: 20px;
}
.icon-lg {
  width: 24px;
  height: 24px;
}
.icon-xl {
  width: 32px;
  height: 32px;
}
.icon-xxl {
  width: 48px !important;
  height: 48px !important;
}
.icon-xs,
.icon-sm,
.icon-lg,
.icon-xl {
  position: relative;
  top: 1px;
}
.thumb-xs {
  width: 27px;
  height: 27px;
}
.thumb-sm {
  width: 52px;
  height: 52px;
}
.gradient-bg {
  background: #F1F1F1;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(53%, #fdfdfd), color-stop(70%, #F5F5F5), color-stop(100%, #ececec));
  /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, #FFF 0%, #fdfdfd 53%, #F5F5F5 70%, #ececec 100%);
  /* W3C */
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  content: "";
}
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-left: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid;
  content: "";
}
.caret-top {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.desc {
  padding: 0 14px;
  margin-bottom: 10px;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.tc {
  text-align: center !important;
}
.text-mandatory {
  color: #B94A48;
}
.text-wrap {
  word-wrap: break-word !important;
  word-break: break-all !important;
}
.vtop {
  vertical-align: top !important;
}
.vbottom {
  vertical-align: bottom !important;
}
.vsub {
  vertical-align: sub !important;
}
.vmiddle {
  vertical-align: middle !important;
}
.vbase {
  vertical-align: baseline !important;
}
.vinit {
  vertical-align: initial !important;
}
.vsuper {
  vertical-align: super !important;
}
.vtxttop {
  vertical-align: text-top !important;
}
.no-border,
.noborder {
  border: 0 none !important;
}
.disp-b {
  display: block;
}
.disp-t {
  display: table;
}
.disp-ti {
  display: table !important;
}
.disp-tr {
  display: table-row;
}
.disp-c {
  display: table-cell !important;
}
.disp-ib {
  display: inline-block !important;
}
.disp-init {
  display: initial !important;
}
.disp-flex {
  display: flex !important;
}
.display-inline-flex,
.disp-if {
  display: inline-flex !important;
}
.disp-g {
  display: grid;
}
.pos-rel {
  position: relative !important;
}
.pos-abs {
  position: absolute !important;
}
.pos-stat {
  position: static !important;
}
.pos-fix {
  position: fixed !important;
}
.opac3 {
  opacity: 0.3;
}
.opac5 {
  opacity: 0.5;
}
.opac6 {
  opacity: 0.6;
}
.opac7 {
  opacity: 0.7;
}
.rounded3 {
  border-radius: 3px;
}
.rounded5 {
  border-radius: 5px;
}
.rounded10 {
  border-radius: 10px;
}
.rounded15 {
  border-radius: 15px !important;
}
.rounded100 {
  border-radius: 100px;
}
.rounded-circle {
  border-radius: 50%;
}
.ph {
  color: #777;
}
.ph-small {
  font-size: var(--font-size-xsmall);
}
.m0 {
  margin: 0px !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-25 {
  margin-left: -25px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr-3 {
  margin-right: -3px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-25 {
  margin-right: -25px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-50 {
  margin-right: -50px !important;
}
.p0 {
  padding: 0px !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p7 {
  padding: 7px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.top0 {
  top: 0px !important;
}
.top-1 {
  top: -1px !important;
}
.top-2 {
  top: -2px !important;
}
.top-3 {
  top: -3px !important;
}
.top-4 {
  top: -4px !important;
}
.top-5 {
  top: -5px !important;
}
.top-10 {
  top: -10px !important;
}
.top-15 {
  top: -15px !important;
}
.top-20 {
  top: -20px !important;
}
.top-25 {
  top: -25px !important;
}
.top-30 {
  top: -30px !important;
}
.top1 {
  top: 1px !important;
}
.top2 {
  top: 2px !important;
}
.top3 {
  top: 3px !important;
}
.top4 {
  top: 4px !important;
}
.top5 {
  top: 5px !important;
}
.top6 {
  top: 6px !important;
}
.top10 {
  top: 10px !important;
}
.top15 {
  top: 15px !important;
}
.top20 {
  top: 20px !important;
}
.top25 {
  top: 25px !important;
}
.top30 {
  top: 30px !important;
}
.left-2 {
  left: -2px !important;
}
.left0 {
  left: 0px !important;
}
.left1 {
  left: 1px !important;
}
.left2 {
  left: 2px !important;
}
.left3 {
  left: 3px !important;
}
.left4 {
  left: 4px !important;
}
.left5 {
  left: 5px !important;
}
.left10 {
  left: 10px !important;
}
.right-45 {
  right: -45px !important;
}
.right0 {
  right: 0px !important;
}
.right1 {
  right: 1px !important;
}
.right2 {
  right: 2px !important;
}
.right3 {
  right: 3px !important;
}
.right4 {
  right: 4px !important;
}
.right5 {
  right: 5px !important;
}
.right10 {
  right: 10px !important;
}
.right15 {
  right: 15px !important;
}
.right20 {
  right: 20px !important;
}
.right30 {
  right: 30px !important;
}
.bottom0 {
  bottom: 0px !important;
}
.bottom30 {
  bottom: 30px !important;
}
.bottom40 {
  bottom: 40px !important;
}
.bottom-23 {
  bottom: -23px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt-2 {
  margin-top: -2px !important;
}
.mt-3 {
  margin-top: -3px !important;
}
.mt-4 {
  margin-top: -4px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-6 {
  margin-top: -6px !important;
}
.mt-7 {
  margin-top: -7px !important;
}
.mt-8 {
  margin-top: -8px !important;
}
.mt-9 {
  margin-top: -9px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-50 {
  margin-top: -50px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.fw {
  width: 100% !important;
}
.fh {
  height: 100% !important;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b0 {
  bottom: 0px;
}
.flex1 {
  flex: 1;
}
.wspace-normal {
  white-space: normal;
}
.wspace-nowrap {
  white-space: nowrap;
}
.wspace-nowrap-i {
  white-space: nowrap !important;
}
.lh20 {
  line-height: 20px;
}
.lh24 {
  line-height: 24px;
}
.lh24-child * {
  line-height: 24px !important;
}
.list-nostyle {
  list-style-type: none;
}
.hr-light {
  border-top: 1px solid #e5e5e5;
  /* #E5E5E5 */
}
.hr-medium {
  border-top: 1px solid #d9d9d9;
  /* #D9D9D9 */
}
.hr-strong {
  border-top: 1px solid #868686;
}
.hr-dark {
  border-top: 1px solid #999999;
  /* #999999 */
}
.vhide {
  visibility: hidden !important;
}
.copy-none {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
.tr-x-imp {
  text-align: right;
}
.tl-x-imp {
  text-align: left;
}
.tl-auto {
  table-layout: auto !important;
}
.mh85vh {
  max-height: 85vh !important;
}
.rounded50 {
  border-radius: 50px !important;
}
.wb-bw {
  word-break: break-word;
}
.oxa-oyh {
  overflow-x: auto;
  overflow-y: hidden;
}
.oh-i {
  overflow: hidden !important;
}
.oxy-inrt {
  overflow: inherit !important;
}
.disp-iflex {
  display: inline-flex !important;
}
.valign-center {
  align-items: center !important;
}
.ptr-ev-none {
  pointer-events: none;
}
.fltbr0-7 {
  filter: brightness(0.7);
}
.fltbr0-7-hov:hover {
  filter: brightness(0.7);
}
.vshow {
  visibility: visible !important;
}
.brdleft0 {
  border-left: 0 !important;
}
.brdright0 {
  border-right: 0 !important;
}
.brdtop0 {
  border-top: 0 !important;
}
.brdbottom0 {
  border-bottom: 0 !important;
}
.maxwidth98 {
  max-width: 98% !important;
}
.maxwidth95 {
  max-width: 95% !important;
}
.boxszbb {
  box-sizing: border-box !important;
}
.txt-dec-none-i {
  text-decoration: none !important;
}
.tpl-border {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
}
.tf-rot90 {
  transform: rotate(90deg);
}
.justify-left {
  justify-content: left !important;
}
.justify-center {
  justify-content: center !important;
}
.mlp7 {
  margin-left: 7%;
}
.mlp10 {
  margin-left: 10%;
}
.mlp13 {
  margin-left: 13%;
}
.mlp15 {
  margin-left: 15%;
}
.mlp17 {
  margin-left: 17%;
}
.mlp18 {
  margin-left: 18%;
}
.mlp20 {
  margin-left: 20% !important;
}
.mlp22 {
  margin-left: 22%;
}
.mlp27 {
  margin-left: 27% !important;
}
.mlp30 {
  margin-left: 30% !important;
}
.plp10 {
  padding-left: 10% !important;
}
.plp15 {
  padding-left: 15% !important;
}
.plp20 {
  padding-left: 20% !important;
}
.of-inherit {
  overflow: inherit !important;
}
.dialog-box-shadow {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.btn-rad-lft {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}
.btn-rad-rgt {
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.btn-rad {
  border-radius: 2px !important;
}
/* theme button css */
.btn-theme {
  background-color: rgba(0, 141, 221, 0.1) !important;
  background-color: var(--primary_button_light_color, rgba(0, 141, 221, 0.1)) !important;
  color: #008ddd !important;
  color: var(--primary_button_color, #008ddd) !important;
}
svg.tabactive {
  fill: #008ddd !important;
  fill: var(--primary_button_color, #008ddd) !important;
}
.svg-theme-hover:hover svg.default-fill {
  fill: #008ddd !important;
  fill: var(--primary_button_color, #008ddd) !important;
}
/* theme button css */
.pos-sticky {
  position: sticky !important;
}
/* Custom Scrollbar */
html:not(.mac-os) :hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: background-color 15s ease-in-out;
  background-color: #b3b3b3;
}
html:not(.mac-os) :hover::-webkit-scrollbar-thumb:hover {
  transition: background-color 15s ease-in-out;
  background-color: #b3b3b3;
}
html:not(.mac-os) body[theme=dark-mode] :hover::-webkit-scrollbar-thumb {
  transition: background-color 15s ease-in-out;
  background-color: #909092;
}
html:not(.mac-os) body[theme=dark-mode] :hover::-webkit-scrollbar-thumb:hover {
  transition: background-color 15s ease-in-out;
  background-color: #909092;
}
html:not(.mac-os) ::-webkit-scrollbar {
  display: inherit;
  width: 9px;
  height: 9px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb:active {
  background-color: #535353 !important;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #919191;
  border-radius: 10px;
}
.CodeMirror-vscrollbar::-webkit-scrollbar {
  background-color: #909092;
}
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}
/* Firebox Support */
@-moz-document url-prefix() {
  html:not(.mac-os) {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  html:not(.mac-os) * {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  html:not(.mac-os) *:hover {
    scrollbar-color: #b3b3b3 transparent;
  }
  html:not(.mac-os):hover {
    scrollbar-color: #b3b3b3 transparent;
  }
  html:not(.mac-os)[theme=darkmode] {
    scrollbar-color: transparent transparent;
  }
  html:not(.mac-os)[theme=darkmode] * {
    scrollbar-color: transparent transparent;
  }
  html:not(.mac-os)[theme=darkmode] *:hover {
    scrollbar-color: #909092 transparent;
  }
  html:not(.mac-os)[theme=darkmode]:hover {
    scrollbar-color: #909092 transparent;
  }
  .CodeMirror-vscrollbar {
    /*Home Cusotm Editor*/
    scrollbar-color: #909092 #FFF !important;
  }
}
/*Primary button Default color without theme*/
.btn-theme-default {
  color: #FFF !important;
  border-color: #008ddd;
  background: #008ddd;
}
.btn-theme-default:hover {
  background: #007fc7;
  border-color: #007fc7;
}
.innerborderbox * {
  box-sizing: border-box;
}
.ui-popover-autowidth {
  width: auto !important;
  max-width: none !important;
}
.shrink0 {
  flex-shrink: 0;
}
.right-5 {
  right: -5px;
}
.right-10 {
  right: -10px;
}
.right-15 {
  right: -15px;
}
.right-20 {
  right: -20px;
}
.highindex {
  z-index: 10000001 !important;
}
.br-light {
  border: 1px solid #DDD;
}
.ww-bw {
  word-wrap: break-word;
}
.br-hglt {
  border-color: var(--input_border_color);
  border: 1px solid var(--input_border_color, rgba(0, 141, 221, 0.7));
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--input_border_shadow, rgba(0, 141, 221, 0.3));
}
.thm-spr {
  color: #677177;
  fill: #677177;
  text-decoration: none;
}
.thm-spr:hover {
  fill: var(--primary_button_color, #008ddd) !important;
  color: var(--primary_button_color, #008ddd) !important;
}
.box-shd-left {
  box-shadow: 2px 0px 5px #CCC;
}
.box-shd-right {
  box-shadow: -1px 0px 5px #CCC;
}
.f-dir-col {
  flex-direction: column;
}
.f-dir-row {
  flex-direction: row;
}
.wspace-preline {
  white-space: pre-line;
}
/* tablecomponent hover color */
.theme-row .tc-row:hover td {
  background: var(--primary_button_light_color, 8ddd 1a);
  border-bottom: 1px solid var(--primary_button_light_color, 8ddd 1a);
}
.brd-left-medium {
  border-left: 1px solid var(--br-medium) !important;
}
.brd-medium {
  border: 1px solid var(--br-medium) !important;
}
.brd-right-medium {
  border-right: 1px solid var(--br-medium);
}
.brd-bottom-medium {
  border-bottom: 1px solid var(--br-medium);
}
.brd-ldash-medium {
  border-left: 1px dashed var(--br-medium);
}
.btn-danger-ol {
  border: 2px solid #F54040;
  color: #F54040 !important;
  background-color: var(--btn-danger-ol-bg);
}
.bg-lgt-fade {
  background-color: var(--bg-lgt-fade-bg);
}
.wdthgt70 {
  width: 70px;
  height: 70px;
}
.brdwidth2 {
  border-width: 2px;
}
.btn-hr-brd {
  border: 1px solid transparent;
}
.btn-hr-brd:hover {
  border: 1px solid #d9d9d9;
  /* #D9D9D9 */
}
.default-fill {
  fill: var(--default-fill);
}
.default-fill.onhover,
li.active .default-fill {
  fill: #008ddd;
  fill: var(--link_tab_line_color, #008ddd);
}
.tlfixed-div table {
  table-layout: fixed !important;
}
.wspace-prewrap {
  white-space: pre-wrap;
}
.h26px {
  height: 26px !important;
}
.h30px {
  height: 30px;
}
.w220px {
  width: 220px;
}
.w120px {
  width: 120px;
}
.rmv-last-brd > *:last-child {
  border: none !important;
}
.lheight15 {
  line-height: 15px;
}
.lheight15 {
  line-height: 15px;
}
.maxw-115px {
  max-width: 115px;
}
.minh-15px {
  min-height: 15px;
}
.w200px {
  width: 200px !important;
}
.w250px {
  width: 250px !important;
}
.tl-fixed {
  table-layout: fixed !important;
}
.w300px {
  width: 300px !important;
}
.dir-ltr {
  direction: ltr;
}
.max-w30px {
  max-width: 30px !important;
}
.max-w100px {
  max-width: 100px !important;
}
.max-w120px {
  max-width: 120px !important;
}
.max-w140px {
  max-width: 140px !important;
}
.max-w250px {
  max-width: 250px !important;
}
.max-w500px {
  max-width: 500px !important;
}
.max-w550px {
  max-width: 550px !important;
}
.max-w750px {
  max-width: 750px !important;
}
.align-vh-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.max-h70px {
  max-height: 70px !important;
}
.max-h150px {
  max-height: 150px !important;
}
.min-h40px {
  min-height: 40px !important;
}
.left15 {
  left: 15px !important;
}
.min-w80px {
  min-width: 80px;
}
.rounded5-bottom {
  border-radius: 0px 0px 5px 5px;
}
.wspace-normal-imp {
  white-space: normal!important;
}
.txt-ovf-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.justify-content-end {
  justify-content: end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.jc-space-bt {
  justify-content: space-between;
}
.h60vh {
  height: 60vh;
}
.of-a {
  overflow: auto;
}
.of-v {
  overflow: visible !important;
}
.justify-center {
  justify-content: center;
}
.blur-5 {
  filter: blur(5px);
}
.bottom-4 {
  bottom: -4px !important;
}
.wspace-wrap {
  white-space: wrap;
}
/*New common classes for inline style removal*/
.disp-h {
  display: none;
}
.disp-ib-ni {
  display: inline-block;
}
.disp-b-imp {
  display: block !important;
}
.lh-initial {
  line-height: initial;
}
.lh-inherit {
  line-height: inherit;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.left-auto {
  left: auto;
}
.right-auto {
  right: auto;
}
.left45-per {
  left: 45%;
}
.left50-per {
  left: 50%;
}
.top50-per {
  top: 50%;
}
.m-center {
  margin: 0 auto;
}
.z-ind999 {
  z-index: 999;
}
.rounded2 {
  border-radius: 2px;
}
.pb80 {
  padding-bottom: 80px;
}
.h-77vh {
  height: 77vh;
}
.maxw-145px {
  max-width: 145px;
}
.w-97per {
  width: 97% !important;
}
/** Mixins **/
.w-0px {
  width: 0px !important;
}
.w-10px {
  width: 10px !important;
}
.w-20px {
  width: 20px !important;
}
.w-30px {
  width: 30px !important;
}
.w-40px {
  width: 40px !important;
}
.w-50px {
  width: 50px !important;
}
.w-60px {
  width: 60px !important;
}
.w-70px {
  width: 70px !important;
}
.w-80px {
  width: 80px !important;
}
.w-90px {
  width: 90px !important;
}
.w-100px {
  width: 100px !important;
}
.w-110px {
  width: 110px !important;
}
.w-120px {
  width: 120px !important;
}
.w-130px {
  width: 130px !important;
}
.w-140px {
  width: 140px !important;
}
.w-150px {
  width: 150px !important;
}
.w-160px {
  width: 160px !important;
}
.w-170px {
  width: 170px !important;
}
.w-180px {
  width: 180px !important;
}
.w-190px {
  width: 190px !important;
}
.w-200px {
  width: 200px !important;
}
.w-210px {
  width: 210px !important;
}
.w-220px {
  width: 220px !important;
}
.w-230px {
  width: 230px !important;
}
.w-240px {
  width: 240px !important;
}
.w-250px {
  width: 250px !important;
}
.w-260px {
  width: 260px !important;
}
.w-270px {
  width: 270px !important;
}
.w-280px {
  width: 280px !important;
}
.w-290px {
  width: 290px !important;
}
.w-300px {
  width: 300px !important;
}
.w-310px {
  width: 310px !important;
}
.w-320px {
  width: 320px !important;
}
.w-330px {
  width: 330px !important;
}
.w-340px {
  width: 340px !important;
}
.w-350px {
  width: 350px !important;
}
.w-360px {
  width: 360px !important;
}
.w-370px {
  width: 370px !important;
}
.w-380px {
  width: 380px !important;
}
.w-390px {
  width: 390px !important;
}
.w-400px {
  width: 400px !important;
}
.w-410px {
  width: 410px !important;
}
.w-420px {
  width: 420px !important;
}
.w-430px {
  width: 430px !important;
}
.w-440px {
  width: 440px !important;
}
.w-450px {
  width: 450px !important;
}
.w-460px {
  width: 460px !important;
}
.w-470px {
  width: 470px !important;
}
.w-480px {
  width: 480px !important;
}
.w-490px {
  width: 490px !important;
}
.w-500px {
  width: 500px !important;
}
.w-0per {
  width: 0% !important;
}
.w-5per {
  width: 5% !important;
}
.w-10per {
  width: 10% !important;
}
.w-15per {
  width: 15% !important;
}
.w-20per {
  width: 20% !important;
}
.w-25per {
  width: 25% !important;
}
.w-30per {
  width: 30% !important;
}
.w-35per {
  width: 35% !important;
}
.w-40per {
  width: 40% !important;
}
.w-45per {
  width: 45% !important;
}
.w-50per {
  width: 50% !important;
}
.w-55per {
  width: 55% !important;
}
.w-60per {
  width: 60% !important;
}
.w-65per {
  width: 65% !important;
}
.w-70per {
  width: 70% !important;
}
.w-75per {
  width: 75% !important;
}
.w-80per {
  width: 80% !important;
}
.w-85per {
  width: 85% !important;
}
.w-90per {
  width: 90% !important;
}
.w-95per {
  width: 95% !important;
}
.w-100per {
  width: 100% !important;
}
.maxw-0px {
  max-width: 0px !important;
}
.maxw-10px {
  max-width: 10px !important;
}
.maxw-20px {
  max-width: 20px !important;
}
.maxw-30px {
  max-width: 30px !important;
}
.maxw-40px {
  max-width: 40px !important;
}
.maxw-50px {
  max-width: 50px !important;
}
.maxw-60px {
  max-width: 60px !important;
}
.maxw-70px {
  max-width: 70px !important;
}
.maxw-80px {
  max-width: 80px !important;
}
.maxw-90px {
  max-width: 90px !important;
}
.maxw-100px {
  max-width: 100px !important;
}
.maxw-110px {
  max-width: 110px !important;
}
.maxw-120px {
  max-width: 120px !important;
}
.maxw-130px {
  max-width: 130px !important;
}
.maxw-140px {
  max-width: 140px !important;
}
.maxw-150px {
  max-width: 150px !important;
}
.maxw-160px {
  max-width: 160px !important;
}
.maxw-170px {
  max-width: 170px !important;
}
.maxw-180px {
  max-width: 180px !important;
}
.maxw-190px {
  max-width: 190px !important;
}
.maxw-200px {
  max-width: 200px !important;
}
.maxw-210px {
  max-width: 210px !important;
}
.maxw-220px {
  max-width: 220px !important;
}
.maxw-230px {
  max-width: 230px !important;
}
.maxw-240px {
  max-width: 240px !important;
}
.maxw-250px {
  max-width: 250px !important;
}
.maxw-260px {
  max-width: 260px !important;
}
.maxw-270px {
  max-width: 270px !important;
}
.maxw-280px {
  max-width: 280px !important;
}
.maxw-290px {
  max-width: 290px !important;
}
.maxw-300px {
  max-width: 300px !important;
}
.maxw-310px {
  max-width: 310px !important;
}
.maxw-320px {
  max-width: 320px !important;
}
.maxw-330px {
  max-width: 330px !important;
}
.maxw-340px {
  max-width: 340px !important;
}
.maxw-350px {
  max-width: 350px !important;
}
.maxw-360px {
  max-width: 360px !important;
}
.maxw-370px {
  max-width: 370px !important;
}
.maxw-380px {
  max-width: 380px !important;
}
.maxw-390px {
  max-width: 390px !important;
}
.maxw-400px {
  max-width: 400px !important;
}
.maxw-410px {
  max-width: 410px !important;
}
.maxw-420px {
  max-width: 420px !important;
}
.maxw-430px {
  max-width: 430px !important;
}
.maxw-440px {
  max-width: 440px !important;
}
.maxw-450px {
  max-width: 450px !important;
}
.maxw-460px {
  max-width: 460px !important;
}
.maxw-470px {
  max-width: 470px !important;
}
.maxw-480px {
  max-width: 480px !important;
}
.maxw-490px {
  max-width: 490px !important;
}
.maxw-500px {
  max-width: 500px !important;
}
.maxw-0per {
  max-width: 0% !important;
}
.maxw-5per {
  max-width: 5% !important;
}
.maxw-10per {
  max-width: 10% !important;
}
.maxw-15per {
  max-width: 15% !important;
}
.maxw-20per {
  max-width: 20% !important;
}
.maxw-25per {
  max-width: 25% !important;
}
.maxw-30per {
  max-width: 30% !important;
}
.maxw-35per {
  max-width: 35% !important;
}
.maxw-40per {
  max-width: 40% !important;
}
.maxw-45per {
  max-width: 45% !important;
}
.maxw-50per {
  max-width: 50% !important;
}
.maxw-55per {
  max-width: 55% !important;
}
.maxw-60per {
  max-width: 60% !important;
}
.maxw-65per {
  max-width: 65% !important;
}
.maxw-70per {
  max-width: 70% !important;
}
.maxw-75per {
  max-width: 75% !important;
}
.maxw-80per {
  max-width: 80% !important;
}
.maxw-85per {
  max-width: 85% !important;
}
.maxw-90per {
  max-width: 90% !important;
}
.maxw-95per {
  max-width: 95% !important;
}
.maxw-100per {
  max-width: 100% !important;
}
.minw-0px {
  min-width: 0px !important;
}
.minw-10px {
  min-width: 10px !important;
}
.minw-20px {
  min-width: 20px !important;
}
.minw-30px {
  min-width: 30px !important;
}
.minw-40px {
  min-width: 40px !important;
}
.minw-50px {
  min-width: 50px !important;
}
.minw-60px {
  min-width: 60px !important;
}
.minw-70px {
  min-width: 70px !important;
}
.minw-80px {
  min-width: 80px !important;
}
.minw-90px {
  min-width: 90px !important;
}
.minw-100px {
  min-width: 100px !important;
}
.minw-110px {
  min-width: 110px !important;
}
.minw-120px {
  min-width: 120px !important;
}
.minw-130px {
  min-width: 130px !important;
}
.minw-140px {
  min-width: 140px !important;
}
.minw-150px {
  min-width: 150px !important;
}
.minw-160px {
  min-width: 160px !important;
}
.minw-170px {
  min-width: 170px !important;
}
.minw-180px {
  min-width: 180px !important;
}
.minw-190px {
  min-width: 190px !important;
}
.minw-200px {
  min-width: 200px !important;
}
.minw-210px {
  min-width: 210px !important;
}
.minw-220px {
  min-width: 220px !important;
}
.minw-230px {
  min-width: 230px !important;
}
.minw-240px {
  min-width: 240px !important;
}
.minw-250px {
  min-width: 250px !important;
}
.minw-260px {
  min-width: 260px !important;
}
.minw-270px {
  min-width: 270px !important;
}
.minw-280px {
  min-width: 280px !important;
}
.minw-290px {
  min-width: 290px !important;
}
.minw-300px {
  min-width: 300px !important;
}
.minw-310px {
  min-width: 310px !important;
}
.minw-320px {
  min-width: 320px !important;
}
.minw-330px {
  min-width: 330px !important;
}
.minw-340px {
  min-width: 340px !important;
}
.minw-350px {
  min-width: 350px !important;
}
.minw-360px {
  min-width: 360px !important;
}
.minw-370px {
  min-width: 370px !important;
}
.minw-380px {
  min-width: 380px !important;
}
.minw-390px {
  min-width: 390px !important;
}
.minw-400px {
  min-width: 400px !important;
}
.minw-410px {
  min-width: 410px !important;
}
.minw-420px {
  min-width: 420px !important;
}
.minw-430px {
  min-width: 430px !important;
}
.minw-440px {
  min-width: 440px !important;
}
.minw-450px {
  min-width: 450px !important;
}
.minw-460px {
  min-width: 460px !important;
}
.minw-470px {
  min-width: 470px !important;
}
.minw-480px {
  min-width: 480px !important;
}
.minw-490px {
  min-width: 490px !important;
}
.minw-500px {
  min-width: 500px !important;
}
.h-0px {
  height: 0px !important;
}
.h-10px {
  height: 10px !important;
}
.h-20px {
  height: 20px !important;
}
.h-30px {
  height: 30px !important;
}
.h-40px {
  height: 40px !important;
}
.h-50px {
  height: 50px !important;
}
.h-60px {
  height: 60px !important;
}
.h-70px {
  height: 70px !important;
}
.h-80px {
  height: 80px !important;
}
.h-90px {
  height: 90px !important;
}
.h-100px {
  height: 100px !important;
}
.h-110px {
  height: 110px !important;
}
.h-120px {
  height: 120px !important;
}
.h-130px {
  height: 130px !important;
}
.h-140px {
  height: 140px !important;
}
.h-150px {
  height: 150px !important;
}
.h-160px {
  height: 160px !important;
}
.h-170px {
  height: 170px !important;
}
.h-180px {
  height: 180px !important;
}
.h-190px {
  height: 190px !important;
}
.h-200px {
  height: 200px !important;
}
.h-210px {
  height: 210px !important;
}
.h-220px {
  height: 220px !important;
}
.h-230px {
  height: 230px !important;
}
.h-240px {
  height: 240px !important;
}
.h-250px {
  height: 250px !important;
}
.h-260px {
  height: 260px !important;
}
.h-270px {
  height: 270px !important;
}
.h-280px {
  height: 280px !important;
}
.h-290px {
  height: 290px !important;
}
.h-300px {
  height: 300px !important;
}
.h-310px {
  height: 310px !important;
}
.h-320px {
  height: 320px !important;
}
.h-330px {
  height: 330px !important;
}
.h-340px {
  height: 340px !important;
}
.h-350px {
  height: 350px !important;
}
.h-360px {
  height: 360px !important;
}
.h-370px {
  height: 370px !important;
}
.h-380px {
  height: 380px !important;
}
.h-390px {
  height: 390px !important;
}
.h-400px {
  height: 400px !important;
}
.h-410px {
  height: 410px !important;
}
.h-420px {
  height: 420px !important;
}
.h-430px {
  height: 430px !important;
}
.h-440px {
  height: 440px !important;
}
.h-450px {
  height: 450px !important;
}
.h-460px {
  height: 460px !important;
}
.h-470px {
  height: 470px !important;
}
.h-480px {
  height: 480px !important;
}
.h-490px {
  height: 490px !important;
}
.h-500px {
  height: 500px !important;
}
.h-510px {
  height: 510px !important;
}
.h-520px {
  height: 520px !important;
}
.h-530px {
  height: 530px !important;
}
.h-540px {
  height: 540px !important;
}
.h-550px {
  height: 550px !important;
}
.h-560px {
  height: 560px !important;
}
.h-570px {
  height: 570px !important;
}
.h-580px {
  height: 580px !important;
}
.h-590px {
  height: 590px !important;
}
.h-600px {
  height: 600px !important;
}
.h-610px {
  height: 610px !important;
}
.h-620px {
  height: 620px !important;
}
.h-630px {
  height: 630px !important;
}
.h-640px {
  height: 640px !important;
}
.h-650px {
  height: 650px !important;
}
.h-660px {
  height: 660px !important;
}
.h-670px {
  height: 670px !important;
}
.h-680px {
  height: 680px !important;
}
.h-690px {
  height: 690px !important;
}
.h-700px {
  height: 700px !important;
}
.h-710px {
  height: 710px !important;
}
.h-720px {
  height: 720px !important;
}
.h-730px {
  height: 730px !important;
}
.h-740px {
  height: 740px !important;
}
.h-750px {
  height: 750px !important;
}
.h-760px {
  height: 760px !important;
}
.h-770px {
  height: 770px !important;
}
.h-780px {
  height: 780px !important;
}
.h-790px {
  height: 790px !important;
}
.h-800px {
  height: 800px !important;
}
.h-810px {
  height: 810px !important;
}
.h-820px {
  height: 820px !important;
}
.h-830px {
  height: 830px !important;
}
.h-840px {
  height: 840px !important;
}
.h-850px {
  height: 850px !important;
}
.h-860px {
  height: 860px !important;
}
.h-870px {
  height: 870px !important;
}
.h-880px {
  height: 880px !important;
}
.h-890px {
  height: 890px !important;
}
.h-900px {
  height: 900px !important;
}
.h-910px {
  height: 910px !important;
}
.h-920px {
  height: 920px !important;
}
.h-930px {
  height: 930px !important;
}
.h-940px {
  height: 940px !important;
}
.h-950px {
  height: 950px !important;
}
.h-960px {
  height: 960px !important;
}
.h-970px {
  height: 970px !important;
}
.h-980px {
  height: 980px !important;
}
.h-990px {
  height: 990px !important;
}
.h-1000px {
  height: 1000px !important;
}
.maxh-0px {
  max-height: 0px !important;
}
.maxh-10px {
  max-height: 10px !important;
}
.maxh-20px {
  max-height: 20px !important;
}
.maxh-30px {
  max-height: 30px !important;
}
.maxh-40px {
  max-height: 40px !important;
}
.maxh-50px {
  max-height: 50px !important;
}
.maxh-60px {
  max-height: 60px !important;
}
.maxh-70px {
  max-height: 70px !important;
}
.maxh-80px {
  max-height: 80px !important;
}
.maxh-90px {
  max-height: 90px !important;
}
.maxh-100px {
  max-height: 100px !important;
}
.maxh-110px {
  max-height: 110px !important;
}
.maxh-120px {
  max-height: 120px !important;
}
.maxh-130px {
  max-height: 130px !important;
}
.maxh-140px {
  max-height: 140px !important;
}
.maxh-150px {
  max-height: 150px !important;
}
.maxh-160px {
  max-height: 160px !important;
}
.maxh-170px {
  max-height: 170px !important;
}
.maxh-180px {
  max-height: 180px !important;
}
.maxh-190px {
  max-height: 190px !important;
}
.maxh-200px {
  max-height: 200px !important;
}
.maxh-210px {
  max-height: 210px !important;
}
.maxh-220px {
  max-height: 220px !important;
}
.maxh-230px {
  max-height: 230px !important;
}
.maxh-240px {
  max-height: 240px !important;
}
.maxh-250px {
  max-height: 250px !important;
}
.maxh-260px {
  max-height: 260px !important;
}
.maxh-270px {
  max-height: 270px !important;
}
.maxh-280px {
  max-height: 280px !important;
}
.maxh-290px {
  max-height: 290px !important;
}
.maxh-300px {
  max-height: 300px !important;
}
.maxh-310px {
  max-height: 310px !important;
}
.maxh-320px {
  max-height: 320px !important;
}
.maxh-330px {
  max-height: 330px !important;
}
.maxh-340px {
  max-height: 340px !important;
}
.maxh-350px {
  max-height: 350px !important;
}
.maxh-360px {
  max-height: 360px !important;
}
.maxh-370px {
  max-height: 370px !important;
}
.maxh-380px {
  max-height: 380px !important;
}
.maxh-390px {
  max-height: 390px !important;
}
.maxh-400px {
  max-height: 400px !important;
}
.maxh-410px {
  max-height: 410px !important;
}
.maxh-420px {
  max-height: 420px !important;
}
.maxh-430px {
  max-height: 430px !important;
}
.maxh-440px {
  max-height: 440px !important;
}
.maxh-450px {
  max-height: 450px !important;
}
.maxh-460px {
  max-height: 460px !important;
}
.maxh-470px {
  max-height: 470px !important;
}
.maxh-480px {
  max-height: 480px !important;
}
.maxh-490px {
  max-height: 490px !important;
}
.maxh-500px {
  max-height: 500px !important;
}
.maxh-510px {
  max-height: 510px !important;
}
.maxh-520px {
  max-height: 520px !important;
}
.maxh-530px {
  max-height: 530px !important;
}
.maxh-540px {
  max-height: 540px !important;
}
.maxh-550px {
  max-height: 550px !important;
}
.maxh-560px {
  max-height: 560px !important;
}
.maxh-570px {
  max-height: 570px !important;
}
.maxh-580px {
  max-height: 580px !important;
}
.maxh-590px {
  max-height: 590px !important;
}
.maxh-600px {
  max-height: 600px !important;
}
.maxh-610px {
  max-height: 610px !important;
}
.maxh-620px {
  max-height: 620px !important;
}
.maxh-630px {
  max-height: 630px !important;
}
.maxh-640px {
  max-height: 640px !important;
}
.maxh-650px {
  max-height: 650px !important;
}
.maxh-660px {
  max-height: 660px !important;
}
.maxh-670px {
  max-height: 670px !important;
}
.maxh-680px {
  max-height: 680px !important;
}
.maxh-690px {
  max-height: 690px !important;
}
.maxh-700px {
  max-height: 700px !important;
}
.maxh-710px {
  max-height: 710px !important;
}
.maxh-720px {
  max-height: 720px !important;
}
.maxh-730px {
  max-height: 730px !important;
}
.maxh-740px {
  max-height: 740px !important;
}
.maxh-750px {
  max-height: 750px !important;
}
.maxh-760px {
  max-height: 760px !important;
}
.maxh-770px {
  max-height: 770px !important;
}
.maxh-780px {
  max-height: 780px !important;
}
.maxh-790px {
  max-height: 790px !important;
}
.maxh-800px {
  max-height: 800px !important;
}
.maxh-810px {
  max-height: 810px !important;
}
.maxh-820px {
  max-height: 820px !important;
}
.maxh-830px {
  max-height: 830px !important;
}
.maxh-840px {
  max-height: 840px !important;
}
.maxh-850px {
  max-height: 850px !important;
}
.maxh-860px {
  max-height: 860px !important;
}
.maxh-870px {
  max-height: 870px !important;
}
.maxh-880px {
  max-height: 880px !important;
}
.maxh-890px {
  max-height: 890px !important;
}
.maxh-900px {
  max-height: 900px !important;
}
.maxh-910px {
  max-height: 910px !important;
}
.maxh-920px {
  max-height: 920px !important;
}
.maxh-930px {
  max-height: 930px !important;
}
.maxh-940px {
  max-height: 940px !important;
}
.maxh-950px {
  max-height: 950px !important;
}
.maxh-960px {
  max-height: 960px !important;
}
.maxh-970px {
  max-height: 970px !important;
}
.maxh-980px {
  max-height: 980px !important;
}
.maxh-990px {
  max-height: 990px !important;
}
.maxh-1000px {
  max-height: 1000px !important;
}
.minh-0px {
  min-height: 0px !important;
}
.minh-10px {
  min-height: 10px !important;
}
.minh-20px {
  min-height: 20px !important;
}
.minh-30px {
  min-height: 30px !important;
}
.minh-40px {
  min-height: 40px !important;
}
.minh-50px {
  min-height: 50px !important;
}
.minh-60px {
  min-height: 60px !important;
}
.minh-70px {
  min-height: 70px !important;
}
.minh-80px {
  min-height: 80px !important;
}
.minh-90px {
  min-height: 90px !important;
}
.minh-100px {
  min-height: 100px !important;
}
.minh-110px {
  min-height: 110px !important;
}
.minh-120px {
  min-height: 120px !important;
}
.minh-130px {
  min-height: 130px !important;
}
.minh-140px {
  min-height: 140px !important;
}
.minh-150px {
  min-height: 150px !important;
}
.minh-160px {
  min-height: 160px !important;
}
.minh-170px {
  min-height: 170px !important;
}
.minh-180px {
  min-height: 180px !important;
}
.minh-190px {
  min-height: 190px !important;
}
.minh-200px {
  min-height: 200px !important;
}
.minh-210px {
  min-height: 210px !important;
}
.minh-220px {
  min-height: 220px !important;
}
.minh-230px {
  min-height: 230px !important;
}
.minh-240px {
  min-height: 240px !important;
}
.minh-250px {
  min-height: 250px !important;
}
.minh-260px {
  min-height: 260px !important;
}
.minh-270px {
  min-height: 270px !important;
}
.minh-280px {
  min-height: 280px !important;
}
.minh-290px {
  min-height: 290px !important;
}
.minh-300px {
  min-height: 300px !important;
}
.minh-310px {
  min-height: 310px !important;
}
.minh-320px {
  min-height: 320px !important;
}
.minh-330px {
  min-height: 330px !important;
}
.minh-340px {
  min-height: 340px !important;
}
.minh-350px {
  min-height: 350px !important;
}
.minh-360px {
  min-height: 360px !important;
}
.minh-370px {
  min-height: 370px !important;
}
.minh-380px {
  min-height: 380px !important;
}
.minh-390px {
  min-height: 390px !important;
}
.minh-400px {
  min-height: 400px !important;
}
.minh-410px {
  min-height: 410px !important;
}
.minh-420px {
  min-height: 420px !important;
}
.minh-430px {
  min-height: 430px !important;
}
.minh-440px {
  min-height: 440px !important;
}
.minh-450px {
  min-height: 450px !important;
}
.minh-460px {
  min-height: 460px !important;
}
.minh-470px {
  min-height: 470px !important;
}
.minh-480px {
  min-height: 480px !important;
}
.minh-490px {
  min-height: 490px !important;
}
.minh-500px {
  min-height: 500px !important;
}
.minh-510px {
  min-height: 510px !important;
}
.minh-520px {
  min-height: 520px !important;
}
.minh-530px {
  min-height: 530px !important;
}
.minh-540px {
  min-height: 540px !important;
}
.minh-550px {
  min-height: 550px !important;
}
.minh-560px {
  min-height: 560px !important;
}
.minh-570px {
  min-height: 570px !important;
}
.minh-580px {
  min-height: 580px !important;
}
.minh-590px {
  min-height: 590px !important;
}
.minh-600px {
  min-height: 600px !important;
}
.minh-610px {
  min-height: 610px !important;
}
.minh-620px {
  min-height: 620px !important;
}
.minh-630px {
  min-height: 630px !important;
}
.minh-640px {
  min-height: 640px !important;
}
.minh-650px {
  min-height: 650px !important;
}
.minh-660px {
  min-height: 660px !important;
}
.minh-670px {
  min-height: 670px !important;
}
.minh-680px {
  min-height: 680px !important;
}
.minh-690px {
  min-height: 690px !important;
}
.minh-700px {
  min-height: 700px !important;
}
.minh-710px {
  min-height: 710px !important;
}
.minh-720px {
  min-height: 720px !important;
}
.minh-730px {
  min-height: 730px !important;
}
.minh-740px {
  min-height: 740px !important;
}
.minh-750px {
  min-height: 750px !important;
}
.minh-760px {
  min-height: 760px !important;
}
.minh-770px {
  min-height: 770px !important;
}
.minh-780px {
  min-height: 780px !important;
}
.minh-790px {
  min-height: 790px !important;
}
.minh-800px {
  min-height: 800px !important;
}
.minh-810px {
  min-height: 810px !important;
}
.minh-820px {
  min-height: 820px !important;
}
.minh-830px {
  min-height: 830px !important;
}
.minh-840px {
  min-height: 840px !important;
}
.minh-850px {
  min-height: 850px !important;
}
.minh-860px {
  min-height: 860px !important;
}
.minh-870px {
  min-height: 870px !important;
}
.minh-880px {
  min-height: 880px !important;
}
.minh-890px {
  min-height: 890px !important;
}
.minh-900px {
  min-height: 900px !important;
}
.minh-910px {
  min-height: 910px !important;
}
.minh-920px {
  min-height: 920px !important;
}
.minh-930px {
  min-height: 930px !important;
}
.minh-940px {
  min-height: 940px !important;
}
.minh-950px {
  min-height: 950px !important;
}
.minh-960px {
  min-height: 960px !important;
}
.minh-970px {
  min-height: 970px !important;
}
.minh-980px {
  min-height: 980px !important;
}
.minh-990px {
  min-height: 990px !important;
}
.minh-1000px {
  min-height: 1000px !important;
}
.h-0vh {
  height: 0vh !important;
}
.h-5vh {
  height: 5vh !important;
}
.h-10vh {
  height: 10vh !important;
}
.h-15vh {
  height: 15vh !important;
}
.h-20vh {
  height: 20vh !important;
}
.h-25vh {
  height: 25vh !important;
}
.h-30vh {
  height: 30vh !important;
}
.h-35vh {
  height: 35vh !important;
}
.h-40vh {
  height: 40vh !important;
}
.h-45vh {
  height: 45vh !important;
}
.h-50vh {
  height: 50vh !important;
}
.h-55vh {
  height: 55vh !important;
}
.h-60vh {
  height: 60vh !important;
}
.h-65vh {
  height: 65vh !important;
}
.h-70vh {
  height: 70vh !important;
}
.h-75vh {
  height: 75vh !important;
}
.h-80vh {
  height: 80vh !important;
}
.h-85vh {
  height: 85vh !important;
}
.h-90vh {
  height: 90vh !important;
}
.h-95vh {
  height: 95vh !important;
}
.h-100vh {
  height: 100vh !important;
}
.maxh-0vh {
  max-height: 0vh !important;
}
.maxh-5vh {
  max-height: 5vh !important;
}
.maxh-10vh {
  max-height: 10vh !important;
}
.maxh-15vh {
  max-height: 15vh !important;
}
.maxh-20vh {
  max-height: 20vh !important;
}
.maxh-25vh {
  max-height: 25vh !important;
}
.maxh-30vh {
  max-height: 30vh !important;
}
.maxh-35vh {
  max-height: 35vh !important;
}
.maxh-40vh {
  max-height: 40vh !important;
}
.maxh-45vh {
  max-height: 45vh !important;
}
.maxh-50vh {
  max-height: 50vh !important;
}
.maxh-55vh {
  max-height: 55vh !important;
}
.maxh-60vh {
  max-height: 60vh !important;
}
.maxh-65vh {
  max-height: 65vh !important;
}
.maxh-70vh {
  max-height: 70vh !important;
}
.maxh-75vh {
  max-height: 75vh !important;
}
.maxh-80vh {
  max-height: 80vh !important;
}
.maxh-85vh {
  max-height: 85vh !important;
}
.maxh-90vh {
  max-height: 90vh !important;
}
.maxh-95vh {
  max-height: 95vh !important;
}
.maxh-100vh {
  max-height: 100vh !important;
}
.minh-0vh {
  min-height: 0vh !important;
}
.minh-5vh {
  min-height: 5vh !important;
}
.minh-10vh {
  min-height: 10vh !important;
}
.minh-15vh {
  min-height: 15vh !important;
}
.minh-20vh {
  min-height: 20vh !important;
}
.minh-25vh {
  min-height: 25vh !important;
}
.minh-30vh {
  min-height: 30vh !important;
}
.minh-35vh {
  min-height: 35vh !important;
}
.minh-40vh {
  min-height: 40vh !important;
}
.minh-45vh {
  min-height: 45vh !important;
}
.minh-50vh {
  min-height: 50vh !important;
}
.minh-55vh {
  min-height: 55vh !important;
}
.minh-60vh {
  min-height: 60vh !important;
}
.minh-65vh {
  min-height: 65vh !important;
}
.minh-70vh {
  min-height: 70vh !important;
}
.minh-75vh {
  min-height: 75vh !important;
}
.minh-80vh {
  min-height: 80vh !important;
}
.minh-85vh {
  min-height: 85vh !important;
}
.minh-90vh {
  min-height: 90vh !important;
}
.minh-95vh {
  min-height: 95vh !important;
}
.minh-100vh {
  min-height: 100vh !important;
}
.top0 {
  top: 0px !important;
}
.top1 {
  top: 1px !important;
}
.top2 {
  top: 2px !important;
}
.top3 {
  top: 3px !important;
}
.top4 {
  top: 4px !important;
}
.top5 {
  top: 5px !important;
}
.top6 {
  top: 6px !important;
}
.top7 {
  top: 7px !important;
}
.top8 {
  top: 8px !important;
}
.top9 {
  top: 9px !important;
}
.top10 {
  top: 10px !important;
}
.top11 {
  top: 11px !important;
}
.top12 {
  top: 12px !important;
}
.top13 {
  top: 13px !important;
}
.top14 {
  top: 14px !important;
}
.top15 {
  top: 15px !important;
}
.top16 {
  top: 16px !important;
}
.top17 {
  top: 17px !important;
}
.top18 {
  top: 18px !important;
}
.top19 {
  top: 19px !important;
}
.top20 {
  top: 20px !important;
}
.top21 {
  top: 21px !important;
}
.top22 {
  top: 22px !important;
}
.top23 {
  top: 23px !important;
}
.top24 {
  top: 24px !important;
}
.top25 {
  top: 25px !important;
}
.top26 {
  top: 26px !important;
}
.top27 {
  top: 27px !important;
}
.top28 {
  top: 28px !important;
}
.top29 {
  top: 29px !important;
}
.top30 {
  top: 30px !important;
}
.top31 {
  top: 31px !important;
}
.top32 {
  top: 32px !important;
}
.top33 {
  top: 33px !important;
}
.top34 {
  top: 34px !important;
}
.top35 {
  top: 35px !important;
}
.top36 {
  top: 36px !important;
}
.top37 {
  top: 37px !important;
}
.top38 {
  top: 38px !important;
}
.top39 {
  top: 39px !important;
}
.top40 {
  top: 40px !important;
}
.top41 {
  top: 41px !important;
}
.top42 {
  top: 42px !important;
}
.top43 {
  top: 43px !important;
}
.top44 {
  top: 44px !important;
}
.top45 {
  top: 45px !important;
}
.top46 {
  top: 46px !important;
}
.top47 {
  top: 47px !important;
}
.top48 {
  top: 48px !important;
}
.top49 {
  top: 49px !important;
}
.top50 {
  top: 50px !important;
}
.top60 {
  top: 60px !important;
}
.top70 {
  top: 70px !important;
}
.top80 {
  top: 80px !important;
}
.top90 {
  top: 90px !important;
}
.top100 {
  top: 100px !important;
}
.top110 {
  top: 110px !important;
}
.top120 {
  top: 120px !important;
}
.top130 {
  top: 130px !important;
}
.top140 {
  top: 140px !important;
}
.top150 {
  top: 150px !important;
}
.z-ind0 {
  z-index: 0 !important;
}
.z-ind1 {
  z-index: 1 !important;
}
.z-ind2 {
  z-index: 2 !important;
}
.z-ind3 {
  z-index: 3 !important;
}
.z-ind4 {
  z-index: 4 !important;
}
.z-ind5 {
  z-index: 5 !important;
}
.z-ind6 {
  z-index: 6 !important;
}
.z-ind7 {
  z-index: 7 !important;
}
.z-ind8 {
  z-index: 8 !important;
}
.z-ind9 {
  z-index: 9 !important;
}
.z-ind10 {
  z-index: 10 !important;
}
.z-ind11 {
  z-index: 11 !important;
}
.z-ind12 {
  z-index: 12 !important;
}
.z-ind13 {
  z-index: 13 !important;
}
.z-ind14 {
  z-index: 14 !important;
}
.z-ind15 {
  z-index: 15 !important;
}
.z-ind16 {
  z-index: 16 !important;
}
.z-ind17 {
  z-index: 17 !important;
}
.z-ind18 {
  z-index: 18 !important;
}
.z-ind19 {
  z-index: 19 !important;
}
.z-ind20 {
  z-index: 20 !important;
}
.z-ind21 {
  z-index: 21 !important;
}
.z-ind22 {
  z-index: 22 !important;
}
.z-ind23 {
  z-index: 23 !important;
}
.z-ind24 {
  z-index: 24 !important;
}
.z-ind25 {
  z-index: 25 !important;
}
.z-ind26 {
  z-index: 26 !important;
}
.z-ind27 {
  z-index: 27 !important;
}
.z-ind28 {
  z-index: 28 !important;
}
.z-ind29 {
  z-index: 29 !important;
}
.z-ind30 {
  z-index: 30 !important;
}
.z-ind31 {
  z-index: 31 !important;
}
.z-ind32 {
  z-index: 32 !important;
}
.z-ind33 {
  z-index: 33 !important;
}
.z-ind34 {
  z-index: 34 !important;
}
.z-ind35 {
  z-index: 35 !important;
}
.z-ind36 {
  z-index: 36 !important;
}
.z-ind37 {
  z-index: 37 !important;
}
.z-ind38 {
  z-index: 38 !important;
}
.z-ind39 {
  z-index: 39 !important;
}
.z-ind40 {
  z-index: 40 !important;
}
.z-ind41 {
  z-index: 41 !important;
}
.z-ind42 {
  z-index: 42 !important;
}
.z-ind43 {
  z-index: 43 !important;
}
.z-ind44 {
  z-index: 44 !important;
}
.z-ind45 {
  z-index: 45 !important;
}
.z-ind46 {
  z-index: 46 !important;
}
.z-ind47 {
  z-index: 47 !important;
}
.z-ind48 {
  z-index: 48 !important;
}
.z-ind49 {
  z-index: 49 !important;
}
.z-ind50 {
  z-index: 50 !important;
}
.z-ind51 {
  z-index: 51 !important;
}
.z-ind52 {
  z-index: 52 !important;
}
.z-ind53 {
  z-index: 53 !important;
}
.z-ind54 {
  z-index: 54 !important;
}
.z-ind55 {
  z-index: 55 !important;
}
.z-ind56 {
  z-index: 56 !important;
}
.z-ind57 {
  z-index: 57 !important;
}
.z-ind58 {
  z-index: 58 !important;
}
.z-ind59 {
  z-index: 59 !important;
}
.z-ind60 {
  z-index: 60 !important;
}
.z-ind61 {
  z-index: 61 !important;
}
.z-ind62 {
  z-index: 62 !important;
}
.z-ind63 {
  z-index: 63 !important;
}
.z-ind64 {
  z-index: 64 !important;
}
.z-ind65 {
  z-index: 65 !important;
}
.z-ind66 {
  z-index: 66 !important;
}
.z-ind67 {
  z-index: 67 !important;
}
.z-ind68 {
  z-index: 68 !important;
}
.z-ind69 {
  z-index: 69 !important;
}
.z-ind70 {
  z-index: 70 !important;
}
.z-ind71 {
  z-index: 71 !important;
}
.z-ind72 {
  z-index: 72 !important;
}
.z-ind73 {
  z-index: 73 !important;
}
.z-ind74 {
  z-index: 74 !important;
}
.z-ind75 {
  z-index: 75 !important;
}
.z-ind76 {
  z-index: 76 !important;
}
.z-ind77 {
  z-index: 77 !important;
}
.z-ind78 {
  z-index: 78 !important;
}
.z-ind79 {
  z-index: 79 !important;
}
.z-ind80 {
  z-index: 80 !important;
}
.z-ind81 {
  z-index: 81 !important;
}
.z-ind82 {
  z-index: 82 !important;
}
.z-ind83 {
  z-index: 83 !important;
}
.z-ind84 {
  z-index: 84 !important;
}
.z-ind85 {
  z-index: 85 !important;
}
.z-ind86 {
  z-index: 86 !important;
}
.z-ind87 {
  z-index: 87 !important;
}
.z-ind88 {
  z-index: 88 !important;
}
.z-ind89 {
  z-index: 89 !important;
}
.z-ind90 {
  z-index: 90 !important;
}
.z-ind91 {
  z-index: 91 !important;
}
.z-ind92 {
  z-index: 92 !important;
}
.z-ind93 {
  z-index: 93 !important;
}
.z-ind94 {
  z-index: 94 !important;
}
.z-ind95 {
  z-index: 95 !important;
}
.z-ind96 {
  z-index: 96 !important;
}
.z-ind97 {
  z-index: 97 !important;
}
.z-ind98 {
  z-index: 98 !important;
}
.z-ind99 {
  z-index: 99 !important;
}
.z-ind100 {
  z-index: 100 !important;
}
.z-ind101 {
  z-index: 101 !important;
}
.z-ind102 {
  z-index: 102 !important;
}
.z-ind103 {
  z-index: 103 !important;
}
.z-ind104 {
  z-index: 104 !important;
}
.z-ind105 {
  z-index: 105 !important;
}
.z-ind106 {
  z-index: 106 !important;
}
.z-ind107 {
  z-index: 107 !important;
}
.z-ind108 {
  z-index: 108 !important;
}
.z-ind109 {
  z-index: 109 !important;
}
.z-ind110 {
  z-index: 110 !important;
}
.tf0-5 {
  transform: scale(0.5);
}
.tf0-6 {
  transform: scale(0.6);
}
.tf0-7 {
  transform: scale(0.7);
}
.tf0-8 {
  transform: scale(0.8);
}
.tf0-9 {
  transform: scale(0.9);
}
.tf1-0 {
  transform: scale(1);
}
.tf1-1 {
  transform: scale(1.1);
}
.tf1-2 {
  transform: scale(1.2);
}
.tf1-3 {
  transform: scale(1.3);
}
.tf1-4 {
  transform: scale(1.4);
}
.tf1-5 {
  transform: scale(1.5);
}
.tf1-6 {
  transform: scale(1.6);
}
.tf1-7 {
  transform: scale(1.7);
}
.tf1-8 {
  transform: scale(1.8);
}
.tf1-9 {
  transform: scale(1.9);
}
.tf2-0 {
  transform: scale(2);
}
.tf2-1 {
  transform: scale(2.1);
}
.tf2-2 {
  transform: scale(2.2);
}
.tf2-3 {
  transform: scale(2.3);
}
.tf2-4 {
  transform: scale(2.4);
}
.tf2-5 {
  transform: scale(2.5);
}
.tf2-6 {
  transform: scale(2.6);
}
.tf2-7 {
  transform: scale(2.7);
}
.tf2-8 {
  transform: scale(2.8);
}
.tf2-9 {
  transform: scale(2.9);
}
/*CSP activity a tag removal
**
	a-tag :  Class is used for the default style for the <a> tag. The theme color changes when it is hovered over.
	a-tag-link :  Class is used for <a> tags that are colored like links.
	a-tag-btn-ovwrt: Class is used when we want to replace an <a> tag with a <button> tag, but we don't want to apply the default button styles. 
	a-tag-sdmenu: Class is used for style the <a> tag in the dropdown menu.
**
*/
:root {
  --text_color_333: #333333;
  --text_color_5151: #515151;
  --sdmenu-hover-bg: #f1f1f1;
  --gs-result-overlay: #FFF;
  --gs-portal-label-bg: #e0ebff;
  --br-medium: #d9d9d9;
  /* #D9D9D9 */
  --zia-gpt-dropdown-ft: #515151;
  --br-white: #ffffff;
  /* #FFF */
  --br-light-grey: #cccccc;
  /* #CCC */
  --btn-danger-ol-bg: #FFF;
  --default-ft: #515151;
  --bg-light4: #F1F1F1;
  --ol-filterwrapper-bg: #fafafa;
  --ol-filterwrapper-br: #F5F5F5;
  --ol-advfilterwrapper-hover-bg: #FFF;
  --ol-uisortable-hover-bg: #F5F5F5;
  --default-bg: #fff;
  --bottom-bar-hgt: 32px;
  --li-hover-bg: #F5F5F5;
  --default-fill: #677177;
  --goto-alert-bg: #1eaff4;
  --goto-alert-ft: #FFF;
  --goto-alert-focus-bs: 0 0 0 2px #fff, 0 0 0 4px #fff;
  --goto-alert-focus-ft: #FFF;
  --ac-br-color: #eee;
  --ac-collapse-panel-bg: #fff;
  --bordercolor-dashedblue: #82caf7;
  --bottom-bar-fill: #262F36;
  --bg-lgt-fade-bg: #F9F9F9;
  /* #F9F9F9 */
  --tech-mask-bg: #1D51E0;
  --channel-tree-bg: #FFF;
  /* #fff */
  --channel-tree-br: #cccccc;
  /* #ccc */
  --channel-tree-active-bg: var(--primary_button_light_color, #e0eef7);
  --channel-tree-active-br: var(--primary_button_border, #008ddd);
  --channel-tree-active-before-br: #FFF;
  /* #fff */
  --channel-tree-active-after-br: var(--primary_button_border, #008ddd);
  --channel-profile-list-hover-bg: #F1F1F1;
  --channel-hash-bg: #FFF;
  /* #fff */
  --channel-hash-br: #d9d9d9;
  /* #D9D9D9 */
  --channel-chatdp-br: #d9d9d9;
  /* #D9D9D9 */
  --channel-admin-li-hover-bg: #F5F5F5;
  /* #f5f5f5 */
  --channel-vm-hover-bg: #FFF;
  /* #FFF */
  --channel-rply-pnl-bg: #FFF;
  /* #FFF */
  --channel-rply-pnl-br: #CCC;
  /* #CCC */
  --chat-menubar-li-ft: #555;
  /* #555 */
  --chat-wrap-bg: #FFF;
  /* #FFF */
  --chat-wrapper-bg: #FFF;
  --chat-wrapper-bs: rgba(0, 0, 0, 0.2);
  --chat-wrapper-br: #CCC;
  --chat-header-bg: #f9f9fb;
  --chat-header-br: #DDD;
  --chat-reqname-ft: #515151;
  --chat-time-ft: #868686;
  --chat-act-btn-bg: #868686;
  --chat-act-btn-hover-bg: #000;
  --chat-usrsts-ft: #868686;
  --chat-room-bg: #FFF;
  /* #FFF */
  --chat-room-li-ft: #515151;
  --chat-room-li-active-bg: var(--primary_button_color, #008ddd);
  --chat-room-li-active-ft: var(--primary_button_text, #fff);
  --chat-room-fltrmenu-active-bg: #F1F1F1;
  --chat-quesarea-bg: #F9F9F9;
  /* #F9F9F9 */
  --chat-bar-bg: #FFF;
  /* #FFF */
  --chat-bar-br: #CCC;
  /* #CCC */
  --chat-panel-bg: #FFF;
  /* #FFF */
  --chat-room-req-wrapper-br: #d8d8d8;
  --chat-room-req-wrapper-hover-bg: #F9F9F9;
  --chat-room-cttechname-ft: var(--link_tab_line_color, #008ddd);
  --chat-room-ch-sort-hover-bg: #F9F9F9;
  --chat-room-adminnotes-bg: #fefef0;
  --chat-room-adminnotes-br: #EEE;
  --chat-room-msg-date-bg: #FFF;
  --chat-status-icon-br: #FFF;
  --chat-techdetails-bg: #F5F5F5;
  --chat-reqdetails-bg: #e0f0ff;
  --chat-addtech-bg: #effded;
  --chat-req-link-ft: var(--link_tab_line_color, #008ddd);
  --chat-newold-task-label-ft: #515151;
  --chat-text-link-a-ft: #000;
  --chat-newold-task-br: #EEE;
  --chat-main-column-br: #CCC;
  --chat-room-msg-date-ft: #515151;
  --chat-room-msg-date-br: #f0f0f0;
  --chat-room-addnotes-bg: #fffeeb;
  --chat-mini-header-br: #CCC;
  --chat-menubar-li-br: #CCC;
  --chat-bar-telephony-mcolumn-br: #cccccc;
  --chat-rep-bg: #FFF;
  --chat-crp-indicator-bg: #F1F1F1;
  --chat-crp-indicator-before-bg: #FFF;
  --chat-rep-before-bg: #FFF;
  --chat-action-btn-hover-bg: #F1F1F1;
  --chat-orange-bg: #ffe39a;
  --chat-orange-ft: #000;
  --chat-requesttype-ft: #000;
  --chat-menuser-nrmlmsg-ft: #515151;
  --tbfclmn-br: #ddd;
  --tbfclmn-bg: #FFF;
  --sfalert-bg: rgba(255, 255, 255, 0.5);
  --hgh-element-bg: #FBF4D8;
  --request-approval-rule-bg: #FFF;
  --request-approval-rule-hover-bg: #f9f9f9;
  --webtab-svg-color: #333;
  --webtab-svg-ft-color: #333;
  --br-seprator-color: #596672;
  --webtab-li-hover: #f5f5f5;
  --code-mirror-lineno-ft: #999;
  /* SD-132472 Issue fix start */
  /* SD-132472 Issue fix end */
  /* SD-133459 Issue fix starts */
  /* SD-133459 Issue fix ends */
}
:root .zep_PU {
  --zeditor-ip-br: #ddd;
  --zeditor-df-btn-br: #cecece;
  --zeditor-df-btn-bg: #eee;
  --zeditor-df-hvr-btn-bg: #d5d5d5;
  --zeditor-df-hvr-btn-br: #b1b1b1;
  --zeditor-label-ft: #000;
}
:root .btn-warning-ol-hvr {
  --btn-warn-ol-hvr-bg: #EA5317;
  --btn-warn-ol-hvr-ft: #ffffff;
  --btn-warn-ol-hvr-br: #EA5317;
  --btn-warn-ol-hvr-hvr-ft: #EA5317;
  --btn-warn-ol-hvr-hvr-br: #EA5317;
}
:root .text-warn-hvr {
  --txt-warn-hvr-ft: #777777;
  --txt-warn-hvr-hvr-ft: #EA5317;
}
[theme="dark-mode"] {
  --text_color_333: #E2E2E2;
  --text_color_5151: #b0b0b0;
  --sdmenu-hover-bg: #2e2f31;
  --li-hover-bg: #292a2b;
}
.a-tag {
  text-decoration: none;
  cursor: var(--sdpcursor-pointer);
  color: var(--text_color_333);
  padding: 0;
}
.a-tag:hover,
.a-tag:focus,
.tc-row:hover .a-tag {
  color: var(--link_tab_line_color, #008ddd);
}
.a-tag-link,
.a-tag-link:hover,
.a-tag-link:focus {
  text-decoration: none;
  cursor: var(--sdpcursor-pointer);
  color: var(--link_tab_line_color, #008ddd);
  padding: 0;
}
.a-tag-btn-ovwrt {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text_color_333);
}
.a-tag-btn-ovwrt:hover,
.a-tag-btn-ovwrt:focus {
  color: var(--link_tab_line_color, #008ddd);
  text-decoration: none;
}
.a-tag-btn-ovwrt,
.a-tab-ui {
  cursor: var(--sdpcursor-pointer);
}
/*a-tag removal sd-menu Dropdown*/
.sdmenu-dd > li > .a-tag-sdmenu,
.sdmenu-dd > li > .a-tab-ui {
  clear: both;
  display: block;
  padding: 5px 12px;
  color: var(--text_color_5151);
  white-space: normal;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: var(--sdpcursor-pointer);
}
.sdmenu-dd > li > .a-tag-sdmenu:hover,
.sdmenu-dd > li > .a-tab-ui:hover {
  background-color: var(--sdmenu-hover-bg);
  color: #008ddd;
  color: var(--link_tab_line_color, #008ddd);
}
.sdmenu-dd > .active > .a-tag-sdmenu,
.sdmenu-dd > .active > .a-tag-sdmenu:hover,
.sdmenu-dd > .active > .a-tag-sdmenu:focus,
.sdmenu-dd > .active > .a-tab-ui,
.sdmenu-dd > .active > .a-tab-ui:hover,
.sdmenu-dd > .active > .a-tab-ui:focus {
  background-color: var(--primary_button_color, #008ddd);
  color: var(--primary_button_text, #fff);
  outline: 0;
}
.sdmenu-dd > .disabled > .a-tag-sdmenu,
.sdmenu-dd > .disabled > .a-tag-sdmenu:hover,
.sdmenu-dd > .disabled > .a-tag-sdmenu:focus,
.sdmenu-dd > .disabled > .a-tab-ui,
.sdmenu-dd > .disabled > .a-tab-ui:hover,
.sdmenu-dd > .disabled > .a-tab-ui:focus {
  color: #777777;
}
.sdmenu-dd > .disabled > .a-tag-sdmenu:hover,
.sdmenu-dd > .disabled > .a-tag-sdmenu:focus,
.sdmenu-dd > .disabled > .a-tab-ui:hover,
.sdmenu-dd > .disabled > .a-tab-ui:focus {
  text-decoration: none;
  cursor: var(--sdpcursor-not-allowed);
  background-color: transparent;
  background-image: none;
}
.sdmenu-dd ul.sortlist li .a-tag-btn-ovwrt {
  color: var(--text_color_5151);
}
.sdmenu-dd ul.sortlist li:hover .a-tag-btn-ovwrt {
  color: var(--link_tab_line_color, #008ddd);
}
[theme="dark-mode"] .nav-sdtabs > li.active > .a-tab-ui {
  background-color: #121212;
  border-color: #313131;
}
/*CSP activity a tag removal*/
svg.white-fill {
  fill: #FFF;
  /* #fff */
}
.left-65per {
  left: 65% !important;
}
.mrauto {
  margin: auto;
}
.p30 {
  padding: 30px;
}
.rotate180 {
  rotate: 180deg;
}
.theme-primary-wmask {
  background: var(--link_tab_line_color, #008ddd) !important;
}
.translatex100 {
  transform: translateX(100%);
}
.fh-minus-bottom-bar {
  height: calc(100% - var(--bottom-bar-hgt)) !important;
}
.grayscale {
  filter: grayscale(1);
}
.align-self-center {
  align-self: center;
}
textarea.inputht {
  height: 26px;
}
.lh-normal {
  line-height: normal;
}
.widthauto {
  width: auto !important;
}
.bottomshadow {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.w-55px {
  width: 55px !important;
}
.bgclrtran {
  background-color: transparent !important;
}
.btn-theme-hover:hover {
  background: var(--primary_button_light_color);
  color: var(--primary_button_color);
  border: 1px solid var(--primary_button_color);
}
.hov-bg:hover {
  background: #F5F5F5;
}
/*Icon size 18*18*/
.icon-sd {
  width: 18px;
  height: 18px;
}
.cmn-maxhgt-frslider {
  max-height: calc(100vh - 125px);
}
.flex-1 {
  flex: 1;
}
.gap-15 {
  gap: 15px;
}
.gap-5 {
  gap: 5px;
}
.innercontentbox * {
  box-sizing: content-box !important;
}
.left-290px {
  left: 290px;
}
.lh-100px {
  line-height: 100px;
}
.text-linethrough {
  text-decoration: line-through;
}
