﻿
/*override mdb.css*/
@font-face {
    font-family: "Lato";
    src: local(Lato Thin), url("../font/Lato/Lato-Thin.eot");
    src: url("../font/Lato/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../font/Lato/Lato-Thin.woff2") format("woff2"), url("../font/Lato/Lato-Thin.woff") format("woff"), url("../font/Lato/Lato-Thin.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Lato";
    src: local(Lato Light), url("../font/Lato/Lato-Light.eot");
    src: url("../font/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../font/Lato/Lato-Light.woff2") format("woff2"), url("../font/Lato/Lato-Light.woff") format("woff"), url("../font/Lato/Lato-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Lato";
    src: local(Lato Regular), url("../font/Lato/Lato-Regular.eot");
    src: url("../font/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato/Lato-Regular.woff2") format("woff2"), url("../font/Lato/Lato-Regular.woff") format("woff"), url("../font/Lato/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-Medium.eot");
    src: url("../font/Lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Lato/Lato-Medium.woff2") format("woff2"), url("../font/Lato/Lato-Medium.woff") format("woff"), url("../font/Lato/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-Bold.eot");
    src: url("../font/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Lato/Lato-Bold.woff2") format("woff2"), url("../font/Lato/Lato-Bold.woff") format("woff"), url("../font/Lato/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
}

body {
    font-family: 'Lato';
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.navbar {
    font-weight: 400;
    z-index: 1000;
}

    .navbar .breadcrumb {
        font-weight: 300;
    }

/*override mdb.css, to avoid the submenu items appearing disabled */
.navbar .dropdown-menu a {
    font-weight: normal;
}

header {
    height: 70px;
}

.header-logo {
    display: inline-block;
    float: left;
}

    .header-logo a {
        background: url('../images/logo.png') no-repeat center center;
        background-size: auto auto;
        background-size: contain;
        display: inline-block;
        width: 250px;
        height: 70px;
        text-indent: -9999px;
    }

.page-footer {
    margin-top: 1.5rem;
}

.pagination.pg-red .page-item.active .page-link {
    background-color: #d32f2f !important;
}

.hide {
    display: none;
}

.datepicker {
    background-color: #ffffff !important;
}

.clear {
    clear: both;
}

.displayUserName {
    display: inline-block;
}

#bannerImageArea {
    margin-top: 30px;
}

#breadcrumbsArea {
    margin-top: 0px;
    min-height: 44px;
    width: 100%;
    background-color: #d32f2f;
}

#breadcrumbsArea .breadcrumb {
    background-color: transparent !important;
}

.pageTitleIntro {
    padding-top: 50px;
}

#mainContent {
    padding-bottom: 10px;
}

footer.page-footer {
    background-color: #3c3b3c;
    color: #fff !important;
}

#footerInfo {
    background-color: #3C3D3F;
    color: #fff !important;
    height: 149px;
}

.footer-copyright {
    background-color: #d32f2f !important;
}

.footer-middle-bar ul.navigation_list li {
    list-style: none;
}

    .footer-middle-bar ul.navigation_list li a:hover {
        color: #d32f2f;
    }

#HeaderAndMainContainer {
    min-height: 70%;
    min-height: -webkit-calc(100vh - 196px);
    min-height: -moz-calc(100vh - 196px);
    min-height: calc(100vh - 196px);
}
   
.validation-summary-valid, .validation-summary-errors ul {
    display: none;
}

.input-validation-error, .input-validation-error[type="radio"]:not(:checked) + label:before {
    border: 1px solid #d32f2f;
}

.field-validation-error {
    margin-top: 5px;
    display: inline-block;
}

.notesModal, .siftModal, .deleteFolderModal, .deleteDocumentModal, .deleteClientAccessModal, .deleteUserModal, .templateBodyModal {
    cursor: pointer;
}

.w50px {
    width: 50px;
}

.addressTextArea {
    white-space: pre-line;
}

.nav-tabs .nav-link {
    color: #495057;
    background-color: lightgrey;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 14px;
}

    .nav-tabs .nav-link.active {
        color: white;
        background-color: #d32f2f;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    padding-right: 0.2rem;
}

