@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.1/css/all.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap);
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }
.flip-clock-wrapper a:hover {
  color: var(--secondary-bg); }
.flip-clock-wrapper ul {
  list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }
.flip-clock-wrapper.clearfix:after {
  clear: both; }
.flip-clock-wrapper.clearfix {
  *zoom: 1; }
/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2; }
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }
.flip-clock-wrapper ul li a div.up {
  transform-origin: 50% 100%;
  top: 0; }
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #000;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #ffb80c;
  border-radius: 6px;
  font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.01s 0.49s linear both;
  z-index: 5; }
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }
.flip-clock-divider:first-child {
  width: 0; }
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }
.flip-clock-dot.top {
  top: 30px; }
.flip-clock-dot.bottom {
  bottom: 30px; }
@keyframes asd {
  0% {
    z-index: 2; }

  100% {
    z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.5s 0.5s linear both; }
@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.5s linear both; }
@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  animation: hide 0.5s 0.3s linear both; }
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both; }
@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
.clock2digit{
      max-width: 300px;
    bottom: -40px !important;
    position: absolute !important;
    right: -57px !important;
    width: auto !important;
    transform: scale(0.3) !important;
    }
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* Minification failed. Returning unminified contents.
(9785,17): run-time error CSS1036: Expected expression, found '!important'
 */
body {
  --text-primary: #000;
  --text-secondary: #2d3e50;
  --header-bg: #ffc53d;
  --secondary-bg: #fff;
  --subhead-bg: #1b2d38;
  --whitecolor:#000;
  --text:#000;
  --black-white:#fff ;
}
body.light-theme {
  --text-primary: #eaf0f4;
  --text-secondary: #2d3e50;
  --header-bg: #ffc53d;
  --secondary-bg: #2C323A;
  --subhead-bg: #1b2d38;
  --lightMode:#1A212A;
  --activeMode:#000;
  --bodybackground:#000;
  --whitecolor:#000;
  --text:#000;
  --black-white:#000 ;
}
body {
  background: var(--bodybackground);
}
.dropdown-menu > li > a {
  color: var(--text-primary) !important;
}
.dropdown-menu > li > a:hover {
  color: var(--text-primary) !important;
}
@keyframes borderPulse {
  15% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes explode {
  100% {
    opacity: 0;
    transform: scale(3) rotate(30deg) translateY(60px);
  }
}
@keyframes wave {
  5% {
    opacity: 0.6;
  }
  27% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dropdownSlideInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.themeprimary {
  color: var(--header-bg) !important;
}
.themesecondary {
  color: #fb6e52 !important;
}
.themethirdcolor {
  color: #ffce55 !important;
}
.themefourthcolor {
  color: #a0d468 !important;
}
.themefifthcolor {
  color: #e75b8d !important;
}
.white {
  color: var(--secondary-bg) !important;
}
.snow {
  color: #fbfbfb !important;
}
.whitesmoke {
  color: #f5f5f5 !important;
}
.seashell {
  color: #f3f3f3 !important;
}
.ivory {
  color: #eee !important;
}
.platinum {
  color: #e5e5e5 !important;
}
.lightgray {
  color: #d0d0d0 !important;
}
.gray {
  color: #ccc !important;
}
.darkgray {
  color: #999 !important;
}
.silver {
  color: #777 !important;
}
.sonic-silver {
  color: #737373 !important;
}
.storm-cloud {
  color: #666 !important;
}
.lightcarbon {
  color: var(--text-primary);
}
.carbon {
  color: var(--text-primary);
}
.slate-gray {
  color: #333 !important;
}
.darkcarbon {
  color: #262626 !important;
}
.blue {
  color: #5db2ff !important;
}
.info {
  color: #57b5e3 !important;
}
.sky {
  color: #11a9cc !important;
}
.primary {
  color: #4374e0 !important;
}
.azure {
  color: var(--header-bg) !important;
}
.blueberry {
  color: #6f85bf !important;
}
.palegreen {
  color: #a0d468 !important;
}
.success {
  color: #53a93f !important;
}
.green {
  color: #8cc474 !important;
}
.lightyellow {
  color: #f6d52e !important;
}
.yellow {
  color: #ffce55 !important;
}
.warning {
  color: #f4b400 !important;
}
.gold {
  color: #f9b256 !important;
}
.orange {
  color: #fb6e52 !important;
}
.lightred {
  color: #e46f61 !important;
}
.darkorange {
  color: #ed4e2a !important;
}
.red {
  color: #df5138 !important;
}
.pink {
  color: #e75b8d !important;
}
.darkpink {
  color: #cc324b !important;
}
.danger {
  color: #d73d32 !important;
}
.magenta {
  color: #bc5679 !important;
}
.purple {
  color: #7e3794 !important;
}
.maroon {
  color: #981b48 !important;
}
.bg-themeprimary {
  background-color: var(--header-bg) !important;
}
.bg-themesecondary {
  background-color: #fb6e52 !important;
}
.bg-themethirdcolor {
  background-color: #ffce55 !important;
}
.bg-themefourthcolor {
  background-color: #a0d468 !important;
}
.bg-themefifthcolor {
  background-color: #e75b8d !important;
}
.bg-white {
  background-color: var(--secondary-bg) !important;
}
.bg-snow {
  background-color: #fbfbfb !important;
}
.bg-whitesmoke {
  background-color: #f5f5f5 !important;
}
.bg-seashell {
  background-color: #f3f3f3 !important;
}
.bg-ivory {
  background-color: #eee !important;
}
.bg-platinum {
  background-color: #e5e5e5 !important;
}
.bg-lightgray {
  background-color: #d0d0d0 !important;
}
.bg-gray {
  background-color: #ccc !important;
}
.bg-darkgray {
  background-color: #999 !important;
}
.bg-silver {
  background-color: #777 !important;
}
.bg-sonic-silver {
  background-color: #737373 !important;
}
.bg-storm-cloud {
  background-color: #666 !important;
}
.bg-lightcarbon {
  background-color: #555 !important;
}
.bg-carbon {
  background-color: #444 !important;
}
.bg-slate-gray {
  background-color: #333 !important;
}
.bg-darkcarbon {
  background-color: #262626 !important;
}
.bg-blue {
  background-color: #5db2ff !important;
}
.bg-info {
  background-color: #57b5e3 !important;
}
.bg-sky {
  background-color: #11a9cc !important;
}
.bg-primary {
  background-color: #4374e0 !important;
}
.bg-azure {
  background-color: var(--header-bg) !important;
}
.bg-blueberry {
  background-color: #6f85bf !important;
}
.bg-palegreen {
  background-color: #a0d468 !important;
}
.bg-success {
  background-color: #53a93f !important;
}
.bg-green {
  background-color: #8cc474 !important;
}
.bg-lightyellow {
  background-color: #f6d52e !important;
}
.bg-yellow {
  background-color: #ffce55 !important;
}
.bg-warning {
  background-color: #f4b400 !important;
}
.bg-gold {
  background-color: #f9b256 !important;
}
.bg-orange {
  background-color: #fb6e52 !important;
}
.bg-lightred {
  background-color: #e46f61 !important;
}
.bg-darkorange {
  background-color: #ed4e2a !important;
}
.bg-red {
  background-color: #df5138 !important;
}
.bg-danger {
  background-color: #d73d32 !important;
}
.bg-pink {
  background-color: #e75b8d !important;
}
.bg-darkpink {
  background-color: #cc324b !important;
}
.bg-magenta {
  background-color: #bc5679 !important;
}
.bg-purple {
  background-color: #7e3794 !important;
}
.bg-maroon {
  background-color: #981b48 !important;
}
.before-themeprimary:before {
  background-color: var(--header-bg) !important;
}
.before-themesecondary:before {
  background-color: #fb6e52 !important;
}
.before-themethirdcolor:before {
  background-color: #ffce55 !important;
}
.before-themefourthcolor:before {
  background-color: #a0d468 !important;
}
.before-themefifthcolor:before {
  background-color: #e75b8d !important;
}
.before-white:before {
  background-color: var(--secondary-bg) !important;
}
.before-snow:before {
  background-color: #fbfbfb !important;
}
.before-whitesmoke:before {
  background-color: #f5f5f5 !important;
}
.before-seashell:before {
  background-color: #f3f3f3 !important;
}
.before-ivory:before {
  background-color: #eee !important;
}
.before-platinum:before {
  background-color: #e5e5e5 !important;
}
.before-lightgray:before {
  background-color: #d0d0d0 !important;
}
.before-gray:before {
  background-color: #ccc !important;
}
.before-darkgray:before {
  background-color: #999 !important;
}
.before-silver:before {
  background-color: #777 !important;
}
.before-sonic-silver:before {
  background-color: #737373 !important;
}
.before-storm-cloud:before {
  background-color: #666 !important;
}
.before-lightcarbon:before {
  background-color: #555 !important;
}
.before-carbon:before {
  background-color: #444 !important;
}
.before-slate-gray:before {
  background-color: #333 !important;
}
.before-darkcarbon:before {
  background-color: #262626 !important;
}
.before-blue:before {
  background-color: #5db2ff !important;
}
.before-info:before {
  background-color: #57b5e3 !important;
}
.before-sky:before {
  background-color: #11a9cc !important;
}
.before-primary:before {
  background-color: #4374e0 !important;
}
.before-azure:before {
  background-color: var(--header-bg) !important;
}
.before-blueberry:before {
  background-color: #6f85bf !important;
}
.before-palegreen:before {
  background-color: #a0d468 !important;
}
.before-success:before {
  background-color: #53a93f !important;
}
.before-green:before {
  background-color: #8cc474 !important;
}
.before-lightyellow:before {
  background-color: #f6d52e !important;
}
.before-yellow:before {
  background-color: #ffce55 !important;
}
.before-warning:before {
  background-color: #f4b400 !important;
}
.before-gold:before {
  background-color: #f9b256 !important;
}
.before-orange:before {
  background-color: #fb6e52 !important;
}
.before-lightred:before {
  background-color: #e46f61 !important;
}
.before-darkorange:before {
  background-color: #ed4e2a !important;
}
.before-red:before {
  background-color: #df5138 !important;
}
.before-danger:before {
  background-color: #d73d32 !important;
}
.before-pink:before {
  background-color: #e75b8d !important;
}
.before-darkpink:before {
  background-color: #cc324b !important;
}
.before-magenta:before {
  background-color: #bc5679 !important;
}
.before-purple:before {
  background-color: #7e3794 !important;
}
.before-maroon:before {
  background-color: #981b48 !important;
}
.bordered-solid {
  border-style: solid !important;
}
.bordered-dashed {
  border-style: dashed !important;
}
.bordered-dotted {
  border-style: dotted !important;
}
.bordered-double {
  border-style: double !important;
}
.bordered-1 {
  border: 1px solid var(--secondary-bg);
}
.bordered-2 {
  border: 2px solid var(--secondary-bg);
}
.bordered-3 {
  border: 3px solid var(--secondary-bg);
}
.bordered-4 {
  border: 4px solid var(--secondary-bg);
}
.bordered-5 {
  border: 5px solid var(--secondary-bg);
}
.bordered-bottom-1 {
  border-bottom: 1px solid var(--secondary-bg);
}
.bordered-bottom-2 {
  border-bottom: 2px solid var(--secondary-bg);
}
.bordered-bottom-3 {
  border-bottom: 3px solid var(--secondary-bg);
}
.bordered-bottom-4 {
  border-bottom: 4px solid var(--secondary-bg);
}
.bordered-bottom-5 {
  border-bottom: 5px solid var(--secondary-bg);
}
.bordered-top-1 {
  border-top: 1px solid var(--secondary-bg);
}
.bordered-top-2 {
  border-top: 2px solid var(--secondary-bg);
}
.bordered-top-3 {
  border-top: 3px solid var(--secondary-bg);
}
.bordered-top-4 {
  border-top: 4px solid var(--secondary-bg);
}
.bordered-top-5 {
  border-top: 5px solid var(--secondary-bg);
}
.bordered-left-1 {
  border-left: 1px solid var(--secondary-bg);
}
.bordered-left-2 {
  border-left: 2px solid var(--secondary-bg);
}
.bordered-left-3 {
  border-left: 3px solid var(--secondary-bg);
}
.bordered-left-4 {
  border-left: 4px solid var(--secondary-bg);
}
.bordered-left-5 {
  border-left: 5px solid var(--secondary-bg);
}
.bordered-right-1 {
  border-right: 1px solid var(--secondary-bg);
}
.bordered-right-2 {
  border-right: 2px solid var(--secondary-bg);
}
.bordered-right-3 {
  border-right: 3px solid var(--secondary-bg);
}
.bordered-right-4 {
  border-right: 4px solid var(--secondary-bg);
}
.bordered-right-5 {
  border-right: 5px solid var(--secondary-bg);
}
.bordered-themeprimary {
  border-color: var(--header-bg) !important;
}
.bordered-themesecondary {
  border-color: #fb6e52 !important;
}
.bordered-themethirdcolor {
  border-color: #ffce55 !important;
}
.bordered-themefourthcolor {
  border-color: #a0d468 !important;
}
.bordered-themefifthcolor {
  border-color: #e75b8d !important;
}
.bordered-white {
  border-color: var(--secondary-bg) !important;
}
.bordered-snow {
  border-color: #fbfbfb !important;
}
.bordered-whitesmoke {
  border-color: #f5f5f5 !important;
}
.bordered-seashell {
  border-color: #f3f3f3 !important;
}
.bordered-ivory {
  border-color: #eee !important;
}
.bordered-platinum {
  border-color: #e5e5e5 !important;
}
.bordered-lightgray {
  border-color: #d0d0d0 !important;
}
.bordered-gray {
  border-color: #ccc !important;
}
.bordered-darkgray {
  border-color: #999 !important;
}
.bordered-silver {
  border-color: #777 !important;
}
.bordered-sonic-silver {
  border-color: #737373 !important;
}
.bordered-storm-cloud {
  border-color: #666 !important;
}
.bordered-lightcarbon {
  border-color: #555 !important;
}
.bordered-carbon {
  border-color: #444 !important;
}
.bordered-slate-gray {
  border-color: #333 !important;
}
.bordered-darkcarbon {
  border-color: #262626 !important;
}
.bordered-blue {
  border-color: #5db2ff !important;
}
.bordered-info {
  border-color: #57b5e3 !important;
}
.bordered-sky {
  border-color: #ffc53d !important;
}
.bordered-primary {
  border-color: #4374e0 !important;
}
.bordered-azure {
  border-color: var(--header-bg) !important;
}
.bordered-blueberry {
  border-color: #6f85bf !important;
}
.bordered-palegreen {
  border-color: #a0d468 !important;
}
.bordered-success {
  border-color: #53a93f !important;
}
.bordered-green {
  border-color: #8cc474 !important;
}
.bordered-lightyellow {
  border-color: #f6d52e !important;
}
.bordered-yellow {
  border-color: #ffce55 !important;
}
.bordered-warning {
  border-color: #f4b400 !important;
}
.bordered-gold {
  border-color: #f9b256 !important;
}
.bordered-orange {
  border-color: #fb6e52 !important;
}
.bordered-lightred {
  border-color: #e46f61 !important;
}
.bordered-darkorange {
  border-color: #ed4e2a !important;
}
.bordered-red {
  border-color: #df5138 !important;
}
.bordered-danger {
  border-color: #d73d32 !important;
}
.bordered-pink {
  border-color: #e75b8d !important;
}
.bordered-darkpink {
  border-color: #cc324b !important;
}
.bordered-magenta {
  border-color: #bc5679 !important;
}
.bordered-purple {
  border-color: #7e3794 !important;
}
.bordered-maroon {
  border-color: #981b48 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.font-10 {
  font-size: 10%;
}
.font-20 {
  font-size: 20%;
}
.font-30 {
  font-size: 30%;
}
.font-40 {
  font-size: 40%;
}
.font-50 {
  font-size: 50%;
}
.font-60 {
  font-size: 60%;
}
.font-70 {
  font-size: 70%;
}
.font-80 {
  font-size: 80%;
}
.font-90 {
  font-size: 90%;
}
.font-110 {
  font-size: 110%;
}
.font-120 {
  font-size: 120%;
}
.font-130 {
  font-size: 130%;
}
.font-140 {
  font-size: 140%;
}
.font-150 {
  font-size: 150%;
}
.font-160 {
  font-size: 160%;
}
.font-170 {
  font-size: 170%;
}
.font-180 {
  font-size: 180%;
}
.font-190 {
  font-size: 190%;
}
.font-200 {
  font-size: 200%;
}
button:focus,
a:focus {
  outline: none;
}
button::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
}
.image-circular {
  -webkit-border-radius: 50% !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 50% !important;
  -moz-background-clip: padding !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
}
hr {
  border-top: 1px solid #e5e5e5;
}
hr.wide {
  margin-right: -15px;
  margin-left: -15px;
}
.position-relative {
  position: relative;
}
.horizontal-space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 6px 0;
}
.horizontal-space.space-xs {
  margin: 2px 0;
}
.horizontal-space.space-sm {
  margin: 4px 0;
}
.horizontal-space.space-lg {
  margin: 8px 0;
}
.horizontal-space.space-xl {
  margin: 10px 0;
}
.horizontal-space.space-xxl {
  margin: 12px 0;
}
.vertical-space {
  max-width: 1px;
  min-width: 1px;
  overflow: hidden;
  margin: 0 12px;
}
html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
body {
  padding-bottom: 0;
  min-height: 100%;
  font-family: "Open Sans", "Segoe UI";
  font-size: 13px;
  color: var(--text-primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
  font-family: "Open Sans", "Segoe UI";
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
}
h1.row-title,
h2.row-title,
h3.row-title,
h4.row-title,
h5.row-title,
h6.row-title {
  line-height: 17px;
  margin: 10px 0;
  padding: 9px 10px 9px 8px;
  display: inline-block;
  color: #646464;
  font-weight: 400;
  background-color: var(--secondary-bg);
  position: relative;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
h1.row-title:before,
h2.row-title:before,
h3.row-title:before,
h4.row-title:before,
h5.row-title:before,
h6.row-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: var(--header-bg);
}
h1.row-title .fa,
h2.row-title .fa,
h3.row-title .fa,
h4.row-title .fa,
h5.row-title .fa,
h6.row-title .fa,
h1.row-title .glyphicon,
h2.row-title .glyphicon,
h3.row-title .glyphicon,
h4.row-title .glyphicon,
h5.row-title .glyphicon,
h6.row-title .glyphicon,
h1.row-title .typcn,
h2.row-title .typcn,
h3.row-title .typcn,
h4.row-title .typcn,
h5.row-title .typcn,
h6.row-title .typcn,
h1.row-title [class*=wi-],
h2.row-title [class*=wi-],
h3.row-title [class*=wi-],
h4.row-title [class*=wi-],
h5.row-title [class*=wi-],
h6.row-title [class*=wi-] {
  margin-right: 5px;
  line-height: 17px;
  font-size: 17px;
}
h1 {
  font-size: 32px;
}
h1.smaller {
  font-size: 31px;
}
h1.bigger {
  font-size: 33px;
}
h1.block {
  margin-bottom: 16px;
}
h2 {
  font-size: 26px;
}
h2.smaller {
  font-size: 25px;
}
h2.bigger {
  font-size: 27px;
}
h2.block {
  margin-bottom: 16px;
}
h3 {
  font-size: 22px;
}
h3.smaller {
  font-size: 21px;
}
h3.bigger {
  font-size: 23px;
}
h3.block {
  margin-bottom: 16px;
}
h4 {
  font-size: 18px;
}
h4.smaller {
  font-size: 17px;
}
h4.bigger {
  font-size: 19px;
}
h4.block {
  margin-bottom: 16px;
}
h5 {
  font-size: 15px;
}
h5.smaller {
  font-size: 14px;
}
h5.bigger {
  font-size: 16px;
}
h5.block {
  margin-bottom: 16px;
}
h6 {
  font-size: 13px;
}
h6.smaller {
  font-size: 12px;
}
h6.bigger {
  font-size: 14px;
}
h6.block {
  margin-bottom: 16px;
}
.text-align-center {
  text-align: center !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-justify {
  text-align: justify !important;
}
.block-center {
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
p {
  line-height: 22px;
}
a:focus,
a:active {
  text-decoration: none;
}
.navbar {
  margin: 0;
  border: none;
  min-height: 45px;
  z-index: 200;
  padding: 0;
  background-color: var(--header-bg);
}
.navbar .navbar-inner {
  border: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 64px;
  position: relative;
  background: var(--header-bg);
  width: 100%;
}
.navbar .navbar-inner .navbar-container {
  padding-left: 10px;
}
.navbar .navbar-inner .navbar-header .navbar-account {
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account > div {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  position: absolute;
  top: 0;
  right: 20px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  list-style: none;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
  float: left;
  position: relative;
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
  position: relative;
  min-width: 50px;
  height: 45px;
  display: inline-block;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover {
  text-decoration: none;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
  display: block;
  color: var(--secondary-bg);
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: line-height 0.3s ease;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge {
  position: absolute;
  top: 6px;
  left: 4px;
  padding: 2px;
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid var(--secondary-bg);
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 0 var(--header-bg);
  transition: top 0.3s ease;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave {
  overflow: visible;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in {
  transform: scale(1);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after {
  content: "";
  top: 3px;
  left: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: 8121991;
  background-image: radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
  border: 1px solid var(--secondary-bg);
  animation: wave 5s 3s infinite linear;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: border-box;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse {
  width: 45px;
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid var(--secondary-bg);
  box-sizing: border-box;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
  transform: scale(0.91);
  animation: borderPulse 3.5s infinite ease;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
  border: 0;
  box-shadow: none;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before {
  animation-delay: 0.6s;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse i,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge {
  animation-delay: 0.3s;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink .badge {
  transform: scale(0.91);
  animation: borderPulse 3.5s infinite ease;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i {
  animation-delay: 0.05s;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu {
  padding: 0;
  min-width: 240px;
  animation-name: dropdownSlideInDown;
  animation-duration: 0.3s;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li {
  background-color: var(--secondary-bg);
  border: 0;
  padding: 0 8px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 2px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a .progress {
  margin-bottom: 0;
  margin-top: 4px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
  -webkit-text-shadow: none;
  text-shadow: none;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #262626;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header {
  padding: 0 10px;
  line-height: 34px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header a {
  line-height: 34px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header[class*=bordered-] {
  border-bottom-width: 3px;
  border-style: solid;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header i {
  margin-right: 5px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer {
  padding: 8px 5px 8px 10px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer[class*=bordered-] {
  border-top-width: 3px;
  border-style: solid;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer a {
  display: block;
  color: #999;
  padding: 0;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer .btn {
  margin-top: -3px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
  min-width: 300px;
  padding-top: 10px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li {
  border-bottom: 1px solid #f3f3f3;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon {
  float: left;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  font-size: 15px;
  border-radius: 50%;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body {
  float: left;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title {
  display: block;
  font-size: 13px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
  display: block;
  font-size: 10px;
  color: #999;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra {
  float: right;
  text-align: right;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra i {
  font-size: 14px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra .description {
  display: block;
  font-size: 10px;
  color: #999;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
  background-color: #11a9cc;
  border-bottom: 0;
  color: var(--secondary-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer a {
  color: var(--secondary-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon {
  margin-top: -7px;
  margin-left: 5px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
  width: 300px;
  padding-top: 10px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li {
  border-bottom: 1px solid #f3f3f3;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-avatar {
  max-width: 42px;
  margin-right: 6px;
  margin-top: 5px;
  vertical-align: top;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message {
  display: inline-block;
  position: relative;
  width: 225px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message span {
  display: block;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-sender {
  font-size: 13px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--header-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject {
  margin-top: 5px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-body {
  color: #999;
  max-height: 35px;
  width: 100%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li {
  border-bottom: 1px solid #f5f5f5;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover {
  background-color: var(--secondary-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
  display: none;
  text-align: center;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 300;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email {
  text-align: center;
  font-size: 12px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a {
  color: #d0d0d0;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area {
  position: relative;
  text-align: center;
  margin: 10px auto;
  width: 128px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar {
  width: 128px;
  height: 128px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption {
  background-color: var(--header-bg);
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  bottom: 0;
  left: 0;
  color: var(--secondary-bg);
  font-size: 10px;
  line-height: 9px;
  position: absolute;
  padding: 7px 0;
  text-align: center;
  width: 128px;
  cursor: pointer;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit {
  min-height: 35px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a {
  color: #999;
  display: inline-block;
  clear: none;
  font-size: 13px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
  color: #11a9cc;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area {
  display: table;
  width: 100%;
  padding-bottom: 5px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker {
  padding: 10px 4px;
  width: 100%;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin: 2px;
  padding: 0;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  transition: all ease 0.1s;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.08);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn.selected:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  color: var(--secondary-bg);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ddd;
  vertical-align: middle;
  border-radius: 0;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer {
  padding: 10px;
  border-top: 3px solid var(--header-bg);
  border-bottom: 0;
  text-align: right;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a {
  color: #717171;
  font-size: 13px;
  font-weight: 300;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  width: 50px;
  /**background-color: var(--secondary-bg);**/
  border: 0;
  top: -46px;
  height: 3px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a {
  background-color: var(--header-bg);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu {
  margin-top: 0;
  right: 0;
  border: 0 !important;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
  padding: 8px 20px 10px 20px;
  height: 45px;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
  margin-right: 14px;
  display: block;
  float: left;
  border-left: 2px solid #fb6e52;
  width: 29px;
  height: 29px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img {
  width: 29px;
  height: 29px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
  width: auto;
  display: block;
  overflow: hidden;
  line-height: 25px;
  float: left;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 {
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
  color: white;
  font-weight: 700;
}
.fa-caret-down:before {
  content: "";
  margin-left: 5px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span {
  display: block;
  color: var(--text-primary);
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 25px;
  font-weight: bold;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
  width: 100%;
  min-width: 250px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-arrow:before {
  width: 100%;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting a {
  position: relative;
  width: 50px;
  height: 45px;
  display: inline-block;
  transition: all 0.5s ease;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting a:hover {
  text-decoration: none;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting a .icon {
  display: block;
  color: var(--secondary-bg);
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container {
  transform: rotateY(90deg);
  transform-origin: top left;
  display: inline-block;
  width: 505px;
  height: 45px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-align: center;
  padding: 11px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] {
  display: inline-block;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text {
  color: var(--secondary-bg);
  margin-right: 8px;
  font-weight: 300;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text:before {
  border-color: var(--header-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text {
  color: var(--secondary-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text:before {
  border-color: var(--header-bg);
  color: #fb6e52;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area,
.navbar .navbar-inner .navbar-header .navbar-account .setting-container,
.navbar .navbar-inner .navbar-header .navbar-account .setting {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.9s;
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
  right: 505px;
  background-color: var(--header-bg);
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a {
  box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a:before {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  width: 50px;
  background-color: var(--secondary-bg);
  border: 0;
  top: 0;
  height: 3px;
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .account-area {
  transform: rotateY(-90deg);
  transform-origin: top right;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  right: 450px;
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
  transform: rotateY(0deg);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  padding: 11px;
}
.navbar .navbar-brand {
  color: var(--secondary-bg);
  font-size: 24px;
  -webkit-text-shadow: none;
  text-shadow: none;
  padding: 2px 0 2px 0;
  font-weight: 200;
  height: 45px;
}
.navbar .navbar-brand small img {
  height: 30px;
  width: 125px;
}
.navbar .sidebar-collapse {
  text-align: center;
  padding: 0;
  position: absolute;
  left: 245px;
  top: 0;
  z-index: 2;
  width: 35px;
  height: 45px;
}
.navbar .sidebar-collapse:hover {
  box-shadow: transparent;
}
.navbar .sidebar-collapse .collapse-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: var(--secondary-bg);
  padding: 11px 5px;
  line-height: 22px;
  position: relative;
  transition: background-color 0.218s ease;
  transition: box-shadow 0.218s ease;
  transition: color 0.318s ease;
}
.navbar .sidebar-collapse.active:hover {
  box-shadow: none;
}
.navbar .sidebar-collapse.active .collapse-icon {
  font-size: 14px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}
.navbar.navbar-fixed-top {
  z-index: 1003;
}
.navbar.navbar-fixed-top + .main-container {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 2px;
  }
}
@media only screen and (max-width: 760px) {
  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
    top: 45px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
    top: 45px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username {
    display: block;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
    padding: 8px;
    text-align: inherit;
    margin-top: -5px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section {
    display: block;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
    margin-right: 0;
    margin-left: 1px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu {
    min-width: 200px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu:before {
    width: 50px;
  }
}
@media only screen and (max-width: 759px) {
  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
    width: 270px;
    top: 0;
    padding: 0 5px;
    text-align: left;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
    margin-bottom: 0;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
    right: 270px;
    top: 0;
  }
}
@media only screen and (max-width: 530px) {
  .navbar {
    height: 90px;
  }

  .navbar .sidebar-collapse {
    left: auto;
    right: 5px;
    width: 200px;
    top: 5px;
    text-align: right;
    font-size: 11px;
    line-height: 17px;
  }

  .navbar .sidebar-collapse .collpse-icon {
    padding: 11px 15px;
  }

  .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 5px;
  }

  .navbar .navbar-inner .navbar-header {
    float: none !important;
    display: block;
  }

  .navbar .navbar-inner .navbar-header .navbar-account {
    float: right;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area {
    padding-left: 0;
    top: 50px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
    left: -135px;
    right: auto;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
    left: 135px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
    left: -135px;
    right: auto;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
    left: 135px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .setting {
    top: 45px !important;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
    top: 45px !important;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
    left: 50px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
    left: 0;
  }

  .navbar .navbar-inner .navbar-container {
    padding-left: 0;
  }

  .navbar-fixed-top + .main-container {
    margin-top: 90px !important;
  }

  .breadcrumbs-fixed {
    top: 90px !important;
  }

  .breadcrumbs-fixed + .page-header {
    margin-top: 40px !important;
  }

  .page-header-fixed {
    top: 130px !important;
  }

  .page-header-fixed + .page-body {
    margin-top: 80px !important;
  }

  .page-sidebar.sidebar-fixed {
    top: 90px !important;
  }
}
@media only screen and (max-width: 450px) {
  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container {
    width: 270px;
    padding: 0 5px;
    text-align: left;
    left: 50px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label {
    margin-bottom: 0;
  }

  .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
    left: -55px;
    right: auto;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before {
    left: 55px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages {
    left: -105px;
    right: auto;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before {
    left: 105px;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks {
    left: -100px;
    right: auto;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks.dropdown-arrow:before {
    left: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
    width: 45px !important;
  }

  .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
    min-width: 45px;
  }
}
.main-container {
  position: static;
  padding: 0;
}
.main-container > .page-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .main-container > .page-container {
    display: flex;
  }
}
.page-sidebar {
  position: relative;
  min-width: 280px;
  width: 280px;
  height: 0;
}
.page-sidebar.sidebar-fixed {
  position: fixed;
  top: 45px;
  float: none !important;
  z-index: 1000;
}
.page-sidebar.sidebar-fixed:before {
  height: 5000px;
  top: 45px;
  bottom: auto;
}
.page-sidebar.hide {
  z-index: 99;
  display: none !important;
}
.page-sidebar.hide:before {
  display: none;
}
.page-sidebar.hide ~ .page-content {
  margin-left: 0 !important;
}
.page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
  left: 0 !important;
}
.page-sidebar.hide ~ .page-content .page-header-fixed {
  left: 0 !important;
}
.page-sidebar:before {
  content: "";
  position: fixed;
  display: block;
  width: 275px;
  bottom: 0;
  top: 0;
  left: 5px;
  background-color: var(--secondary-bg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 13;
}
.page-sidebar .sidebar-header-wrapper {
  margin-left: 5px;
  height: 40px;
  margin-bottom: 0;
  position: relative;
}
.page-sidebar .sidebar-header-wrapper .searchinput {
  height: 41px;
  z-index: 2;
  background-color: var(--secondary-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--secondary-bg);
  padding-left: 40px;
  width: 100%;
}
.page-sidebar .sidebar-header-wrapper .searchinput:focus {
  box-shadow: none;
  border-color: var(--secondary-bg);
}
.page-sidebar .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
  display: block;
  z-index: 124;
}
.page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-sidebar .sidebar-header-wrapper .searchicon {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 14px;
  width: 12px;
  color: var(--header-bg);
  z-index: 124;
}
.page-sidebar .sidebar-header-wrapper .searchhelper {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: var(--secondary-bg);
  color: #999;
  display: none;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  z-index: 4;
}
.page-sidebar .sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 5px;
}
.page-sidebar .sidebar-menu a {
  display: block;
  /*height: 38px;*/
  line-height: 22px;
  margin: 0;
  padding: 0 5px 0 5px;
  /* -webkit-text-shadow: none !important;*/
  text-shadow: none !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #737373;
  z-index: 123;
}
.page-sidebar .sidebar-menu a:hover {
  color: #262626;
}
.page-sidebar .sidebar-menu a:hover:before {
  display: block;
}
.page-sidebar .sidebar-menu a .menu-icon {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-top: -3px;
}
.page-sidebar .sidebar-menu a .menu-expand {
  display: inline-block;
  position: absolute;
  font-size: 13px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  right: 12px;
  top: 15px;
  margin: 0;
  text-align: center;
  padding: 0;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #666;
  transition: all 300ms ease-in-out;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.page-sidebar .sidebar-menu a .menu-expand:before {
  content: "";
}
.page-sidebar .sidebar-menu li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}
.page-sidebar .sidebar-menu li:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: var(--header-bg);
}
.page-sidebar .sidebar-menu li.open {
  background-color: var(--secondary-bg);
}
.page-sidebar .sidebar-menu li.open > a {
  color: #262626;
}
.page-sidebar .sidebar-menu li.open > a .menu-expand {
  transform: rotate(90deg);
}
.page-sidebar .sidebar-menu li.open > .submenu {
  display: block !important;
}
.page-sidebar .sidebar-menu li.active:not(.open):before {
  display: block;
}
.page-sidebar .sidebar-menu li.active > a {
  display: block;
  content: "";
  color: #262626;
  background-color: var(--activeMode);
}
.page-sidebar .sidebar-menu li:not(.open):hover:before {
  display: block;
  background-color: #fb6e52;
}
.page-sidebar .sidebar-menu > li > a {
  border-top: 1px solid #f3f3f3;
}
.page-sidebar .sidebar-menu > li > a:hover {
  border-color: #f3f3f3;
  background-color: #fbfbfb;
}
.page-sidebar .sidebar-menu > li:last-child > a {
  border-bottom: 1px solid #f3f3f3;
}
.page-sidebar .sidebar-menu > li > .submenu {
  background-color: #fbfbfb;
  box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.15), inset 0 -4px 4px -2px rgba(0, 0, 0, 0.15);
}
.page-sidebar .sidebar-menu > li > .submenu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 19px;
  border-left: 1px solid #e2e2e2;
}
.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 21px;
  top: 17px;
  background-color: var(--secondary-bg);
  border: 1px solid #e2e2e2;
  z-index: 2;
}
.page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
  background-color: #e2e2e2;
}
.page-sidebar .sidebar-menu > li > .submenu > li.active:first-child a {
  box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}
.page-sidebar .sidebar-menu > li > .submenu > li.active:last-child a {
  box-shadow: inset 0 -4px 4px -2px rgba(0, 0, 0, 0.15);
}
.page-sidebar .sidebar-menu > li.open > a {
  background-color: var(--secondary-bg);
}
.page-sidebar .sidebar-menu .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fbfbfb;
  border-top: 0;
  z-index: 123;
}
.page-sidebar .sidebar-menu .submenu li {
  margin-left: 0;
  position: relative;
}
.page-sidebar .sidebar-menu .submenu li.open:before {
  display: none;
}
.page-sidebar .sidebar-menu .submenu li.active > a {
  color: #262626;
  background-color: #f5f5f5;
}
.page-sidebar .sidebar-menu .submenu li.active > .submenu {
  display: block;
}
.page-sidebar .sidebar-menu .submenu > li > a {
  padding-left: 40px;
}
.page-sidebar .sidebar-menu .submenu > li.open > a {
  background-color: #fbfbfb;
}
.page-sidebar .sidebar-menu .submenu > li .submenu {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-sidebar .sidebar-menu .submenu > li .submenu > li > a {
  padding-left: 50px;
}
.page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a {
  padding-left: 70px;
}
.page-sidebar.menu-compact {
  width: 42px;
}
.page-sidebar.menu-compact ~ .page-content {
  margin-left: 43px;
}
.page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
  left: 47px;
}
.page-sidebar.menu-compact ~ .page-content .page-header-fixed {
  left: 47px;
}
.page-sidebar.menu-compact:before {
  width: 42px;
}
.page-sidebar.menu-compact .sidebar-header-wrapper {
  width: 42px;
}
.page-sidebar.menu-compact .sidebar-header-wrapper:hover {
  width: 238px;
}
.page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus {
  width: 238px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus ~ .searchhelper {
  width: 238px;
}
.page-sidebar.menu-compact .sidebar-header-wrapper .searchicon {
  left: 15px;
}
.page-sidebar.menu-compact .sidebar-menu {
  width: 42px;
}
.page-sidebar.menu-compact .sidebar-menu > li.open > .menu-text {
  display: none !important;
}
.page-sidebar.menu-compact .sidebar-menu > li.open > .submenu {
  display: none !important;
}
.page-sidebar.menu-compact .sidebar-menu > li:hover > a {
  color: #262626;
}
.page-sidebar.menu-compact .sidebar-menu > li:hover > a > .menu-text {
  display: block;
}
.page-sidebar.menu-compact .sidebar-menu > li:hover > .submenu {
  display: block !important;
}
.page-sidebar.menu-compact .sidebar-menu > li > a {
  position: relative;
  z-index: 123;
}
.page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
  display: none;
  position: absolute;
  left: 42px;
  top: 0;
  width: 195px;
  height: 38px;
  line-height: 38px;
  background-color: var(--secondary-bg);
  z-index: 121;
  padding-left: 25px;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
}
.page-sidebar.menu-compact .sidebar-menu > li > a .menu-expand {
  display: none;
}
.page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown {
  box-shadow: none;
}
.page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text {
  border: 0;
  top: 0;
  left: 42px;
  width: 195px;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: none;
}
.page-sidebar.menu-compact .sidebar-menu > li > a:hover {
  background-color: var(--secondary-bg);
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu {
  background: #fbfbfb;
  position: absolute;
  z-index: 120;
  left: 42px;
  top: 0;
  width: 195px;
  box-shadow: none;
  padding-top: 38px;
  display: none;
  border-left: 1px solid #f3f3f3;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li > a {
  margin-left: 0;
  padding-left: 24px;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li.open > .submenu {
  display: block;
  left: 0;
  position: relative;
  box-shadow: none;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover {
  background-color: var(--secondary-bg);
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover:before {
  display: block;
  left: 0;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu li.active:not(.open):before {
  left: 0;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu:before {
  display: none;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a {
  box-shadow: none !important;
}
.page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a:before {
  display: none;
}
@media only screen and (max-width: 880px) {
  .breadcrumbs-fixed {
    left: 0 !important;
  }

  .page-header-fixed {
    left: 0 !important;
  }
}
@media (max-width: 880px) {
  .page-sidebar.hide ~ .page-content .breadcrumbs-fixed {
    left: 224px !important;
  }

  .page-sidebar.hide ~ .page-content .page-header-fixed {
    left: 224px !important;
  }

  .page-sidebar.menu-compact ~ .page-content {
    margin-left: 0;
  }

  .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed {
    left: 0;
  }

  .page-sidebar.menu-compact ~ .page-content .page-header-fixed {
    left: 0;
  }

  .page-sidebar.menu-compact.hide ~ .page-content {
    margin-left: 46px !important;
  }

  .page-sidebar.menu-compact.hide ~ .page-content .breadcrumbs-fixed {
    left: 46px !important;
  }

  .page-sidebar.menu-compact.hide ~ .page-content .page-header-fixed {
    left: 46px !important;
  }
}
@media (max-width: 500px) {
  .page-sidebar.hide ~ .page-content .page-header .header-title {
    display: none;
  }

  .page-sidebar.hide ~ .page-content .page-header .header-buttons .refresh,
.page-sidebar.hide ~ .page-content .page-header .header-buttons .fullscreen {
    display: none;
  }

  .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .refresh,
.page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .fullscreen {
    display: inline-block;
  }
}
.page-content {
  display: block;
  flex: 1;
  margin-right: 0;
  margin-top: 0;
  min-height: 100%;
  padding: 0;
}
@media only screen and (max-width: 880px) {
  .page-content {
    margin-left: 0;
  }
}
.page-breadcrumbs {
  position: relative;
  background: #f3f3f3;
  min-height: 40px;
  line-height: 39px;
  padding: 0;
  display: block;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.page-breadcrumbs.breadcrumbs-fixed {
  position: fixed;
  right: 0;
  left: 224px;
  top: 45px;
  z-index: 999;
}
.page-breadcrumbs.breadcrumbs-fixed + .page-header {
  margin-top: 40px;
}
.breadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 24px;
  margin: 0 22px 0 12px;
  padding: 0;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}
.breadcrumb > li,
.breadcrumb > li.active {
  color: #777;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.breadcrumb > li + li:before {
  color: #999;
}
.breadcrumb > li > .divider {
  padding: 0 4px;
}
.breadcrumb > li > a {
  display: inline-block;
  color: var(--header-bg);
}
.breadcrumb > li:first-child > a {
  padding-left: 4px;
}
.breadcrumb > li > i {
  margin-left: 4px;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.breadcrumb .expand-icon {
  height: 22px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #b2b6bf;
}
.page-header {
  position: relative;
  margin: 0;
  padding-bottom: 1px;
  padding-left: 0px;
  background-color: var(--lightMode);
  z-index: 0;
  min-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
}
.page-header .header-title {
  display: inline-block;
  position: relative;
  height: 40px;
}
.page-header .header-title h1 {
  padding: 0;
  margin: 0 4px;
  font-size: 17px;
  font-weight: lighter;
  color: #737373;
  line-height: 37px;
  display: inline-block;
}
.page-header .header-title h1 small {
  margin: 0 1px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  color: #888;
}
.page-header .header-buttons {
  display: inline-flex;
  top: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
}
.page-header .header-buttons a {
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  z-index: 1029;
  height: 40px;
  /*width: 36px;*/
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 5px;
  padding: 8px 10px;
  color: var(--text-primary);
  transition: all 0.218s ease;
  float: right;
}
.page-header .header-buttons a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 4px;
  max-height: 4px;
  overflow: hidden;
  background-color: #ffc53d;
}
.page-header .header-buttons a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
  background: var(--header-bg);
}
.dropdown-menu > li > a {
  color: var(--text-primary);
}
.page-header .header-buttons a.active {
  color: var(--header-bg);
}
.page-header .header-buttons a.fullscreen:before {
  background-color: #fb6e52;
}
.page-header .header-buttons a.fullscreen:hover,
.page-header .header-buttons a.fullscreen.active {
  color: #fb6e52;
}
.page-header .header-buttons a.refresh:before {
  background-color: #ffce55;
}
.page-header .header-buttons a.refresh:hover,
.page-header .header-buttons a.refresh.active {
  color: #ffce55;
}
.page-header .header-buttons a.sidebar-toggler:before {
  background-color: var(--header-bg);
}
.page-header .header-buttons a.sidebar-toggler:hover,
.page-header .header-buttons a.sidebar-toggler.active {
  color: var(--header-bg);
}
.page-header.mail-header {
  border-bottom: 1px solid #eee;
}
.page-header.mail-header .header-buttons a:before {
  display: none;
}
.page-header.mail-header .header-buttons a:hover {
  box-shadow: none;
}
.page-header.page-header-fixed {
  position: fixed;
  right: 0;
  left: 224px;
  top: 85px;
  z-index: 998;
  margin-top: 0 !important;
}
.page-header.page-header-fixed + .page-body {
  margin-top: 80px;
}
@media only screen and (max-width: 520px) {
  .header-title h1 small {
    display: none;
  }

  .hidemob {
    display: none !important;
  }

  .nav-tabs.nav-justified {
    margin-bottom: 0px;
    display: flex;
  }

  .nav-tabs.nav-justified > li {
    float: none;
    width: 45%;
  }
}
.page-body {
  background: var(--bodybackground);
  width: 100%;
  padding: 0px 0px 0px 0px;
  /*by default 18px 20px 24px*/
  min-height: 600px;
}
::-webkit-scrollbar {
  display: none !important;
}
s .widget {
  padding: 0;
  box-shadow: none;
  margin: 0 0 12px 0;
}
.widget.collapsed .widget-body {
  display: none;
}
.widget.collapsed.radius-bordered .widget-header {
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
}
.widget.no-header .widget-header {
  display: none;
}
.widget.no-header.radius-bordered .widget-body {
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
}
.widget.maximized {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  overflow: auto;
}
.widget.maximized .widget-body {
  padding: 12px 0;
}
.widget.transparent .widget-header,
.widget.transparent .widget-body {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.widget.transparent .widget-header {
  border-bottom: 1px solid #ccc;
}
.widget.bordered-top {
  border-top: 3px solid var(--secondary-bg);
}
.widget.bordered-bottom {
  border-bottom: 3px solid var(--secondary-bg);
}
.widget.bordered-left {
  border-left: 3px solid var(--secondary-bg);
}
.widget.bordered-right {
  border-right: 3px solid var(--secondary-bg);
}
.widget.radius-bordered .widget-header {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.widget.radius-bordered .widget-body {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.widget.flat .widget-body,
.widget.flat .widget-header {
  box-shadow: none;
}
.widget.lightshadow .widget-body,
.widget.lightshadow .widget-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact i {
  color: var(--header-bg);
}
.widget-header {
  position: relative;
  min-height: 35px;
  background: var(--header-bg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #555;
  padding-left: 12px;
  text-align: right;
}
.widget-header .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  margin-left: -10px;
}
.widget-header > .widget-caption {
  line-height: 34px;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  font-weight: 400 !important;
  font-size: 13px;
}
.widget-header.lined {
  border: 0;
  box-shadow: none !important;
  padding-left: 2%;
}
.widget-header.lined:before {
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  bottom: 0;
  top: 35px;
  height: 1px;
  left: 2%;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.widget-header.lined .widget-buttons {
  padding-right: 2%;
}
.widget-header.lined + .widget-body {
  padding-left: 2%;
  padding-right: 2%;
}
.widget-header.separated {
  margin-bottom: 5px;
}
.widget-header[class*=bg-] {
  border: 0;
}
.widget-header[class*=bg-] .widget-caption,
.widget-header[class*=bg-] i {
  color: var(--secondary-bg);
}
.widget-header.bordered-left {
  border-left: 3px solid var(--secondary-bg);
}
.widget-header.bordered-right {
  border-right: 3px solid var(--secondary-bg);
}
.widget-header.bordered-top {
  border-top: 3px solid var(--secondary-bg);
}
.widget-header.bordered-bottom {
  border-bottom: 3px solid var(--secondary-bg);
}
.widget-header.header-large {
  min-height: 49px;
  padding-left: 18px;
}
.widget-header.header-large h5 {
  line-height: 48px;
  font-size: 16px;
}
.widget-header.header-large > .widget-buttons {
  line-height: 48px;
  height: 48px;
}
.widget-header.header-large > .widget-buttons a {
  min-width: 26px;
}
.widget-header.header-large > .widget-buttons a i {
  font-size: 20px;
}
.widget-header.header-small {
  min-height: 29px;
  padding-left: 10px;
}
.widget-header.header-small h5 {
  line-height: 28px;
  font-size: 12px;
}
.widget-header.header-small > .widget-buttons {
  line-height: 29px;
  height: 29px;
}
.widget-header.header-small > .widget-buttons a {
  min-width: 16px;
  height: 16px;
}
.widget-header.header-small > .widget-buttons a i {
  font-size: 14px;
}
.widget-buttons {
  display: inline-block;
  padding: 0 5px;
  line-height: 34px;
  position: relative;
  text-align: left;
  height: 36px;
}
.widget-buttons.buttons-bordered {
  border-left: 1px solid #e5e5e5;
}
.widget-buttons.compact {
  margin-top: 4px;
  background-color: #f5f5f5;
  line-height: 27px;
  transition: background-color 0.218s ease;
  transition: box-shadow 0.218s ease;
  transition: color 0.318s ease;
  height: 27px;
}
.widget-buttons.compact:hover {
  background-color: var(--header-bg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget-buttons.compact:hover i {
  color: var(--secondary-bg);
}
.widget-buttons.compact:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: var(--header-bg);
}
.widget-buttons.compact a {
  min-width: 14px;
  line-height: 14px;
}
.widget-buttons.compact i {
  color: #ccc;
  font-size: 14px;
}
.widget-buttons.no-padding {
  padding: 0;
}
.widget-buttons.padding-5 {
  padding: 0 5px;
}
.widget-buttons.no-border:before {
  display: none;
}
.widget-buttons label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 6px;
}
.widget-buttons > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 24px;
  min-width: 20px;
  text-align: center;
}
.widget-buttons > a:hover {
  text-decoration: none;
}
.widget-buttons > a i {
  vertical-align: middle;
}
.widget-buttons > [data-toggle] > .fa {
  margin-right: 0;
}
.widget-buttons > [data-toggle]:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.widget-buttons > [data-toggle]:focus {
  text-decoration: none;
}
.widget-buttons > [data-toggle=dispose] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=maximize] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=collapse] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=refresh] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=config] {
  color: #777;
  font-size: 14px;
}
.widget-buttons .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  min-width: 100px;
  margin-top: -3px;
}
.widget-buttons .btn-group {
  margin-top: -2px;
}
.widget-buttons .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-buttons .badge {
  margin-top: -2px;
}
.widget-buttons .label {
  padding: 5px 6px 5px 6px;
}
.widget-buttons .pagination,
.widget-buttons .pager {
  float: right;
  margin: 5px 2px 1px;
}
.widget-buttons .btn {
  margin-top: -2px;
}
.widget-body {
  background-color: var(--lightMode);
  padding: 5px;
}
.widget-body.bordered-left {
  border-left: 3px solid var(--secondary-bg);
}
.widget-body.bordered-right {
  border-right: 3px solid var(--secondary-bg);
}
.widget-body.bordered-bottom {
  border-bottom: 3px solid var(--secondary-bg);
}
.widget-body.bordered-top {
  border-top: 3px solid var(--secondary-bg);
}
.widget-body[class*=bg-] {
  color: var(--secondary-bg);
}
.widget-body.no-padding {
  padding: 0;
}
.widget-body.no-padding .accordion {
  border: 0;
}
.widget-body.no-padding .dataTables_filter label {
  margin: 10px;
}
.widget-body.no-padding .dataTables_length {
  top: 10px;
  right: 10px;
}
.widget-body.no-padding .DTTT.btn-group {
  right: 80px;
  top: 10px;
}
.widget-body .accordion.panel-group {
  border-top-width: 1px !important;
}
.widget-body > table {
  margin-bottom: 0;
}
.widget-body hr.wide {
  margin-left: -12px;
  margin-right: -12px;
}
.databox-container {
  text-align: center;
  font-size: 0;
}
.databox {
  display: inline-block;
  width: 100%;
  height: 65px;
  padding: 0;
  font-size: 0;
  margin-bottom: 10px;
  vertical-align: top;
  min-width: 130px;
}
.databox .databox-icon {
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.databox .databox-icon > .fa,
.databox .databox-icon .typcn,
.databox .databox-icon .glyphicon,
.databox .databox-icon .wi {
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  margin-top: 3px;
}
.databox .databox-icon > .fa:before,
.databox .databox-icon .typcn:before,
.databox .databox-icon .glyphicon:before,
.databox .databox-icon .wi:before {
  font-size: 40px;
  display: block;
  text-align: center;
}
.databox .databox-sparkline {
  padding-top: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.databox .databox-piechart {
  padding-top: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.databox .databox-header {
  display: block;
  font-size: 17px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-weight: 400;
  margin: 8px 5px;
  position: relative;
}
.text-shadow {
  text-shadow: 1px 1px 1px black;
}
.databox .databox-header-white {
  display: block;
  font-size: 18px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-weight: 400;
  margin: 8px 5px;
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px black;
}
.databox .databox-header i {
  margin-right: 5px;
}
.databox .databox-number {
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin: 2px;
  position: relative;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
}
.databox .databox-number i {
  margin-right: 5px;
}
.databox .databox-number.number-xs {
  font-size: 11px;
}
.databox .databox-number.number-sm {
  font-size: 14px;
}
.databox .databox-number.number-lg {
  font-size: 20px;
}
.databox .databox-number.number-xlg {
  font-size: 23px;
}
.databox .databox-number.number-xxlg {
  font-size: 30px;
}
.databox .databox-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 2px;
  position: relative;
}
.databox .databox-title i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-text {
  display: block;
  font-size: 11px;
  margin: 4px 0 2px;
  position: relative;
}
.databox .databox-text i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-inlinetext {
  font-size: 11px;
  margin: 2px;
  position: relative;
}
.databox .databox-inlinetext i {
  margin-right: 5px;
  font-size: 13px;
}
.databox .databox-stat {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 2px 5px;
}
.databox .databox-stat.stat-left {
  left: 7px;
  right: auto;
}
.databox .databox-stat .stat-text {
  display: inline-block;
  font-size: 13px;
  padding-right: 5px;
  font-weight: 500;
}
.databox .databox-stat .stat-icon {
  display: inline-block;
  font-size: 13px;
}
.databox .databox-stat .stat-icon.icon-lg {
  font-size: 16px;
}
.databox .databox-stat .stat-icon.icon-xlg {
  font-size: 18px;
}
.databox .databox-stat.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox .databox-stat[class*=bg-] {
  color: var(--secondary-bg);
}
.databox .databox-state {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #e5e5e5;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--secondary-bg);
}
.databox .databox-state i {
  font-size: 13px;
  color: var(--secondary-bg);
  line-height: 20px;
}
.databox .databox-row {
  width: 100%;
  margin: 0;
  position: relative;
}
.databox .databox-row[class*=bg-] {
  color: var(--secondary-bg);
}
.databox .databox-row.bordered-bottom {
  border-bottom: 1px solid var(--secondary-bg);
}
.databox .databox-row.bordered-top {
  border-top: 1px solid var(--secondary-bg);
}
.databox .databox-row.bordered-left {
  border-left: 1px solid var(--secondary-bg);
}
.databox .databox-row.bordered-right {
  border-right: 1px solid var(--secondary-bg);
}
.databox .databox-row.bordered-thick {
  border-width: 2px;
}
.databox .databox-row.row-1 {
  height: 8.33%;
}
.databox .databox-row.row-2 {
  height: 16.66%;
}
.databox .databox-row.row-3 {
  height: 25%;
}
.databox .databox-row.row-4 {
  height: 33.33%;
}
.databox .databox-row.row-5 {
  height: 41.66%;
}
.databox .databox-row.row-6 {
  height: 50%;
}
.databox .databox-row.row-7 {
  height: 58.33%;
}
.databox .databox-row.row-8 {
  height: 66.66%;
}
.databox .databox-row.row-9 {
  height: 75%;
}
.databox .databox-row.row-10 {
  height: 83.33%;
}
.databox .databox-row.row-11 {
  height: 91.66%;
}
.databox .databox-row.row-12 {
  height: 100%;
  padding-top: 10px;
}
.databox .databox-cell {
  height: 100%;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.databox .databox-cell[class*=bg-] {
  color: var(--secondary-bg);
}
.databox .databox-cell.bordered-bottom {
  border-bottom: 1px solid var(--secondary-bg);
}
.databox .databox-cell.bordered-top {
  border-top: 1px solid var(--secondary-bg);
}
.databox .databox-cell.bordered-left {
  border-left: 1px solid var(--secondary-bg);
}
.databox .databox-cell.bordered-right {
  border-right: 1px solid var(--secondary-bg);
}
.databox .databox-cell.bordered-thick {
  border-width: 2px;
}
.databox .databox-cell.cell-1 {
  width: 8.33%;
}
.databox .databox-cell.cell-2 {
  width: 16.66%;
}
.databox .databox-cell.cell-3 {
  width: 25%;
}
.databox .databox-cell.cell-4 {
  width: 33.33%;
}
.databox .databox-cell.cell-5 {
  width: 41.66%;
}
.databox .databox-cell.cell-6 {
  width: 50%;
}
.databox .databox-cell.cell-7 {
  width: 58.33%;
}
.databox .databox-cell.cell-8 {
  width: 66.66%;
}
.databox .databox-cell.cell-9 {
  width: 75%;
}
.databox .databox-cell.cell-10 {
  width: 83.33%;
}
.databox .databox-cell.cell-11 {
  width: 91.66%;
}
.databox .databox-cell.cell-12 {
  width: 100%;
}
.databox.databox-inverted .databox-left {
  -lh-property: 0;
  width: calc(100% - 65px);
}
.databox.databox-inverted .databox-right {
  width: 65px;
}
.databox.databox-transparent .databox-left {
  background-color: transparent !important;
}
.databox.databox-transparent .databox-right {
  background-color: transparent !important;
}
.databox .databox-left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
  width: 65px;
  height: 65px;
  padding: 10px;
  color: var(--header-bg);
}
.databox .databox-left[class*=bg-] {
  color: var(--secondary-bg);
}
.databox .databox-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  -lh-property: 0;
  width: calc(100% - 65px);
  height: 65px;
  color: #555;
  padding: 5px 10px;
}
.databox .databox-right.bordered {
  border-left: 1px solid var(--secondary-bg);
}
.databox .databox-right.bordered-thick {
  border-left: 3px solid var(--secondary-bg);
}
.databox .databox-right[class*=bg-] {
  color: var(--secondary-bg);
}
.databox.databox-shadowed {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.databox.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-left {
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right {
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:first-child {
  -webkit-border-radius: 0 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.databox.databox-graded {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to right, #ddd, var(--secondary-bg));
}
.databox.databox-halved .databox-left {
  width: 50% !important;
}
.databox.databox-halved .databox-right {
  width: 50% !important;
}
.databox.databox-lg {
  height: 80px;
}
.databox.databox-lg .databox-icon > .fa:before,
.databox.databox-lg .databox-icon .typcn:before,
.databox.databox-lg .databox-icon .glyphicon:before,
.databox.databox-lg .databox-icon .wi:before {
  font-size: 48px;
  padding: 6px 4px 7px;
}
.databox.databox-lg .databox-sparkline {
  margin: 13px auto;
}
.databox.databox-lg .databox-number {
  font-size: 20px;
  margin: 4px 0 6px;
}
.databox.databox-lg .databox-left {
  width: 80px;
  height: 80px;
}
.databox.databox-lg .databox-right {
  -lh-property: 0;
  width: calc(100% - 80px);
  height: 80px;
  padding: 10px 15px;
}
.databox.databox-lg.databox-inverted .databox-left {
  -lh-property: 0;
  width: calc(100% - 80px);
}
.databox.databox-lg.databox-inverted .databox-right {
  width: 80px;
}
.databox.databox-xlg {
  height: 170px;
}
.databox.databox-xlg .databox-icon > .fa:before,
.databox.databox-xlg .databox-icon .typcn:before,
.databox.databox-xlg .databox-icon .glyphicon:before {
  padding: 6px 4px 7px;
}
.databox.databox-xlg .databox-icon .wi:before {
  font-size: 55px !important;
}
.databox.databox-xlg .databox-left {
  width: 170px;
  height: 170px;
}
.databox.databox-xlg .databox-right {
  -lh-property: 0;
  width: calc(100% - 170px);
  height: 170px;
}
.databox.databox-xlg.databox-inverted .databox-left {
  -lh-property: 0;
  width: calc(100% - 170px);
}
.databox.databox-xlg.databox-inverted .databox-right {
  width: 170px;
}
.databox.databox-xxlg {
  height: 250px;
}
.databox.databox-xxlg .databox-icon > .fa:before,
.databox.databox-xxlg .databox-icon .typcn:before,
.databox.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-xxlg .databox-icon .wi:before {
  font-size: 200px;
  padding: 6px 4px 7px;
}
.databox.databox-xxlg .databox-left {
  width: 250px;
  height: 250px;
}
.databox.databox-xxlg .databox-right {
  -lh-property: 0;
  width: calc(100% - 250px);
  height: 250px;
}
.databox.databox-xxlg.databox-inverted .databox-left {
  -lh-property: 0;
  width: calc(100% - 250px);
}
.databox.databox-xxlg.databox-inverted .databox-right {
  width: 250px;
}
.databox.databox-vertical {
  width: 100%;
  height: 100px;
}
.databox.databox-vertical .databox-top {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 5px;
  color: var(--header-bg);
}
.databox.databox-vertical .databox-top[class*=bg-] {
  color: var(--secondary-bg);
}
.databox.databox-vertical .databox-bottom {
  position: relative;
  width: 100%;
  height: 50px;
  display: inline-block;
  margin: 0;
  color: #555;
  padding: 5px 10px;
}
.databox.databox-vertical .databox-bottom.bordered {
  border-top: 1px solid var(--secondary-bg);
}
.databox.databox-vertical .databox-bottom.bordered-thick {
  border-top: 3px solid var(--secondary-bg);
}
.databox.databox-vertical .databox-bottom[class*=bg-] {
  color: var(--secondary-bg);
}
.databox.databox-vertical .databox-icon > .fa:before,
.databox.databox-vertical .databox-icon .typcn:before,
.databox.databox-vertical .databox-icon .glyphicon:before,
.databox.databox-vertical .databox-icon .wi:before {
  font-size: 38px;
}
.databox.databox-vertical.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top img {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom img {
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.databox.databox-vertical.databox-graded {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, #e5e5e5, var(--secondary-bg));
}
.databox.databox-vertical.databox-halved .databox-top {
  height: 50%;
}
.databox.databox-vertical.databox-halved .databox-bottom {
  height: 50%;
}
.databox.databox-vertical.databox-lg {
  height: 150px;
  width: 100%;
}
.databox.databox-vertical.databox-lg .databox-number {
  font-size: 17px;
  margin: 2px;
}
.databox.databox-vertical.databox-lg .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
  font-size: 38px !important;
  padding: 0;
}
.databox.databox-vertical.databox-lg .databox-icon .wi:before {
  font-size: 50px !important;
  padding: 0;
}
.databox.databox-vertical.databox-lg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-lg .databox-bottom {
  height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
  font-size: 85px;
  padding: 0;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-top {
  height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
  font-size: 58px;
  padding: 0;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-top {
  height: 75px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
  height: 75px;
}
.databox.databox-vertical.databox-xlg {
  height: 200px;
  width: 100%;
}
.databox.databox-vertical.databox-xlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xlg .databox-bottom {
  height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
  font-size: 120px;
  padding: 10px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
  height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
  font-size: 85px;
  padding: 0;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-top {
  height: 100px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
  height: 100px;
}
.databox.databox-vertical.databox-xxlg {
  height: 300px;
  width: 100%;
}
.databox.databox-vertical.databox-xxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xxlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xxlg .databox-bottom {
  height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
  font-size: 220px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
  height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
  font-size: 120px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
  height: 150px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
  height: 150px;
}
.databox.databox-vertical.databox-xxxlg {
  height: 500px;
  width: 100%;
}
.databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
  font-size: 38px;
  padding: 0;
}
.databox.databox-vertical.databox-xxxlg .databox-top {
  height: 50px;
}
.databox.databox-vertical.databox-xxxlg .databox-bottom {
  height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
  font-size: 420px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
  height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
  height: 50px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
  font-size: 220px;
  padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
  height: 250px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
  height: 250px;
}
.databox .chart {
  font-size: 13px;
}
.alert {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--secondary-bg);
  border-width: 0;
  border-left-width: 5px;
  padding: 10px;
  border-radius: 0;
}
.alert .close {
  top: 0;
  right: -5px;
  line-height: 16px;
  color: #444;
}
.alert.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.alert.alert-shadowed {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.alert.alert-heading {
  font-weight: 600;
}
.alert.alert-danger {
  border-color: #df5138;
  background: #e46f61;
}
.alert.alert-warning {
  border-color: #ffce55;
  color: #555;
  background: var(--secondary-bg) 1a8;
}
.alert.alert-success {
  border-color: #8cc474;
  background: #a0d468;
}
.alert.alert-info {
  border-color: #11a9cc;
  background: #57b5e3;
}
.tab-content {
  background-color: var(--lightMode);
  /* padding: 16px 12px;*/
  position: relative;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}
.tab-content.no-padding {
  padding: 0;
}
.tab-content.no-border {
  border: 0;
  padding: 12px;
}
.tab-content.radius-bordered {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.tab-content.tabs-flat {
  box-shadow: none;
  border-top: 1px solid #e5e5e5;
}
.widget .nav-tabs {
  position: relative;
}
.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
  border: 0;
  top: 2px;
  background-color: var(--lightMode);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.nav-tabs > li > a:hover {
  color: #262626;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  outline: none !important;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-radius: 0 !important;
  color: var(--text-primary);
  margin-right: -1px;
  position: relative;
  z-index: 11;
}
.nav-tabs > li > a > .badge {
  padding: 0 4px;
  line-height: 15px;
  opacity: 0.75;
  height: 16px;
  min-width: 16px;
}
.nav-tabs > li > a .fa,
.nav-tabs > li > a .glyphicon,
.nav-tabs > li > a .typcn,
.nav-tabs > li > a .wi {
  opacity: 0.75;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
  border-left: 1px solid #fbfbfb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #262626;
  border: 0;
  border-top: 2px solid var(--header-bg);
  border-bottom-color: transparent;
  background-color: #fbfbfb;
  z-index: 12;
  line-height: 16px;
  margin-top: 0px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}
.nav-tabs > li.active > a > .badge,
.nav-tabs > li.active > a > [class*=fa-] {
  opacity: 1;
}
.nav-tabs > li.active.tab-white > a {
  border-color: var(--secondary-bg) !important;
}
.nav-tabs > li.active.tab-white > a > .fa,
.nav-tabs > li.active.tab-white > a .glyphicon,
.nav-tabs > li.active.tab-white > a .typcn,
.nav-tabs > li.active.tab-white > a .wi {
  color: var(--secondary-bg);
}
.nav-tabs > li.active tab-snow > a {
  border-color: #fbfbfb !important;
}
.nav-tabs > li.active tab-snow > a > .fa,
.nav-tabs > li.active tab-snow > a .glyphicon,
.nav-tabs > li.active tab-snow > a .typcn,
.nav-tabs > li.active tab-snow > a .wi {
  color: #fbfbfb;
}
.nav-tabs > li.active.tab-whitesmoke > a {
  border-color: #f5f5f5 !important;
}
.nav-tabs > li.active.tab-whitesmoke > a > .fa,
.nav-tabs > li.active.tab-whitesmoke > a .glyphicon,
.nav-tabs > li.active.tab-whitesmoke > a .typcn,
.nav-tabs > li.active.tab-whitesmoke > a .wi {
  color: #f5f5f5;
}
.nav-tabs > li.active.tab-seashell > a {
  border-color: #f3f3f3 !important;
}
.nav-tabs > li.active.tab-seashell > a > .fa,
.nav-tabs > li.active.tab-seashell > a .glyphicon,
.nav-tabs > li.active.tab-seashell > a .typcn,
.nav-tabs > li.active.tab-seashell > a .wi {
  color: #f3f3f3;
}
.nav-tabs > li.active.tab-ivory > a {
  border-color: #eee !important;
}
.nav-tabs > li.active.tab-ivory > a > .fa,
.nav-tabs > li.active.tab-ivory > a .glyphicon,
.nav-tabs > li.active.tab-ivory > a .typcn,
.nav-tabs > li.active.tab-ivory > a .wi {
  color: #eee;
}
.nav-tabs > li.active.tab-platinum > a {
  border-color: #e5e5e5 !important;
}
.nav-tabs > li.active.tab-platinum > a > .fa,
.nav-tabs > li.active.tab-platinum > a .glyphicon,
.nav-tabs > li.active.tab-platinum > a .typcn,
.nav-tabs > li.active.tab-platinum > a .wi {
  color: #e5e5e5;
}
.nav-tabs > li.active.tab-lightgray > a {
  border-color: #d0d0d0 !important;
}
.nav-tabs > li.active.tab-lightgray > a > .fa,
.nav-tabs > li.active.tab-lightgray > a .glyphicon,
.nav-tabs > li.active.tab-lightgray > a .typcn,
.nav-tabs > li.active.tab-lightgray > a .wi {
  color: #d0d0d0;
}
.nav-tabs > li.active.tab-gray > a {
  border-color: #ccc !important;
}
.nav-tabs > li.active.tab-gray > a > .fa,
.nav-tabs > li.active.tab-gray > a .glyphicon,
.nav-tabs > li.active.tab-gray > a .typcn,
.nav-tabs > li.active.tab-gray > a .wi {
  color: #ccc;
}
.nav-tabs > li.active.tab-darkgray > a {
  border-color: #999 !important;
}
.nav-tabs > li.active.tab-darkgray > a > .fa,
.nav-tabs > li.active.tab-darkgray > a .glyphicon,
.nav-tabs > li.active.tab-darkgray > a .typcn,
.nav-tabs > li.active.tab-darkgray > a .wi {
  color: #999;
}
.nav-tabs > li.active.tab-silver > a {
  border-color: #777 !important;
}
.nav-tabs > li.active.tab-silver > a > .fa,
.nav-tabs > li.active.tab-silver > a .glyphicon,
.nav-tabs > li.active.tab-silver > a .typcn,
.nav-tabs > li.active.tab-silver > a .wi {
  color: #777;
}
.nav-tabs > li.active.tab-sonic-silver > a {
  border-color: #737373 !important;
}
.nav-tabs > li.active.tab-sonic-silver > a > .fa,
.nav-tabs > li.active.tab-sonic-silver > a .glyphicon,
.nav-tabs > li.active.tab-sonic-silver > a .typcn,
.nav-tabs > li.active.tab-sonic-silver > a .wi {
  color: #737373;
}
.nav-tabs > li.active.tab-storm-cloud > a {
  border-color: #666 !important;
}
.nav-tabs > li.active.tab-storm-cloud > a > .fa,
.nav-tabs > li.active.tab-storm-cloud > a .glyphicon,
.nav-tabs > li.active.tab-storm-cloud > a .typcn,
.nav-tabs > li.active.tab-storm-cloud > a .wi {
  color: #666;
}
.nav-tabs > li.active.tab-lightcarbon > a {
  border-color: #555 !important;
}
.nav-tabs > li.active.tab-lightcarbon > a > .fa,
.nav-tabs > li.active.tab-lightcarbon > a .glyphicon,
.nav-tabs > li.active.tab-lightcarbon > a .typcn,
.nav-tabs > li.active.tab-lightcarbon > a .wi {
  color: #555;
}
.nav-tabs > li.active.tab-carbon > a {
  border-color: #444 !important;
}
.nav-tabs > li.active.tab-carbon > a > .fa,
.nav-tabs > li.active.tab-carbon > a .glyphicon,
.nav-tabs > li.active.tab-carbon > a .typcn,
.nav-tabs > li.active.tab-carbon > a .wi {
  color: #444;
}
.nav-tabs > li.active.tab-primary > a {
  border-color: #4374e0 !important;
}
.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi {
  color: #4374e0;
}
.nav-tabs > li.active.tab-slate-gray > a {
  border-color: #333 !important;
}
.nav-tabs > li.active.tab-slate-gray > a > .fa,
.nav-tabs > li.active.tab-slate-gray > a .glyphicon,
.nav-tabs > li.active.tab-slate-gray > a .typcn,
.nav-tabs > li.active.tab-slate-gray > a .wi {
  color: #333;
}
.nav-tabs > li.active.tab-darkcarbon > a {
  border-color: #262626 !important;
}
.nav-tabs > li.active.tab-darkcarbon > a > .fa,
.nav-tabs > li.active.tab-darkcarbon > a .glyphicon,
.nav-tabs > li.active.tab-darkcarbon > a .typcn,
.nav-tabs > li.active.tab-darkcarbon > a .wi {
  color: #262626;
}
.nav-tabs > li.active.tab-blue > a {
  border-color: #5db2ff !important;
}
.nav-tabs > li.active.tab-blue > a > .fa,
.nav-tabs > li.active.tab-blue > a .glyphicon,
.nav-tabs > li.active.tab-blue > a .typcn,
.nav-tabs > li.active.tab-blue > a .wi {
  color: #5db2ff;
}
.nav-tabs > li.active.tab-info > a {
  border-color: #57b5e3 !important;
}
.nav-tabs > li.active.tab-info > a > .fa,
.nav-tabs > li.active.tab-info > a .glyphicon,
.nav-tabs > li.active.tab-info > a .typcn,
.nav-tabs > li.active.tab-info > a .wi {
  color: #57b5e3;
}
.nav-tabs > li.active.tab-sky > a {
  border-color: #11a9cc !important;
}
.nav-tabs > li.active.tab-sky > a > .fa,
.nav-tabs > li.active.tab-sky > a .glyphicon,
.nav-tabs > li.active.tab-sky > a .typcn,
.nav-tabs > li.active.tab-sky > a .wi {
  color: #11a9cc;
}
.nav-tabs > li.active.tab-primary > a {
  border-color: #4374e0 !important;
}
.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi {
  color: #4374e0;
}
.nav-tabs > li.active.tab-primary > a {
  border-color: #4374e0 !important;
}
.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi {
  color: #4374e0;
}
.nav-tabs > li.active.tab-blueberry > a {
  border-color: #6f85bf !important;
}
.nav-tabs > li.active.tab-blueberry > a > .fa,
.nav-tabs > li.active.tab-blueberry > a .glyphicon,
.nav-tabs > li.active.tab-blueberry > a .typcn,
.nav-tabs > li.active.tab-blueberry > a .wi {
  color: #6f85bf;
}
.nav-tabs > li.active.tab-palegreen > a {
  border-color: #a0d468 !important;
}
.nav-tabs > li.active.tab-palegreen > a > .fa,
.nav-tabs > li.active.tab-palegreen > a .glyphicon,
.nav-tabs > li.active.tab-palegreen > a .typcn,
.nav-tabs > li.active.tab-palegreen > a .wi {
  color: #a0d468;
}
.nav-tabs > li.active.tab-success > a {
  border-color: #53a93f !important;
}
.nav-tabs > li.active.tab-success > a > .fa,
.nav-tabs > li.active.tab-success > a .glyphicon,
.nav-tabs > li.active.tab-success > a .typcn,
.nav-tabs > li.active.tab-success > a .wi {
  color: #53a93f;
}
.nav-tabs > li.active.tab-green > a {
  border-color: #8cc474 !important;
}
.nav-tabs > li.active.tab-green > a > .fa,
.nav-tabs > li.active.tab-green > a .glyphicon,
.nav-tabs > li.active.tab-green > a .typcn,
.nav-tabs > li.active.tab-green > a .wi {
  color: #8cc474;
}
.nav-tabs > li.active.tab-lightyellow > a {
  border-color: #f6d52e !important;
}
.nav-tabs > li.active.tab-lightyellow > a > .fa,
.nav-tabs > li.active.tab-lightyellow > a .glyphicon,
.nav-tabs > li.active.tab-lightyellow > a .typcn,
.nav-tabs > li.active.tab-lightyellow > a .wi {
  color: #f6d52e;
}
.nav-tabs > li.active.tab-yellow > a {
  border-color: #ffce55 !important;
}
.nav-tabs > li.active.tab-yellow > a > .fa,
.nav-tabs > li.active.tab-yellow > a .glyphicon,
.nav-tabs > li.active.tab-yellow > a .typcn,
.nav-tabs > li.active.tab-yellow > a .wi {
  color: #ffce55;
}
.nav-tabs > li.active.tab-warning > a {
  border-color: #f4b400 !important;
}
.nav-tabs > li.active.tab-warning > a > .fa,
.nav-tabs > li.active.tab-warning > a .glyphicon,
.nav-tabs > li.active.tab-warning > a .typcn,
.nav-tabs > li.active.tab-warning > a .wi {
  color: #f4b400;
}
.nav-tabs > li.active.tab-gold > a {
  border-color: #f9b256 !important;
}
.nav-tabs > li.active.tab-gold > a > .fa,
.nav-tabs > li.active.tab-gold > a .glyphicon,
.nav-tabs > li.active.tab-gold > a .typcn,
.nav-tabs > li.active.tab-gold > a .wi {
  color: #f9b256;
}
.nav-tabs > li.active.tab-orange > a {
  border-color: #fb6e52 !important;
}
.nav-tabs > li.active.tab-orange > a > .fa,
.nav-tabs > li.active.tab-orange > a .glyphicon,
.nav-tabs > li.active.tab-orange > a .typcn,
.nav-tabs > li.active.tab-orange > a .wi {
  color: #fb6e52;
}
.nav-tabs > li.active.tab-lightred > a {
  border-color: #e46f61 !important;
}
.nav-tabs > li.active.tab-lightred > a > .fa,
.nav-tabs > li.active.tab-lightred > a .glyphicon,
.nav-tabs > li.active.tab-lightred > a .typcn,
.nav-tabs > li.active.tab-lightred > a .wi {
  color: #e46f61;
}
.nav-tabs > li.active.tab-darkorange > a {
  border-color: #ed4e2a !important;
}
.nav-tabs > li.active.tab-darkorange > a > .fa,
.nav-tabs > li.active.tab-darkorange > a .glyphicon,
.nav-tabs > li.active.tab-darkorange > a .typcn,
.nav-tabs > li.active.tab-darkorange > a .wi {
  color: #ed4e2a;
}
.nav-tabs > li.active.tab-red > a {
  border-color: #df5138 !important;
}
.nav-tabs > li.active.tab-red > a > .fa,
.nav-tabs > li.active.tab-red > a .glyphicon,
.nav-tabs > li.active.tab-red > a .typcn,
.nav-tabs > li.active.tab-red > a .wi {
  color: #df5138;
}
.nav-tabs > li.active.tab-pink > a {
  border-color: #e75b8d !important;
}
.nav-tabs > li.active.tab-pink > a > .fa,
.nav-tabs > li.active.tab-pink > a .glyphicon,
.nav-tabs > li.active.tab-pink > a .typcn,
.nav-tabs > li.active.tab-pink > a .wi {
  color: #e75b8d;
}
.nav-tabs > li.active.tab-danger > a {
  border-color: #d73d32 !important;
}
.nav-tabs > li.active.tab-danger > a > .fa,
.nav-tabs > li.active.tab-danger > a .glyphicon,
.nav-tabs > li.active.tab-danger > a .typcn,
.nav-tabs > li.active.tab-danger > a .wi {
  color: #d73d32;
}
.nav-tabs > li.active.tab-magenta > a {
  border-color: #bc5679 !important;
}
.nav-tabs > li.active.tab-magenta > a > .fa,
.nav-tabs > li.active.tab-magenta > a .glyphicon,
.nav-tabs > li.active.tab-magenta > a .typcn,
.nav-tabs > li.active.tab-magenta > a .wi {
  color: #bc5679;
}
.nav-tabs > li.active.tab-purple > a {
  border-color: #7e3794 !important;
}
.nav-tabs > li.active.tab-purple > a > .fa,
.nav-tabs > li.active.tab-purple > a .glyphicon,
.nav-tabs > li.active.tab-purple > a .typcn,
.nav-tabs > li.active.tab-purple > a .wi {
  color: #7e3794;
}
.nav-tabs > li.active.tab-maroon > a {
  border-color: #981b48 !important;
}
.nav-tabs > li.active.tab-maroon > a > .fa,
.nav-tabs > li.active.tab-maroon > a .glyphicon,
.nav-tabs > li.active.tab-maroon > a .typcn,
.nav-tabs > li.active.tab-maroon > a .wi {
  color: #981b48;
}
.nav-tabs.nav-justified {
  margin-bottom: -2px;
  overflow: auto;
}
.nav-tabs.nav-justified > li > a {
  border: none;
  white-space: nowrap !important;
}
.nav-tabs.nav-justified > li > a:hover {
  background-color: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0;
  background-color: #fbfbfb;
  white-space: nowrap !important;
}
.nav-tabs .dropdown-menu {
  margin-top: -3px;
}
.nav-tabs.tabs-flat {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.tabs-below > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-bottom-width: 0;
}
.tabs-below > .nav-tabs li.active > a,
.tabs-below > .nav-tabs li.active > a:hover,
.tabs-below > .nav-tabs li.active > a:focus {
  border-top-width: 1px;
  border-bottom: 2px solid #5db2ff;
  border-top-color: transparent;
  margin-top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.tabs-below > .nav-tabs.nav-justified > li > a {
  margin-bottom: -2px;
}
.tabs-below > .nav-tabs.nav-justified > .active > a,
.tabs-below > .nav-tabs.nav-justified > .active > a:hover,
.tabs-below > .nav-tabs.nav-justified > .active > a:focus {
  border: 0;
  border-bottom: 2px solid #5db2ff;
}
.tabs-left > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  float: left;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
  border: 0;
  border-left: 2px solid #5db2ff;
  border-right-color: transparent;
  margin: 0 -1px 0 -1px;
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.3);
}
.tabs-right > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  float: right;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-top: 0;
  margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
  border-top-width: 0;
  border-right: 2px solid #5db2ff;
  border-left-color: transparent;
  margin: 0 -2px 0 -1px;
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.nav-tabs li [class*=" fa-"],
.nav-tabs li [class^=fa-] {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}
.nav-tabs > li.open .dropdown-toggle {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto;
}
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #fbfbfb;
}
.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > .active > a:hover,
.nav .dropdown-menu > .active > a:focus {
  color: #262626;
  background-color: #e5e5e5;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*=fa-].disabled:first-child {
  color: #909090 !important;
}
.btn {
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
  display: inline-block;
  color: var(--secondary-bg);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 13px;
}
.btn:hover,
.btn:focus {
  color: var(--secondary-bg);
}
.btn.btn-link {
  border: none !important;
  background: transparent none !important;
  color: #08c !important;
  -webkit-text-shadow: none !important;
  text-shadow: none !important;
  padding: 4px 12px !important;
  line-height: 20px !important;
  box-shadow: none !important;
}
.btn.btn-link:hover {
  background: none !important;
  -webkit-text-shadow: none !important;
  text-shadow: none !important;
}
.btn.btn-link.active {
  background: none !important;
  text-decoration: underline;
  color: #009ceb !important;
}
.btn.btn-link.active:after {
  display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
  background: 0;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
  background: none !important;
  text-decoration: none !important;
}
.btn.shiny {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.btn.shiny:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.btn.shiny.active,
.btn.shiny:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.shiny.dropdown-toggle {
  border-left-width: 0 !important;
}
.btn.btn-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 11px 12px;
}
.btn.btn-circle > .fa,
.btn.btn-circle .typcn,
.btn.btn-circle .glyphicon,
.btn.btn-circle > [class*=wi-] {
  font-size: 20px;
  margin: 0 auto;
  line-height: 34px;
}
.btn.btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
}
.btn.btn-circle.btn-xs > .fa,
.btn.btn-circle.btn-xs .typcn,
.btn.btn-circle.btn-xs .glyphicon,
.btn.btn-circle.btn-xs > [class*=wi-] {
  font-size: 12px;
  line-height: 14px;
}
.btn.btn-circle.btn-sm {
  width: 50px;
  height: 50px;
  padding: 10px 15px;
}
.btn.btn-circle.btn-sm > .fa,
.btn.btn-circle.btn-sm .typcn,
.btn.btn-circle.btn-sm .glyphicon,
.btn.btn-circle.btn-sm > [class*=wi-] {
  font-size: 18px;
  line-height: 26px;
  border-radius: 50%;
}
.btn.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 10px;
}
.btn.btn-circle.btn-lg > .fa,
.btn.btn-circle.btn-lg .typcn,
.btn.btn-circle.btn-lg .glyphicon,
.btn.btn-circle.btn-lg > [class*=wi-] {
  font-size: 28px;
  line-height: 46px;
}
.btn.btn-labeled {
  position: relative;
  padding-left: 0;
}
.btn.btn-labeled.btn-block .btn-label {
  margin-right: 0;
}
.btn.btn-labeled .btn-label {
  display: block;
  float: left;
  margin: -7px 12px -9px -2px;
  padding: 8px 10px 8px 11px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  line-height: 15px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn.btn-labeled .btn-label > .fa,
.btn.btn-labeled .btn-label .typcn,
.btn.btn-labeled .btn-label .glyphicon,
.btn.btn-labeled .btn-label > [class*=wi-] {
  margin-right: 0;
}
.btn.icon-only {
  width: 36px;
  height: 34px;
  padding: 5px 3px;
}
.btn.icon-only > .fa,
.btn.icon-only .typcn,
.btn.icon-only .glyphicon,
.btn.icon-only > [class*=wi-] {
  margin: 0;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
}
.btn > .fa,
.btn .typcn,
.btn .glyphicon,
.btn > [class*=wi-] {
  display: inline;
  margin-right: 4px;
  font-size: 14px;
}
.btn > .fa.right,
.btn .typcn.right,
.btn .glyphicon.right,
.btn > [class*=wi-].right {
  margin-right: 0;
  margin-left: 4px;
}
.btn-xs {
  font-size: 11px;
  padding: 2px 7px;
}
.btn-xs > .fa,
.btn-xs > .typcn,
.btn-xs > .glyphicon,
.btn-xs > [class*=wi-] {
  font-size: 12px;
  margin-right: 2px;
}
.btn-xs > .fa.right,
.btn-xs > .typcn.right,
.btn-xs > .glyphicon.right,
.btn-xs > [class*=wi-].right {
  margin-right: 0;
  margin-left: 2px;
}
.btn-xs.icon-only {
  width: 24px;
  height: 24px;
  padding: 2px 6px;
}
.btn-xs.icon-only > .fa,
.btn-xs.icon-only > .typcn,
.btn-xs.icon-only > .glyphicon,
.btn-xs.icon-only > [class*=wi-] {
  font-size: 12px;
  line-height: 7px;
}
.btn-sm {
  font-size: 12px;
  padding: 4px 9px;
  line-height: 1.39;
}
.btn-sm > .fa,
.btn-sm > .typcn,
.btn-sm > .glyphicon,
.btn-sm > [class*=wi-] {
  font-size: 13px;
  margin-right: 3px;
}
.btn-sm > .fa.right,
.btn-sm > .typcn.right,
.btn-sm > .glyphicon.right,
.btn-sm > [class*=wi-].right {
  margin-right: 0;
  margin-left: 3px;
}
.btn-sm.icon-only {
  width: 31px;
  height: 30px;
  padding: 3px !important;
}
.btn-sm.icon-only > .fa,
.btn-sm.icon-only > .typcn,
.btn-sm.icon-only > .glyphicon,
.btn-sm.icon-only > [class*=wi-] {
  font-size: 20px;
  line-height: 21px;
}
.btn-lg {
  line-height: 1.35;
  padding: 9px 18px;
  font-size: 14px;
}
.btn-lg.icon-only {
  width: 40px;
  height: 38px;
  padding: 6px !important;
}
.btn-lg.icon-only > .fa,
.btn-lg.icon-only > .typcn,
.btn-lg.icon-only > .glyphicon,
.btn-lg.icon-only > [class*=wi-] {
  font-size: 24px;
  line-height: 26px;
}
.btn-lg > .fa,
.btn-lg > .typcn,
.btn-lg > .glyphicon,
.btn-lg > [class*=wi-] {
  font-size: 16px;
  margin-right: 6px;
}
.btn-lg > .fa.right,
.btn-lg > .typcn.right,
.btn-lg > .glyphicon.right,
.btn-lg > [class*=wi-].right {
  margin-right: 0;
  margin-left: 6px;
}
.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
  color: #444;
  background-color: var(--secondary-bg);
  border-color: #ccc;
}
.btn:hover,
.btn-default:hover {
  color: #444;
}
.btn.shiny,
.btn-default.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, var(--secondary-bg) 0, #ededed 100%);
}
.btn.dropdown-toggle:not(:first-child),
.btn-default.dropdown-toggle:not(:first-child) {
  border-left-width: 0 !important;
  margin-left: -1px;
}
.btn-default:hover,
.open .btn-default.dropdown-toggle {
  border-color: #b8b8b8;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.open .btn-default.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary,
.btn-primary:focus {
  background-color: var(--header-bg);
  border-color: #000;
  color: var(--secondary-bg);
  font-weight: bold;
  font-size: 15px;
}
.btn-primary:hover {
  color: var(--secondary-bg);
}
.btn-primary.dropdown-toggle {
  border-left-color: #6a99ee !important;
}
.btn-primary.active {
  background-color: #2c56b1 !important;
  border-color: #21448d;
}
.btn-primary.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(center to bottom, #0095ff 5%, #005eff 100%);
}
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
  border-color: #427fed;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #427fed !important;
  border-color: #427fed;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-info,
.btn-info:focus {
  background-color: #57b5e3 !important;
  border-color: #57b5e3;
  color: var(--secondary-bg);
}
.btn-info:hover {
  color: var(--secondary-bg);
}
.btn-info.dropdown-toggle {
  border-left-color: #8bcdee !important;
}
.btn-info.active {
  background-color: #5fa6d3 !important;
  border-color: #4396cb;
}
.btn-info.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#00adee), to(#0078a5));
}
.btn-info:hover,
.open .btn-info.dropdown-toggle {
  background-color: #6abce2 !important;
  border-color: #6abce2;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #57b5e3 !important;
  border-color: #57b5e3;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-success,
.btn-success:focus {
  background-color: #53a93f !important;
  border-color: #53a93f !important;
  color: var(--secondary-bg);
}
.btn-success:hover {
  color: var(--secondary-bg);
}
.btn-success.dropdown-toggle {
  border-left-color: #a0d468 !important;
}
.btn-success.active {
  background-color: #3e802f !important;
  border-color: #2f6124;
}
.btn-success.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#7db72f), to(#4e7d0e));
}
.btn-success:hover,
.open .btn-success.dropdown-toggle {
  background-color: #65b951 !important;
  border-color: #65b951;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #53a93f !important;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-warning,
.btn-warning:focus {
  background-color: #f4b400 !important;
  border-color: #f4b400;
  color: var(--secondary-bg);
}
.btn-warning:hover {
  color: var(--secondary-bg);
}
.btn-warning.dropdown-toggle {
  border-left-color: #ffce55 !important;
}
.btn-warning.active {
  background-color: #f2a73e !important;
  border-color: #f0981c;
}
.btn-warning.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#faa51a), to(#f47a20));
}
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
  background-color: #f6c12a !important;
  border-color: #f6c12a;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4b400 !important;
  border-color: #f4b400;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-danger,
.btn-danger:focus {
  background-color: #d73d32 !important;
  border-color: #d73d32;
  color: var(--secondary-bg);
}
.btn-danger:hover {
  color: var(--secondary-bg);
}
.btn-danger.dropdown-toggle {
  border-left-color: #e46f61 !important;
}
.btn-danger.active {
  background-color: #be3e2e !important;
  border-color: #9a3323;
}
.btn-danger.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#ed1c24), to(#aa1317));
}
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
  background-color: #e74b37 !important;
  border-color: #e74b37;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d73d32 !important;
  border-color: #d73d32;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-blue,
.btn-blue:focus {
  background-color: #5db2ff !important;
  border-color: #5db2ff;
  color: var(--secondary-bg);
}
.btn-blue:hover {
  color: var(--secondary-bg);
}
.btn-blue.dropdown-toggle {
  border-left-color: #81c1fb !important;
}
.btn-blue.active {
  background-color: #449cec !important;
  border-color: #3d90db;
}
.btn-blue.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#70bafd), to(#449cec));
}
.btn-blue:hover,
.open .btn-blue.dropdown-toggle {
  background-color: #70bafd !important;
  border-color: #70bafd;
  color: var(--secondary-bg);
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #5db2ff !important;
  border-color: #5db2ff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-sky,
.btn-sky:focus {
  background-color: #11a9cc !important;
  border-color: #11a9cc;
  color: var(--secondary-bg);
}
.btn-sky:hover {
  color: var(--secondary-bg);
}
.btn-sky.dropdown-toggle {
  border-left-color: #81c1fb !important;
}
.btn-sky.active {
  background-color: #2095b0 !important;
  border-color: #2f97af;
}
.btn-sky.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#28b3d3), to(#2095b0));
}
.btn-sky:hover,
.open .btn-sky.dropdown-toggle {
  background-color: #28b3d3 !important;
  border-color: #28b3d3;
  color: var(--secondary-bg);
}
.btn-sky.disabled,
.btn-sky[disabled],
fieldset[disabled] .btn-sky,
.btn-sky.disabled:hover,
.btn-sky[disabled]:hover,
fieldset[disabled] .btn-sky:hover,
.btn-sky.disabled:focus,
.btn-sky[disabled]:focus,
fieldset[disabled] .btn-sky:focus,
.btn-sky.disabled:active,
.btn-sky[disabled]:active,
fieldset[disabled] .btn-sky:active,
.btn-sky.disabled.active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky.active {
  background-color: #11a9cc !important;
  border-color: #11a9cc;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-azure,
.btn-azure:focus {
  background-color: var(--header-bg) !important;
  border-color: var(--header-bg);
  color: var(--secondary-bg);
}
.btn-azure:hover {
  color: var(--secondary-bg);
}
.btn-azure.dropdown-toggle {
  border-left-color: #3ecdf1 !important;
}
.btn-azure.active {
  background-color: #2badce !important;
  border-color: #2badce;
}
.btn-azure.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzZWNkZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiYWRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#3ecdf1), to(#2badce));
}
.btn-azure:hover,
.open .btn-azure.dropdown-toggle {
  background-color: #3ecdf1 !important;
  border-color: #3ecdf1;
  color: var(--secondary-bg);
}
.btn-azure.disabled,
.btn-azure[disabled],
fieldset[disabled] .btn-azure,
.btn-azure.disabled:hover,
.btn-azure[disabled]:hover,
fieldset[disabled] .btn-azure:hover,
.btn-azure.disabled:focus,
.btn-azure[disabled]:focus,
fieldset[disabled] .btn-azure:focus,
.btn-azure.disabled:active,
.btn-azure[disabled]:active,
fieldset[disabled] .btn-azure:active,
.btn-azure.disabled.active,
.btn-azure[disabled].active,
fieldset[disabled] .btn-azure.active {
  background-color: var(--header-bg) !important;
  border-color: var(--header-bg);
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-palegreen,
.btn-palegreen:focus {
  background-color: #a0d468 !important;
  border-color: #a0d468;
  color: var(--secondary-bg);
}
.btn-palegreen:hover {
  color: var(--secondary-bg);
}
.btn-palegreen.dropdown-toggle {
  border-left-color: #a6d791 !important;
}
.btn-palegreen.active {
  background-color: #74aa5d !important;
  border-color: #699755;
}
.btn-palegreen.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5Y2Q1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YWE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#9cd584), to(#74aa5d));
}
.btn-palegreen:hover,
.open .btn-palegreen.dropdown-toggle {
  background-color: #9cd584 !important;
  border-color: #9cd584;
  color: var(--secondary-bg);
}
.btn-palegreen.disabled,
.btn-palegreen[disabled],
fieldset[disabled] .btn-palegreen,
.btn-palegreen.disabled:hover,
.btn-palegreen[disabled]:hover,
fieldset[disabled] .btn-palegreen:hover,
.btn-palegreen.disabled:focus,
.btn-palegreen[disabled]:focus,
fieldset[disabled] .btn-palegreen:focus,
.btn-palegreen.disabled:active,
.btn-palegreen[disabled]:active,
fieldset[disabled] .btn-palegreen:active,
.btn-palegreen.disabled.active,
.btn-palegreen[disabled].active,
fieldset[disabled] .btn-palegreen.active {
  background-color: #a0d468 !important;
  border-color: #a0d468;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-yellow,
.btn-yellow:focus {
  background-color: #ffce55 !important;
  border-color: #ffce55;
  color: var(--secondary-bg);
}
.btn-yellow:hover {
  color: var(--secondary-bg);
}
.btn-yellow.dropdown-toggle {
  border-left-color: #f6d52e !important;
}
.btn-yellow.active {
  background-color: #fbc220 !important;
  border-color: #f3ba17;
  color: var(--secondary-bg) !important;
}
.btn-yellow.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGQzNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYzIyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#fdd35a), to(#fbc220));
}
.btn-yellow:hover,
.open .btn-yellow.dropdown-toggle {
  background-color: #fdd35a !important;
  border-color: #fdd35a;
  color: var(--secondary-bg);
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffce55 !important;
  border-color: #ffce55;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-darkorange,
.btn-darkorange:focus {
  background-color: #ed4e2a !important;
  border-color: #ed4e2a;
  color: var(--secondary-bg);
}
.btn-darkorange:hover {
  color: var(--secondary-bg);
}
.btn-darkorange.dropdown-toggle {
  border-left-color: #f07154 !important;
}
.btn-darkorange.active {
  background-color: #da411f !important;
  border-color: #cc3918;
}
.btn-darkorange.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#ef694b), to(#da411f));
}
.btn-darkorange:hover,
.open .btn-darkorange.dropdown-toggle {
  background-color: #ef694b !important;
  border-color: #ef694b;
  color: var(--secondary-bg);
}
.btn-darkorange.disabled,
.btn-darkorange[disabled],
fieldset[disabled] .btn-darkorange,
.btn-darkorange.disabled:hover,
.btn-darkorange[disabled]:hover,
fieldset[disabled] .btn-darkorange:hover,
.btn-darkorange.disabled:focus,
.btn-darkorange[disabled]:focus,
fieldset[disabled] .btn-darkorange:focus,
.btn-darkorange.disabled:active,
.btn-darkorange[disabled]:active,
fieldset[disabled] .btn-darkorange:active,
.btn-darkorange.disabled.active,
.btn-darkorange[disabled].active,
fieldset[disabled] .btn-darkorange.active {
  background-color: #ed4e2a !important;
  border-color: #ed4e2a;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-magenta,
.btn-magenta:focus {
  background-color: #bc5679 !important;
  border-color: #bc5679;
  color: var(--secondary-bg);
}
.btn-magenta:hover {
  color: var(--secondary-bg);
}
.btn-magenta.dropdown-toggle {
  border-left-color: #c96d8c !important;
}
.btn-magenta.active {
  background-color: #a5325a !important;
  border-color: #9f3156;
}
.btn-magenta.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNDYyODMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MzI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#c46283), to(#a5325a));
}
.btn-magenta:hover,
.open .btn-magenta.dropdown-toggle {
  background-color: #c46283 !important;
  border-color: #c46283;
  color: var(--secondary-bg);
}
.btn-magenta.disabled,
.btn-magenta[disabled],
fieldset[disabled] .btn-magenta,
.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled:active,
.btn-magenta[disabled]:active,
fieldset[disabled] .btn-magenta:active,
.btn-magenta.disabled.active,
.btn-magenta[disabled].active,
fieldset[disabled] .btn-magenta.active {
  background-color: #bc5679 !important;
  border-color: #bc5679;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-purple,
.btn-purple:focus {
  background-color: #7e3794 !important;
  border-color: #7e3794;
  color: var(--secondary-bg);
}
.btn-purple:hover {
  color: var(--secondary-bg);
}
.btn-purple.dropdown-toggle {
  border-left-color: #9852ae !important;
}
.btn-purple.active {
  background-color: #69257e !important;
  border-color: #601e74;
}
.btn-purple.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YzQ0YTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjU3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#8c44a2), to(#69257e));
}
.btn-purple:hover,
.open .btn-purple.dropdown-toggle {
  background-color: #8c44a2 !important;
  border-color: #8c44a2;
  color: var(--secondary-bg);
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #7e3794 !important;
  border-color: #7e3794;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-maroon,
.btn-maroon:focus {
  background-color: #981b48 !important;
  border-color: #981b48;
  color: var(--secondary-bg);
}
.btn-maroon:hover {
  color: var(--secondary-bg);
}
.btn-maroon.dropdown-toggle {
  border-left-color: #b55274 !important;
}
.btn-maroon.active {
  background-color: #7c1138 !important;
  border-color: #9f3156;
}
.btn-maroon.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODI4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2MTIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(linear, left to bottom, left bottom, from(#a82856), to(#86123c));
}
.btn-maroon:hover,
.open .btn-maroon.dropdown-toggle {
  background-color: #a82856 !important;
  border-color: #a82856;
  color: var(--secondary-bg);
}
.btn-maroon.disabled,
.btn-maroon[disabled],
fieldset[disabled] .btn-maroon,
.btn-maroon.disabled:hover,
.btn-maroon[disabled]:hover,
fieldset[disabled] .btn-maroon:hover,
.btn-maroon.disabled:focus,
.btn-maroon[disabled]:focus,
fieldset[disabled] .btn-maroon:focus,
.btn-maroon.disabled:active,
.btn-maroon[disabled]:active,
fieldset[disabled] .btn-maroon:active,
.btn-maroon.disabled.active,
.btn-maroon[disabled].active,
fieldset[disabled] .btn-maroon.active {
  background-color: #981b48 !important;
  border-color: #981b48;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
  outline: 0;
}
.btn.disabled:active,
.btn[disabled]:active {
  top: 0;
  left: 0;
}
.open .btn.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
  border-left: 0;
}
.btn-group > .btn,
.btn-group > .btn + .btn {
  margin: 0;
}
.btn-group > .btn:first-child {
  margin: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.btn-group > .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.btn-group > .btn > .caret {
  margin-left: 1px;
  border-width: 5px;
  border-top-color: #eee;
  margin-top: 1px;
}
.btn-group > .btn.btn-default > .caret {
  border-top-color: #333;
}
.btn-group > .btn + .btn.dropdown-toggle {
  padding-left: 7px;
  padding-right: 7px;
}
.btn-group > .btn + .btn-lg.dropdown-toggle {
  padding-right: 10px;
  padding-left: 10px;
}
.btn-group > .btn + .btn-sm.dropdown-toggle {
  padding-right: 6px;
  padding-left: 6px;
}
.btn-group > .btn + .btn-sm.dropdown-toggle .fa {
  line-height: 13px;
}
.btn-group > .btn + .btn-xs.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}
.btn-group > .btn + .btn-xs.dropdown-toggle .fa {
  line-height: 13px;
}
.btn-group .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.btn-group .dropdown-toggle .fa {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 0;
  margin-left: 0;
}
.btn-group > .btn,
.btn-group + .btn {
  margin: 0;
}
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-bottom-width: 1px;
}
.btn-group-vertical > .btn:not(:last-child) {
  border-bottom: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
  margin: 0;
}
.btn-group-vertical > .btn:first-child {
  margin-right: 0;
}
.label,
.badge {
  display: inline-block;
  font-weight: 300;
  -webkit-text-shadow: none !important;
  text-shadow: none !important;
}
.label {
  font-size: 12px;
  padding: 4px 6px 4px 6px;
  border-radius: 2px !important;
  background-clip: padding-box !important;
}
.label.label-sm {
  font-size: 12px;
  padding: 1px 4px 1px 4px;
}
.badge {
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  background-color: #ccc;
  height: 18px;
  padding: 3px 6px 3px 6px;
  border-radius: 12px !important;
  background-clip: padding-box !important;
  text-shadow: none !important;
  vertical-align: middle;
}
.badge.badge-square {
  border-radius: 2px !important;
  background-clip: padding-box !important;
}
.badge.badge-empty {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  vertical-align: baseline;
}
.badge-default,
.label-default {
  background-color: #ccc !important;
}
.badge-default.graded,
.label-default.graded {
  background: linear-gradient(to right, #ccc, #e5e5e5) !important;
}
.badge-blue,
.label-blue {
  background-color: #5db2ff !important;
}
.badge-blue.graded,
.label-blue.graded {
  background: linear-gradient(to right, #5db2ff, #80c1fb) !important;
}
.label-info,
.badge-info {
  background-color: #57b5e3;
  background-image: none !important;
}
.label-info.graded,
.badge-info.graded {
  background: linear-gradient(to right, #57b5e3, #c4e6f6) !important;
}
.label-sky,
.badge-sky {
  background-color: #11a9cc;
  background-image: none !important;
}
.label-sky.graded,
.badge-sky.graded {
  background: linear-gradient(to right, #11a9cc, #c4e6f6) !important;
}
.badge-primary,
.label-primary {
  background-color: #4374e0 !important;
}
.badge-primary.graded,
.label-primary.graded {
  background: linear-gradient(to right, #4374e0, #aec9fa) !important;
}
.label-azure,
.badge-azure {
  background-color: var(--header-bg);
  background-image: none !important;
}
.label-azure.graded,
.badge-azure.graded {
  background: linear-gradient(to right, var(--header-bg), #5edfff) !important;
}
.label-blueberry,
.badge-blueberry {
  background-color: #6f85bf;
  background-image: none !important;
}
.label-blueberry.graded,
.badge-blueberry.graded {
  background: linear-gradient(to right, #6f85bf, #ced5e9) !important;
}
.label-palegreen,
.badge-palegreen {
  background-color: #a0d468;
  background-image: none !important;
}
.label-palegreen.graded,
.badge-palegreen.graded {
  background: linear-gradient(to right, #a0d468, #c5e9b6) !important;
}
.label-success,
.badge-success {
  background-color: #53a93f;
  background-image: none !important;
}
.label-success.graded,
.badge-success.graded {
  background: linear-gradient(to right, #53a93f, #b0e0a4) !important;
}
.label-green,
.badge-green {
  background-color: #8cc474;
  background-image: none !important;
}
.label-green.graded,
.badge-green.graded {
  background: linear-gradient(to right, #8cc474, #a0d468) !important;
}
.label-lightyellow,
.badge-lightyellow {
  background-color: #f6d52e;
  background-image: none !important;
}
.label-lightyellow.graded,
.badge-lightyellow.graded {
  background: linear-gradient(to right, #f6d52e, #f8e26d) !important;
}
.label-yellow,
.badge-yellow {
  background-color: #ffce55;
  background-image: none !important;
}
.label-yellow.graded,
.badge-yellow.graded {
  background: linear-gradient(to right, #ffce55, #f6d52e) !important;
}
.label-warning,
.badge-warning {
  background-color: #f4b400;
  background-image: none !important;
}
.label-warning.graded,
.badge-warning.graded {
  background: linear-gradient(to right, #f4b400, #f8df95) !important;
}
.label-gold,
.badge-gold {
  background-color: #f9b256;
  background-image: none !important;
}
.label-gold.graded,
.badge-gold.graded {
  background: linear-gradient(to right, #f9b256, #fece90) !important;
}
.label-orange,
.badge-orange {
  background-color: #fb6e52;
  background-image: none !important;
}
.label-orange.graded,
.badge-orange.graded {
  background: linear-gradient(to right, #fb6e52, #fb9f8d) !important;
}
.label-lightred,
.badge-lightred {
  background-color: #e46f61;
  background-image: none !important;
}
.label-lightred.graded,
.badge-lightred.graded {
  background: linear-gradient(to right, #e46f61, #f88f83) !important;
}
.label-darkorange,
.badge-darkorange {
  background-color: #ed4e2a;
  background-image: none !important;
}
.label-darkorange.graded,
.badge-darkorange.graded {
  background: linear-gradient(to right, #ed4e2a, #f5a998) !important;
}
.label-red,
.badge-red {
  background-color: #df5138;
  background-image: none !important;
}
.label-red.graded,
.badge-red.graded {
  background: linear-gradient(to right, #df5138, #f5836f) !important;
}
.label-pink,
.badge-pink {
  background-color: #e75b8d;
  background-image: none !important;
}
.label-pink.graded,
.badge-pink.graded {
  background: linear-gradient(to right, #e75b8d, #f299b9) !important;
}
.label-darkpink,
.badge-darkpink {
  background-color: #cc324b;
  background-image: none !important;
}
.label-darkpink.graded,
.badge-darkpink.graded {
  background: linear-gradient(to right, #cc324b, #fb6880) !important;
}
.label-danger,
.badge-danger {
  background-color: #d73d32;
  background-image: none !important;
}
.label-danger.graded,
.badge-danger.graded {
  background: linear-gradient(to right, #d73d32, #f7b5b0) !important;
}
.label-magenta,
.badge-magenta {
  background-color: #bc5679;
  background-image: none !important;
}
.label-magenta.graded,
.badge-magenta.graded {
  background: linear-gradient(to right, #bc5679, #e9abc0) !important;
}
.label-purple,
.badge-purple {
  background-color: #7e3794;
  background-image: none !important;
}
.label-purple.graded,
.badge-purple.graded {
  background: linear-gradient(to right, #7e3794, #daafe8) !important;
}
.label-maroon,
.badge-maroon {
  background-color: #981b48;
  background-image: none !important;
}
.label-maroon.graded,
.badge-maroon.graded {
  background: linear-gradient(to right, #981b48, #eab6c9) !important;
}
.progress {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: none;
  background: #e5e5e5;
  height: 18px;
  position: relative;
}
.progress:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: 8121991;
  background-image: radial-gradient(9px 9px 0, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%);
}
.progress .progress-bar {
  box-shadow: none;
  line-height: 18px;
}
.progress.progress-xlg {
  height: 26px;
}
.progress.progress-xlg .progress-bar {
  line-height: 25px;
}
.progress.progress-lg {
  height: 22px;
}
.progress.progress-lg .progress-bar {
  line-height: 21px;
}
.progress.progress-sm {
  height: 12px;
}
.progress.progress-sm .progress-bar {
  line-height: 10px;
  font-size: 11px;
}
.progress.progress-xs {
  height: 9px;
}
.progress.progress-xs .progress-bar {
  line-height: 8px;
  font-size: 11px;
}
.progress.progress-xxs {
  height: 4px;
}
.progress.progress-xxs .progress-bar {
  line-height: 4px;
  font-size: 0;
}
.progress.progress-right .progress-bar {
  float: right;
}
.progress.progress-shadowed {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.progress.progress-no-radius {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.progress.progress-vertical {
  width: 25px;
  height: 100%;
  min-height: 150px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.progress.progress-vertical .progress-bar {
  position: absolute;
  width: 25px;
  overflow: hidden;
  line-height: 20px;
  height: 0;
  transition: height 0.5s ease;
}
.progress.progress-vertical .progress-bar span {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.progress.progress-vertical.progress-bottom {
  position: relative;
}
.progress.progress-vertical.progress-bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.progress.progress-vertical.progress-bottom .progress-bar span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.progress.progress-vertical.progress-xlg {
  width: 40px;
}
.progress.progress-vertical.progress-xlg .progress-bar {
  width: 40px;
}
.progress.progress-vertical.progress-lg {
  width: 30px;
}
.progress.progress-vertical.progress-lg .progress-bar {
  width: 30px;
}
.progress.progress-vertical.progress-sm {
  width: 20px;
}
.progress.progress-vertical.progress-sm .progress-bar {
  width: 20px;
}
.progress.progress-vertical.progress-sm .progress-bar span {
  font-size: 8px;
}
.progress.progress-vertical.progress-xs {
  width: 10px;
}
.progress.progress-vertical.progress-xs .progress-bar {
  width: 10px;
}
.progress.progress-vertical.progress-xs .progress-bar span {
  font-size: 0;
}
.progress.progress-vertical.progress-xxs {
  width: 5px;
}
.progress.progress-vertical.progress-xxs .progress-bar {
  width: 5px;
}
.progress.progress-vertical.progress-xxs .progress-bar span {
  font-size: 0;
}
.progress.progress-vertical.progress-bordered {
  width: 31px;
}
.progress.progress-vertical.progress-bordered.progress-bottom .progress-bar {
  bottom: 3px;
}
.progress.progress-vertical.progress-bordered.progress-xlg {
  width: 48px;
}
.progress.progress-vertical.progress-bordered.progress-lg {
  width: 38px;
}
.progress.progress-vertical.progress-bordered.progress-sm {
  width: 28px;
}
.progress.progress-vertical.progress-bordered.progress-xs {
  width: 18px;
}
.progress.progress-vertical.progress-bordered.progress-xxs {
  width: 13px;
}
.progress.progress-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--secondary-bg);
  padding: 3px;
  height: 24px;
}
.progress.progress-bordered.progress-xlg {
  height: 32px;
}
.progress.progress-bordered.progress-lg {
  height: 28px;
}
.progress.progress-bordered.progress-sm {
  height: 18px;
}
.progress.progress-bordered.progress-xs {
  height: 15px;
}
.progress.progress-bordered.progress-xxs {
  height: 10px;
}
.progress-bar {
  background-color: var(--header-bg);
}
.progress-bar-danger {
  background-color: #d73d32 !important;
}
.progress-bar-success {
  background-color: #53a93f !important;
}
.progress-bar-warning {
  background-color: #f4b400 !important;
}
.progress-bar-silver {
  background-color: #777 !important;
}
.progress-bar-inverse {
  background-color: #444 !important;
}
.progress-bar-blue {
  background-color: #5db2ff !important;
}
.progress-bar-info {
  background-color: #57b5e3 !important;
}
.progress-bar-azure {
  background-color: var(--header-bg) !important;
}
.progress-bar-sky {
  background-color: #11a9cc !important;
}
.progress-bar-blueberry {
  background-color: #6f85bf !important;
}
.progress-bar-palegreen {
  background-color: #a0d468 !important;
}
.progress-bar-orange {
  background-color: #fb6e52 !important;
}
.progress-bar-darkorange {
  background-color: #ed4e2a !important;
}
.progress-bar-magenta {
  background-color: #bc5679 !important;
}
.progress-bar-purple {
  background-color: #7e3794 !important;
}
.progress-bar-maroon {
  background-color: #981b48 !important;
}
.progress-striped .progress-bar {
  background-image: 8121991;
  background-image: linear-gradient(135deg, 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);
}
.well {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
  border: 0;
  color: #262626;
  position: relative;
  margin-bottom: 30px;
  min-height: 0;
}
.well.attached {
  position: relative;
  top: -1px;
  bottom: -1px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #ddd;
}
.well.attached.top {
  top: 0;
  bottom: -1px;
  margin-top: 1em;
  margin-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  border-bottom: 0;
}
.well.attached.bottom {
  top: -1px;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 1em;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border-top: 0;
}
.well.attached.bottom:last-child {
  margin-bottom: 0;
}
.well.bordered-top {
  border-top: 5px solid var(--header-bg);
}
.well.bordered-bottom {
  border-bottom: 5px solid var(--header-bg);
}
.well.bordered-left {
  border-left: 5px solid var(--header-bg);
}
.well.bordered-right {
  border-right: 5px solid var(--header-bg);
}
.well[class*=bg-] {
  color: #f5f5f5;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0;
}
.well h1,
.well h2,
.well h3 {
  line-height: 36px;
}
.well.with-header {
  padding-top: 60px;
}
.well.with-footer {
  padding-bottom: 60px;
}
.well .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.well .header[class*=bg-] {
  color: var(--secondary-bg);
  border-bottom: 0;
}
.well .header[class*=bordered-] {
  border-bottom: 3px solid var(--secondary-bg);
}
.well .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 2px 2px;
}
.well .footer[class*=bordered-] {
  border-top: 3px solid var(--secondary-bg);
}
.well hr.wide {
  margin-right: -19px;
  margin-left: -19px;
}
.popover {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0;
  border-color: #ccc;
  border-width: 1px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #444;
  background-color: #fbfbfb;
}
.popover .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
  border-top-width: 0;
}
.popover.inverted {
  background-color: #262626;
  color: #f5f5f5;
}
.popover.inverted .popover-title {
  background-color: #262626;
  color: #f5f5f5;
}
.popover.inverted.top .arrow:after {
  border-top-color: #262626;
}
.popover.inverted.bottom .arrow:after {
  border-bottom-color: #262626;
}
.popover.inverted.left .arrow:after {
  border-left-color: #262626;
}
.popover.inverted.right .arrow:after {
  border-right-color: #262626;
}
.popover.dark {
  background-color: #e5e5e5;
}
.popover.dark .popover-title {
  background-color: #e5e5e5;
}
.popover.dark.top .arrow:after {
  border-top-color: #e5e5e5;
}
.popover.dark.bottom .arrow:after {
  border-bottom-color: #e5e5e5;
}
.popover.dark.left .arrow:after {
  border-left-color: #e5e5e5;
}
.popover.dark.right .arrow:after {
  border-right-color: #e5e5e5;
}
.popover-title {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  color: #000;
  border-bottom: 3px solid var(--header-bg);
}
.popover-notitle + .popover .popover-title {
  display: none;
}
.popover-notitle + .popover.top .arrow:after {
  border-top-color: var(--secondary-bg);
}
.popover-notitle + .popover.bottom .arrow:after {
  border-bottom-color: var(--secondary-bg);
}
.popover-notitle + .popover.left .arrow:after {
  border-left-color: var(--secondary-bg);
}
.popover-notitle + .popover.right .arrow:after {
  border-left-color: var(--secondary-bg);
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #262626;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #262626;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #262626;
}
.tooltip-lg + .tooltip > .tooltip-inner {
  font-size: 15px !important;
}
.tooltip-inner {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
  transition: visibility 0, opacity 0.13s ease-in;
  background-color: #262626;
  border: 1px solid #262626;
  color: #aaa;
  padding: 8px 8px;
  font-size: 13px;
}
.tooltip-white + .tooltip > .tooltip-inner {
  border: 1px solid var(--secondary-bg);
  background-color: var(--secondary-bg);
  color: #262626;
}
.tooltip-white + .tooltip.top .tooltip-arrow {
  border-top-color: var(--secondary-bg);
}
.tooltip-white + .tooltip.right .tooltip-arrow {
  border-right-color: var(--secondary-bg);
}
.tooltip-white + .tooltip.left .tooltip-arrow {
  border-left-color: var(--secondary-bg);
}
.tooltip-white + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--secondary-bg);
}
.tooltip-whitesmoke + .tooltip > .tooltip-inner {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #262626;
}
.tooltip-whitesmoke + .tooltip.top .tooltip-arrow {
  border-top-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.right .tooltip-arrow {
  border-right-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.left .tooltip-arrow {
  border-left-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f5f5f5;
}
.tooltip-snow + .tooltip > .tooltip-inner {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #262626;
}
.tooltip-snow + .tooltip.top .tooltip-arrow {
  border-top-color: #fbfbfb;
}
.tooltip-snow + .tooltip.right .tooltip-arrow {
  border-right-color: #fbfbfb;
}
.tooltip-snow + .tooltip.left .tooltip-arrow {
  border-left-color: #fbfbfb;
}
.tooltip-snow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fbfbfb;
}
.tooltip-seashell + .tooltip > .tooltip-inner {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  color: #262626;
}
.tooltip-seashell + .tooltip.top .tooltip-arrow {
  border-top-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.right .tooltip-arrow {
  border-right-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.left .tooltip-arrow {
  border-left-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f3f3f3;
}
.tooltip-ivory + .tooltip > .tooltip-inner {
  border: 1px solid #eee;
  background-color: #eee;
  color: #262626;
}
.tooltip-ivory + .tooltip.top .tooltip-arrow {
  border-top-color: #eee;
}
.tooltip-ivory + .tooltip.right .tooltip-arrow {
  border-right-color: #eee;
}
.tooltip-ivory + .tooltip.left .tooltip-arrow {
  border-left-color: #eee;
}
.tooltip-ivory + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #eee;
}
.tooltip-platinum + .tooltip > .tooltip-inner {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #262626;
}
.tooltip-platinum + .tooltip.top .tooltip-arrow {
  border-top-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.right .tooltip-arrow {
  border-right-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.left .tooltip-arrow {
  border-left-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e5e5e5;
}
.tooltip-lightgray + .tooltip > .tooltip-inner {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0;
  color: #262626;
}
.tooltip-lightgray + .tooltip.top .tooltip-arrow {
  border-top-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.right .tooltip-arrow {
  border-right-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.left .tooltip-arrow {
  border-left-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d0d0d0;
}
.tooltip-gray + .tooltip > .tooltip-inner {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #262626;
}
.tooltip-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}
.tooltip-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #ccc;
}
.tooltip-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #ccc;
}
.tooltip-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ccc;
}
.tooltip-darkgray + .tooltip > .tooltip-inner {
  border: 1px solid #999;
  background-color: #999;
  color: #262626;
}
.tooltip-darkgray + .tooltip.top .tooltip-arrow {
  border-top-color: #999;
}
.tooltip-darkgray + .tooltip.right .tooltip-arrow {
  border-right-color: #999;
}
.tooltip-darkgray + .tooltip.left .tooltip-arrow {
  border-left-color: #999;
}
.tooltip-darkgray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #999;
}
.tooltip-silver + .tooltip > .tooltip-inner {
  border: 1px solid #777;
  background-color: #777;
  color: var(--secondary-bg);
}
.tooltip-silver + .tooltip.top .tooltip-arrow {
  border-top-color: #777;
}
.tooltip-silver + .tooltip.right .tooltip-arrow {
  border-right-color: #777;
}
.tooltip-silver + .tooltip.left .tooltip-arrow {
  border-left-color: #777;
}
.tooltip-silver + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #777;
}
.tooltip-sonic-silver + .tooltip > .tooltip-inner {
  border: 1px solid #737373;
  background-color: #737373;
  color: var(--secondary-bg);
}
.tooltip-sonic-silver + .tooltip.top .tooltip-arrow {
  border-top-color: #737373;
}
.tooltip-sonic-silver + .tooltip.right .tooltip-arrow {
  border-right-color: #737373;
}
.tooltip-sonic-silver + .tooltip.left .tooltip-arrow {
  border-left-color: #737373;
}
.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #737373;
}
.tooltip-storm-cloud + .tooltip > .tooltip-inner {
  border: 1px solid #666;
  background-color: #666;
  color: var(--secondary-bg);
}
.tooltip-storm-cloud + .tooltip.top .tooltip-arrow {
  border-top-color: #666;
}
.tooltip-storm-cloud + .tooltip.right .tooltip-arrow {
  border-right-color: #666;
}
.tooltip-storm-cloud + .tooltip.left .tooltip-arrow {
  border-left-color: #666;
}
.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #666;
}
.tooltip-lightcarbon + .tooltip > .tooltip-inner {
  border: 1px solid #555;
  background-color: #555;
  color: var(--secondary-bg);
}
.tooltip-lightcarbon + .tooltip.top .tooltip-arrow {
  border-top-color: #555;
}
.tooltip-lightcarbon + .tooltip.right .tooltip-arrow {
  border-right-color: #555;
}
.tooltip-lightcarbon + .tooltip.left .tooltip-arrow {
  border-left-color: #555;
}
.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #555;
}
.tooltip-carbon + .tooltip > .tooltip-inner {
  border: 1px solid #444;
  background-color: #444;
  color: var(--secondary-bg);
  text-align: left;
}
.tooltip-carbon + .tooltip.top .tooltip-arrow {
  border-top-color: #444;
}
.tooltip-carbon + .tooltip.right .tooltip-arrow {
  border-right-color: #444;
}
.tooltip-carbon + .tooltip.left .tooltip-arrow {
  border-left-color: #444;
}
.tooltip-carbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444;
}
.tooltip-slate-gray + .tooltip > .tooltip-inner {
  border: 1px solid #333;
  background-color: #333;
  color: var(--secondary-bg);
}
.tooltip-slate-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip-slate-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip-slate-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip-darkcarbon + .tooltip > .tooltip-inner {
  border: 1px solid #262626;
  background-color: #262626;
  color: var(--secondary-bg);
}
.tooltip-darkcarbon + .tooltip.top .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip-darkcarbon + .tooltip.right .tooltip-arrow {
  border-right-color: #262626;
}
.tooltip-darkcarbon + .tooltip.left .tooltip-arrow {
  border-left-color: #262626;
}
.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #262626;
}
.tooltip-blue + .tooltip > .tooltip-inner {
  border: 1px solid #5db2ff;
  background-color: #5db2ff;
  color: var(--secondary-bg);
}
.tooltip-blue + .tooltip.top .tooltip-arrow {
  border-top-color: #5db2ff;
}
.tooltip-blue + .tooltip.right .tooltip-arrow {
  border-right-color: #5db2ff;
}
.tooltip-blue + .tooltip.left .tooltip-arrow {
  border-left-color: #5db2ff;
}
.tooltip-blue + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5db2ff;
}
.tooltip-info + .tooltip > .tooltip-inner {
  border: 1px solid #57b5e3;
  background-color: #57b5e3;
  color: var(--secondary-bg);
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #57b5e3;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #57b5e3;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #57b5e3;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #57b5e3;
}
.tooltip-sky + .tooltip > .tooltip-inner {
  border: 1px solid #11a9cc;
  background-color: #11a9cc;
  color: var(--secondary-bg);
}
.tooltip-sky + .tooltip.top .tooltip-arrow {
  border-top-color: #11a9cc;
}
.tooltip-sky + .tooltip.right .tooltip-arrow {
  border-right-color: #11a9cc;
}
.tooltip-sky + .tooltip.left .tooltip-arrow {
  border-left-color: #11a9cc;
}
.tooltip-sky + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #11a9cc;
}
.tooltip-primary + .tooltip > .tooltip-inner {
  border: 1px solid #4374e0;
  background-color: #4374e0;
  color: var(--secondary-bg);
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #4374e0;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #4374e0;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #4374e0;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4374e0;
}
.tooltip-azure + .tooltip > .tooltip-inner {
  border: 1px solid var(--header-bg);
  background-color: var(--header-bg);
  color: var(--secondary-bg);
}
.tooltip-azure + .tooltip.top .tooltip-arrow {
  border-top-color: var(--header-bg);
}
.tooltip-azure + .tooltip.right .tooltip-arrow {
  border-right-color: var(--header-bg);
}
.tooltip-azure + .tooltip.left .tooltip-arrow {
  border-left-color: var(--header-bg);
}
.tooltip-azure + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--header-bg);
}
.tooltip-blueberry + .tooltip > .tooltip-inner {
  border: 1px solid #6f85bf;
  background-color: #6f85bf;
  color: var(--secondary-bg);
}
.tooltip-blueberry + .tooltip.top .tooltip-arrow {
  border-top-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.right .tooltip-arrow {
  border-right-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.left .tooltip-arrow {
  border-left-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6f85bf;
}
.tooltip-palegreen + .tooltip > .tooltip-inner {
  border: 1px solid #a0d468;
  background-color: #a0d468;
  color: var(--secondary-bg);
}
.tooltip-palegreen + .tooltip.top .tooltip-arrow {
  border-top-color: #a0d468;
}
.tooltip-palegreen + .tooltip.right .tooltip-arrow {
  border-right-color: #a0d468;
}
.tooltip-palegreen + .tooltip.left .tooltip-arrow {
  border-left-color: #a0d468;
}
.tooltip-palegreen + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a0d468;
}
.tooltip-success + .tooltip > .tooltip-inner {
  border: 1px solid #53a93f;
  background-color: #53a93f;
  color: var(--secondary-bg);
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #53a93f;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #53a93f;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #53a93f;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #53a93f;
}
.tooltip-green + .tooltip > .tooltip-inner {
  border: 1px solid #8cc474;
  background-color: #8cc474;
  color: var(--secondary-bg);
}
.tooltip-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cc474;
}
.tooltip-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cc474;
}
.tooltip-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cc474;
}
.tooltip-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cc474;
}
.tooltip-lightyellow + .tooltip > .tooltip-inner {
  border: 1px solid #f6d52e;
  background-color: #f6d52e;
  color: var(--secondary-bg);
}
.tooltip-lightyellow + .tooltip.top .tooltip-arrow {
  border-top-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.right .tooltip-arrow {
  border-right-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.left .tooltip-arrow {
  border-left-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f6d52e;
}
.tooltip-yellow + .tooltip > .tooltip-inner {
  border: 1px solid #ffce55;
  background-color: #ffce55;
  color: var(--secondary-bg);
}
.tooltip-yellow + .tooltip.top .tooltip-arrow {
  border-top-color: #ffce55;
}
.tooltip-yellow + .tooltip.right .tooltip-arrow {
  border-right-color: #ffce55;
}
.tooltip-yellow + .tooltip.left .tooltip-arrow {
  border-left-color: #ffce55;
}
.tooltip-yellow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffce55;
}
.tooltip-warning + .tooltip > .tooltip-inner {
  border: 1px solid #f4b400;
  background-color: #f4b400;
  color: var(--secondary-bg);
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f4b400;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f4b400;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f4b400;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f4b400;
}
.tooltip-gold + .tooltip > .tooltip-inner {
  border: 1px solid #f9b256;
  background-color: #f9b256;
  color: var(--secondary-bg);
}
.tooltip-gold + .tooltip.top .tooltip-arrow {
  border-top-color: #f9b256;
}
.tooltip-gold + .tooltip.right .tooltip-arrow {
  border-right-color: #f9b256;
}
.tooltip-gold + .tooltip.left .tooltip-arrow {
  border-left-color: #f9b256;
}
.tooltip-gold + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f9b256;
}
.tooltip-orange + .tooltip > .tooltip-inner {
  border: 1px solid #fb6e52;
  background-color: #fb6e52;
  color: var(--secondary-bg);
}
.tooltip-orange + .tooltip.top .tooltip-arrow {
  border-top-color: #fb6e52;
}
.tooltip-orange + .tooltip.right .tooltip-arrow {
  border-right-color: #fb6e52;
}
.tooltip-orange + .tooltip.left .tooltip-arrow {
  border-left-color: #fb6e52;
}
.tooltip-orange + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fb6e52;
}
.tooltip-lightred + .tooltip > .tooltip-inner {
  border: 1px solid #e46f61;
  background-color: #e46f61;
  color: var(--secondary-bg);
}
.tooltip-lightred + .tooltip.top .tooltip-arrow {
  border-top-color: #e46f61;
}
.tooltip-lightred + .tooltip.right .tooltip-arrow {
  border-right-color: #e46f61;
}
.tooltip-lightred + .tooltip.left .tooltip-arrow {
  border-left-color: #e46f61;
}
.tooltip-lightred + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e46f61;
}
.tooltip-darkorange + .tooltip > .tooltip-inner {
  border: 1px solid #ed4e2a;
  background-color: #ed4e2a;
  color: var(--secondary-bg);
}
.tooltip-darkorange + .tooltip.top .tooltip-arrow {
  border-top-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.right .tooltip-arrow {
  border-right-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.left .tooltip-arrow {
  border-left-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ed4e2a;
}
.tooltip-red + .tooltip > .tooltip-inner {
  border: 1px solid #df5138;
  background-color: #df5138;
  color: var(--secondary-bg);
}
.tooltip-red + .tooltip.top .tooltip-arrow {
  border-top-color: #df5138;
}
.tooltip-red + .tooltip.right .tooltip-arrow {
  border-right-color: #df5138;
}
.tooltip-red + .tooltip.left .tooltip-arrow {
  border-left-color: #df5138;
}
.tooltip-red + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df5138;
}
.tooltip-pink + .tooltip > .tooltip-inner {
  border: 1px solid #e75b8d;
  background-color: #e75b8d;
  color: var(--secondary-bg);
}
.tooltip-pink + .tooltip.top .tooltip-arrow {
  border-top-color: #e75b8d;
}
.tooltip-pink + .tooltip.right .tooltip-arrow {
  border-right-color: #e75b8d;
}
.tooltip-pink + .tooltip.left .tooltip-arrow {
  border-left-color: #e75b8d;
}
.tooltip-pink + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e75b8d;
}
.tooltip-darkpink + .tooltip > .tooltip-inner {
  border: 1px solid #cc324b;
  background-color: #cc324b;
  color: var(--secondary-bg);
}
.tooltip-darkpink + .tooltip.top .tooltip-arrow {
  border-top-color: #cc324b;
}
.tooltip-darkpink + .tooltip.right .tooltip-arrow {
  border-right-color: #cc324b;
}
.tooltip-darkpink + .tooltip.left .tooltip-arrow {
  border-left-color: #cc324b;
}
.tooltip-darkpink + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cc324b;
}
.tooltip-danger + .tooltip > .tooltip-inner {
  border: 1px solid #d73d32;
  background-color: #d73d32;
  color: var(--secondary-bg);
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #d73d32;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #d73d32;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #d73d32;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d73d32;
}
.tooltip-magenta + .tooltip > .tooltip-inner {
  border: 1px solid #bc5679;
  background-color: #bc5679;
  color: var(--secondary-bg);
}
.tooltip-magenta + .tooltip.top .tooltip-arrow {
  border-top-color: #bc5679;
}
.tooltip-magenta + .tooltip.right .tooltip-arrow {
  border-right-color: #bc5679;
}
.tooltip-magenta + .tooltip.left .tooltip-arrow {
  border-left-color: #bc5679;
}
.tooltip-magenta + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bc5679;
}
.tooltip-purple + .tooltip > .tooltip-inner {
  border: 1px solid #7e3794;
  background-color: #7e3794;
  color: var(--secondary-bg);
}
.tooltip-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #7e3794;
}
.tooltip-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #7e3794;
}
.tooltip-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #7e3794;
}
.tooltip-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #7e3794;
}
.tooltip-maroon + .tooltip > .tooltip-inner {
  border: 1px solid #981b48;
  background-color: #981b48;
  color: var(--secondary-bg);
}
.tooltip-maroon + .tooltip.top .tooltip-arrow {
  border-top-color: #981b48;
}
.tooltip-maroon + .tooltip.right .tooltip-arrow {
  border-right-color: #981b48;
}
.tooltip-maroon + .tooltip.left .tooltip-arrow {
  border-left-color: #981b48;
}
.tooltip-maroon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #981b48;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: var(--secondary-bg);
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.5em;
  float: right;
  font-size: 18px;
  font-family: "FontAwesome";
  font-weight: bold;
  color: var(--secondary-bg);
  -webkit-text-shadow: 0 1px 0 var(--secondary-bg);
  text-shadow: 0 1px 0 var(--secondary-bg);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: var(--secondary-bg);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#toast-container > :hover {
  box-shadow: 0 0 12px #000;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: var(--secondary-bg);
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-white {
  background-color: var(--secondary-bg) !important;
}
.toast-snow {
  background-color: #fbfbfb !important;
}
.toast-whitesmoke {
  background-color: #f5f5f5 !important;
}
.toast-seashell {
  background-color: #f3f3f3 !important;
}
.toast-ivory {
  background-color: #eee !important;
}
.toast-platinum {
  background-color: #e5e5e5 !important;
}
.toast-lightgray {
  background-color: #d0d0d0 !important;
}
.toast-gray {
  background-color: #ccc !important;
}
.toast-darkgray {
  background-color: #999 !important;
}
.toast-silver {
  background-color: #777 !important;
}
.toast-sonic-silver {
  background-color: #737373 !important;
}
.toast-storm-cloud {
  background-color: #666 !important;
}
.toast-lightcarbon {
  background-color: #555 !important;
}
.toast-carbon {
  background-color: #444 !important;
}
.toast-slate-gray {
  background-color: #333 !important;
}
.toast-darkcarbon {
  background-color: #262626 !important;
}
.toast-blue {
  background-color: #5db2ff !important;
}
.toast-info {
  background-color: #57b5e3 !important;
}
.toast-sky {
  background-color: #11a9cc !important;
}
.toast-primary {
  background-color: #4374e0 !important;
}
.toast-blueberry {
  background-color: #6f85bf !important;
}
.toast-palegreen {
  background-color: #a0d468 !important;
}
.toast-success {
  background-color: #53a93f !important;
}
.toast-green {
  background-color: #8cc474 !important;
}
.toast-lightyellow {
  background-color: #f6d52e !important;
}
.toast-yellow {
  background-color: #ffce55 !important;
}
.toast-warning {
  background-color: #f4b400 !important;
}
.toast-gold {
  background-color: #f9b256 !important;
}
.toast-orange {
  background-color: #fb6e52 !important;
}
.toast-lightred {
  background-color: #e46f61 !important;
}
.toast-darkorange {
  background-color: #ed4e2a !important;
}
.toast-red {
  background-color: #df5138 !important;
}
.toast-danger {
  background-color: #d73d32 !important;
}
.toast-pink {
  background-color: #e75b8d !important;
}
.toast-darkpink {
  background-color: #cc324b !important;
}
.toast-magenta {
  background-color: #bc5679 !important;
}
.toast-purple {
  background-color: #7e3794 !important;
}
.toast-maroon {
  background-color: #981b48 !important;
}
@media all and (max-width: 239px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.modal-blue .modal-header {
  border-bottom: 3px solid #5db2ff;
}
.modal-danger .modal-header {
  border-bottom: 3px solid #d73d32;
}
.modal-success .modal-header {
  border-bottom: 3px solid #53a93f;
}
.modal-warning .modal-header {
  border-bottom: 3px solid #f4b400;
}
.modal-silver .modal-header {
  border-bottom: 3px solid #777;
}
.modal-inverse .modal-header {
  border-bottom: 3px solid #444;
}
.modal-blueberry .modal-header {
  border-bottom: 3px solid #6f85bf;
}
.modal-palegreen .modal-header {
  border-bottom: 3px solid #a0d468;
}
.modal-orange .modal-header {
  border-bottom: 3px solid #fb6e52;
}
.modal-darkorange .modal-header {
  border-bottom: 3px solid #ed4e2a;
}
.modal-magenta .modal-header {
  border-bottom: 3px solid #bc5679;
}
.modal-purple .modal-header {
  border-bottom: 3px solid #7e3794;
}
.modal-maroon .modal-header {
  border-bottom: 3px solid #981b48;
}
.modal-primary .modal-header {
  border-bottom: 3px solid #4374e0;
}
.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: var(--secondary-bg);
  border: rgba(0, 0, 0, 0);
}
.modal-content .close {
  font-size: 26px;
}
.modal-footer {
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 0;
  background-color: #f5f5f5;
}
.modal-header {
  padding: 10px 15px 10px 20px;
  background-color: var(--lightMode);
  color: var(--text-primary);
}
.label {
  color: var(--lightMode);
}
.footer {
  background-color: var(--lightMode);
}
#id {
  color: var(--text-primary);
}
.modal-body {
  color: var(--text-primary);
}
.modal-title {
  color: var(--text-primary);
}
.modal-header .close {
  font-size: 26px;
}
.modal-backdrop {
  background-color: var(--secondary-bg);
}
.modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal-message .modal-dialog {
  width: 300px;
}
.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}
.modal-message .modal-header {
  color: var(--secondary-bg);
  margin-bottom: 10px;
  padding: 15px 0 8px;
}
.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon,
.modal-message .modal-header .typcn,
.modal-message .modal-header .wi {
  font-size: 30px;
}
.modal-message .modal-title {
  font-size: 17px;
  color: #737373;
  margin-bottom: 3px;
}
.modal-message .modal-body {
  color: #737373;
}
.modal-message .modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 10px;
}
.modal-message.modal-info .modal-header {
  color: #57b5e3;
  border-bottom: 3px solid #57b5e3;
}
.modal-message.modal-danger .modal-header {
  color: #d73d32;
  border-bottom: 3px solid #e46f61;
}
.modal-message.modal-warning .modal-header {
  color: #f4b400;
  border-bottom: 3px solid #ffce55;
}
.modal-message.modal-success .modal-header {
  color: #53a93f;
  border-bottom: 3px solid #a0d468;
}
.dropdown-menu {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  transition: opacity 0.218s;
  margin: 1px 0 0;
  min-width: 170px;
}
.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.dropdown-menu > li > a .dropdown-expand {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 13px;
}
.dropdown-menu > li > a .badge,
.dropdown-menu > li > a .label {
  font-size: 10px !important;
}
.dropdown-menu > li > a .label {
  padding: 3px 6px 5px 6px;
}
.dropdown-menu > .dropdown-menu {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.dropdown-menu > .dropdown-menu > a:after {
  margin-right: -5px;
}
.dropdown-menu .divider {
  background-color: #ebebeb;
  margin-bottom: -1px;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu.dropdown-arrow.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.dropdown-arrow:before {
  border-bottom: 7px solid var(--secondary-bg);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
  background: #ebebeb;
  color: #262626;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
  background: #57b5e3;
  color: var(--secondary-bg);
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
  background: #4374e0;
  color: var(--secondary-bg);
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
  background: #53a93f;
  color: var(--secondary-bg);
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
  background: #f4b400;
  color: var(--secondary-bg);
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
  background: #d73d32;
  color: var(--secondary-bg);
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
  background: #262626;
  color: var(--secondary-bg);
}
.dropdown-blue li a:hover,
.dropdown-blue li a:focus,
.dropdown-blue li a:active,
.dropdown-blue li.active a,
.dropdown-blue li.active a:hover,
.dropdown-blue .dropdown-submenu:hover > a,
.nav-tabs .dropdown-blue li > a:focus {
  background: #5db2ff;
  color: var(--secondary-bg);
}
.dropdown-blueberry li a:hover,
.dropdown-blueberry li a:focus,
.dropdown-blueberry li a:active,
.dropdown-blueberry li.active a,
.dropdown-blueberry li.active a:hover,
.dropdown-blueberry .dropdown-submenu:hover > a,
.nav-tabs .dropdown-blueberry li > a:focus {
  background: #6f85bf;
  color: var(--secondary-bg);
}
.dropdown-palegreen li a:hover,
.dropdown-palegreen li a:focus,
.dropdown-palegreen li a:active,
.dropdown-palegreen li.active a,
.dropdown-palegreen li.active a:hover,
.dropdown-palegreen .dropdown-submenu:hover > a,
.nav-tabs .dropdown-palegreen li > a:focus {
  background: #a0d468;
  color: var(--secondary-bg);
}
.dropdown-orange li a:hover,
.dropdown-orange li a:focus,
.dropdown-orange li a:active,
.dropdown-orange li.active a,
.dropdown-orange li.active a:hover,
.dropdown-orange .dropdown-submenu:hover > a,
.nav-tabs .dropdown-orange li > a:focus {
  background: #fb6e52;
  color: var(--secondary-bg);
}
.dropdown-darkorange li a:hover,
.dropdown-darkorange li a:focus,
.dropdown-darkorange li a:active,
.dropdown-darkorange li.active a,
.dropdown-darkorange li.active a:hover,
.dropdown-darkorange .dropdown-submenu:hover > a,
.nav-tabs .dropdown-darkorange li > a:focus {
  background: #ed4e2a;
  color: var(--secondary-bg);
}
.dropdown-magenta li a:hover,
.dropdown-magenta li a:focus,
.dropdown-magenta li a:active,
.dropdown-magenta li.active a,
.dropdown-magenta li.active a:hover,
.dropdown-magenta .dropdown-submenu:hover > a,
.nav-tabs .dropdown-magenta li > a:focus {
  background: #bc5679;
  color: var(--secondary-bg);
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
  background: #7e3794;
  color: var(--secondary-bg);
}
.dropdown-maroon li a:hover,
.dropdown-maroon li a:focus,
.dropdown-maroon li a:active,
.dropdown-maroon li.active a,
.dropdown-maroon li.active a:hover,
.dropdown-maroon .dropdown-submenu:hover > a,
.nav-tabs .dropdown-maroon li > a:focus {
  background: #981b48;
  color: var(--secondary-bg);
}
.dropdown-hover {
  position: relative;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.dropdown-hover.dropup:hover > .dropdown-menu {
  bottom: 0;
  top: auto;
}
.pagination,
.pager li > a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.pagination,
.pager {
  margin: 0;
}
.pagination > li > a,
.pager > li > a {
  color: #444;
  background-color: var(--secondary-bg);
  margin: 0 -1px 0 0;
  border-color: #ccc;
}
.pagination > li > a:hover,
.pager > li > a:hover {
  background-color: #ebebeb;
  border-color: #b8b8b8;
}
.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > a:focus,
.pager > li > a:focus {
  background-color: #ebebeb;
  border-color: #b8b8b8;
}
.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover {
  background-color: #f9f9f9;
  border-color: #d9d9d9;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span {
  border-width: 1px;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: var(--header-bg);
  border-color: var(--header-bg);
  color: var(--secondary-bg);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 16px;
  font-size: 16px;
}
.table {
  background-color: var(--secondary-bg);
  margin-bottom: 0;
}
.table tfoot > tr > th {
  font-weight: 300;
}
.table thead > tr > th {
  border-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.table thead[class*=colored-] > tr > th {
  color: var(--secondary-bg);
  font-weight: 400;
}
.table thead.colored-blue > tr > th {
  background-color: #5db2ff;
}
.table thead.colored-primary > tr > th {
  background-color: #4374e0;
}
.table thead.colored-danger > tr > th {
  background-color: #d73d32;
}
.table thead.colored-success > tr > th {
  background-color: #53a93f;
}
.table thead.colored-warning > tr > th {
  background-color: #f4b400;
}
.table thead.colored-silver > tr > th {
  background-color: #777;
}
.table thead.colored-inverse > tr > th {
  background-color: #444;
}
.table thead.colored-blueberry > tr > th {
  background-color: #6f85bf;
}
.table thead.colored-palegreen > tr > th {
  background-color: #a0d468;
}
.table thead.colored-orange > tr > th {
  background-color: #fb6e52;
}
.table thead.colored-darkorange > tr > th {
  background-color: #ed4e2a;
}
.table thead.colored-magenta > tr > th {
  background-color: #bc5679;
}
.table thead.colored-purple > tr > th {
  background-color: #7e3794;
}
.table thead.colored-maroon > tr > th {
  background-color: #981b48;
}
.table thead.bordered-blue > tr > th {
  border-bottom: 3px solid #5db2ff;
}
.table thead.bordered-primary > tr > th {
  border-bottom: 3px solid #4374e0;
}
.table thead.bordered-danger > tr > th {
  border-bottom: 3px solid #d73d32;
}
.table thead.bordered-success > tr > th {
  border-bottom: 3px solid #53a93f;
}
.table thead.bordered-warning > tr > th {
  border-bottom: 3px solid #f4b400;
}
.table thead.bordered-silver > tr > th {
  border-bottom: 3px solid #777;
}
.table thead.bordered-inverse > tr > th {
  border-bottom: 3px solid #444;
}
.table thead.bordered-blueberry > tr > th {
  border-bottom: 3px solid #6f85bf;
}
.table thead.bordered-palegreen > tr > th {
  border-bottom: 3px solid #a0d468;
}
.table thead.bordered-orange > tr > th {
  border-bottom: 3px solid #fb6e52;
}
.table thead.bordered-darkorange > tr > th {
  border-bottom: 3px solid #ed4e2a;
}
.table thead.bordered-magenta > tr > th {
  border-bottom: 3px solid #bc5679;
}
.table thead.bordered-purple > tr > th {
  border-bottom: 3px solid #7e3794;
}
.table thead.bordered-maroon > tr > th {
  border-bottom: 3px solid #981b48;
}
.table tr.success td:first-child {
  box-shadow: 2px 0 0 #53a93f inset;
}
.table tr.danger td:first-child {
  box-shadow: 2px 0 0 #d73d32 inset;
}
.table tr.warning td:first-child {
  box-shadow: 2px 0 0 #f4b400 inset;
}
.table tr.active td:first-child {
  box-shadow: 2px 0 0 #737373 inset;
}
.table tr td.success {
  box-shadow: 2px 0 0 #53a93f inset;
}
.table tr td.danger {
  box-shadow: 2px 0 0 #d73d32 inset;
}
.table tr td.warning {
  box-shadow: 2px 0 0 #f4b400 inset;
}
.table tr td.active {
  box-shadow: 2px 0 0 #737373 inset;
}
.table-bordered thead > tr {
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th,
.table-striped > tbody > tr.active:nth-child(odd) > td,
.table-striped > tbody > tr > .active:nth-child(odd) > th {
  background-color: #f1f1f1;
  color: #222;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th,
.table-striped > tbody > tr.active:hover:nth-child(odd) > td,
.table-striped > tbody > tr > .active:hover:nth-child(odd) > th {
  background-color: #e5e5e5 !important;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  color: #119000;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  color: #cd2929;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  color: #fb6e52;
}
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #ddd;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: var(--secondary-bg);
}
.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > tbody > tr > td,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-scrollable > .table-bordered {
  border: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:last-child > td,
.table-scrollable > .table-bordered > tbody > tr > th:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child > td,
.table-scrollable > .table-bordered > thead > tr > td:last-child > td,
.table-scrollable > .table-bordered > tbody > tr > td:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child > td {
  border-bottom: 0;
}
.flip-scroll table {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .flip-scroll html .flip-content {
    -ms-zoom: 1;
    zoom: 1;
  }

  .flip-scroll *:first-child + html .flip-content {
    -ms-zoom: 1;
    zoom: 1;
  }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }

  .flip-scroll th,
.flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  .flip-scroll th:last-child,
.flip-scroll td:last-child {
    border-bottom: 1px solid #ddd;
  }

  .flip-scroll th {
    border: 0 !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
    display: block;
    text-align: right;
    border-bottom: 0;
    border-left: 0;
  }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .flip-scroll thead {
    display: block;
    float: left;
  }

  .flip-scroll thead tr {
    display: block;
  }

  .flip-scroll thead.bordered-blue > tr > th {
    border-right: 3px solid #5db2ff !important;
  }

  .flip-scroll thead.bordered-primary > tr > th {
    border-right: 3px solid #4374e0 !important;
  }

  .flip-scroll thead.bordered-danger > tr > th {
    border-right: 3px solid #d73d32 !important;
  }

  .flip-scroll thead.bordered-success > tr > th {
    border-right: 3px solid #53a93f !important;
  }

  .flip-scroll thead.bordered-warning > tr > th {
    border-right: 3px solid #f4b400 !important;
  }

  .flip-scroll thead.bordered-silver > tr > th {
    border-right: 3px solid #777 !important;
  }

  .flip-scroll thead.bordered-inverse > tr > th {
    border-right: 3px solid #444 !important;
  }

  .flip-scroll thead.bordered-blueberry > tr > th {
    border-right: 3px solid #6f85bf !important;
  }

  .flip-scroll thead.bordered-palegreen > tr > th {
    border-right: 3px solid #a0d468 !important;
  }

  .flip-scroll thead.bordered-orange > tr > th {
    border-right: 3px solid #fb6e52 !important;
  }

  .flip-scroll thead.bordered-darkorange > tr > th {
    border-right: 3px solid #ed4e2a !important;
  }

  .flip-scroll thead.bordered-magenta > tr > th {
    border-right: 3px solid #bc5679 !important;
  }

  .flip-scroll thead.bordered-purple > tr > th {
    border-right: 3px solid #7e3794 !important;
  }

  .flip-scroll thead.bordered-maroon > tr > th {
    border-right: 3px solid #981b48 !important;
  }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    border-left: 1px solid #ddd;
  }
}
.table-toolbar {
  padding: 10px 0;
}
.dropdown-checkboxes {
  padding: 5px;
}
.dropdown-checkboxes .checker {
  display: block;
  font-weight: 300;
  color: #333;
  margin: 0 4px;
  line-height: 24px;
}
.dropdown-checkboxes .checker input {
  margin-top: 5px;
}
.dropdown-checkboxes .checker span {
  padding-left: 5px;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  line-height: 20px;
}
.dd.shadowed .dd-handle,
.dd.shadowed .dd2-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.dd.bordered .dd-handle,
.dd.bordered .dd2-content {
  border: 1px solid #cfcfcf;
}
.dd.darker .dd-handle,
.dd.darker .dd2-content {
  background-color: #eee;
}
.dd.darker .dd2-handle,
.dd.darker .dd-dragel > li > .dd2-handle {
  background-color: #e5e5e5;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list > li > .dd-handle[class*=bg-],
.dd-list > li > .dd2-content[class*=bg-] {
  color: var(--secondary-bg);
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd-handle,
.dd2-content {
  display: block;
  min-height: 38px;
  margin: 5px 0;
  padding: 8px 12px;
  background: #f5f5f5;
  color: #737373;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
}
.dd-handle:hover,
.dd2-content:hover,
.dd-handle:hover,
.dd2-content:hover {
  color: #262626;
  background: #eee;
}
.dd-handle[class*=btn-],
.dd2-content[class*=btn-] {
  color: var(--secondary-bg);
  border: 0;
  padding: 9px 12px;
}
.dd-handle[class*=btn-]:hover,
.dd2-content[class*=btn-]:hover {
  opacity: 0.85;
  color: var(--secondary-bg);
}
.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*=btn-] {
  padding-left: 44px;
}
.dd-handle[class*=btn-]:hover,
.dd2-content[class*=btn-] .dd2-handle[class*=btn-]:hover + .dd2-content[class*=btn-] {
  color: var(--secondary-bg);
}
.dd-item > button:hover ~ .dd-handle[class*=btn-],
.dd-item > button:hover ~ .dd2-content[class*=btn-] {
  opacity: 0.85;
  color: var(--secondary-bg);
}
.nav-tabs > li > a:hover {
  color: var(--text-primary);
  background-color: transparent;
  border-color: transparent;
}
.nav > li > a:focus {
  background-color: var(--lightMode);
}
.dd2-handle:hover ~ .dd2-content {
  color: #262626;
  background: #f5f5f5;
}
.dd2-item.dd-item > button {
  margin-left: 38px;
}
.dd-item > button {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 1px 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 4px;
  left: 1px;
  color: #737373;
}
.dd-item > button:before {
  font-family: FontAwesome;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
}
.dd-item > button[data-action=collapse]:before {
  content: "";
}
.dd-item > button:hover {
  color: #737373;
}
.dd-item .dd-colored > button,
.dd-item.dd-colored > button:hover {
  color: #f5f5f5;
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f5f5f5;
  border: 1px dashed #d0d0d0;
  box-sizing: border-box;
}
.dd-empty {
  border-color: #aaa;
  border-style: solid;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.dd-dragel > li > .dd-handle {
  color: #000;
  background: #fbfbfb;
  border-left: 2px solid #444;
  position: relative;
}
.dd-dragel > .dd-item > .dd-handle {
  margin-top: 0;
}
.dd-list > li[class*=bordered-] {
  border-width: 0;
  padding: 0;
}
.dd-list > li[class*=bordered-] > .dd-handle {
  border-left: 2px solid;
  border-left-color: inherit;
}
.dd-list > li.bordered-blue > .dd-handle {
  border-left-color: #5db2ff;
}
.dd-list > li.bordered-primary > .dd-handle {
  border-left-color: #4374e0;
}
.dd-list > li.bordered-danger > .dd-handle {
  border-left-color: #d73d32;
}
.dd-list > li.bordered-warning > .dd-handle {
  border-left-color: #f4b400;
}
.dd-list > li.bordered-success > .dd-handle {
  border-left-color: #53a93f;
}
.dd-list > li.bordered-silver > .dd-handle {
  border-left-color: #777;
}
.dd-list > li.bordered-inverse > .dd-handle {
  border-left-color: #444;
}
.dd-list > li.bordered-blueberry > .dd-handle {
  border-left-color: #6f85bf;
}
.dd-list > li.bordered-palegreen > .dd-handle {
  border-left-color: #a0d468;
}
.dd-list > li.bordered-orange > .dd-handle {
  border-left-color: #fb6e52;
}
.dd-list > li.bordered-darkorange > .dd-handle {
  border-left-color: #ed4e2a;
}
.dd-list > li.bordered-magenta > .dd-handle {
  border-left-color: #bc5679;
}
.dd-list > li.bordered-purple > .dd-handle {
  border-left-color: #7e3794;
}
.dd-list > li.bordered-maroon > .dd-handle {
  border-left-color: #981b48;
}
.dd-list > li > .dd-handle .sticker {
  position: absolute;
  right: 0;
  top: 0;
}
.dd2-handle,
.dd-dragel > li > .dd2-handle {
  left: 0;
  top: 0;
  width: 38px;
  margin: 0;
  border-width: 1px 1px 0 0;
  text-align: center;
  padding: 0 !important;
  line-height: 38px;
  height: 38px;
  background: var(--secondary-bg);
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.dd2-handle .normal-icon,
.dd-dragel > li > .dd2-handle .normal-icon,
.dd2-handle .drag-icon,
.dd-dragel > li > .dd2-handle .drag-icon {
  font-size: 16px;
}
.dd2-handle:hover,
.dd-dragel > li > .dd2-handle {
  background: #f3f3f3;
}
.dd-item > .dd2-handle .drag-icon {
  display: none;
}
.dd-dragel > .dd-item > .dd2-handle .drag-icon {
  display: inline;
}
.dd-dragel > .dd-item > .dd2-handle .normal-icon {
  display: none;
}
.tree {
  padding-left: 14px;
  overflow: auto;
  position: relative;
}
.tree:before {
  width: 1px;
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: -21px;
  bottom: 16px;
  left: 0;
  border-left: 1px dotted #666;
}
.tree.tree-solid-line {
  padding-left: 12px;
}
.tree.tree-solid-line:before {
  border-left: 1px solid #999;
}
.tree.tree-solid-line .tree-folder .tree-folder-content:before {
  border-left: 1px solid #999;
}
.tree.tree-no-line {
  padding-left: 0;
}
.tree.tree-no-line:before {
  display: none;
}
.tree.tree-no-line .tree-folder .tree-folder-content:before {
  display: none;
}
.tree .tree-folder {
  width: auto;
  min-height: 20px;
  cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
}
.tree .tree-folder .tree-folder-header:hover {
  background-color: #eee;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
  margin-left: 2px;
}
.tree .tree-folder img {
  margin-left: 4px;
}
.tree .tree-folder .tree-folder-content {
  margin-left: 23px;
  position: relative;
}
.tree .tree-folder .tree-folder-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  z-index: 1;
  top: -9px;
  bottom: 16px;
  left: -12px;
  border-left: 1px dotted #666;
}
.tree .tree-item {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  min-width: 100px;
  cursor: pointer;
}
.tree .tree-item:hover {
  background-color: #eee;
}
.tree .tree-item .tree-item-name {
  margin-left: 2px;
}
.tree .tree-folder,
.tree .tree-item {
  position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #666;
  z-index: 1;
}
.tree .tree-selected {
  background-color: #eee;
  color: #262626;
}
.tree .tree-selected:hover {
  background-color: #e5e5e5;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}
.tree.tree-solid-line .tree-folder:before,
.tree.tree-solid-line .tree-item:before {
  border-top: 1px solid #999;
}
.tree.tree-no-line .tree-folder:before,
.tree.tree-no-line .tree-item:before {
  display: none;
}
.tree .tree-item,
.tree .tree-folder {
  border: 1px solid transparent;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
  margin: 0;
  padding: 4px 5px 6px 5px;
  color: #333;
  box-sizing: content-box;
}
.tree .tree-item .tree-item-name > i,
.tree .tree-folder .tree-folder-header > i {
  color: #666;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tree .tree-item.tree-selected i,
.tree .tree-item .tree-item-name i {
  margin-left: 2px;
  width: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 1px;
  color: #262626;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=") no-repeat;
  background-position: 0 -21px;
  content: "";
}
.tree.tree-plus-minus .tree-folder-header .fa-folder:before {
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=") no-repeat;
  background-position: 0 2px;
  content: "";
}
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
  margin-top: -5px;
}
.tree.tree-plus-minus .tree-folder-name {
  margin-left: 0 !important;
}
.tree .tree-actions {
  display: none;
  position: absolute;
  margin-top: 1px;
  right: 4px;
}
.tree .tree-item:hover .tree-actions,
.tree .tree-folder-header:hover .tree-actions {
  display: inline-block;
}
.tree .tree-actions > i {
  font-weight: 300;
  padding: 1px 3px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-right: 6px;
  margin-top: 0;
  display: inline-block;
}
.tree .tree-actions > i:hover {
  font-weight: bold;
}
.tree-loading {
  color: var(--header-bg);
  margin-left: 30px;
}
.wizard {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: var(--secondary-bg);
  position: relative;
  overflow: hidden;
}
.wizard.wizard-tabbed {
  background: #fbfbfb;
}
.wizard.wizard-tabbed ul li {
  padding: 0 30px;
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li .chevron {
  display: none;
}
.wizard.wizard-tabbed ul li .chevron:before {
  display: none;
}
.wizard.wizard-tabbed ul li.complete {
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
  background: var(--secondary-bg);
}
.wizard.wizard-wired {
  padding-top: 10px;
  display: block;
  background: var(--secondary-bg);
  text-align: center;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.wizard.wizard-wired ul {
  display: table;
  width: 100%;
  position: relative;
}
.wizard.wizard-wired ul li {
  display: table-cell;
  text-align: center;
  background-color: var(--secondary-bg);
  width: 20%;
  padding: 0;
  margin: 0;
  transition: all 1s ease;
}
.wizard.wizard-wired ul li .chevron {
  display: none;
}
.wizard.wizard-wired ul li .chevron:before {
  display: none;
}
.wizard.wizard-wired ul li.complete {
  background-color: var(--secondary-bg);
}
.wizard.wizard-wired ul li.complete .step:before {
  font-size: 22px;
  line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
  background-color: var(--secondary-bg);
}
.wizard.wizard-wired ul li.active {
  background-color: var(--secondary-bg);
}
.wizard.wizard-wired ul li .step {
  border-width: 2px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 15px;
  z-index: 2;
  background-color: var(--secondary-bg);
}
.wizard.wizard-wired ul li .title {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wizard.wizard-wired ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px !important;
  font-size: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  position: relative !important;
  top: 25px;
  z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard.wizard-wired ul li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 4000px;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  background: #f3f3f3;
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f3f3;
}
.wizard ul li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  line-height: 46px;
  position: relative;
  background: #f5f5f5;
  color: #d0d0d0;
  font-size: 16px;
  cursor: default;
  transition: all 0.218s ease;
}
.wizard ul li .step {
  border: 2px solid #e5e5e5;
  color: #ccc;
  font-size: 13px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.wizard ul li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard ul li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  transition: all 0.218s ease;
}
.wizard ul li.complete {
  background: #f5f5f5;
  color: #444;
}
.wizard ul li.complete:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #a0d468;
  z-index: 10000;
}
.wizard ul li.complete:hover {
  background: #eee;
  cursor: pointer;
}
.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #eee;
}
.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
  color: #a0d468;
  border-color: #a0d468;
}
.wizard ul li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  content: "";
  background-color: var(--secondary-bg);
  z-index: 3;
  font-family: FontAwesome;
  font-size: 12px;
  color: #a0d468;
}
.wizard ul li.active {
  background: var(--secondary-bg);
  color: #262626;
}
.wizard ul li.active .step {
  border-color: var(--header-bg);
  color: var(--header-bg);
}
.wizard ul li.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: var(--header-bg);
  z-index: 10000;
}
.wizard ul li.active .chevron:before {
  border-left: 14px solid var(--secondary-bg);
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  -webkit-border-radius: 2px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 0;
  background-clip: padding-box;
  padding-left: 20px;
}
.actions {
  z-index: 1000;
  position: absolute;
  right: 0;
  line-height: 42px;
  float: right;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  vertical-align: middle;
  border-left: 1px solid #d4d4d4;
}
.actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.actions .btn-prev i {
  margin-right: 5px;
}
.actions .btn-next i {
  margin-left: 5px;
}
.actions.actions-footer {
  margin-top: -10px;
  position: relative;
  float: none;
  text-align: right;
  border: 0;
  background-color: var(--secondary-bg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.step-content {
  border-top: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  background-color: #fbfbfb;
}
.step-content .step-pane {
  display: none;
}
.step-content .active {
  display: block;
}
.step-content .active .btn-group .active {
  display: inline-block;
}
.chart {
  height: 220px;
  margin: 5px;
}
.chart-sm {
  height: 100px;
}
.chart-lg {
  height: 250px;
}
.chart-xl {
  height: 350px;
}
#flotTip {
  padding: 3px 5px;
  background-color: #f5f5f5;
  z-index: 9999;
  color: #262626;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
#flotTip span {
  color: #5db2ff;
  font-weight: 700;
}
.flot-donut-caption {
  position: absolute;
  -lh-property: 0;
  top: calc(50% - 20px);
  -lh-property: 0;
  left: calc(50% - 25px);
}
flot-donut-caption .legendLabel span {
  display: block;
  margin: 0 5px;
}
.legendColorBox {
  padding-left: 10px;
  vertical-align: top;
  padding-top: 5px;
}
.legendColorBox div > div {
  width: 4px;
  height: 4px;
  box-sizing: content-box;
}
.morris-hover.morris-default-style {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 3px;
  color: #444;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: 700;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.morris-hover {
  position: absolute;
  z-index: 1001;
}
.has-legend {
  margin-top: 30px !important;
}
.has-legend-unique {
  margin-top: 19px !important;
}
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart {
  display: inline-block;
}
.easy-pie-chart .percent {
  color: #444;
  font-size: 12px;
  font-weight: 700;
}
.easy-pie-title {
  display: inline-block;
  margin: 10px 6px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100px;
  height: 19px;
  white-space: nowrap;
  overflow: hidden;
}
.jqstooltip {
  padding: 7px !important;
  border-radius: 3px !important;
  border: 0 !important;
  background-color: #000 !important;
  box-sizing: content-box;
}
.jqstooltip .jqsfield {
  font-family: "Open Sans", "Segoe UI";
  font-size: 11px;
}
.form-bordered .form-group {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-left: -12px;
  margin-right: -12px;
}
.form-bordered .form-group:first-child {
  border-top: 0;
  padding-top: 0;
}
.form-bordered .form-group:last-child {
  margin-bottom: 0;
}
.form-title {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}
label {
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle;
}
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  color: #858585;
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  font-family: inherit;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  box-shadow: none;
}
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  color: #262626;
  background-color: var(--secondary-bg);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
}
.form-control,
select {
  font-size: 13px;
  color: #858585;
  background-color: var(--lightMode) !important;
  border: 1px solid #d5d5d5;
  padding: 6px 12px;
}
.form-control:focus,
select:focus {
  color: #262626;
  background-color: var(--secondary-bg);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
}
textarea.form-control {
  padding: 5px 9px;
  transition: height 0.2s;
}
.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  font-weight: 300;
  font-size: 18px;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.33;
}
.input-xl {
  height: 52px;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fbfbfb;
  border-color: #e5e5e5;
}
.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover {
  border-color: #eee;
  background-color: var(--secondary-bg);
}
.form-group.has-success input,
.input-group.has-success input,
.form-group.has-success select,
.input-group.has-success select,
.form-group.has-success textarea,
.input-group.has-success textarea {
  border-color: #b0dd9c;
  color: #a0d468;
  box-shadow: none;
  background-color: #f3f7f1;
}
.form-group.has-success input:focus,
.input-group.has-success input:focus,
.form-group.has-success select:focus,
.input-group.has-success select:focus,
.form-group.has-success textarea:focus,
.input-group.has-success textarea:focus {
  box-shadow: none;
  color: #8cc474;
  border-color: #8cc474;
}
.form-group.has-success .form-control-feedback:before,
.input-group.has-success .form-control-feedback:before {
  color: #8cc474 !important;
  color: inherit;
}
.form-group.has-success .control-label,
.input-group.has-success .control-label,
.form-group.has-success .help-block,
.input-group.has-success .help-block,
.form-group.has-success .help-inline,
.input-group.has-success .help-inline {
  color: #8cc474;
}
.form-group.has-error input,
.input-group.has-error input,
.form-group.has-error .select,
.input-group.has-error .select,
.form-group.has-error textarea,
.input-group.has-error textarea {
  border-color: #e7bebe;
  color: #e46f61;
  box-shadow: none;
  background-color: var(--secondary-bg) afa;
}
.form-group.has-error input:focus,
.input-group.has-error input:focus,
.form-group.has-error .select:focus,
.input-group.has-error .select:focus,
.form-group.has-error textarea:focus,
.input-group.has-error textarea:focus {
  box-shadow: none;
  color: #d73d32;
  border-color: #e46f61;
}
.form-group.has-error .form-control-feedback:before,
.input-group.has-error .form-control-feedback:before {
  color: #e46f61 !important;
  color: inherit;
}
.form-group.has-error .control-label,
.input-group.has-error .control-label,
.form-group.has-error .help-block,
.input-group.has-error .help-block,
.form-group.has-error .help-inline,
.input-group.has-error .help-inline {
  color: #e46f61;
}
.form-group.has-warning input,
.input-group.has-warning input,
.form-group.has-warning .select,
.input-group.has-warning .select,
.form-group.has-warning textarea,
.input-group.has-warning textarea {
  border-color: #fecf49;
  color: #f4b400;
  box-shadow: none;
  background-color: #fefbf1;
}
.form-group.has-warning input:focus,
.input-group.has-warning input:focus,
.form-group.has-warning .select:focus,
.input-group.has-warning .select:focus,
.form-group.has-warning textarea:focus,
.input-group.has-warning textarea:focus {
  box-shadow: none;
  color: #f4b400;
  border-color: #f4b400;
}
.form-group.has-warning .form-control-feedback:before,
.input-group.has-warning .form-control-feedback:before {
  color: #f4b400 !important;
  color: inherit;
}
.form-group.has-warning .control-label,
.input-group.has-warning .control-label,
.form-group.has-warning .help-block,
.input-group.has-warning .help-block,
.form-group.has-warning .help-inline,
.input-group.has-warning .help-inline {
  color: #f4b400;
}
.form-group.has-info input,
.input-group.has-info input,
.form-group.has-info .select,
.input-group.has-info .select,
.form-group.has-info textarea,
.input-group.has-info textarea {
  border-color: #a4d3fe;
  color: #57b5e3;
  box-shadow: none;
  background-color: #f9fcff;
}
.form-group.has-info input:focus,
.input-group.has-info input:focus,
.form-group.has-info .select:focus,
.input-group.has-info .select:focus,
.form-group.has-info textarea:focus,
.input-group.has-info textarea:focus {
  box-shadow: none;
  color: #57b5e3;
  border-color: #57b5e3;
}
.form-group.has-info .form-control-feedback:before,
.input-group.has-info .form-control-feedback:before {
  color: #57b5e3 !important;
  color: inherit;
}
.form-group.has-info .control-label,
.input-group.has-info .control-label,
.form-group.has-info .help-block,
.input-group.has-info .help-block,
.form-group.has-info .help-inline,
.input-group.has-info .help-inline {
  color: #57b5e3;
}
span.input-icon {
  display: inline-block;
}
.input-icon {
  position: relative;
  width: 100%;
}
.input-icon.inverted > [class*=fa-],
.input-icon.inverted > [class*=glyphicon-] {
  color: var(--secondary-bg);
  background-color: #262626;
}
.input-icon > input {
  padding-left: 36px;
  padding-right: 6px;
}
.input-icon > input:focus + [class*=fa-],
.input-icon > input:focus + [class*=glyphicon-] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.input-icon > input:focus + .circular {
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
}
.input-icon > input.input-xs {
  padding-left: 26px;
}
.input-icon > input.input-xs + [class*=fa-],
.input-icon > input.input-xs + [class*=glyphicon-] {
  width: 24px;
  font-size: 10px;
  padding-top: 0;
  line-height: 24px;
}
.input-icon > input.input-xs + .circular {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}
.input-icon > input.input-sm {
  padding-left: 32px;
}
.input-icon > input.input-sm + [class*=fa-],
.input-icon > input.input-sm + [class*=glyphicon-] {
  width: 30px;
  font-size: 12px;
  padding-top: 0;
  line-height: 30px;
}
.input-icon > input.input-sm + .circular {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.input-icon > input.input-lg {
  padding-left: 48px;
}
.input-icon > input.input-lg + [class*=fa-],
.input-icon > input.input-lg + [class*=glyphicon-] {
  width: 46px;
  font-size: 18px;
  padding-top: 5px;
  line-height: 34px;
}
.input-icon > input.input-lg + .circular {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 26px;
}
.input-icon > input.input-xl {
  padding-left: 54px;
}
.input-icon > input.input-xl + [class*=fa-],
.input-icon > input.input-xl + [class*=glyphicon-] {
  width: 52px;
  font-size: 20px;
  padding-top: 8px;
  line-height: 34px;
}
.input-icon > input.input-xl + .circular {
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 26px;
}
.input-icon > [class*=fa-],
.input-icon > [class*=glyphicon-] {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 100%;
  line-height: 28px;
  display: inline-block;
  color: #555;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.input-icon > [class*=fa-].circular,
.input-icon > [class*=glyphicon-].circular {
  border-radius: 500em !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  transition: box-shadow 0.3s ease;
  padding: 0;
  top: 5px;
  bottom: 5px;
  left: 7px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.input-icon.icon-right > input {
  padding-left: 6px;
  padding-right: 36px;
}
.input-icon.icon-right > input.input-xs {
  padding-right: 26px;
}
.input-icon.icon-right > input.input-sm {
  padding-right: 32px;
}
.input-icon.icon-right > input.input-lg {
  padding-right: 48px;
}
.input-icon.icon-right > input.input-xl {
  padding-right: 54px;
}
.input-icon.icon-right > [class*=fa-],
.input-icon.icon-right > [class*=glyphicon-] {
  left: auto;
  right: 0;
}
.input-icon.icon-right .circular {
  left: auto;
  right: 5px;
}
.input-icon ~ .help-inline {
  padding-left: 8px;
}
.input-group .input-group-addon {
  border-radius: 0 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, #eee 0, #fbfbfb 100%);
}
.input-group .input-group-addon[class*=bg-] {
  background-image: none;
  color: var(--secondary-bg);
}
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 18px;
  font-size: 20px;
  line-height: 1.4;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 6px 2px 7px;
  font-size: 11px;
  line-height: 1.4;
}
.has-success .input-group-addon {
  border-color: #b0dd9c !important;
  color: #8cc474;
  background-image: none;
}
.has-error .input-group-addon {
  border-color: #e7bebe;
  color: #e46f61;
  background-image: none;
}
.has-warning .input-group-addon {
  border-color: #fecf49;
  color: #f4b400;
  background-image: none;
}
.has-info .input-group-addon {
  border-color: #a4d3fe;
  color: #57b5e3;
  background-color: #e4f0fc;
  background-image: none;
}
.input-group-btn .btn-label {
  padding: 6px 10px !important;
}
.input-group-btn > .btn {
  line-height: 20px;
  border-radius: 0 !important;
}
.input-group-btn > .btn.dropdown-toggle > [class*=fa-] {
  margin-right: 0;
  font-size: 14px;
}
.input-group > .btn.btn-sm {
  line-height: 22px;
}
.input-group > .btn + .btn {
  margin-left: 1px;
}
.input-group > .btn-group > .btn {
  line-height: 23px;
}
.input-group > .btn-group > .btn.btn-sm {
  line-height: 26px;
}
.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
}
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -9999px;
  z-index: 12;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
input[type=checkbox].inverted:checked ~ .text:before,
input[type=radio].inverted:checked ~ .text:before {
  background-color: #333;
  border-color: #333;
  color: var(--secondary-bg);
}
input[type=checkbox].colored-white ~ .text,
input[type=radio].colored-white ~ .text {
  color: var(--secondary-bg);
}
input[type=checkbox].colored-white ~ .text:before,
input[type=radio].colored-white ~ .text:before {
  border-color: #fafafa;
}
input[type=checkbox].colored-white:checked ~ .text,
input[type=radio].colored-white:checked ~ .text {
  color: var(--secondary-bg);
}
input[type=checkbox].colored-white:checked ~ .text:before,
input[type=radio].colored-white:checked ~ .text:before {
  border-color: #333;
  color: #333;
}
input[type=checkbox].colored-blue:checked ~ .text,
input[type=radio].colored-blue:checked ~ .text {
  color: #5db2ff;
}
input[type=checkbox].colored-blue:checked ~ .text:before,
input[type=radio].colored-blue:checked ~ .text:before {
  border-color: #5db2ff;
  color: #5db2ff;
}
input[type=checkbox].colored-primary:checked ~ .text,
input[type=radio].colored-primary:checked ~ .text {
  color: #4374e0;
}
input[type=checkbox].colored-primary:checked ~ .text:before,
input[type=radio].colored-primary:checked ~ .text:before {
  border-color: #4374e0;
  color: #4374e0;
}
input[type=checkbox].colored-danger:checked ~ .text,
input[type=radio].colored-danger:checked ~ .text {
  color: #d73d32;
}
input[type=checkbox].colored-danger:checked ~ .text:before,
input[type=radio].colored-danger:checked ~ .text:before {
  border-color: #d73d32;
  color: #d73d32;
}
input[type=checkbox].colored-success:checked ~ .text,
input[type=radio].colored-success:checked ~ .text {
  color: #53a93f;
}
input[type=checkbox].colored-success:checked ~ .text:before,
input[type=radio].colored-success:checked ~ .text:before {
  border-color: #53a93f;
  color: #53a93f;
}
input[type=checkbox].colored-warning:checked ~ .text,
input[type=radio].colored-warning:checked ~ .text {
  color: #f4b400;
}
input[type=checkbox].colored-warning:checked ~ .text:before,
input[type=radio].colored-warning:checked ~ .text:before {
  border-color: #f4b400;
  color: #f4b400;
}
input[type=checkbox].colored-silver:checked ~ .text,
input[type=radio].colored-silver:checked ~ .text {
  color: #777;
}
input[type=checkbox].colored-silver:checked ~ .text:before,
input[type=radio].colored-silver:checked ~ .text:before {
  border-color: #777;
  color: #777;
}
input[type=checkbox].colored-blueberry:checked ~ .text,
input[type=radio].colored-blueberry:checked ~ .text {
  color: #6f85bf;
}
input[type=checkbox].colored-blueberry:checked ~ .text:before,
input[type=radio].colored-blueberry:checked ~ .text:before {
  border-color: #6f85bf;
  color: #6f85bf;
}
input[type=checkbox].colored-palegreen:checked ~ .text,
input[type=radio].colored-palegreen:checked ~ .text {
  color: #a0d468;
}
input[type=checkbox].colored-palegreen:checked ~ .text:before,
input[type=radio].colored-palegreen:checked ~ .text:before {
  border-color: #a0d468;
  color: #a0d468;
}
input[type=checkbox].colored-orange:checked ~ .text,
input[type=radio].colored-orange:checked ~ .text {
  color: #fb6e52;
}
input[type=checkbox].colored-orange:checked ~ .text:before,
input[type=radio].colored-orange:checked ~ .text:before {
  border-color: #fb6e52;
  color: #fb6e52;
}
input[type=checkbox].colored-darkorange:checked ~ .text,
input[type=radio].colored-darkorange:checked ~ .text {
  color: #ed4e2a;
}
input[type=checkbox].colored-darkorange:checked ~ .text:before,
input[type=radio].colored-darkorange:checked ~ .text:before {
  border-color: #ed4e2a;
  color: #ed4e2a;
}
input[type=checkbox].colored-magenta:checked ~ .text,
input[type=radio].colored-magenta:checked ~ .text {
  color: #bc5679;
}
input[type=checkbox].colored-magenta:checked ~ .text:before,
input[type=radio].colored-magenta:checked ~ .text:before {
  border-color: #bc5679;
  color: #bc5679;
}
input[type=checkbox].colored-purple:checked ~ .text,
input[type=radio].colored-purple:checked ~ .text {
  color: #7e3794;
}
input[type=checkbox].colored-purple:checked ~ .text:before,
input[type=radio].colored-purple:checked ~ .text:before {
  border-color: #7e3794;
  color: #7e3794;
}
input[type=checkbox].colored-maroon:checked ~ .text,
input[type=radio].colored-maroon:checked ~ .text {
  color: #981b48;
}
input[type=checkbox].colored-maroon:checked ~ .text:before,
input[type=radio].colored-maroon:checked ~ .text:before {
  border-color: #981b48;
  color: #981b48;
}
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none !important;
}
input[type=checkbox]:checked ~ .text:before,
input[type=radio]:checked ~ .text:before {
  display: inline-block;
  content: "";
  background-color: #f5f8fc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  border-color: #333;
}
input[type=checkbox]:hover ~ .text :before,
input[type=radio]:hover ~ .text :before {
  border-color: #737373;
}
input[type=checkbox]:active ~ .text :before,
input[type=radio]:active ~ .text :before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:disabled ~ .text,
input[type=radio]:disabled ~ .text,
input[type=checkbox][disabled] ~ .text,
input[type=radio][disabled] ~ .text,
input[type=checkbox].disabled ~ .text,
input[type=radio].disabled ~ .text {
  color: rgba(0, 0, 0, 0.4);
}
input[type=checkbox]:disabled ~ .text:before,
input[type=radio]:disabled ~ .text:before,
input[type=checkbox][disabled] ~ .text:before,
input[type=radio][disabled] ~ .text:before,
input[type=checkbox].disabled ~ .text:before,
input[type=radio].disabled ~ .text:before {
  background-color: #f5f5f5 !important;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
  color: #e5e5e5;
}
input[type=checkbox] ~ .text,
input[type=radio] ~ .text {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
}
input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before {
  font-family: fontAwesome;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  content: " ";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  line-height: 16px;
  min-width: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}
input[type=checkbox] ~ .text:hover:before,
input[type=radio] ~ .text:hover:before {
  border-color: #737373;
}
input[type=checkbox] ~ .text:active:before,
input[type=radio] ~ .text:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=radio] ~ .text:before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  line-height: 17px;
  height: 19px;
  min-width: 19px;
}
input[type=radio]:checked ~ .text:before {
  content: "";
}
.radio label,
.checkbox label {
  padding-left: 0;
}
input[type=checkbox].checkbox-slider {
  width: 55px;
  height: 25px;
  left: 0;
}
input[type=checkbox].checkbox-slider.slider-icon:checked + .text:after {
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 21px;
  content: "";
  border-width: 1px;
  padding-left: 3px;
  background-color: var(--secondary-bg);
  color: #444;
}
input[type=checkbox].checkbox-slider.slider-icon + .text:after {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  content: "";
  border-width: 1px;
  padding-left: 4px;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.toggle:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #444;
}
input[type=checkbox].checkbox-slider.toggle + .text:after {
  border: 0;
  background-color: #444;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  box-shadow: none;
}
input[type=checkbox].checkbox-slider.yesno + .text:before {
  font-family: "Open Sans", "Segoe UI";
  content: "YES            NO";
}
input[type=checkbox].checkbox-slider + .text {
  margin: 0 4px;
  min-height: 24px;
}
input[type=checkbox].checkbox-slider + .text:before {
  font-family: "Open Sans", "Segoe UI";
  content: "ON           OFF";
  background-color: var(--secondary-bg);
  color: #999;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  border-radius: 50rem;
  border: 1px solid #ccc;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  transition: all 0.3s ease 0s;
}
input[type=checkbox].checkbox-slider + .text:after {
  font-family: "Open Sans", "Segoe UI";
  content: "";
  font-size: 10px;
  font-weight: 300;
  background-color: var(--secondary-bg);
  border: 5px solid #444;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -3px;
  padding: 0;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
input[type=checkbox].checkbox-slider:checked + .text:before {
  text-indent: 5px;
  background-color: #444;
  border-color: #444;
  color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider:checked + .text:after {
  left: 34px;
  background-color: #444;
  border: 5px solid var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-blue + .text:after {
  border-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue:checked + .text:before {
  background-color: #5db2ff;
  border-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue:checked + .text:after {
  background-color: #5db2ff;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue.toggle:checked + .text:after {
  color: #5db2ff;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-blue.toggle + .text:after {
  background-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-primary + .text:after {
  border-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary:checked + .text:before {
  background-color: #4374e0;
  border-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary:checked + .text:after {
  background-color: #4374e0;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary.toggle:checked + .text:after {
  color: #4374e0;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-primary.toggle + .text:after {
  background-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-danger + .text:after {
  border-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger:checked + .text:before {
  background-color: #d73d32;
  border-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger:checked + .text:after {
  background-color: #d73d32;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger.toggle:checked + .text:after {
  color: #d73d32;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-danger.toggle + .text:after {
  background-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-success + .text:after {
  border-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success:checked + .text:before {
  background-color: #53a93f;
  border-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success:checked + .text:after {
  background-color: #53a93f;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success.toggle:checked + .text:after {
  color: #53a93f;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-success.toggle + .text:after {
  background-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-warning + .text:after {
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning:checked + .text:before {
  background-color: #f4b400;
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning:checked + .text:after {
  background-color: #f4b400;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning.toggle:checked + .text:after {
  color: #f4b400;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-warning.toggle + .text:after {
  background-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver + .text:after {
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver:checked + .text:before {
  background-color: #f4b400;
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver:checked + .text:after {
  background-color: #f4b400;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver.toggle:checked + .text:after {
  color: #f4b400;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-silver.toggle + .text:after {
  background-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-blueberry + .text:after {
  border-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry:checked + .text:before {
  background-color: #6f85bf;
  border-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry:checked + .text:after {
  background-color: #6f85bf;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked + .text:after {
  color: #6f85bf;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-blueberry.toggle + .text:after {
  background-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-palegreen + .text:after {
  border-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen:checked + .text:before {
  background-color: #a0d468;
  border-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen:checked + .text:after {
  background-color: #a0d468;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked + .text:after {
  color: #a0d468;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-palegreen.toggle + .text:after {
  background-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-orange + .text:after {
  border-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange:checked + .text:before {
  background-color: #fb6e52;
  border-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange:checked + .text:after {
  background-color: #fb6e52;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange.toggle:checked + .text:after {
  color: #fb6e52;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-orange.toggle + .text:after {
  background-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-darkorange + .text:after {
  border-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange:checked + .text:before {
  background-color: #ed4e2a;
  border-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange:checked + .text:after {
  background-color: #ed4e2a;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked + .text:after {
  color: #ed4e2a;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-darkorange.toggle + .text:after {
  background-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-magenta + .text:after {
  border-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta:checked + .text:before {
  background-color: #bc5679;
  border-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta:checked + .text:after {
  background-color: #bc5679;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked + .text:after {
  color: #bc5679;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-magenta.toggle + .text:after {
  background-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-purple + .text:after {
  border-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple:checked + .text:before {
  background-color: #7e3794;
  border-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple:checked + .text:after {
  background-color: #7e3794;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple.toggle:checked + .text:after {
  color: #7e3794;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-purple.toggle + .text:after {
  background-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-maroon + .text:after {
  border-color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon:checked + .text:before {
  background-color: #981b48;
  border-color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon:checked + .text:after {
  background-color: #981b48;
  border-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked + .text:after {
  background-color: var(--secondary-bg);
  color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon.slider-icon + .text:after {
  border-color: var(--secondary-bg);
  color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked + .text:after {
  color: #981b48;
  background-color: var(--secondary-bg);
}
input[type=checkbox].checkbox-slider.colored-maroon.toggle + .text:after {
  background-color: #981b48;
}
.noUi-target,
.noUi-target {
  -webkit-touch-callout: none;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal.slider-xs {
  height: 14px;
}
.noUi-horizontal.slider-xs .noUi-handle {
  height: 24px;
  width: 26px;
}
.noUi-horizontal.slider-xs .noUi-handle:before {
  left: 10px;
  top: 4px;
}
.noUi-horizontal.slider-xs .noUi-handle:after {
  left: 13px;
  top: 4px;
}
.noUi-horizontal.slider-sm {
  height: 16px;
}
.noUi-horizontal.slider-sm .noUi-handle {
  height: 26px;
  width: 30px;
}
.noUi-horizontal.slider-sm .noUi-handle:before {
  left: 12px;
  top: 5px;
}
.noUi-horizontal.slider-sm .noUi-handle:after {
  left: 15px;
  top: 5px;
}
.noUi-horizontal.slider-lg {
  height: 20px;
}
.noUi-horizontal.slider-lg .noUi-handle {
  height: 30px;
  width: 36px;
}
.noUi-horizontal.slider-lg .noUi-handle:before {
  left: 15px;
  top: 7px;
}
.noUi-horizontal.slider-lg .noUi-handle:after {
  left: 18px;
  top: 7px;
}
.noUi-horizontal.slider-xl {
  height: 22px;
}
.noUi-horizontal.slider-xl .noUi-handle {
  height: 32px;
  width: 38px;
}
.noUi-horizontal.slider-xl .noUi-handle:before {
  left: 16px;
  top: 8px;
}
.noUi-horizontal.slider-xl .noUi-handle:after {
  left: 19px;
  top: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical.slider-xs {
  width: 14px;
}
.noUi-vertical.slider-xs .noUi-handle {
  width: 24px;
  height: 26px;
}
.noUi-vertical.slider-xs .noUi-handle:before {
  top: 10px;
  left: 4px;
}
.noUi-vertical.slider-xs .noUi-handle:after {
  top: 13px;
  left: 4px;
}
.noUi-vertical.slider-sm {
  width: 16px;
}
.noUi-vertical.slider-sm .noUi-handle {
  width: 26px;
  height: 30px;
}
.noUi-vertical.slider-sm .noUi-handle:before {
  top: 12px;
  left: 5px;
}
.noUi-vertical.slider-sm .noUi-handle:after {
  top: 15px;
  left: 5px;
}
.noUi-vertical.slider-lg {
  width: 20px;
}
.noUi-vertical.slider-lg .noUi-handle {
  width: 30px;
  height: 36px;
}
.noUi-vertical.slider-lg .noUi-handle:before {
  top: 15px;
  left: 7px;
}
.noUi-vertical.slider-lg .noUi-handle:after {
  top: 18px;
  left: 7px;
}
.noUi-vertical.slider-xl {
  width: 22px;
}
.noUi-vertical.slider-xl .noUi-handle {
  width: 32px;
  height: 38px;
}
.noUi-vertical.slider-xl .noUi-handle:before {
  top: 16px;
  left: 8px;
}
.noUi-vertical.slider-xl .noUi-handle:after {
  top: 19px;
  left: 8px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
.noUi-background {
  background: #fafafa;
}
.noUi-connect {
  background: var(--header-bg);
  transition: background 450ms;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: var(--secondary-bg);
  cursor: default;
  box-shadow: inset 0 0 1px var(--secondary-bg), inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px var(--secondary-bg), inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #4fdacf;
}
.ui-rangeSlider {
  height: 30px;
  padding-top: 40px;
}
.ui-rangeSlider.slider-sm .ui-rangeSlider-container,
.ui-rangeSlider.slider-sm .ui-rangeSlider-arrow {
  height: 20px;
}
.ui-rangeSlider.slider-sm .ui-rangeSlider-bar {
  height: 18px;
}
.ui-rangeSlider.slider-xs .ui-rangeSlider-container,
.ui-rangeSlider.slider-xs .ui-rangeSlider-arrow {
  height: 10px;
}
.ui-rangeSlider.slider-xs .ui-rangeSlider-bar {
  height: 8px;
}
.ui-rangeSlider.slider-xs .ui-rangeSlider-arrow-inner:before {
  font-size: 10px;
  line-height: 22px;
}
.ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label {
  background-color: #5db2ff;
}
.ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label-inner {
  border-top: 6px solid #5db2ff;
}
.ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label {
  background-color: #4374e0;
}
.ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label-inner {
  border-top: 6px solid #4374e0;
}
.ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label {
  background-color: #d73d32;
}
.ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label-inner {
  border-top: 6px solid #d73d32;
}
.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
  background-color: #53a93f;
}
.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
  border-top: 6px solid #53a93f;
}
.ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label {
  background-color: #f4b400;
}
.ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label-inner {
  border-top: 6px solid #f4b400;
}
.ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label {
  background-color: #777;
}
.ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label-inner {
  border-top: 6px solid #777;
}
.ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label {
  background-color: #6f85bf;
}
.ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label-inner {
  border-top: 6px solid #6f85bf;
}
.ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label {
  background-color: #a0d468;
}
.ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label-inner {
  border-top: 6px solid #a0d468;
}
.ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label {
  background-color: #fb6e52;
}
.ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label-inner {
  border-top: 6px solid #fb6e52;
}
.ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label {
  background-color: #ed4e2a;
}
.ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label-inner {
  border-top: 6px solid #ed4e2a;
}
.ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label {
  background-color: #bc5679;
}
.ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label-inner {
  border-top: 6px solid #bc5679;
}
.ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label {
  background-color: #7e3794;
}
.ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label-inner {
  border-top: 6px solid #7e3794;
}
.ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label {
  background-color: #981b48;
}
.ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label-inner {
  border-top: 6px solid #981b48;
}
.ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label {
  background-color: #ffce55;
}
.ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label-inner {
  border-top: 6px solid #ffce55;
}
.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label {
  background-color: #53a93f;
}
.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner {
  border-top: 6px solid #53a93f;
}
.ui-rangeSlider.silder-blue .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-blue .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #5db2ff !important;
}
.ui-rangeSlider.silder-blue .ui-rangeSlider-bar {
  background: #5db2ff !important;
}
.ui-rangeSlider.silder-primary .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-primary .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #4374e0 !important;
}
.ui-rangeSlider.silder-primary .ui-rangeSlider-bar {
  background: #4374e0 !important;
}
.ui-rangeSlider.silder-danger .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-danger .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #d73d32 !important;
}
.ui-rangeSlider.silder-danger .ui-rangeSlider-bar {
  background: #d73d32 !important;
}
.ui-rangeSlider.silder-warning .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-warning .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #f4b400 !important;
}
.ui-rangeSlider.silder-warning .ui-rangeSlider-bar {
  background: #f4b400 !important;
}
.ui-rangeSlider.silder-silver .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-silver .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #777 !important;
}
.ui-rangeSlider.silder-silver .ui-rangeSlider-bar {
  background: #777 !important;
}
.ui-rangeSlider.silder-blueberry .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-blueberry .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #6f85bf !important;
}
.ui-rangeSlider.silder-blueberry .ui-rangeSlider-bar {
  background: #6f85bf !important;
}
.ui-rangeSlider.silder-palegreen .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-palegreen .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #a0d468 !important;
}
.ui-rangeSlider.silder-palegreen .ui-rangeSlider-bar {
  background: #a0d468 !important;
}
.ui-rangeSlider.silder-success .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-success .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #53a93f !important;
}
.ui-rangeSlider.silder-success .ui-rangeSlider-bar {
  background: #53a93f !important;
}
.ui-rangeSlider.silder-yellow .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-yellow .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #ffce55 !important;
}
.ui-rangeSlider.silder-yellow .ui-rangeSlider-bar {
  background: #ffce55 !important;
}
.ui-rangeSlider.silder-orange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-orange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #fb6e52 !important;
}
.ui-rangeSlider.silder-orange .ui-rangeSlider-bar {
  background: #fb6e52 !important;
}
.ui-rangeSlider.silder-darkorange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-darkorange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #ed4e2a !important;
}
.ui-rangeSlider.silder-darkorange .ui-rangeSlider-bar {
  background: #ed4e2a !important;
}
.ui-rangeSlider.silder-magenta .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-magenta .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #bc5679 !important;
}
.ui-rangeSlider.silder-magenta .ui-rangeSlider-bar {
  background: #bc5679 !important;
}
.ui-rangeSlider.silder-purple .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-purple .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #7e3794 !important;
}
.ui-rangeSlider.silder-purple .ui-rangeSlider-bar {
  background: #7e3794 !important;
}
.ui-rangeSlider.silder-maroon .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-maroon .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #981b48 !important;
}
.ui-rangeSlider.silder-maroon .ui-rangeSlider-bar {
  background: #981b48 !important;
}
.ui-rangeSlider,
.ui-rangeSlider-container,
.ui-rangeSlider-arrow {
  box-sizing: content-box;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 15px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
}
.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  border-color: #8490a3;
}
.ui-rangeSlider-container,
.ui-rangeSlider-arrow {
  height: 30px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  background: var(--secondary-bg);
}
.ui-rangeSlider-label {
  background-color: #fb6e52;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 5px 10px;
  bottom: 36px;
  color: var(--secondary-bg);
  font-size: 13px;
  cursor: col-resize;
}
.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
.ui-rangeSlider-disabled .ui-rangeSlider-label {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.ui-rangeSlider-arrow {
  width: 14px;
  cursor: pointer;
}
.ui-rangeSlider-leftArrow {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
  border-left: solid 1px #d3d3d3;
}
.ui-rangeSlider-rightArrow {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  border-right: solid 1px #d3d3d3;
}
.ui-rangeSlider-arrow-inner {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
}
.ui-rangeSlider-arrow-inner:before {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  border-width: 1px;
  content: "";
  color: #d3d3d3;
}
.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner:before {
  content: "";
  left: 8px;
  margin-left: -5px;
}
.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before {
  color: #a0d468;
}
.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner:before {
  content: "";
  right: 0;
  margin-right: -11px;
}
.ui-rangeSlider-innerBar {
  width: 110%;
  height: 100%;
  left: -10px;
  overflow: hidden;
}
.ui-rangeSlider-bar {
  background: var(--header-bg);
  height: 28px;
  margin: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
}
.ui-rangeSlider-disabled .ui-rangeSlider-bar {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.ui-rangeSlider-handle {
  width: 10px;
  height: 30px;
  background: transparent;
  cursor: col-resize;
}
.ui-rangeSlider-label-inner {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  z-index: 99;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
  border-top: 6px solid #fb6e52;
}
.ui-rangeSlider-disabled .ui-rangeSlider-label-inner {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.ui-editRangeSlider-inputValue {
  width: 2em;
  text-align: center;
  font-size: 13px;
  border: 1px solid transparent !important;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-rangeSlider .ui-ruler-scale {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ui-rangeSlider .ui-ruler-tick {
  float: left;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
  color: #d3d3d3;
  margin-top: 1px;
  border-left: 1px solid #d3d3d3;
  height: 30px;
  padding-left: 2px;
  position: relative;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
  position: absolute;
  bottom: 6px;
}
.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-label {
  color: #fbfbfb;
}
.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner {
  border-left: 1px solid #d3d3d3;
  margin-top: 25px;
  height: 5px;
}
.spinbox {
  position: relative;
}
.spinbox input {
  float: left;
  padding-left: 35px;
}
.spinbox .btn {
  position: relative;
  width: 20px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 0;
  box-shadow: none;
  height: 17px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.spinbox .btn:hover {
  color: #f5f5f5;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.spinbox .btn:focus,
.spinbox .btn:active {
  color: #f5f5f5;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.spinbox .btn.disabled {
  cursor: not-allowed;
}
.spinbox .spinbox-buttons {
  position: absolute;
  left: 0;
  float: left;
  width: 20px;
  height: 34px;
  border-left: 1px solid #d5d5d5;
}
.spinbox .spinbox-up {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  top: 0;
  background-color: #fbfbfb;
  border-left: 1px !important;
}
.spinbox .spinbox-up i {
  position: relative;
  top: -6px;
  margin-right: 0;
}
.spinbox .spinbox-down {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  bottom: 0;
  background-color: #fbfbfb;
  border-bottom-left-radius: 0 !important;
  border-left: 1px !important;
  border-top: 1px solid #d5d5d5;
}
.spinbox .spinbox-down i {
  position: relative;
  top: -7px;
  margin-right: 0;
}
.spinbox.spinbox-right .spinbox-buttons {
  left: auto;
  right: 0;
  border-right: 0;
}
.spinbox.spinbox-right input {
  padding-left: 10px;
  padding-right: 35px;
  margin-left: 0;
}
.spinbox.spinbox-horizontal input {
  padding-left: 60px;
}
.spinbox.spinbox-horizontal .spinbox-buttons {
  margin: 0;
  font-size: 0;
  width: 50px;
  left: 0;
  top: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn {
  height: 34px;
  line-height: 32px;
  font-size: 18px;
  display: inline-block;
  vertical-align: sub;
  margin: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn > i {
  vertical-align: middle;
  display: inline-block;
}
.spinbox.spinbox-horizontal .spinbox-down {
  width: 24px;
  border-left: 0;
}
.spinbox.spinbox-horizontal .spinbox-down i {
  top: -5px;
}
.spinbox.spinbox-horizontal .spinbox-up {
  width: 24px;
}
.spinbox.spinbox-horizontal .spinbox-up i {
  top: -5px;
}
.spinbox.spinbox-horizontal.spinbox-right {
  margin-left: 0;
}
.spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons {
  right: -1px;
  left: auto;
}
.spinbox.spinbox-horizontal.spinbox-right input {
  padding-left: 10px;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons {
  width: 25px !important;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left {
  left: 0;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right {
  right: 0;
  left: auto;
}
.spinbox.spinbox-horizontal.spinbox-two-sided input {
  padding-left: 35px !important;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--secondary-bg);
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background: var(--secondary-bg);
  filter: alpha(opacity=0);
}
.select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: var(--secondary-bg);
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-top-width: 3px;
  border-bottom: 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: var(--secondary-bg);
}
.select2-container .select2-choice .select2-arrow b {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  box-shadow: none;
  background: var(--secondary-bg);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, var(--secondary-bg) 85%, #eee 99%);
}
.select2-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "";
  top: 25%;
  right: 10px;
  color: #737373 !important;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-drop.select2-drop-above .select2-search:before {
  top: 34%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 var(--secondary-bg) inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--secondary-bg);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: var(--header-bg);
  color: var(--secondary-bg);
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: var(--secondary-bg);
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}
.select2-no-results {
  padding-left: 20px;
}
.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: var(--secondary-bg);
  min-height: 26px;
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: var(--secondary-bg);
  cursor: default;
  border: 1px solid var(--header-bg);
  -moz-background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--header-bg);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: 0.8;
}
.select2-search-choice-close {
  display: block;
  min-width: 21px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-decoration: none !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-search-choice-close:before {
  color: var(--secondary-bg);
  content: "";
  font-size: 14px;
}
.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 2px 4px 3px 6px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.select2-container-multi .select2-search-choice-close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: not-allowed;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #262626;
  vertical-align: middle;
  background-color: var(--secondary-bg);
  border: 1px solid #ccc;
  border-radius: 0;
}
.bootstrap-tagsinput > span {
  font-weight: 400;
  padding: 4px 28px 4px 8px;
  font-size: 13px;
  border: 1px solid var(--header-bg);
  background: var(--header-bg);
}
.bootstrap-tagsinput input {
  border: 0;
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: 0;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: var(--secondary-bg);
  position: relative;
  margin: 3px 0 3px 2px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  display: block;
  top: -1px;
  right: 0;
  padding: 3px 4px 3px 5px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "";
  font-family: fontAwesome;
  padding: 2px 1px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bootstrap-tagsinput .tag [data-role=remove]:after:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bootstrap-tagsinput .tag [data-role=remove]:after:hover:active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.minicolors {
  position: relative;
}
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  border: solid 1px #fbfbfb;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}
.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: var(--secondary-bg);
  border: solid 1px #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: #000;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  cursor: row-resize;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px #000;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px var(--secondary-bg);
  box-sizing: content-box;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--secondary-bg);
  border: solid 1px #000;
  margin-top: -2px;
  box-sizing: content-box;
}
.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-input {
  display: none !important;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.dropdown-colorpicker {
  height: 35px;
  width: 35px;
  padding: 7px;
}
.dropdown-colorpicker > .dropdown-menu {
  top: 100%;
  left: 0;
  padding: 4px;
  min-width: 154px;
  max-width: 154px;
}
.dropdown-colorpicker > .dropdown-menu > li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  transition: all ease 0.1s;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.08);
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  color: var(--secondary-bg);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ddd;
  vertical-align: middle;
  border-radius: 0;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
}
.datepicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--secondary-bg);
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  font-size: 12px;
  height: 20px;
  width: 20px;
}
.datepicker td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: var(--header-bg);
  color: var(--secondary-bg);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker td span:hover {
  background: #eee;
}
.datepicker td span.active {
  background-color: var(--header-bg);
  color: var(--secondary-bg);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #999;
}
.datepicker th.switch {
  width: 175px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 12px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: var(--header-bg);
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: var(--header-bg);
  border: 1px solid var(--header-bg);
  color: var(--secondary-bg);
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  background: var(--secondary-bg);
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: var(--secondary-bg);
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  font-size: 12px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--secondary-bg);
  border-left: 6px solid transparent;
  content: "";
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--secondary-bg);
  border-left: 6px solid transparent;
  content: "";
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #d0e7fc;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--header-bg);
  border-color: var(--header-bg);
  color: var(--secondary-bg);
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
.daterangepicker th.month {
  width: auto;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid var(--secondary-bg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid var(--secondary-bg);
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 14px;
  color: #262626;
}
.bootstrap-timepicker-widget table td input {
  width: 35px;
  margin: 0;
  text-align: center;
  padding: 5px;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }

  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: var(--secondary-bg);
  border-collapse: separate;
  border: 1px solid #ccc;
  padding: 4px;
  box-sizing: content-box;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  overflow: scroll;
  outline: none;
}
.wysiwyg-toolbar {
  margin-bottom: 10px;
}
.wysiwyg-toolbar .btn-active {
  color: #444 !important;
  background-color: #e5e5e5;
}
.wysiwyg-toolbar .dropdown-menu {
  padding: 5px;
}
.wysiwyg-toolbar .btn-group {
  margin-bottom: 5px;
}
.wysiwyg-voiceBtn {
  width: 20px;
  color: transparent !important;
  background-color: transparent !important;
  transform: scale(2, 2);
  border: transparent !important;
  cursor: pointer;
  box-shadow: none;
}
div[data-role=editor-toolbar] {
  -webkit-user-select: none;
  user-select: none;
}
.note-editor {
  border: 1px solid #d5d5d5;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 1;
  display: none;
  color: #87cefa;
  background-color: var(--secondary-bg);
  border: 2px dashed #87cefa;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: var(--header-bg);
  border: 2px dashed var(--header-bg);
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.fullscreen .note-editable {
  background-color: var(--secondary-bg);
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-toolbar {
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  background-color: #fbfbfb;
  border-bottom: 1px solid #d5d5d5;
}
.note-editor .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-editor .note-toolbar > .input-group {
  float: none;
}
.note-editor .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style h5,
.note-editor .note-toolbar .note-style h6,
.note-editor .note-toolbar .note-style blockquote {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu {
  min-width: 290px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 5px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-editor .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: s-resize;
  border-top: 1px solid #d5d5d5;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #d5d5d5;
}
.note-editor .note-popover .popover {
  max-width: none;
}
.note-editor .note-popover .popover .popover-content {
  padding: 5px;
}
.note-editor .note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
  margin-left: 5px;
}
.note-editor .note-popover .popover .arrow {
  left: 20px;
}
.note-editor .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}
.note-editor .note-handle .note-control-selection > div {
  position: absolute;
}
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-editor .note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-editor .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: var(--secondary-bg);
  border: 1px solid #000;
}
.note-editor .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-editor .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-editor .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-editor .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: var(--secondary-bg);
  background-color: #000;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-editor .note-dialog > div {
  display: none;
}
.note-editor .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
}
.note-editor .note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background: transparent;
  background-color: #222 !important;
  border: 0;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-editor .note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid var(--secondary-bg);
  border-radius: 5px;
  box-shadow: none;
}
.note-editor .note-dialog .note-help-dialog a {
  font-size: 12px;
  color: var(--secondary-bg);
}
.note-editor .note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--secondary-bg);
  border-bottom: var(--secondary-bg) 1px solid;
}
.note-editor .note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
  font-size: 13px;
  color: #dd0;
  text-align: left;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  padding-right: 10px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
  background-color: var(--secondary-bg);
}
.note-editor .note-editable[contenteditable=false] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor .dropdown-menu {
  min-width: 90px;
}
.note-editor .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-editor .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-editor .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-editor .dropdown-menu li a i {
  color: var(--header-bg);
  visibility: hidden;
}
.note-editor .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-editor .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-color-palette {
  line-height: 1;
}
.note-editor .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--secondary-bg);
}
.note-editor .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.bv-form .help-block {
  margin-bottom: 0;
}
.nav-tabs li.bv-tab-success > a {
  color: #53a93f;
}
.nav-tabs li.bv-tab-error > a {
  color: #d73d32;
}
.register-container {
  position: relative;
  margin: 8% auto;
  max-width: 350px;
}
.register-container .registerbox {
  position: relative;
  width: 350px !important;
  height: auto !important;
  padding: 0 0 20px 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.register-container .registerbox .registerbox-title {
  position: relative;
  text-align: left;
  width: 100%;
  height: 35px;
  padding: 20px 20px 0;
  font-family: "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #444;
}
.register-container .registerbox .registerbox-caption {
  font-size: 14px;
  font-weight: 500;
  color: #a9a9a9;
  padding: 15px 20px 0;
}
.register-container .registerbox .registerbox-textbox {
  padding: 10px 20px;
}
.register-container .registerbox .registerbox-textbox .form-control {
  border-radius: 3px !important;
  background-clip: padding-box !important;
}
.register-container .registerbox .registerbox-submit {
  padding: 0 20px;
  height: 30px;
}
.register-container .logobox {
  width: 350px !important;
  height: 50px !important;
  padding: 5px;
  margin-top: 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background-color: var(--secondary-bg);
  text-align: left;
}
.lock-container {
  margin: 15% auto;
  max-width: 300px;
}
.lock-container .lock-box {
  position: relative;
  background: var(--secondary-bg);
  width: 280px;
  height: 170px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to top, var(--secondary-bg), #f3f3f3);
}
.lock-container .lock-box .lock-username {
  position: absolute;
  height: 50px;
  width: 100%;
  line-height: 50px;
  top: 60px;
  text-align: center;
  color: #999;
}
.lock-container .lock-box img {
  position: absolute;
  -lh-property: 0;
  left: calc(50% - 64px);
  top: -64px;
  border: 3px solid var(--secondary-bg);
  width: 128px;
  height: 128px;
  background: var(--secondary-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.lock-container .lock-box .lock-password {
  position: absolute;
  top: 115px;
  text-align: center;
  -lh-property: 0;
  left: calc(50% - 114px);
}
.lock-container .lock-box .lock-password input {
  background-color: var(--secondary-bg);
  border-color: #e5e5e5;
  -webkit-border-radius: 4px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 4px !important;
  -moz-background-clip: padding !important;
  border-radius: 4px !important;
  background-clip: padding-box !important;
  text-align: center;
  padding-left: 25px;
}
.lock-container .lock-box .btn-lock,
.lock-container .lock-box .btn-lock:hover {
  background: var(--secondary-bg);
  color: var(--header-bg);
  margin-top: -8px;
  border: 0;
  box-shadow: none;
}
.lock-container .lock-box .btn-lock i:before,
.lock-container .lock-box .btn-lock:hover i:before {
  font-size: 18px;
}
.lock-container .signinbox {
  width: 280px !important;
  height: 50px !important;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: var(--secondary-bg);
  text-align: center;
}
.lock-container .signinbox a {
  font-size: 13px;
  color: var(--header-bg);
  padding-left: 5px;
  cursor: pointer;
}
.pricing-container {
  padding: 20px;
  -webkit-text-shadow: gba(0, 0, 0, 0.2) 1px 1px 1px;
  text-shadow: gba(0, 0, 0, 0.2) 1px 1px 1px;
}
.pricing-container [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.pricing-container .plan {
  text-align: center;
  background: var(--secondary-bg);
  color: #333;
  padding: 0;
  width: 100%;
  float: left;
  _display: inline;
  position: relative;
  margin: 0 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to top, var(--secondary-bg), #f3f3f3);
}
.pricing-container .plan .header {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  border-bottom: 3px solid;
}
.pricing-container .plan .price {
  font-size: 26px;
  padding: 5px 5px 0;
  background-color: var(--secondary-bg);
  -webkit-text-shadow: none;
  text-shadow: none;
}
.pricing-container .plan .monthly {
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #999;
  background-color: var(--secondary-bg);
  padding-bottom: 10px;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.pricing-container .plan ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.pricing-container .plan ul li {
  padding: 10px 0;
}
.pricing-container .plan ul li p {
  margin: 0 20px;
  text-align: left;
}
.pricing-container .plan .signup {
  position: relative;
  padding: 8px 17px;
  color: var(--secondary-bg);
  font: bold 15px "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: var(--header-bg);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  margin: 15px;
}
.pricing-container .plan .signup:hover {
  opacity: 1;
}
.pricing-container .plan .signup:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}
.pricing-container .popular-plan {
  top: -20px;
  padding: 0 0 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pricing-container .popular-plan .header {
  padding: 35px 15px 15px;
}
.plan-circular {
  margin: 10px auto;
  text-align: center;
}
.plan-circular .plan-title {
  color: var(--secondary-bg);
}
.plan-circular .title-devider {
  margin: 10px 40%;
  border-color: var(--secondary-bg);
}
.plan-circular .plan-body {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: var(--secondary-bg);
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}
.plan-circular .plan-body .plan-price {
  position: absolute;
  top: 33px;
  right: 35px;
  font-size: 40px;
  color: #555;
}
.plan-circular .plan-body .plan-currency {
  position: absolute;
  top: 33px;
  right: 80px;
  font-size: 26px;
  color: #777;
}
.plan-circular .plan-body .plan-month {
  position: absolute;
  top: 80px;
  right: 38px;
  font-size: 12px;
  color: #999;
}
.plan-circular .plan-tag {
  width: 25px;
  height: 40px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0 auto;
  margin-top: -15px;
}
.plan-circular .plan-tag .tag-icon {
  margin-top: 20px;
  font-size: 15px;
  color: var(--secondary-bg);
}
.invoice-container .table-bordered thead > tr {
  background-color: var(--secondary-bg) !important;
  background-image: none !important;
}
.invoice-container .panel {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.invoice-container .panel .panel-heading {
  background-color: var(--secondary-bg);
}
.invoice-container .panel .panel-heading h1,
.invoice-container .panel .panel-heading h2,
.invoice-container .panel .panel-heading h3,
.invoice-container .panel .panel-heading h4,
.invoice-container .panel .panel-heading h5,
.invoice-container .panel .panel-heading h6 {
  margin-bottom: 0;
}
.invoice-container ul {
  list-style: none;
  padding-left: 0;
}
.invoice-container ul li {
  line-height: 22px;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: -35px;
  position: absolute;
  content: " ";
  width: 3px;
  left: 50%;
  margin-left: -1.5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #f3f3f3;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-datetime {
  color: #737373;
  position: absolute;
  left: 55%;
  top: 6px;
  text-align: left;
  padding: 10px;
}
.timeline > li > .timeline-datetime .timeline-time,
.timeline > li > .timeline-datetime .timeline-date {
  display: block;
  font-size: 11px;
  font-family: "Lucida Sans", "trebuchet MS", Arial, Helvetica;
}
.timeline > li > .timeline-datetime .timeline-time {
  font-size: 14px;
  font-weight: bold;
}
.timeline > li > .timeline-panel {
  background-color: #fbfbfb;
  -lh-property: 0;
  width: calc(50% - 45px);
  float: left;
  border-radius: 2px;
  padding: 0;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel .timeline-header .timeline-title {
  display: block;
  padding: 10px 20px 0;
  min-width: 200px;
  font-size: 14px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-weight: 700;
}
.timeline > li > .timeline-panel .timeline-header .timeline-datetime {
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-size: 13px;
  display: none;
}
.timeline > li > .timeline-panel .timeline-body {
  padding: 10px 20px 20px;
  line-height: 22px;
}
.timeline > li > .timeline-panel .timeline-body > p,
.timeline > li > .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline > li > .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline > li > .timeline-panel .timeline-footer {
  padding: 5px 20px 10px;
  border-top: 1px solid #eee;
}
.timeline > li > .timeline-panel .timeline-footer .footer-registrar {
  font-size: 12px;
  color: #555;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 16px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e5e5e5;
  border-right: 0 solid #e5e5e5;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 17px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fbfbfb;
  border-right: 0 solid #fbfbfb;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li .timeline-badge {
  width: 50px;
  height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -25px;
  background-image: linear-gradient(to bottom, #eee 0, #fbfbfb 100%);
  z-index: 100;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  color: #444;
}
.timeline > li .timeline-badge .badge-picture {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.timeline > li .timeline-badge i {
  line-height: 50px;
}
.timeline > li .timeline-badge[class*=bg-] {
  background-image: none !important;
  color: var(--secondary-bg);
}
.timeline > li.timeline-inverted > .timeline-datetime {
  left: auto;
  right: 55%;
  text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li.timeline-node {
  width: 150px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }

  .timeline > li > .timeline-panel {
    -lh-property: 0;
    width: calc(100% - 90px);
  }

  .timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 6px;
  }

  .timeline > li > .timeline-panel {
    float: right;
  }

  .timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline > li > .timeline-panel .timeline-header .timeline-title {
    top: 5px;
  }

  .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
    display: block;
  }

  .timeline > li > .timeline-datetime {
    display: none;
  }

  .timeline > li.timeline-node {
    margin: 0 0 20px -35px;
  }
}
@media (max-width: 500px) {
  .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
    position: relative;
    padding: 5px 30px 0;
    margin: 0;
  }

  .timeline > li > .timeline-panel .timeline-body {
    padding: 20px 20px 20px;
  }
}
.profile-container .profile-header {
  min-height: 175px;
  margin: 15px 15px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-color: #fbfbfb;
}
.profile-container .profile-header .header-avatar {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
}
.profile-container .profile-header .profile-info {
  min-height: 175px;
  border-right: 1px solid #eee;
  padding: 15px 40px 35px 0;
}
.profile-container .profile-header .profile-info .header-fullname {
  font: 21px "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  margin-top: 27px;
  display: inline-block;
}
.profile-container .profile-header .profile-info .btn-follow {
  position: absolute;
  top: 45px;
  right: 40px;
}
.profile-container .profile-header .profile-info .header-information {
  line-height: 23px;
  margin-top: 15px;
  text-align: justify;
}
.profile-container .profile-header .profile-stats {
  min-height: 175px;
  border-right: 1px solid #eee;
}
.profile-container .profile-header .profile-stats .stats-col {
  margin: 30px 0;
  text-align: center;
}
.profile-container .profile-header .profile-stats .stats-col:not(:last-child) {
  border-right: 1px solid #eee;
}
.profile-container .profile-header .profile-stats .stats-col .stats-value {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
}
.profile-container .profile-header .profile-stats .stats-col .stats-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.profile-container .profile-header .profile-stats .inlinestats-col {
  padding-top: 15px;
  text-align: center;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  border-top: 1px solid #eee;
  min-height: 55px;
}
.profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child) {
  border-right: 1px solid #eee;
}
.profile-container .profile-header .profile-stats .inlinestats-col i {
  margin-right: 2px;
}
.profile-container .profile-header .profile-contactinfo .title {
  margin-bottom: 5px;
  margin-top: 30px;
}
.profile-container .profile-header .profile-contactinfo .list-group-item {
  background: none !important;
  border: none;
  padding-bottom: 0;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 5px;
}
.profile-container .profile-body .nav-tabs > li.active > a,
.profile-container .profile-body .nav-tabs > li.active > a:hover,
.profile-container .profile-body .nav-tabs > li.active > a:focus {
  box-shadow: none;
  border-top: 0;
  border-bottom: 2px solid var(--header-bg);
  background-color: #fbfbfb;
  top: 2px;
  margin-bottom: 0;
}
.profile-container .profile-body .nav-tabs {
  border-top: 1px solid #e5e5e5;
  top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.profile-container .profile-body .nav-tabs.tabs-flat {
  background-color: #fbfbfb;
}
.profile-container .profile-body .tab-content {
  margin-top: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.profile-container .profile-body .setting-header {
  margin-bottom: 25px;
}
.profile-container .profile-contacts {
  padding: 25px;
}
.profile-container .profile-contacts .contact-badge i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(to bottom, #eee 0, #fbfbfb 100%);
  z-index: 100;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  color: #444;
}
.profile-container .profile-contacts .contact-badge span {
  font-size: 26px;
  margin-left: 20px;
  font-weight: 300;
}
.profile-container .profile-contacts .contact-info p {
  padding: 10px 70px;
}
.profile-container #contact-map {
  margin: 20px;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  border: #fbfbfb 5px solid;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.profile-container .profile-badge i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(to bottom, #eee 0, #fbfbfb 100%);
  z-index: 100;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  color: #444;
}
.profile-container .profile-badge span {
  font-size: 26px;
  margin-left: 20px;
  font-weight: 300;
}
.profile-container .profile-overview {
  padding: 5px;
}
.profile-container .row-title {
  margin-left: -17px;
  margin-top: 50px;
}
.profile-container .timeline {
  padding-top: 35px;
  margin-top: -16px;
}
@media (max-width: 992px) {
  .profile-container .profile-header .profile-info {
    padding: 0 40px;
  }

  .profile-container .profile-header .profile-info .btn-follow {
    top: 28px;
  }

  .profile-container .profile-header .profile-stats .stats-col {
    border-right: 0;
  }
}
.comment {
  padding-top: 12px;
}
.comment:first-child {
  padding-top: 0;
}
.comment > .comment {
  margin-left: 25px !important;
}
.comment .comment-avatar {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}
.comment .comment-header {
  font-size: 12px;
  padding-bottom: 2px;
}
.comment .comment-header span {
  color: #d0d0d0;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}
.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
}
.comment .comment-text {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 7px 12px 8px;
}
.comment .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0;
}
.comment .comment-footer i {
  font-size: 13px;
  margin-right: 7px;
}
.comment .comment-footer,
.comment .comment-footer a {
  color: #d0d0d0;
}
.comment .comment-footer a:hover {
  color: var(--header-bg);
}
.mail-container {
  position: relative;
}
.mail-container .mail-sidebar,
.mail-container .mail-body {
  box-sizing: border-box;
}
.mail-container .mail-sidebar {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100%;
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.mail-container .mail-sidebar .mail-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mail-container .mail-sidebar .mail-menu > li {
  margin: 0;
  padding: 0;
}
.mail-container .mail-sidebar .mail-menu > li a {
  color: #777;
  display: block;
  padding: 10px 10px 10px 25px;
  transition: all 200ms ease-in-out;
  font-size: 13px;
}
.mail-container .mail-sidebar .mail-menu > li a:hover {
  text-decoration: none;
  color: #444;
}
.mail-container .mail-sidebar .mail-menu > li a i {
  margin-right: 10px;
  font-size: 13px;
}
.mail-container .mail-sidebar .mail-menu > li a .badge {
  font-size: 13px;
}
.mail-container .mail-sidebar .mail-menu > li a .badge-tag {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.mail-container .mail-sidebar .mail-menu > li:hover a {
  background: var(--secondary-bg);
}
.mail-container .mail-sidebar .mail-menu > li.active a {
  background: #f3f3f3;
  font-weight: bold;
}
.mail-container .mail-sidebar .mail-menu > li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0 3px;
  background: #e5e5e5;
}
.mail-container .mail-sidebar .mail-menu > li.menu-title {
  margin-top: 25px;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 25px;
  font-weight: 700;
}
.mail-container .mail-header {
  position: relative;
  height: 38px;
  margin-left: 200px;
  padding: 0;
  border-bottom: 1px solid #eee;
  background-color: var(--secondary-bg);
}
.mail-container .mail-header .header-buttons {
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  text-align: left;
  height: 38px;
  padding: 0 2px 0 7px;
}
.mail-container .mail-header .header-buttons li {
  float: left;
  position: relative;
  height: 38px;
  width: 38px;
  padding: 4px;
  text-align: center;
}
.mail-container .mail-header .header-buttons li a {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.mail-container .mail-header .header-buttons li a:hover {
  cursor: pointer;
  border-color: var(--header-bg);
}
.mail-container .mail-header .header-buttons li a:hover i {
  color: var(--header-bg);
}
.mail-container .mail-header .header-buttons li a i {
  line-height: 24px;
  color: #d0d0d0;
  font-size: 14px;
}
.mail-container .mail-header .header-buttons li a i.fa {
  line-height: 28px;
  font-size: 16px;
}
.mail-container .mail-header .header-buttons li.search {
  width: 150px;
}
.mail-container .mail-header .header-buttons li.search input[type=text] {
  border-color: #e5e5e5;
  -webkit-border-radius: 5px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 5px !important;
  -moz-background-clip: padding !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
}
.mail-container .mail-header .pages {
  float: right;
  font-style: italic;
  line-height: 38px;
  color: #d0d0d0;
}
.mail-container .mail-header .draft {
  float: right;
  margin-right: 15px;
  font-style: italic;
  line-height: 38px;
  color: #d0d0d0;
}
.mail-container .mail-header .mail-title {
  float: left;
  margin-left: 15px;
  line-height: 36px;
  color: #555;
}
.mail-container .mail-body {
  position: relative;
  margin-left: 200px;
  padding: 0;
  overflow: hidden;
}
.mail-container .mail-body .mail-info {
  width: 100%;
  background: #f5f5f5;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb;
}
.mail-container .mail-body .mail-info .mail-sender,
.mail-container .mail-body .mail-info .mail-date {
  display: table-cell;
  width: 50%;
  color: #737373;
  padding: 8px 10px 7px;
}
.mail-container .mail-body .mail-info .mail-sender.mail-sender a:hover,
.mail-container .mail-body .mail-info .mail-date.mail-sender a:hover {
  text-decoration: none;
}
.mail-container .mail-body .mail-info .mail-sender.mail-sender span,
.mail-container .mail-body .mail-info .mail-date.mail-sender span {
  font-weight: bold;
  color: #fb6e52;
}
.mail-container .mail-body .mail-info .mail-sender.mail-sender img,
.mail-container .mail-body .mail-info .mail-date.mail-sender img {
  margin-right: 5px;
  border: 2px solid #e5e5e5;
}
.mail-container .mail-body .mail-info .mail-sender.mail-date,
.mail-container .mail-body .mail-info .mail-date.mail-date {
  text-align: right;
}
.mail-container .mail-body .mail-text {
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
}
.mail-container .mail-body .mail-attachments {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
.mail-container .mail-body .mail-attachments h4 {
  margin-bottom: 30px;
  line-height: 1;
}
.mail-container .mail-body .mail-attachments h4 span {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.mail-container .mail-body .mail-attachments ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mail-container .mail-body .mail-attachments ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
.mail-container .mail-body .mail-attachments ul li > a {
  display: block;
}
.mail-container .mail-body .mail-attachments ul li > a img {
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.mail-container .mail-body .mail-attachments ul li > a.thumb {
  position: relative;
}
.mail-container .mail-body .mail-attachments ul li > a.thumb:after {
  font-family: "FontAwesome";
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  vertical-align: text-top;
  color: var(--secondary-bg);
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.mail-container .mail-body .mail-attachments ul li > a.thumb:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mail-container .mail-body .mail-attachments ul li > a.thumb.download:after {
  content: "";
}
.mail-container .mail-body .mail-attachments ul li > a.name span {
  color: #666;
  float: right;
}
.mail-container .mail-body .mail-attachments ul li .links {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 6px;
}
.mail-container .mail-body .mail-attachments ul li .links a {
  color: #666;
}
.mail-container .mail-body .mail-reply {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
}
.mail-container .mail-body .mail-reply .reply-form {
  padding: 10px;
  border: 1px solid #ebebeb;
  min-height: 200px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mail-container .mail-body .mail-reply .reply-form > div a {
  font-weight: bold;
  color: #fb6e52;
}
.mail-container .mail-body .mail-compose {
  padding: 10px;
}
.mail-container .mail-body .mail-compose .note-editor {
  border: 1px solid #e5e5e5 !important;
}
.mail-container .mail-body .mail-compose .note-editor .btn-group > .btn.btn-default > .caret {
  border-top-color: #999;
  border-width: 4px;
  margin-top: -2px;
}
.mail-container .mail-body .mail-compose .note-editor .note-toolbar {
  border-bottom: 1px solid #e5e5e5;
}
.mail-container .mail-body .mail-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 25px;
}
.mail-container .mail-body .mail-compose .note-editor .btn {
  color: #999 !important;
  box-shadow: none;
  border-color: #e5e5e5;
  background-color: #fbfbfb;
}
.mail-container .mail-body .mail-compose .note-editor .btn:hover {
  color: #444 !important;
}
.mail-container .mail-body .mail-compose .form-group {
  position: relative;
  margin-bottom: 5px;
}
.mail-container .mail-body .mail-compose .form-group label {
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 10;
  color: #999;
}
.mail-container .mail-body .mail-compose .form-group input {
  border-color: #e5e5e5;
  border-left: 0;
  position: relative;
  padding-left: 100px;
  transition: all 300ms ease-in-out;
  box-shadow: none;
  background-color: var(--secondary-bg);
}
.mail-container .mail-body .mail-compose .form-group input:focus {
  background-color: var(--secondary-bg);
}
.mail-container .mail-body .mail-compose .form-group .field-options {
  position: absolute;
  right: 5px;
  top: 5px;
}
.mail-container .mail-body .mail-compose .form-group .field-options a {
  display: inline-block;
  background: #f3f4f4;
  color: #7e8186;
  padding: 2px 6px;
  margin-left: 4px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mail-container .mail-body > div:last-child {
  border-bottom: 0;
}
.mail-container .mail-body .mail-list {
  list-style: none;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.mail-container .mail-body .mail-list .list-item {
  display: block;
  position: relative;
  height: 38px;
  padding: 0;
}
.mail-container .mail-body .mail-list .list-item:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: var(--header-bg);
}
.mail-container .mail-body .mail-list .list-item:hover:before {
  display: block;
}
.mail-container .mail-body .mail-list .list-item:nth-child(2n-1) {
  background: #f6f6f6;
}
.mail-container .mail-body .mail-list .list-item.unread > div.item-sender,
.mail-container .mail-body .mail-list .list-item.unread > div.item-subject {
  font-weight: bold;
}
.mail-container .mail-body .mail-list .list-item > div {
  position: absolute;
  height: 38px;
  top: 0;
}
.mail-container .mail-body .mail-list .list-item > div.item-check {
  left: 0;
  width: 42px;
  padding: 0 5px 0 15px;
  text-align: center;
  line-height: 38px;
}
.mail-container .mail-body .mail-list .list-item > div.item-star {
  line-height: 38px;
  width: 22px;
  left: 42px;
}
.mail-container .mail-body .mail-list .list-item > div.item-star a {
  font-size: 15px;
  color: #d0d0d0;
}
.mail-container .mail-body .mail-list .list-item > div.item-star a.stared {
  color: #ffce55;
}
.mail-container .mail-body .mail-list .list-item > div.item-sender {
  width: 184px;
  left: 64px;
  line-height: 38px;
  padding-left: 5px;
}
.mail-container .mail-body .mail-list .list-item > div.item-sender a {
  color: #444;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.mail-container .mail-body .mail-list .list-item > div.item-sender a:hover {
  text-decoration: none;
}
.mail-container .mail-body .mail-list .list-item > div.item-subject {
  min-width: 200px;
  left: 250px;
  line-height: 38px;
  padding-left: 10px;
}
.mail-container .mail-body .mail-list .list-item > div.item-subject a {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #444;
}
.mail-container .mail-body .mail-list .list-item > div.item-subject a:hover {
  text-decoration: none;
}
.mail-container .mail-body .mail-list .list-item > div.item-time {
  right: 0;
  width: 120px;
  line-height: 38px;
  text-align: right;
  padding-right: 20px;
}
.mail-container .mail-body .mail-list .list-item > div.item-options {
  right: 120px;
  width: 38px;
  line-height: 38px;
  text-align: right;
  padding-right: 10px;
}
.mail-container .mail-body .mail-list .list-item > div.item-options a {
  color: #555;
  font-size: 19px;
}
.mail-container .mail-body .mail-list .list-item > div.item-options a:hover {
  text-decoration: none;
}
.mail-container.right-sidebar .mail-sidebar {
  border-left: 1px solid #ebebeb;
  border-right: 0;
}
.mail-container.right-sidebar .mail-body {
  float: left;
}
@media (max-width: 999px) {
  .mail-container .mail-body .mail-list .list-item {
    height: 70px;
    padding: 5px;
  }

  .mail-container .mail-body .mail-list .list-item > div.item-subject {
    top: 25px;
    left: 0;
    padding: 0 5px 0 15px;
    min-width: 100px;
  }

  .mail-container .mail-body .mail-list .list-item > div.item-options {
    right: 5px;
  }

  .mail-container .mail-body .mail-list .list-item > div.item-time {
    right: 30px;
  }
}
@media (max-width: 760px) {
  .mail-container .mail-sidebar {
    display: none;
  }

  .mail-container .mail-body,
.mail-container .mail-header {
    margin-left: 0;
  }
}
@media (max-width: 570px) {
  .mail-container .mail-header {
    height: 76px;
  }

  .mail-container .mail-header .header-buttons {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 330px) {
  .mail-container .mail-body .mail-list .list-item {
    height: 90px;
  }

  .mail-container .mail-body .mail-list .list-item > div.item-subject {
    margin-top: 20px;
    margin-right: 50px;
    line-height: 20px;
    height: 50px;
  }

  .mail-container .mail-body .mail-list .list-item > div.item-time {
    display: none;
  }

  .mail-container .mail-header {
    text-align: center;
    height: 114px;
  }

  .mail-container .mail-header .pages {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.fc {
  direction: ltr;
  text-align: left;
  background-color: var(--secondary-bg);
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
.fc-header {
  padding: 10px;
}
.fc-header td {
  white-space: nowrap;
  padding: 10px;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-right: -1px;
  vertical-align: top;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  margin-right: 0;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-content {
  clear: both;
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
.fc-widget-content,
.fc-widget-header {
  border: 1px solid #e5e5e5;
  border-right: 0;
}
.fc-state-highlight {
  background: #ffc;
}
.fc-cell-overlay {
  background: #57b5e3;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fc-button {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  overflow: hidden;
  height: 26px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #444;
  background-color: var(--secondary-bg);
  border: 1px solid #ccc;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, var(--secondary-bg) 0, #ededed 100%);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  font-weight: bold;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333;
  background-color: #e5e5e5;
}
.fc-state-down,
.fc-state-active {
  background-color: #e5e5e5;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: 0.85em;
  cursor: default;
}
.fc-event-draggable,
a.fc-event {
  cursor: pointer;
}
a.fc-event {
  text-decoration: none;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-skin {
  color: var(--secondary-bg);
  border-right: 0 !important;
  cursor: move;
}
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}
.fc-event-hori {
  border-width: 0 0 0 4px;
  margin-bottom: 3px;
  border-radius: 2px;
  padding: 5px 15px 5px 2px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, var(--secondary-bg) 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
}
.fc-corner-left {
  margin-left: 1px;
}
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}
.fc-corner-right {
  margin-right: 1px;
}
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}
.fc-corner-top {
  margin-top: 1px;
}
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}
.fc-corner-bottom {
  margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}
.fc-corner-left .fc-event-inner {
  border-left: 6px solid rgba(0, 0, 0, 0.15);
  padding-left: 2px;
}
.fc-corner-right .fc-event-inner {
  padding-left: 2px;
}
.fc-event-skin .fa:before {
  display: block;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 3px;
}
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate td,
.fc-border-separate th {
  border-width: 1px 0 0 1px;
}
.fc-border-separate td.fc-last,
.fc-border-separate th.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last td,
.fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc-grid th {
  text-align: center;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 3px 4px 2px;
}
.fc-grid .fc-event-time {
  font-weight: 700;
}
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: 400;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: 0 0;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 td,
.fc-agenda-slots tr.fc-slot0 th {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor td,
.fc-agenda-slots tr.fc-minor th {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}
.fc-event-vert {
  border-width: 0 0 0 4px;
  margin-bottom: 3px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, var(--secondary-bg) 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fc-event-vert .fc-event-content,
.fc-event-vert .fc-event-head {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-bg);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none;
}
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  _overflow: hidden;
}
#calendar-container {
  position: relative;
}
.fc table,
html .fc {
  font-size: 12px;
}
.dt-header.calender-spacer {
  height: 46px;
  display: block;
}
tr td.fc-first,
tr.fc-first th.fc-first {
  border-left: 0;
}
tr.fc-last td {
  border-bottom: 0;
}
.fc-header-title h2 {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 800 !important;
  margin-bottom: 0;
}
.fc-event-time,
.fc-event-title {
  padding: 3px 0 2px 3px;
  display: inline-block;
  line-height: 16px;
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
}
.fc-other-month {
  background-image: 8121991;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-color: var(--secondary-bg);
  background-size: 20px 20px;
}
.fc-border-separate thead tr,
.table thead tr {
  background-color: var(--lightMode);
  font-size: 12px;
}
.fc-border-separate thead tr th {
  padding: 4px;
  line-height: 1.428571429;
}
.external-event {
  border-left: 4px solid var(--header-bg);
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 5px 15px 5px 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, var(--secondary-bg) 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.task-container {
  position: relative;
  padding: 0;
}
.task-container .task-search {
  padding: 15px 16px 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #eee;
}
.task-container .task-search input {
  border-color: #e5e5e5 !important;
  -webkit-border-radius: 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
}
.task-container .tasks-list {
  list-style: none;
  padding: 0;
}
.task-container .tasks-list .task-item {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
}
.task-container .tasks-list .task-item:last-child {
  border-bottom: 0;
}
.task-container .tasks-list .task-item:hover {
  background-color: #f5f5f5;
}
.task-container .tasks-list .task-item .task-check {
  position: absolute;
  top: 20px;
  left: 15px;
  margin-right: 5px;
}
.task-container .tasks-list .task-item .task-state {
  position: absolute;
  top: 19px;
  left: 45px;
}
.task-container .tasks-list .task-item .task-state .label {
  padding: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.task-container .tasks-list .task-item .task-time {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  color: #999;
}
.task-container .tasks-list .task-item .task-body {
  position: absolute;
  top: 60px;
  left: 45px;
  padding-right: 25px;
  height: 40px;
  overflow: hidden;
  line-height: 22px;
}
.task-container .tasks-list .task-item .task-creator {
  position: absolute;
  top: 115px;
  left: 45px;
}
.task-container .tasks-list .task-item .task-creator a {
  font-size: 13px;
  color: #11a9cc;
}
.task-container .tasks-list .task-item .task-creator a:hover {
  text-decoration: none;
}
.task-container .tasks-list .task-item .task-assignedto {
  position: absolute;
  top: 115px;
  right: 20px;
  font-size: 13px;
  color: #999;
}
@media (max-width: 1200px) {
  .task-container .tasks-list .task-item {
    height: 130px;
  }

  .task-container .tasks-list .task-item .task-creator,
.task-container .tasks-list .task-item .task-assignedto {
    top: 95px;
  }
}
@media (max-width: 600px) {
  .task-container .tasks-list .task-item {
    height: 150px;
  }

  .task-container .tasks-list .task-item .task-creator,
.task-container .tasks-list .task-item .task-assignedto {
    top: 115px;
  }
}
@media (max-width: 335px) {
  .task-container .tasks-list .task-item {
    height: 175px;
  }

  .task-container .tasks-list .task-item .task-assignedto {
    top: 140px;
    right: auto;
    left: 45px;
  }
}
.tickets-container {
  position: relative;
  padding: 25px 25px;
  background-color: #f5f5f5;
}
.tickets-container .tickets-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.tickets-container .tickets-list .ticket-item {
  position: relative;
  background-color: var(--secondary-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 8px;
  padding: 0 15px;
  vertical-align: top;
}
.tickets-container .tickets-list .ticket-item:last-child {
  margin-bottom: 0;
}
.tickets-container .tickets-list .ticket-item .ticket-user {
  height: 50px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-avatar {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-name {
  margin-left: 5px;
  font-size: 13px;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-at {
  margin-left: 2px;
  color: #ccc;
  font-size: 13px;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-company {
  margin-left: 2px;
  color: #999;
}
.tickets-container .tickets-list .ticket-item .ticket-time {
  line-height: 30px;
  height: 50px;
  padding: 10px;
}
.tickets-container .tickets-list .ticket-item .ticket-time i {
  color: #ccc;
}
.tickets-container .tickets-list .ticket-item .ticket-time .time {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.tickets-container .tickets-list .ticket-item .ticket-type {
  line-height: 30px;
  height: 50px;
  padding: 10px;
}
.tickets-container .tickets-list .ticket-item .ticket-type .type {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.tickets-container .tickets-list .ticket-item .ticket-state {
  position: absolute;
  top: 13px;
  right: -12px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #e5e5e5;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--secondary-bg);
}
.tickets-container .tickets-list .ticket-item .ticket-state i {
  font-size: 13px;
  color: var(--secondary-bg);
  line-height: 20px;
}
.tickets-container .tickets-list .ticket-item .divider {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 1px;
  background-color: #eee;
  display: inline-block;
}
@media (max-width: 1200px) {
  .tickets-container .tickets-list .ticket-item .ticket-user {
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 768px) {
  .tickets-container .tickets-list .ticket-item .ticket-time {
    border-bottom: 1px solid #eee;
  }
}
.dashboard-box {
  background-color: var(--secondary-bg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding: 2px;
  position: relative;
}
.dashboard-box .box-header {
  background-color: var(--secondary-bg);
  padding: 13px 10px 10px 5px;
  position: relative;
}
.dashboard-box .box-header .inplay {
  position: absolute;
  top: -8px;
  right: 70px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-top: 3px solid var(--header-bg);
  color: #999;
  font-size: 12px;
}
.dashboard-box .box-header .betdelay {
  position: absolute;
  top: -9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px;
  border-top: 3px solid #d7a736;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  background: #ffc53d;
  height: 35px;
  width: 150px;
  text-align: center;
}
.market-rules {
  position: absolute;
  top: -8px;
  right: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-top: 3px solid var(--header-bg);
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
.dashboard-box .box-header .betnotallow {
  position: absolute;
  top: -8px;
  right: 146px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-top: 3px solid red;
  color: #999;
  font-size: 12px;
}
.dashboard-box .box-progress {
  padding: 0;
  position: relative;
}
.dashboard-box .box-progress .progress {
  margin-bottom: 0;
}
.dashboard-box .box-progress .progress .progress-bar {
  position: relative;
}
.dashboard-box .box-progress .progress .progress-bar:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #a0d468;
}
.dashboard-box .box-progress .progress-handle {
  position: absolute;
  top: -31px;
  -lh-property: 0;
  left: calc(20% - 35px);
  width: 60px;
  height: 25px;
  background-color: var(--header-bg);
  padding: 2px 5px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-bg);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.dashboard-box .box-progress .progress-handle:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  bottom: -13px;
  left: 23px;
  border-bottom-width: 0;
  border-top-color: var(--header-bg);
  border-width: 7px;
}
.dashboard-box .box-tabbs {
  background-color: #fbfbfb;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li {
  background-color: var(--secondary-bg);
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li:first-child.active a {
  border-left: 0;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li:last-child.active a {
  border-right: 0;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li.active a {
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: var(--secondary-bg);
}
.dashboard-box .box-tabbs .tabbable .tab-content {
  margin-top: 1px;
  background-color: var(--secondary-bg);
}
.dashboard-box .box-tabbs .tabbable .tab-content .databox {
  margin-bottom: 20px;
}
.dashboard-box .box-visits .row {
  margin: 0;
}
.dashboard-box .box-visits .row > div {
  padding: 0 !important;
}
.dashboard-box .box-visits .row > div:last-child .databox {
  border-right: 0;
}
.dashboard-box .box-visits .row > div .notification {
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-bottom: 0;
  height: 68px;
  padding: 18px 15px;
}
.dashboard-box .box-visits .row > div .notification .notification-icon {
  float: left;
}
.dashboard-box .box-visits .row > div .notification .notification-icon i {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 50%;
}
.dashboard-box .box-visits .row > div .notification .notification-icon i:hover {
  cursor: pointer;
}
.dashboard-box .box-visits .row > div .notification .notification-body {
  float: left;
}
.dashboard-box .box-visits .row > div .notification .notification-body .title {
  display: block;
  font-size: 13px;
}
.dashboard-box .box-visits .row > div .notification .notification-body .description {
  display: block;
  font-size: 10px;
  color: #999;
}
.dashboard-box .box-visits .row > div .notification .notification-extra {
  float: right;
  text-align: right;
}
.dashboard-box .box-visits .row > div .notification .notification-extra i {
  font-size: 14px;
}
.dashboard-box .box-visits .row > div .notification .notification-extra .description {
  display: block;
  font-size: 10px;
  color: #999;
}
@media (max-width: 767px) {
  .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div:last-child .databox {
    border-bottom: 1px solid #e5e5e5;
  }

  .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div .databox {
    border-bottom: 0;
    border-right: 0;
  }
}
.orders-container {
  position: relative;
  padding: 0;
  background-color: var(--secondary-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.orders-container .orders-header {
  position: relative;
  height: 43px;
  padding: 14px 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fbfbfb;
}
.orders-container .orders-header h6 {
  margin: 0;
}
.orders-container .orders-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orders-container .orders-list .order-item {
  position: relative;
  padding: 7px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
.orders-container .orders-list .order-item:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: var(--header-bg);
}
.orders-container .orders-list .order-item:hover {
  background-color: #fbfbfb;
}
.orders-container .orders-list .order-item:hover:before {
  display: block;
}
.orders-container .orders-list .order-item.top:hover:before {
  background-color: #fb6e52;
}
.orders-container .orders-list .order-item.top .item-more {
  color: #fb6e52;
}
.orders-container .orders-list .order-item .item-left {
  padding-right: 0;
}
.orders-container .orders-list .order-item .item-left .item-booker {
  margin: 6px 0;
  color: #666;
}
.orders-container .orders-list .order-item .item-left .item-time {
  font-size: 11px;
  margin-bottom: 2px;
  color: #999;
}
.orders-container .orders-list .order-item .item-right {
  padding-left: 0;
  text-align: center;
}
.orders-container .orders-list .order-item .item-right .item-price {
  font-size: 13px;
  margin: 17px auto;
  color: #666;
}
.orders-container .orders-list .order-item .item-more {
  position: absolute;
  right: -10px;
  -lh-property: 0;
  top: calc(50% - 13px);
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-bg);
  border: 3px solid var(--secondary-bg);
  vertical-align: middle;
  color: var(--header-bg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.orders-container .orders-list .order-item .item-more i {
  font-size: 17px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.orders-container .orders-list .order-item .item-more i:before {
  content: "";
}
.orders-container .orders-footer {
  position: relative;
  background-color: var(--secondary-bg);
  height: 34px;
  padding: 7px;
  text-align: center;
  background-color: #fbfbfb;
}
.orders-container .orders-footer a {
  margin: 0 auto;
  font-size: 11px;
  color: #999;
  font-weight: 500;
}
.orders-container .orders-footer a:hover {
  text-decoration: none;
}
.orders-container .orders-footer .help {
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  height: 37px;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}
.orders-container .orders-footer .help a i {
  font-size: 18px;
  color: #ccc;
}
.body-404 {
  background-color: var(--header-bg);
  color: var(--secondary-bg);
}
.body-404:before {
  display: none;
}
.error-header {
  background: var(--secondary-bg);
  height: 280px;
}
.error-container {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.error-container h1 {
  font-size: 110px;
  font-weight: 300;
  margin: -103px 0 0 0;
  text-align: center;
  color: var(--header-bg);
}
.error-container h2 {
  font-size: 58px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.error-container p,
.error-container p a {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.error-container p.description {
  color: #e5e5e5;
  font-size: 40px;
  margin: 0;
}
.error-divider {
  margin-top: -27px;
  padding: 30px 0;
}
.return-btn,
.return-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  margin-top: 100px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: var(--secondary-bg);
  font-size: 16px;
  font-weight: 300;
}
.return-btn i {
  margin-right: 5px;
}
.return-btn:hover {
  background: var(--secondary-bg);
  color: var(--header-bg);
  text-decoration: none;
}
.body-500 {
  background-color: #fb6e52;
  color: var(--secondary-bg);
}
.body-500:before {
  display: none;
}
.body-500 .error-container h1 {
  color: #fb6e52;
}
.body-500 .return-btn:hover {
  color: #fb6e52;
}
.searchhelpbar {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.searchhelpbar .help-box {
  min-height: 72px;
  padding: 0;
  padding-bottom: 0;
}
.searchhelpbar .help-box .alert {
  min-height: 72px;
  border-color: var(--secondary-bg);
}
.searchhelpbar .search-box {
  background-color: var(--secondary-bg);
  min-height: 72px;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.searchhelpbar .search-box > div {
  padding: 19px;
}
@keyframes typing {
  0% {
    background-color: var(--secondary-bg);
    box-shadow: 12px 0 0 0 rgba(255, 255, 255, 0.2), 24px 0 0 0 rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0 0 0 var(--secondary-bg), 24px 0 0 0 rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0 0 0 rgba(255, 255, 255, 0.2), 24px 0 0 0 var(--secondary-bg);
  }
}
.loading-container {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--header-bg);
}
.loading-container.loading-inactive {
  display: none;
}
.loading-container.loading-inactive .loader {
  display: none;
}
.loading-container .loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: typing 1s linear infinite alternate;
  margin: 50vh auto;
  position: relative;
  left: -12px;
}
#chat-link.open {
  box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
}
#chat-link.open:before {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  width: 50px;
  background-color: var(--secondary-bg);
  border: 0;
  top: 0;
  height: 2px;
}
.page-chatbar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 287px;
  display: none;
  right: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  -lh-property: 0;
  height: calc(100vh - 45px);
}
.page-chatbar.open {
  display: block;
}
.page-chatbar.open:before {
  display: block;
}
.page-chatbar.open ~ .page-content {
  margin-right: 287px !important;
}
.page-chatbar.open ~ .page-content .breadcrumbs-fixed {
  right: 287px !important;
}
.page-chatbar.open ~ .page-content .page-header-fixed {
  right: 287px !important;
}
.page-chatbar:before {
  content: "";
  position: fixed;
  display: none;
  width: 287px;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: var(--secondary-bg);
  z-index: -1;
}
.page-chatbar .chatbar-contacts {
  height: 100%;
}
.page-chatbar .chatbar-contacts .contacts-search {
  position: relative;
  height: 41px;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput {
  height: 41px;
  z-index: 2;
  background-color: var(--secondary-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--secondary-bg);
  border-bottom: 1px solid #e5e5e5;
  padding-left: 40px;
  width: 100%;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus {
  box-shadow: none;
  border-color: var(--secondary-bg);
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus ~ .searchhelper {
  display: block;
  z-index: 124;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI";
}
.page-chatbar .chatbar-contacts .contacts-search .searchicon {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 14px;
  width: 12px;
  color: var(--header-bg);
  z-index: 124;
}
.page-chatbar .chatbar-contacts .contacts-search .searchhelper {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: var(--secondary-bg);
  color: #999;
  display: none;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  z-index: 4;
}
.page-chatbar .chatbar-contacts .contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.page-chatbar .chatbar-contacts .contacts-list .contact {
  height: 85px;
  padding: 10px;
  position: relative;
}
.page-chatbar .chatbar-contacts .contacts-list .contact:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img {
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 5px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
  font-size: 1em;
  padding-bottom: 2px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status {
  font-size: 0.8em;
  margin-bottom: 2px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online,
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online {
  background-color: #a0d468;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
  background-color: #d73d32;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .status {
  display: inline-block;
  margin-left: 4px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 0.8em;
}
.page-chatbar .chatbar-messages {
  height: 100%;
}
.page-chatbar .chatbar-messages .messages-contact {
  height: 85px;
  padding: 10px;
  position: relative;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
}
.page-chatbar .chatbar-messages .messages-contact .contact-avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-avatar img {
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 5px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-name {
  font-size: 1em;
  padding-bottom: 2px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status {
  font-size: 0.8em;
  margin-bottom: 2px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online,
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online {
  background-color: #a0d468;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
  background-color: #d73d32;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .status {
  display: inline-block;
  margin-left: 4px;
}
.page-chatbar .chatbar-messages .messages-contact .last-chat-time {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 0.8em;
}
.page-chatbar .chatbar-messages .messages-contact .back {
  position: absolute;
  top: 14px;
  right: 14px;
}
.page-chatbar .chatbar-messages .messages-contact .back:hover {
  cursor: pointer;
}
.page-chatbar .chatbar-messages .messages-contact .back i {
  font-size: 22px;
  color: var(--header-bg);
}
.page-chatbar .chatbar-messages .messages-list {
  list-style: none;
  padding: 10px 0;
  overflow: auto;
}
.page-chatbar .chatbar-messages .messages-list .message {
  padding: 10px 15px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info {
  height: 18px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  display: inline-block;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a0d468;
  margin-right: 5px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name {
  font-weight: bold;
  margin-right: 5px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  font-size: 0.8em;
  color: #666;
}
.page-chatbar .chatbar-messages .messages-list .message .message-body {
  margin-top: 10px;
  border-radius: 3px;
  background-color: #a0d468;
  color: var(--secondary-bg);
  padding: 10px;
  position: relative;
  margin-right: 10%;
}
.page-chatbar .chatbar-messages .messages-list .message .message-body:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  top: -14px;
  left: 10px;
  border-top-width: 0;
  border-bottom-color: #a0d468;
  border-width: 7px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet {
  background-color: #5db2ff;
  margin-top: 8px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  margin-top: 2px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-body {
  background-color: #5db2ff;
  margin-left: 10%;
  margin-right: 0;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-body:before {
  border-bottom-color: #5db2ff;
  right: 10px;
  left: auto;
}
.page-chatbar .chatbar-messages .send-message {
  padding: 15px;
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  border-top: 1px solid #e5e5e5;
}
.rules-heading {
  border-bottom: 2px solid #2797e6;
  vertical-align: bottom;
  text-align: center;
}
.lay-rules-heading {
  border-bottom: 2px solid #f994a9;
  vertical-align: bottom;
  text-align: center;
}
.turf {
  background: url("/assets/img/turf.jpg");
  background: url("/assets/img/turf.jpg");
  -ms-background-repeat: repeat-x;
  background-repeat: repeat-x;
}
.tennis-score-board {
  border-spacing: 3px;
  border-collapse: separate;
  margin-top: -20px;
}
.cricket-score-bg {
  background: url('cricStd1.jpg') 0px -160px;
}
.soccer-score-bg {
  background: url('soccStd.jpg') 0px -63px;
}
.tennis-score-bg {
  background: url('tennStd.png') 0px -150px;
}
.soccer-details {
  width: 10px;
  height: 14px;
  z-index: 999;
  position: absolute;
}
.soccer-team-a {
  top: -6px;
}
.soccer-team-b {
  top: 14px;
}
.soccer-team-a-goal {
  top: -4px;
}
.soccer-team-b-goal {
  top: 13px;
}
.goal {
  background: transparent url("/Images/sprite_2608_.png") no-repeat 0 -1542px;
  width: 12px;
  height: 13px;
  margin-left: -6px;
}
.yellow-card {
  background-color: #ffc000;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.55);
  margin-left: -11px;
}
.red-card {
  background-color: #ff0000;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.55);
  margin-left: -11px;
}
.tdB td {
  width: 35px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.points {
  width: 35px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.55) !important;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.all-text-tennis {
  display: block;
  font-size: 18px;
  font-family: "Roboto", "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  font-weight: 400;
  /* margin: 8px 5px; */
  position: relative;
}
.headT td {
  width: 35px;
  text-align: center;
  vertical-align: bottom;
  font-weight: 500;
}
.transpate-layer {
  background-color: white;
  -ms-opacity: 0.2;
  opacity: 0.2;
}
.back-color {
  color: #2797e6;
}
.trans-belt {
  padding: 5px;
  margin-right: -10px;
  margin-left: -10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.small-text {
  font-size: 11px;
}
.betting-off {
  font-size: 11px !important;
  font-weight: bold;
  /*color: #ad0000;*/
  color: var(--secondary-bg);
  display: none;
}
.lay-color {
  color: #f994a9;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.jBackBtn {
  /*width: 85px !important;*/
  width: 100% !important;
  height: 35px;
  background-color: #72bbef !important;
  margin: 0;
  text-align: center;
  color: #273a47;
  border: 1px solid #c4d4e1;
  display: inline-block;
  padding: 0px;
}
.jRunners {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.added {
  background: #d6dbbf;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffe4c4 0%, #feffe8 63%, #feffe8 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe4c4", endColorstr="#feffe8",GradientType=0 );
}
.jRunners li {
  display: inline;
  float: left;
  color: black;
  font-size: 17px;
  margin-right: 5px;
}
.jRunners li::after {
  content: " +";
}
.jRunners li:last-child:after {
  content: "";
}
.jLayBtn {
  /*width: 85px !important;*/
  width: 100% !important;
  height: 35px;
  background-color: #f994ba !important;
  margin: 0;
  text-align: center;
  color: #273a47;
  border: 1px solid #c4d4e1;
  display: inline-block;
  padding: 0px;
}
.timerPlus {
  color: #ad0000;
}
.timerPlus:before {
  content: "-";
}
.jBackBtn span,
.jLayBtn span {
  display: block;
}
.back {
  background-color: #72bbef !important;
  border-radius: 2px;
}
.lay {
  background-color: #f994ba !important;
  border-radius: 2px;
}
.head {
  width: 100%;
  height: 43px;
}
.head a {
  color: white;
}
.head tr td:first-child {
  width: 13%;
}
.head tr td:last-child {
  width: 25%;
}
.head .form-group {
  margin: 0px;
  width: 75%;
}
.head.form-group input[type=text] {
  width: 100% !important;
}
.marketview {
  width: 100%;
}
.marketview tbody tr td {
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
.marketview button {
  width: 100%;
  min-width: 65px;
  height: 38px;
  margin: 0;
  text-align: center;
  color: var(--text-primary);
  border: 1px solid #c4d4e100;
  background: none;
  filter: none;
  display: inline-block;
  padding: 0px;
  justify-content: flex-end;
  max-width: 280px;
  position: relative;
}
.btnStake button {
  height: 28px;
  width: 100%;
  min-width: unset;
  background: var(--secondary-bg);
}
.marketview button span {
  display: block;
}
.marketview-main {
  width: 100%;
}
.marketview-main1 {
  width: 100%;
}
.marketview-main tbody tr td {
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
.marketview-main1 tbody tr td {
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
.marketview-main button {
  width: 100%;
  min-width: 25px;
  height: 25px;
  margin: 0;
  text-align: center;
  color: #273a47;
  border: 1px solid var(--secondary-bg);
  background: none;
  filter: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.marketview-main1 button {
  width: 100%;
  min-width: 25px;
  height: 25px;
  margin: 0;
  text-align: center;
  color: #273a47;
  border: 1px solid var(--secondary-bg);
  background: none;
  filter: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.marketview-main button span {
  display: block;
}
.btnBackActive {
  box-shadow: inset 0 0 10px 0 #19638e;
}
.btnLayActive {
  box-shadow: inset 0 0 10px 0 #964060;
}
.odds {
  font-weight: bold;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.ammount {
  color: var(--lightMode);
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: 400;
}
.runner-name {
  width: 60%;
  height: 34px;
  border-bottom: 0;
  border-top: 1px #e0e6e6 solid;
}
.runnerNameFancy {
  width: 75%;
  height: 34px;
  border-bottom: 0;
  border-top: 1px #e0e6e6 solid;
}
.headwrap {
  background: #5e7378;
  height: 85px;
  padding: 5px 0px 0px 0px;
}
.nav-wrap {
  width: 1200px;
  margin: 0 auto;
}
.top-nav {
  padding-top: 7px;
}
.top-nav > a {
  color: #303030;
  font-weight: 600;
}
.top-nav > li > a {
  color: #303030;
  font-weight: 600;
}
.block {
  display: block;
}
.in-play {
  color: #5d8209;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.icon {
  font-size: 16px;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.rules-heading {
  border-bottom: 2px solid #2797e6;
  vertical-align: bottom;
}
.in-play-not {
  color: lightslategray;
}
.betslip-wrapper table {
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 11px;
}
.betslip-wrapper table td span {
  height: 20px;
}
#unMatched tr.Back {
  background-color: #beddf4 !important;
}
#unMatched tr.Lay {
  background-color: #f3dce2 !important;
}
#Matched tr.Back {
  background-color: #90c0e3 !important;
}
#Matched tr.Lay {
  background-color: #f0aabc !important;
}
.betslip-wrapper thead tr {
  background-color: var(--lightMode);
}
.betslip-wrapper tbody tr.BetSlipBack {
  background-color: #beddf4;
}
.betslip-wrapper tbody tr.BetSlipLay {
  background-color: #f3dce2;
}
.betslip-wrapper th.runner,
th.oddsH,
th.stake,
th.profit {
  border-bottom: 2px solid #2797e6;
  padding: 8px 0px;
  text-align: center;
}
.betslip-wrapper td.runner,
td.oddsH,
td.stake,
td.profit {
  text-align: center;
}
.betslip-wrapper th:last-child {
  padding: 0px 5px 0px 0px;
}
.betslip-wrapper th:first-child {
  text-align: left;
  padding: 0px 0px 0px 5px;
}
.pad-fix {
  padding: 5px !important;
}
tr.event-name th {
  padding: 3px !important;
}
.betslip-wrapper input[type=text],
.betslip-wrapper input[type=number] {
  width: 47px;
  border: 0px;
  text-align: center;
  height: 22px;
  font-size: 1.2em;
  font-weight: bold;
}
.delete,
.delete a {
  vertical-align: top;
  color: #ad2826;
  padding: 4px 0px 0px 2px;
  font-size: 15px;
}
.hide {
  display: none;
}
.wallet {
  padding-left: 30px;
}
.headwrap a {
  display: block;
  font-weight: 600;
}
.headwrap a:hover {
  text-decoration: none;
}
.table-bordered {
  border: 1px solid #ddd;
  color: var(--primary-color);
  background-color: var(--activeMode);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--secondary-bg);
}
.table thead > tr > th {
  border-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
}
.form-control:focus, select:focus {
  color: var(--text-primary);
}
.runnername {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 110px;
  vertical-align: middle;
  min-height: 26px;
  padding: 4px 0px 0px 4px;
  display: block;
  color: var(--primary-color);
}
.oddInput {
  /* width: 36px !important; */
}
.mkt-status {
  position: absolute;
  color: #b30000;
  border: 2px solid #b30000;
  background: none repeat scroll 0% 0% var(--secondary-bg);
  opacity: 0.7;
  right: 0px;
  bottom: 8px;
  top: 60px;
  min-height: 35px;
  text-align: center;
}
.footer {
  /* position: absolute;
  bottom: 0;
  width: 100%;*/
  height: auto;
  /* background-color: var(--secondary-bg)fff;*/
  border-top: 6px solid #303030;
  padding: 10px;
  /*margin-top: -120px;*/
}
.footer p {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.mybet-wrapper {
  font-size: 11px;
  line-height: 16px;
}
.mybet-wrapper th,
.mybet-wrapper td {
  font-size: 11px !important;
  line-height: 16px;
  padding: 3px 3px !important;
}
#rules li {
  text-decoration: none;
  list-style: none;
}
.wallet-table th,
.wallet-table td {
  font-size: 12px;
  text-align: center;
}
.wallet-table th {
  width: 50%;
  border: 1px solid #dddddd;
}
.wallet-table td {
  border: 1px solid #dddddd;
}
.balance {
  font-weight: 600;
  color: darkgreen;
}
.liability {
  color: #ad2826;
  font-weight: 600;
}
.actualPnl {
  color: darkgreen !important;
  font-weight: bold;
  font-style: oblique;
}
.minusval {
  color: #ad2826 !important;
  font-weight: bold;
  font-style: oblique;
}
.search-result {
  position: absolute;
  -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: var(--secondary-bg);
  color: #999;
  width: 450px;
  z-index: 1000;
  top: 40px;
  padding: 10px;
}
.result-list {
  list-style: none;
  padding: 5px;
  margin-bottom: 5px;
}
.result-list li a {
  color: black;
}
.actualPnl {
  margin-right: 5px;
}
.bal,
.bal:hover {
  color: black;
  font-weight: 700;
  text-decoration: none;
  padding-top: 12px !important;
}
.overlay {
  background-color: rgba(255, 255, 255, 0.5);
  width: 98%;
  position: absolute;
  z-index: 1000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #b30000;
  padding-top: 8px;
}
/*SPINNER HANDLING*/
.oddWrapper {
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marketview span.stake {
  display: flex;
  justify-content: center;
  align-items: center;
}
.odd-left,
.odd-right {
  float: left;
  display: flex;
  padding: 1px 0px;
}
.odd-left input[type=number] {
  width: 40px;
}
.odd-left button {
  height: 22px !important;
}
.arrow-btn {
  cursor: pointer;
  display: block;
  width: 13px;
  height: 11px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  font-size: 8px;
}
.button-separator {
  width: 13px;
  height: 1px;
  background-color: transparent;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.ui-widget {
  font-size: 11px !important;
  margin-bottom: 3px;
}
.nextRace-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nextRace-list li {
  display: inline;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #5296d3;
  padding: 0 0.5em;
}
.nextRace-list li:last-child {
  border: 0;
}
.nextRace-list li:first-child {
  border: 0;
  padding: 0;
}
.nextRace-list a {
  /*display: block;*/
}
.runner-name,
.runner-name span {
  font-size: 12px;
}
.market-tree {
  /*width: 224px;
      position: absolute;*/
  background-color: var(--secondary-bg) fff;
  overflow: hidden;
  /*min-height: 450px;
  max-height: auto;*/
  height: auto;
  margin-bottom: 20px;
}
.disabled {
  pointer-events: none;
  -ms-opacity: 0.4;
  opacity: 0.4;
}
.footer-header {
  height: 294px;
  float: left;
  width: 100%;
  margin-top: -294px;
  background-repeat: repeat-x;
  z-index: -1000;
}
/*.col-md-2 {
  padding: 0px 3px;
  width: 16% !important;
}

.col-md-7 {
  width: 56%;
}

.col-md-3 {
  width: 28%;
}*/
.blur {
  color: transparent;
  text-shadow: 0 0 8px #000000;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.spinner-increment,
.spinner-decrement {
  width: 13px;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;
  cursor: pointer;
}
.spinner-increment {
  top: 0;
  bottom: 50%;
}
.spinner-decrement {
  bottom: 0;
  top: 50%;
}
.runner-wrapper span {
  display: block;
  text-align: center;
}
.graph {
  width: 14px;
  float: left;
}
.runner-cloth-info {
  width: 50px;
  float: left;
}
.runner-cloth-info img {
  float: right;
  padding-top: 6px;
}
.runner-named {
  float: left;
}
.runner-named span {
  text-align: left;
  padding: 0px 0px 0px 5px;
}
.runner-name-tennis {
  width: 77%;
  border-bottom: 0;
  border-top: 1px #e0e6e6 solid;
  font-weight: bold;
}
.flip-clock-label {
  display: none;
}
.ct {
  position: relative !important;
  padding-top: 0px;
  zoom: 0.2;
  -moz-transform: scale(0.2);
  /*-ms-transform: scale(0.8);
  -webkit-transform: scale(0.3);
       height: 100px;
  -o-transform: scale(0.3);
  padding-left: 30px;*/
}
/*  SADDLE CLASSES  DO NOT CHANGE ANY THING  */
.saddle {
  width: 25px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.saddle_1 {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1:before {
  content: "1";
}
.saddle_1A {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1A:before {
  content: "1A";
}
.saddle_1B {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1B:before {
  content: "1B";
}
.saddle_1C {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1C:before {
  content: "1C";
}
.saddle_1D {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1D:before {
  content: "1D";
}
.saddle_1X {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1X:before {
  content: "1X";
}
.saddle_1Y {
  background-color: #bc0000;
  color: var(--secondary-bg);
}
.saddle_1Y:before {
  content: "1Y";
}
.saddle_2 {
  content: "2";
  background-color: var(--secondary-bg);
  border-color: #dfdfdf;
  color: #000;
}
.saddle_2:before {
  content: "2";
}
.saddle_2B {
  content: "2B";
  background-color: var(--secondary-bg);
  border-color: #dfdfdf;
  color: #000;
}
.saddle_2B:before {
  content: "2B";
}
.saddle_2C {
  content: "2C";
  background-color: var(--secondary-bg);
  border-color: #dfdfdf;
  color: #000;
}
.saddle_2C:before {
  content: "2C";
}
.saddle_2X {
  content: "2X";
  background-color: var(--secondary-bg);
  border-color: #dfdfdf;
  color: #000;
}
.saddle_2X:before {
  content: "2X";
}
.saddle_3 {
  background-color: #243b84;
  color: var(--secondary-bg);
}
.saddle_3:before {
  content: "3";
}
.saddle_3C {
  background-color: #243b84;
  color: var(--secondary-bg);
}
.saddle_3C:before {
  content: "3C";
}
.saddle_3D {
  background-color: #243b84;
  color: var(--secondary-bg);
}
.saddle_3D:before {
  content: "3D";
}
.saddle_3E {
  background-color: #243b84;
  color: var(--secondary-bg);
}
.saddle_3E:before {
  content: "3E";
}
.saddle_3X {
  background-color: #243b84;
  color: var(--secondary-bg);
}
.saddle_3X:before {
  content: "3X";
}
.saddle_4 {
  background-color: #c1a800;
  color: #000;
}
.saddle_4:before {
  content: "4";
}
.saddle_4D {
  background-color: #c1a800;
  color: #000;
}
.saddle_4D:before {
  content: "4D";
}
.saddle_4X {
  background-color: #c1a800;
  color: #000;
}
.saddle_4X:before {
  content: "4X";
}
.saddle_5 {
  background-color: #1c5b1b;
  color: var(--secondary-bg);
}
.saddle_5:before {
  content: "5";
}
.saddle_6 {
  background-color: #252525;
  color: var(--secondary-bg);
}
.saddle_6:before {
  content: "6";
}
.saddle_7 {
  background-color: #b63d13;
  color: #000;
}
.saddle_7:before {
  content: "7";
}
.saddle_8 {
  background-color: #b27692;
  color: #000;
}
.saddle_8:before {
  content: "8";
}
.saddle_9 {
  background-color: #14a19c;
  color: #000;
}
.saddle_9:before {
  content: "9";
}
.saddle_10 {
  background-color: #610f9a;
  color: var(--secondary-bg);
}
.saddle_10:before {
  content: "10";
}
.saddle_11 {
  background-color: #6b6b6b;
  color: var(--secondary-bg);
}
.saddle_11:before {
  content: "11";
}
.saddle_11F {
  background-color: #6b6b6b;
  color: var(--secondary-bg);
}
.saddle_11F:before {
  content: "11F";
}
.saddle_12 {
  background-color: #2e9a3b;
  color: var(--secondary-bg);
}
.saddle_12:before {
  content: "12";
}
.saddle_12F {
  background-color: #2e9a3b;
  color: var(--secondary-bg);
}
.saddle_12F:before {
  content: "12F";
}
.saddle_13 {
  background-color: #413733;
  color: var(--secondary-bg);
}
.saddle_13:before {
  content: "13";
}
.saddle_13F {
  background-color: #413733;
  color: var(--secondary-bg);
}
.saddle_13F:before {
  content: "13F";
}
.saddle_14 {
  background-color: #790031;
  color: var(--secondary-bg);
}
.saddle_14:before {
  content: "14";
}
.saddle_14F {
  background-color: #790031;
  color: var(--secondary-bg);
}
.saddle_14F:before {
  content: "14F";
}
.saddle_15 {
  background-color: #715933;
  color: var(--secondary-bg);
}
.saddle_15:before {
  content: "15";
}
.saddle_15F {
  background-color: #715933;
  color: var(--secondary-bg);
}
.saddle_15F:before {
  content: "15F";
}
.saddle_16 {
  background-color: #3b5d8f;
  color: var(--secondary-bg);
}
.saddle_16:before {
  content: "16";
}
.saddle_16F {
  background-color: #3b5d8f;
  color: var(--secondary-bg);
}
.saddle_16F:before {
  content: "16F";
}
.saddle_17 {
  background-color: #191986;
  color: var(--secondary-bg);
}
.saddle_17:before {
  content: "17";
}
.saddle_17F {
  background-color: #191986;
  color: var(--secondary-bg);
}
.saddle_17F:before {
  content: "17F";
}
.saddle_18 {
  background-color: #0d4507;
  color: var(--secondary-bg);
}
.saddle_18:before {
  content: "18";
}
.saddle_18F {
  background-color: #0d4507;
  color: var(--secondary-bg);
}
.saddle_18F:before {
  content: "18F";
}
.saddle_19 {
  background-color: #283f62;
  color: var(--secondary-bg);
}
.saddle_19:before {
  content: "19";
}
.saddle_19F {
  background-color: #283f62;
  color: var(--secondary-bg);
}
.saddle_19F:before {
  content: "19F";
}
.saddle_20 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_20:before {
  content: "20";
}
.saddle_20F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_20F:before {
  content: "20F";
}
.saddle_21 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_21:before {
  content: "21";
}
.saddle_21F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_21F:before {
  content: "21F";
}
.saddle_22 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_22:before {
  content: "22";
}
.saddle_22F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_22F:before {
  content: "22F";
}
.saddle_23 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_23:before {
  content: "23";
}
.saddle_23F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_23F:before {
  content: "23F";
}
.saddle_24 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_24:before {
  content: "24";
}
.saddle_24F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_24F:before {
  content: "24F";
}
.saddle_25 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_25:before {
  content: "25";
}
.saddle_25F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_25F:before {
  content: "25F";
}
.saddle_26 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_26:before {
  content: "26";
}
.saddle_26F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_26F:before {
  content: "26F";
}
.saddle_27 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_27:before {
  content: "27";
}
.saddle_27F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_27F:before {
  content: "27F";
}
.saddle_28 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_28:before {
  content: "28";
}
.saddle_28F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_28F:before {
  content: "28F";
}
.saddle_29 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_29:before {
  content: "29";
}
.saddle_29F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_29F:before {
  content: "29F";
}
.saddle_30 {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_30:before {
  content: "30";
}
.saddle_30F {
  background-color: #45001b;
  color: var(--secondary-bg);
}
.saddle_30F:before {
  content: "30F";
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 18px !important;
  }

  .databox-text,
.databox-number {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 14px !important;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }

  .marketview-main .runner-name span,
.runner-name-tennis span,
.runner-named {
    font-size: 11px;
    font-weight: normal;
    display: block;
  }

  .header-buttons a {
    font-size: 12px;
    padding: 15px 5px !important;
  }

  .marketview-main button {
    min-width: 27px;
  }

  .marketview-main .odds {
    font-size: 8px;
  }

  .databox-text,
.databox-number {
    font-size: 11px !important;
    line-height: 11px !important;
  }
}
@media screen and (max-width: 419px) {
  h3 {
    font-size: 15px !important;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }

  .marketview-main .runner-name span,
.runner-name-tennis span,
.runner-named {
    font-size: 11px;
    font-weight: bold;
    display: block;
  }

  .nextRace-list a {
    font-size: 11px;
  }

  .widget {
    margin: 0px 0px 10px 0px;
  }

  .page-body {
    padding: 0px 0px 0px 0px;
  }

  .header-buttons a {
    font-size: 12px;
    padding: 15px 5px !important;
    font-weight: 600;
  }

  .mymarket {
    padding: 12px 0px 0px 35px !important;
  }

  .mymarket a {
    font-weight: bold;
    color: white;
  }

  .widget-body-main {
    padding: 0px !important;
  }

  #totalMatched {
    font-size: 11px;
    padding: 10px;
  }

  .runner-name span {
    font-size: 13px;
    color: var(--text-primary);
  }

  .marketview-main tbody tr td {
    padding-bottom: 0;
  }

  .marketview-main1 tbody tr td {
    padding-bottom: 0;
  }

  .marketview-main button {
    -moz-min-width: 25px !important;
    -ms-min-width: 25px !important;
    -o-min-width: 25px !important;
    -webkit-min-width: 25px !important;
    min-width: 25px !important;
  }

  .marketview-main .odds {
    font-size: 9px;
  }

  .databox-text,
.databox-number {
    font-size: 9px !important;
    line-height: 12px !important;
  }
}
@media screen and (max-width: 320px) and (width: 375px) {
  .navbar,
.navbar-inner {
    height: 130px;
  }
}
@media screen and (max-width: 320px) {
  .page-body {
    padding: 0px 0px 0px 0px;
  }

  .tennis-score-board {
    border-spacing: 3px;
    border-collapse: collapse;
    margin-top: -20px;
  }

  .market-rules,
.inplay {
    font-size: 11px !important;
  }

  .player {
    font-size: 14px !important;
  }

  .all-text-tennis {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1366px) {
  .affix {
    position: static;
    width: auto;
    top: 0;
  }
}
@media screen and (max-width: 360px) {
  h3 {
    font-size: 16px !important;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }

  .marketview-main1 button {
    min-width: 55px !important;
  }

  .marketview-main1 .odds {
    font-size: 12px;
  }

  .marketview-main button {
    min-width: 25px !important;
  }

  .marketview-main .odds {
    font-size: 8px;
  }

  .bal {
    font-size: 11px;
  }

  .databox-text,
.databox-number {
    font-size: 8px !important;
    line-height: 11px !important;
  }

  .betnotallow {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 736px) and (orientation: landscape) {
  .marketview button {
    -moz-min-width: 42px;
    -ms-min-width: 42px;
    -o-min-width: 42px;
    -webkit-min-width: 42px;
    min-width: 42px;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }

  .marketview .ammount {
    font-size: 8px;
  }

  .marketview .impli {
    display: table-cell !important;
  }
}
/* NEW BET SLIP*/
.inline-bet-content {
  overflow: hidden;
  animation: 1s appear;
}
.mod-inlinebet {
  border-top: 1px solid #dfdfdf;
  position: relative;
  font-family: Arial;
}
.mod-inlinebet {
  border-top: 1px solid #dfdfdf;
  position: relative;
  font-family: Arial;
}
.mod-inlinebet .betForm.back {
  background-color: #dbefff;
}
.mod-inlinebet .element {
  position: relative;
  display: inline-block;
  width: 49.8%;
  vertical-align: middle;
}
.mod-inlinebet .cancel,
.mod-inlinebet .placebet,
.mod-inlinebet .price,
.mod-inlinebet .size {
  margin: 5px;
  position: relative;
}
.mod-inlinebet .minus {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mod-inlinebet .down-arrow,
.mod-inlinebet .place-bet-minus,
.mod-inlinebet .place-bet-plus {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sprite-ui-place-bet-minus {
  background-position: -181px -61px;
  width: 12px;
  height: 2px;
}
.mod-inlinebet .input-placeholder {
  position: relative;
  margin: 0 40px;
}
.ppb-numeric-input-overlay-wrapper {
  width: 100%;
}
.ppb-numeric-input-overlay-wrapper {
  position: relative;
  display: inline-block;
}
.ppb-numeric-input-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.phone .mod-inlinebet .cancel,
.phone .mod-inlinebet .input,
.phone .mod-inlinebet .placebet {
  padding: 0 5px;
}
.mod-inlinebet .input {
  width: 100%;
  height: 40px;
  font-size: 15px;
  /*color: #1E1E1E;*/
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  -webkit-user-select: text;
  user-select: text;
}
.ppb-numeric-input {
  color: rgba(255, 255, 255, 0);
}
.ppb-numeric-input-overlay-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}
.ppb-numeric-input-overlay-value {
  vertical-align: middle;
}
.mod-inlinebet .minus,
.mod-inlinebet .plus {
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.btn.btn-bet {
  border: none;
  font-size: 15px;
  line-height: 40px;
  border-radius: 2px;
  /*background-color: #BFBFBF;*/
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn.btn-bet,
.btn.btn-price {
  height: 40px;
  color: #1e1e1e;
  text-align: center;
}
.mod-inlinebet .plus {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mod-inlinebet .minus,
.mod-inlinebet .plus {
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.btn.btn-bet {
  border: none;
  font-size: 15px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #bfbfbf;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn.btn-bet,
.btn.btn-price {
  height: 40px;
  color: #1e1e1e;
  text-align: center;
}
.mod-inlinebet .down-arrow,
.mod-inlinebet .place-bet-minus,
.mod-inlinebet .place-bet-plus {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sprite-ui-place-bet-plus {
  background-position: -169px -61px;
  width: 12px;
  height: 12px;
}
.sprite-ui-ball,
.sprite-ui-burger,
.sprite-ui-cashout-icon,
.sprite-ui-cashoutheadericon,
.sprite-ui-check-icon,
.sprite-ui-chevron-register,
.sprite-ui-happy-smiley,
.sprite-ui-infoicon,
.sprite-ui-left-arrow,
.sprite-ui-menu-search,
.sprite-ui-menu-search-active,
.sprite-ui-mybets-header-icon,
.sprite-ui-place-bet-minus,
.sprite-ui-place-bet-plus,
.sprite-ui-play-icon,
.sprite-ui-redcard,
.sprite-ui-resultsicon,
.sprite-ui-right-arrow,
.sprite-ui-rules-icon,
.sprite-ui-sad-smiley,
.sprite-ui-settingsheadericon,
.sprite-ui-smallchevronleft,
.sprite-ui-smallchevronup,
.sprite-ui-tv-icon,
.sprite-ui-yellowcard {
  background-image: url(https://ems1.cdnppb.net/resources/ems/common/assets/images/ui@2x.5d4b3776db23.png?ie1);
  background-size: 195px 116px;
}
.mod-inlinebet .cancel,
.mod-inlinebet .placebet,
.mod-inlinebet .price,
.mod-inlinebet .size {
  margin: 5px;
  position: relative;
}
.mod-inlinebet .minus {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mod-inlinebet .minus,
.mod-inlinebet .plus {
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.mod-inlinebet .down-arrow,
.mod-inlinebet .place-bet-minus,
.mod-inlinebet .place-bet-plus {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sprite-ui-place-bet-minus {
  background-position: -181px -61px;
  width: 12px;
  height: 2px;
}
.mod-inlinebet .input-placeholder {
  position: relative;
  margin: 0 40px;
}
.ppb-numeric-input-overlay-wrapper {
  width: 100%;
}
.ppb-numeric-input-overlay-wrapper {
  position: relative;
  display: inline-block;
}
.phone .mod-inlinebet .cancel,
.phone .mod-inlinebet .input,
.phone .mod-inlinebet .placebet {
  padding: 0 5px;
}
.mod-inlinebet .input {
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #1e1e1e;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  -webkit-user-select: text;
  user-select: text;
}
.ppb-numeric-input-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ppb-numeric-input-overlay-table {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.ppb-numeric-input-overlay-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}
.ppb-numeric-input-overlay-value {
  vertical-align: middle;
}
.phone .mod-inlinebet .cancel,
.phone .mod-inlinebet .input,
.phone .mod-inlinebet .placebet {
  padding: 0 5px;
}
.mod-inlinebet .cancel,
.mod-inlinebet .placebet,
.mod-inlinebet .price,
.mod-inlinebet .size {
  margin: 5px;
  position: relative;
}
.btn.btn-bet.placebet.disabled {
  color: #8e7c51;
  /*background-color: #FFDC86;*/
}
.btn.btn-bet.confirm,
.btn.btn-bet.placebet {
  color: #1e1e1e;
  /*background-color: #FFB80C;*/
}
.mod-inlinebet .cancel,
.mod-inlinebet .placebet,
.mod-inlinebet .price,
.mod-inlinebet .size {
  margin: 5px;
  position: relative;
}
.btn.disabled {
  box-shadow: none;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-inlinebet .placebet-profit {
  font-size: 13px;
  font-weight: 400;
}
.mod-inlinebet .placebet-label-profit {
  display: inline-block;
  max-width: 62px;
  vertical-align: top;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_pageHeader {
  /* Basic stuff for making the nav fullscreen */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.nav__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* The main point: */
  overflow-y: auto;
  /* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}
.blink_me {
  animation: blinker 3s linear infinite;
  color: green;
  font-weight: bold;
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.table-responsive {
  margin-bottom: 5px;
}
.grid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 1px;
  padding: 0 2px;
}
.grid-wrapper .player-section,
.grid-wrapper .backlay-section {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.grid-wrapper .backlay-section {
  justify-content: flex-end;
  position: relative;
}
.player-section > div,
.backlay-section > div {
  flex: 1;
}
.fancy_status {
  width: 280px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid !important;
  text-align: center;
  justify-content: center;
  line-height: 40px;
  font-weight: bold;
  z-index: 1;
  display: none;
  left: 0;
  width: 100%;
  color: #ff3c3c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-size: 20px;
}
.fancy-overly {
  width: 97%;
  height: 198px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  text-align: center;
  /*padding-top: 10%;*/
  display: none;
  font-weight: bolder;
  z-index: 1000;
}
.fancy-overly-singleline {
  width: 100%;
  height: 93px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  text-align: center;
  /*padding-top: 10%;*/
  display: none;
  font-weight: bolder;
  z-index: 1000;
}
.grid-wrapper div {
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.grid-wrapper div:hover {
  background-color: aliceblue;
  cursor: pointer;
}
.players {
  /*flex-grow: 1 !important;*/
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: space-between;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.players span.position {
  font-size: 12px;
  color: forestgreen;
  font-style: oblique;
}
.players .players-block {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 2px;
  justify-content: center;
}
.players .players-postion {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  justify-content: center;
  align-items: flex-end;
}
.book-btn {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
  width: 50px !important;
}
.grid-wrapper .lay,
.grid-wrapper .back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  font-family: "Open Sans";
  font-weight: bold;
}
.grid-wrapper .back button,
.grid-wrapper .lay button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  font-family: "Open Sans";
  font-weight: bold;
  border: none;
  background-color: transparent;
}
.grid-wrapper .lay-head,
.grid-wrapper .back-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  font-family: "Open Sans";
  font-weight: bold;
}
.grid-wrapper .minMax,
.grid-wrapper .minMax-head {
  display: flex;
  max-width: 140px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1px;
  font-family: "Open Sans";
}
.grid-wrapper .minMax span,
.grid-wrapper .minMax-head span {
  padding-left: 5px;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
}
.betslip-inline-container {
  display: flex;
  flex-direction: column;
}
.input__odd__stake,
.input__odd__stake__single {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  height: 50px;
  align-items: center;
  font-family: "Open Sans";
  font-weight: bold;
}
.input__odd__stake input[type=number],
.input__odd__stake__single input[type=number] {
  text-align: center;
}
.input__odd__stake span {
  margin: 5px;
}
.input__odd__stake__single span {
  margin: 5px;
  flex: 1;
}
.stake__buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px;
}
.stake__buttons button {
  padding: 8px;
  width: 100%;
}
.stake__buttons span {
  flex: 1;
}
.place__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  height: 50px;
  align-items: center;
}
.place__buttons span {
  width: 176px;
  margin: 5px;
}
.place__buttons button.place,
.input__odd__stake__single button.place {
  background-color: #ffc21c !important;
  font-size: 12px;
}
.place__buttons button,
.stake__buttons button,
.input__odd__stake__single button {
  border-radius: 5px !important;
  background-color: white;
  color: #273a47;
  font-family: "Open Sans";
  font-weight: bold;
  border: 1px solid #c0c0c0;
}
.icn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1904px 1952px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.icn-ladder {
  background-position: -1296px -768px;
}
.book-gredient-plus {
  color: forestgreen;
  font-weight: bold;
  text-align: center;
}
.book-gredient-minus {
  color: darkred;
  font-weight: bold;
  text-align: center;
}
.modal-blue.modal-header {
  border-bottom: 3px solid #5db2ff;
}
.GB {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('gb.svg');
}
.NZ {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('nz.svg');
}
.AU {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('au.svg');
}
.FR {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.US {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('us.svg');
}
.ZA {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('za.svg');
}
.IE {
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  /*left: 2px;*/
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url('ie.svg');
}
.race-card-wrapper {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #c1c1c1;
  padding: 10px;
}
.race-card-meeting {
  display: flex;
  font-weight: bold;
  width: 200px;
  align-items: center;
}
.race-card-races {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 10px;
}
.race-card-races ul {
  list-style: none;
  padding: 0;
}
.race-card-races ul li {
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  justify-content: center;
  width: 56px;
  text-align: center;
  margin: 0 4px 4px 0;
  padding-top: 1px;
}
.race-card-races ul li:hover {
  background-color: #ececed;
}
.race-card-races ul li a {
  text-decoration: none;
  display: block;
  color: #43444a;
  font-weight: 600;
}
.race-card-races ul li:active {
  top: 1px;
}
.icn-ladder {
  background-position: -1296px -768px;
  transform: scale(0.7);
}
.icn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1904px 1952px;
  background-image: url('icon-sprite-ultimate.png');
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.fa-home:before {
  content: "";
  font-size: 15px;
}
.fa-refresh:before {
  content: "";
  color: black;
  margin-left: 5px;
}
.fa-bars:before {
  content: "";
  color: black;
  margin-right: 10px;
  font-size: 22px;
}
@media (min-width: 500px) {
  .hideweb {
    display: none;
  }

  .marquee-box {
    display: none !important;
  }
}
.start-date {
  margin-left: 23px;
}
@media screen and (max-width: 600px) {
  .marketview-main1 button {
    min-width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .marketview-main1 button {
    min-width: 65px;
  }
}
@media screen and (max-width: 300px) {
  .marketview-main1 button {
    min-width: 55px;
  }
}
@media screen and (max-width: 200px) {
  .marketview-main1 button {
    min-width: 40px;
  }
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.panel-default > .panel-heading {
  color: var(--text-primary);
  background-color: var(--lightMode);
  border-color: #ddd;
}
.panel-title {
  color: var(--text-primary);
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif;
}
@font-face {
  font-family: icomoon;
  src: url('1.1.8_2-icomoon.d9006343a3a2.eot') format("embedded-opentype"), url('1.1.8_2-icomoon.6cfd6429a3a2.ttf') format("truetype"), url('1.1.8_2-Ubuntu-Bold.f83793a3.ttf') format("truetype"), url('1.1.8_2-Ubuntu-Regular.bac6461f.ttf') format("truetype"), url('1.1.8_2-icomoon.a9333ceaa3a2.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-A-Z:before {
  content: "";
}
.icon-Bookmaker .path1:before {
  content: "";
  color: #386abd;
}
.icon-Bookmaker .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-Fancy .path1:before {
  content: "";
  color: #f22a96;
}
.icon-Fancy .path2:before {
  content: "";
  margin-left: -1em;
  color: #4290a3;
}
.icon-Fancy .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-Fancy .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-SignUp:before {
  content: "";
}
.icon-Sportbook .path1:before {
  content: "";
  color: #d45f2b;
}
.icon-Sportbook .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-Sportbook .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-Today:before {
  content: "";
}
.icon-Tomorrow:before {
  content: "";
}
.icon-active-log:before {
  content: "";
}
.icon-all:before {
  content: "";
}
.icon-arrow-double:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-down-sencodary:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-backspace:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-catalog:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-check-circle:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-clone:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-cricket:before {
  content: "";
}
.icon-del:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-editing:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-empty:before {
  content: "";
}
.icon-exchange:before {
  content: "";
}
.icon-expend:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-fullscreen:before {
  content: "";
}
.icon-graph:before {
  content: "";
}
.icon-history:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-icon-fh:before {
  content: "";
}
.icon-icon-live:before {
  content: "";
}
.icon-icon-poker:before {
  content: "";
}
.icon-icon-slot:before {
  content: "";
}
.icon-icon-sports:before {
  content: "";
}
.icon-in-play .path1:before {
  content: "";
  color: #52bf04;
}
.icon-in-play .path2:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-in-play .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-info-circle:before {
  content: "";
}
.icon-inplay_B:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-latest:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-live:before {
  content: "";
  color: #f23b3b;
}
.icon-lock:before {
  content: "";
}
.icon-login:before {
  content: "";
}
.icon-logout:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-mic:before {
  content: "";
}
.icon-min-max:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-notice:before {
  content: "";
}
.icon-parlay:before {
  content: "";
}
.icon-parlay-list:before {
  content: "";
}
.icon-parlay-up:before {
  content: "";
}
.icon-pdf:before {
  content: "";
}
.icon-play-film:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-poker:before {
  content: "";
}
.icon-profile:before {
  content: "";
}
.icon-profit-loss:before {
  content: "";
}
.icon-refresh:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-setting:before {
  content: "";
}
.icon-shield:before {
  content: "";
}
.icon-soccer:before {
  content: "";
}
.icon-sphere:before {
  content: "";
}
.icon-sport:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-solid:before {
  content: "";
}
.icon-tag_bg .path1:before {
  content: "";
  color: #000;
}
.icon-tag_bg .path2:before {
  content: "";
  margin-left: -1em;
  color: #000;
}
.icon-tag_bg .path3:before {
  content: "";
  margin-left: -1em;
  color: #000;
  opacity: 0.3144;
}
.icon-telegram:before {
  content: "";
}
.icon-tennis:before {
  content: "";
}
.icon-toggle:before {
  content: "";
}
.icon-transfer:before {
  content: "";
}
.icon-transfer-log:before {
  content: "";
}
.icon-triangle:before {
  content: "";
}
.icon-trophy:before {
  content: "";
}
.icon-um:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-visibility-off:before {
  content: "";
}
.icon-visibility-on:before {
  content: "";
}
.icon-volume:before {
  content: "";
}
.icon-volume-off:before {
  content: "";
}
.icon-wallet:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-wifi:before {
  content: "";
}
.icon-youtube .path1:before {
  content: "";
  color: #010201;
}
.icon-youtube .path2:before {
  content: "";
  margin-left: -1em;
  color: #000;
}
html {
  margin: 0;
  height: 100vh;
}
body {
  height: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.modal-backdrop {
  background-color: teal;
}
.nav.nav-tabs a {
  cursor: pointer;
}
.navbar-brand img {
  background-repeat: no-repeat;
  background-size: cover;
}
::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 800px) {
  ::-webkit-scrollbar {
    width: 0.1em;
    height: 0.1em;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
button.placeBet {
  width: 150px;
  border-radius: 5px;
  background-color: #ffc53d !important;
}
button.placeBet:disabled {
  cursor: not-allowed;
}
.ng-marquee.ng-marquee-speed-slow span {
  animation-duration: 40s !important;
}
.ng-marquee span {
  animation-duration: 40s !important;
}
* {
  margin: 0;
  padding: 0;
}
.promo-banner-wrap a {
  display: block;
}
.promo-control-nav {
  display: flex;
}
.promo-control-paging {
  display: flex;
}
.promo-banner .promo-control-nav {
  justify-content: center;
  align-items: center;
}
.promo-banner-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-top: 24.8366%;
}
.promo-banner-wrap.active {
  overflow: hidden;
  padding-top: 0;
  height: auto;
}
.promo-banner-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000 url(/assets/images/banner/loading.svg) center center no-repeat;
  background-size: 80px;
}
.promo-banner img {
  width: 100%;
  vertical-align: middle;
}
.promo-banner .slides {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.promo-banner .banner {
  display: none;
}
.promo-control-nav {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.promo-banner .promo-control-nav li {
  list-style: none !important;
  margin-left: 8px;
}
.promo-banner .promo-control-nav li:first-child {
  margin-left: 0;
}
.promo-banner .promo-control-nav li a {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  text-indent: -9999px;
}
.promo-banner .promo-control-nav li a.promo-active {
  transform: scale(1.4);
  background-color: rgba(255, 255, 255, 0.8);
}
.promo-banner .promo-direction-nav {
  position: absolute;
  z-index: 3;
  top: calc((100% - 48px) / 2);
  left: 0;
  width: 100%;
  height: 0;
}
.promo-banner .promo-direction-nav li {
  opacity: 0.4;
}
.promo-banner .promo-direction-nav li:hover,
.promo-banner .promo-direction-nav li:active {
  opacity: 0.8;
}
.promo-banner .promo-direction-nav .promo-nav-prev,
.promo-banner .promo-direction-nav .promo-nav-next {
  height: 0;
}
.promo-banner .promo-direction-nav .promo-prev,
.promo-banner .promo-direction-nav .promo-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="rgb(0,0,0)"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.promo-banner .promo-direction-nav .promo-next {
  left: calc(100% - 48px);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="rgb(0,0,0)"><path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"></path></g></svg>');
}
@media only screen and (max-width: 520px) {
  .promo-banner img {
    height: 140px !important;
  }
}
.promo-banner img {
  height: 300px;
}
.icon-cricket {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(221,6,18)" fill-rule="evenodd" d="M4.565 2.84c.505-.414 1.042-.79 1.608-1.123l15.66 19.1c-.436.487-.91.94-1.416 1.356L4.565 2.84zm-1.79 1.806l15.522 18.93C16.565 24.487 14.592 25 12.5 25 5.596 25 0 19.404 0 12.5c0-2.975 1.04-5.707 2.775-7.854zM8.557.636C9.797.222 11.122 0 12.5 0 19.404 0 25 5.596 25 12.5c0 2.252-.596 4.366-1.638 6.19L8.557.636z"/></svg>') no-repeat;
}
.select .icon-cricket {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M4.565 2.84c.505-.414 1.042-.79 1.608-1.123l15.66 19.1c-.436.487-.91.94-1.416 1.356L4.565 2.84zm-1.79 1.806l15.522 18.93C16.565 24.487 14.592 25 12.5 25 5.596 25 0 19.404 0 12.5c0-2.975 1.04-5.707 2.775-7.854zM8.557.636C9.797.222 11.122 0 12.5 0 19.404 0 25 5.596 25 12.5c0 2.252-.596 4.366-1.638 6.19L8.557.636z"/></svg>') no-repeat;
}
.icon-soccer {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M19.63 2.945c-.77-.574-1.602-1.052-2.492-1.43-.49-.205-.987-.378-1.495-.516-.4.162-.892.472-1.714 1.174-.687-.073-1.38-.076-2.076-.01-.91.086-1.822.288-2.715.604-.808.283-1.446.606-1.876.853-.626-.223-1.49-.496-1.937-.64-.44.333-.86.697-1.256 1.093-1.02 1.02-1.835 2.197-2.428 3.5-.074.785-.037 1.595.018 2.21-.294.738-.505 1.508-.628 2.3-.128.827-.18 2.328-.12 3.223.15.625.352 1.237.605 1.835.6 1.42 1.46 2.695 2.554 3.79.304.302.62.587.95.853-.013-.275-.096-1.328-.09-1.727l4.106-1.37 4.74 2.05c.367 1.485.56 2.295.583 2.43-.87.57-3.007.998-4 1.063.7.126 1.415.19 2.14.19 1.608 0 3.17-.315 4.64-.936.786-.333 1.528-.745 2.22-1.232-.878.453-1.912.55-2.89.71-.086.012-1.312.1-1.32.063l-.617-2.51 3.337-3.474 4.324-.394c.065.673.273 1.665.337 2.3.368-.57.686-1.174.953-1.805.62-1.47.937-3.03.937-4.64 0-1.14-.16-2.26-.474-3.338-.002.01-.002.016-.002.023-.26-.502-.564-.985-.908-1.444-.544-.727-1.19-1.396-1.923-1.992-.133-.664-.5-1.707-1.484-2.803zm1.707.715c1.147 1.15 2.048 2.484 2.68 3.976.652 1.54.983 3.18.983 4.865 0 1.69-.33 3.326-.982 4.867-.63 1.49-1.53 2.825-2.68 3.973-1.146 1.147-2.483 2.048-3.972 2.678-1.54.65-3.18.982-4.866.982-1.69 0-3.325-.33-4.866-.982-1.49-.63-2.826-1.53-3.973-2.678-1.147-1.148-2.048-2.484-2.678-3.973C.332 15.827 0 14.187 0 12.5c0-1.687.33-3.323.982-4.864.63-1.49 1.53-2.826 2.68-3.973C4.807 2.515 6.144 1.615 7.633.985 9.174.33 10.81.003 12.497 0c1.69 0 3.325.33 4.866.982 1.49.63 2.826 1.53 3.974 2.678zm-4.37 2.287l-2.138 5.835-5.13.985L5.463 8.39C5.748 6.403 7.11 4.644 7.11 4.644c.007-.005.894-.646 2.318-1.142.83-.292 1.675-.478 2.518-.557.688-.063 1.373-.052 2.05.03l2.97 2.97zM2.07 16.63c-.12-.445-.263-1.09-.334-1.865-.08-.875-.055-1.744.076-2.576.1-.64.26-1.26.48-1.855.865-.73 2.01-1.158 2.642-1.355l4.16 4.296-.436 4.708-3.915 1.283c-1.034-.76-2.03-1.695-2.674-2.638zm20.236-.87c-.015.026-.077.062-.092.094l-4.296.392-2.37-4.144 2.144-5.847 3.025.19c.643.54 1.213 1.138 1.696 1.784.604.81 1.074 1.7 1.395 2.643-.336 2.92-1.17 4.38-1.502 4.887z"/></svg>') no-repeat;
}
.select .icon-soccer {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M19.63 2.945c-.77-.574-1.602-1.052-2.492-1.43-.49-.205-.987-.378-1.495-.516-.4.162-.892.472-1.714 1.174-.687-.073-1.38-.076-2.076-.01-.91.086-1.822.288-2.715.604-.808.283-1.446.606-1.876.853-.626-.223-1.49-.496-1.937-.64-.44.333-.86.697-1.256 1.093-1.02 1.02-1.835 2.197-2.428 3.5-.074.785-.037 1.595.018 2.21-.294.738-.505 1.508-.628 2.3-.128.827-.18 2.328-.12 3.223.15.625.352 1.237.605 1.835.6 1.42 1.46 2.695 2.554 3.79.304.302.62.587.95.853-.013-.275-.096-1.328-.09-1.727l4.106-1.37 4.74 2.05c.367 1.485.56 2.295.583 2.43-.87.57-3.007.998-4 1.063.7.126 1.415.19 2.14.19 1.608 0 3.17-.315 4.64-.936.786-.333 1.528-.745 2.22-1.232-.878.453-1.912.55-2.89.71-.086.012-1.312.1-1.32.063l-.617-2.51 3.337-3.474 4.324-.394c.065.673.273 1.665.337 2.3.368-.57.686-1.174.953-1.805.62-1.47.937-3.03.937-4.64 0-1.14-.16-2.26-.474-3.338-.002.01-.002.016-.002.023-.26-.502-.564-.985-.908-1.444-.544-.727-1.19-1.396-1.923-1.992-.133-.664-.5-1.707-1.484-2.803zm1.707.715c1.147 1.15 2.048 2.484 2.68 3.976.652 1.54.983 3.18.983 4.865 0 1.69-.33 3.326-.982 4.867-.63 1.49-1.53 2.825-2.68 3.973-1.146 1.147-2.483 2.048-3.972 2.678-1.54.65-3.18.982-4.866.982-1.69 0-3.325-.33-4.866-.982-1.49-.63-2.826-1.53-3.973-2.678-1.147-1.148-2.048-2.484-2.678-3.973C.332 15.827 0 14.187 0 12.5c0-1.687.33-3.323.982-4.864.63-1.49 1.53-2.826 2.68-3.973C4.807 2.515 6.144 1.615 7.633.985 9.174.33 10.81.003 12.497 0c1.69 0 3.325.33 4.866.982 1.49.63 2.826 1.53 3.974 2.678zm-4.37 2.287l-2.138 5.835-5.13.985L5.463 8.39C5.748 6.403 7.11 4.644 7.11 4.644c.007-.005.894-.646 2.318-1.142.83-.292 1.675-.478 2.518-.557.688-.063 1.373-.052 2.05.03l2.97 2.97zM2.07 16.63c-.12-.445-.263-1.09-.334-1.865-.08-.875-.055-1.744.076-2.576.1-.64.26-1.26.48-1.855.865-.73 2.01-1.158 2.642-1.355l4.16 4.296-.436 4.708-3.915 1.283c-1.034-.76-2.03-1.695-2.674-2.638zm20.236-.87c-.015.026-.077.062-.092.094l-4.296.392-2.37-4.144 2.144-5.847 3.025.19c.643.54 1.213 1.138 1.696 1.784.604.81 1.074 1.7 1.395 2.643-.336 2.92-1.17 4.38-1.502 4.887z"/></svg>') no-repeat;
}
.icon-tennis {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(166,199,19)" fill-rule="nonzero" d="M11.327.048c.358 3.07 1.93 6.34 4.608 9.02 2.68 2.68 5.95 4.25 9.015 4.606-.26 2.8-1.46 5.53-3.605 7.674-2.148 2.143-4.87 3.347-7.676 3.607-.354-3.07-1.926-6.336-4.607-9.017-2.68-2.68-5.946-4.25-9.017-4.607.26-2.8 1.463-5.53 3.608-7.673C5.8 1.513 8.53.31 11.327.047zM25 12.123c-2.687-.346-5.57-1.77-7.96-4.16C14.65 5.57 13.223 2.684 12.877 0c3.076.095 6.126 1.308 8.47 3.655C23.693 6.002 24.91 9.048 25 12.123zM0 12.88c2.684.35 5.57 1.773 7.958 4.163 2.392 2.39 3.816 5.275 4.162 7.957-3.075-.09-6.12-1.308-8.466-3.652C1.308 19.002.09 15.955 0 12.88z"/></svg>') no-repeat;
}
.select .icon-tennis {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="M11.327.048c.358 3.07 1.93 6.34 4.608 9.02 2.68 2.68 5.95 4.25 9.015 4.606-.26 2.8-1.46 5.53-3.605 7.674-2.148 2.143-4.87 3.347-7.676 3.607-.354-3.07-1.926-6.336-4.607-9.017-2.68-2.68-5.946-4.25-9.017-4.607.26-2.8 1.463-5.53 3.608-7.673C5.8 1.513 8.53.31 11.327.047zM25 12.123c-2.687-.346-5.57-1.77-7.96-4.16C14.65 5.57 13.223 2.684 12.877 0c3.076.095 6.126 1.308 8.47 3.655C23.693 6.002 24.91 9.048 25 12.123zM0 12.88c2.684.35 5.57 1.773 7.958 4.163 2.392 2.39 3.816 5.275 4.162 7.957-3.075-.09-6.12-1.308-8.466-3.652C1.308 19.002.09 15.955 0 12.88z"/></svg>') no-repeat;
}
.icon-basketball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(222,92,30)" fill-rule="nonzero" d="M13.37 2.004c-.23.312-.646.765-1.198 1.257C10.552 2.073 9.094 1.27 8.152.8c1.32-.516 2.75-.8 4.245-.8.39 0 .776.02 1.156.058l.005.09c.04.695.083 1.484-.19 1.856zm6.64 7.247c1.72-.197 3.583 2.04 4.99 3.8-.123 3.168-1.42 6.03-3.46 8.146-.197-3.35-1-7.976-3.062-11.636.43-.14.935-.24 1.533-.31zM7.33 6.13c-.512.105-1.042.203-1.554.297-1.585.292-3.2.592-4.69 1.182 1.147-2.553 3.118-4.658 5.58-5.98.394.16 2.374 1.003 4.747 2.626-1.138.8-2.565 1.56-4.083 1.874zm8.43.283c1.303-.77 2.398-1.295 3.086-1.49 1.05-.293 2.078-.47 3-.575C23.54 6.125 24.674 8.378 25 10.87c-1.527-1.643-3.307-3.135-5.308-2.922-.85.09-1.56.242-2.162.456-.414-.568-.865-1.106-1.363-1.598-.134-.133-.27-.264-.406-.393zm-1.686 6.43c-.204.7-.45 1.778-.737 3.028-.595 2.603-1.597 6.978-2.66 9.13-2.923-.41-5.52-1.856-7.416-3.964.57-5.02 6.82-10.816 11.38-13.97.188.185.374.375.558.57.398.426.765.893 1.106 1.39-1.137.816-1.724 2.073-2.23 3.817zm-5.26-2.836C6.176 12.464 3.097 15.97 2.2 19.565.816 17.555 0 15.11 0 12.475c0-1.18.166-2.32.47-3.4 1.557-.878 3.41-1.23 5.34-1.592.5-.094 1.018-.19 1.524-.298 1.806-.38 3.466-1.33 4.733-2.294.5.386 1.01.806 1.52 1.26-1.526 1.063-3.195 2.384-4.774 3.857zm5.904-4.572c-.56-.52-1.122-1-1.675-1.44.565-.517 1-.993 1.255-1.34.54-.732.518-1.738.47-2.655 2.222.455 4.236 1.497 5.884 2.96-.713.125-1.466.296-2.233.53-.856.26-2.174.95-3.702 1.945zm.564 7.498c.448-1.534.897-2.522 1.733-3.15 2.154 3.79 3.01 8.895 3.094 12.504C17.973 23.985 15.284 25 12.36 25c-.136 0-.27-.006-.403-.01.943-2.098 1.75-5.388 2.596-9.065.286-1.245.533-2.32.73-2.992z"/></svg>') no-repeat;
}
.select .icon-basketball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="M13.37 2.004c-.23.312-.646.765-1.198 1.257C10.552 2.073 9.094 1.27 8.152.8c1.32-.516 2.75-.8 4.245-.8.39 0 .776.02 1.156.058l.005.09c.04.695.083 1.484-.19 1.856zm6.64 7.247c1.72-.197 3.583 2.04 4.99 3.8-.123 3.168-1.42 6.03-3.46 8.146-.197-3.35-1-7.976-3.062-11.636.43-.14.935-.24 1.533-.31zM7.33 6.13c-.512.105-1.042.203-1.554.297-1.585.292-3.2.592-4.69 1.182 1.147-2.553 3.118-4.658 5.58-5.98.394.16 2.374 1.003 4.747 2.626-1.138.8-2.565 1.56-4.083 1.874zm8.43.283c1.303-.77 2.398-1.295 3.086-1.49 1.05-.293 2.078-.47 3-.575C23.54 6.125 24.674 8.378 25 10.87c-1.527-1.643-3.307-3.135-5.308-2.922-.85.09-1.56.242-2.162.456-.414-.568-.865-1.106-1.363-1.598-.134-.133-.27-.264-.406-.393zm-1.686 6.43c-.204.7-.45 1.778-.737 3.028-.595 2.603-1.597 6.978-2.66 9.13-2.923-.41-5.52-1.856-7.416-3.964.57-5.02 6.82-10.816 11.38-13.97.188.185.374.375.558.57.398.426.765.893 1.106 1.39-1.137.816-1.724 2.073-2.23 3.817zm-5.26-2.836C6.176 12.464 3.097 15.97 2.2 19.565.816 17.555 0 15.11 0 12.475c0-1.18.166-2.32.47-3.4 1.557-.878 3.41-1.23 5.34-1.592.5-.094 1.018-.19 1.524-.298 1.806-.38 3.466-1.33 4.733-2.294.5.386 1.01.806 1.52 1.26-1.526 1.063-3.195 2.384-4.774 3.857zm5.904-4.572c-.56-.52-1.122-1-1.675-1.44.565-.517 1-.993 1.255-1.34.54-.732.518-1.738.47-2.655 2.222.455 4.236 1.497 5.884 2.96-.713.125-1.466.296-2.233.53-.856.26-2.174.95-3.702 1.945zm.564 7.498c.448-1.534.897-2.522 1.733-3.15 2.154 3.79 3.01 8.895 3.094 12.504C17.973 23.985 15.284 25 12.36 25c-.136 0-.27-.006-.403-.01.943-2.098 1.75-5.388 2.596-9.065.286-1.245.533-2.32.73-2.992z"/></svg>') no-repeat;
}
.icon-rugby {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(168,68,1)" fill-rule="nonzero" d="M1.762 23.238C.14 21.615-.346 18.866.238 15.793l8.97 8.97c-3.074.584-5.822.098-7.446-1.525zM5.79 5.788c2.12-2.12 4.534-3.66 6.905-4.62l11.138 11.137c-.96 2.372-2.5 4.785-4.622 6.907-2.12 2.12-4.534 3.66-6.905 4.62L1.168 12.696c.96-2.37 2.5-4.785 4.62-6.906zm8.088 3.494c-.34-.337-.887-.337-1.223 0-.34.34-.34.89-.005 1.227l.31.307-.46.46-.31-.308c-.336-.34-.885-.34-1.22 0-.34.335-.34.883 0 1.22l.308.31-.46.46-.31-.31c-.337-.336-.885-.336-1.226.005-.336.336-.336.884 0 1.223l.31.308-.46.46-.31-.308C8.485 14 7.938 14 7.6 14.336c-.34.34-.34.89-.005 1.227l1.842 1.84c.338.338.886.337 1.227-.003.336-.337.336-.884-.002-1.223l-.31-.308.462-.462.308.31c.338.336.886.336 1.222 0 .342-.34.342-.888.006-1.227l-.31-.307.46-.46.31.307c.336.338.884.338 1.22 0 .34-.336.34-.884 0-1.222l-.308-.308.46-.46.31.31c.338.336.885.336 1.226-.006.336-.336.336-.883 0-1.222l-.31-.308.46-.46.31.308c.337.338.885.338 1.222 0 .34-.34.34-.887.004-1.225l-1.84-1.842c-.34-.336-.887-.336-1.226.005-.338.337-.338.884 0 1.222l.31.31-.462.46-.308-.31zm9.36-7.52c1.623 1.623 2.11 4.372 1.524 7.445l-8.97-8.97c3.074-.583 5.822-.098 7.446 1.525z"/></svg>') no-repeat;
}
.select .icon-rugby {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(168,68,1)" fill-rule="nonzero" d="M1.762 23.238C.14 21.615-.346 18.866.238 15.793l8.97 8.97c-3.074.584-5.822.098-7.446-1.525zM5.79 5.788c2.12-2.12 4.534-3.66 6.905-4.62l11.138 11.137c-.96 2.372-2.5 4.785-4.622 6.907-2.12 2.12-4.534 3.66-6.905 4.62L1.168 12.696c.96-2.37 2.5-4.785 4.62-6.906zm8.088 3.494c-.34-.337-.887-.337-1.223 0-.34.34-.34.89-.005 1.227l.31.307-.46.46-.31-.308c-.336-.34-.885-.34-1.22 0-.34.335-.34.883 0 1.22l.308.31-.46.46-.31-.31c-.337-.336-.885-.336-1.226.005-.336.336-.336.884 0 1.223l.31.308-.46.46-.31-.308C8.485 14 7.938 14 7.6 14.336c-.34.34-.34.89-.005 1.227l1.842 1.84c.338.338.886.337 1.227-.003.336-.337.336-.884-.002-1.223l-.31-.308.462-.462.308.31c.338.336.886.336 1.222 0 .342-.34.342-.888.006-1.227l-.31-.307.46-.46.31.307c.336.338.884.338 1.22 0 .34-.336.34-.884 0-1.222l-.308-.308.46-.46.31.31c.338.336.885.336 1.226-.006.336-.336.336-.883 0-1.222l-.31-.308.46-.46.31.308c.337.338.885.338 1.222 0 .34-.34.34-.887.004-1.225l-1.84-1.842c-.34-.336-.887-.336-1.226.005-.338.337-.338.884 0 1.222l.31.31-.462.46-.308-.31zm9.36-7.52c1.623 1.623 2.11 4.372 1.524 7.445l-8.97-8.97c3.074-.583 5.822-.098 7.446 1.525z"/></svg>') no-repeat;
}
.icon-boxing {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%23C9282B" fill-rule="nonzero" d="m13.5578947 5.32939439-2.7789473-2.64697194c-1.01052635-.9098966-2.52631582-.9098966-3.53684214 0-.84210526.74446086-.92631579 1.98522895-.42105263 2.89512556l1.17894737 1.15805022c.16842105.16543574.16842105.49630724 0 .66174298-.08421053.08271787-.25263158.16543575-.33684211.16543575-.16842105 0-.25263157-.08271788-.3368421-.16543575l-2.94736842-2.81240768c-2.52631579.66174298-4.37894737 2.89512555-4.37894737 5.62481537 0 3.225997 2.69473684 5.7902511 5.97894737 5.7902511h3.2c1.17894733 0 2.18947373-.4135894 3.11578943-.9926145h3.7052632v-9.67799111zm.4210527 7.77548001c-.2526316 0-.5052632-.2481536-.5052632-.4963072v-4.8803545c0-.24815362.2526316-.49630723.5052632-.49630723.2526315 0 .5052631.24815361.5052631.49630723v4.8803545c0 .2481536-.2526316.4963072-.5052631.4963072z"/></svg>') no-repeat;
}
.icon-darts {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%23D00000" fill-rule="nonzero" d="m16 0v8.5l-3.0222222 3v-2.11764706l.2666666-.17647059.2666667-.26470588v-8.94117647zm-4 10.4411765v5.5588235h-.9777778v-4.5882353zm.5333333-10.4411765v8.5l-3.02222219 3v-2.11764706l.17777778-.17647059.26666667-.26470588v-8.94117647zm-3.99999997 10.4411765v5.5588235h-1.06666666v-4.5882353zm.44444445-10.4411765v8.5l-2.93333334 3v-6.52941176h-3.02222222v6.52941176l-3.02222222-3v-8.5h3.02222222l1.51111111 1.5 1.51111111-1.5zm-4.97777778 6.02941176h.97777778v9.97058824h-.97777778z"/></svg>') no-repeat;
}
.icon-australian {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m14.877193 0 1.122807 1.03529412v2.91764706c0 6.68235292-5.4269006 12.04705882-11.97660819 12.04705882h-2.99415204l-1.02923977-.9411765v-3.0117647c0-6.68235292 5.33333333-12.0470588 11.8830409-12.0470588zm-2.9941521 4.8 3.0877193-3.01176471-.8421052-.75294117-2.9941521 3.0117647zm-1.0292397 3.01176471v-1.50588236l-1.49707605-1.50588235h-1.49707603l-2.99415204 3.01176471v1.50588235l1.49707602 1.50588234h1.49707602zm-2.52631582-1.97647059h.56140351l.93567251.94117647v.56470588l-2.43274853 2.44705882h-.65497076l-.84210527-.94117647v-.56470588zm-6.26900585 8.94117648 2.99415205-3.0117647-.74853801-.7529412-2.99415205 3.0117647z"/></svg>') no-repeat;
}
.icon-mixed {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m9.97647059 12.8h-3.95294118l-2.82352941-2.82352941v-3.95294118l2.82352941-2.82352941h3.95294118l2.82352941 2.82352941v3.95294118zm-3.67058824-.7529412-2.35294117-2.4470588v-3.29411765l2.35294117-2.25882353h3.3882353l2.35294115 2.35294118v3.29411765l-2.35294115 2.35294115zm-.28235294-9.78823527-.94117647-2.25882353h5.92941176l-1.03529411 2.25882353zm-3.57647059 3.10588235-2.25882353-.84705882 4.14117647-4.14117647.94117648 2.16470588zm-.18823529 4.61176471-2.25882353.94117651v-5.74117651l2.25882353.94117647zm9.41176467-9.69411765 4.0470589 4.23529412-2.1647059.84705882-2.8235294-2.82352941zm2.0705883 5.83529412 2.2588235-.94117647v5.74117651l-2.2588235-.94117651zm-.282353 4.61176474 2.2588236.8470588-4.0470589 4.0470588-.9411764-2.1647059zm-8.18823526 2.7294117-.94117648 2.1647059-4.04705882-4.0470588 2.25882353-.8470588zm4.79999996.282353.9411765 2.2588235h-6.02352941l.94117647-2.2588235zm-2.0705882-4.51764709c.67573664 0 1.22352941-.54779277 1.22352941-1.22352941s-.54779277-1.22352941-1.22352941-1.22352941-1.22352941.54779277-1.22352941 1.22352941.54779277 1.22352941 1.22352941 1.22352941z"/></svg>') no-repeat;
}
.icon-esports {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%233F1274" fill-rule="nonzero" d="m12.1183432 2.60240177 3.8816568 3.93495892v5.52768041l-3.9763314 3.9349589h-8.04733724l-3.97633136-4.0286484v-5.43399091l3.97633136-3.93495892zm-7.22422555 1.75872451h6.21176475l2.3529411 2.31792357v2.22520662l-1.4117647 1.39075413v-3.52324381-.46358471-.46358472h-8.09411762v.46358472.46358471 3.52324381l-1.41176471-1.39075413v-2.22520662zm.09411764 2.41064051h6.02352941v4.45041321h-6.02352941zm9.59164641 2.76365784v-2.99806394l-3.0295858-2.99806394h-7.0059172l-3.0295858 2.99806394v2.99806394l3.0295858 2.99806397h7.0059172zm-10.5798817-7.53542463v-2l.97121075 1.04761905zm2.36276396 0v-2l.97121076 1.04761905zm2.36276396 0v-2l.88291887 1.04761905zm2.27447208 0v-2l.9712108 1.04761905z"/></svg>') no-repeat;
}
.icon-baseball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m3.95294118 8.28235294c-.09411765.47058824-.28235294.94117647-.65882353 1.31764706l-.1882353.18823529.75294118.75294121.18823529-.1882353c.56470589-.56470591.84705883-1.22352944.94117647-2.07058826zm0-.65882353h1.12941176c-.09411765-.75294117-.37647059-1.50588235-.94117647-2.07058823l-.84705882.75294117c.37647059.37647059.56470588.84705883.65882353 1.31764706zm9.88235292 3.85882349c-.0941176.0941177-.2823529.1882353-.3764706.1882353-.0941176 0-.2823529-.0941176-.3764706-.1882353l-.9411764-.9411764-1.6941177 1.6941176h-4.89411762l-1.69411765-1.6941176-.94117647.9411764c-.09411765.0941177-.28235294.1882353-.37647059.1882353s-.28235294-.0941176-.37647059-.1882353c-.28235294-.1882353-.28235294-.4705882-.09411764-.7529411l.94117647-.94117651-1.9642353-2.03952941c.03764706-1.05505882.31341177-2.04423529.76517647-2.928l.94305883.944.73223529-.73129412-1.12188235-1.1237647c1.26117647-1.74211765 3.30729411-2.87435294 5.63388235-2.87435294 2.3209412 0 4.3632941 1.12658823 5.6254118 2.86305882l-1.0635294 1.06352941.7322352.73129412.8856471-.88564706c.4536471.88188235.7312941 1.87011765.7717647 2.92329412l-2.0574118 2.05741176.9411765.94117651c.1882353.1882353.1882353.5647058 0 .7529411zm-5.8352941-11.4823529c-4.42352941 0-8 3.57647059-8 8 0 4.4235294 3.57647059 8 8 8 4.4235294 0 8-3.5764706 8-8 0-4.42352941-3.5764706-8-8-8zm4.0470588 8.28235294h-1.0352941c.0941177.75294118.3764706 1.50588235.9411765 2.07058826l.1882353.1882353.7529411-.75294121-.1882352-.18823529c-.3764706-.37647059-.5647059-.84705882-.6588236-1.31764706zm0-.65882353c.0941177-.47058823.282353-.94117647.6588236-1.31764706l.0941176-.09411764-.7529412-.75294118-.0941176.09411765c-.5647059.56470588-.8470588 1.22352941-.9411765 2.07058823z"/></svg>') no-repeat;
}
.icon-cycling {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m9.31764706 0h-.56470588-8.75294118v3.01176471l2.54117647 2.44705882h-.47058823-2.07058824v1.50588235 3.48235292 5.5529412h9.03529412.37647059l2.54117649-2.4470588h2.5411764v-4.51764708l.282353-.28235294 1.2235294-1.22352942v-1.03529411c0-3.57647059-3.0117647-6.49411765-6.68235294-6.49411765zm-4.70588235 6.49411765h3.76470588l-3.76470588 3.57647055zm8.84705879 6.11764705h-1.8823529l-2.91764707 2.8235294-3.95294118-3.8588235 4.70588236-4.61176472 1.59999999 1.50588236h-1.22352941v1.59999996l1.97647061 1.882353 1.4117647-1.4117647.2823529.1882353zm.5647059-4.6117647-.4705882.47058824-.0941177.09411764v.84705883l-3.0117647-2.91764706h2.0705883z"/></svg>') no-repeat;
}
.icon-gaelic {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m16 14.2117647c-.0941176-1.6-.6588235-3.2-1.6941176-4.42352941v-.28235294c0-1.88235294-.8470589-3.67058823-2.0705883-4.8-.3764706-.37647059-.8470588-.65882353-1.317647-.94117647-.5647059-1.50588235-1.60000004-2.82352941-2.9176471-3.76470588-1.31764706.94117647-2.35294118 2.25882353-2.91764706 3.67058824-1.97647059 1.12941176-3.38823529 3.29411764-3.38823529 5.74117647v.18823529.09411765.09411764c-.94117647 1.31764711-1.50588236 2.82352941-1.69411765 4.42352941 1.12941176.5647059 2.25882353.8470588 3.48235294.8470588.37647059 0 .75294118 0 1.12941177-.0941176.94117647.6588235 2.16470588 1.0352941 3.38823529 1.0352941 1.22352941 0 2.3529412-.3764706 3.3882353-1.0352941.3764706.0941176.7529412.0941176 1.1294118.0941176 1.2235294 0 2.3529411-.2823529 3.4823529-.8470588zm-12.42352941-3.1058823c-.09411765-.282353-.1882353-.5647059-.1882353-.8470589.09411765-.0941176.1882353-.1882353.28235295-.28235291.37647058-.37647059.75294117-.65882353 1.12941176-.84705883.37647059 1.31764704 1.03529412 2.44705884 1.88235294 3.38823534-.56470588.2823529-1.12941176.5647058-1.69411765.7529411-.65882353-.5647058-1.12941176-1.317647-1.4117647-2.1647058zm2.72941176-6.21176475c.56470589-.1882353 1.12941177-.28235294 1.69411765-.28235294.28235294 0 .56470588 0 .84705882.09411764.1882353 0 .37647059.09411765.56470589.1882353s.09411764 0 .09411764.09411764c.1882353.56470589.28235294 1.22352942.28235294 1.88235295-.47058823-.1882353-1.12941176-.28235295-1.78823529-.28235295s-1.31764706.09411765-1.88235294.28235295c0-.65882353.09411765-1.31764706.18823529-1.97647059zm1.69411765 6.58823525c-.84705882-.7529411-1.41176471-1.8823529-1.69411765-3.01176466.56470589-.1882353 1.12941177-.28235295 1.69411765-.28235295s1.12941176.09411765 1.69411765.28235295c-.28235294 1.12941176-.84705883 2.25882356-1.69411765 3.01176466zm3.5764706 1.1294118c0 .0941177 0 .0941177 0 0-.0941177.0941177-.1882353.1882353-.282353.2823529-.0941176.0941177-.1882352.1882353-.2823529.282353s0 0-.0941176.0941176c-.6588236-.1882353-1.22352945-.3764706-1.69411769-.7529411.84705879-.9411765 1.59999999-2.1647059 1.88235299-3.38823534.3764705.28235295.8470588.56470589 1.1294117.84705883.0941177.09411761.1882353.18823531.282353.28235291 0 .9411765-.3764706 1.6941177-.9411765 2.3529412zm-.0941177-5.17647058v-.1882353-.47058823-.65882353c.4705883.47058823.8470589 1.12941176 1.0352942 1.78823529-.282353-.09411764-.6588236-.28235294-1.0352942-.47058823zm2.3529412 4.61176468c.1882353.3764706.282353.7529412.3764706 1.1294118-.3764706.0941176-.7529412.1882353-1.1294118.1882353.282353-.3764706.5647059-.8470588.7529412-1.3176471zm-5.8352941-9.03529409c-.28235294 0-.47058824 0-.75294118.09411764.1882353-.28235294.47058824-.65882353.75294118-.94117647.28235294.28235294.56470588.56470588.75294118.94117647-.28235294-.09411764-.47058824-.09411764-.75294118-.09411764zm-3.48235294 4.42352941c-.37647059.18823529-.75294118.37647059-1.03529412.56470588.1882353-.65882353.56470588-1.31764706 1.03529412-1.78823529v.65882353zm-2.35294118 4.61176468c.1882353.4705883.47058824.9411765.75294118 1.3176471-.37647059 0-.75294118-.0941177-1.12941177-.1882353.09411765-.3764706.1882353-.7529412.37647059-1.1294118zm5.83529412 1.6.09411765.0941177c.28235294.1882353.56470588.3764706.84705882.4705882-.37647059.0941177-.65882353.0941177-1.03529412.0941177s-.65882353 0-1.03529411-.0941177c.47058823-.1882353.84705882-.3764706 1.12941176-.5647059z"/></svg>') no-repeat;
}
.icon-handball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m5 .58151705c.92643144-.37500991 1.93909956-.58151705 3-.58151705s2.0735686.20650714 3 .58151705v2.2213663l2.1199374 2.19711665h2.2985456c.3750099.92643144.581517 1.93909956.581517 3s-.2065071 2.0735686-.581517 3h-2.2985456l-2.1199374 2.1971166v2.2213664c-.9264314.3750099-1.93909956.581517-3 .581517s-2.07356856-.2065071-3-.581517v-2.2213664l-2.11993736-2.1971166h-2.29854559c-.37500991-.9264314-.58151705-1.93909956-.58151705-3s.20650714-2.07356856.58151705-3h2.29854559l2.11993736-2.19711665zm4.12381978 4.63693139-2.29601317.020037-1.60935817 1.63769478.020037 2.29601317 1.63769478 1.60935821 2.29601317-.020037 1.60935821-1.63769482-.020037-2.29601317zm-.37460659.92718385 1.09179652 1.07290545.013358 1.53067545-1.07290545 1.09179652-1.53067545.013358-1.09179652-1.07290545-.013358-1.53067545 1.07290545-1.09179652zm-4.74921319-5.14563229v1l-1.8583374 2c-.71419271 0-1.07128906 0-1.07128906 0 .83184814-1.36419678 1.74421693-2.19074357 2.92962646-3zm0 14c-1.18540953-.8092564-2.16815186-1.6358032-3-3h1.07128906l1.92871094 2zm8-14c1.1854095.80925643 2.0977783 1.63580322 2.9296265 3 0 0-.3570964 0-1.0712891 0l-1.8583374-2c0-.66666667 0-1 0-1zm0 14s0-.3333333 0-1l1.9287109-2h1.0712891c-.8318481 1.3641968-1.8145905 2.1907436-3 3z"/></svg>') no-repeat;
}
.icon-snooker {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%2302BFDA" fill-rule="nonzero" d="m8 0c-4.42352941 0-8 3.57647059-8 8 0 4.4235294 3.57647059 8 8 8 4.4235294 0 8-3.5764706 8-8 0-4.42352941-3.5764706-8-8-8zm6.1176471 8.84705882c-.282353 0-.5647059-.28235294-.5647059-.56470588 0-1.6-.5647059-3.0117647-1.6941177-4.14117647-1.1294117-1.12941176-2.54117644-1.69411765-4.14117644-1.69411765-.1882353-.09411764-.47058824-.28235294-.47058824-.56470588s.28235294-.56470588.56470589-.56470588c1.78823529 0 3.57647059.75294118 4.79999999 2.07058823 1.3176471 1.31764706 2.0705882 3.10588236 2.0705882 4.89411765 0 .28235294-.2823529.56470588-.5647058.56470588z"/></svg>') no-repeat;
}
.icon-american {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%237D3D27" fill-rule="nonzero" d="m11.7894737 7.81176471c-.0935673.09411764-.2807018.18823529-.374269.18823529-.0935673 0-.2807018-.09411765-.374269-.18823529l-2.90058482-2.82352942c-.18713451-.18823529-.18713451-.56470588 0-.75294117.1871345-.1882353.56140351-.1882353.74853801 0l2.90058481 2.91764706c.1871345.18823529.1871345.47058823 0 .65882353zm-1.7777778 1.78823529c-.09356725.09411765-.28070175.18823529-.374269.18823529s-.28070175-.09411764-.37426901-.18823529l-2.90058479-2.82352941c-.1871345-.1882353-.1871345-.56470588 0-.75294118.1871345-.18823529.56140351-.18823529.74853801 0l2.90058479 2.91764706c.1871345.09411765.1871345.47058824 0 .65882353zm-1.77777777 1.7882353c-.09356725.0941176-.28070176.1882353-.37426901.1882353s-.28070175-.0941177-.374269-.1882353l-2.9005848-2.82352942c-.1871345-.18823529-.1871345-.56470588 0-.75294117.1871345-.28235295.56140351-.28235295.74853801 0l2.9005848 2.91764709c.1871345.0941176.1871345.4705882 0 .6588235zm6.64327487-11.3882353h-2.9941521c-.5614035 0-1.2163742 0-1.7777777.09411765l4.3976608 4.42352941c.1871345.18823529.1871345.56470588 0 .75294118-.0935673.09411764-.2807018.18823529-.374269.18823529-.0935673 0-.2807018-.09411765-.374269-.18823529l-4.86549711-4.89411765c-4.11695907 1.12941176-7.39181287 4.42352941-8.51461988 8.56470588l4.95906432 4.98823533c.18713451.1882353.18713451.5647058 0 .7529411-.09356725.0941177-.28070175.1882353-.374269.1882353s-.28070176-.0941176-.37426901-.1882353l-4.39766082-4.4235294c-.09356725.5647059-.1871345 1.1294118-.1871345 1.7882353v3.0117647l1.02923977.9411765h2.99415204c6.54970759 0 11.97660819-5.3647059 11.97660819-12.04705882v-2.91764706z"/></svg>') no-repeat;
}
.icon-volleyball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="%230000000" fill-rule="nonzero" d="m15.7 5.7c-.5-1.7-1.5-3.1-2.8-4.1-.2-.1-.4-.3-.6-.4-.7-.4-1.4-.8-2.2-.9-.3-.1-.7-.2-1.1-.2-.2-.1-.6-.1-1-.1s-.8 0-1 .1c-.4 0-.8.1-1.1.2-1 .3-1.9.7-2.7 1.3-1.5 1.1-2.6 2.8-3 4.7 0 .1-.1.3-.1.4v.3c0 .2 0 .3-.1.5v.5c0 4.4 3.6 8 8 8s8-3.6 8-8c0-.8-.1-1.5-.3-2.3zm-1.1 0h-1.2v-2.1c.4.6.9 1.4 1.2 2.1zm-2.4-3.2v4.1l-2 2c-.1 0-.1.1-.2.1v-7.3c.9.3 1.7.7 2.2 1.1zm-4.2-1.5c.4 0 .8 0 1 .1v8.3c-.2.1-.4.1-.6.1h-1c-.2 0-.4 0-.6-.1v-8.3c.4 0 .8-.1 1.2-.1zm-4.2 5.8v-4.3c.7-.5 1.3-.8 2.2-1.1v7.5c-.3-.1-.4-.1-.4-.2l-1.4-1.4zm-1.2-3.2v2.7h-1.3c.2-1 .7-2 1.3-2.7zm12.3 5-3.8 3.8h-6.3l-3.8-3.8v-.6-.7h1.6l2.2 2.1c.8.8 1.7 1.1 2.6 1.1h1c.9 0 1.8-.4 2.5-1.1l2.6-2.6h1.1c.1.4.1.8.1 1.2.3.2.3.4.2.6z"/></svg>') no-repeat;
}
.icon-rugby {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="%23A84401"  fill-rule="nonzero" d="M1.762 23.238C.14 21.615-.346 18.866.238 15.793l8.97 8.97c-3.074.584-5.822.098-7.446-1.525zM5.79 5.788c2.12-2.12 4.534-3.66 6.905-4.62l11.138 11.137c-.96 2.372-2.5 4.785-4.622 6.907-2.12 2.12-4.534 3.66-6.905 4.62L1.168 12.696c.96-2.37 2.5-4.785 4.62-6.906zm8.088 3.494c-.34-.337-.887-.337-1.223 0-.34.34-.34.89-.005 1.227l.31.307-.46.46-.31-.308c-.336-.34-.885-.34-1.22 0-.34.335-.34.883 0 1.22l.308.31-.46.46-.31-.31c-.337-.336-.885-.336-1.226.005-.336.336-.336.884 0 1.223l.31.308-.46.46-.31-.308C8.485 14 7.938 14 7.6 14.336c-.34.34-.34.89-.005 1.227l1.842 1.84c.338.338.886.337 1.227-.003.336-.337.336-.884-.002-1.223l-.31-.308.462-.462.308.31c.338.336.886.336 1.222 0 .342-.34.342-.888.006-1.227l-.31-.307.46-.46.31.307c.336.338.884.338 1.22 0 .34-.336.34-.884 0-1.222l-.308-.308.46-.46.31.31c.338.336.885.336 1.226-.006.336-.336.336-.883 0-1.222l-.31-.308.46-.46.31.308c.337.338.885.338 1.222 0 .34-.34.34-.887.004-1.225l-1.84-1.842c-.34-.336-.887-.336-1.226.005-.338.337-.338.884 0 1.222l.31.31-.462.46-.308-.31zm9.36-7.52c1.623 1.623 2.11 4.372 1.524 7.445l-8.97-8.97c3.074-.583 5.822-.098 7.446 1.525z"/></svg>') no-repeat;
}
.select .icon-boxing {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m13.5578947 5.32939439-2.7789473-2.64697194c-1.01052635-.9098966-2.52631582-.9098966-3.53684214 0-.84210526.74446086-.92631579 1.98522895-.42105263 2.89512556l1.17894737 1.15805022c.16842105.16543574.16842105.49630724 0 .66174298-.08421053.08271787-.25263158.16543575-.33684211.16543575-.16842105 0-.25263157-.08271788-.3368421-.16543575l-2.94736842-2.81240768c-2.52631579.66174298-4.37894737 2.89512555-4.37894737 5.62481537 0 3.225997 2.69473684 5.7902511 5.97894737 5.7902511h3.2c1.17894733 0 2.18947373-.4135894 3.11578943-.9926145h3.7052632v-9.67799111zm.4210527 7.77548001c-.2526316 0-.5052632-.2481536-.5052632-.4963072v-4.8803545c0-.24815362.2526316-.49630723.5052632-.49630723.2526315 0 .5052631.24815361.5052631.49630723v4.8803545c0 .2481536-.2526316.4963072-.5052631.4963072z"/></svg>') no-repeat;
}
.select .icon-darts {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m16 0v8.5l-3.0222222 3v-2.11764706l.2666666-.17647059.2666667-.26470588v-8.94117647zm-4 10.4411765v5.5588235h-.9777778v-4.5882353zm.5333333-10.4411765v8.5l-3.02222219 3v-2.11764706l.17777778-.17647059.26666667-.26470588v-8.94117647zm-3.99999997 10.4411765v5.5588235h-1.06666666v-4.5882353zm.44444445-10.4411765v8.5l-2.93333334 3v-6.52941176h-3.02222222v6.52941176l-3.02222222-3v-8.5h3.02222222l1.51111111 1.5 1.51111111-1.5zm-4.97777778 6.02941176h.97777778v9.97058824h-.97777778z"/></svg>') no-repeat;
}
.select .icon-australian {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m14.877193 0 1.122807 1.03529412v2.91764706c0 6.68235292-5.4269006 12.04705882-11.97660819 12.04705882h-2.99415204l-1.02923977-.9411765v-3.0117647c0-6.68235292 5.33333333-12.0470588 11.8830409-12.0470588zm-2.9941521 4.8 3.0877193-3.01176471-.8421052-.75294117-2.9941521 3.0117647zm-1.0292397 3.01176471v-1.50588236l-1.49707605-1.50588235h-1.49707603l-2.99415204 3.01176471v1.50588235l1.49707602 1.50588234h1.49707602zm-2.52631582-1.97647059h.56140351l.93567251.94117647v.56470588l-2.43274853 2.44705882h-.65497076l-.84210527-.94117647v-.56470588zm-6.26900585 8.94117648 2.99415205-3.0117647-.74853801-.7529412-2.99415205 3.0117647z"/></svg>') no-repeat;
}
.select .icon-mixed {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m9.97647059 12.8h-3.95294118l-2.82352941-2.82352941v-3.95294118l2.82352941-2.82352941h3.95294118l2.82352941 2.82352941v3.95294118zm-3.67058824-.7529412-2.35294117-2.4470588v-3.29411765l2.35294117-2.25882353h3.3882353l2.35294115 2.35294118v3.29411765l-2.35294115 2.35294115zm-.28235294-9.78823527-.94117647-2.25882353h5.92941176l-1.03529411 2.25882353zm-3.57647059 3.10588235-2.25882353-.84705882 4.14117647-4.14117647.94117648 2.16470588zm-.18823529 4.61176471-2.25882353.94117651v-5.74117651l2.25882353.94117647zm9.41176467-9.69411765 4.0470589 4.23529412-2.1647059.84705882-2.8235294-2.82352941zm2.0705883 5.83529412 2.2588235-.94117647v5.74117651l-2.2588235-.94117651zm-.282353 4.61176474 2.2588236.8470588-4.0470589 4.0470588-.9411764-2.1647059zm-8.18823526 2.7294117-.94117648 2.1647059-4.04705882-4.0470588 2.25882353-.8470588zm4.79999996.282353.9411765 2.2588235h-6.02352941l.94117647-2.2588235zm-2.0705882-4.51764709c.67573664 0 1.22352941-.54779277 1.22352941-1.22352941s-.54779277-1.22352941-1.22352941-1.22352941-1.22352941.54779277-1.22352941 1.22352941.54779277 1.22352941 1.22352941 1.22352941z"/></svg>') no-repeat;
}
.select .icon-esports {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m12.1183432 2.60240177 3.8816568 3.93495892v5.52768041l-3.9763314 3.9349589h-8.04733724l-3.97633136-4.0286484v-5.43399091l3.97633136-3.93495892zm-7.22422555 1.75872451h6.21176475l2.3529411 2.31792357v2.22520662l-1.4117647 1.39075413v-3.52324381-.46358471-.46358472h-8.09411762v.46358472.46358471 3.52324381l-1.41176471-1.39075413v-2.22520662zm.09411764 2.41064051h6.02352941v4.45041321h-6.02352941zm9.59164641 2.76365784v-2.99806394l-3.0295858-2.99806394h-7.0059172l-3.0295858 2.99806394v2.99806394l3.0295858 2.99806397h7.0059172zm-10.5798817-7.53542463v-2l.97121075 1.04761905zm2.36276396 0v-2l.97121076 1.04761905zm2.36276396 0v-2l.88291887 1.04761905zm2.27447208 0v-2l.9712108 1.04761905z"/></svg>') no-repeat;
}
.select .icon-baseball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m3.95294118 8.28235294c-.09411765.47058824-.28235294.94117647-.65882353 1.31764706l-.1882353.18823529.75294118.75294121.18823529-.1882353c.56470589-.56470591.84705883-1.22352944.94117647-2.07058826zm0-.65882353h1.12941176c-.09411765-.75294117-.37647059-1.50588235-.94117647-2.07058823l-.84705882.75294117c.37647059.37647059.56470588.84705883.65882353 1.31764706zm9.88235292 3.85882349c-.0941176.0941177-.2823529.1882353-.3764706.1882353-.0941176 0-.2823529-.0941176-.3764706-.1882353l-.9411764-.9411764-1.6941177 1.6941176h-4.89411762l-1.69411765-1.6941176-.94117647.9411764c-.09411765.0941177-.28235294.1882353-.37647059.1882353s-.28235294-.0941176-.37647059-.1882353c-.28235294-.1882353-.28235294-.4705882-.09411764-.7529411l.94117647-.94117651-1.9642353-2.03952941c.03764706-1.05505882.31341177-2.04423529.76517647-2.928l.94305883.944.73223529-.73129412-1.12188235-1.1237647c1.26117647-1.74211765 3.30729411-2.87435294 5.63388235-2.87435294 2.3209412 0 4.3632941 1.12658823 5.6254118 2.86305882l-1.0635294 1.06352941.7322352.73129412.8856471-.88564706c.4536471.88188235.7312941 1.87011765.7717647 2.92329412l-2.0574118 2.05741176.9411765.94117651c.1882353.1882353.1882353.5647058 0 .7529411zm-5.8352941-11.4823529c-4.42352941 0-8 3.57647059-8 8 0 4.4235294 3.57647059 8 8 8 4.4235294 0 8-3.5764706 8-8 0-4.42352941-3.5764706-8-8-8zm4.0470588 8.28235294h-1.0352941c.0941177.75294118.3764706 1.50588235.9411765 2.07058826l.1882353.1882353.7529411-.75294121-.1882352-.18823529c-.3764706-.37647059-.5647059-.84705882-.6588236-1.31764706zm0-.65882353c.0941177-.47058823.282353-.94117647.6588236-1.31764706l.0941176-.09411764-.7529412-.75294118-.0941176.09411765c-.5647059.56470588-.8470588 1.22352941-.9411765 2.07058823z"/></svg>') no-repeat;
}
.select .icon-cycling {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m9.31764706 0h-.56470588-8.75294118v3.01176471l2.54117647 2.44705882h-.47058823-2.07058824v1.50588235 3.48235292 5.5529412h9.03529412.37647059l2.54117649-2.4470588h2.5411764v-4.51764708l.282353-.28235294 1.2235294-1.22352942v-1.03529411c0-3.57647059-3.0117647-6.49411765-6.68235294-6.49411765zm-4.70588235 6.49411765h3.76470588l-3.76470588 3.57647055zm8.84705879 6.11764705h-1.8823529l-2.91764707 2.8235294-3.95294118-3.8588235 4.70588236-4.61176472 1.59999999 1.50588236h-1.22352941v1.59999996l1.97647061 1.882353 1.4117647-1.4117647.2823529.1882353zm.5647059-4.6117647-.4705882.47058824-.0941177.09411764v.84705883l-3.0117647-2.91764706h2.0705883z"/></svg>') no-repeat;
}
.select .icon-gaelic {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m16 14.2117647c-.0941176-1.6-.6588235-3.2-1.6941176-4.42352941v-.28235294c0-1.88235294-.8470589-3.67058823-2.0705883-4.8-.3764706-.37647059-.8470588-.65882353-1.317647-.94117647-.5647059-1.50588235-1.60000004-2.82352941-2.9176471-3.76470588-1.31764706.94117647-2.35294118 2.25882353-2.91764706 3.67058824-1.97647059 1.12941176-3.38823529 3.29411764-3.38823529 5.74117647v.18823529.09411765.09411764c-.94117647 1.31764711-1.50588236 2.82352941-1.69411765 4.42352941 1.12941176.5647059 2.25882353.8470588 3.48235294.8470588.37647059 0 .75294118 0 1.12941177-.0941176.94117647.6588235 2.16470588 1.0352941 3.38823529 1.0352941 1.22352941 0 2.3529412-.3764706 3.3882353-1.0352941.3764706.0941176.7529412.0941176 1.1294118.0941176 1.2235294 0 2.3529411-.2823529 3.4823529-.8470588zm-12.42352941-3.1058823c-.09411765-.282353-.1882353-.5647059-.1882353-.8470589.09411765-.0941176.1882353-.1882353.28235295-.28235291.37647058-.37647059.75294117-.65882353 1.12941176-.84705883.37647059 1.31764704 1.03529412 2.44705884 1.88235294 3.38823534-.56470588.2823529-1.12941176.5647058-1.69411765.7529411-.65882353-.5647058-1.12941176-1.317647-1.4117647-2.1647058zm2.72941176-6.21176475c.56470589-.1882353 1.12941177-.28235294 1.69411765-.28235294.28235294 0 .56470588 0 .84705882.09411764.1882353 0 .37647059.09411765.56470589.1882353s.09411764 0 .09411764.09411764c.1882353.56470589.28235294 1.22352942.28235294 1.88235295-.47058823-.1882353-1.12941176-.28235295-1.78823529-.28235295s-1.31764706.09411765-1.88235294.28235295c0-.65882353.09411765-1.31764706.18823529-1.97647059zm1.69411765 6.58823525c-.84705882-.7529411-1.41176471-1.8823529-1.69411765-3.01176466.56470589-.1882353 1.12941177-.28235295 1.69411765-.28235295s1.12941176.09411765 1.69411765.28235295c-.28235294 1.12941176-.84705883 2.25882356-1.69411765 3.01176466zm3.5764706 1.1294118c0 .0941177 0 .0941177 0 0-.0941177.0941177-.1882353.1882353-.282353.2823529-.0941176.0941177-.1882352.1882353-.2823529.282353s0 0-.0941176.0941176c-.6588236-.1882353-1.22352945-.3764706-1.69411769-.7529411.84705879-.9411765 1.59999999-2.1647059 1.88235299-3.38823534.3764705.28235295.8470588.56470589 1.1294117.84705883.0941177.09411761.1882353.18823531.282353.28235291 0 .9411765-.3764706 1.6941177-.9411765 2.3529412zm-.0941177-5.17647058v-.1882353-.47058823-.65882353c.4705883.47058823.8470589 1.12941176 1.0352942 1.78823529-.282353-.09411764-.6588236-.28235294-1.0352942-.47058823zm2.3529412 4.61176468c.1882353.3764706.282353.7529412.3764706 1.1294118-.3764706.0941176-.7529412.1882353-1.1294118.1882353.282353-.3764706.5647059-.8470588.7529412-1.3176471zm-5.8352941-9.03529409c-.28235294 0-.47058824 0-.75294118.09411764.1882353-.28235294.47058824-.65882353.75294118-.94117647.28235294.28235294.56470588.56470588.75294118.94117647-.28235294-.09411764-.47058824-.09411764-.75294118-.09411764zm-3.48235294 4.42352941c-.37647059.18823529-.75294118.37647059-1.03529412.56470588.1882353-.65882353.56470588-1.31764706 1.03529412-1.78823529v.65882353zm-2.35294118 4.61176468c.1882353.4705883.47058824.9411765.75294118 1.3176471-.37647059 0-.75294118-.0941177-1.12941177-.1882353.09411765-.3764706.1882353-.7529412.37647059-1.1294118zm5.83529412 1.6.09411765.0941177c.28235294.1882353.56470588.3764706.84705882.4705882-.37647059.0941177-.65882353.0941177-1.03529412.0941177s-.65882353 0-1.03529411-.0941177c.47058823-.1882353.84705882-.3764706 1.12941176-.5647059z"/></svg>') no-repeat;
}
.select .icon-handball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m5 .58151705c.92643144-.37500991 1.93909956-.58151705 3-.58151705s2.0735686.20650714 3 .58151705v2.2213663l2.1199374 2.19711665h2.2985456c.3750099.92643144.581517 1.93909956.581517 3s-.2065071 2.0735686-.581517 3h-2.2985456l-2.1199374 2.1971166v2.2213664c-.9264314.3750099-1.93909956.581517-3 .581517s-2.07356856-.2065071-3-.581517v-2.2213664l-2.11993736-2.1971166h-2.29854559c-.37500991-.9264314-.58151705-1.93909956-.58151705-3s.20650714-2.07356856.58151705-3h2.29854559l2.11993736-2.19711665zm4.12381978 4.63693139-2.29601317.020037-1.60935817 1.63769478.020037 2.29601317 1.63769478 1.60935821 2.29601317-.020037 1.60935821-1.63769482-.020037-2.29601317zm-.37460659.92718385 1.09179652 1.07290545.013358 1.53067545-1.07290545 1.09179652-1.53067545.013358-1.09179652-1.07290545-.013358-1.53067545 1.07290545-1.09179652zm-4.74921319-5.14563229v1l-1.8583374 2c-.71419271 0-1.07128906 0-1.07128906 0 .83184814-1.36419678 1.74421693-2.19074357 2.92962646-3zm0 14c-1.18540953-.8092564-2.16815186-1.6358032-3-3h1.07128906l1.92871094 2zm8-14c1.1854095.80925643 2.0977783 1.63580322 2.9296265 3 0 0-.3570964 0-1.0712891 0l-1.8583374-2c0-.66666667 0-1 0-1zm0 14s0-.3333333 0-1l1.9287109-2h1.0712891c-.8318481 1.3641968-1.8145905 2.1907436-3 3z"/></svg>') no-repeat;
}
.select .icon-snooker {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m8 0c-4.42352941 0-8 3.57647059-8 8 0 4.4235294 3.57647059 8 8 8 4.4235294 0 8-3.5764706 8-8 0-4.42352941-3.5764706-8-8-8zm6.1176471 8.84705882c-.282353 0-.5647059-.28235294-.5647059-.56470588 0-1.6-.5647059-3.0117647-1.6941177-4.14117647-1.1294117-1.12941176-2.54117644-1.69411765-4.14117644-1.69411765-.1882353-.09411764-.47058824-.28235294-.47058824-.56470588s.28235294-.56470588.56470589-.56470588c1.78823529 0 3.57647059.75294118 4.79999999 2.07058823 1.3176471 1.31764706 2.0705882 3.10588236 2.0705882 4.89411765 0 .28235294-.2823529.56470588-.5647058.56470588z"/></svg>') no-repeat;
}
.select .icon-american {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m11.7894737 7.81176471c-.0935673.09411764-.2807018.18823529-.374269.18823529-.0935673 0-.2807018-.09411765-.374269-.18823529l-2.90058482-2.82352942c-.18713451-.18823529-.18713451-.56470588 0-.75294117.1871345-.1882353.56140351-.1882353.74853801 0l2.90058481 2.91764706c.1871345.18823529.1871345.47058823 0 .65882353zm-1.7777778 1.78823529c-.09356725.09411765-.28070175.18823529-.374269.18823529s-.28070175-.09411764-.37426901-.18823529l-2.90058479-2.82352941c-.1871345-.1882353-.1871345-.56470588 0-.75294118.1871345-.18823529.56140351-.18823529.74853801 0l2.90058479 2.91764706c.1871345.09411765.1871345.47058824 0 .65882353zm-1.77777777 1.7882353c-.09356725.0941176-.28070176.1882353-.37426901.1882353s-.28070175-.0941177-.374269-.1882353l-2.9005848-2.82352942c-.1871345-.18823529-.1871345-.56470588 0-.75294117.1871345-.28235295.56140351-.28235295.74853801 0l2.9005848 2.91764709c.1871345.0941176.1871345.4705882 0 .6588235zm6.64327487-11.3882353h-2.9941521c-.5614035 0-1.2163742 0-1.7777777.09411765l4.3976608 4.42352941c.1871345.18823529.1871345.56470588 0 .75294118-.0935673.09411764-.2807018.18823529-.374269.18823529-.0935673 0-.2807018-.09411765-.374269-.18823529l-4.86549711-4.89411765c-4.11695907 1.12941176-7.39181287 4.42352941-8.51461988 8.56470588l4.95906432 4.98823533c.18713451.1882353.18713451.5647058 0 .7529411-.09356725.0941177-.28070175.1882353-.374269.1882353s-.28070176-.0941176-.37426901-.1882353l-4.39766082-4.4235294c-.09356725.5647059-.1871345 1.1294118-.1871345 1.7882353v3.0117647l1.02923977.9411765h2.99415204c6.54970759 0 11.97660819-5.3647059 11.97660819-12.04705882v-2.91764706z"/></svg>') no-repeat;
}
.select .icon-volleyball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 18 18"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="m15.7 5.7c-.5-1.7-1.5-3.1-2.8-4.1-.2-.1-.4-.3-.6-.4-.7-.4-1.4-.8-2.2-.9-.3-.1-.7-.2-1.1-.2-.2-.1-.6-.1-1-.1s-.8 0-1 .1c-.4 0-.8.1-1.1.2-1 .3-1.9.7-2.7 1.3-1.5 1.1-2.6 2.8-3 4.7 0 .1-.1.3-.1.4v.3c0 .2 0 .3-.1.5v.5c0 4.4 3.6 8 8 8s8-3.6 8-8c0-.8-.1-1.5-.3-2.3zm-1.1 0h-1.2v-2.1c.4.6.9 1.4 1.2 2.1zm-2.4-3.2v4.1l-2 2c-.1 0-.1.1-.2.1v-7.3c.9.3 1.7.7 2.2 1.1zm-4.2-1.5c.4 0 .8 0 1 .1v8.3c-.2.1-.4.1-.6.1h-1c-.2 0-.4 0-.6-.1v-8.3c.4 0 .8-.1 1.2-.1zm-4.2 5.8v-4.3c.7-.5 1.3-.8 2.2-1.1v7.5c-.3-.1-.4-.1-.4-.2l-1.4-1.4zm-1.2-3.2v2.7h-1.3c.2-1 .7-2 1.3-2.7zm12.3 5-3.8 3.8h-6.3l-3.8-3.8v-.6-.7h1.6l2.2 2.1c.8.8 1.7 1.1 2.6 1.1h1c.9 0 1.8-.4 2.5-1.1l2.6-2.6h1.1c.1.4.1.8.1 1.2.3.2.3.4.2.6z"/></svg>') no-repeat;
}
.select .icon-kabaddi {
  background: url('data:image/svg+xml,<svg width="33" height="33" xmlns="http://www.w3.org/2000/svg"><path d="M5.877 11.527a4.294 4.294 0 118.589 0 4.294 4.294 0 01-8.59 0zm11.95 5.78a1.97 1.97 0 012.86.068 2.155 2.155 0 01-.066 2.967l-.454.453-2.989-2.842.65-.646zm4.55-10.074a4.294 4.294 0 110 8.589 4.294 4.294 0 010-8.59zm2.513 16.152c-.627 1.081-1.21 2.082-1.789 3.087-.26.452-.56.832-1.094 1.014-.687.234-1.283.129-1.817-.217-.406-.224-.88-.615-1.454-1.21l-6.287-5.794a2.03 2.03 0 012.747-2.99l1.614 1.5c1.219 1.104 2.58 2.367 3.614 3.29.103.092.213.179.351.295.094-.132.18-.235.246-.35a852.85 852.85 0 001.885-3.32c.078-.138.157-.28.203-.43.616-2.014 2.173-3.055 4.017-3.661 1.678-.552 3.421.24 4.368 1.8.456.753.911 1.507 1.365 2.26.093-.706.141-1.427.141-2.159C33 7.387 25.613 0 16.5 0S0 7.387 0 16.5c0 .733.048 1.455.141 2.163l1.28-2.126c1.263-2.104 3.536-2.658 5.675-1.436a7.85 7.85 0 012.059 1.708c.226.261.39.582.55.892.8 1.546 1.59 3.098 2.424 4.728l.716-.686 3.007 2.754-.123.109-1.616 1.544a2.04 2.04 0 01-.364.275c-.332.294-.678.582-1.057.866-.74.552-2.078.476-2.74-.7-.579-1.03-1.164-2.057-1.8-3.178-1.032 1.705-2.03 3.35-3.042 5.025A16.444 16.444 0 0016.5 33c4.427 0 8.446-1.744 11.41-4.581l-3.02-5.034z" fill="rgb(0,0,0)" fill-rule="evenodd"/></svg>') no-repeat;
}
.select .icon-basketball {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(222,92,30)" fill-rule="nonzero" d="M13.37 2.004c-.23.312-.646.765-1.198 1.257C10.552 2.073 9.094 1.27 8.152.8c1.32-.516 2.75-.8 4.245-.8.39 0 .776.02 1.156.058l.005.09c.04.695.083 1.484-.19 1.856zm6.64 7.247c1.72-.197 3.583 2.04 4.99 3.8-.123 3.168-1.42 6.03-3.46 8.146-.197-3.35-1-7.976-3.062-11.636.43-.14.935-.24 1.533-.31zM7.33 6.13c-.512.105-1.042.203-1.554.297-1.585.292-3.2.592-4.69 1.182 1.147-2.553 3.118-4.658 5.58-5.98.394.16 2.374 1.003 4.747 2.626-1.138.8-2.565 1.56-4.083 1.874zm8.43.283c1.303-.77 2.398-1.295 3.086-1.49 1.05-.293 2.078-.47 3-.575C23.54 6.125 24.674 8.378 25 10.87c-1.527-1.643-3.307-3.135-5.308-2.922-.85.09-1.56.242-2.162.456-.414-.568-.865-1.106-1.363-1.598-.134-.133-.27-.264-.406-.393zm-1.686 6.43c-.204.7-.45 1.778-.737 3.028-.595 2.603-1.597 6.978-2.66 9.13-2.923-.41-5.52-1.856-7.416-3.964.57-5.02 6.82-10.816 11.38-13.97.188.185.374.375.558.57.398.426.765.893 1.106 1.39-1.137.816-1.724 2.073-2.23 3.817zm-5.26-2.836C6.176 12.464 3.097 15.97 2.2 19.565.816 17.555 0 15.11 0 12.475c0-1.18.166-2.32.47-3.4 1.557-.878 3.41-1.23 5.34-1.592.5-.094 1.018-.19 1.524-.298 1.806-.38 3.466-1.33 4.733-2.294.5.386 1.01.806 1.52 1.26-1.526 1.063-3.195 2.384-4.774 3.857zm5.904-4.572c-.56-.52-1.122-1-1.675-1.44.565-.517 1-.993 1.255-1.34.54-.732.518-1.738.47-2.655 2.222.455 4.236 1.497 5.884 2.96-.713.125-1.466.296-2.233.53-.856.26-2.174.95-3.702 1.945zm.564 7.498c.448-1.534.897-2.522 1.733-3.15 2.154 3.79 3.01 8.895 3.094 12.504C17.973 23.985 15.284 25 12.36 25c-.136 0-.27-.006-.403-.01.943-2.098 1.75-5.388 2.596-9.065.286-1.245.533-2.32.73-2.992z"/></svg>') no-repeat;
}
.select .icon-rugby {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(168,68,1)" fill-rule="nonzero" d="M1.762 23.238C.14 21.615-.346 18.866.238 15.793l8.97 8.97c-3.074.584-5.822.098-7.446-1.525zM5.79 5.788c2.12-2.12 4.534-3.66 6.905-4.62l11.138 11.137c-.96 2.372-2.5 4.785-4.622 6.907-2.12 2.12-4.534 3.66-6.905 4.62L1.168 12.696c.96-2.37 2.5-4.785 4.62-6.906zm8.088 3.494c-.34-.337-.887-.337-1.223 0-.34.34-.34.89-.005 1.227l.31.307-.46.46-.31-.308c-.336-.34-.885-.34-1.22 0-.34.335-.34.883 0 1.22l.308.31-.46.46-.31-.31c-.337-.336-.885-.336-1.226.005-.336.336-.336.884 0 1.223l.31.308-.46.46-.31-.308C8.485 14 7.938 14 7.6 14.336c-.34.34-.34.89-.005 1.227l1.842 1.84c.338.338.886.337 1.227-.003.336-.337.336-.884-.002-1.223l-.31-.308.462-.462.308.31c.338.336.886.336 1.222 0 .342-.34.342-.888.006-1.227l-.31-.307.46-.46.31.307c.336.338.884.338 1.22 0 .34-.336.34-.884 0-1.222l-.308-.308.46-.46.31.31c.338.336.885.336 1.226-.006.336-.336.336-.883 0-1.222l-.31-.308.46-.46.31.308c.337.338.885.338 1.222 0 .34-.34.34-.887.004-1.225l-1.84-1.842c-.34-.336-.887-.336-1.226.005-.338.337-.338.884 0 1.222l.31.31-.462.46-.308-.31zm9.36-7.52c1.623 1.623 2.11 4.372 1.524 7.445l-8.97-8.97c3.074-.583 5.822-.098 7.446 1.525z"/></svg>') no-repeat;
}
.icon-HR {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25"><path fill="rgb(168,68,1)" fill-rule="nonzero" d="M21.51 19.133S27.72 0 11.92 0h-.095C-3.915 0 2.326 19.133 2.326 19.133L0 20.753l1.794 4.156 7.236-2.752C2.155 8.02 10.608 7.224 11.918 7.185c1.31.04 9.764.836 2.888 14.974l7.236 2.75 1.794-4.156-2.325-1.62zm-18.496-7.17c0-.458.37-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83-.46 0-.83-.372-.83-.83zm1.148 4.814c-.458 0-.83-.37-.83-.83 0-.458.372-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83zM4.76 8.81c-.46 0-.83-.37-.83-.83 0-.458.37-.83.83-.83.457 0 .83.372.83.83 0 .458-.373.83-.83.83zm13.54-.83c0-.46.37-.83.83-.83.458 0 .83.37.83.83 0 .458-.372.83-.83.83-.46 0-.83-.372-.83-.83zm1.427 8.797c-.457 0-.83-.37-.83-.83 0-.458.372-.83.83-.83.46 0 .83.372.83.83 0 .458-.37.83-.83.83zm.32-3.984c-.46 0-.83-.37-.83-.83 0-.458.37-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83z"/></svg>') no-repeat;
}
.select .icon-HR {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25"><path fill="rgb(0,0,0)" fill-rule="nonzero" d="M21.51 19.133S27.72 0 11.92 0h-.095C-3.915 0 2.326 19.133 2.326 19.133L0 20.753l1.794 4.156 7.236-2.752C2.155 8.02 10.608 7.224 11.918 7.185c1.31.04 9.764.836 2.888 14.974l7.236 2.75 1.794-4.156-2.325-1.62zm-18.496-7.17c0-.458.37-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83-.46 0-.83-.372-.83-.83zm1.148 4.814c-.458 0-.83-.37-.83-.83 0-.458.372-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83zM4.76 8.81c-.46 0-.83-.37-.83-.83 0-.458.37-.83.83-.83.457 0 .83.372.83.83 0 .458-.373.83-.83.83zm13.54-.83c0-.46.37-.83.83-.83.458 0 .83.37.83.83 0 .458-.372.83-.83.83-.46 0-.83-.372-.83-.83zm1.427 8.797c-.457 0-.83-.37-.83-.83 0-.458.372-.83.83-.83.46 0 .83.372.83.83 0 .458-.37.83-.83.83zm.32-3.984c-.46 0-.83-.37-.83-.83 0-.458.37-.83.83-.83.458 0 .83.372.83.83 0 .458-.372.83-.83.83z"/></svg>') no-repeat;
}
.icon-dog {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M7.957 1.797C7.903 1.042 8.937.457 9.775 0c.99.78.34 2.384-1.818 1.797zm5.883.045c-.063-.578-.27-1.294-.182-1.842.71.044 2.01 2.384.182 1.842zm2.645 9.645c2.016-.34 2.912-2.517 2.828-4.462-.08-1.85-1.926-3.54-3.417-4.11-.05-.02-.143.01-.197.002-2.42-.39-2.112 2.832-1.967 4.9.142 2.035.344 4.074 2.752 3.67zM9 11.537c.91-.008 1.895-.304 2.173-.855.38-.756.087-2.314.013-3.516-.124-2.033-.313-3.524-1.89-4.166-.248-.1-.556-.142-1.17-.098-1.5.568-2.77 2.05-3.367 3.49-.957 2.315 1.45 5.174 4.24 5.146zM20.585 6.21c.583.213 1.22.65 2.143.484-.243-.88-1.042-1.41-1.927-1.886-.463.285-.38 1.016-.216 1.402zm-18.31.42c.365.217.972.055 1.135-.21-.005-.575-.038-1.12-.126-1.612-.426.525-.915.994-1.01 1.82zm17.77 8.41c.586.444 1.26 1.42 2.443 1.295 1.033-.107 2.417-2.123 2.503-3.48.12-1.906-.886-4.49-1.975-5.16-1.44-.068-2.274 1.38-2.98 2.336-.372.507-.676.934-1.024 1.508-.297.493-.86 1.228-.827 1.68.06.788 1.355 1.436 1.86 1.82zM3.104 8.665C1.255 8.443-.19 11.38.022 13.528c.193 1.925 1.895 3.823 3.636 3.78.755-.02 1.386-.487 1.878-.916.44-.384 1.115-.93 1.24-1.445.262-1.073-.726-2.61-1.245-3.564-.525-.963-1.153-2.564-2.425-2.717zm6.866 5.408c-1.7 1.512-4.124 3.677-5.028 5.48-1.64 3.27 2.094 6.137 5.9 5.298.48-.103.956-.39 1.412-.616.37-.184.91-.58 1.41-.618.63-.05 1.47.404 2.208.58 1.255.294 3.015.607 4.333.133 1.213-.437 2.41-1.702 2.512-2.92.096-1.168-.485-2.03-1.11-2.943-1.383-2.017-2.578-2.937-4.893-4.284-1.045-.608-2.522-1.48-3.643-1.648-1.553-.234-2.217.756-3.1 1.54z"/></svg>') no-repeat;
}
.select .icon-dog {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M7.957 1.797C7.903 1.042 8.937.457 9.775 0c.99.78.34 2.384-1.818 1.797zm5.883.045c-.063-.578-.27-1.294-.182-1.842.71.044 2.01 2.384.182 1.842zm2.645 9.645c2.016-.34 2.912-2.517 2.828-4.462-.08-1.85-1.926-3.54-3.417-4.11-.05-.02-.143.01-.197.002-2.42-.39-2.112 2.832-1.967 4.9.142 2.035.344 4.074 2.752 3.67zM9 11.537c.91-.008 1.895-.304 2.173-.855.38-.756.087-2.314.013-3.516-.124-2.033-.313-3.524-1.89-4.166-.248-.1-.556-.142-1.17-.098-1.5.568-2.77 2.05-3.367 3.49-.957 2.315 1.45 5.174 4.24 5.146zM20.585 6.21c.583.213 1.22.65 2.143.484-.243-.88-1.042-1.41-1.927-1.886-.463.285-.38 1.016-.216 1.402zm-18.31.42c.365.217.972.055 1.135-.21-.005-.575-.038-1.12-.126-1.612-.426.525-.915.994-1.01 1.82zm17.77 8.41c.586.444 1.26 1.42 2.443 1.295 1.033-.107 2.417-2.123 2.503-3.48.12-1.906-.886-4.49-1.975-5.16-1.44-.068-2.274 1.38-2.98 2.336-.372.507-.676.934-1.024 1.508-.297.493-.86 1.228-.827 1.68.06.788 1.355 1.436 1.86 1.82zM3.104 8.665C1.255 8.443-.19 11.38.022 13.528c.193 1.925 1.895 3.823 3.636 3.78.755-.02 1.386-.487 1.878-.916.44-.384 1.115-.93 1.24-1.445.262-1.073-.726-2.61-1.245-3.564-.525-.963-1.153-2.564-2.425-2.717zm6.866 5.408c-1.7 1.512-4.124 3.677-5.028 5.48-1.64 3.27 2.094 6.137 5.9 5.298.48-.103.956-.39 1.412-.616.37-.184.91-.58 1.41-.618.63-.05 1.47.404 2.208.58 1.255.294 3.015.607 4.333.133 1.213-.437 2.41-1.702 2.512-2.92.096-1.168-.485-2.03-1.11-2.943-1.383-2.017-2.578-2.937-4.893-4.284-1.045-.608-2.522-1.48-3.643-1.648-1.553-.234-2.217.756-3.1 1.54z"/></svg>') no-repeat;
}
.icon-election {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M20 0h-6.4l-1.865 2.236c-.078.098-.108.226-.082.349.025.116.101.212.205.269l-5.222 1.959c-.438.165-.813.476-1.054.877l-1.727 2.878c-.368.613-.397 1.361-.077 1.999l.122.245h-1.822c-.23 0-.416.186-.416.416v7.171h-.863c-.23 0-.8 0-.8.8s.57.8.8.8h16.4c.23 0 .8 0 .8-.8s-.57-.8-.8-.8h-3.893v-3.52c0-.142-.073-.275-.193-.351-.12-.076-.271-.086-.4-.025-.303.143-1.556.823-3.758 2.039-.432.259-.924.397-1.424.397-.92 0-1.778-.456-2.305-1.237-.417-.625-.561-1.375-.405-2.109.156-.734.589-1.361 1.223-1.764l.393-.249.77-.481c.161-.1.235-.294.179-.476-.102-.334-.273-.63-.435-.859.435-.165 2.004-1.765 2.004-1.765.101.059.225.231 1.025.8.8.569 1.215.711 1.673.8-.454.381-1.254.968-2.054 1.98-.344.155-.8.42-2.4 1.22-.47.235-1.156.8-.8 1.6.356.8.974.8 1.6.8.533 0 1.6-.533 3.2-1.6 1.6-.8 3.2-.8 4.542-2.984 1.314-2.139 2.063-3.855 2.369-4.63.223.111.411.156.604.156.32 0 .636-.128.868-.352.245-.236.417-.635.417-.977v-4.814z" fill="rgb(0,0,0)" fill-rule="nonzero"/></svg>') no-repeat;
}
.select .icon-election {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M20 0h-6.4l-1.865 2.236c-.078.098-.108.226-.082.349.025.116.101.212.205.269l-5.222 1.959c-.438.165-.813.476-1.054.877l-1.727 2.878c-.368.613-.397 1.361-.077 1.999l.122.245h-1.822c-.23 0-.416.186-.416.416v7.171h-.863c-.23 0-.8 0-.8.8s.57.8.8.8h16.4c.23 0 .8 0 .8-.8s-.57-.8-.8-.8h-3.893v-3.52c0-.142-.073-.275-.193-.351-.12-.076-.271-.086-.4-.025-.303.143-1.556.823-3.758 2.039-.432.259-.924.397-1.424.397-.92 0-1.778-.456-2.305-1.237-.417-.625-.561-1.375-.405-2.109.156-.734.589-1.361 1.223-1.764l.393-.249.77-.481c.161-.1.235-.294.179-.476-.102-.334-.273-.63-.435-.859.435-.165 2.004-1.765 2.004-1.765.101.059.225.231 1.025.8.8.569 1.215.711 1.673.8-.454.381-1.254.968-2.054 1.98-.344.155-.8.42-2.4 1.22-.47.235-1.156.8-.8 1.6.356.8.974.8 1.6.8.533 0 1.6-.533 3.2-1.6 1.6-.8 3.2-.8 4.542-2.984 1.314-2.139 2.063-3.855 2.369-4.63.223.111.411.156.604.156.32 0 .636-.128.868-.352.245-.236.417-.635.417-.977v-4.814z" fill="rgb(0,0,0)" fill-rule="nonzero"/></svg>') no-repeat;
}
.icon-casino {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="M20 18.624v-16.038c0-.748-.696-1.361-1.544-1.361h-.95c.051.135.068.269.085.404l1.578 15.978c.119 1.152-.848 2.169-2.154 2.274l-1.459.12h2.918c.831-.015 1.527-.628 1.527-1.376z" id="Path" fill="%23CFBCC7"/><path d="M16.42 16.761l-3.062-15.642c-.148-.741-.922-1.231-1.745-1.097l-10.371 1.646c-.823.133-1.366.83-1.218 1.572l3.078 15.642c.148.741.922 1.231 1.745 1.097l10.371-1.646c.807-.133 1.35-.83 1.202-1.572zm-4.313-5.041c-.626.815-1.728 1.142-2.733.904.082.208.132.371.181.43.23.371 1.004.652.84.993-.165.326-.477-.03-1.333.104-.856.133-1.021.563-1.3.311-.28-.267.346-.771.412-1.186.016-.074.016-.237 0-.46-.856.534-2.025.563-2.914-.015-1.152-.726-1.432-2.165-.626-3.202.774-.993 2.864-3.455 2.864-3.455s2.897 1.661 4 2.357c1.136.741 1.416 2.179.609 3.217z" fill="%230000000" fill-rule="nonzero"/><path d="M18.218 17.754l-1.483-16.091c-.064-.753-.781-1.311-1.579-1.25l-.973.075.08.271 2.966 15.895c.207 1.145-.606 2.245-1.818 2.441l-2.966.497 4.449-.362c.797-.045 1.387-.723 1.324-1.476z" fill="%23CFBCC7"/></g></svg>') no-repeat;
}
.select .icon-casino {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="M20 18.624v-16.038c0-.748-.696-1.361-1.544-1.361h-.95c.051.135.068.269.085.404l1.578 15.978c.119 1.152-.848 2.169-2.154 2.274l-1.459.12h2.918c.831-.015 1.527-.628 1.527-1.376z" id="Path" fill="%23CFBCC7"/><path d="M16.42 16.761l-3.062-15.642c-.148-.741-.922-1.231-1.745-1.097l-10.371 1.646c-.823.133-1.366.83-1.218 1.572l3.078 15.642c.148.741.922 1.231 1.745 1.097l10.371-1.646c.807-.133 1.35-.83 1.202-1.572zm-4.313-5.041c-.626.815-1.728 1.142-2.733.904.082.208.132.371.181.43.23.371 1.004.652.84.993-.165.326-.477-.03-1.333.104-.856.133-1.021.563-1.3.311-.28-.267.346-.771.412-1.186.016-.074.016-.237 0-.46-.856.534-2.025.563-2.914-.015-1.152-.726-1.432-2.165-.626-3.202.774-.993 2.864-3.455 2.864-3.455s2.897 1.661 4 2.357c1.136.741 1.416 2.179.609 3.217z" fill="%23000000" fill-rule="nonzero"/><path d="M18.218 17.754l-1.483-16.091c-.064-.753-.781-1.311-1.579-1.25l-.973.075.08.271 2.966 15.895c.207 1.145-.606 2.245-1.818 2.441l-2.966.497 4.449-.362c.797-.045 1.387-.723 1.324-1.476z" fill="%23CFBCC7"/></g></svg>') no-repeat;
}
.icon-kabaddi {
  background: url('data:image/svg+xml,<svg width="33" height="33" xmlns="http://www.w3.org/2000/svg"><path d="M5.877 11.527a4.294 4.294 0 118.589 0 4.294 4.294 0 01-8.59 0zm11.95 5.78a1.97 1.97 0 012.86.068 2.155 2.155 0 01-.066 2.967l-.454.453-2.989-2.842.65-.646zm4.55-10.074a4.294 4.294 0 110 8.589 4.294 4.294 0 010-8.59zm2.513 16.152c-.627 1.081-1.21 2.082-1.789 3.087-.26.452-.56.832-1.094 1.014-.687.234-1.283.129-1.817-.217-.406-.224-.88-.615-1.454-1.21l-6.287-5.794a2.03 2.03 0 012.747-2.99l1.614 1.5c1.219 1.104 2.58 2.367 3.614 3.29.103.092.213.179.351.295.094-.132.18-.235.246-.35a852.85 852.85 0 001.885-3.32c.078-.138.157-.28.203-.43.616-2.014 2.173-3.055 4.017-3.661 1.678-.552 3.421.24 4.368 1.8.456.753.911 1.507 1.365 2.26.093-.706.141-1.427.141-2.159C33 7.387 25.613 0 16.5 0S0 7.387 0 16.5c0 .733.048 1.455.141 2.163l1.28-2.126c1.263-2.104 3.536-2.658 5.675-1.436a7.85 7.85 0 012.059 1.708c.226.261.39.582.55.892.8 1.546 1.59 3.098 2.424 4.728l.716-.686 3.007 2.754-.123.109-1.616 1.544a2.04 2.04 0 01-.364.275c-.332.294-.678.582-1.057.866-.74.552-2.078.476-2.74-.7-.579-1.03-1.164-2.057-1.8-3.178-1.032 1.705-2.03 3.35-3.042 5.025A16.444 16.444 0 0016.5 33c4.427 0 8.446-1.744 11.41-4.581l-3.02-5.034z" fill="%23E76920" fill-rule="evenodd"/></svg>') no-repeat;
}
.select .icon-kabaddi {
  background: url('data:image/svg+xml,<svg width="33" height="33" xmlns="http://www.w3.org/2000/svg"><path d="M5.877 11.527a4.294 4.294 0 118.589 0 4.294 4.294 0 01-8.59 0zm11.95 5.78a1.97 1.97 0 012.86.068 2.155 2.155 0 01-.066 2.967l-.454.453-2.989-2.842.65-.646zm4.55-10.074a4.294 4.294 0 110 8.589 4.294 4.294 0 010-8.59zm2.513 16.152c-.627 1.081-1.21 2.082-1.789 3.087-.26.452-.56.832-1.094 1.014-.687.234-1.283.129-1.817-.217-.406-.224-.88-.615-1.454-1.21l-6.287-5.794a2.03 2.03 0 012.747-2.99l1.614 1.5c1.219 1.104 2.58 2.367 3.614 3.29.103.092.213.179.351.295.094-.132.18-.235.246-.35a852.85 852.85 0 001.885-3.32c.078-.138.157-.28.203-.43.616-2.014 2.173-3.055 4.017-3.661 1.678-.552 3.421.24 4.368 1.8.456.753.911 1.507 1.365 2.26.093-.706.141-1.427.141-2.159C33 7.387 25.613 0 16.5 0S0 7.387 0 16.5c0 .733.048 1.455.141 2.163l1.28-2.126c1.263-2.104 3.536-2.658 5.675-1.436a7.85 7.85 0 012.059 1.708c.226.261.39.582.55.892.8 1.546 1.59 3.098 2.424 4.728l.716-.686 3.007 2.754-.123.109-1.616 1.544a2.04 2.04 0 01-.364.275c-.332.294-.678.582-1.057.866-.74.552-2.078.476-2.74-.7-.579-1.03-1.164-2.057-1.8-3.178-1.032 1.705-2.03 3.35-3.042 5.025A16.444 16.444 0 0016.5 33c4.427 0 8.446-1.744 11.41-4.581l-3.02-5.034z" fill="%23000000" fill-rule="evenodd"/></svg>') no-repeat;
}
.info-inplay {
  background: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="%235EA80E" d="M0 0h18v18H0z"/><path d="M9 13.83c1.16 0 2.15-.42 2.97-1.24a4.05 4.05 0 0 0 1.23-2.96 4 4 0 0 0-1.23-2.95A4.06 4.06 0 0 0 9 5.46c-1.16 0-2.15.4-2.97 1.22A4 4 0 0 0 4.8 9.63c0 1.16.41 2.14 1.23 2.96.82.82 1.8 1.24 2.97 1.24zm0-9.57c1.5 0 2.78.53 3.83 1.58a5.17 5.17 0 0 1 1.58 3.79c0 1.47-.53 2.74-1.58 3.79A5.21 5.21 0 0 1 9 15c-1.5 0-2.78-.53-3.83-1.58a5.17 5.17 0 0 1-1.58-3.8c0-1.46.53-2.73 1.58-3.78A5.21 5.21 0 0 1 9 4.26zm.31 2.4V9.8l2.4 1.4-.46.72-2.84-1.68V6.66h.9zM6.52 3.9L3.76 6.19 3 5.29 5.76 3l.76.9zM15 5.3l-.76.92-2.76-2.32.76-.9L15 5.3z" fill="%23FFF"/></g></svg>') no-repeat;
  border-radius: 1.33333vw;
}
.icon-img {
  width: 20px;
  height: 20px;
  margin: 0.13333vw 1.6vw 0 0;
  background-size: contain;
}
.entrance-title {
  background-image: linear-gradient(270deg, rgba(41, 42, 42, 0.62) 4%, #000 97%);
}
.entrance-title {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  line-height: 6.4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.entrance-title dd {
  background-image: url('data:image/svg+xml,<svg width="16" height="26" xmlns="http://www.w3.org/2000/svg"><path d="M11.853 0H16v26H0L11.853 0z" fill="rgb(255, 197, 61)" fill-rule="evenodd"/></svg>');
  width: 70px;
  line-height: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  text-indent: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #000 !important;
}
.entrance-title dd:after,
.skyinr247 .entrance-title dd:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 30px;
  content: "";
}
.entrance-title dd:after {
  background-color: #ffc53d;
  display: block;
}
.entrance-title dt {
  flex: 1;
  font-size: 12px;
  text-indent: 1.33333vw;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
}
.entrance-title {
  background-image: linear-gradient(270deg, #455e6800 4%, #000 97%);
  bottom: -20px;
}
@media (max-width: 700px) {
  .entrance-title {
    background-image: linear-gradient(270deg, #455e6800 4%, #000 97%);
    bottom: -20px;
  }
}
.col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}

/*# sourceMappingURL=styles.css.map*/