﻿

.desplaynone {
    display: none;
}
.centered {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.card-icon {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 66%;
}
.btnw250 {
    width: 250px;

}
.svg-icon-primary {
    fill: #EB6864;
}
.svg-alternate {
    display: none;
}
.border-primary-select{
    border:3px solid #3ba80d;
}
.sidenav {
    height: 100%;
    width: 200px;
    /*position: fixed;*/
    z-index: 1;
    /*top: 100px;*/
    left: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    padding-top: 20px;
}

    .sidenav a {
        padding: 6px 6px 6px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

.main {
    margin-left: 200px; /* Same as the width of the sidenav */
}

.ListItemDisabled
{
    opacity:0.9;
}
.ListItemDisabled .Disabled {
    opacity: 0.3;
   
}
.text-md {
    font-size: 0.8em;
}
.text-sm {
    font-size: 0.65em;
}
.text-xs {
    font-size: 0.5em;
}

.modal-footer .left-footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    /*padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.tablecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.WaitContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.3;
    z-index: 1800;
}

.WaitContainerdiv {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1800;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Astyle0 {
    font-size: 0.6em;
}
.Astyle1 {
    font-size: 1em;
}
.Astyle15 {
    font-size: 1.5em;
}
.Astyle2 {
    font-size: 2em;
}
.Astyle3 {
    font-size: 3em;
}
.Astyle4 {
    font-size:4em;
}

.Englishflag {
    background: url(../Internimages/usflag.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 1px 4px;
    padding-top: 3px;
    padding-left: 35px;
}
.Danskflag {
    background: url(../Internimages/danishflag.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 1px 4px;
    padding-top:3px;
    padding-left: 35px;
}
.clock-blink {
    color:orangered;
    font-weight:bolder;
    animation: blinker 1.2s linear infinite;
}
.Card-border {
    border:3px solid #990000 !important;
}
.text-disaster {
    
    animation: blinker 1.2s linear infinite;
}
@keyframes blinker {
    0% {
        color: #ff0000;
    }

    49% {
        color: #ff0000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #ff0000;
    }
}

.teminalcard{
    font-size:1.25em;
}
.teminalcardmenulist {
    font-size: 1em;
}
.teminalcardmenuatriblist {
    font-size: 1em;
    font-style:italic
}

.menuosready {
    text-decoration: line-through;
}

.container-custom{
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.btnCorner {
border:2px solid black;

}
.btn-primarycustom {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}


#registerInvoice {
    
    margin: auto;
    
}

#ticketinvoice {
    background: white;
    margin: 0 1em;
    padding: 1em;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

    #ticketinvoice h4 {
        text-align: center;
    }
    #ticketinvoice img {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #ticketinvoice h5 {
        text-align: center;
        font-weight: bold;
        font-size: 1.4em;
    }
    #ticketinvoice h6 {
        text-align: center;
        font-weight:bold;
        font-size: 1.3em;
    }

    #ticketinvoice span {
        text-align: center;
        font-size: 1.1em;
    }

    #ticketinvoice table {
        font-family: monospace;
        width: 100%;
        border-collapse: collapse;
    }

    #ticketinvoice td, #ticketinvoice th {
        font-size: 1em;
        /*  padding: 5px;*/
    }
        #ticketinvoice td .attrib {
            font-size: 1em;
            font-style: italic;
            margin-left: 40px
            /*  padding: 5px;*/
        }
    #ticketinvoice th {
        text-align: left;
    }

    #ticketinvoice td, #ticketinvoice #total {
        text-align: right;
    }

    #ticketinvoice td, #ticketinvoice #vat {
        text-align: right;
    }
    #ticketinvoice tfoot {
        border-top: 1px dotted black;
        border-bottom: 1px dotted black;
    }

    #ticketinvoice tfoot tr {
        font-weight: bold;
        font-size: 1.2em;
    }

#entry {
    background: #333;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

    #entry input {
        width: 100%;
        padding: 10px;
        border: 1px solid black;
        text-align: right;
        font-family: sans-serif;
        font-size: 20px;
        box-shadow: inset 0 0 3px rgba(0,0,0,.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #entry input:focus {
            outline: none;
            border-color: rgba(255,255,255,.75);
        }

.form-control-oneline {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:1px solid rgba(0,0,0,.15);
    width:100%;
}
    .form-control-oneline:focus {
        border-bottom: 1px solid #990000;
    }

.custom-icon {
    background-color: rgba(255,255,255,.75);
    color: #990000;
  /*  opacity: 0.8;*/
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid #990000;
}
    .custom-icon:hover {
         color:#fff;
         background-color: #990000;
    }

.custom-bigicon {
    background-color:rgba(255,255,255,.5);
    color:blue;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    border: 1px solid #990000;
}

    .custom-bigicon:hover {
        background-color: white;
    }


.truncatetextaa {
    width: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hight25 {
    height: 25px;
}

.customermenulist:last-child {
    margin-bottom:50px;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #990000;
}


/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #990000;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

.imagebg {
    /* position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;*/
    margin: auto;
    width: 100%;
    height: 100%;
}
.text-center-center {
    vertical-align:central;
    text-align: center;
}
.bg-img-hero-shop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
    /*   object-fit: cover;*/
}

