body {
  background-image: url(https://informs.dk/wp-content/uploads/2024/03/mili.png);
  background-color: #fff;
  background-size: 16px auto;
  font-family: karla
}
.col-xs-12.dashboardheader {
 padding: 25px 15px;
}
.col-xs-12.dashboardheader h1 {
 font-family: karla;
  font-weight: 300;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-heading .fa {
  font-size: 13px;
  padding: 5px;
  color: #acb0c6;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.placee {
    background-color: #f5f5f5;
    border: 1px dashed #ddd;
    border-radius: 3px;
    min-height: 40px;
}

.panel-default > .panel-heading {
    cursor: move;
}

.list-group-item > .list-group-item-heading > .fa,
.panel-default > .panel-heading > .fa {
    cursor: pointer;
}

#widget-add-modal .modal-body > .row:first-child {
    margin-bottom: 15px;
}

.panel-additional {
    background-color: #f5f5f5;
    padding: 4px 0;
}

.panel-additional .fa {
    margin: 0 auto;
    display: block;
}
.treeimg {
  position: absolute;
  margin-top: -30px;
  margin-left: 12px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  border: 1px solid #D4D0DF;
  padding: 0px;
  background-color: #fff;
}
.treeimg2 {
  position: absolute;
  margin-top: -24px;
  margin-left: 195px;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  border: 0px solid #ececec;
  text-align: center;
  font-size: 23px;
  border: 1px solid #223651;
  line-height: 42px;
  background-color: #223651;
  padding-left: 2px;
  color: #fff;
}
.dropdown {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}

.dropdown.show {
  display: block;
}

.dropdown-content {
  padding: 8px 0;
}

.dropdown-content a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}
.chart-container {
  width: 100%;
  border: none;
  position: relative;
  padding-top: 80px;
  margin-top: 0px;
}

.dropdown {
  position: absolute;
  top: 50px;
  right: 20px;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}

.dropdown.show {
  display: block;
}

.dropdown-content {
  padding: 8px 0;
}

.dropdown-content a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.dropdown-icon {
  position: absolute;
  top: 28px;
  right: 18px;
  color: #4D4D4D;
  font-size: 18px;
  display: block !important;
}
.scoregrid {
  display: grid;
  grid-template-columns: calc(25%) calc(25%) calc(25%) calc(25%);
  margin-left: 0px;
  margin-right: 0px;
  column-gap: 0px;
  height: 52px;
  margin-top: 16px;
  border-top: 1px solid #bbbaba;
}
.score .scoring {
  text-align: center;
  font-size: 20px;
  padding: 0px;
  line-height: 16px;
  font-weight: 400;
  color: #626262;
}
.score .areas {
  text-align: center;
  font-size: 7px;
  font-weight: 700;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #626262;
}
.score {
  padding: 10px 0px;
  margin-top: 0px;
  border: 0px solid #6F6F6FAD;
  background-color: #fff;
  border-radius: 0px;
  height: auto;
}
.score:first-child {
  background-color: #A3B2A463;
  border-radius: 0px 0px 0px 9px;
  border-right: 1px solid #bbbaba;
}
.score:nth-child(2) {
      background-color: #C1B2A28A;
      border-right: 1px solid #bbbaba;
    }
.score:nth-child(3) {
      background-color: #E4D5D3AD;
      border-right: 1px solid #bbbaba;
    }
    .score:last-child {
      background-color: #A2AAC18A;
      border-radius: 0px 0px 9px 0px;
    }
.node-foreign-object-div {
      font-family: "Karla", sans-serif;
    }

    .name {
      font-size: 21px;
      color: #08011E;
      margin-left: 12px;
      margin-top: 24px;
    }
.subname1 {
color: #716E7B;
margin-left: 12px;
margin-top: 1px;
font-size: 10px;
}
.subname2 {
color: #262626;
margin-left: 12px;
margin-top: 1px;
font-size: 10px;
font-style: italic;
letter-spacing: 0.3px;
}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid;
  height: 50px;
}

/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #8a8a8a;
text-align: center;
padding: 11px 5px;
text-decoration: none;
font-size: 11px;
margin-left: 8px;
margin-right: 8px;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Change the color of links on hover */
.topnav a:hover {
color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
background-color: transparent;
color: #000;
border-bottom: 2px solid;
}
.sidenav button {
background-color: #fff;
border: 0px solid;
margin-top:25px;
font-size: 20px
}

