@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap');

/*
/* Standard values (custom properties) */
:root {
    --oric-midnight: #49414a;
    --oric-wetsand: #c5a880;
    --oric-khaki: #cbbba0;
    --oric-stone: #eee4d4;
    --oric-black: #000000;
    --oric-white: #ffffff;
    --oric-brown: #946138;
    --oric-cobolt: #4a73b8;
    --oric-jade: #158482;
    --oric-sand: #ebce9d;
    --oric-yellow: #fdc643;
    --oric-orange: #f08050;
    --oric-pink: #ed6e9c;
    --oric-crimson: #e9425c;
    --oric-lavender: #927cb8;
    --oric-grape: #533a62;
    --oric-teal: #22CCC8
    /*    --oric-blue: #4a73b8;*/
}


/* standard and multi-page elements */
body {
    font-family: "Roboto" !important;
    font-size: 16px;
    line-height: 1.42857;
    color: var(--oric-black);
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .logo-label, form-header {
    font-family: "Lora" !important;
    font-weight: 500;
    line-height: 1.1;
    color: var(--oric-black);
}


.mycorp-profile {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-left: 5px;
}


.h3, .h3 {
    font-size: 24px;
    margin-bottom: 21px;
    /*	line-height: inherit;
	color: #333; */
    /*border-bottom: 1px solid #e5e5e5;*/
}

p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, footer .footer-bottom p {
    font-family: "Roboto" !important;
    font-weight: 400;
    font-size: 16px !important;
    /*color: #737778;*/
}

a {
    color: var(--oric-black);
}

a:hover {
    color: var(--oric-black);
    text-decoration: underline;
}

.breadcrumb > li a {
    padding: 2px 4px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb > .active {
    color: #000000;
    font-weight: bold;
}

/*a:focus {
    outline: 3px solid var(--oric-black);
    outline: 3px solid var(--oric-orange);
    *outline-offset: 2px;
    text-decoration: none;
    z-index: 1;
}*/

.text-link {
    color: #0077c0;
    font-weight: bold;
}

.page-header {
    border-bottom: none;
    /* margin-bottom: 0; */
    margin: unset;
}

.page-heading {
    padding-top: 20px;
    background-color: #cee6f6e0;
    margin-bottom: 50px;
}

.breadcrumb {
    background-color: transparent;
}

.page-copy ul li {
    line-height: 1.4em;
    padding: 0.5em 0;
}

/*
th .visually-hidden {
    position: initial;
}
*/

.oric-background {
    background-image: url(/oric-background.svg);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-form {
    background: white;
    box-shadow: 0px 0px 8px 6px #888888;
    margin: 1rem;
    padding: 2rem;
}

.view-grid.table-responsive {
    border-radius: 9px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    padding: 9px;
}

.table {
    border: none;
    padding: 0px;
}

.table a {
    color: var(--oric-black); /* Link color */
}

.table th, .table td {
    padding: 13px;
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #000;
    --bs-table-border-color: #000;
    --bs-table-striped-bg: #000;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #000;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

/* Table Grid actions */

.input-group .form-control {
    margin-right: 10px; /* Adjust the value as needed */
}


/*--- header elements ---*/
oric logo {
    width: 150px;
}

.pre-navbar .container .visible-xs-block {
    display: none !important;
}

.pre-navbar .container .visible-sm-block.visible-md-block.visible-lg-block {
    display: block !important;
}

.pre-navbar {
    background-color: #fff;
    top: 0;
    font-size: 2.5rem;
    color: var(--oric-blue);
    letter-spacing: normal;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 75px;
}

.homelink, a.homelink:hover, a.homelink:focus {
    color: transparent;
    height: auto;
    display: inline-block;
    border-right: 1px solid var(--oric-blue);
    padding-right: 20px;
    margin-right: 10px;
}

a.homelink img {
    height: 70px !important;
}


.header-helpline {
    /*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-size: 1.8rem;
    float: right;
    margin-top: 13px;
}


.header-title {
    display: inline;
}

@media (max-width: 991px) {
    .header-helpline-text {
        display: none;
    }
}

/* Top Navigation */

.navbar {
    background-color: var(--oric-blue);
    color: #fff;
    margin-bottom: 0;
    /* top:50px; */
}

.navbar-brand {
    padding: 0;
    letter-spacing: normal;
}

.navbar-nav {
    font-size: 18px;
}

.navbar-nav li a {
    margin-left: 0px;
    text-decoration: none;
    color: var(--oric-black);
}

/* added to override default boostrap css causing color change on focus and hover */
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: var(--oric-black);
}


#navbar a:hover, /* #navbar .dropdown.open, .dropdown:hover, .dropdown-toggle:hover,*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: var(--oric-black);
    transition: 0.3s;
    text-decoration: underline
}

.nav > li > a:hover {
  background-color: initial !important;
}

.nav > li > a:focus {
    background-color: initial !important;
}



#navbar .dropdown-menu {
    border: 1px solid var(--oric-yellow);
    border-radius: 9px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
}

@media (max-width: 1199px) {
    #navbar .dropdown-menu {
        border-radius: 9px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--oric-yellow);
        margin: 0 5px;
    }
}



#navbar .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #000;
    white-space: nowrap;
}

    #navbar .dropdown-menu > li > a:hover {
        color: var(--oric-black);
        text-decoration: underline;
    }

.navbar-collapse.in {
    overflow-y: visible;
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


@media (min-width: 1200px) {
    .ms-auto {
        float: left !important;
    }
}

.navbar-toggler-icon {
    /* background-color: white;*/
}

.navbar-toggler {
    border: 2px solid #505254 !important;
    background-color: var(--oric-yellow) !important;
}


icon {
    width: 34px;
    height: 40px;
}

.navbar-toggler {
    border: 1px solid white;
}

.weblinks {
    background-color: var(--oric-blue);
    overflow-y: visible;
}

.dropdown-toggle:focus {
    border: none !important;
}

.container {
    display: block;
    width: 80%;
}


.nav-item.divider-vertical {
    border-left: none;
    border-right: 1px solid;
    border-left: 1px solid;
}


/* Find a corporation link */

.publicregisterlink {
    background: var(--oric-jade);
    color: #fff !important;
    padding: 0 6px;
    border-radius: 6px;
}

.publicregisterlink > a {
    transition: 0.3s;
    text-decoration: underline;
    color: #fff !important;
}

.when-teal-background > a {
    transition: 0.3s;
    text-decoration: underline;
    color: var(--oric-black) !important;
}


.fixed-top.navbar-dark {
    background-color: var(--oric-blue);
}

.static-top.navbar-dark {
    background-color: var(--oric-blue);
}

.navbar-dark .navbar-nav > li > a:hover {
    border-bottom: none;
    text-decoration: underline;
}

@media (min-width:1200px) {
    .navbar-dark .navbar-nav > li > a:hover {
        padding-bottom: 14.5px;
    }
}

@media (max-width: 1199px) {
    /*#navbar .dropdown-menu {
		background-color: #fff;
		margin:0 5px;
	}*/
    .navbar-dark .navbar-nav > li > a {
        margin: 0 5px;
    }

        .navbar-dark .navbar-nav > li > a:hover {
            background-color: #134c72;
            padding-bottom: 10px;
        }

    .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
        color: #313131;
    }

        .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #313131;
            text-decoration: underline;
        }

    .dropdown-menu.dropdown-search .btn.btn-default:not(:disabled) {
        border-color: #ddd;
    }

    .navbar-dark .navbar-nav > li > a:hover {
        border-bottom: none;
        text-decoration: underline;
    }
}

