/* You can add global styles to this file, and also import other style files */
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    /*line-height: 40px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.container {
    padding-top: 15px;
}

.container .text-muted {
    margin: 20px 0;
}

body > .container-fluid {
    padding: 60px 15px 0;
}

.container-fluid {
    padding-top: 15px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.app-color {

  color: #29A57E;
}

a.logo
{
    /*background: url(assets/images/logo_header_mini.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
    background-size:cover;
    display: block;
    height: 90px;
    width: 455px;
    text-indent: -9999px; /* hides the link text */
}

a.icon
{
    background: url(assets/images/icon_header_mini.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height: 90px;
    width: 110px;
    text-indent: -9999px; /* hides the link text */
}

a.nologo
{
    display: none;
}

.image-preview
{
  margin: auto;
}

.gridline-path-vertical { display: none !important; }
.textDataLabel { font-size: 18px !important; transform: translate(-7px, -7px) !important; }

/*Chart grid style*/
.grid_line_y {
  stroke: #439a46;
}

.grid_line_bottom {
  stroke: #444;
}

.grid_line_step {
  stroke: #444;
}

.grid_line_start {
  stroke-width: 0.01;
  text-anchor: start;
  font-size:12px;
}

.grid_line_middle {
  stroke-width: 0.01;
  text-anchor: middle;
  font-size:12px;
}

.grid_line_middle_hour {
  stroke-width: 0.01;
  text-anchor: middle;
  font-size:9px;
}


.grid_line_text_end {
  stroke-width: 0.01;
  text-anchor: end;
  font-size:12px;
}

.grid_point_text {
  stroke-width: 0.01;
  text-anchor: middle;
  font-size:12px;
}

.grid_circle_red {
  fill:  #fff; /*#e50b0b;*/
  stroke:#e50b0b;
  stroke-width: 3;
}

.grid_circle_blue {
  fill: #fff; /*#1521cc;*/
  stroke:#1521cc;
  stroke-width: 3;
}

.grid_circle_green {
  fill: #fff; /*#14d22d;*/
  stroke:#39833c;
  stroke-width: 3;
}

.grid_circle_yellow {
  fill: #fff; /*#ffee00;*/
  stroke:#ffee00;
  stroke-width: 3;
}

.grid_line_red {
  stroke: #e50b0b;
}

.grid_line_blue {
  stroke: #1521cc;
}

.grid_line_green {
  stroke: #39833c;
}

.grid_line_gray {
  stroke: #444;
}

.text-search-trasparent {
  width:auto;
}

.ngx-datatable.bootstrap:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group
{
   background: rgb(197, 247, 197);
   color: black;
   cursor: pointer;
}

.datatable-header {
  min-width: 100%;
}

.datatable-body {
  min-width: 100%;
}

.custom-slider-range .ngx-slider .ngx-slider-ceil {
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 0, 0) !important;
}

.custom-slider-range .ngx-slider .ngx-slider-floor {
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 0, 255) !important;
}

.custom-slider-range .ngx-slider .ngx-slider-pointer-max {
  background: rgb(255, 0, 0) !important;
}

.custom-slider-range .ngx-slider .ngx-slider-pointer-min {
  background: rgb(0, 0, 255) !important;
}
/*
.custom-slider-range .ngx-slider.vertical .ngx-slider-pointer {

  left: 0px !important;
}
*/
.custom-slider-range .ngx-slider .ngx-slider-pointer-max {
  width: 32px;
  height: 6px;
  top: auto;
  bottom: 0;
  background-color: #333;

  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;

  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;

}

.custom-slider-range .ngx-slider .ngx-slider-pointer-min {
  width: 32px;
  height: 6px;
  top: auto;
  bottom: 0;
  background-color: #333;

  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;

  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/*
.custom-slider-range .ngx-slider .ngx-slider-pointer-max {
  width: 32px;
  height: 8px;
  top: auto;
  bottom: 0;
  background-color: #333;

  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;

}

.custom-slider-range .ngx-slider .ngx-slider-pointer-min {
  width: 32px;
  height: 8px;
  top: auto;
  bottom: 0;
  background-color: #333;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

}
*/

.custom-slider-range .ngx-slider .ngx-slider-tick {
  width: 19px;
  height: 3px;
  margin-right: 4px;
  border-radius: 0;
  top: -6px;
  left: -4px;
}


.custom-slider-range .ngx-slider .ngx-slider-pointer:after {
  display: none;
}

.custom-slider-high .ngx-slider .ngx-slider-pointer {
  background: rgb(255, 0, 0) !important;
}

.custom-slider-high .ngx-slider .ngx-slider-bubble {
  top:16px !important;
  color: rgb(255, 0, 0) !important;
}

.custom-slider-low .ngx-slider .ngx-slider-pointer {
  background: rgb(0, 255, 255) !important;
}

.custom-slider-low .ngx-slider .ngx-slider-bubble {
  top:16px !important;
  color: rgb(0, 0, 255) !important;
}

.ngx-gauge-meter {
  position: absolute;
}

.ngx-gauge-meter .reading-label {
  font-size: 10px !important;
}

.table-col-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
