/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');


.entity-review-form .sharepoint-grid button, .entity-review-form .sharepoint-grid  .grid-actions {
  display:none;
}

tr .sharepoint-grid .grid-actions .add-folder{  
  display:none;
}

.ProgressIndicator_1 {
    width:21% !important;
}
.entity-review-form div.sharepoint-grid div.grid-actions , .entity-review-form div.sharepoint-data table tr th:nth-child(3) {
   display:none;
   border-bottom-width: 0px !important;
} 

.component__wrapper{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;

}
div.sharepoint-empty.message div.alert-warning{
    --bs-alert-border-color: white!important;
    --bs-alert-bg: white!important;
}

.custom-ui-widget-content li .ui-state-active {
       background-color: #F0F0F0 ; 
       cursor: pointer;
       opacity: 1;
}

.custom-ui-widget-content{
       max-height: 200px;
    overflow: hidden auto;
    scroll-behavior: smooth;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    height: auto;
    padding: 0px;
    z-index: 1000;
    color: rgb(52, 58, 64);
    font-family: inherit;
    line-height: 1.5;
    padding:0.8rem
}

#content-container .crmEntityFormView .validation-summary h2{
     font-size: 1rem !important;
}

 .bootstrap-datetimepicker-widget table tr td.day{
       height: 15px;
       line-height: 15px;
       width: 20px
}

.pp-char-counter {
    font-size: 12px;
    color: #6b6f76;
    text-align: right;
    margin-top: 4px;
}

.pp-char-warning {
    color: #b00020;
    font-weight: 600;
}

tr .view-grid.table-responsive {
    overflow-x: visible !important;
}

literal div div p {
    font-size: 15px;
    line-height: normal;
}

.subgrid_emptymessage,
.readonly_subgrid_emptymessage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subgrid_emptymessage::after {
    content: 'No records added yet. Click (+ Add) to create one.'
}

.readonly_subgrid_emptymessage::after {
    content: 'No records added'
}

.form-mcheckbox-items {
    clear: both;
}

.custom-mcheckbox {
    margin-right: 0.5rem !important;
    margin-bottom: 0.1rem !important;
}

:root {
    --color-core-midnight-blue: rgb(0, 27, 51);
    --color-core-midday-blue: #00AFDB;
    --color-core-midday-blue-light: #EFFAFC;
    --color-core-mist: #DADADC;
    --color-core-mist-light: #f0f0f0;
    --color-core-steel: #767678;
    --color-link: #005c97;
    --color-text: #575757;
    --color-black: #111;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f0f0f0 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
}

header {
    display: block !important;
}

#ProfileMenu {
    display: none;
}

p {
    color: var(--color-text);
}

h1,
h2,
h3,
.navbar-brand {
    font-family: 'Montserrat', sans-serif;
}

.text-primary {
    color: inherit !important;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.2rem !important;
    margin: 15px 0 0 0;
    /* display: contents; */
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
    display: contents;
}

h2.page-title {
    /* margin-top: 20px; */
    margin-bottom: 10px;
    color: var(--color-black);
}

#aspnetForm h2.page-title {
    font-size: 1.2rem;
    /* margin-bottom: 20px; */
}

a {
    color: var(--color-link) !important;
    text-decoration: none;
}

a:hover {
    color: var(--color-core-midnight-blue);
    text-decoration: underline;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    padding-right: 10px;
}

.breadcrumb li a {
    padding-right: 10px;
}

.btn.btn-primary {
    background-color: var(--color-link);
    border: none;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 25px;
}

.btn.btn-primary:hover,
btn.btn-primary:active,
btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--color-core-midnight-blue);
}

.bg-dark {
    background-color: var(--color-core-midnight-blue) !important;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
    color: #fff !important;
    background: url("images/CSIRO-logo.jpg") no-repeat !important;
}

/*a.navbar-brand img {
        margin-right: 10px;
    }*/

.section-banner a {
    color: #fff;
    text-decoration: underline;
}

.section-banner a:hover {
    color: #fff;
    text-decoration: none;
}

.section-categories {
    margin-top: 40px;
}

section.section-feedback {
    padding: 10px 10px 40px 10px;
}

section.quick-links {
    margin: 40px 0;
    padding: 40px 0;
    background-color: #fff;
}

a.grid-item {
    color: var(--color-link);
    padding: 15px;
    text-decoration: none;
}

a.grid-item:hover {
    color: var(--color-core-midnight-blue);
    background-color: #fff;
}

a.grid-item h3 {
    font-size: 1.3rem;
}

.section-banner .jumbotron {
    /* background-image: url("Tech-Banner.jpg"); */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 27, 51, 0.8)), to(rgba(0, 27, 51, 0.8))), url("images/Tech-Banner.jpg");
    background-image: -o-linear-gradient(rgba(0, 27, 51, 0.8), rgba(0, 27, 51, 0.8)), url("images/Tech-Banner.jpg");
    background-image: linear-gradient(rgba(0, 27, 51, 0.8), rgba(0, 27, 51, 0.8)), url("images/Tech-Banner.jpg");
    background-size: cover;
    color: white;
    position: relative;
}

.jumbotron p {
    color: inherit;
}

.grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.grid-item {
    font-size: 16px;
    text-align: center;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline;
    margin: 10px;
}

footer ul li:first-child {
    margin-left: 0
}

footer a {
    text-decoration: none;

}

footer a:hover {
    text-decoration: underline;
}

footer {
    background-color: var(--color-core-mist-light);
}

