@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");

body {
    font-family: Arial;
    font-size: 11pt;
    background: transparent;
    margin: 0;
    margin-top: 110px;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36pt;
    color: black;
    padding: 0px;
    margin: 24px 0px 0px 0px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24pt;
    padding: 0px;
    margin: 12px 0px 0px 0px;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16pt;
    padding: 0px;
    margin: 24px 0px 0px 0px;
}

hr {
    border: 1px solid #c2c2c2;
    margin: 4rem 2rem;
}

.p {
    font-family: Arial;
    font-size: 11pt;
    margin: 12px 0px 0px 0px;
    color: black;
    font-weight: normal;
}

input[type="submit"],
input[type="button"] {
    border: none;
    border-radius: 5px;
    background-image: none;
    background: #0d5d78;
    height: 27px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    box-shadow: 0 0 5px #aad5e1;
}

input[type="checkbox"] {
    display: inline-block;
    margin-right: 1rem;
}

input[type="checkbox"] + label {
    display: inline-block;
    width: calc(100% - 3rem);
    vertical-align: middle;
}

textarea {
    font-family: Arial;
    font-size: small;
    padding: 4px;
}

input[type="text"],
input[type="password"] {
    padding: 4px;
    width: calc(100% - 2rem) !important;
    max-width: 500px !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled {
    background-color: lightgray;
    color: black;
    cursor: not-allowed;
    box-shadow: none;
}

#ctl00_ContentPlaceHolder1_RadCaptchaControl_CaptchaTextBox {
    width: 150px !important;
}

input[readonly] {
    background-color: lightgray;
}

a:link,
a:active,
a:visited {
    color: #0d5d78;
    text-decoration: underline;
}

a:hover {
    color: #0d5d78;
    text-decoration: none;
}

.subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14pt;
    margin: 0px 0px 18px 0px !important;
}

.subtitlebar {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 5px;
    font-size: 16px;
    padding: auto 10px;
    margin: 0px 0px 15px 0px;
    padding: 1rem;
    border-radius: 5px;
}

.large_subtitle {
    color: #cd1c29;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.info {
    margin: 0px 0px 10px 0px;
}

.info-section {
    background: white !important;
    pointer-events: none;
    cursor: pointer;
}

.fieldlabel {
    margin: 0px 0px 5px 0px;
}

.prompt_warning {
    padding: 15px;
    border: solid 1px #e5db57;
    background-color: #fffbcc;
    border-radius: 5px;
    margin: 1rem 0 1rem 0;
}

.content_indent {
    margin-left: 15px;
    margin-right: 15px;
}

