/* DEFAULTS
----------------------------------------------------------*/
html {
    height: 100%;
}

body {
    font-size: .80em;
    background: white;
    margin: 0;
    padding: 0;
    color: #585858;
    height: 100%;
}

#Form1 {
    height: 100%;
}

body, textarea {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a[disabled="disabled"], a.aspNetDisabled {
    color: inherit !important;
    text-decoration: none !important;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    min-width: 1024px;
    display: flex;
    flex-direction: column;
}

    .page > div:not(.main) {
        flex-shrink: 0;
        flex-basis: auto;
    }

.header {
    padding: 5px;
    display: flex;
    min-height: 70px;
}

.company-logo {
    max-width: calc(100% - 421px);
    display: flex;
    align-items: center;
}

.company-logo img {
    display: block;
    max-width: 100%;
}

.header-controls {
    flex-grow: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 421px;
}

.loginDisplay {
    text-align: right;
}

    .loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover {
        color: Black;
    }

.projectHeaderContent > div {
    display: flex;
    flex-direction: column;
}

.projectHeaderContent .current-project-label {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 2px;
    width: auto;
}

.projectHeaderContent .project-dropdown-div {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.projectHeaderContent .project-dropdown-dx {
    flex-grow: 2;
    margin-right: 10px;
    max-width: 500px;
}

    .projectHeaderContent .project-dropdown-dx .dx-texteditor-input-container {
        background-color: #f7f7f7;
    }

.dx-list-item-content {
    white-space: pre-line !important;
}

.projectHeaderContent .ProjectDetailsButton {
    width: 25px;
    height: 25px;
    vertical-align: top;
    background-image: url(../Images/info_128.png);
    background-position: center;
    background-size: contain;
    border-width: 0px;
    cursor: pointer;
}

.projectHeaderContentLargeLogo .current-project-label-div {
    display: flex;
    justify-content: flex-end;
}
.projectHeaderContentLargeLogo .current-project-label {
    width: 535px;
}
.projectHeaderContentLargeLogo .project-dropdown-div {
    justify-content: flex-end;
}

.menu {
    background-color: #3e429a;
    display: flex;
    min-height: 32px;
}

#siteMapDiv {
    flex-grow: 1;
}

.menu-buttons {
    display: flex;
    margin-right: 3px;
}

#siteMapSwitchButton {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}

.main {
    padding: 0px 10px 0px 10px;
    flex-grow: 1;
    position: relative;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 8px 0px;
    text-align: center;
    width: 100%;
}

.footer > * {
    display: inline-block;
}


/* TAB MENU   
----------------------------------------------------------*/

#siteMapDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#siteMapDiv ul li {
    display: block;
}

    #siteMapDiv ul li a, #siteMapDiv ul li a:visited {
        border: 1px #4e667d solid;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        padding: 6px 1vw 0 1vw;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
    }

        #siteMapDiv ul li a.static.selected {
            background-color: #bfcbd6;
            border-top: 1px #bfcbd6 solid;
            border-bottom: 1px #bfcbd6 solid;
            color: #465c71;
            font-weight: bold;
        }

        #siteMapDiv ul li a:hover {
            background-color: #bfcbd6;
            color: #465c71;
            text-decoration: underline;
        }

        #siteMapDiv ul li a:active {
            background-color: #465c71;
            color: #cfdbe6;
            text-decoration: none;
        }

        #siteMapDiv ul li a.custom-view, #siteMapDiv ul li a.level3 {
            background-color: #8183B5;
            color: #EEF1F5;
            border: 1px #5F7489 solid;
        }

        #siteMapDiv ul li a.custom-view:hover, #siteMapDiv ul li a.custom-view.static.selected {
            background-color: #CFD8E0;
            color: #465c71;
        }

        #siteMapDiv ul li a.custom-view:active {
            background-color: #5D7083;
            color: #cfdbe6;
        }

.user-menu, .user-menu ul {
    background-color: #6668a3;
}

.admin-menu, .admin-menu ul {
    background-color: #365b83;
}

.mobile-menu {
    display: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login, fieldset.register, fieldset.changePassword fieldset.RecaptchaControl {
        padding-bottom: 10px;
    }

        fieldset.login label, fieldset.register label, fieldset.changePassword label fieldset.RecaptchaControl label {
            display: block;
        }

    fieldset label.inline {
        display: inline;
    }

    fieldset #recaptcha_area {
        margin-left: auto;
        margin-right: auto;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

div.accountInfo {
    width: 355px;
}

input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    overflow: hidden;
}

/* MISC  
----------------------------------------------------------*/

.pictogram {
    font-family: 'PictogramRegular';
    font-size: 2.5em;
    font-weight: normal;
    line-height: 0;
    color: #696969;
}

.clear {
    clear: both;
}

