﻿
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background-color: #EAEAEA;
    background-image: url(/Content/images/backgr.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-size: cover;*/
    background-position: top center;
}

/* baggrund.png */

td {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
}

ul {
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 18px;
    font-size: 11px;
    list-style: outside;
}

h2 {
    color: #85b134;
}

a:hover {
    color: #85b134;
    text-decoration: underline;
}

a:link {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.top {
    background-color: white;
}

.main-container {
    padding: 20px;
    background-color: #EEE;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: 10px;
}

#main-content {
    background-color: white;
    margin-top: 10px;
}

.bottom {
    background-color: white;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.header {
    font-family: Helvetica, Sans-Serif;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 25px;
}

.menu {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
    letter-spacing: 0.3px;
    background-image: url(images/menu-backgr.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#menu a:hover {
    color: #f3f3f3;
    text-decoration: underline;
}

#menu a:link {
    color: #333333;
    text-decoration: none;
}

#menu a:visited {
    color: #333333;
    text-decoration: none;
}

#menu a:active {
    color: #333333;
    text-decoration: none;
}

#form {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    background-color: #f3f3f3;
}

#formsmall {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    background-color: #f3f3f3;
}

.small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
}

.wsmall {
    font-family: Calibri;
    font-size: 14px;
    color: #000;
}

.link {
    text-decoration: underline;
    color: #2e474e;
}


.tabledata {
    background-color: #f3f3f3;
}

.highlighttabledata {
    background-color: #85b134;
}

ul.semiopaquemenu { /* main menu UL */
    font: 20px Calibri;
    width: 100%;
    padding: 7px 0 4px 0; /* padding of the 4 sides of the menu */
    margin: 0;
    text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
    color: White;
}

    ul.semiopaquemenu li {
        display: inline;
    }

        ul.semiopaquemenu li:after {
            content: "|";
        }

        ul.semiopaquemenu li:last-child:after {
            content: "";
        }

        ul.semiopaquemenu li a {
            color: White;
            padding: 3px 4px 3px 4px; /* padding of the 4 sides of each menu link */
            margin-right: 6px; /* spacing between each menu link */
            text-decoration: none;
            text-shadow: 1px 1px 3px #555;
        }

            ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected {
            }

.image1 {
    width: 405px;
    height: 365px;
    display: inline-block;
    background-image: url('/content/images/precoll3.jpg');
}

.image2 {
    width: 405px;
    height: 500px;
    display: inline-block;
    background-image: url('/content/images/precoll4.jpg');
}

.top-logo {
    width: 1000px;
    height: 120px;
    display: inline-block;
    background-image: url('/content/images/toplogo.png');
}

.menu {
    background-image: url(/content/images/menu-backgr.png);
    background-repeat: repeat-x;
    background-position: top center;
    height: 40px;
}

.alternate-items {
    list-style: none;
}

    .alternate-items li {
        padding: 1px 3px;
    }

        .alternate-items li:nth-child(2n+1) {
            background-color: #EEE;
        }

.index-left {
    width: 660px;
    vertical-align: top;
    display: inline-block;
}

.index-right {
    width: 330px;
    vertical-align: top;
    display: inline-block;
    margin-left: 6px;
}

.white-panel {
    background-color: #FFF;
    padding: 10px;
}

.menu-header {
    font-family: Calibri;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 9px;
    text-shadow: 1px 1px 3px #444;
}

ul.large-bullet-list {
    margin: 0;
    margin-bottom: 20px;
}

    ul.large-bullet-list li {
        list-style: outside;
        list-style-image: url(images/bullet.png);
        font-family: Calibri;
        font-size: 26px;
        font-style: italic;
        font-weight: bold;
        line-height: 35px;
        vertical-align: top;
        margin-left: 10px;
    }

ul.green-bullet-list {
    margin: 0;
}

    ul.green-bullet-list li {
        font-family: Calibri;
        font-size: 18px;
        line-height: 22px;
        vertical-align: top;
        margin-left: 10px;
        padding-bottom: 10px;
    }

