
/*--------------------------------------------------------------------------------------+
|
| Supplied under applicable software license agreement.
|
| Copyright (c) 2025 Bentley Systems, Incorporated. All rights reserved.
|
+---------------------------------------------------------------------------------------*/

@layer bootstrap, itwinui;

/* Override bootstrap font-size to fix itwin ui v2 styles */
:root {
    font-size: unset;
    --awi-font-family: "Open Sans";
    --bentley-background: #1a1a1a; /*$bentley-dark-gray*/
}

/* Override bootstrap tooltips */
.tooltip-content > .tooltip {
    font-family: var(--awi-font-family);
}

/* Override bootstrap to fix bwc checkboxes */
label.bwc-inputs-checkbox > input[type=checkbox] {
    margin: 0px;
}

.main_bkgd {
    background-color: #FFFFFF;
}

.modal_bkgd {
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
}

.tab_content {
    overflow: auto;
}

body {
    font-family: var(--awi-font-family) !important;
    font-size: 14px;
}

input[type=text] {
    font-family: var(--awi-font-family) !important;
    font-size: 14px;
}

::-ms-clear {
    display: none;
}

div.RadComboBox .rcbArrowCell td,
div.RadComboBox .rcbArrowCell a {
    width: 16px !important;
}

div.RadComboBox .rcbArrowCellHidden a {
    display: none !important;
}

.margin_top_5 {
    margin-top: 5px;
}

/* Overide font-family of RadTreeView_Default class*/
.RadTreeView_Default {
    font-family: var(--awi-font-family) !important;
}

/* This is needed to allow room for the bottom footer to not have any overlapping. */

.form {
    margin-bottom: 22px;
}

textarea {
    font-family: var(--awi-font-family);
    font-size: inherit;
}

.pencil {
    background-image: url('../../images/sprite.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 18px;
    display: inline-block;
    background-position: -0px -317px;
}

.header {
    background-size: 100% 100%;
    padding-bottom: 0px;
    line-height: 18px;
    background-color: var(--bentley-background); 
    margin-bottom: 5px;
}

.headerLogo {
    padding-top: 5px;
    width: 160px;
}

.headerMenu {
    padding-top: 5px;
}

.mainContentPadding {
    padding-top: 20px;
}

/* CSS Document */

.watermarkify-wrap {
    position: relative;
    overflow: hidden;
    display: inline;
}

.watermarkify-watermark {
    position: absolute;
    left: 2px;
    display: block;
    color: #999;
    padding-left: 2px;
    font-size: 12px;
    font-family: var(--awi-font-family);
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
}

.watermarkify-watermark-blurred {
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}



/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    width: 200px;
    padding: 0 0 0 0;
    border: 1px solid #BEBEBE;
    color: #000;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.footer {
    background-color: var(--bentley-background);
    border-top: 1px solid #F0F0F0;
    bottom: 0;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100; /* This is so it doesn't appear in front of modal windows */
    display: block;
    line-height: 12px;
}

    .footer a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer p {
        color: #FFFFFF;
        font-size: 10px;
        margin: 6px 0 0 10px;
        text-align: center;
        bottom: 2px;
    }

.customer {
    text-align: left;
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 2px;
    padding-top: 4px;
    float: left;
    width: 33%;
}

.copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 2px;
    padding-top: 4px;
    float: left;
    width: 33%;
}

.logout {
    text-align: right;
    color: #FFFFFF;
    font-size: 10px;
    padding-left: 2px;
    padding-top: 4px;
    float: left;
    width: 33%;
}

.footer a, .footer a:hover {
    color: #FFFFFF;
}