.section-diagonal-right .section-diagonal-right-content {
    background: none;
    margin-top: 2em;
}

    .section-diagonal-right .section-diagonal-right-content:before {
        background-color: var(--oric-blue);
    }

.section-diagonal-left .row,
.section-diagonal-right .row {
    padding-top: 20px;
    padding-bottom: 70px;
}

.section-landing {
}

    .section-landing .row > div .section-landing-heading {
        color: var(--oric-blue);
        text-transform: uppercase;
    }

    .section-landing .row > div .section-landing-sub-heading {
        font-size: 2.5rem;
        color: var(--oric-blue);
        letter-spacing: 6px;
    }

.section-sub-landing {
    background: none;
    background-size: cover;
    margin-top: 2em;
}

/* Page not found horizontal bar*/
.sectionPrimaryColor {
    background-color: var(--oric-jade) !important;
    color: #ffffff;
}

.content-home .title {
    /*font-family: Arial, Helvetica, sans-serif;*/
}

/* Welcome elements */
.welcome {
    background-color: #fff;
    /*border-radius: 25px;
    padding: 20px;
    margin: 0 auto 25px;
    -webkit-box-shadow: 1px 1px 20px -2px hsla(0,0%,41%,.5);    
    box-shadow: 1px 1px 20px -2px hsla(0,0%,41%,.5);*/
    width: 80%;
}

.welcome-title {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.welcome-text {
    color: #000;
}

.welcome-spacer {
    margin-bottom: 100px;
}

.welcome-links {
    margin: 10px;
}

/* buttons */
.btn {
    margin-right: 9px;
    padding: 9px;
    border-radius: 9px;
    box-shadow: 1px 1px 9px #ccc;
}

.btn-primary, .welcome-button-default, .btn-info, .btn-default {
    color: var(--oric-white) !important;
    background-color: var(--oric-midnight) !important;
    border: solid 3px var(--oric-midnight) !important;
    font-size: 1.1rem;
    border-radius: 19px;
    display: inline-block;
    min-width:110px;
}

.btn-primary:hover, .welcome-button-default:hover, .btn-info:hover, .btn-info:focus, .btn-default:hover {
    background-color: var(--oric-midnight);
    border-color: var(--oric-midnight);
    color: var(--oric-white) !important;
    text-decoration: none;
    border-color: #49414a;
    outline: 1px solid #49414a;
}

.btn-login {
    height: 60px;
    width: 300px;
    margin: 20px 0px;
}

.welcome-button {
    color: var(--oric-blue);
    border-radius: 19px;
    border: solid 2px #0077c0;
    display: inline-block;
    padding: 8px 20px 8px 20px;
}

.welcome-button-default, .welcome-button {
    text-decoration: none;
}

.welcome-button:hover {
    background-color: #c7d5ed;
    border-color: var(--oric-btn-green);
    color: #12509b;
}

.btn-primary:focus, .welcome-button-default:focus {
    background-color: var(--oric-midnight);
    border-color: var(--oric-midnight);
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}


.btn-default {
    color: var(--oric-midnight);
    background-color: #fff;
    border: solid 2px;
    border: solid 3px var(--oric-midnight);
    border-radius: 19px;
    display: inline-block;
    padding: 8px 20px 8px 20px;
}


.btn-default:hover {
    background-color: #D0DDCB;
    border-color: var(--oric-midnight);
    color: var(--oric-midnight);
}

.btn-default:focus {
    background-color: #c7d5ed;
    color: #12509b;
    border-color: #12509b;
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
    background-color: #c7d5ed;
    color: #12509b;
    border-color: #12509b;
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
    color: var(--oric-white);
    background-color: var(--oric-midnight);
    border-color: var(--oric-midnight);
    outline: 1px solid var(--oric-midnight);
    outline-offset: 2px;
}

.view-toolbar .view-search .input-group {
    display: flex; /* Use flexbox for better control */
}

.view-toolbar .view-search .input-group .query {
    flex: 1;
    margin-right: 9px !important;
}

.view-toolbar .view-search .input-group-btn .btn {
    min-width: 40px !important;
    margin-left: 9px !important;
}


/* start secondary and tertiary buttons  */
.btn-secondary {
    /* color: #2BAA4A; */
    color: var(--oric-midnight);
    background-color: #FFFFFF;
    /* border: solid 3px #2BAA4A; */
    border: solid 3px var(--oric-btn-green);
    border-radius: 19px;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    min-width: 130px;
}

.btn-secondary:hover {
    background-color: #D0DDCB;
    border-color: var(--oric-btn-green);
    color: var(--oric-btn-green);
    text-decoration: none;
}

.btn-secondary:focus {
    background-color: #FFFFFF;
    color: var(--oric-btn-green);
    border: solid 3px #2BAA4A;
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus {
    color: #12509b;
    background-color: #c7d5ed;
    border-color: #12509b;
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}


.btn-tertiary {
    color: #2BAA4A;
    background-color: #FFFFFF;
    border: solid 3px #FFFFFF;
    border-radius: 19px;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    min-width: 130px;
    text-decoration: underline;
}

    .btn-tertiary:hover {
        background-color: #D0DDCB;
        color: #2BAA4A;
        text-decoration: none;
    }

    .btn-tertiary:focus {
        color: #2BAA4A;
        background-color: #FFFFFF;
        text-decoration: underline;
        outline: 3px solid var(--oric-black);
        outline-offset: 2px;
    }

    .btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:hover, .btn-tertiary.active:focus, .btn-tertiary.active.focus {
        color: #12509b;
        background-color: #c7d5ed;
        border-color: #12509b;
        outline: 3px solid var(--oric-black);
        outline-offset: 2px;
    }
/* end secondary and tertiary buttons */



/* Footer elements */
div#footer {
    margin-top: 55px;
}

Health logo {
    height: 52px;
}

.logo {
    margin: 20px;
}


.footer-top {
    background: linear-gradient(to right, var(--oric-blue) 0%, var(--oric-blue) 50%, #002b49 50%, #002b49 100%);
    color: #fff;
    font-size: 15px;
    left: 0;
    line-height: 16px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}

.footer-top-container {
    display: flex;
}

.footer-top-left {
    background: var(--oric-blue);
    text-align: left;
    flex: 1;
    padding: 15px;
}

.footer-top-right {
    background: #002b49;
    color: white;
    flex: 2;
    padding: 15px;
}

    .footer-top-right .footer-links {
        list-style-type: none;
        margin: 0;
    }

.footer-links li {
    padding: 5px;
}

.footer-links a {
    color: #fff;
    padding: 5;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.pre-footer {
    background: #0077c0;
    color: #fff;
    font-size: 15px;
    left: 0;
    line-height: 16px;
    width: 100%;
    text-align: center;
}

.footer-text {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.post-footer {
    background: #fff;
    color: #0077c0;
    font-size: 11px;
    left: 0;
    line-height: 16px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.footer-middle {
    background: #fff;
    color: #0077c0;
    font-size: 11px;
    left: 0;
    line-height: 16px;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin: 30px 0px;
}

#footer .footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #0077c0;
}

    #footer .footer-links li {
        padding: 0 20px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }


        #footer .footer-links li:first-child {
            padding: 0 17px 0 0;
            border-left: none;
        }


    #footer .footer-links a {
        text-align: center;
        padding: 16px;
        color: #fff;
        text-decoration: underline;
        display: inline-block;
        vertical-align: top;
    }

        #footer .footer-links a:hover {
            text-decoration: none;
        }

