body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */

#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */

  .carousel-caption {
    display: none;
  }
}

.disabled {
  pointer-events: none;
}

.adminpanel article .container h1 {
  margin-top: 20px;
}

.adminpanel article .container .content h1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mp-10 {
  margin-right: 10px !important;
}

.mp-20 {
  margin-right: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.text-align-center {
  text-align: center !important;
}
.slim_btn {
  min-width: 45px;
}

.top20 {
  margin-top: 20px;
}

.top80 {
  margin-top: 80px;
}

.right20 {
  margin-right: 20px;
}

.semi_rounded {
  border: 1px solid #839daa;
  border-radius: 10px 0px;
}

.ui-widget-content p {
  padding: 20px 50px 20px 50px;
}

.primary {
  background-color: #839daa;
  color: #FFF;
  border-radius: 10px 0;
  background-position: 93% center;
  background-repeat: no-repeat;
  padding: 5px 16px;
  display: inline-block;
  opacity: 1;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  font-size: 14px;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.primary:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tertiary {
  background-color: #e1e5e4;
  color: #6b6e6d;
  border-radius: 10px 0;
  background-position: 93% center;
  background-repeat: no-repeat;
  padding: 5px 16px;
  display: inline-block;
  opacity: 0.5;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  font-size: 14px;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.tertiary:hover {
  opacity: 1;
  text-decoration: none;
  color: #6b6e6d;
}

.decoration_none:hover {
  text-decoration: none;
}

.decoration_none {
  text-decoration: none;
}

body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
  border: 1px solid #839daa;
  border-radius: 10px 0;
  padding: 0;
}

body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: #839daa;
  color: white;
  border-radius: 0;
}

.ui-widget-header .ui-icon {
  background-image: url("CheckSelection/images/ui-icons_ef8c08_256x240.png");
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("CheckSelection/images/ui-icons_ef8c08_256x240.png");
  opacity: 1;
  filter: alpha(opacity=100);
}

.dialog_label {
  min-width: 30%;
  color: #555;
}

#ui-id-1 {
  margin: 0px !important;
}

#ui-id-2 {
  margin: 0px !important;
}

#ui-id-3 {
  margin: 0px !important;
}

.secondary:hover {
  opacity: 1;
}

.secondary {
  background-color: #e1e5e4;
  color: #6b6e6d;
  border-radius: 0 10px;
  padding: 5px 16px;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  float: left;
  opacity: 0.5;
  cursor: pointer;
}

#check_selection_form {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#check_selection_form > form > fieldset > table > tbody > tr > td > input {
  width: 100%;
}

.emptyTd {
  width: 10px;
}

#check_selection_form .validateTips {
  padding: 0px;
  border: 1px solid transparent;
  height: 20px;
  font-size: 14px;
  font-family: 'istok_regular', Tahoma, sans-serif;
}

#check_selection_form .information {
  padding: 0px;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: 'istok_regular', Tahoma, sans-serif;
}

#check_selection_form .validation-error {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #a94442;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */

#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */

  .carousel-caption {
    display: none;
  }
}

.disabled {
  pointer-events: none;
}

.adminpanel article .container h1 {
  margin-top: 20px;
}

.adminpanel article .container .content h1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mp-10 {
  margin-right: 10px !important;
}

.mp-20 {
  margin-right: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.text-align-center {
  text-align: center !important;
}

.configurator #jsoneditor {
  height: 60vh;
  margin: 0 15px;
}

.configurator #jsoneditor .jsoneditor {
  border: none;
  box-shadow: 3px 3px 10px #ccc;
  border-radius: 20px 0;
}

.configurator #jsoneditor .jsoneditor-menu {
  background-color: #839daa;
  border: none;
  border-top-left-radius: 20px;
  padding-left: 15px;
}

.configurator #jsoneditor .jsoneditor-statusbar {
  background-color: #f5f6f7;
  border-bottom-right-radius: 20px;
}

.configurator .ace-jsoneditor .ace_gutter {
  background: #EBEEEF !important;
}

.configurator .btn-container {
  display: flex;
  justify-content: flex-end;
  margin: 20px 15px 0 0;
}
@media (min-width: 1200px) {
  #AForm_medium_error {
    left: -380px;
    top: -25px;
  }

  #AForm_min_pressure_error {
    top: 108px;
    left: -5px;
  }
}

@media (max-width: 1200px) {
  #AForm_medium_error {
    top: -25px;
  }

  #AForm_efficiency_error {
    left: -70px;
  }

  #AForm_pressure_error {
    left: -70px !important;
  }

  #AForm_min_pressure_error {
    top: 85px;
    left: -57px;
  }
}

@media (max-width: 1049px) {
  #AForm_efficiency_error {
    left: -200px;
  }

  #AForm_pressure_error {
    left: -200px !important;
  }

  #AForm_min_pressure_error {
    left: -200px;
  }
}

.bottom input[type="text"],
.bottom input[type="number"] {
  border-radius: 10px;
  border: 1px solid #A5B7C1;
  padding: 6px 10px;
  margin: 0 0 10px 2px;
  height: 16px;
  width: 150px;
  font-size: 12px;
  float: left;
}



.tooltip_add {
  float: left;
}

.tooltip_add.active:before,
.chbx .tooltip_add.active:before {
  border: solid;
  border-color: #A5B7C1 transparent;
  border-width: 0 6px 6px 6px;
  content: "";
  position: absolute;
  z-index: 99;
  text-decoration: none;
}