.logout a {
    text-decoration: underline;
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default {
    color: #333333;
    font: 14px var(--awi-font-family) !important;
    z-index: 6969;
}

.radPreventDecorate {
    margin-top: 1px !important;
    height: 16px !important;
}

.rcbSlide {
    z-index: 2147483647 !important;
}

.RadComboBoxDropDown_Default .rcbHovered {
    background: none repeat scroll 0 0 #70CBFF !important;
    color: #000000;
}

.RadComboBox_Default .rcbReadOnly .rcbArrowCellRight {
    padding-right: 2px;
}


.btn {
    display: inline-block;
    padding: 8px 11px;
    border-radius: 3px;
    line-height: 22px;
    outline: none;
    box-shadow: none;
    font-family: var(--awi-font-family);
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    vertical-align: middle;
}

    .btn:hover {
        text-decoration: none;
    }

    .btn:active, .btn:focus {
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

    .btn[disabled], .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus {
        opacity: 0.4;
        background-color: #9ba5ae;
        color: #fff;
        cursor: not-allowed;
    }

    .btn, .btn:active, .btn:focus {
        padding: 7px 10px;
        border: 1px solid #85929d;
        background-color: transparent;
        color: #3c434a;
    }

        .btn:hover {
            background-color: transparent;
            border-color: #4d575f;
            color: #070809;
        }

#cmdQuickSelectTree.btn {
    background-color: #ffffff;
    margin-top: -2px;
}


.btn-save {
    background-color: #56AA1C !important; /*$bwc-green*/
    background-image: none !important;
}

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn-large [class^="icon-"] {
        margin-top: 1px;
    }

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

    .btn-small [class^="icon-"] {
        margin-top: -1px;
    }

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

button.btn, input[type="submit"].btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large, input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small, input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini, input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.headerForm {
    background-color: #eef0f3;
    background-size: 100% 100%;
    line-height: 18px;
    vertical-align: top;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #005580;
    color: #000;
}

.gridview, .gridviewaudit {
    background-color: #fff;
    border-spacing: 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}

    .gridview tr, .gridviewaudit tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 40px;
        text-align: left;
    }

    .gridview td, .gridviewaudit td {
        padding: 5px 5px;
        border: none;
    }

    .gridview th, .gridviewaudit th {
        background-size: 100% 100%;
        background-color: #eef0f3;
        line-height: 18px;
        vertical-align: middle;
        padding: 4px;
        text-align: left;
        color: #333;
        border: none !important;
        font-size: 12px;
    }

#gvReportSections.gridview th {
    text-align: center;
}

.gridview th a, .gridviewaudit th a {
    color: #333;
    text-decoration: none;
}

    .gridview th a:hover, .gridviewaudit th a:hover {
        text-decoration: underline;
    }

.gridview tr:hover:not(.pgr), .gridviewaudit tr:hover {
    background-color: #e5f5fd !important;
}


.gridview .pgr, .gridviewaudit .pgr {
    background-size: 100% 100%;
    background-color: #eef0f3;
    line-height: 18px;
    vertical-align: top;
    padding: 4px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}

    .gridview .pgr td, .gridviewaudit .pgr td {
        border-width: 0;
        padding: 4px;
        font-weight: bold;
        line-height: 12px;
    }

    .gridview .pgr a, .gridviewaudit .pgr a {
        color: #333;
        text-decoration: none;
        font-weight: normal;
        font-size: 12px;
    }

        .gridview .pgr a:hover, .gridviewaudit .pgr a:hover {
            color: #333;
            text-decoration: underline;
            font-weight: bold;
        }

    .gridview .pgr td:hover, .gridviewaudit .pgr td:hover {
        background-color: transparent !important;
    }

    .gridview .pgr table tr:hover, .gridviewaudit .pgr table tr:hover {
        background-color: transparent !important;
    }

    .gridview .pgr span, .gridviewaudit .pgr span {
        color: #2a2f34;
        font-size: 13px;
        background-color: transparent !important;
    }

.gridview .emptygridview, .gridviewaudit .emptygridview {
    font-style: italic;
}

    .gridview .emptygridview td, .gridviewaudit .emptygridview td {
        border: 1px solid transparent !important;
    }


