@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap);

/* Loading Animation */
.lds-default {
  display: inline-block;
  position: absolute;
  top: calc(50vh - 20vw);
  left: 30vw;
  width: 40vw;
  height: 40vw;
}
.lds-default div {
  position: absolute;
  width: 7%;
  height: 7%;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37%;
  left: 66%;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22%;
  left: 62%;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11%;
  left: 52%;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7%;
  left: 37%;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11%;
  left: 22%;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22%;
  left: 11%;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37%;
  left: 7%;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52%;
  left: 11%;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62%;
  left: 22%;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66%;
  left: 37%;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62%;
  left: 52%;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52%;
  left: 62%;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

div.input-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  display: none;
  background-color: rgba(52, 58, 64, 0.7);
}

body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
  font-family: poppins;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;

}

h1 {
  font-size: xx-large !important;
}

h2 {
  font-size: x-large !important;
}

h3 {
  font-size: larger !important;
}

.bg-uas-green {
  background-color: #006633;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.form-bold {
    font-weight: bold;
}

* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

.row-child {
  /*border-radius: 25px;*/
  border: 3px solid #00AFF0;
  border-top: none;
}

tr.item-row:hover {
  background: #00AFF0 !important;
}

.details-control:hover {
  cursor: pointer;
}

tr.item-row.details-focused {
  background: #00AFF0;
  border-radius: 20px;
  border: 3px solid #00AFF0; !important;
  border-bottom: none;
}

.list-note {
  border: 2px solid slategray;
  border-radius: 10px;
  padding: 10px;
}

.green {
  background: rgba(40, 167, 69, 0.5);
}

.yellow {
  background: rgba(255, 193, 07, 0.5);
}

.red {
  background: rgba(220, 53, 69, 0.5);
}


.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}




.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 200px;
    font-size: 14px;
}


.tree-problem {
  background-color: rgba(220, 53, 69, 1);
}

.tree-completed {
  background-color: rgba(40, 167, 69, 1);
}

.tree-pending {
  background-color: rgba(255, 193, 07, 1);
}

.node-name { font-weight: bold;}

.popover {
  max-width: 600px !important;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  padding-top: 65px;
  user-select: none;
}

.sidenav .sidenav-div {
  display: block;
  margin: 0 18px 0 18px;
  overflow-y: auto;
  width: calc(100% - 36px);
}

.sidenav input {
  margin: 10px 18px 15px 18px;
  width: calc(100% - 36px);
}

.sidenav h4 {
  color: white;
  display: block;
  padding-left: 15px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

div.job-note {
  background: lightgrey;
  border: solid black 2px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.sidenav .sidenav-div div.user-note {
  color: #DEF82D;
  background: #2c3e50;
  cursor: pointer;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.sidenav .sidenav-div div.user-note p, div.job-note p {
  margin: 0;
  padding: 0;
}

#main-site-content {
  transition: margin-right .5s;
}


.left-margin {
  margin-left: 20px;
}


div.job-dashboard-container {
  width: 100%;
  height: calc(100% - 25px);
  margin-bottom: 15px;
  margin-top: 10px;
  overflow-y: auto;
}

.job-dashboard-container .dashboard-section {
  border: solid black 2px;
  border-radius: 10px;
  font-size: small;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-flow: column;
  background: white;
}

.job-dashboard-container .dashboard-section .dashboard-section-content {
  overflow-y: auto;
  flex-grow: 1;
}

.dashboard-section h2 {
  margin: 0 5px 0 5px;
  font-size: 2.5vh;
}

div.job-dashboard-container .row {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.job-dashboard-container .col, div.job-dashboard-container .col-1, div.job-dashboard-container .col-2, div.job-dashboard-container .col-3, div.job-dashboard-container .col-4, div.job-dashboard-container .col-5, div.job-dashboard-container .col-6, div.job-dashboard-container .col-7, div.job-dashboard-container .col-8, div.job-dashboard-container .col-9, div.job-dashboard-container .col-10, div.job-dashboard-container .col-11, div.job-dashboard-container .col-12 {
  margin: 0;
  padding: 0;
  height: 100%;
}

.font-size-responsive {
  font-size: 1.3vh;
}


div.job-dashboard-container .dashboard-section .td-title {
  min-width: 100px;
  max-width: 250px;
  width: 30%;
  padding-bottom: 4%;
  vertical-align: top;
}

div.job-dashboard-container .dashboard-section .td-value {
  font-weight: bold;
  vertical-align: top;
  padding-bottom: 4%;
}

div.job-dashboard-container .dashboard-section .dashboard-section-content .list-item {
  border: solid black 1px;
  border-radius: 8px;
  padding: 4px;
  margin: 0 8px 8px 8px;
  font-size: 11px;
}

div.job-dashboard-container .dashboard-section .dashboard-section-content .list-item .row {
  margin: 0;
}

.debug {
  outline: dashed red 2px;
}

.debug .debug {
  outline: dotted purple 2px;
}

.debug .debug .debug {
  outline: dot-dash green 2px;
}

.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