.failureNotification {
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.UpdatePanel1 {
    width: 100%;
}

.ErrorMessage {
    color: red;
}

.DataGridPager {
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-stretch: condensed;
}

.TreeViewNode a:visited, .TreeViewNode a:link, .TreeViewNode a:hover {
    color: #696969;
    text-decoration: none;
}

.searchField {
    background-image: url('../Images/searchIcon.png');
    background-position-y: 1px;
    background-position-x: 2px;
    background-repeat: no-repeat;
    border: solid 1px black;
    border-radius: 10px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 2px;
    margin-left: 2px;
}

.searchButtons {
    display: inline;
    overflow-y: hidden;
}

    .searchButtons a.pictogram {
        font-size: 2.8em;
        position: relative;
        top: 4px;
    }

.search-terms .advanced-search-panel {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 100001;
}

    .search-terms .advanced-search-panel > div, .search-terms .advanced-search-panel > div > fieldset {
        height: 100%;
        box-sizing: border-box;
    }

    .search-terms .advanced-search-panel.many-fields {
        height: 430px;
        overflow: hidden;
    }

    .search-terms .advanced-search-panel .fields-panel {
        height: calc(100% - 67px);
        overflow-y: auto;
    }

    .search-terms .advanced-search-panel .buttons-panel {
        height: 40px;
        overflow: hidden;
    }

    .search-terms .advanced-search-panel legend {
        font-size: 16px;
        padding: 2px 4px 8px 0px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalDialog {
    margin: 0px auto;
    background-color: #FAFAFA;
    display: block;
    padding: 10px;
    border-style: solid;
}

    .modalDialog h1 {
        padding: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .modalDialog select {
        width: 100%;
    }

    .modalDialog input[type=text], .modalDialog input[type=email] {
        width: 100%;
    }

    .modalDialog #CreateGroupPanel {
        width: 250px;
    }

    .modalDialog #DeleteGroupPanel {
        width: 250px;
    }

    .modalDialog #CopyGroupPanel {
        width: 250px;
    }

    .modalDialog .failureNotification {
        display: block;
        margin-top: -5px;
        margin-bottom: 5px;
    }

