﻿/* Use this CSS-file to override any styles set by system-default GLOBAL R*/

.input-group-btn { /*Højrestillet knap*/
position: relative;
font-size: 0;
white-space: nowrap;
text-align: right;
}

/*table ved onscreen ordrebekræftelse*/
table {
    width: 100% !important; 
}

/*Labels til ordrehistorik*/
.label-approved {
    background-color: #5cb85c;
}

/*Brug samme som fakturaadresse - fjernet*/
#ctl00_MC_PH_pnl_DelAdrIsInvAdr {
    display: none;
}

/*Afstand mellem kategorier i topmenuen*/
.nav>li>a {
    padding-left: 13px;
	padding-right: 13px;
}

/*Onscreen ordrebekræftelse*/
.checkout-page-content {
    background: #fff;
    padding-top: 34px;
    margin-top: -20px;
	width: 50%;
}
@media only screen and (max-width: 480px) {
    .checkout-page-content {
		width: 100%;
    }
}

.col-md-offset-4 {
    margin-left: 25%;
}

.identhidden {
    display: none;
}

/*Fjern læg til alle produkter - specialprodukter*/
#LB_DoAddBindingAll .btn-primary {
    display: none !important;
}

/*Slet ikon på specialprodukter - upload*/
.panel-options-files .fa-trash:before {
    content: "\f1f8";
    color: red !important;
}

/*Dropdown gemte leveringsadresser*/
h4.pdel-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px
}
h4.pdel-desc {
	font-size: 12px;
	margin-bottom: 5px
}


/*Dropdown kategori*/
.navbar-nav>li {
    text-align: left;
}
#impleomenu-cat > li > .k-link {
    color: #fff;
}

/*Form control (disabled) i checkout*/
.checkout-page-content .panel-body .form-control[disabled] {
    cursor: not-allowed !important;
    background-color: #dcdcdc !important;
    border: solid 1px #ccc !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    padding-left: 12px !important;
    border-radius: 0px !important;
}


/*Venstrestillet menu i profil*/
.section.section-profile .col-sm-3 {
    width: 25%;
}
@media only screen and (max-width: 480px) {
   .section.section-profile .col-sm-3 {
	width: 100% !important;
    }
}

/*Padding bund på large preview*/
.panel-preview-large {
    padding-bottom: 25px;
}

/*Ikon ved hjælpetekster*/
.fa-question-circle:before {
    content: "\f05a";
}

/*Ikon ved luk af preview*/
.modal-preview-close .fa-times:before {
    content: "\f00d" !important;
    color: red !important;
}

/*Baggrund Total inkl. moms*/
#ctl00_MC_PH_pnl_CartTotalVAT {
    background: #eee;
}

/*Neutral spinner*/
.lds-hourglass {
    width: auto;
    height: auto;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    padding: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

/*Margen fra faner til felter*/
.RadTabStrip_Bootstrap .rtsLevel1 {
    border-color: #dedede;
    margin-bottom: 15px;
}

/*Nulstiller table tn i Mediearkiv ved custom tilretning af on screen orderconfirmation*/
thead td, th {
    padding: 0;
    width: auto !important;
}

/*Divider mellem kategorier ved kategori > webshopvisning*/
.webshop-category-details {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

/*Width af felt for upload filnavn*/
.uploadedfilename {
    overflow: hidden;
	max-width: 462px !important;
}


/*Tab arrow right*/
.fa-arrow-right:before {
    padding-left: 3px;
}


/*Cookie*/
.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #999 !important;
    box-shadow: 0 0 0.25rem #050505;
	padding: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.cc-color-override-530831885 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #999 !important;
}


/*Pop-up ved info*/
/* ===== Modal / Overlay ===== */
.hc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hc-modal-overlay.is-open {
  display: flex;
}

.hc-modal {
  background: #fff;
  color: #111;
  width: min(90vw, 1000px);
  height: min(85vh, 800px);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #ddd;
}

.hc-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}

.hc-modal__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.hc-modal__close {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  color: #444;
}
.hc-modal__close:hover { color: #000; }

.hc-modal__body {
  position: relative;
  background: #fff;
}

.hc-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

/* Gør kun ikonet visuelt klikbart */
.fa-info-circle,
.fa-circle-info {
  cursor: pointer;
	color: #ED1C24;
}

.hc-modal__close:focus-visible {
  outline: 2px solid #0a84ff;
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .hc-modal {
}
	}