﻿@charset "UTF-8";
/* 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. */
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Enable "floating" button with shadow under when it is clicked */
/* Remove blue border around focused button */
.btn-primary:focus, .btn-primary.focus,
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12) !important;
}

.btn-primary:active, .btn-primary.active,
.btn-secondary:active, .btn-secondary.active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3) !important;
}

/* Force white text color on focused button*/
a.btn-primary:focus {
  color: white !important;
}

/* Fix button paddings broken by Waves*/
/*.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    padding: .475rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}*/
/* Make weekend days in datepicker red */
td.xdsoft_date.xdsoft_weekend {
  color: red;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #7abaff;
}

/* Circle buttons */
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/* Hide bootstrap validation check marks */
.form-control.is-valid,
.form-control.is-invalid {
  background-image: none;
  padding-right: 0.75rem;
}

/*Keep BS select styling */
.custom-select.is-valid, .was-validated .custom-select:valid,
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-check-label.no-validate {
  color: inherit !important;
}

input.no-spin-button::-webkit-outer-spin-button,
input.no-spin-button::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number].no-spin-button {
  -moz-appearance: textfield; /* Firefox */
}

/* Wait Spinner */
.load-spinner .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(33% - 24px);
}

.load-spinner .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  width: 128px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 16px 0px 16px;
}

/* Bootstrap Tooltip Styling*/
.tooltip-white .tooltip-inner {
  color: #000000;
  background-color: white;
}
.tooltip-white .tooltip.bs-tooltip-top .arrow:before {
  border-top-color: white;
}
.tooltip-white .tooltip.bs-tooltip-right .arrow:before {
  border-right-color: white;
}
.tooltip-white .tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: white;
}
.tooltip-white .tooltip.bs-tooltip-left .arrow:before {
  border-left-color: white;
}

/* Blue tooltip*/
.tooltip-blue .tooltip-inner {
  color: #FFFFFF !important;
  background-color: #1358a6;
}
.tooltip-blue .tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #1358a6;
}
.tooltip-blue .tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #1358a6;
}
.tooltip-blue .tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #1358a6;
}
.tooltip-blue .tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #1358a6;
}

.not-readonly {
  cursor: text;
  background-color: white !important;
}

html, body {
  height: 100%;
  margin: 0px;
}

.login-panes-container {
  margin: 0;
  max-width: 100%;
}

.login-panes-container main {
  height: 100vh;
}

.login-pane-right section {
  margin: 60px;
}

.login-pane-right .form-group {
  max-width: 300px;
}

.login-pane-left {
  background: #0878AB;
  color: white;
  display: flex;
  flex-flow: column;
}

.login-pane-left-center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-pane-left-center-version {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem;
}

.login-pane-left-bottom {
  flex: 0 1 100px;
  margin: 0 1.5rem 1.5rem 1.5rem !important;
}

.login-copyright-content {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-bottom: 1.5rem;
  bottom: 0;
}

.register-confirmation-pane {
  text-align: center;
  height: 100%;
}

.register-confirmation-message {
  width: 100%;
  margin-top: 50%;
  text-align: center;
}

.fixed-row-bottom {
  position: absolute;
  bottom: 0;
}

body {
  overflow-x: hidden;
}

#page-content-wrapper > nav.navbar {
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#page-content-wrapper > .container-fluid {
  padding-top: 1rem;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  background: #0878AB !important;
}

#sidebar-wrapper {
  min-width: 250px;
  max-width: 250px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}

#sidebar-wrapper .sidebar-brand-container {
  display: table;
  vertical-align: middle;
  display: table;
  margin: 0 auto;
  padding: 0.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

#sidebar-wrapper .sidebar-brand-container .sidebar-brand-image {
  display: table-cell;
  height: 32px;
}

#sidebar-wrapper .sidebar-brand-container .sidebar-brand-text {
  display: table-cell;
}

#sidebar-wrapper hr {
  margin: 0.2rem 1rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#sidebar-wrapper .sidebar {
  width: 15rem;
}

