﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a,
.btn-link {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
app {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.main {
  flex: 1;
}
.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}
.main .top-row > a,
.main .top-row .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}
.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar {
  width: 100%;
  min-width: 100px;
}
.sidebar .top-row {
  background-color: rgba(0, 0, 0, 0.4);
}
.sidebar .nav-item {
  font-size: 0.75rem;
  padding: 0.75rem;
  color: white;
  list-style-type: none;
}
.sidebar .nav-item:first-of-type {
  margin-top: 1rem;
}
.sidebar .nav-item:last-of-type {
  margin-bottom: 1rem;
}
.sidebar .nav-item.active {
  color: white;
}
.sidebar .nav-item.active.item-project {
  background-color: #0D7AF2;
}
.sidebar .nav-item.active.item-deliverable {
  background-color: #6BF10E;
}
.sidebar .nav-item.active.item-business {
  background-color: #F6CE09;
}
.sidebar .nav-item:hover {
  color: white;
}
.sidebar .nav-item:hover.item-project {
  background-color: #3D95F5A0;
}
.sidebar .nav-item:hover.item-deliverable {
  background-color: #89F43EA0;
}
.sidebar .nav-item:hover.item-business {
  background-color: #F8D83AA0;
}
.content {
  padding-top: 4.1rem;
}
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1200;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }
  .main .top-row.auth {
    justify-content: space-between;
  }
  .main .top-row a,
  .main .top-row .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .main .top-row {
    position: sticky;
    top: 0;
  }
  .main > div {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.8rem;
  }
  .navbar-toggler {
    display: none;
  }
  .sidebar .collapse {
    display: block;
  }
}
header.header {
  @include clearfix;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5px 0;
}
header.header.solute {
  background-color: #000000;
}
header.header.solute .logo img {
  height: 46px;
}
header.header.solute.serviceplanner {
  height: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  header.header .logo,
  header.header .actions-panel {
    float: none !important;
    display: block !important;
  }
}
header.header .logo {
  float: left;
  max-height: 120px;
}
header.header .logo img {
  height: 110px;
}
header.header .logo .logo-qgov {
  display: block;
  width: 250px;
  height: 43px;
}
@media (max-width: 991px) {
  header.header .logo .logo-qgov {
    width: 100%;
  }
}
header.header .logo .logo-dilgp {
  display: block;
  width: 500px;
  height: 18px;
  margin-top: 15px;
  margin-left: 2px;
}
@media (max-width: 991px) {
  header.header .logo .logo-dilgp {
    width: 100%;
  }
}
.buildingHeader {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: url("/images/about-us-title-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50%;
  height: 120px;
}
.buildingHeader h1 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.buildingHeader h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  font-family: Lato, sans-serif;
  text-shadow: -0.72px -0.72px 0px rgba(0, 0, 0, 0.5);
}
.e-rowcell {
  vertical-align: top !important;
}
.e-grid .e-table .e-columnheader th.e-headercell.projectTypeBackground {
  background-color: #BDD7EE;
  color: black;
}
.e-grid .e-table .e-columnheader th.e-headercell.componentBackground {
  background-color: #F8CBAD;
  color: black;
}
.e-grid .e-table .e-columnheader th.e-headercell.SASRBackground {
  background-color: #C6E0B4;
  color: black;
}
.e-grid .e-table .e-columnheader th.e-headercell.PEBackground {
  background-color: #D9E1F2;
  color: black;
}
.e-grid .e-table .e-columnheader th.e-headercell.BCBackground {
  background-color: #9BC2E6;
  color: white;
}
.e-grid .e-table .e-columnheader th.e-headercell.procBackground {
  background-color: #FFE699;
  color: black;
}
.e-grid .e-table .e-columnheader th.e-headercell.subBackground {
  background-color: #BFBFBF;
  color: black;
}
.e-grid .e-table .e-headercelldiv {
  height: auto;
}
.e-grid .e-table .e-headercelldiv .e-headertext {
  white-space: normal;
}
.e-grid.e-responsive .e-table .e-rowcell {
  white-space: normal;
}
.listbox-control {
  padding-top: 12px;
}
.e-listbox-wrapper.e-wrapper {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.projectComponentBox .e-list-item.e-selected {
  background-color: #F0D5BB;
}
.headerSwitch {
  float: right;
  width: 60px;
  height: 24px;
}
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-listbox-wrapper .e-list-nrt,
.e-listbox-wrapper .e-selectall-parent {
  line-height: 24px;
  height: 28px;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1.05rem;
}
.projectTypeBox {
  background-color: rgba(189, 215, 238, 0.125);
  border: 2px solid #BDD7EE;
  border-radius: 4px;
}
.projectComponentBox {
  background-color: rgba(248, 203, 173, 0.125);
  border: 2px solid #F8CBAD;
  border-radius: 4px;
}
.projectPhaseBox {
  background-color: rgba(191, 191, 191, 0.125);
  border: 2px solid #BFBFBF;
  border-radius: 4px;
}
.advisorBox {
  background-color: rgba(215, 215, 215, 0.125);
  border: 2px solid #CCCCCC;
  border-radius: 4px;
}
.toolkit .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
  padding: 3px;
  border: 1px solid #E6EDEF;
  border-top: 0px;
}
.toolkit .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  left: 8px;
  right: auto;
  height: 28px;
  min-height: 28px;
}
.toolkit .e-accordion .e-acrdn-item .e-acrdn-header {
  background-color: #E6EDEF;
  line-height: 28px;
  min-height: 29px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.toolkit .e-accordion .e-acrdn-item .e-acrdn-header:hover {
  background-color: #C9F3FF;
}
.toolkit .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  font-size: 125%;
  margin-left: 22px;
}
/*Dashboard*/
.control-section .e-dashboardlayout.e-control .e-panel:hover span {
  display: block;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container {
  background-color: #DD0000;
  border: 12px solid white;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container:hover {
  background-color: #BB0000;
  border-width: 4px;
  border-radius: 16px;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container li {
  list-style: none;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container div {
  padding: 14px;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
  color: white;
}
.control-section .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
  color: white;
}