/* loader spinner */
#wait-spinner,
#wait-preview,
#ixloading,
.wait-datagrid {
    background-position: center;
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border-width: .8rem;
    border-style: solid;
    border-color: rgba(189, 200, 208, .4);
    border-left-color: var(--color-link);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: wait-spinner 1.5s infinite linear;
    animation: wait-spinner 1.5s infinite linear;
    color: #fff;
    font-size: .4rem
}

@-webkit-keyframes wait-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /*border-width: 1.6rem*/
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        /*border-width: .2rem*/
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /*border-width: 1.6rem*/
    }
}

@keyframes wait-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /*border-width: 1.6rem*/
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        /*border-width: .2rem*/
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /*border-width: 1.6rem*/
    }
}

/* WIZARD Questions */
.question-text {
    font-size: inherit;
    color: var(--color-black);
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5px;
    padding-top: 0;
    line-height: 1.1;
}

.question-text label,
.question-text-inline label {
    font-weight: 600;
}

.question-group {
    margin-bottom: 20px;
}

#ProjectAnswerFiles {
    display: none;
}



/* pages-list*/
#pagesList {
    margin-top: 20px;
}

#pagesList li.g-error {
    border-left: 1px solid indianred !important;
}

#pagesList li.g-error a {
    color: indianred !important;
}

#pagesList li>a,
#pagesList li>a:hover {
    display: block;
    color: inherit !important;
    padding: 12px 8px 12px 8px;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

#pagesList .g-complete {
    color: var(--color-link);
}

#pagesList .g-complete>a {
    color: #000 !important;
}

#pagesList .g-complete {
    background-color: transparent !important;
}

#pagesList .active.g-complete {
    background-color: transparent !important;
}

#pagesList .active>A,
#pagesList .active.g-complete>A {
    color: inherit !important;
    /*background-color: [SecondaryColor];*/
}

#pagesList .active:hover>A,
#pagesList .active.g-complete:hover>A {
    color: inherit !important;
    /*background-color: [PrimaryColor];*/
}

#pagesList .g-complete:hover,
#pagesList .g-complete:focus,
#pagesList .ui-sortable .g-complete:hover {
    background-color: #f5f5f5;
}

/* #pagesList LI:hover, #pagesList LI:focus, #pagesList .ui-sortable LI:hover,
    #pagesList LI:hover > A, #pagesList LI:focus > A, #pagesList .ui-sortable LI:hover > A { */
/*background-color: [PrimaryColor];*/
/*color: inherit !important;
    }*/

#pagesList .active>a,
#pagesList .active:hover>a,
#pagesList .active:focus>a {
    border-left-color: var(--color-link);
}

#Questions {
    background-color: #fff;
    border-radius: 4px;
    /* padding-top: 10px; */
    padding: 15px 20px;
}

.Group {
    border-left: none;
    padding: 0;
    background-color: #fff;
    margin-bottom: 30px
}

/* #PageBody {
	padding-top: 10px; 
}*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 760px) {
    #ProgressIndicator_1 {
        display: none;
    }

    #WebFormPanel {
        width: 96% !important;
    }

    div[id*="WebFormControl_"]>span:first-child {
        margin-left: 2% !important;
    }

    #WebFormPanel.crmEntityFormView td.cell {
        padding: 0px !important;
    }

    .crmEntityFormView td.checkbox-cell.cell {
        width: auto !important;
    }

    .logo__container {
        width: 40%;
    }

    .logo__container .logo__title {
        padding-left: 5px !important;
    }

    .actions input[type=button] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navigation__container {
        padding: 10px !important;
    }

    #mobile_profile,
    #mobile_signout,
    #profile,
    #signout,
    .navigation__link,
    .logo__container .logo__title,
    .actions input[type=button],
    body {
        font-size: 12px !important;
    }

    #WebFormPanel td .clearfix.cell {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 90%;
    }

    /*#PageBody {
        width: 80%;
    }*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 80%;
    }

    /*#PageBody {
        width: 70%;
    }*/
}

#privateModeText .private-mode-text u a {
    color: #fff !important;
}

.cell-title {
    background-color: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    color: inherit;
    border: 0;
    padding-left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cell-title td {
    font-size: 18px;
    font-weight: bold;
    color: #666
}

.cell-heading {
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#WizardFinishHeader>nav.navbar {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

/*for some strange reason, style= vertical-align:top is adding a 1px border - so let's remove it.*/
table.NoPadding.NoSpacing>tbody>tr>td {
    padding: 0;
}

#pageTitle {
    color: rgba(255, 255, 255, .8);
    font-family: 'Montserrat';
    /* margin-left: 65px; */
    font-weight: 300;
    font-size: 1.1rem;
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 12px;
}

.table th,
.table .sub-head,
#grdTemplates .sub-head {
    background-color: transparent !important;
    color: #000;
    /*padding-top: 60px;*/
}

.table {
    margin-bottom: 0;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-left: 0;
    border-right: 0
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    line-height: normal;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    /* height: 99%; */
    bottom: 2px;
    border-left: 2px solid #CCC;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -28px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid var(--color-link);
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid var(--color-link);
    background-color: var(--color-link);
}

.StepProgress-item.current::before {
    border-left: 2px solid var(--color-link);
}

.StepProgress-item.current::after {
    content: counter(list);
    width: 20px;
    height: 20px;
    top: 0px;
    left: -37px;
    font-size: 15px;
    text-align: center;
    color: var(--color-link);
    border: 2px solid var(--color-link);
    background-color: white;
    font-weight: 600;
    line-height: 1.05;
}

.StepProgress strong {
    display: block;
}