.chbx .tooltip_add.active:before {
  /*left: -225px;*/
  top: 34px;
}

.tooltip_add.active:after,
.gap_content .chbx .tooltip_add.active:after {
  background: #fff;
  border: 2px solid #A5B7C1;
  border-radius: 10px 0px 10px 0px;
  color: #000;
  content: attr(title);
  padding: 10px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #f0f0f0;
  text-decoration: none;
  font-weight: normal;
  word-break: break-word;
}

.chbx .tooltip_add.active:after {
  top: 40px;
  /*left: -240px;*/
}

.tooltip_add.active:after {
  top: 50px;
  /*left: -250px;*/
}

.tooltip_add.active:before {
  left: 20px;
  top: 44px;
}
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover {
  text-decoration: none !important;
}

.tooltip-label {
  position: relative;
  display: inline-flex;
  opacity: 1 !important;
}

.cc-message {
  font-size: 11px;
}

.tooltip-danger {
  background: #f8d7da !important;
  border: 1px solid #fdc7cd !important;
  color: #721c24 !important;
  box-shadow: 2px 2px 4px #f8d7da;
}

.tooltip-danger:disabled {
  background: rgba(220, 53, 69, 0.65) !important;
  border-color: rgba(220, 53, 69, 0.05) !important;
}

.tooltip-success:disabled {
  background: rgba(30, 126, 52, 0.65) !important;
  border-color: rgba(30, 126, 52, 0.05) !important;
}

.tooltip-info:disabled {
  background: rgba(23, 162, 184, 0.65) !important;
  border-color: rgba(23, 162, 184, 0.05) !important;
}

.tooltip-secondary:disabled {
  background: rgba(78, 85, 91, 0.65) !important;
  border-color: rgba(78, 85, 91, 0.05) !important;
}

.tooltip-primary:disabled {
  background: rgba(0, 101, 210, 0.65) !important;
  border-color: rgba(0, 101, 210, 0.05) !important;
}

.tooltip-label .tooltip-text {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #000000cc;
  padding: 6px;
  /* Position the tooltip */
  position: absolute;
  width: 140%;
  left: -33%;
  top: -45px;
  z-index: 1;
  white-space: normal;
  transition: all .2s ease-in-out;
  transform: scale(0.2);
  visibility: hidden;
}

.tooltip-label:hover .tooltip-text {
  visibility: visible;
  transform: scale(1);
}

.notify-moving {
  position: absolute;
  z-index: 1001;
}

.notify-center {
  position: fixed;
  left: 50%;
  top: 45%;
}

.notifyjs-wrapper {
  z-index: 1002 !important;
}

.notifyjs-arrow {
  display: none;
}

@font-face {
  font-family: 'merge_light';
  src: url("../../../../../../fonts/merge_light.otf") format("opentype");
}

@font-face {
  font-family: Calibri;
  src: url("../../../../../../fonts/calibri.otf") format("opentype");
}

@font-face {
  font-family: Calibri-Bold;
  src: url("../../../../../../fonts/calibrib.ttf") format("truetype");
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */

#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */

  .carousel-caption {
    display: none;
  }
}

.disabled {
  pointer-events: none;
}

.adminpanel article .container h1 {
  margin-top: 20px;
}

.adminpanel article .container .content h1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mp-10 {
  margin-right: 10px !important;
}

.mp-20 {
  margin-right: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.text-align-center {
  text-align: center !important;
}

.patterns {
  padding: 5px;
}

.patterns .shadow {
  box-shadow: 5px 3px 10px #ccc;
  border-radius: 20px 0;
}

.patterns .row {
  background-color: #f5f6f7;
  margin-right: 0;
  margin-left: 0;
}

.patterns .col-md-1 {
  padding-right: 0;
  padding-left: 0;
}

.patterns .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}

.patterns .leftBlock {
  background: #EBEEEF;
  font-size: 18px;
  color: #6b6e6d;
  font-weight: normal;
  border-radius: 10px 0;
  height: 80px;
  width: 80px;
  text-align: center;
  align-items: center;
  display: inline-flex;
}

.patterns .rightBlock {
  height: 80px;
  align-items: center;
  display: inline-flex;
}

.patterns .header {
  width: 100%;
}

.patterns a {
  color: #787878;
  padding-left: 10px;
}

.patterns a:hover {
  background: none;
  color: #849daa;
}

.main_menu ul li a {
  cursor: pointer;
}
.resetPassword-link {
  margin: 6px 0 2px 5px;
  color: #76a2b9;
  display: inline-block;
}

.btn-login_box.btn-reset-password {
  margin-top: 25px;
}
.register-container {
  display: inline-flex;
  justify-content: center;
  transition: 0.5s linear;
}

.register-container .register_box.register {
  margin-top: 160px;
  margin-bottom: 90px;
  position: static !important;
  transition: 0.5s linear;
}

.register-container .register_box label {
  margin-top: 10px;
  font-size: 15px;
  display: inline-block;
}

.register-container .register_box input[type="text"],
.register-container .login_box input[type="text"],
.register-container .register_box input[type="password"],
.register-container .login_box input[type="password"] {
  margin-bottom: 0;
  font-size: 14px;
}

.text-danger {
  display: block;
  font-size: 12px;
}

.btn-login_box {
  border-radius: 10px 0;
  transition: 0.5s linear;
  text-transform: none;
  font-size: 14px;
  padding-bottom: 5px;
  padding-right: 23px;
  font-family: 'istok_regular',Tahoma,sans-serif;
  margin-right: 6px;
}

