ˇ
/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.leftmenu {

    visibility: hidden;
    display: none;
}

#toplogo2 {

    visibility: hidden;
    display: none;
}

#toplogo {
    visibility: visible;
    display: block;
}



.bigproductpictures2 {
    padding-top: 10px;
    visibility: hidden;
    display: none;
}

.bigpictext {
    padding-top: 5px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.values {
    background-image: url('http://www.gymnashop.dk/grafik/gymback2.jpg');
    background-size: cover;
    background-position: -0px -0px;
    color: #fff;
    padding-bottom: 2rem;
    padding-top: 3rem;
    margin-bottom: 20px;
}


.value-multiplier {
    margin-bottom: .5rem;
    color: #e9196d;
}


.value-heading {
    margin-bottom: .3rem;
}


.value-description {

    font-weight: 300;
}




.header {
    margin-top: 6rem;
    text-align: left;
}

.value-prop {
    margin-top: 1rem;
}

.value-props {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.docs-header {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    font-weight: 600;
}

.docs-section {
    border-top: 1px solid #eee;
    padding: 4rem 0;
    margin-bottom: 0;
}

.value-img {
    display: block;
    text-align: center;
    margin: 2.5rem auto 0;
}

.example-grid .column,
.example-grid .columns {
    background: #EEE;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
}

.docs-example .row,
.docs-example.row,
.docs-example form {
    margin-bottom: 0;
}

.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
    margin-bottom: 1rem;
}

.heading-font-size {
    font-size: 1.2rem;
    color: #999;
    letter-spacing: normal;
}

.code-example {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.code-example-body {
    white-space: pre;
    word-wrap: break-word
}

.example {
    position: relative;
    margin-top: 4rem;
}

.example-header {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .1rem;
}

.example-description {
    margin-bottom: 1.5rem;
}

.example-screenshot-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #eee;
    height: 250px;
}

.example-screenshot {
    width: 100%;
    height: auto;
}

.example-screenshot.coming-soon {
    width: auto;
    position: absolute;
    background: #eee;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #39b54a
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

h5 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

/* Larger than phone */


@media (max-width: 550px) {

    #toplogo2 {
        visibility: visible;
        display: inline;
    }

    #toplogo {
        visibility: hidden;
        display: none;
    }

    #minibasket {
        visibility: hidden;
        display: none;
    }

    #miniheader {
        visibility: visible;
        display: inline;
    }
}

@media (min-width: 550px) {
    #miniheader {
        visibility: hidden;
        display: none;
        border: 1px solid black;
    }

    .header {
        margin-top: 18rem;
    }

    .value-props {
        margin-top: 9rem;
        margin-bottom: 7rem;
    }

    .value-img {
        margin-bottom: 1rem;
    }

    .example-grid .column,
    .example-grid .columns {
        margin-bottom: 1.5rem;
    }

    .docs-section {
        padding: 6rem 0;
    }

    .example-send-yourself-copy {
        float: right;
        margin-top: 12px;
    }

    .example-screenshot-wrapper {
        position: absolute;
        width: 48%;
        height: 100%;
        left: 0;
        max-height: none;
    }
}

/* hide menu */
@media (min-width: 950px) {
    .leftmenu {
        visibility: visible;
        display: block;
    }

    #toplogo {
        visibility: visible;
        display: block;
    }


}



/* Larger than tablet */
@media (min-width: 750px) {
    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }

    .has-docked-nav .navbar-spacer {
        display: block;
    }

    /* Re-overiding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar>.container {
        width: 80%;
    }

    /* Popover */
    .popover.open {
        display: block;
    }

    .popover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        top: 92%;
        left: -50%;
        -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
        -moz-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
    }

    .popover-item:first-child .popover-link:after,
    .popover-item:first-child .popover-link:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popover-item:first-child .popover-link:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .popover-item:first-child .popover-link:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #eee;
        border-width: 11px;
        margin-left: -11px;
    }

    .popover-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .popover-item {
        padding: 0;
        margin: 0;
    }

    .popover-link {
        position: relative;
        color: #222;
        display: block;
        padding: 8px 20px;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.0rem;
        font-weight: 600;
        text-align: center;
        letter-spacing: .1rem;
    }

    .popover-item:first-child .popover-link {
        border-radius: 4px 4px 0 0;
    }

    .popover-item:last-child .popover-link {
        border-radius: 0 0 4px 4px;
        border-bottom-width: 0;
    }

    .popover-link:hover {
        color: #fff;
        background: #33C3F0;
    }

    .popover-link:hover,
    .popover-item:first-child .popover-link:hover:after {
        border-bottom-color: #33C3F0;
    }
}