.question-body h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.question-group {
    margin-bottom: 5px;
    padding: 0 !important;
}

.question-text,
.question-text-inline {
    color: #000;
    font-size: 1em;
}

.question-text {
    font-size: inherit;
    color: #000;
    padding-bottom: 2px;
    border-bottom: none;
    margin-bottom: 4px;
    padding-top: 10px;
    line-height: 1.1;
    font-weight: 700;
}

.question-text label,
.question-text-inline label {
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
}


.login-title {
    background: none;
    padding: 10px;
    color: inherit;
}

/* .pageNav .nav,
.fr .nextPage {
	background-image: url('images/navControls.png'); 
}*/

.lscommand input {
    background-image: url('images/repeatControls.png')
}

.form-link {
    background-image: url(images/ProjectIcon.png);
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: inherit;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: var(--color-core-midday-blue);
}

/* Wizard Finish... overrides */
#divTemplateFinish {
    position: static;
    top: auto;
    width: 100%;
    margin-left: auto;
    padding: 40px;
    background: #fff;
}

.lsh {
    color: inherit;
    background-color: transparent;
    border-bottom-color: transparent;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 5px;
    color: var(--color-black);
    line-height: 2em;
    padding-left: 0;
    font-size: 1.6em;
}

h3.lsh {
    font-size: 1.4em;
}

.lsrepeat {
    border-color: transparent;
}

.lccell .lch {
    color: inherit;
}

.lscommand {
    background-color: transparent;
}


.multiDataListBox {
    border: none;
    padding-left: 0;
}

xs-mt-40 {
    margin-top: 40px;
}

hr {
    border-color: #eee;
}

.navbar>.container {
    display: block;
    max-width: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-expand-md .navbar-collapse {
    display: none !important;

}

.ix-pagenavHome {
    top: 70px;
    right: 10px;
    position: absolute;
    width: 200px;
    display: block;
    background: var(--iq-color-page-background);
    border: 1px solid var(--iq-color-mid-gray);
    padding: .2rem;
    border-radius: .3rem;
    z-index: 100;
}

.navbar-toggler-home {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    /* line-height: 1; */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    right: 10px;
    top: 10px;
    position: absolute;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#pagesListHome ul {
    display: block;
}

#pagesListHome {
    margin-top: 20px;
}

#pagesListHome {
    margin-bottom: 8px;
}

#pagesListHome li>a,
#pagesListHome li>a:hover {
    display: block;
    color: inherit !important;
    padding: 12px 8px 12px 8px;
    font-size: 15px;
    text-decoration: none;
}

.navbar-toggler-icon>svg {
    fill: #8F99A3;
}

.hidden {
    display: none !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #337ab7;
}

.label-info {
    background-color: #5bc0de;
}

.label-danger {
    background-color: #d9534f;
}

.ui-state-highlight {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 49, 60) !important;
}

input[type=text]:disabled .form-control-sm,
.form-control:disabled,
.form-control[readonly],
.form-select:disabled {
    border: 0;
    background-color: transparent !important;
    padding: 10px !important;
    margin: 0;
    min-height: 0;
    background-image: none;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1;
}

.form-check-input[disabled]:checked {
    opacity: 1;
}

.form-check-input[disabled] :not(.form-check-input[checked]) {
    background-color: #f1f1f1;
}

.travelling-with,
.hr_review_table {
    width: 100%;
}

.travelling-with td {
    width: 30%;
}

.hr_review_table td {
    width: 25%;
}

#docFinish .cell-title {
    display: none;
}

.Home-Office .multiDataListBox {
    border: none !important;
    height: auto !important;
}

.badge {
    text-align: left !important;
}

/* my tasks - my form */

.entity-grid.entitylist td[data-th="Form Name"],
.entity-grid.entitylist td[data-th="Form Guid"],
.entity-grid.entitylist th:has(a[aria-label*="Form Webpage Name"]),
.entity-grid.entitylist td[data-th*="Form Webpage Name"],
.entity-grid.entitylist th:has(a[aria-label="Form Guid"]),
.entity-grid.entitylist th:has(a[aria-label="Form Name"]),
.entity-grid.entitylist th:has(a[aria-label*="Readonly Form Webpage"]),
.entity-grid.entitylist td[data-th*="Readonly Form Webpage"],
.entity-grid.entitylist th:has(a[aria-label="Form URL"]),
.entity-grid.entitylist td[data-attribute="csiro_formurl"],
#open_content .entity-grid.entitylist th:has(a[aria-label="Attachments"]),
#open_content .entity-grid.entitylist td[data-th="Attachments"],
#open_content .entity-grid.entitylist th:has(a[aria-label="Document"]),
#open_content .entity-grid.entitylist td[data-th="Document"]

{
    display: none;
}

.entity-grid.entitylist {
    background-color: #f8f9fa;
}

.entity-grid.entitylist td div.dropdown.action {
    display: none;
}

.entity-grid.entitylist table th a {
    font-weight: bold;
    color: black;
    font-family: 'Open Sans', sans-serif !important;
}

.nav-tabs .nav-link {
    padding: 10px 50px;
}

.nav-item a.nav-link {
    text-decoration: none !important;
    cursor: pointer;
}

.nav-link.l-tab.active {
    border-bottom: 3px solid #1c6e87;

}

.container #PageBody {
    padding-top: 20px;
}

.nav-link.l-tab {
    border-bottom: 3px solid var(--iq-color-primary);
    /* moved out of border-color */
    border: none;
    /* font-weight: 600; */
    font-size: 14px;
    color: #495057;
    text-decoration: none !important;
    background-color: white;
}


