@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('../fonts/roboto-condensed/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('../fonts/roboto-condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('../fonts/roboto-condensed/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('../fonts/roboto-slab/RobotoSlab-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../fonts/roboto-slab/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/roboto-slab/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUIText-Bold';
  src: url('../fonts/SFUI/SFUIText-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
  }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.form-control:focus {
  box-shadow: none;
  border-color: #DBDBDB;
}
/* Helper classes START */
.m-t-32 {
  margin-top: 32px;
}
.m-t-38 {
  margin-top: 38px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-92 {
  margin-top: 92px;
}
.m-t-98 {
  margin-top: 98px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.z-100 {
  z-index: 100;
}
.main-content-layout {
  padding-left: 120px;
  padding-right: 120px;
}
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 260px;
  height: 1.2em;
  white-space: nowrap;
}
/* Helper classes END */
/* Sprites START */
.applications-menu-sprite {
  display: inline-block;
  height: 18px;
  background-image: url("../images/applications-menu-sprite.png");
  background-repeat: no-repeat;
}
.applications-menu-sprite.icon-calculate {
  width: 18px;
  background-position: 0 0;
}
.applications-menu-sprite.icon-save {
  width: 18px;
  background-position: 0 -22px;
}
.applications-menu-sprite.icon-print {
  width: 20px;
  background-position: 0 -45px;
}
.applications-menu-sprite.icon-export {
  width: 14px;
  background-position: 0 -68px;
}
.applications-menu-sprite.icon-close {
  width: 18px;
  background-position: 0 -85px;
}
.icons-sprite {
  display: inline-block;
  background-image: url("../images/icons-sprite.png");
  background-repeat: no-repeat;
}
.icons-sprite.arrow-up {
  width: 12px;
  height: 8px;
  background-position: -15px 0;
}
.icons-sprite.arrow-down {
  width: 12px;
  height: 8px;
  background-position: 0 0;
}
.icons-sprite.icon-info {
  width: 12px;
  height: 12px;
  background-position: -30px 0;
}
.result-indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.result-indicator.low-risk {
  background: url("../images/risk-low.svg") 0 0 no-repeat;
}
.result-indicator.medium-risk {
  background: url("../images/risk-medium.svg") 0 0 no-repeat;
}
.result-indicator.high-risk {
  background-image: url("../images/risk-high.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.result-indicator.allowed {
  background: url("../images/iso-allowed.svg") 0 0 no-repeat;
}
.result-indicator.not-allowed {
  background: url("../images/iso-not-allowed.svg") 0 0 no-repeat;
}
.result-indicator.not-applicable {
  background: url("../images/iso-na.svg") 0 0 no-repeat;
}
/* Sprites END */
/* Radio & Checkbox styles START */
.custom-radio {
  line-height: normal;
}
.custom-radio .custom-control-label {
  font-size: 14px;
  color: #4A4A4A;
}
.custom-radio .custom-control-label:before {
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #FFBC42;
  background-color: #fff;
  box-shadow: none;
}
.custom-radio .custom-control-label:after {
  top: 4px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #FFBC42;
}
.custom-checkbox {
  line-height: normal;
}
.custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #4A4A4A;
}
.custom-checkbox .custom-control-label:before {
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #FFBC42;
  background-color: #fff;
  box-shadow: none;
}
.custom-checkbox .custom-control-label:after {
  top: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #FFBC42;
  box-shadow: none;
}
/* Radio & Checkbox styles END */
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 14px;
  color: #4A4A4A;
  font-family: RobotoCondensed-Regular, sans-serif;
  display: flex;
  flex-direction: column;
}
.body-content {
  flex: 1 0 auto;
}
.body-content.login-section {
  background-color: #faf2e5;
}
.footer {
  width: 100%;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  flex-shrink: 0;
}
.footer .container {
  padding: 0 20px;
  font-size: 12px;
  color: #9B9B9B;
  background-color: #F1F1F1;
}
.custom-form-styles .field-validation-error,
.custom-form-styles .validation-summary-errors {
  font-family: RobotoCondensed-Bold;
  font-size: 10px;
  color: #D0021B;
}
.custom-form-styles .validation-summary-errors ul {
  margin: 0px 0 5px;
  padding: 0 20px;
  list-style: none;
  text-align: center;
  font-size: 12px;
}
.custom-form-styles .form-group {
  position: relative;
}
.custom-form-styles .form-group .field-validation-error {
  right: 10px;
  text-transform: uppercase;
}
.custom-form-styles .form-group .form-control {
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  color: #4A4A4A;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
}
.custom-form-styles .form-group .form-control::-webkit-input-placeholder {
  font-family: RobotoCondensed-Bold;
  font-size: 10px;
  color: #6C8CA1;
  text-transform: uppercase;
}
.custom-form-styles .form-group .form-control::-moz-placeholder {
  font-family: RobotoCondensed-Bold;
  font-size: 10px;
  color: #6C8CA1;
  text-transform: uppercase;
}
.custom-form-styles .form-group .form-control:-ms-input-placeholder {
  font-family: RobotoCondensed-Bold;
  font-size: 10px;
  color: #6C8CA1;
  text-transform: uppercase;
}
.custom-form-styles .btn-primary {
  width: 170px;
  height: 50px;
  font-size: 16px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  background-color: #FFBC42;
}
.custom-form-styles .btn-primary:focus {
  outline: none;
}
.custom-form-styles .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #FFBC42;
  border: none;
  outline: none;
}
.centered-content-layout {
  margin-top: 60px;
  width: 360px;
}
.centered-content-layout .page-title {
  margin-bottom: 30px;
  font-family: RobotoSlab-Regular;
  font-size: 20px;
  color: #FFBC42;
}
.centered-content-layout .page-title span {
  font-family: RobotoSlab-Bold;
}
/* Login page START */
#loginWrapper {
  padding-top: 75px;
  border-radius: 4px;
  background: url("../images/login-bg.png") 0 0 no-repeat;
}
#loginWrapper form {
  box-shadow: 1px 1px 2px rgba(255, 212, 134, 0.25);
}
#loginWrapper form .validation-summary-valid {
  display: none;
}
#loginWrapper form .inner-wrapper {
  padding: 20px;
  background-color: #FCFCFC;
}
#loginWrapper form .btn-primary {
  width: 100%;
  border-radius: 0 0 4px 4px;
}
#loginWrapper form .custom-checkbox .custom-control-label {
  font-size: 12px;
  line-height: 20px;
  color: #3F5F74;
}
#loginWrapper form .custom-checkbox .custom-control-label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #DBDBDB;
}
#loginWrapper form .custom-checkbox .custom-control-label:after {
  top: 2px;
  left: -22px;
}
#loginWrapper form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #DBDBDB;
}
#loginWrapper #forgot-password {
  color: #3F5F74;
  font-size: 12px;
}
/* Login page END */
/* Home page */
#home-page hr {
  margin: 40px 0 14px;
  border-top: 3px solid #D6DFE5;
}
#home-page .recent-files,
#home-page .open-data-file {
  margin-bottom: 30px;
  font-family: RobotoSlab-Regular;
  font-size: 20px;
  color: #FFBC42;
}
#home-page .recent-files span,
#home-page .open-data-file span {
  font-family: RobotoSlab-Bold;
}
#home-page #recent-files-table thead tr .table-header {
  padding: 0 10px;
  height: 40px;
  vertical-align: middle;
  font-family: RobotoCondensed-Bold;
  font-size: 16px;
  color: #4A4A4A;
  border-top: none;
  border-bottom-color: #D6D6D6;
}
#home-page #recent-files-table tbody tr .table-cell {
  padding: 0 10px;
  height: 40px;
  font-size: 13px;
  color: #4A4A4A;
  vertical-align: middle;
  border-top-color: #EDEDED;
}
#home-page #recent-files-table tbody tr:last-child .table-cell {
  border-bottom: 1px solid #EDEDED;
}
#home-page #recent-files-table tbody tr:hover {
  background-color: #FBFBFB;
  cursor: pointer;
}
#home-page .dropZoneElement {
  height: 196px;
  background-color: #FAFAFA;
}
#home-page .dropZoneElement .textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#home-page .dropZoneElement .textWrapper .k-dropzone {
  padding: 0;
}
#home-page .dropZoneElement .textWrapper .k-upload {
  border: none;
  border-radius: 0;
  background: transparent;
}
#home-page .dropZoneElement .textWrapper .k-upload .k-upload-button {
  margin: 0;
  padding: 0;
  width: 170px;
  height: 50px;
  font-size: 16px;
  font-family: RobotoCondensed-Bold;
  color: #fff;
  border: none;
  background: #FFBC42;
}
#home-page .dropZoneElement .textWrapper .dropImageHereText,
#home-page .dropZoneElement .textWrapper .dropOnHoverText {
  margin-top: 5px;
  color: #999999;
  font-size: 12px;
}
#home-page .dropZoneElement .textWrapper .dropOnHoverText {
  display: none;
}
#home-page .dropZoneElement .textWrapper:hover {
  border: 2px dashed #D8D8D8;
  background-color: #F3F3F3;
}
#home-page .dropZoneElement .textWrapper:hover .k-upload-button {
  width: 115px;
  height: 100px;
  font-size: 0;
  background: url("../images/upload-hover-cards.svg") center no-repeat;
}
#home-page .dropZoneElement .textWrapper:hover .dropImageHereText {
  display: none;
}
#home-page .dropZoneElement .textWrapper:hover .dropOnHoverText {
  display: block;
}
/* Home page END */
/* Main Mavigation START */
#mainNavigation {
  padding: 0;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  height: 55px;
}
#mainNavigation .container {
  position: relative;
  padding: 0 122px 0 0;
  height: 55px;
  background-color: #1778AE;
  border-bottom: 5px solid #FFBC42;
}
#mainNavigation .container .navbar-brand {
  padding: 0 55px;
  height: 100%;
  background-color: #003B5B;
}
#mainNavigation .container .navbar-text {
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #3F5F74;
}
#mainNavigation .container .navbar-nav {
  height: 50px;
}
#mainNavigation .container .navbar-nav .nav-item {
  border-right: 1px solid #6C8CA1;
}
#mainNavigation .container .navbar-nav .nav-item:hover,
#mainNavigation .container .navbar-nav .nav-item.show {
  border-right: 1px solid #003B5B;
  background-color: #FFBC42;
}
#mainNavigation .container .navbar-nav .nav-item .nav-link {
  padding: 0 25px;
  color: #FFFFFF;
  height: 100%;
  text-transform: uppercase;
}
#mainNavigation .container .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  border: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2), -10px 5px 15px rgba(0, 0, 0, 0.1), 10px 5px 15px rgba(0, 0, 0, 0.1);
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #4C738D;
  text-transform: uppercase;
  border-bottom: 1px solid #EAEAEA;
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu .dropdown-item .btn-sign-out {
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #D0051D;
  text-transform: uppercase;
  text-align: right;
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu .dropdown-item .btn-sign-out:hover {
  text-decoration: none;
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
#mainNavigation .container .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #1778AE;
  cursor: pointer;
}
#mainNavigation .container .navbar-nav #supportNavItem {
  margin-right: 20px;
  border: none;
}
#mainNavigation .container .navbar-nav #supportNavItem:hover {
  background: none;
}
#mainNavigation .container .navbar-nav #supportNavItem:hover .dropdown-menu {
  display: block;
}
#mainNavigation .container .navbar-nav #supportNavItem .nav-link {
  padding: 0;
  font-size: 12px;
  font-family: RobotoCondensed-Light;
  text-transform: uppercase;
}
#mainNavigation .container .navbar-nav #settingsNavItem {
  border: none;
}
#mainNavigation .container .navbar-nav #settingsNavItem .nav-link {
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  color: #003B5B;
  border-radius: 100%;
  border: 2px solid #003B5B;
  background-color: #8BBBD6;
}
#mainNavigation .container .navbar-nav #settingsNavItem .dropdown-menu {
  margin-top: 5px;
  margin-right: -22px;
}
#mainNavigation .container .navbar-nav #settingsNavItem:hover,
#mainNavigation .container .navbar-nav #settingsNavItem.show {
  background: none;
}
#mainNavigation .container .navbar-nav #settingsNavItem.show .nav-link {
  border-color: #FFBC42;
}
#mainNavigation .container .navbar-nav-disabled a {
  color: gray !important;
  pointer-events: none;
}
/* Main Mavigation END */
/* Applications Menu START */
#applicationsMenuWrapper {
  padding: 0 122px 0 20px;
  height: 65px;
  color: #003B5B;
  background-color: #FFF2DC;
}
#applicationsMenuWrapper .application-name {
  font-size: 14px;
  text-transform: capitalize;
}
#applicationsMenuWrapper .project-name {
  font-size: 15px;
  font-family: RobotoCondensed-Bold, sans-serif;
  text-transform: uppercase;
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item {
  margin-right: 5px;
  float: left;
  height: 28px;
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item:last-child {
  margin-right: 0;
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button {
  padding: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 3px;
  background-color: #FFE6BA;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px rgba(80, 29, 2, 0.25);
  cursor: pointer;
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.calculate-button {
  background-image: url("../images/icon-calculate.png");
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.calculate-button-disabled {
  background-image: url("../images/icon-calculate-disabled.png");
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.save-button {
  background-image: url("../images/icon-save.png");
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.export-excel {
  background-image: url("../images/icon-export.png");
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.clear-button {
  background-image: url("../images/icon-close.png");
}
#applicationsMenuWrapper #applicationsMenu .list-inline-item .application-button.print-button {
  background-image: url("../images/icon-print.png");
}
/* Applications Menu END */
/* Calculate Settings START */
#calculationSettings {
  margin-top: 60px;
  position: relative;
  padding: 20px 122px;
  background-color: #FCFCFC;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.25);
}
#calculationSettings .info-guide {
  position: absolute;
  top: 45px;
  right: 122px;
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#calculationSettings .settings-label {
  padding-right: 28px;
  color: #4A4A4A;
  font-size: 14px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/icon-arrow-up.png") right center no-repeat;
}
#calculationSettings .settings-label.collapsed {
  background: url("../images/icon-arrow-down.png") right center no-repeat;
}
#calculationSettings .project-name-wrapper {
  padding: 0 8px;
  width: 276px;
  height: 40px;
  border: 1px solid #DBDBDB;
}
#calculationSettings .project-name-wrapper .control-label {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 8px;
  font-family: RobotoCondensed-Bold;
  color: #6C8CA1;
  text-transform: uppercase;
}
#calculationSettings .project-name-wrapper .control-input {
  padding: 0;
  width: 170px;
  font-size: 14px;
  color: #4A4A4A;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  background-color: transparent;
  outline: none;
}
#calculationSettings #calculationSection {
  margin-top: 5px;
}
#calculationSettings #calculationSection .section-label {
  margin-bottom: 5px;
  color: #2E85B6;
  font-size: 10px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
}
#calculationSettings #calculationSection .settings-section {
  padding: 5px 10px 0;
  border-right: 1px dashed #DBDBDB;
}
#calculationSettings #calculationSection .settings-section:first-child {
  padding-left: 0;
}
#calculationSettings #calculationSection .settings-section:last-child {
  border-right: none;
}
/* Calculate Settings END */
/* Handsonetable styles START */
.inputs-table {
  overflow-x: auto;
}
.inputs-table .ht_master .wtHolder {
  height: inherit !important;
}
.inputs-table td:last-child {
  padding-right: 10px;
}
.inputs-table tr td,
.units-table tr td {
  border: none;
}
.inputs-table tr td div.input-cell,
.units-table tr td div.input-cell {
  width: 100%;
  min-height: 20px;
  border-radius: 5px;
  border: 1px solid #D6D6DB;
  background: #ffffff;
  padding-left: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.inputs-table tbody tr:nth-child(-n+2),
.units-table tbody tr:nth-child(-n+2) {
  background: #E4EAED;
}
.inputs-table tbody tr:nth-child(-n+2) div.input-cell,
.units-table tbody tr:nth-child(-n+2) div.input-cell {
  border: 1px solid #8BBBD6;
}
.units-table tbody tr:nth-child(-n+2) th {
  font-family: RobotoCondensed-Bold;
  background: #E7F1F6;
}
#well-design-grid tbody tr:nth-child(1),
#well-design-grid tbody tr:nth-child(2) {
  background-color: #E7F1F6;
}
#well-design-grid tbody tr th {
  font-family: RobotoCondensed-Bold;
}
#pipeline-units-grid .wtHolder .wtHider,
#well-design-grid .wtHolder .wtHider {
  height: auto !important;
}
.handsontable .handsontable {
  font-family: RobotoCondensed-Regular;
  z-index: 10;
}
.handsontable .handsontable th {
  border: 0 !important;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: none;
}
.handsontable .handsontable thead th {
  font-size: 14px;
  font-family: RobotoCondensed-Bold;
  color: #003B5B;
  background-color: #8BBBD6;
}
.handsontable .handsontable thead th.ht__highlight {
  background-color: #8BBBD6;
}
.handsontable .handsontable tbody tr:nth-child(-n+2) td.inputs-table,
.handsontable .handsontable tbody tr:nth-child(-n+2) td.units-table {
  background: #E7F1F6;
}
.handsontable .handsontable tbody tr th {
  padding-left: 10px;
  font-size: 14px;
  color: #4A4A4A;
}
.handsontable .handsontable tbody tr td {
  color: #4A4A4A;
  font-size: 13px;
  border: 0 !important;
  vertical-align: middle;
  background-color: none;
}
.handsontable .handsontable tbody tr:nth-child(2n) {
  background-color: #FFFFFF;
}
.handsontable .handsontable tbody tr:nth-child(2n) td {
  background-color: #FFFFFF;
}
.handsontable .handsontable tbody tr:nth-child(2n+1) {
  background-color: #FAFAFA;
}
.handsontable .handsontable tbody tr:nth-child(2n+1) td {
  background-color: #FAFAFA;
}
.handsontable .handsontable span.colHeader {
  line-height: 41px;
}
.handsontable .handsontable button.changeType {
  float: right;
  margin: 3px 1px 0 5px;
  padding: 2px;
  font: 19px/32px RobotoCondensed-Light;
  color: #003B5B;
  border: none;
  background-color: inherit;
}
.handsontable .handsontable button.changeType::before {
  content: '+';
}
.handsontable .handsontable button.changeType:hover {
  border: none;
}
.handsontable .handsontableInputHolder .handsontableInput {
  padding: 0 3px !important;
  width: auto !important;
}
.handsontable .handsontableInputHolder .autocompleteEditor.handsontable {
  padding-right: 0 !important;
  width: auto !important;
}
.handsontable .handsontableInputHolder .autocompleteEditor.handsontable .handsontable {
  padding-right: 0 !important;
}
.handsontable .handsontableInputHolder .autocompleteEditor.handsontable .handsontable .wtHolder {
  width: auto !important;
  overflow: hidden;
}
.handsontable .handsontableInputHolder .autocompleteEditor.handsontable .handsontable .wtHolder .wtHider {
  margin: 0 !important;
}
.units-ddl {
  padding-left: 5px;
  width: 100%;
  height: 20px;
  color: #4A4A4A;
  font-size: 10px;
  font-family: SFUIText-Bold;
  border: 1px solid #D6D6DB;
  border-radius: 4px;
  background: url("../images/select-arrow.png") 95% center no-repeat;
  -webkit-appearance: none;
}
.custom-button {
  padding: 0 10px;
  min-width: 170px;
  height: 40px;
  font-size: 16px;
  font-family: RobotoCondensed-Bold;
  color: #fff;
  background-color: #FFBC42;
}
.custom-button:hover {
  background-color: #FFD486;
}
/* Handsontable styles END */
/* Results grid START */
.results-grid.outer {
  position: relative;
}
.results-grid .inner {
  overflow-x: auto;
  overflow-y: visible;
}
.results-grid table {
  width: 100%;
  font-size: 14px;
  color: #4A4A4A;
  table-layout: fixed;
}
.results-grid table thead tr {
  font-family: RobotoCondensed-Bold;
  color: #003B5B;
  height: 40px;
  background-color: #8BBBD6;
}
.results-grid table thead tr th {
  padding: 0 4px;
  vertical-align: middle;
  border: none;
}
.results-grid table tbody tr {
  height: 40px;
}
.results-grid table tbody tr:nth-child(2n) {
  background-color: #FFFFFF;
}
.results-grid table tbody tr:nth-child(2n) td {
  background-color: #FFFFFF;
}
.results-grid table tbody tr:nth-child(2n+1) {
  background-color: #FAFAFA;
}
.results-grid table tbody tr:nth-child(2n+1) td {
  background-color: #FAFAFA;
}
.results-grid table tbody tr td {
  padding: 0 4px;
  vertical-align: middle;
  border: none;
}
.results-grid table tbody tr td.material-type {
  background-color: #E7F1F6;
}
#stream-results .inner,
#materialSelection-results .inner {
  width: calc(100% - 375px);
  margin-left: 375px;
}
#stream-results .inner table th,
#materialSelection-results .inner table th,
#stream-results .inner table td,
#materialSelection-results .inner table td {
  min-width: 58px;
}
#stream-results .inner table .output-fixed,
#materialSelection-results .inner table .output-fixed {
  position: absolute;
  left: 0;
  width: 275px !important;
  height: 40px;
  line-height: 40px;
  max-width: none;
}
#stream-results .inner table .units-fixed,
#materialSelection-results .inner table .units-fixed {
  position: absolute;
  left: 275px;
  width: 100px !important;
  height: 40px;
  line-height: 40px;
  max-width: none;
}
#stream-results .inner table thead tr th.output-fixed,
#materialSelection-results .inner table thead tr th.output-fixed,
#stream-results .inner table thead tr th.units-fixed,
#materialSelection-results .inner table thead tr th.units-fixed {
  background-color: #8BBBD6;
}
#stream-results .inner table tbody #tp_row_results_0,
#materialSelection-results .inner table tbody #tp_row_results_0,
#stream-results .inner table tbody #tp_row_results_1,
#materialSelection-results .inner table tbody #tp_row_results_1 {
  background: #E7F1F6;
}
#stream-results .inner table tbody #tp_row_results_0 td:first-child,
#materialSelection-results .inner table tbody #tp_row_results_0 td:first-child,
#stream-results .inner table tbody #tp_row_results_1 td:first-child,
#materialSelection-results .inner table tbody #tp_row_results_1 td:first-child {
  font-family: RobotoCondensed-Bold;
}
/* Results grid END */
/* Advice Messages START */
#adviceMessages {
  position: relative;
  padding: 10px 10px;
  background-color: #FCFCFC;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.25);
}
#adviceMessages .info-guide {
  position: absolute;
  top: 45px;
  right: 122px;
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#adviceMessages .settings-label {
  padding-right: 28px;
  color: #4A4A4A;
  font-size: 14px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/icon-arrow-up.png") right center no-repeat;
}
#adviceMessages .settings-label.collapsed {
  background: url("../images/icon-arrow-down.png") right center no-repeat;
}
#adviceMessages .project-name-wrapper {
  padding: 0 8px;
  width: 276px;
  height: 40px;
  border: 1px solid #DBDBDB;
}
#adviceMessages .project-name-wrapper .control-label {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 8px;
  font-family: RobotoCondensed-Bold;
  color: #6C8CA1;
  text-transform: uppercase;
}
#adviceMessages .project-name-wrapper .control-input {
  padding: 0;
  width: 170px;
  font-size: 14px;
  color: #4A4A4A;
  border: none;
  border-bottom: 1px solid #DBDBDB;
  background-color: transparent;
  outline: none;
}
#adviceMessages #calculationSection {
  margin-top: 5px;
}
#adviceMessages #calculationSection .section-label {
  margin-bottom: 5px;
  color: #2E85B6;
  font-size: 10px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
}
#adviceMessages #calculationSection .settings-section {
  padding: 5px 10px 0;
  border-right: 1px dashed #DBDBDB;
}
#adviceMessages #calculationSection .settings-section:first-child {
  padding-left: 0;
}
#adviceMessages #calculationSection .settings-section:last-child {
  border-right: none;
}
.adviceText {
  width: 100%;
  margin: 5px auto;
  padding: 20px;
  border: 1px solid #fabc3d;
  text-align: justify;
}
/* Advice Messages END */
/* Material selection legend START */
#materialSelectionLegendWrapper {
  display: none;
}
#materialSelectionLegendWrapper #materialSelectionLegend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 46px;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 0 #fff, 0 -1px 6px rgba(0, 0, 0, 0.25);
}
#materialSelectionLegendWrapper #materialSelectionLegend .legend-label {
  padding: 0 20px;
  line-height: 46px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
  background-color: #E7F1F6;
}
#materialSelectionLegendWrapper #materialSelectionLegend .results-label {
  font-family: RobotoCondensed-Bold;
}
#materialSelectionLegendWrapper #materialSelectionLegend .larkton-results {
  padding: 0 20px;
  border-right: 1px solid #E7F1F6;
}
#materialSelectionLegendWrapper #materialSelectionLegend .nace-results {
  padding: 0 20px;
}
#materialSelectionLegendWrapper #materialSelectionLegend .legend-item {
  margin-left: 20px;
}
#materialSelectionLegendWrapper #materialSelectionLegend .legend-item .icons-sprite {
  margin-right: 5px;
}
/* Material selection legend END */
#dataInputsAccordion .card {
  border: none;
  border-radius: 0;
}
#dataInputsAccordion .card h5.d-flex {
  align-items: baseline;
  justify-content: space-between;
}
#dataInputsAccordion .card:last-child {
  margin-bottom: 0;
}
#dataInputsAccordion .card .card-header {
  margin-bottom: 2px;
  padding: 0 10px;
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #2E85B6;
  cursor: pointer;
}
#dataInputsAccordion .card .card-header .section-title {
  font: 20px/60px RobotoSlab-Bold;
  color: #E7F1F6;
  text-transform: capitalize;
  text-align: left;
  border: none;
  text-decoration: none;
}
#dataInputsAccordion .card .card-header .section-title:hover {
  text-decoration: none;
}
#dataInputsAccordion .card .card-header .btn-link {
  width: 100%;
  font: 20px/60px RobotoSlab-Bold;
  color: #E7F1F6;
  text-transform: capitalize;
  text-align: left;
  border: none;
  background: url("../images/accordion-arrow-up.png") right center no-repeat;
}
#dataInputsAccordion .card .card-header .btn-link.collapsed {
  background: url("../images/accordion-arrow-down.png") right center no-repeat;
}
#dataInputsAccordion .card .card-header .btn-link:hover {
  text-decoration: none;
}
#dataInputsAccordion .card .card-header.with-import-data {
  width: 100%;
  border: none;
  background: url("../images/accordion-arrow-up.png") right 10px top 28px no-repeat;
  background-color: #2E85B6;
}
#dataInputsAccordion .card .card-header.with-import-data.collapsed {
  background: url("../images/accordion-arrow-down.png") right 10px top 28px no-repeat;
  background-color: #2E85B6;
}
#dataInputsAccordion #importDesignData {
  margin-right: 55px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #FFBC42;
  background-color: transparent;
  min-width: 120px;
  height: 40px;
  font-family: RobotoCondensed-Bold;
  background: url("../images/icon_import_value.png") right center no-repeat;
}
/* Sweet alert START */
.swal2-modal #swal2-content {
  max-height: 150px;
  overflow-y: auto;
  scrollbar-color: #999 rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}
