﻿/* 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: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.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;
}

#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: 0 0;
}
.success-colour {
    color: #00ae00;
}
.hideElement {
    display: none;
}

.clientSelectionButton {
    font-size: 32px;
    color: #0366d6;
}

.clientSelectionButtonDisabled {
    font-size: 32px;
    color: gray;
}

.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;
    }
}

/* 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;
    }
}