#sidebar-wrapper .sidebar-sticky .nav-link {
  color: #D7DBE0;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding-left: 1.5em;
}

#sidebar-wrapper .sidebar-sticky h6 span {
  color: #D9E6FF;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 17px;
}

#sidebar-wrapper .list-group .list-group-item {
  background: #0878AB !important;
  color: white;
}

/* Animating the sidebar collapse */
#wrapper {
  display: flex;
  align-items: stretch;
  perspective: 1500px;
}

#sidebar-wrapper.active {
  margin-left: -250px;
  transform: rotateY(100deg); /* Rotate sidebar vertically by 100 degrees. */
}

#page-content-wrapper {
  min-width: 100vw;
}

#page-content-wrapper .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
  border-radius: 8px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
#navbarSupportedContent button {
  border: none;
}

/* https://bootstrapious.com/p/bootstrap-sidebar */
/* Animating the Sidebar Collapse Button */
#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
}

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}

#sidebarCollapse span:first-of-type {
  /* rotate first one */
  transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
  /* second one is not visible */
  opacity: 0;
}

#sidebarCollapse span:last-of-type {
  /* rotate third one */
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  /* no rotation */
  transform: none;
  /* all bars are visible */
  opacity: 1;
  margin: 5px auto;
}

@media (max-width: 768px) {
  /* Reversing the behavior of the sidebar: 
     it'll be rotated vertically and off canvas by default, 
     collapsing in on toggle button click with removal of 
     the vertical rotation.   */
  #sidebar-wrapper {
    margin-left: -250px;
    transform: rotateY(100deg);
  }
  #sidebar-wrapper.active {
    margin-left: 0;
    transform: none;
  }
  /* Reversing the behavior of the bars: 
     Removing the rotation from the first,
     last bars and reappear the second bar on default state, 
     and giving them a vertical margin */
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }
  /* Removing the vertical margin and make the first and last bars rotate again when the sidebar is open, hiding the second bar */
  #sidebarCollapse.active span {
    margin: 0 auto;
  }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }
}
.tags p {
  margin-bottom: 5px;
  font-size: 13px;
}

.mw-fit {
  max-width: fit-content !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

/* Minimum Width */
.minw-25 {
  min-width: 25% !important;
}

.minw-50 {
  min-width: 50% !important;
}

.minw-75 {
  min-width: 75% !important;
}

.minw-100 {
  min-width: 100% !important;
}

/* Welcome page*/
.welcome-username {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 2rem 0 1.5rem 1.5rem;
}

.welcome-top-tile {
  font-family: "Work Sans";
  font-size: 16px;
  color: #2C2E2F;
}
.welcome-top-tile a {
  text-decoration: none;
  color: inherit;
}
.welcome-top-tile a :hover {
  background-color: #FBFBFB;
}
.welcome-top-tile .welcome-image-left {
  margin-top: -6px;
  margin-right: 0.25rem;
}
.welcome-top-tile .welcome-image-right {
  margin-top: -2px;
  margin-left: 0.25rem;
}
.welcome-top-tile div.card {
  border-left: 8px solid #1C8BE1 !important;
}
.welcome-top-tile span {
  color: #1C8BE1;
  font-size: 18px;
  font-weight: 500;
}

.welcome-resources {
  font-family: "Work Sans";
  font-size: 14px;
  line-height: 18px;
}
.welcome-resources .welcome-resources-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.welcome-resources ul li label a {
  color: #1C8BE1;
  font-size: 16px;
  line-height: 18.77px;
  font-weight: 500;
}

.welcome-contactus {
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 25px;
}
.welcome-contactus .welcome-contactus-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

#session-timeout-dialog .modal-header {
  display: none;
}

.applications-list-item {
  width: 100%;
  border-radius: 3px;
  margin: 8px 0;
  padding: 8px;
}

.applications-list-item .app-item-org-name {
  margin: 8px 0;
}

.applications-list-item .app-item-status {
  color: white;
  background: #0878AB;
  border-radius: 4px;
  padding: 0 6px 2px 4px;
}