.browserWarning {
    background-color: #d32f2f;
}

.fa-1-5x {
    font-size: 1.5em;
}

.table-responsive table tbody tr td.label {
    margin-bottom: 0;
}

th {
    white-space: nowrap;
}

.text-danger {
    color: #d32f2f !important;
}

.table a:hover, .table:not(.userModuleAccess) i:hover, .dropdown-menu a:hover {
    color: #d32f2f;
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #d32f2f !important;
}

.forgotten-password, .export-candidates, .view-request, .download-document, .login-problem, .download-request, .download-candidates-template {
    color: #0645AD;
    text-decoration: underline;
}

    .forgotten-password:hover, .export-candidates:hover, .view-request:hover, .download-document:hover, .login-problem:hover, .download-request:hover, .download-candidates-template:hover {
        color: #021D4A;
        text-decoration: underline;
    }

pre.font-weight-normal {
    white-space: pre-wrap;
    font-size: 100%;
    font-family:Lato;
}

.emailPreviewForm {
    display: inline-block;
}

.password {
    color: #00c851;
}

    .password.fail {
        color: #d32f2f;
    }

    .password:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        color: #00c851;
        float: left;
        margin-right: 5px;
    }

    .password.fail:before {
        font-family: "Font Awesome 5 Free";
        content: "\f057";
        color: #d32f2f;
        float: left;
        margin-right: 5px;
    }

    .password span {
        display: block;
        overflow: hidden;
    }

.arrow-right:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    float: right;
    left: 15px;
    margin-top: 30%;
    position: relative;
    font-weight: 900;
    font-size: 30px;
}

.mandatory {
    color: red;
}

/* Styling for new 'datepickerAccessible' widget - a 'screen reader friendly' calendar */
.sr-only {
    position: absolute;
    top: -2000em;
    left: -3000em;
}

