﻿@charset "UTF-8";
#body {
  background-color: #f8f8f8;
}

#bodyHome {
  background-color: #f8f8f8;
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: 1340px;
}

.row {
  margin-bottom: 10px;
  margin-top: 10px;
}

.header-row {
  margin-left: 0px;
  margin-right: 0px;
}

.dw-view {
  background-color: #ffffff;
  padding-bottom: 10px;
  border-bottom: solid 1px #efefef;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.dw-view table {
  margin-bottom: 0px;
  box-shadow: none;
}
.dw-view table tr:last-child {
  border-color: white;
}

.dw-view th a {
  color: black;
}

.line-less-table tr {
  border-color: white;
}

.bordered-view {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.nosort {
  color: black;
}

.glyphicon-sign {
  color: grey;
  cursor: pointer;
  cursor: hand;
}

i.glyphicon-sign:hover {
  color: black;
}

.glyphicon-question-sign {
  color: grey;
  cursor: pointer;
  cursor: hand;
}

h4.glyphicon-question-sign {
  color: gainsboro;
  cursor: pointer;
  cursor: hand;
}

span.glyphicon-question-sign:hover {
  color: black;
}

.headerNotification {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.headerNotification .alert-danger a {
  color: rgb(169, 68, 66);
}

.headerNotification .alert-info a {
  color: #3a87ad;
}

.headerNotificationTimeZone {
  margin-left: 15px;
  position: absolute !important;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1340px;
}

.dw-maintain {
  background-color: #ffffff;
  border: solid 1px gainsboro;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.dw-content {
  background-color: #ffffff;
  border: solid 1px #f7f0f0;
  padding: 5px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px gainsboro;
}

.dw-content-home {
  background-color: #ffffff;
  border: solid 1px #f7f0f0;
  padding: 5px 20px;
  border-radius: 10px;
}

.dw-action-edit-cell, .dw-action-select-cell {
  cursor: pointer;
}

.dw-button-pull-right {
  margin: -9px -14px 0px 5px;
}

.red-cell {
  color: red;
}

.green-cell {
  color: green;
}

/* VALIDATION STYLES
-------------------------------------------*/
.error {
  color: Red;
}

.field-invalid {
  border: solid 1px red;
}

.field-invalid-message {
  color: red;
  font-size: 12px;
}

.field-validation-valid {
  display: none;
}

.field-validation-error {
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  color: #ff0000;
}
.validation-summary-errors.suppress-bullets li {
  list-style-type: none;
  padding: 0;
}
.validation-summary-errors.suppress-bullets ul {
  padding: 0;
}

.required-label::after {
  content: " *";
}

#footer .server {
  font-size: 10px;
  color: Silver;
}

#footer .copyright {
  font-size: 10px;
  color: Gray;
}

div.readonlyTextbox {
  padding: 2px;
  overflow: hidden;
  font-size: 14px;
  background-color: RGB(238, 238, 238);
  border-width: 1px;
  border-style: solid;
}

div.readonlyTextarea {
  padding: 2px;
  height: 150px;
  overflow: auto;
  font-size: 14px;
  background-color: RGB(238, 238, 238);
  border-width: 1px;
  border-style: solid;
}

.checkBoxList.horizontal {
  float: left;
  width: 180px;
}

td.summaryName {
  padding-bottom: 1.3rem;
}

td.summary {
  text-align: right;
  margin-right: 20px;
  padding-bottom: 1.3rem;
}

td.actual-summary-input {
  text-align: right;
  vertical-align: top;
}
td.actual-summary-input input {
  width: 8rem;
  height: 2rem;
  display: inline;
}

td.restrict-max-width {
  max-width: 330px;
}

/* DIV cell styles
-------------------------------------------*/
div.summaryRedCell {
  color: red;
}

div.summaryGreenCell {
  color: green;
}

div.modal-report-dialog-portrait {
  width: 775px;
}

div.modal-report-dialog-landscape {
  width: 1150px;
}

div.hidden {
  display: none;
}

div.headerDetails {
  padding-top: 2px;
  padding-bottom: 20px;
  color: Gray;
}

div.restriction-field {
  height: 60px;
}

.section-header {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.section-header h4 {
  color: white;
}
.section-header h5 {
  color: white;
}

div.module-dropdown {
  float: left;
}

div.language-picker select {
  border: 1px solid #c0c0c0;
  background-color: transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

td.summaryTotal {
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
  width: 240px;
}

td.summarySecondLargeColumn {
  padding-left: 20px;
  padding-bottom: 1.3rem;
}

td.summarySecondLargeColumnActuals {
  padding-left: 0px;
  width: 50%;
}

td.summarySecondLargeColumn img {
  vertical-align: bottom;
  width: 13px;
  height: 13px;
}

td.underline {
  border-bottom: 1px solid #C97200;
}

#currencyMessage {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #C97200;
}

.ui-datepicker .ui-datepicker-title select {
  color: black;
}

.custom-date-picker {
  width: 150px;
  display: inline;
}

.popover {
  max-width: 400px;
  background-color: #E1E1E1;
}

.popover p {
  padding: 0px;
  margin: 0px;
}

.popover-panel {
  display: none;
  width: 100%;
  white-space: nowrap;
  right: -100%;
}

.popover-close-button {
  text-align: right;
  cursor: pointer;
}

.popover-content {
  overflow-y: auto;
  height: 450px;
}

.qit-wide {
  max-width: 750px;
}

thead a.sort {
  color: white;
}

thead th {
  font-weight: normal;
}

.sub-form-group {
  margin-left: 20px;
}

.sub-form-group label {
  font-weight: normal;
}

.bid-modal-large {
  width: 750px;
}

.bid-modal {
  background-color: #F7F7F7;
}

.bid-modal .modal-body {
  margin: 0 15px;
  background-color: white;
  border: 1px solid #CACACA;
  border-radius: 5px;
  padding-bottom: 0;
}

.bid-modal .modal-title {
  color: #4A4E85;
  font-weight: 600;
  font-size: 24px;
}

.bid-modal .modal-header {
  padding: 10px 15px 5px 15px;
  border: none;
}

.bid-modal .modal-footer {
  padding: 5px 15px 5px 15px;
  border: none;
}

.bid-modal .control-label {
  text-align: left;
  font-weight: 500;
}

.bid-modal a:first-child {
  margin-right: 2px;
}

.bid-modal a:last-child {
  margin-left: 2px;
}

.dw-alert {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  display: none;
  z-index: 2000;
}

.dw-headerbutton-rows {
  margin-bottom: 3rem;
}

.dw-headerbutton-rows h3 {
  display: initial;
}

.dw-multiselect > .btn-light, .btn-light:hover, .btn-light.active {
  color: #666 !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: #ccc !important;
  background-image: none;
  text-shadow: none !important;
}

/* Privacy Setting Sytles*/
#privacy-header {
  font-size: 40px;
  font-weight: 200;
}

#privacy-terms {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  background-color: white;
}