ul.green-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.green-bullet-list li {
        padding-left: 1em;
        text-indent: -.7em;
    }

        ul.green-bullet-list li:before {
            content: "• ";
            color: #85b134;
        }

table.order-history {
    width: 100%;
}

.order-history td {
    padding: 5px;
    padding-top: 10px;
    border-bottom: 1px dashed #ccc;
}

.order-history tr:first-child td {
    font-weight: bold;
    border-bottom: 0;
}

.order-history .details tr:last-child td {
    font-weight: bold;
    border-bottom: 0;
}ol {
    list-style: decimal;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 3px;
}

label {
    padding-left: 5px;
    padding-right: 5px;
}

body {
    font-family: arial, sans-serif;
    font-size: 13px;
}

td {
    font-family: arial, sans-serif;
    font-size: 13px;
}

    td.ui-jqgrid-btable {
        word-wrap: break-word;
    }

ul {
    line-height: 11pt;
}

fieldset {
    margin-bottom: 10px;
}

.small {
    font-size: 7.5pt;
}

.info {
    font-size: 8.2pt;
}

.header {
    color: #359eb1;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 15px;
}

.bheader {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
}

.title-text {
    color: #359eb1;
    font-size: 8pt;
    font-weight: bold;
}

#form {
    font-family: arial, sans-serif;
    font-size: 8pt;
    background-color: #eaf0eb;
}

#formsmall {
    font-family: arial, sans-serif;
    font-size: 7.5pt;
    background-color: #eaf0eb;
}

#form2 {
    font-family: arial, sans-serif;
    font-size: 7.5pt;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

#greenform {
    font-family: arial, sans-serif;
    color: #359eb1;
    font-size: 8pt;
}

#ybackform {
    font-family: arial, sans-serif;
    background-color: #FFFF99;
    font-size: 7.5pt;
}

#gbackform {
    font-family: arial, sans-serif;
    color: #999999;
    background-color: #EEEEEE;
    font-size: 8pt;
}

#rbackform {
    font-family: arial, sans-serif;
    color: #999999;
    background-color: #FF3300;
    font-size: 8pt;
}

#pefcfsc {
    background: #99CC99;
    padding: 5px;
    border: 1px dotted;
}

#formpefcfsc {
    font-family: arial, sans-serif;
    font-size: 8pt;
    background-color: #99CC99;
}

h3 {
    padding: 10px 0;
    font-weight: bold;
}

h3.sales-package-product-description {
    margin: 13px 0px;
	padding: 20px;
    font-weight: bold;
	background:#8cc554;
	
}

.menu {
    padding-left: 10px;
}

ul.menu {
    list-style: square inside;
}

.right-menu h3 {
    font-size: 12px;
    padding: 8px 4px 0px 4px;
}

.search-area fieldset {
    margin-bottom: 15px;
}

div.label {
    font-size: 11px;
    padding-top: 3px;
    padding-left: 5px;
    min-width: 140px;
}

    div.label:after {
        content: ':';
    }

div.detail {
    margin: 2px 0 5px 0;
}

.detail input[type=text] {
    padding: 3px;
}

.ddl-label {
    color: #777;
}

#supplier-details {
    padding: 0;
    margin: 5px 0;
}

.info-table {
    border: 1px solid #CCC;
}

    .info-table > tbody > tr > td,
    .info-table > tbody > tr > th {
        border: 1px solid #CCC;
        padding: 2px 5px;
    }

.grid-link {
    padding: 0 2px;
    font-weight: bold;
    border: 2px solid #777;
    border-width: 0 2px;
}

.grid-delete {
    color: red !important;
}

.input-validation-error {
    border: 1px solid red !important;
    background-color: #FEE;
}

.field-validation-error {
    color: red;
}

/**
 * Buttons
 */
.button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 6px 15px;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
    -moz-box-sizing: border-box !important;
    line-height: 16px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}


.button-small {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: 4px 10px;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
    -moz-box-sizing: border-box !important;
    line-height: 14px;
}

