/*!
 * IOT theme SYMBIOT Delta v1 (https://www.creatingo.com)
 * Copyright 2016-2019 creatingo.com
 * Autor: Jozef Dvorsky
 */
/* ------------------------------
   Global add-ons
------------------------------ */
html {
  font-size: 16px; }

body {
  background: linear-gradient(135deg, #f2f2f2 0%, #ffffff 100%); 
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

#wrapper {
  min-height: 100vh;
  position: relative;
  padding: 4rem 0 4.5rem; }
  #wrapper.hidden {
    height: 100vh;
    overflow: hidden;
    visibility: hidden; }

  @media (min-width: 576px) {
    #wrapper {
      padding: 4rem 0 7rem; } }

#login {
  min-height: 420px;
  height: 100vh; }
  #login .card {
    background: linear-gradient(135deg, #ff9966 0%, #ff5e55 100%); }
    #login .card label {
      color: #ffffff; }

#iot-preloader,
.card-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1040;
  display: block;
  overflow: hidden; }
  #iot-preloader .center-preloader,
  .card-preloader .center-preloader {
    height: 100%;
    vertical-align: middle; }
    #iot-preloader .center-preloader .spinners,
    .card-preloader .center-preloader .spinners {
      width: 60px;
      height: 60px;
      margin: 0 auto; }
      #iot-preloader .center-preloader .spinners .spinner01,
      .card-preloader .center-preloader .spinners .spinner01 {
        border: 5px solid #ff7f5f;
        opacity: .9;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        will-change: transform, opacity;
        -webkit-animation: spinPulse 1s infinite ease-in-out;
                animation: spinPulse 1s infinite ease-in-out; }
      #iot-preloader .center-preloader .spinners .spinner02,
      .card-preloader .center-preloader .spinners .spinner02 {
        border: 5px solid #ff7f5f;
        opacity: .9;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        position: relative;
        top: -40px;
        will-change: transform;
        -webkit-animation: spinoffPulse 1s infinite linear;
                animation: spinoffPulse 1s infinite linear; }

.icon-pulse {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, opacity;
  -webkit-animation: iconPulse 1s infinite ease-in-out;
          animation: iconPulse 1s infinite ease-in-out; }

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.75; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.75; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(145deg);
            transform: rotate(145deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-320deg);
            transform: rotate(-320deg);
    opacity: 0; } }
@keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(145deg);
            transform: rotate(145deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-320deg);
            transform: rotate(-320deg);
    opacity: 0; } }
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.info-holder {
  width: 0rem;
  height: 0rem;
  position: absolute; }
  .info-holder.info-cb {
    bottom: 0;
    left: 50%; }
  .info-holder.info-ct {
    top: 0;
    left: 50%; }
  .info-holder.info-rb {
    bottom: 0;
    right: 0; }
  .info-holder.info-lc {
    top: 50%;
    left: 0; }
  .info-holder.info-rc {
    top: 50%;
    right: 0; }
  .info-holder [data-toggle="popover-all"] {
    position: relative; }

.my-icon-sprite {
  font-style: normal;
  speak: none;
  text-transform: none;

  width: 1rem;
  height: 1rem;
  margin: 0; 
  margin-left: -5px; 
  }

.icon-sprite {
  font-style: normal;
  speak: none;
  text-transform: none;
  width: 3rem;
  height: 3rem;
  margin: 0; 
  margin-left: -5px; 
  margin-top: 4px; 
  }
  .icon-sprite.icon-0 {
     margin-top: 0px; 
    }
  .icon-sprite.icon-1 {
     margin-top: 1px; 
    }
  .icon-sprite.icon-2 {
     margin-top: 2px; 
    }
  .icon-sprite.icon-1x {
    width: 3rem;
    height: 3rem; }
  .icon-sprite.icon-2x {
    width: 4rem;
    height: 4rem; }

[data-alerts="0"] .icon-dot {
  display: none; }

.alert-success {
  color: #ffffff;
  background-color: #59ac4a;
  border-color: rgba(89, 172, 74, 0); }
  .alert-success hr {
    border-top-color: rgba(80, 154, 66, 0); }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  color: #ffffff;
  background-color: #0f9ce6;
  border-color: rgba(15, 156, 230, 0); }
  .alert-info hr {
    border-top-color: rgba(13, 140, 206, 0); }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  color: #000;
  background-color: #eba440;
  border-color: rgba(235, 164, 64, 0); }
  .alert-warning hr {
    border-top-color: rgba(233, 153, 41, 0); }
  .alert-warning .alert-link {
    color: black; }

