.gra-link {
  text-decoration: none !important;
}
.gra-desktop-header {
  padding: 1rem !important;
}

.state,
.phase {
  padding: 4px 7px;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
}

.error-field {
  border-color: #ba2121 !important;
  color: #ba2121 !important;
  background-color: #fff3f2 !important;
}

.tipsy {
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #ba2121;
  color: #fff;
  max-width: 400px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #ba2121;
}

.tipsy-info .tipsy-arrow {
  border-color: #0b73b9 !important;
}

.tipsy-arrow-n {
  border-bottom-color: #ba2121;
}
.tipsy-arrow-s {
  border-top-color: #ba2121;
}
.tipsy-arrow-e {
  border-left-color: #ba2121;
}
.tipsy-arrow-w {
  border-right-color: #ba2121;
}
.tipsy-info .tipsy-arrow-n {
  border-bottom-color: #0b73b9;
}
.tipsy-info .tipsy-arrow-s {
  border-top-color: #0b73b9;
}
.tipsy-info .tipsy-arrow-e {
  border-left-color: #0b73b9;
}
.tipsy-info .tipsy-arrow-w {
  border-right-color: #0b73b9;
}

.tipsy-n .tipsy-arrow,
.tipsy-info .tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-nw .tipsy-arrow,
.tipsy-info .tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-ne .tipsy-arrow,
.tipsy-info .tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-s .tipsy-arrow,
.tipsy-info .tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-sw .tipsy-arrow,
.tipsy-info .tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-se .tipsy-arrow,
.tipsy-info .tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tipsy-e .tipsy-arrow,
.tipsy-info .tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.tipsy-w .tipsy-arrow,
.tipsy-info .tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.tipsy-info .tipsy-inner {
  background-color: #0b73b9 !important;
}

.widget-initial {
  margin-top: 0.5rem;
}
.widget-initial i {
  font-size: 13px;
}

a {
  text-decoration: none !important;
}

.gra-table-wrapper {
  overflow-x: unset !important;
}

.delete-inline input {
  display: none !important;
}
.deleted-inline .delete-inline-text {
  color: rgba(220, 53, 69, 1) !important;
  display: block;
}
.delete-inline-text {
  display: none;
}
