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%;
  z-index: 1000;
}

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

.circle {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: black;
}

.circle-sm {
  display: inline-block;
  height: 7.5px;
  width: 7.5px;
  border-radius: 50%;
  background: black;
}

.circle-l {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: black;
}

.m-top-harlf-circle {
  margin-top: 7.5px !important;
}

.just-point {
  position: absolute;
  transform: translate(-50%, -50%);
}

.bg-yellow {
  background-color: #ffc107;
}
.bg-red {
  background-color: #dc3545;
}
.bg-blue {
  background-color: #007bff;
}
.bg-lightblue {
  background-color: #17a2b8;
}
.bg-aqua {
  background-color: #5bc0de;
}
.bg-green {
  background-color: #28a745;
}
.bg-gray {
  background-color: #6c757d;
}

.area-border {
  border-style: solid;
  border-width: 1px;
  border-top-width: 3px;
}

.border-yellow {
  border-color: #ffc107;
}
.border-red {
  border-color: #dc3545;
}
.border-blue {
  border-color: #007bff;
}
.border-lightblue {
  border-color: #17a2b8;
}
.border-aqua {
  border-color: #5bc0de;
}
.border-green {
  border-color: #28a745;
}
.border-gray {
  border-color: #6c757d;
}

.ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ul-narrow > li {
  line-height: 1em;
}

.pointer {
  cursor: pointer;
}

.common-margin-top {
  margin-top: 40px;
}

.type-select-box {
  width: 300px;
  float: right;
}

.ul-filter {
  width: 350px;padding: 12px; box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.icon-filter {
  font-size: 15px !important;
  border: 2px solid grey;
  color: grey;
  cursor: pointer;
}

.pointer-left-enabled {
  margin-right: 20px;
  cursor: pointer;
}

.pointer-left-disabled {
  margin-right: 20px;
  color: #bbb;
  cursor: not-allowed;
}

.pointer-right-enabled {
  margin-right: 20px;
  cursor: pointer;
}

.pointer-right-disabled {
  margin-right: 20px;
  color: #bbb;
  cursor: not-allowed;
}

.ws-50 {
  width: 50px;
}
.ws-100 {
  width: 100px;
}
.ws-150 {
  width: 150px;
}
.ws-200 {
  width: 200px;
}
.ws-250 {
  width: 250px;
}
.ws-300 {
  width: 300px;
}
.ws-350 {
  width: 350px;
}
.ws-400 {
  width: 400px;
}
.ws-450 {
  width: 450px;
}
.ws-500 {
  width: 500px;
}

/* h3 equivalent */
.summary-h3 {
  font-size: 1.75rem;
  font-weight: 500;
}

/* for error view */
.right-increment-btn{
  float: right;
}

.auto-refresh-disabled-btn{
  color: white !important;
  background-color: #EFEFEF !important;
  border: 1px solid #EFEFEF;
  box-shadow: none;
}

.auto-refresh-disabled-txt{
  color: #EFEFEF !important;
  box-shadow: none;
}

.auto-refresh-disabled-table{
  color: #EFEFEF !important;
  border-collapse: collapse;
  outline: none;
  box-shadow: none;
}

.auto-refresh-disabled-container * {
    color: #EFEFEF !important;
    box-shadow: none;
}