﻿/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*********** Login ********************/
.login-header {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.loginContainer {
  padding-left: 5px;
  padding-right: 5px;
}
.loginContainer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#sitePageLandingGraphic {
  width: 100%;
}

/************Wizard***********/
.wizard-step {
  clear: both;
}

/********New Equipment Page layout************/
.equipment-sum-grp-message {
  min-height: 50px;
}

.equipment-sum-grp-msgtxt {
  margin-top: 20px;
  font-size: larger;
  font-weight: bold;
}

.equipment-sum-grp-tagline {
  line-height: normal;
  border-top-style: solid;
  border-color: white;
  border-width: 1px;
}

.equipment-sum-grp-tagline-txt {
  color: white;
  padding: 10px 0px 10px 20px;
}

.equipment-sum-grp-hdr {
  padding-top: 10px;
  padding-bottom: 7px;
}

.equipment-sum-grp-footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.equipment-sum-ctor-hdr .control-group {
  padding-left: 10px;
  margin-bottom: 10px;
}

.equipment-sum-ctor-hdr {
  padding-top: 5px;
  padding-bottom: 5px;
}

.equipment-sum-grp-hdrtxt {
  color: white;
}

.equipment-sum-grp-hdrtxt a:link,
.equipment-sum-grp-hdrtxt a:visited,
.equipment-sum-grp-hdrtxt a:hover,
.equipment-sum-grp-hdrtxt a:active {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.1em;
}

.equipment-sum-grp-hdrtxt .fa {
  font-size: 2rem;
  margin-right: 15px;
  vertical-align: middle;
  margin-left: 20px;
}

.equipment-sum-grp-ftrtxt {
  vertical-align: middle;
  color: black;
  padding-left: 20px;
  font-size: large;
}

.equipment-sum-total-footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.equipment-sum-total-txt {
  vertical-align: middle;
  color: white;
  padding-left: 20px;
  font-size: large;
}

/****News and updates***********/
.news-header {
  background-color: #0062a0;
  color: #fff;
  line-height: 50px;
}

.news-header-text {
  vertical-align: middle;
  font-size: x-large;
  padding-left: 20px;
}

.news-item {
  background-color: lightgray;
  color: #1F497D;
  margin: 3px 0px 3px 0px;
  padding: 3px 0px 5px 0px;
}

.news-item-header {
  vertical-align: middle;
  font-size: medium;
  font-weight: bold;
  padding-left: 20px;
}

.news-item-text {
  font-size: medium;
  padding: 5px 0px 0px 20px;
}

.news-item-text [class*=span] {
  min-height: 20px !important;
}

.news-date-line {
  font-weight: bold;
  min-height: 20px !important;
  padding-right: 7px;
}

.news-item-space-line {
  min-height: 10px;
}

/* Home */
.home-actions {
  margin-bottom: 20px;
}
.home-actions img {
  display: block;
  margin: auto;
}

.homeBox {
  width: 100%;
}
.homeBox.inner {
  margin: 0 auto;
  width: 95%;
}
.homeBox a h3 {
  font-size: 14px;
  font-weight: bold;
  float: none;
  text-align: center;
}

.newApp, .inProgApp, .subApp {
  height: 150px;
  text-align: center;
}

.newApp a, .inProgApp a {
  border-right: 1px solid #a69f88;
  display: block;
}

.bigbutton {
  clear: both;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

.newApp .bigbutton {
  background: url("../images/New-Application.png") no-repeat scroll 0 0;
}

.newApp.reserve .bigbutton {
  background: url("../images/reserve_icon.png") no-repeat scroll 0 0;
}

.inProgApp .bigbutton {
  background: url("../images/Progress-Applications.png") no-repeat scroll 0 0;
}

.subApp .bigbutton {
  background: url("../images/Submitted-Applications.png") no-repeat scroll 0 0;
}

.home-actions {
  margin-bottom: 20px;
}
.home-actions img {
  display: block;
  margin: auto;
}
.home-actions .homeBox, .home-actions .span4 {
  margin-left: 0;
}

#help-center-div {
  min-height: 500px;
}

/****** T & C ***************/
.terms {
  height: 350px;
}
.terms .program-terms {
  overflow-y: auto;
  height: 310px;
}

/***********ManageAcct*************/
.password {
  background: url("../../Content/images/icon_lock.png") no-repeat scroll 0 0;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 15px;
  clear: both;
  padding-left: 40px;
  width: 300px;
  float: left;
}