.btn-login_box:hover {
  opacity: 0.7;
  background-color: #839daa;
  color: #fff;
}

.checkbox-field {
  display: flex;
  margin-top: 15px;
}

.checkbox-field .checkbox {
  margin-left: 25px;
}

.checkbox-field .displayname {
  line-height: 10px;
  margin-left: 10px;
  font-size: 9px;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */

#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */

  .carousel-caption {
    display: none;
  }
}

.disabled {
  pointer-events: none;
}

.adminpanel article .container h1 {
  margin-top: 20px;
}

.adminpanel article .container .content h1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mp-10 {
  margin-right: 10px !important;
}

.mp-20 {
  margin-right: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.text-align-center {
  text-align: center !important;
}

.graphicList .back_arrow {
  background-image: url("images/arr_wh_left.png");
  background-position: 7% center;
  background-repeat: no-repeat;
}

.graphicList .backbutton {
  margin-left: 10px;
}

.graphicListContent {
  padding: 25px;
  border-radius: 10px 0;
  border: 1px solid #EBEEEF;
  overflow-x: auto;
}

.graphicListContent .row {
  margin-right: 0;
  margin-left: 0;
  background: #f5f6f7;
  width: 1028px;
  position: relative;
}

.graphicListContent .col-xs-1 {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

.graphicListContent .col-xs-5 {
  padding-right: 0;
  padding-left: 0;
}

.graphicListContent .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 17%;
  height: 100%;
}

.graphicListContent .line {
  border-left: 1px solid #839daa;
  box-sizing: border-box;
}

.graphicListContent .block {
  font-size: 18px;
  color: #6b6e6d;
  font-weight: normal;
  border-radius: 10px 0;
  min-height: 220px;
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
}

.graphicListContent .width-col {
  width: 13.7%;
}

.graphicListContent .block.img-container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  left: 0;
}

.graphicListContent .block.img-container .graphic-name {
  display: inline-block;
  word-break: break-all;
  margin: 10px 0;
}

.graphicListContent .block.img-container .graphic-img {
  transition: .5s;
  object-fit: cover;
  border-radius: 2px;
  width: 90px;
  cursor: pointer;
}

.graphicListContent .block.img-container .action {
  font-weight: 400;
}

.graphicListContent .block.img-container .img-name {
  font-size: 15px;
  margin: 5px 0;
  word-wrap: break-word;
  width: 100%;
}

.graphicListContent .block.img-container .img-name span {
  font-size: 14px;
}

.graphicListContent .block.img-container .add-image-label,
.graphicListContent .block.img-container .add-dwg-label {
  transition: .5s linear;
}

.graphicListContent .graphic-name textarea {
  border: none;
  background-color: #f5f6f7;
  font-size: 17px;
  text-align: center;
  margin: 10px 0;
  word-wrap: break-word;
  height: auto;
  overflow-y: auto;
  resize: none;
  min-height: 25px;
}

.graphicListContent form[id*='form_'] {
  height: 100%;
}

.graphicListContent .block.checkbox-container {
  justify-content: space-around;
}

.graphicListContent .block.checkbox-container .row {
  background-color: #EBEEEF;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px 0;
  min-height: 180px;
  align-items: center;
}