/*form control feed back when error occurs*/
.feedback_failure {
    display: inline-block;
    color: #666553;
    font-weight: bold;
    vertical-align: middle;
    border: solid 1px #e09091;
    background-color: #ffcecf;
    padding: 4px 3px 3px 25px;
    margin-top: 3px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_error.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

/*form control feed back when success occurs*/
.feedback_success {
    display: inline-block;
    color: #666553;
    font-weight: bold;
    vertical-align: middle;
    border: solid 1px #9be090;
    background-color: #d5ffcf;
    padding: 4px 3px 3px 25px;
    margin-top: 3px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/box_icon_success.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.feedback_info {
    display: inline-block;
    color: #666553;
    font-weight: bold;
    vertical-align: middle;
    border: solid 1px #2b56ff;
    background-color: #dce3ff;
    padding: 4px 3px 3px 25px;
    margin-top: 3px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/box_icon_information.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

/*form control label text*/
.input_label {
    padding: 2px;
}

/*form drop down control*/
.input_dropdown {
    padding: 10px;
    font-size: 14px;
    width: auto;
    max-width: 90%;
    min-width: 150px;
    background: revert !important;
}

/*form text box control */
.input_text {
    font-size: 14px;
    line-height: 1.5;
    width: 90%;
    max-width: 90%;
    border: 1px solid #dbdbdb;
    box-shadow: inset 0 3px 3px #00000012;
    border-radius: 5px;
    padding: 10px !important;
}

.small_desc {
    color: #646464;
    font-size: 11px;
}

.td_right {
    padding-right: 15px;
}

.fieldtooltip {
    font-size: 12px;
    font-style: italic;
    color: #646464;
}

.table_header {
    background-color: #0d5d78;
    color: #ffffff;
}

/*table type template field*/
.custom_table {
}

/*table type template field - table cell style*/
.custom_table_row {
}

/*Label type custom field*/
.customLabel {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    /* font-style:italic;*/
}

/*line type custom field*/
.customHorizontalLine {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    vertical-align: top;
}

/*Add button on form build in sections*/
.SectionAddButton {
    /*float: right;*/
}

/*header for agreement parties*/
.headerBackground {
    border-style: solid;
    border-width: thin;
    border-color: Black;
    background-color: Silver;
    padding: 7px;
    font-size: x-large;
}

/*Search company grid*/
.EmptyDataRowStyle {
    font-weight: bold;
    color: red;
}

/*request account button
    it's derived from  input[type=submit], input[type=button]
    to hide this button, change display value from 'block' to 'none'
*/
.requestAccountButton {
    width: 163px;
    height: 34px;
    display: block;
}

/*Download as PDF button*/
.PDFDownloadLink {
}

/*Download as Word button*/
.WordDownloadLink {
}

/* page title */
.titlebar {
    margin-bottom: 10px;
}
.titlebar_right {
    height: 53px;
    width: 29px;
    background-color: transparent;
}
.titlebar_middle {
    height: 53px;
    background: transparent;
}
.titlebar_left {
    height: 53px;
    width: 1rem;
    background-color: transparent;
}

/* overall layout */
.logo {
    margin: 10px 0px 10px 10px;
    max-height: 60px;
}

.loginlogo {
    display: none;
}
.logged_in {
    margin: 10px 10px 0px 0px;
}
/* header */
.header {
    height: 110px; /* SAME AS HEADER WRAPPER */
    background-color: transparent;
}

.td_row {
    padding: 0px;
}

.header_table {
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

.custom_header_table {
    display: none;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
}

.header_bl {
    display: none;
    height: 23px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/bg_header_bl.png);
    background-repeat: no-repeat;
}

.header_bm {
    display: none;
    height: 23px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/bg_header_bm.png);
    background-repeat: repeat-x;
}

.header_br {
    display: none;
    height: 23px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/bg_header_br.png);
    background-repeat: no-repeat;
}

/* contentbox */
.main_content {
    padding: 1rem 4rem;
    max-width: 1200px;
    flex: 1 0 auto;
    margin: auto;
}
.contentbox_tl {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_tl.png);
    height: 7px;
    width: 9px;
    background-repeat: no-repeat;
}
.contentbox_tm {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_tm.png);
    height: 7px;
    background-repeat: repeat-x;
}
.contentbox_tr {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_tr.png);
    height: 7px;
    width: 9px;
    background-repeat: no-repeat;
}
.contentbox_ml {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_ml.png);
    height: 7px;
    width: 9px;
    background-repeat: repeat-y;
}
.contentbox_mm {
    background-color: transparent;
    min-width: 500px;
    min-height: calc(100vh - 110px - 8rem);
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
}
.contentbox_mr {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_mr.png);
    height: 7px;
    width: 9px;
    background-repeat: repeat-y;
}

.contentbox_row {
    padding: 0px;
}

.contentbox_bl {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_bl.png);
    height: 16px;
    background-repeat: no-repeat;
}

.contentbox_bm {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_bm.png);
    height: 16px;
    background-repeat: repeat-x;
}

.contentbox_br {
    display: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/contentbox_br.png);
    height: 16px;
    background-repeat: no-repeat;
}

.content {
    display: block;
    width: auto;
    height: calc(100vh - 110px);
    margin: auto;
    overflow: auto;
    position: static;
}

.headerWrapper {
    display: inline;
    position: fixed;
    height: 110px; /* height here must match height and top of .navigation and .content */
    top: 0;
    left: 0;
    width: calc(100% - 8rem);
    box-shadow: 0 0 1rem grey;
    padding-left: 4rem;
    padding-right: 4rem;
    z-index: 5;
    background-color: white;
}

/* navigation */
.navigation {
    display: block;
    position: static;
    float: left;
    width: 260px;
    height: calc(100vh - 110px);
    overflow-y: auto;
    margin-left: 0px;
    background: lightgrey;
}

