/* colour variables */
/* override theme colours */
#content-header .icon-box.pull-right a:hover {
  color: #5182be;
}

.theme-whbl #header-navbar .nav > li > a:hover, .theme-whbl #header-navbar .nav > li > a:focus, .theme-whbl #header-navbar .nav .open > a, .theme-whbl #header-navbar .nav .open > a:hover, .theme-whbl #header-navbar .nav .open > a:focus, .theme-whbl .navbar-toggle:hover, .theme-whbl .navbar-toggle:focus, .theme-whbl .mobile-search.active > .btn {
  background-color: #5182be;
}

.theme-whbl h1, .theme-whbl a, a:not(.btn):hover, a:not(.btn):focus, .theme-whbl .pagination > li > a, .theme-whbl .pagination > li > span, .theme-whbl .pagination > li > a:hover, .theme-whbl .pagination > li > span:hover, .theme-whbl .pagination > li > a:focus, .theme-whbl .pagination > li > span:focus, .theme-whbl .pagination > li > a:active, .theme-whbl .pagination > li > span:active {
  color: #3c69a0;
}

a.table-link.edit-btn .fa-stack {
  color: #3c69a0 !important;
}

.theme-whbl #header-navbar, .theme-whbl .btn-primary, .theme-whbl .pagination > .active > a, .theme-whbl .pagination > .active > span, .theme-whbl .pagination > .active > a:hover, .theme-whbl .pagination > .active > span:hover, .theme-whbl .pagination > .active > a:focus, .theme-whbl .pagination > .active > span:focus {
  background-color: #3c69a0 !important;
  border-color: #3c69a0 !important;
}

.btn-primary:hover {
  background-color: #5182be !important;
}

.radio label:after {
  background-color: #3c69a0;
  border: 1px solid #3c69a0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 2px solid #3c69a0;
}

.radio input[type=radio]:checked + label:before, .radio input[type=radio]:hover + label:before {
  border-color: #3c69a0;
}

.dataTable thead tr th:hover {
  color: #3c69a0;
}

.checkbox-nice label:after {
  border: 3px solid #3c69a0;
  border-top: none;
  border-right: none;
}

.main-box-header h2 span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

a.table-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #content-wrapper {
    padding: 15px 15px 35px 15px;
  }
}
/* mwl wants all page titles uppercase */
#content-header h1 {
  text-transform: uppercase;
}

.breadcrumb li.active {
  text-transform: uppercase;
}

/* home screen */
.project-search-form #mwl-project-statuses-id {
  margin-bottom: 5px;
}

/* add project */
.daily-task-column.labels {
  width: 20%;
}

.daily-task-column {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  float: left;
  padding: 0 5px 0 0;
}

.worksheet-task-type {
  margin-top: 10px;
  margin-bottom: 10px;
}

.worksheet-task-type label.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .daily-task-column {
    display: block;
    width: 100%;
    padding: 0;
  }

  .daily-task-column.labels {
    display: none;
  }

  .worksheet-task-type label.mobile-only {
    display: block;
  }
}
.worksheet-task-type .desktop-only {
  padding: 7px 0;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 813px) {
  .worksheet-task-type .desktop-only {
    padding: 4px 0;
  }
}
.task-template .radio-inline {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .task-template .task {
    text-align: right;
  }
}
#schedule-container {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #tab-schedule {
    display: none;
  }

  #schedule-container {
    display: none;
  }

  .task-template .task {
    margin-top: 5px;
  }
}
/* view project */
.main-box div.tasks {
  display: inline-block;
  padding-right: 20px;
}

.main-box div.tasks span {
  text-align: left;
}

.submit-form {
  text-align: center;
}

.project-details h2, .primary-contact h2, .equipment-details h2 {
  margin-bottom: 10px;
}

.project-details p, .primary-contact p, .equipment-details p {
  margin-bottom: 5px;
}

#view-scope {
  margin: 5px 0 10px 0;
}

/* remove some of the theme styles from the scope modal so that it
doesn't look completely different from what they entered in wysiwyg editor */
#projectScopeModal .modal-body h1, .full-scope h1, #projectScopeModal .modal-body h2, .full-scope h2, #projectScopeModal .modal-body h3, .full-scope h3 {
  margin: 10px 0;
}

