

.col.with-box {
  border: 3px solid black;
  column-gap: 50px;
  width: 100px;
  border-radius: 10px;
  height: 100px;
  max-width: 200px;
  max-height: 100px;
}


body { margin: 0px;
       margin-top: 0px;
}


.text-center.box-paragraph {
}

.row.dashboard-boxes {
  column-gap: 50px;
}

#Boxes {
  column-gap: 50px;
}


.custom-scroll {
  position: relative;
  height: 200px;
  overflow: auto;
  display: block;
}

.labels {
  font-size: 20px;
}

#unit-form {
  padding: 20px 0;
}

.nav-item.dropdown.custom-drop {
}

.table-fixed tbody {
    max-height: 500px;
    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;
        }
}

.table-fixed td {
    height: 100px;
}
.table-fixed th {
    height: 100%;
}
.table-fixed tr {
    height: 100%;
}
.table-fixed thead {
    height: 50px;
}


/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 300px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */


/* Rectangle */

.rectangle {
    width: 200px;
    height: 25px;
    border: 1px solid #000
}