@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

a {
  text-decoration: none !important;
}

b {
  font-weight: bold;
}

header {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

md-sidenav {
  background: #039be5;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

body {
  background: #eeeeee;
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  line-height: 1.3;
}

table {
  display: table;
  border-collapse: separate;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

td,
th {
  display: table-cell;
  vertical-align: inherit;
}

.login-page {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('../img/background-image.JPG');
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sidenavItem {
  color: #ddf1fb;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 15px;
  padding-left: 60px;
  cursor: pointer;
}

.sidenavItem:hover {
  background: #ccebf9;
  color: #039be5;
  font-weight: 700;
}
.sidenavItem:focus {
  background: #ccebf9;
  color: #039be5;
  font-weight: 700;
}

.sidenavItemBox {
  margin-top: 30px;
}

.filter-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: height 0.3s ease-in-out;
  margin-top: 90px;
  height: 350px;
  background: rgb(250, 250, 250);
  overflow: hidden;
  z-index: 9;
}

.filter-body-small {
  height: 150px;
}

.user-menu {
  position: fixed;
  top: 90px;
  right: 0px;
  width: 189px;
  height: 25px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background: darkgrey;
  border: 1px solid #202020;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 3px;
  color: white;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: height 0.3s ease-in-out;
  z-index: 9;
  overflow: hidden;
}

.user-menu:hover {
  background: lightgrey;
}

.user-menu.ng-hide {
  height: 0px;
}

.filter-body.ng-hide {
  height: 0px;
}

.filter-form {
  position: relative;
  top: 0;
  left: 0;
  /*transition: 1.2s;*/
}

.filter-form.ng-hide {
  opacity: 0;
  /*transition:  0.3s;*/
}

.page-container {
  height: 100%;
  width: 100%;
  margin: 0;
  padding-top: 90px;
  box-sizing: border-box;
}

.small-sector-container {
  width: 16%;
  height: 250px;
  margin-top: 5px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  float: left;
  box-sizing: border-box;
}

.sector-container {
  width: 28%;
  height: 250px;
  margin-top: 5px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  float: left;
  box-sizing: border-box;
}

.chip-template {
  font-size: 14px;
}

/* Filter menu bar styling */
.filter-menu-item {
  color: #797979;
  height: 100%;
  width: 90px;
  cursor: pointer;
  float: left;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
  text-align: center;
}

.filter-menu-item:focus {
  outline: none;
  border: 0;
}

.filter-menu-item:hover {
  background: #404040;
}

.filter-menu-item.active-item {
  color: #259dd4;
}

.filter-menu-item.active-item:hover {
  color: #29b6f6;
}

.filter-menu-item.disabled-item {
  color: #353535;
  cursor: default;
}

.filter-menu-item.disabled-item:hover {
  color: #353535;
  background: initial;
}

.filter-icon {
  color: inherit;
  font-size: 40px;
  padding-top: 12px;
  /* padding-left: 26px; */
  padding-bottom: 4px;
}

.filter-text {
  color: inherit;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

/* Screen Overlay Styling */

.loading-overlay {
  position: fixed;
  display: flex;
  height: 100%;
  /* height: calc(100vh - 90px); */
  width: 100%;
  top: 0px;
  bottom: 0px;
  /* top: 90px;
  bottom: 50px; */
  background: rgba(169, 169, 169, 0.7);
  transition: all 0.3s;
  z-index: 4;
}

.screen-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: black;
  transition: all 0.3s;
  opacity: 0.4;
  z-index: 3;
}

.screen-overlay.ng-hide {
  opacity: 0;
}

/* Circle packing styling */
/*
text.circle-text {
  font: 10px sans-serif;
  text-anchor: middle;
}
*/

circle {
  fill-opacity: 0;
}

.label circle {
  stroke: none;
  stroke-width: 0px;
}

.leaf circle:hover {
  cursor: pointer;
  stroke: black;
  stroke-width: 1px;
  fill-opacity: 1 !important;
}

text.circle-label {
  font-weight: 600;
}

text.circle-text {
  cursor: pointer;
}

.sector circle {
  fill: white;
  stroke: none;
  fill-opacity: 0;
}

.country circle {
  stroke: lightgrey;
  stroke-width: 1px;
  fill: lightgrey;
  fill-opacity: 0;
}

.country:hover circle {
  stroke-width: 2px;
  fill-opacity: 0.2 !important;
  cursor: pointer;
}

.zoomed.country:hover circle {
  stroke-width: 1px;
  cursor: default;
  fill: none;
}

.state:hover circle {
  stroke-width: 2px;
  fill-opacity: 0.2 !important;
  cursor: pointer;
}

.leaf {
  pointer-events: none;
}

.zoomed.state:hover circle {
  stroke-width: 1px;
  cursor: default;
  fill: none;
}

.zoomed.leaf {
  pointer-events: auto;
}

.group-1 circle {
  stroke: #b61b1b;
  fill: #b61b1b;
}
.group-2 circle {
  stroke: #870d4e;
  fill: #870d4e;
}
.group-3 circle {
  stroke: #301a91;
  fill: #301a91;
}
.group-4 circle {
  stroke: #0c46a0;
  fill: #0c46a0;
}
.group-5 circle {
  stroke: #005f63;
  fill: #005f63;
}
.group-6 circle {
  stroke: #004c3f;
  fill: #004c3f;
}
.group-7 circle {
  stroke: #f47e16;
  fill: #f47e16;
}
.group-8 circle {
  stroke: #be350b;
  fill: #be350b;
}
.group-9 circle {
  stroke: #36464e;
  fill: #36464e;
}
.group-10 circle {
  stroke: #ff1643;
  fill: #ff1643;
}
.group-11 circle {
  stroke: #d400f8;
  fill: #d400f8;
}
.group-12 circle {
  stroke: #3c59fd;
  fill: #3c59fd;
}
.group-13 circle {
  stroke: #00afff;
  fill: #00afff;
}
.group-14 circle {
  stroke: #00e575;
  fill: #00e575;
}
.group-15 circle {
  stroke: #c5ff00;
  fill: #c5ff00;
}
.group-16 circle {
  stroke: #ffe900;
  fill: #ffe900;
}
.group-17 circle {
  stroke: #ff3c00;
  fill: #ff3c00;
}
.group-18 circle {
  stroke: #e47272;
  fill: #e47272;
}
.group-19 circle {
  stroke: #9474cc;
  fill: #9474cc;
}
.group-20 circle {
  stroke: #80d3f9;
  fill: #80d3f9;
}
.group-21 circle {
  stroke: #80c683;
  fill: #80c683;
}
.group-22 circle {
  stroke: #dbe674;
  fill: #dbe674;
}
.group-23 circle {
  stroke: #ffd44e;
  fill: #ffd44e;
}
.group-24 circle {
  stroke: #ffaa90;
  fill: #ffaa90;
}
.group-25 circle {
  stroke: #d40000;
  fill: #d40000;
}
.group-26 circle {
  stroke: #c41061;
  fill: #c41061;
}
.group-27 circle {
  stroke: #00bea4;
  fill: #00bea4;
}
.group-28 circle {
  stroke: #00c752;
  fill: #00c752;
}
.group-29 circle {
  stroke: #8fa3ad;
  fill: #8fa3ad;
}
.group-30 circle {
  stroke: #ced7db;
  fill: #ced7db;
}
.group-31 circle {
  stroke: #3848aa;
  fill: #3848aa;
}
.group-32 circle {
  stroke: #ff7faa;
  fill: #ff7faa;
}
.group-33 circle {
  stroke: #cbff8f;
  fill: #cbff8f;
}
.group-34 circle {
  stroke: #ff9000;
  fill: #ff9000;
}
.group-35 circle {
  stroke: #817616;
  fill: #817616;
}
.group-36 circle {
  stroke: #aeb32a;
  fill: #aeb32a;
}
.group-37 circle {
  stroke: #3d2622;
  fill: #3d2622;
}
.group-38 circle {
  stroke: #8c6d62;
  fill: #8c6d62;
}
.group-39 circle {
  stroke: #eb3f79;
  fill: #eb3f79;
}
.group-40 circle {
  stroke: #63dc16;
  fill: #63dc16;
}
.group-41 circle {
  stroke: #ffea3a;
  fill: #ffea3a;
}
.group-42 circle {
  stroke: #3c59fd;
  fill: #3c59fd;
}
.group-43 circle {
  stroke: #00afff;
  fill: #00afff;
}
.group-44 circle {
  stroke: #00e575;
  fill: #00e575;
}
.group-45 circle {
  stroke: #c5ff00;
  fill: #c5ff00;
}
.group-46 circle {
  stroke: #ffe900;
  fill: #ffe900;
}
.group-47 circle {
  stroke: #ff3c00;
  fill: #ff3c00;
}
.group-48 circle {
  stroke: #e47272;
  fill: #e47272;
}
.group-49 circle {
  stroke: #9474cc;
  fill: #9474cc;
}
.group-50 circle {
  stroke: #80d3f9;
  fill: #80d3f9;
}
.group-51 circle {
  stroke: #80c683;
  fill: #80c683;
}
.group-52 circle {
  stroke: #dbe674;
  fill: #dbe674;
}
.group-53 circle {
  stroke: #ffd44e;
  fill: #ffd44e;
}
.group-54 circle {
  stroke: #ffaa90;
  fill: #ffaa90;
}
.group-55 circle {
  stroke: #d40000;
  fill: #d40000;
}
.group-56 circle {
  stroke: #c41061;
  fill: #c41061;
}
.group-57 circle {
  stroke: #00bea4;
  fill: #00bea4;
}
.group-58 circle {
  stroke: #00c752;
  fill: #00c752;
}
.group-59 circle {
  stroke: #8fa3ad;
  fill: #8fa3ad;
}
.group-60 circle {
  stroke: #ced7db;
  fill: #ced7db;
}
.group-61 circle {
  stroke: #3848aa;
  fill: #3848aa;
}
.group-62 circle {
  stroke: #ff7faa;
  fill: #ff7faa;
}
.group-63 circle {
  stroke: #cbff8f;
  fill: #cbff8f;
}
.group-64 circle {
  stroke: #ff9000;
  fill: #ff9000;
}
.group-65 circle {
  stroke: #817616;
  fill: #817616;
}
.group-66 circle {
  stroke: #aeb32a;
  fill: #aeb32a;
}
.group-67 circle {
  stroke: #3d2622;
  fill: #3d2622;
}
.group-68 circle {
  stroke: #8c6d62;
  fill: #8c6d62;
}
.group-69 circle {
  stroke: #eb3f79;
  fill: #eb3f79;
}
.group-70 circle {
  stroke: #63dc16;
  fill: #63dc16;
}
.group-71 circle {
  stroke: #ffea3a;
  fill: #ffea3a;
}
.leaf circle {
  stroke: none;
}

.level-box {
  display: table;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-top: 80px;
  width: 1024px;
  box-shadow: 1px 1px 1px 0px black;
}

.level-item {
  display: table-cell;
  border: 1px solid #d8d8d8;
  background: #eeeeee;
  width: 250px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}

.level-item.active-level {
  color: #c8d7e0;
  background: #014871;
  border: 1px solid #adc1cc;
}

.grid-label {
  font-size: 25px;
  height: 32px;
}

.total-label {
  text-align: right;
  font-size: 26px;
  color: #a7a7a7;
}

.mini-total-label {
  text-align: right;
  font-size: 20px;
  color: #a7a7a7;
}

md-table-container {
  max-width: 1600px;
}

/* Styles for Angular Material tabs */

md-ink-bar {
  color: #0176bc !important;
  background: #0176bc !important;
}

/* Styles for Startup Card */

.cardSideNav {
  width: 330px;
  position: absolute;
  background: #fafafa;
  height: 884px;
  right: 0px;
  top: 90px;
  transition: width 0.3s ease-in-out;
  z-index: 3;
  overflow: hidden;
}

.cardSideNav.inactive {
  width: 0px;
}

.cardSideNav p {
  margin: 10px;
}

.cardicon {
  font-size: 36px;
  color: #029ae4;
  opacity: 0.4;
}

.noVertPadding {
  padding-top: 0;
  padding-bottom: 0;
}

.startupcardtitle {
  color: white;
  background-color: #029ae4;
}

.progressbar {
  margin: 0 8px;
  padding: 0;
}

.progressbarcontainer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.progressbaritem {
  height: 10px;
  flex-grow: 1;
  margin: 2px;
  background-color: #029ae4;
  opacity: 0.4;
  font-size: 16px;
}

.progressbaritemgray {
  height: 10px;
  flex-grow: 1;
  margin: 2px;
  background-color: #87969c;
  opacity: 0.4;
  font-size: 16px;
}

.progressbaritemactive {
  opacity: 1;
}

.progressbaritem:first-child {
  margin-left: 0;
  border-radius: 100px 0 0 100px;
}

.progressbaritem:last-child {
  margin-right: 0;
  border-radius: 0 100px 100px 0;
}

.progressbaritemgray:first-child {
  margin-left: 0;
  border-radius: 100px 0 0 100px;
}

.progressbaritemgray:last-child {
  margin-right: 0;
  border-radius: 0 100px 100px 0;
}

.progressbartag {
  padding: 0;
  margin: 8px 0px 16px;
  color: #029ae4;
  font-size: 16px;
}

.progressbartaggray {
  padding: 0;
  margin: 8px 0px 16px;
  color: #87969c;
  font-size: 16px;
}

path.slice {
  stroke: white;
  stroke-width: 2px;
}

polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

/******************************/
/* Styles for Overall Metrics */
/******************************/

.metrics-container {
  max-width: 1240px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.card-container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

.card-item {
  color: black;
  background: white;
  text-align: right;
  margin: 10px;
  height: 140px;
  padding: 20px;
  box-shadow: 1px 1px 3px 0 grey;
  /*min-width: 200px;
    max-width: 250px;*/
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 1;
}

.mini-card-item {
  background: white;
  color: black;
  cursor: pointer;
  text-align: right;
  margin: 10px;
  /*min-width: 130px;
    max-width: 186px;*/
  flex-basis: 140px;
  box-shadow: 1px 1px 3px 0px grey;
  flex-grow: 1;
  flex-shrink: 1;
}

.mini-card-label {
  padding: 8px;
  text-align: left;
  height: 24px;
  font-size: 22px;
}

.mini-card-label.label-level0 {
  background: #cfd7dc;
}

.mini-card-label.label-level1 {
  background: #fff078;
}

.mini-card-label.label-level2 {
  background: #d6e35f;
}

.mini-card-label.label-level3 {
  color: white;
  background: #329f94;
}

.mini-card-label.label-level4 {
  color: white;
  background: #3391c9;
}

.mini-card-label.label-level5 {
  color: white;
  background: #464d96;
}

.mini-card-data-text {
  font-size: 50px;
  text-align: right;
}

.mini-card-data-container {
  display: block;
  /*width: 123px;*/
  padding: 7px;
  float: right;
}

.card-data-container {
  display: table;
  width: 100%;
}

.card-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 7px 0px;
  color: #339eda;
  font-size: 66px;
}

.card-data-text {
  display: table-cell;
  font-size: 48px;
  padding: 13px 0;
}

.card-label {
  text-align: right;
  font-size: 25px;
}

.card-icon-fa {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0px;
  color: #339eda;
  font-size: 60px;
}

.inactive-color {
  color: #748993;
}

/*******************/
/* Styles for Home */
/*******************/

.homeContainer {
  padding: 0 40px 40px;
}

.home-label {
  font-size: 42px;
  margin: 45px 0 15px;
  padding: 0 20px;
}

.home-label a {
  color: black;
}

.home-text {
  font-size: 21px;
  color: #666666;
  margin: 21px 0;
  padding: 0 20px;
}

.showcase-card {
  height: 556px;
  width: 258px;
  margin: 15px;
  background-color: white;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.showcase-card-overlay {
  height: 516px;
  width: 258px;
  margin: 15px;
  background-color: none;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.showcase-card-primary {
  height: 490px;
  width: 258px;
  display: block;
  position: absolute;
  opacity: 1;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.showcase-card-primary img {
  height: 490px;
  width: 258px;
}

.showcase-card-secondary {
  position: absolute;
  height: 430px;
  width: 218px;
  padding: 20px;
  display: block;
  margin-top: 50px;

  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;

  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.showcase-card-secondary .card-name {
  color: #45aaf2;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.showcase-card-secondary i {
  color: #45aaf2;
}

.showcase-card:hover .showcase-card-primary {
  /*display:none;*/
  opacity: 0;
}

.showcase-card:hover .showcase-card-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.showcase-card:hover .showcase-card-secondary {
  display: block;
  opacity: 1;
  margin-top: 0px;
}

.showcase-card-button {
  top: 505px;
  left: 205px;
  position: absolute;
}

.md-button.round-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: #45aaf2;
}

.md-button.round-button:not([disabled]):hover {
  background-color: #0287d1;
  transition: 0.3s;
}

.homeContainer .slick-prev {
  left: -30px;
  width: 30px;
  height: 30px;
}
.homeContainer .slick-prev::before {
  font-size: 30px;
  color: black;
  opacity: 0.5;
}

.homeContainer .slick-next {
  right: -30px;
  width: 30px;
  height: 30px;
}
.homeContainer .slick-next::before {
  font-size: 30px;
  color: black;
  opacity: 0.5;
}

/**************************/
/* Styles for Filter Menu */
/**************************/

/* Tooltip container */
.titletooltip {
  position: relative;
}

.withicon {
  float: left;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: white;
}

.nofocus:focus {
  outline: none;
}

/* Tooltip text */
.titletooltip .titletooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  line-height: normal;

  top: 100%;
  left: 50%;
  margin-left: -105px; /* Use half of the width (120/2 = 60), to center the tooltip */
  font-size: 14px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 20;

  /* Transition */
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.titletooltip .titletooltiptext::after {
  content: ' ';
  position: absolute;
  bottom: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.titletooltip:hover .titletooltiptext {
  visibility: visible;
  opacity: 0.9;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.search-container {
  width: 90%;
  height: 70px;
  margin: 5px 5%;
  /* float: left; */
}

/*****************************/
/* Styles for Events Filter  */
/*****************************/

.event_list {
  margin: 0 auto;
  width: 1000px;
  height: 160px;
  /*background-color: grey;*/
  padding: 15px 0;
}

.event_item {
  text-align: center;
  width: 106px;
  height: 100%;
  padding: 15px 10px;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  /*color: #404040;*/
  color: black;
  font-size: 12px;
  opacity: 0.5;
}

.event_item.noneselected {
  opacity: 1;
}

.event_item.selected {
  /*background-color: #404040;*/
  color: #039be5;
  font-weight: bold;
  opacity: 1;
}

.event_item.selected .event_img_cropper {
  border: 4px solid #0176bc;
  /*width: 82px;
    height: 82px;*/
  margin: 0 auto;
}

.event_item:hover .event_img_cropper {
  /*border: 4px solid #68c3ef;*/
  /*margin: 0 auto;*/
}

.event_item:hover {
  background-color: #ced7db;
  opacity: 0.9;
}

.event_name {
  padding-top: 10px;
}

.event_arrow {
  font-size: 50px;
  color: #ced7db;
  float: left;
  width: 59px;
  height: 100%;
  line-height: 90px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

.event_arrow:hover {
  color: #039be5;
}

.event_arrow:last-child {
  float: right;
}

.event_img_cropper {
  width: 90px;
  height: 90px;
  margin: 4px auto;
  position: relative;
  overflow: hidden;
  /* border-radius: 50%; */
}

.event_img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-width: 90px;
  max-height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/******************************/
/* Styles for Overall Metrics */
/******************************/

/* Tooltip container */
.infotooltip {
  float: right;
  position: relative;
}

.tooltipicon {
  opacity: 0.5;
  /*font-size: 10px;*/
}

/* Tooltip text */
.infotooltip .infotooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  bottom: 100%;
  left: 50%;
  margin-left: -105px; /* Use half of the width (120/2 = 60), to center the tooltip */
  font-size: 14px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 20;

  /* Transition */
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.infotooltip .infotooltiptext::after {
  content: ' ';
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.infotooltip:hover .infotooltiptext {
  visibility: visible;
  opacity: 0.9;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Styles for Bar graph */

stacked-chart svg {
  margin: 0 auto;
  display: block;
}

.yAxis text {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

.bargraph {
  fill: #0176bc;
}

.bargraph:hover {
  cursor: pointer;
  fill: #029ae4;
}

.bargraph-total {
  fill: #ced7db;
}

/* Donut chart from demographics */
.donutDataBox {
  float: left;
  width: 240px;
  font-weight: 600;
}

/*
.bargraph-0 {
    fill: #0176bc;
}

.bargraph-1 {
    fill: #B61B1B;
}

.bargraph-2 {
    fill: #870D4E;
}

.bargraph-3 {
    fill: #301A91;
}

.bargraph-4 {
    fill: #0C46A0;
}

.bargraph-5 {
    fill: #005F63;
}

.bargraph-6 {
    fill: #004C3F;
}

.bargraph-7 {
    fill: #F47E16;
}

.bargraph-8 {
    fill: #BE350B;
}

.bargraph-9 {
    fill: #36464E;
}

.bargraph-10 {
    fill: #FF1643;
}

.bargraph-11 {
    fill: #D400F8;
}

.bargraph-12 {
    fill: #3C59FD;
}

.bargraph-13 {
    fill: #00AFFF;
}

.bargraph-14 {
    fill: #00E575;
}

.bargraph-15 {
    fill: #C5FF00;
}

.bargraph-16 {
    fill: #FFE900;
}

.bargraph-17 {
    fill: #FF3C00;
}

.bargraph-18 {
    fill: #E47272;
}

.bargraph-19 {
    fill: #9474CC;
}

.bargraph-20 {
    fill: #80D3F9;
}

.bargraph-21 {
    fill: #80C683;
}

.bargraph-22 {
    fill: #DBE674;
}

.bargraph-23 {
    fill: #FFD44E;
}

.bargraph-24 {
    fill: #FFAA90;
}

.bargraph-25 {
    fill: #D40000;
}

.bargraph-26 {
    fill: #C41061;
}

.bargraph-27 {
    fill: #00BEA4;
}

.bargraph-28 {
    fill: #00C752;
}

.bargraph-29 {
    fill: #8FA3AD;
}

.bargraph-30 {
    fill: #CED7DB;
}

.bargraph-31 {
    fill: #3848AA;
}

.bargraph-32 {
    fill: #FF7FAA;
}

.bargraph-33 {
    fill: #CBFF8F;
}

.bargraph-34 {
    fill: #FF9000;
}

.bargraph-35 {
    fill: #817616;
}

.bargraph-36 {
    fill: #AEB32A;
}

.bargraph-37 {
    fill: #3D2622;
}

.bargraph-38 {
    fill: #8C6D62;
}

.bargraph-39 {
    fill: #EB3F79;
}

.bargraph-40 {
    fill: #63DC16;
}

.bargraph-41 {
    fill: #FFEA3A;
}

*/

/*Styles for Demographics */

.demographics-row {
  width: 1024px;
  height: 300px;
  margin: 20px auto;
}

.demographics-card {
  background: white;
  width: 492px;
  height: 100%;
  float: left;
  margin: 0 10px;
  box-shadow: 1px 1px 1px 1px grey;
}

.demographics-card.double {
  width: 1004px;
}

.demographics-cardTitle {
  margin: 20px;
  font-size: 24px;
  height: 24px;
}

.donutGroupTitle {
  padding: 15px 0;
  font-size: 20px;
  float: right;
  max-width: 100px;
  text-align: right;
}

.company-bar {
  height: 100%;
  cursor: pointer;
  width: 205px;
  display: flex;
  float: right;
  padding: 5px 0px;
}

.company-bar:hover {
  background: #404040;
}

.company-bar:focus {
  outline: 0;
}

/* Lists styling*/
.listsTable {
  text-align: left;
  border-collapse: collapse;
}

.listsContainer {
  border-radius: 15px;
  border: 3px dotted #d1e8f2;
  width: 95%;
  margin: 0 auto;
  width: 1254px;
  background: #f9f9f9;
  padding: 10px 10px;
}
.listsCell {
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
}

.listsRow {
  cursor: pointer;
  outline: none;
  height: 60px;
}

.listsRow.activeRow {
  display: none;
}

.listsRow:hover {
  background: #a0d7f2;
}

.listsPaginationButton {
  float: right;
  padding: 10px;
  cursor: pointer;
}

.listsPaginationButton:hover {
  background: lightgray;
}

.listsDetailsRow {
  color: black;
  background: white;
  transition: height 0.3s;
  height: 0px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}

.listsDetailsRow.activeRow {
  height: 280px;
  padding: 20px;
}

.listsDetailsRow md-chips-wrap {
  box-shadow: none;
}

.tech-icon {
  height: 20px;
  width: 20px;
  transform: translate(0, -50%);
  position: absolute;
  left: -10px;
  top: 50%;
}

.tech-icon-larger {
  width: 40px;
  height: 40px;
}

.titleRow {
  background: #029ae4;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #029ae4;
  border-bottom: none;
  height: 60px;
}

.cardRow .activeRow {
  border: 2px solid #a0d7f2;
}

.invite-overlay {
  position: fixed;
  display: flex;
  height: calc(100vh - 90px);
  width: 100%;
  top: 90px;
  bottom: 50px;
  background: rgba(169, 169, 169, 0.7);
  transition: all 0.3s;
  z-index: 4;
}

.email-box {
  margin: 0 auto;
  width: 640px;
  height: 330px;
  background: white;
  margin-top: 100px;
  border-radius: 10px;
  padding: 30px;
}

.terms-overlay {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background: rgba(169, 169, 169, 0.7);
  transition: all 0.3s;
  z-index: 4;
  font-family: Garamond;
}

.terms-box {
  height: 600px;
  background: white;
  margin-top: 80px;

  border-radius: 10px;
  padding: 30px;
  overflow-y: auto;
}

.startup-details-overlay {
  position: fixed;
  background: white;
  height: calc(100% - 110px);
  width: 90%;
  top: 90px;
  left: 0;
  padding: 10px 5%;
  transition: all 0.3s;
  z-index: 4;
  overflow: scroll;
}

.startup-details-overlay.hideDetails {
  left: 100%;
}

.invite-overlay {
  position: fixed;
  background: white;
  height: calc(100% - 110px);
  width: 90%;
  top: 90px;
  left: 0;
  padding: 10px 5%;
  transition: all 0.3s;
  z-index: 4;
  overflow: scroll;
}

.invite-overlay.hideInvite {
  left: 100%;
}

.details-title {
  height: 70px;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 200px;
  font-weight: bold;
  font-size: 34px;
}

.details-header {
  position: relative;
  border-top: 2px solid #e4e5e5;
  background: #eceff1;
  min-height: 140px;
  padding-left: 200px;
  padding-right: 30px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #979798;
  text-shadow: none;
}

.details-column1 {
  width: 45%;
  margin-top: 20px;
  margin-right: 50px;
}
.details-column2 {
  width: 45%;
  margin-top: 20px;
  margin-left: 50px;
}

.details-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.details-video iframe,
.details-video object,
.details-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details-desc {
  width: 100%;
  margin-bottom: 20px;
}

.details-desc-text {
  margin-top: 10px;
  min-height: 50px;
  font-size: 16px;
  overflow: hidden;
  transition: 0.6s ease-out;
  color: black;
  text-shadow: none;
}

.horizontal-line {
  border: 1px solid lightblue;
  height: 0px;
  float: left;
  margin-top: 24px;
  width: calc(100% - 30px);
}

.expand-box {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 25px;
  visibility: hidden;
}

.logo-img {
  position: absolute;
  width: 100px;
  height: auto;
  border: 3px solid #e4e5e5;
  border-radius: 50px;
  background: white;
  left: 40px;
  top: -53px;
}

.details-desc-title {
  color: #1976d2;
  text-shadow: none;
  font-weight: bold;
  font-size: 20px;
}

.details-desc-subtitle {
  color: #1976d2;
  text-shadow: none;
  font-size: 18px;
}

.details-container {
  display: flex;
}

.levelbox {
  float: left;
  width: 300px;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .logo-img {
    top: -150px;
    left: calc(50% - 50px);
  }
  .details-title {
    padding-top: 140px;
    padding-left: 30px;
  }
  .details-header {
    padding-left: 30px;
  }
  .details-container {
    display: block;
  }
  .details-column1 {
    width: 100%;
    margin-right: 0;
  }

  .details-column2 {
    width: 100%;
    margin-left: 0;
  }
}

.phonebox {
  float: left;
  margin: 10px 0;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-sector {
  margin: 20px 0;
}

.linkbox {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 15px 0;
  cursor: pointer;
  font-weight: bold;
  font-family: Roboto;
}

.details-links {
  padding: 20px;
}

.demog-box {
  float: left;
  margin: 15px 20px;
  margin-left: 0;
  width: 150px;
}

.demog-data {
  margin-top: 5px;
}

.blurred {
  user-select: none;
  color: transparent;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.37);
  transition: all 0.6s;
}

.blurred .details-header {
  color: transparent;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.37);
  transition: all 0.6s;
}

.blurred .details-title {
  user-select: none;
  color: #585b5d;
  text-shadow: none;
}

.blurred .details-desc-text {
  user-select: none;
  color: transparent;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.37);
  transition: all 0.6s;
}

.blurred .material-icons,
.md-chip-content,
.progressbartaggray {
  text-shadow: none;
}

.preload-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: lightgray;
  z-index: 999;
  transition: all 0.5s;
  pointer-events: none;
}

.preload-overlay.hide-overlay {
  opacity: 0;
}

.startupsListRow {
  color: black;
  transition: height 0.3s;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}

.startupsListRow.activeRow {
  height: 280px;
  padding: 20px;
}

.startupsContainer {
  max-height: 0px;
  width: 50%;
}

.activeRow .startupsContainer {
  max-height: 240px;
  overflow-y: scroll;
}

.evaluatorDetails {
  width: calc(50% - 42px);
  border-right: 1px dashed #029ae4;
  float: left;
  padding: 20px;
  margin-top: 10px;
}

.evaluatorDetailsCard {
  width: 45%;
  margin: 10px 8px;
  float: left;
  border: 1px solid #029ae4;
}

.evaluatorDetailsName {
  text-align: center;
  background: #029ae4;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.evaluatorDetailsNumber {
  text-align: center;
  font-weight: bold;
}

.downloadCSV {
  float: left;
  margin-left: 100px;
  width: 100px;
  height: 40px;
}

/* .md-list-item-text{
    width: 100%;
    padding: 10px;
}


.lists-title{
    font-size: 20px;
    font-weight: bold;
    color: #029ae4;
}

.lists-level{
    color: white;
    background-color:#029ae4;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    padding-right: 10px;
    font-weight: bold;
}

.activeItem .md-button:hover{
    background-color: transparent;
}

.lists-stage{
    font-weight: bold;
    margin-right: 5px;
}

.lists-matches{
    font-size: 10px;
    float: right;
    text-align: right;
}

.lists-geo{
    font-size: 10px;
    font-style: italic;
}

.lists-challenge{
    font-size: 10px;
    font-weight: bold;
}

.lists-tags{
    float: right;
}

.lists-description{
    margin-top: 10px;
    font-size: 14px;
}

.lists-header{
    line-height: 24px;
}

.lists-subheader{
    line-height: 15px;
    margin-bottom: 10px;
}

.lists-body{
    line-height: 18.2px;
}

.lists-footer{
    line-height: 15px;
}

.lists-details{
    background: white;
    width: 100%;
    border-radius: 10px;
}

.lists-whoLiked{
    max-height: 150px;
    width: 200px;
    overflow-y: auto;
}

.lists-details-body{
    display: flex;
    padding: 10px;
}

.md-icon-button.icon-hover:hover{
    background-color: rgba(0, 0, 0, 0.1) !important;
}

md-list-item.hasInvites{
    background: #e2f6e2;
} */

.md-input {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 80%;
  box-sizing: border-box;
  float: left;
}

.hasInvites {
  background: #d7e6ed;
}

.listsRow.nohover:hover {
  background: none;
}

.splashscreen {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background-color: white;
  transition: all 0.5s;
  pointer-events: none;
}

.splashscreen.hide-overlay {
  opacity: 0;
}

.details-container__event-card {
  margin-top: 20px;
}

.details-container__event-card__image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.details-container__event-card__image-container__image {
  width: 100% auto;
  max-width: 200px;
  height: auto;
  margin-top: 20px;
}

.details-container__event-card__title {
  text-align: center;
}

.details-container__event-card__question {
  margin-top: 15px;
}

.details-container__event-card__title__badge {
  margin-top: 10px;
}

.details-container__event-card__title__badge span {
  background-color: rgb(224, 224, 224);
  border-radius: 100px;
  padding: 0 10px;
}

.filter-body__button-row {
  width: 100%;
}

.filter-body__button-row--margin {
  margin-top: 20px;
}