@font-face {

}

:root {
    --hbcp-blue: #0e6dba;
}
.docFont {font-family: NotoSerif, serif}

.entry-name {
    font-family: NotoSerif, serif;
    font-weight: bolder;
    /*color: #000040;*/
    font-size: x-large;
}

.variant-name {
    font-family: NotoSerif, serif;
    font-weight: bold;
    font-size: large;
    /*color: #000080;*/
}

.derivative-name {
    font-family: NotoSerif, serif;
    /*font-weight: bolder;*/
    font-style: italic;
    /*color: #5760D3;*/
    font-size: large;
}

.cas-label {
    font-family: NotoSerif, serif;
    font-weight: bolder;
    font-size: medium;
}

.entry-panel-group {
    margin-top: 5px;
    margin-bottom: 10px;

}

.compound-name {
    font-family: NotoSerif, serif;
    font-size: x-large;
    font-weight: bold;
    color: var(--hbcp-blue);
}

.name-hr {
    border-top: solid var(--hbcp-blue);
    border-width: 1px 0 0 0;
    margin: .4rem 0 1rem 0;
}

.compound-descriptor {
    font-family: NotoSerif, serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.compound-label {
    font-family: NotoSerif, serif !important;
    font-size: large !important;
    font-weight: bolder !important;
    line-height: normal !important;
}

.compound-text {
    font-family: NotoSerif, serif !important;
    font-size: large !important;
    font-weight: normal !important;
    line-height: normal !important;
    overflow-wrap: anywhere;

}

.polymerSection {
    font-family: NotoSerif, serif;
    font-size: large;
    font-weight: bold;

}
.propertyTable {
    border:1px solid lightsteelblue;
    border-collapse: collapse;
}
.propertyLabelCol {
    width: 200px;
}

.superscript {
    /*position: relative;*/
    /*top: -0.5em;*/
    vertical-align: super;
    font-size: small !important;
}

.belowsub0 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;

}

.belowsub1 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -0.5em;

}

.belowsub2 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -0.9em;

}

.belowsub3 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -1.3em;

}

.belowsub4 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -1.7em;

}

.belowsub4 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -2.0em;

}

.belowsub5 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -2.3em;

}

.belowsub6 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -2.6em;

}

.belowsub7 {
    zoom: 1;
    vertical-align: baseline;
    font-size: small !important;
    position: relative;
    top: 0.5em;
    margin-left: -2.8em;

}

.bold-text {
    font-weight: bolder !important;
}

.hazard_red {
    color: firebrick;
}

.break-word {
   /* display: inline-block;
    width: 500px;*/
    overflow-wrap: break-word;
}

.vertical-align-top {
    vertical-align: top;
}

.ui-sticky {
    top: 200px !important;
    position: fixed !important;
}

/* hides focuser input box*/
.hiddenInput {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    color: #FFFFFF !important;
    line-height: 0 !important;
    height: 0;
    display: block;
    width: 0;

}

.hiddenInput:focus {
    border: none !important;
    box-shadow: 0 0 0 0 #FFFFFF !important;
}
/* hides focuser for poly refs*/
.polyRefInput {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    color: #FFFFFF !important;
    line-height: 0 !important;
    height: 0;
    display: block;
    width: 0;

}

.polyRefInput:focus {
    border: none !important;
    box-shadow: 0 0 0 0 #FFFFFF !important;
}
.polyRefInput.ui-state-focus
.no-margin {
    margin: 0 !important;
}


a:focus {
    background-color: transparent;
    text-decoration: underline !important;
    font-weight: 900;
}

.browselink:focus {
    background-color: #ffe89d
}

.cmdLink:focus {
    color: red !important;
}

.hiddenInput.ui-state-focus
.no-margin {
    margin: 0 !important;
}

.no-padding > .ui-card-body {
    padding: 0 !important;
}

.pg-padding02 .ui-panelgrid-cell {
    padding: 0.2rem !important;
}

