@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding-top: 1.1rem;
}

.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%;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.AccessOsTelerikNotification .k-notification-container .k-notification-wrap {
  font-size: 1.5em;
  text-align: center;
  align-items: center;
}

.AccessOsTelerikNotification {
  z-index: 90000;
}

.k-grid .k-grid-header th .k-cell-inner,
.k-grid .k-grid-header th .k-cell-inner > .k-link {
  text-align: left;
  white-space: normal;
}

.k-column-title {
  white-space: normal;
}

.AccessOsGrid k-grid table {
  table-layout: fixed;
  z-index: 1;
}

.min-h-175-px {
  min-height: 175px;
}

.min-h-200-px {
  min-height: 200px;
}

.ad-title {
  display: flex;
  align-content: center
}

.display-flex {
  display: flex;
}

.AccessOsGrid .k-grid-toolbar .k-grid-search {
  width: 400px;
}

.k-grid-toolbar h5 {
  margin-top: .5rem;
}

.hideLegend .k-form-legend {
  display: none;
}
.hideLegend .k-form-fieldset {
  margin-top: 0 !important;
}
.ad-cell-overflow{
  max-height: 40px;
  overflow: hidden;
  color: #0366d6;
}
.ad-cell-editable{
  background-color: #c9c9c95c;
}

.controlPanel-nav {
  background-color: #f5f5f5;
  font-size: 19px;
}

.large-icons .k-icon {
  font-size: 32px;
}
.login-nav-item {
  display:flex;
  align-items: center
}
.login-nav-item strong {
  color: rgba(255,255,255,.5);
}
.login-nav-item a {
  color: rgba(255,255,255,.5);
}

.split-button-container .k-button {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.split-button-container .k-dropdownlist {
  border-left: 0;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}