/* temp_stylePlugin:ni:sha-256;7rjnjZsa68mBoL_lp0mj2I9ZUHRiqi7J7LrDQESZFhY */
@font-face {
  font-family: "Monospaced Number";
  src: local("Tahoma");
  unicode-range: U+30-39;
}
@font-face {
  font-family: "Monospaced Number";
  font-weight: bold;
  src: local("Tahoma-Bold");
  unicode-range: U+30-39;
}
@font-face {
  font-family: "Chinese Quote";
  src: local("PingFang SC"), local("SimSun");
  unicode-range:
    U+2018,
    U+2019,
    U+201c,
    U+201d;
}
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #004b5e;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
a:hover {
  color: #115c6b;
}
a:active {
  color: #002b38;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-family:
    Consolas,
    Menlo,
    Courier,
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  background: #004b5e;
  color: #fff;
}
.clearfix,
.ant-row,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
@font-face {
  font-family: "anticon";
  src: url(/assets/fonts/anticon/font_148784_v4ggb6wrjmkotj4i.eot);
  src:
    url(/assets/fonts/anticon/font_148784_v4ggb6wrjmkotj4i.woff) format("woff"),
    url(/assets/fonts/anticon/font_148784_v4ggb6wrjmkotj4i.ttf) format("truetype"),
    url(/assets/fonts/anticon/font_148784_v4ggb6wrjmkotj4i.svg#iconfont) format("svg");
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-step-forward:before {
  content: "\e600";
}
.anticon-step-backward:before {
  content: "\e601";
}
.anticon-forward:before {
  content: "\e602";
}
.anticon-backward:before {
  content: "\e603";
}
.anticon-caret-right:before {
  content: "\e604";
}
.anticon-caret-left:before {
  content: "\e605";
}
.anticon-caret-down:before {
  content: "\e606";
}
.anticon-caret-up:before {
  content: "\e607";
}
.anticon-right-circle:before {
  content: "\e608";
}
.anticon-circle-right:before {
  content: "\e608";
}
.anticon-caret-circle-right:before {
  content: "\e608";
}
.anticon-left-circle:before {
  content: "\e609";
}
.anticon-circle-left:before {
  content: "\e609";
}
.anticon-caret-circle-left:before {
  content: "\e609";
}
.anticon-up-circle:before {
  content: "\e60a";
}
.anticon-circle-up:before {
  content: "\e60a";
}
.anticon-caret-circle-up:before {
  content: "\e60a";
}
.anticon-down-circle:before {
  content: "\e60b";
}
.anticon-circle-down:before {
  content: "\e60b";
}
.anticon-caret-circle-down:before {
  content: "\e60b";
}
.anticon-right-circle-o:before {
  content: "\e60c";
}
.anticon-circle-o-right:before {
  content: "\e60c";
}
.anticon-caret-circle-o-right:before {
  content: "\e60c";
}
.anticon-left-circle-o:before {
  content: "\e60d";
}
.anticon-circle-o-left:before {
  content: "\e60d";
}
.anticon-caret-circle-o-left:before {
  content: "\e60d";
}
.anticon-up-circle-o:before {
  content: "\e60e";
}
.anticon-circle-o-up:before {
  content: "\e60e";
}
.anticon-caret-circle-o-up:before {
  content: "\e60e";
}
.anticon-down-circle-o:before {
  content: "\e60f";
}
.anticon-circle-o-down:before {
  content: "\e60f";
}
.anticon-caret-circle-o-down:before {
  content: "\e60f";
}
.anticon-verticle-left:before {
  content: "\e610";
}
.anticon-verticle-right:before {
  content: "\e611";
}
.anticon-rollback:before {
  content: "\e612";
}
.anticon-retweet:before {
  content: "\e613";
}
.anticon-shrink:before {
  content: "\e614";
}
.anticon-arrows-alt:before {
  content: "\e615";
}
.anticon-arrow-salt:before {
  content: "\e615";
}
.anticon-reload:before {
  content: "\e616";
}
.anticon-double-right:before {
  content: "\e617";
}
.anticon-double-left:before {
  content: "\e618";
}
.anticon-arrow-down:before {
  content: "\e619";
}
.anticon-arrow-up:before {
  content: "\e61a";
}
.anticon-arrow-right:before {
  content: "\e61b";
}
.anticon-arrow-left:before {
  content: "\e61c";
}
.anticon-down:before {
  content: "\e61d";
}
.anticon-up:before {
  content: "\e61e";
}
.anticon-right:before {
  content: "\e61f";
}
.anticon-left:before {
  content: "\e620";
}
.anticon-minus-square-o:before {
  content: "\e621";
}
.anticon-minus-circle:before {
  content: "\e622";
}
.anticon-minus-circle-o:before {
  content: "\e623";
}
.anticon-minus:before {
  content: "\e624";
}
.anticon-plus-circle-o:before {
  content: "\e625";
}
.anticon-plus-circle:before {
  content: "\e626";
}
.anticon-plus:before {
  content: "\e627";
}
.anticon-info-circle:before {
  content: "\e628";
}
.anticon-info-circle-o:before {
  content: "\e629";
}
.anticon-info:before {
  content: "\e62a";
}
.anticon-exclamation:before {
  content: "\e62b";
}
.anticon-exclamation-circle:before {
  content: "\e62c";
}
.anticon-exclamation-circle-o:before {
  content: "\e62d";
}
.anticon-close-circle:before {
  content: "\e62e";
}
.anticon-cross-circle:before {
  content: "\e62e";
}
.anticon-close-circle-o:before {
  content: "\e62f";
}
.anticon-cross-circle-o:before {
  content: "\e62f";
}
.anticon-check-circle:before {
  content: "\e630";
}
.anticon-check-circle-o:before {
  content: "\e631";
}
.anticon-check:before {
  content: "\e632";
}
.anticon-close:before {
  content: "\e633";
}
.anticon-cross:before {
  content: "\e633";
}
.anticon-customer-service:before {
  content: "\e634";
}
.anticon-customerservice:before {
  content: "\e634";
}
.anticon-credit-card:before {
  content: "\e635";
}
.anticon-code-o:before {
  content: "\e636";
}
.anticon-book:before {
  content: "\e637";
}
.anticon-bars:before {
  content: "\e639";
}
.anticon-question:before {
  content: "\e63a";
}
.anticon-question-circle:before {
  content: "\e63b";
}
.anticon-question-circle-o:before {
  content: "\e63c";
}
.anticon-pause:before {
  content: "\e63d";
}
.anticon-pause-circle:before {
  content: "\e63e";
}
.anticon-pause-circle-o:before {
  content: "\e63f";
}
.anticon-clock-circle:before {
  content: "\e640";
}
.anticon-clock-circle-o:before {
  content: "\e641";
}
.anticon-swap:before {
  content: "\e642";
}
.anticon-swap-left:before {
  content: "\e643";
}
.anticon-swap-right:before {
  content: "\e644";
}
.anticon-plus-square-o:before {
  content: "\e645";
}
.anticon-frown:before {
  content: "\e646";
}
.anticon-frown-circle:before {
  content: "\e646";
}
.anticon-ellipsis:before {
  content: "\e647";
}
.anticon-copy:before {
  content: "\e648";
}
.anticon-menu-fold:before {
  content: "\e9ac";
}
.anticon-mail:before {
  content: "\e659";
}
.anticon-logout:before {
  content: "\e65a";
}
.anticon-link:before {
  content: "\e65b";
}
.anticon-area-chart:before {
  content: "\e65c";
}
.anticon-line-chart:before {
  content: "\e65d";
}
.anticon-home:before {
  content: "\e65e";
}
.anticon-laptop:before {
  content: "\e65f";
}
.anticon-star:before {
  content: "\e660";
}
.anticon-star-o:before {
  content: "\e661";
}
.anticon-folder:before {
  content: "\e662";
}
.anticon-filter:before {
  content: "\e663";
}
.anticon-file:before {
  content: "\e664";
}
.anticon-exception:before {
  content: "\e665";
}
.anticon-meh:before {
  content: "\e666";
}
.anticon-meh-circle:before {
  content: "\e666";
}
.anticon-meh-o:before {
  content: "\e667";
}
.anticon-shopping-cart:before {
  content: "\e668";
}
.anticon-save:before {
  content: "\e669";
}
.anticon-user:before {
  content: "\e66a";
}
.anticon-video-camera:before {
  content: "\e66b";
}
.anticon-to-top:before {
  content: "\e66c";
}
.anticon-team:before {
  content: "\e66d";
}
.anticon-tablet:before {
  content: "\e66e";
}
.anticon-solution:before {
  content: "\e66f";
}
.anticon-search:before {
  content: "\e670";
}
.anticon-share-alt:before {
  content: "\e671";
}
.anticon-setting:before {
  content: "\e672";
}
.anticon-poweroff:before {
  content: "\e6d5";
}
.anticon-picture:before {
  content: "\e674";
}
.anticon-phone:before {
  content: "\e675";
}
.anticon-paper-clip:before {
  content: "\e676";
}
.anticon-notification:before {
  content: "\e677";
}
.anticon-mobile:before {
  content: "\e678";
}
.anticon-menu-unfold:before {
  content: "\e9ad";
}
.anticon-inbox:before {
  content: "\e67a";
}
.anticon-lock:before {
  content: "\e67b";
}
.anticon-qrcode:before {
  content: "\e67c";
}
.anticon-play-circle:before {
  content: "\e6d0";
}
.anticon-play-circle-o:before {
  content: "\e6d1";
}
.anticon-tag:before {
  content: "\e6d2";
}
.anticon-tag-o:before {
  content: "\e6d3";
}
.anticon-tags:before {
  content: "\e67d";
}
.anticon-tags-o:before {
  content: "\e67e";
}
.anticon-cloud-o:before {
  content: "\e67f";
}
.anticon-cloud:before {
  content: "\e680";
}
.anticon-cloud-upload:before {
  content: "\e681";
}
.anticon-cloud-download:before {
  content: "\e682";
}
.anticon-cloud-download-o:before {
  content: "\e683";
}
.anticon-cloud-upload-o:before {
  content: "\e684";
}
.anticon-environment:before {
  content: "\e685";
}
.anticon-environment-o:before {
  content: "\e686";
}
.anticon-eye:before {
  content: "\e687";
}
.anticon-eye-o:before {
  content: "\e688";
}
.anticon-camera:before {
  content: "\e689";
}
.anticon-camera-o:before {
  content: "\e68a";
}
.anticon-windows:before {
  content: "\e68b";
}
.anticon-apple:before {
  content: "\e68c";
}
.anticon-apple-o:before {
  content: "\e6d4";
}
.anticon-android:before {
  content: "\e938";
}
.anticon-android-o:before {
  content: "\e68d";
}
.anticon-aliwangwang:before {
  content: "\e68e";
}
.anticon-aliwangwang-o:before {
  content: "\e68f";
}
.anticon-export:before {
  content: "\e691";
}
.anticon-edit:before {
  content: "\e692";
}
.anticon-appstore-o:before {
  content: "\e695";
}
.anticon-appstore:before {
  content: "\e696";
}
.anticon-scan:before {
  content: "\e697";
}
.anticon-file-text:before {
  content: "\e698";
}
.anticon-folder-open:before {
  content: "\e699";
}
.anticon-hdd:before {
  content: "\e69a";
}
.anticon-ie:before {
  content: "\e69b";
}
.anticon-file-jpg:before {
  content: "\e69c";
}
.anticon-like:before {
  content: "\e64c";
}
.anticon-like-o:before {
  content: "\e69d";
}
.anticon-dislike:before {
  content: "\e64b";
}
.anticon-dislike-o:before {
  content: "\e69e";
}
.anticon-delete:before {
  content: "\e69f";
}
.anticon-enter:before {
  content: "\e6a0";
}
.anticon-pushpin-o:before {
  content: "\e6a1";
}
.anticon-pushpin:before {
  content: "\e6a2";
}
.anticon-heart:before {
  content: "\e6a3";
}
.anticon-heart-o:before {
  content: "\e6a4";
}
.anticon-pay-circle:before {
  content: "\e6a5";
}
.anticon-pay-circle-o:before {
  content: "\e6a6";
}
.anticon-smile:before {
  content: "\e6a7";
}
.anticon-smile-circle:before {
  content: "\e6a7";
}
.anticon-smile-o:before {
  content: "\e6a8";
}
.anticon-frown-o:before {
  content: "\e6a9";
}
.anticon-calculator:before {
  content: "\e6aa";
}
.anticon-message:before {
  content: "\e6ab";
}
.anticon-chrome:before {
  content: "\e6ac";
}
.anticon-github:before {
  content: "\e6ad";
}
.anticon-file-unknown:before {
  content: "\e6af";
}
.anticon-file-excel:before {
  content: "\e6b0";
}
.anticon-file-ppt:before {
  content: "\e6b1";
}
.anticon-file-word:before {
  content: "\e6b2";
}
.anticon-file-pdf:before {
  content: "\e6b3";
}
.anticon-desktop:before {
  content: "\e6b4";
}
.anticon-upload:before {
  content: "\e6b6";
}
.anticon-download:before {
  content: "\e6b7";
}
.anticon-pie-chart:before {
  content: "\e6b8";
}
.anticon-unlock:before {
  content: "\e6ba";
}
.anticon-calendar:before {
  content: "\e6bb";
}
.anticon-windows-o:before {
  content: "\e6bc";
}
.anticon-dot-chart:before {
  content: "\e6bd";
}
.anticon-bar-chart:before {
  content: "\e6be";
}
.anticon-code:before {
  content: "\e6bf";
}
.anticon-api:before {
  content: "\e951";
}
.anticon-plus-square:before {
  content: "\e6c0";
}
.anticon-minus-square:before {
  content: "\e6c1";
}
.anticon-close-square:before {
  content: "\e6c2";
}
.anticon-close-square-o:before {
  content: "\e6c3";
}
.anticon-check-square:before {
  content: "\e6c4";
}
.anticon-check-square-o:before {
  content: "\e6c5";
}
.anticon-fast-backward:before {
  content: "\e6c6";
}
.anticon-fast-forward:before {
  content: "\e6c7";
}
.anticon-up-square:before {
  content: "\e6c8";
}
.anticon-down-square:before {
  content: "\e6c9";
}
.anticon-left-square:before {
  content: "\e6ca";
}
.anticon-right-square:before {
  content: "\e6cb";
}
.anticon-right-square-o:before {
  content: "\e6cc";
}
.anticon-left-square-o:before {
  content: "\e6cd";
}
.anticon-down-square-o:before {
  content: "\e6ce";
}
.anticon-up-square-o:before {
  content: "\e6cf";
}
.anticon-loading:before {
  content: "\e64d";
}
.anticon-loading-3-quarters:before {
  content: "\e6ae";
}
.anticon-bulb:before {
  content: "\e649";
}
.anticon-select:before {
  content: "\e64a";
}
.anticon-addfile:before,
.anticon-file-add:before {
  content: "\e910";
}
.anticon-addfolder:before,
.anticon-folder-add:before {
  content: "\e914";
}
.anticon-switcher:before {
  content: "\e913";
}
.anticon-rocket:before {
  content: "\e90f";
}
.anticon-dingding:before {
  content: "\e923";
}
.anticon-dingding-o:before {
  content: "\e925";
}
.anticon-bell:before {
  content: "\e64e";
}
.anticon-disconnect:before {
  content: "\e64f";
}
.anticon-database:before {
  content: "\e650";
}
.anticon-compass:before {
  content: "\e6db";
}
.anticon-barcode:before {
  content: "\e652";
}
.anticon-hourglass:before {
  content: "\e653";
}
.anticon-key:before {
  content: "\e654";
}
.anticon-flag:before {
  content: "\e655";
}
.anticon-layout:before {
  content: "\e656";
}
.anticon-login:before {
  content: "\e657";
}
.anticon-printer:before {
  content: "\e673";
}
.anticon-sound:before {
  content: "\e6e9";
}
.anticon-usb:before {
  content: "\e6d7";
}
.anticon-skin:before {
  content: "\e6d8";
}
.anticon-tool:before {
  content: "\e6d9";
}
.anticon-sync:before {
  content: "\e6da";
}
.anticon-wifi:before {
  content: "\e6d6";
}
.anticon-car:before {
  content: "\e6dc";
}
.anticon-copyright:before {
  content: "\e6de";
}
.anticon-schedule:before {
  content: "\e6df";
}
.anticon-user-add:before {
  content: "\e6ed";
}
.anticon-user-delete:before {
  content: "\e6e0";
}
.anticon-usergroup-add:before {
  content: "\e6dd";
}
.anticon-usergroup-delete:before {
  content: "\e6e1";
}
.anticon-man:before {
  content: "\e6e2";
}
.anticon-woman:before {
  content: "\e6ec";
}
.anticon-shop:before {
  content: "\e6e3";
}
.anticon-gift:before {
  content: "\e6e4";
}
.anticon-idcard:before {
  content: "\e6e5";
}
.anticon-medicine-box:before {
  content: "\e6e6";
}
.anticon-red-envelope:before {
  content: "\e6e7";
}
.anticon-coffee:before {
  content: "\e6e8";
}
.anticon-trademark:before {
  content: "\e651";
}
.anticon-safety:before {
  content: "\e6ea";
}
.anticon-wallet:before {
  content: "\e6eb";
}
.anticon-bank:before {
  content: "\e6ee";
}
.anticon-trophy:before {
  content: "\e6ef";
}
.anticon-contacts:before {
  content: "\e6f0";
}
.anticon-global:before {
  content: "\e6f1";
}
.anticon-shake:before {
  content: "\e94f";
}
.anticon-fork:before {
  content: "\e6f2";
}
.anticon-dashboard:before {
  content: "\e99a";
}
.anticon-profile:before {
  content: "\e999";
}
.anticon-table:before {
  content: "\e998";
}
.anticon-warning:before {
  content: "\e997";
}
.anticon-form:before {
  content: "\e996";
}
.anticon-spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-weibo-square:before {
  content: "\e6f5";
}
.anticon-weibo-circle:before {
  content: "\e6f4";
}
.anticon-taobao-circle:before {
  content: "\e6f3";
}
.anticon-html5:before {
  content: "\e9c7";
}
.anticon-weibo:before {
  content: "\e9c6";
}
.anticon-twitter:before {
  content: "\e9c5";
}
.anticon-wechat:before {
  content: "\e9c4";
}
.anticon-youtube:before {
  content: "\e9c3";
}
.anticon-alipay-circle:before {
  content: "\e9c2";
}
.anticon-taobao:before {
  content: "\e9c1";
}
.anticon-skype:before {
  content: "\e9c0";
}
.anticon-qq:before {
  content: "\e9bf";
}
.anticon-medium-workmark:before {
  content: "\e9be";
}
.anticon-gitlab:before {
  content: "\e9bd";
}
.anticon-medium:before {
  content: "\e9bc";
}
.anticon-linkedin:before {
  content: "\e9bb";
}
.anticon-google-plus:before {
  content: "\e9ba";
}
.anticon-dropbox:before {
  content: "\e9b9";
}
.anticon-facebook:before {
  content: "\e9b8";
}
.anticon-codepen:before {
  content: "\e9b7";
}
.anticon-amazon:before {
  content: "\e9b6";
}
.anticon-google:before {
  content: "\e9b5";
}
.anticon-codepen-circle:before {
  content: "\e9b4";
}
.anticon-alipay:before {
  content: "\e9b3";
}
.anticon-ant-design:before {
  content: "\e9b2";
}
.anticon-aliyun:before {
  content: "\e9f4";
}
.anticon-zhihu:before {
  content: "\e703";
}
.anticon-file-markdown:before {
  content: "\e704";
}
.anticon-slack:before {
  content: "\e705";
}
.anticon-slack-square:before {
  content: "\e706";
}
.anticon-behance:before {
  content: "\e707";
}
.anticon-behance-square:before {
  content: "\e708";
}
.anticon-dribbble:before {
  content: "\e709";
}
.anticon-dribbble-square:before {
  content: "\e70a";
}
.anticon-instagram:before {
  content: "\e70b";
}
.anticon-yuque:before {
  content: "\e70c";
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
}
@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomRightOut {
  0% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 0px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert-icon {
  top: 12.23076923px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 12px;
  line-height: 22px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #a4ada3;
  background-color: #bdc7bb;
}
.ant-alert-success .ant-alert-icon {
  color: #468847;
}
.ant-alert-info {
  border: 1px solid #407e85;
  background-color: #8e9e9e;
}
.ant-alert-info .ant-alert-icon {
  color: #004b5e;
}
.ant-alert-warning {
  border: 1px solid #e6e0d1;
  background-color: #fffcf0;
}
.ant-alert-warning .ant-alert-icon {
  color: #c09853;
}
.ant-alert-error {
  border: 1px solid #f0ccc7;
  background-color: #fff3f0;
}
.ant-alert-error .ant-alert-icon {
  color: #ca4a47;
}
.ant-alert-close-icon {
  font-size: 11px;
  position: absolute;
  right: 16px;
  top: 8px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 15px 15px 15px 64px;
  position: relative;
  border-radius: 0px;
  color: #333;
  line-height: 1.53846154;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 12px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
.ant-anchor {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  background-color: #fff;
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ant-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ant-anchor-ink:before {
  content: " ";
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8e8e8;
  margin: 0 auto;
}
.ant-anchor-ink-ball {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid #004b5e;
  background-color: #fff;
  left: 50%;
  transition: top 0.3s ease-in-out;
  transform: translateX(-50%);
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ant-anchor-link-title {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #004b5e;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  line-height: 22px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 7px;
  margin-right: 7px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  background: transparent;
  border-width: 1px;
  line-height: 1.53846154;
  height: 22px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 22px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 22px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 20px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 20px;
}
.ant-avatar {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar > * {
  line-height: 32px;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg > * {
  line-height: 40px;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm > * {
  line-height: 24px;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 0px;
}
.ant-avatar > img {
  width: 100%;
  height: 100%;
  display: block;
}
.ant-back-top {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  position: fixed;
  right: 100px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.ant-back-top-content:hover {
  background-color: #333;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  margin: 12px auto;
  width: 14px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ant-badge-count {
  position: absolute;
  transform: translateX(-50%);
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #004b5e;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  transform-origin: -10% center;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #004b5e;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-badge-status-success {
  background-color: #468847;
}
.ant-badge-status-processing {
  background-color: #004b5e;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #004b5e;
  content: "";
  animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ca4a47;
}
.ant-badge-status-warning {
  background-color: #c09853;
}
.ant-badge-status-text {
  color: #333;
  font-size: 12px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  top: auto;
  display: block;
  position: relative;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
}
.ant-breadcrumb {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-breadcrumb .anticon {
  font-size: 11px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #115c6b;
}
.ant-breadcrumb > span:last-child {
  color: #333;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-btn {
  padding: 0 15px;
  height: 23px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  user-select: none;
  line-height: 1.5;
  color: #333;
  background-color: #eee;
  border-color: #dadada;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 32px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 18px;
}
.ant-btn:focus,
.ant-btn:active:focus,
.ant-btn.active:focus,
.ant-btn.focus,
.ant-btn:active.focus,
.ant-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  outline-color: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn.focus {
  color: #333;
  text-decoration: none;
}
.ant-btn:active,
.ant-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ant-btn.disabled,
.ant-btn[disabled],
fieldset[disabled] .ant-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.ant-btn.disabled,
fieldset[disabled] a.ant-btn {
  pointer-events: none;
}
.ant-btn.add,
.ant-btn.remove {
  background: #eee;
  border-color: #dadada;
  border-radius: 0;
  color: #333;
  width: 22px;
  height: 22px;
  max-height: 22px;
  padding: 4px;
  line-height: 10px;
  font-size: 11px;
}
.ant-btn.add:hover,
.ant-btn.remove:hover,
.ant-btn.add:active,
.ant-btn.remove:active {
  background-color: #d5d5d5;
  border-color: #c1c1c1;
  border-bottom-width: 1px;
  color: #333;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #115c6b;
  background-color: #eee;
  border-color: #115c6b;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #002b38;
  background-color: #eee;
  border-color: #002b38;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #eee;
  text-decoration: none;
}
.ant-btn:focus,
.ant-btn.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #9a9a9a;
}
.ant-btn:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}
.ant-btn:active,
.ant-btn.active,
.open > .dropdown-toggle.ant-btn {
  color: #333;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #bbbbbb;
}
.ant-btn:active:hover,
.ant-btn.active:hover,
.open > .dropdown-toggle.ant-btn:hover,
.ant-btn:active:focus,
.ant-btn.active:focus,
.open > .dropdown-toggle.ant-btn:focus,
.ant-btn:active.focus,
.ant-btn.active.focus,
.open > .dropdown-toggle.ant-btn.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #9a9a9a;
}
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
fieldset[disabled] .ant-btn:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
fieldset[disabled] .ant-btn:focus,
.ant-btn.disabled.focus,
.ant-btn[disabled].focus,
fieldset[disabled] .ant-btn.focus {
  background-color: #eee;
  border-color: #dadada;
}
.ant-btn .badge {
  color: #eee;
  background-color: #333;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  border-color: #004b5e;
  color: #fff;
  background-color: #004b5e;
  border-color: #003745;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #115c6b;
  border-color: #115c6b;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #002b38;
  border-color: #002b38;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:focus,
.ant-btn-primary.focus {
  color: #fff;
  background-color: #00222b;
  border-color: #000000;
}
.ant-btn-primary:hover {
  color: #fff;
  background-color: #00222b;
  border-color: #000607;
}
.ant-btn-primary:active,
.ant-btn-primary.active,
.open > .dropdown-toggle.ant-btn-primary {
  color: #fff;
  background-color: #00222b;
  background-image: none;
  border-color: #000607;
}
.ant-btn-primary:active:hover,
.ant-btn-primary.active:hover,
.open > .dropdown-toggle.ant-btn-primary:hover,
.ant-btn-primary:active:focus,
.ant-btn-primary.active:focus,
.open > .dropdown-toggle.ant-btn-primary:focus,
.ant-btn-primary:active.focus,
.ant-btn-primary.active.focus,
.open > .dropdown-toggle.ant-btn-primary.focus {
  color: #fff;
  background-color: #000607;
  border-color: #000000;
}
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
fieldset[disabled] .ant-btn-primary:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
fieldset[disabled] .ant-btn-primary:focus,
.ant-btn-primary.disabled.focus,
.ant-btn-primary[disabled].focus,
fieldset[disabled] .ant-btn-primary.focus {
  background-color: #004b5e;
  border-color: #003745;
}
.ant-btn-primary .badge {
  color: #004b5e;
  background-color: #fff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #115c6b;
  border-left-color: #115c6b;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #dadada;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #115c6b;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dadada;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #115c6b;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #dadada;
}
.ant-btn-ghost {
  color: #333;
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #115c6b;
  background-color: transparent;
  border-color: #115c6b;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #002b38;
  background-color: transparent;
  border-color: #002b38;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: #333;
  background-color: #eee;
  border-color: #dadada;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #115c6b;
  background-color: #eee;
  border-color: #115c6b;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #002b38;
  background-color: #eee;
  border-color: #002b38;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #fff;
  background-color: #bd0706;
  border-color: #a40605;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #fff0f0;
  border-color: #fff0f0;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus {
  color: #fff0f0;
  background-color: #fff;
  border-color: #fff0f0;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9cccc;
  border-color: #d9cccc;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus,
.ant-btn-danger.focus {
  color: #fff;
  background-color: #8c0504;
  border-color: #290201;
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #8c0504;
  border-color: #690403;
}
.ant-btn-danger:active,
.ant-btn-danger.active,
.open > .dropdown-toggle.ant-btn-danger {
  color: #fff;
  background-color: #8c0504;
  background-image: none;
  border-color: #690403;
}
.ant-btn-danger:active:hover,
.ant-btn-danger.active:hover,
.open > .dropdown-toggle.ant-btn-danger:hover,
.ant-btn-danger:active:focus,
.ant-btn-danger.active:focus,
.open > .dropdown-toggle.ant-btn-danger:focus,
.ant-btn-danger:active.focus,
.ant-btn-danger.active.focus,
.open > .dropdown-toggle.ant-btn-danger.focus {
  color: #fff;
  background-color: #690403;
  border-color: #290201;
}
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
fieldset[disabled] .ant-btn-danger:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
fieldset[disabled] .ant-btn-danger:focus,
.ant-btn-danger.disabled.focus,
.ant-btn-danger[disabled].focus,
fieldset[disabled] .ant-btn-danger.focus {
  background-color: #bd0706;
  border-color: #a40605;
}
.ant-btn-danger .badge {
  color: #bd0706;
  background-color: #fff;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 23px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 23px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 18px;
  padding: 0;
  font-size: 12px;
  border-radius: 50%;
  height: 18px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: "";
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
  line-height: 21px;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0;
  height: 32px;
  line-height: 30px;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0;
  height: 18px;
  line-height: 16px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 12px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 3px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 3px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 0px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 0px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #004b5e;
  opacity: 0.4;
  animation: buttonEffect 0.4s;
  display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: #fff;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #004b5e;
  background-color: transparent;
  border-color: #004b5e;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #115c6b;
  background-color: transparent;
  border-color: #115c6b;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #002b38;
  background-color: transparent;
  border-color: #002b38;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #fff0f0;
  background-color: transparent;
  border-color: #fff0f0;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9cccc;
  background-color: transparent;
  border-color: #d9cccc;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > * {
  letter-spacing: 0.34em;
  margin-right: -0.34em;
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
a.ant-btn {
  line-height: 21px;
}
a.ant-btn-lg {
  line-height: 30px;
}
a.ant-btn-sm {
  line-height: 16px;
}
.ant-fullcalendar {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border-top: 1px solid #d9d9d9;
}
.ant-fullcalendar-month-select {
  margin-left: 5px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  height: 256px;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-fullcalendar-column-header {
  line-height: 18px;
  padding: 0;
  width: 33px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  margin: 0 auto;
  color: #333;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  line-height: 24px;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  background: #004b5e;
  color: #fff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #004b5e inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  background: #004b5e;
  color: #fff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  line-height: 20px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  text-align: left;
  margin: 0 4px;
  display: block;
  color: #333;
  height: 116px;
  padding: 4px 8px;
  border-top: 2px solid #e8e8e8;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #5d8e91;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  text-align: right;
  background: transparent;
  width: auto;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: #333;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: #004b5e;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #8e9e9e;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #004b5e;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: 88px;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: auto;
  cursor: not-allowed;
}
.ant-card {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 24px;
  border-radius: 0px 0px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  min-height: 48px;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  display: table;
  content: " ";
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  display: table;
  content: " ";
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  display: table;
  content: " ";
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  display: table;
  content: " ";
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  display: table;
  content: " ";
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head-wrapper {
  display: flex;
}
.ant-card-head-title {
  font-size: 14px;
  padding: 16px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-weight: 500;
  display: inline-block;
  flex: 1;
}
.ant-card-head .ant-tabs {
  margin-bottom: -17px;
  clear: both;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  padding: 17.5px 0;
  text-align: right;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  display: table;
  content: " ";
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  display: table;
  content: " ";
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  display: table;
  content: " ";
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  display: table;
  content: " ";
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  display: table;
  content: " ";
}
.ant-card-body:after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  box-shadow:
    1px 0 0 0 #e8e8e8,
    0 1px 0 0 #e8e8e8,
    1px 1px 0 0 #e8e8e8,
    1px 0 0 0 #e8e8e8 inset,
    0 1px 0 0 #e8e8e8 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  transition: all 0.3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs .ant-card-head-title {
  padding-bottom: 0;
  min-height: 32px;
}
.ant-card-contain-tabs .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  width: 100%;
  display: block;
}
.ant-card-actions {
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  display: table;
  content: " ";
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  display: table;
  content: " ";
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  display: table;
  content: " ";
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  display: table;
  content: " ";
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  display: table;
  content: " ";
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  text-align: center;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-actions > li > span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  min-width: 32px;
  position: relative;
}
.ant-card-actions > li > span:hover {
  color: #004b5e;
  transition: color 0.3s;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.ant-card-actions > li > span a {
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  display: inline-block;
  width: 100%;
}
.ant-card-actions > li > span a:hover {
  color: #004b5e;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  transition: padding 0.3s;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 12px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  display: table;
  content: " ";
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  display: table;
  content: " ";
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  display: table;
  content: " ";
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  display: table;
  content: " ";
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  display: table;
  content: " ";
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta-avatar {
  padding-right: 16px;
  float: left;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-weight: 500;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  border-radius: 0px;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@keyframes card-loading {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-carousel {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all 0.5s;
  padding: 0;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  position: static;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0px;
  outline: 0;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  cursor: not-allowed;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  left: 0;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 12px;
}
.ant-cascader-picker-clear {
  opacity: 0;
  position: absolute;
  right: 12px;
  z-index: 2;
  background: #fff;
  top: 50%;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin-top: -6px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-arrow:before {
  transition: transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
  transform: rotate(180deg);
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  font-size: 12px;
  background: #fff;
  position: absolute;
  z-index: 1051;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  vertical-align: top;
  min-width: 111px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e8e8e8;
  overflow: auto;
}
.ant-cascader-menu:first-child {
  border-radius: 0px 0 0 0px;
}
.ant-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 0px 0px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 0px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: rgba(142, 158, 158, 0.65);
}
.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #f5f5f5;
  font-weight: 600;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand:after {
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61f";
  display: inline-block;
  font-size: 12px;
  transform: scale(0.66666667) rotate(0deg);
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  right: 12px;
}
:root .ant-cascader-menu-item-expand:after {
  font-size: 11px;
}
.ant-cascader-menu-item-loading:after {
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e64d";
  animation: loadingCircle 1s infinite linear;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #004b5e;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #004b5e;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid #004b5e;
  content: "";
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.28571429px;
  top: 1.07142857px;
  display: table;
  width: 5.35714286px;
  height: 8.57142857px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: " ";
  transform: scale(1);
  position: absolute;
  left: 2.21428571px;
  top: 5.46428571px;
  width: 8.57142857px;
  height: 1.07142857px;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #004b5e;
  border-color: #004b5e;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-collapse {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 0px 0px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 12px 0 12px 40px;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  font-size: 11px;
  position: absolute;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  transition: transform 0.24s;
  top: 0;
  left: 16px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\e61f";
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 0px 0px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded=true] .arrow {
  transform: rotate(90deg);
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-picker-container {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #004b5e;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 11px;
  transition: all 0.3s;
  -webkit-user-select: none;
  user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-picker-icon:after {
  content: "\e6bb";
  font-family: "anticon";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.53846154;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: #333;
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #777;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #777;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-header a:hover {
  color: #115c6b;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: "\ab";
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: "\bb";
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: "\2039";
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: "\203a";
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
  text-align: center;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 3px 0;
  height: 30px;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: #333;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #115c6b;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #004b5e;
  font-weight: bold;
  color: #004b5e;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #ccdbdf;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  background: #004b5e;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #004b5e;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bcbcbc;
  border-radius: 0px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid #e8e8e8;
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  padding: 0 15px;
  height: 23px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 1px 6px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-color: #004b5e;
  color: #fff;
  background-color: #004b5e;
  border-color: #003745;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 18px;
  line-height: 16px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 32px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0px;
  height: 18px;
}
.ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn:active:focus,
.ant-calendar .ant-calendar-ok-btn.active:focus,
.ant-calendar .ant-calendar-ok-btn.focus,
.ant-calendar .ant-calendar-ok-btn:active.focus,
.ant-calendar .ant-calendar-ok-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  outline-color: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn.focus {
  color: #333;
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.ant-calendar .ant-calendar-ok-btn.disabled,
fieldset[disabled] a.ant-calendar .ant-calendar-ok-btn {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn.add,
.ant-calendar .ant-calendar-ok-btn.remove {
  background: #eee;
  border-color: #dadada;
  border-radius: 0;
  color: #333;
  width: 22px;
  height: 22px;
  max-height: 22px;
  padding: 4px;
  line-height: 10px;
  font-size: 11px;
}
.ant-calendar .ant-calendar-ok-btn.add:hover,
.ant-calendar .ant-calendar-ok-btn.remove:hover,
.ant-calendar .ant-calendar-ok-btn.add:active,
.ant-calendar .ant-calendar-ok-btn.remove:active {
  background-color: #d5d5d5;
  border-color: #c1c1c1;
  border-bottom-width: 1px;
  color: #333;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #115c6b;
  border-color: #115c6b;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #002b38;
  border-color: #002b38;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn.focus {
  color: #fff;
  background-color: #00222b;
  border-color: #000000;
}
.ant-calendar .ant-calendar-ok-btn:hover {
  color: #fff;
  background-color: #00222b;
  border-color: #000607;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active,
.open > .dropdown-toggle.ant-calendar .ant-calendar-ok-btn {
  color: #fff;
  background-color: #00222b;
  background-image: none;
  border-color: #000607;
}
.ant-calendar .ant-calendar-ok-btn:active:hover,
.ant-calendar .ant-calendar-ok-btn.active:hover,
.open > .dropdown-toggle.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:active:focus,
.ant-calendar .ant-calendar-ok-btn.active:focus,
.open > .dropdown-toggle.ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn:active.focus,
.ant-calendar .ant-calendar-ok-btn.active.focus,
.open > .dropdown-toggle.ant-calendar .ant-calendar-ok-btn.focus {
  color: #fff;
  background-color: #000607;
  border-color: #000000;
}
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn.disabled.focus,
.ant-calendar .ant-calendar-ok-btn[disabled].focus,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn.focus {
  background-color: #004b5e;
  border-color: #003745;
}
.ant-calendar .ant-calendar-ok-btn .badge {
  color: #004b5e;
  background-color: #fff;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 44%;
  text-align: center;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #777;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #777;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.45);
  width: 10px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
  height: 20px;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #777;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #777;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-calendar-range .ant-calendar-input-lg,
select.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-calendar-range .ant-calendar-input-lg,
textarea.ant-calendar-range .ant-calendar-time-picker-input-lg,
select[multiple].ant-calendar-range .ant-calendar-input-lg,
select[multiple].ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: auto;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-calendar-range .ant-calendar-input-sm,
select.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-calendar-range .ant-calendar-input-sm,
textarea.ant-calendar-range .ant-calendar-time-picker-input-sm,
select[multiple].ant-calendar-range .ant-calendar-input-sm,
select[multiple].ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: auto;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: "";
  display: block;
  background: rgba(142, 158, 158, 0.65);
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 40px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 12px;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 226px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  text-align: center;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: "";
  height: 202px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: rgba(142, 158, 158, 0.65);
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 0px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-header a:hover {
  color: #115c6b;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: "\ab";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: "\bb";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: "\2039";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: "\203a";
}
.ant-calendar-month-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 0px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 0px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-header a:hover {
  color: #115c6b;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: "\ab";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: "\bb";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: "\2039";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: "\203a";
}
.ant-calendar-year-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 0px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-header a:hover {
  color: #115c6b;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: "\ab";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: "\bb";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: "\2039";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: "\203a";
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 0px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: rgba(142, 158, 158, 0.65);
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #004b5e;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  transition: all 0.3s;
  cursor: pointer;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #8e9e9e;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #5d8e91;
  font-weight: bold;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  background: transparent;
  color: #333;
}
.ant-divider {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ant-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  clear: both;
}
.ant-divider-horizontal.ant-divider-with-text,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  margin: 16px 0;
}
.ant-divider-horizontal.ant-divider-with-text:before,
.ant-divider-horizontal.ant-divider-with-text-left:before,
.ant-divider-horizontal.ant-divider-with-text-right:before,
.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:after {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  transform: translateY(50%);
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after {
  border-style: dashed none none;
}
.ant-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1050;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper,
.ant-drawer-left .ant-drawer-content,
.ant-drawer-right .ant-drawer-content {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer.ant-drawer-open > * {
  pointer-events: auto;
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: 0.3;
}
.ant-drawer-title {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}
.ant-drawer-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  z-index: 1;
}
.ant-drawer-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-drawer-close-x {
  display: block;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
}
.ant-drawer-close-x:before {
  content: "\e633";
  display: block;
  font-family: "anticon" !important;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-drawer-header {
  padding: 16px 24px;
  border-radius: 0px 0px 0 0;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 12px;
  line-height: 1.53846154;
  word-wrap: break-word;
}
.ant-drawer-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  filter: alpha(opacity=50);
}
.ant-drawer-open {
  overflow: hidden;
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-dropdown {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1051;
  display: block;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 11px;
}
.ant-dropdown-wrap .anticon-down:before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down:before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 5px 12px;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1051;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 5px 12px;
  margin: 0;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 22px;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: #333;
  display: block;
  padding: 5px 12px;
  margin: -5px -12px;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #004b5e;
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
  margin: 4px 0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  font-family: "anticon" !important;
  font-style: normal;
  content: "\e61f";
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  font-size: 11px;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  color: rgba(0, 0, 0, 0.25);
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger .anticon-down,
.ant-dropdown-link .anticon-down {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  font-size: 11px;
}
.ant-dropdown-trigger .anticon-ellipsis,
.ant-dropdown-link .anticon-ellipsis {
  text-shadow: 0 0 currentColor;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-dropdown-button .anticon-down {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon-down {
  font-size: 11px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #ffffff;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow:after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  background: #004b5e;
  color: #fff;
}
.ant-form {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.45);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 12px;
}
.ant-form input[type=search] {
  box-sizing: border-box;
}
.ant-form input[type=radio],
.ant-form input[type=checkbox] {
  line-height: normal;
}
.ant-form input[type=file] {
  display: block;
}
.ant-form input[type=range] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus,
.ant-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #004b5e;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  vertical-align: top;
  font-size: 12px;
}
.ant-form-item-control > .ant-form-item:last-child,
.ant-form-item [class^=ant-col-] > .ant-form-item:only-child {
  margin-bottom: -24px;
}
.ant-form-item-control {
  line-height: 21.9999px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  display: table;
  content: " ";
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  display: table;
  content: " ";
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  display: table;
  content: " ";
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  display: table;
  content: " ";
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  display: table;
  content: " ";
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 3.53846154px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 21.9999px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: #999999;
}
.ant-form-item-label label:after {
  content: " ";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.53846154;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 2px;
  clear: both;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
}
form .ant-upload {
  background: transparent;
}
form input[type=radio],
form input[type=checkbox] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 22px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.53846154;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.53846154;
}
.ant-form-vertical .ant-form-explain,
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-form-item-label label:after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.53846154;
  }
  .ant-col-xl-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: middle;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.ant-form-inline .ant-form-explain {
  position: absolute;
}
.has-success.has-feedback .ant-form-item-children:after,
.has-warning.has-feedback .ant-form-item-children:after,
.has-error.has-feedback .ant-form-item-children:after,
.is-validating.has-feedback .ant-form-item-children:after {
  position: absolute;
  top: 50%;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 22px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  font-size: 14px;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback .ant-form-item-children:after {
  animation-name: diffZoomIn1 !important;
  content: "\e630";
  color: #468847;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #c09853;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #c09853;
}
.has-warning .ant-input:focus {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #c09853;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-prefix {
  color: #c09853;
}
.has-warning .ant-input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #c09853;
}
.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: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #f5f5f5;
  border-color: #c09853;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-warning.has-feedback .ant-form-item-children:after {
  content: "\e62c";
  color: #c09853;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #c09853;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #c09853;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #c09853;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #c09853;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #ca4a47;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #ca4a47;
}
.has-error .ant-input:focus {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #ca4a47;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-prefix {
  color: #ca4a47;
}
.has-error .ant-input-group-addon {
  color: #ca4a47;
  border-color: #ca4a47;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #ca4a47;
}
.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: #ca4a47;
}
.has-error .form-control {
  border-color: #ca4a47;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ac3432;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e19896;
}
.has-error .input-group-addon {
  color: #ca4a47;
  background-color: #f5f5f5;
  border-color: #ca4a47;
}
.has-error .form-control-feedback {
  color: #ca4a47;
}
.has-error.has-feedback .ant-form-item-children:after {
  content: "\e62e";
  color: #ca4a47;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #ca4a47;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ca4a47;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #ca4a47;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #ca4a47;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #ca4a47;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #ca4a47;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.is-validating.has-feedback .ant-form-item-children:after {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
  content: "\e64d";
  color: #004b5e;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 3.53846154px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antShowHelpOut {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-row {
  position: relative;
  height: auto;
  zoom: 1;
  margin-right: -10px;
  margin-left: -10px;
  display: block;
  box-sizing: border-box;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  display: table;
  content: " ";
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  display: table;
  content: " ";
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  display: table;
  content: " ";
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  display: table;
  content: " ";
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  display: table;
  content: " ";
}
.ant-row:after {
  clear: both;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 10px;
  padding-left: 10px;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12 {
  float: left;
  flex: 0 0 auto;
}
.col--1,
.col--2,
.col--3,
.col--4,
.col--5,
.col--6,
.col--7,
.col--8,
.col--9,
.col--10,
.col--11,
.col--12 {
  float: left;
}
.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-push-12 {
  left: 100%;
}
.ant-col-pull-12 {
  right: 100%;
}
.ant-col-offset-12 {
  margin-left: 100%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-11 {
  left: 91.66666667%;
}
.ant-col-pull-11 {
  right: 91.66666667%;
}
.ant-col-offset-11 {
  margin-left: 91.66666667%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-10 {
  left: 83.33333333%;
}
.ant-col-pull-10 {
  right: 83.33333333%;
}
.ant-col-offset-10 {
  margin-left: 83.33333333%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-push-9 {
  left: 75%;
}
.ant-col-pull-9 {
  right: 75%;
}
.ant-col-offset-9 {
  margin-left: 75%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-8 {
  left: 66.66666667%;
}
.ant-col-pull-8 {
  right: 66.66666667%;
}
.ant-col-offset-8 {
  margin-left: 66.66666667%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-7 {
  left: 58.33333333%;
}
.ant-col-pull-7 {
  right: 58.33333333%;
}
.ant-col-offset-7 {
  margin-left: 58.33333333%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-push-6 {
  left: 50%;
}
.ant-col-pull-6 {
  right: 50%;
}
.ant-col-offset-6 {
  margin-left: 50%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-5 {
  left: 41.66666667%;
}
.ant-col-pull-5 {
  right: 41.66666667%;
}
.ant-col-offset-5 {
  margin-left: 41.66666667%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-4 {
  left: 33.33333333%;
}
.ant-col-pull-4 {
  right: 33.33333333%;
}
.ant-col-offset-4 {
  margin-left: 33.33333333%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-push-3 {
  left: 25%;
}
.ant-col-pull-3 {
  right: 25%;
}
.ant-col-offset-3 {
  margin-left: 25%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-2 {
  left: 16.66666667%;
}
.ant-col-pull-2 {
  right: 16.66666667%;
}
.ant-col-offset-2 {
  margin-left: 16.66666667%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-1 {
  left: 8.33333333%;
}
.ant-col-pull-1 {
  right: 8.33333333%;
}
.ant-col-offset-1 {
  margin-left: 8.33333333%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12 {
  float: left;
  flex: 0 0 auto;
}
.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;
}
.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-12 {
  left: 100%;
}
.ant-col-xs-pull-12 {
  right: 100%;
}
.ant-col-xs-offset-12 {
  margin-left: 100%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-11 {
  left: 91.66666667%;
}
.ant-col-xs-pull-11 {
  right: 91.66666667%;
}
.ant-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-10 {
  left: 83.33333333%;
}
.ant-col-xs-pull-10 {
  right: 83.33333333%;
}
.ant-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-9 {
  left: 75%;
}
.ant-col-xs-pull-9 {
  right: 75%;
}
.ant-col-xs-offset-9 {
  margin-left: 75%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-8 {
  left: 66.66666667%;
}
.ant-col-xs-pull-8 {
  right: 66.66666667%;
}
.ant-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-7 {
  left: 58.33333333%;
}
.ant-col-xs-pull-7 {
  right: 58.33333333%;
}
.ant-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-6 {
  left: 50%;
}
.ant-col-xs-pull-6 {
  right: 50%;
}
.ant-col-xs-offset-6 {
  margin-left: 50%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-5 {
  left: 41.66666667%;
}
.ant-col-xs-pull-5 {
  right: 41.66666667%;
}
.ant-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-4 {
  left: 33.33333333%;
}
.ant-col-xs-pull-4 {
  right: 33.33333333%;
}
.ant-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-3 {
  left: 25%;
}
.ant-col-xs-pull-3 {
  right: 25%;
}
.ant-col-xs-offset-3 {
  margin-left: 25%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-2 {
  left: 16.66666667%;
}
.ant-col-xs-pull-2 {
  right: 16.66666667%;
}
.ant-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-1 {
  left: 8.33333333%;
}
.ant-col-xs-pull-1 {
  right: 8.33333333%;
}
.ant-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12 {
  float: left;
  flex: 0 0 auto;
}
.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: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-12 {
    left: 100%;
  }
  .ant-col-sm-pull-12 {
    right: 100%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 100%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-11 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-10 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-9 {
    left: 75%;
  }
  .ant-col-sm-pull-9 {
    right: 75%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 75%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-8 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-7 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-6 {
    left: 50%;
  }
  .ant-col-sm-pull-6 {
    right: 50%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 50%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-5 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-4 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-3 {
    left: 25%;
  }
  .ant-col-sm-pull-3 {
    right: 25%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 25%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-2 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-1 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-12 {
    left: 100%;
  }
  .ant-col-md-pull-12 {
    right: 100%;
  }
  .ant-col-md-offset-12 {
    margin-left: 100%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-11 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-11 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-10 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-10 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-9 {
    left: 75%;
  }
  .ant-col-md-pull-9 {
    right: 75%;
  }
  .ant-col-md-offset-9 {
    margin-left: 75%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-8 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-8 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-7 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-7 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-6 {
    left: 50%;
  }
  .ant-col-md-pull-6 {
    right: 50%;
  }
  .ant-col-md-offset-6 {
    margin-left: 50%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-5 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-5 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-4 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-4 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-3 {
    left: 25%;
  }
  .ant-col-md-pull-3 {
    right: 25%;
  }
  .ant-col-md-offset-3 {
    margin-left: 25%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-2 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-2 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-1 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-1 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-12 {
    left: 100%;
  }
  .ant-col-lg-pull-12 {
    right: 100%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 100%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-11 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-10 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-9 {
    left: 75%;
  }
  .ant-col-lg-pull-9 {
    right: 75%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 75%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-8 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-7 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-6 {
    left: 50%;
  }
  .ant-col-lg-pull-6 {
    right: 50%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 50%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-5 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-4 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-3 {
    left: 25%;
  }
  .ant-col-lg-pull-3 {
    right: 25%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 25%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-2 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-1 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12 {
    float: left;
    flex: 0 0 auto;
  }
  .col--xl-1,
  .col--xl-2,
  .col--xl-3,
  .col--xl-4,
  .col--xl-5,
  .col--xl-6,
  .col--xl-7,
  .col--xl-8,
  .col--xl-9,
  .col--xl-10,
  .col--xl-11,
  .col--xl-12 {
    float: left;
  }
  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-12 {
    left: 100%;
  }
  .ant-col-xl-pull-12 {
    right: 100%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 100%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-11 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-10 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-9 {
    left: 75%;
  }
  .ant-col-xl-pull-9 {
    right: 75%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 75%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-8 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-7 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-6 {
    left: 50%;
  }
  .ant-col-xl-pull-6 {
    right: 50%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 50%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-5 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-4 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-3 {
    left: 25%;
  }
  .ant-col-xl-pull-3 {
    right: 25%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 25%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-2 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-1 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12 {
    float: left;
    flex: 0 0 auto;
  }
  .col--xl-1,
  .col--xl-2,
  .col--xl-3,
  .col--xl-4,
  .col--xl-5,
  .col--xl-6,
  .col--xl-7,
  .col--xl-8,
  .col--xl-9,
  .col--xl-10,
  .col--xl-11,
  .col--xl-12 {
    float: left;
  }
  .col--xl-12 {
    width: 100%;
  }
  .col--xl-11 {
    width: 91.66666667%;
  }
  .col--xl-10 {
    width: 83.33333333%;
  }
  .col--xl-9 {
    width: 75%;
  }
  .col--xl-8 {
    width: 66.66666667%;
  }
  .col--xl-7 {
    width: 58.33333333%;
  }
  .col--xl-6 {
    width: 50%;
  }
  .col--xl-5 {
    width: 41.66666667%;
  }
  .col--xl-4 {
    width: 33.33333333%;
  }
  .col--xl-3 {
    width: 25%;
  }
  .col--xl-2 {
    width: 16.66666667%;
  }
  .col--xl-1 {
    width: 8.33333333%;
  }
  .col--xl-pull-12 {
    right: 100%;
  }
  .col--xl-pull-11 {
    right: 91.66666667%;
  }
  .col--xl-pull-10 {
    right: 83.33333333%;
  }
  .col--xl-pull-9 {
    right: 75%;
  }
  .col--xl-pull-8 {
    right: 66.66666667%;
  }
  .col--xl-pull-7 {
    right: 58.33333333%;
  }
  .col--xl-pull-6 {
    right: 50%;
  }
  .col--xl-pull-5 {
    right: 41.66666667%;
  }
  .col--xl-pull-4 {
    right: 33.33333333%;
  }
  .col--xl-pull-3 {
    right: 25%;
  }
  .col--xl-pull-2 {
    right: 16.66666667%;
  }
  .col--xl-pull-1 {
    right: 8.33333333%;
  }
  .col--xl-pull-0 {
    right: auto;
  }
  .col--xl-push-12 {
    left: 100%;
  }
  .col--xl-push-11 {
    left: 91.66666667%;
  }
  .col--xl-push-10 {
    left: 83.33333333%;
  }
  .col--xl-push-9 {
    left: 75%;
  }
  .col--xl-push-8 {
    left: 66.66666667%;
  }
  .col--xl-push-7 {
    left: 58.33333333%;
  }
  .col--xl-push-6 {
    left: 50%;
  }
  .col--xl-push-5 {
    left: 41.66666667%;
  }
  .col--xl-push-4 {
    left: 33.33333333%;
  }
  .col--xl-push-3 {
    left: 25%;
  }
  .col--xl-push-2 {
    left: 16.66666667%;
  }
  .col--xl-push-1 {
    left: 8.33333333%;
  }
  .col--xl-push-0 {
    left: auto;
  }
  .col--xl-offset-12 {
    margin-left: 100%;
  }
  .col--xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col--xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--xl-offset-9 {
    margin-left: 75%;
  }
  .col--xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--xl-offset-6 {
    margin-left: 50%;
  }
  .col--xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--xl-offset-3 {
    margin-left: 25%;
  }
  .col--xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col--xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col--xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12 {
    float: left;
    flex: 0 0 auto;
  }
  .col--xxl-1,
  .col--xxl-2,
  .col--xxl-3,
  .col--xxl-4,
  .col--xxl-5,
  .col--xxl-6,
  .col--xxl-7,
  .col--xxl-8,
  .col--xxl-9,
  .col--xxl-10,
  .col--xxl-11,
  .col--xxl-12 {
    float: left;
  }
  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-12 {
    left: 100%;
  }
  .ant-col-xxl-pull-12 {
    right: 100%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-11 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-10 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-9 {
    left: 75%;
  }
  .ant-col-xxl-pull-9 {
    right: 75%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-8 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-7 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-6 {
    left: 50%;
  }
  .ant-col-xxl-pull-6 {
    right: 50%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-5 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-4 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-3 {
    left: 25%;
  }
  .ant-col-xxl-pull-3 {
    right: 25%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-2 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-1 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12 {
    float: left;
    flex: 0 0 auto;
  }
  .col--xxl-1,
  .col--xxl-2,
  .col--xxl-3,
  .col--xxl-4,
  .col--xxl-5,
  .col--xxl-6,
  .col--xxl-7,
  .col--xxl-8,
  .col--xxl-9,
  .col--xxl-10,
  .col--xxl-11,
  .col--xxl-12 {
    float: left;
  }
  .col--xxl-12 {
    width: 100%;
  }
  .col--xxl-11 {
    width: 91.66666667%;
  }
  .col--xxl-10 {
    width: 83.33333333%;
  }
  .col--xxl-9 {
    width: 75%;
  }
  .col--xxl-8 {
    width: 66.66666667%;
  }
  .col--xxl-7 {
    width: 58.33333333%;
  }
  .col--xxl-6 {
    width: 50%;
  }
  .col--xxl-5 {
    width: 41.66666667%;
  }
  .col--xxl-4 {
    width: 33.33333333%;
  }
  .col--xxl-3 {
    width: 25%;
  }
  .col--xxl-2 {
    width: 16.66666667%;
  }
  .col--xxl-1 {
    width: 8.33333333%;
  }
  .col--xxl-pull-12 {
    right: 100%;
  }
  .col--xxl-pull-11 {
    right: 91.66666667%;
  }
  .col--xxl-pull-10 {
    right: 83.33333333%;
  }
  .col--xxl-pull-9 {
    right: 75%;
  }
  .col--xxl-pull-8 {
    right: 66.66666667%;
  }
  .col--xxl-pull-7 {
    right: 58.33333333%;
  }
  .col--xxl-pull-6 {
    right: 50%;
  }
  .col--xxl-pull-5 {
    right: 41.66666667%;
  }
  .col--xxl-pull-4 {
    right: 33.33333333%;
  }
  .col--xxl-pull-3 {
    right: 25%;
  }
  .col--xxl-pull-2 {
    right: 16.66666667%;
  }
  .col--xxl-pull-1 {
    right: 8.33333333%;
  }
  .col--xxl-pull-0 {
    right: auto;
  }
  .col--xxl-push-12 {
    left: 100%;
  }
  .col--xxl-push-11 {
    left: 91.66666667%;
  }
  .col--xxl-push-10 {
    left: 83.33333333%;
  }
  .col--xxl-push-9 {
    left: 75%;
  }
  .col--xxl-push-8 {
    left: 66.66666667%;
  }
  .col--xxl-push-7 {
    left: 58.33333333%;
  }
  .col--xxl-push-6 {
    left: 50%;
  }
  .col--xxl-push-5 {
    left: 41.66666667%;
  }
  .col--xxl-push-4 {
    left: 33.33333333%;
  }
  .col--xxl-push-3 {
    left: 25%;
  }
  .col--xxl-push-2 {
    left: 16.66666667%;
  }
  .col--xxl-push-1 {
    left: 8.33333333%;
  }
  .col--xxl-push-0 {
    left: auto;
  }
  .col--xxl-offset-12 {
    margin-left: 100%;
  }
  .col--xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col--xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col--xxl-offset-9 {
    margin-left: 75%;
  }
  .col--xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col--xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col--xxl-offset-6 {
    margin-left: 50%;
  }
  .col--xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col--xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col--xxl-offset-3 {
    margin-left: 25%;
  }
  .col--xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col--xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col--xxl-offset-0 {
    margin-left: 0%;
  }
}
.ant-input {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #777;
}
.ant-input::-webkit-input-placeholder {
  color: #777;
}
.ant-input:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-input-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-input-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-input-lg,
select[multiple].ant-input-lg {
  height: auto;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-input-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-input-sm,
select[multiple].ant-input-sm {
  height: auto;
}
.ant-input-group {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*=col-] {
  padding-right: 8px;
}
.ant-input-group > [class*=col-]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -6px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #004b5e;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-input-group-lg .ant-input,
select.ant-input-group-lg > .ant-input-group-addon {
  height: 22px;
  line-height: 22px;
}
textarea.ant-input-group-lg .ant-input,
textarea.ant-input-group-lg > .ant-input-group-addon,
select[multiple].ant-input-group-lg .ant-input,
select[multiple].ant-input-group-lg > .ant-input-group-addon {
  height: auto;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-input-group-sm .ant-input,
select.ant-input-group-sm > .ant-input-group-addon {
  height: 20px;
  line-height: 20px;
}
textarea.ant-input-group-sm .ant-input,
textarea.ant-input-group-sm > .ant-input-group-addon,
select[multiple].ant-input-group-sm .ant-input,
select[multiple].ant-input-group-sm > .ant-input-group-addon {
  height: auto;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 22px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 20px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  display: table;
  content: " ";
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  display: table;
  content: " ";
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  display: table;
  content: " ";
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  display: table;
  content: " ";
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  display: table;
  content: " ";
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  border-right-width: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 1px;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: static;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  color: #333;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.53846154;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 7px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 7px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 25px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 25px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: #333;
}
.ant-input-search:not(.ant-input-search-small) > .ant-input-suffix {
  right: 12px;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button > .anticon-search {
  font-size: 14px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-right: 46px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
  right: 0;
}
.ant-input-number {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  width: 90px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #777;
}
.ant-input-number::-webkit-input-placeholder {
  color: #777;
}
.ant-input-number:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-input-number-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-input-number-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-input-number-lg,
select[multiple].ant-input-number-lg {
  height: auto;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-input-number-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-input-number-sm,
select[multiple].ant-input-number-sm {
  height: auto;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #115c6b;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  transform: scale(0.58333333) rotate(0deg);
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 11px;
}
.ant-input-number:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 20px;
  transition: all 0.3s linear;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  padding: 0 11px;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #777;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #777;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 14px;
}
.ant-input-number-lg input {
  height: 20px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 18px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 0px 0px 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\e61e";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\e61d";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: #fff;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  background: #ffffff;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ant-layout-footer {
  background: #fff;
  padding: 24px 50px;
  color: #333;
  font-size: 12px;
}
.ant-layout-content {
  flex: auto;
}
.ant-layout-sider {
  transition: all 0.2s;
  position: relative;
  background: #ffffff;
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #002140;
  z-index: 1;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #ffffff;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #333;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #333;
  background: #fff;
}
.ant-list {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-list-spin {
  text-align: center;
  min-height: 40px;
}
.ant-list-empty-text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  padding: 16px;
  text-align: center;
}
.ant-list-item {
  align-items: center;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-item-meta {
  align-items: flex-start;
  display: flex;
  flex: 1;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  color: #333;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: #333;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #004b5e;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-content {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.ant-list-item-content-single {
  justify-content: flex-start;
}
.ant-list-item-action {
  font-size: 0;
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  list-style: none;
}
.ant-list-item-action > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0 8px;
  position: relative;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  background-color: #e8e8e8;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
}
.ant-list-item-main {
  display: flex;
  flex: 1;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  color: rgba(0, 0, 0, 0.45);
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  display: block;
}
.ant-list-vertical .ant-list-item-extra-wrap {
  display: flex;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 58px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-avatar {
  display: none;
}
.ant-list-vertical .ant-list-item-meta-title {
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-content {
  display: block;
  color: #333;
  font-size: 12px;
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-action {
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-list-item {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.ant-list-grid .ant-list-item-content {
  display: block;
}
.ant-list-bordered {
  border-radius: 0px;
  border: 1px solid #d9d9d9;
}
.ant-list-bordered .ant-list-header {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item-extra-wrap {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 0;
  }
}
.ant-mention-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
  min-height: 22px;
  height: auto;
  line-height: 1.53846154;
  padding: 0;
  display: block;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #777;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #777;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-mention-wrapper .ant-mention-editor-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-mention-wrapper .ant-mention-editor-lg,
select[multiple].ant-mention-wrapper .ant-mention-editor-lg {
  height: auto;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-mention-wrapper .ant-mention-editor-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-mention-wrapper .ant-mention-editor-sm,
select[multiple].ant-mention-wrapper .ant-mention-editor-sm {
  height: auto;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  overflow-y: auto;
  height: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  outline: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  padding: 5px 11px;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mention-dropdown {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5em;
  max-height: 250px;
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  z-index: 1051;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #004b5e;
  text-align: center;
  display: block;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-menu {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #333;
  background: #fff;
  line-height: 0;
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  display: table;
  content: " ";
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  display: table;
  content: " ";
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  display: table;
  content: " ";
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  display: table;
  content: " ";
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  display: table;
  content: " ";
}
.ant-menu:after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1.53846154;
  padding: 8px 16px;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition:
    border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: rgba(142, 158, 158, 0.65);
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: #333;
}
.ant-menu-item > a:hover {
  color: #004b5e;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #004b5e;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #004b5e;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #004b5e;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  border-right: 0;
  padding: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  transition:
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  border-radius: 0px;
  z-index: 1051;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 0px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  content: "";
  position: absolute;
  vertical-align: baseline;
  background: #fff;
  background-image: linear-gradient(to right, #333, #333);
  width: 6px;
  height: 1.5px;
  border-radius: 2px;
  transition:
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: linear-gradient(to right, #004b5e, #004b5e);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #004b5e;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #004b5e;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
  line-height: 46px;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  float: left;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #004b5e;
  color: #004b5e;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: #333;
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #004b5e;
}
.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #004b5e;
}
.ant-menu-horizontal:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-inline .ant-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #004b5e;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding: 0 16px;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.01px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  transform: scaleY(1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  text-overflow: clip;
  padding: 0 32px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
  list-style-type: disc;
  list-style-position: inside;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  background: none;
  border-color: transparent !important;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #ffffff;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #ffffff;
  border-bottom: 0;
  top: 0;
  margin-top: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #004b5e;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-message {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 10px 16px;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #468847;
}
.ant-message-error .anticon {
  color: #ca4a47;
}
.ant-message-warning .anticon {
  color: #c09853;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #004b5e;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  overflow: hidden;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.ant-modal {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
}
.ant-modal-close-x:before {
  content: "\e633";
  display: block;
  font-family: "anticon" !important;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  border-radius: 0px 0px 0 0;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}
.ant-modal-body {
  padding: 24px;
  font-size: 12px;
  line-height: 1.53846154;
  word-wrap: break-word;
}
.ant-modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  border-radius: 0 0 0px 0px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  animation-duration: 0.3s;
  transform: none;
  opacity: 0;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1040;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    flex: 1;
  }
}
.ant-confirm .ant-modal-header {
  display: none;
}
.ant-confirm .ant-modal-close {
  display: none;
}
.ant-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-confirm-body-wrapper {
  zoom: 1;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  display: table;
  content: " ";
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  display: table;
  content: " ";
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  display: table;
  content: " ";
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  display: table;
  content: " ";
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  display: table;
  content: " ";
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body .ant-confirm-title {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  overflow: auto;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 38px;
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}
.ant-confirm-body > .anticon {
  font-size: 22px;
  margin-right: 16px;
  float: left;
}
.ant-confirm .ant-confirm-btns {
  margin-top: 24px;
  float: right;
}
.ant-confirm .ant-confirm-btns button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #ca4a47;
}
.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #c09853;
}
.ant-confirm-info .ant-confirm-body > .anticon {
  color: #004b5e;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: #468847;
}
.ant-notification {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-notice {
  padding: 16px 24px;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  line-height: 24px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ant-notification-notice-description {
  font-size: 12px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
}
.ant-notification-notice-icon-success {
  color: #468847;
}
.ant-notification-notice-icon-info {
  color: #004b5e;
}
.ant-notification-notice-icon-warning {
  color: #c09853;
}
.ant-notification-notice-icon-error {
  color: #ca4a47;
}
.ant-notification-notice-close-x:after {
  font-size: 12px;
  content: "\e633";
  font-family: "anticon";
  cursor: pointer;
}
.ant-notification-notice-close {
  position: absolute;
  right: 22px;
  top: 16px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
a.ant-notification-notice-close:focus {
  text-decoration: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 384px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.ant-pagination {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  line-height: 16px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: #333;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  transition: all 0.3s;
  border-color: #004b5e;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #004b5e;
}
.ant-pagination-item-active {
  border-color: #004b5e;
  font-weight: 500;
}
.ant-pagination-item-active a {
  color: #004b5e;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #115c6b;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #115c6b;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #004b5e;
  display: inline-block;
  font-size: 12px;
  transform: scale(0.66666667) rotate(0deg);
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 11px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\e620\e620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\e61f\e61f";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  cursor: pointer;
  color: #333;
  border-radius: 0px;
  list-style: none;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: #333;
  -webkit-user-select: none;
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #115c6b;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 0px;
  outline: none;
  display: block;
  transition: all 0.3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
  display: block;
  height: 16px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #004b5e;
  color: #004b5e;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\e620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\e61f";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #777;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #777;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-pagination-options-quick-jumper input-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-pagination-options-quick-jumper input-lg,
select[multiple].ant-pagination-options-quick-jumper input-lg {
  height: auto;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-pagination-options-quick-jumper input-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-pagination-options-quick-jumper input-sm,
select[multiple].ant-pagination-options-quick-jumper input-sm {
  height: auto;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 15px;
  line-height: 15px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 15px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  height: 15px;
  line-height: 15px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 15px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #004b5e;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 15px;
  line-height: 15px;
}
.ant-pagination.mini .ant-pagination-item {
  margin: 0;
  min-width: 15px;
  height: 15px;
  line-height: 13px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  background: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 15px;
  line-height: 15px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 15px;
  line-height: 15px;
  margin-right: 0;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 15px;
  line-height: 15px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
  width: 44px;
}
select.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 20px;
  line-height: 20px;
}
textarea.ant-pagination.mini .ant-pagination-options-quick-jumper input,
select[multiple].ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: auto;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-popover {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  cursor: auto;
  -webkit-user-select: text;
  user-select: text;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 9px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 9px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 9px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 9px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 5px 16px 4px;
  min-height: 32px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #333;
}
.ant-popover-message {
  padding: 4px 0 12px;
  font-size: 12px;
  color: #333;
}
.ant-popover-message > .anticon {
  color: #c09853;
  line-height: 1.63846154;
  position: absolute;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 4px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  background: #fff;
  width: 7.07106781px;
  height: 7.07106781px;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 5.5px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 11px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px);
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  stroke: #004b5e;
  animation: ant-progress-appear 0.3s;
}
.ant-progress-success-bg,
.ant-progress-bg {
  border-radius: 100px;
  background-color: #004b5e;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-success-bg {
  background-color: #468847;
  position: absolute;
  top: 0;
  left: 0;
}
.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ca4a47;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ca4a47;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #ca4a47;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #468847;
}
.ant-progress-status-success .ant-progress-text {
  color: #468847;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #468847;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  color: #333;
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ca4a47;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #468847;
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
.ant-radio-group {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #004b5e;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #004b5e;
  content: "";
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #d9d9d9;
  background-color: #eee;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 3px;
  top: 3px;
  border-radius: 7px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: " ";
  background-color: #004b5e;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #004b5e;
}
.ant-radio-checked .ant-radio-inner:after {
  transform: scale(0.875);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 23px;
  line-height: 21px;
  color: #333;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-top-width: 1.02px;
  background: #eee;
  padding: 0 15px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: #333;
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 22px;
  line-height: 20px;
  font-size: 14px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 20px;
  line-height: 18px;
  padding: 0 7px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 0px 0 0 0px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 0px 0px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 0px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #004b5e;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #eee;
  border-color: #004b5e;
  color: #004b5e;
  box-shadow: -1px 0 0 0 #004b5e;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #004b5e !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #004b5e;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #115c6b;
  box-shadow: -1px 0 0 0 #115c6b;
  color: #115c6b;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #002b38;
  box-shadow: -1px 0 0 0 #002b38;
  color: #002b38;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #004b5e;
  border-color: #004b5e;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #115c6b;
  background: #115c6b;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  border-color: #002b38;
  background: #002b38;
  color: #fff;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-rate {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  line-height: unset;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  display: inline-block;
  color: #fadb14;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}
.ant-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star-first,
.ant-rate-star-second {
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s;
  color: #e8e8e8;
}
.ant-rate-star-focused,
.ant-rate-star:hover {
  transform: scale(1.1);
}
.ant-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  margin-left: 8px;
  display: inline-block;
  font-size: 12px;
}
.ant-select {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  line-height: 1;
  margin-top: -5.5px;
  transform-origin: 50% 50%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 11px;
}
.ant-select-arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-select-arrow * {
  display: none;
}
.ant-select-arrow:before {
  content: "\e61d";
  transition: transform 0.3s;
}
.ant-select-selection {
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 11px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 20px;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #f5f5f5;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 22px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  line-height: 20px;
}
.ant-select-selection__rendered:after {
  content: ".";
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg {
  font-size: 14px;
}
.ant-select-lg .ant-select-selection--single {
  height: 22px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 20px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 22px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 14px;
  line-height: 14px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 11px;
}
.ant-select-sm .ant-select-selection--single {
  height: 20px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 18px;
  margin: 0 7px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 12px;
  line-height: 10px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 10px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: -9999px;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 0px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 22px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  display: table;
  content: " ";
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  display: table;
  content: " ";
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  display: table;
  content: " ";
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  display: table;
  content: " ";
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  display: table;
  content: " ";
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 14px;
  line-height: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.45);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 11px;
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 4px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 11px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  content: "\e633";
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 11px;
}
.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow:before {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.53846154;
  color: #333;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-sizing: border-box;
  z-index: 1051;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  font-size: 12px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 0px 0px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 0px 0px;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #fafafa;
  font-weight: 600;
  color: #333;
}
.ant-select-dropdown-menu-item-active {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e632";
  color: transparent;
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: bold;
  text-shadow:
    0 0.1px 0,
    0.1px 0 0,
    0 -0.1px 0,
    -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-size: 11px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #004b5e;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-slider {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 14px 6px 10px;
  padding: 4px 0;
  height: 12px;
  cursor: pointer;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  height: 100%;
  width: 4px;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  border-radius: 0px;
  background-color: #407e85;
  transition: background-color 0.3s ease;
}
.ant-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #407e85;
  background-color: #fff;
  transition: border-color 0.3s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #336f7e;
  box-shadow: 0 0 0 5px #80a5af;
  outline: none;
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #004b5e;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #266d78;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #266d78;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
.ant-slider-mark-text-active {
  color: #333;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #80a5af;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #004b5e;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  display: block;
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  zoom: 1;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  display: table;
  content: " ";
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  display: table;
  content: " ";
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  display: table;
  content: " ";
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  display: table;
  content: " ";
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  display: table;
  content: " ";
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-blur {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
}
.ant-spin-blur:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  transition: all 0.3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #004b5e;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-steps {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  display: flex;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child .ant-steps-item-tail,
.ant-steps-item:last-child .ant-steps-item-title:after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
}
.ant-steps-item-icon > .ant-steps-icon {
  line-height: 1;
  top: -1px;
  color: #004b5e;
  position: relative;
}
.ant-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.ant-steps-item-tail:after {
  content: "";
  display: inline-block;
  background: #e8e8e8;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
}
.ant-steps-item-title {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding-right: 16px;
  position: relative;
  line-height: 32px;
}
.ant-steps-item-title:after {
  content: "";
  height: 1px;
  width: 9999px;
  background: #e8e8e8;
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}
.ant-steps-item-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait .ant-steps-item-icon {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  border-color: #004b5e;
  background-color: #fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #004b5e;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #004b5e;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: #333;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description {
  color: #333;
}
.ant-steps-item-process > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #004b5e;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  border-color: #004b5e;
  background-color: #fff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #004b5e;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #004b5e;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: #333;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #004b5e;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-tail:after {
  background-color: #004b5e;
}
.ant-steps-item-error .ant-steps-item-icon {
  border-color: #ca4a47;
  background-color: #fff;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ca4a47;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ca4a47;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #ca4a47;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description {
  color: #ca4a47;
}
.ant-steps-item-error > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #ca4a47;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
}
.ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #004b5e;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  font-size: 11px;
}
.ant-steps-small .ant-steps-item-title {
  font-size: 12px;
  line-height: 24px;
  padding-right: 12px;
}
.ant-steps-small .ant-steps-item-title:after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail {
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail:after {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
  position: absolute;
  left: 12px;
  top: 0;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    min-height: 48px;
    overflow: hidden;
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail:after {
    height: 100%;
    width: 1px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  padding: 0 24px;
  margin-left: 48px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 104px;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title:after {
  display: none;
}
.ant-steps-dot .ant-steps-item-title {
  line-height: 1.53846154;
}
.ant-steps-dot .ant-steps-item-tail {
  width: 100%;
  top: 2px;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail:after {
  height: 3px;
  width: calc(100% - 20px);
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon {
  padding-right: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border: 0;
  margin-left: 67px;
  background: transparent;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after {
  content: "";
  background: rgba(0, 0, 0, 0.001);
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: -26px;
}
.ant-steps-dot .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-left: 0;
  margin-top: 8px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
  margin: 0;
  left: -9px;
  top: 2px;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-switch {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  -webkit-user-select: none;
  user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 11px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:before,
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:active:before,
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:before {
  content: "\e64d";
  font-family: anticon;
  animation: loadingCircle 1s infinite linear;
  text-align: center;
  background: transparent;
  z-index: 1;
  display: none;
  font-size: 12px;
}
.ant-switch-loading:before {
  display: inline-block;
  color: #333;
}
.ant-switch-checked.ant-switch-loading:before {
  color: #004b5e;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 16px;
  min-width: 28px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
  font-size: 11px;
}
.ant-switch-small:before,
.ant-switch-small:after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active:before,
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:before {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small.ant-switch-loading:before {
  animation: AntSwitchSmallLoadingCircle 1s infinite linear;
  font-weight: bold;
}
.ant-switch-checked {
  background-color: #004b5e;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:before {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:after {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -1px;
}
.ant-switch-loading,
.ant-switch-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg) scale(0.66667);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg) scale(0.66667);
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  display: table;
  content: " ";
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  display: table;
  content: " ";
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  display: table;
  content: " ";
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  display: table;
  content: " ";
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  display: table;
  content: " ";
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow: auto !important;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 0px 0px 0 0;
}
.ant-table-thead > tr > th {
  background: #ffffff;
  transition: background 0.3s ease;
  text-align: left;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  width: 14px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: #333;
}
.ant-table-thead > tr > th .ant-table-column-sorter + .anticon-filter {
  margin-left: 4px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #004b5e;
}
.ant-table-thead > tr > th.ant-table-column-has-filters {
  overflow: hidden;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #8e9e9e;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 16px;
  background: #ffffff;
  border-radius: 0 0 0px 0px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.ant-table-footer:before {
  content: "";
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 0px 0px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e8e8e8;
  padding-left: 16px;
  padding-right: 16px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #eeeeee;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  word-break: break-word;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #ffffff;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 0px 0px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 8px;
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  display: block;
  width: 14px;
  height: 5px;
  line-height: 5px;
  cursor: pointer;
  position: relative;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: #266d78;
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #004b5e;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  bottom: 0;
}
.ant-table-column-sorter-down:after {
  top: 0;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.66666667) rotate(0deg);
  line-height: 4px;
  height: 4px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 11px;
}
.ant-table-column-sorter-down {
  margin-top: 1.5px;
}
.ant-table-column-sorter .anticon-caret-up {
  margin-top: 0.5px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 0px 0px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #004b5e;
  font-weight: bold;
  text-shadow: 0 0 2px #5d8e91;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #004b5e;
}
.ant-table-filter-dropdown-link:hover {
  color: #115c6b;
}
.ant-table-filter-dropdown-link:active {
  color: #002b38;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e8e8e8;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: "-";
}
.ant-table-row-collapsed:after {
  content: "+";
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: ".";
}
.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 0px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 0px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  border-bottom: 1px solid #e8e8e8;
  top: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer:before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 0px 0px 0 0;
  background: #fafafa;
  margin-right: 2px;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 38px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #e8e8e8;
  color: #004b5e;
  padding-bottom: 1px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  font-size: 11px;
  margin-left: 3px;
  margin-right: -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  height: 12px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: #333;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #004b5e;
  border-color: #004b5e;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 0px 0 0 0px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 0px 0px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0;
  border-radius: 0 0 0px 0px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab-active {
  color: #004b5e;
  padding-bottom: 0;
  padding-top: 1px;
}
.ant-tabs {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  display: table;
  content: " ";
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  display: table;
  content: " ";
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  display: table;
  content: " ";
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  display: table;
  content: " ";
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  display: table;
  content: " ";
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #004b5e;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 16px 0;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.53846154;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  display: table;
  content: " ";
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  display: table;
  content: " ";
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  display: table;
  content: " ";
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  display: table;
  content: " ";
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  display: table;
  content: " ";
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-bottom .ant-tabs-bar {
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.ant-tabs-bottom .ant-tabs-ink-bar {
  bottom: auto;
  top: 1px;
}
.ant-tabs-bottom .ant-tabs-nav-container {
  margin-bottom: 0;
  margin-top: -1px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  transition:
    width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: #333;
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon:before,
.ant-tabs-tab-next-icon:before {
  display: block;
  font-family: "anticon" !important;
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  font-size: 11px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-next-icon:before {
  content: "\e61f";
}
.ant-tabs-tab-prev {
  left: 0;
}
.ant-tabs-tab-prev-icon:before {
  content: "\e620";
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: " ";
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #115c6b;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #002b38;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #004b5e;
  font-weight: 500;
}
.ant-tabs-large .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs-large .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs-small .ant-tabs-nav-container {
  font-size: 12px;
}
.ant-tabs-small .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.45s;
  opacity: 1;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev,
.ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition:
    height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
  display: block;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next-icon:before {
  content: "\e61d";
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev-icon:before {
  content: "\e61e";
}
.ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content-animated,
.ant-tabs-vertical > .ant-tabs-content-animated {
  transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
.ant-tag {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 7px;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  font-size: 11px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #333;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-cross {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
  cursor: pointer;
  margin-left: 3px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
}
:root .ant-tag .anticon-cross {
  font-size: 11px;
}
.ant-tag .anticon-cross:hover {
  color: #333;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-cross,
.ant-tag-has-color .anticon-cross:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #004b5e;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #004b5e;
}
.ant-tag-checkable:active {
  background-color: #002b38;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  background: #f5222d;
  border-color: #f5222d;
  color: #fff;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  background: #fa541c;
  border-color: #fa541c;
  color: #fff;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  background: #fa8c16;
  border-color: #fa8c16;
  color: #fff;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  background: #fadb14;
  border-color: #fadb14;
  color: #fff;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  background: #faad14;
  border-color: #faad14;
  color: #fff;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  background: #13c2c2;
  border-color: #13c2c2;
  color: #fff;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  background: #a0d911;
  border-color: #a0d911;
  color: #fff;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  background: #2f54eb;
  border-color: #2f54eb;
  color: #fff;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  background: #722ed1;
  border-color: #722ed1;
  color: #fff;
}
.ant-time-picker-panel {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #777;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #777;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62e";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 192px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 160px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: rgba(142, 158, 158, 0.65);
}
li.ant-time-picker-panel-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  display: table;
  content: " ";
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  display: table;
  content: " ";
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  display: table;
  content: " ";
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  display: table;
  content: " ";
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  display: table;
  content: " ";
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
  width: 128px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  width: 100%;
  height: 22px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #777;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #777;
}
.ant-time-picker-input:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #115c6b;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 75, 94, 0.2);
  border-right-width: 1px !important;
}
.ant-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 22px;
}
.ant-time-picker-input-lg {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-time-picker-input-lg {
  height: 22px;
  line-height: 22px;
}
textarea.ant-time-picker-input-lg,
select[multiple].ant-time-picker-input-lg {
  height: auto;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-time-picker-input-sm {
  height: 20px;
  line-height: 20px;
}
textarea.ant-time-picker-input-sm,
select[multiple].ant-time-picker-input-sm {
  height: auto;
}
.ant-time-picker-input[disabled] {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 14px;
  line-height: 14px;
  right: 11px;
  color: rgba(0, 0, 0, 0.25);
  top: 50%;
  margin-top: -7px;
}
.ant-time-picker-icon:after {
  content: "\e641";
  font-family: "anticon";
  color: rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 1;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.ant-time-picker-large .ant-time-picker-input {
  height: 22px;
  line-height: 22px;
}
textarea.ant-time-picker-large .ant-time-picker-input,
select[multiple].ant-time-picker-large .ant-time-picker-input {
  height: auto;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.ant-time-picker-small .ant-time-picker-input {
  height: 20px;
  line-height: 20px;
}
textarea.ant-time-picker-small .ant-time-picker-input,
select[multiple].ant-time-picker-small .ant-time-picker-input {
  height: auto;
}
.ant-time-picker-small .ant-time-picker-icon {
  right: 7px;
}
.ant-timeline {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-timeline-item {
  position: relative;
  padding: 0 0 20px;
  list-style: none;
  margin: 0;
  font-size: 12px;
}
.ant-timeline-item-tail {
  position: absolute;
  left: 4px;
  top: 0.75em;
  height: 100%;
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 11px;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
}
.ant-timeline-item-head-blue {
  border-color: #004b5e;
  color: #004b5e;
}
.ant-timeline-item-head-red {
  border-color: #ca4a47;
  color: #ca4a47;
}
.ant-timeline-item-head-green {
  border-color: #468847;
  color: #468847;
}
.ant-timeline-item-head-custom {
  position: absolute;
  text-align: center;
  line-height: 1;
  margin-top: 0;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 3px 1px;
  transform: translate(-50%, -50%);
  top: 5.5px;
  left: 5px;
  width: auto;
}
.ant-timeline-item-content {
  margin: 0 0 0 18px;
  position: relative;
  top: -5.46153846px;
}
.ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-left: 2px dotted #e8e8e8;
  display: block;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-left: 2px dotted #e8e8e8;
  display: block;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  max-width: 200px;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  padding: 6px 8px;
  color: #f3f3f3;
  text-align: left;
  text-decoration: none;
  background-color: #004b5e;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-height: 32px;
  word-break: break-all;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: #004b5e;
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: #004b5e;
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: #004b5e;
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: #004b5e;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-transfer {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ant-transfer-list {
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 0px;
  vertical-align: middle;
  position: relative;
  width: 180px;
  height: 200px;
  padding-top: 34px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 8px;
}
.ant-transfer-list-search-action {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 28px;
  line-height: 22px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  padding: 6px 12px;
  border-radius: 0px 0px 0 0;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-body {
  font-size: 12px;
  position: relative;
  height: 100%;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.ant-transfer-list-body-with-search {
  padding-top: 30px;
}
.ant-transfer-list-content {
  height: 100%;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 12px;
  min-height: 32px;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-body-not-found {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}
.ant-transfer-list-footer {
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-operation {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@keyframes transferHighlightIn {
  0% {
    background: #5d8e91;
  }
  100% {
    background: transparent;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover:before {
  background: rgba(142, 158, 158, 0.65);
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  transition: all 0.3s;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #004b5e;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border-color: #004b5e;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before {
  background: #004b5e;
}
.ant-tree-checkbox {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #004b5e;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid #004b5e;
  content: "";
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.28571429px;
  top: 1.07142857px;
  display: table;
  width: 5.35714286px;
  height: 8.57142857px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: " ";
  transform: scale(1);
  position: absolute;
  left: 2.21428571px;
  top: 5.46428571px;
  width: 8.57142857px;
  height: 1.07142857px;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #004b5e;
  border-color: #004b5e;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree ol,
.ant-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable=true] {
  -webkit-user-select: none;
  user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  margin-top: -2px;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #004b5e;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #004b5e;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #004b5e;
}
.ant-tree li.filter-node > span {
  color: #004b5e !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:before,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e64d";
  animation: loadingCircle 1s infinite linear;
  color: #004b5e;
  transform: none;
  font-size: 14px;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 0 5px;
  border-radius: 0px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: #333;
  transition: all 0.3s;
  height: 24px;
  line-height: 24px;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #5d8e91;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 4px 4px 0 2px;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 11px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 11px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: rgba(0, 0, 0, 0.45);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e664";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 11px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e621";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 11px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e645";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 11px;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: " ";
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-select-tree-checkbox {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #004b5e;
}
.ant-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid #004b5e;
  content: "";
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-select-tree-checkbox:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.28571429px;
  top: 1.07142857px;
  display: table;
  width: 5.35714286px;
  height: 8.57142857px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-select-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: " ";
  transform: scale(1);
  position: absolute;
  left: 2.21428571px;
  top: 5.46428571px;
  width: 8.57142857px;
  height: 1.07142857px;
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #004b5e;
  border-color: #004b5e;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select-tree-checkbox-group {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  margin-top: -4px;
}
.ant-select-tree li {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  width: calc(100% - 24px);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #5d8e91;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-select-tree li span.ant-select-tree-icon_loading:after {
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6ae";
  animation: loadingCircle 1s infinite linear;
  color: #004b5e;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 11px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: "anticon";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 11px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  display: block;
  padding: 4px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  padding: 4px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: block;
}
.ant-upload {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type=file] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 104px;
  height: 104px;
  border-radius: 0px;
  background-color: #fafafa;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  display: table;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #004b5e;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  transition: border-color 0.3s;
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px 0;
  background: #fafafa;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #115c6b;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #115c6b;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 48px;
  color: #115c6b;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 14px;
  margin: 0 0 4px;
  color: #333;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  display: table;
  content: " ";
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  display: table;
  content: " ";
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  display: table;
  content: " ";
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  display: table;
  content: " ";
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  display: table;
  content: " ";
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list-item {
  margin-top: 8px;
  font-size: 12px;
  position: relative;
  height: 22px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 4px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.83333333) rotate(0deg);
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 11px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: #333;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: rgba(142, 158, 158, 0.65);
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ca4a47;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #ca4a47 !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: -12px;
  padding-left: 24px;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ca4a47;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  transition: all 0.3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 14px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.ant-upload-list-picture-card {
  display: inline;
}
.ant-upload-list-picture-card.ant-upload-list:after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: " ";
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.53846154;
  display: none;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #468847;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
::selection {
  background: #b2ccf1;
  color: #333;
}
a {
  transition: none;
}
.ant-tag {
  border-radius: 3px;
  border: 0;
  padding-top: 2px;
}
.actions .ant-btn span[class^=icon-] {
  font-size: 10px;
  padding-right: 3px;
}
.ant-row {
  margin-left: 0;
  margin-right: 0;
}
.ant-table-row .expiring span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.distribute-segment-export .ant-table-row .expiring {
  padding-right: 0 !important;
  padding-left: 12px;
  min-width: 70px;
}
.distribute-segment-export .ant-table-row .expiring:after {
  right: 0;
  z-index: 1;
}
.ant-select-dropdown-menu-item-active,
.ant-select-dropdown-menu-item:hover {
  background-color: rgba(142, 158, 158, 0.65);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
  -webkit-text-decoration: underline dotted;
  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: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  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;
    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,
  .dropup > .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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #004b5e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #115c6b;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
  outline-color: transparent;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  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: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
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: 9px;
  margin-bottom: 9px;
}
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: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: #999999;
}
.text-primary {
  color: #004b5e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00222b;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #000;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #ca4a47;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ac3432;
}
.bg-primary {
  color: #fff;
  background-color: #004b5e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00222b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #e8eef1;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c8d7de;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
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: 18px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 576px) {
  .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: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 15px;
  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.53846154;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}
.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: "\a0\2014";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family:
    Monaco,
    Menlo,
    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: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.53846154;
  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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  position: relative;
  height: auto;
  zoom: 1;
  margin-right: -10px;
  margin-left: -10px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 10px;
  padding-left: 10px;
}
.ant-colxs-1,
.ant-colxs-2,
.ant-colxs-3,
.ant-colxs-4,
.ant-colxs-5,
.ant-colxs-6,
.ant-colxs-7,
.ant-colxs-8,
.ant-colxs-9,
.ant-colxs-10,
.ant-colxs-11,
.ant-colxs-12 {
  float: left;
  flex: 0 0 auto;
}
.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;
}
.ant-colxs-12 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-colxs-push-12 {
  left: 100%;
}
.ant-colxs-pull-12 {
  right: 100%;
}
.ant-colxs-offset-12 {
  margin-left: 100%;
}
.ant-colxs-order-12 {
  order: 12;
}
.ant-colxs-11 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-colxs-push-11 {
  left: 91.66666667%;
}
.ant-colxs-pull-11 {
  right: 91.66666667%;
}
.ant-colxs-offset-11 {
  margin-left: 91.66666667%;
}
.ant-colxs-order-11 {
  order: 11;
}
.ant-colxs-10 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-colxs-push-10 {
  left: 83.33333333%;
}
.ant-colxs-pull-10 {
  right: 83.33333333%;
}
.ant-colxs-offset-10 {
  margin-left: 83.33333333%;
}
.ant-colxs-order-10 {
  order: 10;
}
.ant-colxs-9 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-colxs-push-9 {
  left: 75%;
}
.ant-colxs-pull-9 {
  right: 75%;
}
.ant-colxs-offset-9 {
  margin-left: 75%;
}
.ant-colxs-order-9 {
  order: 9;
}
.ant-colxs-8 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-colxs-push-8 {
  left: 66.66666667%;
}
.ant-colxs-pull-8 {
  right: 66.66666667%;
}
.ant-colxs-offset-8 {
  margin-left: 66.66666667%;
}
.ant-colxs-order-8 {
  order: 8;
}
.ant-colxs-7 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-colxs-push-7 {
  left: 58.33333333%;
}
.ant-colxs-pull-7 {
  right: 58.33333333%;
}
.ant-colxs-offset-7 {
  margin-left: 58.33333333%;
}
.ant-colxs-order-7 {
  order: 7;
}
.ant-colxs-6 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-colxs-push-6 {
  left: 50%;
}
.ant-colxs-pull-6 {
  right: 50%;
}
.ant-colxs-offset-6 {
  margin-left: 50%;
}
.ant-colxs-order-6 {
  order: 6;
}
.ant-colxs-5 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-colxs-push-5 {
  left: 41.66666667%;
}
.ant-colxs-pull-5 {
  right: 41.66666667%;
}
.ant-colxs-offset-5 {
  margin-left: 41.66666667%;
}
.ant-colxs-order-5 {
  order: 5;
}
.ant-colxs-4 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-colxs-push-4 {
  left: 33.33333333%;
}
.ant-colxs-pull-4 {
  right: 33.33333333%;
}
.ant-colxs-offset-4 {
  margin-left: 33.33333333%;
}
.ant-colxs-order-4 {
  order: 4;
}
.ant-colxs-3 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-colxs-push-3 {
  left: 25%;
}
.ant-colxs-pull-3 {
  right: 25%;
}
.ant-colxs-offset-3 {
  margin-left: 25%;
}
.ant-colxs-order-3 {
  order: 3;
}
.ant-colxs-2 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-colxs-push-2 {
  left: 16.66666667%;
}
.ant-colxs-pull-2 {
  right: 16.66666667%;
}
.ant-colxs-offset-2 {
  margin-left: 16.66666667%;
}
.ant-colxs-order-2 {
  order: 2;
}
.ant-colxs-1 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-colxs-push-1 {
  left: 8.33333333%;
}
.ant-colxs-pull-1 {
  right: 8.33333333%;
}
.ant-colxs-offset-1 {
  margin-left: 8.33333333%;
}
.ant-colxs-order-1 {
  order: 1;
}
.ant-colxs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-colxs-push-0 {
  left: auto;
}
.ant-colxs-pull-0 {
  right: auto;
}
.ant-colxs-offset-0 {
  margin-left: 0;
}
.ant-colxs-order-0 {
  order: 0;
}
.ant-colxs-1,
.ant-colxs-2,
.ant-colxs-3,
.ant-colxs-4,
.ant-colxs-5,
.ant-colxs-6,
.ant-colxs-7,
.ant-colxs-8,
.ant-colxs-9,
.ant-colxs-10,
.ant-colxs-11,
.ant-colxs-12 {
  float: left;
  flex: 0 0 auto;
}
.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: 576px) {
  .ant-colsm-1,
  .ant-colsm-2,
  .ant-colsm-3,
  .ant-colsm-4,
  .ant-colsm-5,
  .ant-colsm-6,
  .ant-colsm-7,
  .ant-colsm-8,
  .ant-colsm-9,
  .ant-colsm-10,
  .ant-colsm-11,
  .ant-colsm-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-colsm-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-colsm-push-12 {
    left: 100%;
  }
  .ant-colsm-pull-12 {
    right: 100%;
  }
  .ant-colsm-offset-12 {
    margin-left: 100%;
  }
  .ant-colsm-order-12 {
    order: 12;
  }
  .ant-colsm-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-colsm-push-11 {
    left: 91.66666667%;
  }
  .ant-colsm-pull-11 {
    right: 91.66666667%;
  }
  .ant-colsm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-colsm-order-11 {
    order: 11;
  }
  .ant-colsm-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-colsm-push-10 {
    left: 83.33333333%;
  }
  .ant-colsm-pull-10 {
    right: 83.33333333%;
  }
  .ant-colsm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-colsm-order-10 {
    order: 10;
  }
  .ant-colsm-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-colsm-push-9 {
    left: 75%;
  }
  .ant-colsm-pull-9 {
    right: 75%;
  }
  .ant-colsm-offset-9 {
    margin-left: 75%;
  }
  .ant-colsm-order-9 {
    order: 9;
  }
  .ant-colsm-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-colsm-push-8 {
    left: 66.66666667%;
  }
  .ant-colsm-pull-8 {
    right: 66.66666667%;
  }
  .ant-colsm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-colsm-order-8 {
    order: 8;
  }
  .ant-colsm-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-colsm-push-7 {
    left: 58.33333333%;
  }
  .ant-colsm-pull-7 {
    right: 58.33333333%;
  }
  .ant-colsm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-colsm-order-7 {
    order: 7;
  }
  .ant-colsm-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-colsm-push-6 {
    left: 50%;
  }
  .ant-colsm-pull-6 {
    right: 50%;
  }
  .ant-colsm-offset-6 {
    margin-left: 50%;
  }
  .ant-colsm-order-6 {
    order: 6;
  }
  .ant-colsm-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-colsm-push-5 {
    left: 41.66666667%;
  }
  .ant-colsm-pull-5 {
    right: 41.66666667%;
  }
  .ant-colsm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-colsm-order-5 {
    order: 5;
  }
  .ant-colsm-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-colsm-push-4 {
    left: 33.33333333%;
  }
  .ant-colsm-pull-4 {
    right: 33.33333333%;
  }
  .ant-colsm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-colsm-order-4 {
    order: 4;
  }
  .ant-colsm-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-colsm-push-3 {
    left: 25%;
  }
  .ant-colsm-pull-3 {
    right: 25%;
  }
  .ant-colsm-offset-3 {
    margin-left: 25%;
  }
  .ant-colsm-order-3 {
    order: 3;
  }
  .ant-colsm-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-colsm-push-2 {
    left: 16.66666667%;
  }
  .ant-colsm-pull-2 {
    right: 16.66666667%;
  }
  .ant-colsm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-colsm-order-2 {
    order: 2;
  }
  .ant-colsm-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-colsm-push-1 {
    left: 8.33333333%;
  }
  .ant-colsm-pull-1 {
    right: 8.33333333%;
  }
  .ant-colsm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-colsm-order-1 {
    order: 1;
  }
  .ant-colsm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-colsm-push-0 {
    left: auto;
  }
  .ant-colsm-pull-0 {
    right: auto;
  }
  .ant-colsm-offset-0 {
    margin-left: 0;
  }
  .ant-colsm-order-0 {
    order: 0;
  }
  .ant-colsm-1,
  .ant-colsm-2,
  .ant-colsm-3,
  .ant-colsm-4,
  .ant-colsm-5,
  .ant-colsm-6,
  .ant-colsm-7,
  .ant-colsm-8,
  .ant-colsm-9,
  .ant-colsm-10,
  .ant-colsm-11,
  .ant-colsm-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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: 768px) {
  .ant-colmd-1,
  .ant-colmd-2,
  .ant-colmd-3,
  .ant-colmd-4,
  .ant-colmd-5,
  .ant-colmd-6,
  .ant-colmd-7,
  .ant-colmd-8,
  .ant-colmd-9,
  .ant-colmd-10,
  .ant-colmd-11,
  .ant-colmd-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-colmd-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-colmd-push-12 {
    left: 100%;
  }
  .ant-colmd-pull-12 {
    right: 100%;
  }
  .ant-colmd-offset-12 {
    margin-left: 100%;
  }
  .ant-colmd-order-12 {
    order: 12;
  }
  .ant-colmd-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-colmd-push-11 {
    left: 91.66666667%;
  }
  .ant-colmd-pull-11 {
    right: 91.66666667%;
  }
  .ant-colmd-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-colmd-order-11 {
    order: 11;
  }
  .ant-colmd-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-colmd-push-10 {
    left: 83.33333333%;
  }
  .ant-colmd-pull-10 {
    right: 83.33333333%;
  }
  .ant-colmd-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-colmd-order-10 {
    order: 10;
  }
  .ant-colmd-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-colmd-push-9 {
    left: 75%;
  }
  .ant-colmd-pull-9 {
    right: 75%;
  }
  .ant-colmd-offset-9 {
    margin-left: 75%;
  }
  .ant-colmd-order-9 {
    order: 9;
  }
  .ant-colmd-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-colmd-push-8 {
    left: 66.66666667%;
  }
  .ant-colmd-pull-8 {
    right: 66.66666667%;
  }
  .ant-colmd-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-colmd-order-8 {
    order: 8;
  }
  .ant-colmd-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-colmd-push-7 {
    left: 58.33333333%;
  }
  .ant-colmd-pull-7 {
    right: 58.33333333%;
  }
  .ant-colmd-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-colmd-order-7 {
    order: 7;
  }
  .ant-colmd-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-colmd-push-6 {
    left: 50%;
  }
  .ant-colmd-pull-6 {
    right: 50%;
  }
  .ant-colmd-offset-6 {
    margin-left: 50%;
  }
  .ant-colmd-order-6 {
    order: 6;
  }
  .ant-colmd-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-colmd-push-5 {
    left: 41.66666667%;
  }
  .ant-colmd-pull-5 {
    right: 41.66666667%;
  }
  .ant-colmd-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-colmd-order-5 {
    order: 5;
  }
  .ant-colmd-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-colmd-push-4 {
    left: 33.33333333%;
  }
  .ant-colmd-pull-4 {
    right: 33.33333333%;
  }
  .ant-colmd-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-colmd-order-4 {
    order: 4;
  }
  .ant-colmd-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-colmd-push-3 {
    left: 25%;
  }
  .ant-colmd-pull-3 {
    right: 25%;
  }
  .ant-colmd-offset-3 {
    margin-left: 25%;
  }
  .ant-colmd-order-3 {
    order: 3;
  }
  .ant-colmd-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-colmd-push-2 {
    left: 16.66666667%;
  }
  .ant-colmd-pull-2 {
    right: 16.66666667%;
  }
  .ant-colmd-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-colmd-order-2 {
    order: 2;
  }
  .ant-colmd-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-colmd-push-1 {
    left: 8.33333333%;
  }
  .ant-colmd-pull-1 {
    right: 8.33333333%;
  }
  .ant-colmd-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-colmd-order-1 {
    order: 1;
  }
  .ant-colmd-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-colmd-push-0 {
    left: auto;
  }
  .ant-colmd-pull-0 {
    right: auto;
  }
  .ant-colmd-offset-0 {
    margin-left: 0;
  }
  .ant-colmd-order-0 {
    order: 0;
  }
  .ant-colmd-1,
  .ant-colmd-2,
  .ant-colmd-3,
  .ant-colmd-4,
  .ant-colmd-5,
  .ant-colmd-6,
  .ant-colmd-7,
  .ant-colmd-8,
  .ant-colmd-9,
  .ant-colmd-10,
  .ant-colmd-11,
  .ant-colmd-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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: 992px) {
  .ant-collg-1,
  .ant-collg-2,
  .ant-collg-3,
  .ant-collg-4,
  .ant-collg-5,
  .ant-collg-6,
  .ant-collg-7,
  .ant-collg-8,
  .ant-collg-9,
  .ant-collg-10,
  .ant-collg-11,
  .ant-collg-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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;
  }
  .ant-collg-12 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-collg-push-12 {
    left: 100%;
  }
  .ant-collg-pull-12 {
    right: 100%;
  }
  .ant-collg-offset-12 {
    margin-left: 100%;
  }
  .ant-collg-order-12 {
    order: 12;
  }
  .ant-collg-11 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-collg-push-11 {
    left: 91.66666667%;
  }
  .ant-collg-pull-11 {
    right: 91.66666667%;
  }
  .ant-collg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ant-collg-order-11 {
    order: 11;
  }
  .ant-collg-10 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-collg-push-10 {
    left: 83.33333333%;
  }
  .ant-collg-pull-10 {
    right: 83.33333333%;
  }
  .ant-collg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ant-collg-order-10 {
    order: 10;
  }
  .ant-collg-9 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-collg-push-9 {
    left: 75%;
  }
  .ant-collg-pull-9 {
    right: 75%;
  }
  .ant-collg-offset-9 {
    margin-left: 75%;
  }
  .ant-collg-order-9 {
    order: 9;
  }
  .ant-collg-8 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-collg-push-8 {
    left: 66.66666667%;
  }
  .ant-collg-pull-8 {
    right: 66.66666667%;
  }
  .ant-collg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ant-collg-order-8 {
    order: 8;
  }
  .ant-collg-7 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-collg-push-7 {
    left: 58.33333333%;
  }
  .ant-collg-pull-7 {
    right: 58.33333333%;
  }
  .ant-collg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ant-collg-order-7 {
    order: 7;
  }
  .ant-collg-6 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-collg-push-6 {
    left: 50%;
  }
  .ant-collg-pull-6 {
    right: 50%;
  }
  .ant-collg-offset-6 {
    margin-left: 50%;
  }
  .ant-collg-order-6 {
    order: 6;
  }
  .ant-collg-5 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-collg-push-5 {
    left: 41.66666667%;
  }
  .ant-collg-pull-5 {
    right: 41.66666667%;
  }
  .ant-collg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ant-collg-order-5 {
    order: 5;
  }
  .ant-collg-4 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-collg-push-4 {
    left: 33.33333333%;
  }
  .ant-collg-pull-4 {
    right: 33.33333333%;
  }
  .ant-collg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ant-collg-order-4 {
    order: 4;
  }
  .ant-collg-3 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-collg-push-3 {
    left: 25%;
  }
  .ant-collg-pull-3 {
    right: 25%;
  }
  .ant-collg-offset-3 {
    margin-left: 25%;
  }
  .ant-collg-order-3 {
    order: 3;
  }
  .ant-collg-2 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-collg-push-2 {
    left: 16.66666667%;
  }
  .ant-collg-pull-2 {
    right: 16.66666667%;
  }
  .ant-collg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ant-collg-order-2 {
    order: 2;
  }
  .ant-collg-1 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-collg-push-1 {
    left: 8.33333333%;
  }
  .ant-collg-pull-1 {
    right: 8.33333333%;
  }
  .ant-collg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ant-collg-order-1 {
    order: 1;
  }
  .ant-collg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-collg-push-0 {
    left: auto;
  }
  .ant-collg-pull-0 {
    right: auto;
  }
  .ant-collg-offset-0 {
    margin-left: 0;
  }
  .ant-collg-order-0 {
    order: 0;
  }
  .ant-collg-1,
  .ant-collg-2,
  .ant-collg-3,
  .ant-collg-4,
  .ant-collg-5,
  .ant-collg-6,
  .ant-collg-7,
  .ant-collg-8,
  .ant-collg-9,
  .ant-collg-10,
  .ant-collg-11,
  .ant-collg-12 {
    float: left;
    flex: 0 0 auto;
  }
  .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: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.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.53846154;
  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: #dff0d8;
}
.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: #d0e9c6;
}
.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: #e8eef1;
}
.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: #d8e2e7;
}
.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: #fcf8e3;
}
.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: #faf2cc;
}
.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: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    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: 18px;
  font-size: 18px;
  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] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  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;
  outline: none;
  outline-color: transparent;
}
output {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 22px;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #adadad;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(173, 173, 173, 0.6);
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.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: 22px;
  }
  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: 20px;
  }
  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: 22px;
  }
}
.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: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  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: 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: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 20px;
  line-height: 20px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 20px;
  line-height: 20px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 20px;
  min-height: 29px;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 22px;
  line-height: 22px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 22px;
  line-height: 22px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 22px;
  min-height: 32px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 27.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  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: 22px;
  height: 22px;
  line-height: 22px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.has-success .ant-form-explain,
.has-success .ant-form-split {
  color: #468847;
}
.has-success .ant-input,
.has-success .ant-input:hover {
  border-color: #468847;
}
.has-success .ant-input:focus {
  border-color: #649463;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(70, 136, 71, 0.2);
  border-right-width: 1px !important;
}
.has-success .ant-input:not([disabled]):hover {
  border-color: #468847;
}
.has-success .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #649463;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(70, 136, 71, 0.2);
  border-right-width: 1px !important;
}
.has-success .ant-input-prefix {
  color: #468847;
}
.has-success .ant-input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .has-feedback {
  color: #468847;
}
.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: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #c09853;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #c09853;
}
.has-warning .ant-input:focus {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #c09853;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ccb078;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 152, 83, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-prefix {
  color: #c09853;
}
.has-warning .ant-input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .has-feedback {
  color: #c09853;
}
.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: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #ca4a47;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #ca4a47;
}
.has-error .ant-input:focus {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #ca4a47;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #d6726d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(202, 74, 71, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-prefix {
  color: #ca4a47;
}
.has-error .ant-input-group-addon {
  color: #ca4a47;
  border-color: #ca4a47;
  background-color: #f2dede;
}
.has-error .has-feedback {
  color: #ca4a47;
}
.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: #ca4a47;
}
.has-error .form-control {
  border-color: #ca4a47;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ac3432;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e19896;
}
.has-error .input-group-addon {
  color: #ca4a47;
  background-color: #f2dede;
  border-color: #ca4a47;
}
.has-error .form-control-feedback {
  color: #ca4a47;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.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: 576px) {
  .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: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 20px;
}
.form-horizontal .form-group {
  position: relative;
  height: auto;
  zoom: 1;
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 576px) {
  .form-horizontal .control-label {
    padding-top: 2px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 576px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 2px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 2px;
    font-size: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-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;
  outline: none;
  outline-color: transparent;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  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;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #eee;
  border-color: #dadada;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #9a9a9a;
}
.btn-default:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #bbbbbb;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #9a9a9a;
}
.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: #dadada;
}
.btn-default .badge {
  color: #eee;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #004b5e;
  border-color: #003745;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00222b;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00222b;
  border-color: #000607;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00222b;
  background-image: none;
  border-color: #000607;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000607;
  border-color: #000000;
}
.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: #004b5e;
  border-color: #003745;
}
.btn-primary .badge {
  color: #004b5e;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #0f833e;
  border-color: #0c6c33;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #0a5528;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #0a5528;
  border-color: #063519;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0a5528;
  background-image: none;
  border-color: #063519;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #063519;
  border-color: #000000;
}
.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: #0f833e;
  border-color: #0c6c33;
}
.btn-success .badge {
  color: #0f833e;
  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: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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: #bd0706;
  border-color: #a40605;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #8c0504;
  border-color: #290201;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8c0504;
  border-color: #690403;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #8c0504;
  background-image: none;
  border-color: #690403;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #690403;
  border-color: #290201;
}
.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: #bd0706;
  border-color: #a40605;
}
.btn-danger .badge {
  color: #bd0706;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #004b5e;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #115c6b;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 1px 6px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.eot);
  src:
    url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.woff2) format("woff2"),
    url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.woff) format("woff"),
    url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.ttf) format("truetype"),
    url(/assets/fonts/bootstrap-3.0.0/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.53846154;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #004b5e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #004b5e;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.53846154;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 576px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-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(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-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) > .dropdown-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 .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .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: 3px;
  border-top-right-radius: 3px;
  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: 3px;
  border-bottom-left-radius: 3px;
}
.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) > .dropdown-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 .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 {
  padding: 6px 6px;
  height: 22px;
  padding: 1px 6px;
  font-size: 14px;
  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: 22px;
  line-height: 22px;
}
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 {
  padding: 1px 7px;
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  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: 20px;
  line-height: 20px;
}
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: 1px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dadada;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 1px 6px;
  font-size: 11px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 1px 6px;
  font-size: 14px;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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 > .dropdown-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: 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 {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #004b5e;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 576px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 576px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #004b5e;
}
.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 > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 576px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 576px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 55px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 576px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 576px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  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: 576px) {
  .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: 576px) {
  .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: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .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: 576px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 55px;
  padding: 18.5px 10px;
  font-size: 14px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 576px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  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: 576px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 576px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
}
.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 576px) {
  .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 (min-width: 576px) {
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-text {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
@media (min-width: 576px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 576px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #004b5e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #004b5e;
}
.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: #fff;
  background-color: #004b5e;
}
@media (max-width: 575px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #004b5e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #004b5e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #f4f4f4;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f4f4f4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f4f4f4;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.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: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: 575px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.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: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1px 6px;
  margin-left: -1px;
  line-height: 1.53846154;
  color: #004b5e;
  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: #115c6b;
  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: default;
  background-color: #004b5e;
  border-color: #004b5e;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 1px 6px;
  font-size: 14px;
  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: 1px 6px;
  font-size: 11px;
  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;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #999999;
  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: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #004b5e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00222b;
}
.label-success {
  background-color: #0f833e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0a5528;
}
.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: #bd0706;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #8c0504;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  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: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #004b5e;
  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;
}
.jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 7.5px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #004b5e;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 20px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #000;
  background-color: #e8eef1;
  border-color: #d2e1e3;
}
.alert-info hr {
  border-top-color: #c2d6da;
}
.alert-info .alert-link {
  color: #000000;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #ca4a47;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #ac3432;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #004b5e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #0f833e;
}
.progress-striped .progress-bar-success {
  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-striped .progress-bar-success {
  background-image: linear-gradient(45deg, #0f833e 25%, transparent 25%, transparent 50%, #0f833e 50%, #0f833e 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: 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-striped .progress-bar-info {
  background-image: linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 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: 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-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 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: #bd0706;
}
.progress-striped .progress-bar-danger {
  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-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, #bd0706 25%, transparent 25%, transparent 50%, #bd0706 50%, #bd0706 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: #999999;
  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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #004b5e;
  border-color: #004b5e;
}
.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: #2bd4ff;
}
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: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #468847;
}
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: #468847;
  background-color: #d0e9c6;
}
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: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #000;
  background-color: #e8eef1;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #000;
}
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: #000;
  background-color: #d8e2e7;
}
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: #000;
  border-color: #000;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #c09853;
}
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: #c09853;
  background-color: #faf2cc;
}
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: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #ca4a47;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ca4a47;
}
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: #ca4a47;
  background-color: #ebcccc;
}
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: #ca4a47;
  border-color: #ca4a47;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #004b5e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #004b5e;
  border-color: #004b5e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #004b5e;
}
.panel-primary > .panel-heading .badge {
  color: #004b5e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #004b5e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #d2e1e3;
}
.panel-info > .panel-heading {
  color: #000;
  background-color: #e8eef1;
  border-color: #d2e1e3;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d2e1e3;
}
.panel-info > .panel-heading .badge {
  color: #e8eef1;
  background-color: #000;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2e1e3;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #ca4a47;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #ca4a47;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eed3d7;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 18px;
  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: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid none;
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid none;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid none;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004b5e;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004b5e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004b5e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #004b5e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #004b5e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004b5e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004b5e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004b5e;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #f3f3f3;
  text-align: center;
  background-color: #004b5e;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover > .arrow {
  border-width: 6px;
}
.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: 5px;
}
.popover.top > .arrow {
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-top-color: #999;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -5px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-right-color: #999;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -5px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -6px;
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #fff;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -5px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #fff;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -5px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-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;
}
.carousel-control.left {
  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;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 576px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.ant-row,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-header,
.modal-footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.ant-row:before,
.ant-row: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.ant-row: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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 {
  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: 575px) {
  .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: 575px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .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: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
.breadcrumb > li + li:before {
  content: "/\a0";
}
.btn {
  line-height: 1.5;
}
.input-group-addon:first-child:last-of-type {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #dadada;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 575px) {
  .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 (min-width: 576px) and (max-width: 767px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .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.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 575px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 575px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 575px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.tbody-hover:hover {
  background-color: #f5f5f5;
}
@media (max-width: 576px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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;
  }
}
.popover {
  border-radius: 3px;
  border-color: #c2bebe;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
}
.popover-content {
  padding: 15px 14px 10px;
}
.popover-content a {
  margin-right: 5px;
  padding: 3px 7px 2px;
}
.popover-content a i {
  padding: 0 2px 0 0;
}
.popover-content .btn-danger:hover {
  color: #fff;
}
.modal-body {
  overflow-y: auto !important;
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\fffd;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, .5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: .3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@CHARSET "ISO-8859-1";
.bootstrap-checkbox > button.btn {
  padding: 7px 0 4px 2px;
  width: 28px;
}
.bootstrap-checkbox > button.btn.displayAsButton {
  width: auto;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-checkbox {
  padding: 0 8px 0 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.icon {
  margin: 2px 4px;
}
.bootstrap-checkbox > button.btn.displayAsButton > span.label-prepend-checkbox {
  padding: 0 4px 0 8px;
}
.bootstrap-checkbox > button.btn.btn-large {
  padding: 10px 0 6px 2px;
  width: 36px;
}
.bootstrap-checkbox > button.btn.btn-small {
  padding: 5px 0 3px 1px;
  width: 24px;
}
.bootstrap-checkbox > button.btn.btn-mini {
  padding: 4px 0 1px 1px;
  width: 20px;
}
.bootstrap-checkbox > .btn.btn-link {
  text-decoration: none;
}
label.bootstrap-checkbox.disabled {
  cursor: default;
  color: #666;
}
.bootstrap-checkbox > .label-prepend-checkbox {
  padding-right: 4px;
}
.bootstrap-checkbox > .label-checkbox {
  padding-left: 4px;
}
.bootstrap-checkbox.disabled > [class^=label-],
.bootstrap-checkbox > .btn[disabled] {
  cursor: not-allowed;
}
[class^=cb-icon-],
[class*=" cb-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/development/img/icons.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.bootstrap-checkbox button.btn > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check {
  background-position: 0 -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check,
.bootstrap-checkbox button.btn:active > span.cb-icon-check {
  background-position: 0 -25px;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-empty {
  background-position: -24px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-empty,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-empty {
  background-position: -24px -25px;
}
.bootstrap-checkbox button.btn > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check-indeterminate {
  background-position: -48px -1px;
}
.bootstrap-checkbox button.btn:hover > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:focus > span.cb-icon-check-indeterminate,
.bootstrap-checkbox button.btn:active > span.cb-icon-check-indeterminate {
  background-position: -48px -25px;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
  opacity: 1;
}
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
  margin: 0;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
.container-smooth {
  max-width: 1170px;
}
@media (min-width:1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0, 0, 0, .15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}
.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}
.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width:768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}
@media (min-width:992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
@media (min-width:992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0;
}
@media (min-width:992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0;
  }
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width:767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width:991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width:1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  transition:
    top .35s,
    left .35s,
    bottom .35s,
    right .35s;
}
.offcanvas-clone {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.ui-widget {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
  background-image: url(/assets/development/css//images/ui-icons_777777_256x240.png);
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.YlGn .q0-3 {
  fill: rgb(247, 252, 185);
}
.YlGn .q1-3 {
  fill: rgb(173, 221, 142);
}
.YlGn .q2-3 {
  fill: rgb(49, 163, 84);
}
.YlGn .q0-4 {
  fill: rgb(255, 255, 204);
}
.YlGn .q1-4 {
  fill: rgb(194, 230, 153);
}
.YlGn .q2-4 {
  fill: rgb(120, 198, 121);
}
.YlGn .q3-4 {
  fill: rgb(35, 132, 67);
}
.YlGn .q0-5 {
  fill: rgb(255, 255, 204);
}
.YlGn .q1-5 {
  fill: rgb(194, 230, 153);
}
.YlGn .q2-5 {
  fill: rgb(120, 198, 121);
}
.YlGn .q3-5 {
  fill: rgb(49, 163, 84);
}
.YlGn .q4-5 {
  fill: rgb(0, 104, 55);
}
.YlGn .q0-6 {
  fill: rgb(255, 255, 204);
}
.YlGn .q1-6 {
  fill: rgb(217, 240, 163);
}
.YlGn .q2-6 {
  fill: rgb(173, 221, 142);
}
.YlGn .q3-6 {
  fill: rgb(120, 198, 121);
}
.YlGn .q4-6 {
  fill: rgb(49, 163, 84);
}
.YlGn .q5-6 {
  fill: rgb(0, 104, 55);
}
.YlGn .q0-7 {
  fill: rgb(255, 255, 204);
}
.YlGn .q1-7 {
  fill: rgb(217, 240, 163);
}
.YlGn .q2-7 {
  fill: rgb(173, 221, 142);
}
.YlGn .q3-7 {
  fill: rgb(120, 198, 121);
}
.YlGn .q4-7 {
  fill: rgb(65, 171, 93);
}
.YlGn .q5-7 {
  fill: rgb(35, 132, 67);
}
.YlGn .q6-7 {
  fill: rgb(0, 90, 50);
}
.YlGn .q0-8 {
  fill: rgb(255, 255, 229);
}
.YlGn .q1-8 {
  fill: rgb(247, 252, 185);
}
.YlGn .q2-8 {
  fill: rgb(217, 240, 163);
}
.YlGn .q3-8 {
  fill: rgb(173, 221, 142);
}
.YlGn .q4-8 {
  fill: rgb(120, 198, 121);
}
.YlGn .q5-8 {
  fill: rgb(65, 171, 93);
}
.YlGn .q6-8 {
  fill: rgb(35, 132, 67);
}
.YlGn .q7-8 {
  fill: rgb(0, 90, 50);
}
.YlGn .q0-9 {
  fill: rgb(255, 255, 229);
}
.YlGn .q1-9 {
  fill: rgb(247, 252, 185);
}
.YlGn .q2-9 {
  fill: rgb(217, 240, 163);
}
.YlGn .q3-9 {
  fill: rgb(173, 221, 142);
}
.YlGn .q4-9 {
  fill: rgb(120, 198, 121);
}
.YlGn .q5-9 {
  fill: rgb(65, 171, 93);
}
.YlGn .q6-9 {
  fill: rgb(35, 132, 67);
}
.YlGn .q7-9 {
  fill: rgb(0, 104, 55);
}
.YlGn .q8-9 {
  fill: rgb(0, 69, 41);
}
.YlGnBu .q0-3 {
  fill: rgb(237, 248, 177);
}
.YlGnBu .q1-3 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q2-3 {
  fill: rgb(44, 127, 184);
}
.YlGnBu .q0-4 {
  fill: rgb(255, 255, 204);
}
.YlGnBu .q1-4 {
  fill: rgb(161, 218, 180);
}
.YlGnBu .q2-4 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q3-4 {
  fill: rgb(34, 94, 168);
}
.YlGnBu .q0-5 {
  fill: rgb(255, 255, 204);
}
.YlGnBu .q1-5 {
  fill: rgb(161, 218, 180);
}
.YlGnBu .q2-5 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q3-5 {
  fill: rgb(44, 127, 184);
}
.YlGnBu .q4-5 {
  fill: rgb(37, 52, 148);
}
.YlGnBu .q0-6 {
  fill: rgb(255, 255, 204);
}
.YlGnBu .q1-6 {
  fill: rgb(199, 233, 180);
}
.YlGnBu .q2-6 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q3-6 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q4-6 {
  fill: rgb(44, 127, 184);
}
.YlGnBu .q5-6 {
  fill: rgb(37, 52, 148);
}
.YlGnBu .q0-7 {
  fill: rgb(255, 255, 204);
}
.YlGnBu .q1-7 {
  fill: rgb(199, 233, 180);
}
.YlGnBu .q2-7 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q3-7 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q4-7 {
  fill: rgb(29, 145, 192);
}
.YlGnBu .q5-7 {
  fill: rgb(34, 94, 168);
}
.YlGnBu .q6-7 {
  fill: rgb(12, 44, 132);
}
.YlGnBu .q0-8 {
  fill: rgb(255, 255, 217);
}
.YlGnBu .q1-8 {
  fill: rgb(237, 248, 177);
}
.YlGnBu .q2-8 {
  fill: rgb(199, 233, 180);
}
.YlGnBu .q3-8 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q4-8 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q5-8 {
  fill: rgb(29, 145, 192);
}
.YlGnBu .q6-8 {
  fill: rgb(34, 94, 168);
}
.YlGnBu .q7-8 {
  fill: rgb(12, 44, 132);
}
.YlGnBu .q0-9 {
  fill: rgb(255, 255, 217);
}
.YlGnBu .q1-9 {
  fill: rgb(237, 248, 177);
}
.YlGnBu .q2-9 {
  fill: rgb(199, 233, 180);
}
.YlGnBu .q3-9 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q4-9 {
  fill: rgb(65, 182, 196);
}
.YlGnBu .q5-9 {
  fill: rgb(29, 145, 192);
}
.YlGnBu .q6-9 {
  fill: rgb(34, 94, 168);
}
.YlGnBu .q7-9 {
  fill: rgb(37, 52, 148);
}
.YlGnBu .q8-9 {
  fill: rgb(8, 29, 88);
}
.GnBu .q0-3 {
  fill: rgb(224, 243, 219);
}
.GnBu .q1-3 {
  fill: rgb(168, 221, 181);
}
.GnBu .q2-3 {
  fill: rgb(67, 162, 202);
}
.GnBu .q0-4 {
  fill: rgb(240, 249, 232);
}
.GnBu .q1-4 {
  fill: rgb(186, 228, 188);
}
.GnBu .q2-4 {
  fill: rgb(123, 204, 196);
}
.GnBu .q3-4 {
  fill: rgb(43, 140, 190);
}
.GnBu .q0-5 {
  fill: rgb(240, 249, 232);
}
.GnBu .q1-5 {
  fill: rgb(186, 228, 188);
}
.GnBu .q2-5 {
  fill: rgb(123, 204, 196);
}
.GnBu .q3-5 {
  fill: rgb(67, 162, 202);
}
.GnBu .q4-5 {
  fill: rgb(8, 104, 172);
}
.GnBu .q0-6 {
  fill: rgb(240, 249, 232);
}
.GnBu .q1-6 {
  fill: rgb(204, 235, 197);
}
.GnBu .q2-6 {
  fill: rgb(168, 221, 181);
}
.GnBu .q3-6 {
  fill: rgb(123, 204, 196);
}
.GnBu .q4-6 {
  fill: rgb(67, 162, 202);
}
.GnBu .q5-6 {
  fill: rgb(8, 104, 172);
}
.GnBu .q0-7 {
  fill: rgb(240, 249, 232);
}
.GnBu .q1-7 {
  fill: rgb(204, 235, 197);
}
.GnBu .q2-7 {
  fill: rgb(168, 221, 181);
}
.GnBu .q3-7 {
  fill: rgb(123, 204, 196);
}
.GnBu .q4-7 {
  fill: rgb(78, 179, 211);
}
.GnBu .q5-7 {
  fill: rgb(43, 140, 190);
}
.GnBu .q6-7 {
  fill: rgb(8, 88, 158);
}
.GnBu .q0-8 {
  fill: rgb(247, 252, 240);
}
.GnBu .q1-8 {
  fill: rgb(224, 243, 219);
}
.GnBu .q2-8 {
  fill: rgb(204, 235, 197);
}
.GnBu .q3-8 {
  fill: rgb(168, 221, 181);
}
.GnBu .q4-8 {
  fill: rgb(123, 204, 196);
}
.GnBu .q5-8 {
  fill: rgb(78, 179, 211);
}
.GnBu .q6-8 {
  fill: rgb(43, 140, 190);
}
.GnBu .q7-8 {
  fill: rgb(8, 88, 158);
}
.GnBu .q0-9 {
  fill: rgb(247, 252, 240);
}
.GnBu .q1-9 {
  fill: rgb(224, 243, 219);
}
.GnBu .q2-9 {
  fill: rgb(204, 235, 197);
}
.GnBu .q3-9 {
  fill: rgb(168, 221, 181);
}
.GnBu .q4-9 {
  fill: rgb(123, 204, 196);
}
.GnBu .q5-9 {
  fill: rgb(78, 179, 211);
}
.GnBu .q6-9 {
  fill: rgb(43, 140, 190);
}
.GnBu .q7-9 {
  fill: rgb(8, 104, 172);
}
.GnBu .q8-9 {
  fill: rgb(8, 64, 129);
}
.BuGn .q0-3 {
  fill: rgb(229, 245, 249);
}
.BuGn .q1-3 {
  fill: rgb(153, 216, 201);
}
.BuGn .q2-3 {
  fill: rgb(44, 162, 95);
}
.BuGn .q0-4 {
  fill: rgb(237, 248, 251);
}
.BuGn .q1-4 {
  fill: rgb(178, 226, 226);
}
.BuGn .q2-4 {
  fill: rgb(102, 194, 164);
}
.BuGn .q3-4 {
  fill: rgb(35, 139, 69);
}
.BuGn .q0-5 {
  fill: rgb(237, 248, 251);
}
.BuGn .q1-5 {
  fill: rgb(178, 226, 226);
}
.BuGn .q2-5 {
  fill: rgb(102, 194, 164);
}
.BuGn .q3-5 {
  fill: rgb(44, 162, 95);
}
.BuGn .q4-5 {
  fill: rgb(0, 109, 44);
}
.BuGn .q0-6 {
  fill: rgb(237, 248, 251);
}
.BuGn .q1-6 {
  fill: rgb(204, 236, 230);
}
.BuGn .q2-6 {
  fill: rgb(153, 216, 201);
}
.BuGn .q3-6 {
  fill: rgb(102, 194, 164);
}
.BuGn .q4-6 {
  fill: rgb(44, 162, 95);
}
.BuGn .q5-6 {
  fill: rgb(0, 109, 44);
}
.BuGn .q0-7 {
  fill: rgb(237, 248, 251);
}
.BuGn .q1-7 {
  fill: rgb(204, 236, 230);
}
.BuGn .q2-7 {
  fill: rgb(153, 216, 201);
}
.BuGn .q3-7 {
  fill: rgb(102, 194, 164);
}
.BuGn .q4-7 {
  fill: rgb(65, 174, 118);
}
.BuGn .q5-7 {
  fill: rgb(35, 139, 69);
}
.BuGn .q6-7 {
  fill: rgb(0, 88, 36);
}
.BuGn .q0-8 {
  fill: rgb(247, 252, 253);
}
.BuGn .q1-8 {
  fill: rgb(229, 245, 249);
}
.BuGn .q2-8 {
  fill: rgb(204, 236, 230);
}
.BuGn .q3-8 {
  fill: rgb(153, 216, 201);
}
.BuGn .q4-8 {
  fill: rgb(102, 194, 164);
}
.BuGn .q5-8 {
  fill: rgb(65, 174, 118);
}
.BuGn .q6-8 {
  fill: rgb(35, 139, 69);
}
.BuGn .q7-8 {
  fill: rgb(0, 88, 36);
}
.BuGn .q0-9 {
  fill: rgb(247, 252, 253);
}
.BuGn .q1-9 {
  fill: rgb(229, 245, 249);
}
.BuGn .q2-9 {
  fill: rgb(204, 236, 230);
}
.BuGn .q3-9 {
  fill: rgb(153, 216, 201);
}
.BuGn .q4-9 {
  fill: rgb(102, 194, 164);
}
.BuGn .q5-9 {
  fill: rgb(65, 174, 118);
}
.BuGn .q6-9 {
  fill: rgb(35, 139, 69);
}
.BuGn .q7-9 {
  fill: rgb(0, 109, 44);
}
.BuGn .q8-9 {
  fill: rgb(0, 68, 27);
}
.PuBuGn .q0-3 {
  fill: rgb(236, 226, 240);
}
.PuBuGn .q1-3 {
  fill: rgb(166, 189, 219);
}
.PuBuGn .q2-3 {
  fill: rgb(28, 144, 153);
}
.PuBuGn .q0-4 {
  fill: rgb(246, 239, 247);
}
.PuBuGn .q1-4 {
  fill: rgb(189, 201, 225);
}
.PuBuGn .q2-4 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q3-4 {
  fill: rgb(2, 129, 138);
}
.PuBuGn .q0-5 {
  fill: rgb(246, 239, 247);
}
.PuBuGn .q1-5 {
  fill: rgb(189, 201, 225);
}
.PuBuGn .q2-5 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q3-5 {
  fill: rgb(28, 144, 153);
}
.PuBuGn .q4-5 {
  fill: rgb(1, 108, 89);
}
.PuBuGn .q0-6 {
  fill: rgb(246, 239, 247);
}
.PuBuGn .q1-6 {
  fill: rgb(208, 209, 230);
}
.PuBuGn .q2-6 {
  fill: rgb(166, 189, 219);
}
.PuBuGn .q3-6 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q4-6 {
  fill: rgb(28, 144, 153);
}
.PuBuGn .q5-6 {
  fill: rgb(1, 108, 89);
}
.PuBuGn .q0-7 {
  fill: rgb(246, 239, 247);
}
.PuBuGn .q1-7 {
  fill: rgb(208, 209, 230);
}
.PuBuGn .q2-7 {
  fill: rgb(166, 189, 219);
}
.PuBuGn .q3-7 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q4-7 {
  fill: rgb(54, 144, 192);
}
.PuBuGn .q5-7 {
  fill: rgb(2, 129, 138);
}
.PuBuGn .q6-7 {
  fill: rgb(1, 100, 80);
}
.PuBuGn .q0-8 {
  fill: rgb(255, 247, 251);
}
.PuBuGn .q1-8 {
  fill: rgb(236, 226, 240);
}
.PuBuGn .q2-8 {
  fill: rgb(208, 209, 230);
}
.PuBuGn .q3-8 {
  fill: rgb(166, 189, 219);
}
.PuBuGn .q4-8 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q5-8 {
  fill: rgb(54, 144, 192);
}
.PuBuGn .q6-8 {
  fill: rgb(2, 129, 138);
}
.PuBuGn .q7-8 {
  fill: rgb(1, 100, 80);
}
.PuBuGn .q0-9 {
  fill: rgb(255, 247, 251);
}
.PuBuGn .q1-9 {
  fill: rgb(236, 226, 240);
}
.PuBuGn .q2-9 {
  fill: rgb(208, 209, 230);
}
.PuBuGn .q3-9 {
  fill: rgb(166, 189, 219);
}
.PuBuGn .q4-9 {
  fill: rgb(103, 169, 207);
}
.PuBuGn .q5-9 {
  fill: rgb(54, 144, 192);
}
.PuBuGn .q6-9 {
  fill: rgb(2, 129, 138);
}
.PuBuGn .q7-9 {
  fill: rgb(1, 108, 89);
}
.PuBuGn .q8-9 {
  fill: rgb(1, 70, 54);
}
.PuBu .q0-3 {
  fill: rgb(236, 231, 242);
}
.PuBu .q1-3 {
  fill: rgb(166, 189, 219);
}
.PuBu .q2-3 {
  fill: rgb(43, 140, 190);
}
.PuBu .q0-4 {
  fill: rgb(241, 238, 246);
}
.PuBu .q1-4 {
  fill: rgb(189, 201, 225);
}
.PuBu .q2-4 {
  fill: rgb(116, 169, 207);
}
.PuBu .q3-4 {
  fill: rgb(5, 112, 176);
}
.PuBu .q0-5 {
  fill: rgb(241, 238, 246);
}
.PuBu .q1-5 {
  fill: rgb(189, 201, 225);
}
.PuBu .q2-5 {
  fill: rgb(116, 169, 207);
}
.PuBu .q3-5 {
  fill: rgb(43, 140, 190);
}
.PuBu .q4-5 {
  fill: rgb(4, 90, 141);
}
.PuBu .q0-6 {
  fill: rgb(241, 238, 246);
}
.PuBu .q1-6 {
  fill: rgb(208, 209, 230);
}
.PuBu .q2-6 {
  fill: rgb(166, 189, 219);
}
.PuBu .q3-6 {
  fill: rgb(116, 169, 207);
}
.PuBu .q4-6 {
  fill: rgb(43, 140, 190);
}
.PuBu .q5-6 {
  fill: rgb(4, 90, 141);
}
.PuBu .q0-7 {
  fill: rgb(241, 238, 246);
}
.PuBu .q1-7 {
  fill: rgb(208, 209, 230);
}
.PuBu .q2-7 {
  fill: rgb(166, 189, 219);
}
.PuBu .q3-7 {
  fill: rgb(116, 169, 207);
}
.PuBu .q4-7 {
  fill: rgb(54, 144, 192);
}
.PuBu .q5-7 {
  fill: rgb(5, 112, 176);
}
.PuBu .q6-7 {
  fill: rgb(3, 78, 123);
}
.PuBu .q0-8 {
  fill: rgb(255, 247, 251);
}
.PuBu .q1-8 {
  fill: rgb(236, 231, 242);
}
.PuBu .q2-8 {
  fill: rgb(208, 209, 230);
}
.PuBu .q3-8 {
  fill: rgb(166, 189, 219);
}
.PuBu .q4-8 {
  fill: rgb(116, 169, 207);
}
.PuBu .q5-8 {
  fill: rgb(54, 144, 192);
}
.PuBu .q6-8 {
  fill: rgb(5, 112, 176);
}
.PuBu .q7-8 {
  fill: rgb(3, 78, 123);
}
.PuBu .q0-9 {
  fill: rgb(255, 247, 251);
}
.PuBu .q1-9 {
  fill: rgb(236, 231, 242);
}
.PuBu .q2-9 {
  fill: rgb(208, 209, 230);
}
.PuBu .q3-9 {
  fill: rgb(166, 189, 219);
}
.PuBu .q4-9 {
  fill: rgb(116, 169, 207);
}
.PuBu .q5-9 {
  fill: rgb(54, 144, 192);
}
.PuBu .q6-9 {
  fill: rgb(5, 112, 176);
}
.PuBu .q7-9 {
  fill: rgb(4, 90, 141);
}
.PuBu .q8-9 {
  fill: rgb(2, 56, 88);
}
.BuPu .q0-3 {
  fill: rgb(224, 236, 244);
}
.BuPu .q1-3 {
  fill: rgb(158, 188, 218);
}
.BuPu .q2-3 {
  fill: rgb(136, 86, 167);
}
.BuPu .q0-4 {
  fill: rgb(237, 248, 251);
}
.BuPu .q1-4 {
  fill: rgb(179, 205, 227);
}
.BuPu .q2-4 {
  fill: rgb(140, 150, 198);
}
.BuPu .q3-4 {
  fill: rgb(136, 65, 157);
}
.BuPu .q0-5 {
  fill: rgb(237, 248, 251);
}
.BuPu .q1-5 {
  fill: rgb(179, 205, 227);
}
.BuPu .q2-5 {
  fill: rgb(140, 150, 198);
}
.BuPu .q3-5 {
  fill: rgb(136, 86, 167);
}
.BuPu .q4-5 {
  fill: rgb(129, 15, 124);
}
.BuPu .q0-6 {
  fill: rgb(237, 248, 251);
}
.BuPu .q1-6 {
  fill: rgb(191, 211, 230);
}
.BuPu .q2-6 {
  fill: rgb(158, 188, 218);
}
.BuPu .q3-6 {
  fill: rgb(140, 150, 198);
}
.BuPu .q4-6 {
  fill: rgb(136, 86, 167);
}
.BuPu .q5-6 {
  fill: rgb(129, 15, 124);
}
.BuPu .q0-7 {
  fill: rgb(237, 248, 251);
}
.BuPu .q1-7 {
  fill: rgb(191, 211, 230);
}
.BuPu .q2-7 {
  fill: rgb(158, 188, 218);
}
.BuPu .q3-7 {
  fill: rgb(140, 150, 198);
}
.BuPu .q4-7 {
  fill: rgb(140, 107, 177);
}
.BuPu .q5-7 {
  fill: rgb(136, 65, 157);
}
.BuPu .q6-7 {
  fill: rgb(110, 1, 107);
}
.BuPu .q0-8 {
  fill: rgb(247, 252, 253);
}
.BuPu .q1-8 {
  fill: rgb(224, 236, 244);
}
.BuPu .q2-8 {
  fill: rgb(191, 211, 230);
}
.BuPu .q3-8 {
  fill: rgb(158, 188, 218);
}
.BuPu .q4-8 {
  fill: rgb(140, 150, 198);
}
.BuPu .q5-8 {
  fill: rgb(140, 107, 177);
}
.BuPu .q6-8 {
  fill: rgb(136, 65, 157);
}
.BuPu .q7-8 {
  fill: rgb(110, 1, 107);
}
.BuPu .q0-9 {
  fill: rgb(247, 252, 253);
}
.BuPu .q1-9 {
  fill: rgb(224, 236, 244);
}
.BuPu .q2-9 {
  fill: rgb(191, 211, 230);
}
.BuPu .q3-9 {
  fill: rgb(158, 188, 218);
}
.BuPu .q4-9 {
  fill: rgb(140, 150, 198);
}
.BuPu .q5-9 {
  fill: rgb(140, 107, 177);
}
.BuPu .q6-9 {
  fill: rgb(136, 65, 157);
}
.BuPu .q7-9 {
  fill: rgb(129, 15, 124);
}
.BuPu .q8-9 {
  fill: rgb(77, 0, 75);
}
.RdPu .q0-3 {
  fill: rgb(253, 224, 221);
}
.RdPu .q1-3 {
  fill: rgb(250, 159, 181);
}
.RdPu .q2-3 {
  fill: rgb(197, 27, 138);
}
.RdPu .q0-4 {
  fill: rgb(254, 235, 226);
}
.RdPu .q1-4 {
  fill: rgb(251, 180, 185);
}
.RdPu .q2-4 {
  fill: rgb(247, 104, 161);
}
.RdPu .q3-4 {
  fill: rgb(174, 1, 126);
}
.RdPu .q0-5 {
  fill: rgb(254, 235, 226);
}
.RdPu .q1-5 {
  fill: rgb(251, 180, 185);
}
.RdPu .q2-5 {
  fill: rgb(247, 104, 161);
}
.RdPu .q3-5 {
  fill: rgb(197, 27, 138);
}
.RdPu .q4-5 {
  fill: rgb(122, 1, 119);
}
.RdPu .q0-6 {
  fill: rgb(254, 235, 226);
}
.RdPu .q1-6 {
  fill: rgb(252, 197, 192);
}
.RdPu .q2-6 {
  fill: rgb(250, 159, 181);
}
.RdPu .q3-6 {
  fill: rgb(247, 104, 161);
}
.RdPu .q4-6 {
  fill: rgb(197, 27, 138);
}
.RdPu .q5-6 {
  fill: rgb(122, 1, 119);
}
.RdPu .q0-7 {
  fill: rgb(254, 235, 226);
}
.RdPu .q1-7 {
  fill: rgb(252, 197, 192);
}
.RdPu .q2-7 {
  fill: rgb(250, 159, 181);
}
.RdPu .q3-7 {
  fill: rgb(247, 104, 161);
}
.RdPu .q4-7 {
  fill: rgb(221, 52, 151);
}
.RdPu .q5-7 {
  fill: rgb(174, 1, 126);
}
.RdPu .q6-7 {
  fill: rgb(122, 1, 119);
}
.RdPu .q0-8 {
  fill: rgb(255, 247, 243);
}
.RdPu .q1-8 {
  fill: rgb(253, 224, 221);
}
.RdPu .q2-8 {
  fill: rgb(252, 197, 192);
}
.RdPu .q3-8 {
  fill: rgb(250, 159, 181);
}
.RdPu .q4-8 {
  fill: rgb(247, 104, 161);
}
.RdPu .q5-8 {
  fill: rgb(221, 52, 151);
}
.RdPu .q6-8 {
  fill: rgb(174, 1, 126);
}
.RdPu .q7-8 {
  fill: rgb(122, 1, 119);
}
.RdPu .q0-9 {
  fill: rgb(255, 247, 243);
}
.RdPu .q1-9 {
  fill: rgb(253, 224, 221);
}
.RdPu .q2-9 {
  fill: rgb(252, 197, 192);
}
.RdPu .q3-9 {
  fill: rgb(250, 159, 181);
}
.RdPu .q4-9 {
  fill: rgb(247, 104, 161);
}
.RdPu .q5-9 {
  fill: rgb(221, 52, 151);
}
.RdPu .q6-9 {
  fill: rgb(174, 1, 126);
}
.RdPu .q7-9 {
  fill: rgb(122, 1, 119);
}
.RdPu .q8-9 {
  fill: rgb(73, 0, 106);
}
.PuRd .q0-3 {
  fill: rgb(231, 225, 239);
}
.PuRd .q1-3 {
  fill: rgb(201, 148, 199);
}
.PuRd .q2-3 {
  fill: rgb(221, 28, 119);
}
.PuRd .q0-4 {
  fill: rgb(241, 238, 246);
}
.PuRd .q1-4 {
  fill: rgb(215, 181, 216);
}
.PuRd .q2-4 {
  fill: rgb(223, 101, 176);
}
.PuRd .q3-4 {
  fill: rgb(206, 18, 86);
}
.PuRd .q0-5 {
  fill: rgb(241, 238, 246);
}
.PuRd .q1-5 {
  fill: rgb(215, 181, 216);
}
.PuRd .q2-5 {
  fill: rgb(223, 101, 176);
}
.PuRd .q3-5 {
  fill: rgb(221, 28, 119);
}
.PuRd .q4-5 {
  fill: rgb(152, 0, 67);
}
.PuRd .q0-6 {
  fill: rgb(241, 238, 246);
}
.PuRd .q1-6 {
  fill: rgb(212, 185, 218);
}
.PuRd .q2-6 {
  fill: rgb(201, 148, 199);
}
.PuRd .q3-6 {
  fill: rgb(223, 101, 176);
}
.PuRd .q4-6 {
  fill: rgb(221, 28, 119);
}
.PuRd .q5-6 {
  fill: rgb(152, 0, 67);
}
.PuRd .q0-7 {
  fill: rgb(241, 238, 246);
}
.PuRd .q1-7 {
  fill: rgb(212, 185, 218);
}
.PuRd .q2-7 {
  fill: rgb(201, 148, 199);
}
.PuRd .q3-7 {
  fill: rgb(223, 101, 176);
}
.PuRd .q4-7 {
  fill: rgb(231, 41, 138);
}
.PuRd .q5-7 {
  fill: rgb(206, 18, 86);
}
.PuRd .q6-7 {
  fill: rgb(145, 0, 63);
}
.PuRd .q0-8 {
  fill: rgb(247, 244, 249);
}
.PuRd .q1-8 {
  fill: rgb(231, 225, 239);
}
.PuRd .q2-8 {
  fill: rgb(212, 185, 218);
}
.PuRd .q3-8 {
  fill: rgb(201, 148, 199);
}
.PuRd .q4-8 {
  fill: rgb(223, 101, 176);
}
.PuRd .q5-8 {
  fill: rgb(231, 41, 138);
}
.PuRd .q6-8 {
  fill: rgb(206, 18, 86);
}
.PuRd .q7-8 {
  fill: rgb(145, 0, 63);
}
.PuRd .q0-9 {
  fill: rgb(247, 244, 249);
}
.PuRd .q1-9 {
  fill: rgb(231, 225, 239);
}
.PuRd .q2-9 {
  fill: rgb(212, 185, 218);
}
.PuRd .q3-9 {
  fill: rgb(201, 148, 199);
}
.PuRd .q4-9 {
  fill: rgb(223, 101, 176);
}
.PuRd .q5-9 {
  fill: rgb(231, 41, 138);
}
.PuRd .q6-9 {
  fill: rgb(206, 18, 86);
}
.PuRd .q7-9 {
  fill: rgb(152, 0, 67);
}
.PuRd .q8-9 {
  fill: rgb(103, 0, 31);
}
.OrRd .q0-3 {
  fill: rgb(254, 232, 200);
}
.OrRd .q1-3 {
  fill: rgb(253, 187, 132);
}
.OrRd .q2-3 {
  fill: rgb(227, 74, 51);
}
.OrRd .q0-4 {
  fill: rgb(254, 240, 217);
}
.OrRd .q1-4 {
  fill: rgb(253, 204, 138);
}
.OrRd .q2-4 {
  fill: rgb(252, 141, 89);
}
.OrRd .q3-4 {
  fill: rgb(215, 48, 31);
}
.OrRd .q0-5 {
  fill: rgb(254, 240, 217);
}
.OrRd .q1-5 {
  fill: rgb(253, 204, 138);
}
.OrRd .q2-5 {
  fill: rgb(252, 141, 89);
}
.OrRd .q3-5 {
  fill: rgb(227, 74, 51);
}
.OrRd .q4-5 {
  fill: rgb(179, 0, 0);
}
.OrRd .q0-6 {
  fill: rgb(254, 240, 217);
}
.OrRd .q1-6 {
  fill: rgb(253, 212, 158);
}
.OrRd .q2-6 {
  fill: rgb(253, 187, 132);
}
.OrRd .q3-6 {
  fill: rgb(252, 141, 89);
}
.OrRd .q4-6 {
  fill: rgb(227, 74, 51);
}
.OrRd .q5-6 {
  fill: rgb(179, 0, 0);
}
.OrRd .q0-7 {
  fill: rgb(254, 240, 217);
}
.OrRd .q1-7 {
  fill: rgb(253, 212, 158);
}
.OrRd .q2-7 {
  fill: rgb(253, 187, 132);
}
.OrRd .q3-7 {
  fill: rgb(252, 141, 89);
}
.OrRd .q4-7 {
  fill: rgb(239, 101, 72);
}
.OrRd .q5-7 {
  fill: rgb(215, 48, 31);
}
.OrRd .q6-7 {
  fill: rgb(153, 0, 0);
}
.OrRd .q0-8 {
  fill: rgb(255, 247, 236);
}
.OrRd .q1-8 {
  fill: rgb(254, 232, 200);
}
.OrRd .q2-8 {
  fill: rgb(253, 212, 158);
}
.OrRd .q3-8 {
  fill: rgb(253, 187, 132);
}
.OrRd .q4-8 {
  fill: rgb(252, 141, 89);
}
.OrRd .q5-8 {
  fill: rgb(239, 101, 72);
}
.OrRd .q6-8 {
  fill: rgb(215, 48, 31);
}
.OrRd .q7-8 {
  fill: rgb(153, 0, 0);
}
.OrRd .q0-9 {
  fill: rgb(255, 247, 236);
}
.OrRd .q1-9 {
  fill: rgb(254, 232, 200);
}
.OrRd .q2-9 {
  fill: rgb(253, 212, 158);
}
.OrRd .q3-9 {
  fill: rgb(253, 187, 132);
}
.OrRd .q4-9 {
  fill: rgb(252, 141, 89);
}
.OrRd .q5-9 {
  fill: rgb(239, 101, 72);
}
.OrRd .q6-9 {
  fill: rgb(215, 48, 31);
}
.OrRd .q7-9 {
  fill: rgb(179, 0, 0);
}
.OrRd .q8-9 {
  fill: rgb(127, 0, 0);
}
.YlOrRd .q0-3 {
  fill: rgb(255, 237, 160);
}
.YlOrRd .q1-3 {
  fill: rgb(254, 178, 76);
}
.YlOrRd .q2-3 {
  fill: rgb(240, 59, 32);
}
.YlOrRd .q0-4 {
  fill: rgb(255, 255, 178);
}
.YlOrRd .q1-4 {
  fill: rgb(254, 204, 92);
}
.YlOrRd .q2-4 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q3-4 {
  fill: rgb(227, 26, 28);
}
.YlOrRd .q0-5 {
  fill: rgb(255, 255, 178);
}
.YlOrRd .q1-5 {
  fill: rgb(254, 204, 92);
}
.YlOrRd .q2-5 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q3-5 {
  fill: rgb(240, 59, 32);
}
.YlOrRd .q4-5 {
  fill: rgb(189, 0, 38);
}
.YlOrRd .q0-6 {
  fill: rgb(255, 255, 178);
}
.YlOrRd .q1-6 {
  fill: rgb(254, 217, 118);
}
.YlOrRd .q2-6 {
  fill: rgb(254, 178, 76);
}
.YlOrRd .q3-6 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q4-6 {
  fill: rgb(240, 59, 32);
}
.YlOrRd .q5-6 {
  fill: rgb(189, 0, 38);
}
.YlOrRd .q0-7 {
  fill: rgb(255, 255, 178);
}
.YlOrRd .q1-7 {
  fill: rgb(254, 217, 118);
}
.YlOrRd .q2-7 {
  fill: rgb(254, 178, 76);
}
.YlOrRd .q3-7 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q4-7 {
  fill: rgb(252, 78, 42);
}
.YlOrRd .q5-7 {
  fill: rgb(227, 26, 28);
}
.YlOrRd .q6-7 {
  fill: rgb(177, 0, 38);
}
.YlOrRd .q0-8 {
  fill: rgb(255, 255, 204);
}
.YlOrRd .q1-8 {
  fill: rgb(255, 237, 160);
}
.YlOrRd .q2-8 {
  fill: rgb(254, 217, 118);
}
.YlOrRd .q3-8 {
  fill: rgb(254, 178, 76);
}
.YlOrRd .q4-8 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q5-8 {
  fill: rgb(252, 78, 42);
}
.YlOrRd .q6-8 {
  fill: rgb(227, 26, 28);
}
.YlOrRd .q7-8 {
  fill: rgb(177, 0, 38);
}
.YlOrRd .q0-9 {
  fill: rgb(255, 255, 204);
}
.YlOrRd .q1-9 {
  fill: rgb(255, 237, 160);
}
.YlOrRd .q2-9 {
  fill: rgb(254, 217, 118);
}
.YlOrRd .q3-9 {
  fill: rgb(254, 178, 76);
}
.YlOrRd .q4-9 {
  fill: rgb(253, 141, 60);
}
.YlOrRd .q5-9 {
  fill: rgb(252, 78, 42);
}
.YlOrRd .q6-9 {
  fill: rgb(227, 26, 28);
}
.YlOrRd .q7-9 {
  fill: rgb(189, 0, 38);
}
.YlOrRd .q8-9 {
  fill: rgb(128, 0, 38);
}
.YlOrBr .q0-3 {
  fill: rgb(255, 247, 188);
}
.YlOrBr .q1-3 {
  fill: rgb(254, 196, 79);
}
.YlOrBr .q2-3 {
  fill: rgb(217, 95, 14);
}
.YlOrBr .q0-4 {
  fill: rgb(255, 255, 212);
}
.YlOrBr .q1-4 {
  fill: rgb(254, 217, 142);
}
.YlOrBr .q2-4 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q3-4 {
  fill: rgb(204, 76, 2);
}
.YlOrBr .q0-5 {
  fill: rgb(255, 255, 212);
}
.YlOrBr .q1-5 {
  fill: rgb(254, 217, 142);
}
.YlOrBr .q2-5 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q3-5 {
  fill: rgb(217, 95, 14);
}
.YlOrBr .q4-5 {
  fill: rgb(153, 52, 4);
}
.YlOrBr .q0-6 {
  fill: rgb(255, 255, 212);
}
.YlOrBr .q1-6 {
  fill: rgb(254, 227, 145);
}
.YlOrBr .q2-6 {
  fill: rgb(254, 196, 79);
}
.YlOrBr .q3-6 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q4-6 {
  fill: rgb(217, 95, 14);
}
.YlOrBr .q5-6 {
  fill: rgb(153, 52, 4);
}
.YlOrBr .q0-7 {
  fill: rgb(255, 255, 212);
}
.YlOrBr .q1-7 {
  fill: rgb(254, 227, 145);
}
.YlOrBr .q2-7 {
  fill: rgb(254, 196, 79);
}
.YlOrBr .q3-7 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q4-7 {
  fill: rgb(236, 112, 20);
}
.YlOrBr .q5-7 {
  fill: rgb(204, 76, 2);
}
.YlOrBr .q6-7 {
  fill: rgb(140, 45, 4);
}
.YlOrBr .q0-8 {
  fill: rgb(255, 255, 229);
}
.YlOrBr .q1-8 {
  fill: rgb(255, 247, 188);
}
.YlOrBr .q2-8 {
  fill: rgb(254, 227, 145);
}
.YlOrBr .q3-8 {
  fill: rgb(254, 196, 79);
}
.YlOrBr .q4-8 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q5-8 {
  fill: rgb(236, 112, 20);
}
.YlOrBr .q6-8 {
  fill: rgb(204, 76, 2);
}
.YlOrBr .q7-8 {
  fill: rgb(140, 45, 4);
}
.YlOrBr .q0-9 {
  fill: rgb(255, 255, 229);
}
.YlOrBr .q1-9 {
  fill: rgb(255, 247, 188);
}
.YlOrBr .q2-9 {
  fill: rgb(254, 227, 145);
}
.YlOrBr .q3-9 {
  fill: rgb(254, 196, 79);
}
.YlOrBr .q4-9 {
  fill: rgb(254, 153, 41);
}
.YlOrBr .q5-9 {
  fill: rgb(236, 112, 20);
}
.YlOrBr .q6-9 {
  fill: rgb(204, 76, 2);
}
.YlOrBr .q7-9 {
  fill: rgb(153, 52, 4);
}
.YlOrBr .q8-9 {
  fill: rgb(102, 37, 6);
}
.Purples .q0-3 {
  fill: rgb(239, 237, 245);
}
.Purples .q1-3 {
  fill: rgb(188, 189, 220);
}
.Purples .q2-3 {
  fill: rgb(117, 107, 177);
}
.Purples .q0-4 {
  fill: rgb(242, 240, 247);
}
.Purples .q1-4 {
  fill: rgb(203, 201, 226);
}
.Purples .q2-4 {
  fill: rgb(158, 154, 200);
}
.Purples .q3-4 {
  fill: rgb(106, 81, 163);
}
.Purples .q0-5 {
  fill: rgb(242, 240, 247);
}
.Purples .q1-5 {
  fill: rgb(203, 201, 226);
}
.Purples .q2-5 {
  fill: rgb(158, 154, 200);
}
.Purples .q3-5 {
  fill: rgb(117, 107, 177);
}
.Purples .q4-5 {
  fill: rgb(84, 39, 143);
}
.Purples .q0-6 {
  fill: rgb(242, 240, 247);
}
.Purples .q1-6 {
  fill: rgb(218, 218, 235);
}
.Purples .q2-6 {
  fill: rgb(188, 189, 220);
}
.Purples .q3-6 {
  fill: rgb(158, 154, 200);
}
.Purples .q4-6 {
  fill: rgb(117, 107, 177);
}
.Purples .q5-6 {
  fill: rgb(84, 39, 143);
}
.Purples .q0-7 {
  fill: rgb(242, 240, 247);
}
.Purples .q1-7 {
  fill: rgb(218, 218, 235);
}
.Purples .q2-7 {
  fill: rgb(188, 189, 220);
}
.Purples .q3-7 {
  fill: rgb(158, 154, 200);
}
.Purples .q4-7 {
  fill: rgb(128, 125, 186);
}
.Purples .q5-7 {
  fill: rgb(106, 81, 163);
}
.Purples .q6-7 {
  fill: rgb(74, 20, 134);
}
.Purples .q0-8 {
  fill: rgb(252, 251, 253);
}
.Purples .q1-8 {
  fill: rgb(239, 237, 245);
}
.Purples .q2-8 {
  fill: rgb(218, 218, 235);
}
.Purples .q3-8 {
  fill: rgb(188, 189, 220);
}
.Purples .q4-8 {
  fill: rgb(158, 154, 200);
}
.Purples .q5-8 {
  fill: rgb(128, 125, 186);
}
.Purples .q6-8 {
  fill: rgb(106, 81, 163);
}
.Purples .q7-8 {
  fill: rgb(74, 20, 134);
}
.Purples .q0-9 {
  fill: rgb(252, 251, 253);
}
.Purples .q1-9 {
  fill: rgb(239, 237, 245);
}
.Purples .q2-9 {
  fill: rgb(218, 218, 235);
}
.Purples .q3-9 {
  fill: rgb(188, 189, 220);
}
.Purples .q4-9 {
  fill: rgb(158, 154, 200);
}
.Purples .q5-9 {
  fill: rgb(128, 125, 186);
}
.Purples .q6-9 {
  fill: rgb(106, 81, 163);
}
.Purples .q7-9 {
  fill: rgb(84, 39, 143);
}
.Purples .q8-9 {
  fill: rgb(63, 0, 125);
}
.Blues .q0-3 {
  fill: rgb(222, 235, 247);
}
.Blues .q1-3 {
  fill: rgb(158, 202, 225);
}
.Blues .q2-3 {
  fill: rgb(49, 130, 189);
}
.Blues .q0-4 {
  fill: rgb(239, 243, 255);
}
.Blues .q1-4 {
  fill: rgb(189, 215, 231);
}
.Blues .q2-4 {
  fill: rgb(107, 174, 214);
}
.Blues .q3-4 {
  fill: rgb(33, 113, 181);
}
.Blues .q0-5 {
  fill: rgb(239, 243, 255);
}
.Blues .q1-5 {
  fill: rgb(189, 215, 231);
}
.Blues .q2-5 {
  fill: rgb(107, 174, 214);
}
.Blues .q3-5 {
  fill: rgb(49, 130, 189);
}
.Blues .q4-5 {
  fill: rgb(8, 81, 156);
}
.Blues .q0-6 {
  fill: rgb(239, 243, 255);
}
.Blues .q1-6 {
  fill: rgb(198, 219, 239);
}
.Blues .q2-6 {
  fill: rgb(158, 202, 225);
}
.Blues .q3-6 {
  fill: rgb(107, 174, 214);
}
.Blues .q4-6 {
  fill: rgb(49, 130, 189);
}
.Blues .q5-6 {
  fill: rgb(8, 81, 156);
}
.Blues .q0-7 {
  fill: rgb(239, 243, 255);
}
.Blues .q1-7 {
  fill: rgb(198, 219, 239);
}
.Blues .q2-7 {
  fill: rgb(158, 202, 225);
}
.Blues .q3-7 {
  fill: rgb(107, 174, 214);
}
.Blues .q4-7 {
  fill: rgb(66, 146, 198);
}
.Blues .q5-7 {
  fill: rgb(33, 113, 181);
}
.Blues .q6-7 {
  fill: rgb(8, 69, 148);
}
.Blues .q0-8 {
  fill: rgb(247, 251, 255);
}
.Blues .q1-8 {
  fill: rgb(222, 235, 247);
}
.Blues .q2-8 {
  fill: rgb(198, 219, 239);
}
.Blues .q3-8 {
  fill: rgb(158, 202, 225);
}
.Blues .q4-8 {
  fill: rgb(107, 174, 214);
}
.Blues .q5-8 {
  fill: rgb(66, 146, 198);
}
.Blues .q6-8 {
  fill: rgb(33, 113, 181);
}
.Blues .q7-8 {
  fill: rgb(8, 69, 148);
}
.Blues .q0-9 {
  fill: rgb(247, 251, 255);
}
.Blues .q1-9 {
  fill: rgb(222, 235, 247);
}
.Blues .q2-9 {
  fill: rgb(198, 219, 239);
}
.Blues .q3-9 {
  fill: rgb(158, 202, 225);
}
.Blues .q4-9 {
  fill: rgb(107, 174, 214);
}
.Blues .q5-9 {
  fill: rgb(66, 146, 198);
}
.Blues .q6-9 {
  fill: rgb(33, 113, 181);
}
.Blues .q7-9 {
  fill: rgb(8, 81, 156);
}
.Blues .q8-9 {
  fill: rgb(8, 48, 107);
}
.Greens .q0-3 {
  fill: rgb(229, 245, 224);
}
.Greens .q1-3 {
  fill: rgb(161, 217, 155);
}
.Greens .q2-3 {
  fill: rgb(49, 163, 84);
}
.Greens .q0-4 {
  fill: rgb(237, 248, 233);
}
.Greens .q1-4 {
  fill: rgb(186, 228, 179);
}
.Greens .q2-4 {
  fill: rgb(116, 196, 118);
}
.Greens .q3-4 {
  fill: rgb(35, 139, 69);
}
.Greens .q0-5 {
  fill: rgb(237, 248, 233);
}
.Greens .q1-5 {
  fill: rgb(186, 228, 179);
}
.Greens .q2-5 {
  fill: rgb(116, 196, 118);
}
.Greens .q3-5 {
  fill: rgb(49, 163, 84);
}
.Greens .q4-5 {
  fill: rgb(0, 109, 44);
}
.Greens .q0-6 {
  fill: rgb(237, 248, 233);
}
.Greens .q1-6 {
  fill: rgb(199, 233, 192);
}
.Greens .q2-6 {
  fill: rgb(161, 217, 155);
}
.Greens .q3-6 {
  fill: rgb(116, 196, 118);
}
.Greens .q4-6 {
  fill: rgb(49, 163, 84);
}
.Greens .q5-6 {
  fill: rgb(0, 109, 44);
}
.Greens .q0-7 {
  fill: rgb(237, 248, 233);
}
.Greens .q1-7 {
  fill: rgb(199, 233, 192);
}
.Greens .q2-7 {
  fill: rgb(161, 217, 155);
}
.Greens .q3-7 {
  fill: rgb(116, 196, 118);
}
.Greens .q4-7 {
  fill: rgb(65, 171, 93);
}
.Greens .q5-7 {
  fill: rgb(35, 139, 69);
}
.Greens .q6-7 {
  fill: rgb(0, 90, 50);
}
.Greens .q0-8 {
  fill: rgb(247, 252, 245);
}
.Greens .q1-8 {
  fill: rgb(229, 245, 224);
}
.Greens .q2-8 {
  fill: rgb(199, 233, 192);
}
.Greens .q3-8 {
  fill: rgb(161, 217, 155);
}
.Greens .q4-8 {
  fill: rgb(116, 196, 118);
}
.Greens .q5-8 {
  fill: rgb(65, 171, 93);
}
.Greens .q6-8 {
  fill: rgb(35, 139, 69);
}
.Greens .q7-8 {
  fill: rgb(0, 90, 50);
}
.Greens .q0-9 {
  fill: rgb(247, 252, 245);
}
.Greens .q1-9 {
  fill: rgb(229, 245, 224);
}
.Greens .q2-9 {
  fill: rgb(199, 233, 192);
}
.Greens .q3-9 {
  fill: rgb(161, 217, 155);
}
.Greens .q4-9 {
  fill: rgb(116, 196, 118);
}
.Greens .q5-9 {
  fill: rgb(65, 171, 93);
}
.Greens .q6-9 {
  fill: rgb(35, 139, 69);
}
.Greens .q7-9 {
  fill: rgb(0, 109, 44);
}
.Greens .q8-9 {
  fill: rgb(0, 68, 27);
}
.Oranges .q0-3 {
  fill: rgb(254, 230, 206);
}
.Oranges .q1-3 {
  fill: rgb(253, 174, 107);
}
.Oranges .q2-3 {
  fill: rgb(230, 85, 13);
}
.Oranges .q0-4 {
  fill: rgb(254, 237, 222);
}
.Oranges .q1-4 {
  fill: rgb(253, 190, 133);
}
.Oranges .q2-4 {
  fill: rgb(253, 141, 60);
}
.Oranges .q3-4 {
  fill: rgb(217, 71, 1);
}
.Oranges .q0-5 {
  fill: rgb(254, 237, 222);
}
.Oranges .q1-5 {
  fill: rgb(253, 190, 133);
}
.Oranges .q2-5 {
  fill: rgb(253, 141, 60);
}
.Oranges .q3-5 {
  fill: rgb(230, 85, 13);
}
.Oranges .q4-5 {
  fill: rgb(166, 54, 3);
}
.Oranges .q0-6 {
  fill: rgb(254, 237, 222);
}
.Oranges .q1-6 {
  fill: rgb(253, 208, 162);
}
.Oranges .q2-6 {
  fill: rgb(253, 174, 107);
}
.Oranges .q3-6 {
  fill: rgb(253, 141, 60);
}
.Oranges .q4-6 {
  fill: rgb(230, 85, 13);
}
.Oranges .q5-6 {
  fill: rgb(166, 54, 3);
}
.Oranges .q0-7 {
  fill: rgb(254, 237, 222);
}
.Oranges .q1-7 {
  fill: rgb(253, 208, 162);
}
.Oranges .q2-7 {
  fill: rgb(253, 174, 107);
}
.Oranges .q3-7 {
  fill: rgb(253, 141, 60);
}
.Oranges .q4-7 {
  fill: rgb(241, 105, 19);
}
.Oranges .q5-7 {
  fill: rgb(217, 72, 1);
}
.Oranges .q6-7 {
  fill: rgb(140, 45, 4);
}
.Oranges .q0-8 {
  fill: rgb(255, 245, 235);
}
.Oranges .q1-8 {
  fill: rgb(254, 230, 206);
}
.Oranges .q2-8 {
  fill: rgb(253, 208, 162);
}
.Oranges .q3-8 {
  fill: rgb(253, 174, 107);
}
.Oranges .q4-8 {
  fill: rgb(253, 141, 60);
}
.Oranges .q5-8 {
  fill: rgb(241, 105, 19);
}
.Oranges .q6-8 {
  fill: rgb(217, 72, 1);
}
.Oranges .q7-8 {
  fill: rgb(140, 45, 4);
}
.Oranges .q0-9 {
  fill: rgb(255, 245, 235);
}
.Oranges .q1-9 {
  fill: rgb(254, 230, 206);
}
.Oranges .q2-9 {
  fill: rgb(253, 208, 162);
}
.Oranges .q3-9 {
  fill: rgb(253, 174, 107);
}
.Oranges .q4-9 {
  fill: rgb(253, 141, 60);
}
.Oranges .q5-9 {
  fill: rgb(241, 105, 19);
}
.Oranges .q6-9 {
  fill: rgb(217, 72, 1);
}
.Oranges .q7-9 {
  fill: rgb(166, 54, 3);
}
.Oranges .q8-9 {
  fill: rgb(127, 39, 4);
}
.Reds .q0-3 {
  fill: rgb(254, 224, 210);
}
.Reds .q1-3 {
  fill: rgb(252, 146, 114);
}
.Reds .q2-3 {
  fill: rgb(222, 45, 38);
}
.Reds .q0-4 {
  fill: rgb(254, 229, 217);
}
.Reds .q1-4 {
  fill: rgb(252, 174, 145);
}
.Reds .q2-4 {
  fill: rgb(251, 106, 74);
}
.Reds .q3-4 {
  fill: rgb(203, 24, 29);
}
.Reds .q0-5 {
  fill: rgb(254, 229, 217);
}
.Reds .q1-5 {
  fill: rgb(252, 174, 145);
}
.Reds .q2-5 {
  fill: rgb(251, 106, 74);
}
.Reds .q3-5 {
  fill: rgb(222, 45, 38);
}
.Reds .q4-5 {
  fill: rgb(165, 15, 21);
}
.Reds .q0-6 {
  fill: rgb(254, 229, 217);
}
.Reds .q1-6 {
  fill: rgb(252, 187, 161);
}
.Reds .q2-6 {
  fill: rgb(252, 146, 114);
}
.Reds .q3-6 {
  fill: rgb(251, 106, 74);
}
.Reds .q4-6 {
  fill: rgb(222, 45, 38);
}
.Reds .q5-6 {
  fill: rgb(165, 15, 21);
}
.Reds .q0-7 {
  fill: rgb(254, 229, 217);
}
.Reds .q1-7 {
  fill: rgb(252, 187, 161);
}
.Reds .q2-7 {
  fill: rgb(252, 146, 114);
}
.Reds .q3-7 {
  fill: rgb(251, 106, 74);
}
.Reds .q4-7 {
  fill: rgb(239, 59, 44);
}
.Reds .q5-7 {
  fill: rgb(203, 24, 29);
}
.Reds .q6-7 {
  fill: rgb(153, 0, 13);
}
.Reds .q0-8 {
  fill: rgb(255, 245, 240);
}
.Reds .q1-8 {
  fill: rgb(254, 224, 210);
}
.Reds .q2-8 {
  fill: rgb(252, 187, 161);
}
.Reds .q3-8 {
  fill: rgb(252, 146, 114);
}
.Reds .q4-8 {
  fill: rgb(251, 106, 74);
}
.Reds .q5-8 {
  fill: rgb(239, 59, 44);
}
.Reds .q6-8 {
  fill: rgb(203, 24, 29);
}
.Reds .q7-8 {
  fill: rgb(153, 0, 13);
}
.Reds .q0-9 {
  fill: rgb(255, 245, 240);
}
.Reds .q1-9 {
  fill: rgb(254, 224, 210);
}
.Reds .q2-9 {
  fill: rgb(252, 187, 161);
}
.Reds .q3-9 {
  fill: rgb(252, 146, 114);
}
.Reds .q4-9 {
  fill: rgb(251, 106, 74);
}
.Reds .q5-9 {
  fill: rgb(239, 59, 44);
}
.Reds .q6-9 {
  fill: rgb(203, 24, 29);
}
.Reds .q7-9 {
  fill: rgb(165, 15, 21);
}
.Reds .q8-9 {
  fill: rgb(103, 0, 13);
}
.Greys .q0-3 {
  fill: rgb(240, 240, 240);
}
.Greys .q1-3 {
  fill: rgb(189, 189, 189);
}
.Greys .q2-3 {
  fill: rgb(99, 99, 99);
}
.Greys .q0-4 {
  fill: rgb(247, 247, 247);
}
.Greys .q1-4 {
  fill: rgb(204, 204, 204);
}
.Greys .q2-4 {
  fill: rgb(150, 150, 150);
}
.Greys .q3-4 {
  fill: rgb(82, 82, 82);
}
.Greys .q0-5 {
  fill: rgb(247, 247, 247);
}
.Greys .q1-5 {
  fill: rgb(204, 204, 204);
}
.Greys .q2-5 {
  fill: rgb(150, 150, 150);
}
.Greys .q3-5 {
  fill: rgb(99, 99, 99);
}
.Greys .q4-5 {
  fill: rgb(37, 37, 37);
}
.Greys .q0-6 {
  fill: rgb(247, 247, 247);
}
.Greys .q1-6 {
  fill: rgb(217, 217, 217);
}
.Greys .q2-6 {
  fill: rgb(189, 189, 189);
}
.Greys .q3-6 {
  fill: rgb(150, 150, 150);
}
.Greys .q4-6 {
  fill: rgb(99, 99, 99);
}
.Greys .q5-6 {
  fill: rgb(37, 37, 37);
}
.Greys .q0-7 {
  fill: rgb(247, 247, 247);
}
.Greys .q1-7 {
  fill: rgb(217, 217, 217);
}
.Greys .q2-7 {
  fill: rgb(189, 189, 189);
}
.Greys .q3-7 {
  fill: rgb(150, 150, 150);
}
.Greys .q4-7 {
  fill: rgb(115, 115, 115);
}
.Greys .q5-7 {
  fill: rgb(82, 82, 82);
}
.Greys .q6-7 {
  fill: rgb(37, 37, 37);
}
.Greys .q0-8 {
  fill: rgb(255, 255, 255);
}
.Greys .q1-8 {
  fill: rgb(240, 240, 240);
}
.Greys .q2-8 {
  fill: rgb(217, 217, 217);
}
.Greys .q3-8 {
  fill: rgb(189, 189, 189);
}
.Greys .q4-8 {
  fill: rgb(150, 150, 150);
}
.Greys .q5-8 {
  fill: rgb(115, 115, 115);
}
.Greys .q6-8 {
  fill: rgb(82, 82, 82);
}
.Greys .q7-8 {
  fill: rgb(37, 37, 37);
}
.Greys .q0-9 {
  fill: rgb(255, 255, 255);
}
.Greys .q1-9 {
  fill: rgb(240, 240, 240);
}
.Greys .q2-9 {
  fill: rgb(217, 217, 217);
}
.Greys .q3-9 {
  fill: rgb(189, 189, 189);
}
.Greys .q4-9 {
  fill: rgb(150, 150, 150);
}
.Greys .q5-9 {
  fill: rgb(115, 115, 115);
}
.Greys .q6-9 {
  fill: rgb(82, 82, 82);
}
.Greys .q7-9 {
  fill: rgb(37, 37, 37);
}
.Greys .q8-9 {
  fill: rgb(0, 0, 0);
}
.PuOr .q0-3 {
  fill: rgb(241, 163, 64);
}
.PuOr .q1-3 {
  fill: rgb(247, 247, 247);
}
.PuOr .q2-3 {
  fill: rgb(153, 142, 195);
}
.PuOr .q0-4 {
  fill: rgb(230, 97, 1);
}
.PuOr .q1-4 {
  fill: rgb(253, 184, 99);
}
.PuOr .q2-4 {
  fill: rgb(178, 171, 210);
}
.PuOr .q3-4 {
  fill: rgb(94, 60, 153);
}
.PuOr .q0-5 {
  fill: rgb(230, 97, 1);
}
.PuOr .q1-5 {
  fill: rgb(253, 184, 99);
}
.PuOr .q2-5 {
  fill: rgb(247, 247, 247);
}
.PuOr .q3-5 {
  fill: rgb(178, 171, 210);
}
.PuOr .q4-5 {
  fill: rgb(94, 60, 153);
}
.PuOr .q0-6 {
  fill: rgb(179, 88, 6);
}
.PuOr .q1-6 {
  fill: rgb(241, 163, 64);
}
.PuOr .q2-6 {
  fill: rgb(254, 224, 182);
}
.PuOr .q3-6 {
  fill: rgb(216, 218, 235);
}
.PuOr .q4-6 {
  fill: rgb(153, 142, 195);
}
.PuOr .q5-6 {
  fill: rgb(84, 39, 136);
}
.PuOr .q0-7 {
  fill: rgb(179, 88, 6);
}
.PuOr .q1-7 {
  fill: rgb(241, 163, 64);
}
.PuOr .q2-7 {
  fill: rgb(254, 224, 182);
}
.PuOr .q3-7 {
  fill: rgb(247, 247, 247);
}
.PuOr .q4-7 {
  fill: rgb(216, 218, 235);
}
.PuOr .q5-7 {
  fill: rgb(153, 142, 195);
}
.PuOr .q6-7 {
  fill: rgb(84, 39, 136);
}
.PuOr .q0-8 {
  fill: rgb(179, 88, 6);
}
.PuOr .q1-8 {
  fill: rgb(224, 130, 20);
}
.PuOr .q2-8 {
  fill: rgb(253, 184, 99);
}
.PuOr .q3-8 {
  fill: rgb(254, 224, 182);
}
.PuOr .q4-8 {
  fill: rgb(216, 218, 235);
}
.PuOr .q5-8 {
  fill: rgb(178, 171, 210);
}
.PuOr .q6-8 {
  fill: rgb(128, 115, 172);
}
.PuOr .q7-8 {
  fill: rgb(84, 39, 136);
}
.PuOr .q0-9 {
  fill: rgb(179, 88, 6);
}
.PuOr .q1-9 {
  fill: rgb(224, 130, 20);
}
.PuOr .q2-9 {
  fill: rgb(253, 184, 99);
}
.PuOr .q3-9 {
  fill: rgb(254, 224, 182);
}
.PuOr .q4-9 {
  fill: rgb(247, 247, 247);
}
.PuOr .q5-9 {
  fill: rgb(216, 218, 235);
}
.PuOr .q6-9 {
  fill: rgb(178, 171, 210);
}
.PuOr .q7-9 {
  fill: rgb(128, 115, 172);
}
.PuOr .q8-9 {
  fill: rgb(84, 39, 136);
}
.PuOr .q0-10 {
  fill: rgb(127, 59, 8);
}
.PuOr .q1-10 {
  fill: rgb(179, 88, 6);
}
.PuOr .q2-10 {
  fill: rgb(224, 130, 20);
}
.PuOr .q3-10 {
  fill: rgb(253, 184, 99);
}
.PuOr .q4-10 {
  fill: rgb(254, 224, 182);
}
.PuOr .q5-10 {
  fill: rgb(216, 218, 235);
}
.PuOr .q6-10 {
  fill: rgb(178, 171, 210);
}
.PuOr .q7-10 {
  fill: rgb(128, 115, 172);
}
.PuOr .q8-10 {
  fill: rgb(84, 39, 136);
}
.PuOr .q9-10 {
  fill: rgb(45, 0, 75);
}
.PuOr .q0-11 {
  fill: rgb(127, 59, 8);
}
.PuOr .q1-11 {
  fill: rgb(179, 88, 6);
}
.PuOr .q2-11 {
  fill: rgb(224, 130, 20);
}
.PuOr .q3-11 {
  fill: rgb(253, 184, 99);
}
.PuOr .q4-11 {
  fill: rgb(254, 224, 182);
}
.PuOr .q5-11 {
  fill: rgb(247, 247, 247);
}
.PuOr .q6-11 {
  fill: rgb(216, 218, 235);
}
.PuOr .q7-11 {
  fill: rgb(178, 171, 210);
}
.PuOr .q8-11 {
  fill: rgb(128, 115, 172);
}
.PuOr .q9-11 {
  fill: rgb(84, 39, 136);
}
.PuOr .q10-11 {
  fill: rgb(45, 0, 75);
}
.BrBG .q0-3 {
  fill: rgb(216, 179, 101);
}
.BrBG .q1-3 {
  fill: rgb(245, 245, 245);
}
.BrBG .q2-3 {
  fill: rgb(90, 180, 172);
}
.BrBG .q0-4 {
  fill: rgb(166, 97, 26);
}
.BrBG .q1-4 {
  fill: rgb(223, 194, 125);
}
.BrBG .q2-4 {
  fill: rgb(128, 205, 193);
}
.BrBG .q3-4 {
  fill: rgb(1, 133, 113);
}
.BrBG .q0-5 {
  fill: rgb(166, 97, 26);
}
.BrBG .q1-5 {
  fill: rgb(223, 194, 125);
}
.BrBG .q2-5 {
  fill: rgb(245, 245, 245);
}
.BrBG .q3-5 {
  fill: rgb(128, 205, 193);
}
.BrBG .q4-5 {
  fill: rgb(1, 133, 113);
}
.BrBG .q0-6 {
  fill: rgb(140, 81, 10);
}
.BrBG .q1-6 {
  fill: rgb(216, 179, 101);
}
.BrBG .q2-6 {
  fill: rgb(246, 232, 195);
}
.BrBG .q3-6 {
  fill: rgb(199, 234, 229);
}
.BrBG .q4-6 {
  fill: rgb(90, 180, 172);
}
.BrBG .q5-6 {
  fill: rgb(1, 102, 94);
}
.BrBG .q0-7 {
  fill: rgb(140, 81, 10);
}
.BrBG .q1-7 {
  fill: rgb(216, 179, 101);
}
.BrBG .q2-7 {
  fill: rgb(246, 232, 195);
}
.BrBG .q3-7 {
  fill: rgb(245, 245, 245);
}
.BrBG .q4-7 {
  fill: rgb(199, 234, 229);
}
.BrBG .q5-7 {
  fill: rgb(90, 180, 172);
}
.BrBG .q6-7 {
  fill: rgb(1, 102, 94);
}
.BrBG .q0-8 {
  fill: rgb(140, 81, 10);
}
.BrBG .q1-8 {
  fill: rgb(191, 129, 45);
}
.BrBG .q2-8 {
  fill: rgb(223, 194, 125);
}
.BrBG .q3-8 {
  fill: rgb(246, 232, 195);
}
.BrBG .q4-8 {
  fill: rgb(199, 234, 229);
}
.BrBG .q5-8 {
  fill: rgb(128, 205, 193);
}
.BrBG .q6-8 {
  fill: rgb(53, 151, 143);
}
.BrBG .q7-8 {
  fill: rgb(1, 102, 94);
}
.BrBG .q0-9 {
  fill: rgb(140, 81, 10);
}
.BrBG .q1-9 {
  fill: rgb(191, 129, 45);
}
.BrBG .q2-9 {
  fill: rgb(223, 194, 125);
}
.BrBG .q3-9 {
  fill: rgb(246, 232, 195);
}
.BrBG .q4-9 {
  fill: rgb(245, 245, 245);
}
.BrBG .q5-9 {
  fill: rgb(199, 234, 229);
}
.BrBG .q6-9 {
  fill: rgb(128, 205, 193);
}
.BrBG .q7-9 {
  fill: rgb(53, 151, 143);
}
.BrBG .q8-9 {
  fill: rgb(1, 102, 94);
}
.BrBG .q0-10 {
  fill: rgb(84, 48, 5);
}
.BrBG .q1-10 {
  fill: rgb(140, 81, 10);
}
.BrBG .q2-10 {
  fill: rgb(191, 129, 45);
}
.BrBG .q3-10 {
  fill: rgb(223, 194, 125);
}
.BrBG .q4-10 {
  fill: rgb(246, 232, 195);
}
.BrBG .q5-10 {
  fill: rgb(199, 234, 229);
}
.BrBG .q6-10 {
  fill: rgb(128, 205, 193);
}
.BrBG .q7-10 {
  fill: rgb(53, 151, 143);
}
.BrBG .q8-10 {
  fill: rgb(1, 102, 94);
}
.BrBG .q9-10 {
  fill: rgb(0, 60, 48);
}
.BrBG .q0-11 {
  fill: rgb(84, 48, 5);
}
.BrBG .q1-11 {
  fill: rgb(140, 81, 10);
}
.BrBG .q2-11 {
  fill: rgb(191, 129, 45);
}
.BrBG .q3-11 {
  fill: rgb(223, 194, 125);
}
.BrBG .q4-11 {
  fill: rgb(246, 232, 195);
}
.BrBG .q5-11 {
  fill: rgb(245, 245, 245);
}
.BrBG .q6-11 {
  fill: rgb(199, 234, 229);
}
.BrBG .q7-11 {
  fill: rgb(128, 205, 193);
}
.BrBG .q8-11 {
  fill: rgb(53, 151, 143);
}
.BrBG .q9-11 {
  fill: rgb(1, 102, 94);
}
.BrBG .q10-11 {
  fill: rgb(0, 60, 48);
}
.PRGn .q0-3 {
  fill: rgb(175, 141, 195);
}
.PRGn .q1-3 {
  fill: rgb(247, 247, 247);
}
.PRGn .q2-3 {
  fill: rgb(127, 191, 123);
}
.PRGn .q0-4 {
  fill: rgb(123, 50, 148);
}
.PRGn .q1-4 {
  fill: rgb(194, 165, 207);
}
.PRGn .q2-4 {
  fill: rgb(166, 219, 160);
}
.PRGn .q3-4 {
  fill: rgb(0, 136, 55);
}
.PRGn .q0-5 {
  fill: rgb(123, 50, 148);
}
.PRGn .q1-5 {
  fill: rgb(194, 165, 207);
}
.PRGn .q2-5 {
  fill: rgb(247, 247, 247);
}
.PRGn .q3-5 {
  fill: rgb(166, 219, 160);
}
.PRGn .q4-5 {
  fill: rgb(0, 136, 55);
}
.PRGn .q0-6 {
  fill: rgb(118, 42, 131);
}
.PRGn .q1-6 {
  fill: rgb(175, 141, 195);
}
.PRGn .q2-6 {
  fill: rgb(231, 212, 232);
}
.PRGn .q3-6 {
  fill: rgb(217, 240, 211);
}
.PRGn .q4-6 {
  fill: rgb(127, 191, 123);
}
.PRGn .q5-6 {
  fill: rgb(27, 120, 55);
}
.PRGn .q0-7 {
  fill: rgb(118, 42, 131);
}
.PRGn .q1-7 {
  fill: rgb(175, 141, 195);
}
.PRGn .q2-7 {
  fill: rgb(231, 212, 232);
}
.PRGn .q3-7 {
  fill: rgb(247, 247, 247);
}
.PRGn .q4-7 {
  fill: rgb(217, 240, 211);
}
.PRGn .q5-7 {
  fill: rgb(127, 191, 123);
}
.PRGn .q6-7 {
  fill: rgb(27, 120, 55);
}
.PRGn .q0-8 {
  fill: rgb(118, 42, 131);
}
.PRGn .q1-8 {
  fill: rgb(153, 112, 171);
}
.PRGn .q2-8 {
  fill: rgb(194, 165, 207);
}
.PRGn .q3-8 {
  fill: rgb(231, 212, 232);
}
.PRGn .q4-8 {
  fill: rgb(217, 240, 211);
}
.PRGn .q5-8 {
  fill: rgb(166, 219, 160);
}
.PRGn .q6-8 {
  fill: rgb(90, 174, 97);
}
.PRGn .q7-8 {
  fill: rgb(27, 120, 55);
}
.PRGn .q0-9 {
  fill: rgb(118, 42, 131);
}
.PRGn .q1-9 {
  fill: rgb(153, 112, 171);
}
.PRGn .q2-9 {
  fill: rgb(194, 165, 207);
}
.PRGn .q3-9 {
  fill: rgb(231, 212, 232);
}
.PRGn .q4-9 {
  fill: rgb(247, 247, 247);
}
.PRGn .q5-9 {
  fill: rgb(217, 240, 211);
}
.PRGn .q6-9 {
  fill: rgb(166, 219, 160);
}
.PRGn .q7-9 {
  fill: rgb(90, 174, 97);
}
.PRGn .q8-9 {
  fill: rgb(27, 120, 55);
}
.PRGn .q0-10 {
  fill: rgb(64, 0, 75);
}
.PRGn .q1-10 {
  fill: rgb(118, 42, 131);
}
.PRGn .q2-10 {
  fill: rgb(153, 112, 171);
}
.PRGn .q3-10 {
  fill: rgb(194, 165, 207);
}
.PRGn .q4-10 {
  fill: rgb(231, 212, 232);
}
.PRGn .q5-10 {
  fill: rgb(217, 240, 211);
}
.PRGn .q6-10 {
  fill: rgb(166, 219, 160);
}
.PRGn .q7-10 {
  fill: rgb(90, 174, 97);
}
.PRGn .q8-10 {
  fill: rgb(27, 120, 55);
}
.PRGn .q9-10 {
  fill: rgb(0, 68, 27);
}
.PRGn .q0-11 {
  fill: rgb(64, 0, 75);
}
.PRGn .q1-11 {
  fill: rgb(118, 42, 131);
}
.PRGn .q2-11 {
  fill: rgb(153, 112, 171);
}
.PRGn .q3-11 {
  fill: rgb(194, 165, 207);
}
.PRGn .q4-11 {
  fill: rgb(231, 212, 232);
}
.PRGn .q5-11 {
  fill: rgb(247, 247, 247);
}
.PRGn .q6-11 {
  fill: rgb(217, 240, 211);
}
.PRGn .q7-11 {
  fill: rgb(166, 219, 160);
}
.PRGn .q8-11 {
  fill: rgb(90, 174, 97);
}
.PRGn .q9-11 {
  fill: rgb(27, 120, 55);
}
.PRGn .q10-11 {
  fill: rgb(0, 68, 27);
}
.PiYG .q0-3 {
  fill: rgb(233, 163, 201);
}
.PiYG .q1-3 {
  fill: rgb(247, 247, 247);
}
.PiYG .q2-3 {
  fill: rgb(161, 215, 106);
}
.PiYG .q0-4 {
  fill: rgb(208, 28, 139);
}
.PiYG .q1-4 {
  fill: rgb(241, 182, 218);
}
.PiYG .q2-4 {
  fill: rgb(184, 225, 134);
}
.PiYG .q3-4 {
  fill: rgb(77, 172, 38);
}
.PiYG .q0-5 {
  fill: rgb(208, 28, 139);
}
.PiYG .q1-5 {
  fill: rgb(241, 182, 218);
}
.PiYG .q2-5 {
  fill: rgb(247, 247, 247);
}
.PiYG .q3-5 {
  fill: rgb(184, 225, 134);
}
.PiYG .q4-5 {
  fill: rgb(77, 172, 38);
}
.PiYG .q0-6 {
  fill: rgb(197, 27, 125);
}
.PiYG .q1-6 {
  fill: rgb(233, 163, 201);
}
.PiYG .q2-6 {
  fill: rgb(253, 224, 239);
}
.PiYG .q3-6 {
  fill: rgb(230, 245, 208);
}
.PiYG .q4-6 {
  fill: rgb(161, 215, 106);
}
.PiYG .q5-6 {
  fill: rgb(77, 146, 33);
}
.PiYG .q0-7 {
  fill: rgb(197, 27, 125);
}
.PiYG .q1-7 {
  fill: rgb(233, 163, 201);
}
.PiYG .q2-7 {
  fill: rgb(253, 224, 239);
}
.PiYG .q3-7 {
  fill: rgb(247, 247, 247);
}
.PiYG .q4-7 {
  fill: rgb(230, 245, 208);
}
.PiYG .q5-7 {
  fill: rgb(161, 215, 106);
}
.PiYG .q6-7 {
  fill: rgb(77, 146, 33);
}
.PiYG .q0-8 {
  fill: rgb(197, 27, 125);
}
.PiYG .q1-8 {
  fill: rgb(222, 119, 174);
}
.PiYG .q2-8 {
  fill: rgb(241, 182, 218);
}
.PiYG .q3-8 {
  fill: rgb(253, 224, 239);
}
.PiYG .q4-8 {
  fill: rgb(230, 245, 208);
}
.PiYG .q5-8 {
  fill: rgb(184, 225, 134);
}
.PiYG .q6-8 {
  fill: rgb(127, 188, 65);
}
.PiYG .q7-8 {
  fill: rgb(77, 146, 33);
}
.PiYG .q0-9 {
  fill: rgb(197, 27, 125);
}
.PiYG .q1-9 {
  fill: rgb(222, 119, 174);
}
.PiYG .q2-9 {
  fill: rgb(241, 182, 218);
}
.PiYG .q3-9 {
  fill: rgb(253, 224, 239);
}
.PiYG .q4-9 {
  fill: rgb(247, 247, 247);
}
.PiYG .q5-9 {
  fill: rgb(230, 245, 208);
}
.PiYG .q6-9 {
  fill: rgb(184, 225, 134);
}
.PiYG .q7-9 {
  fill: rgb(127, 188, 65);
}
.PiYG .q8-9 {
  fill: rgb(77, 146, 33);
}
.PiYG .q0-10 {
  fill: rgb(142, 1, 82);
}
.PiYG .q1-10 {
  fill: rgb(197, 27, 125);
}
.PiYG .q2-10 {
  fill: rgb(222, 119, 174);
}
.PiYG .q3-10 {
  fill: rgb(241, 182, 218);
}
.PiYG .q4-10 {
  fill: rgb(253, 224, 239);
}
.PiYG .q5-10 {
  fill: rgb(230, 245, 208);
}
.PiYG .q6-10 {
  fill: rgb(184, 225, 134);
}
.PiYG .q7-10 {
  fill: rgb(127, 188, 65);
}
.PiYG .q8-10 {
  fill: rgb(77, 146, 33);
}
.PiYG .q9-10 {
  fill: rgb(39, 100, 25);
}
.PiYG .q0-11 {
  fill: rgb(142, 1, 82);
}
.PiYG .q1-11 {
  fill: rgb(197, 27, 125);
}
.PiYG .q2-11 {
  fill: rgb(222, 119, 174);
}
.PiYG .q3-11 {
  fill: rgb(241, 182, 218);
}
.PiYG .q4-11 {
  fill: rgb(253, 224, 239);
}
.PiYG .q5-11 {
  fill: rgb(247, 247, 247);
}
.PiYG .q6-11 {
  fill: rgb(230, 245, 208);
}
.PiYG .q7-11 {
  fill: rgb(184, 225, 134);
}
.PiYG .q8-11 {
  fill: rgb(127, 188, 65);
}
.PiYG .q9-11 {
  fill: rgb(77, 146, 33);
}
.PiYG .q10-11 {
  fill: rgb(39, 100, 25);
}
.RdBu .q0-3 {
  fill: rgb(239, 138, 98);
}
.RdBu .q1-3 {
  fill: rgb(247, 247, 247);
}
.RdBu .q2-3 {
  fill: rgb(103, 169, 207);
}
.RdBu .q0-4 {
  fill: rgb(202, 0, 32);
}
.RdBu .q1-4 {
  fill: rgb(244, 165, 130);
}
.RdBu .q2-4 {
  fill: rgb(146, 197, 222);
}
.RdBu .q3-4 {
  fill: rgb(5, 113, 176);
}
.RdBu .q0-5 {
  fill: rgb(202, 0, 32);
}
.RdBu .q1-5 {
  fill: rgb(244, 165, 130);
}
.RdBu .q2-5 {
  fill: rgb(247, 247, 247);
}
.RdBu .q3-5 {
  fill: rgb(146, 197, 222);
}
.RdBu .q4-5 {
  fill: rgb(5, 113, 176);
}
.RdBu .q0-6 {
  fill: rgb(178, 24, 43);
}
.RdBu .q1-6 {
  fill: rgb(239, 138, 98);
}
.RdBu .q2-6 {
  fill: rgb(253, 219, 199);
}
.RdBu .q3-6 {
  fill: rgb(209, 229, 240);
}
.RdBu .q4-6 {
  fill: rgb(103, 169, 207);
}
.RdBu .q5-6 {
  fill: rgb(33, 102, 172);
}
.RdBu .q0-7 {
  fill: rgb(178, 24, 43);
}
.RdBu .q1-7 {
  fill: rgb(239, 138, 98);
}
.RdBu .q2-7 {
  fill: rgb(253, 219, 199);
}
.RdBu .q3-7 {
  fill: rgb(247, 247, 247);
}
.RdBu .q4-7 {
  fill: rgb(209, 229, 240);
}
.RdBu .q5-7 {
  fill: rgb(103, 169, 207);
}
.RdBu .q6-7 {
  fill: rgb(33, 102, 172);
}
.RdBu .q0-8 {
  fill: rgb(178, 24, 43);
}
.RdBu .q1-8 {
  fill: rgb(214, 96, 77);
}
.RdBu .q2-8 {
  fill: rgb(244, 165, 130);
}
.RdBu .q3-8 {
  fill: rgb(253, 219, 199);
}
.RdBu .q4-8 {
  fill: rgb(209, 229, 240);
}
.RdBu .q5-8 {
  fill: rgb(146, 197, 222);
}
.RdBu .q6-8 {
  fill: rgb(67, 147, 195);
}
.RdBu .q7-8 {
  fill: rgb(33, 102, 172);
}
.RdBu .q0-9 {
  fill: rgb(178, 24, 43);
}
.RdBu .q1-9 {
  fill: rgb(214, 96, 77);
}
.RdBu .q2-9 {
  fill: rgb(244, 165, 130);
}
.RdBu .q3-9 {
  fill: rgb(253, 219, 199);
}
.RdBu .q4-9 {
  fill: rgb(247, 247, 247);
}
.RdBu .q5-9 {
  fill: rgb(209, 229, 240);
}
.RdBu .q6-9 {
  fill: rgb(146, 197, 222);
}
.RdBu .q7-9 {
  fill: rgb(67, 147, 195);
}
.RdBu .q8-9 {
  fill: rgb(33, 102, 172);
}
.RdBu .q0-10 {
  fill: rgb(103, 0, 31);
}
.RdBu .q1-10 {
  fill: rgb(178, 24, 43);
}
.RdBu .q2-10 {
  fill: rgb(214, 96, 77);
}
.RdBu .q3-10 {
  fill: rgb(244, 165, 130);
}
.RdBu .q4-10 {
  fill: rgb(253, 219, 199);
}
.RdBu .q5-10 {
  fill: rgb(209, 229, 240);
}
.RdBu .q6-10 {
  fill: rgb(146, 197, 222);
}
.RdBu .q7-10 {
  fill: rgb(67, 147, 195);
}
.RdBu .q8-10 {
  fill: rgb(33, 102, 172);
}
.RdBu .q9-10 {
  fill: rgb(5, 48, 97);
}
.RdBu .q0-11 {
  fill: rgb(103, 0, 31);
}
.RdBu .q1-11 {
  fill: rgb(178, 24, 43);
}
.RdBu .q2-11 {
  fill: rgb(214, 96, 77);
}
.RdBu .q3-11 {
  fill: rgb(244, 165, 130);
}
.RdBu .q4-11 {
  fill: rgb(253, 219, 199);
}
.RdBu .q5-11 {
  fill: rgb(247, 247, 247);
}
.RdBu .q6-11 {
  fill: rgb(209, 229, 240);
}
.RdBu .q7-11 {
  fill: rgb(146, 197, 222);
}
.RdBu .q8-11 {
  fill: rgb(67, 147, 195);
}
.RdBu .q9-11 {
  fill: rgb(33, 102, 172);
}
.RdBu .q10-11 {
  fill: rgb(5, 48, 97);
}
.RdGy .q0-3 {
  fill: rgb(239, 138, 98);
}
.RdGy .q1-3 {
  fill: rgb(255, 255, 255);
}
.RdGy .q2-3 {
  fill: rgb(153, 153, 153);
}
.RdGy .q0-4 {
  fill: rgb(202, 0, 32);
}
.RdGy .q1-4 {
  fill: rgb(244, 165, 130);
}
.RdGy .q2-4 {
  fill: rgb(186, 186, 186);
}
.RdGy .q3-4 {
  fill: rgb(64, 64, 64);
}
.RdGy .q0-5 {
  fill: rgb(202, 0, 32);
}
.RdGy .q1-5 {
  fill: rgb(244, 165, 130);
}
.RdGy .q2-5 {
  fill: rgb(255, 255, 255);
}
.RdGy .q3-5 {
  fill: rgb(186, 186, 186);
}
.RdGy .q4-5 {
  fill: rgb(64, 64, 64);
}
.RdGy .q0-6 {
  fill: rgb(178, 24, 43);
}
.RdGy .q1-6 {
  fill: rgb(239, 138, 98);
}
.RdGy .q2-6 {
  fill: rgb(253, 219, 199);
}
.RdGy .q3-6 {
  fill: rgb(224, 224, 224);
}
.RdGy .q4-6 {
  fill: rgb(153, 153, 153);
}
.RdGy .q5-6 {
  fill: rgb(77, 77, 77);
}
.RdGy .q0-7 {
  fill: rgb(178, 24, 43);
}
.RdGy .q1-7 {
  fill: rgb(239, 138, 98);
}
.RdGy .q2-7 {
  fill: rgb(253, 219, 199);
}
.RdGy .q3-7 {
  fill: rgb(255, 255, 255);
}
.RdGy .q4-7 {
  fill: rgb(224, 224, 224);
}
.RdGy .q5-7 {
  fill: rgb(153, 153, 153);
}
.RdGy .q6-7 {
  fill: rgb(77, 77, 77);
}
.RdGy .q0-8 {
  fill: rgb(178, 24, 43);
}
.RdGy .q1-8 {
  fill: rgb(214, 96, 77);
}
.RdGy .q2-8 {
  fill: rgb(244, 165, 130);
}
.RdGy .q3-8 {
  fill: rgb(253, 219, 199);
}
.RdGy .q4-8 {
  fill: rgb(224, 224, 224);
}
.RdGy .q5-8 {
  fill: rgb(186, 186, 186);
}
.RdGy .q6-8 {
  fill: rgb(135, 135, 135);
}
.RdGy .q7-8 {
  fill: rgb(77, 77, 77);
}
.RdGy .q0-9 {
  fill: rgb(178, 24, 43);
}
.RdGy .q1-9 {
  fill: rgb(214, 96, 77);
}
.RdGy .q2-9 {
  fill: rgb(244, 165, 130);
}
.RdGy .q3-9 {
  fill: rgb(253, 219, 199);
}
.RdGy .q4-9 {
  fill: rgb(255, 255, 255);
}
.RdGy .q5-9 {
  fill: rgb(224, 224, 224);
}
.RdGy .q6-9 {
  fill: rgb(186, 186, 186);
}
.RdGy .q7-9 {
  fill: rgb(135, 135, 135);
}
.RdGy .q8-9 {
  fill: rgb(77, 77, 77);
}
.RdGy .q0-10 {
  fill: rgb(103, 0, 31);
}
.RdGy .q1-10 {
  fill: rgb(178, 24, 43);
}
.RdGy .q2-10 {
  fill: rgb(214, 96, 77);
}
.RdGy .q3-10 {
  fill: rgb(244, 165, 130);
}
.RdGy .q4-10 {
  fill: rgb(253, 219, 199);
}
.RdGy .q5-10 {
  fill: rgb(224, 224, 224);
}
.RdGy .q6-10 {
  fill: rgb(186, 186, 186);
}
.RdGy .q7-10 {
  fill: rgb(135, 135, 135);
}
.RdGy .q8-10 {
  fill: rgb(77, 77, 77);
}
.RdGy .q9-10 {
  fill: rgb(26, 26, 26);
}
.RdGy .q0-11 {
  fill: rgb(103, 0, 31);
}
.RdGy .q1-11 {
  fill: rgb(178, 24, 43);
}
.RdGy .q2-11 {
  fill: rgb(214, 96, 77);
}
.RdGy .q3-11 {
  fill: rgb(244, 165, 130);
}
.RdGy .q4-11 {
  fill: rgb(253, 219, 199);
}
.RdGy .q5-11 {
  fill: rgb(255, 255, 255);
}
.RdGy .q6-11 {
  fill: rgb(224, 224, 224);
}
.RdGy .q7-11 {
  fill: rgb(186, 186, 186);
}
.RdGy .q8-11 {
  fill: rgb(135, 135, 135);
}
.RdGy .q9-11 {
  fill: rgb(77, 77, 77);
}
.RdGy .q10-11 {
  fill: rgb(26, 26, 26);
}
.RdYlBu .q0-3 {
  fill: rgb(252, 141, 89);
}
.RdYlBu .q1-3 {
  fill: rgb(255, 255, 191);
}
.RdYlBu .q2-3 {
  fill: rgb(145, 191, 219);
}
.RdYlBu .q0-4 {
  fill: rgb(215, 25, 28);
}
.RdYlBu .q1-4 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q2-4 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q3-4 {
  fill: rgb(44, 123, 182);
}
.RdYlBu .q0-5 {
  fill: rgb(215, 25, 28);
}
.RdYlBu .q1-5 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q2-5 {
  fill: rgb(255, 255, 191);
}
.RdYlBu .q3-5 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q4-5 {
  fill: rgb(44, 123, 182);
}
.RdYlBu .q0-6 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q1-6 {
  fill: rgb(252, 141, 89);
}
.RdYlBu .q2-6 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q3-6 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q4-6 {
  fill: rgb(145, 191, 219);
}
.RdYlBu .q5-6 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q0-7 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q1-7 {
  fill: rgb(252, 141, 89);
}
.RdYlBu .q2-7 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q3-7 {
  fill: rgb(255, 255, 191);
}
.RdYlBu .q4-7 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q5-7 {
  fill: rgb(145, 191, 219);
}
.RdYlBu .q6-7 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q0-8 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q1-8 {
  fill: rgb(244, 109, 67);
}
.RdYlBu .q2-8 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q3-8 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q4-8 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q5-8 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q6-8 {
  fill: rgb(116, 173, 209);
}
.RdYlBu .q7-8 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q0-9 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q1-9 {
  fill: rgb(244, 109, 67);
}
.RdYlBu .q2-9 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q3-9 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q4-9 {
  fill: rgb(255, 255, 191);
}
.RdYlBu .q5-9 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q6-9 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q7-9 {
  fill: rgb(116, 173, 209);
}
.RdYlBu .q8-9 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q0-10 {
  fill: rgb(165, 0, 38);
}
.RdYlBu .q1-10 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q2-10 {
  fill: rgb(244, 109, 67);
}
.RdYlBu .q3-10 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q4-10 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q5-10 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q6-10 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q7-10 {
  fill: rgb(116, 173, 209);
}
.RdYlBu .q8-10 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q9-10 {
  fill: rgb(49, 54, 149);
}
.RdYlBu .q0-11 {
  fill: rgb(165, 0, 38);
}
.RdYlBu .q1-11 {
  fill: rgb(215, 48, 39);
}
.RdYlBu .q2-11 {
  fill: rgb(244, 109, 67);
}
.RdYlBu .q3-11 {
  fill: rgb(253, 174, 97);
}
.RdYlBu .q4-11 {
  fill: rgb(254, 224, 144);
}
.RdYlBu .q5-11 {
  fill: rgb(255, 255, 191);
}
.RdYlBu .q6-11 {
  fill: rgb(224, 243, 248);
}
.RdYlBu .q7-11 {
  fill: rgb(171, 217, 233);
}
.RdYlBu .q8-11 {
  fill: rgb(116, 173, 209);
}
.RdYlBu .q9-11 {
  fill: rgb(69, 117, 180);
}
.RdYlBu .q10-11 {
  fill: rgb(49, 54, 149);
}
.Spectral .q0-3 {
  fill: rgb(252, 141, 89);
}
.Spectral .q1-3 {
  fill: rgb(255, 255, 191);
}
.Spectral .q2-3 {
  fill: rgb(153, 213, 148);
}
.Spectral .q0-4 {
  fill: rgb(215, 25, 28);
}
.Spectral .q1-4 {
  fill: rgb(253, 174, 97);
}
.Spectral .q2-4 {
  fill: rgb(171, 221, 164);
}
.Spectral .q3-4 {
  fill: rgb(43, 131, 186);
}
.Spectral .q0-5 {
  fill: rgb(215, 25, 28);
}
.Spectral .q1-5 {
  fill: rgb(253, 174, 97);
}
.Spectral .q2-5 {
  fill: rgb(255, 255, 191);
}
.Spectral .q3-5 {
  fill: rgb(171, 221, 164);
}
.Spectral .q4-5 {
  fill: rgb(43, 131, 186);
}
.Spectral .q0-6 {
  fill: rgb(213, 62, 79);
}
.Spectral .q1-6 {
  fill: rgb(252, 141, 89);
}
.Spectral .q2-6 {
  fill: rgb(254, 224, 139);
}
.Spectral .q3-6 {
  fill: rgb(230, 245, 152);
}
.Spectral .q4-6 {
  fill: rgb(153, 213, 148);
}
.Spectral .q5-6 {
  fill: rgb(50, 136, 189);
}
.Spectral .q0-7 {
  fill: rgb(213, 62, 79);
}
.Spectral .q1-7 {
  fill: rgb(252, 141, 89);
}
.Spectral .q2-7 {
  fill: rgb(254, 224, 139);
}
.Spectral .q3-7 {
  fill: rgb(255, 255, 191);
}
.Spectral .q4-7 {
  fill: rgb(230, 245, 152);
}
.Spectral .q5-7 {
  fill: rgb(153, 213, 148);
}
.Spectral .q6-7 {
  fill: rgb(50, 136, 189);
}
.Spectral .q0-8 {
  fill: rgb(213, 62, 79);
}
.Spectral .q1-8 {
  fill: rgb(244, 109, 67);
}
.Spectral .q2-8 {
  fill: rgb(253, 174, 97);
}
.Spectral .q3-8 {
  fill: rgb(254, 224, 139);
}
.Spectral .q4-8 {
  fill: rgb(230, 245, 152);
}
.Spectral .q5-8 {
  fill: rgb(171, 221, 164);
}
.Spectral .q6-8 {
  fill: rgb(102, 194, 165);
}
.Spectral .q7-8 {
  fill: rgb(50, 136, 189);
}
.Spectral .q0-9 {
  fill: rgb(213, 62, 79);
}
.Spectral .q1-9 {
  fill: rgb(244, 109, 67);
}
.Spectral .q2-9 {
  fill: rgb(253, 174, 97);
}
.Spectral .q3-9 {
  fill: rgb(254, 224, 139);
}
.Spectral .q4-9 {
  fill: rgb(255, 255, 191);
}
.Spectral .q5-9 {
  fill: rgb(230, 245, 152);
}
.Spectral .q6-9 {
  fill: rgb(171, 221, 164);
}
.Spectral .q7-9 {
  fill: rgb(102, 194, 165);
}
.Spectral .q8-9 {
  fill: rgb(50, 136, 189);
}
.Spectral .q0-10 {
  fill: rgb(158, 1, 66);
}
.Spectral .q1-10 {
  fill: rgb(213, 62, 79);
}
.Spectral .q2-10 {
  fill: rgb(244, 109, 67);
}
.Spectral .q3-10 {
  fill: rgb(253, 174, 97);
}
.Spectral .q4-10 {
  fill: rgb(254, 224, 139);
}
.Spectral .q5-10 {
  fill: rgb(230, 245, 152);
}
.Spectral .q6-10 {
  fill: rgb(171, 221, 164);
}
.Spectral .q7-10 {
  fill: rgb(102, 194, 165);
}
.Spectral .q8-10 {
  fill: rgb(50, 136, 189);
}
.Spectral .q9-10 {
  fill: rgb(94, 79, 162);
}
.Spectral .q0-11 {
  fill: rgb(158, 1, 66);
}
.Spectral .q1-11 {
  fill: rgb(213, 62, 79);
}
.Spectral .q2-11 {
  fill: rgb(244, 109, 67);
}
.Spectral .q3-11 {
  fill: rgb(253, 174, 97);
}
.Spectral .q4-11 {
  fill: rgb(254, 224, 139);
}
.Spectral .q5-11 {
  fill: rgb(255, 255, 191);
}
.Spectral .q6-11 {
  fill: rgb(230, 245, 152);
}
.Spectral .q7-11 {
  fill: rgb(171, 221, 164);
}
.Spectral .q8-11 {
  fill: rgb(102, 194, 165);
}
.Spectral .q9-11 {
  fill: rgb(50, 136, 189);
}
.Spectral .q10-11 {
  fill: rgb(94, 79, 162);
}
.RdYlGn .q0-3 {
  fill: rgb(252, 141, 89);
}
.RdYlGn .q1-3 {
  fill: rgb(255, 255, 191);
}
.RdYlGn .q2-3 {
  fill: rgb(145, 207, 96);
}
.RdYlGn .q0-4 {
  fill: rgb(215, 25, 28);
}
.RdYlGn .q1-4 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q2-4 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q3-4 {
  fill: rgb(26, 150, 65);
}
.RdYlGn .q0-5 {
  fill: rgb(215, 25, 28);
}
.RdYlGn .q1-5 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q2-5 {
  fill: rgb(255, 255, 191);
}
.RdYlGn .q3-5 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q4-5 {
  fill: rgb(26, 150, 65);
}
.RdYlGn .q0-6 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q1-6 {
  fill: rgb(252, 141, 89);
}
.RdYlGn .q2-6 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q3-6 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q4-6 {
  fill: rgb(145, 207, 96);
}
.RdYlGn .q5-6 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q0-7 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q1-7 {
  fill: rgb(252, 141, 89);
}
.RdYlGn .q2-7 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q3-7 {
  fill: rgb(255, 255, 191);
}
.RdYlGn .q4-7 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q5-7 {
  fill: rgb(145, 207, 96);
}
.RdYlGn .q6-7 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q0-8 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q1-8 {
  fill: rgb(244, 109, 67);
}
.RdYlGn .q2-8 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q3-8 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q4-8 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q5-8 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q6-8 {
  fill: rgb(102, 189, 99);
}
.RdYlGn .q7-8 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q0-9 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q1-9 {
  fill: rgb(244, 109, 67);
}
.RdYlGn .q2-9 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q3-9 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q4-9 {
  fill: rgb(255, 255, 191);
}
.RdYlGn .q5-9 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q6-9 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q7-9 {
  fill: rgb(102, 189, 99);
}
.RdYlGn .q8-9 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q0-10 {
  fill: rgb(165, 0, 38);
}
.RdYlGn .q1-10 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q2-10 {
  fill: rgb(244, 109, 67);
}
.RdYlGn .q3-10 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q4-10 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q5-10 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q6-10 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q7-10 {
  fill: rgb(102, 189, 99);
}
.RdYlGn .q8-10 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q9-10 {
  fill: rgb(0, 104, 55);
}
.RdYlGn .q0-11 {
  fill: rgb(165, 0, 38);
}
.RdYlGn .q1-11 {
  fill: rgb(215, 48, 39);
}
.RdYlGn .q2-11 {
  fill: rgb(244, 109, 67);
}
.RdYlGn .q3-11 {
  fill: rgb(253, 174, 97);
}
.RdYlGn .q4-11 {
  fill: rgb(254, 224, 139);
}
.RdYlGn .q5-11 {
  fill: rgb(255, 255, 191);
}
.RdYlGn .q6-11 {
  fill: rgb(217, 239, 139);
}
.RdYlGn .q7-11 {
  fill: rgb(166, 217, 106);
}
.RdYlGn .q8-11 {
  fill: rgb(102, 189, 99);
}
.RdYlGn .q9-11 {
  fill: rgb(26, 152, 80);
}
.RdYlGn .q10-11 {
  fill: rgb(0, 104, 55);
}
.Accent .q0-3 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-3 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-3 {
  fill: rgb(253, 192, 134);
}
.Accent .q0-4 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-4 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-4 {
  fill: rgb(253, 192, 134);
}
.Accent .q3-4 {
  fill: rgb(255, 255, 153);
}
.Accent .q0-5 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-5 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-5 {
  fill: rgb(253, 192, 134);
}
.Accent .q3-5 {
  fill: rgb(255, 255, 153);
}
.Accent .q4-5 {
  fill: rgb(56, 108, 176);
}
.Accent .q0-6 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-6 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-6 {
  fill: rgb(253, 192, 134);
}
.Accent .q3-6 {
  fill: rgb(255, 255, 153);
}
.Accent .q4-6 {
  fill: rgb(56, 108, 176);
}
.Accent .q5-6 {
  fill: rgb(240, 2, 127);
}
.Accent .q0-7 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-7 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-7 {
  fill: rgb(253, 192, 134);
}
.Accent .q3-7 {
  fill: rgb(255, 255, 153);
}
.Accent .q4-7 {
  fill: rgb(56, 108, 176);
}
.Accent .q5-7 {
  fill: rgb(240, 2, 127);
}
.Accent .q6-7 {
  fill: rgb(191, 91, 23);
}
.Accent .q0-8 {
  fill: rgb(127, 201, 127);
}
.Accent .q1-8 {
  fill: rgb(190, 174, 212);
}
.Accent .q2-8 {
  fill: rgb(253, 192, 134);
}
.Accent .q3-8 {
  fill: rgb(255, 255, 153);
}
.Accent .q4-8 {
  fill: rgb(56, 108, 176);
}
.Accent .q5-8 {
  fill: rgb(240, 2, 127);
}
.Accent .q6-8 {
  fill: rgb(191, 91, 23);
}
.Accent .q7-8 {
  fill: rgb(102, 102, 102);
}
.Dark2 .q0-3 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-3 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-3 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q0-4 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-4 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-4 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q3-4 {
  fill: rgb(231, 41, 138);
}
.Dark2 .q0-5 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-5 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-5 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q3-5 {
  fill: rgb(231, 41, 138);
}
.Dark2 .q4-5 {
  fill: rgb(102, 166, 30);
}
.Dark2 .q0-6 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-6 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-6 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q3-6 {
  fill: rgb(231, 41, 138);
}
.Dark2 .q4-6 {
  fill: rgb(102, 166, 30);
}
.Dark2 .q5-6 {
  fill: rgb(230, 171, 2);
}
.Dark2 .q0-7 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-7 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-7 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q3-7 {
  fill: rgb(231, 41, 138);
}
.Dark2 .q4-7 {
  fill: rgb(102, 166, 30);
}
.Dark2 .q5-7 {
  fill: rgb(230, 171, 2);
}
.Dark2 .q6-7 {
  fill: rgb(166, 118, 29);
}
.Dark2 .q0-8 {
  fill: rgb(27, 158, 119);
}
.Dark2 .q1-8 {
  fill: rgb(217, 95, 2);
}
.Dark2 .q2-8 {
  fill: rgb(117, 112, 179);
}
.Dark2 .q3-8 {
  fill: rgb(231, 41, 138);
}
.Dark2 .q4-8 {
  fill: rgb(102, 166, 30);
}
.Dark2 .q5-8 {
  fill: rgb(230, 171, 2);
}
.Dark2 .q6-8 {
  fill: rgb(166, 118, 29);
}
.Dark2 .q7-8 {
  fill: rgb(102, 102, 102);
}
.Paired .q0-3 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-3 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-3 {
  fill: rgb(178, 223, 138);
}
.Paired .q0-4 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-4 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-4 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-4 {
  fill: rgb(51, 160, 44);
}
.Paired .q0-5 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-5 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-5 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-5 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-5 {
  fill: rgb(251, 154, 153);
}
.Paired .q0-6 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-6 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-6 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-6 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-6 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-6 {
  fill: rgb(227, 26, 28);
}
.Paired .q0-7 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-7 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-7 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-7 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-7 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-7 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-7 {
  fill: rgb(253, 191, 111);
}
.Paired .q0-8 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-8 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-8 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-8 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-8 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-8 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-8 {
  fill: rgb(253, 191, 111);
}
.Paired .q7-8 {
  fill: rgb(255, 127, 0);
}
.Paired .q0-9 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-9 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-9 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-9 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-9 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-9 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-9 {
  fill: rgb(253, 191, 111);
}
.Paired .q7-9 {
  fill: rgb(255, 127, 0);
}
.Paired .q8-9 {
  fill: rgb(202, 178, 214);
}
.Paired .q0-10 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-10 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-10 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-10 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-10 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-10 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-10 {
  fill: rgb(253, 191, 111);
}
.Paired .q7-10 {
  fill: rgb(255, 127, 0);
}
.Paired .q8-10 {
  fill: rgb(202, 178, 214);
}
.Paired .q9-10 {
  fill: rgb(106, 61, 154);
}
.Paired .q0-11 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-11 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-11 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-11 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-11 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-11 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-11 {
  fill: rgb(253, 191, 111);
}
.Paired .q7-11 {
  fill: rgb(255, 127, 0);
}
.Paired .q8-11 {
  fill: rgb(202, 178, 214);
}
.Paired .q9-11 {
  fill: rgb(106, 61, 154);
}
.Paired .q10-11 {
  fill: rgb(255, 255, 153);
}
.Paired .q0-12 {
  fill: rgb(166, 206, 227);
}
.Paired .q1-12 {
  fill: rgb(31, 120, 180);
}
.Paired .q2-12 {
  fill: rgb(178, 223, 138);
}
.Paired .q3-12 {
  fill: rgb(51, 160, 44);
}
.Paired .q4-12 {
  fill: rgb(251, 154, 153);
}
.Paired .q5-12 {
  fill: rgb(227, 26, 28);
}
.Paired .q6-12 {
  fill: rgb(253, 191, 111);
}
.Paired .q7-12 {
  fill: rgb(255, 127, 0);
}
.Paired .q8-12 {
  fill: rgb(202, 178, 214);
}
.Paired .q9-12 {
  fill: rgb(106, 61, 154);
}
.Paired .q10-12 {
  fill: rgb(255, 255, 153);
}
.Paired .q11-12 {
  fill: rgb(177, 89, 40);
}
.Pastel1 .q0-3 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-3 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-3 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q0-4 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-4 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-4 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-4 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q0-5 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-5 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-5 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-5 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q4-5 {
  fill: rgb(254, 217, 166);
}
.Pastel1 .q0-6 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-6 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-6 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-6 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q4-6 {
  fill: rgb(254, 217, 166);
}
.Pastel1 .q5-6 {
  fill: rgb(255, 255, 204);
}
.Pastel1 .q0-7 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-7 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-7 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-7 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q4-7 {
  fill: rgb(254, 217, 166);
}
.Pastel1 .q5-7 {
  fill: rgb(255, 255, 204);
}
.Pastel1 .q6-7 {
  fill: rgb(229, 216, 189);
}
.Pastel1 .q0-8 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-8 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-8 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-8 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q4-8 {
  fill: rgb(254, 217, 166);
}
.Pastel1 .q5-8 {
  fill: rgb(255, 255, 204);
}
.Pastel1 .q6-8 {
  fill: rgb(229, 216, 189);
}
.Pastel1 .q7-8 {
  fill: rgb(253, 218, 236);
}
.Pastel1 .q0-9 {
  fill: rgb(251, 180, 174);
}
.Pastel1 .q1-9 {
  fill: rgb(179, 205, 227);
}
.Pastel1 .q2-9 {
  fill: rgb(204, 235, 197);
}
.Pastel1 .q3-9 {
  fill: rgb(222, 203, 228);
}
.Pastel1 .q4-9 {
  fill: rgb(254, 217, 166);
}
.Pastel1 .q5-9 {
  fill: rgb(255, 255, 204);
}
.Pastel1 .q6-9 {
  fill: rgb(229, 216, 189);
}
.Pastel1 .q7-9 {
  fill: rgb(253, 218, 236);
}
.Pastel1 .q8-9 {
  fill: rgb(242, 242, 242);
}
.Pastel2 .q0-3 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-3 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-3 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q0-4 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-4 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-4 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q3-4 {
  fill: rgb(244, 202, 228);
}
.Pastel2 .q0-5 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-5 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-5 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q3-5 {
  fill: rgb(244, 202, 228);
}
.Pastel2 .q4-5 {
  fill: rgb(230, 245, 201);
}
.Pastel2 .q0-6 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-6 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-6 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q3-6 {
  fill: rgb(244, 202, 228);
}
.Pastel2 .q4-6 {
  fill: rgb(230, 245, 201);
}
.Pastel2 .q5-6 {
  fill: rgb(255, 242, 174);
}
.Pastel2 .q0-7 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-7 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-7 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q3-7 {
  fill: rgb(244, 202, 228);
}
.Pastel2 .q4-7 {
  fill: rgb(230, 245, 201);
}
.Pastel2 .q5-7 {
  fill: rgb(255, 242, 174);
}
.Pastel2 .q6-7 {
  fill: rgb(241, 226, 204);
}
.Pastel2 .q0-8 {
  fill: rgb(179, 226, 205);
}
.Pastel2 .q1-8 {
  fill: rgb(253, 205, 172);
}
.Pastel2 .q2-8 {
  fill: rgb(203, 213, 232);
}
.Pastel2 .q3-8 {
  fill: rgb(244, 202, 228);
}
.Pastel2 .q4-8 {
  fill: rgb(230, 245, 201);
}
.Pastel2 .q5-8 {
  fill: rgb(255, 242, 174);
}
.Pastel2 .q6-8 {
  fill: rgb(241, 226, 204);
}
.Pastel2 .q7-8 {
  fill: rgb(204, 204, 204);
}
.Set1 .q0-3 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-3 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-3 {
  fill: rgb(77, 175, 74);
}
.Set1 .q0-4 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-4 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-4 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-4 {
  fill: rgb(152, 78, 163);
}
.Set1 .q0-5 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-5 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-5 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-5 {
  fill: rgb(152, 78, 163);
}
.Set1 .q4-5 {
  fill: rgb(255, 127, 0);
}
.Set1 .q0-6 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-6 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-6 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-6 {
  fill: rgb(152, 78, 163);
}
.Set1 .q4-6 {
  fill: rgb(255, 127, 0);
}
.Set1 .q5-6 {
  fill: rgb(255, 255, 51);
}
.Set1 .q0-7 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-7 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-7 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-7 {
  fill: rgb(152, 78, 163);
}
.Set1 .q4-7 {
  fill: rgb(255, 127, 0);
}
.Set1 .q5-7 {
  fill: rgb(255, 255, 51);
}
.Set1 .q6-7 {
  fill: rgb(166, 86, 40);
}
.Set1 .q0-8 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-8 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-8 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-8 {
  fill: rgb(152, 78, 163);
}
.Set1 .q4-8 {
  fill: rgb(255, 127, 0);
}
.Set1 .q5-8 {
  fill: rgb(255, 255, 51);
}
.Set1 .q6-8 {
  fill: rgb(166, 86, 40);
}
.Set1 .q7-8 {
  fill: rgb(247, 129, 191);
}
.Set1 .q0-9 {
  fill: rgb(228, 26, 28);
}
.Set1 .q1-9 {
  fill: rgb(55, 126, 184);
}
.Set1 .q2-9 {
  fill: rgb(77, 175, 74);
}
.Set1 .q3-9 {
  fill: rgb(152, 78, 163);
}
.Set1 .q4-9 {
  fill: rgb(255, 127, 0);
}
.Set1 .q5-9 {
  fill: rgb(255, 255, 51);
}
.Set1 .q6-9 {
  fill: rgb(166, 86, 40);
}
.Set1 .q7-9 {
  fill: rgb(247, 129, 191);
}
.Set1 .q8-9 {
  fill: rgb(153, 153, 153);
}
.Set2 .q0-3 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-3 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-3 {
  fill: rgb(141, 160, 203);
}
.Set2 .q0-4 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-4 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-4 {
  fill: rgb(141, 160, 203);
}
.Set2 .q3-4 {
  fill: rgb(231, 138, 195);
}
.Set2 .q0-5 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-5 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-5 {
  fill: rgb(141, 160, 203);
}
.Set2 .q3-5 {
  fill: rgb(231, 138, 195);
}
.Set2 .q4-5 {
  fill: rgb(166, 216, 84);
}
.Set2 .q0-6 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-6 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-6 {
  fill: rgb(141, 160, 203);
}
.Set2 .q3-6 {
  fill: rgb(231, 138, 195);
}
.Set2 .q4-6 {
  fill: rgb(166, 216, 84);
}
.Set2 .q5-6 {
  fill: rgb(255, 217, 47);
}
.Set2 .q0-7 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-7 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-7 {
  fill: rgb(141, 160, 203);
}
.Set2 .q3-7 {
  fill: rgb(231, 138, 195);
}
.Set2 .q4-7 {
  fill: rgb(166, 216, 84);
}
.Set2 .q5-7 {
  fill: rgb(255, 217, 47);
}
.Set2 .q6-7 {
  fill: rgb(229, 196, 148);
}
.Set2 .q0-8 {
  fill: rgb(102, 194, 165);
}
.Set2 .q1-8 {
  fill: rgb(252, 141, 98);
}
.Set2 .q2-8 {
  fill: rgb(141, 160, 203);
}
.Set2 .q3-8 {
  fill: rgb(231, 138, 195);
}
.Set2 .q4-8 {
  fill: rgb(166, 216, 84);
}
.Set2 .q5-8 {
  fill: rgb(255, 217, 47);
}
.Set2 .q6-8 {
  fill: rgb(229, 196, 148);
}
.Set2 .q7-8 {
  fill: rgb(179, 179, 179);
}
.Set3 .q0-3 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-3 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-3 {
  fill: rgb(190, 186, 218);
}
.Set3 .q0-4 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-4 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-4 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-4 {
  fill: rgb(251, 128, 114);
}
.Set3 .q0-5 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-5 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-5 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-5 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-5 {
  fill: rgb(128, 177, 211);
}
.Set3 .q0-6 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-6 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-6 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-6 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-6 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-6 {
  fill: rgb(253, 180, 98);
}
.Set3 .q0-7 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-7 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-7 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-7 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-7 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-7 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-7 {
  fill: rgb(179, 222, 105);
}
.Set3 .q0-8 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-8 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-8 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-8 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-8 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-8 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-8 {
  fill: rgb(179, 222, 105);
}
.Set3 .q7-8 {
  fill: rgb(252, 205, 229);
}
.Set3 .q0-9 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-9 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-9 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-9 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-9 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-9 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-9 {
  fill: rgb(179, 222, 105);
}
.Set3 .q7-9 {
  fill: rgb(252, 205, 229);
}
.Set3 .q8-9 {
  fill: rgb(217, 217, 217);
}
.Set3 .q0-10 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-10 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-10 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-10 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-10 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-10 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-10 {
  fill: rgb(179, 222, 105);
}
.Set3 .q7-10 {
  fill: rgb(252, 205, 229);
}
.Set3 .q8-10 {
  fill: rgb(217, 217, 217);
}
.Set3 .q9-10 {
  fill: rgb(188, 128, 189);
}
.Set3 .q0-11 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-11 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-11 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-11 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-11 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-11 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-11 {
  fill: rgb(179, 222, 105);
}
.Set3 .q7-11 {
  fill: rgb(252, 205, 229);
}
.Set3 .q8-11 {
  fill: rgb(217, 217, 217);
}
.Set3 .q9-11 {
  fill: rgb(188, 128, 189);
}
.Set3 .q10-11 {
  fill: rgb(204, 235, 197);
}
.Set3 .q0-12 {
  fill: rgb(141, 211, 199);
}
.Set3 .q1-12 {
  fill: rgb(255, 255, 179);
}
.Set3 .q2-12 {
  fill: rgb(190, 186, 218);
}
.Set3 .q3-12 {
  fill: rgb(251, 128, 114);
}
.Set3 .q4-12 {
  fill: rgb(128, 177, 211);
}
.Set3 .q5-12 {
  fill: rgb(253, 180, 98);
}
.Set3 .q6-12 {
  fill: rgb(179, 222, 105);
}
.Set3 .q7-12 {
  fill: rgb(252, 205, 229);
}
.Set3 .q8-12 {
  fill: rgb(217, 217, 217);
}
.Set3 .q9-12 {
  fill: rgb(188, 128, 189);
}
.Set3 .q10-12 {
  fill: rgb(204, 235, 197);
}
.Set3 .q11-12 {
  fill: rgb(255, 237, 111);
}
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}
.nvd3 .nv-axis.nv-disabled {
  opacity: 0;
}
.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}
.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}
.nvd3 .nv-bars .hover text {
  fill: rgba(0, 0, 0, 1);
}
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: rgba(0, 0, 0, 1);
  stroke: rgba(0, 0, 0, 0);
}
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}
.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: black;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
.nvd3.nv-bullet {
  font: 10px sans-serif;
}
.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8;
}
.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}
.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}
.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}
.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}
.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}
.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}
.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}
.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.nv-force-link {
  stroke: #999;
  stroke-opacity: .6;
}
.nv-force-node text {
  stroke-width: 0px;
}
.nvd3 .nv-legend .nv-disabled rect {
}
.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}
.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
svg.nvd3-svg {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-radius: 5px;
}
.nvd3 text {
  font: normal 12px Arial, sans-serif;
}
.nvd3 .title {
  font: bold 14px Arial, sans-serif;
}
.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
}
.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}
.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges;
}
.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition:
    fill-opacity 250ms linear,
    stroke-width 250ms linear,
    stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}
.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}
.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}
.nvd3.nv-pie path {
  fill-opacity: .7;
}
.nvd3.nv-pie .hover path {
  fill-opacity: 1;
}
.nvd3.nv-pie .nv-label {
  pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}
.nv-noninteractive {
  pointer-events: none;
}
.nv-distx,
.nv-disty {
  pointer-events: none;
}
.nvd3.nv-sparkline path {
  fill: none;
}
.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}
.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal;
}
.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em;
}
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.nvtooltip {
  position: absolute;
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}
.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}
.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}
.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}
.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}
.nvtooltip table td.key {
  font-weight: normal;
}
.nvtooltip table td.key.total {
  font-weight: bold;
}
.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}
.nvtooltip table td.percent {
  color: darkgray;
}
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none;
}
.nvd3 line.nv-guideline {
  stroke: #ccc;
}
@font-face {
  font-family: "ApercuBold";
  src: url(/assets/fonts/apercu/apercu-bold-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-bold-webfont.svg#ApercuBold) format("svg"),
    url(/assets/fonts/apercu/apercu-bold-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-bold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuBoldItalic";
  src: url(/assets/fonts/apercu/apercu-bolditalic-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-bolditalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-bolditalic-webfont.svg#ApercuBoldItalic) format("svg"),
    url(/assets/fonts/apercu/apercu-bolditalic-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-bolditalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuItalic";
  src: url(/assets/fonts/apercu/apercu-italic-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-italic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-italic-webfont.svg#ApercuItalic) format("svg"),
    url(/assets/fonts/apercu/apercu-italic-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-italic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuLight";
  src: url(/assets/fonts/apercu/apercu-light-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-light-webfont.svg#ApercuLight) format("svg"),
    url(/assets/fonts/apercu/apercu-light-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-light-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuLightItalic";
  src: url(/assets/fonts/apercu/apercu-lightitalic-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-lightitalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-lightitalic-webfont.svg#ApercuLightItalic) format("svg"),
    url(/assets/fonts/apercu/apercu-lightitalic-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-lightitalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuMedium";
  src: url(/assets/fonts/apercu/apercu-medium-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-medium-webfont.svg#ApercuMedium) format("svg"),
    url(/assets/fonts/apercu/apercu-medium-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-medium-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuMediumItalic";
  src: url(/assets/fonts/apercu/apercu-mediumitalic-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-mediumitalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-mediumitalic-webfont.svg#ApercuMediumItalic) format("svg"),
    url(/assets/fonts/apercu/apercu-mediumitalic-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-mediumitalic-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuMono";
  src: url(/assets/fonts/apercu/apercu-mono-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-mono-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-mono-webfont.svg#ApercuMono) format("svg"),
    url(/assets/fonts/apercu/apercu-mono-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-mono-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuRegular";
  src: url(/assets/fonts/apercu/apercu-regular-webfont.eot);
  src:
    url(/assets/fonts/apercu/apercu-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/apercu/apercu-regular-webfont.svg#ApercuRegular) format("svg"),
    url(/assets/fonts/apercu/apercu-regular-webfont.woff) format("woff"),
    url(/assets/fonts/apercu/apercu-regular-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url(/assets/fonts/opensans/opensans-bold-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-bold-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-bold-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-bold-webfont.svg#open_sansbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold_italic";
  src: url(/assets/fonts/opensans/opensans-bolditalic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-bolditalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-bolditalic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-bolditalic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-bolditalic-webfont.svg#open_sansbold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans_condensedbold";
  src: url(/assets/fonts/opensans/opensans-condbold-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-condbold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-condbold-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-condbold-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-condbold-webfont.svg#open_sans_condensedbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanscondensed_light";
  src: url(/assets/fonts/opensans/opensans-condlight-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-condlight-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-condlight-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-condlight-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-condlight-webfont.svg#open_sanscondensed_light) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansCnLtIt";
  src: url(/assets/fonts/opensans/opensans-condlightitalic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-condlightitalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-condlightitalic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-condlightitalic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-condlightitalic-webfont.svg#open_sansCnLtIt) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url(/assets/fonts/opensans/opensans-extrabold-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-extrabold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-extrabold-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-extrabold-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-extrabold-webfont.svg#open_sansextrabold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url(/assets/fonts/opensans/opensans-extrabolditalic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-extrabolditalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-extrabolditalic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-extrabolditalic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url(/assets/fonts/opensans/opensans-italic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-italic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-italic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-italic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-italic-webfont.svg#open_sansitalic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url(/assets/fonts/opensans/opensans-light-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-light-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-light-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-light-webfont.svg#open_sanslight) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight_italic";
  src: url(/assets/fonts/opensans/opensans-lightitalic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-lightitalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-lightitalic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-lightitalic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-lightitalic-webfont.svg#open_sanslight_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url(/assets/fonts/opensans/opensans-regular-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-regular-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-regular-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-regular-webfont.svg#open_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url(/assets/fonts/opensans/opensans-semibold-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-semibold-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-semibold-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold_italic";
  src: url(/assets/fonts/opensans/opensans-semibolditalic-webfont.eot);
  src:
    url(/assets/fonts/opensans/opensans-semibolditalic-webfont.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/opensans/opensans-semibolditalic-webfont.woff) format("woff"),
    url(/assets/fonts/opensans/opensans-semibolditalic-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url(/assets/fonts/montserrat/montserrat-bold.eot);
  src:
    url(/assets/fonts/montserrat/montserrat-bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/montserrat/montserrat-bold.woff2) format("woff2"),
    url(/assets/fonts/montserrat/montserrat-bold.woff) format("woff"),
    url(/assets/fonts/montserrat/montserrat-bold.ttf) format("truetype"),
    url(/assets/fonts/montserrat/montserrat-bold.svg#montserratbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url(/assets/fonts/montserrat/montserrat-regular.eot);
  src:
    url(/assets/fonts/montserrat/montserrat-regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/montserrat/montserrat-regular.woff2) format("woff2"),
    url(/assets/fonts/montserrat/montserrat-regular.woff) format("woff"),
    url(/assets/fonts/montserrat/montserrat-regular.ttf) format("truetype"),
    url(/assets/fonts/montserrat/montserrat-regular.svg#montserratregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratblack";
  src: url(/assets/fonts/montserrat/montserrat-black.eot);
  src:
    url(/assets/fonts/montserrat/montserrat-black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/montserrat/montserrat-black.woff2) format("woff2"),
    url(/assets/fonts/montserrat/montserrat-black.woff) format("woff"),
    url(/assets/fonts/montserrat/montserrat-black.ttf) format("truetype"),
    url(/assets/fonts/montserrat/montserrat-black.svg#montserratblack) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratthin";
  src: url(/assets/fonts/montserrat/montserrat-thin.eot);
  src:
    url(/assets/fonts/montserrat/montserrat-thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/montserrat/montserrat-thin.woff2) format("woff2"),
    url(/assets/fonts/montserrat/montserrat-thin.woff) format("woff"),
    url(/assets/fonts/montserrat/montserrat-thin.ttf) format("truetype"),
    url(/assets/fonts/montserrat/montserrat-thin.svg#montserratthin) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url(/assets/fonts/montserrat/montserrat-light.eot);
  src:
    url(/assets/fonts/montserrat/montserrat-light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/montserrat/montserrat-light.woff2) format("woff2"),
    url(/assets/fonts/montserrat/montserrat-light.woff) format("woff"),
    url(/assets/fonts/montserrat/montserrat-light.ttf) format("truetype"),
    url(/assets/fonts/montserrat/montserrat-light.svg#montserratlight) format("svg");
  font-weight: normal;
  font-style: normal;
}
#ContentBody {
  padding: 65px 25px 75px 25px;
}
@media screen and (max-width: 991px) {
  #ContentBody {
    padding-top: 65px;
    padding-right: 20px;
  }
}
*,
*:after,
*::before {
  box-sizing: border-box;
}
html,
body {
  padding: 0 !important;
  height: 100%;
}
body {
  padding: 50px 0 0 0;
  color: #333;
  background-color: #ebebeb;
  height: auto;
  margin-bottom: 65px;
}
body .loading,
body .loading * {
  cursor: progress;
}
#colors {
  display: none;
}
#colors .primary {
  color: #004b5e;
}
#colors .secondary {
  color: #eeeeee;
}
.vertical-center {
  vertical-align: middle;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter {
  padding-right: 0;
  padding-left: 0;
}
.no-gutter-r .box {
  border-right: 0px solid transparent;
}
.no-gutter-r .box .boxcontent {
  border-right: 1px solid #dbdbdb;
}
.no-gutter-l .box {
  border-left: 0px solid transparent;
}
.no-gutter-l .box .boxcontent {
  border-left: 0px solid #dbdbdb;
}
figure {
  margin: 0;
  position: relative;
}
.container {
  max-width: 100%;
  width: 100%;
}
a:focus {
  outline: 0;
}
.showD {
  color: inherit !important;
}
.showAparent {
  padding: 20px;
}
.zwitch {
  z-index: 0 !important;
  opacity: 0;
}
.bg {
  border-left: 1px solid #ffffff;
}
.expanded {
  width: 100% !important;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  border-right: 1px;
  margin-right: 0px;
  transition: width 0.5s ease-in-out;
}
h4 a + .dropdown-menu {
  margin-top: 6px !important;
}
form h4,
form h3,
form h5 {
  font-size: 12px;
  color: #004b5e;
}
.padded {
  padding: 40px;
  padding-top: 10px;
}
.padded-top {
  margin-top: 30px;
}
.shine {
  background-color: #ffffff;
}
.max {
  background-color: #bcbeca;
}
.firstItem {
  box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.25);
}
.paddel {
  padding-left: 40px;
}
.padder {
  padding-right: 40px;
}
.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.slide-bg {
  min-height: 100px;
}
.slide-bg ul.navigation {
  height: 100px;
}
.dynamic-scrollbar-resize-for-page {
  --forSomeReason: "empty ruleset is required? (I'm not fully convinced, but comment says to leave it empty)";
}
.ajax-loading {
  background: url("data:image/svg+xml;utf8,<svg id='bubbles' fill='rgba(0, 75, 94, 0.99)' width='46' height='20' viewBox='0 0 46 20' xmlns='http://www.w3.org/2000/svg'><g><circle cx='10' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;1;3;5;6;5;3;1;0;0' repeatCount='indefinite'></animate></circle><circle cx='23' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;1;3;5;6;5;2;1;0' repeatCount='indefinite'></animate></circle><circle cx='36' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;0;1;3;5;6;5;2;1' repeatCount='indefinite'></animate></circle></g></svg>") no-repeat 50% 50%;
}
.ajax-loading.ajax-loading-off {
  background-image: none;
}
.loader-msgs {
  background-color: #fff;
  text-align: center;
}
.loader-msgs span {
  display: inline-block;
  visibility: hidden;
  width: 0;
  position: absolute;
  left: 0;
  top: 40px;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.53846154;
  color: #004b5e;
  animation-name: message-switch;
  animation-duration: 6s;
}
.loader-msgs span:nth-child(1) {
  animation-delay: 6s;
}
.loader-msgs span:nth-child(2) {
  animation-delay: 12s;
}
.loader-msgs span:nth-child(3) {
  animation-delay: 18s;
}
.loader-msgs span:nth-child(4) {
  animation-delay: 24s;
}
.loader-msgs span:nth-child(5) {
  animation-delay: 30s;
}
.loader-msgs span:nth-child(6) {
  animation-delay: 36s;
}
.loader-msgs span:nth-child(7) {
  animation-delay: 42s;
}
.loader-msgs span:nth-child(8) {
  animation-delay: 48s;
}
.loader-msgs span:nth-child(9) {
  animation-delay: 54s;
}
.loader-msgs span:nth-child(10) {
  animation-delay: 60s;
}
.loader-msgs span:nth-child(11) {
  animation-delay: 66s;
}
.loader-msgs span:nth-child(12) {
  animation-delay: 72s;
}
.loader-msgs span:nth-child(13) {
  animation-delay: 78s;
}
.loader-msgs span:nth-child(14) {
  animation-delay: 84s;
}
.loader-msgs span:nth-child(15) {
  animation-delay: 90s;
}
.loader-msgs span:nth-child(16) {
  animation-delay: 96s;
}
.loader-msgs span:nth-child(17) {
  animation-delay: 102s;
}
.loader-msgs span:nth-child(18) {
  animation-delay: 108s;
}
.loader-msgs span:nth-child(19) {
  animation-delay: 114s;
}
@keyframes message-switch {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px);
  }
  1% {
    width: 100%;
  }
  5% {
    visibility: visible;
    opacity: 0.4;
  }
  30% {
    opacity: 1;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 0.2;
  }
  95% {
    width: 100%;
    visibility: hidden;
    transform: translateX(40px);
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.ajax-loading {
  background-size: 26px;
}
.xdebug-error,
.xdebug-notice {
  margin-top: 100px;
}
.adex-ac-text-input-hidden {
  color: #ffffff !important;
}
.prevent-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.prevent-text-selection-recursive,
.prevent-text-selection-recursive * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.prevent-text-selection-recursive input,
.prevent-text-selection-recursive textarea {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}
.segment-builder-range-item-container .ajax-loading-segment-builder-panel,
.twitter-typeahead .ajax-loading-segment-builder-panel {
  top: 4px;
}
.ajax-loading-sb {
  min-height: 31px;
}
.form-group .slider-horizontal {
  width: 100% !important;
}
.tt-menu-header,
.tt-dropdown-menu-header {
  padding: 3px 8px;
  color: #b0b0b0;
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  width: 100%;
}
.tt-menu-footer,
.tt-dropdown-menu-footer {
  padding: 3px 8px;
  color: #b0b0b0;
  border-top: 1px solid #eeeeee;
  display: inline-block;
  width: 100%;
}
.btn-icon:active {
  background-image: none;
  box-shadow: none;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ol.sortable {
  list-style-type: none;
}
ol.sortable li.placeholder {
  position: relative;
  border-bottom: 1px solid #004b5e;
  opacity: 0.5;
}
.navbar-toggle {
  float: right;
  border-radius: 0px;
  border: 0px solid red;
  padding: 0px;
  height: 62px;
  width: 55px;
  margin: 0 0 0 1px;
}
.display_inline-block {
  display: inline-block;
}
.ui-widget-content {
  border-radius: 0;
}
.btn-secondary {
  color: #6a6a6a;
  background-color: #eeeeee;
  border-color: #dadada;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #6a6a6a;
  background-color: #d5d5d5;
  border-color: #9a9a9a;
}
.btn-secondary:hover {
  color: #6a6a6a;
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #6a6a6a;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #bbbbbb;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #6a6a6a;
  background-color: #c3c3c3;
  border-color: #9a9a9a;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #eeeeee;
  border-color: #dadada;
}
.btn-secondary .badge {
  color: #eeeeee;
  background-color: #6a6a6a;
}
.icon-align-with-text-small {
  font-size: 33px;
  line-height: 33px;
}
@media (min-width: 992px) {
  body {
    padding: 0 0 0 125px !important;
  }
  .navmenu {
    padding-top: 0;
  }
}
.box .boxheader .dropdown-menu:not(.context-menu) {
  margin-top: 6px;
  border: 1px solid #dbdbdb;
}
.modal-dialog {
  right: auto;
  width: 600px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-dialog .modal-content {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
}
.modal-dialog .modal-header {
  padding: 15px 10px 10px !important;
  min-height: 50px;
  background-color: #004b5e;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px 4px 0px 0px;
}
.modal-dialog .modal-header .close {
  margin-top: 0;
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  color: #ffffff;
  width: 18px;
  height: 18px;
}
.modal-dialog .modal-header .close:hover {
  background-color: #003f4f;
  border-radius: 15px;
}
.modal-dialog .modal-header .modal-title {
  font-family: "montserratthin", sans-serif;
  font-weight: normal;
}
.modal-dialog .modal-header h4 {
  font-size: 12px;
}
.modal-dialog .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-backdrop {
  background-color: #505050;
}
.modal-backdrop.in {
  opacity: 0.9;
}
[data-notify=container] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  padding: 18px 20px;
}
[data-notify=container] .glyphicon {
  margin: 0 7px 0 -2px;
  top: 3px;
  float: left;
}
[data-notify=container] [data-notify=message] {
  display: block;
  float: left;
  width: 83%;
}
[data-notify=container] [data-notify=dismiss] {
  width: 18px;
  height: 18px;
  text-shadow: none;
}
[data-notify=container] [data-notify=dismiss]:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
[data-notify=container] ul {
  padding: 0 0 0 20px;
  margin-top: 12px;
}
.alert {
  border-radius: 3px;
}
.alert > ul {
  margin-top: 12px;
}
.form-messages .glyphicon {
  margin: 0 7px 0 -2px;
  top: 3px;
  float: left;
}
.form-messages [data-notify=message] {
  display: inline-block;
  width: 85%;
}
.form-messages ul {
  padding: 0 0 0 20px;
  margin-top: 12px;
}
.box .alert {
  background-color: #ebebeb;
  padding: 16px 20px;
  border: 0;
}
.box .well {
  padding: 16px 20px;
  border: 0;
  border-radius: 3px;
  background-color: #ebebeb;
  box-shadow: none;
  color: #999999;
}
.box .well > .table {
  margin-bottom: 0 !important;
}
.box .boxcontent .well h3,
.box .boxcontent .well th {
  color: #999999;
}
.box .boxcontent .well th,
.box .boxcontent .well td {
  padding: 4px 8px 4px 0;
  line-height: 15px;
  vertical-align: text-bottom;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.dimension-tree {
}
.dimension-tree h1 {
  margin: 10px;
}
.dimension-tree a {
  color: #000000;
}
.dimension-tree a.btn,
.dimension-tree button.btn {
  color: #a8a8a8;
  background-color: #eeeeee;
  border-color: #dadada;
  line-height: 1;
  padding: 4px 6px;
  height: 20px;
  width: 25px;
  border: 0;
}
.dimension-tree a.btn:hover,
.dimension-tree button.btn:hover,
.dimension-tree .clickarea:hover + div .icon-arrow-right {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #adadad;
}
.dimension-tree a.btn:hover,
.dimension-tree button.btn:hover,
.dimension-tree .clickarea:hover + div .icon-arrow-right {
  color: #6a6a6a;
  background-color: #dadada;
  border-color: #c4c4c4;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.dimension-tree ul {
  margin-right: -36px;
}
.dimension-tree ul li {
  padding-right: 36px !important;
}
.dimension-tree > ul {
  padding-left: 0;
  margin-right: 0 !important;
}
.dimension-tree > ul > li {
  margin-top: 0 !important;
}
.dimension-tree li ul:not(.dropdown-menu) {
  padding-left: 18px;
}
.dimension-tree li ul.treelevel_1 {
  padding-left: 26px;
}
.dimension-tree ul:not(.dropdown-menu) > li {
  list-style-type: none;
  position: relative;
  font-size: 12px;
}
.dimension-tree ul:not(.dropdown-menu) > li::before,
.dimension-tree ul:not(.dropdown-menu) > li::after {
  content: "";
  left: -12px;
  position: absolute;
  right: auto;
}
.dimension-tree ul:not(.dropdown-menu) > li > ul:not(.dropdown-menu) > li {
  display: none;
  width: 100%;
}
.dimension-tree ul:not(.dropdown-menu) > li::before {
  border-left: 1px solid #efefef;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.dimension-tree ul:not(.dropdown-menu) > li::after {
  border-top: 1px solid #efefef;
  height: 20px;
  top: 10px;
  width: 8px;
}
.dimension-tree ul:not(.dropdown-menu) > li:last-child::before {
  height: 10px;
}
.dimension-tree ul:not(.dropdown-menu) span.icon {
  cursor: pointer;
  color: #efefef;
  margin-right: 5px;
}
.dimension-tree .clickarea {
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.dimension-tree .clickarea .tree-label {
  color: #333333;
  font-family:
    ApercuLight,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 17px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.dimension-tree .clickarea .tree-label a {
  display: inline-block;
}
.dimension-tree .clickarea .icon {
  padding: 0;
}
.dimension-tree .clickarea .icon::before {
  position: absolute;
  top: 0;
  left: 0;
}
.dimension-tree .clickarea .icon-medium::before {
  top: 5px;
}
.dimension-tree .clickarea .icon-big .tree-label {
  margin-left: 23px;
}
.dimension-tree .sb-additional-actions {
  height: 22px;
}
.dimension-tree .panel-collapse > ul {
  margin-top: 10px;
  margin-bottom: 5px;
}
.dimension-tree .dropdown-menu {
  font-size: 12px;
}
.dimension-tree .icon-bigger {
  font-size: 33px;
  line-height: 33px;
  margin-right: 0px;
  vertical-align: middle;
  color: #bbbbbb;
}
.dimension-tree .icon-big {
  font-size: 24px;
  line-height: 20px;
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
  color: #bbbbbb;
}
.dimension-tree .icon-medium {
  font-size: 16px;
  line-height: 12px;
  margin-right: 0px;
  vertical-align: middle;
  color: #bbbbbb;
}
.dimension-tree .treelevel_1 .icon-big {
  margin-right: 0px;
  margin-left: 0px;
}
.dimension-tree .icon-medium.icon-tag,
.dimension-tree .icon-medium.icon-tags {
  font-size: 13px;
}
.dimension-tree .icon-big.icon-tag,
.dimension-tree .icon-big.icon-tags {
  font-size: 15px;
  margin-left: 5px !important;
}
.dimension-tree .panel-heading {
  cursor: default;
  border: none;
}
.dimension-tree .panel-heading h6 {
  display: block;
}
.dimension-tree .panel-heading a span.icon-big,
.dimension-tree .panel-heading a.collapsed span.icon-big,
.dimension-tree .panel-heading a.collapsed span.icon-bigger {
  color: #bbbbbb;
  transition: color 0.5s ease-out;
}
.dimension-tree .panel-heading a:hover span.icon-big,
.dimension-tree .panel-heading a span.icon-big,
.dimension-tree .panel-heading a span.icon-bigger {
  color: #004b5e;
  transition: color 0.5s ease-in;
}
.dimension-tree li > .clickarea > .icon {
  color: #bbbbbb;
  transition: color 0.5s ease-out;
}
.dimension-tree li:hover > .clickarea > .icon {
  color: #004b5e;
  transition: color 0.5s ease-in;
}
.dimension-tree .btn + .btn {
  margin-left: 0;
}
.dimension-tree .option_CustomerMainTree .panel-collapse > ul,
.dimension-tree .option_CustomerMainTreeFlat .panel-collapse > ul,
.dimension-tree .option_CustomerTreeFlat .panel-collapse > ul {
  margin-top: 5px;
}
.dimension-tree .option_CustomerMainTree .treelevel_1 .clickarea,
.dimension-tree .option_CustomerMainTreeFlat .treelevel_1 .clickarea,
.dimension-tree .option_CustomerTreeFlat .treelevel_1 .clickarea {
  height: 28px;
}
.dimension-tree .option_CustomerMainTree .treelevel_2 .clickarea,
.dimension-tree .option_CustomerMainTreeFlat .treelevel_2 .clickarea,
.dimension-tree .option_CustomerTreeFlat .treelevel_2 .clickarea {
  height: 25px;
}
.dimension-tree ul.treelevel_1 > li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.dimension-tree .treelevel_0 .icon-medium {
  margin: 4px 6px 4px 10px;
  margin-right: 6px !important;
}
.dimension-tree .treelevel_0 .icon-big {
  line-height: 33px !important;
  margin-left: 2px !important;
}
.dimension-tree .treelevel_1 .icon {
  display: inline-block;
}
.dimension-tree .treelevel_1 .icon-medium {
  margin: 0 5px 0 0 !important;
}
.dimension-tree .treelevel_1 .icon-medium.icon-folder,
.dimension-tree .treelevel_1 .icon-medium.icon-folder-open {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.dimension-tree .treelevel_1 .icon-big {
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dimension-tree .treelevel_1 .icon-big::before {
  top: -3px !important;
  left: -4px !important;
}
.dimension-tree ul.treelevel_1 > li,
.dimension-tree .tree > ul.treelevel_1 > li {
  padding: 0;
}
.dimension-tree .panel-heading {
  float: none;
  clear: both;
}
.dimension-tree .col-md-8 {
  padding-left: 0;
}
.dimension-tree h6 > a {
  display: block;
}
.dimension-tree .panel-heading .col-md-4.pull-right {
  padding-right: 0;
}
.dimension-tree .panel-heading .sb-additional-actions {
  margin-top: 7px;
}
.dimension-tree ul:not(.dropdown-menu) > .sb-tree-item.dragged::before {
  content: none;
  border: 0;
}
.dimension-tree .sb-tree-item.grayed-out .clickarea,
.dimension-tree .sb-tree-item.inactive .clickarea,
.dimension-tree .sb-tree-item.grayed-out .sb-additional-actions,
.dimension-tree .sb-tree-item.inactive .sb-additional-actions {
  opacity: 0.3;
}
.dimension-tree .sb-tree-item.filtered-out {
  display: none;
}
.sharing-badge {
  border: 1px solid #e3e3e3;
  background-color: #eee;
  color: #555;
  font-weight: bold;
  min-width: 23px;
  margin-top: 1px;
  padding: 3px 6px 2px;
  height: auto;
  border-radius: 10px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.searched {
  display: list-item !important;
}
.float-right {
  float: right !important;
}
.top-date-group {
  display: block;
  padding: 12px 0;
}
.loading-container {
  text-align: center;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.loading-container div {
  position: absolute;
  bottom: 50%;
}
@media (min-width: 1399px) {
  .form-messages [data-notify=message] {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .form-messages [data-notify=message] {
    width: 91%;
  }
  .box .well {
    padding: 10px 20px;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
#customer-selector {
  text-align: left;
}
#top_menu {
  background-image: none;
  background-color: #002129;
  background: linear-gradient(90deg, #002129 0%, #003441 50%, #004b5e 100%);
  height: 45px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
#top_menu .navbar-brand {
  display: block;
  float: left;
  min-width: 150px;
  max-width: 145px;
  height: 45px;
  width: auto;
  padding: 0 0 2px;
  text-align: center;
}
#top_menu .navbar-brand img {
  height: 23px;
  width: 91.5px;
  margin: 11px 0 0 10px;
}
#top_menu .navbar-text {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 145px;
  z-index: -1;
}
#top_menu .navbar-text h1 {
  color: #fff;
  line-height: 1.3;
  padding: 0 0 0 20px;
  margin: 14px 0 0;
  font-family: "montserratthin", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  max-height: 1.3em;
  overflow-y: hidden;
}
#top_menu .username {
  color: #fff;
  margin: 13px 30px 0 0;
  text-align: right;
}
#top_menu .menu-container {
  background-color: transparent;
  height: 42px;
  padding-left: 10px;
}
#top_menu #customerselector {
  height: 24px;
  margin: 12px 0 0;
  float: left;
}
#top_menu #customerselector > div {
  width: 270px;
  background-color: transparent;
}
#top_menu #customerselector .btn-default {
  border: 0;
  color: #fff;
}
#top_menu #customerselector .btn-default .filter-option-inner-inner {
  text-align: right;
}
#top_menu #customerselector span.text {
  float: left;
  max-width: 215px;
}
#top_menu #customerselector .selected span.text {
  max-width: 204px;
  overflow: hidden;
}
#top_menu #usermenu {
  margin: 0 20px 0 0;
}
#top_menu #usermenu > li > a {
  color: #fff;
  padding: 13px 10px 21px 10px;
  max-height: 45px;
  font-size: 12px;
}
#top_menu #usermenu > li > a:hover {
  transition: none;
}
#top_menu #usermenu > li > a .icon-book {
  display: inline-block;
  margin-top: 1px;
}
#top_menu #usermenu > li > a .icon-user {
  font-size: 14px;
}
#top_menu #usermenu > li > a:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#top_menu #usermenu > li > ul.dropdown-menu {
  padding: 0;
  border-top: 0;
  border-color: #e7e7e7;
  right: -1px;
}
#top_menu #usermenu > li > ul.dropdown-menu li span {
  padding: 0 6px 0 5px;
  float: left;
}
#top_menu #usermenu > li > ul.dropdown-menu li .icon-exit {
  padding-left: 6px;
}
#top_menu #usermenu > li > ul.dropdown-menu li a {
  color: #004b5e;
  font-size: 11px;
  padding: 8px;
  background-color: transparent;
}
#top_menu #usermenu > li > ul.dropdown-menu li a:hover {
  background: #0e3843;
  color: #eee;
}
#top_menu #usermenu > li.open > a {
  background: #0e3843;
}
#top_menu #usermenu > li a:hover {
  background: #0e3843;
}
#customerselector .selected span.check-mark,
#userselector .selected span.check-mark {
  float: right;
}
#customerselector li a:hover,
#userselector li a:hover,
#customerselector .dropdown-menu > .active a,
#userselector .dropdown-menu > .active a {
  background-color: #0e3843;
}
#customerselector .dropdown-menu > .selected a,
#userselector .dropdown-menu > .selected a {
  background-color: #004b5e;
}
#customerselector .dropdown-toggle,
#userselector .dropdown-toggle {
  border-radius: 0;
}
#customerselector li > a.sub {
  padding-left: 17px;
}
#customerselector li > a.sub:before {
  position: absolute;
  top: 6px;
  left: 13px;
  font-family: "icomoon";
  font-size: 9px;
  content: "\e70a";
  float: left;
  color: #d5d5d5;
}
#customerselector li {
  padding-left: 8px;
}
#customerselector li > a {
  padding: 5px 10px 4px 6px;
  overflow: hidden;
  max-width: 250px;
}
#customerselector .dropdown-menu.inner {
  padding-bottom: 7px;
}
#customerselector .bootstrap-select .btn-default {
  background-color: transparent;
}
#customerselector .bootstrap-select.form-control .dropdown-toggle div.filter-option {
  text-align: right;
  padding-right: 0;
}
#customerselector .bootstrap-select.form-control .dropdown-toggle span.caret {
  display: none;
}
#customerselector .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.navbar-default {
  background-color: transparent;
  z-index: 1029;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222;
}
.navbar-toggle {
  float: left;
  margin: -1px 0 0 1px;
  padding: 1px 15px 1px;
  height: 45px;
  display: block !important;
  transition: background 0.3s ease;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:active {
  background: #0e3843;
}
.navmenu.in + header .navbar-toggle {
  padding-top: 3px;
  background: #0e3843;
}
.navmenu.in + header .navbar-toggle span {
  background-color: #eee;
}
header .nav > li > a:hover,
header .nav > li > a:focus {
  border: 0;
}
.nav-tabs .dropdown-menu.context-menu {
  min-width: 200px;
  margin-top: 0;
}
[data-release-notification=true] {
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 0.125rem solid;
  display: inline-block;
  color: red;
  background-color: red;
  position: absolute;
  top: 10px;
  right: 5px;
}
.notification-flag-red {
  color: red;
}
@media (max-width: 991px) {
  #top_menu .navbar-brand {
    min-width: 115px;
  }
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    min-width: 320px;
  }
}
#side_menu {
  top: 45px;
  z-index: 1031;
  width: 150px;
  overflow-x: visible !important;
  background-color: #ebebeb;
}
#MainMenu {
  padding: 24px 0 40px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: transparent;
}
#MainMenu .panel {
  background-color: transparent;
  box-shadow: none;
}
#MainMenu .panel .list-group-item {
  background-color: transparent;
  height: auto;
  margin-bottom: 2px;
  line-height: 30px;
  padding: 0 0 0 8px;
  color: #7a7a7a;
  border: 0 none;
  transition: color 0.5s ease-out, padding 0.1s ease-out;
}
#MainMenu .panel .list-group-item:last-child {
  margin-bottom: 7px;
}
#MainMenu .panel .list-group-item:hover,
#MainMenu .panel .list-group-item.list-group-item:hover,
#MainMenu .panel .list-group-item:not(.collapsed) {
  color: #7a7a7a;
  transition: color 0.2s ease-in, padding 0.1s ease-in;
}
#MainMenu .panel .list-group-item:hover {
  color: #333 !important;
}
#MainMenu .panel .list-group-item:hover .icon {
  color: #004b5e !important;
}
#MainMenu .panel .list-group-item .icon {
  font-size: 90%;
  vertical-align: baseline;
  text-align: center;
  padding: 8px;
  padding-bottom: 0;
}
#MainMenu .panel .list-group-submenu .list-group-item {
  border: 1px solid transparent;
  padding: 0 0 1px 22px;
  line-height: 21px;
  height: auto;
  text-transform: none;
  border-left: 1px solid #004b5e;
  border-left: 0;
}
#MainMenu .panel .list-group-submenu .list-group-item.active,
#MainMenu .panel .list-group-submenu .list-group-item:hover {
  padding-left: 25px;
  color: #333;
  border-left: 2px solid #004b5e;
}
#MainMenu .panel .list-group-submenu .list-group-item:last-child {
  margin-bottom: 2px;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  #side_menu {
    background-color: #ebebeb;
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.15);
    width: 170px;
  }
}
@media screen and (min-width: 991px) {
  #toggle-side-menu {
    display: none !important;
  }
}
.list-group-item {
  padding: 5px 10px;
}
.list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group {
  border: none;
  min-height: 0;
  margin-bottom: 0;
}
body.login {
  padding: 0 !important;
}
.login {
  background: #002129;
  background: url(/img/x.svg) no-repeat top right / 385px 340px, linear-gradient(90deg, #002129 0%, #003441 50%, #004b5e 100%);
}
.login .login-grid {
  display: grid;
  grid-template-columns: 1.75fr 1fr 1.75fr;
  grid-auto-rows: 30vh 1fr 0.5fr;
  gap: 0 0;
  grid-template-areas: "top top top" ". login-form ." "bottom bottom bottom";
}
.login .login-form {
  grid-area: login-form;
  min-width: 20vw;
  min-height: 33vh;
  font-size: 14px;
}
.login .login-form input:-webkit-autofill,
.login .login-form input:-webkit-autofill:active {
  color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.login .login-form input:autofill,
.login .login-form input:autofill:active {
  color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}
.login .login-form .input-error:focus {
  box-shadow: none;
}
.login .adex-x {
  position: absolute;
  opacity: 0.19;
  max-width: 450px;
  top: 0;
  right: 0;
}
.login .logo {
  max-width: 100%;
}
.login form {
  margin: 40px 0 0;
}
.login .form-messages {
  margin: 40px 0 0;
}
.login .alert-danger,
.login .alert-success {
  background-color: #fff;
}
.login .float-label {
  border: 1px solid #ffffff;
  border-radius: 2px;
  height: 55px;
  position: relative;
  margin-bottom: 22px;
}
.login .float-label label {
  opacity: 0;
  position: absolute;
  top: 0;
}
.login .float-label input {
  padding: 0 12px 0 12px;
  height: 53px;
}
.login .float-label .float {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 15px;
  left: 11px;
  text-transform: capitalize;
  top: -3px;
  transition: all 0.24s ease-in-out;
  transform: translate(0, 18px) scale(1);
  position: absolute;
  z-index: -1;
}
.login .float-label input:focus {
  outline: 0;
}
.login .float-label ::placeholder {
  transition: inherit;
  opacity: 0;
}
.login .float-label input:focus::placeholder {
  opacity: 1;
}
.login .float-label input:-webkit-autofill + .float {
  transform-origin: top left;
  transform: translate(0, 5px) scale(0.7);
  cursor: pointer;
}
.login .float-label input:autofill + .float,
.login .float-label input:not(:placeholder-shown) + .float,
.login .float-label input:focus + .float {
  transform-origin: top left;
  transform: translate(0, 5px) scale(0.7);
  cursor: pointer;
}
.login input[type=text],
.login input[type=password] {
  background-color: transparent;
  border: transparent;
  color: #fff;
  font-size: 14px;
}
.login .form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
#login input[type=submit] {
  background-color: #fff;
  border-radius: 2px;
  border-bottom: none;
  color: #003441;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: 18px;
  min-height: 40px;
  text-transform: uppercase;
  width: 100%;
}
#login input[type=submit]:active {
  padding-top: 3px;
}
.vm-logo {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 375px;
  height: 60px;
}
.vm-logo img {
  max-width: 375px;
  opacity: 0.19;
}
.dashboard .icon-big {
  color: #000;
  font-size: 40px;
  line-height: 20px;
}
.dashboard .icon-big-profiles {
  font-size: 55px;
  line-height: 50px;
}
.dashboard .chart {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #dbdbdb;
}
.dashboard .chart svg {
  width: auto !important;
  height: auto !important;
}
.dashboard .background {
  fill: none;
}
.dashboard .area {
  fill: #004b5e;
  opacity: 0.7;
}
.dashboard .title {
  font-size: 12px;
}
.dashboard .axis line,
.dashboard .grid line {
  stroke-width: 0.5px;
  shape-rendering: crispEdges;
  stroke: #dbdbdb;
  opacity: 0.5;
  pointer-events: none;
}
.dashboard .axis path {
  display: none;
}
.dashboard .hidden {
  display: none;
  opacity: 0;
}
.dashboard #button-wrap {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.dashboard circle {
  fill: #004b5e;
}
.dashboard .button {
  cursor: pointer;
  float: left;
  width: 100px;
  height: 30px;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #cecece;
  display: block;
  padding-top: 5px;
  margin-top: 10px;
  border-radius: 5px 5px 5px 5px;
}
.dashboard .button.active {
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.18);
  pointer-events: none;
  background-color: #e6e6e6;
}
.dashboard #count {
  border-radius: 5px 0px 0px 5px;
}
.dashboard #name {
  border-radius: 0px 5px 5px 0px;
}
.dashboard .no-gutter-l {
  padding-left: 0;
}
.dashboard .table .na {
  color: #999999;
}
.dashboard .table-attr {
  margin: 30px 10px 0 10px;
  width: 95%;
}
.dashboard .table-attr > thead > tr > th,
.dashboard .table-attr > thead > tr > td {
  border-bottom: 0;
}
.dashboard .table-attr > tbody > tr > th,
.dashboard .table-attr > tbody > tr > td {
  border-top: 0;
}
.dashboard .table-attr > tbody > .owned > th,
.dashboard .table-attr > tbody > .owned > td {
  border-bottom: 1px solid #dbdbdb;
}
.dashboard .zoom-ctrl {
  position: absolute;
  display: none;
  width: 26px;
  margin-top: -15px;
}
.dashboard .btn-zoom {
  font-size: 10px;
  padding: 2px 5px 1px;
  margin-bottom: 4px;
}
.dashboard .btn-zoom:focus {
  color: #6a6a6a;
  background: #eeeeee;
  border-color: #dadada;
}
.dashboard .actions-toolbar {
  margin: 10px 10px -15px 0;
  overflow: auto;
  position: relative;
  right: 0;
}
.dashboard .actions-toolbar [class*=icon] {
  background-color: #eee;
  border: 0;
  color: #bbb;
  padding: 2px 10px;
  transition: none;
  width: 20px;
}
.dashboard .actions-toolbar [class*=icon]:before {
  background: transparent;
  display: block;
  opacity: 1;
  top: 1px;
}
.dashboard .actions-toolbar .ant-btn-clicked.icon-filter:after {
  display: none;
}
.dashboard .actions-toolbar button {
  float: right;
}
.dashboard .actions-toolbar button:hover {
  background: #dadada;
  color: #bbb;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.dashboard .actions-toolbar button:focus {
  background-color: #eee;
}
.dashboard .actions-toolbar button:active {
  background-color: #eee;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #333;
}
.dashboard .actions-toolbar button:active:hover {
  color: #333;
}
.dashboard .actions-toolbar button:first-child {
  margin-right: 10px;
}
.dashboard-chart-widget {
  position: relative;
  height: 280px;
}
.chart-container {
  height: 200px;
}
.history-chart {
  padding: 20px 0 0 0 !important;
}
.history-chart .load-error {
  height: 180px;
  margin-top: -7px;
}
.full-height {
  height: 180px;
}
.row.history:last-child {
  padding-bottom: 20px !important;
}
.echarts-tooltip-series {
  clear: both;
}
.echarts-tooltip-series.total {
  border-top: 1px solid #eee;
}
.echarts-tooltip-series-date {
  font-weight: bold;
  float: left;
}
.echarts-tooltip-series-marker {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #c2bebe;
  margin: 3px 9px 0 0;
}
.echarts-tooltip-series-name {
  float: left;
  margin-right: 5px;
}
.echarts-tooltip-series-name.text-left {
  text-align: left;
}
.total .echarts-tooltip-series-name {
  font-weight: bold;
}
.echarts-tooltip-series-number {
  display: block;
  float: right;
  font-weight: bold;
}
.adex-distribution-bars {
  height: 100%;
}
.adex-distribution-bars ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all 100ms;
  overflow: hidden;
  opacity: 0;
}
.adex-distribution-bars ul.adex-distribution-bars-ul-visible {
  opacity: 1;
  width: 100%;
}
.adex-distribution-bars ul.adex-distribution-bars-ul-visible .adex-distribution-bars-label {
  width: 75%;
}
.adex-distribution-bars ul.adex-distribution-bars-ul-visible .adex-distribution-bars-value {
  width: calc(25% - 5px);
  opacity: 1;
}
.adex-distribution-bars ul li {
  position: relative;
  margin: 0 0 5px;
  width: 100%;
  transition: all 100ms;
  z-index: 0;
}
.adex-distribution-bars ul li:after {
  content: "";
  clear: both;
  display: block;
}
.adex-distribution-bars ul li:hover {
  background-color: #f5f5f5;
}
.adex-distribution-bars ul li:hover .adex-distribution-bars-label {
  white-space: normal;
}
.adex-distribution-bars ul li .adex-distribution-bars-bar {
  position: relative;
  z-index: -1;
  height: 100%;
  margin: 0;
  width: 0;
  transition: all 200ms;
}
.adex-distribution-bars ul li .adex-distribution-bars-bar:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: rgba(0, 75, 94, 0.55);
  width: 100%;
  height: 17px;
  z-index: -1;
}
.adex-distribution-bars ul li .adex-distribution-bars-label {
  z-index: 2;
  float: left;
  height: 100%;
  margin: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  padding: 1px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
  text-align: left;
  transition: all 150ms;
}
.adex-distribution-bars ul li .adex-distribution-bars-value {
  float: right;
  opacity: 0;
  height: 100%;
  margin: 0 5px 0 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  padding: 1px 5px;
  width: calc(25% - 5px);
  text-align: right;
  transition: all 300ms;
}
.export-dashboard {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}
.export-card {
  flex: 0 0 50%;
  overflow: hidden;
  padding: 10px;
  border: 0 none;
  background-color: transparent;
  text-align: left;
}
.export-card .logo {
  border: 1px solid #dbdbdb;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  padding: 4px;
  filter: grayscale(100%);
  float: left;
  object-fit: contain;
}
.export-card .details {
  max-width: calc(100% - 90px);
  float: left;
}
.export-card .details .seat {
  display: block;
  color: #8a8a8a;
  font-size: 11px;
  margin-top: 2px;
}
.export-card .details .segments {
  margin: 10px 0;
}
.export-card .details .label {
  color: #aaa;
  font-size: 10px;
}
.export-card .details .expiring {
  padding: 1px 3px;
}
.export-card .details .expiring.exp7 {
  color: red;
}
.export-card .details .expiring.exp14 {
  color: darkorange;
}
.export-card:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1501px) {
  .dashboard #domains {
    padding: 15px 0 5px;
  }
}
@media screen and (min-width: 1401px) {
  .dashboard #domains {
    padding: 5px 0 5px;
  }
}
@media screen and (min-width: 1380px) {
  .dashboard .table-attr {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1379px) {
  .dashboard {
  }
  .dashboard .table-attr {
    margin: 30px 0 0 0;
  }
  .dashboard .table-attr > thead > tr > th {
    padding: 5px 4px;
  }
  .dashboard .table-attr > tbody > tr > td {
    padding: 5px 4px;
  }
}
@media (min-width: 1024px) {
  .export-card {
    flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard .no-gutter-l-md {
    padding-left: 0;
  }
}
.define-customer .icon-checkmark {
  font-size: 9px;
  color: #6a6a6a;
}
.define-customer .icon-close {
  font-size: 7px;
  color: #6a6a6a;
}
.define-customer .table tbody > tr > .subinstance {
  padding-left: 20px;
  color: #6a6a6a;
}
.define-customer-show .panel-head {
  position: relative;
}
.define-customer-show .panel-head .btn-secondary {
  background-color: transparent;
  color: #808080;
  border: 0;
}
.define-customer-show h3 + span {
  color: #7a7a7a;
}
.define-customer-show .dropdown-menu {
  width: 250px;
  margin-top: -21px;
  margin-right: 23px;
  border-color: #ddd;
}
.define-customer-show .well h2 {
  margin-top: 11px;
  margin-bottom: 7px;
}
.define-customer-show .well p {
  margin-bottom: 0;
}
.define-customer-show .well .bg-success {
  background-color: #dff0d8;
  color: #468847;
  border: 1px solid #d6e9c6;
  margin-left: 5px;
}
.define-customer-show .well .badge {
  margin: 5px 5px 0 0;
  background-color: #c0c0c0;
}
.define-customer-show .no-bg {
  background-color: transparent;
}
.define-customer-show .users td:first-child {
  padding-left: 5px;
}
.define-customer-show .users td:last-child {
  padding-right: 5px;
}
.define-customer-show .users tr:last-child > td {
  padding-bottom: 7px;
}
.define-customer-show .nvd3.nv-noData {
  font-size: 10px;
  fill: #999 !important;
}
@media screen and (max-width: 1279px) {
  .define-customer .table thead > tr > th input[type=submit] {
    white-space: normal;
    word-break: break-all;
  }
}
.section-manage .icon-checkbox-checked {
  color: #555;
}
.section-manage .icon-checkmark {
  font-size: 9px;
  color: #6a6a6a;
}
.section-manage .unchecked {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}
.manage-roles-edit table.edit-role-settings {
  width: 100%;
  margin-bottom: 15px !important;
}
.manage-roles-edit table.edit-role-settings tbody > tr > td {
  padding: 3px 8px;
}
.manage-roles-edit table.edit-role-settings .form-group {
  margin: 3px 0;
}
.manage-roles-edit table.edit-role-settings input[type=checkbox] {
  margin: 0;
}
.manage-roles-show .roles.nav-pills,
.manage-roles-edit .roles.nav-pills {
  margin: 0 0 20px -5px;
}
.manage-roles-show .roles.nav-pills > li,
.manage-roles-edit .roles.nav-pills > li {
  min-height: 25px;
}
.manage-roles-show .roles.nav-pills > li > a,
.manage-roles-edit .roles.nav-pills > li > a {
  padding: 3px 0 1px;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.manage-roles-show .roles.nav-pills > li > a:hover,
.manage-roles-edit .roles.nav-pills > li > a:hover,
.manage-roles-show .roles.nav-pills > li > a:active,
.manage-roles-edit .roles.nav-pills > li > a:active,
.manage-roles-show .roles.nav-pills > li > a:focus,
.manage-roles-edit .roles.nav-pills > li > a:focus {
  border: 0;
  background: transparent;
}
.manage-roles-show .roles.nav-pills > li > a:active,
.manage-roles-edit .roles.nav-pills > li > a:active {
  padding: 4px 0 1px;
}
.manage-roles-show .roles.nav-pills > li.active > a,
.manage-roles-edit .roles.nav-pills > li.active > a {
  background: transparent;
  border-bottom: 2px solid #004b5e;
  color: #004b5e;
}
.manage-roles-show .roles.nav-pills > li.active > a:hover,
.manage-roles-edit .roles.nav-pills > li.active > a:hover,
.manage-roles-show .roles.nav-pills > li.active > a > a:hover,
.manage-roles-edit .roles.nav-pills > li.active > a > a:hover {
  color: #004b5e;
  background: transparent;
  cursor: default;
}
.manage-users .account-missing,
.manage-users .inactive {
  border-bottom: 2px solid #f0ad4e;
  color: #d18212;
}
.manage-users .bg-warning {
  padding-top: 6px;
}
.manage-users .table td > .glyphicon {
  font-size: 14px;
}
.manage-users .table a[href^="mailto:"] {
  color: #333;
}
.manage-users-create .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.manage-users-updatedetails .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.manage-users-profile .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  max-width: 350px;
}
.manage-users-create span.emphasis,
.manage-users-updatedetails span.emphasis,
.manage-users-profile span.emphasis {
  display: block;
  margin-bottom: 20px;
}
.manage-users-updateroles .form-group {
  clear: both;
  margin-bottom: 10px;
}
.manage-users-updateroles .form-group input[type=text] {
  float: right;
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  width: 50px;
}
.manage-users-updateroles .form-group label > span {
  padding-top: 4px;
  float: left;
  text-align: right;
}
.manage-users-updateroles .form-group label .bootstrap-select {
  float: right;
  margin-left: 12px;
}
.manage-users-updateroles span.emphasis {
  display: block;
  margin-bottom: 20px;
}
#sharing {
  margin-bottom: 5px;
}
.sharing-attributes {
  margin-bottom: 12px;
}
.sharing-attributes dt,
.sharing-attributes dd {
  width: 20%;
  float: left;
}
.sharing-attributes dd {
  width: 80%;
  margin-bottom: 5px;
}
.page-sharing .actions {
  text-align: right;
}
.page-sharing .actions .btn {
  width: auto;
  padding: 2px 18px 1px;
}
.page-sharing .actions .btn:active {
  padding: 3px 18px 1px;
}
.page-sharing .sharing_group .sharing_key {
  max-width: 270px;
}
.page-sharing .sharing_group .bootstrap-select {
  max-width: 188px;
}
.page-sharing .related-accounts .form-group {
  clear: both;
  margin-bottom: 10px;
}
.page-sharing .related-accounts .form-group.has-error .bootstrap-select .dropdown-toggle,
.page-sharing .related-accounts .form-group.has-error .error .bootstrap-select .dropdown-toggle {
  border-color: #dadada;
}
.page-sharing .related-accounts input[type=text] {
  float: left;
  height: 22px;
  padding-left: 6px;
  width: 50px;
}
.page-sharing .related-accounts label {
  display: block;
}
.page-sharing .related-accounts .bootstrap-select {
  float: left;
  width: 67%;
}
.page-sharing .sharing_group {
  margin-bottom: 12px;
  float: left;
}
.page-sharing .sharing_group .sharing_key {
  margin-bottom: 5px;
  max-width: 270px;
}
.page-sharing .sharing_group .buyer_name {
  width: 114px;
  margin-bottom: 5px;
  margin-right: 6px;
  float: left;
}
.page-sharing .sharing_group .sharing_level {
  display: none;
}
.page-sharing .sharing_group .bootstrap-select {
  display: block;
  width: 80%;
  max-width: 188px;
  margin-right: 6px;
  float: left;
}
.page-sharing .sharing_group .bootstrap-select button {
  margin-bottom: 5px;
  height: 22px;
}
.page-sharing .sharing_group .remove {
  width: 26px;
  height: 22px;
  float: left;
  font-size: 11px;
}
.page-sharing .sharing_group:first-child .remove {
  visibility: hidden;
}
.page-sharing button.remove-sharing {
  width: 26px;
  height: 22px;
}
.page-sharing button .icon-minus {
  font-size: 11px;
}
.page-sharing .share-actions {
  margin: 0 0 20px;
  max-width: 370px;
}
.page-sharing .share-actions button {
  margin: 0;
  width: auto;
}
.page-sharing .add-sharing .icon-plus {
  display: inline-block;
  margin-right: 5px;
  font-size: 9px;
  padding-top: 1px;
}
.page-sharing input[type=submit] {
  margin-top: 30px;
}
.manage-sharing-update .form-group {
  clear: both;
  margin-bottom: 10px;
}
.manage-sharing-update .form-group input[type=text] {
  float: left;
  margin: 15px 0 0 10px;
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  width: 60px;
}
.manage-sharing-update .form-group label {
  display: inline-block;
  margin: 0 0 10px;
}
.manage-sharing-update .form-group label .bootstrap-select {
  width: 188px !important;
  float: left;
}
.manage-sharing-update .form-group label span {
  display: block;
}
.manage-sharing-update .form-group.has-error .bootstrap-select .dropdown-toggle,
.manage-sharing-update .form-group.has-error .error .bootstrap-select .dropdown-toggle {
  border-color: #dadada;
}
.manage-sharing-update #related_sharings {
  border-bottom: 3px solid #eee !important;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .page-sharing .sharing_group .sharing_key {
    max-width: 238px;
  }
  .page-sharing .sharing_group .bootstrap-select {
    max-width: 156px;
  }
  .manage-sharing-update .form-group label .bootstrap-select {
    width: 155px !important;
  }
  .manage-users .table a[href^="mailto:"] {
    display: inline-block;
    overflow: hidden;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .manage-accounts-show .boxcontent .col-md-6:first-child,
  .manage-users-show .boxcontent .col-md-6:first-child {
    padding-right: 30px;
  }
  .manage-accounts-show .boxcontent .col-md-6:last-child,
  .manage-users-show .boxcontent .col-md-6:last-child {
    padding-left: 30px;
  }
  .manage-roles-show .boxcontent .col-md-12 + .col-md-6 {
    padding-right: 30px;
  }
  .manage-roles-show .boxcontent .col-md-6 + .col-md-6 {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .manage-sharing-update #related_sharings .form-group {
    max-width: 280px;
  }
  .manage-sharing-update #related_sharings .form-group label > .bootstrap-select {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .manage-sharing-update #related_sharings .form-group input[type=text] {
    margin-top: 15px;
  }
  .manage-sharing-update .form-group label .bootstrap-select {
    width: 140px !important;
  }
  .manage-sharing-update .form-group input[type=text] {
    width: 55px;
    margin-left: 5px;
  }
  .manage-users .table a[href^="mailto:"] {
    max-width: 80px;
  }
  .page-sharing .sharing_group {
    min-width: 250px;
  }
  .page-sharing .sharing_group .customer_id {
    float: left;
    width: 85%;
  }
  .page-sharing .sharing_group .sharing_key {
    max-width: 202px;
  }
  .page-sharing .sharing_group .bootstrap-select {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .manage-sharing-update #related_sharings .form-group,
  .manage-sharing-update .other-accounts .sharing_group {
    max-width: none;
  }
  .manage-sharing-update #related_sharings .form-group .customer_id,
  .manage-sharing-update .other-accounts .sharing_group .customer_id {
    float: left;
    width: 260px;
  }
  .manage-sharing-update .share-actions {
    max-width: 665px;
  }
  .manage-users th.activated {
    max-width: 30px;
    overflow: hidden;
  }
}
@media (max-width: 825px) {
  .manage-users .table a[href^="mailto:"] {
    max-width: 80px;
  }
}
.collect-sources-multi-edit-container-tags .alert {
  margin: 12px 0 5px;
}
.collect-attributes-delete .box .main {
  display: block;
}
.collect-attributes-delete .col1 {
  margin-bottom: 35px;
}
.collect-attributes-delete th {
  width: 20%;
}
.collect-attributes-delete .name {
  width: 40%;
}
.collect-attributes-delete h3.emphasis {
  border-bottom: 2px solid #004b5e;
}
.collect-attributes-delete .alert ul {
  margin: 0;
  padding: 0 0 0 15px;
  color: #999;
}
.section-collect.page-sources .form-wizard input.error {
  border: 1px solid #f2dede;
  border-bottom: 1px solid #b94a48;
}
.section-collect table svg {
  width: 100%;
}
.page-sources .button-checkbox.form-control {
  border: 0;
  margin-top: -1px;
  background-color: transparent;
  width: auto;
}
.page-sources label > span:hover {
  cursor: pointer;
}
.page-sources .actions .btn-primary.disabled {
  border-bottom: 2px solid #eeeeee;
}
.page-campaigns .filter-value {
  flex: 1 0 auto;
  margin-right: 10px !important;
  width: auto !important;
}
.page-campaigns .filter-value.ant-form-item,
.page-campaigns .filter-value .ant-form-item-control-wrapper {
  width: 100%;
}
.page-campaigns .selected-filters {
  width: 100%;
  margin: 15px 0 10px;
}
.page-campaigns .selected-filters .ant-col-12 {
  padding-left: 0;
}
.page-campaigns .selected-filters .ant-tag {
  margin-bottom: 3px;
}
.rt-api-index .ant-table .token {
  width: 50%;
}
.page-audience pre,
.page-segments pre {
  tab-size: 2;
}
.page-audience pre .tab,
.page-segments pre .tab {
  width: 10px;
  display: inline-block;
  background-color: #fff;
}
.page-audience .form-control {
  color: #333;
}
.page-audience .form-messages .alert {
  z-index: 1 !important;
}
.page-audience .box .boxheader .navbar-form {
  padding-right: 0;
}
.page-audience #segment-builder-panel {
  padding-left: 0;
  position: relative;
}
.page-audience #segment-builder-panel .bootstrap-select.btn-group .dropdown-menu dt {
  padding-left: 10px;
}
.page-audience #segment-builder-panel .bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 20px;
}
.page-audience #segment-builder-panel .btn {
  border-radius: 0;
}
.page-audience #segment-builder-panel .segment-builder-button-update-segment {
  margin-right: 15px;
}
.page-audience #segment-builder-panel .ajax-loading {
  top: 7px;
  position: absolute;
  height: 14px;
  width: 35px;
  z-index: 100000;
}
.page-audience #segment-builder-panel .ajax-loading.ajax-loading-off {
  background: none;
  z-index: -1;
}
.page-audience #segment-builder-panel .ajax-loading.slider-histogram {
  background-size: 30px;
}
.page-audience #segment-builder-panel > .ajax-loading {
  top: 0;
  left: 0;
  margin: 50px auto;
  position: relative;
  z-index: 0;
  height: 14px;
  width: 50px;
}
.page-audience #segment-builder-panel .ajax-loading-segment-builder-panel.ajax-loading {
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;utf8,<svg id='bubbles' fill='#004b5e' width='46' height='20' viewBox='0 0 46 20' xmlns='http://www.w3.org/2000/svg'><g><circle cx='10' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;1;3;5;6;5;3;1;0;0' repeatCount='indefinite'></animate></circle><circle cx='23' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;1;3;5;6;5;2;1;0' repeatCount='indefinite'></animate></circle><circle cx='36' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;0;1;3;5;6;5;2;1' repeatCount='indefinite'></animate></circle></g></svg>") no-repeat;
  background-size: 90%;
  right: 1px;
}
.page-audience #segment-builder-panel .segment-builder-button-update-segment .ajax-loading,
.page-audience #segment-builder-panel .segment-builder-button-save-segment .ajax-loading {
  top: -2px;
}
.page-audience #segment-builder-panel .slider-histogram {
  width: 100%;
  z-index: 9999;
  display: none;
  overflow: hidden !important;
  height: 260px;
}
.page-audience #segment-builder-panel .slider-histogram.ajax-loading {
  top: 100%;
  margin-top: -1px;
}
.page-audience #segment-builder-panel .slider-histogram label {
  color: #333;
  height: auto;
  opacity: 1;
}
.page-audience #segment-builder-panel .slider-histogram label.tt-dropdown-menu-header {
  height: 37px;
  overflow: scroll;
}
.page-audience #segment-builder-FieldSet-Tab-Link-General {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.page-audience .sb-structure .helper {
  height: 2px;
}
.page-audience .sb-structure .bootstrap-checkbox {
  font-size: 11px;
}
.page-audience .sb-structure .icon-checkbox-unchecked,
.page-audience .sb-structure .icon-checkbox-checked {
  font-size: 9px;
}
.page-audience .sb-structure .icon-checkbox-unchecked:before {
  content: "";
}
.page-audience .sb-structure .icon-checkbox-checked:before {
  content: "\e6fe";
}
.page-audience .sb-structure.alert-danger {
  background-color: transparent;
  border-color: inherit;
  color: #333333;
}
.page-audience .sb-structure.alert-danger .sb-structure {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.page-audience .sb-structure li {
  cursor: default;
}
.page-audience .sb-structure a {
  cursor: pointer;
}
.page-audience .bootstrap-select button {
  height: 22px;
}
.page-audience .bootstrap-select .filter-option {
  top: 1px;
  position: relative;
}
.page-audience button {
  cursor: pointer;
}
.page-audience button.btn.selectpicker {
  margin-top: 0;
  height: 22px;
}
.page-audience button.btn.segment-builder-remove {
  margin: 5px 12px 0 0;
}
.page-audience button.btn.segment-builder-button-add-group {
  margin: 5px 4px 0 0;
}
.page-audience div.bootstrap-select,
.page-audience div.btn-group.bootstrap-select {
  width: 100%;
}
.page-audience .bootstrap-select .btn .filter-option {
  line-height: 1.33;
}
.page-audience .segment-builder-remove,
.page-audience .segment-builder-button-add-group {
  float: right;
  line-height: 12px;
}
.page-audience .has-error .input-group-addon,
.page-audience .has-error .btn-group.bootstrap-select {
  border-left-color: #f2dede;
  border-right-color: #f2dede;
  border-top-color: #f2dede;
}
.page-audience .has-error .btn-group.bootstrap-select {
  border: 1px solid #f2dede;
  border-bottom: 1px solid #b94a48;
}
.sb-structure {
  margin: 10px 0;
  padding: 0;
}
.sb-structure .selectize-control.multi {
  position: absolute;
}
.sb-structure .form-control:focus {
  box-shadow: none;
}
.sb-structure .form-control.selectize-control.multi {
  position: absolute;
}
.sb-structure .helper {
  height: 2px;
}
.sb-structure .form-group {
  position: relative;
}
.sb-structure ol {
  min-height: 22px;
  list-style-type: none;
  padding: 0;
}
.sb-structure ol.collapsing {
  min-height: unset;
}
.sb-structure ol ol {
  margin-left: 0;
  margin-right: 0;
  border-right: none;
}
.sb-structure .placeholder {
  position: relative;
  margin: 0 10px;
  padding: 14px 0 14px 0;
  height: 50px;
  border: none !important;
}
.sb-structure .placeholder::after {
  content: " ";
  top: 0;
  height: 32px;
  width: 100%;
  border: 1px dashed #004b5e;
  position: absolute;
}
.sb-structure .placeholder:first-child.placeholder-loading {
  top: 5px;
}
.sb-structure .placeholder:first-child::after {
  top: 5px;
}
.sb-structure .placeholder.placeholder-loading::after {
  background: url("data:image/svg+xml;utf8,<svg id='bubbles' fill='#004b5e' width='46' height='20' viewBox='0 0 46 20' xmlns='http://www.w3.org/2000/svg'><g><circle cx='10' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;1;3;5;6;5;3;1;0;0' repeatCount='indefinite'></animate></circle><circle cx='23' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7;.6' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;1;3;5;6;5;2;1;0' repeatCount='indefinite'></animate></circle><circle cx='36' cy='10' stroke-width='0' r='5'><animate attributeName='fill-opacity' dur='2450ms' values='.6;.6;.6;.6;.7;.7;.8;.9;1;.9;.8;.7' repeatCount='indefinite'></animate><animate attributeName='r' dur='2450ms' values='0;0;0;0;0;1;3;5;6;5;2;1' repeatCount='indefinite'></animate></circle></g></svg>") no-repeat 50% 50%;
  background-size: 26px;
}
.sb-structure input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}
.sb-structure input[type=checkbox]:hover {
  cursor: pointer;
}
.sb-structure input[type=checkbox]:hover + .lbl::before,
.sb-structure input[type=checkbox] + .lbl:hover::before {
  border-color: #1c7aad;
  cursor: pointer;
}
.sb-structure input[type=checkbox]:checked,
.sb-structure input[type=checkbox]:focus {
  outline: none !important;
}
.sb-condition-separator {
  position: absolute;
  width: 100px;
  height: 12px;
  top: -8px;
  line-height: 14px;
  visibility: hidden;
  margin: 0 0 0 2px;
}
.sb-condition-separator.active {
  visibility: visible;
}
.sb-condition-separator span {
  display: inline-block;
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  background: #fff;
}
.sb-condition-separator .active {
  padding-right: 7px;
}
.sb-condition-separator .line {
  float: right;
  padding: 0;
  margin-top: -8px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.dragged .sb-condition-separator {
  display: none;
}
.dragged + li:nth-child(2) .sb-condition-separator {
  display: none;
}
.sb-group-options {
  position: relative;
  height: 60px;
  display: none;
  margin: 0;
  padding: 8px 5px 0 6px;
  border-left: 1px solid #eaeaea;
}
.sb-group-options.visible {
  display: block;
}
.sb-group-options > div {
  float: left;
}
.sb-group-options > div:not(.sb-group-button) {
  padding: 0 20px;
}
.sb-group-slider {
  width: calc((75% - 55px) / 2);
}
.sb-group-slider.sb-single-owner {
  width: calc((100% - 55px) / 2);
}
.sb-group-owners {
  width: 25%;
}
.sb-group {
  position: relative;
  margin: 0 0 0 10px;
  padding: 18px 0;
}
.sb-group-not > .sb-group:first-child {
  padding-top: 35px;
}
.sb-group.sb-query {
  margin: 0;
  padding: 0;
}
.sb-group.sb-query > .sb-group-head,
.sb-group.sb-query > .sb-conditions {
  border-right: 1px solid #eaeaea;
}
.sb-group.sb-query.selected > .sb-group-head,
.sb-group.sb-query.selected > .sb-conditions {
  border-color: #0088ab;
}
.sb-group.sb-query > ol {
  min-height: 320px !important;
}
.sb-group.sb-constrained-condition .sb-group-head,
.sb-group.sb-constrained-condition .sb-group-options,
.sb-group.sb-constrained-condition .sb-conditions {
  border-color: #b8cbd4;
  background: #e8eef1;
}
.sb-group.sb-constrained-condition .sb-group-head {
  background-color: #c8d7de;
}
.sb-group.sb-constrained-condition .sb-conditions .sb-condition-separator .line {
  border-bottom-color: #b8cbd4;
}
.sb-group.sb-constrained-condition .sb-conditions .sb-condition-separator span {
  display: inline-block;
  color: #99b3c1;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  background: #e8eef1;
}
.sb-group.selected:not(.sb-query) > .sb-group-head,
.sb-group.selected:not(.sb-query) > .sb-group-options,
.sb-group.selected:not(.sb-query) > .sb-conditions {
  border-color: #0088ab;
  box-shadow: 1px 0 0 #0088ab;
}
.sb-group.dragged {
  opacity: 0.7;
  position: absolute;
  margin-bottom: 0;
}
.sb-group.dragged > ol {
  background-color: #ffffff;
  opacity: 0.7;
}
.sb-group-head {
  position: relative;
  background-color: #ebebeb;
  color: #ffffff;
  height: 28px;
  padding: 3px 3px 0 4px;
  border: 1px solid #eaeaea;
  border-bottom: none;
  border-right: none;
}
.sb-group-actions {
  position: absolute;
  top: 3px;
  right: 3px;
}
.sb-group-actions .text {
  display: inline-block;
}
.sb-group-actions .dropdown {
  width: 22px !important;
  height: 22px !important;
}
.sb-group-actions .dropdown .btn.segment-builder-options {
  margin-right: 0;
}
.sb-group-actions .dropdown-menu {
  left: auto;
  right: 0;
  width: auto;
  min-width: 180px;
}
.sb-group-actions .dropdown-menu .icon {
  float: left;
  width: 21px;
}
.sb-group-actions .dropdown-menu span:first-child {
  padding-right: 2px;
}
.sb-group-actions .dropdown-menu li {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
.sb-group-actions .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 3px;
}
.sb-group-actions .dropdown-menu .icon-checkmark {
  float: left;
  width: 20px;
}
.sb-group-actions .dropdown-menu .glyphicon {
  display: inline-block;
  width: 19px;
}
.sb-group-actions .icon-placeholder {
  display: inline-block;
  width: 18px;
}
.sb-group-actions .text::first-letter {
  text-transform: capitalize;
}
.sb-group-title {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin: 5px 0 0 2px;
  overflow: hidden;
  width: 87%;
  word-wrap: normal;
  white-space: nowrap;
}
.sb-conditions {
  border: 1px solid #eaeaea;
  border-top: none;
  border-right: none;
}
.sb-conditions.collapse:not(.in) {
  overflow: hidden;
  display: block;
  min-height: unset;
}
.sb-conditions.sb-group-not {
  padding-left: 20px;
}
.sb-conditions.sb-group-not .sb-separator-group-not {
  margin-left: -20px;
  margin-top: 17px;
}
.sb-conditions.sb-group-not .sb-separator-group-not .line {
  display: none;
}
.sb-condition {
  position: relative;
  margin: 0 10px;
  padding: 13px 0 15px 0;
  height: 50px;
}
.sb-group-not > .sb-condition:first-child {
  padding-top: 28px;
  height: 64px;
}
.sb-condition.deprecated .sb-condition-visual {
  background: #f2dede;
}
.sb-condition.dragged {
  overflow: hidden;
  opacity: 0.7;
  border: 1px solid #dadada !important;
  background: #fff;
  color: #6a6a6a;
  position: absolute;
  height: 50px !important;
  padding: 12px 0 0 5px;
}
.sb-condition.dragged .btn-group {
  display: none;
}
.sb-condition.dragged + .placeholder:nth-child(2).placeholder-loading {
  top: 5px;
}
.sb-condition.dragged + .placeholder:nth-child(2)::after {
  top: 5px;
}
.sb-condition .not {
  text-decoration: line-through;
}
.sb-condition .not span {
  text-decoration: line-through;
}
.sb-condition-buttons,
.sb-group-button {
  width: 55px;
  padding-left: 10px;
}
.sb-condition-buttons .sb-button,
.sb-group-button .sb-button {
  background: rgba(0, 0, 0, 0.1);
}
.sb-condition-buttons .sb-button:hover,
.sb-group-button .sb-button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.sb-condition-buttons .sb-button:focus,
.sb-group-button .sb-button:focus {
  background: rgba(0, 0, 0, 0.2);
}
.sb-group-button {
  padding-top: 18px;
}
.sb-button {
  width: 22px;
  height: 22px;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 !important;
  line-height: 10px;
  float: left;
  border-color: transparent;
  background-color: transparent;
}
.sb-button:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.1);
}
.sb-button:focus {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.1);
}
.sb-button span:not(.caret) {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 9px;
  line-height: 19px;
}
.sb-group-actions .sb-button span:not(.caret) {
  font-size: 12px;
  line-height: 21px;
}
.sb-condition-body {
  position: relative;
  width: calc(100% - 55px);
  float: left;
  height: 22px !important;
}
.edit .sb-condition-body .sb-condition-edit {
  top: 0;
  opacity: 1;
}
.sb-condition-body .sb-tooltip.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
.sb-condition-body .sb-tooltip {
  display: none;
  transition: all 500ms;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  text-align: center;
  padding: 3px 6px;
  border-radius: 2px;
  position: absolute;
  margin: -1px -7px;
  z-index: 1;
  border: 1px solid #dadada;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset, rgba(173, 173, 173, 0.6) 0px 0px 8px 0px;
}
.sb-condition-body .selectize-dropdown [data-selectable] {
  padding: 3px 24px 3px 12px;
}
.sb-condition-body .selectize-dropdown .create {
  color: #777;
}
.sb-condition-body .selectize-dropdown .active.create {
  color: #fff;
}
.sb-condition-visual,
.sb-condition-edit {
  transition: all 500ms;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.sb-condition-visual > div,
.sb-condition-edit > div {
  float: left;
  height: 100%;
  position: relative;
}
.sb-condition-visual > div:first-child,
.sb-condition-edit > div:first-child {
  padding: 0;
}
.sb-condition-edit {
  top: -25px;
  opacity: 0;
  background: #fff;
}
.sb-condition-edit .selectize-dropdown {
  border-top: 1px solid #d0d0d0;
  margin-top: -1px;
  max-width: 45vw;
  min-width: 100% !important;
  width: auto !important;
}
.sb-condition-edit .selectize-dropdown.dropdown-empty-message {
  left: 0;
}
.sb-condition-edit .ajax-loading:not(.slider-histogram) {
  top: 4px !important;
}
.sb-constrained-condition .sb-condition-edit {
  background: #e8eef1;
}
.sb-condition-edit > div {
  padding: 0 0 0 10px;
}
.sb-condition-edit .sb-range-field {
  width: 50%;
  float: left;
  padding-left: 5px;
}
.sb-condition-edit .sb-range-field:first-child {
  padding-left: 0;
  padding-right: 5px;
}
.sb-condition-edit .sb-col-name {
  width: 14%;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-condition-edit .sb-col-name:before {
  content: "";
  display: block;
}
.sb-condition-edit .sb-col-owners {
  width: 14%;
}
.sb-condition-edit .sb-col-name.sb-single-owner {
  width: 28%;
}
.sb-condition-edit .sb-col-modifier {
  width: 64px;
  text-align: right;
}
.sb-condition-edit .sb-col-modifier .dropdown-toggle {
  width: 22px;
}
.sb-condition-edit .sb-col-modifier button.btn {
  background-color: transparent;
  border: 1px solid #bbbbbb;
  color: rgba(0, 0, 0, 0.6);
  height: 22px;
  width: 22px;
}
.sb-condition-edit .sb-col-modifier button.btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sb-condition-edit .sb-col-modifier .sb-rule-not {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
}
.sb-condition-edit .sb-col-modifier .sb-rule-not .bootstrap-checkbox > button.btn .icon-checkbox-checked {
  color: rgba(0, 0, 0, 0.6);
}
.sb-condition-edit .hidden {
  display: none;
}
.sb-condition-edit .sb-col-key,
.sb-condition-edit .sb-col-operator,
.sb-condition-edit .sb-col-value-25 {
  width: calc((72% - 64px) * .25);
}
.sb-condition-edit .sb-col-value-50 {
  width: calc((72% - 64px) * .5);
}
.sb-condition-edit .sb-col-value-75 {
  width: calc((72% - 64px) * .75);
}
.sb-condition-edit .sb-col-value-100 {
  width: calc(72% - 64px);
}
.sb-condition-edit .sb-col-value .sb-operator-like .input-group-addon {
  width: 16px;
  height: 22px;
  float: left;
  padding: 0;
  position: relative;
}
.sb-condition-edit .sb-col-value .sb-operator-like input[type=checkbox] {
  width: 16px;
  height: 22px;
  left: 0;
  top: 0;
  margin: 0;
}
.sb-condition-edit .sb-col-value .sb-operator-like input[type=checkbox]:checked {
  z-index: 999999;
}
.sb-condition-edit .sb-col-value .sb-operator-like input[type=checkbox]:checked + .lbl {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 22px;
}
.sb-condition-edit .sb-col-value .sb-operator-like input[type=checkbox]:checked + .lbl::before {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 26px;
  width: 16px;
  height: 22px;
  content: "*";
}
.sb-condition-edit .sb-col-value .sb-operator-like input[type=text],
.sb-condition-edit .sb-col-value .sb-operator-like .selectize-control {
  width: calc(100% - 32px);
  float: left;
}
.sb-condition-edit .sb-col-value .sb-operator-like .ajax-loading {
  right: 18px !important;
}
.sb-condition-edit svg {
  height: 200px;
  margin-top: 27px;
  width: 100%;
}
.sb-condition-edit svg .nv-legend-text {
  font-size: 10px;
  font-weight: normal;
  color: #8a8a8a;
  text-transform: uppercase;
}
.sb-condition-edit .form-control[disabled],
.sb-condition-edit fieldset[disabled] .form-control {
  cursor: default !important;
  background: white;
  opacity: 0.5;
}
.sb-condition-visual {
  overflow: hidden;
  line-height: 24px;
}
.sb-condition-visual > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.sb-condition-visual > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.sb-condition-visual > div > span:not(.coordinates):before {
  content: "";
  display: block;
}
.sb-condition-visual > div:first-child {
  padding: 0;
}
.sb-condition-visual .sb-col-name {
  width: 30%;
}
.sb-condition-visual .sb-col-key {
  width: 22%;
  text-align: right;
}
.sb-condition-visual .sb-col-name.segment-builder-no-key {
  width: 52%;
}
.sb-condition-visual .sb-col-operator {
  width: 30px;
  text-align: center;
}
.sb-condition-visual .sb-col-value {
  width: calc(48% - 30px);
}
.sb-condition-visual .sb-col-value-100 {
  width: 48%;
}
.query-counts {
  margin-top: 5px;
  overflow: hidden;
}
.query-counts .exchange {
  padding-left: 10%;
  padding-right: 10%;
}
.query-counts .exchange div {
  padding-left: 0;
  float: left;
}
.query-counts .exchange .ex-amount {
  color: #aaa;
}
.query-counts .exchange .tableshy {
  padding-top: 2px;
  color: #000;
  font-size: 11px;
}
.query-counts .ajax-loading {
  background-position-y: 5px;
}
#segment-builder-profiles {
  min-height: 55px;
  line-height: 17px !important;
  margin-top: 5px;
}
#segment-builder-exchanges {
  position: relative;
  min-height: 55px;
  max-height: 55px;
}
#segment-builder-exchanges.ajax-loading {
  background-position-y: 20px;
}
#segment-builder-exchanges .loader-msgs span {
  top: 35px;
}
#segment-builder-exchanges .glyphicon-warning-sign {
  margin-top: 11px;
}
.popover {
  position: fixed;
  z-index: 1050;
}
.boxcontent .row.segment-details {
  display: none;
  padding: 0px 19px 10px 18px;
  margin-top: -38px;
}
.boxcontent .row.segment-details textarea {
  height: 71px;
}
.boxcontent .row.segment-details .form-messages > div {
  padding-right: 0 !important;
}
.boxcontent .row.segment-details .col-sm-4 {
  padding-right: 0;
}
.boxcontent .row.segment-details .col-sm-6 + .col-sm-6 {
  padding-left: 0;
}
.boxcontent .row.segment-details .padding-left,
.boxcontent .row.segment-details .col-sm-6 + .padding-left {
  padding-left: 5px;
}
.boxcontent .row.segment-details .form-container {
  background-color: #ebebeb;
  padding: 15px 0 25px;
}
.boxcontent .row.segment-details-read {
  padding: 0 5px 0 6px;
  margin-top: 30px;
}
.boxcontent .row.segment-details-read .table thead > tr > th {
  border-bottom: 0;
}
.boxcontent .row.segment-details-read .table tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #dbdbdb;
}
.organize-audience-load .boxcontent .row.segment-details {
  display: block;
}
#searchTarget {
  position: relative;
  min-height: 676px;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  outline: none;
}
#Page-AudienceBuilder .builder-flex-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#Page-AudienceBuilder .sticky {
  position: sticky;
  top: 65px;
}
#Page-AudienceBuilder .boxcontent.no-gutter {
  padding: 0;
}
#Page-AudienceBuilder .boxcontent {
  padding-bottom: 0;
  padding-top: 10px;
}
#Page-AudienceBuilder .segment-header {
  min-height: 118px;
  padding-right: 3px;
  padding-top: 0;
}
#Page-AudienceBuilder #extended-population {
  font-weight: bold;
}
#Page-AudienceBuilder #extended-audience {
  font-weight: bold;
}
#Page-AudienceBuilder .audience-extension {
  height: 60px;
  padding-right: 3px;
  padding-top: 0;
}
#Page-AudienceBuilder .audience-extension .extend-desc {
  margin: 12px 0 0 -5px;
}
#Page-AudienceBuilder .audience-extension .col-pre-wrap {
  padding-top: 15px;
  padding-left: 2.75%;
}
#Page-AudienceBuilder .audience-extension .pre-wrapper {
  background: none;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #ccc;
}
#Page-AudienceBuilder .audience-extension .slider {
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
}
#Page-AudienceBuilder .audience-extension .slider .slider-track {
  border: 0;
  border-radius: 0;
}
#Page-AudienceBuilder .audience-extension .slider .slider-track .slider-track-low {
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
}
#Page-AudienceBuilder .audience-extension .slider .slider-track .slider-handle {
  border: 0;
  height: 21px;
}
#Page-AudienceBuilder .audience-extension .slider .slider-selection {
  top: 10px;
  height: 4px;
}
#Page-AudienceBuilder .audience-extension .col-extend-save {
  padding-top: 5px;
}
#Page-AudienceBuilder .audience-extension .no-pad-left {
  padding-left: 0;
}
#Page-AudienceBuilder .audience-extension .no-pad-right {
  padding-right: 0;
}
#Page-AudienceBuilder .audience-extension .extend-save {
  height: 25px;
}
#Page-AudienceBuilder .box .boxheader ul.nav-tabs a {
  height: auto;
  padding: 3px 10px;
}
#Page-AudienceBuilder .no-gutter-l .box {
  border-left: 1px solid #dbdbdb;
}
.boxsegments {
  min-height: 491px;
  border-left-color: #ffffff;
  overflow: visible !important;
  outline: none;
}
.boxsegments .ajax-blockui {
  width: 100%;
  height: 100%;
}
.boxsegments .ajax-blockui .ajax-loading {
  position: absolute;
  top: auto !important;
  left: auto !important;
  bottom: 35px;
  right: 205px !important;
  z-index: 1500 !important;
}
.boxsegments .segments-loader {
  min-height: 32px;
}
.boxsegments .form-control {
  border: 1px solid #bbb;
}
.boxsegments .form-control.bootstrap-select:not(.segment-builder-panel-search-added-elements-) {
  border: 0;
}
.boxsegments .form-control .btn-default {
  border: 1px solid #bbb;
}
.ajax-blockui {
  position: absolute;
  z-index: 1028;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: #ffffff;
}
.sb-additional-actions .dropdown-menu {
  min-width: 230px;
  width: auto;
  margin-right: 0;
}
.sb-additional-actions .dropdown-menu li {
  padding-right: 0 !important;
}
.sb-additional-actions .dropdown-menu a {
  overflow: hidden;
}
#dimensionSearch ul.nav-tabs {
  margin-top: -9px;
}
#dimensionSearch .btn {
  margin-right: 0;
}
.dropdown-menu.switch-tree {
  width: auto;
}
.dropdown-menu.switch-tree li a {
  position: relative;
  padding-right: 32px;
}
.dropdown-menu.switch-tree .selected a::before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  position: absolute;
  right: 8px;
  top: 2px;
}
.dimension-tree .clickarea .icon-share::before,
.dimension-tree .clickarea .icon-user::before {
  top: 1px;
}
.group-timeorder .sb-condition > div:first-child:before {
  content: attr(data-segment-builder-separator);
}
.group-timeorder > .sb-group-items > li {
  counter-increment: index;
}
.group-timeorder .sb-group-items .sb-group-items .sb-condition-separator {
  padding-left: 0;
}
.page-audience .sb-condition-sliders {
  margin: 5px 5px 5px 10px;
}
.page-audience .sb-condition-sliders > div:last-child {
  float: right;
  padding: 0;
  margin: 0;
}
#dimensionSearch {
  float: left;
  padding: 4px 0 2px;
  width: 100%;
}
#dimensionSearch .nav-tabs,
#dimensionSearch .navbar-form,
#dimensionSearch .input-group {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
#dimensionSearch .input-group-btn.btn-group-sm {
  width: 1%;
}
#treeswitch {
  padding-top: 1px;
}
li.sb-tree-item.ui-draggable-dragging {
  display: block;
  font-family:
    ApercuLight,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  min-width: 200px;
  border: 1px solid #dadada;
  background: #eeeeee;
  color: #dddddd;
  list-style-type: none;
  cursor: move;
}
li.sb-tree-item.ui-draggable-dragging span.icon {
  color: #eeeeee;
  padding-left: 8px;
}
li.sb-tree-item.ui-draggable-dragging span.icon::before {
  display: none;
}
li.sb-tree-item.ui-draggable-dragging a {
  color: #6a6a6a;
  border: none;
}
li.sb-tree-item.ui-draggable-dragging .tree-label {
  font-family:
    ApercuLight,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
}
li.sb-tree-item.ui-draggable-dragging .sb-additional-actions {
  border-left: 0;
}
li.sb-tree-item.ui-draggable-dragging button {
  display: none;
}
li.sb-tree-item.ui-draggable-dragging .icon-arrow-right {
  border-left: 0;
}
.sb-tree-item.dragged {
  position: absolute !important;
  opacity: 0.7;
  border: 1px dotted #dadada;
  background: #ffffff;
}
.sb-tree-item.dragged:before {
  content: none;
  border: 0;
}
.segment-header .glyphicon-warning-sign {
  font-size: 16px;
}
.dropdown-menu-export {
  padding: 15px 10px;
  background-color: #ebebeb;
}
#form-Create label.checkbox {
  margin: 0;
  padding: 0;
  color: #333;
  text-transform: none;
  font-size: 12px;
}
#form-Create label.checkbox:hover {
  cursor: pointer;
}
#form-Create label.checkbox button {
  float: left;
  margin: -2px 3px 0 0;
  padding-bottom: 3px;
}
#form-Create label.checkbox button:active:hover,
#form-Create label.checkbox button:active:focus {
  background-color: transparent;
}
@media screen and (min-width: 1400px) {
  .boxsegments {
    min-height: 556px;
  }
}
@media screen and (min-width: 1200px) {
  #dimensionSearch .nav-tabs .navbar-form {
    padding-left: 0;
    margin: 0 auto;
  }
}
.sb-additional-actions {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 3px solid #ffffff;
}
.pool-match-rates {
  font-size: 11px;
  margin-top: 16px;
  min-height: 80px;
}
.people-container {
  height: 100px;
  position: relative;
  background-color: #f6f6f6;
  border: solid #ccc 1px;
  margin-top: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  #myTabContent .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .segment-details .col-sm-4 {
    width: 30.33%;
  }
  .segment-details .col-sm-8 {
    width: 69.66%;
  }
}
@media screen and (max-width: 991px) {
  .segment-details .col-sm-4 {
    width: 32.33%;
  }
  .segment-details .col-sm-8 {
    width: 67.66%;
  }
  #dimensionSearch {
    padding: 5px 5px 2px 0;
  }
  .boxcontent .row.segment-details .col-sm-6 {
    padding-left: 10px;
  }
  .panel-heading .col-md-8 {
    float: left;
  }
  .panel-heading h6 {
    width: 90%;
    float: left;
  }
  .page-audience .tree ul {
    margin-right: 0 !important;
  }
  .page-audience .tree ul li {
    padding-right: 0 !important;
  }
  .page-audience .tree > ul {
    margin-right: 5px !important;
  }
}
.renderjson a {
  text-decoration: none;
}
.renderjson .disclosure {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  line-height: 9px;
  text-align: center;
  padding: 0 0 0 1px;
  margin: 0 2px 0 0;
}
.renderjson .syntax {
  color: rgba(0, 0, 0, 0.5);
}
.renderjson .string {
  color: #690;
}
.renderjson .number {
  color: #905;
}
.renderjson .boolean {
  color: #07a;
}
.renderjson .key {
  color: rgba(0, 0, 0, 0.7);
}
.renderjson .keyword {
  color: #963;
}
.renderjson .object.syntax {
  color: #369;
}
.renderjson .array.syntax {
  color: #639;
}
.highlight .nc {
  color: plum;
  font-weight: normal;
}
.highlight .nt {
  color: lightblue;
}
.distribute-exchanges table img {
  padding: 5px;
}
.distribute-partner-edit .box .alert.alert-warning {
  background-color: #fcf8e3;
}
.distribute-exchanges .status-icon,
.distribute-seat .status-icon {
  font-size: 10px;
}
.distribute-exchanges .no-left-pad,
.distribute-seat .no-left-pad {
  padding-left: 0;
}
.section-distribute svg {
  width: 100%;
}
.section-distribute .nvtooltip {
  font-size: 12px;
}
.section-distribute .nvtooltip h3 {
  color: #004b5e;
  margin-bottom: 5px;
}
.section-distribute .nvtooltip p {
  text-align: center;
}
.section-distribute .glyphicon-ban-circle {
  font-size: 10px;
  color: #aaa;
}
.section-distribute .pgraph {
  padding-left: 5px;
  color: #aaa;
}
.section-distribute .icon-con {
  color: #aaa;
  display: inline-block;
  font-size: 11px;
  margin-left: 3px;
  margin-right: 8px;
}
.section-distribute .text-con {
  padding-left: 25px;
  display: block;
}
.section-distribute .icon-con.not-connected {
  opacity: 0;
}
.section-distribute .con-1 {
  font-size: 10px;
}
.section-distribute .con-1:before {
  content: "\e616";
}
.section-distribute .con-2 {
  font-size: 12px;
}
.section-distribute .con-2:before {
  content: "\e796";
}
.section-distribute .con-3:before {
  content: "\e798";
}
.section-distribute .con-4 {
  font-size: 11px;
  margin-left: 2px;
}
.section-distribute .con-4:before {
  content: "\e675";
}
.section-distribute .status-icon span {
  display: inline-block;
  padding-top: 2px;
}
.section-distribute .seat-row .dropdown-toggle {
  color: #aaa;
  border-color: #eee;
  margin: 1px 0;
}
.section-distribute .seat-row .dropdown-toggle:hover {
  border-color: #d5d5d5;
}
.section-distribute .cm-chart {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-seat .icon-con {
  position: absolute;
  left: 3px;
}
#ExchangePartners {
  height: 350px;
}
#ExchangePartners div.inactive {
  opacity: 0.5;
}
#ExchangePartners div.exchange-partner-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  margin: 3px 2px;
  width: 120px;
}
#ExchangePartners a.disabled {
  cursor: default;
  color: #999999;
}
#ExchangePartners svg {
  width: 100%;
}
#ExchangePartners .tableshy {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#ExchangePartners .ext-ref {
  float: right;
  padding-right: 32px;
}
#ExchangePartners .not-activated {
  padding-bottom: 11px;
  padding-top: 10px;
  border-top-color: #dbdbdb;
}
#ExchangePartners .privacy-icon {
  float: left;
  font-size: 11px;
  color: #8a8a8a;
  margin-right: 16px;
}
#ExchangePartners .seat-row > td {
  padding: 3px 8px;
}
#ExchangePartners .tool-icon {
  color: #333;
  font-size: 10px;
}
#ExchangePartners .tool-icon.add {
  font-size: 8px;
}
#ExchangePartners .border-bottom-off {
  border-bottom: 0;
}
#ExchangePartners .border-hor-off {
  border-bottom: 0;
  border-top: 1px solid transparent;
}
#ExchangePartners .connection {
  float: right;
  padding-right: 4%;
  margin-right: 5px;
}
.distribute-segment-export .expiring {
  position: relative;
  padding-right: 12px !important;
  padding-top: 6px !important;
}
.distribute-segment-export .expiring:after {
  position: absolute;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  content: "\e023";
  right: 0;
  color: darkorange;
  top: 50%;
  transform: translateY(-50%);
}
.distribute-segment-export .expiring.exp7:after {
  color: red;
}
.distribute-segment-export #identifier,
.distribute-segment-export-history #identifier {
  width: 180px;
  padding-left: 70px !important;
}
.distribute-segment-export #identifier.col-expanded,
.distribute-segment-export-history #identifier.col-expanded {
  width: 170px;
}
.distribute-segment-export #direct,
.distribute-segment-export-history #direct {
  width: 180px;
}
.distribute-segment-export #direct.col-expanded,
.distribute-segment-export-history #direct.col-expanded {
  width: 150px;
}
.distribute-segment-export #bridged,
.distribute-segment-export-history #bridged {
  width: 180px;
}
.distribute-segment-export #bridged.col-expanded,
.distribute-segment-export-history #bridged.col-expanded {
  width: 150px;
}
.distribute-segment-export #exported,
.distribute-segment-export-history #exported {
  width: 180px;
  padding-right: 30px !important;
  max-width: 150px;
}
.distribute-segment-export #exported.col-expanded,
.distribute-segment-export-history #exported.col-expanded {
  width: 150px;
}
.page-segment-export .selectize-dropdown .option:not([data-selectable]):after {
  content: "Already in use";
  float: right;
}
.page-segment-export .export-unlimited legend + label {
  padding-left: 0;
}
.page-segment-export .export-profiles,
.page-segment-export .extend-profiles {
  margin-top: 6px;
}
.page-segment-export .export-profiles legend:before,
.page-segment-export .extend-profiles legend:before,
.page-segment-export .export-profiles label:before,
.page-segment-export .extend-profiles label:before {
  font-family: "Flaticon";
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
}
.page-segment-export .export-profiles legend:before {
  content: "\e013";
  padding-right: 2px;
  font-size: 21px;
}
.page-segment-export .extend-profiles label:before {
  content: "\e049";
  padding-right: 3px;
}
.page-segment-export fieldset label:hover {
  cursor: pointer;
}
.page-segment-export fieldset label.disabled:hover {
  cursor: default;
}
.distribute-seat-update .connection-selector,
.distribute-seat-create .connection-selector {
  max-height: 200px;
}
.distribute-seat-update .connection-selector button,
.distribute-seat-create .connection-selector button {
  height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  min-height: 0;
}
.distribute-seat-update .connection-selector button .filter-option,
.distribute-seat-create .connection-selector button .filter-option {
  position: absolute;
  top: 10px;
  left: 5px;
}
.distribute-seat-update .connection-selector .caret,
.distribute-seat-create .connection-selector .caret {
  top: 2px !important;
  margin-right: 10px;
  border: none;
}
.distribute-seat-update .connection-selector .caret::before,
.distribute-seat-create .connection-selector .caret::before {
  content: "+";
  font-size: 15pt;
}
.distribute-seat-update .connection-selector .btn-group.open .dropdown-toggle,
.distribute-seat-create .connection-selector .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.distribute-seat-update .connection-selector .open > .dropdown-toggle.btn-default,
.distribute-seat-create .connection-selector .open > .dropdown-toggle.btn-default {
  background: none;
}
.distribute-seat-update .connection-selector .dropdown-toggle.btn-default:hover,
.distribute-seat-create .connection-selector .dropdown-toggle.btn-default:hover {
  background: none;
}
.distribute-segment-export-create #connections fieldset label,
.distribute-segment-export-update #connections fieldset label,
.distribute-segment-export-create #pgraph_connections fieldset label,
.distribute-segment-export-update #pgraph_connections fieldset label {
  display: none;
}
.distribute-segment-export-create #connections fieldset label.visible,
.distribute-segment-export-update #connections fieldset label.visible,
.distribute-segment-export-create #pgraph_connections fieldset label.visible,
.distribute-segment-export-update #pgraph_connections fieldset label.visible {
  display: block;
}
.dynamic-report {
}
.dynamic-report label {
  text-transform: none;
  font-size: 12px;
}
.dynamic-report .panel {
  box-shadow: none;
  border-color: transparent;
}
.dynamic-report .panel [class^=icon-] {
  float: left;
  line-height: 13px;
  margin: 2px 8px 0 0;
}
.dynamic-report ul {
  list-style-type: none;
  padding: 0 0 2px;
}
.dynamic-report li {
  padding: 0 0 7px;
}
.dynamic-report .boxcontent .panel-heading {
  padding: 0;
  border: 0;
  background-color: #eee;
}
.dynamic-report .boxcontent .panel-heading a {
  color: #6a6a6a;
  display: block;
  padding: 7px 10px;
}
.dynamic-report .boxcontent .panel-heading .button-checkbox {
  position: absolute;
  top: 7px;
  right: 0;
}
.dynamic-report .boxcontent .panel-heading .tooltip .button-checkbox {
  display: none;
}
.dynamic-report .boxcontent .panel-heading h3 {
  display: block;
  margin: 0;
  line-height: 16px;
}
.dynamic-report .boxcontent .panel-heading .badge {
  background-color: #888;
  color: #eee;
  min-width: 22px;
  margin-left: 3px;
}
.dynamic-report .panel-body {
  padding: 5px 2px;
  border: 1px solid #eee;
  border-top: 0;
}
.dynamic-report .panel-body label {
  padding: 5px 0 2px;
  color: #333;
  margin-bottom: 0;
}
.dynamic-report .panel-body label:hover {
  cursor: pointer;
}
.dynamic-report .panel-body .text {
  display: inline-block;
  max-width: 182px;
  padding-top: 2px;
  height: 20px;
}
.dynamic-report .panel-body li ul {
  padding-top: 5px;
}
.dynamic-report .panel-body li li label {
  padding-top: 6px;
}
.dynamic-report .panel-body .form-group {
  margin-bottom: 7px;
}
.dynamic-report .panel-body button {
  display: block;
  float: left;
  margin: -3px 0 0 3px;
  padding: 0;
}
.dynamic-report .panel-body .check {
  padding: 0 5px 0 0;
}
.dynamic-report .panel-body .check button {
  margin-left: 2px;
}
.dynamic-report .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.dynamic-report .adex-dynamic-export-list-control {
  top: 13px;
  font-size: 9px;
}
.dynamic-report .adex-dynamic-export-list-control:hover {
  cursor: pointer;
}
.dynamic-report li li .adex-dynamic-export-list-control {
  top: 9px;
}
.dynamic-report .panel-heading:hover {
  cursor: default;
}
.dynamic-report .panel-title {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.dynamic-report .input-group-addon {
  border: 0;
  color: #6a6a6a;
}
.dynamic-report .list-undecorated [class^=icon-] {
  color: #6a6a6a;
  float: left;
  margin: 5px 8px 0 0;
}
.dynamic-report #collapseFilter .panel-body {
  padding: 3px 6px 0;
}
.dynamic-report #DynamicReportSelectionSearchContainer {
  padding: 5px;
  margin: 2px 0 6px;
  border: 0;
}
.dynamic-report .addedrep {
  margin: 8px 0 0px;
  padding: 0 10px;
}
.dynamic-report .addedrep li {
  padding: 0 0 5px;
}
.dynamic-report .addedrep h4 {
  margin: 0 0 5px;
}
.dynamic-report .addedrep h5 {
  margin: 2px 0 4px;
}
.dynamic-report #innerwrapper {
  position: relative;
  margin: -18px auto 0;
  min-height: 39px;
  overflow: hidden;
  padding-top: 10px;
  height: 40px;
}
.report-general.active .panel-heading a {
  padding-left: 13px;
}
#DynamicReportFiltersPanel .list-undecorated [class^=icon-] {
  float: left;
  margin: 2px 8px 0 0;
}
#InterestTreeList {
  list-style: none;
  padding-left: 12px;
}
#InterestTreeList ul {
  list-style: none;
  padding-left: 10px;
}
#InterestTreeList .adex-dynamic-export-list-control {
  position: absolute;
  left: -11px;
  top: 11px;
}
#InterestTreeList li {
  position: relative;
  clear: both;
}
#DynamicReportAddedSegmentFilters li:hover {
  cursor: pointer;
}
#DynamicExport .wrapper > h4 {
  padding: 17px 10px 0 0;
  overflow: visible;
}
#DynamicExport .wrapper > h4:first-child {
  margin-left: 20px;
}
#DynamicExport .col-lg-3 .boxcontent {
  min-height: 433px;
}
#DynamicExport #DynamicReportSelectionSearchCancel {
  color: #004b5e;
  cursor: pointer;
}
#DynamicExport .badge-primary {
  background-color: #004b5e;
}
#DynamicExport .adex-dynamic-report-item .adex-dynamic-report-item-link {
  position: relative;
  padding-right: 20px;
}
#DynamicExport .adex-dynamic-report-item .adex-dynamic-report-item-link .adex-dynamic-report-item-close {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #ccc;
  cursor: pointer;
  font-size: 10px;
  display: none;
}
#DynamicExport .adex-dynamic-report-item .adex-dynamic-report-item-link .adex-dynamic-report-item-close:hover {
  color: #004b5e;
}
#DynamicExport .adex-dynamic-report-item:hover .adex-dynamic-report-item-close {
  display: block;
}
#DynamicExport .adex-dynamic-report-item.active .adex-dynamic-report-item-close {
  display: block;
}
#DynamicExport .parent_li {
  clear: both;
}
#DynamicExport .date-filter .form-group {
  width: 49%;
}
#DynamicExport #DynamicReportTabList {
  position: absolute;
  width: 100%;
}
#DynamicExport #DynamicReportTabList li a {
  padding: 10px 20px 16px 10px;
}
#DynamicExport #DynamicReportTabList #dynamic-report-tab-list-item-General a {
  padding: 10px 10px 16px 10px;
}
#DynamicExport #DynamicReportTabList .ajax-loading {
  width: 50px;
  height: 32px;
}
#DynamicExport .adex-dynamic-export-empty-message {
  margin-top: 8px;
}
.text-no-data-available {
  display: none !important;
  visibility: hidden !important;
}
#DynamicReportAddedSheets li:hover,
#DynamicReportAddedAdTagIDFilters li:hover {
  cursor: pointer;
}
.report-dynamic .adex-tabs-controls-left,
.report-dynamic .adex-tabs-controls-right {
  padding-top: 21px;
}
.report-campaigns .boxcontent,
.report-campaigns .col-xs-12 {
  min-height: 600px;
}
.admin-roles-show .roles.nav-pills {
  margin: 0 0 20px -5px;
}
.admin-roles-show .roles.nav-pills > li {
  min-height: 25px;
}
.admin-roles-show .roles.nav-pills > li > a {
  padding: 3px 0 1px;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.admin-roles-show .roles.nav-pills > li > a:hover,
.admin-roles-show .roles.nav-pills > li > a:active,
.admin-roles-show .roles.nav-pills > li > a:focus {
  border: 0;
  background: transparent;
}
.admin-roles-show .roles.nav-pills > li > a:active {
  padding: 4px 0 1px;
}
.admin-roles-show .roles.nav-pills > li.active > a {
  background: transparent;
  border-bottom: 2px solid #004b5e;
  color: #004b5e;
}
.admin-roles-show .roles.nav-pills > li.active > a:hover,
.admin-roles-show .roles.nav-pills > li.active > a > a:hover {
  color: #004b5e;
  background: transparent;
  cursor: default;
}
.superadmin-level-2 a#rights {
  display: none;
}
.superadmin-level-2 div.rights {
  display: none;
}
.section-rights label {
  text-transform: none;
  color: #555;
  letter-spacing: 0.3px;
  padding-left: 6px;
}
.rights-resources #leftnav {
  position: fixed;
}
.rights-resources table.table {
  font-size: 10px;
}
.rights-resources table.table thead {
  margin-top: 20px;
}
.rights-resources table.table thead tr th {
  background-color: #fff;
  font-size: 9px;
}
.rights-resources table.table thead tr td {
  background-color: #004b5e;
  color: #ffffff;
  font-size: 9px;
  position: relative;
}
.rights-resources table.table thead tr td a.innerlink {
  position: absolute;
  top: -70px;
  display: block;
  width: 20px;
  height: 5px;
}
.rights-resources table.table tbody tr.only_superadmin {
  color: #999;
}
.rights-resources table.table tbody tr.default_right {
  color: green;
}
.rights-resources table.table tbody tr.has_group {
  color: #004b5e;
}
.rights-resources table.table tbody tr td {
  background-color: #f9f9f9;
}
body.rights-groupings {
  font-size: 10px;
}
body.rights-groupings #leftnav {
  position: fixed;
}
body.rights-groupings tr.main {
  background-color: #004b5e;
}
body.rights-groupings tr.main th {
  color: #ffffff;
  position: relative;
}
body.rights-groupings tr.main th a.innerlink {
  position: absolute;
  top: -70px;
  display: block;
  width: 20px;
  height: 5px;
}
body.rights-groupings tr.sub {
  font-size: 10px;
  border: 0 none;
  background-color: #f9f9f9;
}
body.rights-groupings tr.unused td {
  color: #999;
}
.rights-groupings-create h4,
.rights-groupings-edit h4 {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.rights-groupings-create .resources .form-group,
.rights-groupings-edit .resources .form-group {
  border: none;
  column-count: 2;
}
.rights-groupings-create .resources .form-group legend,
.rights-groupings-edit .resources .form-group legend {
  display: none;
}
.rights-groupings-create .resources label.selected,
.rights-groupings-edit .resources label.selected {
  background-color: #d3ffe0;
}
.rights-groupings-create .form-group,
.rights-groupings-edit .form-group,
.rights-groupings-create .input-group,
.rights-groupings-edit .input-group {
  display: block;
}
.rights-roles-edit label {
  padding-left: 20px;
}
.rights-roles-show .roles.nav-pills,
.rights-roles-edit .roles.nav-pills {
  margin: 0 0 20px -5px;
}
.rights-roles-show .roles.nav-pills > li,
.rights-roles-edit .roles.nav-pills > li {
  min-height: 25px;
}
.rights-roles-show .roles.nav-pills > li > a,
.rights-roles-edit .roles.nav-pills > li > a {
  padding: 3px 0 1px;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.rights-roles-show .roles.nav-pills > li > a:hover,
.rights-roles-edit .roles.nav-pills > li > a:hover,
.rights-roles-show .roles.nav-pills > li > a:active,
.rights-roles-edit .roles.nav-pills > li > a:active,
.rights-roles-show .roles.nav-pills > li > a:focus,
.rights-roles-edit .roles.nav-pills > li > a:focus {
  border: 0;
  background: transparent;
}
.rights-roles-show .roles.nav-pills > li > a:active,
.rights-roles-edit .roles.nav-pills > li > a:active {
  padding: 4px 0 1px;
}
.rights-roles-show .roles.nav-pills > li.active > a,
.rights-roles-edit .roles.nav-pills > li.active > a {
  background: transparent;
  border-bottom: 2px solid #004b5e;
  color: #004b5e;
}
.rights-roles-show .roles.nav-pills > li.active > a:hover,
.rights-roles-edit .roles.nav-pills > li.active > a:hover,
.rights-roles-show .roles.nav-pills > li.active > a > a:hover,
.rights-roles-edit .roles.nav-pills > li.active > a > a:hover {
  color: #004b5e;
  background: transparent;
  cursor: default;
}
.rights-maintenancemode .form-group {
  margin-bottom: 25px;
}
.rights-maintenancemode .form-group label {
  padding-left: 0;
}
.rights-maintenancemode .form-group label.checkbox {
  margin-left: 20px;
}
.page-maintenancemode label.checkbox {
  font-size: 12px;
  color: #333;
}
.page-maintenancemode input[type=checkbox] {
  margin-top: 2px;
}
.page-maintenancemode .badge {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
  width: 23px;
  padding: 3px 6px;
}
.page-maintenancemode .success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.page-maintenancemode td .icon-close {
  font-size: 8px;
}
.maintenance.danger .modal-backdrop {
  background-color: #401716;
  opacity: 0.98;
}
.modal.danger .modal-header {
  background-color: #ca4a47;
}
.modal.danger .modal-footer {
  padding: 20px;
}
.modal.danger .btn-danger {
  border: 0;
  padding: 2px 12px 3px;
  border-radius: 3px 3px 3px 3px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .last-url {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.style-guide #branding .primary {
  width: 300px;
  height: 200px;
  background-color: #004b5e;
}
.style-guide #branding .aa-primary {
  background-color: #ed1b2f;
}
.style-guide #branding .adpepper-primary {
  background-color: #be1d22;
}
.style-guide #branding .havas-primary {
  background-color: #dc002e;
}
.style-guide #branding .im-primary {
  background-color: #6495ed;
}
.style-guide #branding .leverate-primary {
  background-color: #1d1d1b;
}
.style-guide #branding .schober-primary {
  background-color: #e3001b;
}
.style-guide #branding .spree7-primary {
  background-color: #005493;
}
.style-guide #branding .stroeer-primary {
  background-color: #ff5a10;
}
.style-guide #branding .xpl-primary {
  background-color: #fc6000;
}
.notification-preview {
  cursor: pointer;
}
.dc-chart .pie-slice {
  fill: #666666;
  font-size: 10px;
}
.dc-chart .box .outlier,
.dc-chart .selected circle,
.dc-chart .selected path {
  stroke: #ddd;
}
.dc-chart .heatmap .box-group.deselected rect,
.dc-chart .box.deselected .box,
.dc-chart g.deselected path,
.dc-chart rect.deselected,
.dc-chart .deselected path,
.dc-chart .deselected circle {
  fill: #ddd;
}
.dc-chart .axis path,
.axis line {
  stroke: #aaa;
}
.dc-chart .grid-line line,
.dc-chart .grid-line {
  stroke: #ddd;
  opacity: 0.75;
}
.dc-chart .brush .resize path {
  stroke: #333;
}
.dc-chart g.rowDC text {
  pointer-events: inherit;
  cursor: pointer;
}
@media (min-width: 1px) {
  .container-smooth {
    max-width: 1170px;
  }
}
.navmenu,
.navbar-offcanvas {
  width: 235px;
  height: 100%;
  border-width: 0px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  bottom: auto;
  overflow-y: visible;
}
.canvas {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .container-left-xs {
    padding: 0 0 0 0px !important;
  }
}
@media (max-width: 991px) {
  .container-left-sm {
    padding: 0 0px 0 0px !important;
  }
}
@media (max-width: 1199px) {
  .container-left-md {
    padding: 0 0 0 0px !important;
    padding-top: 94px !important;
  }
}
.container-left-lg {
  padding: 0 0 0 0px !important;
}
.slider.slider-horizontal {
  height: 23px;
}
.slider.slider-horizontal .slider-track {
  height: 100%;
  margin-top: 0px;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: none;
  box-shadow: none;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -2px;
  margin-top: 1px;
  background: #004b5e;
  border: 1px solid #ffffff;
  opacity: 1;
  width: 4px;
}
.slider.slider-horizontal .slider-handle.round {
  border-radius: 0;
}
.slider.slider-horizontal .slider-selection {
  background: #004b5e;
  height: 20%;
  top: 45%;
  border-radius: 2px;
  box-shadow: none;
}
.slider.slider-horizontal.slider-disabled .slider-selection,
.slider.slider-horizontal.slider-disabled .slider-handle {
  background: #ddd;
}
.slider.slider-horizontal.slider-disabled .slider-track {
  background: #ddd;
}
.dl-menuwrapper {
  z-index: 50;
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 25px;
  height: 22px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}
.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: never;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  animation: MenuAnimOut5 0.4s ease;
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  animation: MenuAnimIn5 0.4s ease;
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  animation: SubMenuAnimIn5 0.4s ease;
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  animation: SubMenuAnimOut5 0.4s ease;
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}
.tt-suggestion {
  padding: 3px 10px 3px 15px !important;
}
.tt-suggestion.tt-cursor .dl-flex .dl-label {
  color: white;
}
.tt-suggestion.tt-cursor .tt-highlight {
  color: white;
}
.dl-flex {
  display: flex;
}
.dl-flex .dl-label {
  display: inline-block;
  text-align: right;
  color: #777;
  padding: 0 5px;
  min-width: 50px;
  width: 20%;
  white-space: nowrap;
}
.dl-flex .dl-label .tt-highlight {
  color: #777;
  font-weight: normal;
}
.dl-flex .dl-text {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  white-space: nowrap;
}
.dl-flex .dl-path {
  display: inline-block;
  text-align: right;
  color: #777;
  padding: 0 5px;
  white-space: nowrap;
}
.dl-flex .dl-key {
  padding: 0 5px;
  white-space: nowrap;
}
.ps__rail-y,
.ps--active-y > .ps__rail-y,
.ps:hover > .ps__rail-y:hover,
.ps--active-y > .ps__rail-y,
.ps--active-y:hover > .ps__rail-y {
  background-color: transparent;
  width: 7px;
}
.ps__rail-x,
.ps--active-x > .ps__rail-x,
.ps:hover > .ps__rail-x:hover,
.ps--active-x > .ps__rail-x,
.ps--active-x:hover > .ps__rail-x {
  background-color: transparent;
  height: 7px;
}
.ps:hover > .ps__rail-y,
.ps:hover > .ps__rail-x {
  opacity: 1;
}
.ps__rail-y > .ps__thumb-y,
.ps--active-y > .ps__rail-y > .ps__thumb-y,
.ps--active-y:hover > .ps__rail-y > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #ebebeb;
  border-radius: 0;
  opacity: 1;
  width: 7px;
  right: 0;
}
.ps__rail-y > .ps__thumb-y:hover,
.ps--active-y > .ps__rail-y > .ps__thumb-y:hover,
.ps--active-y:hover > .ps__rail-y > .ps__thumb-y:hover,
.ps__rail-y:hover > .ps__thumb-y:hover {
  width: 7px;
}
.ps__rail-x > .ps__thumb-x,
.ps--active-x > .ps__rail-x > .ps__thumb-x,
.ps--active-x:hover > .ps__rail-x > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #ebebeb;
  border-radius: 0;
  opacity: 1;
  height: 7px;
  bottom: 0;
}
.ps__rail-x > .ps__thumb-x:hover,
.ps--active-x > .ps__rail-x > .ps__thumb-x:hover,
.ps--active-x:hover > .ps__rail-x > .ps__thumb-x:hover,
.ps__rail-x:hover > .ps__thumb-x:hover {
  height: 7px;
}
.navmenu > .ps__rail-y > .ps__thumb-y {
  background-color: transparent !important;
}
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.twitter-typeahead {
  width: 100%;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  outline: none;
  color: #aaa !important;
}
.typeahead {
  background-color: #fff;
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu,
.tt-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 350px !important;
  overflow-y: auto;
  width: 100%;
  font-size: 11px;
}
.tt-suggestion {
  padding: 3px 20px;
  cursor: default;
}
.tt-suggestion.tt-cursor {
  cursor: default;
  color: #ffffff;
  background-color: #004b5e;
}
.tt-suggestion p {
  margin: 0;
  cursor: default;
}
.twitter-typeahead-input-tags {
  height: auto;
}
.twitter-typeahead-input-tags .tt-input,
.twitter-typeahead-input-tags .form-control {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.twitter-typeahead-input-tags .adex-ac-tag-container {
  position: relative;
  z-index: 1;
}
.twitter-typeahead-input-tags .adex-ac-tag-container a.tagManagementAddedTermsToDelete {
  padding: 2px 5px;
  background-size: 100%;
  background-color: #004b5e;
  color: #ffffff;
  margin: 0 1px;
  line-height: 1;
  position: relative;
  display: inline-block;
  font-size: 11px;
}
.twitter-typeahead-input-tags .adex-ac-tag-container a.tagManagementAddedTermsToDelete .icon-remove {
  margin-left: 5px;
  display: inline-block;
  margin-top: 0px;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.empty-message {
  padding: 5px;
  text-align: center;
  color: #999999;
}
.ui-datepicker {
  -webkit-user-select: none;
  user-select: none;
  width: 218px;
  height: auto;
  margin: 5px auto 0;
  font-family: "ApercuRegular";
  border: 1px solid #dbdbdb;
  display: none;
  padding: 0;
  box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.05);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
  background: #004b5e;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  padding: 3px 0 0;
  height: 23px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  background: none;
  border-radius: 0;
  margin-top: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  border: none;
  float: left;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #ffffff;
  margin-left: 10px;
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border: none;
  float: right;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid white;
  margin-right: 10px;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  top: inherit;
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  top: inherit;
  right: 0;
}
.ui-datepicker table {
  width: 100%;
  margin: 0;
}
.ui-datepicker table thead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
}
.ui-datepicker table th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  text-align: center;
}
.ui-datepicker table tbody td {
  padding: 0;
  border-right: 1px solid #dbdbdb;
}
.ui-datepicker table tbody td span,
.ui-datepicker table tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 28px;
  line-height: 28px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker table tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #dbdbdb;
}
.ui-datepicker table tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #eeeeee;
  color: #b4b3b3;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
  background: #ffffff;
  color: #bbbbbb;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month.ui-state-highlight-span span {
  background-color: #004b5e;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #fafafa;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight-span span,
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #004b5e;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  border: 1px solid #004b5e;
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight-span span {
  border: none;
  border-collapse: collapse;
  width: 29px;
}
div.ui-datepicker {
  z-index: 1051 !important;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #333;
  border-bottom: 1px solid #004b5e !important;
}
.ui-datepicker-calendar .ui-state-highlight.ui-state-active {
  border-bottom: 1px solid #00222b !important;
}
.ui-datepicker-calendar .ui-state-active {
  text-shadow: none;
}
.ant-calendar-picker-input {
  padding-top: 2px;
}
.ant-calendar-picker-container.calendar-filter {
  z-index: 1052;
}
.ant-calendar .ant-calendar-cell {
  height: 28px;
  line-height: 28px;
  width: 30px;
  font-size: 0.9em;
}
.selectize-control {
  position: relative;
}
.selectize-control.single .selectize-input {
  cursor: pointer;
}
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.multi .selectize-input {
  position: absolute;
}
.selectize-control.multi .selectize-input.active,
.selectize-control.multi .selectize-input.focus,
.selectize-control.multi .selectize-input:hover {
  height: auto;
  max-height: 125px;
  overflow-y: visible;
  z-index: 99000000;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 2px 2px 0 2px;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 2px 2px 0;
  padding: 1px 7px 0 7px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
  border-radius: 6px;
}
.selectize-control.multi .selectize-input > div.active {
  background: #004b5e;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-control.plugin-drag_drop.multi .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop.multi .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-control.multi.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 16px !important;
}
.selectize-control.multi.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 14px;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.multi.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.multi.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.multi.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.multi.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.multi.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  background: #ffffff;
  cursor: text;
  display: inline-block;
  border: 1px solid #dadada;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  padding: 1px 6px 1px 6px;
  height: 22px;
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-input > input {
  color: #333333;
  font-family: inherit;
  font-size: 12px;
  border-radius: 0;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-input.focus {
  border-color: #adadad;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 173, 173, 0.6);
}
.selectize-input:after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-dropdown {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  width: 100% !important;
  position: absolute;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: auto;
  padding: 0;
  margin: 0;
  z-index: 100000;
}
.selectize-dropdown .option {
  overflow: hidden;
  padding: 3px 24px 3px 12px;
  position: relative;
}
.selectize-dropdown .option:not([data-selectable]) {
  color: #aaa;
  cursor: default;
  font-style: italic;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable].selected:after {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
}
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  margin: 9px -12px;
}
.selectize-dropdown .optgroup:before:first-child {
  display: none;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #004b5e;
}
.selectize-dropdown .active .dl-label {
  color: white !important;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown .plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown .plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown .plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown .plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown-header {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
  padding: 6px 12px;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  padding: 0 0 5px 0;
}
.has-error .selectize-input {
  border: 1px solid #f2dede;
  border-bottom-color: #b94a48;
}
.has-error .selectize-input:focus {
  border-color: #adadad;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 173, 173, 0.6);
}
.form-control.selectize-control {
  height: 22px;
  padding: 0;
  border: none !important;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control.select-multiple {
  white-space: normal;
}
.ignoreHover .selectize-dropdown-content [data-selectable] {
  cursor: default;
}
.ignoreHover.selectize-dropdown .active {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background: none;
}
.ignoreHover.selectize-dropdown .active .dl-label {
  color: #777;
}
.selectize-control .dl-flex {
  display: flex;
}
.selectize-control .dl-flex .dl-label {
  display: inline-block;
  text-align: right;
  color: #777;
  padding: 0 5px;
  min-width: 50px;
  width: 20%;
  white-space: nowrap;
}
.selectize-control .dl-flex .dl-label .tt-highlight {
  color: #777;
  font-weight: normal;
}
.selectize-control .dl-flex .dl-text {
  padding: 0 5px;
  width: 80%;
  white-space: nowrap;
}
.selectize-control .dl-flex .dl-path {
  display: inline-block;
  text-align: right;
  color: #777;
  padding: 0 5px;
  white-space: nowrap;
}
.selectize-control .dl-flex .dl-key {
  padding: 0 5px;
  white-space: nowrap;
}
.selectize-control .dl-flex .dl-two-columns {
  padding: 0 5px;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-group .form-control.selectize-control {
  width: 100%;
  z-index: auto;
}
.input-group .form-control.selectize-dropdown {
  position: absolute;
}
.selectize-dropdown [data-selectable] .highlight {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: #acd8e4;
}
.selectize-dropdown [data-selectable].active .highlight {
  background: #fff;
  color: #004b5e;
}
@media (min-width: 576px) {
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
label input[type=radio] {
  margin: 0 5px 0 0;
}
.bootstrap-checkbox > button.btn {
  padding: 2px;
}
input[type=checkbox].check {
  opacity: 0;
  width: 24px;
}
.multicheck .float-check {
  float: left;
}
.multicheck label {
  display: inline-block;
  font-size: 12px;
  width: 90%;
  padding-top: 1px;
}
.multicheck label:hover {
  cursor: pointer;
}
.ant-radio-group {
  padding-left: 12px;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner,
.ant-checkbox-checked .ant-checkbox-inner:hover,
.ant-checkbox-indeterminate .ant-checkbox-inner:hover {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #004b5e;
}
.ant-checkbox:hover,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-checked:after {
  border-color: #dbdbdb;
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: #004b5e;
}
.ant-checkbox-inner {
  border-radius: 3px;
  transition: none;
}
.ant-checkbox-inner:after,
.ant-checkbox-checked .ant-checkbox-inner:after {
  transition: none;
}
.ant-checkbox-wrapper {
  color: #8a8a8a;
}
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard .wizard > .steps .number {
  font-size: 1.429em;
}
.wizard .wizard > .steps > ul > li {
  width: 25%;
}
.wizard .wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 40em;
  overflow: hidden;
  position: relative;
  width: auto;
}
.wizard .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.wizard .wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard .wizard > .content > .body ul > li {
  display: list-item;
}
.wizard .wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard .wizard > .content > .body input {
  display: block;
}
.wizard .wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}
.wizard .wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard .wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 2px;
  padding-left: 0px;
}
.wizard .wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard .wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard .wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard .wizard > .actions > ul > li.btn-primary {
  border: 0;
  border-bottom: 2px solid #003f4f;
  margin-top: 10px;
  background: #004b5e;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
}
.wizard .wizard > .actions > ul > li.btn-primary:hover {
  background: #003f4f;
  color: #fff;
  border-bottom: 2px solid #00222b;
}
.wizard .wizard > .actions > ul > li.disabled {
  background: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #aaaaaa;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  text-decoration: none;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  cursor: default;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  color: #fff;
  display: block;
  text-decoration: none;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
}
.tabcontrol > .steps > ul > li > a {
  display: inline-block;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li:hover {
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  border-bottom: 0 none;
  margin-top: 0;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
.form-wizard {
  display: none;
  padding: 20px 20px 25px 20px;
}
.form-wizard .steps > ul {
  display: none;
}
.form-wizard > .content {
  background-color: transparent;
  display: block;
  margin: 0 0 15px 0;
}
.form-wizard > .content fieldset.body {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  padding: 0;
  min-height: 300px;
}
.form-wizard > .content fieldset.body h5 {
  font-size: 12px;
  clear: both;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.form-wizard > .content fieldset.body h5:first-of-type {
  margin-top: 0;
}
.form-wizard > .content fieldset.body .form-group .input-group {
  width: 100%;
}
.form-wizard > .content fieldset.body .form-group.has-error .form-control {
  border: 1px solid #f2dede;
  border-bottom-color: #b94a48;
  border-bottom-width: 1px;
  box-shadow: none;
}
.form-wizard > .content fieldset.body .form-group.has-error .form-control:focus {
  box-shadow: 0 0 4px #dadada;
}
.form-wizard > .content fieldset.body .form-group.has-error .help-block,
.form-wizard > .content fieldset.body .form-group.has-error .control-label {
  color: #e03835;
}
.form-wizard > .content fieldset.body .form-group .help-block {
  margin: 0;
}
.form-wizard > .content fieldset.body input[type=radio] {
  line-height: 20px;
  margin-top: 4px;
  margin-right: 4px;
  float: left;
  clear: both;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100% !important;
  -webkit-appearance: radio;
  appearance: radio;
  border: 2px inset threedface;
  background-color: #fff;
}
.form-wizard > .content fieldset.body input label.for_radio {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.form-wizard > .content fieldset.body label#new_exchange {
  margin-top: 25px;
}
.form-wizard > .content fieldset.body p {
  clear: both;
}
.form-wizard > .content fieldset.body a.new_field {
  float: right;
}
.form-wizard > .content fieldset.body div.new_fields input {
  width: 90%;
  float: left;
  margin-bottom: 10px;
}
.form-wizard > .content fieldset.body div.new_fields a.delete_field {
  display: block;
  width: 10%;
  height: 22px;
  margin-bottom: 10px;
  float: right;
}
.form-wizard > .content fieldset.body div.new_fields a.delete_field span {
  float: right;
}
.form-wizard > .actions > ul {
  width: 100%;
  display: block;
  padding: 0;
}
.form-wizard > .actions > ul > li {
  float: right;
  margin-right: 20px;
}
.form-wizard > .actions > ul > li:first-child {
  float: left;
  margin-left: 20px;
}
.form-wizard > .actions > ul > li:last-child {
  margin-right: 20px;
}
.form-wizard > .btn,
.form-wizard .btn-primary {
  border: 0;
  border-bottom: 2px solid #003f4f;
  padding: 2px 12px 1px;
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
  background: #004b5e;
  color: #fff;
}
.form-wizard > .button:hover,
.form-wizard .btn:hover,
.form-wizard .btn-primary:hover {
  background: #003f4f;
  color: #fff;
  border-bottom: 2px solid #00222b;
}
.form-wizard .btn-primary:active {
  padding: 3px 12px 0;
}
.form-wizard .switch {
  margin: 2px 0 0 3px;
}
.form-wizard .switch input[type=checkbox] {
  margin-right: 0;
}
.form-wizard .check .btn:hover {
  background: transparent;
  border-bottom: 0;
}
.form-wizard pre[class*=language-javascript] {
  overflow: auto;
  word-wrap: break-word;
}
.form-wizard pre,
.form-wizard code[class*=language-markup] {
  overflow-y: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
}
.btn-small-wizard {
  background-color: #fff;
  padding: 1px 8px 2px;
  border-radius: 2px;
  max-width: 24px;
  max-height: 22px;
}
.btn-small-wizard:active {
  padding: 2px 8px 0;
}
.btn.add,
.btn.remove {
  background: #eee;
  border-color: #dadada;
  border-radius: 0;
  color: #333;
  width: 22px;
  height: 22px;
  max-height: 22px;
  padding: 4px;
  line-height: 10px;
  font-size: 11px;
}
.btn.add:hover,
.btn.remove:hover,
.btn.add:active,
.btn.remove:active {
  background-color: #d5d5d5;
  border-color: #c1c1c1;
  border-bottom-width: 1px;
  color: #333;
}
.add-row {
  background: #004b5e;
  color: #fff;
}
.add-row:hover {
  background: #003f4f;
}
.wizard > .content > .body input.add-row {
  border: 0;
  border-bottom: 1px solid #00222b;
  padding: 1px 9px 2px;
}
.wizard > .content > .body input.add-row:active {
  padding: 2px 9px 1px;
}
.tickbox {
  pointer-events: none;
}
.form-wizard .cm-container {
  min-height: 120px;
  max-width: 120px;
}
.form-wizard .cm-container:hover {
  cursor: pointer;
}
.form-wizard .dropdown-toggle:hover,
.form-wizard .dropdown-toggle:active {
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid #adadad;
  padding: 1px 6px;
}
.form-wizard li.btn-primary {
  padding: 0;
}
.form-wizard li.btn-primary a {
  padding: 2px 12px 1px;
}
.form-wizard li.btn-primary:active {
  padding: 0;
}
.form-wizard li.btn-primary a:active {
  padding: 3px 12px 0;
  border-bottom: 1px solid #00222b;
}
.form-wizard div.btn {
  margin-right: 10px;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .info {
  color: #8a8a8a;
  margin-bottom: 2px;
}
.cm-checkmark {
  position: absolute;
  left: 2px;
  bottom: -2px;
  z-index: 22;
  pointer-events: none;
}
.cm-logo {
  pointer-events: none;
}
.cm-logo .cm-logo-img {
  border: 1px solid #dbdbdb;
  padding: 4px;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 100%;
  margin: 7px 7px 7px 0;
  pointer-events: all;
  object-fit: scale-down;
}
.cm-logo.cs-only .cm-logo-img {
  border-width: 2px;
  border-style: dashed;
}
.cm-name {
  display: inline-block;
  max-height: 3.1em;
  overflow-y: hidden;
}
.tickbox-wrapper-bg {
  width: 16px;
  height: 16px;
  z-index: 10;
  left: 67px;
  position: absolute;
  background-repeat: no-repeat;
  top: 54px;
  pointer-events: none;
  font-family: "Glyphicons Halflings";
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.tickbox-wrapper-bg:active {
  box-shadow: none;
}
.tickbox-wrapper-bg span {
  font-family: "Glyphicons Halflings";
  font-size: 8px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.tickbox-wrapper-bg .icon-checkmark {
  color: #004b5e;
  background: #fafafa;
  padding: 0 3px;
}
.tickbox-wrapper-bg .icon-checkmark:before {
  content: "\e013";
}
.tracking {
  margin-top: 20px;
}
.container-tag-row {
  margin-bottom: 1em;
}
.container-tag-row.labels {
  margin-bottom: 0;
}
.container-tag-row.labels span {
  display: block;
  color: #8a8a8a;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.input-row .no-gutter {
  padding-right: 8px;
}
.input-row .no-gutter.pull-right {
  padding-right: 0;
}
.container-tag-label {
  color: #151515;
}
.sources-button {
  color: #333;
}
#campaign-script-button:active,
#portfolio-script-button:active {
  box-shadow: none;
  padding-top: 2px;
}
.page-sources .btn-group,
.page-sources .bootstrap-select > .btn {
  min-width: 60px;
}
.page-sources .alert {
  margin-top: 25px;
}
.page-sources .icon-boxed {
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.apply-containers .headlines {
  display: table-row;
  font-size: 10px;
  text-transform: uppercase;
}
.apply-containers .headlines span {
  display: table-cell;
  padding: 6px 0 3px;
}
.apply-containers .headlines .name {
  padding-left: 44px;
  width: 29.15%;
}
.apply-containers .headlines .desc {
  width: 70%;
}
.apply-containers .headlines .updated {
  min-width: 107px;
}
.additional-options-panel .headlines {
  display: table-row;
  font-size: 10px;
  text-transform: uppercase;
}
.additional-options-panel .headlines span {
  display: table-cell;
  padding: 6px 0 3px;
}
.additional-options-panel .headlines .name {
  padding-left: 44px;
  width: 29.15%;
}
.additional-options-panel .headlines .desc {
  width: 70%;
}
.additional-options-panel .crs-definitions {
  margin-bottom: 2.5em;
}
.additional-options-panel .crs-definitions .container-name {
  width: 90%;
}
#bulk-edit-containers .alert-danger.text-center {
  margin-left: 3px;
}
.form-wizard table {
  width: 100%;
}
.form-wizard table tbody {
  border: 1px solid #eee;
  border-top: 0;
}
.form-wizard table tbody tr:hover {
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
  background-color: #f5f5f5;
}
.form-wizard table td:first-child {
  padding: 9px 10px 7px;
}
.form-wizard table td,
.form-wizard table th {
  line-height: 16px;
}
.form-wizard table th {
  padding: 9px 10px 7px 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.form-wizard table th.name {
  width: 25%;
}
.form-wizard table td {
  border-top: 1px solid #eee;
}
.form-wizard table label {
  display: block;
  padding: 9px 10px 7px 2px;
  text-transform: none;
  font-size: 12px;
}
.form-wizard table label:hover {
  cursor: pointer;
}
.form-wizard .wizard-checkbox {
  width: 30px;
  vertical-align: top;
}
.form-wizard .wizard-name {
  vertical-align: top;
  color: #333;
}
.form-wizard .wizard-name label {
  color: #333;
}
.form-wizard .wizard-description {
  vertical-align: top;
  position: relative;
  color: #8a8a8a;
}
.form-wizard .wizard-description > div {
  padding: 9px 30px 5px 3px;
}
.form-wizard .wizard-description .panel-info {
  color: #8a8a8a;
  box-shadow: none;
  padding-bottom: 0;
}
.form-wizard .infobox {
  padding: 1em;
  border-radius: 5px;
  color: #ffffff;
}
.form-wizard .plugin-info {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 13px;
}
.form-wizard .plugin-info:hover {
  color: #004b5e;
}
.checkbox-label {
  display: table-row;
  padding: 0 0 0 10px;
  border: 1px solid #eee;
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 15px;
}
.checkbox-label:last-child {
  border-bottom: 1px solid #eee;
}
.checkbox-label:hover {
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
  background-color: #f5f5f5;
}
.checkbox-label > span {
  display: table-cell;
  padding: 9px 10px 7px 2px;
  vertical-align: middle;
  text-transform: none;
  font-size: 12px;
}
.checkbox-label > span:first-child {
  border-left: 0;
}
.checkbox-label > span:last-child {
  border-right: 0px;
}
.checkbox-label > .container-input {
  width: 30px;
  padding-top: 6px;
}
.checkbox-label > .container-name {
  color: #333;
  width: 25%;
}
.checkbox-label > .container-description {
  width: 70%;
}
.checkbox-label > .container-changedate {
  min-width: 120px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .form-wizard .headlines .name {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .form-wizard > .content {
    min-height: 40em;
  }
  .form-wizard .switch label .lever {
    width: 21px;
  }
  .form-wizard .switch label input[type=checkbox]:checked + .lever:after {
    left: 19px;
  }
  .form-wizard pre[class*=language-] {
    max-width: 90%;
  }
  .form-wizard .no-gutter.pull-right.segment-builder-panel-field-addbtn {
    padding-right: 8.2%;
  }
  .form-wizard .checkbox-label {
    display: block;
  }
}
*:focus {
  outline: none !important;
}
label,
.form-group > fieldset > legend {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: normal;
  color: #8a8a8a;
  text-transform: uppercase;
}
label .bootstrap-select,
.form-group > fieldset > legend .bootstrap-select,
label .twitter-typeahead,
.form-group > fieldset > legend .twitter-typeahead {
  text-transform: none;
}
label.with-inline-checkbox,
.form-group > fieldset > legend.with-inline-checkbox {
  display: inline-block;
  padding-right: 10px;
}
.form-group > fieldset > legend {
  margin-bottom: 10px;
}
input[type=submit].btn,
input[type=button].btn,
input[type=button].btn-primary,
#segment-builder-button-save.btn-primary,
button.btn-primary {
  border: 0;
  border-bottom: 2px solid #003f4f;
  padding: 2px 12px 1px;
  margin-top: 10px;
  background: #004b5e;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
}
input[type=submit].btn:hover,
input[type=button].btn:hover,
#segment-builder-button-save.btn-primary:hover,
button.btn-primary:hover {
  background: #003f4f;
  color: #fff;
  border-bottom: 2px solid #00222b;
}
input[type=submit].btn:active,
input[type=button].btn:active,
#segment-builder-button-save.btn-primary:active,
button.btn-primary:active {
  padding: 3px 12px 1px;
  border-bottom: 1px solid #00222b;
  color: #fff;
}
input[type=checkbox] {
  margin-right: 10px;
}
input[type=button].BtnGeneratePassword,
input[type=button].BtnGeneratePassword:hover,
input[type=button].BtnGeneratePassword:active {
  margin-top: 0;
  padding: 2px;
  border-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
input[type=button].BtnGeneratePassword:active {
  padding: 3px 2px 1px;
}
.form-control {
  font-size: 12px;
  line-height: 1.53846154;
}
.disabled a {
  pointer-events: none;
}
.disabled {
  cursor: not-allowed;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
.fileinput.input-group {
  width: 100%;
}
.fileinput.input-group .form-control {
  padding: 3px 6px 2px;
}
.fileinput.input-group span.input-group-addon {
  width: 60px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
.fileinput.input-group a.input-group-addon {
  width: 60px;
}
.form-control {
  display: inline-block;
  box-shadow: none;
  height: auto;
}
.form-control.single-click-select {
  cursor: pointer !important;
}
.form-group {
  margin-bottom: 12px;
}
.input-group-btn > .btn {
  margin-left: -1px;
}
h2 .form-group {
  margin-bottom: 0;
}
.dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #555;
}
@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: 1.53846154;
  }
  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: 20px;
  }
  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: 22px;
  }
}
@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
form .input-sm {
  height: 20px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
}
.validated-form .has-error .bootstrap-select .selectpicker {
  border-color: #b94a48;
}
.validated-form .has-error .fileinput .help-block {
  display: table-footer-group;
}
.validated-form .help-block {
  margin-bottom: 0;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .bootstrap-select .dropdown-toggle,
.has-error .input-group-addon {
  border: 1px solid #f2dede;
  border-bottom-color: #b94a48;
  border-bottom-width: 1px;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: 0 0 4px #dadada;
}
.has-error .btn-group.bootstrap-select {
  border: 0;
}
.login .input-error {
  border: 1px solid #f2dede;
  border-bottom-color: #b94a48;
  border-bottom-width: 1px;
  box-shadow: none;
}
.login .input-error:focus {
  box-shadow: 0 0 4px #dadada;
}
p.error {
  color: #b94a48;
}
select.selectpicker.selectpicker {
  display: none !important;
}
[data-toggle=dropdown] + .dropdown-backdrop {
  z-index: -1;
}
.bootstrap-select .btn {
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 0;
}
.bootstrap-select .btn-default {
  background-color: #fff;
}
.bootstrap-select .btn:focus {
  outline: none !important;
  outline-offset: 0;
}
.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group .btn .filter-option {
  left: inherit;
  right: inherit;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 12px;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 8px;
  cursor: default;
  color: #004b5e;
  font-weight: normal;
}
.form-hint {
  display: none;
  position: absolute;
  background-color: #004b5e;
  color: #fff;
  padding: 20px;
}
::placeholder {
  color: #777;
  opacity: 1;
}
.BtnGeneratePassword {
  width: 50%;
  display: block;
  float: left;
}
.ShowPassword {
  padding: 1px 10px;
  background-color: #eee;
  border: 1px solid #dedede;
  width: 50%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.active-user {
  display: inline-block;
}
.active-user label:hover {
  cursor: pointer;
}
.form-messages .glyphicon {
  margin-right: 8px;
  top: 2px;
}
.form-messages > div {
  position: relative !important;
  top: 0 !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
}
.form-messages > div ul {
  margin: 0 !important;
}
.form-messages > div.fadeOutFlash {
  animation-duration: 0.5s !important;
  transition: all 0.5s ease-in-out !important;
  animation-name: fadeOutFlash;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 0px !important;
}
@keyframes fadeOutFlash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: -20px !important;
  }
}
.box .has-error .check:not(.disabled) span {
  border-color: #ca4a47;
}
label.disabled {
  opacity: 0.8;
  color: #dbdbdb;
}
.box .form-group .check > button {
  margin-top: -4px;
  margin-right: 3px;
}
.form-messages-container {
  position: relative;
}
#sbl-fields-panels {
  position: relative;
}
.switch,
.switch * {
  -webkit-user-select: none;
  user-select: none;
}
.switch {
  margin: 6px 0 4px;
}
.switch label {
  display: inline-block;
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #004b5e;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #004b5e;
}
.switch label input[type=checkbox]:checked + span + .on {
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 31px;
  height: 4px;
  background-color: #eeeeee;
  border-radius: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 13px 0 9px;
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #eeeeee;
  border-radius: 21px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  left: -5px;
  top: -5px;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease;
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}
.switch [type=checkbox]:not(:checked),
.switch [type=checkbox]:checked {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.actions {
  padding: 0;
}
.actions .btn {
  border: 0;
  padding: 2px 12px 1px;
  margin: 10px 8px 0 0;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
}
.actions .btn:last-child,
.actions .btn.delete {
  margin-right: 0;
}
.actions .btn span {
  font-size: 10px;
}
.actions .btn-primary {
  color: #fff;
  background: #004b5e;
  border-bottom: 2px solid #003f4f;
}
.actions .btn-primary:hover {
  background: #003f4f;
  color: #fff;
  border-bottom: 2px solid #00222b;
}
.actions .btn-primary:active {
  padding: 3px 12px 1px;
  border-bottom: 1px solid #00222b;
  color: #fff;
}
.actions .btn-primary:focus {
  border-bottom-color: #00222b;
}
.actions .btn-primary.disabled {
  border-bottom: 2px solid #003f4f;
}
.actions .btn-default {
  background-color: #eee;
  border: 1px solid #cdcdcd;
  padding: 1px 12px 2px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.1);
}
.actions .btn-default:hover {
  border: 1px solid #afafaf;
}
.actions .btn-default:active {
  padding: 2px 12px 1px;
  border-bottom-width: 1px;
}
.actions .btn-default:focus {
  border-bottom-color: #cccccc;
}
.actions .btn-danger {
  border-bottom: 2px solid #a40605;
}
.actions .btn-danger:hover {
  border-color: #730404;
}
.actions .btn-danger:active {
  padding: 3px 12px 1px;
  border-bottom-width: 1px;
}
.actions .btn-danger:focus {
  border-color: #730404;
}
.actions .btn-sm {
  border-bottom-width: 1px;
}
.actions .btn-sm:hover {
  border-bottom-width: 1px;
}
.actions .btn-sm:active {
  border-bottom-width: 0;
}
@media (max-width: 991px) {
  .actions {
    margin: 0 0 35px;
  }
}
.dropdown-empty-message {
  position: absolute !important;
}
.sub:before {
  position: absolute;
  top: 5px;
  left: 12px;
  font-family: "icomoon";
  font-size: 9px;
  content: "\e70a";
  float: left;
  color: #d5d5d5;
}
.sub {
  padding-left: 15px;
}
.ant-form label {
  font-size: 10px;
}
.ant-form-item-control.pull-right {
  text-align: right;
}
.ant-form-group .ant-form-item-label {
  border-bottom: solid #ddd 1px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.ant-input {
  height: 23px;
}
.hiddensearch {
  width: 0px !important;
  float: right;
  margin-right: -1px;
  padding: 0px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-right: 0px;
  transition: width 0.3s ease-in-out;
}
details.accordion > summary {
  display: list-item;
  cursor: pointer;
  padding: 0.5rem 1rem;
  background-color: #eeeeee;
}
details.accordion .content {
  border: 2px solid #eeeeee;
  margin-top: 0;
  padding: 0 1.5rem;
  width: 100%;
}
.ant-btn {
  transition: none;
}
.ant-btn:hover {
  color: #fff;
  background-color: #003f4f;
  border-color: #00333f;
}
.ant-btn:active,
.ant-btn:active:hover {
  color: #fff;
  background-color: #002f3a;
  border-color: #00222b;
}
.ant-btn:active {
  border-bottom: 1px;
}
.ant-btn-primary,
.ant-btn-primary:focus {
  transition: none;
  background-color: #004b5e;
  border-color: #000e12;
  padding: 2px 12px 1px;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #004b5e;
  outline-offset: 0;
  outline: none;
}
.ant-btn-secondary {
  color: #6a6a6a;
  background-color: #eeeeee;
  border: 1px solid #dadada;
}
.ant-btn-secondary:hover {
  background-color: #d5d5d5;
  border-color: #bbb;
}
.ant-btn-secondary:active {
  color: #6a6a6a;
  border-color: #bbb;
}
.ant-btn-danger,
.ant-btn-danger {
  color: #fff;
  background-color: #d44b38;
  border-color: #c73e2b;
}
.ant-btn-danger:hover,
.ant-btn-danger:hover,
.ant-btn-danger:focus,
.ant-btn-danger:focus {
  background-color: #b23827;
  border-color: #952e20;
}
.dropdown-menu,
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 1051;
  display: none;
  float: left;
  padding: 0;
  margin: -1px 0 0;
  list-style: none;
  font-size: 11px;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  background-color: #fefefe;
  border-radius: 0px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
  background-clip: padding-box;
  border: 1px solid #c2bebe;
}
.dropdown-menu.pull-right,
.tt-dropdown-menu.pull-right,
.tt-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider,
.tt-dropdown-menu .divider,
.tt-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin: 0;
}
.dropdown-menu a:hover,
.tt-dropdown-menu a:hover,
.tt-menu a:hover,
.dropdown-menu a:focus,
.tt-dropdown-menu a:focus,
.tt-menu a:focus {
  text-decoration: none;
  color: #000000;
}
.dropdown-menu a.active,
.tt-dropdown-menu a.active,
.tt-menu a.active {
  background-color: #004b5e;
  color: #fff;
}
.dropdown-menu > .selected > a,
.tt-dropdown-menu > .selected > a,
.tt-menu > .selected > a,
.dropdown-menu > .active > a,
.tt-dropdown-menu > .active > a,
.tt-menu > .active > a,
.dropdown-menu > .selected > a:hover,
.tt-dropdown-menu > .selected > a:hover,
.tt-menu > .selected > a:hover,
.dropdown-menu > .active > a:hover,
.tt-dropdown-menu > .active > a:hover,
.tt-menu > .active > a:hover,
.dropdown-menu > .selected > a:focus,
.tt-dropdown-menu > .selected > a:focus,
.tt-menu > .selected > a:focus,
.dropdown-menu > .active > a:focus,
.tt-dropdown-menu > .active > a:focus,
.tt-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #004b5e;
}
.dropdown-menu > li > a,
.tt-dropdown-menu > li > a,
.tt-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.tt-dropdown-menu > li > a:hover,
.tt-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.tt-dropdown-menu > li > a:focus,
.tt-menu > li > a:focus,
.dropdown-menu > .active > a,
.tt-dropdown-menu > .active > a,
.tt-menu > .active > a,
.dropdown-menu > .active > a:hover,
.tt-dropdown-menu > .active > a:hover,
.tt-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.tt-dropdown-menu > .active > a:focus,
.tt-menu > .active > a:focus {
  background-color: #004b5e;
}
.dropdown-menu li span:first-child,
.tt-dropdown-menu li span:first-child,
.tt-menu li span:first-child {
  padding-right: 5px;
}
.dropdown-menu li span:first-child.date-filter-header,
.tt-dropdown-menu li span:first-child.date-filter-header,
.tt-menu li span:first-child.date-filter-header {
  display: block;
}
.dropdown-menu,
.tt-dropdown-menu,
.tt-menu {
  min-width: 100%;
  width: auto;
}
.tt-dropdown-menu .option,
.tt-menu .option {
  position: relative;
}
.tt-dropdown-menu .option.sub,
.tt-menu .option.sub {
  padding-left: 15px;
}
.tt-dropdown-menu .option.sub:before,
.tt-menu .option.sub:before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "icomoon";
  font-size: 9px;
  content: "\e70a";
  color: #d5d5d5;
  display: inline-block;
}
#usermenu .dropdown-menu {
  min-width: 160px;
}
td .dropdown-menu > li {
  overflow: hidden;
}
.ant-dropdown .ant-dropdown-menu {
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fefefe;
  box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.15);
  border: 1px solid #c2bebe;
}
.ant-dropdown .ant-dropdown-menu.hide-hover .ant-dropdown-menu-item:hover {
  background-color: transparent;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  transition: none;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 11px;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: #004b5e;
  text-decoration: none;
  transition: none;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item a:hover {
  color: #fff;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item > a {
  margin: -5px -10px;
  padding: 5px 10px;
  transition: none;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title > a {
  margin: -5px -10px;
  padding: 5px 10px;
  transition: none;
}
.ant-dropdown.row-menu {
  margin-top: -5px;
}
.ant-dropdown .icon {
  padding-right: 5px;
}
.ant-dropdown .ant-dropdown-menu-item-divider {
  margin: 0;
}
.box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
}
.box .check {
  padding: 0;
  margin: 0;
}
.box .check button {
  font-family: "Glyphicons Halflings";
  font-size: 13px;
  line-height: 15px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 20px;
}
.box .check button:hover {
  color: #adadad;
}
.box .check button:active {
  box-shadow: none;
}
.box .check span {
  font-family: "Glyphicons Halflings";
  font-size: 8px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.box .check .icon-checkbox-unchecked {
  background: #fff;
  padding: 1px 2px 2px;
}
.box .check .icon-checkbox-unchecked:before {
  content: " ";
  padding: 1px 5px 2px;
}
.box .check .icon-checkbox-checked {
  color: #004b5e;
  background: #fafafa;
  padding: 1px 3px 2px;
}
.box .check .icon-checkbox-checked:before {
  content: "\e013";
}
.box .boxheader {
  position: relative;
  margin: 0;
  display: block;
  padding: 10px 10px 0 15px;
  clear: both;
  min-height: 33px;
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #ebebeb;
}
.box .boxheader .check {
  margin: 1px 4px 0;
}
.box .boxheader h4 {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  margin: 2px 0 0 0;
  display: inline;
  float: left;
  color: #6a6a6a;
  font-family: "ApercuLight";
  letter-spacing: 0.02em;
  max-height: 15px;
  overflow: hidden;
}
.box .boxheader .dropdown-menu:not(.context-menu) {
  border: 1px solid #ddd;
  z-index: 100;
}
.box .boxheader .dropdown-menu:not(.context-menu) .check .btn {
  margin-top: -1px;
}
.box .boxheader li .dropdown-menu:not(.context-menu) {
  padding: 7px;
  min-width: 200px;
}
.box .boxheader span .dropdown-menu:not(.context-menu) {
  margin-top: 9px;
  padding: 5px;
  margin-right: -1px;
}
.box .boxheader > ul.nav-tabs {
  margin: -10px 0 0;
}
.box .boxheader > ul.nav-tabs > .navbar-form {
  padding: 5px 10px 0px;
}
.box .boxheader ul.nav-tabs {
  float: right;
}
.box .boxheader ul.nav-tabs.navbar-left {
  margin-left: -11px;
  margin-right: 0;
}
.box .boxheader ul.nav-tabs a {
  padding: 10px 13px 11px;
  font-size: 11px;
  height: 32px;
}
.box .boxheader ul.nav-tabs a span {
  font-size: 11px;
}
.box .boxheader ul.nav-tabs a.icon {
  padding-top: 13px;
  padding-bottom: 9px;
  font-size: 12px;
}
.box .boxheader ul.nav-tabs > li.active > span {
  background-color: #fff;
  padding: 9px 13px 10px;
  font-size: 11px;
  height: 32px;
  display: block;
}
.box .boxheader ul.nav-tabs > li.active > span.icon {
  padding-top: 13px;
  padding-bottom: 9px;
  font-size: 12px;
}
.box .boxheader ul.nav-tabs > li > a {
  border-radius: 4px 4px 0px 0px;
  border-bottom: 0;
}
.box .boxheader ul.nav-tabs .dropdown-menu:not(.context-menu) li,
.box .boxheader ul.nav-tabs .dropdown-menu:not(.context-menu) {
  background-color: #ebebeb;
}
.box .boxheader ul.nav-tabs li.form {
  width: auto;
}
.box .boxheader .navbar-form {
  font-size: 10px;
  margin: 0;
}
.box .boxheader .input-sm {
  height: 22px;
  padding: 2px 7px;
  line-height: 1;
}
.box .boxheader .btn.sharing {
  margin-top: -2px;
  font-size: 11px;
  text-transform: uppercase;
  height: 22px;
  line-height: 1;
}
.box .boxheader .btn.sharing[disabled] {
  color: #aaa;
}
.box .boxheader .btn.sharing i {
  font-size: 12px;
  float: left;
  margin-right: 8px;
}
.box .boxheader .btn.sharing span {
  display: inline-block;
  margin-top: 1px;
}
.box .boxcontent {
  padding: 25px 10px 35px;
  display: block;
  border: 0 solid #ddd;
  float: none;
}
.box .boxcontent h3 {
  color: #004b5e;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px;
}
.box .boxcontent td .check button {
  margin-top: -4px;
}
.box .boxcontent .selected > td {
  background: #eeeeee;
}
.box .boxfooter {
  padding: 5px 10px;
  display: block;
  font-size: 10px;
  min-height: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.box .col-sm-4 {
  margin-top: 0;
}
.box {
}
.box .boxheader > a,
.box .nav-tabs .active > span {
  background: #efefef;
}
.box .boxheader > a:hover,
.box .nav-tabs .active > span:hover {
  background: #dadada;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.box .btn-primary {
  color: #fff;
}
.box .icon-cogs {
  line-height: 1;
  height: 20px;
}
.boxheader .btn {
  color: #6a6a6a;
}
.boxheader .btn:hover {
  background: #dadada;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.boxheader .bulk-edit .btn:hover {
  background: transparent;
}
.boxheader .actions .btn-danger {
  color: #fff;
  background: #bd0706;
}
.boxheader .actions .btn-danger:hover {
  background-color: #820504;
}
.boxheader .actions .btn-default {
  color: #333;
}
.boxheader .actions .btn-default:hover {
  background: #eeeeee;
}
.login .box {
  box-shadow: none;
}
.box .boxheader .navbar-form.bulk-edit {
  margin-top: -5px;
  padding: 0;
}
.box .boxheader .navbar-form.bulk-edit .check {
  float: left;
}
.box .boxheader .navbar-form.bulk-edit > button {
  background: transparent;
}
.box .boxheader .navbar-form.bulk-edit .dropdown-toggle {
  color: #555;
}
.box .boxheader .navbar-form.bulk-edit .dropdown-menu {
  margin-top: 0;
}
.box .boxheader .navbar-form.bulk-edit .dropdown-menu > li > a {
  padding: 5px 6px 3px;
}
.box .boxheader .navbar-form.bulk-edit .selector-container {
  float: left;
  width: 150px;
  margin-left: 5px;
}
.date-range-filter {
  padding: 12px 0 12px 12px;
  background-color: #ebebeb;
}
.date-range-filter legend {
  display: none;
  font-size: 12px;
  color: #333;
}
.date-range-filter .date {
  padding-left: 0;
}
.date-range-filter input[type=submit].btn {
  margin: 13px 0 0;
}
svg text {
  font-style: normal;
  font-size: 10px;
  fill: #777;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif !important;
}
svg .nv-x text,
svg .nv-y text {
  fill: #777;
}
svg .title {
  font-style: normal;
  font-size: 10px;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif !important;
}
.nvd3 .nv-axis line {
  stroke-opacity: 0.35 !important;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: 0.35 !important;
}
.nvd3 text {
  font-style: normal !important;
  font-size: 10px !important;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif !important;
}
.nvd3 .nv-axis path {
  stroke: #afafaf;
  stroke-opacity: 0.4 !important;
}
text {
  font-size: 10px;
  pointer-events: none;
}
text.legend {
  fill: #333334;
}
.text-no-data-available {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
}
.region {
  cursor: pointer;
  stroke: #004b5e;
  stroke-width: 0.1px !important;
}
.region.active {
  stroke: #333334 !important;
  stroke-width: 0.5px !important;
}
.node {
  cursor: pointer;
}
.node:hover {
  stroke: #fff;
  stroke-width: 0.5px;
}
.node text {
  font: 10px sans-serif;
}
.Circles:hover {
  stroke: #fff;
  stroke-width: 0.5px;
}
.node--root {
  pointer-events: none;
}
.node--leaf {
  fill: white;
  fill-opacity: 0.2;
  pointer-events: none;
}
.label {
  font-size: 10px;
  color: #333334;
  text-anchor: middle;
  text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
  pointer-events: none;
}
.link {
  fill: none;
  stroke-width: 1.5px;
}
.badge {
  font-weight: normal;
}
.btn-link .icon {
  color: #004b5e;
}
.subunit-boundary {
  fill: none;
  stroke-width: 0.2px;
  stroke: red;
  stroke-linejoin: round;
}
.subunit {
  stroke-width: 0.1;
  stroke: #000;
  stroke-linejoin: round;
}
.malebar {
  fill: #004b5e;
  fill-opacity: 0.7;
}
.allborder {
  fill: none;
  stroke-width: 1px;
  stroke: #000;
  stroke-linejoin: round;
}
.place,
.place-label {
  fill: #444;
  font-size: 14px;
}
.tree rect {
  fill: none;
  stroke: #fff;
}
.tree .grandparent rect {
  fill: #004b5e;
  color: #ffffff;
  cursor: pointer;
}
.tree .grandparent rect:hover rect {
  fill: #e5f5ff;
}
.tree rect.parent {
  pointer-events: all;
  stroke-width: 1px;
}
.tree .children rect.parent {
  cursor: pointer;
}
.tree .node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}
.grandparent rect {
  stroke-width: 1px;
}
.grandparent text {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
}
.children:hover rect.child {
  fill: #333334;
}
#legend {
  position: absolute;
  top: 3px;
  left: 780px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  z-index: 100;
  font-size: 1em;
  width: 165px;
  background: rgba(255, 255, 255, 0.6);
}
.legendheading {
  position: relative;
  height: 25px;
  padding: 5px 2px 0px 2px;
  font-size: larger;
  font-weight: bold;
}
.legenditem {
  padding: 2px;
  margin-bottom: 2px;
}
.marker {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-radius: 10px;
  margin-top: -10px;
  margin-left: -10px;
  border-style: solid;
  fill: #ccc;
  stroke: #444;
  background: #ccc;
  border-color: #444;
}
.marker div {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.category-1 {
  fill: #f88;
  stroke: #800;
  background: #f88;
  border-color: #800;
}
.category-2 {
  fill: #fa0;
  stroke: #b60;
  background: #fa0;
  border-color: #b60;
}
.category-3 {
  fill: #ff3;
  stroke: #d80;
  background: #ff3;
  border-color: #d80;
}
.category-4 {
  fill: #bfb;
  stroke: #070;
  background: #bfb;
  border-color: #070;
}
.category-5 {
  fill: #9df;
  stroke: #007;
  background: #9df;
  border-color: #007;
}
.category-6 {
  fill: #ccc;
  stroke: #444;
  background: #ccc;
  border-color: #444;
}
.marker-cluster-pie g.arc {
  fill-opacity: 0.5;
}
.marker-cluster-pie-label {
  font-size: 14px;
  font-weight: bold;
}
.map-popup span.heading {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.map-popup span.attribute {
  display: block;
}
.map-popup span.label {
  font-weight: bold;
}
.nvd3 .nv-brushBackground rect {
  stroke: #333334;
  stroke-width: 0.2px;
  fill: #fff;
}
.nvd3 .nv-groups path.nv-line {
  stroke-width: 1px;
}
.no-nvd3 svg {
  -webkit-user-select: none;
  user-select: none;
  display: auto;
  width: auto;
  height: auto;
}
.nv-noData {
  fill: #333334 !important;
}
.nv-brush .resize path {
  fill: #004b5e;
}
.nv-sparkline path {
  stroke: #000 !important;
}
.nv-sparkline .offline {
  stroke-width: 0.4;
  stroke: #ca4a47;
}
.nv-sparkline .online {
  stroke-width: 0.4;
  stroke: #468847;
}
.nvtooltip {
  background-color: #fefefe;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border: 1px solid #c2bebe;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif !important;
}
.nvtooltip h3 {
  font-size: 12px;
}
.nvtooltip table {
  font-size: 11px;
}
.section-define .nvtooltip tbody > tr > td {
  padding: 2px 9px 2px 0;
}
.flex-container {
  margin: 0 auto 0 auto;
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: space-around;
  height: 100%;
  width: 100%;
  padding: 10%;
  line-height: 30px;
}
.flex-item-holder {
  margin: 0.5em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-item {
  color: white;
  font-size: 0.75em;
  min-height: 50%;
  min-width: 50%;
  text-align: center;
  flex: 0 1 auto;
  flex-shrink: 1;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.chart-actions {
  position: absolute;
  right: 9px;
  margin-top: -1px;
  z-index: 100;
}
.chart-actions .btn {
  color: #bbb;
  font-size: 11px;
  border: 0;
  padding: 1px 5px;
  background-color: #eee;
}
.chart-actions .btn.active {
  color: #888;
  box-shadow: none;
}
.chart-actions .btn.active:focus {
  background-color: #eee;
}
.chart-dropdown {
  background-color: #ebebeb;
  border: 1px solid #ddd;
  height: 160px;
  width: 210px;
  margin: -7px -11px;
  padding: 2px 12px 0;
}
.chart-dropdown h4 {
  color: #6a6a6a;
  font-size: 10px;
  text-transform: uppercase;
  margin: 14px 0 7px;
}
.chart-dropdown .ant-radio-group {
  padding-left: 0;
  width: 100%;
}
.chart-dropdown .ant-radio-button-wrapper {
  border-color: #ddd;
  color: #6a6a6a;
  text-align: center;
  width: 33.33%;
}
.chart-dropdown .ant-radio-button-wrapper:hover {
  background-color: #ddd;
  border-color: #bbb;
  z-index: 1;
}
.chart-dropdown .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled):hover:before {
  background-color: #bbb;
}
.chart-dropdown .ant-radio-button-wrapper-checked {
  background-color: #fff;
  border-color: #ddd;
  box-shadow: none;
  color: #6a6a6a;
}
.chart-dropdown .ant-radio-button-wrapper-checked:hover {
  background-color: #fff;
  border-color: #ddd;
  cursor: default;
}
.chart-dropdown .select-filter {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.campaign-chart-placeholder {
  margin-top: 25px;
  height: 152px;
  border: 1px solid #f5f5f5;
}
.campaign-chart h4 {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  margin: 2px 0 0 9px;
  display: inline;
  color: #6a6a6a;
  letter-spacing: 0.02em;
  max-height: 15px;
  overflow: hidden;
}
.percent-bar {
  position: relative;
  height: 100%;
  width: 12px;
  background-color: #e7e7e7;
}
.percent-bar .filler {
  background-color: #75b0d4;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.percent-bar span {
  position: absolute;
  bottom: 180px;
  width: 150px;
  text-transform: uppercase;
  right: 0;
  font-size: 9px;
  line-height: 13px;
  transform: rotate(-90deg);
  transform-origin: right bottom 0;
  color: #fff;
}
.campaign-filters {
  margin-bottom: 20px;
}
.filters-row {
  margin-left: 13px;
}
.selected-filters {
  flex: 1 1 auto;
  margin-right: 10px !important;
}
.selected-filters .ant-form-item-control-wrapper {
  width: 100%;
}
.no-data-row {
  margin: 15px 0 0 15px;
}
.load-error {
  position: relative;
  height: 100%;
}
.load-error .text-warning {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 50%;
  margin: 0 0 0 -25%;
}
.load-error .text-warning .text-error {
  display: inline-block;
  font-size: 10px;
  color: #aaa;
  width: 100%;
}
[_echarts_instance_] {
  background: transparent;
}
.dashboard .jumbotron {
  text-align: center;
  background-color: transparent;
  color: #000;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.dashboard .shout,
.dashboard .remark {
  color: #333334;
}
.dashboard .boxcontent.nonepadd {
  padding-bottom: 0;
}
.dashboard .col-sm-4 {
  margin-top: auto;
}
.dashboard #chart-requests-simple,
.dashboard #chart-cookies-simple {
  height: 120px;
}
.dashboard .ajax-loading svg {
  width: 100% !important;
}
.profiles-special {
  height: 340px;
  padding-bottom: 10px;
}
.profiles-special h4 {
  font-size: 17px;
}
.profiles-special .attins.progress-bar-default {
  background-color: #000 !important;
}
.profiles-current {
  padding-top: 111px;
}
.profiles-current h4 {
  margin-bottom: 2px;
}
.profiles-current .profiles {
  margin-bottom: 0;
}
.profiles-current .trend-arrow {
  display: inline-block;
  margin-left: 2px;
  font-size: 9px;
  opacity: 0.7;
}
.box-data {
  height: 371px;
}
.data-container.boxcontent {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 50px 10px 10px;
}
.data-container .customer-shares {
  padding-top: 20px;
  min-height: 45px;
  max-height: 149px;
  overflow: hidden;
}
.data-align {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.data-access {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.data-access > table {
  width: 100%;
}
.data-access tr {
  border: 1px solid red;
}
.data-access .col-sm-3 {
  padding-top: 30px;
}
.data-access .col-sm-3.text-right {
  padding-right: 0;
}
.data-access .col-sm-3.text-left {
  padding-left: 0;
}
.data-access .icon-redo2,
.data-access .icon-forward {
  display: block;
  font-size: 16px;
}
.data-access .icon-redo2 {
  margin-top: 3px;
}
.data-access .icon-forward {
  margin-bottom: 3px;
}
.data-access .flaticon-users7 {
  font-size: 42px;
  vertical-align: top;
}
.boxcontent.request-history {
  height: 180px;
  padding-top: 45px;
}
.boxcontent.request-history .number {
  font-size: 17px;
}
.current-chart {
  height: 350px;
}
#blop2 {
  width: 100%;
  height: 100%;
}
#blop2 svg text {
  fill: #8a8a8a;
}
.profiles {
  font-size: 12px;
  padding-left: 0px;
}
.attins-name {
  font-size: 11px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.attins-title {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000000;
  font-size: 12px;
}
.attins-margin-bottom {
  margin-bottom: 10px;
}
.attins.progress-bar-default {
  background-color: rgba(0, 75, 94, 0.55);
}
.attins.progress,
.attins.progress-bar-default {
  background-image: none;
  box-shadow: none;
}
.subtext {
  font-size: 11px;
}
.form-group ul {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.tag {
  padding: 2px 5px;
  background-size: 100%;
  color: #ffffff;
  margin: 0 1px;
  line-height: 1;
  position: relative;
  display: inline-block;
  font-size: 11px;
}
.tag .icon-remove {
  margin-left: 5px;
  display: inline-block;
  margin-top: 0;
}
.plus-icon-dashboard {
  margin-top: 32%;
  line-height: 56px;
  display: inline-block;
  height: 25%;
  width: 30%;
  font-size: 17px;
  padding: 8px;
  color: #bbb;
  border: 1px dashed #12cfff;
  border-radius: 5px;
}
.plus-icon-dashboard:hover {
  background: #eee;
  color: #888;
  cursor: pointer;
}
#notifications #sidebar ul.side_nav {
  list-style: none;
}
#notifications #sidebar ul.side_nav li.active a {
  background-color: #004b5e;
  color: #fff;
}
#notifications #sidebar ul.side_nav li a {
  padding: 2px 5px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 150px;
  font-size: 11px;
}
#notifications #sidebar a {
  font-size: 11px;
}
#notifications .notification {
  float: left;
  clear: both;
  margin-bottom: 20px;
  position: relative;
}
#notifications .notification .filtering {
  text-align: right;
  font-size: 9px;
  position: absolute;
  top: 10px;
  right: 15px;
  text-transform: uppercase;
}
#notifications .notification .date {
  float: left;
  width: 80px;
  text-transform: uppercase;
  padding-top: 18px;
  text-align: right;
  padding-right: 13px;
}
#notifications .notification .text-content {
  float: left;
  width: 496px;
  background-color: #fff;
  margin-bottom: 0;
}
#notifications .notification .text-content h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-family: ApercuMedium;
}
#notifications .notification .markas {
  float: right;
  padding: 10px 0 0 0;
}
#notifications .navbar {
  float: left;
  width: 100%;
}
.ant-notification {
  z-index: 3010;
}
.dashboard #search.navbar-right .dropdown-menu {
  width: 200px;
}
#search.navbar-right {
  margin-bottom: 20px;
}
#search.navbar-right form {
  float: left;
  margin: 0;
}
#search.navbar-right button .glyphicon {
  top: -2px;
}
#search.navbar-right .btn-default {
  background-color: #fff;
  padding: 3px 12px 4px;
  margin-top: 10px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.07);
}
#search.navbar-right .btn-default:active {
  padding: 4px 12px 3px;
}
#search.navbar-right .dropdown-menu {
  width: 300px;
}
#search.navbar-right .dropdown-menu fieldset {
  margin: 2px 0 14px;
}
#search.navbar-right .dropdown-menu fieldset legend {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#search.navbar-right .dropdown-menu fieldset label.checkbox,
#search.navbar-right .dropdown-menu fieldset label.radio {
  display: block;
}
#search.navbar-right .dropdown-menu fieldset label.radio {
  padding: 1px 0;
}
#search.navbar-right .dropdown-menu fieldset label input {
  margin-right: 2px;
}
#search.navbar-right .dropdown-menu fieldset label input[type=checkbox] {
  margin-right: 5px;
}
#search.navbar-right .dropdown-menu fieldset .check {
  margin-left: 0;
}
#search.navbar-right .dropdown-menu fieldset.duration label {
  margin-bottom: 2px;
}
#search.navbar-right .dropdown-menu fieldset.duration label input {
  margin-right: 6px;
}
#search.navbar-right .dropdown-menu fieldset.duration .date {
  margin-top: 3px;
}
#search.navbar-right .dropdown-menu #cancel_filtering {
  margin-top: 9px;
  padding: 2px 12px 3px;
  float: right;
}
#search.navbar-right .dropdown-menu #cancel_filtering:active {
  padding: 3px 12px 2px;
}
#search.navbar-right .dropdown-menu input.datepicker {
  max-width: 110px;
}
#search.navbar-right .dropdown-menu .col-sm-6 input.form-control {
  max-width: 110px;
}
#search.navbar-right form .dropdown-menu {
  padding: 25px 20px 20px;
}
#search.navbar-right .filter-active {
  background-color: #004b5e;
  color: #eeeeee;
}
.filter-date .input-group {
  width: 50%;
}
.boxheader .navbar-right ul.dropdown-menu.context-menu {
  width: auto;
  padding: 0;
  border: 1px solid #c2bebe;
}
.boxheader .navbar-right ul.dropdown-menu:not(.context-menu) {
  border-top: 0 none;
  background-color: #ebebeb;
  margin-top: 6px;
}
.boxheader .navbar-right ul.dropdown-menu:not(.context-menu) a {
  padding: 9px 12px 0;
}
.boxheader .navbar-right ul.dropdown-menu:not(.context-menu) a span {
  padding-right: 6px;
}
.boxheader .navbar-right ul.dropdown-menu:not(.context-menu) label {
  padding: 0 0 2px;
  font-size: 12px;
  line-height: 1.53846154;
  text-transform: none;
}
.boxheader .navbar-right ul.dropdown-menu:not(.context-menu) label:hover {
  cursor: pointer;
  color: #333333;
}
.filter-dropdown,
.export-dropdown {
  background-color: #ebebeb;
  color: #8a8a8a;
  padding: 25px 20px 20px;
  width: 300px;
}
.filter-dropdown fieldset,
.export-dropdown fieldset {
  margin: 2px 0 14px;
}
.filter-dropdown fieldset:not(.context-menu) label:hover,
.export-dropdown fieldset:not(.context-menu) label:hover {
  cursor: pointer;
  color: #333;
}
.filter-dropdown fieldset legend,
.export-dropdown fieldset legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 12px;
  display: block;
  line-height: inherit;
  margin-bottom: 18px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.filter-dropdown fieldset .ant-checkbox + span,
.export-dropdown fieldset .ant-checkbox + span {
  padding: 0 0 0 5px;
}
.filter-dropdown fieldset .ant-radio-group,
.export-dropdown fieldset .ant-radio-group {
  padding-left: 0;
}
.filter-dropdown fieldset .ant-checkbox-wrapper,
.export-dropdown fieldset .ant-checkbox-wrapper,
.filter-dropdown fieldset .ant-radio-wrapper,
.export-dropdown fieldset .ant-radio-wrapper {
  text-transform: none;
  margin-bottom: 2px;
  width: 100%;
}
.filter-dropdown fieldset .ant-radio-wrapper,
.export-dropdown fieldset .ant-radio-wrapper {
  color: #8a8a8a;
}
.filter-dropdown fieldset .ant-radio-inner,
.export-dropdown fieldset .ant-radio-inner {
  background-color: white;
}
.filter-dropdown fieldset .ant-radio-checked .ant-radio-inner,
.export-dropdown fieldset .ant-radio-checked .ant-radio-inner,
.filter-dropdown fieldset .ant-radio-wrapper:hover .ant-radio-checked .ant-radio-inner,
.export-dropdown fieldset .ant-radio-wrapper:hover .ant-radio-checked .ant-radio-inner {
  border-color: #3b88fd;
  border-width: 6px;
}
.filter-dropdown fieldset .ant-radio-checked .ant-radio-inner:after,
.export-dropdown fieldset .ant-radio-checked .ant-radio-inner:after {
  opacity: 0;
  transform: none;
  transition: none;
}
.filter-dropdown fieldset .ant-radio-wrapper:hover .ant-radio-inner,
.export-dropdown fieldset .ant-radio-wrapper:hover .ant-radio-inner,
.filter-dropdown fieldset .ant-radio:hover .ant-radio-inner,
.export-dropdown fieldset .ant-radio:hover .ant-radio-inner,
.filter-dropdown fieldset .ant-radio-focused .ant-radio-inner,
.export-dropdown fieldset .ant-radio-focused .ant-radio-inner {
  border-color: #d9d9d9;
}
.filter-dropdown fieldset .ant-calendar-picker,
.export-dropdown fieldset .ant-calendar-picker {
  width: 50%;
}
.filter-dropdown fieldset .ant-calendar-picker > div,
.export-dropdown fieldset .ant-calendar-picker > div {
  padding-right: 15px;
}
.filter-dropdown fieldset .ant-calendar-picker .ant-calendar-picker-icon,
.export-dropdown fieldset .ant-calendar-picker .ant-calendar-picker-icon,
.filter-dropdown fieldset .ant-calendar-picker .ant-calendar-picker-clear,
.export-dropdown fieldset .ant-calendar-picker .ant-calendar-picker-clear {
  right: 18px;
}
.filter-dropdown fieldset .ant-btn-primary,
.export-dropdown fieldset .ant-btn-primary {
  margin-top: 18px;
}
.export-dropdown {
  width: 180px;
}
.export-dropdown label.ant-radio-wrapper {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 2px;
  width: 100%;
}
.navbar-form .ant-btn,
.navbar-form .ant-input {
  height: 22px;
}
.navbar-form .ant-input-search {
  float: left;
  margin-right: 24px;
  width: 160px;
}
.navbar-form .ant-input-search.ant-input-search-enter-button > input {
  padding-right: 6px;
}
.navbar-form .ant-input-search-button {
  border-radius: 0;
  right: -25px;
}
.navbar-form .ant-input {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.navbar-form .ant-input:focus {
  border-color: #adadad;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 173, 173, 0.6);
}
.navbar-form .ant-input:focus:not(:active) {
  border-color: #adadad;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 173, 173, 0.6);
}
.navbar-form .ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.navbar-form .ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  font-size: 11px;
  line-height: 1;
}
.navbar-form .ant-input-search-button {
  background-color: #eee;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  color: #6a6a6a;
  padding: 1px 7px 3px;
}
.navbar-form .ant-input-search-button:hover {
  background-color: #dadada;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.navbar-form .ant-input-search-button.ant-btn-clicked:after {
  animation: none;
}
.navbar-form .ant-input-search-button .anticon-search {
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
.navbar-form .ant-input-search-button .anticon-search::before {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.navbar-form .ant-input-search-button .anticon-search::before {
  content: "\e67f";
  speak: none;
}
.navbar-form .ant-input-search-button:active:focus {
  outline: 0;
  background-color: #dadada;
  background-image: none;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  color: #6a6a6a;
  transition: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar {
  background-color: #fbfbfb;
  border: 0;
  padding: 10px 0;
  margin-bottom: 0px;
  min-height: 42px;
}
.navbar .pagination-ctrl {
  padding: 0 8px 0 0;
  float: left;
}
.navbar .pagination-ctrl .pagination {
  margin: 0;
}
.navbar .pagination-ctrl .pagination input.page {
  width: 30px;
  float: left;
  margin-left: 5px;
  border-color: #eee;
}
.navbar .pagination-ctrl .pagination span {
  display: block;
  float: left;
  padding: 1px 6px;
}
.navbar .pagination-ctrl .pagination .navenabled {
  background-color: #eeeeee;
  color: #6a6a6a;
}
.navbar .pagination-ctrl .pagination .navenabled:hover {
  background-color: #d5d5d5;
}
.navbar .pagination-ctrl .pagination .navenabled:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar .pagination-ctrl .pagination .navdisabled {
  background-color: #eeeeee;
  color: #bbb;
}
.navbar .pagination-ctrl .pagination a {
  padding: 0;
}
.navbar .pagination-ctrl.rows {
  margin: 0;
  float: left;
}
.navbar .pagination-ctrl.rows li {
  list-style: none;
}
.navbar .pagination-ctrl.rows input.rows {
  width: 40px;
  float: left;
  border-color: #eee;
}
.navbar .pagination-ctrl.rows span {
  display: block;
  float: left;
  margin: 0 5px;
  color: #bbb;
}
.navbar .pagination-ctrl.rows div.filter-option {
  margin: 0 5px;
}
.navbar .pagination-ctrl.rows span.caret {
  right: 0;
  margin-top: -2px;
}
.navbar .pagination-ctrl.rows .pull-left,
.navbar .pagination-ctrl.rows .text {
  color: #555555;
}
.navbar .pagination-ctrl.rows li:hover .text,
.navbar .pagination-ctrl.rows .selected .text {
  color: #ffffff;
}
.navbar .pagination-ctrl.rows li,
.navbar .pagination-ctrl.rows a {
  width: 100%;
  float: left;
}
.navbar .pagination-ctrl.rows a:hover {
  background-color: #246a95;
}
.ant-table-pagination.ant-pagination {
  width: 100%;
  text-align: right;
  padding-right: 4px;
}
.ant-table-pagination .ant-pagination-options {
  float: left;
  margin-left: 5px;
}
.ant-pagination .ant-pagination-item,
.ant-pagination .ant-pagination-prev,
.ant-pagination .ant-pagination-next {
  min-width: 25px;
  margin-right: 5px;
}
.ant-pagination .ant-pagination-item-link {
  padding: 1px 6px;
  border-radius: 0;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #6a6a6a;
  line-height: 16px;
}
.ant-pagination .ant-pagination-item-link:hover {
  color: #6a6a6a;
  background-color: #d5d5d5;
  border: 1px solid #ddd;
}
.ant-pagination .ant-pagination-disabled:hover {
  cursor: default;
}
.ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
  color: #bbb;
  cursor: default;
}
.ant-pagination .ant-pagination-disabled .ant-pagination-item-link:hover {
  background-color: #eee;
}
.ant-pagination .ant-pagination-item-active {
  border-color: #ddd;
  border: 0;
  padding-top: 2px;
  min-width: 18px;
}
.ant-pagination .ant-pagination-item-active a {
  color: #333;
}
.ant-pagination .ant-pagination-item-link:after {
  font-family: "icomoon";
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ant-pagination .ant-pagination-prev .ant-pagination-item-link:after {
  content: "\e726";
  font-size: 11px;
}
.ant-pagination .ant-pagination-next .ant-pagination-item-link:after {
  content: "\e722";
  font-size: 11px;
}
.ant-pagination .ant-pagination-jump-next,
.ant-pagination .ant-pagination-jump-prev {
  height: auto;
  line-height: 0;
  min-width: 22px;
}
.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link,
.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  line-height: 0;
}
.boxheader .nav-export {
  padding: 2px 4px !important;
  margin-top: -6px;
  border: 1px solid #dadada;
  width: 22px;
}
.boxheader .nav-export .glyphicon {
  top: auto;
}
.boxheader #export-indicator {
  height: 22px;
  margin-top: -5px;
  float: right;
  display: block;
  border: 1px solid #dadada;
  border-right: none;
  visibility: hidden;
  width: 0;
}
.boxheader #export-indicator.loading {
  visibility: visible;
  width: auto;
}
.boxheader #export-indicator .export-loader,
.boxheader #export-indicator .export-message {
  height: 14px;
  float: right;
}
.boxheader #export-indicator .export-loader {
  width: 48px;
  margin-top: 3px;
}
.boxheader #export-indicator .export-message {
  width: 300px;
  padding-top: 1px;
  text-align: right;
  font-size: 12px;
}
.tree ul {
  list-style: none;
}
.tree > ul {
  padding-left: 3px;
}
.tree > ul:not(.dropdown-menu) > li {
  list-style: none;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
}
.tree > ul:not(.dropdown-menu) > li:last-child::before {
  height: 10px;
}
.tree > ul:not(.dropdown-menu) > li::before {
  content: "";
  left: -24px;
  position: absolute;
  right: auto;
  border: 0 none;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.tree > ul:not(.dropdown-menu) > li::after {
  content: "";
  left: -24px;
  position: absolute;
  right: auto;
  border: 0 none;
  height: 20px;
  top: 10px;
  width: 12px;
}
.tree > ul:not(.dropdown-menu) span.icon {
  cursor: pointer;
  color: #bbb;
  margin-right: 5px;
}
.tree > ul.treelevel_1 > li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.tree > ul li ul:not(.dropdown-menu) {
  padding-left: 20px;
}
.tree a {
  color: #000;
}
.tree a.btn {
  color: #ddd;
}
.tree a.btn:hover {
  color: #000;
}
.tree .dropdown-menu {
  font-size: 12px;
}
.tree .panel-heading {
  cursor: default;
  border: none;
}
.tree .panel-heading a span {
  color: #bbb;
  transition: color 0.5s ease-out;
}
.tree .panel-heading a:hover .icon-big,
.tree .panel-heading a.active .icon-big {
  color: #004b5e;
  transition: color 0.5s ease-in;
}
.tree .panel-heading h6 {
  display: block;
}
.tree .panel-collapse > ul {
  margin-top: 10px;
  margin-bottom: 5px;
}
.tree .clickarea > .icon {
  cursor: pointer;
  color: #bbb;
  transition: color 0.5s ease-out;
}
.tree .clickarea > .icon:hover {
  color: #004b5e;
  transition: color 0.5s ease-in;
}
.page-audience .tree .panel-heading a.collapsed:hover span.icon-bigger {
  color: #004b5e;
  transition: color 0.5s ease-in;
}
.col-sm-4 {
  margin-top: 5em;
}
@media (min-width: 576px) {
  .container {
    max-width: 740px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1160px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.ant-row.vertical-space {
  margin: -4px 0;
}
.ant-row.vertical-space .ant-col-12 {
  padding: 4px 0;
}
.bigIcon {
  font-size: 80px;
  opacity: 0.7;
}
.huge {
  position: absolute;
  right: 0px;
  bottom: -25px;
  font-size: 40px !important;
  line-height: 100px !important;
}
.icon-primary {
  color: #004b5e;
}
.glyphicon-drawer2:before {
  content: "\e120";
}
.glyphicon-stack:before {
  content: "\e137";
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon/icomoon.eot?ri3ws2);
  src:
    url(/assets/fonts/icomoon/icomoon.eot?#iefixri3ws2) format("embedded-opentype"),
    url(/assets/fonts/icomoon/icomoon.woff?ri3ws2) format("woff"),
    url(/assets/fonts/icomoon/icomoon.ttf?ri3ws2) format("truetype"),
    url(/assets/fonts/icomoon/icomoon.svg?ri3ws2#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-boxed {
  padding: 2px;
  border: 1px solid;
  font-size: 10px;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before,
.icon-devicetype2:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before,
.icon-devicetype3:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before,
.icon-devicetype4:before {
  content: "\e656";
}
.icon-tv:before,
.icon-devicetype6:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
@font-face {
  font-family: "Flaticon";
  src: url(/assets/fonts/flaticon/flaticon.eot);
  src:
    url(/assets/fonts/flaticon/flaticon.eot#iefix) format("embedded-opentype"),
    url(/assets/fonts/flaticon/flaticon.woff) format("woff"),
    url(/assets/fonts/flaticon/flaticon.ttf) format("truetype"),
    url(/assets/fonts/flaticon/flaticon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
}
.flaticon-10k:before {
  content: "\e000";
}
.flaticon-3d1:before {
  content: "\e001";
}
.flaticon-add70:before {
  content: "\e002";
}
.flaticon-admit1:before {
  content: "\e003";
}
.flaticon-austria:before {
  content: "\e004";
}
.flaticon-baby3:before {
  content: "\e005";
}
.flaticon-bald:before {
  content: "\e006";
}
.flaticon-bald1:before {
  content: "\e007";
}
.flaticon-bald10:before {
  content: "\e008";
}
.flaticon-bald11:before {
  content: "\e009";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald12:before {
  content: "\e00a";
}
.flaticon-bald13:before {
  content: "\e00b";
}
.flaticon-bald14:before {
  content: "\e00c";
}
.flaticon-bald15:before {
  content: "\e00d";
}
.flaticon-bald16:before {
  content: "\e00e";
}
.flaticon-bald17:before {
  content: "\e00f";
}
.flaticon-bald18:before {
  content: "\e010";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald19:before {
  content: "\e011";
}
.flaticon-bald2:before {
  content: "\e012";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald20:before {
  content: "\e013";
}
.flaticon-bald21:before {
  content: "\e014";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald22:before {
  content: "\e015";
  transform: scale(-1, 1);
  filter: FlipH;
}
.flaticon-bald23:before {
  content: "\e016";
}
.flaticon-bald24:before {
  content: "\e017";
}
.flaticon-bald25:before {
  content: "\e018";
}
.flaticon-bald26:before {
  content: "\e019";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald27:before {
  content: "\e01a";
}
.flaticon-bald28:before {
  content: "\e01b";
}
.flaticon-bald29:before {
  content: "\e01c";
}
.flaticon-bald3:before {
  content: "\e01d";
}
.flaticon-bald30:before {
  content: "\e01e";
}
.flaticon-bald31:before {
  content: "\e01f";
}
.flaticon-bald4:before {
  content: "\e020";
}
.flaticon-bald5:before {
  content: "\e021";
  transform: scale(-1, 1);
  display: inline-table;
  filter: FlipH;
}
.flaticon-bald6:before {
  content: "\e022";
}
.flaticon-bald7:before {
  content: "\e023";
}
.flaticon-bald8:before {
  content: "\e024";
}
.flaticon-bald9:before {
  content: "\e025";
}
.flaticon-banking1:before {
  content: "\e026";
}
.flaticon-barbecue:before {
  content: "\e027";
}
.flaticon-barcode3:before {
  content: "\e028";
}
.flaticon-basket6:before {
  content: "\e029";
}
.flaticon-segmentid2065:before {
  content: "\e02a";
}
.flaticon-books8:before {
  content: "\e02b";
}
.flaticon-box25:before {
  content: "\e02c";
}
.flaticon-brandenburg:before {
  content: "\e02d";
}
.flaticon-broken8:before {
  content: "\e02e";
}
.flaticon-segmentid1113:before {
  content: "\e02f";
}
.flaticon-business9:before {
  content: "\e030";
}
.flaticon-businesrtn47:before {
  content: "\e031";
}
.flaticon-businessman57:before {
  content: "\e032";
}
.flaticon-businessman59:before {
  content: "\e033";
}
.flaticon-businessmen:before {
  content: "\e034";
}
.flaticon-buying4:before {
  content: "\e035";
}
.flaticon-segmentid954:before {
  content: "\e036";
}
.flaticon-segmentid1985:before {
  content: "\e037";
}
.flaticon-segmentid1114:before {
  content: "\e038";
}
.flaticon-chained:before {
  content: "\e03a";
}
.flaticon-cherry1:before {
  content: "\e03b";
}
.flaticon-childs:before {
  content: "\e03c";
}
.flaticon-computer43:before {
  content: "\e03d";
}
.flaticon-credit26:before {
  content: "\e03e";
}
.flaticon-credit31:before {
  content: "\e03f";
}
.flaticon-credit34:before {
  content: "\e040";
}
.flaticon-cute2:before {
  content: "\e041";
}
.flaticon-demographics:before {
  content: "\e042";
}
.flaticon-drafting1:before {
  content: "\e043";
}
.flaticon-eco16:before {
  content: "\e044";
}
.flaticon-ecommerce5:before {
  content: "\e045";
}
.flaticon-education9:before {
  content: "\e046";
}
.flaticon-factory:before {
  content: "\e047";
}
.flaticon-family1:before {
  content: "\e048";
}
.flaticon-family4:before {
  content: "\e049";
}
.flaticon-segmentid1097:before {
  content: "\e04a";
}
.flaticon-female12:before {
  content: "\e04b";
}
.flaticon-female7:before {
  content: "\e04c";
}
.flaticon-floppy15:before {
  content: "\e04e";
}
.flaticon-floral69:before {
  content: "\e04f";
}
.flaticon-flower39:before {
  content: "\e050";
}
.flaticon-founders:before {
  content: "\e051";
}
.flaticon-game9:before {
  content: "\e052";
}
.flaticon-game4:before,
.icon-devicetype5 {
  content: "\e053";
}
.flaticon-gardening:before {
  content: "\e054";
}
.flaticon-segmentid1115:before {
  content: "\e055";
}
.flaticon-german:before {
  content: "\e056";
}
.flaticon-segmentid768:before {
  content: "\e057";
}
.flaticon-segmentid2615:before {
  content: "\e058";
}
.flaticon-graduation:before {
  content: "\e059";
}
.flaticon-segmentid809:before {
  content: "\e05a";
}
.flaticon-segmentid1106:before {
  content: "\e05b";
}
.flaticon-handbag12:before {
  content: "\e05c";
}
.flaticon-hands3:before {
  content: "\e05d";
}
.flaticon-segmentid1112:before {
  content: "\e05e";
}
.flaticon-segmentid2283:before {
  content: "\e05f";
}
.flaticon-segmentid2531:before {
  content: "\e060";
}
.flaticon-segmentid1107:before {
  content: "\e061";
}
.flaticon-house22:before {
  content: "\e062";
}
.flaticon-incomes:before {
  content: "\e063";
}
.flaticon-segmentid2350:before {
  content: "\e064";
}
.flaticon-international:before {
  content: "\e065";
}
.flaticon-international4:before {
  content: "\e066";
}
.flaticon-segmentid2407:before {
  content: "\e067";
}
.flaticon-kid:before {
  content: "\e068";
}
.flaticon-kitty:before {
  content: "\e069";
}
.flaticon-laundry7:before {
  content: "\e06a";
}
.flaticon-leaf32:before {
  content: "\e06b";
}
.flaticon-like3:before {
  content: "\e06c";
}
.flaticon-local:before {
  content: "\e06d";
}
.flaticon-local3:before {
  content: "\e06e";
}
.flaticon-local4:before {
  content: "\e06f";
}
.flaticon-male117:before {
  content: "\e070";
}
.flaticon-male151:before {
  content: "\e071";
}
.flaticon-male16:before {
  content: "\e072";
}
.flaticon-male20:before {
  content: "\e073";
}
.flaticon-man188:before {
  content: "\e074";
}
.flaticon-man189:before {
  content: "\e075";
}
.flaticon-segmentid2457:before {
  content: "\e076";
}
.flaticon-segmentid1111:before {
  content: "\e077";
}
.flaticon-segmentid962:before {
  content: "\e078";
}
.flaticon-massage:before {
  content: "\e079";
}
.flaticon-mastercard3:before {
  content: "\e07a";
}
.flaticon-segmentid993:before {
  content: "\e07b";
}
.flaticon-news1:before {
  content: "\e07d";
}
.flaticon-news6:before {
  content: "\e07e";
}
.flaticon-segmentid1116:before {
  content: "\e07f";
}
.flaticon-people1:before {
  content: "\e081";
}
.flaticon-segmentid2151:before {
  content: "\e082";
}
.flaticon-person29:before {
  content: "\e083";
}
.flaticon-personal:before {
  content: "\e084";
}
.flaticon-segmentid949:before {
  content: "\e085";
}
.flaticon-photo:before {
  content: "\e086";
}
.flaticon-segmentid2376:before {
  content: "\e087";
}
.flaticon-plane8:before {
  content: "\e088";
}
.flaticon-segmentid1883:before,
.flaticon-segmentid2298:before {
  content: "\e089";
}
.flaticon-policeman1:before {
  content: "\e08a";
}
.flaticon-segmentid1024:before {
  content: "\e08b";
}
.flaticon-radar4:before {
  content: "\e08c";
}
.flaticon-real:before {
  content: "\e08d";
}
.flaticon-research:before {
  content: "\e08e";
}
.flaticon-segmentid2387:before {
  content: "\e08f";
}
.flaticon-segmentid1860:before {
  content: "\e090";
}
.flaticon-segmentid1002:before,
.flaticon-segmentid2239:before {
  content: "\e091";
}
.flaticon-segmentid1098:before {
  content: "\e092";
}
.flaticon-segmentid1912:before {
  content: "\e093";
}
.flaticon-salute:before {
  content: "\e094";
}
.flaticon-scented:before {
  content: "\e095";
}
.flaticon-segmentid1110:before {
  content: "\e096";
}
.flaticon-segmentid2489:before {
  content: "\e097";
}
.flaticon-science6:before {
  content: "\e098";
}
.flaticon-shopping96:before {
  content: "\e09a";
}
.flaticon-shovel1:before {
  content: "\e09b";
}
.flaticon-segmentid2398:before {
  content: "\e09c";
}
.flaticon-segmentid2416:before {
  content: "\e09d";
}
.flaticon-segmentid1099:before {
  content: "\e09e";
}
.flaticon-stripy:before {
  content: "\e09f";
}
.flaticon-surgeon:before {
  content: "\e0a0";
}
.flaticon-switzerland:before {
  content: "\e0a1";
}
.flaticon-segmentid1101:before {
  content: "\e0a2";
}
.flaticon-segmentid1109:before {
  content: "\e0a3";
}
.flaticon-three16:before {
  content: "\e0a4";
}
.flaticon-train3:before {
  content: "\e0a5";
}
.flaticon-transportation:before {
  content: "\e0a6";
}
.flaticon-segmentid2355:before {
  content: "\e0a7";
}
.flaticon-two138:before {
  content: "\e0a8";
}
.flaticon-under:before {
  content: "\e0a9";
}
.flaticon-segmentid2141:before {
  content: "\e0aa";
}
.flaticon-segmentid1103:before {
  content: "\e0ab";
}
.flaticon-segmentid2114:before {
  content: "\e0ac";
}
.flaticon-users7:before {
  content: "\e0ad";
}
.flaticon-wheelbarrow1:before {
  content: "\e0ae";
}
.flaticon-segmentid1102:before {
  content: "\e0af";
}
.icon-1 {
  background-image: url(http://www.iconsdb.com/icons/download/black/running-16.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.icon-2 {
  background-image: url(http://www.iconsdb.com/icons/download/black/bicycle-16.png);
  background-repeat: no-repeat;
  background-position: 1px -2px;
}
.icon-3 {
  background-image: url(http://www.iconsdb.com/icons/download/black/motorcycle-16.png);
  background-repeat: no-repeat;
  background-position: 1px -2px;
}
.icon-4 {
  background-image: url(http://www.iconsdb.com/icons/download/black/car-16.png);
  background-repeat: no-repeat;
  background-position: 1px -2px;
}
.icon-nav {
  font-size: 160%;
  text-align: center;
  display: block;
}
.icon-big {
  font-size: 160%;
}
.icon-xl {
  font-size: 500%;
}
.jumbotron {
  background-color: #d44b38;
  color: #ffffff;
}
.jumbotron.no,
.jumbotron.no .remark {
  background-color: transparent;
  color: inherit;
}
@media screen and (min-width: 576px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container .jumbotron {
    padding-left: 30px;
    padding-right: 30px;
  }
  .jumbotron h1 {
    font-size: 54px;
  }
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}
.modal-footer {
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-dialog .modal-header {
    padding: 20px 20px 10px 20px;
  }
  .modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .boxcontent .modal-dialog {
    left: 50%;
  }
}
.dropup {
  display: inline-block;
}
.dropdown {
  display: inline-block;
}
.panel {
  margin: 0px;
  background-color: transparent;
  border-right: 0px solid red !important;
}
.panel-info {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #004b5e;
  border: none;
}
.panel-group .panel-heading {
  -webkit-user-select: none;
  user-select: none;
}
.panel-heading {
  cursor: pointer;
  padding: 0;
  border: 1px solid #eeeeee;
}
.panel-heading h6 {
  margin: 0px;
  font-size: 12px;
  display: inline-block;
}
.panel-heading[data-toggle=collapse] {
  background-color: #004b5e;
  color: #ffffff;
}
.panel-heading[data-toggle=collapse].collapsed {
  background-color: #fff;
  color: inherit;
}
.panel-heading .icon-big {
  font-size: 33px;
  line-height: 33px;
  margin-right: 6px;
  vertical-align: middle;
  color: #bbb;
}
.panel-heading .icon-small {
  font-size: 17px;
  margin-right: 6px;
  margin-left: 4px;
  vertical-align: middle;
}
.panel-heading .accordion-toggle:after {
  font-family: "icomoon";
  content: "\e701";
  font-size: 10px;
  color: #bbbbbb;
}
.panel-heading .accordion-toggle.collapsed:after {
  font-family: "icomoon";
  content: "\e702";
  color: #bbbbbb;
  font-size: 10px;
}
.adex-panel {
  border: 0 !important;
  margin-bottom: 20px;
  box-shadow: none;
}
.adex-panel .panel-heading {
  background: none;
  border: 0;
  padding: 0;
}
.adex-panel .panel-heading:hover {
  cursor: default;
}
.adex-panel .panel-heading h3 {
  color: #004b5e;
  display: inline-block;
  font-size: 12px;
  padding: 0;
}
.adex-panel .panel-heading .popover-title {
  display: block;
}
.adex-panel .navbar-form {
  margin: 0;
}
.adex-panel .panel-body {
  padding: 5px 0 15px;
}
.adex-panel #search.navbar-right .popover-content a {
  float: none;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 7px 2px;
  margin-right: 5px;
  background-color: #eee;
  border-color: #dadada;
}
.adex-panel #search.navbar-right .popover-content a:hover {
  border-color: transparent;
  background-color: #cfcfcf;
}
.adex-panel #search.navbar-right .popover-content .btn-danger {
  background-color: #bd0706;
  border: 1px solid #820504;
}
.adex-panel #search.navbar-right .popover-content .btn-danger:hover {
  background-color: #820504;
}
.adex-panel table tbody > tr > th,
.adex-panel table thead > tr > th,
.adex-panel table tbody > tr > td,
.adex-panel table thead > tr > td {
  padding: 3px 0;
  height: 28px;
  vertical-align: middle;
  border-color: #eee;
}
.adex-panel table thead > tr:first-child > th,
.adex-panel table thead > tr:first-child > td {
  padding-bottom: 0;
  height: 22px;
  border-color: #dbdbdb;
}
.adex-panel table thead + tbody tr:first-child > th,
.adex-panel table thead + tbody tr:first-child > td {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  height: 32px;
}
.adex-panel table thead + tbody tr:first-child.emphasis > td {
  padding-top: 9px;
}
.page-sharing dt {
  text-transform: uppercase;
  width: 20%;
}
.page-sharing dt span {
  font-size: 10px;
}
.page-sharing dt,
.page-sharing dd {
  border-bottom: 1px solid #dbdbdb;
  padding: 4px 0 4px;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .page-accounts .adex-panel {
    min-height: 245px;
  }
}
@media screen and (min-width: 992px) {
  .page-users .adex-panel {
    min-height: 262px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .page-accounts .adex-panel {
    min-height: 265px;
  }
}
.popover {
  min-width: 276px !important;
  max-width: 30% !important;
}
.popover h3 {
  font-size: 12px;
}
.popover .actions {
  margin: 10px;
  font-size: 12px;
  line-height: 18px;
}
.popover .btn i {
  display: block;
  padding: 2px 5px 0 0;
  float: left;
  font-size: 11px;
}
.popover .btn-danger:active,
.popover .btn-danger:focus {
  color: #fff;
}
.popover-title {
  padding: 7px 12px 6px;
}
.box .boxheader .popover,
.box .boxcontent .popover {
  min-width: 225px !important;
}
.box .boxheader .popover .actions,
.box .boxcontent .popover .actions {
  margin: 0 2px 8px 8px;
}
.box .boxheader .popover-title,
.box .boxcontent .popover-title {
  display: block;
  margin: 0;
  padding: 7px 11px 5px;
  font-size: 12px;
  text-transform: none;
  font-family:
    "ApercuLight",
    Helvetica,
    Arial,
    sans-serif;
  background-color: transparent;
  color: #333;
  border-bottom: 0;
}
.ant-popover .ant-popover-message > .anticon {
  display: none;
}
.ant-popover .ant-popover-message-title {
  padding-left: 0;
}
.ant-popover-content {
  border: 1px solid #c2bebe;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.15);
}
.ant-popover-inner-content {
  padding: 7px 14px;
}
.ant-popover-buttons .ant-btn-sm {
  background-color: #eee;
  border: 1px solid #dadada;
  border-radius: 0;
  color: #333;
  font-size: 11px;
  height: 23px;
  padding: 3px 7px 2px;
}
.ant-popover-buttons .ant-btn-sm span::before {
  float: left;
  font-family: "Glyphicons Halflings";
  content: "\e014";
  padding-right: 5px;
}
.ant-popover-buttons .ant-btn-sm:hover {
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}
.ant-popover-buttons .ant-btn-sm:focus {
  background-color: #d5d5d5;
  border-color: #9a9a9a;
}
.ant-popover-buttons .ant-btn-sm.ant-btn-clicked:after {
  animation: none;
}
.ant-popover-buttons .ant-btn-primary {
  background-color: #d44b38;
  border-color: #c73e2b;
  color: #fff;
}
.ant-popover-buttons .ant-btn-primary span::before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
.ant-popover-buttons .ant-btn-primary:hover {
  background-color: #b23827;
  border-color: #952e20;
}
.ant-popover-buttons .ant-btn-primary:focus {
  background-color: #b23827;
  border-color: #5f1d14;
}
.ant-popover-buttons .ant-btn-primary.ant-btn-clicked:after {
  animation: none;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, #004b5e 25%, transparent 25%, transparent 50%, #004b5e 50%, #004b5e 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-bar-default {
  background-color: #004b5e;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #ffffff;
  color: #004b5e;
  width: 33px;
  height: 33px;
  font-size: 10px;
  line-height: 10px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #004b5e;
  right: 10px;
  bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  color: #ffffff;
  background-color: #004b5e;
  border: 1px solid #ffffff;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper icon {
  line-height: inherit;
}
.table {
  border-spacing: 0;
  font-size: 12px;
}
.table th form {
  margin-bottom: 0;
}
.table th.double-sort form {
  display: inline-block;
}
.table > tbody + tbody {
  border-top: 0 solid #dddddd;
}
.table thead > tr#active_item,
.table tbody > tr#active_item,
.table tfoot > tr#active_item {
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.table thead > tr#active_item td,
.table tbody > tr#active_item td,
.table tfoot > tr#active_item td {
  background-color: #f3f3f3;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-color: #dbdbdb;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 20vw;
  word-wrap: break-word;
}
.table thead > tr > th.no-padding,
.table tbody > tr > th.no-padding,
.table tfoot > tr > th.no-padding,
.table thead > tr > td.no-padding,
.table tbody > tr > td.no-padding,
.table tfoot > tr > td.no-padding {
  padding: 0;
}
.table thead > tr > th.split-cell,
.table tbody > tr > th.split-cell,
.table tfoot > tr > th.split-cell,
.table thead > tr > td.split-cell,
.table tbody > tr > td.split-cell,
.table tfoot > tr > td.split-cell {
  padding: 0 !important;
}
.table thead > tr > th.split-cell > div,
.table tbody > tr > th.split-cell > div,
.table tfoot > tr > th.split-cell > div,
.table thead > tr > td.split-cell > div,
.table tbody > tr > td.split-cell > div,
.table tfoot > tr > td.split-cell > div {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dbdbdb;
  padding: 0 8px;
}
.table thead > tr > th.split-cell > div:first-child,
.table tbody > tr > th.split-cell > div:first-child,
.table tfoot > tr > th.split-cell > div:first-child,
.table thead > tr > td.split-cell > div:first-child,
.table tbody > tr > td.split-cell > div:first-child,
.table tfoot > tr > td.split-cell > div:first-child {
  border-top: 0 solid transparent;
}
.table thead > tr > th.split-cell > div.hidden,
.table tbody > tr > th.split-cell > div.hidden,
.table tfoot > tr > th.split-cell > div.hidden,
.table thead > tr > td.split-cell > div.hidden,
.table tbody > tr > td.split-cell > div.hidden,
.table tfoot > tr > td.split-cell > div.hidden {
  display: none;
}
.table thead > tr > th.split-cell > .hidden + .detail-count,
.table tbody > tr > th.split-cell > .hidden + .detail-count,
.table tfoot > tr > th.split-cell > .hidden + .detail-count,
.table thead > tr > td.split-cell > .hidden + .detail-count,
.table tbody > tr > td.split-cell > .hidden + .detail-count,
.table tfoot > tr > td.split-cell > .hidden + .detail-count {
  border-top: 0 solid transparent;
}
.table thead > tr > th small,
.table tbody > tr > th small,
.table tfoot > tr > th small,
.table thead > tr > td small,
.table tbody > tr > td small,
.table tfoot > tr > td small {
  font-size: 10px;
}
.table thead > tr > th .icon-align-with-text-small,
.table tbody > tr > th .icon-align-with-text-small,
.table tfoot > tr > th .icon-align-with-text-small,
.table thead > tr > td .icon-align-with-text-small,
.table tbody > tr > td .icon-align-with-text-small,
.table tfoot > tr > td .icon-align-with-text-small {
  color: #aaa;
}
.table thead > tr > th .icon-upload2,
.table tbody > tr > th .icon-upload2,
.table tfoot > tr > th .icon-upload2,
.table thead > tr > td .icon-upload2,
.table tbody > tr > td .icon-upload2,
.table tfoot > tr > td .icon-upload2 {
  font-size: 16px;
}
.table thead > tr > th.subinstance,
.table tbody > tr > th.subinstance,
.table tfoot > tr > th.subinstance,
.table thead > tr > td.subinstance,
.table tbody > tr > td.subinstance,
.table tfoot > tr > td.subinstance {
  padding-left: 40px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-size: 10px;
  color: #000;
  font-weight: normal;
  border-bottom-width: 1px;
  vertical-align: bottom;
  text-transform: uppercase;
}
.table thead > tr > th button[type=submit],
.table tbody > tr > th button[type=submit],
.table tfoot > tr > th button[type=submit],
.table thead > tr > th input[type=submit],
.table tbody > tr > th input[type=submit],
.table tfoot > tr > th input[type=submit] {
  padding: 0;
  border: 0 none;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  height: 15px;
}
.table thead > tr > th button[type=submit] span,
.table tbody > tr > th button[type=submit] span,
.table tfoot > tr > th button[type=submit] span,
.table thead > tr > th input[type=submit] span,
.table tbody > tr > th input[type=submit] span,
.table tfoot > tr > th input[type=submit] span {
  font-size: 10px;
  padding-left: 3px;
  height: 10px;
  line-height: 10px;
}
.table thead > tr td.table_container,
.table tbody > tr td.table_container,
.table tfoot > tr td.table_container {
  padding: 2px 0;
}
.table thead > tr td.table_container > .table,
.table tbody > tr td.table_container > .table,
.table tfoot > tr td.table_container > .table {
  margin-bottom: 0 !important;
  background-color: transparent;
}
.table thead > tr td.table_container > .table tr:first-child td,
.table tbody > tr td.table_container > .table tr:first-child td,
.table tfoot > tr td.table_container > .table tr:first-child td {
  border-top: 0 none;
}
.table thead > tr td.table_container > .table tr td,
.table tbody > tr td.table_container > .table tr td,
.table tfoot > tr td.table_container > .table tr td {
  padding: 2px 0;
}
.table .extension {
  padding: 5px 0;
}
.table .extension .glyphicon {
  color: #aaa;
  float: left;
  font-size: 6px;
  padding-top: 14px;
  margin: 0 3px 0 21px;
}
.table .extension [class*=" flaticon-"] {
  font-size: 29px;
}
.tbody-hover:hover {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: background-color;
}
.tbody-hover.bg-danger:hover {
  background-color: #ebcccc;
}
.adex-table-container {
  position: relative;
}
.adex-table-container .adex-table thead th {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  white-space: nowrap;
}
.adex-table-container .adex-table thead th.adex-table-sortable {
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.adex-table-container .adex-table thead th .adex-table-head-sort-indicator {
  vertical-align: middle;
  margin-left: 5px;
}
.adex-table-container .adex-table tbody td.only_icon span {
  opacity: 0;
}
.adex-table-container .adex-table .highlight,
.adex-table-container .adex-table .adex-table-search-highlight {
  background-color: #6de2ff;
  padding: 2px 4px;
}
div.adex-table-jagged-container {
  margin-bottom: 30px;
}
div.adex-table-jagged-container table.adex-table-jagged {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
div.adex-table-jagged-container div.adex-table-footer-jagged {
  width: 100%;
  height: 3px;
  z-index: 8;
  position: relative;
  background: #ffffff;
}
div.adex-table-jagged-container div.adex-table-footer-jagged::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 60px;
  background-size: 24px 48px;
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, transparent 34%, #eeeeee 34%, #eeeeee 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #eeeeee 34%, #eeeeee 66%, transparent 66%);
}
.no-td-top-border td {
  border-top-color: #ffffff !important;
}
.no-td-bottom-border td {
  border-bottom-color: #ffffff !important;
}
.blacklisted td {
  color: #333334;
  text-decoration: line-through;
}
.tablecontent {
  padding-top: 30px;
}
.emphasis {
  color: #004b5e;
  border-bottom: 2px solid #004b5e;
}
.tableshy {
  font-size: 10px;
  color: #8a8a8a;
}
.tableshy .icon-pacman {
  font-size: 10px;
}
.table tbody > tr > .tableshy {
  padding-top: 7px;
}
.text-right .dropdown {
  float: right;
}
.sort-input {
  cursor: pointer;
}
.expire-time {
  font-size: 9px;
  padding-left: 1px;
}
.expiring-7-days .expire-time {
  color: red;
}
.expiring-14-days .expire-time {
  color: #ffa100;
}
#export-options fieldset legend {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#export-options fieldset label {
  white-space: nowrap;
}
tbody tr td .badge {
  border: 1px solid #004b5e;
  background-color: #004b5e;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  padding: 0;
}
.ant-table table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.ant-table thead {
  border-bottom-width: 1px;
  vertical-align: bottom;
  text-transform: uppercase;
}
.ant-table .ant-table-thead > tr > th {
  font-size: 10px;
  color: #000;
  border-bottom: 0;
  padding: 5px 8px;
}
.ant-table .ant-table-thead > tr > th.text-right {
  text-align: right;
}
.ant-table .ant-table-thead > tr > th.text-center {
  text-align: center;
}
.ant-table .ant-table-column-sorter {
  margin-left: 2px;
}
.ant-table .ant-table-column-sorter .anticon-caret-up,
.ant-table .ant-table-column-sorter .anticon-caret-down {
  font-size: 9px;
}
.ant-table .ant-table-tbody {
  border: 1px solid #dddddd;
  color: #333;
}
.ant-table .ant-table-tbody tr > td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 0;
  padding: 5px 8px;
}
.ant-table .ant-table-tbody > tr:hover > td {
  background-color: #f5f5f5;
}
.ant-table .ant-table-tbody > tr:hover > td.bg-warning {
  background-color: #fcf8e3;
}
.ant-table .ant-table-tbody > .ant-table-row-hover > td.bg-warning {
  background-color: #fcf8e3;
}
.ant-table .ant-table-row .expiring {
  padding-right: 0 !important;
  padding-left: 12px;
  min-width: 70px;
}
.ant-table .ant-table-row .expiring:after {
  right: 0;
  z-index: 1;
}
.ant-table .ant-table-row .expiring span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.ant-table .context-button {
  line-height: 1;
  padding: 2px 6px 0 !important;
}
.ant-table .context-button .anticon-setting:before {
  font-family: icomoon !important;
  content: "\e68f" !important;
}
.ant-table .context-button.ant-btn.dropdown-toggle {
  height: 20px;
}
.ant-table .context-button.ant-btn:focus {
  background-color: #c3c3c3;
  border: 1px solid #9a9a9a;
}
.ant-table .context-button.ant-btn:active {
  background-color: #c3c3c3;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline-offset: -2px;
}
.ant-table .context-button.ant-btn-clicked:after {
  animation: none;
}
.table-cell-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
.nav-tabs {
  border-bottom: 0 solid #ddd;
  font-size: 10px;
  font-weight: normal !important;
}
.nav-tabs li {
  background-color: transparent;
}
.nav-tabs li a.disabled {
  cursor: default !important;
}
.nav-tabs li a .switch {
  font-size: 14px;
  line-height: 5px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}
.nav-tabs > li.active.back > a:hover {
  cursor: pointer;
}
.nav-tabs > li.active.back > a:active {
  padding-top: 11px;
  padding-bottom: 8px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: #ffffff;
}
.nav-tabs > li.open > a.dropdown-toggle {
  color: #000;
  cursor: default;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom-color: #eeeeee;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  color: #004b5e;
}
.nav > li > a:hover {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.25, 1);
  transition-property: color;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1;
  border: 1px solid transparent;
  padding: 10px 5px;
  color: #6a6a6a;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
  border-radius: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabsincluded {
  margin-top: 14px;
}
.tab-content {
  padding-top: 0px;
  padding-bottom: 10px;
}
.adex-tabs-controls-right,
.adex-tabs-controls-left {
  padding: 5px;
  font-size: 10px;
  padding-top: 17px;
  padding-bottom: 13px;
  line-height: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fefefe;
}
@media (min-width: 576px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.export-indicator {
  height: 22px;
  margin-top: -5px;
  float: right;
  display: block;
  border: 1px solid #dadada;
  border-right: none;
  visibility: hidden;
  width: 0;
}
.export-indicator.loading {
  visibility: visible;
  width: auto;
}
.export-loader,
.export-message {
  height: 14px;
  float: right;
}
.export-loader {
  width: 48px;
  margin-top: 3px;
}
.export-message {
  width: 300px;
  padding-top: 1px;
  text-align: right;
  font-size: 12px;
}
.boxheader .nav-export {
  padding: 2px 4px !important;
  margin-top: -6px;
  border: 1px solid #dadada;
  width: 22px;
}
.boxheader .nav-export .glyphicon {
  top: auto;
}
.tooltip {
  z-index: 1040;
}
.tooltip .tooltip-inner {
  padding: 5px 5px;
  white-space: pre-wrap;
}
.tooltip .tooltip-html {
  text-align: left;
  white-space: pre-wrap;
}
.tooltip .tooltip-html ul {
  margin: 0;
  padding: 0;
}
.tooltip .tooltip-html ul li {
  margin: 0 0 0 15px;
  padding: 0;
}
.ant-tooltip {
  line-height: 1;
}
.ant-tooltip-inner {
  min-height: 26px;
}
h1,
.h1 {
  font-size: 1.802em;
}
h2,
.h2 {
  font-size: 1.424em;
}
h3,
.h3 {
  font-size: 1.266em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 1em;
  font-weight: normal;
}
h6,
.h6 {
  font-size: 0.889em;
}
strong,
b,
dt {
  font-family: "ApercuRegular";
  font-weight: normal;
}
strong em,
b em,
dt em,
strong address,
b address,
dt address {
  font-family: "ApercuItalic";
  font-style: normal;
  font-weight: normal;
}
dd {
  margin-bottom: 10px;
}
em,
address {
  font-family:
    "ApercuLightItalic",
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
}
em strong,
address strong,
em b,
address b,
em dt,
address dt {
  font-family: "ApercuItalic";
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #004b5e;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div.highlight {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.shout {
  font-size: 17px;
  line-height: 17px;
}
.remark {
  font-size: 12px;
  line-height: 12px;
  font-family: "ApercuLightItalic";
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
.list-group ul {
  padding-left: 0;
  margin: 10px 0;
}
.monospace {
  font-family: monospace;
}
.super {
  display: inline-block;
  height: 64px;
}
#superadmin_tools {
  position: fixed;
  top: 43px;
  left: 0;
  padding: 5px 0 5px 22px;
  width: 100%;
  z-index: 1050;
  border-bottom: 1px solid #dbdbdb;
}
#superadmin_tools h5 {
  float: left;
  font-weight: bold;
  margin-top: 13px;
}
#superadmin_tools .btn-primary {
  padding-top: 1px;
  height: 21px;
  box-shadow: 0;
}
#superadmin_tools .btn-primary:active {
  padding-top: 2px;
  padding-bottom: 0;
}
#superadmin_tools #userselector {
  margin: 7px 0 0;
}
#superadmin_tools #userselector > div {
  width: auto;
  padding-right: 15px;
}
#superadmin_tools #userselector > div:first-child {
  width: auto;
}
#superadmin_tools #userselector > div button.btn-primary {
  margin-top: 0;
}
#superadmin_tools #userselector li > a.sub:before {
  position: absolute;
  font-family: "icomoon";
  font-size: 9px;
  content: "\e70a";
  float: left;
  color: #d5d5d5;
}
#superadmin_tools #userselector #super-customer-selector-container {
  width: 220px;
}
#superadmin_tools #userselector #user-selector-container {
  width: 320px;
}
#superadmin_tools #userselector #login-container {
  padding-right: 0;
}
.super-customer .dropdown-menu li > a {
  padding-left: 12px;
}
.super-customer .dropdown-menu li > a.sub {
  padding-left: 20px;
}
.super-customer .dropdown-menu li > a.sub:before {
  top: 4px;
  left: 9px;
}
@media (max-width: 991px) {
  #superadmin_tools #back > a {
    max-width: 87px;
  }
  #superadmin_tools #userselector #super-customer-selector-container {
    width: 185px;
  }
  #superadmin_tools #userselector #user-selector-container {
    width: 200px;
  }
}
#superadmin_tools {
  display: none;
}
#superadmin_tools.collapse.in {
  display: block;
}
.x {
  height: 100%;
}
.x #ContentBody {
  height: 100%;
}
.x .react-container {
  position: relative;
  height: 100%;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
/*! =======================================================
                      VERSION  7.0.5              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23003eff&bgTextureActive=flat&bgColorActive=%23007fff&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=system-ui%2C%20'Segoe%20UI'%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%2C%20'Apple%20Color%20Emoji'%2C%20'Segoe%20UI%20Emoji'
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/*# sourceMappingURL=styles.css.map */