#projectScopeModal .modal-body h1, .full-scope h1 {
  padding-left: 0;
  color: black;
}

#projectScopeModal .modal-body h3, .full-scope h3 {
  border-bottom: none;
  padding-left: 0;
}

.submit-form .dropdown-menu li {
  text-align: left;
}

.submit-form a.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  padding: 0 !important;
}

h4.or {
  text-align: center;
}

/* notes */
#NoteFileUpload {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 50px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
  margin-top: 5px;
}

#NoteFileUpload:hover {
  cursor: pointer;
}

#template.file-row {
  background-color: white;
  padding: 5px;
  display: table;
  width: 100%;
}

#template.file-row:nth-child(even) {
  background-color: #eee;
}

#template.file-row div {
  padding: 0 2px;
  width: 20%;
  max-width: 175px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#template.file-row div:first-child {
  width: 60%;
  text-align: left;
}

#template.file-row div p {
  padding: 0;
  margin: 0;
}

.cancel button:hover, .cancel button i:hover, .cancel button span:hover {
  cursor: pointer;
}

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 50px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 15px;
  margin-top: 5px;
}

#noteFormContainer #note {
  height: 100px;
}

.note-row {
  margin: 20px 0;
}

.note-row .files a {
  display: block;
}

.note-row .files a:first-of-type {
  margin-top: 8px;
}

.note-row .delete .fa-stack {
  color: red;
}

.note-container {
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 15px;
}

.author .user, .author .date {
  display: inline;
}

/* project documents */
#EmptyProjectDocuments, #ProjectDocuments,
#EmptyConfidentialDocuments, #ConfidentialDocuments,
#EmptyClientCorrespondences, #ClientCorrespondences {
  margin-top: 10px;
}

#tab-content-documents .document-sorting, #tab-content-confidential .document-sorting, #tab-content-correspondence .document-sorting {
  margin-top: 10px;
}

.modal-title {
  display: inline-block;
}

.project-document-row {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  padding: 15px;
}

.project-document-row:first-of-type {
  border-top: 1px solid lightgray;
}

.document-sorting div {
  padding: 5px 15px;
}

.document-sorting div.right {
  text-align: right;
}

.document-sorting div:first-of-type {
  padding: 5px 15px 5px 0;
}

.document-sorting a {
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
}

.document-sorting a:hover {
  text-decoration: none;
}

.delete-btn .fa-stack {
  color: #e84e40;
}

.project-document-row .author {
  text-align: right;
}

.project-document-row i.file-ext-type {
  display: inline-block;
  font-size: 32px;
  color: gray;
  margin-top: 5px;
}

.project-document-row .filename {
  font-weight: bold;
  margin: 0 0 5px 0;
  word-break: break-word;
}

.project-document-row .description {
  margin: 0;
}

.document-search form {
  text-align: right;
}

.document-search select, .document-search input {
  display: inline;
}

div[id^=EditFileRow] .filename {
  word-break: break-all;
}

/* project document library */
#EmptyProjectDocuments, #EmptyTaskList, #EmptyClientCorrespondences {
  margin-bottom: 0;
}

#LibraryDocuments {
  margin-top: 5px;
}

#EmptyLibraryDocuments {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .document-search select, .document-search input {
    max-width: 200px;
  }

  .btn.add-file {
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .document-search {
    margin-bottom: 10px;
  }

  .document-search input {
    margin-top: 5px;
  }
}
/* task listing */
#ProjectTaskListing #EmptyTaskList {
  margin-top: 10px;
}

#tab-content-schedule .right {
  text-align: right;
}

#ProjectTaskListing .card-header button.btn-link, #EquipmentTaskListing .card-header button.btn-link {
  width: 100%;
  text-align: left;
  line-height: 1;
  color: #212121;
  padding: 10px 0;
  outline: none !important;
  text-decoration: none !important;
  border-radius: 0;
}

#ProjectTaskListing .card-header button.btn-link h4, #EquipmentTaskListing .card-header button.btn-link h4 {
  display: inline;
}

#ProjectTaskListing .card-header button.btn-link i, #EquipmentTaskListing .card-header button.btn-link i {
  margin-left: 10px;
}

#ProjectTaskListing .card-body .due-date, #EquipmentTaskListing .card-body .due-date {
  float: right;
}