.graphicListContent .block.checkbox-container .row .pilot-type {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.graphicListContent .block.checkbox-container .row .pilot-type .pilot-type-header {
  font-size: 15px;
}

.graphicListContent .block.checkbox-container .row .pilot-type fieldset {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.graphicListContent .block.checkbox-container .row .pilot-type fieldset .checkbox-label {
  width: 30%;
  display: inline-flex;
  margin: 0 0 8px;
}

.graphicListContent .block.checkbox-container .row .checkbox-pomp {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.graphicListContent .block.checkbox-container .row .checkbox-pomp p {
  text-align: left;
  margin: 0;
}

.graphicListContent .block.checkbox-container .row .checkbox-pomp checkbox {
  width: 75px;
  margin: 0px 0;
}

.graphicListContent .block.checkbox-container .row .checkbox-pomp checkbox .checkbox-p {
  text-align: left;
  font-size: 15px;
}

.graphicListContent .block.checkbox-container .row .pomp-power {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  width: 20%;
  height: 131px;
}

.graphicListContent .block.checkbox-container .row .pomp-power .power-pomp-header {
  font-size: 15px;
}

.graphicListContent .block.checkbox-container .row .pomp-power checkbox {
  margin-top: 10px;
}

.graphicListContent .block.checkbox-container .row .pomp-power .checkbox-p {
  width: 101px;
}

.graphicListContent .block.checkbox-container .row .pomp-power-label {
  display: flex;
  font-weight: 400;
  margin: 5px 0 30px 0;
}

.graphicListContent .block.checkbox-container .row .pomp-power-label .input-text {
  height: 11px;
  width: 97px;
  margin-left: 14px;
  border: 1px solid #839daa;
  transition: .5s linear;
  border-radius: 10px;
  padding: 6px 10px;
}

.graphicListContent .block.checkbox-container .row .text-inputs {
  display: inline-flex;
  flex-direction: column;
  width: 15%;
  padding: 10px 14px 10px 0;
}

.graphicListContent .block.checkbox-container .row .text-inputs .text-input-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.graphicListContent .block.checkbox-container .row .text-inputs .text-input-container .text-input-header {
  font-size: 15px;
  color: #787878;
  margin: 5px 0 0;
}

.graphicListContent .block.checkbox-container .row .text-inputs .text-input-container .text-input-header.margin0 {
  margin: 0;
}

.graphicListContent .block.checkbox-container .row .text-inputs .text-input-container .input-text {
  width: 100%;
  border: 1px solid #839daa;
  transition: .5s linear;
  border-radius: 10px;
  padding: 6px 10px;
}

.graphicListContent .block.checkbox-container .checkbox-p {
  line-height: 14px;
}

.graphicListContent .editionbtn-container {
  position: absolute;
  top: 0;
  right: 0;
}

.graphicListContent input[type=file]:disabled {
  opacity: 0.6;
  cursor: default;
}

.graphicListContent input:disabled ~ .checkbox-p {
  cursor: default;
}

.graphicListContent input:disabled ~ .checkbox-btn {
  background-color: #EBEBE4;
  cursor: default;
}

.graphicListContent select:disabled {
  background-color: #EBEBE4;
  cursor: default;
}

.graphicListContent textarea:disabled {
  opacity: 0.6;
  cursor: default;
}

.graphicListContent .disabled {
  opacity: 0.7;
  cursor: default;
}

.graphicListContent .disabled:hover {
  color: #727272;
}

.graphicListContent .d1 {
  background: #EBEEEF;
  border-radius: 10px 0;
}

.graphicListContent .d0 {
  background: #f5f6f7;
  border-radius: 10px 0;
}

.graphicListContent .fill {
  width: 100%;
}

.graphicListContent .center {
  display: block;
}

.graphicListContent .parentCenter {
  display: table;
  margin: 0 auto;
}

.action {
  color: #727272;
  cursor: pointer;
  text-decoration: none;
}

.action:hover {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.inline-checkbox {
  display: flex;
  width: 150px;
  height: 22px;
}

.bypass-form .checkbox-container {
  text-align: left;
}

.graphicList .nav-tabs {
  border-bottom: none;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */

#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */

  .carousel-caption {
    display: none;
  }
}

.disabled {
  pointer-events: none;
}

.adminpanel article .container h1 {
  margin-top: 20px;
}

.adminpanel article .container .content h1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mp-10 {
  margin-right: 10px !important;
}

.mp-20 {
  margin-right: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.text-align-center {
  text-align: center !important;
}

.offerTemplate .row {
  padding: 5px;
}

.offerTemplate .back_arrow {
  background-image: url("images/arr_wh_left.png");
  background-position: 7% center;
  background-repeat: no-repeat;
}

.offerTemplate .block {
  background: #f5f6f7;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 3px 3px 10px #ccc;
  border-radius: 20px 0;
}

.offerTemplate .edit_section_btn {
  display: block;
  text-align: center;
}

.offerTemplate .tool_header {
  height: 10%;
}

.offerTemplate .tool_content {
  height: 68%;
  overflow-x: hidden;
}

.offerTemplate .tool_footer {
  height: 12%;
}

.offerTemplate .compiled_header {
  height: 4%;
}

.offerTemplate .compiled_content {
  height: 75%;
  overflow-x: hidden;
}

.offerTemplate .compiled_footer {
  height: 12%;
}

.offerTemplate .item {
  background: #EBEEEF;
  height: 20px;
  margin: 10px;
  border-radius: 10px 0;
  border: 1px solid white;
  text-align: center;
  padding: 5px 16px;
  opacity: .8;
  cursor: pointer;
}

.offerTemplate .item_active:hover {
  opacity: 1.0;
}

.offerTemplate .action_padding {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.offerTemplate .backbutton {
  float: left;
  padding-left: 14px;
}

.offerTemplate #available,
.offerTemplate #offer {
  border: 1px solid #eee;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  margin-right: 10px;
}

.offerTemplate #available li,
.offerTemplate #offer li {
  margin: 0 5px 5px 5px;
  padding: 5px;
}

.offerTemplate .ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  background: #EBEEEF;
  border: 1px solid #f5f6f7;
  border-radius: 10px 0;
}

.offerTemplate .save_area {
  margin-top: -50px;
}

.offerTemplate .save_area .button {
  margin-right: -15px;
}

.offerTemplate .save_area .button:hover {
  color: white;
}
.monitoringEnum {
  display: flex;
  margin-bottom: 20px;
  margin-top: -20px;
}

.monitoringEnum select {
  margin: 0 auto;
}
/********************
 * HTML CSS
 */

.chartWrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/********************
  Box shadow and border radius styling
*/

.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/********************
 * TOOLTIP CSS
 */

.nvtooltip {
  position: absolute;
  background-color: rgba(255, 255, 255, 1.0);
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 10000;
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pump_details #chart .nvd3 .nv-scatterWrap .nv-groups .nv-series-1 .nv-point {
  stroke-opacity: 0 !important;
  stroke-width: 0px !important;
  fill-opacity: 0.5;
  stroke: transparent !important;
  fill: transparent !important;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/

.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}

.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}

.nvtooltip table td.key {
  font-weight: normal;
}

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}

.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}

.nvtooltip-pending-removal {
  position: absolute;
  pointer-events: none;
}

/********************
 * SVG CSS
 */

svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Trying to get SVG to act like a greedy block in all browsers */
  display: block;
  width: 100%;
  height: 100%;
}

svg text {
  font: normal 12px Arial;
}

