.allreadyordered{
  display: none;
}
.hidetheitem .allreadyordered{
  display: block;
}
.hidetheitem{
  opacity: 0.5;
}
.hidetheitem .ordermobileadds{
  display: none;
}

.panel, .alert, .label, #aipricetip{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-radius: 1rem;
border:none;
}
body .order .btn-group .btn+.btn{
margin-left: 2px;
}

.panel-heading{
  border:none;
}
.panel-heading.shadow{
  box-shadow:none !important;
}

/* PJAX transition */
[data-pjax-container]{
  transition: opacity .45s ease, transform .45s ease;
}

[data-pjax-container].pjax-leaving{
  opacity: 0;
  transform: translateY(6px);
}

[data-pjax-container].pjax-entering{
  opacity: 0;
  transform: translateY(-6px);
}
/* Overlay der ligger ovenpå indholdet i #page-wrapper */
#page-wrapper {
  position: relative; /* vigtigt */
}

#page-wrapper .pw-loading {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(2px);
}

#page-wrapper.pw-is-loading .pw-loading {
  display: flex;
}

.pw-inline-loader{
  position: absolute;
  inset: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-loader-card{
  background: rgba(17,17,17,0.9);
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.pw-spinner{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  animation: pwspin 650ms linear infinite;
}

@keyframes pwspin { to { transform: rotate(360deg); } }


body {
    background-color: #f5f5f5;
}

/* vigtigt */
#page-wrapper{ position: relative; }

.tt-dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #F3F3F3;
    border: 1px solid #CBCBCB;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

    max-height:305px;
    overflow:scroll;

    min-width: 100%;


    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: absolute;
}

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca !important;
  border-bottom: #428bca 1px solid !important;
}


.twitter-typeahead{
	height:32px;
}

.tt-suggestion{
    position: relative;
    padding: 4px;
    overflow: auto;
    display: block;

    min-height: 40px;
    border-bottom: #CBCBCB 1px solid;
}
.tt-suggestion:last-child{ border: none !important; }

.tt-suggestion-title{
    font-size: 16px;
}

.tt-suggestion-details{
    position: absolute;
    right: 0px;
    top: 6px;
    padding-right: 6px;
}
.tt-suggestion-details-full{
    width: 100%;
    display: block;
}
.tt-empty-message{
    padding: 8px;
}
.tt-commission{
    position: absolute;
    left: 100px;
    bottom: 2px;
}





.iconBox{
	overflow:auto;
}
.iconSelect{
	height:135px;
	width:90px !important;
	margin-right:10px;

	padding:0px;

	position:relative;

	box-sizing:border-box;
	-moz-box-sizing:border-box;

	float:left;

	border:#CCC 1px solid;
	border-radius:5px;

	text-align:center !important;
	padding-top:40px;
}
.iconSelect img{
	position:absolute;
	width:75px;

	top:7px;
	left:7px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;

	z-index:1;
}
.iconSelect input{
	position:absolute;
	bottom:10px;
	left:37px;

	z-index:2;

}


/* CSS FIX */
.top-nav li.active{
	background-color:#080808;
}
.top-nav li.active a:link, .top-nav li.active a:visited{
	color:#FFF;
}





#popBox{
	display:none;
	position:fixed;
	top:-110%;
	width:100%;
	left:0px;
	z-index:9999;
	max-height:60%;
}
#popBoxContent{
	width:550px;
	margin:auto;
}
#popBoxOverlay{
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;

	z-index:9990;

	display:none;
}

#popBoxLoader{
	position:fixed;
	left:0px;
	top:20%;
	width:100%;
	height:100%;
	display:none;
	z-index:9997;
}

#popBoxLoaderSpinner{
	height:50px;
	width:24px;
	margin:auto;
	position:relative;
}

#popBoxLoaderText{
	margin:auto;
	font-size:18px;
	color:#FFF;
	width:550px;
	text-align:center;
}

/*
<ul class="nav navbar-top-links navbar-left">

    <li class="link<?php if(strstr($url,'/admin/personale/')){ echo " active"; } ?>">
        <a href="/admin/personale/" class="link">Personale</a>
    </li>

</ul>

*/