.navigation_innerpanel {
    padding-top: 1rem;
    padding-left: 1rem;
    overflow-x: hidden;
    padding-bottom: 4rem;
}

.nav_admin {
    margin-top: 30px;
}
.nav_admin_title {
    font-weight: bold;
    margin-bottom: 5px;
}
.nav_tab_on {
    /* background-image:url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/bg_navigation_tab.png); */
    background: white;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 15px grey;
    width: 260px;
    height: 42px;
    margin: 0.5rem 0;
    padding-left: 5px;
    padding-top: 5px;
}
.nav_tab_off {
    /* background-image:url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/bg_navigation_tab.png); */
    background: rgb(227, 227, 227);
    border-radius: 5px 0 0 5px;
    width: 260px;
    height: 42px;
    margin: 0.5rem 0;
    padding-left: 5px;
    padding-top: 5px;
    transition: 0.3s;
}
.nav_tab_off:hover {
    background: #ecfbff;
}

a.navlink_home,
a.navlink_mydisclosures,
a.navlink_adddisclosure,
a.navlink_editprofile,
a.navlink_settings,
a.navlink_pdftemplate,
a.navlink_disclosuretemplate,
a.navlink_disclosuretypes,
a.navlink_notifications,
a.navlink_content,
a.navlink_layout,
a.navlink_migrate,
a.navlink_users,
a.navlink_gridSettings {
    width: 220px !important;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 12px 0px 0px 35px !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat;
    background-position: 10px 12px !important;
}

