﻿body {
    font-size:12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.divValgbox {
    text-align:center;
    float:left;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    margin:5px;
    margin:5px;
    border: 1px solid darkgray;
    border-radius:5px;
    border-style:inset;
    background-color:ghostwhite;
    width:150px;
    height: 165px;
    align-content:center;
    box-shadow: 5px 5px 2px grey;
}

.divValgbox:hover {
    background-color: #4CAF50; /* Green */
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
  margin-top:10px;
  padding:0px;
}

p {
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.rammeTegning {
    border: 2px solid darkblue;
    border-radius:10px;
    -moz-border-radius:10px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;
    margin-top:0px;
    width:600px;
}

.rammeTegningOppe {
    border-left: 2px solid darkblue;
    border-top: 2px solid darkblue;
    border-right: 2px solid darkblue;
    border-bottom: 1px solid darkblue;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:0px;
    margin-top:2px;
    width:600px;
    background-color:whitesmoke;
}

.rammeTegningNede {
    border-left: 2px solid darkblue;
    border-bottom: 2px solid darkblue;
    border-right: 2px solid darkblue;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:2px;
    margin-top:0px;
    width:600px;
}

.pHeaderBold {
    font: bold 16px arial;
}

.pHeader {
    font: normal 16px arial;
}

.bg-medgray {
    background-color:#d9d9d9;
}

.table-fixed tbody {
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;
    &::after {
        content: '';
        clear: both;
        display: block;
    }
}

div {
    
}

.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

.CDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.tool-container {
    position: relative;
    /* Specify the size of your container */
    width: 300px; /* Example width */
    height: 200px; /* Example height */
    /* Add styles as needed */
}

.tool-img-button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

    .tool-img-button img {
        width: 50px; /* Adjust as per your image's size */
        height: auto;
    }

.logocontent {
    position: fixed;
    top: 0;
    right: 0;
    background-image: url("bgi.jpg");
    background-position: 0 0;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}