.navbar-top-links a:link, .navbar-top-links a:visited{ color: rgba(255,255,255,.8) !important;}
.navbar-top-links .active:link, .navbar-top-links .active:visited { color: rgba(255,255,255,.8) !important; background-color: #4e73df !important;}
.navbar-top-links .active a:link, .navbar-top-links .active a:visited { color: #FFF !important; background-color: #000 !important;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:link{background-color: #4e73df !important; color: #FFF !important;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f5f5f5 !important; color: #262626 !important;}


.navbar-top-links a:hover, .navbar-top-links a:active{ color:#FFF !important; background-color: #4e73df !important;}
.sidebar a:link, .sidebar a:visited{ color:#aaa !important;}
.sidebar a:hover, .sidebar a:active{ color:#FFF !important; background-color: #000 !important;}

.sidebar{height:100%;}

.badge-notify{
    background-color:#68a9e7;
    color:#FFF;
    border:#32597e 1px solid;
    position:absolute;
    top: 10px;
    left:10px;

    font-size: 10px;
    border-radius: 10px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 3px;
}
.dropdown-mail li a{
    border-bottom: #e5e5e5 1px solid;
    padding-bottom:10px !important;
    padding-top:10px !important;
    margin:0px;
}


.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}


.alertON{
    color:#db504f;
}

.iSaidCenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.tab-content {
    overflow: auto;
}

.sidebar .active2 a:link, .sidebar .active2 a:visited { background-color: #4e73df !important; color:#eee !important; }


.sidebar-nav, .sidebar{
  background: #1d398c;
  height: 90vh;
  max-height: 90vh !important;
  background-color: #4e73df !important;
background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%) !important;
background-size: cover !important;
}



.panel-btns{
    border: none;
    box-shadow: none;
}




.iconmenu{
    display: block;
    width: 100%;
    overflow: auto;
}
.iconmenu .choice:link,.iconmenu .choice:visited{
    width: 75px;
    height: 100px;
    display: block;
    box-sizing: border-box;
    padding: 0px !important;
    position: relative;
    float: left;

    margin-left: 35px;
    margin-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.iconmenu .choice:hover, .iconmenu .choice:active{

}
.iconmenu .choice:link .ChoiceIcon{
    margin: auto;
    background-color: #CCC;
    width: 75px;
    height: 75px;
    display: inline-block;
    padding: 9px;
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    border-radius: 7px;
    color: #000000 !important;

    text-align: center;
    vertical-align: middle;

    box-sizing: border-box;
}
.iconmenu .choice:hover .ChoiceIcon, .iconmenu .choice:active .ChoiceIcon{
    color: #333333 !important;

    box-sizing: border-box;
}
.iconmenu .choice .IconText{
    position: absolute;
    width: 125px;
    bottom: 0px;
    left: -25px;
    text-align: center;

}



/* TIMELINE **/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 3%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 90%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 3%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/* MOBILE / DESKTOP FIXES */
.mobile-show{
    display:none;
}

@media(max-width: 768px){
    .mobile-show{
        display:block;
    }

    .mobile-hide{
        display:none
    }
}


.form-control-small{
    margin-top: -2px !important;
    margin-bottom: -2px;
    height: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
}



#long_description {
    resize:none;
}








/* Gorups fixes */
.input-group-addon {
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-addon:first-child {
    border-left-width: 1px;
}
.input-group-addon:last-child {
    border-right-width: 1px;
}

.cfix:after {
    content:"";
    clear:both;
    display:block;
}












.list-group-item-text{
    font-size: 12px;
}



/* Product create */
.categoriesProduct i {
    font-size: 90px;
    margin-bottom: 15px;
}









.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.rsNotify {

    display: flex;
    align-items: center;
    gap: 12px;

    margin: 16px 0;
    padding: 14px 18px;

    background: linear-gradient(135deg, #ecfdf5, #d1fae5);

    border: 1px solid #86efac;
    border-left: 5px solid #22c55e;

    border-radius: 12px;

    font-family: system-ui, -apple-system, Segoe UI, Roboto;
    color: #065f46;

    box-shadow:
        0 4px 12px rgba(34,197,94,0.15);

    opacity: 0;
    transform: translateY(-8px);

    max-height: 0;
    overflow: hidden;
    max-width: 600px;

    transition:
        opacity 400ms ease,
        transform 400ms ease,
        max-height 400ms ease,
        padding 400ms ease;
}

/* SHOW */
.rsNotify.show {

    opacity: 1;
    transform: translateY(0);

    max-height: 200px;

    animation: rsNotifyGlow 2.5s ease-in-out infinite;
}

@keyframes rsNotifyGlow {

    0% {
        box-shadow: 0 4px 12px rgba(34,197,94,0.15);
    }

    50% {
        box-shadow: 0 6px 20px rgba(34,197,94,0.35);
    }

    100% {
        box-shadow: 0 4px 12px rgba(34,197,94,0.15);
    }
}

.rsNotify__icon {

    font-size: 20px;
    font-weight: bold;

    background: #22c55e;
    color: white;

    width: 26px;
    height: 26px;

    border-radius: 50%;

    display: flex;
    display: none;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.rsNotify__title {

    font-size: 15px;
    font-weight: 500;
}

/* progress line */
.rsNotify__progress {

    position: absolute;
    left: 0;
    bottom: 0;

    height: 3px;
    width: 100%;

    background: linear-gradient(90deg, #22c55e, #4ade80);

    transform: scaleX(0);
    transform-origin: left;
}

.rsNotify.show .rsNotify__progress {

    animation: rsNotifyProgress 5s linear forwards;
}

@keyframes rsNotifyProgress {

    to {
        transform: scaleX(1);
    }
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.tableButtons{
    white-space: nowrap;
}
.tableButtons a:link, .tableButtons a:visited{
    color: #333;
}

.tableButtons .disabled:link, .tableButtons .disabled:visited{
    color: #ccc;
}





.panel-footer-status{
    margin-top: 7px;
    display: none;
}

.panel-header-status{
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    display: none;
}


/* Only allow vertical resizing of textareas inside modals */
.modal-dialog textarea{
    resize: vertical;
}


#staffSearchWrapper{
}
#staffSearchWrapper ul{
    margin-top: -4px;
}
#staffSearchInput{
    border: none !important;
    outline: none !important;
    margin: 0px;
    border-radius: 2px;
    width: 300px;

}

#staffSearchResultsContainer{
    position: absolute;
    top: 50px;
    left: 250px;
    width: calc(100% - 250px);
    height: 500px;
    z-index: 100;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    box-sizing: border-box;
}
#staffSearchResultsBG{
    position: fixed;
    top: 50px;
    left: 250px;
    background-color: rgba(255,255,255,1);
    z-index: 100;
    height: 100%;
    width: 100%;
    z-index: 100;
}


#staffSearchResults, #staffSearchResults .aa-dropdown-menu{
    position: absolute;
    width: 100%;
    z-index: 120;
}





.staffSearchRow{
    border-bottom: #333 1px solid;
    padding-bottom: 20px;
    margin-top: 20px;
    width: calc(100% - 80px);
    overflow: auto;
}

.staffSearchRow .staffSearchThumbnail{
    width: 110px;
    float: left;
    overflow: auto;
}

.staffSearchRow .staffSearchThumbnail img{
    width: 100%;
    height: 110px;
}

.staffSearchRow .staffSearchThumbnail .staffSearchFA{
    font-size: 80px;
    width: 100%;
    height: 110px;
    background-color: #1d2a35;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
}

.staffSearchRowContent{
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 25px;
    float: left;
    overflow: auto;
}

.staffSearchRowTitle{
    font-size: 22px;
}






.HDF_imageManager_thumbnail{
    position: relative;
    overflow: hidden;
}
.HDF_imageManager_thumbnailMenu{
    display: none;

    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;

    background-color: rgba(50,50,50,0.5);
    color: #FFF;
    z-index: 98;
}
.HDF_imageManager .HDF_imageManager_thumbnail:hover .HDF_imageManager_thumbnailMenu{
    display: inline-block;
}
.HDF_imageManager_thumbnailMenu_zoomIcon {
    text-align: center;
}
.HDF_imageManager_thumbnailMenu_zoomIcon i{
    font-size: 300%;
    text-align: center;
    opacity: 0.75;
    cursor: pointer;
    margin: auto;
    margin-top: 29%;
}
.HDF_imageManager_thumbnailMenu_zoomIcon > i:hover{
    opacity: 1;
}

.HDF_imageManager_thumbnailMenu_deleteIcon{
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 4px;
    color: #FF0000;
    cursor: pointer;
}

.HDF_imageManager_thumbnailNumber{
    background-color: rgba(50, 50, 50, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 20%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #FFF;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 3px;
}
.HDF_imageManager .HDF_imageManager_thumbnail:hover .HDF_imageManager_thumbnailNumber{
    background-color: transparent;
}




#StaffGlobalSearchHits{
    position: fixed;
    top:50px;
    left: 250px;
    width: calc(100% - 250px);
    height: calc(100% - 50px);
    z-index: 999;
    box-sizing: border-box;

    background-color: #FFF;
    display: none;
    padding: 30px;

    overflow: auto;
}

#StaffGlobalSearchHitsContainer{
    padding-top: 30px;
}
#StaffGlobalSearchHitsContainer .searchRow{

}

#StaffGlobalSearchHitsContainer .searchRowImage{
    width: 96px;
    height: 96px;
    background-color: red;
    background-size: contain;
}
#StaffGlobalSearchHitsContainer .searchRowContent{
    padding-left: 20px;
}
#StaffGlobalSearchHitsContainer .searchRowContent h4{
    margin-top: 0px;
}

