﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #0179ae;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
    background-color: #fafafa;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.center-div {
    align-content: center;
}

.container-login {
    max-width: 550px;
}

.primary-colour {
    color: #0179ae;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

.navbar-items.active {
    color: white !important;
    background-color: #0179AE;
}

.navbar-items:hover {
    color: white !important;
    background-color: #2fa8dd;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.grid-border {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .grid-border {
        border-bottom: none;
        border-right: 1px solid #dee2e6 !important;
    }
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

.sign-in-form {
    width: 100%;
    max-width: 450px;
    padding: 15px;
}

.form-label-group > input {
    padding: 23px;
}

.navigation-arrow {
    color: #000 !important;
    white-space: normal;
    background-color: #f1f1f1 !important;
    border-radius: 50%;
    font-size: 18px !important;
}

.button-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    #bg {
        z-index: -999;
        position: fixed;
        top: 0%;
        left: -50%;
        width: 200%;
        height: 200%;
    }
}

@media only screen and (min-width: 600px) {
    #bg {
        z-index: -999;
        position: fixed;
        top: -5%;
        left: -50%;
        width: 200%;
        height: 200%;
    }
}

@media only screen and (min-width: 992px) {
    #bg {
        z-index: -999;
        position: fixed;
        top: -20%;
        left: -50%;
        width: 200%;
        height: 200%;
    }
}

#bg img {
    z-index: -999;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../img/TENA-Masterbrand-Helix-DMS-RGB.png);
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-padding {
    padding: 0 0;
}
.success-colour {
    color: #00ae00;
}
.hideElement {
    display: none;
}

.popup-no-pointer {
    pointer-events: none;
}

.largeModalHeight {
    max-height: 95vh;
}

.modal-content-scroll {
    overflow-y: auto;
}

.clientSelectionButton {
    font-size: 32px;
    color: #0366d6;
}

.clientSelectionButtonDisabled {
    font-size: 32px;
    color: lightgray;
    cursor: default;
}

.table td.deleteClientPadding {
    text-align: end;
    padding-right: 0px;
}

.small-icon {
    margin: 10px;
    color: #0366d6
}


.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
}

.error {
    color: red;
    font-size: smaller;
}

.margin-bottom-none {
    margin-bottom: 0px;
}

.subheader-text {
    font-size: 1.2em;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}
input::-webkit-calendar-picker-indicator {
    display: none;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .font-size-small {
        font-size: 11px;
    }
    .font-size-large {
        font-size: 14px;
    }

    td[id^='dropdown-container'] {
        padding: 0.75rem 0rem 0.75rem 0rem;
        vertical-align: top;
    }

    .custom-select {
        width: 75%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .font-size-small {
        font-size: 13px;
    }
    .font-size-large {
        font-size: 16px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .font-size-small {
        font-size: 15px;
    }
    .font-size-large {
        font-size: 20px;
    }
}
.faq-accordian {
    position: relative;
    z-index: 0;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #fff;
                
    background-color: #0f62a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
    color: #fafafa;
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

.product-left-padding {
    padding-left: 15px;
}

.padding-left-2rem {
    padding-left: 2rem!important;
}

.product-left-border {
    border-left: inset;
}

.order-lines {
    display: block;
}
.contacts-card {
    max-height: 500px;
    overflow: auto;
}

.order-group {
    border-left: #0366d6 solid 0.15em;
    padding-left: 1em;
    margin-top: 1em;
}

#deliveryAddressWarning {
    margin-top: 10px;
}

.warning {
    text-align: left;
    color: red;
    font-size: small;
    margin-right: 1rem;
}

.information {
    text-align: left;
    color: #0179ae;
    font-size: small;
    margin-right: 1rem;
}

.header-padding {
    padding: 0.65rem;
}
