﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.header_container {
    background: #000000;
    width: 100%;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.header_item_container {
    flex: 1;
    display: flex;
    padding: 10px;
    height: 40px;
    justify-content: center;
    align-self: center;
}

.adx-logo-main {
    align-self: center;
    margin: 0 auto;
    cursor: pointer;
}

.header_link_container {
    text-transform: uppercase;
    background: -moz-linear-gradient(-45deg, rgba(236,99,44,0) 16%, rgba(236,99,44,0) 13%, rgba(236,99,44,1) 14%, rgba(236,99,44,1) 25%,rgba(0,0,0,1) 26%,rgba(0,0,0,1) 87%, rgba(0,0,0,0) 88%);
    background: -webkit-linear-gradient(-45deg, rgba(236,99,44,0) 16%,rgba(236,99,44,0) 13%,rgba(236,99,44,1) 14%,rgba(236,99,44,1) 25%,rgba(0,0,0,1) 26%,rgba(0,0,0,1) 87%,rgba(0,0,0,0) 88%);
    background: linear-gradient(135deg, rgba(236,99,44,0) 16%,rgba(236,99,44,0) 13%,rgba(236,99,44,1) 14%,rgba(236,99,44,1) 25%,rgba(0,0,0,1) 26%,rgba(0,0,0,1) 87%,rgba(0,0,0,0) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ec632c', endColorstr='#00000000',GradientType=1 );
    padding: 10px;
    transition: 0.8s;
    color: #ffffff;
}

    .header_link_container:hover {
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 16%, rgba(255,255,255,0) 13%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 32%, rgba(0,0,0,1) 33%, rgba(0,0,0,1) 87%, rgba(0,0,0,0) 88%);
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 16%,rgba(255,255,255,0) 13%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 32%,rgba(0,0,0,1) 33%,rgba(0,0,0,1) 87%,rgba(0,0,0,0) 88%);
        background: linear-gradient(135deg, rgba(255,255,255,0) 16%,rgba(255,255,255,0) 13%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 32%,rgba(0,0,0,1) 33%,rgba(0,0,0,1) 87%,rgba(0,0,0,0) 88%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1 );
        transition: 0.8s;
        color: #ffffff;
        text-decoration: none;
    }

.header_link_label {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 50px;
    font-size: 12px;
}

.adx-nav {
    padding: 0;
    margin: auto;
    width: 1240px;
}

.innerCategoryWrapper {
    width: calc(100% + 24px);
    margin: 0 -12px;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.categoryWrapper {
    width: 1240px;
    margin: auto;
}

.hubContainer {
    width: 100%;
    display: inline-block;
    padding: 12px;
    font-size: 12px;
    margin-bottom: 10px;
}

.categoryContainer {
    width: 100%;
    display: inline-block;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 12px;
}

.categoryBanner {
    width: 100%;
}

.text-center {
    margin-top: 24px;
    margin-bottom: 12px;
}

.productName {
    margin-right: 24px;
}

.link-software {
    margin-right: 12px;
}

.link-manual {
    float: right;
}

.productContainer {
    padding: 6px 12px;
    width: 49%;
    display: inline-block;
}

.categoryBannerContainer {
    margin-bottom: 12px;
    padding-bottom: 6px;
    background: black;
    text-align: center;
    text-transform: uppercase;
    color: #e66c2d;
}

.country-selector {
    margin: 0;
    padding: 0px;
    text-align: right;
}

    .country-selector li {
        padding-bottom: 1px;
        padding-left: 7px;
        padding-top: 5px;
        display: inline-block;
    }

    .country-selector a {
        width: 25px;
        display: block;
    }

    .country-selector img {
        display: block;
        width: 100%;
    }

#cookieConsent {
    width: 1240px;
    margin: 0 auto;
}


@media only screen and (min-width: 961px) and (max-width: 1240px) {
    .adx-nav {
        width: 100%;
    }

    .categoryWrapper {
        width: 100%;
    }

    .text-center > img {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .adx-nav {
        width: 100%;
    }

    .categoryWrapper {
        width: 100%;
    }

    .header_container {
        flex-wrap: wrap;
        height: unset;
    }

    .header_item_container {
        width: 50%;
        flex: unset;
    }

    .header_logo_container {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 12px;
    }

    .header_link_container {
        margin: 12px 0;
    }

    .text-center > img {
        width: 100%;
    }

    .productContainer {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .categoryContainer {
        width: 100%;
    }

    .hubContainer {
        width: 100%;
    }

    .text-center > img {
        width: 100%;
    }

    .productContainer {
        width: 100%
    }

    #cookieConsent {
        width: 100%;
    }
}