/*
.footer-top {
    background: linear-gradient(to right, var(--oric-blue) 0%, var(--oric-blue) 50%, var(--oric-darkblue) 50%, var(--oric-darkblue) 100%);
}
*/
/*
.footer-top {
    background: linear-gradient(to right, var(--oric-blue) 0%, var(--oric-blue) 50%, var(--oric-darkblue) 50%, var(--oric-darkblue) 100%);
	color: #fff;
    font-size: 15px;
	left: 0;
    line-height: 16px;
	width: 100%;
	text-align: left;
    margin-left: 0px;
}

.footer-top-container {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-top-left {
    background: var(--oric-blue);
    background:#0057B8;
    text-align: left;
    flex: 1;
    padding: 15px;
}

.footer-top-right {
    background: var(--oric-darkblue);
    color: white;
    flex: 2;
    padding: 15px;
}

.footer-top-right .footer-links {
	list-style-type: none;
    margin: 0;
}
*/

.footer-links li {
    padding: 5px;
}

.footer-links a {
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.pre-footer {
    background: var(--oric-blue);
    color: #fff;
    font-size: 15px;
    left: 0;
    line-height: 16px;
    width: 100%;
    text-align: center;
}

.footer-text {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-middle {
    background: #fff;
    color: var(--oric-blue);
    font-size: 11px;
    left: 0;
    line-height: 16px;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 30px 0px;
}

#footer .footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #0077c0;
}

    #footer .footer-links li {
        padding: 0 20px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }


        #footer .footer-links li:first-child {
            padding: 0 17px 0 0;
            border-left: none;
        }


    #footer .footer-links a {
        text-align: center;
        padding: 16px;
        color: #fff;
        text-decoration: underline;
        display: inline-block;
        vertical-align: top;
    }

        #footer .footer-links a:hover {
            text-decoration: none;
        }


#footer .copyright {
    display: block;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #0077c0;
}

#footer img {
    margin: 25px;
}

.footer-bottom {
    background: #e6e6e6;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px 0px;
}

/* top footer */
.footer__top {
    background: linear-gradient(to right, var(--oric-blue) 0%, var(--oric-blue) 50%, var(--oric-darkblue) 50%, var(--oric-darkblue) 100%);
    display: flex;
}

.footer__topleft {
    padding: 3rem 2rem 2rem;
    background: var(--oric-blue);
    display: flex;
    flex: 1;
    flex-grow: 1;
}

    .footer__topleft * {
        margin: 0 0 0.5rem;
        color: #fff;
    }

.footer__sidebar_topleft {
    margin: 0 0 0 auto;
    display: block;
}

.footer__topright {
    padding: 3rem 1rem;
    background: var(--oric-darkblue);
    display: flex;
    -webkit-box-flex: 2;
    flex: 2;
    flex-grow: 1;
}

    .footer__topright a {
        text-decoration: none;
    }

    .footer__topright > * {
        -webkit-box-flex: 1;
        flex: 1;
        margin: 0 0.5rem;
    }

    .footer__topright .footer-links {
        list-style-type: none;
        margin: 0;
    }

.filler {
    flex-grow: 1;
    text-align: center
}
/* end of footer styles  */



/* Styles for Registrant search page */
div[required]:after {
    content: "*";
    color: red;
    font-size: larger;
}

.crmEntityFormView .cell div.info.required label:after {
    content: ' *';
    color: red;
    font-size: larger !important;
}

.crmEntityFormView .cell div.info.recommended label:after {
    content: ' +';
    color: blue;
    font-size: larger !important;
}

