/*
 *    base.css file for the HazardLog project.
 *  Copyright (c) 2011 Ramboell
 *
 *
 *  Author: Morten Bo Rasmussen
 *  Date: 5-10-2011
 *
 */

#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;
}

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

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

.d-initial {
    display: initial;
}

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

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

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

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

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

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

.top-3 {
    top: 3px;
}

.clearboth {
    clear: both;
}

.lh-normal {
    line-height: normal;
}

.fsize-7 {
    font-size: 7px;
}

.fsize-9 {
    font-size: 9px;
}

.fsize-11 {
    font-size: 11px;
}

.fsize-05 {
    font-size: 0.5em;
}

.fsize-0125{
    font-size: 0.125em;
}

.border-b-s-1 {
    border: 1px solid black;
}

.unitycontainer {
    width: 100vw;
    height: 100vh;
    margin: auto;
}

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

.w-20 {
    width: 20px;
}

.h-220 {
    height: 220px;
}

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

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

.green {
    color: green;
}

.red {
    color: red;
}

.color-primary {
    color: #009DF0;
}

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

.border-spacing-0 {
    border-spacing: 0;
}