.recommend {
    display: none;
}

.button2:focus,
.button2.focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-default:focus,
.btn-default.focus {
    background-color: none;
    /*var(--color-link)!important;*/
    color: white !important;
}

.addnote:hover {
    text-decoration: none;
}

#PreviousButton,
.addnote.btn {
    color: var(--color-link) !important;
    border: 1px solid;
}

#SaveButton,
.addnote.btn {
    color: var(--color-link) !important;
    border: 1px solid;
}

.custom-required:after {
    content: " *";
    color: red;
}

td:has(input[type="checkbox"]) .field-label {
    font-weight: normal;
}

.list-group {
    --bs-list-group-border-color: none !important;
}

.progress .list-group-item {
    background-color: #f0f0f0 !important;
}

footer {
    display: none;
}

.fa-solid.fa-check {
    display: none;
}




[id*="fieldCheckButton"],
/*.addnote,*/
.button {
    border-radius: 2px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    font-family: var(--csiro-font-open-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-decoration: none;
    display: flex;
    width: fit-content;
    gap: 10px;
    border: none;
    max-height: 42px;
    transition: background-color 0.1s ease-in;

    &:hover {
        cursor: pointer;

        svg {
            transform: translateX(5px);
        }
    }

    svg {
        transform: none;
        transition: all 0.2s ease-out;
    }

    .button__text {
        margin: 0;
    }

    &.-iconLeft {
        .button__text {
            order: 1;
        }

        svg {
            transform: none;
        }
    }

    /* -------------  Variants  ------------- */
    &.-primary {
        background-color: #004b87;
        color: #fff !important;

        &:hover {
            background-color: #001d34;
            color: #fff;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
        }

        &:focus {
            color: #fff;
            background-color: #001d34;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
        }
    }

    &.-secondary {
        background-color: #fff;
        border: 2px solid #004b87;
        color: #004b87;

        svg path {
            fill: #004b87;
        }

        &:hover {
            color: #001d34;
            border-color: #001d34;
            background-color: #fff;

            svg path {
                fill: #001d34;
            }
        }

        &:focus {
            color: #001d34;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
            background-color: #fff;
            border: none;
        }

        &:disabled {
            color: #757679;
            border-color: #dadbdc;
            background-color: #fff;

            &:hover {
                background-color: #fff;

                svg path {
                    fill: #757679;
                }
            }
        }
    }

    &.-action {
        background-color: #e97722;
        color: #111;

        svg path {
            fill: #111;
        }

        &:hover {
            background-color: #ffb81c;
        }

        &:focus {
            background-color: #ffb81c;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffb81c;
        }
    }
}

.list-group-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    background-color: transparent;
    color: #111;
    list-style-type: none;
    display: flex;
    align-items: center;
    border: none;

    img {
        margin-right: 8px;
    }

    &.active {
        color: #111;
        border: none !important;

        &:hover {
            color: #111;
        }
    }

    &.incomplete {
        color: #111;
        border: none !important;
    }


    .list-group {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;

        &.desktopList {
            display: none;
        }
    }
}


.stepper__heading {
    display: none;
    color: #004b87;
    font-family: "Montserrat";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 24px 0;
}

.progress {
    background-color: #fff;
    box-shadow: none;
}

/*----------------Form ---------------*/

div.Group:has(.entitylist) {
    padding: 30px;
}

div[id*="WebFormControl_"]>span:first-child {
    display: flex;
    justify-content: left;
    margin-left: 10%
}

#WebFormPanel td:not(.text, .integer, .textarea) .text-muted {
    display: none
}

#form-footer {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}

#WebFormPanel .actions {
    margin: auto !important;
}

/* Hide original text but keep structure */
#ValidationSummaryEntityFormView>h2.validation-header {
    color: transparent;
    position: relative;
    margin-bottom: 0rem;
}

/* Explicitly keep the icon visible */
#ValidationSummaryEntityFormView>h2.validation-header>span.fa::before {
    color: #721c24;
    /* Or whatever your alert-danger color is */
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 0.5em;
}

/* Add custom message after the icon */
#ValidationSummaryEntityFormView>h2.validation-header::after {
    content: "Please resolve the following before proceeding:";
    color: #721c24;
    font-size: 1rem !important;
    position: absolute;
    left: 1.5em;
    /* Shift right to appear after icon */
    top: 0;
}

#ValidationSummaryEntityFormView ul li {
    list-style-type: disc !important;
    margin-left: 20px;
}

#ValidationSummaryEntityFormView.validation-summary a {
    color: #721c24 !important;
}

.alert-danger {
    background-color: #f8d7da !important;
}

label[for*=notescontrol],
h1[title='Add note'] {
    display: none !important;
}

html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
    margin: 5px 5px 5px 0 !important;
}


.crmEntityFormView .cell.checkbox-cell div.table-info {
    padding-left: 10px !important;
}

.actions div:has(.entity-action-button) {
    float: right;
    width: auto !important;
}

/* div.actions .btn-group.entity-action-button{
    /* float: right;
     margin-right: 15%;*/
/* }  */















/*====================================== Loader =========================================*/
/* custom css for loader*/
.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    border-style: solid;
    border-color: #004b87;
    border-top-color: transparent;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #004b87;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    z-index: 9999;
}

/*----------------------------------------*/
label[for="notescontrol"] {
    display: none !important;
}


.crmEntityFormView td.checkbox-cell.cell {
    padding: 0px 28px 0px 0px !important;
    justify-content: left;
    display: flex !important;
    flex-direction: row-reverse !important;
    /* width:200%;*/
}