div.input-spacer:first-child{
    margin-top:0px;
}

.input-spacer{
    margin:12px 0px;
}

.w100 {
    width: 100%;
}
.dropdown-messages{
    width: 510px !important;
    max-height: 600px;
    overflow: scroll;
}
#browser-window{
    position: fixed;
    bottom: 0;
    z-index: 500;
}

.topActions{
    color:#333;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pointit{
    cursor: pointer;
}
.bubble-noChatNotice{
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    width: 90%;
    margin-left: 4%;
}
.badgenumber{
    background: #5bc0de;
    position: absolute;
    top: 20px;
    left: 70px;
}
.badgelist{background: #5bc0de;}
.redcross{float: right; color:#333}

.chatname{float: right; margin-top: 5px; margin-right: 20px}

.beskedDate{font-size: 9px}

.showchat{transition: 200ms; cursor: pointer}

.showchat:hover{
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
}
.bubble-container.ng-move , .bubble-container.ng-move-active{
    transition: all 1s ease;
}
.bubble-container.ng-enter, .bubble-container.ng-enter-active {
    animation: zoomIn 1000ms;
}

#note{
    width: 50%;
    float: left;
    margin-bottom: 50px;
    margin-right: 10px;
}
.panelSyg{
    font-size: 20px;
}
.panelSyg .col-lg-4{
    padding: 0;
    border:none;
}
.panelSyg .col-lg-4 .panel-heading{width: 90%; margin-left: 5%}

.inner-addon {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 40px;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#btnRequestHoli{
    margin-top: 30px;
}.tt-dropdown-menu {
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     padding: 0px 0;
     margin: 2px 0 0;
     list-style: none;
     font-size: 14px;
     background-color: #F3F3F3;
     border: 1px solid #CBCBCB;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 4px;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     background-clip: padding-box;

     max-height:305px;
     overflow:scroll;

     min-width: 100%;


     font-family: "Open Sans", Helvetica, Arial, sans-serif;
     position: absolute;
 }

.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca !important;
    border-bottom: #428bca 1px solid !important;
}


.twitter-typeahead{
    height:32px;
}

.tt-suggestion{
    position: relative;
    padding: 4px;
    overflow: auto;
    display: block;

    min-height: 40px;
    border-bottom: #CBCBCB 1px solid;
}
.tt-suggestion:last-child{ border: none !important; }

.tt-suggestion-title{
    font-size: 16px;
}

.tt-suggestion-details{
    position: absolute;
    right: 0px;
    top: 6px;
    padding-right: 6px;
}
.tt-suggestion-details-full{
    width: 100%;
    display: block;
}
.tt-empty-message{
    padding: 8px;
}
.tt-commission{
    position: absolute;
    left: 100px;
    bottom: 2px;
}





.iconBox{
    overflow:auto;
}
.iconSelect{
    height:135px;
    width:90px !important;
    margin-right:10px;

    padding:0px;

    position:relative;

    box-sizing:border-box;
    -moz-box-sizing:border-box;

    float:left;

    border:#CCC 1px solid;
    border-radius:5px;

    text-align:center !important;
    padding-top:40px;
}
.iconSelect img{
    position:absolute;
    width:75px;

    top:7px;
    left:7px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;

    z-index:1;
}
.iconSelect input{
    position:absolute;
    bottom:10px;
    left:37px;

    z-index:2;

}


/* CSS FIX */
.top-nav li.active{
    background-color:#080808;
}
.top-nav li.active a:link, .top-nav li.active a:visited{
    color:#FFF;
}





#popBox{
    display:none;
    position:fixed;
    top:-110%;
    width:100%;
    left:0px;
    z-index:9999;
    max-height:60%;
}
#popBoxContent{
    width:550px;
    margin:auto;
}
#popBoxOverlay{
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;

    z-index:9990;

    display:none;
}

#popBoxLoader{
    position:fixed;
    left:0px;
    top:20%;
    width:100%;
    height:100%;
    display:none;
    z-index:9997;
}

#popBoxLoaderSpinner{
    height:50px;
    width:24px;
    margin:auto;
    position:relative;
}

#popBoxLoaderText{
    margin:auto;
    font-size:18px;
    color:#FFF;
    width:550px;
    text-align:center;
}

/*
<ul class="nav navbar-top-links navbar-left">

    <li class="link<?php if(strstr($url,'/admin/personale/')){ echo " active"; } ?>">
        <a href="/admin/personale/" class="link">Personale</a>
    </li>

</ul>

*/