.registrant-search-param {
    /*font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    margin: 15px 0;
}

.search-param-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.registrant-search-param .form-control {
    width: unset;
    margin-bottom: 15px;
}

.welcome-button-default {
    color: #fff;
    background-color: var(--oric-blue);
    border: solid 2px var(--oric-blue);
    border-radius: 19px;
    display: inline-block;
    padding: 8px 20px 8px 20px;
}

/*
.message-orange {
	width: 100%;  
	color: black; 
	background-color: #e6d2ac; 
	padding: 10px;
}

.message-green {
	width: 100%; 
	color: black; 
	background-color: #bfe6ac; 
	padding: 10px;
}
*/

.protected {
    color: #d13131;
}

.reg-record {
    border: 1px solid #888888;
    display: inline-flex;
    margin: 15px 0;
    width: 100%;
}

.reg-record-selected {
    box-shadow: 0px 0px 8px 6px #888888;
}

.reg-record .selector {
    background-color: #cee6f6;
    padding: 0 15px;
    display: inline-flex;
    height: auto;
}

.selector input {
    vertical-align: middle;
    height: 100%;
    margin: unset;
}

.reg-summary-label {
    font-weight: bold;
    padding-top: 1rem;
}

.reg-record-widget {
    font-size: smaller;
    border-left: 20px solid #cee6f6;
    padding: 5px 0 5px 5px;
    min-width: 310px;
}

.reg-record-data {
    padding: 0 15px 15px;
    width: 100%;
}

    .reg-record-data table {
        padding: 0 10px;
        width: 100%;
    }

    .reg-record-data th {
        text-align: left;
        padding-top: 10px;
    }

.reg-record-data-none {
    padding: 15px;
    font-weight: bold;
    width: 100%;
}

.summary {
    background-color: #ededed;
    /* border: 1px solid #000; */
    display: inline-flex;
    margin: 15px 0;
    width: 100%;
}

/* Styles for the tiles (at bottom of search page) that link to specific form types var(--oric-blue) */
.form-tile {
    border: 1px var(--oric-blue) solid;
    border-bottom: 10px solid #1870b9;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 20px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 20px -2px rgba(0, 0, 0, 0.25);
    /* height: 130px; */
    height: 100%;
    margin: 1%;
    display: inline-block;
    width: 100%;
}

    .form-tile:hover {
        border-bottom: 10px solid #12509b;
        background-color: #f3f9fd;
        transition: 0.3s;
    }

    .form-tile a {
        background: url(/images/chevron.svg) no-repeat right top;
        background-size: 40px;
        background-position-y: 20px;
        background-position-x: 93%;
        color: #0077C1;
        font-size: 20px;
        float: left;
        height: 100%;
        padding: 20px 60px 10px 20px;
        text-decoration: none;
        width: 100%;
    }

        .form-tile a:hover {
            background-image: url(/images/chevron-hover.svg);
            color: #12509b;
            text-decoration: none;
        }

.tiles-row {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.div-valign-center {
    align-items: center;
    height: 200px;
}

.form-tile.disabled {
    box-shadow: none;
    border: 1px solid #767676;
    border-bottom: 10px solid #767676;
}

    .form-tile.disabled a {
        background-image: unset; /* url(/images/not-allowed.svg); */
        color: #767676;
        cursor: not-allowed;
        pointer-events: none;
    }

        .form-tile.disabled a:hover {
            background-color: none;
            color: #767676;
        }

/* Small tiles */
.tiles-row-small {
    display: inline-flex;
    width: 100%;
}

.form-tile-small {
    border: 1px var(--oric-blue) solid;
    border-bottom: 5px solid #1870b9;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 20px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 20px -2px rgba(0, 0, 0, 0.25);
    /* height: 100%; */
    height: 50px;
    margin: 1%;
    width: 100%;
}

    .form-tile-small:hover {
        border-bottom: 5px solid #12509b;
        background-color: #f3f9fd;
        transition: 0.3s;
    }

    .form-tile-small a {
        background: url(/images/chevron.svg) no-repeat right top;
        background-size: 17px;
        background-position-y: 4px;
        background-position-x: 93%;
        color: #0077C1;
        font-size: 13px;
        float: left;
        height: 100%;
        padding: 5px 45px 10px 20px;
        text-decoration: none;
        width: 100%;
    }

        .form-tile-small a:hover {
            background-image: url(/images/chevron-hover.svg);
            color: #12509b;
            text-decoration: none;
        }

.ipf-tile {
    padding: 0.5rem;
    display: flex;
    /*-webkit-box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%);
    box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%); */
}

    .ipf-tile:hover {
        -webkit-box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%);
        box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%);
    }

.ipf-tile-small {
    padding: 0.5rem;
    display: flex;
}

    .ipf-tile-small div {
        padding: 0.25rem 1.5rem;
    }

.ipf-tile-title {
    color: white;
    /*font-weight: bold;*/
    padding-top: 0.5rem;
}

.ipf-tile-count {
    font-size: 4rem;
    color: white;
    font-weight: bold;
    text-align: center;
    border-left: 2px solid white;
    border-right: 3px solid white;
}

@media screen and (max-width: 991px) {
    .ipf-tile-title {
        font-size: 1.3rem;
    }

    .ipf-tile-count {
        font-size: 3rem;
        border-left: 1px solid white;
        border-right: 0px;
        text-align: left;
    }
}

.ipf-inprogress {
    /*background: var(--oric-green-361);*/
    background: #348703;
}

.ipf-review {
    /* background: var(--oric-ltblue-292); */
    background: #397d9f;
}

.ipf-old {
    /*background: var(--oric-orange-165);*/
    background: #c55300;
}


/*
.tile-home {
    border: 1px var(--oric-blue) solid;
    border-bottom: 10px solid #1870b9;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%);
    box-shadow: 1px 2px 20px -2px rgb(0 0 0 / 25%);
    margin: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tile-home:hover {
	border-bottom: 10px solid #12509b;
	background-color: #f3f9fd;
	transition: 0.3s;
}

.tile-home a {
	background: url(/images/chevron.svg) no-repeat right top;
	background-size: 40px;
	background-position-y: 20px;
	background-position-x: 93%;
	color: #0077C1;
	font-size: 20px;
	float: left;
	height: 100%;
	padding: 20px 40px 10px 20px;
	text-decoration: none;
	width: 100%;
}

.tile-home a:hover {
	background-image: url(/images/chevron-hover.svg); 
	color: #12509b; 
	text-decoration: none;
}
*/

/* Form fields */
.form-control {
    background-color: #fff;
    border: 2px solid gray !important;
    border-radius: 4px;
    color: #313131;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 16px;
    font-size: 1.1rem;
    height: 46px;
    vertical-align: middle;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.form-control:disabled, .form-control[disabled], .form-control[readonly] {
    background-color: #eee !important;
    border-color: #ccc;
    cursor: not-allowed;
}

select.form-control {
    /* appearance: none; */
    /* background: url("data:image/svg+xml,%3Csvg fill='%2300698f' width='1.5em' height='auto' viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9 1.1L8 7.2l6.1-6.1L16 2.9l-8 8-8-8 1.9-1.8z'/%3E%3Cpath fill='none' d='M2-5.8h24v24H2v-24z'/%3E%3C/svg%3E) no-repeat right center;");*/
    cursor: pointer;
}

/* from HPP */
/*.checkbox-cell>div>label:before{
	content:'';background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E");width:2.375rem;height:2.375rem;z-index:100;display:block;left:3px;top:2px;position:absolute;cursor:pointer;pointer-events:none
}
*/
.form-check > label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E");
    width: 2.375rem;
    height: 2.375rem;
    z-index: 100;
    display: block;
    left: 3px;
    top: 2px;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
}

input[type=checkbox]:focus {
    outline: 3px solid #45C2F0;
    outline-offset: 2px;
    left: 2px
}

.checkbox-checked:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E");
    height: 2.75rem;
    width: 2.75rem;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    pointer-events: none
}

.form-check span {
    padding-left: 1.2rem;
    position: relative
}

.checkbox-disabled > div > label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23808080' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23f0f3f5' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.checkbox-checked-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23808080' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.form-horizontal .form-check {
    min-height: 38px;
    padding-top: 0
}

/* other checkbox styles */

.form-check label, .form-check label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 1.5rem;
    cursor: pointer;
    font-weight: normal;
    padding-top: 3px;
}

input[type=checkbox] {
    height: 1.5rem;
    width: 1.5rem;
    left: 0.24rem;
    top: 2px;
    margin-top: 0;
    cursor: pointer;
}

input[type="checkbox" i]:disabled {
    opacity: 0.6;
}


.form-check input[type="checkbox"] {
    z-index: 100;
}


.crmEntityFormView .cell div.control span.form-check input[type=checkbox] {
    cursor: pointer;
}


.datetimepicker .input-group-text {
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #0077c0;
    background-color: #fff;
    border: solid 3px #0077c0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 8px 20px 8px 20px;
    position: inherit;
    z-index: 2;
}

