/**
Theme Name: MMD Astra Child
Author: MacMillan Design
Author URI: https://macmillandesign.com
Description: The MacMillan Design Astra Child Theme contains all the high-powered goodness of the Astra theme with quite a few custom additions under the hood, built exclusively for MacMillan Design clients. Enjoy!
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmd-astra-child
Template: astra
*/
body {
  font-size: 17px;
}
.main-view-project {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 100px;
}
.main-view-project .width-50:last-of-type {
  padding-top: 2.5em;
  padding-left: 2em;
}
.main-view-project .width-50 {
  width: 48%;
  background: offwhite;
}
.main-view-project .width-50 .form-view-section th,
.main-view-project .width-50 .form-view-section tr,
.main-view-project .width-50 .form-view-section td {
  border: none;
  border-bottom: none;
  border-top: none;
  border-image-width: 0;
  border-color: none;
  border-top-width: 0 !important;
  font-size: 16px;
}
.main-view-project .width-50 .form-view-section th {
  padding: 1em 0 1em 1.5em !important;
}
.main-view-project .width-50 .form-view-section td {
  padding: 1em 0 1em 0 !important;
}
.main-view-project .width-50 .form-view-section tr:nth-child(odd) {
  background-color: #f8fbfc !important;
}
.main-view-project .width-50 .form-view-section table {
  border: 1px solid #CCC;
  border-collapse: collapse;
  padding-right: 0.5em;
}
.main-view-project .width-50 .form-view-section,
.main-view-project .width-50 .project-notes-section {
  display: block;
  width: 100%;
}
.main-view-project .width-50 .form-body.overflow-hidden-scroll table {
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
}
.main-view-project .width-50 .view-project-heading {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 1em;
}
.main-view-project .width-50 .notes-body {
  border: thin solid #ccc;
  padding: 1em;
  font-size: 15px;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
}
.main-view-project .width-50 .notes-body .note {
  padding: 1em;
}
.main-view-project .width-50 .notes-body .note-date {
  font-weight: bold;
  font-size: 90%;
}
.main-view-project .width-50 .notes-body .edit-note-button {
  text-align: right;
}
.main-view-project .width-50 .notes-body .edit-note-button button {
  background: none;
  color: #3860f6;
  font-weight: normal;
  font-size: 13px;
  padding: 2px;
}
.main-view-project .width-50 .notes-body .edit-note-button button svg {
  display: inline-block;
  width: 15px;
  fill: #3860f6;
}
.main-view-project .width-50 .note-add textarea {
  margin-top: 1em;
  background: white;
  border: thin solid #ccc;
  height: 200px;
}
.main-view-project .width-50 .submit-add-note {
  text-align: right;
}
.main-view-project .width-50 .submit-add-note button {
  border: thin solid #3860f6;
  background: white;
  border-radius: 3px;
  color: #3860f6;
  padding: 15px 35px;
}
.main-view-project .width-50 .status label,
.main-view-project .width-50 .assignedpermitengg label,
.main-view-project .width-50 .jurisdiction label,
.main-view-project .width-50 .available-documents label {
  display: block;
  font-weight: bold;
}
.main-view-project .width-50 .status select {
  font-weight: bold;
}
.main-view-project .width-50 select {
  font-weight: normal;
}
.main-view-project .width-50 .assignedpermitengg label,
.main-view-project .width-50 .jurisdiction label {
  margin-top: 2em;
}
.main-view-project .width-50 .add-juridictin-model {
  padding-top: 0.5em;
  font-size: 12px;
  color: #3860f6;
}
.main-view-project .width-50 label + .dropify-wrapper {
  border: thin dashed #333;
  text-align: center;
}
.main-view-project .width-50 .upload-document form div:nth-child(2) {
  text-align: right;
  margin-top: 10px;
}
.main-view-project .width-50 .upload-document .dropify-message span.file-icon {
  font-weight: normal;
  font-size: 16px;
  color: black;
  font-family: Montserrat, sans-serif;
}
.main-view-project .width-50 .upload-document .dropify-message span.file-icon:before {
  display: none;
}
.main-view-project .width-50 .upload-document .upload-button {
  text-align: right;
  margin-top: 10px;
}
.main-view-project .width-50 .upload-document button {
  padding: 15px 35px;
  border-radius: 3px;
}
.main-view-project .width-50 .available-documents .sub-heading {
  display: block;
  font-weight: bold;
  margin-top: 2em;
}
.main-view-project .width-50 .available-documents .documents {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  column-gap: 20px;
}
.main-view-project .width-50 .available-documents .documents .select-all {
  grid-column-start: 1;
  grid-column-end: -1;
}
.main-view-project .width-50 .available-documents .documents .doc {
  margin-left: 20px;
  text-indent: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: thin dashed #ccc;
  padding: 5px 5px 6px 0px;
}
.main-view-project .width-50 .available-documents .documents .cancelled-icon svg {
  fill: #898989;
  width: 15px;
  height: 15px;
}
.main-view-project .width-50 .email-sec .header {
  display: flex;
  with: 100%;
  margin-top: 2em;
  justify-content: space-between;
}
.main-view-project .width-50 .email-sec .checkbox input {
  margin-right: 5px;
}
.main-view-project .width-50 .email-sec .heading {
  display: block;
  font-weight: bold;
}
.main-view-project .width-50 .email-sec .authority select,
.main-view-project .width-50 .email-sec .authority textarea {
  width: 100%;
  display: block;
  font-weight: normal;
  background-color: white;
  margin-bottom: 0.5em;
}
.main-view-project .width-50 .email-sec .send-email {
  text-align: right;
}
.main-view-project .width-50 .email-sec .send-email button {
  padding: 15px 35px;
  border-radius: 3px;
}
.main-view-project .width-50 .email-receive .title {
  margin-top: 2em;
  font-weight: bold;
  display: block;
}
.main-view-project .width-50 .email-receive .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 10px;
}
.main-view-project .width-50 .email-receive .wrapper input.search-field[type=search] {
  padding: 10px;
  width: 50%;
  max-height: 45px;
  background-image: url(https://cdn2.hubspot.net/hubfs/4004166/bioticresearch_website_assets/images/search_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.main-view-project .width-50 .email-receive .dropdown-wrapper {
  width: 50%;
}
.main-view-project .width-50 .email-receive .dropdown-wrapper label {
  display: none;
}
.main-view-project .width-50 .email-receive .dropdown-wrapper select {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  border: thin solid #ccc;
  padding: 0 15px 0 15px;
  font-size: 16px;
  font-weight: normal;
}
.main-view-project .width-50 .email-receive .emails tr {
  border: none;
  border-top: thin solid #ccc;
}
.main-view-project .width-50 .email-receive .emails tr.email-not-read {
  font-weight: bold;
}
.main-view-project .width-50 .email-receive .emails th {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.main-view-project .width-50 .email-receive .emails td {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.25em;
}
/*# sourceMappingURL=admin-single-project-style.css.map */