.account {
  background: url("../../Content/images/User-Management.png") no-repeat scroll 0 0;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 15px;
  clear: both;
  padding-left: 40px;
  width: 300px;
  float: left;
}

.k-select .k-icon.k-i-calendar:before {
  color: #999;
}

/*******Budget Dashboards**********/
.notifications {
  background-color: #AAFFAA;
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.inline {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.programInfo {
  background-color: #fff;
  padding: 10px;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  clear: both;
  margin: 20px 0;
}
.programInfo h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.programInfo div {
  padding: 10px 0;
}
.programInfo div span {
  float: right;
}

#budgetChartLabel {
  /*position: absolute;
  top: 0px;
  width: 238px;
  font-size: 22px;
  font-weight: bold;
  color: #065f12;*/
}

.dashboard {
  background: #e1e1e1;
  padding-bottom: 30px;
}

.right {
  float: right;
}

.generatedChart {
  background: #fff;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  padding: 0 20px;
}

.budgetLabel {
  font-weight: bold;
  margin-top: 20px;
  padding-top: 20px;
}

.chartTitle {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-top: 50px;
}

.budgetInfo {
  padding: 10px;
  border-left: 5px solid #065f12;
  border-right: 1px solid #c1c1c1;
  clear: both;
  margin: 20px 0;
  background: #fff;
}
.budgetInfo h3 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.budgetInfo h4 span {
  float: right;
}
.budgetInfo div {
  padding: 10px 0;
}
.budgetInfo div span {
  float: right;
  font-weight: bold;
}
.budgetInfo .budgetRemainingDiv {
  border-top: 1px solid #065f12;
}

@media (max-width: 1200px) {
  .dashboard .col-md-5 {
    width: 350px;
  }
  .dashboard .col-md-7 {
    float: right;
  }
}
@media (max-width: 990px) {
  .dashboard .col-md-5, .dashboard .col-md-7 {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
  }
  .dashboard .col-md-5 .right, .dashboard .col-md-7 .right {
    float: left;
  }
  .dashboard .col-md-5 .programInfo, .dashboard .col-md-5 .budgetInfo, .dashboard .col-md-5 .generatedChart, .dashboard .col-md-7 .programInfo, .dashboard .col-md-7 .budgetInfo, .dashboard .col-md-7 .generatedChart {
    border-right: none;
    width: 100%;
  }
}
/***privacy******8*/
#PrivacyPageModel,
#TCPageModel {
  text-align: left;
  font-size: 12px;
}
#PrivacyPageModel p, #PrivacyPageModel p a,
#TCPageModel p,
#TCPageModel p a {
  color: #000 !important;
}
#PrivacyPageModel li,
#TCPageModel li {
  list-style: circle;
  color: #000 !important;
}
#PrivacyPageModel p,
#PrivacyPageModel h3,
#PrivacyPageModel h4,
#PrivacyPageModel h5,
#TCPageModel p,
#TCPageModel h3,
#TCPageModel h4,
#TCPageModel h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000 !important;
}
#PrivacyPageModel h3,
#TCPageModel h3 {
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: bold !important;
}
#PrivacyPageModel h4, #PrivacyPageModel h5,
#TCPageModel h4,
#TCPageModel h5 {
  font-size: 13px !important;
  line-height: normal !important;
}
#PrivacyPageModel th td,
#TCPageModel th td {
  background-color: #ccc;
}
#PrivacyPageModel tr td,
#TCPageModel tr td {
  background-color: #fff;
}
#PrivacyPageModel tr td,
#TCPageModel tr td {
  border-bottom: 1px solid #000;
}

.checkbox label {
  text-align: left;
}

.cc-banner .cc-message, .cc-link:link, .cc-btn, .cc-link:hover, .cc-btn:hover {
  color: #fff;
}

/*** Steps Callout ***/
.steps-callout {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.steps-callout .step-one {
  z-index: 3;
}
.steps-callout .step-two {
  z-index: 2;
}
.steps-callout .step-three {
  z-index: 1;
}
.steps-callout .step-four {
  z-index: 0;
}
.steps-callout h4, .steps-callout p {
  margin: 0;
}
.steps-callout h4 {
  font-size: 20px;
}
.steps-callout p {
  font-size: 12px;
  line-height: 1.5em;
}

.steps-callout > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 3%;
  position: relative;
  width: 25%;
}

.steps-callout > div.last {
  background: none;
}

.steps-callout > div .inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.step-count-1 > div {
  width: 100%;
}

.step-count-2 > div {
  width: 50%;
}

.step-count-3 > div {
  width: 33.333333333%;
}