.container_img {
   /* position: absolute;
    top:0px;
    left:-15px;*/
 /*   top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;*/
 /*   margin: auto;*/
    height: 100%;
    width: 100%;
   /* object-fit: cover;*/
  /*  border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;*/
}
.container_image {
    /*height: 100%;
    width: 100%;*/
   /* max-height: 196px;
    max-width: 100%;*/
  /*  border-top-right-radius: 0.30rem;
    border-bottom-right-radius: 0.30rem;*/
}
.truncatetext {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncatetext--2 {
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  /*  display: -webkit-box;*/
}

.truncatetext--3 {
   /* width: 350px;*/
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.animcontainer {
    overflow: hidden;
    white-space: nowrap;
}
/*.animated > * {
    display: inline-block;
    position: relative;
    animation: 3s linear 0s infinite alternate move;
}

    .animated > *.min {
        min-width: 100%;
    }

@keyframes move {
    0% {
        transform: translateX(0%);
        left: -100px;
    }

     100% {
        transform: translateX(-100%);
        left: 100px;
    }
}*/


.Roltext10 {
    /*position: absolute;
    top: 8px;
    white-space: nowrap;*/
    display: inline-block;
    position: relative;
    animation: floatText10 2s infinite alternate ease-in-out;
}

@-webkit-keyframes floatText10 {
    from {
        left: -20px;
    }

    to {
        /* left: auto; */
        left: 10px;
    }
}

.Roltext30 {
    /*position: absolute;
    top:8px;
    white-space: nowrap;*/
    display: inline-block;
    position: relative;
    animation: floatText30 3s infinite alternate ease-in-out;
}

@-webkit-keyframes floatText30 {
    from {
        left: -50px;
    }

    to {
        /* left: auto; */
        left: 10px;
    }
}



.Roltext50 {
    /* position: absolute;
    top: 8px;
    white-space: nowrap;*/
    display: inline-block;
    position: relative;
    animation: floatText50 4s infinite alternate ease-in-out;
}

@-webkit-keyframes floatText50 {
    from {
        left: -110px;
    }

    to {
        /* left: auto; */
        left: 10px;
    }
}


span {
    cursor: pointer;
}

.number {
    /* height: 25px;*/
    border: 1px solid #990000;
    width: 90%;
}

.minus, .plus {
    width: 15%;
    background: #990000;
    border: 0px solid #990000;
    vertical-align: middle;
    text-align: center;
    color: white;
}
.inputps {
    /*height: 100%;*/
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    border: 0px solid #ddd;
    border-radius: 0px;
    /* display: inline;*/
    vertical-align: middle;
}
.inputplusminus {
    /*height: 100%;*/
    max-width: 70%;
    border: 1px solid #990000;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .9rem;
    line-height: .7;
    border-radius: .3rem;
}

.btn-sq-lg {
    width: 120px !important;
    height: 120px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 0.65em;
}

.btn-sq-sm {
    width: 70px !important;
    height: 70px !important;
    padding: 0rem 0rem !important;
    font-size: 0.6em;
}

.btn-sq-xs {
    width: 60px !important;
    height: 60px !important;
    padding: 0rem 0rem !important;
    font-size: 0.6em;
}

.modal-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-fullscreen-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-fullscreen-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-fullscreen-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    padding: 7px;
    background: #990000;
    border: 0;
}

.modal-fullscreen-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-fullscreen-body {
    position: absolute;
    top: 50px;
    bottom: 1px;
    width: 100%;
    font-weight: 300;
    background: #fff;
    overflow: auto;
}

.modal-fullscreen-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #fff;
}
.hyphenate {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

buttontext:first-child {
    margin-left: -2px;
}






.intro {
    max-width: 1280px;
    margin: 1em auto;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 400px;
    
}

    .table-scroll table {
        width: 100%;
        /*min-width: 1280px;*/
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
   /* padding: 5px 10px;*/
   /*// border: 1px solid #000;*/
    background: #fff;
    vertical-align: top;
}

.table-scroll thead th {
   /* background: #333;*/
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
   /* background: #666;*/
    /*color: #fff;*/
    z-index: 4;
}

/*a:focus {
    background: red;
}*/
/* testing links*/

/*th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ccc;
}*/

thead th:first-child,
tfoot th:first-child {
    z-index: 5;
}

@media (max-width: 576px) {
    .img-sm {
     max-height:200px;
    }

}
@media (min-width: 576px) {
    .img-md {
        max-height: 300px;
    }
}


line-thr {
    text-decoration: line-through;
}



.RadioLarge {
    width: 1.5em;
    height: 1.5em;
}

.RadioLable {
    left:10px;
    position: relative;
    top: -10px;
}

@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

.opacityGreen50 {
    color: #3daa4b;
    font-weight: bold;
}

.opacityRed50 {
    color: red;
    font-weight: bold;

}

.Attribclass {
    font-size: 0.95em;
    font-style: italic
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