.swal2-modal #swal2-content::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.swal2-modal #swal2-content::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
.swal2-modal #swal2-content::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 8px;
}
.swal2-modal #swal2-content::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #999;
  -webkit-border-radius: 8px;
}
/* Sweet alert END */
/* Info icons START */
.custom-info-icon {
  margin-top: 14px;
}
/* Info icons END */
/* Bootstrap spinner styles START */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
/* Bootstrap spinner styles END */
/* Page loader START */
.spinner-border {
  width: 3rem;
  height: 3rem;
  color: #2E85B6;
}
#pageLoader {
  display: none;
  position: absolute;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#pageLoader .inner-loader-wrapper {
  height: 100%;
}
/* Page loader END */
.sheet-headers-lbl {
  display: inline-block;
  margin-right: 2rem;
  width: 24%;
  text-align: right;
  font-size: 15px;
}
.sheet-headers-ddl {
  padding-left: 5px;
  width: 40%;
  height: 20px;
  color: #4A4A4A;
  font-size: 12px;
  font-family: SFUIText-Bold;
  border: 1px solid #D6D6DB;
  border-radius: 4px;
  background: url("../images/select-arrow.png") 95% center no-repeat;
  -webkit-appearance: none;
}
.swal2-popup .swal2-file {
  font-size: 1.0em;
}
.sheet-units-ddl {
  padding-left: 5px;
  margin-left: 5px;
  width: 10%;
  height: 20px;
  color: #4A4A4A;
  font-size: 12px;
  font-family: SFUIText-Bold;
  border: 1px solid #D6D6DB;
  border-radius: 4px;
  background: url("../images/select-arrow.png") 95% center no-repeat;
  -webkit-appearance: none;
}
.btn-chart-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 20px 0;
  background-color: #fff;
}
.btn-chart-wrapper:after {
  content: '';
  width: 90%;
  border-bottom: 1px solid #FFBC42;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.btn-chart-wrapper .toggle-chart-btn {
  z-index: 3;
}
.toggle-chart-btn {
  float: right;
  display: inline-block;
  padding: 0 5px;
  min-width: unset;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #FFBC42;
  background-color: transparent;
  width: 90px;
  height: 40px;
  margin-left: 10px;
  font-family: RobotoCondensed-Bold;
  background: url("../images/icon_float_chart.png") 98% center no-repeat;
}
.toggle-chart-btn.hidden {
  visibility: hidden;
}
.edit-chart-button {
  float: right;
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFBC42;
  height: 40px;
  cursor: pointer;
}
#wellChartsCollapse .btn-chart-wrapper:after {
  width: 80%;
}
#wellChartsCollapse .custom-chart-wrapper .btn-chart-wrapper:after {
  width: 62%;
}
#pipelineChartsCollapse .btn-chart-wrapper.custom-chart-wrapper:after {
  width: 83%;
}
.table-uom {
  width: 25%;
}
.save-uom-btn {
  min-width: 60px;
}
/* Flow Regime Chart Legend START */
.flow-regime-legend-wrapper .flow-regime-legend {
  font: 12px Arial, Helvetica, sans-serif;
  white-space: pre;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper {
  margin: 0 auto;
  flex-wrap: wrap;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime {
  margin: 0 5px;
  display: inline-block;
  width: 15px;
  height: 3px;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.not-specified {
  background-color: #0AD5ED;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.stratified {
  background-color: #1778AE;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.annular {
  background-color: #00ffa9;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.bubble-and-slug {
  background-color: #EE0000;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.froth {
  background-color: #12AE0E;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.liquid-full {
  background-color: #F7992A;
}
.flow-regime-legend-wrapper .flow-regime-legend .inner-wrapper .flow-regime.gas-full {
  background-color: #D530E4;
}
#wellChartsCollapse .flow-regime-legend-wrapper {
  width: 500px;
}
#elevationChartWindow .flow-regime-legend-wrapper,
#deviationChartWindow .flow-regime-legend-wrapper {
  display: none;
}
/* Flow Regime Chart Legend END */
/* Source Service Region Chart Legend START */
.regions-legend-wrapper .regions-legend {
  font: 12px Arial, Helvetica, sans-serif;
  white-space: pre;
}
.regions-legend-wrapper .regions-legend .inner-wrapper {
  margin: 0 auto;
  flex-wrap: wrap;
}
.regions-legend-wrapper .regions-legend .inner-wrapper .service-regions {
  margin: 0 5px;
  display: inline-block;
  width: 15px;
  height: 3px;
}
.regions-legend-wrapper .regions-legend .inner-wrapper .service-regions.zero {
  background-color: #0AD5ED;
}
.regions-legend-wrapper .regions-legend .inner-wrapper .service-regions.one {
  background-color: #1778AE;
}
.regions-legend-wrapper .regions-legend .inner-wrapper .service-regions.two {
  background-color: #FFBC42;
}
.regions-legend-wrapper .regions-legend .inner-wrapper .service-regions.three {
  background-color: #EE0000;
}
#wellChartsCollapse .regions-legend-wrapper {
  width: 500px;
}
#regionChartWindow .regions-legend-wrapper {
  display: none;
}
/* Source Service Region Chart Legend END */
/* License agreement window */
#window-agreement embed {
  width: 100%;
  min-height: 600px;
}
/* Audit log styles START */
#audit-filters-container {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#audit-filters-container .form-control {
  height: 40px;
}
#audit-filters-container #daterangepicker .k-dateinput.k-widget {
  width: calc(40%);
}
#audit-filters-container #daterangepicker .k-dateinput.k-widget:last-of-type {
  margin-left: 10px;
}
#audit-filters-container #daterangepicker input.k-textbox {
  padding: 0.375rem 0.75rem;
}
#audit-filters-container #action-types-wrapper .k-list .k-item {
  position: relative;
}
#audit-filters-container #action-types-wrapper .k-item input {
  position: absolute;
  right: 0;
  top: 5px;
}
#audit-filters-container #action-types-wrapper .k-widget.k-multiselect {
  height: 40px;
}
#audit-filters-container #action-types-wrapper .k-widget.k-multiselect .k-multiselect-wrap {
  height: 100%;
  padding: 0.375rem 0.75rem;
  box-sizing: border-box;
}
#audit-filters-container #action-types-wrapper .k-widget.k-multiselect .k-multiselect-wrap .k-icon.k-i-close {
  top: calc(1.00357143em);
}
#audit-filters-container #do-search-btn {
  margin-top: 0.75rem;
}
#audit-logs-grid .k-grid-header-wrap thead tr {
  height: 40px;
}
#audit-logs-grid .k-grid-header-wrap thead tr th {
  vertical-align: middle;
}
#audit-filters-container .k-state-selected {
  color: black;
}
#audit-filters-container .k-state-focused.k-state-selected,
#audit-logs-grid .k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #FFBC42;
}
#audit-filters-container .k-button:active,
#audit-logs-grid .k-button:active {
  color: black;
  background: #FFBC42;
  border-color: #FFBC42;
  box-shadow: 0 0 2px 1px #FFBC42;
}
#audit-filters-container .k-button:focus,
#audit-logs-grid .k-button:focus {
  border-color: #FFBC42;
  box-shadow: 0 0 2px 1px #FFBC42;
}
#audit-filters-container .k-state-selected,
#audit-logs-grid .k-state-selected {
  background: #FFBC42;
  border-color: #FFBC42;
  box-shadow: #FFBC42;
}
#audit-filters-container .k-state-selected:active,
#audit-logs-grid .k-state-selected:active {
  background: #FFBC42;
  border-color: #FFBC42;
  box-shadow: #FFBC42;
}
#audit-filters-container .k-state-selected:focus,
#audit-logs-grid .k-state-selected:focus {
  border-color: #FFBC42;
  box-shadow: 0 0 2px 1px #FFBC42;
}
.custom-dropdown-theming .k-list > .k-state-focused.k-state-selected {
  background: #FFBC42;
  border-color: #FFBC42;
  box-shadow: inset 0 0 3px 1px #FFBC42;
  color: black;
}
.custom-daterange-theming .k-link.k-nav-today {
  color: black;
}
.custom-daterange-theming .k-calendar .k-today .k-link {
  color: #FFBC42;
  color: black;
  box-shadow: inset 0 0 0 1px #FFBC42;
}
.custom-daterange-theming .k-calendar-range td.k-state-selected .k-link {
  border-color: #FFBC42;
  color: black;
  background-color: #FFBC42;
}
.custom-daterange-theming .k-calendar-range td.k-state-focused .k-link {
  box-shadow: inset 0 0 2px 1px #FFBC42;
}
.custom-daterange-theming .k-calendar-range .k-footer a.k-link.k-nav-today {
  color: black;
}
.custom-daterange-theming td.k-range-mid {
  background: linear-gradient(0, rgba(255, 189, 66, 0.5) 0%, rgba(255, 189, 66, 0.65) 1%, rgba(255, 189, 66, 0.65) 99%, rgba(255, 189, 66, 0.65) 100%);
}
/* Audit log styles END */
/* Licenses START */
.deactivated {
  pointer-events: none;
  cursor: default;
  color: gray;
}
/* Licenses END */
/* Users START */
#user-create-form .extended-field {
  width: 16px;
  height: 16px;
}
#user-edit-form .extended-field {
  width: 16px;
  height: 16px;
}
/* Users END */
