*:not(svg) {
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    padding: 4px;
}


/* Style the tab */

.tab {
    border: 0px solid #ccc;
    background-color: #ccc;
    display: flex;
    padding: 4px;
    margin: 0px 4px 0px 4px;
    border: 3px;
    border-style: solid;
    border-width: 3px;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    padding: 0;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: black;
    color: white;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 4px 4px;
    border: 1px solid #ccc;
    border-top: none;
}

.topPage {
    height:60px;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    padding: 0;
    margin: auto;
    border-color: #000000;
    border-width: 3px;
    border-style: solid;
    background-color: black;
    color: white;
}

.buttonBack {
    background-color: black; /* Green */
    border: none;
    font-weight: bold;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
  .buttonBack {
    transition-duration: 0.4s;
}
.buttonBack:hover {
    background-color: White; /* Green */
    color: black;
  }

.topPage {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

#subtit {
    text-align: justify;
}

.inputData3Col {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 0px;
    border-top-width: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
}

#inputData {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 0px;
    border-top-width: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

#checks {
    width: 50%;
}

.titles {
    width: 60%
}

.OutputData {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
    /* border-bottom-width: 0px; */
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.OutputData2 {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.OutputData2-3col {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
}

.OutputData-4col {
    /* background-color: yellow; */
    border: solid;
    border-color: black;
    padding: 4px;
    margin: 4px;
    margin-top: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

form {
    padding: 4px;
    margin: 4px;
    /* border: solid 1px; */
}

label {
    display: inline-block;
    width: 50%;
    padding: 1mm;
}

input {
    width: 1.3cm;
}

.WideInput {
    width: 2.0cm;
}

h3 {
    margin: 2px;
    text-decoration: underline;
    font-size: 14px;
}

#report .calcTitle {
    font-size: 18px;
    display: flex;
    text-decoration: underline;
    justify-content: center;
}

#sketch {
    box-sizing: unset;
    display: block;
}

#sketch-Horizontal {
    box-sizing: unset;
    display: flex;
}

#sketch-Draw>line {
    padding: 0,
}

.but {
    display: flex;
    justify-content: center;
    width: 200px;
    padding: 16px;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

p {
    margin: 2px;
}

#report {
    display: block;
    max-width: 1200px;
    float: none;
    margin: 4px;
    line-height: 2;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
    border: solid;
}

.pagebreak {
    page-break-after: always;
}

.non-report {
    font-size: 12px;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
    .non-report {
        visibility: hidden;
    }
    button {
        display: none;
    }
    #report,
    #report * {
        visibility: visible;
    }
    defs,
    marker {
        visibility: visible;
    }
    .pagebreak {
        page-break-after: always;
    }
    #report {
        display: block;
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 2;
        padding: 0px;
        border-style: none;
        font-size: 10px;
        font-weight: normal;
        flex-direction: column;
        max-width: 900px;
        page-break-after: auto;
        page-break-before: auto;
    }
    .header {
        width: 100%;
        padding: 2px;
        margin-bottom: 2px;
        overflow: auto;
        border-bottom: 2px solid #0095c8;
    }
}

table {
    width: auto;
    height: 100%;
}

@page {
    size: 210mm 297mm;
    margin: 10mm;
}

#report #topCalc {
    font: 18px;
    margin: 4px;
    display: flex;
    justify-content: center;
}


/* Style the tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}