#ProjectTaskListing .card-body .due-date .delete-btn .fa, #ProjectTaskListing .card-body .due-date .edit-btn .fa, #EquipmentTaskListing .card-body .due-date .delete-btn .fa, #EquipmentTaskListing .card-body .due-date .edit-btn .fa {
  top: -2px;
}

#ProjectTaskListing .card-body .task-row, #EquipmentTaskListing .card-body .task-row {
  float: left;
  width: 100%;
}

#ProjectTaskListing .card-body .task-row, #EquipmentTaskListing .card-body .task-row {
  padding: 0 15px;
  border-radius: 0;
}
#ProjectTaskListing .card-body .task-row:hover, #EquipmentTaskListing .card-body .task-row:hover {
  cursor: pointer !important;
}

#ProjectTaskListing .card-body .task-row .task-info, #ProjectTaskListing .card-body .task-row .due-date, #EquipmentTaskListing .card-body .task-row .task-info, #EquipmentTaskListing .card-body .task-row .due-date {
  display: inline-block;
}

#ProjectTaskListing .card-body .task-row .task-info .input-container, #EquipmentTaskListing .card-body .task-row .task-info .input-container {
  display: inline-block;
  width: 15%;
  float: left;
}

#ProjectTaskListing .card-body .task-row .task-info .task-name, #EquipmentTaskListing .card-body .task-row .task-info .task-name {
  display: inline-block;
  width: 85%;
  float: left;
}

#ProjectTaskListing .card-body .task-row .task-info .task-name .task, #EquipmentTaskListing .card-body .task-row .task-info .task-name .task {
  display: inline-block;
  float: left;
  width: 40%;
}

@media screen and (min-width: 768px) {
  #ProjectTaskListing .card-body .task-row .task-info .input-container, #EquipmentTaskListing .card-body .task-row .task-info .input-container {
    width: 5%;
  }

  #ProjectTaskListing .card-body .task-row .task-info .task-name, #EquipmentTaskListing .card-body .task-row .task-info .task-name {
    width: 95%;
  }
}
.task-row div.options {
  margin: 5px 0;
  padding: 0;
}

.task-row div.options .fa-stack {
  height: 25px;
}

.task-row div.options a {
  text-decoration: none;
}

#ProjectTaskListing .card-body .task-row.closed-task, #EquipmentTaskListing .card-body .task-row.closed-task {
  display: none;
  color: dimgray;
}

#ProjectTaskListing .card-body .task-row.closed-task.active, #EquipmentTaskListing .card-body .task-row.closed-task.active {
  display: block;
}

a .view-completed-tasks {
  color: dimgrey;
  display: inline-block;
  margin: 10px 15px 15px 15px;
}
a .view-completed-tasks:hover {
  text-decoration: none;
  cursor: pointer;
}

.no-file-required {
  margin-bottom: 0;
}

.file-upload-error, .expiry-error {
  margin: 10px 0 0 0;
}

/* on desktop, we want to only show the edit/delete buttons on hover */
@media screen and (min-width: 1281px) {
  #ProjectTaskListing .card-body .task-row div.options, #EquipmentTaskListing .card-body .task-row div.options {
    display: none;
    margin: 5px 0 0 0;
  }

  #ProjectTaskListing .card-body .task-row div.options.active, #EquipmentTaskListing .card-body .task-row div.options.active {
    display: inline-block;
  }
}
#ProjectTaskListing .card-body .task-row div.task-info, #EquipmentTaskListing .card-body .task-row div.task-info {
  width: 70%;
  padding: 8px 0;
  vertical-align: middle;
}

#ProjectTaskListing .card-body .task-row div.due-date, #EquipmentTaskListing .card-body .task-row div.due-date {
  width: 30%;
  padding: 0;
  text-align: right;
}

#ProjectTaskListing .card-body .task-row div.due-date .date, #EquipmentTaskListing .card-body .task-row div.due-date .date {
  display: inline-block;
  padding: 0;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #ProjectTaskListing .card-body .task-row div.due-date .date, #EquipmentTaskListing .card-body .task-row div.due-date .date {
    display: block;
  }

  .task-row div.options {
    margin: 5px 0;
    padding: 0;
  }
}
#ProjectTaskListing .card-body .task-row div.task-info input[type=checkbox], #EquipmentTaskListing .card-body .task-row div.task-info input[type=checkbox] {
  margin-right: 10px;
}