.radgridview {
    background-color: #fff !important;
    border-spacing: 0 !important;
    font-family: var(--awi-font-family) !important;
    font-size: 12px !important;
}

    .radgridview .rgDetailTable, .rgMasterTable {
        border-collapse: collapse !important;
        border: 1px solid #005580 !important;
        font-family: var(--awi-font-family) !important;
        font-size: 14px !important;
    }

    .radgridview th.rgHeader, th.rgResizeCol {
        background-color: #eef0f3;
        background-size: 100% 100%;
        vertical-align: middle;
        line-height: 18px;
        padding: 4px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        border: 1px solid #005580;
    }

    .radgridview .rgRow,
    .radgridview .rgRow td,
    .radgridview .rgAltRow td,
    .radgridview .rgEditRow td,
    .radgridview .rgFilterRow td,
    .radgridview .rgFooter td {
        padding: 5px 5px !important;
        border: 1px solid #005580 !important;
    }

    .radgridview .rgAltRow {
        background: #EAEAEA;
    }

    .radgridview .rgPager {
        background-color: #eef0f3;
        background-size: 100% 100%;
        background-color: #005383;
        line-height: 18px;
        vertical-align: top;
        padding: 4px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #005580;
        color: #fff;
    }

        .radgridview .rgPager td {
            border-width: 0;
            padding: 4px;
            font-weight: bold;
            line-height: 12px;
        }

        .radgridview .rgPager a {
            color: #fff;
            text-decoration: none;
            font-weight: normal;
            font-size: 12px;
        }

            .radgridview .rgPager a:hover {
                color: #eeff99;
                text-decoration: underline;
                font-weight: bold;
            }

        .radgridview .rgPager td:hover {
            background-color: transparent !important;
        }

        .radgridview .rgPager table tr:hover {
            background-color: transparent !important;
        }

        .radgridview .rgPager span {
            color: #eeff99;
            font-size: 13px;
            background-color: transparent !important;
        }

    .radgridview .rgNoRecords {
        font-style: italic;
    }

        .radgridview .rgNoRecords td {
            border: 1px solid transparent !important;
        }

.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    margin-bottom: 2px;
    /*  border: 1px solid #005580;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .accordion-heading .accordion-text {
        display: block;
        padding: 4px 4px 4px 15px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

.pointer {
    cursor: pointer !important;
}

.accordion-expand:before {
    background: url(../../images/chevron-right.svg);
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.accordion-collapse:before {
    background: url(../../images/chevron-down.svg);
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.accordion-inner {
    padding: 9px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.accordion-text img {
    position: relative;
    top: -2px;
}

.SiteContent {
    position: relative;
}

.SiteHeaderContainer {
    position: fixed;
    top: 42px;
    left: 0px;
    width: 100%;
    z-index: 500;
    background-color: #FFF;
}

.SiteHeaderAndContent {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.SiteMenu {
    background-color: var(--bentley-background);
    height: 42px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 550;
    font-size: 14px;
}

.SiteHeader {
    line-height: 27px;
    min-height: 27px;
    padding: 0;
    background-color: #FFF;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
}

.well {
    min-height: 20px;
    padding: 2px;
    margin-bottom: 5px;
    background-color: #dedede;
    border: 1px solid #7E7E7E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.query_img_link {
    padding-left: 10px;
    cursor: hand;
}

.label {
    font-size: 12px;
}

.label10bold {
    font-size: 10px;
    font-weight: bold;
}

.label11 {
    font-size: 11px;
}

.label11bold {
    font-size: 11px;
    font-weight: bold;
}

.label12 {
    font-size: 12px;
}

.label12bold {
    font-size: 12px;
    font-weight: bold;
}

.label13 {
    font-size: 13px;
}

.label13bold {
    font-size: 13px;
    font-weight: bold;
}

.label14 {
    font-size: 14px;
}

.label14bold {
    font-size: 14px;
    font-weight: bold;
}

.form_textbox {
    font-size: 12px;
}

.label10 {
    font-size: 10px;
}

.labelcell20 {
    width: 20%;
    text-align: right;
}

.textcell30 {
    width: 30%;
    text-align: left;
}

.labelcell30 {
    width: 30%;
    text-align: right;
}

.textcell70 {
    width: 70%;
    text-align: left;
}

.labelcell {
    width: 40%;
    text-align: right;
    font-weight: bold;
}

.labelcell10 {
    width: 10%;
    text-align: right;
    font-weight: bold;
}

.labelcell_no_width {
    text-align: right;
    font-weight: bold;
}

.labelcell_no_width_nowrap {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}


.fieldGroupWrapper {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.message_container {
    background-color: #fafafa;
}

.menu_container_bicweb {
    background-color: #ffffff;
}

.menu_container {
    background-color: #D0D0D0;
}

.root_menu_bicweb {
    border-style: outset;
    border-width: 1px;
    background-color: #F5F5F5;
    color: Black;
    font-size: 12px;
    padding: 2px;
}

.root_menu {
    border-style: outset;
    border-width: 1px;
    background-color: #D0D0D0;
    color: Black;
    font-size: 12px;
    padding: 2px;
}

.sub_menu_bicweb {
    border-style: outset;
    border-width: 1px;
    background-color: #F5F5F5;
    color: Black;
    font-size: 12px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.sub_menu {
    border-style: outset;
    border-width: 1px;
    background-color: #D0D0D0;
    color: Black;
    font-size: 12px;
    padding: 2px;
}

.menu_hover_bicweb {
    color: White;
    background-color: Highlight;
}

.menu_hover {
    color: White;
    background-color: Highlight;
}

.main_border {
    height: 7px;
    background-color: #4A4A4A;
}

.main_border_bicweb {
    height: 4px;
    background-color: #4A4A4A;
}

/*Modal Popup*/

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    background-color: #fafafa;
    border-width: 0px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
}