.step-count-4 > div {
  width: 25%;
}

.step-count-5 > div {
  width: 20%;
}

.step-count-6 > div {
  width: 16.66666%;
}

.step-count-7 > div {
  width: 14.2857142857%;
}

.step-count-8 > div {
  width: 12.5%;
}

/******new style***********/
.steps-callout > div.previous,
.steps-callout > div.last,
.steps-callout > div.current.last, .steps-callout > div.active.last,
.steps-callout > div.previous-highlight {
  background-color: transparent !important;
}

.steps-callout.step-count-3 div .inner {
  padding: 0px;
}

/*NS: Adjusted from 30px 40px 0 145px for responsiveness issues*/
.steps-callout.step-count-4 div .inner {
  padding: 0px;
}

/*NS: Adjusted from 30px 40px 0 100px for responsiveness issues*/
.steps-callout {
  list-style: none;
  display: inline-table;
}

.steps-callout div {
  display: inline;
  padding: 0;
}

.steps-callout div .inner {
  display: block;
  height: 80px; /*NS: Adjusted from 50 to 80 due to responsiveness issues*/
  text-align: center;
  padding: 0px 40px 0 0px; /*NS: Adjusted from 30px 40px 0 80px for responsiveness issues*/
  position: relative;
  margin: 0 3px 0 0; /*NS: Adjusted from 10px to 3px for responsiveness issues*/
  font-size: 20px;
  text-decoration: none;
}

.steps-callout div .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div.current-highlight .inner:after,
.steps-callout div.previous-highlight .inner:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}

.steps-callout div .inner:before {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid;
  position: absolute;
  left: 0;
  top: 0;
}

.steps-callout div:first-child .inner {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.steps-callout div:first-child .inner:before {
  display: none;
}

.steps-callout div:last-child .inner {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.steps-callout div:last-child .inner:after {
  display: none;
}

/*	.steps-callout div .inner:hover,*/
/*.steps-callout div .inner:hover:after {
					border-left-color: #24933C;
				}*/
.steps-callout .inner,
.steps-callout > div,
.steps-callout > div.previous,
.steps-callout > div,
.steps-callout > div.current, .steps-callout > div.active {
  background-image: none !important;
  background-color: transparent;
}

.steps-callout {
  background-color: transparent;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
  position: relative;
}

.steps-callout h4 {
  padding-top: 5%; /*NS: Added for responsiveness issues*/
  padding-bottom: 5%; /*NS: Added for responsiveness issues*/
  padding-left: 45px; /*NS: Added for responsiveness issues*/
}

.steps-callout p {
  padding-left: 45px; /*NS: Added for responsiveness issues*/
  width: 85%; /*NS: Adjusted from 175 for responsiveness issues*/
  text-align: left;
}

.step-count-5.steps-callout p {
  padding-left: 45px; /*NS: Added for responsiveness issues*/
  width: 85%; /*NS: Adjusted from 175 for responsiveness issues*/
}

.step-count-5.steps-callout h4 {
  left: 0;
}

@media (max-width: 1200px) {
  .steps-callout p {
    font-size: 10px;
    width: 10%;
  }
  .steps-callout h4 {
    font-size: 16px;
  }
}
/* steps-callout Dots version  */
@media (max-width: 767px) {
  .step-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .step-container > .steps-callout {
    display: table-row;
  }
  .step-container > .steps-callout > .step > div {
    display: none;
  }
  .step-container > .steps-callout > .step {
    display: table-cell;
    width: 10px;
    height: 10px;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none !important;
  }
}
/* Chevron Dots */
/* steps-callout Dots version - set dot colors  */
@media (max-width: 767px) {
  .step-container > .steps-callout > .step {
    background: #d7d7d7 !important;
    box-shadow: 0 0 1px 1px #d7d7d7;
  }
  .step-container > .steps-callout > .current {
    background: #069bd7 !important;
    box-shadow: 0 0 1px 1px #069bd7;
  }
  .step-container > .steps-callout > .previous {
    background: #d7d7d7 !important;
    box-shadow: 0 0 1px 1px #d7d7d7;
  }
}
/* Chevron Dots */
/******colors***************/
.steps-callout div .inner {
  background: #d7d7d7;
  color: #fff;
}

.steps-callout div .inner:after {
  border-left: 41px solid #d7d7d7;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  border-left: 41px solid #069bd7;
}

.steps-callout div.current-highlight .inner:after,
.steps-callout div.previous-highlight .inner:after {
  border-left: 40px solid #ed1c24;
}

.steps-callout div .inner:before {
  border-left: 40px solid #fff;
}

.steps-callout div.current .inner,
.steps-callout div.previous .inner {
  background: #069bd7;
}

.steps-callout div.current-highlight .inner,
.steps-callout div.previous-highlight .inner {
  background: #ed1c24;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
  position: relative;
}

/*******Print*************/
@media print {
  * {
    transition: none !important;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px !important;
  }
  .hide-print {
    display: none;
    transition: none !important;
    margin: 0 !important;
    height: 0px !important;
    min-height: 0 !important;
  }
  .hide-print button {
    display: none !important;
    transition: none !important;
  }
  #application-form fieldset, #application-form p {
    margin: 0 !important;
    transition: none !important;
  }
  .step-container,
  #sidebar .list-group,
  .stepper-wrapper {
    display: none;
  }
}
/* Bootstrap 3 hold overs*/
.form-control-feedback {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
}

/* CUSTOM */
header {
  background-color: #00538B;
}

.sub_headerbar {
  height: 60px;
  background-color: #728692;
}

.main_logo_div {
  height: 60px;
}

.main_logo_div img {
  max-height: 100%;
}

.tagline {
  text-align: right;
}

.oit-main-needsattention-row {
  margin: 5px;
}

.oit-content-col {
  padding: 20px;
}

.oit-kgrid-norows {
  padding: 20px 5px 20px 30px;
  font-size: large;
}

/* FORMS */
form label {
  font-weight: bold;
}

fieldset legend {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  float: none;
}

fieldset {
  margin-bottom: 20px;
}

label.form-check-label {
  font-weight: normal;
}

/* DEFAULT FROM PROJECT */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
}