.app-item-action {
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 1em;
}

.applist-page-title {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.applist-item-select {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.applist-table {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.applist-table td {
  vertical-align: middle !important;
}
.applist-table tr td:last-child {
  width: 1%;
}
.applist-table .btn:focus, .applist-table .btn:active {
  outline: none !important;
  box-shadow: none;
}
.applist-table .applist-item-submitted, .applist-table .applist-item-awarded, .applist-table .applist-item-notsubmitted {
  font-weight: 500;
  color: #1358A6;
  text-align: center;
  background-color: #D3E7FF;
  border-radius: 4px;
  width: 7em;
}
.applist-table .applist-item-notsubmitted {
  color: #C7750D;
  background-color: #FFEAD0;
}
.applist-table .applist-item-awarded {
  color: #319B70;
  background-color: #DDF1E9;
}

.preview-table, .blocked-emails-table, .messages-table,
.error-logs-table, .audit-logs-table, .reminders-log-table,
.si-invites-table {
  font-size: 13px;
}
.preview-table th.select-checkbox:before, .preview-table td.select-checkbox:before, .blocked-emails-table th.select-checkbox:before, .blocked-emails-table td.select-checkbox:before, .messages-table th.select-checkbox:before, .messages-table td.select-checkbox:before,
.error-logs-table th.select-checkbox:before,
.error-logs-table td.select-checkbox:before, .audit-logs-table th.select-checkbox:before, .audit-logs-table td.select-checkbox:before, .reminders-log-table th.select-checkbox:before, .reminders-log-table td.select-checkbox:before,
.si-invites-table th.select-checkbox:before,
.si-invites-table td.select-checkbox:before {
  margin-top: 0px !important;
}
.preview-table tr.selected td.select-checkbox:after, .preview-table tr.selected th.select-checkbox:after, .blocked-emails-table tr.selected td.select-checkbox:after, .blocked-emails-table tr.selected th.select-checkbox:after, .messages-table tr.selected td.select-checkbox:after, .messages-table tr.selected th.select-checkbox:after,
.error-logs-table tr.selected td.select-checkbox:after,
.error-logs-table tr.selected th.select-checkbox:after, .audit-logs-table tr.selected td.select-checkbox:after, .audit-logs-table tr.selected th.select-checkbox:after, .reminders-log-table tr.selected td.select-checkbox:after, .reminders-log-table tr.selected th.select-checkbox:after,
.si-invites-table tr.selected td.select-checkbox:after,
.si-invites-table tr.selected th.select-checkbox:after {
  margin-top: -6px !important;
  margin-left: -6px !important;
}
.preview-table th, .blocked-emails-table th, .messages-table th,
.error-logs-table th, .audit-logs-table th, .reminders-log-table th,
.si-invites-table th {
  background-color: #E9ECEF;
}

.error-logs-table thead tr th.select-checkbox:before .si-invites-table thead tr th.select-checkbox:before {
  content: " ";
  margin-top: -6px !important;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
  position: absolute;
  width: 12px;
  height: 12px;
}

.error-logs-table thead tr th.select-checkbox.selected:after .si-invites-table thead tr th.select-checkbox.selected:after {
  content: "✔";
  margin-top: -12px !important;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  height: 12px;
}

.messages-table td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.btn-app-edit {
  color: #1C8BE1;
  background-color: #D8EEFF;
}

.btn-app-delete {
  color: #8690A3;
  background-color: #E4ECF5;
}

#app-edit-tabs .tab-content {
  width: 100%;
}

#app-edit-tabs .nav-tabs .nav-link {
  color: #868FA3;
  border: none;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 0 1em;
  padding: 0.5em 0.5em;
}

#app-edit-tabs .nav-tabs .nav-link.active {
  color: #27AAE1 !important;
  border-bottom: 3px solid #27AAE1 !important;
}