.crmEntityFormView td.cell {
    padding: 0px 28px 20px 0px !important
}

.crmEntityFormView.question-group a {
    text-decoration: underline !important;
}

/* #Subgrid_new_1  iframe #content-container{
    max-width:600px
  } */

/* #Subgrid_new_1 div.modal-body iframe{
    height:300px;
  } */

/* #cc_1234656789123 .modal-content .modal-body #content-container {
    padding-top: 30px;
    padding-left: 30px;
    height: 100vh;
    } */

.tooltip-inner {
    max-width: 300px !important;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 4px black;
    text-align: left;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}


.fa.fa-question-circle {
    color: #1c6e87;
}

#ProgressIndicator_1 .list-group {
    --bs-list-group-item-padding-y: 12px;
}

#ProgressIndicator_1 li {
    cursor: pointer;
}


#ProgressIndicator_1 li.active {
    background-color: #f8f9fa !important
}

#ProgressIndicator_1 li.not-completed {
    color: red !important
}

.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;    
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;

}

div[id*="WebFormControl_"].div-left {
    display: none;
}

tr:has(#csiro__nextstep_label),
tr:has(#csiro_stepprocess_label),
tr:has(#csiro_createdatetime_label),
tr:has(#csiro_approvaldate_label) {
    display: none;
}

@media only screen and (max-width: 1500px) {

    table[data-name='application_declaration_section'] tr:nth-child(1) td:nth-child(1) {
        padding-bottom: 30px !important;
    }

    table[data-name='application_declaration_section'] tr:nth-child(2) td:nth-child(1),
    table[data-name='application_declaration_section'] tr:nth-child(3) td:nth-child(1),
    table[data-name='application_declaration_section'] tr:nth-child(4) td:nth-child(1) {
        padding-bottom: 20px !important;
    }

    table[data-name='application_declaration_section'] tr:nth-child(1) td .table-info,
    /* table[data-name='application_declaration_section'] tr:nth-child(2) td .table-info,*/
    table[data-name='application_declaration_section'] tr:nth-child(3) td .table-info,
    table[data-name='application_declaration_section'] tr:nth-child(4) td .table-info {

        vertical-align: bottom;
        height: 5px;
        padding-left: 30px !important;

    }
}

.recommend {
    display: none;
}

.button2:focus,
.button2.focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-default:focus,
.btn-default.focus {
    background-color: none;
    /*var(--color-link)!important;*/
    color: white !important;
}

.addnote:hover {
    text-decoration: none;
    /*
      background-color: var(--color-link)!important;
      color:white!important;
      border:1px solid;*/
}

#PreviousButton,
.addnote.btn {
    color: var(--color-link) !important;
    border: 1px solid;
    margin-right: 20px;
}

#SaveButton,
.addnote.btn {
    color: var(--color-link) !important;
    border: 1px solid;
    margin-right: 20px;
}

#PreviousButton,
#NextButton,
#SaveButton {
    border: 1px solid;
    padding: 0.5rem 1.8rem;
    border-radius: var(--bs-btn-border-radius);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    text-decoration: none;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-required:after {
    content: " *";
    color: red;
}

td:has(input[type="checkbox"]) .field-label {
    font-weight: normal;
}

.list-group {
    --bs-list-group-border-color: none !important;
}

.progress .list-group-item {
    background-color: #f0f0f0 !important;
}

#WebFormPanel {
    width: 70%
}

#WebFormControl_de38da5e2ff6479c8f5c3b70b5701d27>span:first-child {
    display: flex;
    justify-content: left;
    margin-left: 10%
}

div[id*='_ProgressIndicator'] {
    width: 18%;
}

.question-group li {
    padding: 2px 5px;
}

.header__container {
    display: none !important;
}

footer {
    display: none;
}

.fa-solid.fa-check {
    display: none;
}


.question-label a {
    text-decoration: underline !important;
}

.crmEntityFormView.view-grid.table-responsive tr {
    margin: 10px 0;
    /* Adds vertical space between rows */
    padding: 10px;
    /* Adds space inside the rows */
}

[id*="fieldCheckButton"],
/*.addnote,*/
.button {
    border-radius: 2px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    font-family: var(--csiro-font-open-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-decoration: none;
    display: flex;
    width: fit-content;
    gap: 10px;
    border: none;
    max-height: 42px;
    transition: background-color 0.1s ease-in;

    &:hover {
        cursor: pointer;

        svg {
            transform: translateX(5px);
        }
    }

    svg {
        transform: none;
        transition: all 0.2s ease-out;
    }

    .button__text {
        margin: 0;
    }

    &.-iconLeft {
        .button__text {
            order: 1;
        }

        svg {
            transform: none;
        }
    }

    /* -------------  Variants  ------------- */
    &.-primary {
        background-color: #004b87;
        color: #fff;

        &:hover {
            background-color: #001d34;
            color: #fff;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
        }

        &:focus {
            color: #fff;
            background-color: #001d34;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
        }
    }

    &.-secondary {
        background-color: #fff;
        border: 2px solid #004b87;
        color: #004b87;

        svg path {
            fill: #004b87;
        }

        &:hover {
            color: #001d34;
            border-color: #001d34;
            background-color: #fff;

            svg path {
                fill: #001d34;
            }
        }

        &:focus {
            color: #001d34;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #001d34;
            background-color: #fff;
            border: none;
        }

        &:disabled {
            color: #757679;
            border-color: #dadbdc;
            background-color: #fff;

            &:hover {
                background-color: #fff;

                svg path {
                    fill: #757679;
                }
            }
        }
    }

    &.-action {
        background-color: #e97722;
        color: #111;

        svg path {
            fill: #111;
        }

        &:hover {
            background-color: #ffb81c;
        }

        &:focus {
            background-color: #ffb81c;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffb81c;
        }
    }
}

.list-group-item {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    background-color: transparent;
    color: #111;
    list-style-type: none;
    display: flex;
    align-items: center;
    border: none;

    img {
        margin-right: 8px;
    }

    &.active {
        color: #111;
        border: none !important;

        &:hover {
            color: #111;
        }
    }

    &.incomplete {
        color: #111;
        border: none !important;
    }


    .list-group {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;

        &.desktopList {
            display: none;
        }
    }
}


.stepper__heading {
    display: none;
    color: #004b87;
    font-family: "Montserrat";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 24px 0;
}

.progress {
    background-color: #fff;
    box-shadow: none;
}


/*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v7.0.29,
  * Autoprefixer: v9.7.6
  * Browsers: last 4 version
  */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

:root {
    --color-core-midnight-blue: rgb(0, 27, 51);
    --color-core-midday-blue: #00AFDB;
    --color-core-midday-blue-light: #EFFAFC;
    --color-core-mist: #DADADC;
    --color-core-mist-light: #f0f0f0;
    --color-core-steel: #767678;
    --color-link: #005c97;
    --color-text: #575757;
    --color-black: #111;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
}

header {
    display: block !important;
}

#ProfileMenu {
    display: none;
}

p {
    color: var(--color-text);
}

h1,
h2,
h3,
.navbar-brand {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
}

.text-primary {
    color: inherit !important;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    margin: 15px 0 0 0;
    /* display: contents; */
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
    display: contents;
}

h2.page-title {
    /* margin-top: 20px; */
    margin-bottom: 10px;
    color: var(--color-black);
}

#aspnetForm h2.page-title {
    font-size: 1.2rem;
    /* margin-bottom: 20px; */
}