.alert-danger {
  color: #ffffff;
  background-color: #dd004a;
  border-color: rgba(221, 0, 74, 0); }
  .alert-danger hr {
    border-top-color: rgba(196, 0, 65, 0); }
  .alert-danger .alert-link {
    color: #e6e6e6; }

.btn-fab {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0f9ce6;
  border-color: transparent;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); }
  .btn-fab:hover, .btn-fab:focus {
    background-color: #ffffff;
    color: #0f9ce6;
    border-color: transparent;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); }

.btn-fixed-br {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1031; }

h1,
h2,
h3 {
  color: rgba(83, 99, 115, 0.5); }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  width: 100%; }

.center-abs {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.close-modal {
  position: absolute;
  top: 4rem;
  right: 1.5rem;
  font-size: 2rem;
  color: rgba(83, 99, 115, 0.6); }
  .close-modal:hover, .close-modal:focus {
    color: #536373; }

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #0f9ce6; }

.borderless,
.borderless li {
  border: 0 none !important; }

.nav-tabs.nav-fill {
  border-bottom: none; }
  .nav-tabs.nav-fill .nav-item {
    margin-bottom: 0; }
    .nav-tabs.nav-fill .nav-item .nav-link {
      padding: 0.5rem;
      color: rgba(83, 99, 115, 0.6);
      border-bottom: 2px solid rgba(83, 99, 115, 0.6);
      font-size: 0.85rem; }
      .nav-tabs.nav-fill .nav-item .nav-link:hover, .nav-tabs.nav-fill .nav-item .nav-link:focus {
        color: #536373;
        border-bottom: 2px solid #536373; }
      .nav-tabs.nav-fill .nav-item .nav-link.active {
        color: #ff7f5f;
        border-bottom: 2px solid #ff7f5f; }

.col-form-label {
  color: rgba(83, 99, 115, 0.6); }

.form-control.custom-focus {
  box-shadow: none; }
  .form-control.custom-focus:focus, .form-control.custom-focus:active {
    box-shadow: none; }

/* ------------------------------
   Navs add-ons
------------------------------ */
.navbar-icons .nav-link {
  padding: 0.25rem !important;
  line-height: 100%;
  color: rgba(83, 99, 115, 0.5); }

  .navbar-icons .nav-link:hover {
    color: #536373; }
.navbar-icons button.nav-link:focus, .navbar-icons button.nav-link.focus {
  box-shadow: none; }

.navbar-toggler {
  padding: .25rem;
  line-height: 100%;
  border: 0;
  outline: 0;
  color: rgba(83, 99, 115, 0.5);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    border: 0;
    outline: 0; }
  .navbar-toggler:focus, .navbar-toggler.focus {
    box-shadow: none; }
  .navbar-toggler.collapsed {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.navbar.fixed-top {
  padding: 0.25rem 0.5rem;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0.25rem rgba(83, 99, 115, 0.1); }

.navbar.fixed-bottom 
{
  max-height: 100vh;
  overflow-y: auto;
  background: linear-gradient(135deg, #ff9966 0%, #ff5e55 100%);
  box-shadow: 0 0 0.25rem rgba(83, 99, 115, 0.25);
}
  .navbar.fixed-bottom .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .navbar.fixed-bottom .nav-link {
    line-height: 32px;
    padding-right: 1rem;
    padding-left: 1rem; }
    .navbar.fixed-bottom .nav-link span {
      display: inline-block;
      font-size: 18px;
      vertical-align: middle; 
      padding-left: 1rem;
      }
  .navbar.fixed-bottom .icon-sprite, .navbar.fixed-bottom i {
    display: inline-block;
    vertical-align: middle; }
 
  @media (min-width: 800px) {
    .navbar.fixed-bottom .nav-item {
      border-top: 0 none; }
    .navbar.fixed-bottom .nav-link {
      text-align: center;
      line-height: 32px; }
      .navbar.fixed-bottom .nav-link span {
        display: inline;
        font-size: 18px; 
        padding-left: 0rem;
        }
    .navbar.fixed-bottom .icon-sprite, .navbar.fixed-bottom i {
      display: block;
      margin: 0 auto;
      width: 4rem;
      height: 3rem; }}

/* ------------------------------
   Custom buttons
------------------------------ */
.btn {
  cursor: pointer; }

.btn .icon-sprite {
  pointer-events: none; }

.btn-secondary {
  color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #ffffff; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff; }

.btn-outline-secondary:hover {
  color: #ffffff; }

.btn-label {
  min-width: 4rem;
  color: #ffffff;
  background-color: #536373;
  box-shadow: none; }
  .btn-label:hover, .btn-label:focus {
    background-color: #485664; }
  .btn-label.active {
    color: #ffffff;
    background-color: #ff7f5f;
    box-shadow: none; }

/* ------------------------------
   Switch (checkbox) styles
------------------------------ */
.switch {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  padding: 2px;
  width: 54px;
  height: 32px;
  background-color: none;
  border-radius: 32px;
  will-change: background-color;
  transition: background-color 0.3s; }
  .switch input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  .switch:before, .switch:after {
    display: block;
    position: absolute;
    content: ""; }
  .switch:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 28px;
    border: 1px solid rgba(83, 99, 115, 0.5);
    color: rgba(83, 99, 115, 0.5);
    line-height: 26px;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    text-indent: 20px;
    content: "OFF"; }
  .switch:after {
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: 20px;
    background-color: rgba(83, 99, 115, 0.5);
    border-radius: 20px;
    -webkit-transform: translate(0);
            transform: translate(0);
    will-change: transform;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .switch.checked:before {
    color: #ff7f5f;
    text-indent: -20px;
    content: "ON"; }
  .switch.checked:after {
    -webkit-transform: translate(22px);
            transform: translate(22px);
    background-color: #ff7f5f; }

/* ------------------------------
   Data-cards add-ons
------------------------------ */
.card {  margin: 0;}
  .card .card-img-top {
    overflow: hidden; }
 
  .card h3,
  .card .card-title,
  h4.card-title
   {
    margin: 0;
    color: rgba(83, 99, 115, 0.5); }

h5.card-title sup { color: rgba(83, 99, 115, 0.5); }
    
h4 a, h4 a:hover { color: rgba(83, 99, 115, 0.5); text-decoration: none;}
    

[data-unit] .card-stream {
  display: none; }
  [data-unit] .card-stream.off {
    display: block;
    background-color: rgba(83, 99, 115, 0.05);
    box-shadow: inset 0 0 4rem rgba(83, 99, 115, 0.15); }
    [data-unit] .card-stream.off h2 {
      color: rgba(83, 99, 115, 0.5); }
[data-rangeslider] .icon-sprite {
  color: rgba(83, 99, 115, 0.5); }

[data-rangeslider] h5 {
    margin: 0.25rem;
        color: #536373;
        }
[data-unit] .icon-sprite {
  color: rgba(83, 99, 115, 0.5); }
  [data-unit] .icon-sprite .subicon-unlocked {
    opacity: 1;
    color: #536373; }
  [data-unit] .icon-sprite .subicon-locked {
    opacity: 0;
    color: #ff7f5f; }
[data-unit] .status {
  color: rgba(83, 99, 115, 0.5);
  margin: 0.25rem;
  line-height: 1.15; }
[data-unit] .title-status {
  padding: 0 0.25rem; }

[data-unit] .title-status .status { color: rgba(83, 99, 115, 0.7); }
    
    [data-unit] .title-status .status .arm:before {
      content: "Disarmed"; }
[data-unit] h4 {
  margin: 0.25rem;
  color: #536373; }
[data-unit] h5 {
  margin: 0.25rem;
  color: #536373; }
[data-unit] .entry {
  padding-left: 3.25rem;
  margin-bottom: 0;
  color: rgba(83, 99, 115, 0.5); }

[data-unit-group] .entry {
  padding-left: 2.25rem;
  margin-bottom: 0;
  color: rgba(83, 99, 115, 0.5); }
[data-unit] .specs {
  margin-bottom: 0;
  text-align: left;
color: #536373;
  font-size: 15px;
  }
[data-unit-group] .specs {
  margin-bottom: 0;
  text-align: left;
  font-size: 1rem;
color: rgba(83, 99, 115, 0.5);
  margin-right: 5px;
  }

[data-unit] .only-if-active {
  display: none; }
[data-unit].active .card-stream {
  display: block; }
  [data-unit].active .card-stream.off {
    display: none; }
[data-unit].active .icon-sprite {
  color: #ff7f5f; }
/*[data-unit].active .status { color: #ff7f5f; }*/
[data-unit].active .only-if-active {
  display: block; }
[data-unit].active.lock .icon-sprite {
  color: rgba(83, 99, 115, 0.5); }
  [data-unit].active.lock .icon-sprite .subicon-unlocked {
    opacity: 0; }
  [data-unit].active.lock .icon-sprite .subicon-locked {
    opacity: 1; }
[data-unit].active.lock .title-status .status {
  color: #ff7f5f; }
  [data-unit].active.lock .title-status .status .arm:before {
    content: "Armed"; }

.list-group-flush {
  border-bottom: 1px solid rgba(83, 99, 115, 0.12); }

.list-group-item {
  display: flex;
  border-width: 1px 0 0 0; }
  .list-group-item.active {
    z-index: inherit;
    border-width: 1px 0 0 0; }

.ratio-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0; }

.ratio-8-6 {
  padding-bottom: calc(100% * 6 / 8); }

.ratio-container svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block; }

.house-bg {
  background-image: url(../images/house.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#roll-doors {
  transition: stroke-dashoffset 0.25s; }
  #roll-doors.active {
    stroke: #ff7f5f; }

#doorway-light,
#garage-light {
  opacity: 0;
  transition: opacity 0.25s; }
  #doorway-light.active,
  #garage-light.active {
    opacity: 1; }

.timer-controls button:not([data-action="open"]) {
  display: none; }

.progress {
  overflow: visible; }
  .progress .progress-tiny {
    height: 4px;
    will-change: width;
    transition: width 0.25s; }

.ct-series-a .ct-bar.negative {
  stroke: #536373; }

/* ------------------------------
   Custom modals
------------------------------ */
.modal .modal-content {
  padding: 1.2rem;
  border-radius: 0; }

.modal-nobg .modal-content {
  padding: 5rem 1.2rem;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none; }
  .modal-nobg .modal-content .modal-body {
    padding: 0 15px; }

.modal-danger .modal-content {
  color: #ffffff;
  background-color: #dd004a;
  border: none;
  box-shadow: none;
  cursor: pointer; }
  .modal-danger .modal-content h3 {
    margin-bottom: 0;
    color: #ffffff; }

.modal-warning .modal-content {
  color: #ffffff;
  background-color: #ff7f5f;
  border: none;
  box-shadow: none; }
  .modal-warning .modal-content h3 {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0; }
    .modal-warning .modal-content h3 span {
      float: right;
      display: inline-block;
      margin-right: 0.5rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(-2px) scale(1.5);
              transform: translateY(-2px) scale(1.5); }

.keyboard {
  max-width: 160px;
  margin: 0 auto;
  text-align: center; }

/* ------------------------------
   Range slider styles - based on https://github.com/andreruffert/rangeslider.js
------------------------------ */
.rangeslider,
.rangeslider__fill {
  display: block; }

.rangeslider {
  background-color: rgba(83, 99, 115, 0.4);
  position: relative; }

.rangeslider--horizontal {
  height: 8px;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.rangeslider--vertical {
  width: 8px;
  min-height: 120px;
  max-height: 100%;
  margin-left: auto; }

.rangeslider--disabled {
  opacity: 0.4; }

.rangeslider__fill {
  position: absolute;
  background-color: #ff7f5f; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: #536373;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 20px;
  position: absolute;
  box-shadow: none;
  border-radius: 10px; }

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background: #ff7f5f; }

.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  width: 20px;
  height: 30px;
  left: -6px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.70rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 12px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #ff7f5f; }
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #ff7f5f; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #536373; }
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #536373; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.lights-controls {
  text-align: right; }



table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

caption {
	padding-top: 13px 19px;
	padding-bottom: 13px 19px;
	color: #ccc;
	text-align: left;
}

th {
	text-align: left;
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td {
	vertical-align: middle;
	padding: 7px 10px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 0;
	border-bottom: 1px solid #dbdbdb;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.table>thead>tr>th {
	vertical-align: middle;
	font-weight: 300;
	border-bottom: 1px solid #dbdbdb;
	color: #a6a6a6;
}

.table>tfoot>tr>td {
	font-weight: 400;
	color: #777;
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 1px solid #dbdbdb;
}

.table .table {
	background-color: #fff;
}

.table a {
	display: inline;
	color: #c4c4c4;
}

.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 9px 19px;
}

.table-primary thead {
	color: #fff;
	background: #42a4ff;
}

.table-primary>thead>tr>th, .table-primary>thead>tr>td, .table-primary>tbody>tr>th, .table-primary>tbody>tr>td, .table-primary>tfoot>tr>th, .table-primary>tfoot>tr>td {
	border: 0;
	padding: 14px 19px;
}

.table-venice-blue td a {
	font-weight: 300;
}

.table-venice-blue thead {
	color: #fff;
	background: #084884;
}

.table-venice-blue>caption+thead>tr:first-child>th, .table-venice-blue>caption+thead>tr:first-child>td, .table-venice-blue>colgroup+thead>tr:first-child>th, .table-venice-blue>colgroup+thead>tr:first-child>td, .table-venice-blue>thead:first-child>tr:first-child>th, .table-venice-blue>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table-striped-variant-1>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

.table-striped-variant-1>tbody>tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

.table-mobile .table-venice-blue tbody tr td:first-child a {
	color: #313132;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th {
	padding: 9px;
	font-size: 14px;
}

.table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 9px;
	font-size: 17px;
}

.table-bordered {
	border: 1px solid #dbdbdb;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border: 1px solid #dbdbdb;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

.table-hover>tbody>tr:hover {
	background-color: #f9f9f9;
}

@media (max-width: 767px) {
	.table-mobile .table {
		width: 100%;
		max-width: 100%;
	}
	.table-mobile .table thead {
		display: none;
	}
	.table-mobile .table tr td:first-child, .table-mobile .table tr td:nth-child(4) {
		width: 100%;
	}
	.table-mobile .table tr {
		position: relative;
		display: inline-block;
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.table-mobile .table td {
		display: inline-flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
		padding: 12px 5px;
	}
	.table-mobile .table td:nth-child(2), .table-mobile .table td:nth-child(3) {
		width: 50%;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-bottom: 1px solid #dbdbdb;
	}
	.table-mobile .table td:nth-child(4) {
		position: relative;
	}
	.table-mobile .table td:nth-child(4):before, .table-mobile .table td:nth-child(4):after {
		content: '';
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.table-mobile .table td:nth-child(4):before {
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #dbdbdb transparent transparent transparent;
	}
	.table-mobile .table td:nth-child(4):after {
		top: -1px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
	}
	.table-mobile .table-primary tbody tr td:first-child {
		color: #fff;
		background: #42a4ff;
	}
	.table-mobile .table-venice-blue tbody tr td:first-child {
		color: #fff;
		background: #084884;
	}
	.table-mobile .table-venice-blue tbody tr td:first-child a {
		color: #fff;
	}
	.table-mobile .table-venice-blue tbody tr td:first-child a:hover {
		color: #a5d4ff;
	}
	.table-mobile .table-bordered td {
		border: 0;
	}
	.table-mobile .table-bordered tr+tr {
		border-top: 1px solid #dbdbdb;
	}
	.table-mobile .table-striped>tbody>tr:nth-of-type(odd) td:last-child:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #f9f9f9 transparent transparent transparent;
	}
	.table-mobile .table-striped-variant-1>tbody>tr:nth-of-type(even) td:last-child:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #f9f9f9 transparent transparent transparent;
	}
	.table-mobile .table-hover>tbody>tr:hover {
		background: #fff;
	}
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}

.table-hover>tbody tr {
	background: #fff;
}

@media (min-width: 768px) {
	.table-hover>tbody>tr {
		transition: .33s all ease;
		background: #fff;
	}
	.table-hover>tbody>tr:hover {
		background: #f9f9f9;
		cursor: default;
	}
}

.table-border-top {
	border-top: 7px solid #f9f9f9;
}

.table-border-top thead>tr>th {
	color: #000;
	padding-top: 28px;
	padding-bottom: 28px;
}

.table-border-top tbody tr:first-child td {
	border-top: 1px solid #dbdbdb;
}

.table-fixed {
	table-layout: fixed;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

table a {
	font-weight: 400;
}

table a:hover {
	color: #000;
}

.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
	background-color: #ececec;
}

.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th {
	background-color: #ff4242;
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
	background-color: #ff2929;
}



.table-responsive{
overflow-x: visible;
overflow-y: visible;
min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 16.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dbdbdb;
	}
	.table-responsive>.table {
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive>.table-bordered {
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}



sup { margin-left: 3px; top: 0px; font-size: 12px; color: rgba(83, 99, 115, 0.7); }
sup.spec { margin-left: 3px; top: 0px; font-size: 12px; color: rgba(83, 99, 115, 0.7); }
sup.h5 { margin-left: 3px; top: 0px; font-size: 12px; color: rgba(83, 99, 115, 0.7); }
.status sup.h5 { margin-left: 3px; top: 0px; font-size: 12px; color: rgba(83, 99, 115, 0.7); }

.list {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
color: rgba(83, 99, 115, 0.7);
  }

.blink { animation: blink 2s steps(5, start) infinite; -webkit-animation: blink 1s steps(5, start) infinite; color: #ff7f5f; }
@keyframes blink { to {visibility: hidden;}}
@-webkit-keyframes blink { to { visibility: hidden; }}
