.vertical-align {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: table-cell;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.body-content {
  margin-bottom: 24px;
  padding-top: 10px;
}

body.reg {
  /*background: url("../Images/background.png") no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

input[type="email"], input[type="password"], input[type="text"], .btn-block {
  margin: 20px auto 0;
  height: 45px;
  background: none;
  border-radius: 0;
  color: #2e2b2b;
  border-color: #2e2b2b;
  border-width: 1px;
  font-size: 18px;
  max-width: 300px;
  /*padding: 20px 10px;
  font-family: sans-serif;
  */
}

select option:disabled {
  background: #ddd;
  display: none;
}

.form-control:focus {
  border-color: #2e2b2b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.3);
}

.btn-block {
  margin: 20px auto;
}

a {
  text-decoration: none !important;
  opacity: 0.9;
}

.btn-primary:hover, .signup {
  color: #fff;
  background-color: #2e2b2b;
  border-color: #2e2b2b;
}

  .signup:hover {
    opacity: 0.8;
  }

.fptext, .tctext {
  text-align: right;
  font-size: 12px;
  max-width: 300px;
  margin: auto;
}

.tctext {
  text-align: center;
  max-width: 260px;
}

  .fptext, .tctext a {
    cursor: help;
  }

a {
  color: #55C5E5;
}

p {
  text-align: center;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(46, 43, 43, 0.2);
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(46, 43, 43, 0.2);
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(46, 43, 43, 0.2);
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(46, 43, 43, 0.2);
}

@media (max-width: 320px) {
  .col-lg-6 {
    padding: 0 10px !important;
  }
}
/*Modal Style*/
ol {
  padding-left: 20px !important;
}

  ol li {
    padding-bottom: 10px;
  }

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 700px;
  overflow-y: auto;
}

  .modal-body p {
    font-family: open sans, sans-serif;
    text-align: left !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
  }

.modal-title {
  font-family: open sans, sans-serif;
}

/*Popover Style*/
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #313131;
}

.popover > .popover-arrow::after {
  border-right-color: #313131;
}

.popover {
  width: 300px !important;
  background: #313131;
  border-radius: 20px;
}

h3.popover-title a, div.popover-body a {
  color: #edeeef;
}

h3.popover-title, div.popover-body {
  color: white;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-family: open sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 140%;
  padding: 10px;
}

body.zen {
  background: white;
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
}

.form-text {
  text-align: left;
}

body.zen img {
  display: block;
  max-height: 50px;
}

.navbar {
  background: white;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 0;
}

.navbar-header {
  height: 80px;
  padding-top: 0px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
}

.navbar-right {
  float: right !important;
  /* margin-right: -15px;*/
}

.navbar-expand .navbar-collapse {
  display: block !important;
}

.navbar-parsec-border {
  border-bottom: 1px solid black;
}

hr {
  height: 1px;
  color: #ed1d61;
  background: #f7941d;
  font-size: 0;
  border: 0;
}

/*li.user {
  padding-top: 30px;
}*/

li.user a {
  color: black !important;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
}

html,
body {
  height: 100%;
}

.footer-link {
  color: #55C5E5;
}

/* Wrapper for page content to push down footer */
#wrap {
  padding-top: 80px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

#push,
#footer {
  height: 60px;
}

/*#footer {
  background-color: #f5f5f5;
}*/

/* Copy to Clipboard */
div#ClipCopy {
  display: none;
}

table.ClipTable {
  width: 100%;
  border: 1px solid black;
  font-family: "Segoe UI", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 10px;
}

  table.ClipTable th {
    background-color: #dedede;
    border: 1px solid black;
    padding: 8px;
    text-align: left;
  }

  table.ClipTable .Number {
    text-align: right;
  }

  table.ClipTable td {
    background-color: #ffffff;
    border: 1px solid black;
    padding: 8px;
    vertical-align: top;
  }

    table.ClipTable td.TotalPrice {
      vertical-align: bottom;
    }

table.ClipPartNumberTable {
  width: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}

  table.ClipPartNumberTable th {
    background-color: transparent;
    border: none;
    padding: 8px;
  }

  table.ClipPartNumberTable td {
    border: none;
    padding: 2px 8px;
  }

.ClipTablePartNumber {
  font-weight: normal;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f9f9f9;
  --bs-table-bg-type: #f9f9f9;
}

.table td {
  color: #333 !important;
}

.table a {
  color: #2e2b2b;
}

.table.table-link td.link {
  padding: 0;
  overflow: hidden;
}

  .table.table-link td.link a {
    display: block;
    margin: 0px 0px -50px 0px;
    padding: 8px 8px 58px 8px;
  }

    .table.table-link td.link a small {
      display: block;
    }

.indent {
  padding-left: 24px !important;
}

.align-middle {
  vertical-align: middle !important;
}

table.indent {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 40px;
}

  table.indent td {
    padding: 4px 10px;
    vertical-align: top;
  }

.table .bg-warning.text-white {
  color: white;
  background-color: rgb(255, 193, 7);
}

.table .iconcell {
  width: 20px;
}

  .table .iconcell span {
    font-size: 14px;
    width: 14px;
  }

.expired {
  color: lightgray;
}

  .expired a {
    color: lightgray;
  }

.form-group {
  margin-top: 4px;
  margin-bottom: 4px;
}

  .form-group label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
  }

    .form-group label.section-label {
      border-bottom: 1px solid #ccc;
      display: block;
      font-weight: normal;
      font-size: 12px;
      color: #333;
      margin-top: 18px;
    }

  .form-group .form-control {
    margin: auto;
    height: 34px;
    font-size: 16px;
    max-width: none;
    border-color: #ccc;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #555;
  }

    .form-group .form-control.input-sm {
      height: 30px;
      font-size: 12px;
    }

  .form-group input[type="date"].form-control.input-sm {
    line-height: 20px;
  }

  .form-group textarea.form-control.input-sm {
    height: 100px;
    font-size: 12px;
  }

  .form-group.has-error .form-control {
    border-color: #a94442;
  }

