﻿@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger'), url('../../fonts/Frutiger.woff') format('woff');
}

* {
    font-weight: 400;
    font-size: 15px;
    font-family: Frutiger;
}

.main {
    max-width: 1400px;
    margin: 0 auto;
}

.btn {
    font-size: 18px;
    padding: 15px !important;
    font-weight: 600;
}

.input-group-append .btn {
    padding: 0;
}

h1, h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: Frutiger !important;
}

.logo {
    margin: 40px 0;
}

.field-validation-error {
    color: white;
    background-color: #330072;
    line-height: 36px;
    padding: 5px;
    border-radius: 0.2rem;
}

.sidebar-brand {
    padding: 23px;
}

    .sidebar-brand:hover {
        padding: 23px;
    }

    .bg-nhs, .sidebar-content, .sidebar-brand, .sidebar-nav, .sidebar-brand:hover {
        background-color: #005eb8;
        background: #005eb8;
        border-color: #005eb8;
        color: white;
    }

.btn-nhs {
    background-color: #ae2573;
    color: white !important;
}

.link-nhs {
    color: #ae2573;
}

.card-body {
    border-radius: 8px;
    padding: 17px 25px !important;
}

.asset-thumb {
    border-radius: 0.2rem !important;
}

textarea.form-control {
    min-height: 170px !important;
}

.frmLogin input[type=text].form-control, .frmLogin input[type=password].form-control {
    height: 55px !important;
}

.form-control {
    font-size: 1rem;
    padding: 12px;
}

.logo-title {
    margin-top: 10px;
    margin-bottom: 25px;
}

    .logo-title h1 {
        margin-bottom: 0px;
    }


.sidebar-item .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
    background: none;
    color: white;
}

.sidebar-link .fas {
    color: white !important;
}

.sidebar-link:hover .fas {
    color: #005eb8 !important;
}

.wrapper:before {
    background: none;
}

.splash .splash-icon {
    background-color: transparent;
}


.input-group-append .btn-nhs {
    width: 100px;
    font-size: 18px;
}


.asset-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

.asset-card .row > * {
    padding: 0px;
}

.expiry-state {
    border-radius: 3px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    Padding: 5px;
}

.expiry-state-green {
    background-color: #78BE20;
}

.expiry-state-red {
    background-color: #DA291C;
}

.expiry-state-yellow {
    background-color: #ED8B00;
}


.tags-input input {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    color: #495057;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem .7rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}


.label {
    padding: 3px;
    border-radius: 3px;
}

.label-info {
    background-color: #005eb8;
}

.amsify-suggestags-area .amsify-suggestags-list {
    width: 85% !important;
}

    .amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item {
        background: white;
        color: #005eb8;
        border-radius: 3px;
        margin: 3px;
        width: fit-content;
        width: -moz-fit-content;
    }

        .amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:hover {
            background-color: #005eb8 !important;
            color: white;
        }


.form-group {
    margin-bottom: 20px;
}

#imgUpload {
    margin-bottom: 20px;
}

.form-check-input:checked {
    background-color: #ae2573;
}

.content {
    margin-top: 0px;
}


.search-bar input[type=text] {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    border-right: none;
}


.badge {
    padding: 8px;
    border-radius: 15px;
    margin-right: 5px;
}

.badge-light {
    background: white;
    color: black;
}


.dataTables_length select {
    color: white;
    background: #005eb8;
}

.dataTable {
    background: white;
}

.dataTables_filter input {
    background: white !important;
}

.dataTables_length {
    margin-bottom: 20px;
}

.paginate_button {
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous,.next) {
    border: none;
    box-shadow: none;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: white;
    color: blue !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ccc;
    color: blue !important;
}

.btnAdvancedSearch, .btnLogOut, .btnLogo {
    position: relative;
}


.modal-backdrop {
    opacity: 0.5 !important;
}

.modal-nhs {
    border: none;
    padding: 45px;
}

.btn-search-bar {
    border-radius: 0 0.2em 0.2em 0;
}


.btn-table-header {
    width: 20px;
    height: 20px;
    padding: 0px !important;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #ccc !important;
    border-color: #ccc !important;
}

    .btn-outline-success.disabled i, .btn-outline-success:disabled i {
        color: #ccc !important;
    }


.btn-table-header i {
    font-size: 11px !important;
}

.btn-outline-danger {
    background: none !important;
}

.logo-colour {
    margin-top: 10px;
    width: 250px !important;
}

.search-bar {
    margin: 20px auto;
    width: 95%;
    padding: .5rem;
}

@media screen and (min-width: 1440px) {
    .search-bar {
        padding: 0px 2.25rem;
    }
}


.card-image-container {
    aspect-ratio: 1 / 1;
    margin-bottom: 30px;
}

    .card-image-container img {
        height: fit-content;
    }