#ProjectTaskListing span.comments, #EquipmentTaskListing span.comments {
  font-style: italic;
  display: inline-block;
  float: left;
  width: 60%;
  padding-left: 5px;
}

#ProjectTaskListing .overdue, #EquipmentTaskListing .overdue {
  background-color: #f8d7da;
}

#ProjectTaskListing .due, #EquipmentTaskListing .due {
  background-color: #fff3cd;
}

#ProjectTaskListing span.badge, #EquipmentTaskListing span.badge {
  margin: 0 0 0 5px;
}

/* submitted forms */
#progressReportForm textarea {
  max-height: 130px;
}

table.progress-reports thead tr th, table.custom-form-submissions thead tr th {
  width: 33%;
}

table.timesheets, table.progress-reports {
  margin-bottom: 10px;
}

table.timesheets tbody tr, table.progress-reports tbody tr, table.custom-form-submissions tbody tr {
  display: none;
}

table.timesheets tbody tr.visible, table.progress-reports tbody tr.visible, table.custom-form-submissions tbody tr.visible {
  display: table-row;
}

#showTimesheets, #showProgressReports {
  margin-bottom: 20px;
}

/* photos */
#EmptyPhotos {
  margin-top: 10px;
}

#ProjectPhotos {
  margin: 20px 0 0 0;
}

#ProjectPhotos a.photo {
  display: none;
}

#ProjectPhotos a.photo.active, #ReportPhotos a.photo.active {
  display: block;
  margin-bottom: 16px;
}

h4.modal-title div.small {
  display: block;
  margin-top: 5px;
}

#ProjectPhotos h2 {
  margin: 20px 0 5px 0;
  font-weight: 500;
}

#ProjectPhotos h2 i {
  margin-left: 10px;
}

#ProjectPhotos i:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #ProjectPhotos a.col-sm-4:nth-child(2n+1), #ReportPhotos a.col-sm-4:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #ProjectPhotos a.col-sm-4:nth-child(3n+1), #ReportPhotos a.col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  #ProjectPhotos a.col-sm-4:nth-child(4n+1), #ReportPhotos a.col-sm-4:nth-child(4n+1) {
    clear: left;
  }
}
.img-fluid {
  max-width: 100% !important;
  height: auto;
}

.ekko-lightbox .modal-footer {
  text-align: center !important;
}

.ui-menu {
  z-index: 1200;
}

/* timesheets */
.fa.fa-check.green {
  color: #8bc34a;
}

h2#EmployeeName {
  margin-bottom: 10px;
}

#addEmployeeTimesheet {
  margin-bottom: 20px;
}

#addEmployeeTimesheet #usr-admin-users-id {
  margin: 5px 0;
}

@media screen and (min-width: 600px) {
  #addEmployeeTimesheet #usr-admin-users-id {
    max-width: 300px;
    display: inline;
    margin: 0;
  }

  .btn-danger.right, .btn-primary.right {
    float: right;
  }
}
#JobHoursHelpText {
  margin-bottom: 0;
}

/* progress reports */
.progress-report .grid-element thead th, .progress-report .grid-element tbody td {
  width: 33%;
}

#progressReportForm .mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  #progressReportForm tr.multi-input-row {
    display: table;
    width: 100%;
  }
  #progressReportForm tr.multi-input-row a.table-link.danger.delete-btn {
    display: block;
    margin: 10px 0;
  }
  #progressReportForm tr.multi-input-row td {
    display: table-row;
  }
  #progressReportForm tr.grid-row th {
    display: none;
  }
  #progressReportForm .mobile-only {
    display: block;
  }
}
/* custom forms */
.checkbox-nice.checkbox-inline {
  margin-left: 0;
  margin-right: 0;
}

.form-preview .alert-info {
  margin-top: 10px;
}

.form-preview .field {
  margin-bottom: 10px;
}

.form-preview #sortable {
  list-style: none;
  padding: 0;
}

.form-preview #sortable li.element {
  padding: 20px;
  border: 1px solid #ccc;
  background: whitesmoke;
  border-radius: 4px;
  margin-bottom: 10px;
}