.modalDialogL {
    margin: 0px auto;
    background-color: lightgray;
    display: block;
    padding: 10px;
    border-style: solid;
    width: 80%;
}

    .modalDialogL h1 {
        padding: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

.modalDialogXl {
    margin: 0px auto;
    background-color: lightgray;
    display: block;
    padding: 10px;
    border-style: solid;
    width: 90%;
}

    .modalDialogXl h1 {
        padding: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

.modalDialogField {
    display: block;
    margin-bottom: 5px;
}

.gridView {
    width: calc(100% - 2px);
}

.gridViewHeaderRow {
    background-color: #6668a3;
    font-weight: bold;
    color: white;
    border-top: 1px solid black;
}

    .gridViewHeaderRow th {
        padding: 2px 4px;
        border-color: black;
    }

    .gridViewHeaderRow a {
        color: white;
    }

    .gridViewHeaderRow .pictogram {
        position: relative;
        top: 6px;
    }

    .gridViewRow .pictogram, .gridViewRowAlternate .pictogram {
        position: relative;
        top: 4px;
    }

.gridViewHeaderRowAdmin {
    background-color: #53769f;
    font-weight: bold;
    color: white;
    border-top: 1px solid black;
}

    .gridViewHeaderRowAdmin th {
        border-color: black;
    }

    .gridViewHeaderRowAdmin a {
        color: white;
    }

.gridViewRow {
    background-color: #F7F6F3;
    color: #333333;
}

    .gridViewRow td {
        padding-left: 5px;
        padding-right: 5px;
    }

.gridMaxWidth, .gridMaxWidthPreview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gridMaxWidth2 {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: pre-wrap;
    max-height: 2.8em;
}

.overflowIndicator {
    cursor: help;
    border-bottom: 1px dotted black;
    margin-bottom: 5px;
}

.overflowTestElement {
    white-space: pre;
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    visibility: hidden;
}

.gridViewRowAlternate {
    background-color: white;
    color: #284775;
}

    .gridViewHeaderRow th:nth-child(1), .gridViewRow td:nth-child(1),
    .gridViewRowAlternate td:nth-child(1), .gridViewHeaderRowAdmin th:nth-child(1) {
        border-left-width: 1px;
        border-left-style: solid;
    }

    .gridViewHeaderRow th:nth-last-child(1), .gridViewRow td:nth-last-child(1),
    .gridViewRowAlternate td:nth-last-child(1), .gridViewHeaderRowAdmin th:nth-last-child(1) {
        border-right-width: 1px;
        border-right-style: solid;
    }

    .gridViewRowAlternate td {
        padding-left: 5px;
        padding-right: 5px;
    }

.gridViewRowHighlight {
    background-color: rgba(102, 16, 243, 0.3) !important;
}

.resultsDiv {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.resultsGridDiv {
    height: 100%;
    overflow-y: auto;
}

.absoluteGridHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 17px;
    height: 44px;
    background: white;
}

.gridViewHeaderOverlay {
    position: absolute;
    top: 0px;
    opacity: 1;
    border-collapse: collapse;
    width: calc(100% - 19px) !important;
    background-color: white;
    border-style: none;
}

    .gridViewHeaderOverlay .gridViewHeaderRow {
        border-bottom: 1px solid black;
    }

.gridViewPager, .gridViewPager td {
    border-style: none;
}

.errorDialog {
    width: 600px;
    min-height: 100px;
    border-style: solid;
    border-width: 1px;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

    .errorDialog p {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 45px;
    }

    .errorDialog:before {
        font-family: 'PictogramRegular';
        font-size: 75px;
        font-weight: normal;
        line-height: 0;
        color: #696969;
        content: '\2716';
        float: left;
        padding-top: 2px;
    }

.tableAligned {
    border-style: none;
    border-width: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding: 0px;
}

    .tableAligned div.fieldsetGroup {
        display: inline-block;
        clear: left;
        float: left;
    }

        .tableAligned div.fieldsetGroup label {
            display: inline-block;
            margin-bottom: 5px;
            width: auto;
            float: none;
            clear: none;
        }

            .tableAligned div.fieldsetGroup label.mainField, .tableAligned div.fieldsetGroup .mainField > label {
                font-weight: bold;
                width: 175px;
            }

        .tableAligned div.fieldsetGroup input, .tableAligned div.fieldsetGroup select, .tableAligned div.fieldsetGroup textarea {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            display: inline;
            width: auto;
            float: none;
            clear: none;
        }

            .tableAligned div.fieldsetGroup input[type="checkbox"] {
                width: auto;
                margin-left: 0px;
                clear: none;
                float: none;
                margin-bottom: 5px;
            }

            .tableAligned div.fieldsetGroup input[type="submit"] {
                clear: both;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

        .tableAligned div.fieldsetGroup span.readOnly {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 5px;
            display: inline;
            float: none;
            clear: none;
        }


    .tableAligned label {
        display: inline-block;
        width: 175px;
        float: left;
        margin-bottom: 5px;
    }

        .tableAligned label.mainField, .tableAligned .mainField > label {
            font-weight: bold;
        }

    .tableAligned input[type="checkbox"] + label {
        width: auto;
    }

    .tableAligned input[type="radio"] + label {
        width: auto;
    }

    .tableAligned #recaptcha_area {
        margin-left: 175px;
        margin-right: 0px;
        margin-bottom: 5px;
        display: block;
    }

    .tableAligned input, .tableAligned select, .tableAligned span.readOnly, .tableAligned textarea {
        margin-left: 175px;
        margin-right: 0px;
        margin-bottom: 5px;
        display: block;
    }

        .tableAligned input[type="checkbox"], .tableAligned input[type="radio"] {
            width: auto;
            margin-left: 0px;
            margin-right: 0px;
            clear: left;
            float: left;
        }

        .tableAligned input[type="submit"] {
            clear: both;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

    .tableAligned .ErrorMessage {
        margin-left: 175px;
        margin-right: 0px;
        margin-top: -5px;
        margin-bottom: 5px;
        clear: left;
    }

        .tableAligned .ErrorMessage[style*="inline"] {
            display: block !important;
        }

            .tableAligned .ErrorMessage.no-margin {
                margin: 0;
            }

.hyperlink, .hyperlink:link, .hyperlink:visited {
    color: black;
    font-weight: bold;
}

    .hyperlink:hover {
        text-decoration: none;
    }

.dashboardLabel {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.maxHeight {
    height: 100%;
}

    .maxHeight > fieldset {
        height: 100%;
        margin-bottom: 10px;
    }

.revisionDetails-holder {
    width: 100%;
    display: inline-block;
}

    .revisionDetails-holder .revisionDetails-external {
        float: left;
        display: block;
    }

        .revisionDetails-holder .revisionDetails-external .revisionDetails-internal {
            margin: 10px;
            border-radius: 6px;
            border-style: solid;
            border-color: gray;
            border-width: 1px;
        }

            .revisionDetails-holder .revisionDetails-external .revisionDetails-internal .revisionDetails-header {
                padding: 5px;
                background-color: lightgray;
            }

                .revisionDetails-holder .revisionDetails-external .revisionDetails-internal .revisionDetails-header .headerLabel {
                    font-weight: bold;
                }

.filesSection {
    padding: 5px;
}

.commentLabel {
    width: 100%;
    font-weight: bold;
}

.commentText {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.commentButtonTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.headerTitle {
    color: #666666;
    font-variant: normal;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.6em;
    font-weight: 600;
}

.headerOriginatorLabel {
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
}

.headerOriginatorText {
    text-align: left;
    font-size: 1.2em;
    white-space: nowrap;
}

table.detailsHeaderTable {
    padding-top: 15px;
}

    table.detailsHeaderTable tr td {
        padding-bottom: 6px;
    }

    table.detailsHeaderTable tr.BottomBorder td {
        padding-bottom: 20px !important;
    }

.headerLabel {
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.headerText {
    text-align: left;
}

input[type="text"].headerText {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 5px;
}

.headerText input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 5px;
}

tr.BottomBorder td {
    padding-bottom: 4pt;
    border-bottom: 1.0pt solid lightgray;
}

td.BottomBorder {
    padding-bottom: 4pt;
    border-bottom: 1.0pt solid lightgray;
}

div.BottomBorder {
    padding-bottom: 4pt;
    border-bottom: 1.0pt solid lightgray;
}

.floatingToolbar {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 10px;
}

    .floatingToolbar .floatingToolbar-InnerDiv {
        display: block;
        padding: 0px;
        background: #c2c2c2;
        border: 2px solid #465c71;
    }

    .floatingToolbar .floatingToolbar-HeaderDiv {
        background-color: #465c71;
        padding: 2px;
    }

        .floatingToolbar .floatingToolbar-HeaderDiv .floatingToolbar-Header {
            color: #dde4ec;
            padding-left: 2px;
            padding-right: 10px;
        }

        .floatingToolbar .floatingToolbar-HeaderDiv .floatingToolbar-X {
            color: #dde4ec;
            border: 1px solid #7e7e7e;
            padding-left: 2px;
            padding-right: 2px;
            text-decoration: none;
        }

    .floatingToolbar .floatingToolbar-ActionsDiv {
        display: inline;
    }

    .floatingToolbar button, .floatingToolbar input[type=submit] {
        width: 45px;
        height: 45px;
        margin: 5px;
        border-bottom-width: 3px;
        background-position: center;
        background-size: contain;
    }

.floatingToolbar-IssueBtn {
    background-image: url(../Images/IssueDocuments.ico);
}

.floatingToolbar-BulkEditBtn {
    background-image: url(../Images/BulkEdit_32.ico);
}

.floatingToolbar-IssueLatestBtn {
    background-image: url(../Images/IssueLatestDocuments.ico);
}

.floatingToolbar-IssueBtnDisabled {
    background-image: url(../Images/IssueDocumentsDisabled.ico);
}

.floatingToolbar-BulkEditBtnDisabled {
    background-image: url(../Images/BulkEditDisabled_32.ico);
}

.floatingToolbar-IssueLatestBtnDisabled {
    background-image: url(../Images/IssueLatestDocumentsDisabled.ico);
}

.floatingToolbar-BulkDownloadBtn {
    background-image: url(../Images/bulkdownload.png);
}

.floatingToolbar-BulkDownloadBtnDisabled {
    background-image: url(../Images/bulkdownload-disabled.png);
}

.floatingToolbar-ExportBtn {
    background-image: url(../Images/Export_32.ico);
}

.floatingToolbar-BulkCompleteTasksBtn {
    background-image: url(../Images/Tasks01_48.jpg);
    background-repeat: no-repeat;
}

.floatingToolbar-BulkCompleteTasksBtn[Disabled] {
    background-image: url(../Images/Tasks01_48_Disabled.jpg);
    background-repeat: no-repeat;
}

.floatingToolbar-BulkCloseTasksBtn {
    background-image: url(../Images/Tasks01_48.jpg);
    background-repeat: no-repeat;
}

    .floatingToolbar-BulkCloseTasksBtn[Disabled] {
        background-image: url(../Images/Tasks01_48_Disabled.jpg);
        background-repeat: no-repeat;
    }

.hidden {
    display: none;
}

.quickDateLink {
    display: inline-block;
    padding-right: 2px;
}

.GridRowDueSoon {
}

    .GridRowDueSoon td {
    }

        .GridRowDueSoon td div {
            color: orange;
        }

.GridRowOverdue {
}

    .GridRowOverdue td {
    }

        .GridRowOverdue td div {
            color: red;
        }

.GridRowDraft td {
    color: mediumpurple;
}

.GridRowDiscontinued td div, .GridRowDiscontinued td a {
    color: red;
}

.ColourlessLink, .ColourlessLink:link, .ColourlessLink:visited {
    color: #696969;
}


.flowLayout-holder {
    width: 100%;
    display: inline-block;
}

    .flowLayout-holder .flowLayout-external {
        float: left;
        display: block;
    }

        .flowLayout-holder .flowLayout-external .flowLayout-internal {
            margin: 10px;
            border-radius: 6px;
            border-style: solid;
            border-color: gray;
            border-width: 1px;
        }

            .flowLayout-holder .flowLayout-external .flowLayout-internal .flowLayout-header {
                padding: 5px;
                background-color: lightgray;
            }

.issuingControl-AssignToGroupBtn {
    width: 30px;
    height: 30px;
    border-bottom-width: 3px;
    background-image: url(../Images/Group_32.ico);
    background-position: center;
    background-size: contain;
}

.issuingControl-AddFromPreviousRevision {
    width: 30px;
    height: 30px;
    border-bottom-width: 3px;
    background-image: url(../Images/FromPrevious_32.ico);
    background-position: center;
    background-size: contain;
}

.issuingControl-AddFromKeyword {
    width: 30px;
    height: 30px;
    border-bottom-width: 3px;
    background-image: url(../Images/rss_tag.png);
    background-position: center;
    background-size: contain;
}

.optionsCheckbox label {
    text-indent: -15px;
}

.optionsCheckbox input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.overflowHidden {
    overflow: hidden;
}

.borderBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.clearFiltersLink, .clearFiltersLink:hover, .clearFiltersLink:link, .clearFiltersLink:visited {
    color: red;
    margin-left: 10px;
    font-style: italic;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.settingEdited {
    background-color: #ffff80 !important;
    opacity: 1;
}

    .settingEdited[type=checkbox] {
        background-color: transparent;
        outline: 2px solid #ffff80;
    }

.chosen-single.settingEdited {
    background: none !important;
    background-color: #ffff80 !important;
}

.chosen-choices.settingEdited {
    background-color: #ffff80 !important;
    background-image: none !important;
}

.form-dirty {
    background-color: #ffff80 !important;
    filter: none !important;
    background-image: none !important;
}

.overflowHidden {
    overflow: hidden;
}

.selected-row {
    background-color: #dcdcff;
}

.dynamic-menu {
    z-index: 100;
}

.absoluteZero {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.relativeInner {
    position: relative;
    height: 100%;
    width: 100%;
}

#NavigationMenu img, #AdminMenu img, .mobile-menu img {
    height: 23px;
}

#NavigationMenu img, #AdminMenu img {
    margin-top: 2px;
}

.mobile-menu img {
    margin-top: -2px;
}

.spinner {
    background: rgba(228, 228, 228, 1) url('../Images/ajax-loader.gif') no-repeat right center;
    background-origin: content-box;
    border: 1px solid black;
    padding: 3px 5px 3px 5px;
    text-align: left;
}

.g-recaptcha {
    margin-top: 5px;
}

.ui-timespinner-disabled.ui-state-disabled {
    background-color: #e5e5e5;
    border-color: #bcbcbc;
    opacity: 100 !important;
    filter: Alpha(Opacity=100) !important;
}

input:disabled, input[type=text]:read-only, textarea:disabled, textarea:read-only, select:disabled, .ui-timespinner-disabled.ui-state-disabled {
    background-color: rgba(235, 235, 228, 0.3);
    -webkit-text-fill-color: rgb(84, 84, 84);
    color: rgb(84, 84, 84);
    border-width: 1px;
}

.details-link {
    font-weight: bold;
    color: #034af3;
    font-size: 12pt;
}

.details-link-arrow {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 3px;
    margin: -3px;
}

.codeValueRow, .fieldValueRow {
    height: 22px;
}

    .codeValueRow td, .fieldValueRow td {
        padding-bottom: 3px;
    }

    .codeValueRow select, .fieldValueRow select {
        width: 100%;
    }

    .fieldValueRow input {
        height: 19px !important;
    }

        .fieldValueRow input[type=text], .fieldValueRow textarea {
            width: calc(100% - 2px) !important;
            padding: 0px !important;
        }

    /*advanced fields ui spinner style override*/
    .fieldValueRow .ui-spinner {
        /*height: 19px !important;*/
        width: calc(100% - 2px) !important;
    }

    .fieldValueRow .ui-corner-all {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .fieldValueRow .ui-spinner-input {
        vertical-align: bottom !important;
        margin: 0px !important;
        margin-left: 1px !important;
    }

    .fieldValueRow .ui-widget-content {
        border-color: inherit;
    }

.warning:not(.pictogram) {
    background: url("../Images/warning.png") center center no-repeat;
    min-width: 14px;
    min-height: 14px;
}

.fileUploadError.warning:not(.pictogram) {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 3px;
}

.warning-orange:not(.pictogram) {
    background: url("../Images/warning-orange.png") center center no-repeat;
    min-width: 14px;
    min-height: 14px;
}

.fileUploadError.warning-orange:not(.pictogram) {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 3px;
}

.warning-left:not(.pictogram) {
    background: url("../Images/warning.png") center left no-repeat;
    min-width: 14px;
    min-height: 14px;
}

.warning-right:not(.pictogram) {
    background: url("../Images/warning.png") 98% no-repeat;
    min-width: 14px;
    min-height: 14px;
}

input.warning-left:not(.pictogram), select.warning-left:not(.pictogram) {
    border: 1px solid #707070;
    background-color: inherit;
    padding-left: 16px !important;
}

input.warning-right:not(.pictogram) {
    border: 1px solid #707070;
    background-color: inherit;
    padding-right: 16px !important;
}

td.warning-right:not(.pictogram) {
    padding-right: 16px !important;
}

div.pictogramContainer {
    overflow: hidden;
    width: 18px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.regenerate-link, .edit-link {
    top: 5px !important;
}

textarea {
    resize: none;
    font-size: 1.0em;
}

table.headerTable {
}

    table.headerTable tr td {
        padding-bottom: 3px;
    }

/*File Panel Styling*/
.file-table {
    background-color: #fefefe;
    width: 100%;
}

    .file-table > tbody > tr:not(.annotated) > td {
        border-bottom: 1px solid #f1f1f1;
    }

    .file-table > tbody > tr > th {
        font-weight: bold;
        border-bottom: 1px solid #f1f1f1;
    }

.file-table-check {
    text-align: center;
    width: 20px;
}

.file-table-subtitle {
    font-weight: bold;
    padding: 2px 0 4px 20px;
}

.file-table-action {
    white-space: nowrap;
    text-align: right;
    /*max-width: 70px;*/
}

.file-table-action div.pictogramContainer {
    width: auto;
}

.file-table-icon {
    text-align: center;
    width: 26px;
}

.file-table-filename {
    text-align: left;
    width: 100%;
}

td.file-table-filename {
    position: relative;
    max-width: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

    td.file-table-filename input[type=text] {
        width: 99%;
    }

td.file-table-filename-edit a {
    position: relative;
    top: 2px;
    width: 18px;
    cursor: pointer;
    font-size: 27px;
    color: #aaa;
}

td.file-table-filename-edit {
    text-align: right;
}

    td.file-table-filename-edit a.circled-cross {
        color: #ed0000;
    }

        td.file-table-filename-edit a.circled-cross:hover {
            color: #c50000;
        }

    td.file-table-filename-edit a.check {
        color: #00C500;
        padding-right: 2px;
    }

        td.file-table-filename-edit a.check:hover {
            color: #009500;
        }

.file-table .file-label {
}

    .file-table .file-label.annotated {
        color: red;
        margin-left: 28px;
    }

.file-table div.annotated {
    width: 25px;
    height: 25px;
    background-image: url(../Images/markup.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.file-table .file-table-annotations-cell {
    
}

.file-table div.file-table-annotations-container {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    display: none;
}

.file-table .file-table-annotations-table {
    border: 0;
    width: 100%;
}

.file-table-association {
    text-align: center;
    width: 50px;
}

th.file-table-association {
    padding-top: 5px;
    vertical-align: top;
}

td.file-table-association {
    vertical-align: middle;
}

.file-table .association {
    position: relative;
    display: inline-block;
    top: 9px;
    height: 24px;
    width: 24px;
}

.file-table-date {
    text-align: center;
    width: 70px;
}

.file-table-by {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 80px;
}

th.file-table-by {
    white-space: nowrap;
}

.file-table-size {
    text-align: center;
    width: 70px;
}

    .file-table-size span {
        width: 65px;
        white-space: nowrap;
    }

td.file-table-size {
    text-align: right;
}

.ui-dialog-titlebar .preview-files {
    cursor: pointer;
    color: #034af3;
}

.signature-picker {
    cursor: pointer;
}

/*-AjaxControlToolkit overrides-*/

.html-editor-container .ajax__html_editor_extender_texteditor {
    background-color: white;
    width: calc(100% - 6px);
    height: calc(100% - 68px);
}

.html-editor-container .ajax__html_editor_extender_container {
    height: 100% !important;
    width: 100% !important;
}

.html-editor-container .ajax__html_editor_extender_fontnameclass select, .html-editor-container .ajax__html_editor_extender_fontsizeclass select {
    font-size: 12px !important;
}

.ajax__html_editor_extender_popupDiv {
    height: auto !important;
    padding: 20px !important;
}

.add-version-panel input[type="checkbox"] {
    margin-left: 0;
}

.ui-tabs {
    min-height: 180px;
}

/*Hyperlink Panel Styling*/
.hyperlink-table {
    background-color: #fefefe;
    width: 100%;
    border: none;
}

    .hyperlink-table tr td {
        border-bottom: 1px solid #f1f1f1;
    }

    .hyperlink-table tr th {
        font-weight: bold;
        border-bottom: 1px solid #f1f1f1;
    }

.hyperlink-check {
    text-align: center;
    width: 20px;
    border-right: 1px solid #fefefe;
}

.hyperlink-hyperlink {
    text-align: left;
    width: 100%;
}

td.hyperlink-hyperlink {
    max-width: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.hyperlink-icon {
    text-align: center;
    width: 20px;
    border-right: 1px solid #fefefe;
    padding-left: 2px;
}

h1.draft:after {
    content: ' (draft)';
    color: mediumpurple;
}

h1.awaiting-approval:after {
    content: ' (awaiting approval)';
    color: mediumpurple;
}

h1.awaiting-pre-approval:after {
    content: ' (awaiting pre-approval)';
    color: mediumpurple;
}

h1.rejected-approval:after {
    content: ' (approval rejected)';
    color: mediumpurple;
}

h1.pre-approved:after {
    content: ' (pre-approved, awaiting approval)';
    color: mediumpurple;
}

.details-links-control {
    margin-left: 20px;
    margin-right: 20px;
}

    .details-links-control iframe {
        width:100%;
        border: 0;
    }

    .details-links-control table {
        width: 100%;
        border: 0;
    }

.details-links-return {
    width: 30%;
}

.details-links-pager {
    text-align: center;
    width: 40%;
}

.mobile-only {
    display: none;
}

.progress-indicator-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.progress-indicator-panel {
    border-radius: 6px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70%;
    margin: auto;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 450px;
    position: absolute;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-image: url(/CrestDocs/images/progress_circle.gif);
    background-color: rgba(255, 255, 255, 1);
}

.rotate-button {
    position: absolute !important;
    width: 21px;
    height: 21px;
    right: 36px;
    background: lightgray;
    border: 1px solid darkgray;
    border-radius: 5px;
    font-family: 'PictogramRegular';
    font-size: 35px;
    line-height: 22px !important;
    font-weight: normal;
    color: #696969;
}

    .rotate-button::before {
        content: '\27F3';
    }

.close-preview {
    position: absolute !important;
    width: 21px;
    height: 21px;
    right: 10px;
    background: lightgray;
    border: 1px solid darkgray;
    border-radius: 5px;
    font-family: 'PictogramRegular';
    font-size: 35px;
    line-height: 22px !important;
    font-weight: normal;
    color: #696969;
}

    .close-preview:before {
        content: '\274C';
    }

div#freshworks-container #launcher-frame {
    bottom: -5px !important;
}

div#freshworks-container #freshworks-frame-wrapper {
    bottom: 50px !important;
}

#autofillFix {
    position: fixed;
    bottom: -30px;
}

#helpButton {
    fill: #dde4ec !important;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    float: left;
    margin-left: 1px;
}

#siteMapDiv ul.saved-forms-list, #siteMapDiv ul.uploaded-forms-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

.saved-forms-menu, .uploaded-forms-menu {
    display: none;
    background: lightslategray;
}

#siteMapDiv ul.saved-forms-list > li, #siteMapDiv ul.uploaded-forms-list > li {
    display: flex;
}

ul li a.saved-form, ul li a.uploaded-form {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#siteMapDiv ul li a.saved-form, #siteMapDiv ul li a.uploaded-form {
    flex-grow: 1;
    max-width: calc(100% - 47px );
    box-sizing: border-box;
    height: 32px !important;
}

.dirty-saved-form a {
    font-weight: bold;
}

.dirty-saved-form a:before {
    content: '* ';
}

#siteMapDiv ul li a.delete-saved-form:hover, #siteMapDiv ul li a.delete-uploaded-form:hover {
    text-decoration: none;
}

#siteMapDiv ul li a.delete-saved-form, #siteMapDiv ul li a.delete-uploaded-form {
    margin: 0;
    padding: 6px 0 0 0;
}

.delete-saved-form::before, .delete-uploaded-form::before {
    color: white;
    width: 32px;
    line-height: 19px;
    display: block;
    text-align: center;
}

.move-all-to-crestdocs {
    display: inline-block !important;
    width: 100%;
}

.offline-indicator {
    display: none;
    width: 24px;
    margin-right: 10px;
    border: 0 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    color: orangered !important;
}

.offline-mode .offline-indicator {
    display: block;
}

.offline-overlay {
    display: none;
}

.offline-mode .offline-overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    margin: 0;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    text-align: center;
}

.offline-notice {
    border: 1px solid black;
    border-radius: 5px;
    background: white;
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}

    .offline-notice h2 {
        margin: 0 0 30px 0;
    }

.offline-mode .loginDisplay a:not(.current-contact-name),
.offline-mode .menu .menu-buttons,
.offline-mode .user-menu > ul > li:not(:first-child):not(:last-child),
.offline-mode .user-menu > ul > li:last-child > ul > li:not(.available-offline),
.offline-mode #freshworks-container,
.offline-mode .mobile-menu > ul > li:not(:first-child):not(:nth-child(2)),
.offline-mode .mobile-menu > ul > li > ul > li:not(.available-offline),
.offline-mode .mobile-menu > ul > li > ul > li > ul > li:not(.available-offline) {
    display: none !important;
}

.offline-mode .ProjectDetailsButton,
.offline-mode .main iframe {
    visibility: hidden;
}

.offline-mode .loginDisplay a.current-contact-name,
.offline-mode .project-dropdown-div {
    pointer-events: none;
}

    /* RESPONSIVE   
----------------------------------------------------------*/
    @media screen and (max-width: 991px) {
        /* start of large tablet styles */
        .menu ul li a, .menu ul li a:visited {
        padding: 6px 0.85vw 0 0.85vw;
    }
}

@media screen and (max-width: 767px) {
    /* start of medium tablet styles */

    .menu ul li a, .menu ul li a:visited {
        padding: 6px 0.8vw 0 0.8vw;
    }
}

.delete-saved-form::before, .delete-uploaded-form::before {
    width: 45px;
    line-height: 20px;
}

@media screen and (min-width: 480px) {

    #siteMapDiv ul.saved-forms-list, #siteMapDiv ul.uploaded-forms-list {
        max-width: 400px;
        overflow-x: hidden;
    }
}

    @media screen and (max-width: 479px) {
        /* start of phone styles */

                .offline-indicator {
            font-size: 45px !important;
            line-height: 45px !important;
        }

        .modalDialog {
            width: 100% !important;
            left: 0 !important;
            position: fixed !important;
            top: 50% !important;
            box-sizing: border-box !important;
        }

        .move-all-to-crestdocs {
            display: block !important;
        }

        #siteMapDiv ul li a.delete-saved-form, #siteMapDiv ul li a.delete-uploaded-form {
            padding: 13px 0 0 0 !important;
        }

        #siteMapDiv ul.level2.saved-forms-list, #siteMapDiv ul.level2.uploaded-forms-list {
            top: 100% !important;
        }

        #siteMapDiv ul li a.saved-form, #siteMapDiv ul li a.uploaded-form {
            height: 45px !important;
        }

        #siteMapDiv ul li a:hover {
            text-decoration: none;
        }

        .overflowIndicator {
            border-bottom: none;
        }

        .mobile-only {
            display: initial;
        }

        .desktop-only, .desktop-only-container > *:not(.mobile-friendly)  {
            display: none !important;
        }

        .page {
            min-width: 0;
        }

        .main {
            display: none;
        }

        .header {
            flex-direction: column;
            min-height: 45px;
        }

        .company-logo {
            display: none;
        }

            .company-logo img {
                display: inline;
            }

        .projectHeaderContentLargeLogo .current-project-label {
            font-size: 1.2em;
            font-weight: 400;
            display: block;
            margin-bottom: 2px;
        }

        .ProjectDropdownBox, .ProjectDropdownDiv {
            font-size: 16px;
        }

        .projectHeaderContent .project-dropdown-div {
            max-width: 100%;
        }

        .projectHeaderContent .project-dropdown-dx {
            max-width: 100%;
        }

        .header-controls {
            margin: 0;
            min-width: 0;
        }

        .loginDisplay, .ProjectDetailsButton {
            display: none;
        }

        .recent-project {
            width: 100%;
        }

        .menu {
            justify-content: flex-end;
            min-height: 45px;
        }

            .menu ul li a, .menu ul li a:visited {
                padding: 6px 4vw 0 4vw;
            }

        #navigateDiv, #adminDiv {
            display: none;
        }

        .mobile-menu {
            display: initial;
            font-size: 1.2em;
            width: 100%;
            height: 100%;
        }

            .mobile-menu ul.level1 {
                width: 100% !important;
            }

            .mobile-menu ul.level2 {
                top: 44px !important;
                left: 0 !important;
                background-color: #3e429a;
                z-index: 1;
            }

            .mobile-menu ul.level3 {
                position: initial !important;
                z-index: 1;
            }

            .mobile-menu ul li a {
                height: 30px !important;
                padding: 13px 4vw 0 4vw !important;
            }

            .mobile-menu a.highlighted {
                text-decoration: none !important;
            }

            .mobile-menu > ul > li:nth-child(2) > a {
                font-size: 26px;
                line-height: 18px !important;
            }

            .mobile-menu ul li:nth-last-child(2) {
                margin-left: auto;
            }

            .mobile-menu .pictogram.logout::before {
                display: block;
                height: 1.2em;
                line-height: 1.2em;
                position: relative;
                margin-top: -0.36em;
                vertical-align: middle;
                color: #dde4ec;
            }

            .mobile-menu .has-popup {
                position: initial !important;
            }

                .mobile-menu .has-popup li {
                    width: 100vw;
                }

                    .mobile-menu .has-popup li a {
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

        .menu-buttons {
            width: 51.875px;
        }

        #siteMapSwitchButton {
            display: none;
        }

        .footer {
            font-size: 0.7em;
        }

        .search-terms {
            width: 100%;
        }

            .search-terms .advanced-search-panel {
                top: 0;
                right: 0;
                left: 0;
                height: calc(100vh - 154px) !important;
                z-index: 102;
            }

                .search-terms .advanced-search-panel > div {
                    width: 100% !important;
                    height: 100%;
                }

                    .search-terms .advanced-search-panel > div fieldset {
                        height: 100%;
                    }

                .search-terms .advanced-search-panel .fields-panel {
                    font-size: 16px;
                }

                    .search-terms .advanced-search-panel .fields-panel input, .search-terms .advanced-search-panel .fields-panel select {
                        width: 100% !important;
                        box-sizing: border-box;
                        margin-bottom: 10px;
                        height: 30px;
                        font-size: 16px;
                    }

                    .search-terms .advanced-search-panel .fields-panel label {
                        font-weight: bold;
                        margin-bottom: 5px;
                    }


                .search-terms .advanced-search-panel .buttons-panel input {
                    width: 100% !important;
                    box-sizing: border-box;
                    margin: 10px 0 0 0 !important;
                    height: 32px;
                    font-size: 16px;
                    -webkit-appearance: button-bevel;
                    border-radius: 5px;
                }

                .search-terms .advanced-search-panel legend {
                    font-size: 18px;
                }

                .search-terms .advanced-search-panel .fields-panel {
                    height: calc(100% - 94px);
                }

        @supports (-webkit-touch-callout: none) {
            /* CSS specific to iOS devices */
            .search-terms .advanced-search-panel .fields-panel {
                height: calc(100% - 174px);
            }
        }

        .search-terms .advanced-search-panel .buttons-panel {
            height: 84px;
            overflow: hidden;
        }

        /*Hides default Freshdesk widget button on mobile*/
        #freshworks-container #launcher-frame {
            display: none;
        }
    }