#app-edit-tabs nav {
  width: 100%;
  border-bottom: none;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropzone {
  border: 0.25em dashed #1C8BE1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dropzone:hover {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.05em #1C8BE1;
}
.dropzone .dz-message-inner:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  background-image: url("/images/cloud-upload-32px.png");
  background-size: 32px 32px;
  margin-right: 4px;
  height: 32px;
  width: 32px;
}

.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  box-shadow: 0 0 5px solid #1C8BE1;
  color: #1C8BE1;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 2em;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed #1C8BE1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em #1C8BE1;
}

.card.card-with-shade {
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
}

.app-info-container {
  background-color: #1358A6;
  color: white;
  padding: 1rem;
  margin: 0;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 21px;
  text-align: left;
}

.app-info-container .app-info-project-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

.card-body-edit {
  padding: 0 15px 20px 15px;
}
.card-body-edit .right-border {
  padding: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.card-body-edit .right-border-bold {
  padding: 15px;
  border-right: 2px solid #6C757D;
}
.card-body-edit .financial-form-header b {
  font-size: 12px;
}
.card-body-edit span.form-control {
  text-align: center;
  border: none;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
  background-color: inherit;
}
.card-body-edit .b-gray {
  background-color: #f9f9f9;
}
.card-body-edit .b-azure {
  background-color: #E5F6FE;
  color: #1358A6;
}
.card-body-edit .b-azure span.form-control {
  color: #1358A6;
}
.card-body-edit .b-blue {
  background-color: #1358A6;
  color: white;
}
.card-body-edit .b-blue span.form-control {
  color: white;
}

.subbmited-progress {
  background-color: #41AB80;
  font-size: 14px;
}

.subbmited-title {
  color: #41AB80;
}

.form-status {
  color: crimson;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
}

.form-status-completed {
  color: #41AB80;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
}

.form-status-sign {
  background-color: crimson;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.form-status-sign-completed {
  background-color: #41AB80;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.app-checklist-link {
  text-decoration: none !important;
  color: dimgrey;
}

.m-t-5 {
  margin-top: 5px;
}

.card-header-not-filled {
  background-color: inherit;
}

.align-right {
  text-align: right;
}

#form-d-page, #form-e-page {
  position: relative;
  overflow: hidden;
  border: none;
}
#form-d-page .ft0, #form-e-page .ft0 {
  font: bold 19px "Times New Roman";
  line-height: 22px;
}
#form-d-page .ft1, #form-e-page .ft1 {
  font: 15px "Times New Roman";
  line-height: 17px;
}
#form-d-page .p0, #form-e-page .p0 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
#form-d-page .p2, #form-e-page .p2 {
  text-align: justify;
  padding-left: 96px;
  margin-top: 17px;
  margin-bottom: 0px;
}
#form-d-page .p3, #form-e-page .p3 {
  text-align: justify;
  padding-left: 144px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: -24px;
}
#form-d-page .p4, #form-e-page .p4 {
  text-align: justify;
  padding-left: 144px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#form-d-page .p5, #form-e-page .p5 {
  text-align: justify;
  padding-left: 120px;
  margin-top: 13px;
  margin-bottom: 0px;
}
#form-d-page .p6, #form-e-page .p6 {
  text-align: justify;
  padding-left: 192px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: -24px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  border-color: #EEEEEE;
  border: 1px solid #ced4da;
}

