@page {
    size: 8.5in 11in;
    margin: 2.5%;

    @top-right {
        content: "Page "&nbs
        p;counter(page);

    }
}

/*@page {*/
    /* dimensions for the whole page */
    /*size: A5;*/
    /*font-size: 0.25em !important;*/
    /*margin: 0;*/
/*}*/

/*body {*/
    /* A5 dimensions */
    /*height: 210mm;*/
    /*width: 148.5mm;*/
    /*margin: 0;*/
/*}*/

.top{
    margin-top: 40px;
}
.add{
    border: 1px solid grey;
    padding-bottom: 8px !important;
}
.line{
    border-bottom: 1px solid grey;
}
.table>tbody>tr>td{
    border-top: none;
    padding: 8px 8px 0px 8px;
    font-family: ariel, sans-serif;
    font-size: 14pt;
}
.min{
    min-width: 150px;
    float: right;
}
.space{
    padding-bottom: 30px !important;
}

.center{
    display: block;
    width: 75%;
    margin: auto;
}
.center > p{
    margin-bottom: 2px;
}
.center-img{
    display: block;
    margin: auto;
    width: 570px;
}

.third{
    width: 25%;
}
.half{
    width: 50%;
}

.table>tbody>tr>td.border{
    border: 1px solid grey;
}
.fa-print {
    font-size: 2.3em !important;
    color: #e22f2e;
    margin-right: 15px;
}

.table-responsive{
    border: none;
}

.small > .table>tbody>tr>td>p{
    font-size: 10px !important;
}


/****** betingelser ******/

span{
     color: #e22f2e;
}
p{
    margin-bottom: 5px;
}

.ui-autocomplete{
    position: fixed !important;
    top: 300px !important;
    left: 250px !important;
}

#knap{
    font-family: Lato, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 37px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    white-space: nowrap;
    width: 125px;
    border-width: 0px;
    background: rgb(28, 28, 28);
    text-transform: uppercase;
}

label{
    margin-top: 10px;
}

.down{
    margin-bottom: 15px;
}

.up{
    margin-bottom: 0;
}