.sidenav {
height: auto;
width: 56px;
position: fixed;
z-index: 1;
top: 100px;
right: 27px;
background-color: #fff;
overflow-x: hidden;
padding-top: 20px;
padding: 0px 13px;
padding-bottom: 0px;
border: 1px solid #e7e7e7;
border-radius: 15px;
padding-bottom: 30px;
}



/* The navigation menu links */
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.bottomnav {
height: auto;
width: auto;
position: fixed;
z-index: 1;
bottom: 15px;
left: 15px;
font-family: karla;
}

.bottomnav .inner {

background-color: #fff;
overflow-x: hidden;
padding-top: 11px;
padding-bottom: 0px;
border: 1px solid #e7e7e7;
border-radius: 15px;
padding: 5px;
}
.bottomnav img {
width: 37px;
border-radius: 50px;
margin: 5px;
border: 1px solid #D4D0DF;
}


.innernav {
  background-color: transparent;
  width: auto;
  border: 0px solid #e7e7e7;
  border-radius: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 44px;
  margin-top: 7px;
  padding-left: 100px;
  padding-right: 100px;
}
.logo {
  width: 30%;
  padding: 10px;
    padding-left: 10px;
  padding-left: 10px;
  padding-left: 10px;
  padding-left: 25px;
}
.logo img {
  height: 41px;
  padding: 12px;
  border-radius: 5px;
}
.profile {
  width: 30%;
  justify-content: flex-end;
  display: flex;
  padding: 5px;
    padding-right: 5px;
  padding-right: 5px;
  padding-right: 5px;
  padding-right: 35px;
}
.nav {
width: calc(100% - 430px);
display: flex;
justify-content: center;

}
.profileinit {
  background-color: #123836;
  border: 1px solid #123836;
  padding: 9px;
  border-radius: 250px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  height: 39px;
  margin-bottom: 0px;
}
.chart-container input[type="search"] {
  z-index: 1000;
  border: 1px solid #cacaca;
  height: 30px;
  border-radius: 5px;
  margin-top: 7px;
  margin-right: 45px;
  font-size: 12px;
  color: #000;
  padding: 7px;
  width: 150px;
  position: absolute;
  right: 200px;
  top: 7px;
  background-color: #fff;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
.addnew {
position: absolute;
bottom: -35px;
right: 112px;
background-color: #000;
padding: 5px 6px;
border-radius: 150px;
font-size: 12px;
color: #fff;
display: block !important;
}
.addnew.edit {
bottom: 42px;
right: -12px;
background-color: #223651;
color: #fff;
border: 1px solid #223651;
border-radius: 4px;
font-size: 9px !important;
padding: 5px;
}
.svg-chart-container {
  height: 900px !important;
}
.addnew.large {
  position: absolute;
  top: 150px;
  right: 150px;
  background-color: #4961da;
  padding: 15px 16px;
  border-radius: 150px;
  font-size: 20px;
  color: #fff;
  bottom: auto;
}
.add {

  background-color: #4961da;
  padding: 15px 16px;
  border-radius: 150px;
  font-size: 20px;
  color: #fff;
  bottom: auto;
}
.addnew.edit {
  bottom: 40px;
  right: -10px;
  background-color: #8e84a4;
}
#addnewthing.dropdown {
top: 135px;
right: 170px;

}
.overallscore {
border-radius: 0px;
width: auto;
height: auto;
border: 0px solid #ececec;
text-align: left;
font-size: 29px;
border: 0px solid #fff;
background-color: transparent;
padding-left: 2px;
color: #000;
}
.overallscorebox {
position: absolute;
top: 55px;
left: 12px;
width: auto;
height: auto;
border: 1px solid transparent;
background-color: transparent;
color: #000;
font-family: karla;
}
.overallscoregrid {
display: grid;
grid-template-columns: 50px 50px 50px 50px;
background-color: #fff;
overflow-x: hidden;
padding-top: 11px;
padding-bottom: 0px;
border: 1px solid #e7e7e7;
border-radius: 15px;
padding: 10px 9px 5px 16px;
column-gap: 10px;
}
.overallscorebox label {
padding: 5px 7px;
font-size: 15px;
font-family: Karla;
font-weight: 400;
text-transform: none;
letter-spacing: 1px;
text-align: center;
}
.overallscorebox .overallscoregrid label {
padding: 0px 0px;
font-size: 10px;
font-weight: 600;
letter-spacing: 1px;
text-align: left;
margin-bottom: 0px;
text-transform: none;
}

