#content-main {
  padding: 5px;
  margin: 5px;
}

.xpad {
  display:block;
  width: 10px;
  height: 50px;
  float: left;

}

.ypad {
  display: block;
  height: 60px;
}

#header {
  position: fixed;
  margin: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 57px;
  z-index: 5;
}

#header .header-content {
  margin-top: 10px;
}

#help_popup ul{
  list-style:  none;
}

#help_popup li{
  margin-top: 3px;
  display: block;
}

#project-information .col-form-label {
  overflow-wrap: break-word;
  word-wrap: break-word; /* IE */
}

div.overlay {
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  z-index:9999;
  background-color:#333333;
  opacity:0.6;
  filter:alpha(opacity=60);
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  display: block;
}

div.risk_level_indicator div{
  border-top:1px solid black;
  border-left:1px solid black;
  border-bottom:1px solid black;
  width:4px;
  height:16px;
  float:left;
  margin-left:0px;
  margin-top:1px;
}

div.risk_level_indicator div.endblock{
  border-left:1px solid black;
  width:0px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.3;
}

textarea#id_field_options::placeholder {
  color: lightgray;
}

textarea#id_field_options:-ms-input-placeholder {
    color: lightgray;
}

#taglist .badge {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 5px;
}

#riskAccordion .badge {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 5px;
}

/* a version of bootstrap's sticky-top so it's supported by IE */
.sticky-top-ie {
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}

.invalid-feedback > a {
  text-decoration: underline;
  text-decoration-color: #9b2631;
}

.user-staff-star {
  transform: translate(10px, 15px);
}
.user-superuser-star {
  transform: translate(2px, 15px);
}

.table-scroll {
  overflow-y: scroll;
  height: 200px;
  display: block;
}
#math_field_table_dot_1 {
  transform: translate(-0.5px, -16px);
  position: absolute;
}

#math_field_table_dot_2 {
  transform: translate(2.5px, -16px);
  position: absolute;
}

#math_field_table_dot_3 {
  transform: translate(5.5px, -16px);
  position: absolute;
}

#math_field_table_dot_4 {
  transform: translate(8.5px, -16px);
  position: absolute;
}

#math_field_table_dot_5 {
  transform: translate(11.5px, -16px);
  position: absolute;
}

.mt-42 {
  margin-top: 42px;
}

.h-600 {
  height: 600px;
}

.h-220 {
  height: 220px;
}

.font-11 {
  font-size: 11px;
  line-height: normal
}

.font-9 {
  font-size: 9px;
  line-height: normal
}

.font-7 {
  font-size: 7px;
  line-height: normal
}

.pt-175 {
  padding-top: 175px;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.color-red {
  color: red;
}

.color-green {
  color: green;
}

.color-light-grey {
    color: lightgrey;
}

.break-word {
  overflow-wrap: break-word;
}

.mt-5 {
    margin-top: 5px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.t-3 {
    top: 3px;
}

.paddingl-2 {
    padding-left: 2px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.w-20 {
    width: 20px;
}

.fs-10 {
    font-size: 10pt;
}

.fs-05 {
    font-size: 0.5rem;
}

.fs-0125 {
    font-size: 0.125rem;
}

.border-style-none {
    border-style: none;
}

.mw-400 {
  max-width: 400px;
}


.slim-border-black {
  border:1px solid black
}

.fullhd {
    width: 1920px;
    height: 1080px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0.5em 0;
    width: 100%;
    min-height: 3em;
}

.strike>span {
    font-family: 'nexa_boldregular', sans-serif;
    position: relative;
    display: inline-block;
    font-weight: bolder;
    background-color: white;
    border-radius: 50%;
    text-transform: uppercase;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center
}

.strike>span:before,.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black
}

.strike>span:before {
    right: 100%;
    margin-right: 15px
}

.strike>span:after {
    left: 100%;
    margin-left: 15px
}

@keyframes blinkBackground {
  0%, 100% {
    background-color: transparent;
  }
  25%, 75% {
    background-color: #d3d3d3; /* light grey */
  }
  50% {
    background-color: transparent;
  }
}

@keyframes fadeOutBackground {
  from {
    background-color: #d3d3d3;
  }
  to {
    background-color: transparent;
  }
}

.newly-added {
  animation:
    blinkBackground 2s ease-in-out 1,
    fadeOutBackground 1s ease forwards;
  animation-delay: 0s, 3s;
}

.trash-icon-overlay {
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.2rem;
}