.button-tiny {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
    display: inline-block;
    font: 10px/100% Arial, Helvetica, sans-serif;
    padding: 2px 5px;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
    -moz-box-sizing: border-box !important;
    line-height: 12px;
}

    .button-tiny a {
        text-decoration: none;
    }

.button-round {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    padding: 7px 0;
    width: 30px;
}

.button-gray {
    color: #333;
    border: 1px solid #ccc;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
    background: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
    text-shadow: 0 1px 0 #fff;
}

    .button-gray:hover, .button-gray:focus {
        border: 1px solid #aaa;
        background: #ececec;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
        background: -moz-linear-gradient(top, #f1f1f1, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cccccc');
        color: #777;
    }

    .button-gray:active, .button-gray.active {
        background: #ddd;
        background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f1f1f1));
        background: -moz-linear-gradient(top, #ccc, #f1f1f1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f1f1f1');
    }

.export-excel {
    background-image: url(/images/excel.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    height: 16px;
}

.button-orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

    .button-orange:hover, .button-orange:focus {
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
        color: #fff;
    }

    .button-orange:active, .button-orange.active {
        background: #f47a20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }

.button-red {
    color: #fef4e9 !important;
    border: solid 1px #da7c0c;
    background: #dc1c1c;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa491a), to(#e7271e));
    background: -moz-linear-gradient(top, #fa491a, #e7271e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa491a', endColorstr='#e7271e');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

    .button-red:hover, .button-red:focus {
        background: #fef4e9;
        background: -webkit-gradient(linear, left top, left bottom, from(#e04219), to(#bc251e));
        background: -moz-linear-gradient(top, #e04219, #bc251e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e04219', endColorstr='#bc251e');
        color: #fff;
    }

    .button-red:active, .button-red.active {
        background: #fef4e9;
        background: -webkit-gradient(linear, left top, left bottom, from(#bc251e), to(#e04219));
        background: -moz-linear-gradient(top, #bc251e, #e04219);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc251e', endColorstr='#e04219');
    }

.button-blue {
    color: #fff !important;
    border: 1px solid #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

    .button-blue:hover, .button-blue:focus {
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
        color: #fff;
    }

    .button-blue:active, .button-blue.active {
        background: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

.button-green {
    color: #fff;
    border: 1px solid #749217;
    background: #8fc857;
    background: -webkit-gradient(linear, left top, left bottom, from(#8fc857), to(#5c9425));
    background: -moz-linear-gradient(top, #8fc857, #5c9425);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc857', endColorstr='#5c9425');
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

    .button-green:hover, .button-green:focus {
        border: 1px solid #749217 !important;
        background: #8fbb44;
        background: -webkit-gradient(linear, left top, left bottom, from(#8fbb44), to(#5c8825));
        background: -moz-linear-gradient(top, #8fbb44, #5c8825);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fbb44', endColorstr='#5c8825');
        color: #fff;
    }

    .button-green:active, .button-green.active {
        background: #8fbb44;
        background: -webkit-gradient(linear, left top, left bottom, from(#5c8825), to(#8fbb44));
        background: -moz-linear-gradient(top, #5c8825, #8fbb44);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8825', endColorstr='#8fbb44');
    }

.validation-summary-errors {
    border: 1px solid red;
    background: #fef4e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
}

.search-field {
    width: 110px;
    margin: 0 5px;
}

input[type=text].search-field-small {
    width: 60px;
    margin: 0 5px;
    padding: 2px;
}

div.required:after {
    content: '*';
    color: red;
    font-weight: bold;
    padding-left: 3px;
}

ul.link-list {
    padding-left: 0;
    list-style-position: inside;
}

ul.disk-list {
    list-style-type: disc;
}

table.top-align td {
    vertical-align: top;
}

a {
    color: black;
}

.alternative-items li {
    padding: 3px;
}

    .alternative-items li:nth-child(2n+1) {
        background-color: #EEE;
    }

.filter-checkbox {
    margin-left: 10px;
    padding: 4px 8px;
    display: inline-block;
}

.alternative-item {
    background-color: #EEE;
}

.prod-name {
    display: inline-block;
    margin: 3px;
    padding: 3px;
    font-weight: bold;
    background-color: #FEA;
}

.package-items {
    border-collapse: separate;
    border: 1px solid #aaa;
    width: 100%;
}

    .package-items input[type=text] {
        padding: 2px 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        width: 40px;
    }

.invalid-chosen > a {
    border-color: red !important;
}

.package-items th {
    font-size: 7.5pt;
}

    .package-items th:nth-child(2n) {
        background-color: #85b134;
    }

.package-items td {
    border: 1px solid white;
}

.package-items tr:nth-child(2n) > td {
    background-color: #EEE;
}

.alternative-items th {
    font-size: 7.5pt;
}

.alternative-items td {
    border: 1px solid white;
}

.alternative-items tr:nth-child(2n) > td {
    background-color: #EEE;
}

.separate-rows td, .separate-rows th {
    border-bottom: solid 1px black;
}

.percentages {
    margin-top: 10px;
}

    .percentages th {
        padding: 3px 10px;
        font-weight: bold;
        margin: 1px;
        background-color: #C2D0E6;
    }

    .percentages input[type=text] {
        width: 40px;
    }

    .percentages tr:nth-child(2n+1) td {
        background-color: #EEE;
    }

.header-table td {
    padding-right: 20px;
}

.header-table tr:nth-child(2n+1) {
    font-weight: bold;
    padding-top: 6px;
}

    .header-table tr:nth-child(2n+1) td {
        padding-top: 6px;
    }

.header-and-footer-table td {
    padding-right: 20px;
}

.header-and-footer-table tr:last-child,
.header-and-footer-table tr:first-child td {
    font-weight: bold;
}

.header-and-footer-table td {
    padding-top: 6px;
}

.details .chosen-container {
    width: 320px;
}

.progress-indicator {
    background-image: url('/images/ajax-loader.gif');
    display: block;
    margin-bottom: 10px;
    height: 19px;
    width: 220px;
    border-width: 0;
    padding: 0;
}

.search-widget {
    padding: 5px;
    background-color: #EEE;
    display: inline-block;
    margin: 5px 0;
    border: 1px solid #CCC;
}

.perf {
    background-color: #99CC99;
    padding: 5px;
    border: 1px dotted;
    display: inline-block;
    margin: 15px 0;
}

.perf-col {
    background-color: #99CC99 !important;
}

.info-panel {
    border: 1px dotted #999;
    background-color: #FFD;
}

.yellow-table-col {
    background-color: #FFFF99;
}

.green-table-col {
    background-color: #99CC99;
}

.backlink {
    margin-top: 10px;
}

.ui-jqgrid {
    margin: 5px 0;
}

input.small-textbox {
    padding: 1px;
    width: 22px;
}

input.nostyle-textbox {
    padding: 1px;
    width: inherit;
    border: inherit;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
}

.uniform-inputs input[type=text] {
    width: 183px;
}

.copy {
    background-image: url('/images/copy.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 18px;
}

.copy2 {
    background-image: url('/images/copy2.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 18px;
}

.print {
    background-image: url('/images/print.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 18px;
}

.email {
    background-image: url('/images/mail.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 21px;
    width: 18px;
}

.border-lines th, .border-lines td {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.gray-row td {
    background-color: #EEE;
}

.yellow-row td {
    background-color: #FF9;
}

.light-yellow-row td {
    background-color: #FFD;
}

.normal-padding {
    padding: 4px;
    margin: 4px;
}

.no-padding {
    padding: 0px;
    margin: 1px;
}

h4 {
    margin: 5px;
    margin-bottom: 2px;
    margin-top: 20px;
    font-weight: normal;
    text-decoration: underline;
}

ol {
    list-style-position: inside;
}


.loader {
    position: fixed;
    right: 180px;
    top: 18px;
    background: url("../Images/ajaxload_small.gif") no-repeat;
    height: 32px;
    width: 32px;
    display: none;
}

.dashboard {
    border: 1px dashed #DDD;
    margin: 10px;
    padding: 10px;
    width: 240px;
}

    .dashboard li {
        padding: 2px 0;
    }

    .dashboard ul {
        list-style: disc inside;
    }

div.dashboard {
    float: left;
}

.alt-row td {
    background-color: #FAFAFA;
}

.alt-row table {
    background-color: #FAFAFA;
}

tr.alt-row + tr td {
    background-color: #FAFAFA;
}

table.inner-table {
    width: 100%;
}

.inner-table td {
    background-color: #FEFEFE !important;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px dashed #DDD;
    border-left: 1px dashed #DDD;
}

td.bold {
    font-weight: bold !important;
}

.vertical-align-middle td {
    vertical-align: middle;
}

table.separated-lines td {
    border-top: 1px solid #EEE;
}

.under-process td {
    background-color: #ff8080 !important;
}

.external-location td {
    background-color: #d4ffc5 !important;
}

.alternate-items {
    list-style: none;
}

    .alternate-items li {
        padding: 1px 3px;
    }

        .alternate-items li:nth-child(2n+1) {
            background-color: #EEE;
        }

.highlighttabledata {
    background-color: #85b134 !important;
}

.statistics-table .label {
    display: inline-block;
    width: 70px;
    color: #555;
    text-align: right;
    margin-right: 5px;
}

.statistics-table td {
    border-bottom: 1px solid #EEE;
}

.statistics-table td {
    padding: 5px;
}

.statistics-total-m3 {
    margin-top: 4px;
}

div.clear {
    clear: both;
}

a.forgotten-credentials {
    display: inline-block;
    color: #888;
    width: 70px;
    text-align: center;
    line-height: 12px;
    padding-top: 6px;
}

a.forgotten-credentials:link {
    text-decoration: none;
}

div.column2{
    float: left;
    width: 70%;
    padding-bottom: 10px;
}

/* */
a.certificering {
	font-size:16px;
	text-decoration: none;
	line-height:25px;
}
a.mail {
	font-size:13px;
	text-decoration: none;
}
a.certificering img {
	margin-right: 8px;
	margin-bottom: -3px;
	height: 20px;
	width: 20px;
}
ul {
	font-family: Arial;
	font-size:16px;
	text-decoration: none;
	line-height:25px;
}
table.kontakt {
	margin: 15px 0px 0px 0px;
}
.kontakt tr, td {
	font-family: Arial;
	font-size:13px;
	line-height:20px;
}
.front-products {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width:325px;
}
	.front-products img {
		margin-bottom:7px;
	}
.front-focuspoints {
	float:right;
	margin: 10px 0 0 0;
	padding: 0;
	width:325px;
}
	.front-focuspoints h1 {
		line-height:23px;
		margin:0px 0px 10px 0px;
		padding:0px;
		font-size:23px;
	}
	.front-outlet {
		background: url('/Images/front-outlet-bg.jpg') no-repeat bottom center #FFFFFF;
		width:295px;
		height:188px;
		text-align:center;
		padding:15px;
	}
		.front-outlet hr{
			margin-bottom:15px;
		}
	.front-video {
		background: #FFFFFF;
		width:295px;
		height:256px;
		margin-top:10px;
		text-align:center;
		padding:15px;
	}
		.front-video h1{
			margin-bottom:15px;
		}
/* */

.forside-full {
	background: url('/Images/web_forside_design_juni2018.png') no-repeat top center;
	width:1000px;
	height:1405px;
	position:relative;
}
	.forside-full img {
		position:absolute;
	}
.forside-full-menu {
	position:absolute;
	margin-top:30px;
	margin-left: 25px;
	height:25px;
	width:930px;
	background: url('/Images/forside-full-menu.png') no-repeat top left;
	
}
	.forside-full-menu img {
		position:absolute;
		height:21px;
		top:0;
	}
.forside-full-login {
	background: rgba(255,255,255,0.7);
	height: auto;
	width: auto;
	position: absolute;
	top: 310px;
	left: 470px;
	padding: 20px;
	border-radius: 5px;
}
