.form-row {
  padding: 5px 0px;
}
.form-row label {
  font-weight: normal;
}
.table-border-right {
  border-right: 1px solid #C0C0C0;
}
.table-border-bottom {
  border-bottom: 1px solid #C0C0C0;
}
.table-header-like {
  font-weight: bold;
}
.button-navigation-bar {
  margin: 0 30px 0 0;
}
.table_number_negative {
  color: #FF0000;
}
.table_number_positive {
  color: #00A000;
}
.old-iframe {
  border: 0;
  height: 100%;
}
.title-label {
  font-weight: bold;
}
.info-row {
  padding: 10px 10px;
}
.chosen-container {
  width: 100% !important;
}
@media (max-width: 767px) {
  .hour-registration input,
  .hour-registration select {
    font-size: 8pt;
    padding: 0px 5px;
  }
}
/*
 * Row with equal height columns (not working?)
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hour-registration #deleteRowItem {
  color: #FF0000;
  font-size: 12pt;
}
.data-display-page {
  font-size: 13pt;
}
.data-display-page .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-autocomplete-category {
  background-color: #3C8DBC;
  font-weight: bold;
  color: #FFF;
}
.ui-autocomplete .ui-state-focus {
  background: #276cff;
  color: white;
}
.table-general th {
  background-color: #3C8DB8;
  color: #fff;
}
.ui-autocomplete {
  z-index: 5000;
}
/*
* Search results for address search in packingslips
*/
#address-search-result ul,
#address-search-result li {
  list-style: none;
}
#address-search-result ul {
  margin-top: 0;
}
#address-search-result li {
  padding: 2px;
  background-color: #3C8DB8;
  border: 1px solid #C0C0C0;
  color: #fff;
}
#address-search-result li:hover {
  background-color: #C0C0C0;
  color: #3C8DB8;
}
.invoiceModal .modal-dialog {
  width: 90%;
}
.dragClass {
  font-size: 14pt;
}
/*
tr.warning {
  background-color: red;
}*/
#latest_projects_block h4 {
  color: #3C8DB8;
}
#latest_projects_block ul,
#latest_projects_block li {
  list-style: none;
}
#latest_projects_block li:first-child {
  border-top: 1px solid #3C8DB8;
}
#latest_projects_block li {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #3C8DB8;
}
.overlap-images {
  max-width: 80px;
  float: left;
}
.overlap-images img {
  border: 3px solid #3C8DB8;
  max-width: 100px;
}
tr.disabled {
  text-decoration: line-through;
  opacity: 0.4;
}

.sidebar-menu > li {
  cursor: pointer;
}
.select2-selection__choice {
  background-color: #3C8DB8 !important;
}

.manual-iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.manual-iframe-container iframe {
  height: 80vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 210mm;
}

#alfredModal #alfredSearch {
  padding: 30px;
  font-size: 16pt;
  font-weight: 800;
}
.alfred-menu-item-styling {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  font-size: 14pt;
  border-bottom: 1px dotted #666666;
}

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