a.navlink_home:link,
a.navlink_home:visited,
a.navlink_home:hover,
a.navlink_home:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_home.png);
}
a.navlink_mydisclosures:link,
a.navlink_mydisclosures:visited,
a.navlink_mydisclosures:hover,
a.navlink_mydisclosures:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_mydisclosures.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_adddisclosure:link,
a.navlink_adddisclosure:visited,
a.navlink_adddisclosure:hover,
a.navlink_adddisclosure:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_adddisclosure.png);
}
a.navlink_editprofile:link,
a.navlink_editprofile:visited,
a.navlink_editprofile:hover,
a.navlink_editprofile:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_editprofile.png);
}
a.navlink_settings:link,
a.navlink_settings:visited,
a.navlink_settings:hover,
a.navlink_settings:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_settings.png);
}
a.navlink_pdftemplate:link,
a.navlink_pdftemplate:visited,
a.navlink_pdftemplate:hover,
a.navlink_pdftemplate:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_pdftemplate.png);
}
a.navlink_disclosuretemplate:link,
a.navlink_disclosuretemplate:visited,
a.navlink_disclosuretemplate:hover,
a.navlink_disclosuretemplate:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_disclosuretemplate.png);
}
a.navlink_disclosuretypes:link,
a.navlink_disclosuretypes:visited,
a.navlink_disclosuretypes:hover,
a.navlink_disclosuretypes:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_disclosuretypes.png);
}
a.navlink_notifications:link,
a.navlink_notifications:visited,
a.navlink_notifications:hover,
a.navlink_notifications:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_notifications.png);
}
a.navlink_content:link,
a.navlink_content:visited,
a.navlink_content:hover,
a.navlink_content:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_content.png);
}
a.navlink_layout:link,
a.navlink_layout:visited,
a.navlink_layout:hover,
a.navlink_layout:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_layout.png);
}
a.navlink_migrate:link,
a.navlink_migrate:visited,
a.navlink_migrate:hover,
a.navlink_migrate:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_migrate.png);
}
a.navlink_users:link,
a.navlink_users:visited,
a.navlink_users:hover,
a.navlink_users:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_users.png);
}
a.navlink_gridSettings:link,
a.navlink_gridSettings:visited,
a.navlink_gridSettings:hover,
a.navlink_gridSettings:active {
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_users.png);
}
a.navlink_discagrmnt:link,
a.navlink_discagrmnt:visited,
a.navlink_discagrmnt:hover,
a.navlink_discagrmnt:active {
    width: 210px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(../../AgreementPortal/images/agree.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_patents:link,
a.navlink_patents:visited,
a.navlink_patents:hover,
a.navlink_patents:active {
    width: 140px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/patent_16.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_agreements:link,
a.navlink_agreements:visited,
a.navlink_agreements:hover,
a.navlink_agreements:active {
    width: 210px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(../../AgreementPortal/images/agree.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_addagreement:link,
a.navlink_addagreement:visited,
a.navlink_addagreement:hover,
a.navlink_addagreement:active {
    width: 140px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(../../AgreementPortal/images/icon_addagreement.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_technology:link,
a.navlink_technology:visited,
a.navlink_technology:hover,
a.navlink_technology:active {
    width: 140px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/technology_16.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_distribution:link,
a.navlink_distribution:visited,
a.navlink_distribution:hover,
a.navlink_distribution:active {
    width: 140px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/distributions_16.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}
a.navlink_reports:link,
a.navlink_reports:visited,
a.navlink_reports:hover,
a.navlink_reports:active {
    width: 140px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 0px 0px 25px;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/payable_16.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}

/* dashboard */
.dashboard_stats {
    width: 180px;
}
.dashboard_stats_container {
    background-color: #0d5d78;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
.dashboard_stats_item {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    color: #ffffff;
}
a.nav_dashboard:link,
a.nav_dashboard:visited,
a.nav_dashboard:hover,
a.nav_dashboard:active {
    font-family: "Poppins", sans-serif;
    color: #f9ca44;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
/* login */
.login .large_subtitle {
    color: black;
    margin: 2rem 4rem 2rem 4rem;
}

.login {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.175) 0px 1rem 3rem;
    background-image: none;
    width: 750px;
    height: revert !important;
    border-radius: 10px;
    /*! box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15); */
    padding-bottom: 2rem;
}

.login::before {
    content: "";
    background: url("https://research.mcmaster.ca/app/uploads/2025/01/tech-transfer-image-alt.png")
        center/cover no-repeat;
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 5px 5px 0 0;
}

.login_content {
    padding: 0 !important;
}

.login_content > table {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.login_content > table > tbody > tr > td > table {
    margin-left: 8rem !important;
}

#ctl00_ContentPlaceHolder1_divTitle {
    text-align: center;
    font-family: poppins;
    font-weight: 600;
    font-size: 22pt;
}

#ctl00_ContentPlaceHolder1_divTitle::after {
    content: "Please note that your MacID login will not work here. If this is your first time accessing the inventor portal, you must request an account before logging in.";
    padding: 1rem 2rem 0rem 2rem;
    font-size: small;
    font-weight: normal;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Arial, sans-serif;
}

.login_prompt {
}

a.nav_login:link,
a.nav_login:visited,
a.nav_login:active {
    color: #0d5d78;
    text-decoration: none;
    font-weight: bold;
}
a.nav_login:hover {
    text-decoration: underline;
}
/* disclosure */
.statusdraftbox,
.statussubmittedbox,
.statusapprovedbox {
    border: none;
    border-radius: 5px;
    padding: 1rem;
    margin-top: 1rem;
    width: 220px;
}
.statusdraftbox {
    background-color: #f9ca44;
}
.statussubmittedbox {
    background-color: #aad5e1;
}
.statusapprovedbox {
    background-color: #b6d7a8;
}
.statustitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.statusspacer {
    margin-top: 7px;
}
.statusspacercentered {
    margin-top: 7px;
    text-align: center;
}
.expand_region {
    padding: 1rem;
    border-radius: 0 0 5px 5px;
    border: 1px solid #c0c0c0;
    border-top: none;
}

.expand_region > div {
    margin-top: 2rem;
}

.expand_region div:first-of-type {
    margin-top: 0rem;
}

a.disc_exp:link,
a.disc_exp:visited,
a.disc_exp:hover,
a.disc_exp:active {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #646464;
    background-color: #efefef;
    border: solid 1px #c0c0c0;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    text-decoration: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_arrow_up.png);
    background-repeat: no-repeat;
    background-position: right center;
}
a.disc_col:link,
a.disc_col:visited,
a.disc_col:hover,
a.disc_col:active {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #646464;
    background-color: #efefef;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    text-decoration: none;
    background-image: url(https://mcmaster.inteum.com/mcmaster/inventorportal/images/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.docusignbox {
    border: solid 2px #646464;
    background-color: #ffe599;
    padding: 7px;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 99%;
    min-width: 200px;
    margin-top: 5px;
}

.docusigntitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.docusignspacer {
    margin-top: 7px;
    overflow-wrap: break-word;
    max-width: 590px;
}

.docusignerrorspacer {
    margin-top: 7px;
    overflow-wrap: break-word;
    max-width: 590px;
    color: #646464;
    font-size: 11px;
}

/* RadGrids */

.RadGrid_Default {
    display: inline-block;
    width: 100% !important;
    overflow-x: scroll !important;
}

.rgMasterTable {
    table-layout: auto !important;
}

.rgMasterTable td,
.rgMasterTable th {
}

.rgHeader {
    background-color: #262626;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* hyperlink color in grid */
div.RadGrid_Default .rgRow a,
div.RadGrid_Default .rgAltRow a,
div.RadGrid_Default .rgRow a:visited,
div.RadGrid_Default .rgRow a:active,
div.RadGrid_Default .rgAltRow a:visited,
div.RadGrid_Default .rgAltRow a:active {
    color: #0d5d78;
}
div.RadGrid_Default .rgRow a:hover,
div.RadGrid_Default .rgAltRow a:hover {
    text-decoration: underline;
}
/* header */
div.RadGrid_Default th.rgHeader,
div.RadGrid_Default th.rgSorted,
.RadGrid_Default th.rgHeader,
.RadGrid_Default th.rgSorted,
.RadGrid_Default th.rgResizeCol {
    height: 25px;
    background-image: none;
    color: #ffffff;
    font-size: 14px;
}
.RadGrid_Default th.rgHeader {
    background-color: #262626;
}

.RadGrid_Default th.rgSorted a {
    color: black !important;
}

.panel_group fieldset {
    border-color: Background; /*this is the border color*/
    border-style: Solid;
}

.panel_group legend {
    color: Background; /* this is the GroupingText color */
    /*font-size: medium;*/
}

/* override the dropdown slider for the telerik items */
.rddtSlide {
    z-index: 200000 !important; /* High number to ensure it is shown over the modal dialog and important is needed to override the default telerik css*/
}

.rcbSlide {
    z-index: 200000 !important; /* High number to ensure it is shown over the modal dialog and important is needed to override the default telerik css*/
}

.udfPanel {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.udfPanel div {
    flex: 0 1 auto;
    margin: 5px;
}

/* use this class to change web tool controls to display items from left to right instead of top to bottom*/
.displayFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}

.loadingTemplate {
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-image: url("https://mcmaster.inteum.com/mcmaster/inventorportal/images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e4e4e6;
    /*z-index: 500 !important;*/
    opacity: 0.8;
    overflow: hidden;
}

.loadingTemplate:after {
    content: "Loading/Saving Data, Please Wait...";
    font-family: sans-serif;
    font-size: revert;
    color: #0d5d78;
    position: absolute;
    display: block;
    top: 53%;
    left: 43.5%;
}

.autoScrollPanel {
    width: 100%;
    min-height: 100px;
    max-height: none !important;
    overflow: auto;
}

.SearchBox {
    margin-left: 5px;
    margin-right: 5px;
}

.multiLineTextBox {
    padding: 2px;
    font-size: 14px;
    width: 100%;
    height: 120px;
    max-width: 100%;
    border: 1px solid grey;
}

#ctl00_ContentPlaceHolder1_txtTerms {
    /* ID for formal declaration terms textbox */
    min-height: 300px;
}

.divSiteTerms {
    max-width: 100%;
    height: calc(100vh - 640px);
    overflow: auto;
    border: 2px solid black;
    padding: 2rem;
    min-height: 400px;
    margin: 2rem 0;
    width: auto;
}

.divSiteTerms > ol {
    counter-reset: item;
    padding-left: 0px;
}

.divSiteTerms ol li {
    display: block;
    margin-bottom: 0.5em;
}

.divSiteTerms ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.divSiteTerms ol ol {
    counter-reset: item;
    margin-bottom: 1.5em;
}

.display_none {
    display: none;
}

.setupAccountUdfWrapper {
    /* Adjust to control the number of columns for UDFS that are shown on the edit profile and setup account pages*/
    max-width: 1100px;
}

.gridWrapper {
    margin-top: 20px;
}

.searchBar {
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.searchBar_subItem {
    flex-shrink: 0;
}

.searchBar_label {
    margin-left: 12px;
    margin-right: 6px;
}

.searchBar_button {
    float: right;
    margin: 5px;
}

.gridColumnFlex {
    display: inline-flex;
    align-content: center;
}

.gridLoadingPanel {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.gridLoadingPanel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.portalPageSection {
    margin-top: 5px;
    margin-bottom: 30px;
}

.statuscompletebox {
    border: solid 2px #646464;
    background-color: #ff9c83;
    padding: 7px;
    width: 280px;
}

.customCalendarControl {
    position: relative;
}

.PortalGridClass .rgDataDiv {
    height: auto;
}

/* RadAsyncUpload Error */
.ruError .ruErrorMessage {
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
}

/*log in button
  it's derived from  input[type=submit], input[type=button]
*/
.loginButton {
    width: 103px;
    height: 34px;
    display: block;
}

.linkButton_important {
    color: red !important;
}

.title_important {
    color: red !important;
}

.SaveAsDraftTopButton {
    display: block;
}

.SaveAsDraftBottomButton {
    display: block;
}

/* #ctl00_custom_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-align: center;
    margin-top: 4rem;
    height: 4rem;
    padding: auto;
    background-color: #f9ca44;
    font-weight: bolder;
    flex-shrink: 0;
} */

.header_title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24pt;
    line-height: 48pt;
    color: black;
    display: flex;
    align-items: center; /* vertically center the text */
    justify-content: center; /* horizontally center the text */
}

/* Disclosure Form Custom Mods */

#ctl00_ContentPlaceHolder1_txtTechID .input_label {
    display: block;
}

#ctl00_ContentPlaceHolder1_txtTechID .input_label::after {
    display: block;
    content: " *TechID will be assigned following acceptance of the disclosure";
    font-size: 12px;
    color: #e76767;
    font-style: italic;
}

#ctl00_ContentPlaceHolder1_txtDisclosureStatus .input_label {
    display: block;
}

#ctl00_ContentPlaceHolder1_txtDisclosureStatus .input_label::after {
    display: block;
    content: "*Status is assigned by reviewer";
    font-size: 12px;
    color: #e76767;
    font-style: italic;
}

#ctl00_ContentPlaceHolder1_txtDisclosureID .input_label {
    display: block;
}

#ctl00_ContentPlaceHolder1_txtDisclosureID .input_label::after {
    display: block;
    content: "*Auto-assigned by system";
    font-size: 12px;
    color: #e76767;
    font-style: italic;
}

/* User Page Mods */

#ctl00_ContentPlaceHolder1_setupAccount1_contact1_ddnGender2 {
    width: calc(100% - 2rem) !important;
}

#ctl00_ContentPlaceHolder1_setupAccount1_contact1_ddnGender2 button {
    display: none;
}

#ctl00_ContentPlaceHolder1_setupAccount1_contact1_ddnGender2 .rcbInner {
    padding: 0 !important;
    border-radius: 0;
    border: 1px solid grey;
}

#ctl00_ContentPlaceHolder1_setupAccount1_contact1_ddnGender2_Input {
    height: 17px;
    font-size: 14px;
    padding: 4px;
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_setupAccount1_contact1_ddnGender2_DropDown {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_customFields1_sectionInventors_mdcEdit_contentTemplate_searchContact1_mdcAddContact_contentTemplate_contact1_ddnGender2 {
    width: calc(100% - 2rem) !important;
}

#ctl00_ContentPlaceHolder1_customFields1_sectionInventors_mdcEdit_contentTemplate_searchContact1_mdcAddContact_contentTemplate_contact1_ddnGender2
    button {
    display: none;
}

#ctl00_ContentPlaceHolder1_customFields1_sectionInventors_mdcEdit_contentTemplate_searchContact1_mdcAddContact_contentTemplate_contact1_ddnGender2
    .rcbInner {
    padding: 0 !important;
    border-radius: 0;
    border: 1px solid grey;
}

#ctl00_ContentPlaceHolder1_customFields1_sectionInventors_mdcEdit_contentTemplate_searchContact1_mdcAddContact_contentTemplate_contact1_ddnGender2_Input {
    height: 17px;
    font-size: 14px;
    padding: 4px;
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_customFields1_sectionInventors_mdcEdit_contentTemplate_searchContact1_mdcAddContact_contentTemplate_contact1_ddnGender2_DropDown {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_divInventionId {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_lblInventionId {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_txtDisclosureID {
    display: none !important;
}

.inline-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
}

.inline-table th,
.inline-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.inline-table th {
    background-color: #f2f2f2;
}

.inline-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#ctl00_ContentPlaceHolder1_mdcNewDisclosure_contentTemplate_ddnNewType {
    display: none;
}

#ctl00_ContentPlaceHolder1_ddnType {
    display: none;
}

td > #ctl00_ContentPlaceHolder1_ddnType {
    display: block;
}

#ctl00_ContentPlaceHolder1_RadCaptchaControl_CaptchaTextBoxLabel {
    display: block;
    margin-top: 0.5rem;
}

#ctl00_ContentPlaceHolder1_divAlreadyAccount {
    display: none;
}

