﻿html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.ColumnLead {
  text-decoration: underline;
  color: cornflowerblue;
  text-align: center;
}
.btn-comment-blue .fa-comment {
  color: #0082c8 !important;
}
.tab {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border: 1px solid;
  border-color: lightgrey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0px solid;
  border-top: 3px solid grey;
}
.tab.tab-selected {
  color: #006f51 !important;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  border-bottom-color: white;
  border-top: 3px solid #006f51;
}
.dx-icon {
  color: #0082c8;
  font-size: 16px;
}
.dx-icon-orderedlist {
  color: black !important;
}
.dx-icon-check {
  color: green !important;
}
.dx-icon-clock {
  color: red !important;
}
.dx-icon-event {
  color: black !important;
}
.dx-icon-comment,
.dx-icon-upload {
  color: darkgoldenrod !important;
}
.checkbox-container .dx-checkbox {
  transform: scale(1.25);
  /* Increase the size of the checkbox */
}
#ConfirmationModal #ConfirmationDiv #ConfirmationModalHeader {
  background-color: #696a6d;
  color: #ffffff;
}
#ConfirmationModal #ConfirmationDiv #ConfirmationModalMessage {
  font-size: 16px;
  color: #696a6d;
  font-weight: normal;
}
.breadcrumb-item {
  font-size: 16px !important;
}
.ColumnsProjectLead {
  background-color: #ffffcc;
  text-align: center;
}
.ColumnsPercentOwnership {
  background-color: #ccffff;
  text-align: center;
}
.header {
  font-size: 34px;
  text-align: center;
}
#container {
  padding: 10px;
}
#container ul {
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
#container ul li {
  display: inline-block;
  width: 160px;
  margin: 10px;
  font-size: 14px;
}
#container ul li img {
  width: 100px;
}
.button-info {
  margin: 10px;
}
.dx-fileuploader .dx-fileuploader-dropzone,
.dx-fileuploader .dx-fileuploader-dropzone.dx-fileuploader-dropzone-active,
.dx-fileuploader .dx-fileuploader-input-wrapper .dx-fileuploader-dropzone,
.dx-fileuploader .dx-fileuploader-input-wrapper .dx-fileuploader-dropzone.dx-fileuploader-dropzone-active {
  display: none !important;
  border: none !important;
  background: none !important;
}
.custom-dropzone {
  background: #fffbe6;
  border: 2px dashed #74C0FC;
  border-radius: 8px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 18px;
  color: #888;
  transition: background 0.2s, border-color 0.2s;
}
.custom-dropzone.dropzone-active {
  background: #e6f7ff;
  border-color: #0082c8;
}
.custom-dropzone.dropzone-disabled {
  background: #e0e0e0;
  border-color: #d9d9d9;
  color: #bbb;
  cursor: not-allowed;
}
/* Apply primary styles only when the element is enabled (not disabled via attribute, class or aria) */
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
  background-color: #0082c8 !important;
  border-color: #0082c8 !important;
}
.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary[aria-disabled="true"] {
  background-color: lightgray !important;
  border-color: lightgray !important;
  color: gray !important;
}
.page-tab {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  border: 1px solid lightgrey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0 solid;
  border-top: 3px solid grey;
}
.page-tab-active {
  color: #006f51;
  border-bottom: 1px solid white;
  border-top: 3px solid #006f51;
}