 @font-face {
  font-family: Fago;
  src: url(/font/FagoOffc.ttf);
}

@font-face {
  font-family: Fago;
  src: url(/font/FagoOffc-Bold.ttf);
  font-weight: bold;
}

body {
  font-family: Fago;
}

 [v-cloak] > * {
     display: none;
 }

.datapoint-card {
    height:500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.bobi-button-nav {
    width: 60px;
    height: 60px;
}

.bobi-button-content {
    width: 150px;
    height: 150px;
}

.bobi-button-filter {
    width: 40px;
    height: 40px;
}

.button-filter-inactive {
    opacity: 0.4;
}

.button-filter-inactive:hover {
    opacity: 1;
}

.wrapper .content-wrapper {
 min-height:calc(100vh - 150px);
}

.bobi-button-container {
    padding: 20px;
}

.bobi-box-frame {
    border: 1px solid rgba(0,0,0,.5);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px);
    padding: 5px;
    margin-top: 5px;
}

svg.ct-chart-bar, svg.ct-chart-line{
    overflow: visible;
}

.ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space:nowrap;
}

.ct-legend {
   position: absolute;
   top:350px;
   z-index: 10;
   list-style: none;
   text-align: left;
   width: 100%;
}
.ct-legend li {
   position: relative;
   padding-left: 23px;

   cursor: pointer;
   display: inline-block;
   width: 50%;
}

.ct-legend li:before {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    content: '';

    border-radius: 10px;
    margin-top: 3px;
}

.ct-legend li.inactive:before {
   background: transparent;
}
.ct-legend.ct-legend-inside {
   position: absolute;
   top: 0;
   right: 0;
}
.ct-legend.ct-legend-inside li{
   display: block;
   margin: 0;
}

.ct-chart {
   position: relative;
   margin-bottom: 115px;
   height: 350px;
   max-height: 350px;
}

.ct-series-a .ct-line {
  stroke: #e84c05;
  stroke-width: 2px;
}

.ct-series-a .ct-area {
  fill: #e84c05;
}

.ct-series-0:before {
    border: 3px solid #e84c05;
    background: #e84c05;
}

.ct-series-b .ct-line {
  stroke: #0074b2;
  stroke-width: 2px;
}

.ct-series-b .ct-area {
  fill: #0074b2;
}

.ct-series-1:before {
    border: 3px solid #0074b2;
    background: #0074b2;
}

.ct-series-c .ct-line {
  stroke: #009aa3;
  stroke-width: 2px;
}

.ct-series-c .ct-area {
  fill: #009aa3;
}

.ct-series-2:before {
    border: 3px solid #009aa3;
    background: #009aa3;
}

.ct-series-d .ct-line {
  stroke: #05a535;
  stroke-width: 2px;
}

.ct-series-d .ct-area {
  fill: #05a535;
}

.ct-series-3:before {
    border: 3px solid #05a535;
    background: #05a535;
}

.ct-series-e .ct-line {
  stroke: #afca00;
  stroke-width: 2px;
}

.ct-series-e .ct-area {
  fill: #afca00;
}

.ct-series-4:before {
    border: 3px solid #afca00;
    background: #afca00;
}

.ct-series-f .ct-line {
  stroke: #f39100;
  stroke-width: 2px;
}

.ct-series-f .ct-area {
  fill: #f39100;
}

.ct-series-5:before {
    border: 3px solid #f39100;
    background: #f39100;
}

.ct-series-g .ct-line {
  stroke: #b51b1a;
  stroke-width: 2px;
}

.ct-series-g .ct-area {
  fill: #b51b1a;
}

.ct-series-6:before {
    border: 3px solid #b51b1a;
    background: #b51b1a;
}

.ct-series-h .ct-line {
  stroke: #cf007e;
  stroke-width: 2px;
}

.ct-series-h .ct-area {
  fill: #cf007e;
}

.ct-series-7:before {
    border: 3px solid #cf007e;
    background: #cf007e;
}

.ct-series-i .ct-line {
  stroke: #7f3f82;
  stroke-width: 2px;
}

.ct-series-i .ct-area {
  fill: #7f3f82;
}

.ct-series-8:before {
    border: 3px solid #7f3f82;
    background: #7f3f82;
}

.ct-series-j .ct-line {
  stroke: #977855;
  stroke-width: 2px;
}

.ct-series-j .ct-area {
  fill: #977855;
}

.ct-series-9:before {
    border: 3px solid #977855;
    background: #977855;
}

#reset-zoom-btn {
    border: none;
    font-size: 30px;
    padding-bottom: 10px;
    margin-left: auto;
}

.ct-zoom-rect {
  fill: rgba(200, 100, 100, 0.3);
  stroke: red;
}

.filter-row {
    padding-left:100px;
    padding-right:100px;
}

.content-bobi {
    padding-top:50px;
    margin-bottom: 90px !important;
    padding-bottom: 10px;
}

.bobi-logo-footer {
    height:60px;
}

.app1view {
  padding-left: 15px;
  overflow-y: hidden;
}

.viewframe {
  height: 500px;
}

.fivestar {
  color: #b2b2b2;
}

