@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*** Default Blazor Styles ***/
html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding: 1em;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#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."
  }

/********************/

/*** Telerik Default Modifications ***/



/********************/

/*** HinoNet Constant Styles ***/

.ModalWindow {
  background-color: lightgreen;
  margin-top: 2px;
}

.RoundCorners {
  border-radius: 10px;
}

.VIN_text {
  font-family: monospace;
}

.disabled-text-field {
  pointer-events: none;
}

.small-wide-button {
  width: 100px;
}

.medium-wide-button {
  width: 150px;
}

.large-wide-button {
  width: 250px;
}

.page-header {
  width: 100%;
  padding: .5em;
  margin-bottom: .5em;
  background-color: #bcbec0;
  border-radius: 10px;
  border: 2px solid #666;
  display: flex;
  align-items: center;
}

.page-header-text {
  text-align: center;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}

.page-subheader {
  width: 100%;
  padding: .3rem;
  margin-bottom: .5rem;
  background-color: #bf1e2e;
  border-radius: 10px;
  border: 2px solid #666;
  display: flex;
  align-items: center;
}

.page-subheader-text {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.header-buttons-left {
  flex: 1;
  text-align: start;
}

.header-buttons-right {
  flex: 1;
  text-align: end;
}

.window-header {
  width: 100%;
  padding: .25em;
  margin-bottom: .00em;
  background-color: #bcbec0;
  border-radius: 10px;
  border: 2px solid #666;
  display: flex;
  align-items: center;
}

.window-header-text {
  text-align: center;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}

.zOffset {
  z-index: 5000;
}

.notification-position {
  position: absolute;
  top: 25%;
  z-index: 5000;
}

.notification-parent {
  position: absolute;
  top: 25%;
  z-index: 5000;
}

/********************/

/*** HTML Table Styling ***/

.table-main {
  width: 100%;
  display: table;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}

.table-header {
  display: table-header-group;
  font-weight: bold;
  font-size: 14px;
}

.table-body {
  display: table-row-group;
}

.table-header-cell {
  display: table-cell;
  padding: 5px;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.table-body-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid black;
}

.table-footer-row {
  display: table-footer-group;
  font-weight: bold;
}

.table-footer-cell {
  display: table-cell;
  padding: 5px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}

/********************/

/*** Grid Styling ***/

.grid-no-scroll .k-grid-content {
  overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
  padding-right: 0;
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
  border-right-width: 0;
}

.k-grid .k-selected .k-table-td {
  background-color: #ffa !important;
  color: black !important;
}

.grid-link-button .k-button-sm {
  padding-block: 0px !important;
  text-align: start;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.grid-link-button .k-button-md {
  padding-block: 0px !important;
  text-align: start;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

/********************/

/*** Chart Styling ***/

.shared-tooltip-title {
  font-size: 15px;
  font-weight: 500;
}

/********************/

/*** Loaders ***/

.centered-loader-container.k-loader-container {
  position: fixed;
}

.rotate-loader {
  animation: rotate 1.5s both infinite;
}

@keyframes rotate {
  50% {
    transform: rotate(0) scale(0.5);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.spin-loader {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin linear 3.5s ease-in-out both;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }

  40% {
    transform: rotate(180deg) scaleX(0.5);
  }
}

.bounce-loader {
  animation: bounce 1.2s;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, -300px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/********************/

/*** TechAssist ***/
.headerBackGround {
  background-color: #99B4D1;
  width: 100%;
  text-align: center;
  min-height: 10px;
}

.Comments {
  width: 100%;
  font-size: 18px;
  font-weight: bold !important;
  text-align: center;
}

.Left {
  text-align: left;
  vertical-align: middle;
}

.Right {
  text-align: right;
  vertical-align: middle;
}

.Center {
  text-align: center;
}

.Title {
  font-size: 28px;
  font-weight: bold !important;
  background-color: #99B4D1;
  width: 100%;
  text-align: center;
  height: 40px;
  vertical-align: middle;
}

.Label {
  text-align: right;
  font-weight: bold !important;
  padding-right: 0.5em;
  font-size: 12px;
  vertical-align: middle;
}

.Data {
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
}

.ViewCase {
  background-color: #e5e4e2;
}

.VinFormat {
  font-weight: bold !important;
  font-size: 14px;
  font-family: Courier New;
  text-transform: uppercase;
}

.Selections {
  background-color: #99B4D1;
}

.Alert {
  height: 30px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background-color: palevioletred;
}

.Caption {
  font-weight: bold !important;
  width: 200px;
  text-align: right;
  vertical-align: middle;
}

.Body {
  width: auto;
  align-content: center;
  vertical-align: middle;
}

.RowMustard {
  background-color: #f8d46f;
}

.TextBox {
  font-size: 12px;
  color: indianred;
}

.Small {
  font-size: 12px;
}

.grid-column {
  font-size: 10px;
}

.custom-error {
  color: white;
  background-color: rgba(243, 23, 0, 0.7);
  display: block;
  padding-left: 4px;
  margin-top: 4px;
}

.demo-notification {
  position: absolute;
}

.large-notification-top .k-notification-content {
  width: 300px;
  height: 200px;
}

.SearchText {
  vertical-align: middle;
  text-align: right;
  font-weight: bold !important;
  padding-right: .50rem;
}

.ButtonRow {
  color: #fff;
  background-color: lightblue;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 7px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-size: 12px;
  font-weight: bold !important;
  padding-left: .10rem;
  padding-right: .10rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.LeftButtons {
  text-align: left;
}

.RightButtons {
  text-align: right;
}

.CenterButtons {
  text-align: center;
}

.ButtonPadding {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 7px;
  padding-right: 0.5px;
  padding-left: 0.5px;
  padding-top: 0.15px;
  padding-bottom: 0.15px;
}

.LightPink {
  background-color: lightpink !important;
}

.YellowGreen {
  background-color: yellowgreen !important;
}

.RowOneWeek {
  background-color: white !important;
}

.RowTwoWeeks {
  background-color: yellow !important;
}

.RowMoreThanTwoWeeks {
  background-color: tomato !important;
}

.Bold {
  font-weight: bold !important;
}

/********************/