.navbar-top-links a:link, .navbar-top-links a:visited{ color: rgba(255,255,255,.8) !important;}
.navbar-top-links .active:link, .navbar-top-links .active:visited { color: rgba(255,255,255,.8) !important; background-color: #4e73df !important;}
.navbar-top-links .active a:link, .navbar-top-links .active a:visited { color: #FFF !important; background-color: #000 !important;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:link{background-color: #4e73df !important; color: #FFF !important;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f5f5f5 !important; color: #262626 !important;}


.navbar-top-links a:hover, .navbar-top-links a:active{ color:#FFF !important; background-color: #4e73df !important;}
.sidebar a:link, .sidebar a:visited{ color:rgba(255,255,255,.8) !important;}
.sidebar a:hover, .sidebar a:active{ color:#eee !important; background-color: #4e73df !important;}



.badge-notify{
    background-color:#68a9e7;
    color:#FFF;
    border:#32597e 1px solid;
    position:absolute;
    top: 10px;
    left:10px;

    font-size: 10px;
    border-radius: 10px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 3px;
}
.dropdown-mail li a{
    border-bottom: #e5e5e5 1px solid;
    padding-bottom:10px !important;
    padding-top:10px !important;
    margin:0px;
}


.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}


.alertON{
    color:#db504f;
}

.iSaidCenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.tab-content {
    overflow: auto;
}

.sidebar .active2 a:link, .sidebar .active2 a:visited { background-color: #000; color:#FFF !important; }



.panel-btns{
    border: none;
    box-shadow: none;
}




.iconmenu{
    display: block;
    width: 100%;
    overflow: auto;
}
.iconmenu .choice:link,.iconmenu .choice:visited{
    width: 75px;
    height: 100px;
    display: block;
    box-sizing: border-box;
    padding: 0px !important;
    position: relative;
    float: left;

    margin-left: 35px;
    margin-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.iconmenu .choice:hover, .iconmenu .choice:active{

}
.iconmenu .choice:link .ChoiceIcon{
    margin: auto;
    background-color: #CCC;
    width: 75px;
    height: 75px;
    display: inline-block;
    padding: 9px;
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    border-radius: 7px;
    color: #000000 !important;

    text-align: center;
    vertical-align: middle;

    box-sizing: border-box;
}
.iconmenu .choice:hover .ChoiceIcon, .iconmenu .choice:active .ChoiceIcon{
    color: #333333 !important;

    box-sizing: border-box;
}
.iconmenu .choice .IconText{
    position: absolute;
    width: 125px;
    bottom: 0px;
    left: -25px;
    text-align: center;

}



/* TIMELINE **/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 3%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}


/* Base */
.serviceValue{
  display:inline-block;
  min-width: 44px;
  text-align:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

/* 0 = ingen styling */
.sv-none{
  background:none;
  color: inherit;
  font-weight: 600;
}

/* RØD (1–300) */
.sv-red{
  background: linear-gradient(180deg, #ff5b5b, #c92d2d);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 4px 10px rgba(255,80,80,.45);
}

/* GUL (301–499) */
.sv-yellow{
  background: linear-gradient(180deg, #ffcc4d, #d4a000);
  color:#2a1b00;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 4px 10px rgba(255,200,60,.45);
}

/* GRØN (500–699) */
.sv-green{
  background: linear-gradient(180deg, #3dff8b, #1aa85c);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 4px 10px rgba(60,255,140,.45);
}

/* ✨ MAGISK (700+) */
.sv-magic{
  position: relative;
  background: linear-gradient(
    90deg,
    #7bffcb,
    #6ddcff,
    #b48bff,
    #ffd36e,
    #7bffcb
  );
  background-size: 300% 100%;
  animation: magicFlow 2.6s linear infinite;

  box-shadow:
    0 0 0 1px rgba(255,255,255,.35) inset,
    0 0 12px rgba(140,255,200,.75),
    0 0 24px rgba(120,180,255,.55);
}

/* Glow halo */
.sv-magic::after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:999px;
  background: inherit;
  filter: blur(8px);
  opacity:.55;
  z-index:-1;
}

@keyframes magicFlow{
  to { background-position: 300% 0; }
}


.timeline > li > .timeline-panel {
    width: 90%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 3%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/* MOBILE / DESKTOP FIXES */
.mobile-show{
    display:none;
}

@media(max-width: 768px){
    .mobile-show{
        display:block;
    }

    .mobile-hide{
        display:none
    }
}


.form-control-small{
    margin-top: -2px !important;
    margin-bottom: -2px;
    height: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
}



#long_description {
    resize:none;
}








/* Gorups fixes */
.input-group-addon {
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-addon:first-child {
    border-left-width: 1px;
}
.input-group-addon:last-child {
    border-right-width: 1px;
}

.cfix:after {
    content:"";
    clear:both;
    display:block;
}












.list-group-item-text{
    font-size: 12px;
}



/* Product create */
.categoriesProduct i {
    font-size: 90px;
    margin-bottom: 15px;
}









.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.tableButtons{
    white-space: nowrap;
}
.tableButtons a:link, .tableButtons a:visited{
    color: #333;
}

.tableButtons .disabled:link, .tableButtons .disabled:visited{
    color: #ccc;
}





.panel-footer-status{
    margin-top: 7px;
    display: none;
}

.panel-header-status{
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    display: none;
}


/* Only allow vertical resizing of textareas inside modals */
.modal-dialog textarea{
    resize: vertical;
}


#staffSearchWrapper{
}
#staffSearchWrapper ul{
    margin-top: -4px;
}
#staffSearchInput{
    border: none !important;
    outline: none !important;
    margin: 0px;
    border-radius: 2px;
    width: 300px;

}

#staffSearchResultsContainer{
    position: absolute;
    top: 50px;
    left: 250px;
    width: calc(100% - 250px);
    height: 500px;
    z-index: 100;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    box-sizing: border-box;
}
#staffSearchResultsBG{
    position: fixed;
    top: 50px;
    left: 250px;
    background-color: rgba(255,255,255,1);
    z-index: 100;
    height: 100%;
    width: 100%;
    z-index: 100;
}


#staffSearchResults, #staffSearchResults .aa-dropdown-menu{
    position: absolute;
    width: 100%;
    z-index: 120;
}





.staffSearchRow{
    border-bottom: #333 1px solid;
    padding-bottom: 20px;
    margin-top: 20px;
    width: calc(100% - 80px);
    overflow: auto;
}

.staffSearchRow .staffSearchThumbnail{
    width: 110px;
    float: left;
    overflow: auto;
}

.staffSearchRow .staffSearchThumbnail img{
    width: 100%;
    height: 110px;
}

.staffSearchRow .staffSearchThumbnail .staffSearchFA{
    font-size: 80px;
    width: 100%;
    height: 110px;
    background-color: #1d2a35;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
}

.staffSearchRowContent{
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 25px;
    float: left;
    overflow: auto;
}

.staffSearchRowTitle{
    font-size: 22px;
}






.HDF_imageManager_thumbnail{
    position: relative;
    overflow: hidden;
}
.HDF_imageManager_thumbnailMenu{
    display: none;

    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;

    background-color: rgba(50,50,50,0.5);
    color: #FFF;
    z-index: 98;
}
.HDF_imageManager .HDF_imageManager_thumbnail:hover .HDF_imageManager_thumbnailMenu{
    display: inline-block;
}
.HDF_imageManager_thumbnailMenu_zoomIcon {
    text-align: center;
}
.HDF_imageManager_thumbnailMenu_zoomIcon i{
    font-size: 300%;
    text-align: center;
    opacity: 0.75;
    cursor: pointer;
    margin: auto;
    margin-top: 29%;
}
.HDF_imageManager_thumbnailMenu_zoomIcon > i:hover{
    opacity: 1;
}

.HDF_imageManager_thumbnailMenu_deleteIcon{
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 4px;
    color: #FF0000;
    cursor: pointer;
}

.HDF_imageManager_thumbnailNumber{
    background-color: rgba(50, 50, 50, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 20%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #FFF;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 3px;
}
.HDF_imageManager .HDF_imageManager_thumbnail:hover .HDF_imageManager_thumbnailNumber{
    background-color: transparent;
}




#StaffGlobalSearchHits{
    position: absolute;
    top:50px;
    left: 250px;
    width: calc(100% - 250px);
    min-height: calc(100% - 50px);
    z-index: 999;
    box-sizing: border-box;

    background-color: #FFF;
    display: none;
    padding: 30px;
}

#StaffGlobalSearchHitsContainer{
    padding-top: 30px;
}
#StaffGlobalSearchHitsContainer .searchRow{

}