.datetimepicker .input-group-text:hover {
    background-color: var(--oric-midnight);
    border-color: #12509b;
    color: #12509b;
    cursor: pointer;
}

.datetimepicker .input-group-text:focus {
    background-color: var(--oric-midnight);
    color: #12509b;
    border-color: #12509b;
    outline: 3px solid var(--oric-black);
    outline-offset: 2px;
}

/* Date picker CSS */
.datepicker {
    border-color: var(--oric-midnight)
}


.datepicker .prev button,
.datepicker .next button {
    color: var(--oric-midnight);
    border: none;
}


.datepicker .prev button .fa,
.datepicker .next button .fa {
    color: var(--oric-midnight);
}

.datepicker .picker-switch button {
    color: var(--oric-midnight);
    border: none;
}

.datepicker-days thead th {
    color: var(--oric-midnight);
}

.datepicker-days tbody td {
    color: #000; /* Black text */
}




.autocomplete-items {
    position: absolute;
    z-index: 199;
    text-align: left;
    margin-top: 48px;
    min-width: 324px;
    border: 3px solid #66afe9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.autocomplete-item:hover {
    background-color: #e3f3fb;
}

label {
    color: var(--oric-black);
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
}

/* Field level validation */
.form-control-error {
    background-color: #fff7f7;
    border-color: #d60000;
}

.form-control-warning {
    background-color: #fcf8e3;
    border-color: #f69900;
}

.form-control-info {
    background-color: #abd4f7;
    border-color: #00BFE9;
}

.au-text-input--width-xs.form-control-error, .au-text-input--width-md.form-control-error {
    background-color: #fff7f7;
}

.au-text-input--width-xs.form-control-warning, .au-text-input--width-md.form-control-warning {
    background-color: #fcf8e3;
}

.au-text-input--width-xs.form-control-info, .au-text-input--width-md.form-control-info {
    background-color: #abd4f7;
}

/* don't have background colour for radio boxes */
.boolean-radio.form-control-error, .boolean-radio.form-control-warning, .boolean-radio.form-control-info {
    background-color: #ffffff;
}

.form-control-message {
    cursor: default;
    pointer-events: none;
    margin-top: 5px;
    display: inline-block;
}

    .form-control-message a { /* disable link */
        text-decoration: none;
    }

.form-control-error-message a {
    background-color: #fff7f7;
    color: #ff635c;
}

.form-control-warning-message {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.form-control-info-message {
    background-color: #abd4f7;
    color: #757cce;
}

/* page message = make default classes look like DTA style... */
div.message.success {
    padding: 16px;
    padding: 1rem;
    line-height: 1.5;
    position: relative;
    border: solid 3px #0b996c;
    border-left-width: 48px;
    border-left-width: 3rem;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff
}

    div.message.success:before, div.message.success:after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: -36px;
        left: -2.25rem;
        width: 24px;
        width: 1.5rem;
        height: 24px;
        height: 1.5rem;
        margin-top: -12px;
        margin-top: -.75rem;
        border-left-width: -12px;
        border-left-width: -.75rem;
        display: block;
        background-repeat: no-repeat;
        background-color: #fff
    }

    div.message.success:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230b996c' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E")
    }

    div.message.success:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E")
    }

/* this is intended to hide the emdash in empty fields that have been disabled */
div.text-muted {
    display: none;
}

/* tab status styles */
div#ProgressIndicator {
    border-bottom: 2px solid grey;
    margin-bottom: 2em;
}

.tab-status {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 45px 10px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .tab-status {
        border-radius: 10px 10px 0 0;
        width: 20%;
    }
}

.tab-status:after {
    margin: 5px
}

.tab-status:hover {
    background-color: #bbbbbb;
    cursor: pointer;
    /* box-shadow: 0 0 10px 0 rgb(235 6 212 / 90%);
    z-index: 10; */
}

.tab-status-inprogress {
    background-color: #0077C4;
    border: none;
    color: white;
    font-weight: bold;
    padding-top: 16px;
    z-index: 1;
    border-radius: 10px 10px 0 0;
}

    .tab-status-inprogress:hover {
        background-color: #12509b;
    }

@media (min-width: 768px) {
    .tab-status-inprogress {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .tab-status-inprogress {
        height: auto;
    }
}

.tab-status-incomplete, .tab-status-notstarted, .tab-status-complete {
    background-color: #dadad9;
    color: #414141;
}

@media (min-width: 768px) {
    .tab-status-incomplete, .tab-status-notstarted, .tab-status-complete {
        margin-top: 5px;
        height: 66px;
    }
}

@media (min-width: 1200px) {
    .tab-status-incomplete, .tab-status-notstarted, .tab-status-complete {
        height: auto;
    }
}

.tab-status-incomplete {
    background: url(/images/tab-status_incomplete.svg) no-repeat right;
    background-color: #dadad9;
    background-size: 28px;
    background-position-x: 93%;
}

.tab-status-complete {
    background: url(/images/tab-status_complete.svg) no-repeat right;
    background-color: #dadad9;
    background-size: 28px;
    background-position-x: 93%;
}

/* ************************************************* */
/* for entity forms                                 */
/* *********************************************** */
.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], select.form-control[readonly][disabled], .form-readonly .form-control {
    /*    border: none;*/
    background-color: #eee !important;
    box-shadow: none;
    cursor: not-allowed;
    padding-left: 12px;
}

/* ************************************************** */
/* for entity lists  (e.g. in progress applications) */
/* *********************************************** */
.h2-list {
    font-size: 24px;
    color: rgb(255, 255, 255);
    background-color: #00254a;
    padding: 20px 15px;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}


.entitylist {
    /*    border: 1px solid #00254a;
    padding: 20px;
*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 0 0 15px 15px;
}

.entitylist-filter {
    border: none;
    border-bottom: 1px solid #ddd;
}

.entity-grid.entitylist {
    padding: 0 1em;
    border: 0;
}


label.entitylist-filter-option-group-label.h4 {
    margin-top: 0;
    color: inherit;
    font-weight: bold;
    font-size: 16px;
    font-family: "Roboto" !important;
   
}



/* Filter buttons */

.entitylist-filter-option .input-group-text {
    color: var(--oric-black);
    background-color: #fff;
    border: solid 3px var(--oric-black);
    border-radius: 19px;
    padding: 8px 20px 8px 20px;
}

    .entitylist-filter-option .input-group-text:first-child {
        /*border-bottom-right-radius: 0;
    border-top-right-radius: 0; */
        cursor: pointer;
        display: none;
    }

    .entitylist-filter-option .input-group-text:hover {
        background-color: #c7d5ed;
        border-color: var(--oric-black);
        color: var(--oric-black)
    }

    .entitylist-filter-option .input-group-text:focus {
        background-color: #c7d5ed;
        color: var(--oric-black);
        border-color: var(--oric-black);
        outline: 3px solid var(--oric-black);
        outline-offset: 2px;
    }

/*
.entitylist .btn-entitylist-filter-submit {
border: none;
text-decoration: underline;
}
*/

/* tables */

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ededed;
}