/* Styles for the Action dropdown menu inside kendo grid */
.k-grid td.display-dropdown-menu {
  overflow: visible !important;
  text-align: center;
}

.k-grid td.display-dropdown-menu a.dropdown-item {
  box-sizing: border-box;
}

.k-grid-save-changes.pending-changes, .k-grid-cancel-changes.pending-changes {
  background-color: #ffcccc;
}

.k-grid {
  font-size: 0.67rem;
}
.k-grid .k-grid-table {
  font-size: 0.67rem;
}
.k-grid tr th {
  font-size: 0.67rem;
}
.k-grid .k-button {
  padding: 6px 12px;
}

.k-grid.equipment_grid_child {
  font-size: 1rem;
}
.k-grid.equipment_grid_child .k-grid-table {
  font-size: 1rem;
}
.k-grid.equipment_grid_child tr th {
  font-size: 1rem;
}

.k-grid.application-document-grid {
  font-size: 1rem;
}
.k-grid.application-document-grid .k-grid-table {
  font-size: 1rem;
}
.k-grid.application-document-grid tr th {
  font-size: 1rem;
}

.k-grid.application-notes-grid {
  font-size: 1rem;
}
.k-grid.application-notes-grid .k-grid-table {
  font-size: 1rem;
}
.k-grid.application-notes-grid tr th {
  font-size: 1rem;
}

.k-grid.approval-list-grid {
  font-size: 0.67rem;
  /*    .k-table-md {
          font-size: .67rem;
      }
  */
}
.k-grid.approval-list-grid .k-table {
  font-size: 0.67rem;
}
.k-grid.approval-list-grid .k-grid-table {
  font-size: 0.67rem;
}
.k-grid.approval-list-grid tr th {
  font-size: 0.67rem;
}

.k-grid-toolbar .k-button {
  padding: 6px 12px;
  font-size: xx-small;
  margin-right: 5px;
}

.k-grid .k-table {
  border-collapse: collapse;
}

.k-filter-menu-container label {
  text-align: left;
}

.icf-disable-control {
  pointer-events: none;
  touch-action: none;
  background-color: #e9ecef;
}

.icf-disable-control.form-check-input {
  pointer-events: none;
  opacity: 0.5;
  touch-action: none;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown, .k-pager-md .k-pager-sizes .k-dropdownlist, .k-pager-md .k-pager-sizes > select {
  width: 8em;
}

.k-picker-md {
  font-size: inherit;
}

.k-button-md {
  font-size: inherit;
}

.k-grid-content {
  min-height: 550px;
}

.k-menu-link-text {
  color: black;
}

/* Lighting Wizard */
.lighting-wattage-div label {
  font-size: x-small;
}

.lighting-existingtoproposed-div select option {
  font-weight: normal;
}

.lighting-existingtoproposed-div select option:disabled {
  color: rgba(0, 0, 0, 0.1);
}