#ctl00_ContentPlaceHolder1_divTitle {
    margin-left: 50px !important;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 2rem;
}

#ctl00_ContentPlaceHolder1_txtUsername {
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_txtPassword {
    width: 100% !important;
}

#ctl00_ContentPlaceHolder1_hrefForgotPassword {
    font-weight: normal;
    width: 150px;
    display: block;
    margin-bottom: 1rem;
}

#ctl00_ContentPlaceHolder1_hrefFeedback {
    font-weight: normal;
    width: 150px;
    display: block;
    margin-bottom: 1rem;
}

#ctl00_ContentPlaceHolder1_hrefFeedback::after {
    content: "\A \00a0";
    white-space: pre;
}

label[for="ctl00_ContentPlaceHolder1_chShowAll"] {
    font-size: 9px;
}

#ctl00_header_div {
    display: none; /* Hide the original header */
}

/* start of custom header styles */

.header_title {
    font-size: 24pt;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;
    text-align: center;
    margin: 0;
}

.user-menu {
    flex: 0;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 1rem;
    margin-left: 8rem;
}

.user-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}

.user-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 1rem;
}

.user-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 9pt;
    color: black;
    margin-top: 0.7rem;
}

.dropdown-menu {
    display: none;
    top: 100%;
    border-radius: 5px;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.user-menu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block;
}