#StaffGlobalSearchHitsContainer .searchRowImage{
  background-color: transparent;
background-size: cover;
width: 110px;
height: 110px;
    border-radius: 1rem;
}
#StaffGlobalSearchHitsContainer .searchRowContent{
    padding-left: 20px;
}
#StaffGlobalSearchHitsContainer .searchRowContent h4{
    margin-top: 0px;
}
.w100 {
    width: 100%;
}
.dropdown-messages{
    width: 510px !important;
    max-height: 600px;
    overflow: scroll;
}
#browser-window{
    position: fixed;
    bottom: 0;
    z-index: 500;
}

.topActions{
    color:#333;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pointit{
    cursor: pointer;
}
.bubble-noChatNotice{
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    width: 90%;
    margin-left: 4%;
}
.badgenumber{
    background: #5bc0de;
    position: absolute;
    top: 15px;
    left: 45px;
}
.badgelist{background: #5bc0de;}
.redcross{float: right; color:#333}

.chatname{float: right; margin-top: 5px; margin-right: 20px}

.beskedDate{font-size: 9px}

.showchat{transition: 200ms; cursor: pointer}

.showchat:hover{
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
}
.bubble-container.ng-move , .bubble-container.ng-move-active{
    transition: all 500ms ease;
}
.bubble-container.ng-enter, .bubble-container.ng-enter-active {
    animation: zoomIn 500ms;
}

#note{
    width: 50%;
    float: left;
    margin-bottom: 50px;
    margin-right: 10px;
}
.panelSyg{
    font-size: 20px;
}
.panelSyg .col-lg-4{
    padding: 0;
    border:none;
}
.panelSyg .col-lg-4 .panel-heading{width: 90%; margin-left: 5%}

.inner-addon {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 40px;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#btnRequestHoli{
    margin-top: 30px;
}
.greentablerow td, .greentablerow{

color: #3c763d;
background-color: #dff0d8 !important;
border-color: #d6e9c6;
}

.dropdown-noti li a{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    height: 40px;
    padding-top: 20px;
    font-size: 16px;
    transition: 500ms;
}
.dropdown-noti>li>a:hover{
   cursor: pointer;
    transform: scale(1.1,1.1);
}
.dropdown-noti{min-height: 150px}

.casesTable tr{
    cursor: pointer;
}

.searchRow .rowImg:not(:first-child){
    margin-left: 20px;
}
.searchRow .rowImg{
    max-width: 20px;
}

.generateOffer{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}

.untaken{
   float: right;
    animation-iteration-count: infinite;
    background: #82c332;
    border-radius: 20px;
    font-size: 25px;
    color:#FFF;
    padding:20px;
}
.untaken:hover{
    cursor: pointer;
}
.allchatcontainer{
     position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.pcscChat{
    min-height: 340px;
    width: 280px;
    float: right;
    margin-left:10px;
}

.chatbob{
    width: 70%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.60);
     padding:15px;
     margin-bottom:10px;
}
.chatbobMe{
     width: 70%;
     margin-left: 25%;
     background: green;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.60);
    color:#fff;
    padding:15px;
    margin-bottom:10px;
}

.chatinput{
    position: absolute;
    bottom: 10px;
    width: 90%;
}

.messageCon{
    height: 250px;
    overflow: scroll;
}

.chatCloseOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:10;
    background: rgba(0,0,0,0.70);
}

.chatCloseOverlay p{
        position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    top: 100px;
}

.chatCloseOverlay button{
    position: absolute;
    top: 150px;
}

.closec {
    color:red;
    float: right;
    margin-right:10px;
    cursor: pointer;1
}
.ctime{
    float: right;
    font-size: 10px;
}
.csender{
    float: left;
    font-size: 10px;
}
.mbchat{
   margin:0;
   word-break: break-all;
}
.w100{
    width: 100%;
}

#HDFDialog .modal-lg{
    min-width: 80%;
}

#draftForm #serialnumber_title, #draftForm #serialnumber_body, #usedVatPrice_title, #usedVatPrice_body{
    display: none;
}

.sidebar-search{
  background: #4e73dfx;
}
.orderStatus span {
  padding: 10px;
font-size: 15px;
}