.form-preview #sortable li.element:hover {
  cursor: pointer;
}

.form-preview #sortable li.element a:hover {
  text-decoration: none;
}

.custom-form table th, .custom-form table td,
.form-preview #sortable li.element table th, .form-preview #sortable li.element table td,
.progress-report .grid-element-wrapper table th, .progress-report .grid-element-wrapper table td {
  padding: 3px;
}

.form-preview #sortable table.grid thead tr th, .form-preview #sortable table.grid tbody tr td {
  padding: 5px 10px 5px 0;
}

.form-preview h4 {
  margin-top: 0;
}

#form-name {
  margin-top: 0;
}

#form-details .list-group {
  margin-top: 10px;
}

.custom-form p.title, .custom-form p.answer {
  margin-bottom: 5px;
}

.sigWrapper .pad {
  margin-bottom: 0;
}

.sigPad, .sigWrapper, .pad {
  max-width: 100%;
}

.sigPad .clearButton a {
  color: white;
}

.custom-form.submission .sigPad {
  margin-bottom: 10px;
}

p.empty-text {
  margin-top: 10px;
}

.custom-form.submission .input-label, .custom-form.submission .grid-element th,
.progress-report .grid-element-wrapper .input-label, .progress-report .label-ft-w, .progress-report .grid-element th {
  font-weight: 600;
}

.custom-form.submission table.grid-element, .progress-report table.grid-element {
  width: 100%;
  margin-bottom: 10px;
}

.custom-form.submission table.grid-element tbody tr:nth-child(odd), .progress-report table.grid-element tbody tr:nth-child(odd) {
  background-color: whitesmoke;
}

.custom-form.submission table.grid-element th, .custom-form.submission table.grid-element td,
.progress-report table.grid-element thead tr th, .progress-report table.grid-element tbody tr td {
  padding-left: 0;
}

#define-grid-element .items .form-group, #define-grid-element .inputs .form-group {
  margin-bottom: 10px;
}

#define-grid-element .inputs a.table-link.danger.delete-btn, #define-grid-element .items a.table-link.danger.delete-btn {
  display: block;
  margin-top: 26px;
}

.grid-element-wrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
}

#EmptyInputsError, #EmptyItemsError, #BlankInputsError, #BlankItemsError {
  display: block;
}

/* reports */
#tab-content-reports h2 {
  margin-bottom: 20px;
}

#TimesheetReportSearchForm {
  margin-bottom: 0;
}

/* some of these style would come default if we applied a theme from the theme package */
.koolphp-table .table-bordered, .koolphp-table .table-bordered td, .koolphp-table .table-bordered th {
  border: 1px solid #c7cbd5 !important;
}

.koolphp-table .table-bordered tr td, .koolphp-table .table-bordered tr th {
  padding: 12px 12px;
}

.koolphp-table .table-bordered thead td, .koolphp-table .table-bordered thead th {
  border-bottom: 2px solid #c7cbd5 !important;
  text-transform: capitalize;
  font-size: 14px;
}

.koolphp-table tr td.s-dup {
  vertical-align: top;
}

.koolphp-table .darker {
  background: #ccc;
}

/* Inspection Reports */
.repair-needed i {
  color: firebrick;
}

.add-report-btn {
  cursor: pointer;
}

.inspection-report-photo {
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.empty-message {
  margin-bottom: 15px;
}

.inspection-report .radio-inline, .repair-report .radio-inline {
  margin-top: 0px;
}

#inspectionreport-photo-dropzone {
  margin-bottom: 15px;
  margin-top: 15px;
}

#inspectionReportForm, #repairReportForm {
  margin-top: 15px;
  margin-bottom: 15px;
}

#formControl {
  margin-top: 5px;
}

.repaired-item {
  color: green;
}

.not-repaired-item {
  color: red;
}

.expand_caret {
  transform: scale(1.6) rotate(-180deg);
  margin-left: 8px;
  margin-top: -4px;
}

a[aria-expanded=false] > .expand_caret {
  transform: scale(1.6);
}

.repaired-header {
  padding-left: 30px;
}

.table-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.report-line {
  margin-bottom: 5px;
}

.mt-2 {
  margin-top: 15px !important;
}

.sigWrapper {
    border: none;
}

/*# sourceMappingURL=styles.css.map */