.fivestar-active {
  color: #e84c05;
}

.survey-label {
  margin-top: 1rem;
  margin-bottom: .2rem;
  font-weight: normal !important;
}

.bg-bob {
  background-color: #e84c05;
  color: #fff;
}

.btn-bob {
  background-color: #e84c05;
  color: #fff;
  border-color: #e84c05;
  box-shadow: none;
  border-radius: 1.5rem;
}

.btn-bob.active{
  background-color: #B51900;
  color: #fff;
  border-color: #B51900;
  box-shadow: none;
  border-radius: 1.5rem;
}

.clickable {
  cursor: pointer;
}

.survey-textarea {
  height: 180px !important;
}

.bobi-footer {
  color: #212529;
}

.login-container {
  padding-top:50px;
  padding-bottom: 50px;
}

.login-row {
  padding-top:50px;
}

.login-label {
  margin-top: 1rem;
  margin-bottom: .2rem;
}

a {
  color: #e84c05;
}

.icon-preview {
  height: 32px;
}

.bobi-logo-header {
    height:50px;
    padding-left:10px;
  }

@media only screen and (max-width: 600px) {
  .bobi-button-nav {
    width:40px;
  }

  .main-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bobi-footer {
    font-size: 10px;
    line-height: 20px;
    padding: 11px;
  }

  .mobile-hide {
    display: none;
  }

  .bobi-logo-footer {
    height:30px;
  }

  .mobile-logo {
    height: 40px;
  }

  .mobile-close-icon {
    font-size:24px;
  }

  .bobi-footer-klicker {
    font-size: 24px;
    border:none;
    background: none;
  }

  .bobi-button-container {
    padding: 0px;
    font-size: 11px;
    padding-bottom: 15px;
  }

  .bobi-button-content {
    height: 100px;
    width: 100px;
  }

  .filter-row {
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 20px;
  }

  .content-bobi {
    padding-top: 30px;
  }

  .bobi-button-footer {
    width:30px;
  }
}

@media only screen and (min-width: 601px) {
  .desktop-hide {
    display: none;
  }
}


#chart {
  text-align: center;
  margin-top: -5px;
}

.selection {
  fill: none;
}

.tick line {
  stroke: lightgrey;
  stroke-dasharray: 2;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
}

.grid path {
  stroke-width: 0;
}

.y-axis line {
  stroke-dasharray: 2;
  stroke: lightgrey;
}

.y-axis path {
  stroke-dasharray: 2;
  stroke: lightgrey;
}

.x-axis line {
  stroke-dasharray: 2;
  stroke: lightgrey;
}

.x-axis path {
  stroke-dasharray: 2;
  stroke: lightgrey;
}

.no-break {
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
}

.card-body .zebradiv:nth-child(odd){
  background-color: #eaeaea;
}

.has-treeview .nav-item {
  padding-left: 15px;
}

.nav-decorator {
  color: #b51b1a;
  position: relative;
  left: -15px;
  top: -15px;
  font-size: 10px;
  margin-right: -15px;
}

.app-decorator {
  color: #b51b1a;
  position: relative;
  left: -30px;
  top: -40px;
  font-size: 20px;
  margin-right: -15px;
}

.iframe-preview {
  height: 600px;
  width: 100%;
  border: 1px solid black;
}

.callout.callout-info {
    border-left-color: #e84c05;
}

.callout a {
  color: #e84c05;
}

.callout a:hover {
  color: #b51b1a;
}

a:hover {
  color: #b51b1a;
}

#users-table th:not(.no-sort) {
  cursor: pointer;
}

.v-select {
  display: inline-block;
  width: auto;
  min-width: 11em;
}

.rule-picker {
  width:20em;
  min-width:20em;
}

.scalarvalue {
  width: 4em;
  text-align: right;
}

.timeinput {
  width:5em;
  text-align: center;
}

.dateinput {
  width:7em;
  text-align: center;
}

.inline {
  display:inline-block;
}

a.pagination[disabled] {
  pointer-events: none;
  color: rgb(33, 37, 41);
}

a.pagination {
    display: inline;
    color: #117a8b;
    cursor: pointer;
    padding: .5rem .25rem;
}



.monitoring select.form-control {
  display: inline-block;
  max-width: 250px;
}

.monitoring .form-control.type {
  display: inline-block;
  max-width: 100%;
}

.monitoring .form-control[type="number"] {
  display: inline-block;
  max-width: 100px;
}

.monitoring .form-control[type="time"] {
  display: inline-block;
  max-width: 150px;
}

.monitoring .form-control[type="email"] {
  display: inline-block;
  max-width: 300px;
}


.callout-danger {
  border-left-color: #dc3545!important;
}

.callout-warning {
  border-left-color: #ffc107!important;
}

.callout-success {
  border-left-color: #28a745!important;
}

.callout-info {
  border-left-color: #17a2b8!important;
}

.callout-primary {
  border-left-color: #007bff!important;
}

.callout-secondary {
  border-left-color: #6c757d!important;
}

.bobi-bg-grey {
  background-color: #e9ecef;
}

.vs__dropdown-toggle {
  background: white !important;
}