h1 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 24px
}

h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 20px
}

h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

h5 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

.footer {
    padding: 30px;
    background: #4c4a4a;
    color: white;
}

.topmenuback {
    padding: 20px;
    background: #4c4a4a;
    color: white;

}

.topbar {

    background: #01aeef;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

#searchbutton {
    font-weight: bold;

    background: #36ac49;
    border: 0px;
    padding: 0px 15px;
}

#basketbutton {
    margin-top: 10px;
    font-weight: bold;
    background: #36ac49;
    border: 0px;
    padding: 0px 15px;
}

.minisearch {
    margin-top: 15px;
}

.searchbox {
    color: #333;
    width: 70%;
    margin-right: 10px;

    font-weight: bold;
}

.frontbox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
    font-size: 1.2em;
    float: left;
}

.herfinderdu {
    background: #01aeef;
}

.sgroup {

    background: #333;
    color: white;
    margin: 3px;
    float: left;
    padding: 5px;
}

.normaltext {
    font-size: 1.4em;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.breadtext {
    font-size: 1.4em;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}


.normaltext2 {
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
    color: #fff;
    line-height: 1.4em;
}

.plusbox {
    background: #4c4a4a;
    color: white;
    float: left;
    padding: 3px;
    margin-right: 10px;
}

.plusbox2 {

    color: white;
    float: left;
    padding: 3px;
    margin-right: 10px;
}

.varer {
    padding: 5px;


}

.left {
    color: #01aeef;
    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    text-decoration: none;

}

.left_selected {
    color: #04955d;

    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    text-decoration: none;

}

.subleft_selected {

    color: #01aeef;
    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}

.subleft {
    padding-left: 10px;
    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 5px;

    font-weight: bold;
    text-decoration: none;

}

.breadcrumb {
    margin-top: 10px;
    font-size: 1.1em;
}

.material-icons {
    font-size: 12px;

}


.salesgroupheader {
    text-decoration: none;
    color: #333;
    font-size: 2.5em;
    line-height: 2.5em;
}


.groupbox {
    height: 100%;


    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
}

.overimage {
    position: relative;
    bottom: 0px;

    width: 100%;
    background: #01aeef;
    font-size: 1.7em;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    color: #333;

}

.black {
    color: #333;
    text-decoration: none;
}

.productbox {
    height: 100%;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;

}

.product_box_text {
    padding: 2px;
    text-decoration: none;
    color: #333;

}

.product_box_pris {
    color: #0074bb;
}

.product_box_tilbud {
    background: Yellow;
    color: black;
}

.productheader {
    text-decoration: none;
}

.productheader:hover {
    color: green;
    text-decoration: underline;
}

.smallprodpics {
    margin-right: 10px;
}

.productpresbox_image {

    border: 1px solid black;
}

.bulletlist {
    font-size: 1.5em;
    font-weight: bold;

}

#basketpopup {

    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    margin: auto;
    z-index: 1000;
    padding: 10px;
    background: white;
    box-shadow: 0 0 10px 0 #000;
    text-align: center;
}


#delete {
    background: red;
    color: white;
}

.baskettable {
    font-size: 1.2em;
}


.digits {
    font-family: 'Source Sans Pro', sans-serif;
}


.hoveron td {
    padding: 2px;
}

.hoveron:hover {

    cursor: pointer;
    background: #999;
    color: white;

}