svg .title {
  font: bold 14px Arial;
}

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
  /*
    pointer-events: none;
    */
}

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}

/**********
*  Brush
*/

.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}

.nvd3 .nv-legend .disabled circle {
  fill-opacity: 0;
}

/**********
*  Axes
*/

.nvd3 .nv-axis {
  pointer-events: none;
}

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}

/**********
*  Brush
*/

.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}

/**********
*  Bars
*/

.nvd3 .nv-bars .negative rect {
  zfill: brown;
}

.nvd3 .nv-bars rect {
  zfill: steelblue;
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}

.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}

.nvd3 .nv-bars .hover text {
  fill: rgba(0, 0, 0, 1);
}

/**********
*  Bars
*/

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: rgba(0, 0, 0, 1);
  stroke: rgba(0, 0, 0, 0);
}

/***********
*  Pie Chart
*/

.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}

.nvd3.nv-pie .hover path {
  fill-opacity: .7;
}

.nvd3.nv-pie .nv-label {
  pointer-events: none;
}

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}

/**********
* Lines
*/

.nvd3 .nv-groups path.nv-line {
  fill: none;
  stroke-width: 1.5px;
  /*
    stroke-linecap: round;
    shape-rendering: geometricPrecision;

    transition: stroke-width 250ms linear;
    -moz-transition: stroke-width 250ms linear;
    -webkit-transition: stroke-width 250ms linear;

    transition-delay: 250ms
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    */
}

.nvd3 .nv-groups path.nv-line.nv-thin-line {
  stroke-width: 1px;
}

.nvd3 .nv-groups path.nv-area {
  stroke: none;
  /*
    stroke-linecap: round;
    shape-rendering: geometricPrecision;

    stroke-width: 2.5px;
    transition: stroke-width 250ms linear;
    -moz-transition: stroke-width 250ms linear;
    -webkit-transition: stroke-width 250ms linear;

    transition-delay: 250ms
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    */
}

.nvd3 .nv-line.hover path {
  stroke-width: 6px;
}

/*
.nvd3.scatter .groups .point {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}
  */

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}

.nvd3 .nv-indexLine {
  cursor: ew-resize;
}

/**********
* Distribution
*/

.nvd3 .nv-distribution {
  pointer-events: none;
}

/**********
*  Scatter
*/

/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
.nvd3 .nv-groups .nv-point {
  pointer-events: none;
}
*/

.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}

/*
.nv-group.hover .nv-point {
  fill-opacity: 1;
}
*/

/**********
*  Stacked Area
*/

.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  /*
    stroke-opacity: .65;
    fill-opacity: 1;
    */
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  /*
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    */
}

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
  /*
    stroke-opacity: .85;
    */
}

/*
.d3stackedarea .groups path {
  stroke-opacity: 0;
}
  */

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}

/*
.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .75;
  fill-opacity: 1;
}*/

/**********
*  Line Plus Bar
*/

.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}

/**********
*  Bullet
*/

.nvd3.nv-bullet {
  font: 10px sans-serif;
}

.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8;
}

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px;
}

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}

.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4;
}

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}

/**********
* Sparkline
*/

.nvd3.nv-sparkline path {
  fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  /*
    stroke: #666;
    */
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
  /*
    stroke: #444;
    fill: #000;
    */
  font-weight: bold;
  font-size: 1.1em;
}

/**********
* historical stock
*/

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 4px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}

.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
  font-weight: bold;
}

.nvd3.nv-historicalStockChart .nv-dragTarget {
  fill-opacity: 0;
  stroke: none;
  cursor: move;
}

.nvd3 .nv-brush .extent {
  /*
    cursor: ew-resize !important;
    */
  fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}

/**********
* Indented Tree
*/

/**
 * TODO: the following 3 selectors are based on classes used in the example.  I should either make them standard and leave them here, or move to a CSS file not included in the library
 */

.nvd3.nv-indentedtree .name {
  margin-left: 5px;
}

.nvd3.nv-indentedtree .clickable {
  color: #08C;
  cursor: pointer;
}

.nvd3.nv-indentedtree span.clickable:hover {
  color: #005580;
  text-decoration: underline;
}

.nvd3.nv-indentedtree .nv-childrenCount {
  display: inline-block;
  margin-left: 5px;
}

.nvd3.nv-indentedtree .nv-treeicon {
  cursor: pointer;
  /*
    cursor: n-resize;
    */
}

.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
  cursor: pointer;
  /*
    cursor: s-resize;
    */
}

/**********
* Parallel Coordinates
*/

.nvd3 .background path {
  fill: none;
  stroke: #ccc;
  stroke-opacity: .4;
  shape-rendering: crispEdges;
}

.nvd3 .foreground path {
  fill: none;
  stroke: steelblue;
  stroke-opacity: .7;
}

.nvd3 .brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.nvd3 .axis line,
.axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.nvd3 .axis text {
  text-shadow: 0 1px 0 #fff;
}

/****
Interactive Layer
*/

.nvd3 .nv-interactiveGuideLine {
  pointer-events: none;
}

.nvd3 line.nv-guideline {
  stroke: #ccc;
}
.inputParameters > ul {
  display: block;
}

.inputParameters > ul > div > li {
  width: 32% !important;
  float: unset;
  display: inline-block;
}

.inputParameters > ul > li {
  font-weight: bold;
}

.inputParameters > ul > li > span {
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .inputParameters > ul > div > li {
    width: 100% !important;
    float: unset;
    display: block;
  }
}
.searched_set_list .d0 td .setname,
.searched_set_list .d0 td .setval {
  max-height: 100px !important;
}