a {
    color: var(--color-link);
    text-decoration: underline;
}

a:hover {
    color: var(--color-core-midnight-blue);
    text-decoration: none;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    padding-right: 10px;
}

.breadcrumb li a {
    padding-right: 10px;
}

.btn.btn-default.previous {
    background-color: white !important;
    border-color: var(--color-link) !important;
}

.btn.btn-primary {
    background-color: var(--color-link) !important;
    border-color: var(--color-link) !important;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 25px;
    color: white !important;
}

.btn.btn-primary:hover,
btn.btn-primary:active,
btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--color-core-midnight-blue);
}

.bg-dark {
    background-color: var(--color-core-midnight-blue) !important;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
    color: #fff !important;
    background: url("images/CSIRO-logo.jpg") no-repeat !important;
}

/*a.navbar-brand img {
          margin-right: 10px;
      }*/

.section-banner a {
    color: #fff;
    text-decoration: underline;
}

.section-banner a:hover {
    color: #fff;
    text-decoration: none;
}

.section-categories {
    margin-top: 40px;
}

section.section-feedback {
    padding: 10px 10px 40px 10px;
}

section.quick-links {
    margin: 40px 0;
    padding: 40px 0;
    background-color: #fff;
}

a.grid-item {
    color: var(--color-link);
    padding: 15px;
    text-decoration: none;
}

a.grid-item:hover {
    color: var(--color-core-midnight-blue);
    background-color: #fff;
}

a.grid-item h3 {
    font-size: 1.3rem;
}

.section-banner .jumbotron {
    /* background-image: url("Tech-Banner.jpg"); */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 27, 51, 0.8)), to(rgba(0, 27, 51, 0.8))), url("images/Tech-Banner.jpg");
    background-image: -o-linear-gradient(rgba(0, 27, 51, 0.8), rgba(0, 27, 51, 0.8)), url("images/Tech-Banner.jpg");
    background-image: linear-gradient(rgba(0, 27, 51, 0.8), rgba(0, 27, 51, 0.8)), url("images/Tech-Banner.jpg");
    background-size: cover;
    color: white;
    position: relative;
}

.jumbotron p {
    color: inherit;
}

.grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.grid-item {
    font-size: 16px;
    text-align: center;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline;
    margin: 10px;
}

footer ul li:first-child {
    margin-left: 0
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer {
    background-color: var(--color-core-mist-light);
}

/* loader spinner */
#wait-spinner,
#wait-preview,
#ixloading,
.wait-datagrid {
    background-position: center;
    display: block;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    border-width: .8rem;
    border-style: solid;
    border-color: rgba(189, 200, 208, .4);
    border-left-color: var(--color-link);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: wait-spinner 1.2s infinite linear;
    animation: wait-spinner 1.2s infinite linear;
    color: #fff;
    font-size: .4rem
}

@-webkit-keyframes wait-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /*border-width: 1.6rem*/
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        /*border-width: .2rem*/
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /*border-width: 1.6rem*/
    }
}

@keyframes wait-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /*border-width: 1.6rem*/
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        /*border-width: .2rem*/
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /*border-width: 1.6rem*/
    }
}

/* WIZARD Questions */
.question-text {
    font-size: inherit;
    color: var(--color-black);
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5px;
    padding-top: 0;
    line-height: 1.1;
}

.question-text label,
.question-text-inline label {
    font-weight: 600;
}

.question-group {
    margin-bottom: 20px;
}

#ProjectAnswerFiles {
    display: none;
}



/* pages-list*/
#pagesList {
    margin-top: 20px;
}