.chat{
    margin-top: auto;
    margin-bottom: auto;
  }
  .card{
    height: 500px;
    border-radius: 15px !important;
    background-color: rgba(0,0,0,0.4) !important;
  }
  .contacts_body{
    padding:  0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
  }
  .msg_card_body{
    overflow-y: auto;
  }
  .card-header{
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
  }
 .card-footer{
  border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}
  .container{
    align-content: center;
  }


  .type_msg{

    border:0 !important;
    color:#333 !important;
    height: 60px !important;
    overflow-y: auto;
  }
    .type_msg:focus{
       box-shadow:none !important;
         outline:0px !important;
  }
  .attach_btn{
border-radius: 15px 0 0 15px !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
  }
  .send_btn{
border-radius: 0 15px 15px 0 !important;
background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
  }
  .search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
  }
  .contacts{
    list-style: none;
    padding: 0;
  }
  .contacts li{
    width: 95% !important;
    margin-left: 2.5%;
    padding: 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 1rem;
    overflow: hidden;
    background: #ddd;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  }
  .contacts .user_info a{
    border-radius: 1rem;
  }

  .navbar .dropdown-menu{
    border-radius: 1rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #f1f1f1;
padding: 10px;
  }
  .navbar .dropdown-menu li a{
    font-size: 15px;
    font-weight: bold;
  }
  .navbar-top-links li a{
    border-radius: 1rem;
  }
.contacts .active{
    background: linear-gradient(120deg, #ff5b5b, #c92d2d);
}
.contacts .inactive{
  opacity: 0.7;
}
  .user_img{
    height: 70px;
    width: 70px;
    border:1.5px solid #f5f6fa;

  }
  .user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;

  }
.img_cont{
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
  position: absolute;
  height: 15px;
  width:15px;
  background-color: #4cd137;
  border-radius: 50%;
  bottom: 0.2em;
  right: 0.4em;
  border:1.5px solid white;
}
.offline{
  background-color: #c23616 !important;
}
.user_info{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.user_info span{
  font-size: 20px;
  color: white;
}
.user_info p{
font-size: 10px;
color: rgba(255,255,255,0.6);
}
.video_cam{
  margin-left: 50px;
  margin-top: 5px;
}
.video_cam span{
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
#SMSView{
  padding:20px;
  display: none;
}
.msg_cotainer{
  margin-top: auto;
  margin-bottom: 40px;
  /*margin-left: 10px; */
  border-radius: 1rem;
  background-color: #82ccdd;
  padding: 10px;
  position: relative;
}
.msg_cotainer_send{
  margin-top: auto;
  margin-bottom: auto;
  /* margin-right: 10px; */
  border-radius: 1rem;
  background-color: #78e08f;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
}
.msg_time{
  position: absolute;
  right: 0;
  bottom: -15px;
  color: #333;
  font-size: 10px;
}
.msg_time_send{
  position: absolute;
  right:0;
  bottom: -15px;
  color: #333;
  font-size: 10px;
}
.msg_head{
  position: relative;
}
#action_menu_btn{
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu{
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.action_menu ul{
  list-style: none;
  padding: 0;
margin: 0;
}
.action_menu ul li{
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.action_menu ul li i{
  padding-right: 10px;

}
.action_menu ul li:hover{
  cursor: pointer;
  background-color: rgba(0,0,0,0.2);
}
@media(max-width: 576px){
.contacts_card{
  margin-bottom: 15px !important;
}
}


.todoform{
 text-align: center;
}
.todoform label{
  font-size: 3vh;
    color: white;
}
.todoform #input{
  display: flex;
 justify-content: center;
 align-items: center;
 cursor: move;
}
.todoform input{
  border: none;
  margin-top: 3vh;
  padding: 2vh;
  width: 70%;
  outline: none;
  border-radius: 5px;
}

.todoform button{

      border: solid 1px #333;
      padding: 2vh 3vw;
      margin: 3vh 1vw 0 1vw;
      background: transparent;
      outline: none;
      border-radius: 5px;
      transition: all 0.5s ease;
      color: #333;

}
.todoform button:hover {
  background-color: white;
  color: #ff9966;
}


.todoform #list-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0% 4%;
}

.todoform ul {
  padding: 0;
}

#todo li {
  font-size: 18px;
      padding: 10px;
      margin: 1.5% 0.5%;
      color: white;
      width: 95%;
      list-style-type: none;
      background-color: #bdbdbd;
      border-radius: 5px;
      margin-left: -10px;
}

#todo #list-content i {
  float: right;
  color: white;
  margin-right: 3%;
  font-size: 110%;
  transition: all 0.5s ease;
}

#todo #list-content i:hover {
  cursor: pointer;
  color: #ffc2b3;
}

#todo #list-content .move {
  margin-left: 1%;
  float: left;
}

#todo #list-content .move:hover {
  cursor: move;
}

#todo .over {
  border: 2px solid #737373;
}

.checkOff{
  display: none;
}


.page-header{
  color: #5a5c69;
font-size: 30px;
}
#frontpage_PCSC_context, #frontpage_PCSC_title, #visibility_bc_title, #visibility_bc_body, #purchasable_when_out_of_stock_context,#purchasable_when_out_of_stock_title, #frontpage_BC_title, #frontpage_BC_body{
  display: none;
}

#os_licens_title{
display: none;
}

#Categories_Extra, #cover_text, #sale_BC_context, #sale_BC_body, #sale_BC_title, #sale_PCSC_title, #sale_PCSC_body, #os_licens_body, #os_licens_title{
display: none;
}

.navbar-inverse{
  background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%) !important;
  background-size: cover !important;
}

.navbar-inverse .dropdown-menu:not(.dropdown-messages) {
    background-color: #eee;
}
.navbar-inverse .dropdown-menu:not(.dropdown-messages) li a{
    padding:10px;
}
body #wrapper .navbar-inverse .dropdown-menu:not(.dropdown-messages) li a {
    color:#333 !important;
}




.scorering {
  text-align: center;
padding-top: 22px;
font-weight: bold;
background: #fff;
  position: absolute;
  height: 70px;
  width: 70px;
  left: 50%;
  top: 45%;
  opacity: 0;
  border: 1px solid blue;
  border-radius: 40px;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0.0;
  }
}


.servicescore {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    animation: animate 1.5s linear infinite;
    margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
@keyframes animate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.servicescore span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(#81d742, #bbf293, #81d742);
}

.servicescore span:nth-child(1) {
    filter: blur(5px);
}

.servicescore span:nth-child(2) {
    filter: blur(10px);
}

.servicescore span:nth-child(3) {
    filter: blur(25px);
}

.servicescore span:nth-child(4) {
    filter: blur(50px);
}

.servicescore:after {
    content:'';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255,255,255,.8)!important;
    border-radius: 50%;
}

.currentscore{
  position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
z-index: 10;
top: 18px;
font-weight: bold;
font-size: 18px;
}

body {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #41424a;
  }

 #page-wrapper .btn{

font-weight: bold;
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-radius: 1rem;
}

.btn{

--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-radius: 1rem;
}

.btn-group{
  padding-right: 0 !important;
}

.panel-default>.panel-heading{
  background-color:#dfdfdf;
}

.btn-xs{
  margin-top:-5px;
}
.page-header{
  border-bottom: 0px !important;
}

#page-wrapper .form-control, .form-control, .sidebar-search .form-control{
  border: 0px;
    background-color: #f8f9fc!important;
    border-radius: 0.35rem;
    color: #41424a;
    border: 2px solid #eee;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 1rem;
}
.panel-primary .panel-heading h3{
  color: #e7e7e7 !important;
    font-weight: bold;
}