.searched_set_list tr.d0 td:first-child,
.searched_set_list .d0 td {
  position: relative;
}

.searched_set_list .d0 td .setname {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  word-wrap: break-word;
  padding: 10px;
  max-height: 250px !important;
}

.searched_set_list .d0 .cc2,
.searched_set_list .d0 .cc3,
.searched_set_list .d0 .cc4,
.searched_set_list .d0 .cc5,
.searched_set_list .d0 .cc6,
.searched_set_list .d0 .ccx6 {
  background-color: #fff !important;
}

.align-items-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: unset !important;
}

.mt-0 {
  margin-top: unset !important;
}

.w-40px {
  width: 40px;
}
.print-body {
  padding: 0;
}

.print-body svg text {
  font: 9px Calibri !important;
}

.print-body li {
  font-size: 10.5px !important;
}

.print-body .first-footer {
  position: absolute;
  width: 100%;
  top: 960px;
}

.print-body .second-footer {
  position: absolute;
  width: 100%;
  top: 2010px;
}

.print-body .icon {
  padding-right: 3px;
}

.print-body .print-unit-footer {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.print-body .center-chart-title {
  margin-right: 65px !important;
  float: right;
}

.print-body .instal-h4 {
  font-family: 'merge_light', tahoma, sans-serif;
  color: #849daa;
  background-image: url("../../../../../../images/title_ico_small.png");
  background-repeat: no-repeat;
  background-position: 13.4px 14px;
  background-size: 11px;
  padding: 0px 0px 0px 30px;
  margin: 10px 10px 9px 0px;
  line-height: 40px;
  font-weight: normal;
  font-size: 13px;
}

.print-body .font14 {
  font-size: 18.5px !important;
  background-size: 16px;
  background-position: 6.4px 11px;
}

.print-body .font10 {
  font-size: 13px !important;
}

.print-body h5 {
  color: gray;
  font-family: 'merge_light', tahoma, sans-serif;
  font-size: 16px;
  padding: 0;
  margin-top: 0;
}

.print-body .set_details_left {
  page-break-inside: avoid;
  font-size: 10.5px;
}

.print-body .set_details_right {
  page-break-inside: avoid;
  font-size: 10.5px;
}

.print-body .content {
  width: 100% !important;
}

.print-body h1 {
  margin-top: 0;
  margin-left: 0;
}

.print-body .detailed_set_params {
  display: flex;
}

.print-body .detailed_set_params h4 {
  background-position: 11.4px 13px;
  background-size: 12px;
}

.print-body .input_search_params {
  margin-bottom: 0px;
}

.print-body .input_search_params .input_params_left {
  width: 45%;
}

.print-body .input_search_params .input_params_left li:nth-child(odd) {
  width: 25%;
}

.print-body .input_search_params .input_params_left li:nth-child(even) {
  width: 70%;
}

.print-body .input_search_params .input_params_right {
  width: 55%;
}

.print-body .input_search_params .input_params_right li:nth-child(odd) {
  width: 50%;
}

.print-body .input_search_params .input_params_right li:nth-child(even) {
  width: 49%;
}

.print-body .input_search_params h4 {
  margin: 10px 0;
}

.print-body .pump_details {
  overflow: unset;
  background: unset;
  border: unset;
}

.print-body .set_details .pump_chart {
  border: 2px solid #849daa;
}

.print-body .set_details .pump_chart #chart {
  height: 300px;
  width: 423px;
}

.print-body .set_details .pump_chart h4 {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.print-body .set_details .pump_chart .comment {
  margin-left: -200px;
}

.print-body .child-flex div {
  display: flex;
}

.print-body .set_details_left li:nth-child(odd),
.print-body .set_details_right li:nth-child(odd) {
  font-family: Calibri-Bold, tahoma, sans-serif  !important;
  width: 58%;
}

.print-body .set_details_left li:nth-child(even),
.print-body .set_details_right li:nth-child(even) {
  width: 37%;
  font-family: Calibri, tahoma, sans-serif !important;
}

.print-body .print-graphic-img {
  width: 703px;
  height: 750px;
  display: block;
  margin: 3%;
  object-fit: contain;
}

.print-body .print-info-img {
  height: 850px;
  position: absolute;
}

.print-body .inputParameters {
  font-size: 13px;
}

.print-body .inputParameters ul {
  display: flex;
}

.print-body .inputParameters ul div li {
  width: unset;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
}

.print-body .inputParameters ul div span {
  padding: 5px;
}

.print-body .print-footer {
  background: unset;
  margin: 0;
}

.print-user-id {
  position: absolute;
  top: 905px;
  font-size: 9px;
}

.h30 {
  height: 30px;
}
.nvd3 .nv-legend .nv-series.disabled {
  pointer-events: auto;
}

.pump_params_detail {
  border-radius: 30px 0 0 0;
  border-left: 1px solid #e7e7e7;
  overflow: hidden;
  width: 28%;
  float: right;
  height: 100%;
  min-height: 784px;
  display: block;
}

.pump_params_detail h4 {
  padding: 15px 5px 20px 30px;
  margin: 0;
  background: #f5f6f7;
  border-radius: 30px 0 0 0;
}

@media (max-width: 750px) {
  .pump_params_detail {
    clear: both;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }
}
.min-height-800 {
  min-height: 800px;
}
.print-body {
  padding: 0;
}

.print-body .print-pump-pager {
  display: flex;
  justify-content: space-around;
}

.print-body .print-pump-header {
  display: flex;
}

.print-body .print-pump-footer {
  display: flex;
  justify-content: space-around;
}

.print-body .content.detail h5 {
  color: gray;
}

.print-body .content.detail h1 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 15px;
  background-image: none;
}

