/* 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. */

@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800,900&display=swap');

body, html {
  font-family: "Inter", sans-serif;
}

.text-orange-500 {
  color: #fd7e14 !important;
}

.text-bg-orange-500 {
  color: #000 !important;
  background-color: #fd7e14 !important;
}

#main-navbar a.nav-link.active {
  font-weight: bold;
  background-color: #2262a5;
}

.form-label {
  font-weight: bold;
}

.modal {
    backdrop-filter: brightness(0.5);
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

.page-header {
  font-weight: bold;
}

.list-group-item-action {
  font-weight: bold;
}

.list-group-item-action i {
  width: 25px;
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
}

.section-header-wrapper {
  margin: 10px 0 15px 0;
}

.show-comments {
  font-size: 21px;
  color: #3b73b9;
  margin-left: 6px;
  cursor: pointer;
}

.badge {
  text-transform: uppercase
}

.status-tag {
  font-size: medium;
  vertical-align:middle;
  margin-left: 8px;
}

p.content {
  padding:5px 0 5px 10px;
  margin:0 0 10px 5px;
}

#personal .row:not(.justify-content-end) {
  min-height: 60px;
}

#personal .col-6 {
  padding: 0;
}

.k-grid-toolbar .k-dropdown, .k-multiselect {
  float: right;
  margin-left: 3px;
}

.project-status-Revision {
  height: 145px;
  width: 145px;
  border:3px solid #3b73b9;
  border-radius:50%;
  padding: 40px 10px 0 10px;
  background-color:#3363a0;
  margin-top:-70px;
  color:white;
}

.project-status-Operation {
  height: 75px;
  width: 180px;
  padding: 10px;
  background-color: #28a745;
  margin-top: -35px;
  color: white;
}

.project-status-wrapper {
  border-top: 2px dashed grey;
  text-align:center;
  padding-left:15px;
  width:20%;
  min-width:300px;
}

.help-text {
  padding-left: 5px;
  color: #3b73b9;
  font-size: smaller;
}

.field-validation-error, .validation-summary-errors {
  color: #dc3545;
  font-size: 14px;
  margin-left: 2px;
}

.textarea-text {
  white-space: pre-wrap
}

.fa-trash-alt {
  cursor: pointer;
  color: #dc3545;
}

@media print {
  /* Keep all background colours and formatting */
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  
  .row:not(.not-printable) {
    display: block !important;
  }

  .not-printable {
    display: none !important;
  }
  
  .section-header {
    color: #084298;
  }
  
  .form-label {
    color: #0d6efd;
  }
  
  .content {
    font: 11pt Arial, "Helvetica Neue", sans-serif;
  }
}

.backlog-col {
  width: 20%;
  border-right: 1px solid #dddddd;
  padding: 0 16px;
  list-style-type: none;
}

.backlog-col:last-of-type {
  border:none;
}

.backlog-header-wrapper {
  width: 20%;
  border-right: 1px solid #dddddd;
  padding: 0 16px;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.backlog-header-wrapper:last-of-type {
  border: none;
}

.backlog-header {
  background-color: #3b73b9;
  height: 40px;
  list-style-type: none;
  text-align: center;
  padding: 8px 0 0 0;
  color: white;
  margin-bottom: 14px;
}

.backlog-list-item {
  list-style-type: none;
  cursor: grab;
  border-width: 1px;
  border-left: 3px solid #3b73b9;
  border-radius: 2px;
  margin-bottom: 14px;
}

.backlog-placeholder {
  list-style-type: none;
  background-color: lightgray;
  height: 160px;
}

/* People picker */

::placeholder {
  font-style: italic;
  font-size: 14px;
}

.less-contents {
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.badge-success.badge-outlined {
  border:1px solid #28a745;
  color: #28a745;
  background: none;
}

.badge-warning.badge-outlined {
  border:1px solid #ffc107;
  color: #ffc107;
  background: none;
}

.word-count {
  text-align: end;
  font-size: 13px;
  color: #3b73b9;
}

.absolute-top-right {
  position: absolute;
  top: 150px;
  right: 20px;
}

.k-filter-menu-container .k-label, .k-filter-menu-container label{
  font-weight: normal
}

.legends {
  float: right;
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.color-card {
  height: 1rem;
  width: 1rem;
  margin: 0 4px 0 8px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
}

a.redirect-link {
  color: #3b73b9;
}

a.redirect-link:hover {
  text-decoration: underline;
}

.chemical-compound-table table, .chemical-compound-table th, .chemical-compound-table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding:5px;
}

.assayOption, .assayNumber, .assayAmount {
    min-width: 110px;
}

.assayNumber input {
    width: 50px;
}

.tooltip-inner {
    max-width: 500px !important;
}

/* Custom display rules for Trix Editor */
.trix-button-group.trix-button-group--file-tools {
    display: none;
}
/* End Trix Editor custom rules */