.entity-grid.entitylist table {
    border-bottom: 2px solid #ddd;
}

.dropdown.action.open .dropdown-menu {
    border: 3px solid #66afe9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    padding: 0;
    margin: 0;
}

.dropdown.action.open .dropdown-menu > li > a {
    margin-left: 0;
    padding: 5px 10px;
}

.dropdown.action.open .dropdown-menu > li > a:hover {
    background-color: #e3f3fb;
}


.dropdown.action .btn.btn-default {
    border: none;
    background: none;
}

.action.menu .dropdown.action:hover {
    background: none;
}

td[aria-label="action menu"] .dropdown.action:hover {
    background: none;
}


.jquery-bootstrap-pagination {
    display: flex;
}

.pagination > li > a, .pagination > li > span, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus, .pagination > .disabled > a {
    border-color: #fff;
    margin: 0 5px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--oric-black) !important;
    cursor: default;
    font-weight: bold;
    border-radius: 19px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    background-color: var(--oric-black);
    border-color: #fff;
    border-radius: 19px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #b3b3b3;
    background-color: #fff;
    border-color: #fff;
    cursor: not-allowed;
}

.page-link {
    color: var(--oric-black);
}

.view-pagination .pagination {
    margin: 15px auto;
}


/* profile page */
fieldset[aria-label="Login details"] {
    background-color: #ededed;
    padding: 20px 20px 0 20px;
}

.tab-column {
    clear: both;
}

@media (min-width: 768px) {
    fieldset[aria-label="Login details"] {
        margin-top: 65px;
    }
}

@media (min-width: 768px) {
    .tab-column {
        clear: none;
    }
}

fieldset[aria-label="Login details"] .section-title {
    display: contents;
}

fieldset[aria-label="Login details"] table {
    margin-top: 20px;
}

/* override DTA callouts - privacy page */
.privacy-statement-block {
    border: 1px solid gray;
    border-top: none;
    padding: 1em 2.5em;
    border-left: 4px solid gray;
    border-left: .25rem solid gray;
}

.privacy-statement-block-no-bottom-border {
    border-bottom: none;
}



.privacy-statement-block ul li {
    line-height: 1.4em;
    padding: 0.5em 0;
}

#privacy-statement .download-link a {
    padding: 10px;
    display: block;
}

#privacy-statement a {
    /*padding: 10px;
    display: block; */
}

div#privacy-statement + div .tab-title {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 25px;
    font-size: 2.5rem;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    line-height: 1.5;
    padding: 24px;
    padding: 2.4rem;
    border: 1px solid gray;
    border-bottom: none;
    border-left: 4px solid gray;
    border-left: .25rem solid gray;
    background-color: #f5f5f5;
}

div#privacy-statement + div .tab.clearfix { /* div#WebFormControl_86b77b3843d8ea11a813000d3acb1a35 .tab.clearfix { */
    border: 1px solid gray;
    border-top: none;
    padding: 1em 0;
    border-left: 4px solid gray;
    border-left: .25rem solid gray;
}

* + .au-callout {
    margin-top: 32px;
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1.6rem;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    line-height: 1.5;
    padding: 24px;
    padding: 2.4rem;
    border: 1px solid gray;
    border-bottom: none;
    border-left: 4px solid gray;
    border-left: .25rem solid gray;
    background-color: #f5f5f5;
}

* + .au-callout-no-top-border-no-top-margin {
    margin-top: 0px;
    margin-top: 0rem;
    border-top: none;
}


.au-callout__heading {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
    margin: 0;
}

.au-callout + ul {
    border: 1px solid gray;
    border-top: none;
    padding: 1em 2.5em;
    border-left: 4px solid gray;
    border-left: .25rem solid gray;
}

au-callout + ul li {
    line-height: 1.4em;
    padding: 0.5em 0;
}

/* certifier summary */
.certifier-summary {
    /* background-color: lightgrey;
    margin-bottom: 10px;
    padding: 10px; */
    background-color: #ededed;
    margin-bottom: 1.5em;
    padding: 2em;
}

    .certifier-summary h3 {
        margin-top: 0;
    }


.certifier-table {
    display: table;
    width: 100%;
}

.certifier-table-body {
    display: table-row-group;
}

.certifier-row {
    display: table-row;
    width: 100%;
}

.certifier-row-header {
    font-weight: bold;
}

.certifier-row-data {
}

.certifier-cell {
    display: table-cell;
    padding: 3px 10px;
}

.certifier-cell-header {
    display: table-row;
    padding: 3px 10px;
    font-weight: bold;
    margin-top: 10px;
}

.certifier-cell-data {
    display: table-row;
    padding: 3px 10px;
}


.instructions {
    margin-bottom: 2rem;
}

/* login page */
.external-login {
}

.external-login-heading {
    display: block;
    font-weight: 800;
    font-size: 2rem;
    color: #414141;
    margin-top: 3.5rem;
    margin-bottom: 10.5px;
}

.external-login-text {
}
/* end of login page */

/* about page */
.ul-allowed {
    list-style-image: url('/images/green-tick.svg');
}

.ul-notallowed {
    list-style-image: url('/images/orange-cross.svg');
}

.ul-allowedtick {
    list-style-image: url('/images/green-allowed-tick.svg');
    vertical-align: top;
}

.ul-notallowedcross {
    list-style-image: url('/images/red-notallowed-cross.svg');
}


.tile-notes {
    font-size: medium;
    color: #000;
    text-align: justify;
}

/* popover styling*/
.h2-list a {
    margin-left: 5px;
    vertical-align: middle;
    color: #fff !important;
}

.popover {
    max-width: 80%;
    background-color: #fff;
    padding: 8px;
}

.popover-icon {
    color: #555;
}

.field-info-icon {
    margin-top: 3px;
    margin-left: 3px;
}

/* Start - Custom Override for Designsystem Accordion*/
.au-accordion {
    font-size: 1.6rem;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.au-body .au-accordion__title,
.au-accordion__title {
    font-size: 1.6rem;
    color: var(--oric-blue);
    text-decoration: none;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    padding-left: 40px;
}

.au-body .au-accordion__title:hover,
.au-accordion__title:hover {
    color: var(--oric-blue);
}

.au-body .au-accordion__title:hover:after,
.au-accordion__title:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%232BAA4A' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%232BAA4A' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
}

.au-body .au-accordion__title:after,
au-accordion__title au-accordion--open:after,
.au-accordion__title:after {
    margin-top: 0px;
    right: 0rem;
    left: 1.6rem;
    padding-left: opx;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%232BAA4A' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%232BAA4A' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
    transform: scaleX(-1);
}

.au-body .au-accordion__title.au-accordion--closed:after,
.au-accordion__title.au-accordion--closed:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.au-body .au-accordion__title.au-accordion--open:after,
.au-accordion__title.au-accordion--open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.au-body.au-body--dark .au-accordion__title:hover:after,
.au-accordion.au-accordion--dark .au-accordion__title:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%232BAA4A' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%232BAA4A' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
}