.panel-title {
  font-size: 16px;
  margin-bottom: 0px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.progress {
  height: 2rem;
}

.alert-primary {
  background-color: #EAF3FF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  color: #1358A6;
  font-family: "Work Sans";
  font-size: 16px;
  border: none;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.sji-spoiler p.collapse[aria-expanded=false] {
  display: block;
  height: 3.4em;
  overflow: hidden;
  margin-bottom: 0;
}

.sji-spoiler p.collapse.show[aria-expanded=false] {
  display: block;
  height: auto;
}

.sji-spoiler p.collapsing[aria-expanded=false] {
  height: 3.4em !important;
  margin-bottom: 15px;
}

.sji-spoiler div.collapse[aria-expanded=false] {
  display: block;
  height: 3.4em;
  overflow: hidden;
  margin-bottom: 15px;
}

.sji-spoiler div.collapse.show[aria-expanded=false] {
  display: block;
  height: auto;
}

.sji-spoiler div.collapsing[aria-expanded=false] {
  height: 3.4em !important;
  margin-bottom: 15px;
}

.sji-spoiler a.collapsed:after {
  content: "+ Show More";
}

.sji-spoiler a:not(.collapsed, .collapsed2):after {
  content: "- Show Less";
}

.sji-spoiler a.no-spoiler:after {
  content: "" !important;
}

.attachments-list td {
  vertical-align: middle;
}

.project-total-label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 17px;
}

.project-total-amount {
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
}

.date-width {
  max-width: 11.5em !important;
  min-width: 11.5em !important;
}

.uei-width {
  max-width: 15em !important;
  min-width: 15em !important;
}

#add-attachment-form,
.attachments-tooltip-container {
  font-family: "Work Sans";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 21px;
}
#add-attachment-form .card-header,
.attachments-tooltip-container .card-header {
  background-color: #ECF0F1;
}

[data-toggle=collapse] .fa:before {
  content: "\f139";
}

[data-toggle=collapse].collapsed .fa:before {
  content: "\f13a";
}

table.submitted-reports-table {
  font-size: 13px;
}
table.submitted-reports-table th {
  padding: 8px;
  font-weight: bold;
  background-color: #E9ECEF;
}
table.submitted-reports-table th:first-child {
  width: 1%;
}
table.submitted-reports-table td, table.submitted-reports-table th {
  padding: 8px;
}
table.submitted-reports-table td.report-status-Incomplete,
table.submitted-reports-table td.report-status-Submitted,
table.submitted-reports-table td.report-status-Rejected {
  background-color: lightgoldenrodyellow;
}
table.submitted-reports-table td.report-status-Approved {
  background-color: lightgreen;
}
table.submitted-reports-table td.report-status-Missing {
  background-color: lightpink;
}

#card-form-f-edit .row .form-group {
  margin: 0;
}
#card-form-f-edit .row .form-control, #card-form-f-edit .row .input-group-text {
  font-size: 12px !important;
}
#card-form-f-edit .row div.col-form-label.right-border {
  font-size: 14px;
  display: grid;
  align-items: center;
}

#form-budget input {
  text-align: right;
}

#form-budget span.form-control {
  text-align: center;
  border: none;
  font-weight: bold;
}

#form-budget div.row.subtotals-row span.form-control {
  text-align: right;
}

#card-budgets,
#card-budget {
  padding: 0 0 1.25rem 0;
}

#card-budgets {
  padding-top: 1rem;
}

#card-budgets .row,
#card-budget .row {
  padding: 0 2rem 0 0.25rem;
  margin: 0;
}

#card-budget .row.grand-total {
  background-color: #1358A6;
  color: white;
  padding-top: 1rem;
}

#card-budget .row.grand-total span {
  background-color: #1358A6;
  color: white;
}

.notifications {
  list-style: none;
  padding: 0;
}

.notification {
  display: block;
  padding: 0.8em;
  border: solid #e9ecef;
  border-width: 0 0 1px;
  background-color: #fff;
  color: #212529;
  text-decoration: none;
}

