/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












 */
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Regular-017c0be9aaa6d0359737e1fa762ad304c0e0107927faff5a6c1f415c7f5244ed.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-RegularItalic-2c0958e0c7e9b63f36f672d3cccba14ca0d7ce2e3d6945b38e4ef3de35b79691.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Medium-e35252aa3dc2e84e9d7211586fee9aede2a426d3230c8b131881d985f16ff836.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-MediumItalic-552fa6bfc8f4ad480ba69feb9745f31d77fa88c12826a1bbd3c5eb0beefa22bb.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Bold-c9cc991deb5d27f267830a19f2301eb164d9e61ec08669c1a1a291c5620ff40a.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-BoldItalic-e408e93bc15805661247698520f1ab944bbc2899fbd9ca71edc1b24dea6565f7.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-Black-354fb9e77252254f3b3b6224cf9a131ac8ed798e13015176125a2c697a19f801.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/Roboto-BlackItalic-328578810a5a24e2e64737b54f4d37fd3bec81c9d38d16ba07e3638a68488143.ttf);
  font-weight: 900;
  font-style: italic;
}
/* line 79, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.not-found {
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

/* line 85, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.alert {
  text-align: center;
}

/* line 89, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.modal_reg.modal_ct h3 {
  display: block;
}

/* line 93, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
input::-ms-clear {
  display: none;
}

/* line 97, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.calculation_w .calculation_results .table_results th,
.calculation_w .calculation_results .table_results td {
  min-width: 130px;
  max-width: 130px;
}

/* line 103, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.gr_popup_mb {
  bottom: 15px;
}

/* line 107, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#manual-document-container {
  height: 100vh;
}

/* line 111, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#btn-show-manual {
  position: fixed;
  right: 2%;
  bottom: 25px;
  z-index: 10;
  padding: 6px 10px !important;
}
/* line 118, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
#btn-show-manual .fa-question {
  width: 28px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 125, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
  #btn-show-manual {
    position: fixed;
    right: 2%;
    bottom: 65px;
    z-index: 10;
    padding: 6px 10px !important;
  }
  /* line 132, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
  #btn-show-manual .fa-question {
    width: 28px;
    text-align: center;
  }
}
/* line 139, /root/dev/d_support/src/app/assets/stylesheets/application.scss */
.error-tab {
  background-color: red !important;
}