.datepickerAccessible {
    position: relative;
}

    .datepickerAccessible .group {
        display: inline-block;
        position: relative;
    }

    .datepickerAccessible label {
        display: block;
    }

    .datepickerAccessible input {
        padding: 0;
        margin: 0;
        height: 1.5em;
        background-color: white;
        color: black;
        width: 108px;
        display: inline;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.3rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .datepickerAccessible button.icon {
        position: relative;
        top: 0.25em;
        margin: 0;
        border: 0 solid #005a9c;
        background-color: white;
        border-radius: 5px;
    }

.fa-calendar-alt.fa-2x {
    font-size: 1.7em !important;
}

.datepickerAccessible .fa-calendar-alt {
    color: hsl(216deg 89% 51%);
}

.datepickerAccessible button.icon:focus {
    outline: none;
    padding: 2px;
    border-width: 2px;
    background-color: #def;
}

.datepickerAccessible input:focus {
    background-color: #def;
    outline: 2px solid #005a9c;
    outline-offset: 1px;
}

.datepickerAccessible-dialog {
    position: absolute;
    width: 320px;
    clear: both;
    border: 3px solid hsl(216deg 80% 51%);
    margin-top: 0.15em;
    border-radius: 5px;
    padding: 0;
    background-color: #fff;
}

    .datepickerAccessible-dialog .header {
        cursor: default;
        background-color: hsl(216deg 80% 51%);
        padding: 7px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        display: flex;
        justify-content: space-around;
    }

    .datepickerAccessible-dialog h2 {
        margin: 0;
        padding: 0;
        display: inline-block;
        font-size: 1em;
        color: white;
        text-transform: none;
        font-weight: bold;
    }

    .datepickerAccessible-dialog button {
        border-style: none;
        background: transparent;
    }

        .datepickerAccessible-dialog button::-moz-focus-inner {
            border: 0;
        }

    .datepickerAccessible-dialog .dates {
        width: 320px;
    }

    .datepickerAccessible-dialog .prev-year,
    .datepickerAccessible-dialog .prev-month,
    .datepickerAccessible-dialog .next-month,
    .datepickerAccessible-dialog .next-year {
        padding: 4px;
        width: 24px;
        height: 24px;
        color: white;
    }

        .datepickerAccessible-dialog .prev-year:focus,
        .datepickerAccessible-dialog .prev-month:focus,
        .datepickerAccessible-dialog .next-month:focus,
        .datepickerAccessible-dialog .next-year:focus {
            padding: 2px;
            border: 2px solid white;
            border-radius: 4px;
            outline: 0;
        }

        .datepickerAccessible-dialog .prev-year:hover,
        .datepickerAccessible-dialog .prev-month:hover,
        .datepickerAccessible-dialog .next-month:hover,
        .datepickerAccessible-dialog .next-year:hover {
            padding: 3px;
            border: 1px solid white;
            border-radius: 4px;
        }

    .datepickerAccessible-dialog .dialog-ok-cancel-group {
        text-align: right;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-right: 1em;
    }

        .datepickerAccessible-dialog .dialog-ok-cancel-group button {
            padding: 6px;
            margin-left: 1em;
            width: 5em;
            background-color: hsl(216deg 80% 92%);
            font-size: 0.85em;
            color: black;
            outline: none;
            border-radius: 5px;
        }

    .datepickerAccessible-dialog .dialog-button:focus {
        padding: 4px;
        border: 2px solid black;
    }

    .datepickerAccessible-dialog .dialog-button:hover {
        padding: 5px;
        border: 1px solid black;
    }

    .datepickerAccessible-dialog .fa-calendar-alt {
        color: hsl(216deg 89% 51%);
    }

    .datepickerAccessible-dialog .month-year {
        display: inline-block;
        width: 12em;
        text-align: center;
    }

    .datepickerAccessible-dialog table.dates {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

        .datepickerAccessible-dialog table.dates th,
        .datepickerAccessible-dialog table.dates td {
            text-align: center;
        }

        .datepickerAccessible-dialog table.dates tr {
            border: 1px solid black;
        }

        .datepickerAccessible-dialog table.dates td {
            padding: 3px;
            margin: 0;
            line-height: inherit;
            height: 40px;
            width: 40px;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 400;
            background: #eee;
        }

            .datepickerAccessible-dialog table.dates td.disabled {
                padding: 2px;
                border: none;
                height: 41px;
                width: 41px;
            }

            .datepickerAccessible-dialog table.dates td:focus,
            .datepickerAccessible-dialog table.dates td:hover {
                padding: 0;
                background-color: hsl(216deg 80% 92%);
            }

            .datepickerAccessible-dialog table.dates td:focus {
                padding: 1px;
                border: 2px solid rgb(100 100 100);
                outline: 0;
            }

            .datepickerAccessible-dialog table.dates td:not(.disabled):hover {
                padding: 2px;
                border: 1px solid rgb(100 100 100);
            }

            .datepickerAccessible-dialog table.dates td[aria-selected] {
                padding: 1px;
                border: 2px dotted rgb(100 100 100);
            }

                .datepickerAccessible-dialog table.dates td[aria-selected]:focus {
                    padding: 1px;
                    border: 2px solid rgb(100 100 100);
                }

            .datepickerAccessible-dialog table.dates td[tabindex="0"] {
                background-color: hsl(216deg 80% 51%);
                color: white;
                font-weight: 900;
                text-decoration: underline;
            }

    .datepickerAccessible-dialog .dialog-message {
        padding-top: 0.25em;
        padding-left: 1em;
        height: 1.75em;
        background: hsl(216deg 80% 51%);
        color: white;
    }
/* End of styling for new 'datepickerAccessible' widget - a 'screen reader friendly' calendar */

/* Ensure media queries remain at the end of the file */
@media (min-width: 992px) and (max-width: 1072px) {
    .displayUserName {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #footerInfoContent {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-logo a {
        width: 220px;
    }

    .pageTitleIntroHeader {
        font-size: 2rem;
    }

    .pageTitleIntroSubHeader {
        font-size: 1.5rem;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.modal {
		opacity: 1 !important;
	}
}