.modalProgress {
    background-color: white;
    border: 1px solid black;
    padding: 0px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.modalHeader {
    width: 100%;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}

.modalWrapper {
    border-color: #005580;
    border-style: solid;
    border-width: 1px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: window;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    height: 200px;
    width: 400px !important;
    white-space: nowrap !important;
    text-align: left;
    list-style-type: none;
    overflow: auto;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
    font-size: 12px;
    white-space: nowrap;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-size: 12px;
    white-space: nowrap;
}

/*Quick Select flyout */

.quickSelect_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    padding: 0 0 0 2px !important;
    background-color: window;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    height: 250px;
    width: 450px !important;
    white-space: nowrap !important;
    text-align: left;
    list-style-type: none;
    overflow: auto;
}

    .quickSelect_completionListElement li {
        list-style: none;
        margin: 0;
        padding: 3px 0 3px 0;
    }

        .quickSelect_completionListElement li:last-child {
            font-style: italic;
        }

/* Quick Select highlighted item */

.quickSelect_highlightedListItem {
    background-color: #70CBFF;
    color: black;
    padding: 1px;
    font-size: 12px;
    white-space: nowrap;
}

/* Quick Select item */

.quickSelect_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-size: 12px;
    white-space: nowrap;
}


/*CollapsiblePanel*/

.collapsePanel {
    border-left: solid 2px #1052A0;
    border-right: solid 2px #1052A0;
    border-bottom: solid 2px #1052A0;
    background-color: #fafafa;
    overflow: hidden;
}

.collapsePanelNoBkgdColor {
    border-left: solid 2px #1052A0;
    border-right: solid 2px #1052A0;
    border-bottom: solid 2px #1052A0;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    color: #000;
    font-weight: bold;
    border: 2px solid #1052A0;
    background-color: #dcdcdc;
}

    .collapsePanelHeader a {
        color: #FFF;
    }

        .collapsePanelHeader a:hover {
            text-decoration: none;
            background: none;
        }

/* Accordion */

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #dedede;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.right_side_tempalte {
    background-color: #dedede;
}

.inspection_form_content {
    background-color: #dedede;
    margin-top: 0;
    margin-left: 0;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 130px;
    height: 50px;
}

.updateProgressMessage {
    margin: 3px;
    font-family: var(--awi-font-family);
    font-size: small;
    vertical-align: middle;
}

.ContextMenuPanel {
    border: 1px solid #868686;
    z-index: 1000;
    background: #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
    text-align: left;
}

a.ContextMenuItem {
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 3px 4px 4px;
    white-space: nowrap;
    z-index: 1100;
}

a.ContextMenuItem-Selected {
    font-weight: bold;
}

a.ContextMenuItem:hover {
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 3px 3px 3px;
}

.instruction_text {
    background-color: #D6E7F5;
    font-size: 12px;
}

.table-container {
    height: 500px;
    overflow-y: auto;
    background: #fff;
}

.table_header_row {
    background-color: #4A4A4A;
}

.table_row {
    background-color: #FFFFFF;
}

.table_highlighted_row {
    background-color: #FFE699;
}

