/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

.dashboard-square, #dashboards-widget .widget-container .widget-content table {
  width: 100% !important;
  display: inline-block;
  border: 1px solid #C9D3DC;
  border-radius: 10px;
  background-color: white;
  position: relative;
}

.dashboard-square__title, #dashboards-widget .widget-container .widget-content table tr:nth-of-type(3) td:nth-of-type(2) {
  line-height: 15px;
  font-size: 12px;
  font-weight: 900;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
}
.dashboard-square__title::before, #dashboards-widget .widget-container .widget-content table tr:nth-of-type(3) td:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #F2F5F7;
  width: 92%;
  left: 50%;
  transform: translate(-50%, 0px);
}

.dashboard-square__entry, #dashboards-widget .widget-container .widget-content table tr:nth-of-type(4)[style*="height:60px"] td {
  font-size: 30px;
  line-height: 38px;
  text-align: right;
  color: #A1ADBF;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-15%, -25%);
}

#dashboards-widget .widget-container {
  margin-top: 20px;
}
#dashboards-widget .widget-container .loading_overlay {
  display: inline-block;
  border: 1px solid #C9D3DC;
  border-radius: 10px;
  background-color: white !important;
}
#dashboards-widget .widget-container .loading_overlay .loading {
  box-shadow: none;
  height: 90px;
  background: unset;
}
#dashboards-widget .widget-container .loading_overlay .loading .message {
  padding-top: 8px;
}
#dashboards-widget .widget-container .loading_overlay .loading::after {
  content: "";
  padding: 10px 50px;
  border-radius: 60px;
  position: relative;
  top: 25px;
  background: linear-gradient(270deg, #e8ecf0, #C9D3DC);
  background-size: 400% 400%;
  -webkit-animation: gradient 2s ease infinite;
  -moz-animation: gradient 2s ease infinite;
  animation: gradient 2s ease infinite;
}
#dashboards-widget .widget-container .widget-content table tr:nth-of-type(3) td:nth-of-type(2) span {
  font-family: "Lato" !important;
  color: #2D333C !important;
  line-height: 15px !important;
}
#dashboards-widget .widget-container .widget-content table tr:nth-of-type(4)[style*="height:60px"] td span[style*="font-size: 36px"] {
  font-size: 30px !important;
  line-height: 38px !important;
  font-family: "Lato" !important;
  color: #A1ADBF !important;
}
#dashboards-widget .widget-container .widget-content table tr:nth-of-type(4)[style*="height:60px"] td span[style*="font-size: 12px"] {
  font-family: "Lato" !important;
  color: #8DA1B7 !important;
  font-size: 18px !important;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, 0);
}

.widget {
  margin-bottom: 30px;
}

.widget.last {
  margin-bottom: 0px;
}

.widget h3 {
  margin-top: 0px;
}

.widget-container {
  text-align: center;
  display: inline-block;
  min-width: 300px;
  max-width: 948px;
  margin-right: 14px;
  overflow: hidden;
  position: relative;
  /* Allows the loading animation to be overlayed */
}

.widget-content {
  min-width: 300px;
  min-height: 100px;
}

.widget-content.loaded {
  min-width: auto;
  min-height: auto;
}

.project-selection-grid {
  height: 320px;
  color: #000;
}

.loading_overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  vertical-align: middle;
  z-index: 14;
}

.loading {
  background: url(/img/loading-bar.gif) no-repeat;
  height: 100px;
  width: 260px;
  background-position-x: -95px;
  background-position-y: -20px;
  margin: 0px auto 0px auto;
  box-shadow: 0px 0px 40px 40px #FFF;
}

.loading .message {
  padding-top: 24px;
}

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