.bullet {
    list-style-type: hidden;
}

.linkitem {
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: normal;
}

.linkitemhref {
    font-weight: bold;
    display: block;
}

.blogtext {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #111;
    font-weight: 500;
}


.xmodal {
    /* some styles to position the modal at the center of the page */
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    z-index: 10;
    line-height: 2em;
    padding: 10%;
    background-color: rgba(0, 0, 0, 0.7);
    /*dim the background*/
    color: white;
    border: 1px solid black;
    font-size: 3em;
    visibility: hidden;
}

ul {

    color: #39b54a
}


.adminmenu {
    width: 100%;
    background: grey;
}

.menuitem {
    font-family: arial;
    background: grey;
    font-weight: bold;
    font-size: 15px;


    color: white;
    padding: 3px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;


}

.menuitem2,
.menuitem3,
.menuitem4,
.menuitem5,
.menuitem6 {
    font-family: arial;
    background: red;
    font-weight: bold;
    font-size: 15px;
    color: white;
    padding: 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;

}

.menuitem2 hover {
    cursor: hand;
}


/************ Datatable **************/

.datatable .header {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #96c11f;
    color: black;

    font-family: calibri;
}

.datatable .header2 {
    font-size: 15px;
    font-weight: bold;

    color: white;
    background: #333333;
}

.datatable td {

    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
}



.maincontent {
    font-weight: bold;
    Color: #333;
}

.int {
    text-align: right;
}

.datalines {

    border-bottom: 1px dotted #ccc;
}

body {
    padding-top: 70px;
}

.myfixed-bottom {
    background-color: gray;
    color: #000;
}

.dots {
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.dots::after {
    content: ". . . . . . . . . . . . . . . . . . . . . .";
    display: inline-block;
    /* vertical-align: 1px; */
    padding-left: 5px;
}

.search-box {
    width: 100%;
    position: relative;
}

.search-box input {
    border-color: #dfe3e8;
    box-shadow: none
}

.search-box input,
.search-box .btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-append .btn,
.input-group-append .btn:active {
    border-color: #eb5844;
    background: #eb5844 !important;
}

.navbar-custom {
    background-color: var(--nav-0-bg-clr) !important;
    height: 40px;
    font-size: 1em;
}

.navbar-brand {
    padding-left: 10px;
    font-size: 1.0rem;
    font-weight: bold;
}

.navbar-custom ul {
    padding-top: 0px;
}

.navbar-custom li {
    margin-bottom: 0.02rem !important;
    padding-top: 0px;
}


.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: var(--nav-0-txt-clr) !important;
}