.table_shell {
    border-color: #4A4A4A;
    border-style: solid;
    border-width: 2px;
}

/*#region table styling*/

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .table-bordered > thead > tr,
    .table-bordered > tbody > tr,
    .table-bordered > tfoot > tr,
    .table-bordered > thead > tr,
    .table-bordered > tbody > tr,
    .table-bordered > tfoot > tr {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .table-bordered > thead > tr > td,
        .table-bordered > tbody > tr > td,
        .table-bordered > tfoot > tr > td,
        .table-bordered > thead > tr > td,
        .table-bordered > tbody > tr > td,
        .table-bordered > tfoot > tr > td {
            border: none;
            font-size: 14px;
            text-align: left !important;
        }


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #e5f5fd;
}

.table > thead, tfoot {
    background-size: 100% 100%;
    background-color: #eef0f3;
    color: #333;
    font-size: 12px !important;
}

    .table > thead a {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

        .table > thead a:hover {
            text-decoration: underline;
        }

.table th {
    line-height: 18px;
    vertical-align: middle;
    padding: 4px;
    text-align: left;
    font-size: 12px !important;
    border: none !important;
}

/*#endregion*/

.commandColumn {
    width: 30px;
}

.top-buffer {
    margin-top: 5px;
}

.border_text {
    font-size: 10px;
    color: White;
}

.field_group_table_border {
    border-color: #4A4A4A;
    border-width: 3px;
    border-style: solid;
}

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/* static header styles */

.static_header_container { /*
position: relative;
width: 99%;
overflow-y: auto;
overflow-x: hidden;
margin: 0 auto; */
}

.file_item_container {
    border: 1px solid #D4D4D4 !important;
}

.file_item_text {
    font-size: 12px;
}

.gv_item_text {
    font-size: 10px;
}

/* RadPane content */

.RadSplitter_Default td.pane,
.RadSplitter_Default td.paneHorizontal,
/* RadSlidingZone content */
.RadSplitter_Default table.slideZone,
/* RadSlidingPane content. */
/* Please note that in case the content of a sliding pane is transparent, the content of the RadPane, over which the sliding pane */
/* slides, will be visible over the sliding pane */
.RadSplitter_Default div.slideContent,
.RadSplitter_Default div.slideContentDocked {
    background-color: transparent;
}

.thumb_repeater_wrapper {
}

    .thumb_repeater_wrapper img {
    }

    .thumb_repeater_wrapper ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .thumb_repeater_wrapper li {
        display: inline-block;
        float: left;
        text-align: center;
        vertical-align: middle;
        margin: 2px;
        border: 1px solid #e3d7c0 !important;
    }

.datatype_table_border {
    border: solid 1px black;
    border-collapse: collapse;
}

.datatype_column_table_border {
    border: solid 1px black;
}

.textbox_table_cell_border {
    border-width: 0px;
}

.multiPageW {
    border: 1px solid #94A7B5;
    border-left: 0;
    background-color: #FFFFFF;
    float: left;
    padding: 4px;
    padding-left: 0;
    width: 100%;
    height: 670px;
}

.multiPage {
    float: left;
    border: 1px solid #94A7B5;
    background-color: #F0F1EB;
    padding: 4px;
    padding-left: 0;
    width: 565px;
    height: 335px;
}

.multiPage {
    border: 1px solid #94A7B5;
    background-color: #FFFFFF;
}

.RadTabStripLeft .rtsLevel .rtsUL {
    width: 210px !important;
}

.RadTabStripLeftCell {
    width: 210px;
}

.redborder {
    border: 1px solid red;
}

.RadWindow_Vista td.rwLoading {
    background-image: none !important;
}

.hideGridColumn {
    display: none;
}

.rscLinkImg {
    background-image: url(../../images/spellcheck.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: block;
}

#colleft {
    width: 175px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
    background: #333;
}

#showPanel {
    position: inherit;
    z-index: 2;
    left: 0;
    float: left;
    padding-top: 40px;
    display: none;
    width: 0px;
    height: 100px;
    cursor: pointer;
}

    #showPanel span {
        display: block;
        font-size: 24px;
        height: 30px;
        margin-top: 20px;
        padding: 10px 0 10px 10px;
        width: 20px;
        background: #333;
    }