.custom_header_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    max-height: 110px;
}

.logo-container {
    flex: 0;
    min-width: 250px;
}

.title-container {
    flex: 2;
    display: flex;
    justify-content: center;
}

@media (max-width: 1000px) {
    .title-container {
        display: none;
    }
}

.logo {
    max-width: 100%;
    height: auto;
}

.user-button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.user-button:hover .dropdown-menu {
    display: block;
}

@media (max-width: 768px) {
    .header_title {
        font-size: 18pt;
    }
}

/* end of custom header styles */

/* Custom window settings */

.mdc_ss_mdl_hdr {
    width: revert !important;
    text-align: left !important;
    font-size: 16pt !important;
    font-family: poppins !important;
    font-weight: 600 !important;
    color: black !important;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    background: lightgray !important;
    border-radius: 5px 5px 0 0 !important;
}

.mdc_ss_mdl_ftr {
    width: revert !important;
    text-align: right !important;
    padding: 0.7rem !important;
    padding-top: 0.5rem !important;
    background: lightgray !important;
    border-radius: 0 0 5px 5px !important;
}

.mdc_ss_mdl_cnt {
    width: revert !important;
    padding: 0.7rem !important;
    max-height: 80vh;
    overflow: auto;
}

.mdc_corner_tl {
    display: none;
}

.mdc_corner_tc {
    display: none;
}

.mdc_corner_tr {
    display: none;
}

.mdc_corner_ml {
    display: none;
}

.mdc_corner_mr {
    display: none;
}

.mdc_corner_bl {
    display: none;
}

.mdc_corner_bc {
    display: none;
}

.mdc_corner_br {
    display: none;
}

.mdc_ss_mdl_bdr {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.175) 0px 1rem 3rem !important;
}