.navbar-custom .nav-item .nav-link {
    color: var(--nav-0-txt-clr) !important;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item .nav-link:active,
.navbar-custom .nav-item .nav-link:focus {
    color: var(--nav-0-link-clr) !important;
    background-color: var(--nav-0-link-bg-clr) !important;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-custom .nav-item:hover .nav-link {
    color: var(--nav-0-link-clr) !important;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-custom .nav-item {
    border-right: solid var(--nav-seperator-clr) 1px;
}

.navbar-top .active {
    color: var(--nav-0-txt-clr);
    background-color: hsl(207, 90%, 32%) !important;
}

.navbar-custom2 {
    background-color: var(--nav-0-link-bg-clr);
    height: 35px;
    font-size: 1.05em;

}

.navbar-custom2 .nav-item-sep {
    margin-top: 0.8em;
    height: 12px;
    border-right: solid var(--nav-0-txt-clr) 1px;
}

.navbar-custom2 .nav-item .nav-link {
    color: var(--nav-0-txt-clr);
    padding-left: 12px;
    padding-right: 12px;
    margin-top: .2em;
}

.navbar-custom2 ul {
    padding-top: 0px;
    height: 38px;
    --bs-nav-link-padding-y: 0.2rem;
}

.navbar-custom2 .nav-item.active .nav-link,
.navbar-custom2 .nav-item .nav-link:active,
.navbar-custom2 .nav-item .nav-link:focus {
    color: var(--nav-0-link-clr);
}

.navbar-custom2 .nav-item:hover .nav-link {
    color: var(--nav-0-link-clr);

    padding-left: 12px;
    padding-right: 12px;
}

/* MATERIAL ICONS */
.material-icons.nav {
    font-size: 18px;
    color: white;
}

.navbar .dropdown-menu a {
    padding: 6px 20px;
}

.navbar .search-dropdown .dropdown-menu {
    width: 400px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
}

.material-icons {
    font-size: 18px !important;
    color: black
}

.material-icons.primary {
    font-size: 18px;
    color: #3CB371;
}

.material-icons.secondary {
    font-size: 18px;
    color: orange;
}

.material-icons.sort {
    font-size: 18px;
    color: black
}


.material-icons.v-align {
    vertical-align: -6px;
    padding-right: 10px;
    color: white !important;
}

input[readonly] {
    background-color: hsl(210, 16%, 93%);
    pointer-events: none;
}

.normalfont {
    font-weight: 400;
}

body {
    padding-top: 75px;
}

#loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.clickable-row {
    cursor: pointer;
    transition: background-color 0.2s;
}

.clickable-row:hover {
    background-color: #f5f5f5;
    /* Change the background color on hover */
}

/* Base styles for table headers */
table.sortable th {
    position: relative;
    /* Required for positioning the pseudo-elements */
    cursor: pointer;
    /* Optional: Changes the cursor on hover to indicate sorting */
}

/* Style for ascending sort arrow */
table.sortable th.sort-asc::after {
    content: "";
    position: absolute;
    right: 10px;
    /* Adjust as needed */
    top: 50%;
    border-left: 5px solid transparent;
    /* Adjust size as needed */
    border-right: 5px solid transparent;
    /* Adjust size as needed */
    border-bottom: 5px solid black;
    /* Adjust size and color as needed */
    transform: translateY(-50%);
}

/* Style for descending sort arrow */
table.sortable th.sort-desc::after {
    content: "";
    position: absolute;
    right: 10px;
    /* Adjust as needed */
    top: 50%;
    border-left: 5px solid transparent;
    /* Adjust size as needed */
    border-right: 5px solid transparent;
    /* Adjust size as needed */
    border-top: 5px solid black;
    /* Adjust size and color as needed */
    transform: translateY(-50%);
}

.custon-toast {
    /* ... other styles ... */
    top: 0px;
    /* Adjust this value based on your navbar's height */
    z-index: 1050;
    position: fixed;
    /* High z-index to ensure it is on top of everything */
    left: 50%;
    /* Center the toast */
}

.sticky-header th {
    position: sticky;
    top: 0px;
    background-color: white;
    /* Ensure the header is not transparent */
    z-index: 1020;
    /* Set a z-index if needed to ensure the header is on top */
}

.table-nowrap td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    /* Set a maximum width for each cell */
}

.clickable-row {
    cursor: pointer;
}

.clickable-row-detail {
    cursor: pointer;
}

.scrollable-col {
    max-height: 100vh;
    /* Adjust this value as needed */
    overflow-y: auto;
}

.sticky-top {
    z-index: 1020;
    /* Ensure it's above most elements but adjust as necessary */
    background-color: white;
    /* Match your table or site's design */
    /* box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .4); */
    /* Optional: Adds a shadow for better separation */
}

.crop {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    /* Adjust as necessary */
}

/* Tooltip effect on hover */
.crop:hover::after {
    content: attr(title);
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}

.navbar-brand img {
    height: 40px;
    /* Adjust this value based on your needs */
    width: auto;
}

.modal-body {
    max-height: calc(100vh - 210px);
    /* Adjust the 210px based on your modal's header and footer */
    overflow-y: auto;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.header-line {
    border-bottom: 1px solid #000;
    margin-bottom: 7px;
}

.custom-border {
    padding: 0.25rem 0.5rem;
    border: 1px solid #afafaf;
    border-radius: 0.25rem;
    /* Optional: Adds rounded corners to the border */
}