#colright {
    padding-top: 10px;
    color: #1c1c1c;
    margin-left: 200px;
}

/* 
.NET 4.0 no longer adds a border width property of zero to images.
Some browsers will display the border if the image is inside an anchor.
 */

a img {
    border: 0;
}

label:not([class^="iui-"]):not(.bwc-inputs-labeled-select) {
    font-size: 12px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-size: inherit;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 3px;
}

.pageHeader {
    font-size: 14px;
    font-weight: bold;
}

.pageSubHeader {
    font-size: 13px;
    font-weight: bold;
}

.chkboxContainerStyle {
    height: auto;
    max-height: 580px;
}

.tableDynamic {
    border-style: solid;
    border-color: dimgrey;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 580px;
}

.labelDescription {
    font-size: 12px;
    font-weight: bold;
}

.labelPageMessage {
    font-size: 12px;
    font-weight: bold;
}

.link {
    font-size: 12px;
}

.dropDownList {
    font-size: 12px;
    font-family: var(--awi-font-family);
}

    .dropDownList option {
    }

.iRadTreeView {
    background-color: #FFF;
    font-family: var(--awi-font-family);
    font-size: 14px;
}

.checkBox {
}

.checkBoxList {
    font-family: var(--awi-font-family);
    font-size: 14px;
}

.listBox {
    font-family: var(--awi-font-family);
    font-size: 14px;
}

.textbox {
    font-size: 12px;
}

.radioButtonList {
    font-size: 12px;
}

.errorLabel {
    color: #F00;
    font-family: var(--awi-font-family);
    font-size: 14px;
}


/* about.aspx */

.about_address {
    text-align: center;
}

.about_company {
    color: #990000;
    font-size: 18px;
    font-weight: bold;
}

.about_legal {
    width: 90%;
    text-align: left;
    font-size: 12px;
    background: white;
}

.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../images/SplashBG.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.heading12bold {
    font-size: 12px;
    font-weight: bold;
}

/* admin_bridge_detail_fields.aspx */


/* Covers Slider on Deterioration Chart */

.NoSelectionSlider .rslSelectedregion {
    background: inherit !important;
}

/* Fixes bad sizing on the Memo Editor, part of files button was on next line */

ul.reToolbar.Vista {
    min-width: 40px;
}

div.spinner {
    width: 24px;
    height: 24px;
    background-size: 288px 24px;
    background-image: url('../../images/spinner-dark.png');
    -moz-animation: spinnerAnimation 1.5s steps(11) infinite;
    -ms-animation: spinnerAnimation 1.5s steps(11) infinite;
    -o-animation: spinnerAnimation 1.5s steps(11) infinite;
    -webkit-animation: spinnerAnimation 1.5s steps(11) infinite;
    animation: spinnerAnimation 1.5s steps(11) infinite;
    margin: auto;
}

    div.spinner.light {
        background-image: url('../../images/spinner-light.png');
    }

@keyframes spinnerAnimation {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -264px 0;
    }
}

@-webkit-keyframes spinnerAnimation {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -264px 0;
    }
}

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */

.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }

/*#endregion */

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-container {
    margin-top: -40px;
    margin-left: -57.5px;
    background: none repeat scroll 0 0 #fff;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 80px;
    width: 115px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px #000 solid;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-family: var(--awi-font-family);
    font-weight: normal;
    text-decoration: none;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 45% auto 0 auto;
    }

.toast-bottom-full-width {
    bottom: 20px;
}

.form-control {
    display: inline-block;
    width: 92%;
}

.adminContent {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 75px;
    padding-top: 5px;
    padding-bottom: 15px;
    min-height: 700px !important;
}