.print-body .content.detail .detailed_set_params h4 {
  background-position: 9px 12px;
}

.print-body .content.detail .input_search_params h4 {
  margin: 10px 0;
}

.print-body .content.detail .pump_details {
  overflow: auto;
  border: none;
}

.print-body .content.detail .pump_details .pump_chart.detail {
  width: auto !important;
  margin-left: 0;
  margin-right: 0;
}

.print-body .content.detail .pump_details .pump_chart.detail #ni-chart,
.print-body .content.detail .pump_details .pump_chart.detail #npsh-chart,
.print-body .content.detail .pump_details .pump_chart.detail #h-chart {
  width: 450px;
}

.print-body .content.detail .pump_params_detail {
  width: 34%;
  clear: unset;
  margin-top: 0;
  min-height: 764px;
  border-left: none;
}

.print-body .content.detail .pump_params_detail h4 {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  background: none;
}

.print-body .content.detail .pump_params_detail .param_visual {
  max-height: 190px;
}

.print-body .print-footer {
  background: unset;
  margin: 0;
}

.print-body .tick text {
  fill: black;
}
.page-a {
  color: #727272;
  font-size: 14px;
  padding: 4px;
}

.bottom20 {
  margin-bottom: 20px;
}
#validateAddTipId {
  padding: 20px 50px 20px 50px;
  margin: 0;
}
#validateEditTipId {
  padding: 20px 50px 20px 50px;
  margin: 0;
}
.centerDiv {
  width: 50%;
  margin: 0 auto;
}
.primary:hover {
  text-decoration: none;
  color: #fff;
}

.secondary:hover {
  color: #6b6e6d;
  text-decoration: none;
}

/* variants */

.variants-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.variant {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* buttons viewing, download and change */

.options-buttons {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 30px;
  flex-wrap: wrap;
}

.viewing,
.download {
  margin-right: 10px;
}

/* tab */

.nav-tabs {
  padding-left: 25px;
  margin-left: 0;
}

.nav-tabs > li.active > a:first-of-type {
  border-top-left-radius: 30px;
}

.tab-content {
  padding: 30px 30px 30px 15px;
}

.tab-pane-h {
  color: #787878;
  padding-left: 15px;
}

.detail-form {
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}

/* checkboxes */

.checkboxes-container {
  padding: 0 15px;
}

.checkboxes-container:last-of-type {
  padding-right: 0;
}

.checkbox-header {
  font-size: 15.7px;
  font-weight: 600;
  color: #849daa;
}

.checkbox-label {
  display: flex;
  position: relative;
  margin-left: 1px;
  align-items: center;
}

.checkbox-btn {
  border: 1px solid #839daa;
  width: 16px;
  height: 16px;
  border-radius: 5px 0;
  background-color: #fff;
  position: absolute;
  transition: 0.5s linear;
}

.radio-btn {
  border-radius: 50%;
  left: -3px;
  top: 1px;
}

.radio-btn ~ .checkbox-p {
  top: 5px;
}

.checkbox-p {
  position: absolute;
  top: auto;
  left: 30px;
  font-weight: 400;
  color: #787878;
}

input[id*="checkbox"]:checked ~ .checkbox-btn {
  background-color: #839daa;
}

/* buttons delete and save */

.delete-save-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  flex-wrap: wrap;
}

.delete-save-buttons .delete {
  margin-right: 10px;
}

/* back button */

.home-link {
  cursor: pointer;
  transition: 0.5s linear;
}

/* media query */

@media (max-width: 991.98px) {
  .variants-container,
  .options-buttons,
  .delete-save-buttons {
    padding: 0 15px 0;
  }
}

@media (max-width: 575.98px) {
  .variants-container,
  .options-buttons,
  .delete-save-buttons {
    justify-content: center;
  }

  .options-buttons {
    top: -15px;
  }
}

input[type="file"] {
  display: none;
}

.normal {
  max-width: unset;
  margin-bottom: unset;
  font-weight: unset;
}
#addUserModal .row.form-items .col-xs-6 {
  box-sizing: border-box;
}

#addUserModal .row.form-items .text.ui-widget-content.ui-corner-all {
  width: 91%;
  height: 16px;
  padding: 8px 10px;
  border-radius: 10px;
  border-color: #849daa;
  font-size: 14px;
}

#addUserModal .row.form-items .dialog_label {
  font-size: 15px;
  color: #849daa;
  margin: 10px 0 0 0;
}

#addUserModal .modal-buttons {
  display: flex;
  justify-content: center;
}

#addUserModal .button-margin {
  margin: 5px;
}
.pump_details {
  overflow: hidden;
  position: relative;
}

.pump_details .btn-save .select_set {
  margin-bottom: 20px;
  margin-top: 0px;
}

.min-height-500 {
  min-height: 500px;
}

.user-menu-name {
  font-weight: 400;
  font-size: 23px;
}
#pmp.users #usersListForm thead tr th {
  box-sizing: border-box;
  font-size: 15px;
}

#pmp.users #usersListForm thead tr th .col-sort-btn.name {
  width: 170px;
}

