﻿
/*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;
    height: 200px;
    width: 100%;
    background-color: lightgrey;
}

#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 {
    color: #212529;
}

    .forgotten-password:hover {
        color: #d32f2f;
    }

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;
    }

.hireAraLogo {
    margin-top: -9px;
    margin-left: 5px;
    height: 20px;
}
.hireAraLogoEdit {
    margin-left: 5px;
    height: 20px;
}

.siftAutomationResponseFrame{
    width: 100%;
    height: 800px;
}

/* 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;
	}
}