.segmentOrder {
    border: #ccc;
    height: 20px;
    width: 92%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.adminHeader {
    line-height: 27px;
    min-height: 27px;
    padding: 3px;
    background-color: #dedede;
    border: 1px solid #7E7E7E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.modal-body table {
    table-layout: fixed;
}


.modal-body pre {
    overflow-x: auto;
    background-color: #ffffcc;
}

.highlighted {
    background-color: #6BF970;
    font-weight: bold;
}

.pagination {
    margin: 0;
}

div.pagination {
    float: right;
}

.pagination > select {
    display: inline;
    padding: 6px 12px;
    height: 31px;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > label {
    display: inline;
    padding: 6px 12px;
    height: 31px;
    text-decoration: none;
    color: #337ab7;
    margin-left: -1px;
}

.record-count {
    display: inline-block;
    margin: 0 20px 0 0;
}

.panel-heading {
    cursor: pointer;
}

.draggable:hover {
    cursor: move;
}

.new-item {
    color: #a94442;
}

.form-list {
    list-style: none;
    border-left: solid 1px #ccc;
    padding: 5px;
}

    .form-list:hover {
        background-color: #70CBFF !important;
        color: White;
        cursor: pointer;
    }

    .form-list.selected {
        background-color: #70CBFF;
        color: white;
        border: 1px dotted #4A4A4A;
    }

.fa-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sortable-placeholder {
    height: 20px;
    display: block;
}

.navbar, .breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        padding: 0;
        content: "\00a0";
    }

.navbar-default {
    border: 1px solid #7e7e7e;
}

.navbar-fixed-bottom {
    margin-bottom: 20px !important;
}

.breadcrumb {
    background-color: #fff;
}

.nav-tabs > li.active > a {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #666666;
}

.nav-tabs > li > a {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #666666;
    cursor: pointer;
}

.navbar-center-vert > li {
    position: relative;
    display: block;
    padding: 10px 15px;
}

td > span > a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 979px) {
    .sidebar-filler {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .sidebar {
        float: none;
        width: 100%;
    }

    .sidebar-filler {
        display: none;
    }

    .mainbar {
        margin: 0;
        float: none;
    }

    .sidebar .sidebar-dropdown {
        display: block;
        text-align: center;
    }

    .sidebar .sidebar-inner {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sidebar {
        width: 200px;
    }

    .mainbar {
        margin-left: 200px;
    }
}

.asyncFilUplodli {
    display: inline-block;
    padding: 10px !important;
    margin: 5px !important;
    border: solid 1px #ccc;
    width: 250px !important;
}

.asyncFilUplodImage {
    height: 60px;
    width: 100px;
    float: left;
}

.noTDBorder {
    border-width: 0px !important;
}

/* BWC Icons */

.bwcSmallIcon {
    fill: rgba(103,116,128,1.0);
    height: 16px;
    width: 16px;
}

.bwcIconButton {
    cursor: pointer;
}

.bwcIconButtonDisabled {
    fill: rgba(103,116,128,0.4);
    cursor: not-allowed;
}

/* Used to move the filter modal to the left for any far right react-table columns so the whole modal will be visible */
.bwcFilterPosLeft .filter-modal.filter {
    left: -100px;
}

/* Used to remove border from bwc icon buttons */
.bwcNoBorderIconButton {
    border: 0px !important;
    background-color: transparent !important;
}

/* Used to move the 'no data' text for the react-table into the table because otherwise the text may show below the table */
.reactTableNoDataMarginTopZero.ReactTable .rt-noData {
    margin-top: 0 !important;
}

/* Used to remove the margin from the bwc button when used in a row in the react-table. Otherwise, the column headers get misaligned */
.reactTableBwcBtnNoMarginInRow.ReactTable .rt-td .bwc-buttons-hollow {
    margin: 0 !important;
}

.reactTableBwcTooltipContent.ReactTable div.tooltip-content {
    max-width: 100%;
}

.reactTableBwcTooltip.ReactTable div.tooltip {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: inherit;
    z-index: inherit;
    opacity: inherit;
    position: inherit;
}

/* Place the bwc modal overlay overtop of the AWI header and nav bar */
.bwc-modal-overlay {
    z-index: 600 !important;
}

/* For map popup */
.esriViewPopup .header {
    background-color: transparent;
}

#AssetWise .AWLogoFont, #AssetWise .AWLogoArrows, #AssetWise .AWLogoBackground {
    fill: white;
}

#AssetWise .AWLogoBackground {
    fill: var(--bentley-background);
}

.no-focus-visible {
    outline: none !important;
}

input[type="checkbox"][configErrorCheckerMessage] {
    outline: 2px solid red;
}