/*Empty boxes to provide padding*/
/*.EmptyBox10{ display:none; width:100%; height:10px; overflow:hidden;}*/
.EmptyBox5 {
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.EmptyBox10 {display: block;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.EmptyBox20 {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.EmptyBox30 {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.EmptyBox40 {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.EmptyBox50 {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.EmptyBox60 {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.EmptyBox70 {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.EmptyBox80 {
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.EmptyBox90 {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.EmptyBox100 {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.EmptyBox110 {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.EmptyBox120 {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.EmptyBox130 {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.EmptyBox140 {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.EmptyBox150 {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.table-auto {
    table-layout: auto !important;
    width: auto !important;
}

.centre-align-margin {
    margin-left: auto;
    margin-right: auto;
}

.centre-align-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.csrToolContainer {
    display: flex; /* establish flex container */
    flex-direction: row; /* default value; can be omitted */
    flex-wrap: nowrap; /* default value; can be omitted */
    justify-content: space-between;
}

.dialogFooter {
    border-top: 0 none;
    padding: 1.5rem 1.5rem 0 0;
    margin: 0;
    text-align: right;
}

.no-wrap {
    white-space: nowrap !important
}

.dark-text {filter: brightness(1)}
.hbcp-dark-text {filter: brightness(1)}
.ccd-dark-text {filter: brightness(0.65)}
.dnp-dark-text {filter: brightness(1)}
.dod-dark-text {filter: brightness(1)}
.doc-dark-text {filter: brightness(1)}
.dfc-dark-text {filter: brightness(1)}
.dmnp-dark-text {filter: brightness(1)}
.poc-dark-text {filter: brightness(1)}
.poly-dark-text {filter: brightness(1)}

.centreDialog {
    position: absolute !important;
    float: left !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.strucUploadBtn > .ui-fileupload-content {
    display: none !important;
}

.strucUploadBtn > .ui-fileupload-buttonbar {
    background: transparent none !important;
    border: none !important;
    padding: 0 0 0 0 !important;
}

.ui-dialog-titlebar {
    background: rgba(255, 255, 255, 0.7) !important;
}

.ui-dialog-content {
    background: rgba(255, 255, 255, 0.7) !important;
}

.no-scroll .ui-datatable-scrollable-body {
    overflow: inherit !important;
}

.no-scroll .ui-datatable-scrollable-header {
    overflow: inherit !important;
}

.no-scroll .ui-datatable-header {
    overflow: inherit !important;
    min-width: 450px !important;
}

.ptIcon {
    font-size: 1.5rem !important;
    text-decoration: none !important;
    border: 3px solid !important;
    border-radius: 0.5rem !important;
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
}

@media screen and (max-width: 991px) {
    .ptIcon {
        font-size: 1rem !important;
        margin-right: 4px !important;
        text-decoration: none !important;
        border: 1.5px solid !important;
        border-radius: 0.3rem !important;
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }
}

@media screen and (max-width: 991px) {
    .ptIconHBCP {color: #727272 !important;}
}

.title {
    font-size: 2.2rem !important;
}

@media screen and (max-width: 1390px) {
    .title {
        font-size: 1.4rem !important;
        padding-top: 0.8rem !important;
    }
}

@media screen and (max-width: 1120px) {
    .title {
        font-size: 1.1rem !important;
        padding-top: 1rem !important;
    }
}

@media screen and (max-width: 700px) {
    .title {
        font-size: 1rem !important;
        padding-top: 1rem !important;
    }
}

.footerImg {height: 40px !important;}

.font080{font-size: 0.8rem !important;}
.font090{font-size: 0.9rem !important;}
.font100{font-size: 1rem !important;}

@media (max-width: 450px) {
    .cookiePolicy, .accFeedback {width: 350px !important;}
    .accFeedbackText {width: 270px;}
}

@media (min-width: 451px) and (max-width: 1200px) {
    .cookiePolicy, .accFeedback {width: 450px !important;}
    .accFeedbackText {width: 350px;}
}

@media (min-width: 1201px) {
    .cookiePolicy, .accFeedback {width: 800px !important;}
    .accFeedbackText {width: 685px;}
}

@media (max-height: 500px) {
    .cookiePolicy {height: 300px !important;}
}

@media (min-height: 501px) and (max-height: 800px) {
    .cookiePolicy {height: 400px !important;}
}

@media (min-height: 801px) {
    .cookiePolicy {height: 700px !important;}
}

.padding050 .ui-panelgrid-cell {padding: 0.5rem !important;}

.tour-scroll {
    overflow-y: scroll !important;
    width: auto !important;
    border: none !important;
}

.cookieBar {
    z-index:9999999;
    height: auto !important;
    text-align: center;
    opacity: 0.9;
}

/* Top notifiction bar */
.nbTopDiv {display: table; width: 98%;}
.nbTopDiv1 {display: table-cell; width: 80%; vertical-align: middle;}
.nbTopDiv2 {display: table-cell; width: 20%; text-align: right; vertical-align: middle;}

.fs075 {font-size: .75rem !important}
.fs100 {font-size: 1rem !important}
.fs125 {font-size: 1.25rem !important}
.fs150 {font-size: 1.5rem !important}
.fsSmaller {font-size: smaller !important}

.italic {font-style: italic !important;}

.vertical-align-super {vertical-align: super !important}

.propInfoProp {
    font-weight: bold;
    width: 30% !important;
}

.propInfo {
    width: 70% !important;
}

.toolbar-fa-pos-adjust {padding-top: 10px !important}

@media print {
    body * {
        visibility: visible;
    }
}

@media print {
    .noprint{display: none !important;}
}

.layout-ajax-loader {display: none !important;}

.docTable {
    /*width:auto;*/
    margin-left:auto;
    margin-right:auto;
    /*border-spacing: 5px 0px;*/
}

.docTable > tbody > tr > td {padding: 4px 10px !important;}


@media (max-width: 1500px) {
    .marginHBCP > li {margin-left: 0px !important;}
    .layout-topbar {padding-right: 5px !important;}
}

@media (max-width: 960px) {
    .ShowOnDesktop{display: none; opacity: 0}
    .ShowOnMobile{display: inherit; opacity: 1}
}

@media (min-width: 961px) {
    .ShowOnDesktop{display: inherit; opacity: 1}
    .ShowOnMobile{display: none; opacity: 0}
}

#documentForm table {font-size: 1.2rem}
#documentForm > p {font-size: 1.2rem}
#documentForm > ol {font-size: 1rem}
.footnoteTable{font-size: 1rem}

.last:last-child {
    display: none;
}

.archive {background-color: #f2f2f2 !important}


@media (max-width: 1450px) {
    .archAcc{width: 350px}
    .archST{width: 180px}
}

@media (min-width: 1451px) {
    .archST{width: 250px}
}

/*HBCP doc search responsive*/
@media (min-width: 440px) {
    .docSearchTerm{width:250px !important;}
}

@media (min-width: 360px) and (max-width: 439px) {
    .docSearchTerm{width:210px !important;}
}

@media (max-width: 359px) {
    .docSearchTerm{width:130px !important;}
}

.search-results * {
    border: 0 none !important;
    width: auto !important;
}

.search-results thead th {
    display: none !important;
}

.highlightRowIA {
    background-color: #a1dbfc !important;
}

.no-pad-pg .ui-panelgrid-cell {
    padding: 0 !important;
}

.pad-pg-02 .ui-panelgrid-cell {
    padding: 0.2rem !important;
}

.hide-cols-dia {
    max-height: 300px;
    overflow-y: scroll;
}

@media (max-width: 640px) {
    .video {
        width: 300px;
        height: 169px;
    }
}

@media (min-width: 641px) and (max-width: 1200px) {
    .video {
        width: 500px;
        height: 282px;
    }
}

@media (min-width: 1201px) {
    .video {
        width: 800px;
        height: 450px;
    }
}
