@font-face {
    font-family: Barcode;
    src: url('https://steelbridge.no/graphic/fonts/LibreBarcodeEAN13.ttf');
}

html {
    font-family: Verdana, Geneva;
    font-size: 14px;
    color: #333;
    max-width: 100%;
    margin: 0 auto;
    background: #F3F5F6;
    -webkit-text-size-adjust: none;
}

.material-icons, .material-symbols-sharp {
    top: 4px;
    position: relative;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: #555;
}

h2 {
    font-weight: Normal;
    padding: 0px;
    margin: 25px 0 35px 0;
    color: #333; 
    font-size: 175%;
    text-align: left;
    line-height: 30px;
}

h2.headline {
    margin-top: 30px;
}

h3 {
    font-weight: 600;
    padding: 0px;
    color: #333; 
    margin: 0 0 10px 0;
    font-size: 120%;
}

table {
    border-collapse: collapse;
    padding: 3px;
    margin: 0;
    width: 100%;
}

td {
    padding: 6px 4px;
}

th {
    background: #DCE4E7;
    text-align: left;
    padding: 6px 4px;
    font-size: 100%;
}

.sticky tr:first-child {
    position: sticky;
    top: 83px;
}

.datePick {
    background: #DDE4E7; 
    padding: 6px 10px; 
    font-size: 90%; 
    border: 1px solid #C8D3D9; 
    margin: 0px 0 4px 4px;
    display: inline-block;
}

.datePick_compact {
    background: #DDE4E7; 
    padding: 6px 2px; 
    font-size: 90%; 
    border: 1px solid #C8D3D9; 
    margin: 0px 0 4px 4px;
    display: inline-block;
}

/*///////////////////////////////////////////////
//// LINE
///////////////////////////////////////////////*/

.line:hover {
    background: #EEF;
}

.line td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 0;
}

.line input[type=text], .line input[type=number] {
    width: calc(100% - 8px);
    background: none;
    border: 0; 
    font-size: 95%; 
    padding: 2px 4px;
    margin: 0;
}

.line input[type=text]:hover, .line input[type=number]:hover {
    background: none;
}

/*///////////////////////////////////////////////
//// ORDER LINE
///////////////////////////////////////////////*/

.orderLine tr {
    border-bottom: 1px solid #EEE; 
    line-height: 30px;
    cursor: pointer;
}

.orderLine tr:hover {
    background: #EEE;
}


/*///////////////////////////////////////////////
//// INPUT
///////////////////////////////////////////////*/

input[type=text], input[type=password], input[type=number], textarea, select, option, input[type=date], input[type=datetime], input[type=datetime-local], input[type=month] {
    font-family: Verdana, Geneva;
    background: #FFF;
    color: #333;
    padding: 4px;
    line-height: 30px;
    font-size: 120%;
    border-radius: 3px;
    border: 1px solid #CFCFCF;
}

input[type=checkbox] {
    background: #FFF;
}

select {
    top: 1px;
    position: relative;
}

input[type=text]:hover, input[type=password]:hover, input[type=number]:hover, textarea:hover, select:hover {
    background: #FFF;
}

input[type=submit], button, .button {
    background: #50AE8B;
    color: #fff;
    text-transform: uppercase;
    font-size: 95%;
    line-height: 20px;
    padding: 12px 20px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    height: 40px;
    margin-bottom: 1px; 
    position: relative;
}
::placeholder {
    color: #BBB;
}

.ext, .ext2 {
    cursor: pointer;
}

/*///////////////////////////////////////////////
//// MENYER
///////////////////////////////////////////////*/

#topmenu {
    z-index: 10;
    width: 100%; 
    text-align: center; 
    background: #242424; 
    position: -webkit-sticky; 
    position: sticky; 
    top: 0;
}

#topmenu2 {
    width: 1900px; 
    display: inline-block; 
    margin: 10px 0 5px 0; 
    text-align: left;
}

#undermenu {
    z-index: 10;
    width: 100%; 
    text-align: center; 
    background: #555454; 
    position: fixed;
    display: none;
    padding-top: 20px;
    overflow: auto;
}


.menudiv {
    width: 300px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.menudiv span {
    font-size: 95%;
    color: #DDD;
    display: block;
    line-height: 30px;
    padding-left: 20px;
}

.menudiv a {
    font-size: 95%;
    color: #DDD;
    display: block;
    line-height: 30px;
    padding-left: 20px;
    border-radius: 5px;
}

.menudiv a:hover {
    background: #707070;
}

#menu {
    max-width: 1900px;
    display: inline-block;
    margin-top: 10px;
}

.menu2 {
    max-width: 1900px;
    display: inline-block;
    text-align: left;
}

/*///////////////////////////////////////////////
//// 
///////////////////////////////////////////////*/

#content {
    max-width: 1900px;
    margin: 0 auto;
}

#footer {
    width: 100%;
    background: #2D3033;
    font-size: 90%;
    color: #999;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
}

.bigbox2 {
    padding-top: 0px;
}

.storyline {
    float: left;
    position: relative;
    width: 50%;
}

.varelinje {
    border-radius: 3px;
    border: 1px solid #EEE;
    box-shadow: 0px 0px 4px #DDD;
    padding: 10px;
}

.textbox {
    background: #FFF; 
    padding: 20px; 
    margin: 0 0 20px 0; 
    border-radius: 8px;
    color: #333;
    line-height: 20px;
    width: calc(100% - 40px);
}

#info {
    max-width: 1900px;
    margin: 0 auto;
    background: #FFFACD;
    border-bottom: 5px solid #FFE4B5;
    line-height: 35px;
    text-align: center;
}

.barcode {
    font-family: Barcode;
}



@media only screen and (max-width: 1900px) {
    #topmenu2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    #undermenu {
        max-height: calc(100% - 80px);
        overflow: auto;
    }
    .menudiv {
        width: 100%;
    }
    .textbox {
        padding: 0; 
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    
}

@media print {
    @page {
      size: auto; /* DIN A4 standard, Europe */
      margin: 10mm;  
    }
    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 282mm;
        font-size: 11px;
        background: #FFF;
        overflow: visible;
    }
    .no-print, .no-print * {
        display: none !important;
    }
    table { page-break-inside: auto }
    tr    { page-break-inside: avoid; page-break-after: auto; }
    thead { display: table-header-group; }
    tfoot { display: table-footer-group; }
}