.form-horizontal {
  margin-top: 16px;
  margin-bottom: 16px;
}

  .form-horizontal .form-group-horizontal {
    margin-top: 4px;
    margin-bottom: 6px;
  }

    .form-horizontal .form-group-horizontal label {
      font-weight: normal;
      font-size: 14px;
      color: #666;
    }

    .form-horizontal .form-group .form-control-static, .form-horizontal .form-group-horizontal .form-control-static {
      font-weight: bold;
      padding-top: 3px;
      padding-left: 5px;
      padding-right: 5px;
    }

    .form-horizontal .form-group-horizontal textarea.form-control {
      height: 100px;
      font-size: 12px;
    }

.form-group-horizontal.form-group-fixed {
  display: flex !important;
}

  .form-group-horizontal.form-group-fixed.justify-content-start {
    justify-content: flex-start !important;
  }

  .form-group-horizontal.form-group-fixed.justify-content-end {
    justify-content: flex-end !important;
  }

  .form-group-horizontal.form-group-fixed label {
    min-width: 230px;
    text-align: left;
  }

  .form-group-horizontal.form-group-fixed .form-control-wrapper {
    min-width: 120px;
  }

    .form-group-horizontal.form-group-fixed .form-control-wrapper.form-control-wrapper-lg {
      width: 450px;
    }

    .form-group-horizontal.form-group-fixed .form-control-wrapper .form-check .form-check-input {
      float: none;
    }

.form-group .input-group input {
  border-right: none;
}

.form-group .input-group .input-group-text {
  background: inherit;
}

table .form-group .form-control {
  background: #fff;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

label.section-label {
  border-bottom: 1px solid #ccc;
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  margin-top: 18px;
  margin-bottom: 6px;
}

.invalid {
  outline: 1px solid red;
}

.row-buttons {
  margin-top: 12px;
}

.menu-list > li + li:before {
  padding-right: 10px;
  color: #ccc;
  content: "|\00a0";
}

.menu-list .disabled {
  color: #999;
}

.breadcrumb.breadcrumb-small {
  background: none;
  padding: 0px !important;
  margin-bottom: 2px;
  font-size: 14px;
}

  .breadcrumb.breadcrumb-small li {
    padding-bottom: 0;
  }

    .breadcrumb.breadcrumb-small li.breadcrumb-item {
      padding-right: 4px;
    }

.title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 6px;
}

div.title {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 6px;
}

.version-text {
  text-align: left;
}

.alert.alert-partner p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.partner-agreement {
  font-size: 12px;
}

  .partner-agreement p {
    margin: 1em 0;
    text-align: left;
  }

  .partner-agreement .pdf {
    width: 100%;
    height: 500px;
  }

#deleteQuoteModel .modal-body {
  height: auto;
}

#modalVerify .modal-body {
  height: auto;
}

#modalAgree .modal-body {
  height: auto;
}

/*
body.zen div.alert-danger {
    background-color: #f2dede;
}
*/

.license-header .license-version {
  float: right;
  background-color: gray;
  color: white;
  font-size: 34px;
  padding: 0px 10px;
  margin-left: 6px;
}

.license-header.license-header-border {
  border-bottom: 1px solid black;
}

.license-row-developer {
  font-size: smaller;
}

  .license-row-developer td {
    padding-left: 16px !important;
  }

.version-dropdown {
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin: 0px 8px
}

  .version-dropdown .dropdown-toggle {
    cursor: pointer;
    color: #333;
    font-size: 16px;
  }

  .version-dropdown .dropdown-menu {
    min-width: 100px;
  }

    .version-dropdown .dropdown-menu a {
      font-size: 14px;
      padding: 3px 10px;
    }

.warning-list {
  list-style: none;
  padding: 0 10px;
}

  .warning-list li + li {
    margin-top: 10px;
  }

.dropdown .dropdown-menu a {
  cursor: pointer;
}

#partTableContainer #loaderDiv {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

  #partTableContainer #loaderDiv div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

#partTableContainer table tbody tr td.tsbuttoncell a {
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.btn-tsmin {
  min-width: 0px;
}

.btn .glyphicon {
  margin-right: 8px;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

.quote-loading, .quote-error, .quote-debug {
  text-align: left;
}

.addon-button {
  margin-top: 18px;
  margin-bottom: 18px;
}

.addon-wrapper {
  position: relative;
}

  .addon-wrapper .addon-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 100;
  }

    .addon-wrapper .addon-loading .quote-loading {
      text-align: center;
      font-size: 36px;
      margin-top: 18px;
    }

.developer-button {
  margin-top: 18px;
  margin-bottom: 18px;
}

.subtitle {
  margin-top: 15px;
  margin-bottom: 8px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

  .blazor-error-boundary::after {
    content: "An error has occurred."
  }

.blazor-loader {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

  .blazor-loader > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }

  .blazor-loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .blazor-loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .blazor-loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .blazor-loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
  .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8%;
  }

  .col-sm-2 {
    width: 16%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33%;
  }

  .col-sm-5 {
    width: 42%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58%;
  }

  .col-sm-8 {
    width: 66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83%;
  }

  .col-sm-11 {
    width: 92%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .table .hidden-xs {
    display: table-cell !important;
  }

  .table .hidden-print {
    display: none !important;
  }
}