.au-body.au-body--dark .au-accordion__title:after,
.au-accordion.au-accordion--dark .au-accordion__title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%232BAA4A' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%232BAA4A' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
}

.au-body .au-accordion__title.au-accordion--closed:after, .au-accordion__title.au-accordion--closed:after {
    top: 27%;
}

.au-body .au-accordion__title.au-accordion--open:after, .au-accordion__title.au-accordion--open:after {
    top: 20%;
}
/* End - Custom Override for Designsystem Accordion.css*/

/* Fix spacing for long field labels */
.crmEntityFormView .cell div.info div.validators {
    display: none;
}

/*no supported modal css*/
.notSupported {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    background-color: #ccc;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.notSupported.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}


@media only screen and (min-width : 992px) {
    .page-content {
        min-height: 680px;
    }
}
/*responsive*/
@media screen and (max-width: 768px) {
    .crmEntityFormView .cell.checkbox-cell:first-child {
        padding: 0 10px 0 0 !important;
    }

    .form-tile {
        width: 90%;
    }
}

/* fix for content snippets for text links */
.text-link div, .text-link div div {
    display: inline;
}




/* date splitter fields */
.au-text-input--width-xs {
    max-width: 7rem;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    height: 46px;
    height: 2.875rem;
    border: 2px solid gray;
    color: #313131;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.42857;
    font-size: 16px;
    font-size: 1.6rem;
    height: 46px;
    margin: 0px 15px 4px 0px;
}


.au-text-input--width-md {
    max-width: 10rem;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    height: 46px;
    height: 2.875rem;
    border: 2px solid gray;
    color: #313131;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.42857;
    font-size: 16px;
    font-size: 1.6rem;
    height: 46px;
    margin: 0px 0px 4px 0px;
}


.date-splitter {
    text-align: center;
    margin: -10px 10px 10px 10px;
    display: inline;
    padding: 1.5rem 1rem;
    height: 46px;
    height: 2.875rem;
    background-color: #fff;
    color: #313131;
    line-height: 1.42857;
    font-size: 16px;
    font-size: 4rem;
}
/* end of date splitter fields */


.boolean-radio-cell .control {
    margin-top: 12px !important;
}


@media print {
    .no-print {
        display: none;
    }

    a[href]:after {
        display: none;
        visibility: hidden;
    }
}




.mandatory-star {
    color: red;
    font-size: larger;
}




/* B2C fields */
.b2c-text {
    background-color: #fff;
    border: 2px solid gray !important;
    border-radius: 4px;
    color: #313131;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 16px;
    font-size: 1.6rem;
    height: 46px;
    vertical-align: middle;
    /* width: 100% !important; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/* tablet portrait display message elements */
.tablet-display-background {
    background-image: linear-gradient(to right,#9cc9e7,#e7f2f9);
}

.tablet-display {
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .tablet-display-background {
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    .tablet-display-background {
        display: none;
    }
}

au-page-alerts--error {
    border: 5px solid red;
    padding: 0.5rem;
}

au-page-alerts--warning {
    border: 5px solid orange;
    padding: 0.5rem;
}

au-page-alerts--info {
    border: 5px solid lightskyblue;
    padding: 0.5rem;
}

.alert-warning {
    --bs-alert-color: #000;
    --bs-alert-bg: var(--oric-stone);
    --bs-alert-border-color: var(--oric-stone);
}


.maxWidth130 > li {
    max-width: 139px;
}


#application-footer {
    margin-bottom: 115px;
}


#scrollUpBtn {
    display: none;
    position: fixed;
    bottom: 72px;
    right: 12px;
    z-index: 2000;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1B2E3C;
    color: white;
    cursor: pointer;
    padding: 18px;
    border-radius: 50%;
    top: auto !important;
    border: solid 3px #fff;
    width: 60px;
    height: 60px;
}

    #scrollUpBtn:hover {
        background-color: #555;
    }


.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.7s infinite ease-in-out;
    animation: load7 1.7s infinite ease-in-out;
}

.loader {
    color: #1B2E3C;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

.hideElement {
    display: none;
}




/* Modal Header */
.oric-modal-header {
    padding: 2px 16px;
    color: white;
}

/* Modal Body */
.oric-modal-body {
    padding: 2px 16px;
}
/* The Modal (background) */
.oric-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.oric-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /*width: 50%;*/
    width: max-content;
    max-width: 40%;
    overflow-x: auto;
    max-height: 80%;
}

/* The Close Button */
.oric-close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
}

.oric-modal-error {
    display: flex;
}

.oric-modal-error-img {
    font-size: xx-large;
}

.oric-modal-error-content {
    font-size: 18px;
    padding-left: 10px;
}

.snippet-image {
    max-width: 100%;
}

.btn-primary:hover {
    color: #ffffff !important;
}

.tilesMainStyle {
    position: relative;
    padding: 45px 15px 15px;
    /* margin: 0 -15px 15px; */
    margin-right: 26px;
    margin-left: 26px;
    /* border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
}

.textAlignCentre {
    text-align: center;
}

.bigIconFontSize {
    font-size: 40px;
}

.marginLeftAndRight50px {
    margin-left: 50px;
    margin-right: 50px;
}

.paddingBottom70px {
    padding-bottom: 70px;
}

.removeUnderLineLink {
    text-decoration: none !important;
}

    .removeUnderLineLink:hover {
        /* border-color: #f0f0f5 !important;
        background-color: #f0f0f5;*/
    }

.fontSize13px {
    font-size: 13px;
}

.fontSize18px {
    font-size: 18px;
}

.element:hover {
    background-color: #000F;
}

.oric-description-close, .oric-sectionhelp-close {
    color: var(--oric-black);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -9px;
    cursor: pointer;
}

div.field-message-block {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    padding: 10px;
    width: 100%;
    font-size: 1em;
    background-color: #e6e8ea !important;
    border-left: 3px solid var(--oric-midnight);
    /*color: #1b2e3c;*/
}

.message-block.info {
    background-color: #e6e8ea !important;
    border-left: 3px solid var(--oric-midnight);
    /*color: #1b2e3c;*/
}

.message-block.info p {
    font-size: large;
}

.message-block.success {
    background-color: #ecece3 !important;
    border-left: 5px solid #868b4e;
    color: #393b22;
}

.message-block.warning {
    background-color: #fde9e2 !important;
    border-left: 5px solid #F26135;
    color: #8c361c;
}

.message-block.error {
    background-color: #fedfdf !important;
    border-left: 5px solid #8c0202;
    color: #8c0202;
}

/*.crmEntityFormView .section-title {
    margin-bottom: 1em;
}*/


.snippet-section,
fieldset .section-title,
legend.section-title,
div.validation-summary,
div.tab-title {
    margin-left: 25px;
}

