.scadacard {
  /*
    inlineerror {
        display: block;
        font-weight:700;
        position: absolute;
        left:-999px;
        margin:0px;
        padding:0px;
        height:0px;
        color: #ff0800;
        opacity:0;
        transform: translateX(-10px);
        transition: margin 0.3s;
        transition: height 0.3s;
        transition: opacity 0.3s;
        transition: transform 0.3s;



        &.shown {
            position:relative;
            max-width:100%;
            transform: translateX(0px);

            left:0px;
            margin: -5px 15px 10px 15px;
            height:auto;
            opacity:1;
        }
    }
    */ }
  .scadacard .parksection {
    width: 100%; }
    .theme-dark .scadacard .parksection {
      border-bottom: 1px solid #666666; }
    .theme-light .scadacard .parksection {
      border-bottom: 1px solid #999999; }
    .scadacard .parksection h1 {
      display: inline-block; }
  .theme-dark .scadacard i.disabled, .theme-dark
  .scadacard i span.disabled {
    color: #666666 !important; }
  .theme-light .scadacard i.disabled, .theme-light
  .scadacard i span.disabled {
    color: #666666 !important; }
  .scadacard .itemtable {
    margin-bottom: 40px; }
    .scadacard .itemtable .material-input {
      /* &+.sort-arrows {
               margin-left:3px;
               transform: translateY(-1px);
           }
           */ }
      .scadacard .itemtable .material-input input {
        max-width: none; }
    .scadacard .itemtable .icon-stack {
      display: inline-block;
      vertical-align: top;
      transform: translateX(-17px); }
    .scadacard .itemtable .icon-ok-circle,
    .scadacard .itemtable .icon-warning,
    .scadacard .itemtable .icon-tri_bg,
    .scadacard .itemtable .icon-alert {
      font-size: 20px;
      transform: translateY(-5px); }
  .scadacard error {
    display: block;
    position: absolute;
    font-weight: 700;
    color: #ff0800;
    opacity: 0;
    transform: translateX(-5px);
    transition: 0.3s; }
    .scadacard error.shown {
      transform: translateX(0px);
      opacity: 1; }
  .scadacard .location td h1 {
    margin-bottom: 0px; }
  .scadacard .location td i {
    cursor: pointer;
    margin-left: 12px; }
    .scadacard .location td i:before {
      width: auto;
      margin-left: 0px;
      margin-right: 0px; }
  .scadacard #actiontd .material-input,
  .scadacard #titletd .material-input {
    width: 150px !important; }
  .scadacard table {
    width: calc(100% - 3px);
    font-weight: 400; }
    .theme-dark .scadacard table {
      color: #ffffff; }
    .theme-light .scadacard table {
      color: #555555; }
    .theme-dark .scadacard table.chartdata {
      border: 1px solid #666666;
      border-right: none; }
    .theme-light .scadacard table.chartdata {
      border: 1px solid #999999;
      border-right: none; }
    .scadacard table.chartdata tr {
      height: auto; }
    .scadacard table.chartdata th {
      text-align: center;
      padding: 8px; }
      .theme-dark .scadacard table.chartdata th {
        background-color: #333333;
        border-right: 1px solid #666666; }
      .theme-light .scadacard table.chartdata th {
        background-color: #f2f2f2;
        border-right: 1px solid #999999; }
    .scadacard table.chartdata td {
      padding: 8px; }
      .theme-dark .scadacard table.chartdata td {
        border-right: 1px solid #666666; }
      .theme-light .scadacard table.chartdata td {
        border-right: 1px solid #999999; }
    .scadacard table tr {
      transition: all 0.4s;
      height: 61px; }
      .theme-dark .scadacard table tr {
        border-bottom: 1px solid #666666; }
      .theme-light .scadacard table tr {
        border-bottom: 1px solid #999999; }
      .theme-dark .scadacard table tr.active {
        background-color: #333333;
        color: #eeeeee; }
      .theme-light .scadacard table tr.active {
        background-color: #f2f2f2;
        color: #000000; }
    .scadacard table .datarow .uniticon {
      margin-top: -4px; }
    .scadacard table .datarow i {
      cursor: pointer; }
    .theme-dark .scadacard table .datarow i.inactive {
      color: #666 !important; }
    .theme-light .scadacard table .datarow i.inactive {
      color: #ccc !important; }
    .scadacard table .datarow .icon {
      padding: 5px 0;
      transition: all 0.3s; }
      .scadacard table .datarow .icon:hover, .scadacard table .datarow .icon.active {
        /*background:#000;*/
        /* padding:5px;
                margin: 0px -5px;*/
        cursor: pointer; }
        .theme-dark .scadacard table .datarow .icon:hover, .theme-dark .scadacard table .datarow .icon.active {
          color: #ffffff !important; }
        .theme-light .scadacard table .datarow .icon:hover, .theme-light .scadacard table .datarow .icon.active {
          color: #555555 !important; }
    .scadacard table th {
      vertical-align: top; }
    .scadacard table td,
    .scadacard table th {
      white-space: nowrap;
      position: relative;
      padding: 14px;
      font-size: 14px;
      font-weight: 400; }
      .scadacard table td.hidden,
      .scadacard table th.hidden {
        display: none; }
      .scadacard table td img,
      .scadacard table th img {
        height: 18px;
        padding-right: 4px; }
      .theme-dark .scadacard table td a, .theme-dark
      .scadacard table th a {
        color: #ffffff; }
      .theme-light .scadacard table td a, .theme-light
      .scadacard table th a {
        color: #555555; }
    .scadacard table th img.filter {
      height: 12px;
      vertical-align: top;
      margin: 10px 0px 0 0; }
    .scadacard table th span {
      vertical-align: top;
      padding-top: 5px;
      display: inline-block; }
    .scadacard table th.noinput {
      padding-top: 19px; }
    .scadacard table th .btn {
      margin-bottom: 0px; }
    .scadacard table th input {
      padding: 5px 10px;
      vertical-align: top;
      width: auto;
      max-width: 130px; }
      .theme-dark .scadacard table th input {
        border: 1px solid #666666;
        background-color: #4d4d4d;
        color: #ffffff; }
      .theme-light .scadacard table th input {
        border: 1px solid #999999;
        background-color: #e0e0e0;
        color: #555555; }
      .theme-dark .scadacard table th input::placeholder {
        font-size: 14px;
        color: #ffffff; }
      .theme-light .scadacard table th input::placeholder {
        font-size: 14px;
        color: #555555; }
    .scadacard table th .sort-arrows {
      display: inline-block;
      /* margin-left:12px; */
      margin-left: 3px;
      transform: translateY(-1px);
      padding-top: 7px;
      vertical-align: top; }
      .scadacard table th .sort-arrows .arrow-up,
      .scadacard table th .sort-arrows .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        cursor: pointer; }
      .scadacard table th .sort-arrows .arrow-up {
        margin-bottom: 3px; }
        .theme-dark .scadacard table th .sort-arrows .arrow-up {
          border-bottom: 8px solid #666666; }
        .theme-light .scadacard table th .sort-arrows .arrow-up {
          border-bottom: 8px solid #999999; }
        .theme-dark .scadacard table th .sort-arrows .arrow-up.active {
          border-bottom-color: #dddddd; }
        .theme-light .scadacard table th .sort-arrows .arrow-up.active {
          border-bottom-color: #2c2c2c; }
      .theme-dark .scadacard table th .sort-arrows .arrow-down {
        border-top: 8px solid #666666; }
      .theme-light .scadacard table th .sort-arrows .arrow-down {
        border-top: 8px solid #999999; }
      .theme-dark .scadacard table th .sort-arrows .arrow-down.active {
        border-top-color: #dddddd; }
      .theme-light .scadacard table th .sort-arrows .arrow-down.active {
        border-top-color: #2c2c2c; }
    .scadacard table th.noinput .sort-arrows {
      transform: translateY(-6px); }
    .theme-dark .scadacard table .detailbtn {
      color: #ffffff; }
    .theme-light .scadacard table .detailbtn {
      color: #555555; }
    .scadacard table .actiontd {
      width: 150px; }
    .scadacard table .windarrow {
      width: 20px;
      margin-top: -5px; }
    .scadacard table .statusbox {
      display: inline-block;
      background-color: #999;
      position: relative;
      height: 32px;
      padding: 2px 8px 0 8px;
      margin-bottom: 0;
      margin-right: 8px;
      border: none;
      border-radius: 5px;
      transition: transform 0.2s; }
      .scadacard table .statusbox:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        transform: translate(0px, 3px); }
      .scadacard table .statusbox a {
        color: #fff; }
      .scadacard table .statusbox i {
        padding-right: 5px; }
      .theme-dark .scadacard table .statusbox.alert {
        background-color: #D52E2B; }
      .theme-light .scadacard table .statusbox.alert {
        background-color: #D52E2B; }
      .theme-dark .scadacard table .statusbox.warning {
        background-color: #E8AE31; }
      .theme-light .scadacard table .statusbox.warning {
        background-color: #E8AE31; }
      .theme-dark .scadacard table .statusbox.service {
        background-color: #008ACE; }
      .theme-light .scadacard table .statusbox.service {
        background-color: #20BECE; }
      .theme-dark .scadacard table .statusbox.radio {
        background-color: #999; }
      .theme-light .scadacard table .statusbox.radio {
        background-color: #999; }
      .theme-dark .scadacard table .statusbox.radio a, .theme-dark
      .scadacard table .statusbox.radio i {
        color: #666666; }
      .theme-light .scadacard table .statusbox.radio a, .theme-light
      .scadacard table .statusbox.radio i {
        color: #666666; }
    .scadacard table a i {
      color: #fff;
      font-size: 18px; }
    .scadacard table .bar {
      text-align: center; }
    .scadacard table .barbg {
      width: 100%;
      height: 32px;
      position: relative; }
      .theme-dark .scadacard table .barbg {
        background-color: #333333; }
      .theme-light .scadacard table .barbg {
        background-color: #f2f2f2; }
    .scadacard table .bardisplay {
      width: 0%;
      height: 100%;
      position: absolute; }
      .theme-dark .scadacard table .bardisplay {
        background-color: #FE802A; }
      .theme-light .scadacard table .bardisplay {
        background-color: #FE802A; }
    .scadacard table .barvalue {
      position: relative;
      padding: 0 20px;
      width: 100%;
      z-index: 2;
      top: 4px; }
    .scadacard table .statusdot {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      border-radius: 12px; }
  .scadacard .dropdown-menu {
    font-style: normal;
    font-weight: 300;
    margin-right: -140px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: none; }
    .theme-dark .scadacard .dropdown-menu {
      font-size: 15px;
      background-color: #3d3d3d;
      color: #ffffff; }
    .theme-light .scadacard .dropdown-menu {
      font-size: 15px;
      background-color: #ffffff;
      color: #555555; }
    .scadacard .dropdown-menu i.icon {
      font-style: normal;
      display: block;
      padding: 10px 15px;
      margin: 0px;
      transition: all 0.4s;
      border-radius: 0; }
      .scadacard .dropdown-menu i.icon:hover {
        padding: 10px 15px;
        margin: 0px; }
        .theme-dark .scadacard .dropdown-menu i.icon:hover {
          background-color: #2c2c2c; }
        .theme-light .scadacard .dropdown-menu i.icon:hover {
          background-color: #ffffff; }
    .scadacard .dropdown-menu a {
      transition: all 0.4s; }
      .theme-dark .scadacard .dropdown-menu a {
        color: #ffffff; }
      .theme-light .scadacard .dropdown-menu a {
        color: #555555; }
    .scadacard .dropdown-menu .dropdownscrollarea {
      max-height: 305px;
      overflow-y: scroll; }
  .scadacard .dropdown-toggle::after {
    display: none; }
  .scadacard .dropdownheader i {
    padding-right: 1.5rem;
    font-size: 24px; }
  .scadacard .dropdownheader p {
    margin: 0;
    font-weight: 400;
    padding-left: 1.5rem; }
    .theme-dark .scadacard .dropdownheader p {
      font-size: 15px; }
    .theme-light .scadacard .dropdownheader p {
      font-size: 15px; }

.drill-drop {
  cursor: pointer; }
  .drill-drop.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: none;
    border-bottom: none;
    border-left: none; }
  .drill-drop .drillmenuheader {
    padding: 8px 0;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .theme-dark .drill-drop .drillmenuheader {
      background-color: #333333; }
    .theme-light .drill-drop .drillmenuheader {
      background-color: #f2f2f2; }
  .drill-drop .dropdown-menu {
    padding: 10px 0;
    margin-left: 20px;
    border: none;
    min-width: 220px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    .theme-dark .drill-drop .dropdown-menu {
      background-color: #4d4d4d; }
    .theme-light .drill-drop .dropdown-menu {
      background-color: #e0e0e0; }
    .drill-drop .dropdown-menu a {
      font-size: 15px;
      display: block;
      padding: 10px 15px;
      transition: all 0.4s; }
      .theme-dark .drill-drop .dropdown-menu a {
        color: #ffffff; }
      .theme-light .drill-drop .dropdown-menu a {
        color: #555555; }
      .theme-dark .drill-drop .dropdown-menu a.active, .theme-dark .drill-drop .dropdown-menu a:hover {
        background-color: #2c2c2c; }
      .theme-light .drill-drop .dropdown-menu a.active, .theme-light .drill-drop .dropdown-menu a:hover {
        background-color: #dddddd; }
    .drill-drop .dropdown-menu #parkclose {
      position: absolute;
      font-size: 12px;
      right: 0px;
      top: 0px; }
    .drill-drop .dropdown-menu .dropdownsub {
      padding: 10px 0;
      margin-bottom: -20px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .theme-dark .drill-drop .dropdown-menu .dropdownsub {
        background-color: #2c2c2c; }
      .theme-light .drill-drop .dropdown-menu .dropdownsub {
        background-color: #dddddd; }
    .drill-drop .dropdown-menu .drop_parkaction {
      padding: 10px 15px;
      cursor: default; }
      .drill-drop .dropdown-menu .drop_parkaction i.icon {
        display: inline-block;
        padding: 0;
        margin: 0; }
      .drill-drop .dropdown-menu .drop_parkaction hr {
        margin: 7px 0 0 0;
        padding: 0 0 7px 0;
        border: none; }
        .theme-dark .drill-drop .dropdown-menu .drop_parkaction hr {
          border-top: 1px solid #dddddd; }
        .theme-light .drill-drop .dropdown-menu .drop_parkaction hr {
          border-top: 1px solid #666666; }
      .drill-drop .dropdown-menu .drop_parkaction .material-input {
        width: 130px; }
        .drill-drop .dropdown-menu .drop_parkaction .material-input input {
          width: 90%; }
      .drill-drop .dropdown-menu .drop_parkaction .confirm {
        width: auto;
        height: 33px;
        display: inline-block;
        margin: 0;
        padding-top: 4px; }
        .theme-dark .drill-drop .dropdown-menu .drop_parkaction .confirm {
          background-color: #2c2c2c; }
        .theme-light .drill-drop .dropdown-menu .drop_parkaction .confirm {
          background-color: #dddddd; }
      .drill-drop .dropdown-menu .drop_parkaction .scrollarea {
        width: 100%;
        height: 255px;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 15px; }
        .drill-drop .dropdown-menu .drop_parkaction .scrollarea hr {
          width: 95%; }
        .drill-drop .dropdown-menu .drop_parkaction .scrollarea .checkboxwrapper {
          padding-top: 0; }
        .drill-drop .dropdown-menu .drop_parkaction .scrollarea label {
          margin-bottom: 0px; }

.drillcontainer {
  position: absolute;
  /* display:none;*/
  left: 100%;
  top: 70px;
  z-index: 999;
  width: calc(100% - 400px); }
  .theme-dark .drillcontainer {
    background-color: #3d3d3d; }
  .theme-light .drillcontainer {
    background-color: #ffffff; }
  .drillcontainer img.icon {
    height: 18px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }
  .drillcontainer .tools ul {
    margin: 0; }
  .drillcontainer .tools li {
    display: inline-block;
    padding-left: 5px; }
  .drillcontainer .tools i,
  .drillcontainer .tools a {
    cursor: pointer; }
    .theme-dark .drillcontainer .tools i, .theme-dark
    .drillcontainer .tools a {
      color: #ffffff; }
    .theme-light .drillcontainer .tools i, .theme-light
    .drillcontainer .tools a {
      color: #555555; }
  .drillcontainer .tools .dropdown-menu {
    transform: translateX(-50%); }
    .drillcontainer .tools .dropdown-menu p {
      padding: 5px 15px;
      margin: 0; }

#tablewrapper {
  overflow-x: hidden;
  min-height: 550px;
  /* hover effect for both scrollbar area, and scrollbar 'thumb' */
  /* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */ }
  #tablewrapper::-webkit-scrollbar {
    width: 10px;
    /* 1px wider than Lion. */
    /* This is more usable for users trying to click it. */
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px; }
  #tablewrapper::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09); }
  #tablewrapper::-webkit-scrollbar-thumb:vertical {
    /* This is the EXACT color of Mac OS scrollbars. 
           Yes, I pulled out digital color meter */
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0);
    min-height: 10px;
    /*Prevent it from getting too small */ }
  #tablewrapper::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, 0.61);
    /* Some darker color when you click it */
    -webkit-border-radius: 100px; }
  #tablewrapper .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }

.filterdrop {
  transform: translateY(-3px);
  display: inline-block; }
  .filterdrop ~ .sort-arrows {
    display: inline-block;
    transform: translateY(-4px); }
  .filterdrop i {
    display: inline-block;
    transform: translateY(1px); }

.statusfilter tr:last-child {
  border-bottom: none !important; }
  .statusfilter tr:last-child:hover {
    background-color: transparent !important; }

.statusfilter .icon-stack {
  width: 10px;
  line-height: 24px;
  margin: 0px 5px 0px 0px !important; }
  .statusfilter .icon-stack + span {
    transform: translateY(-2px); }
  .statusfilter .icon-stack i {
    font-size: 16px !important;
    transform: translateY(0em) !important;
    /*  .cirk-bg {
                transform: scale(90%);
            }
            */ }

.statusfilter td:first-child {
  padding-right: 0px !important; }

.statusfilter input,
.statusfilter img {
  float: left; }

.statusfilter img {
  margin-right: 5px; }

.statusfilter .btn {
  width: calc(100% - 30px);
  margin: 10px; }
  .theme-dark .statusfilter .btn {
    color: #ffffff;
    background-color: #333333; }
  .theme-light .statusfilter .btn {
    color: #555555;
    background-color: #f2f2f2; }

#filterbuttons,
#drillfilterbuttons {
  text-align: right;
  width: auto;
  float: right;
  display: inline-block; }
  #filterbuttons button,
  #drillfilterbuttons button {
    font-size: 15px;
    margin-left: 15px;
    color: #fff;
    transition: all 0.2s; }
    #filterbuttons button:hover,
    #drillfilterbuttons button:hover {
      transform: translateY(3px); }
    #filterbuttons button.disabled,
    #drillfilterbuttons button.disabled {
      opacity: 0.3; }
  .theme-dark #filterbuttons .alarm, .theme-dark
  #drillfilterbuttons .alarm {
    background-color: #D52E2B; }
  .theme-light #filterbuttons .alarm, .theme-light
  #drillfilterbuttons .alarm {
    background-color: #D52E2B; }
  .theme-dark #filterbuttons .warning, .theme-dark
  #drillfilterbuttons .warning {
    background-color: #E8AE31; }
  .theme-light #filterbuttons .warning, .theme-light
  #drillfilterbuttons .warning {
    background-color: #E8AE31; }
  .theme-dark #filterbuttons .operations, .theme-dark
  #drillfilterbuttons .operations {
    background-color: #00C90F; }
  .theme-light #filterbuttons .operations, .theme-light
  #drillfilterbuttons .operations {
    background-color: #00C90F; }
  .theme-dark #filterbuttons .virtual, .theme-dark
  #drillfilterbuttons .virtual {
    background-color: #01579B; }
  .theme-light #filterbuttons .virtual, .theme-light
  #drillfilterbuttons .virtual {
    background-color: #01579B; }
  .theme-dark #filterbuttons .communication, .theme-dark
  #drillfilterbuttons .communication {
    background-color: #999; }
  .theme-light #filterbuttons .communication, .theme-light
  #drillfilterbuttons .communication {
    background-color: #999; }
  .theme-dark #filterbuttons .service, .theme-dark
  #drillfilterbuttons .service {
    background-color: #008ACE; }
  .theme-light #filterbuttons .service, .theme-light
  #drillfilterbuttons .service {
    background-color: #20BECE; }
  .theme-dark #filterbuttons .predictor, .theme-dark
  #drillfilterbuttons .predictor {
    background-color: #8D41CE; }
  .theme-light #filterbuttons .predictor, .theme-light
  #drillfilterbuttons .predictor {
    background-color: #8D41CE; }
  .theme-dark #filterbuttons .ticket, .theme-dark
  #drillfilterbuttons .ticket {
    background-color: #ddd;
    color: #666; }
  .theme-light #filterbuttons .ticket, .theme-light
  #drillfilterbuttons .ticket {
    background-color: #ddd;
    color: #666; }
  .theme-dark #filterbuttons .online2, .theme-dark
  #drillfilterbuttons .online2 {
    background-color: #FA8231;
    color: #fff !important; }
  .theme-light #filterbuttons .online2, .theme-light
  #drillfilterbuttons .online2 {
    background-color: #FA8231;
    color: #fff !important; }

.datefilter .header {
  padding: 0 0 5px 0;
  background-image: url("/app/core/images/filter.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 8px;
  background-size: 11px 11px; }
  .theme-dark .datefilter .header {
    border-bottom: 1px solid #666666; }
  .theme-light .datefilter .header {
    border-bottom: 1px solid #999999; }
  .datefilter .header input {
    width: 85% !important;
    max-width: none;
    padding-left: 15px;
    background-color: transparent !important;
    border: none !important; }

.datefilter .range {
  padding: 15px 0 0 15px; }
  .theme-dark .datefilter .range {
    border-bottom: 1px solid #666666; }
  .theme-light .datefilter .range {
    border-bottom: 1px solid #999999; }
  .datefilter .range p {
    cursor: pointer;
    transition: all 0.4s; }
    .datefilter .range p:hover {
      margin-left: 5px; }
  .datefilter .range:first-child {
    margin-top: -0.5rem; }

.calendartable {
  margin: 0 0 -0.5rem 0;
  padding: 10px;
  display: block; }
  .theme-dark .calendartable {
    background-color: #2c2c2c; }
  .theme-light .calendartable {
    background-color: #ffffff; }
  .calendartable > p {
    padding-left: 5px;
    margin: 0; }
  .calendartable .tableheader {
    width: 100%;
    margin: 0; }
    .calendartable .tableheader td {
      padding: 0px; }
  .calendartable input {
    margin: 10px 15px;
    width: calc(100% - 30px) !important;
    max-width: none !important;
    display: block; }
  .calendartable table {
    margin-top: 10px;
    width: 100px;
    font-size: 0.9em; }
    .calendartable table tr {
      border-bottom: none !important;
      height: auto; }
      .calendartable table tr:hover {
        background-color: transparent !important; }
    .calendartable table thead {
      border: none; }
    .calendartable table th,
    .calendartable table td {
      text-align: center;
      border: none;
      padding: 8px; }
      .theme-dark .calendartable table th, .theme-dark
      .calendartable table td {
        color: #ffffff; }
      .theme-light .calendartable table th, .theme-light
      .calendartable table td {
        color: #555555; }
    .calendartable table td:hover {
      border-radius: 5px;
      cursor: pointer; }
      .theme-dark .calendartable table td:hover {
        background-color: #333333; }
      .theme-light .calendartable table td:hover {
        background-color: #f2f2f2; }
  .theme-dark .calendartable .notthismonth {
    color: #666666; }
  .theme-light .calendartable .notthismonth {
    color: #999999; }
  .calendartable .title {
    font-size: 14px;
    margin: 20px 0 10px 0;
    text-align: center; }
  .calendartable .today {
    border-radius: 5px; }
    .theme-dark .calendartable .today {
      background-color: #999999;
      color: #ffffff; }
    .theme-light .calendartable .today {
      background-color: #424242;
      color: #555555; }

.icon-setpoint {
  margin-top: -10px !important;
  transform: translateY(10px); }
  .icon-setpoint > span {
    font-size: 11px; }
    .theme-dark .icon-setpoint > span {
      color: #999999; }
    .theme-light .icon-setpoint > span {
      color: #424242; }
  .icon-setpoint button {
    cursor: pointer; }
  .theme-dark .icon-setpoint:hover button {
    background-color: #4d4d4d;
    color: #ffffff; }
  .theme-light .icon-setpoint:hover button {
    background-color: #e0e0e0;
    color: #555555; }
  .icon-setpoint + .setpoint {
    padding-top: 15px;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    transform: translateY(10px); }
    .theme-dark .icon-setpoint + .setpoint {
      background-color: #2c2c2c; }
    .theme-light .icon-setpoint + .setpoint {
      background-color: #ffffff; }
    .icon-setpoint + .setpoint span {
      display: inline-block;
      transform: translateY(-3px);
      margin-right: 8px; }
    .icon-setpoint + .setpoint input {
      padding: 5px 10px;
      vertical-align: top;
      width: auto;
      max-width: 80px;
      margin-right: 5px; }
      .theme-dark .icon-setpoint + .setpoint input {
        border: 1px solid #666666;
        background-color: #4d4d4d;
        color: #ffffff; }
      .theme-light .icon-setpoint + .setpoint input {
        border: 1px solid #999999;
        background-color: #e0e0e0;
        color: #555555; }
      .theme-dark .icon-setpoint + .setpoint input::placeholder {
        font-size: 14px;
        color: #ffffff; }
      .theme-light .icon-setpoint + .setpoint input::placeholder {
        font-size: 14px;
        color: #555555; }

.nav-tabs.stationtabs {
  border-bottom: none;
  margin-top: -19px; }
  .nav-tabs.stationtabs .nav-link {
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 5px; }
    .theme-dark .nav-tabs.stationtabs .nav-link {
      background: #333333;
      color: #ffffff; }
    .theme-light .nav-tabs.stationtabs .nav-link {
      background: #f2f2f2;
      color: #555555; }
    .theme-dark .nav-tabs.stationtabs .nav-link.active {
      background: #3d3d3d;
      color: #ffffff; }
    .theme-light .nav-tabs.stationtabs .nav-link.active {
      background: #ffffff;
      color: #555555; }
    .nav-tabs.stationtabs .nav-link .count {
      font-size: 11px;
      border-radius: 4px;
      display: inline-block;
      text-align: center;
      margin-left: 5px;
      margin-right: 0px;
      transform: translateY(-1px);
      line-height: 16px;
      width: 20px;
      height: 16px; }
      .theme-dark .nav-tabs.stationtabs .nav-link .count {
        background: #ffffff;
        color: #000000; }
      .theme-light .nav-tabs.stationtabs .nav-link .count {
        background: #555555;
        color: #ffffff; }

.isLoading {
  opacity: 0.25;
  pointer-events: none; }

.triggedloader {
  display: none;
  padding: 20px;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%; }
