﻿/* 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;
}

/*Højde på dropdowns*/
/*.RadComboBoxDropDown .rcbScroll {
    height: auto !important;
}*/

/*Søgeresultat*/
h3.section-title {
    margin-top: 22px;
}

/*Infolinje ved relaterede produkter, egendef. css*/
.webshop-product.topinfo {
    display: none !important;
}

/*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;
}
.collapse.in .fa-times:before  {
    content: "\f00d" !important;
}

#navbarSearch .fa-times:before {
    content: "\f00d" !important;
    color: red !important;
}

/*Kryds / slet ikon ved adressedropdowns i checkout*/
#ctl00_MC_PH_radDDL_PDelAdr_DropDown .btn-default {
    background: transparent;
    border: none;
}
#ctl00_MC_PH_radDDL_PDelAdr_DropDown .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;
}

.webshop-product-image img {
    cursor: pointer;
}

/*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 !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.6) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
  }

  .hc-modal-overlay.is-open {
    display: flex !important;
  }

  .hc-modal-overlay .hc-modal {
    background: #fff !important;
    color: #111 !important;
    width: min(90vw, 1000px) !important;
    max-height: 85vh !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid #ddd !important;
    box-sizing: border-box !important;
  }

  .hc-modal-overlay .hc-modal__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #eee !important;
    background: #f7f7f7 !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
    min-height: 48px !important;
  }

  .hc-modal-overlay .hc-modal__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    color: #111 !important;
  }

  .hc-modal-overlay .hc-modal__close {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    background: transparent !important;
    font-size: 24px !important;
    line-height: 1 !important;
    padding: 4px 8px !important;
    cursor: pointer !important;
    color: #444 !important;
    margin: 0 !important;
    min-width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
  }

  .hc-modal-overlay .hc-modal__close:hover {
    color: #000 !important;
    background: rgba(0,0,0,0.05) !important;
  }

  .hc-modal-overlay .hc-modal__close:focus-visible {
    outline: 2px solid #0a84ff !important;
    outline-offset: 2px !important;
  }

  .hc-modal-overlay .hc-modal__body {
    position: relative !important;
    background: #fff !important;
    overflow: auto !important;
    min-height: 0 !important;
    flex: 0 1 auto !important;
    box-sizing: border-box !important;
  }

  .hc-modal-overlay .hc-modal__iframe {
    width: 100% !important;
    border: 0 !important;
    background: #fff !important;
    display: block !important;
    height: 260px;
  }

  /* Gør kun ikonet visuelt klikbart */

  .fa-info-circle,
  .fa-circle-info {
    cursor: pointer;
    color: #ED1C24;
    transition: color .2s ease, transform .2s ease;
  }

  .fa-info-circle:hover,
  .fa-circle-info:hover {
    color: #b51218;
    transform: scale(1.08);
  }

  .list-group-item.collapsed .fa-info-circle,
  .list-group-item.collapsed .fa-circle-info {
    cursor: default !important;
    color: #333 !important;
    transform: none !important;
  }

  @media (max-width: 520px) {
    .hc-modal-overlay {
      padding: 12px !important;
    }

    .hc-modal-overlay .hc-modal {
      width: 100% !important;
      max-height: 92vh !important;
      border-radius: 8px !important;
    }

    .hc-modal-overlay .hc-modal__header {
      padding: 10px 12px !important;
      min-height: 44px !important;
    }

    .hc-modal-overlay .hc-modal__title {
      font-size: 15px !important;
    }

    .hc-modal-overlay .hc-modal__close {
      font-size: 22px !important;
      min-width: 30px !important;
      height: 30px !important;
    }
  }