.msg_cotainer, .msg_cotainer_send{
  color:#333;
}
#invoices .sm-btn-group{
  width:66px !important;
}
.nav>li>a{
  font-weight: bold;
}
.copytext{
  cursor: copy;
}

div.browse-wrap {
        top:0;
        left:0;
        margin:20px;
        cursor:pointer;
        overflow:hidden;
        padding:20px 60px;
        text-align:center;
        position:relative;
        background-color:#f6f7f8;
        border:solid 1px #d2d2d7;}
    div.title {
        color:#3b5998;
        font-size:14px;
        font-weight:bold;
        font-family:tahoma, arial, sans-serif;}
    input.upload {
        right:0;
        margin:0;
        bottom:0;
        padding:0;
        opacity:0;
        height:300px;
        outline:none;
        cursor:inherit;
        position:absolute;
        font-size:1000px !important;}
    span.upload-path {
        text-align: center;
        margin:20px;
        display:block;
        font-size: 80%;
        color:#3b5998;
        font-weight:bold;
        font-family:tahoma, arial, sans-serif;
}


@media(max-width:1050px){
  h1.page-header{
    margin-top: 140px;
    display: block;
    float: left;
    font-size: 25px;
  }
  .page-header .btn-group, .page-header .btn-primary{
    width: 100%;
margin-left: 0 !important;
margin-bottom: 5px;

  }
  .page-header .pull-right{
    margin-top:10px;
  }
  .page-header small{
    display: none;
  }
  .navbar-inverse .dropdown-menu{
    width:90vw !important;
    left:5vw;
  }
  .navbar-top-links li{
    position: initial !important;
  }
}


.notiItem{
  background: #43ac6a;
      height: 100px;
      padding-top: 30px;
      box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
}


#chat-container {
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
   }
   #chat-box {
     height: 400px;
     border: 1px solid #ccc;
     padding: 10px;
     overflow-y: auto;
     background: #f9f9f9;
   }
   .user, .assistant {
     margin-bottom: 10px;
   }
   .user strong { color: #1a73e8; }
   .assistant strong { color: #34a853; }
   #input-area {
     margin-top: 10px;
   }
   #user-input {
     width: 98%;
     border-radius: 10px;
     padding: 8px;
   }
   #send-btn {
     padding: 8px 12px;
   }


   #aiSupportModal .modal-content {
    background: #1b1b1b;
    border-radius: 12px;
    box-shadow: 0 0 15px #0ff3;
    border: none;
  }

  #aiSupportModal .modal-header,
  #aiSupportModal .modal-footer {
    border: none;
    background: none;
  }

  #aiSupportModal .modal-title {
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
  }

  #chat-box {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px;
    background: #000;
    box-shadow: inset 0 0 10px #0ff2;
    font-family: Consolas, monospace;
  }

  .user strong {
    color: #1e90ff;
  }


  #ai-activity-bar {
  height: 4px;
  background: linear-gradient(90deg, #00ffe0, #00ff80, #00ffe0);
  background-size: 200% auto;
  animation: pulseBar 2s linear infinite;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: -4px;
  box-shadow: 0 0 8px #00ffe0aa;
}

@keyframes pulseBar {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}


#chat-box {
  position: relative;
  overflow-y: scroll;
  /* eksisterende styles... */
}



.online-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-color: #00ff80;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff80;
  animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}


#aiSupportModal .modal-content {
  background: #1b1b1b;
  border-radius: 12px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
}

#aiSupportModal .modal-content::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00ffe0, #00ff80, #00ffe0);
  background-size: 400% 400%;
  animation: borderGlow 6s ease infinite;
  z-index: -1;
}


.magic-inventory-trigger{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  isolation: isolate;
}

/* Selve ikonet */
.magic-inventory-icon{
  font-size: 16px;
  transform: translateZ(0);
  filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  transition: transform .18s ease;
}

/* “Aurora/glow” bag ikonet */
.magic-inventory-trigger::before{
  content:"";
  position:absolute;
  inset: -10px;
  border-radius: 999px;
  background:
    radial-gradient(120px 70px at 20% 30%, rgba(120,190,255,.75), transparent 60%),
    radial-gradient(110px 70px at 80% 20%, rgba(190,120,255,.70), transparent 60%),
    radial-gradient(140px 90px at 60% 80%, rgba(120,255,200,.55), transparent 60%),
    radial-gradient(130px 80px at 30% 80%, rgba(255,170,120,.50), transparent 60%);
  filter: blur(10px) saturate(1.25);
  opacity: .0;
  transform: scale(.9);
  z-index: -1;
  animation: magicAurora 2.8s ease-in-out infinite;
}

/* En “glint” der kører hen over */
.magic-inventory-trigger::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 999px;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 20%,
    transparent 40%,
    transparent 100%);
  filter: blur(2px);
  opacity: 0;
  z-index: -1;
  animation: magicGlint 2.2s ease-in-out infinite;
}

.magic-inventory-trigger:hover .magic-inventory-icon{
  transform: translateY(-1px) scale(1.05);
}

/* Aktiv / fokus: gør den tydelig */
.magic-inventory-trigger:hover::before,
.magic-inventory-trigger:focus::before,
.magic-inventory-trigger:active::before{
  opacity: .9;
  transform: scale(1.0);
}

.magic-inventory-trigger:hover::after,
.magic-inventory-trigger:focus::after{
  opacity: .6;
}

@keyframes magicAurora{
  0%   { transform: scale(.92) rotate(0deg);   opacity: .35; }
  35%  { transform: scale(1.02) rotate(6deg);  opacity: .85; }
  70%  { transform: scale(.98) rotate(-4deg);  opacity: .65; }
  100% { transform: scale(.92) rotate(0deg);   opacity: .35; }
}

@keyframes magicGlint{
  0%, 45%  { transform: translateX(-30%); opacity: 0; }
  55%      { opacity: .55; }
  70%      { transform: translateX(30%); opacity: .15; }
  100%     { transform: translateX(30%); opacity: 0; }
}

/* Hvis brugeren har “reduce motion” */
@media (prefers-reduced-motion: reduce){
  .magic-inventory-trigger::before,
  .magic-inventory-trigger::after{
    animation: none;
  }
}


.modal-content, .inventory-table .btn{
  border-radius: 1rem;
}