#pagesList li.g-error {
    border-left: 1px solid indianred !important;
}

#pagesList li.g-error a {
    color: indianred !important;
}

#pagesList li>a,
#pagesList li>a:hover {
    display: block;
    color: inherit !important;
    padding: 12px 8px 12px 8px;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

#pagesList .g-complete {
    color: var(--color-link);
}

#pagesList .g-complete>a {
    color: #000 !important;
}

#pagesList .g-complete {
    background-color: transparent !important;
}

#pagesList .active.g-complete {
    background-color: transparent !important;
}

#pagesList .active>A,
#pagesList .active.g-complete>A {
    color: inherit !important;
    /*background-color: [SecondaryColor];*/
}

#pagesList .active:hover>A,
#pagesList .active.g-complete:hover>A {
    color: inherit !important;
    /*background-color: [PrimaryColor];*/
}

#pagesList .g-complete:hover,
#pagesList .g-complete:focus,
#pagesList .ui-sortable .g-complete:hover {
    background-color: #f5f5f5;
}

/* #pagesList LI:hover, #pagesList LI:focus, #pagesList .ui-sortable LI:hover,
      #pagesList LI:hover > A, #pagesList LI:focus > A, #pagesList .ui-sortable LI:hover > A { */
/*background-color: [PrimaryColor];*/
/*color: inherit !important;*/
/* } */

#pagesList .active>a,
#pagesList .active:hover>a,
#pagesList .active:focus>a {
    border-left-color: var(--color-link);
}

#WebFormPanel,
#Questions {
    background-color: #fff;
    border-radius: 4px;
    /* padding-top: 10px; */
    padding: 15px 20px;
}

.Group {
    border-left: none;
    padding: 0;
    background-color: #fff;
    margin-bottom: 30px
}

/* #PageBody {
      padding-top: 10px; 
  }*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 90%;
    }

    /*#PageBody {
          width: 80%;
      }*/
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
    .container-fluid.ix-header-body.wizardContent>table {
        margin: 30px auto;
        width: 80%;
    }

    /*#PageBody {
          width: 70%;
      }*/
}

.cell-title {
    background-color: inherit;
    height: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    color: inherit;
    border: 0;
    padding-left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cell-title td {
    font-size: 18px;
    font-weight: bold;
    color: #666
}

.cell-heading {
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#WizardFinishHeader>nav.navbar {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

/*for some strange reason, style= vertical-align:top is adding a 1px border - so let's remove it.*/
table.NoPadding.NoSpacing>tbody>tr>td {
    padding: 0;
}

#pageTitle {
    color: rgba(255, 255, 255, .8);
    font-family: 'Montserrat';
    /* margin-left: 65px; */
    font-weight: 300;
    font-size: 1.1rem;
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 12px;
}

.table th,
.table .sub-head,
#grdTemplates .sub-head {
    background-color: transparent !important;
    color: #000;
    /*padding-top: 60px;*/
}

.table {
    margin-bottom: 0;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-left: 0;
    border-right: 0
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    line-height: normal;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    /* height: 99%; */
    bottom: 2px;
    border-left: 2px solid #CCC;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -28px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid var(--color-link);
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid var(--color-link);
    background-color: var(--color-link);
}

.StepProgress-item.current::before {
    border-left: 2px solid var(--color-link);
}

.StepProgress-item.current::after {
    content: counter(list);
    width: 20px;
    height: 20px;
    top: 0px;
    left: -37px;
    font-size: 15px;
    text-align: center;
    color: var(--color-link);
    border: 2px solid var(--color-link);
    background-color: white;
    font-weight: 600;
    line-height: 1.05;
}

.StepProgress strong {
    display: block;
}

.question-body h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.question-group {
    margin-bottom: 5px;
    padding: 0 !important;
}

.question-text,
.question-text-inline {
    color: #000;
    font-size: 1em;
}

.question-text {
    font-size: inherit;
    color: #000;
    padding-bottom: 2px;
    border-bottom: none;
    margin-bottom: 4px;
    padding-top: 10px;
    line-height: 1.1;
    font-weight: 700;
}

.question-text label,
.question-text-inline label {
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
}


.login-title {
    background: none;
    padding: 10px;
    color: inherit;
}

/*  .pageNav .nav,
  .fr .nextPage {
      background-image: url('images/navControls.png'); 
  }*/

.lscommand input {
    background-image: url('images/repeatControls.png')
}

.form-link {
    background-image: url(images/ProjectIcon.png);
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
    background-color: var(--color-core-midday-blue-light);
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: inherit;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: var(--color-core-midday-blue);
}

/* Wizard Finish... overrides */
#divTemplateFinish {
    position: static;
    top: auto;
    width: 100%;
    margin-left: auto;
    padding: 40px;
    background: #fff;
}

.lsh {
    color: inherit;
    background-color: transparent;
    border-bottom-color: transparent;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 5px;
    color: var(--color-black);
    line-height: 2em;
    padding-left: 0;
    font-size: 1.6em;
}

h3.lsh {
    font-size: 1.4em;
}

.lsrepeat {
    border-color: transparent;
}

.lccell .lch {
    color: inherit;
}

.lscommand {
    background-color: transparent;
}


.multiDataListBox {
    border: none;
    padding-left: 0;
}

xs-mt-40 {
    margin-top: 40px;
}

hr {
    border-color: #eee;
}