#consent-helptext {
  text-align: right;
  font-size: 18px;
  padding-top: 5px;
}

#application-privacy {
  font-size: 16px;
  font-weight: bold;
}

.inActiveTreeItem {
  background-color: gainsboro;
}

/* Tool links styles */
#toolLinkContainer {
  float: right !important;
  margin-top: 6px;
  margin-right: -5px;
  font-size: 16px;
}

#toolLinkButton {
  background: transparent repeat center top;
  color: rgb(102, 102, 102);
}

#toolLinkOrganization {
  font-weight: bold;
}

/* Completion Status (Tallwave design) */
.decideware-completion-status-cell {
  position: relative;
  margin: 5px auto;
  height: 40px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.decideware-completion-status {
  display: block;
  width: 14px;
  height: 4px;
  margin-left: 2px;
  border-radius: 4px;
  background-color: #d8d8d8;
}

.decideware-completion-status-toggle {
  display: inline-block;
  width: 18px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 30px;
}

.decideware-completion-status-identifier {
  font-size: 10px;
}

.decideware-completion-status-closed {
  background-color: #008000;
}

.decideware-completion-status-open {
  background-color: #cf000f;
}

.ssoconfiguration.edit .sso-certificate + .sso-certificate {
  border-top: solid 1px black;
  padding-top: 10px;
  margin-top: 10px;
}
.ssoconfiguration.edit .sso-certificate.disabled {
  color: #767676;
}
.ssoconfiguration.edit .section-heading {
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 20px;
}
.ssoconfiguration.edit .section-heading h4 {
  color: white;
}

/*$table-cell-padding-y: 1rem !default;
$table-cell-padding-x: 1rem !default;
$table-cell-padding-y-sm: .5rem !default;
$table-cell-padding-x-sm: .5rem !default;*/
/*$modal-header-border-width: 0 !default;*/
.dw-central-generated-files .dw-anchor-maintext {
  display: inline-block;
  padding-left: 5px;
}
.dw-central-generated-files .dw-anchor-subtext {
  display: block;
  font-size: 70%;
  padding-left: 10px;
}
.dw-central-generated-files .dw-anchor-prefix {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.dw-central-generated-files .file-generated-failed {
  color: #842029;
  padding-left: 5px;
  width: 15px;
}
.dw-central-generated-files .file-generated-failed .dw-anchor-prefix:before {
  content: "\f12a";
}
.dw-central-generated-files .file-generated-failed .dw-anchor-subtext {
  padding-left: 20px;
}
.dw-central-generated-files .file-generated-success .dw-anchor-prefix {
  color: #0f5132;
}
.dw-central-generated-files .file-generated-success .dw-anchor-prefix:before {
  content: "\f00c";
}
.dw-central-generated-files .file-being-generated .dw-anchor-prefix {
  animation: fa-spin 2s infinite linear;
}
.dw-central-generated-files .file-being-generated .dw-anchor-prefix:before {
  content: "\f110";
}
.dw-central-generated-files .generated-file-url-cell {
  width: 80%;
}
.dw-central-generated-files .generated-file-timegenerated-cell {
  width: 20%;
}
.dw-central-generated-files .dw-listview .k-grid table tbody tr td {
  height: 15px;
}

/* Multiple Report Option Row */
div.reportOptionRow {
  padding-bottom: 15px;
}

/* Review Styles*/
.client-user-icon {
  color: #11659B;
}

.agency-user-icon {
  color: #4F00A6;
}

.review-user-img {
  width: 25px;
  height: 25px;
}

.btn-component {
  margin-top: 5px;
}

/* React Form Component */
.rf-server-error-message {
  color: red;
  font-size: 85%;
}

/* Evaluation Rating Related Styles */
.ratingHeader {
  font-size: 18px;
  width: 150px;
  float: left;
}

.custoRatingDescription {
  padding-bottom: 10px;
  float: left;
}

.customRatingDisplay {
  border: 1px;
  border-style: solid;
  border-color: silver;
}

.customWeightingDisplayOutput {
  font-weight: bold;
  font-size: 16px;
  display: inline;
  padding-left: 5px;
}

.customWeightingDesc {
  padding-top: 10px;
  padding-bottom: 10px;
}

.customWeightingMinDesc {
  float: left;
  width: 33%;
  text-align: left;
  font-size: 10px;
}

.customWeightingMidDesc {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 10px;
}

.customWeightingMaxDesc {
  float: left;
  width: 34%;
  text-align: right;
  font-size: 10px;
}

.input-sm {
  height: 2rem;
}

/* Role related */
.advanced-options label::after {
  content: " (advanced option)";
  color: red;
}

.collapsable-details-wizard .card {
  margin-bottom: 1.5rem;
}
.collapsable-details-wizard .card-header {
  color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0rem;
  padding-left: 1.2rem;
}
.collapsable-details-wizard .card-body {
  padding-top: 0rem;
  padding-bottom: 5px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.collapsable-details-wizard .card-body .collapse {
  padding-top: 1rem;
}
.collapsable-details-wizard .percent-textbox {
  width: 20%;
  display: inline;
}
.collapsable-details-wizard .section-header a {
  font-size: 16px;
  color: white !important;
  width: 100%;
  text-align: left;
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  padding: 0rem;
}
.collapsable-details-wizard .section-header:focus {
  outline: none;
  box-shadow: none;
}

.card-section {
  margin-bottom: 1.5rem;
}
.card-section .card-header {
  color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}
.card-section .card-body {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pager {
  display: flex;
}
.pager .previous {
  list-style: none;
  margin-right: 1rem;
}
.pager .next {
  list-style: none;
}

.k-grid .k-grid-pager {
  font-size: xx-small;
}

.k-pager .k-dropdownlist {
  width: 5rem;
  height: 1.7rem;
}

.panel-group .card-header .panel-title {
  font-size: 1rem;
  padding-left: 1rem;
}
.panel-group .card-header .label-primary {
  color: #fff !important;
}
.panel-group .card-header a {
  text-decoration: underline;
}
.panel-group .card-header.active {
  color: #fff;
  background-color: #004bbd;
  border-color: #004bbd;
}
.panel-group .card-header.active a {
  color: #fff;
}
.panel-group .card-header.active span {
  color: #fff;
}
.panel-group .card-header.default {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .card-header.default a {
  color: #333;
}
.panel-group .card-header.default span {
  color: #333;
}
.panel-group .card-body {
  padding-bottom: 0px;
}

.card .card-header.secondary a {
  color: #686262;
  text-decoration: underline;
}
.card.card-readonly {
  background-color: #f3f4f5;
}

.area {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.area .area-default {
  border-color: #ddd;
}
.area .area-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.nav-link.primary {
  color: #004bbd !important;
}

.nav-link.disabled {
  color: #727272;
  font-weight: normal;
}

.navbar {
  background-color: #e8e8e8 !important;
}
.navbar a, .navbar div {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #666666 !important;
}

.nav-pills .nav-link:not(.disabled, .active) {
  color: #004bbd;
}

.dw-filter .form-label {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.dw-filter select {
  padding: 0.2rem 3rem 0.2rem 1rem;
}
.dw-filter .card-body {
  padding-top: 0.2rem;
}

#filterSection {
  font-size: 0.9rem;
}

.icon-cell-overlay-trigger i {
  color: #a3a3a3;
}

.k-detail-cell th {
  color: #656565 !important;
}

.k-checkbox {
  width: 1rem;
  height: 1rem;
}

.min-width-5 {
  min-width: 5rem;
}

.min-width-10 {
  min-width: 10rem;
}

.min-width-15 {
  min-width: 15rem;
}

.min-width-20 {
  min-width: 20rem;
}

.min-width-25 {
  min-width: 25rem;
}

.width-5 {
  width: 5rem;
}

.width-10 {
  width: 10rem;
}

.width-15 {
  width: 15rem;
}

.width-20 {
  width: 20rem;
}

.width-25 {
  width: 25rem;
}

.width-55 {
  width: 55rem;
}

/*
    Apply to TDs that contain blocks of text that are no editable (such as in a list).
    Assumes the TD contains a textarea if the text is plain (newlines in text should show as line breaks in the UI).
    Assumes the TD contains a div if the text is html.

    This style essentially gets a div to mimick a textarea.
    It allows the user to extend the div to see more or less of the content.
*/
.expandable-static-text {
  width: 50%;
}
.expandable-static-text div, .expandable-static-text textarea {
  border-color: rgba(118, 118, 118, 0.3);
  overflow-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  height: 100px;
  width: 100%;
  resize: vertical;
  overflow: auto;
}

.cost-table i {
  padding-right: 7px;
}
.cost-table .total-cost {
  font-weight: bold;
  background-color: #e5e5e5;
}
.cost-table .total-cost .total-label {
  padding-left: 5px;
}
.cost-table .total-cost .total-value {
  text-align: right;
}

.row-spacer-half {
  height: 0.5rem;
}

.row-spacer-1 {
  height: 1rem;
}

.row-spacer-2 {
  height: 2rem;
}

/* Blurred Readonly Content Styles */
.blurred-content {
  position: relative;
}

.blurred-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px) !important;
  pointer-events: none;
}

.blurred-content * {
  pointer-events: auto;
}

.blurred-content input {
  pointer-events: none;
  user-select: none;
  -webkit-user-modify: read-only;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.thin-overflow-scrollbar {
  overflow: auto;
  scrollbar-width: thin;
}

.landing-page-module {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding-top: 2.7rem;
  font-size: 2.2rem;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3803921569);
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.landing-page-module:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.5647058824);
  transform: scale(1.1);
}

.module-spinner-border {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 9rem;
  height: 9rem;
  border: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.module-intro {
  color: #495057;
  text-align: center;
  margin-top: 2rem;
}

.evl-module {
  border: solid 3px #782b85;
  color: #782b85;
}
.evl-module span {
  border-top-color: #782b85;
}

.evl-module:hover {
  color: #782b85;
}

.sow-module {
  border: solid 3px #004bbd;
  color: #004bbd;
}
.sow-module span {
  border-top-color: #004bbd;
}

.sow-module:hover {
  color: #004bbd;
}

.prd-module {
  border: solid 3px #e86826;
  color: #e86826;
}
.prd-module span {
  border-top-color: #e86826;
}

.prd-module:hover {
  color: #e86826;
}

.sel-module {
  border: solid 3px #008000;
  color: #008000;
}
.sel-module span {
  border-top-color: #008000;
}

.sel-module:hover {
  color: #008000;
}

.dsh-module {
  border: solid 3px #363636;
  color: #363636;
}
.dsh-module span {
  border-top-color: #363636;
}

.dsh-module:hover {
  color: #363636;
}

.welcome-text {
  display: flex;
  justify-content: center;
  margin: 4rem;
  font-size: 3rem;
  font-weight: 200;
}

.instruction-text {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 80%;
}

.vertical-menu {
  position: relative;
  left: -15px;
}
.vertical-menu > ul {
  border-right: solid 1px #adb5bd;
}
.vertical-menu ul {
  list-style-type: none;
}
.vertical-menu span {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}
.vertical-menu span.menu-item-expanded + ul, .vertical-menu span.menu-item-selected + ul {
  display: block;
}
.vertical-menu span + ul {
  display: none;
}
.vertical-menu span.menu-item-expanded:after, .vertical-menu span.menu-item-selected:after {
  content: "△";
  float: right;
}
.vertical-menu span:after {
  content: "▽";
  float: right;
}
.vertical-menu a.menu-item-selected {
  color: #004bbd;
}
.vertical-menu a {
  color: #495057;
}

.documentation code {
  display: block;
  overflow-wrap: break-word;
  margin-top: 10px;
  margin-bottom: 10px;
}
.documentation code b {
  background-color: #ced4da;
}
.documentation th {
  color: black;
  background-color: lightgrey;
}
.documentation th, .documentation td {
  border-width: 0;
  border-bottom: solid 1px lightgrey;
  border-collapse: collapse;
  padding: 10px;
}
.documentation table {
  margin-bottom: 20px;
}

.approval-container .bold {
  font-weight: bold;
}
.approval-container .action-buttons {
  padding-top: 3px;
}
.approval-container .status {
  width: 5.5rem;
  padding-top: 5px;
}
.approval-container .workflow-name small {
  color: rgba(108, 117, 125, 0.5803921569);
}
.approval-container .workflow-container {
  gap: 1rem;
  margin-top: 1rem;
  overflow-x: auto;
  white-space: nowrap;
}
.approval-container .documents-warning {
  background-color: rgba(255, 229, 161, 0.4588235294);
  color: #a36e1c;
  height: 3rem;
}
.approval-container .documents-partially-success {
  background-color: rgba(207, 226, 255, 0.7803921569);
  color: #084298;
  height: 3rem;
}
.approval-container .documents-success {
  background-color: #cce7d2;
  color: #005213;
  height: 3rem;
}
.approval-container .documents-panel {
  display: flex;
  justify-content: space-between;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.approval-container .documents-panel-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.approval-container .documents-panel-tail {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.approval-container .section-gap {
  margin-top: 4rem;
}