.message-block {
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: start;
}

.snippet-section .message-block p,
.snippet-section .message-block li {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1000;
}


/*-------------------------------*/
/*            Loading Spinner    */
/*-------------------------------*/

.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    background: rgba(250,250,250,.9);
    width: 100%;
    display: block;
    text-align: center;
    height: inherit;
    color: #1B2E3C;
    transform: translateY(-50%);
    z-index: 10000;
    visibility: hidden;
    font-weight: bold;
    font-size: larger;
}

/*
.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}
*/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.7s infinite ease-in-out;
    animation: load7 1.7s infinite ease-in-out;
}

.loader {
    color: #0B7F99;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }

.trHeight40 {
    line-height: 50px;
}

#loadingMessage {
    color: #0B7F99;
    font-size: x-large;
    font-weight: 600;
}
/*-------------------------------*/
/*            Loading Spinner End    */
/*-------------------------------*/
.ui-autocomplete-loading {
    background: url(/loading.gif) no-repeat left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px;
}



/*-------Hide Folder button----------*/

.add-folder {
    display: none !important;
}


.add-file {
    margin-top: 10px !important;
}

/*-------Hide bread crum----------*/

.page-heading {
    display: none !important;
}

.card {
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}

#homePageContainer .card {
    min-height: 345px;
}


.card-transform:hover {
    box-shadow: 5px 6px 6px 2px var(--oric-stone);
    transform: scale(1.1);
    border-color: var(--oric-yellow) !important;
}

.card-title {
    display: flex;
    justify-content: center; /* Center the text horizontally */
    align-items: center; /* Center the text vertically */
    font-family: "Lora" !important;
    color: #505254 !important;
    font-size: 1.15rem;
}

.icon-spacing {
    margin-right: 8px; /* Adjust the value as needed */
}


.input-group {
    flex-wrap: nowrap !important;
    align-items: normal !important;
}


/* Main NAV */

.nav-tabs {
    display: flex;
    border-bottom: 3px solid #dee2e6;
}

.nav-tabs li {
    flex: 1;
    display: flex;
}

.nav-tabs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-decoration: none;
    font-family: "Lora" !important;
    font-size: 18px;
    color: var(--oric-black);
    height: 100%;
    width: 100%;
}

.nav-tabs li a:hover {
    color: var(--oric-black) !important;
}

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    background-color: var(--oric-midnight) !important; 
    color: var(--oric-white) !important; 
}

.nav-tabs .nav-link.active {
    background-color: var(--oric-midnight);
    border-bottom: var(--oric-sand);
    font-weight: bold;
    color: var(--oric-white) !important;
}


li.nav-item.weblink {
    justify-content: center;
    margin-right: 10px;
    margin-left: 5px;
}

.view-grid .dropdown.action > .btn {
    display: none;
}

.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 120px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
    margin: 0px;
    padding: 2px 0;
}

    .view-grid .dropdown.action .dropdown-menu li {
        display: inline-block;
        text-align: center;
    }

        .view-grid .dropdown.action .dropdown-menu li a {
            font-size: 18px;
            padding: 2px;
            margin: 0;
        }

            .view-grid .dropdown.action .dropdown-menu li a > span {
                font-size: 18px;
            }


            .view-grid .dropdown.action .dropdown-menu li a:hover {
                color: var(--oric-black);
                background: transparent;
            }

                .view-grid .dropdown.action .dropdown-menu li a:hover span {
                    text-decoration: underline;
                    top: 0px;
                }




.crmEntityFormView, .entitylist {
    border: 0 !important;
}

.boolean-dropdown {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.sharepoint-custom-icon {
    white-space: normal;
    display: inline-flex;
}

/* Removes the dropdown for the subgrid */
.sp-item .btn.btn-default.btn-sm {
    display: none;
}

/* Displays the buttons that were in the dropdown inline inside the row */
.sp-item .dropdown-menu {
    display: contents;
    position: relative !important;
    top: 100% !important;
    left: 0 !important;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

textarea.form-control {
    height: 115px !important;
}


.fontWeightNormal {
    font-weight: normal;
}


/*Start this is for teh the JSON GRid PCF*/
.ms-DetailsRow {
    /*font-family: "Century Gothic Regular" !important;*/
    font-family: "Lora","Roboto" !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    font-size: 17px !important;
}

.ms-DetailsHeader-cellTitle {
    font-weight: bold !important;
    color: #0B7F99 !important;
    /*font-family: "Century Gothic Regular" !important;*/
    font-family: "Lora","Roboto" !important;
    font-size: 17px !important;
    line-height: 1.42857 !important;
}

.ms-DetailsHeader-cellName {
    font-size: 18px;
}

/*End this is for teh the JSON GRid PCF*/

/* ORIC Portal Styling - US#41283*/


.footer-top a {
    color: #ffff !important;
}

.logo-label {
    font-size: 24px;
    font-weight: bold;
    color: var(--oric-midnight) !important;
    text-align: center;
    /* padding: 20px; */
    width: 100px;
    /* margin: 50px auto; */
    border-radius: 10px;
    /* background-color: var(--oric-brown);*/
}

.footer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #ffff;
    align-items: center;
    flex-wrap: wrap
}

.tile-logo-div {
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 130px;
    width: 120px;
}

.header-top {
    background-image: url('/ORIC_Header_Pattern.png');
    height: 20px;
    border-top: 1px solid var(--oric-yellow);
}

.header-top-jade-cobalt {
    background-image: url('/header_ORIC_pattern_jade_cobalt.png');
    height: 20px;
    border-top: 1px solid var(--oric-teal);
}

.tile-view {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .tile-logo-div {
        display: none;
    }

    #homePageContainer .card {
        min-height: 145px;
    }

    .footer-block div {
        margin: 14px;
    }

    .publicregisterlink {
        padding-bottom: 7px;
        padding-left: 0px;
    }
}

.banner-logos {
    max-width: 100%;
    height: auto;
}

.wrapper-body {
    min-height: 200px !important;
    padding-bottom: 100px !important;
}

/* Hide the Name field and its label */
#pmc_name_label,
#pmc_name,
#hidden_pmc_name {
    display: none !important;
}

/* Hide the Bulk Upload Type field and its label */
#pmc_bulkuploadtype_label,
#pmc_bulkuploadtype,
#hidden_bulkuploadtype {
    display: none !important;
}

div[data-name="tabBulkUpload"] {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.bulkdataupload-styled-list li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.bulkdataupload-strong {
    font-size: 0.85em;
    display: block;
    margin-bottom: 3px;
}

.normal-text {
    font-size: 0.75em;
    font-weight: normal;
    color: inherit;
}

.bulkdataupload-section-label {
    font-weight: bold;
}

.bulkdataupload-disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

tr:has(#pmc_portalsessioninformation) {
    display: none !important;
}

#corpOtherRequestsPage .tab-title {
    display: none;
}

.card {
    --bs-card-spacer-y: .5rem !important;
}