.navbar>.container {
    display: block;
    max-width: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-expand-md .navbar-collapse {
    display: none !important;

}

.ix-pagenavHome {
    top: 70px;
    right: 10px;
    position: absolute;
    width: 200px;
    display: block;
    background: var(--iq-color-page-background);
    border: 1px solid var(--iq-color-mid-gray);
    padding: .2rem;
    border-radius: .3rem;
    z-index: 100;
}

.navbar-toggler-home {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    /* line-height: 1; */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    right: 10px;
    top: 10px;
    position: absolute;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#pagesListHome ul {
    display: block;
}

#pagesListHome {
    margin-top: 20px;
}

#pagesListHome {
    margin-bottom: 8px;
}

#pagesListHome li>a,
#pagesListHome li>a:hover {
    display: block;
    color: inherit !important;
    padding: 12px 8px 12px 8px;
    font-size: 15px;
    text-decoration: none;
}

.navbar-toggler-icon>svg {
    fill: #8F99A3;
}

.fa-question-circle {
    position: relative;
    /* Ensure it is positioned above other elements */
    z-index: 999;
    /* Ensure it's clickable above other content */
}

.popover {
    z-index: 2000 !important;
    display: block !important;
}

.hidden {
    display: none !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #337ab7;
}

.label-info {
    background-color: #5bc0de;
}

.label-danger {
    background-color: #d9534f;
}

.ui-state-highlight {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 49, 60) !important;
}

input[type=text]:disabled .form-control-sm,
.form-control:disabled,
.form-control[readonly],
.form-select:disabled {
    border: 0;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0;
    min-height: 0;
    background-image: none;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1;
}

.form-check-input[disabled]:checked {
    opacity: 1;
}

.form-check-input[disabled] :not(.form-check-input[checked]) {
    background-color: #f1f1f1;
}

.travelling-with,
.hr_review_table {
    width: 100%;
}

.travelling-with td {
    width: 30%;
}

.hr_review_table td {
    width: 25%;
}

#docFinish .cell-title {
    display: none;
}

.Home-Office .multiDataListBox {
    border: none !important;
    height: auto !important;
}

.badge {
    text-align: left !important;
}

.grid-actions .input-group .btn-info {
    color: white !important;
}

.control .input-group .form-control.lookup {
    height: 36.92px;
    border: 1px solid #949494;
}

.col-md-3 .addnote.btn.btn-default {
    float: revert;
}

#EntityFormView h2.tab-title,
#WebFormPanel h2.tab-title {
    font-size: 23px;
    line-height: 125%;
}

#EntityFormView legend.section-title h3 {
    font-size: 18px;
}

#crmEntityFormView legend.section-title h3 {
    font-size: 18px;
}

fieldset[aria-label='Hidden'] {
    display: none;
}

div.input-group.custom-lookup-readonly {
    button {
        display: none !important
    }

    .form-control.lookup {
        border: none
    }
}

div.control:has(.custom-lookup-readonly) div.text-muted {
    display: none !important;
}

#content-container #EntityFormPanel.crmEntityFormView {
    padding-left: 2%;
}

#content-container .crmEntityFormView .actions .btn:first-child {
    float: right;
    margin-right: 2%;
}


/*Jumbo Modal */
.modal-jumbo {
    --bs-modal-width: 100%;
    /* fallback */
}

/* Small screens (mobile) */
@media (max-width: 575.98px) {
    .modal-jumbo {
        --bs-modal-width: 100vw;
    }
}

/* Medium screens (tablet) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .modal-jumbo {
        --bs-modal-width: 90vw;
    }
}

/* Large screens (desktop) */
@media (min-width: 992px) {
    .modal-jumbo {
        --bs-modal-width: 1400px;
    }
}

.modal-jumbo .modal-content {
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-jumbo .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
}


#CancelButton {
    margin-left: 8px;
    /* Space after Save button */
    color: rgb(170, 170, 170);
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

#CancelButton:hover {
    background-color: transparent !important;
}

.btn:hover {
    text-decoration: underline !important;
}

/* Applies to all visible datepicker input fields */
.input-append.input-group.datetimepicker input.form-control.input-text-box {
    width: 180px !important;
    border-radius: 4px 0 0 4px !important;
}

/*
.input-group.datetimepicker input[type="text"][placeholder="DD/MM/YYYY"] {
  max-width: 180px !important;
  flex: 0 0 auto !important;
}
*/

/* Disabled days */
.bootstrap-datetimepicker-widget td.disabled button {
    background-color: #efefef !important;
    color: #999 !important;
    cursor: not-allowed;
    pointer-events: none;
    /* prevents clicking */
}


@media (max-width: 767px) {
    .crmEntityFormView .cell {
        margin-bottom: 0px !important;
        width: 100%;
        padding: 0px;
    }
}

.crmEntityFormView div.description {
    color: #707070 !important;
}

.validation-summary a {
    color: #721c24 !important;
    text-decoration: none !important;
}

.validation-summary ul li {
    list-style-type: disc !important;
    margin-left: 20px;
}

/* 1. Set the TomSelect wrapper to 70% of the table cell */
.form-control-cell .ts-wrapper {
    width: 70% !important;
    max-width: 70% !important;
    display: block !important;
}

/* 2. Ensure the inner input control fills the now 70% wrapper */
.ts-wrapper .ts-control {
    width: 100% !important;
    display: flex !important;
    align-items: center;
}

/* 3. Adjust dropdown to match the 70% width of the wrapper */
.ts-dropdown {
    width: 100% !important; /* This is relative to the .ts-wrapper width */
    z-index: 1000;
}

/* 4. Power Pages specific alignment */
#csiro_travelrecord_custom + .ts-wrapper {
    margin-bottom: 4px;
    margin-left: 0; 
    margin-right: auto;
}