.inventory-input.has-error {
  border-color: #a94442;
  box-shadow: 0 0 0 3px rgba(169, 68, 66, .12);
}

@keyframes invShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

.inventory-input.shake {
  animation: invShake .28s ease-in-out;
}



/* ---------- Global search input (valgfrit) ---------- */
#StaffGlobalSearch{
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
}
#StaffGlobalSearch:focus{
  outline: none;
  border-color: rgba(59,130,246,.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,.18);
}

/* ---------- Dropdown/panel ---------- */
#StaffGlobalSearchHits{
  display: none;              /* du styrer via JS */
  position: absolute;         /* vigtigt for dropdown feel */
  z-index: 9999;
  margin-top: 20px;
  margin-left:20px;
  width: min(980px, 92vw);
  max-height: min(70vh, 720px);
  overflow: auto;

  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);

  transform-origin: top;
  animation: staffSearchDropIn .12s ease-out;
}

@keyframes staffSearchDropIn{
  from { opacity: 0; transform: translateY(-6px) scale(.99); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Header-linje hvor du skriver "Søgetid ..." (hvis den ligger i boksen) */
#StaffGlobalSearchProcessingTimeMS{
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 14px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* Container padding */
#StaffGlobalSearchHitsContainer{
  padding: 10px;
}

/* ---------- Row = card ---------- */
.searchRow{
  display: flex;
  gap: 12px;
  align-items: flex-start;

  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  margin-top:20px;

  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.searchRow:hover{
  transform: translateY(-1px);
  border-color: rgba(59,130,246,.22);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}
.searchRow.is-active{
  border-color: rgba(59,130,246,.45);
  box-shadow: 0 0 0 4px rgba(59,130,246,.16), 0 10px 30px rgba(0,0,0,.10);
}

/* Drop den gamle hr-divider og brug spacing i stedet */
#StaffGlobalSearchHitsContainer hr{
  display:none;
}
#StaffGlobalSearchHitsContainer .searchRow + .searchRow{
  margin-top: 10px;
}

/* ---------- Image ---------- */
.searchRowImage{
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}

/* ---------- Content ---------- */
.searchRowContent{
  flex: 1;
  min-width: 0;
}
.searchRowContent h4{
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}
.searchRowContent a{
  text-decoration: none;
}
.searchRowContent a:hover h4{
  text-decoration: underline;
}

/* Meta-line (ikon + smådata) */
.searchRowContent .meta{
  font-size: 12.5px;
  color: rgba(0,0,0,.62);
  margin-top: 2px;
}
.searchRowContent .meta i{
  opacity: .75;
}

/* Specs: små “chips” */
.searchRowContent .specs{
  display:flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 6px;
}
.searchRowContent .specChip{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  font-size: 12px;
  color: rgba(0,0,0,.75);
}
.rowImg{
  width: 14px;
  height: 14px;
  opacity: .85;
}

/* Labels (bootstrap label) – lidt mere moderne */
.label{
  border-radius: 999px !important;

  font-weight: 600;
}

/* Knapper: mindre “bootstrap 3”-feel */
.searchRow .btn.btn-xs{
  border-radius: 10px;
  padding: 5px 8px;
  border-color: rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.searchRow .btn.btn-xs:hover{
  transform: translateY(-1px);
  background: rgba(59,130,246,.06);
  border-color: rgba(59,130,246,.22);
}

/* Highlight fra Algolia (hvis du bruger <mark>) */
#StaffGlobalSearchHits mark{
  background: rgba(250,204,21,.35);
  padding: 0 .2em;
  border-radius: .35em;
}


body, input, button, h1, h2, h3, h4, h5, p, a, div {
  font-family: 'Inter', sans-serif !important;
}

/* ============================================================================
 * Product typeahead — specs-linje (cpu/ram/hdd/gpu under produktnavnet)
 * Bruges af pcsc_case_invoicing_v2.js på sagssiden
 * ========================================================================== */
.tt-suggestion-specs{
    font-size: 12px;
    color: #5a6477;
    margin: 2px 0 4px 0;
    padding-right: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
}
.tt-spec-icon{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    opacity: 0.75;
}
.tt-spec-val{
    margin: 0 4px 0 2px;
}
.tt-spec-sep{
    color: #c5cbd3;
    margin: 0 2px;
}

/* Hvid spec-tekst + ikoner når rækken hover'es / fokuseres */
.tt-suggestion:hover .tt-suggestion-specs span,
.tt-suggestion:focus .tt-suggestion-specs span,
.tt-suggestion.tt-cursor .tt-suggestion-specs span {
    color: #ffffff !important;
}
.tt-suggestion:hover .tt-suggestion-specs img,
.tt-suggestion:focus .tt-suggestion-specs img,
.tt-suggestion.tt-cursor .tt-suggestion-specs img {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

/* Pointer-cursor på alle hits, så det er tydeligt at de er klikbare */
.tt-suggestion,
.tt-suggestion * {
    cursor: pointer !important;
}

/* Loader til produkt-søgefelt (pcsc_case_invoicing_v2.js):
   spinner i højre side + shimmer-gradient hen over hele feltet */
.twitter-typeahead.pmv-search-loading{
    position: relative !important;
}
/* Spinner */
.twitter-typeahead.pmv-search-loading::after{
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 2px solid #c4cbd6;
    border-top-color: #1e3a5f;
    border-radius: 50%;
    animation: pmv-spin 0.7s linear infinite;
    z-index: 11;
    pointer-events: none;
}
/* Shimmer-effekt: blå gradient glider hen over feltet (samme pattern som
   sidebar global search). Synlig 'sweep'-bevægelse fra venstre mod højre. */
.twitter-typeahead.pmv-search-loading::before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    /* Wrapper er 32px høj, men selve input (form-control) strækker ~40px;
       udvid sweep'en lidt udenfor wrapper-grænserne så den dækker helt. */
    top: -2px; bottom: -8px;
    pointer-events: none;
    border-radius: 4px;
    z-index: 10;
    background: linear-gradient(90deg,
        transparent              0%,
        rgba(30,58,95,0.10)     35%,
        rgba(30,58,95,0.28)     50%,
        rgba(30,58,95,0.10)     65%,
        transparent            100%);
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position: -50% 0;
    animation: pmv-shimmer 1.2s linear infinite;
}
@keyframes pmv-spin{
    to { transform: rotate(360deg); }
}
@keyframes pmv-shimmer{
    0%   { background-position: -50% 0; }
    100% { background-position: 150% 0; }
}