.notification:last-child {
  border-bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

.notification.active:hover, .notification:hover {
  background-color: #f9f9f9;
  border-color: #dee2e6;
  text-decoration: none;
}

.notification.active {
  background-color: #efefef;
}

.notification-title {
  font-size: 12px;
}

.notification-desc {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.94em;
}

.notification-meta {
  color: #868e96;
}

.dropdown-notifications > .dropdown-container, .dropdown-notifications > .dropdown-menu {
  width: 230px;
  max-width: 230px;
}

.dropdown-notifications > .dropdown-container {
  margin-top: 0.6rem;
  left: -15px;
}

.dropdown-notifications .dropdown-menu {
  padding: 0;
}

.dropdown-notifications .dropdown-footer, .dropdown-notifications .dropdown-toolbar {
  padding: 0.8em;
}

.dropdown-notifications .dropdown-toolbar {
  background: #fff;
}

.dropdown-notifications .dropdown-footer {
  background: #ced4da;
}

.dropdown-notifications .dropdown-toggle:after {
  display: none;
}

.navbar .dropdown-notifications .dropdown-menu {
  position: static;
}

.email {
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.email:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}

.email-icon:before {
  content: url("../../images/email.png");
}

.notification-icon {
  margin-right: 0.49125rem;
  vertical-align: middle;
}

.notification-icon:after {
  position: absolute;
  content: attr(data-count);
  margin-left: -0.49125rem;
  margin-top: -0.49125rem;
  padding: 0 4px;
  min-width: 0.9825rem;
  height: 0.9825rem;
  line-height: 0.9825rem;
  background: #41AB80;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 0.786rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.notification .media-body {
  padding-top: 0;
}

.btn-lg .notification-icon:after {
  margin-left: -0.5895rem;
  margin-top: -0.5895rem;
  min-width: 1.179rem;
  height: 1.179rem;
  line-height: 1.179rem;
  font-size: 0.9825rem;
}

.btn-xs .notification-icon:after {
  content: "";
  margin-left: -0.29475rem;
  margin-top: -0.14738rem;
  min-width: 0.44659rem;
  height: 0.44659rem;
  line-height: 0.44659rem;
  padding: 0;
}

.btn-xs .notification-icon {
  margin-right: 0.24563rem;
}

.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  max-width: 330px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-container > .dropdown-menu {
  position: static;
  z-index: 1000;
  float: none !important;
  padding: 10px 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 330px;
  overflow-y: auto;
}

.dropdown-container > .dropdown-menu + .dropdown-menu {
  padding-top: 0;
}

.dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-header {
  white-space: nowrap;
}

.show > .dropdown-container > .dropdown-menu,
.show > .dropdown-container {
  display: block;
}

.dropdown-toolbar {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}

.dropdown-toolbar > .form-group {
  margin: 5px -10px;
}

.dropdown-toolbar .dropdown-toolbar-actions {
  float: right;
}

.dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 14px;
}

.dropdown-footer {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}

.anchor-block small {
  display: none;
}

@media (min-width: 992px) {
  .anchor-block small {
    display: block;
    font-weight: normal;
    color: #777777;
  }
  .dropdown-menu > li > a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .dropdown.hoverable:hover > ul {
    display: block;
  }
}
.dropdown-position-topright {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 2px;
}

.dropdown-position-topleft {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
}

.dropdown-position-bottomright {
  right: 0;
  left: auto;
}

.dropmenu-item-label {
  white-space: nowrap;
}

.dropmenu-item-content {
  position: absolute;
  text-align: right;
  max-width: 60px;
  right: 20px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

small.dropmenu-item-content {
  line-height: 20px;
}

.dropdown-menu > li > a.dropmenu-item {
  position: relative;
  padding-right: 66px;
}

.dropdown-submenu .dropmenu-item-content {
  right: 40px;
}

.dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
  padding-right: 86px;
}

.dropdown-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
}

.dropdown-inverse .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #2b2b2b;
}

.dropdown-inverse .dropdown-menu > li > a {
  color: #cccccc;
}

.dropdown-inverse .dropdown-menu > li > a:hover,
.dropdown-inverse .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #262626;
}

.dropdown-inverse .dropdown-menu > .active > a,
.dropdown-inverse .dropdown-menu > .active > a:hover,
.dropdown-inverse .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.dropdown-inverse .dropdown-menu > .disabled > a,
.dropdown-inverse .dropdown-menu > .disabled > a:hover,
.dropdown-inverse .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-inverse .dropdown-header {
  color: #777777;
}

.table > thead > tr > th.col-actions {
  padding-top: 0;
  padding-bottom: 0;
}

.table > thead > tr > th.col-actions .dropdown-toggle {
  color: #777777;
}