#pmp.users #usersListForm thead tr td {
  background: #e9edef;
}

#pmp.users #usersListForm thead tr td:first-child {
  border-radius: 0 0 0 0;
}

#pmp.users .d0 .cc1,
#pmp.users .d1 .cc1 {
  position: relative;
  max-height: 250px !important;
}

#pmp.users .pumpname {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  word-wrap: break-word;
  padding: 10px;
  max-height: 250px !important;
}

#pmp.users .pumpval {
  display: inline-block;
  min-height: 20px;
  max-height: 250px !important;
  min-width: 50px;
  max-width: 110px;
  word-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
}

#pmp.users .pumpval .checkboxes-container {
  padding: 0;
}

#pmp.users .pumpval #GroupId {
  width: 100px;
  border-radius: 10px;
  border: 1px solid #A5B7C1;
  height: 30px;
  padding: 6px 10px;
}

#pmp.users .cc6 .pumpval {
  display: flex;
  justify-content: center;
}

#pmp.users .manage-buttons {
  display: flex;
}

#pmp.users .secondary {
  margin-left: 10px;
}

@media (max-width: 1048px) {
  #pmp.users .pump_list .group-th {
    display: table-cell !important;
  }

  #pmp.users .pump_list td {
    display: table-cell !important;
  }

  #pmp.users .pump_list .cc5 {
    display: table-cell !important;
  }
}
.forgetPassword_box {
  background: none 0px 0px repeat scroll white;
  top: 50%;
  position: fixed;
  z-index: 9;
  margin-top: -180px;
  width: 400px;
  padding: 40px;
  border-radius: 25px 0px;
  opacity: 0.9;
  color: #595959;
  font-size: 13px;
  font-family: istok_regular, tahoma, sans-serif;
}

.forgetPassword_box label {
  text-align: left;
  font-size: 15px;
  margin: 6px 0 3px 5px;
  font-weight: bold;
  color: #849daa;
  display: block;
}
.reset-password-container .register_box.register {
  height: 280px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.reset-password-container .register_box.register .btn-login_box {
  margin-right: 6px;
}
#pmp .maxFilterWidth {
  width: 100%;
  border-radius: 10px;
  height: 30px;
  border: 1px solid #A5B7C1;
  padding: 6px 10px;
  box-sizing: border-box;
}

#pmp #pumpListForm thead tr th {
  font-size: 15px;
}

#pmp #pumpListForm thead tr td {
  background: #e9edef;
}

#pmp #pumpListForm thead tr td:first-child {
  border-radius: 0 0 0 0;
}

#pmp #pump_search_form {
  display: flex;
  justify-content: flex-end;
}

#pmp #pump_search_form .save_set {
  margin-right: 0;
  margin-top: 0;
}

#pmp .pump_details {
  box-shadow: 1px 1px 10px #f5f6f7;
  width: 1080px;
  min-height: 0;
}

#pmp .pump_list {
  overflow-x: auto;
}

#pmp .pump_list table {
  width: 1080px;
  text-align: center;
}

#pmp .pump_list th {
  text-align: center;
}

#pmp .pump_list th .col-sort-btn {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
  transition: .6s;
}

#pmp .pump_list th .col-sort-btn .col-name {
  text-align: left;
  line-height: 20px;
  color: #555555;
}

#pmp .pump_list th .col-sort-btn .sort-img {
  position: absolute;
  right: -7px;
  top: -2px;
}

#pmp .pump_list .pumpname {
  min-width: 135px;
  padding-left: 5px;
  text-align: left;
}

#pmp .pump_list tr {
  width: 1080px;
}

#pmp .pump_list .filter-td {
  height: 30px;
  padding: 0 10px 15px 10px;
}

#pmp .pump_list .cc1 {
  width: 120px;
}

#pmp .pump_list .cc2 {
  width: 110px;
}

#pmp .pump_list .cc3 {
  width: 105px;
}

#pmp .pump_list .cc4 {
  width: 97px;
}

#pmp .pump_list .cc5 {
  width: 75px;
}

#pmp .pump_list .cc6 {
  width: 125px;
}

#pmp .pump_list .cc7 {
  width: 100px;
}

#pmp .pump_list .cc8 {
  width: 145px;
}

#pmp .pump_list .cc9 {
  width: 80px;
}

#pmp .pump_list .cc10 {
  width: 105px;
}

#pmp #paging_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

#pmp #paging_buttons .select_set {
  margin-top: 0;
  cursor: pointer;
}

#pmp #paging_buttons .back_btn {
  margin-top: 0;
  background-color: #839daa;
  color: #fff;
  opacity: 1;
  min-width: 68px;
}

#pmp #paging_buttons .back_btn:hover {
  opacity: 0.7;
}

#pmp #paging_buttons .next,
#pmp #paging_buttons .previous {
  margin: 0 15px;
}

#pmp #paging_buttons .previous {
  padding-left: 22px;
}

#pmp .page-number-editor #page {
  border-radius: 2%;
}

@media (max-width: 910px) {
  #pmp #pumpListForm {
    padding: 0 15px;
  }

  #pmp .pump_list tr th,
  #pmp td,
  #pmp .cc1,
  #pmp .cc2,
  #pmp .cc3,
  #pmp .cc4,
  #pmp .cc5,
  #pmp .cc6,
  #pmp .cc7,
  #pmp .cc8,
  #pmp .cc9,
  #pmp .cc10 {
    display: table-cell !important;
  }
}