@import url('loading.css');
@import url('sidebar.css');


@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(//themes.googleusercontent.com/static/fonts/robotocondensed/v8/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
}

@font-face {
    font-family: 'AGaramondPro-Italic';
    font-style: normal;
    font-weight: 300;
    src: local('AGaramondPro-Italic'), url(../font/AGaramondPro-Italic.otf) format('otf');
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; color: #5dbb00; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: #5dbb00; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; color: #5dbb00; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: #5dbb00; }
}

@keyframes blinker {
    0% { opacity: 1.0; color: #5dbb00; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; color: #5dbb00; }
}


@-moz-keyframes newStartup {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes newStartup {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes newStartup {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background: #FFF;
    overflow: auto;
  	overflow-x: hidden;
}

.portrait_mode {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

*, a:active, a:focus {
  outline: none !important;
}

#main{
  clear: both;
}


span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline-block !important;
}


.dropdown-menu {
    min-width: 130px;
}

#hiddenMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#hiddenMenu .container {
    background-color: #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #cccccc;
}

.nav-menu-hidden {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    /*height: 50px;*/
}

.nav-menu-hidden li a:after {
    /*color: #999;*/
    content: " ";
    display: inline;
    padding-right: 5px;
    /*text-shadow: 1px 0 1px #fff, 0 1px 1px #fff;*/
}
.nav-menu-hidden li a:before {
    content: " ";
    display: inline;
    padding-left: 5px;
}

.nav-menu-hidden li:last-of-type:after {
    content: "";
}

.nav-menu-hidden li a {
    font-weight: bold;
    display: inline-block;
    /*color: #0076c3;
    font-size: 1.3vmax;
    padding: 0;*/
    /*font-size: 1.3vmax;*/
    /*padding: 10px 15px;*/
    position: relative;
    text-decoration: none;
    /*font-size: 1vmax;*/
    /*padding: 0 1.5vmax;*/
    height: 51px;
    line-height: 51px;
    vertical-align: middle;
    color: #000;
    font-size: 1vmax;
}

.nav-menu-hidden li a:hover {
    background: #c5c5c5;
}

.nav-menu-hidden li a:after {
  color: #AAA;
}

.nav-menu-hidden li a#create_btn_top,
.nav-menu-hidden li a#create_btn_top_ambassador {
    /*color: #5cb85c;*/
    color: #4cae4c;
    /*text-shadow: 2px 2px 5px #5cb85c;*/
}

/*.nav-menu-hidden li a#create_btn_top:hover {
    background: #4cae4c;
}*/

.nav-menu-hidden li {
  /*display: inline-block;*/
  display: block;
  float: left;
  /*padding: 2.5% 0;*/
  height: 51px;
  /*padding: 0 5%;*/
  /*padding: 0 15px;*/
  padding: 0 10px;
}



.popular-maps-filter {
	width: 45%;
	display: none;
	line-height: 51px;
}


/* sprite */
.sprite {
  background: url(../images/sprite.png) 0 0 no-repeat;
  display: inline-block;
}

.sprite.back {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  padding-right: 24px;
  background-position: right 0;
}

.sprite.url {
  padding-left: 24px;
  background-position: 0 0;
}

.sprite.facebook{
  width: 24px;
  height: 24px;
  background-position: 0 -30px;
}

.sprite.twitter{
  width: 24px;
  height: 24px;
  background-position: -30px -30px;
}


/* Map Elements */

div#content {
    padding-left: 5px;
}

.logo-media.on-map {
    position:absolute;
    /*display:none;*/
    line-height:46px;
    z-index:10;
    top:5px;
    right:10px;
    z-index: 1;
    padding: 0;
}

.logo-media.on-map > img {
    width: 120px;
}



#embedThis
{
    position:absolute;
    display:none;
    line-height:46px;
    top:160px;
    right:10px;
    z-index: 1;
}

#editCustomMap
{
    position:absolute;
    display:none;
    line-height:46px;
    top:220px;
    right:10px;
    z-index: 1;
}

#shareThis
{
    position:absolute;
    display:none;
    line-height:46px;
    top:180px;
    right:7px;
    z-index: 1;
}



#restoreCustomMapModal
{
    position:absolute;
    /*display:none;*/
    line-height:46px;
    top:60px;
    right:70px;
    z-index: 3;
    display: none;
}

#resetCustomMap
{
	position:absolute;
    /*display:none;*/
    line-height:46px;
    top:60px;
    right:22px;
    z-index: 1;
    display: none;
}
#resetCustomMap a
{
    /*background:url('../images/globe_font.png');*/
    padding: 13px 3px 14px 3px;
    height:1px;
    transition: none !important;
    /* opacity: 0.5; */
}
#resetCustomMap a div {
    /*display: inline-block;*/
    line-height: normal;
    text-transform: uppercase;
    width: 10px;
    vertical-align: bottom;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
#resetCustomMap a:hover
{
    text-decoration: none !important;
    background-position:50% 100%;
    /* opacity: 1; */
}



#customMapCopyright
{
    position:absolute;
    /*display:none;*/
    line-height:46px;
    z-index:10;
    bottom: 50px;
    right:22px;
    z-index: 1;
    display: none;
	font-size: 18px;
	font-weight: bold;
}


.goBackButtonTop
{
    display:none;
    z-index: 1;
}
.goBackButtonTop a
{
   transition: none !important;
   font-weight: bold;
   color: black;
}
.goBackButtonTop a:hover
{
    text-decoration: none !important;
}
.goBackButtonTop img {
    /* width: 5vmax; */
}


#map2 {
	z-index: 2;
	display: none;
}



img[src*="#influencerIcon"] {
    border: 2px black solid !important;
    /*border-radius: 50%;*/
    border-radius: 10px;
}

img[src*="#influencerClusterIcon"] {
    /* border: 1px black solid !important;*/
    border-radius: 5px;
    width: 25px !important;
    height: 25px !important;
    background: #008CFF;
}


.influencerProfilePic {
    width: 70px;
    float: left;
    margin-left: 5px;
}

.clustersLabel {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width:50px;
}

.icon-map-controlls-size
{
    font-size: 200%;
}

/* END MAP ELEMENTS */

/* TOP ELEMENTS */

.logo-media {
    padding-top: 10px;
}

.logo-media > img {
    width: 40%;
}

.logo-media.normal {
    padding: 0;
}

.logo-media.normal > a > img {
    width: 16vmax !important;
}

.logo-media-parent {
    display: inline-block;
    position: absolute;
    right: 0;
}

/*#header img {
    width: 10vmax;
}

#header nav {
    font-size: 1.9vmin;
}*/

.nav-menu {
  margin: 0;
  padding: 0;
  color: #FFF;
}

.nav-menu li a {
    color: #0076c3;
    font-size: 1.3vmax;
    font-weight: bold;
}

.nav-menu li a:after {
  color: #AAA;
}

.nav-menu li {
  display: inline-block;
  padding: 0.2vmax 0;
}

.nav-menu li a {
  display: inline-block;
  padding: 0;
}

.nav-menu li:after {
  content: "|";
  color: #999;
  display: inline-block;
  /*padding: 0 .8em 0 1em;*/
  padding-left: 5px;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff;
  -webkit-text-shadow: 1px 0 1px #fff, 0 1px 1px #fff;
}

.nav-menu li:last-of-type:after {
  content: "";
}


#ilf_selector {
    margin-top: 5px;
    padding-right: 10px;
}

.social_header {
    float: right;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 1.2vmax;
    font-weight: normal;
    line-height: 35px;
    margin-right: 20px;
    padding-bottom: 0.25em;
}

.social_header a {
    font-size: 14px;
    padding: 3px 6px;
}

.social_header .rrssb-buttons {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    height: 30px !important;
}

.custom-select-label {
    display: inline-block;
    padding-bottom: 6px;
    height: 26px;
    line-height: 24px;
}

.select-wrapper{
    display: inline-block;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    height: 27px !important;
    margin: 0 !important;

}
.select-wrapper, .select-wrapper select{
    height: 26px;
    line-height: 24px;

}
.select-wrapper:hover{
    border-color: #000;
}
.select-wrapper [class^="icon-"] {
    color: #d8d8d8;
}
.select-wrapper:hover [class^="icon-"] {
    color: #000;
}
.select-wrapper .holder{
    display: block;
    margin: -24px 35px 0 5px;
    white-space: nowrap;
    cursor: pointer;

}
.select-wrapper select{
    margin: 0;
    /*position: absolute;*/
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 1.5vmax !important;
    margin: -1px 0 0 -2px;
}

#loading {
  height: 70px;
  margin-top: -15px;
  text-align: right;
  z-index: 999999;
}

.userbar {
  display: block;
  max-height: 1.5em;
  overflow: hidden;
  margin-bottom: -4px;
  padding: .3em 1em;
  text-align: left;
  color: #999;
  background: #f9f9f9;
  text-decoration: none;
  border: 1px solid #ccc;
          border-radius: 6px;
     -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1vmax;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    vertical-align: text-top!important;}

.userbar .username {
  display: block;
  max-width: 80%;
  word-wrap: normal;
  overflow: hidden;
}

.userbar:before {
  float: right;
  content:"\f0d7";
  color: #bbb;
  font-family: FontAwesome;
}

.userbar:hover,
.userbar:focus,
.userbar.focus {
  color: #333;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.userbar:focus,
.userbar.focus {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.userbar:focus:before,
.userbar.focus:before  {
  content:"\f0d8";
  color: #666;
}

#userMenu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 1em;
  border-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
          box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
  font-size: 1.5vmin;
}

#userMenu li {
  display: block;
  width: 100%;
  margin: 0;
  font-size:initial;
  height: 1.8em;
}

#userMenu li:after {
  content: " ";
  display: block;
  width: 100%;
}

#userMenu li a {
  display: block;
  text-align: left;
  /*padding: 5px 1em;*/
}

#userMenu li a:hover {
  background-color: #0075C1;
  text-shadow: 1px 0 1px #ddd, 0 1px 1px #007;
  -webkit-text-shadow: 1px 0 1px #ddd, 0 1px 1px #007;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#LorRmenu {
  width: 100%;
  padding-top: 0;
  border-top: 0;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
          box-shadow: 0 0 0 rgba(255,255,255,0), 0 4px 10px rgba(0,0,0,.2);
  font-size: 1.5vmin;
}

#LorRmenu li {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1.2em;
  height: 1.8em;
}

#LorRmenu li:after {
  content: " ";
  display: block;
  width: 100%;
}

#LorRmenu li a {
  display: block;
  text-align: left;
  padding: 5px 1em;
  margin-top: 0 !important;
}

#LorRmenu li a:hover {
  background-color: #0075C1;
  text-shadow: 1px 0 1px #ddd, 0 1px 1px #007;
  -webkit-text-shadow: 1px 0 1px #ddd, 0 1px 1px #007;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* END TOP ELEMENTS */


/* Chosen Plugin Style */

#freelancers_skills_search .chosen-choices {
    margin: 0 !important;
}

/* @group Base */
.chosen-container {
  position: relative;
  font-size: 16px;
  zoom: 1;
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);

  margin-left: 15px;
  margin-right: 10px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */

.chosen-container-single {
    display: block;
    margin-top: 10px;

    margin-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -20px;
    padding-right: 10px;
}

.chosen-container-single .chosen-default {
    font-weight: bold;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  font-size: 1.05vmax;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;

  background: #FFF;
  border-color: #5897fb;
  height: auto !important;
  line-height: 1.6vmax;
}

.chosen-hidden {
    display: none;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #006ab0;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
  display: none;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0.7vmax;
  right: 1vmax;
  display: block;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;

  border-left: 0.4vmax solid transparent;
  border-right: 0.4vmax solid transparent;
  border-top: 0.4vmax solid #006ab0;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-family: sans-serif;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */

div.industry > ul.chosen-choices {
	max-height: 35px;
	overflow-y: auto;
}

div.choose_map {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 1vmax;
	line-height: 1;
}

div.choose_map .chosen-drop {
	margin: 0;
	margin-top: -2px;
}

div.choose_map .chosen-results li {
	font-size: 14px !important;
}

div.choose_map .chosen-single {
	font-size: 14px !important;
}

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  /*height: 15px;*/
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  /*font-family: sans-serif;*/
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 1vmax;
  cursor: default;
  font-size: 1.05vmax;

}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Results */
.category .chosen-results > li {
    /*max-height: 100% !important;*/
   font-size: 1.05vmax !important;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  font-size: 1.05vmax;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
  /* background-color: #3573d6; */
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi {
    padding-left: 15px;
    padding-right: 10px;
}
.chosen-container-multi .chosen-choices {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #5897fb;
    border-radius: 5px;
    display: block;
    font-size: 1.05vmax;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    height: 2vmax;
}
.chosen-container-multi .chosen-choices li {
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 2px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1.05vmax;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  background-color: #fff;
  font-style: normal;
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

#im_looking_for_chosen .chosen-results {
    max-height: 100% !important;
}

.map_data .im_looking_for {
	width: 100% !important;
}

/*#sidebar .chosen-single {
  color: #929292;
  line-height: 1.8vmax;
  height: 2vmax;
}*/

/* END CHOSEN PLUGIN STYLE */


/* Static Page */

#static img {
  max-width: 100%;
  max-height: 100%;
}

#static {
  position: absolute;
  padding: 1em;
  background: #fff url(../images/sprite.png) 110% -55px no-repeat;
  max-height: 100%;
  overflow: auto;
  border: 1px solid #ccc;
  text-shadow: 1px 0 1px #ccc;
  -webkit-text-shadow: 1px 0 1px #ccc, 0 1px 1px #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1;
}

/* END STATIC PAGE */



/* GeoCODE results */

.pac-container{
  z-index: 5000 !important;
}

/* END GEOCODE RESULTS */

#mobileAnnouncement {
    display: none !important;
}

/* Mobile Responsive style */

@media only screen and (min-device-width : 320px) and (max-device-width : 700px) and (orientation : landscape),
only screen and (min-device-height : 320px) and (max-device-height : 1024px) and (orientation : portrait)
{

    .chosen-container-single .chosen-single {
        font-size: 18px;
    }
    .chosen-container-single .chosen-single div {
        top: 10px;
    }
    .chosen-container-single .chosen-single div b {
        border-width: 10px 10px 0;
    }

    #newsletter_startups {
        display: inline-block;
    }

    .hidden-xs {
        display: none !important;
    }

    .nav-menu.open {
        display: inline-block !important;
    }
    .nav-menu.open li a {
        z-index: 991;
    }

    div#content {
        padding-right: 5px;
    }

    #ilf_selector {
        display: none;
    }

    #userMenu {
        font-size: 14px;
    }
    .rrssb-buttons-share span.text {
        display: none;
    }
    #share_us {
        z-index: 1 !important;
    }
    .content-div {
        width: 100% !important;
        padding: 0 !important;
    }




    #userMenu li {
        font-size: 14px !important;
    }
    #static {
        background: #fff !important;
    }

    #userMenu {
        max-height: 350px;
        overflow-x: auto;
    }
    #mobileAnnouncement {
        display: none !important;
    }
    .nav-menu-hidden li a {
        font-size: 1.5vmin !important;
    }
    .nav-tabs li a {
        font-size: 1.5vmin !important;
    }
    #im_looking_for_chosen .chosen-results {
        max-height: auto !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1) { /* iPad & iPad Mini Landscape */
    /*.nav-menu-hidden li a {
        font-size: 10px !important;
    }*/
    select[name="utilities[]"] + div > ul{
        width: unset;
    }

    .nav-menu-hidden li {
        padding: 0 5px !important;
    }
    #mobileAnnouncement {
        display: none !important;
    }

    .nav-menu-hidden li a {
        font-size: 1.5vmin !important;
    }
    .nav-tabs li a {
        font-size: 1.5vmin !important;
    }
    #static {
        background: #fff url(../images/sprite.png) 130% -55px no-repeat;
    }
    #im_looking_for_chosen .chosen-results {
        max-height: auto !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-menu-hidden li a {
        font-size: 10px !important;
    }
    #im_looking_for_chosen .chosen-results {
        max-height: auto !important;
    }

}


.mobile_logo {
   display: none;
}

.pagination>li>a {
    padding: 6px 4px;
}
/* END RESPONSIVE STYLE */

/* Intro JS Style */

.introjs-helperNumberLayer {
    /*height: 30px;
    width: 30px;
    left: auto;
    right: -20px;*/
	height: 30px;
	width: 60px;
	left: auto;
	right: -30px;
}
.introjs-overlay {
    z-index: 1000002;
}

.introjs-helperLayer {
    z-index: 1000003;
}

.introjs-prevbutton {
    display: none;
}

.introjs-nextbutton.introjs-disabled {
    display: none;
}
/* END Intro JS Style */

/* Share Buttons */

#shareThisBox {
    display: none;
    left: 5px;
    position: absolute;
    top: 230px;
    z-index: 1;

    background-color: #f3f3f3;
    padding: 10px 5px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #ccc;
    border-left: 0;
}

#shareThisBox.showing {
    display: block !important;
}

#shareThisBox > .close {
    opacity: 1;
    margin: -25px -25px 0 0;
    padding: 5px 2px;
    font: bold 36px Arial;
    line-height: 15px;
    color: #e0dbdb;
    background: #949494;
    background: -moz-linear-gradient(-45deg,  #999 0%, #444 80%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#999), color-stop(80%,#444));
    background: -webkit-linear-gradient(-45deg,  #999 0%,#444 80%);
    background: -o-linear-gradient(-45deg,  #999 0%,#444 80%);
    background: -ms-linear-gradient(-45deg,  #999 0%,#444 80%);
    background: linear-gradient(135deg,  #999 0%,#444 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#444',GradientType=1 );
    border: 4px solid #e5e5e5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0 2px 5px #999;
    -webkit-box-shadow: 0 2px 5px #999;
    text-shadow: 1px 0 2px #454545;
    -webkit-text-shadow: 1px 0 2px #454545;
    float: none;
    position: absolute;
    right: 0;
}

#shareThisBox > .close:hover {
    border-color: #fff;
    color: #fff;
    background: -moz-linear-gradient(-45deg,  #999 0%, #222 80%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#999), color-stop(80%,#222));
    background: -webkit-linear-gradient(-45deg,  #999 0%,#222 80%);
    background: -o-linear-gradient(-45deg,  #999 0%,#222 80%);
    background: -ms-linear-gradient(-45deg,  #999 0%,#222 80%);
    background: linear-gradient(135deg,  #999 0%,#222 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#222',GradientType=1 );
}

#share_us {
    display: none;
    position: fixed;
    /*right: 10px;*/
    right: -625px;
    z-index: 2;
    background-color: #f3f3f3;
    padding: 10px 5px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    border-top: 0;
}

#share_us.showing {
    display: block !important;
}

.map_data {
	display: none;
}

.map_image_logo {
	display: none;
	text-align: center;
}

.map_image_logo img {
	height: 54px;
}

.tt-suggestion.tt-noresult {
	display: none;
}

/* END share buttons */


.fixalign {
    float: inherit!important;
}

/* TODO remove all of these and all traces in JS because now the filters are <select>
div.deal_tags,
div.deal_categories,
div.acc_inv_amt,
div.industry_investor,
div.type_investor,
div.range_investor {
    width:15%!important;
}

div.category,
div.influencers_type,
div.reporter_similarweb{
    width:30%!important;
}
*/

input.hardware_startups,
input.radio-visible,
.radio-visible input{
    display: inline;
    width:auto;
}

/* New Custm links CSS for details page */

small.special_link,
span.special_link {
	cursor: pointer;
}

small.special_link:hover,
span.special_link:hover {
	color: #0073C1;
	font-weight: bold;
}


/* Loading Curtain */

#loadingCurtain {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
}

.twittericon {
background-image: url(../images/TwitterLogo.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 32px;
padding-left: 38px;
}

/* bootstrap-like classes */
.pull-xs-left {
    float: left!important;
}
.pull-xs-right {
    float: right!important;
}

.modal-header {
    border-bottom:1px solid #ccc;
    padding:9px 20px;
    background: dodgerblue;
    color: white;
}
.modal-header h3 {
    display: inline-block;
}
.modal-header h5 {
    float: right;
}
.modal-header h5 img{
    height: 32px;
}

.modal-content label {
    padding-bottom:2px;
}
.modal .btn {
    box-shadow: none;
}
.modal .addtomap .btn {
    box-shadow: none;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.modal .addtomap .btn:before {
    float: left;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px 0 0 4px;
    background: #0072B5 no-repeat center;

}
.row.globalreport .col-sm-6.pic{
    background: url(../images/report_pic2.png);
}
.row.globalreport .col-xs-12{
    /*height: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/report_pic2.png);*/
}

.row.wework .col-sm-4{
    background: url(../images/weWork_modalpic.jpg);
    background-position: -150px 0;
}
.row.wework .col-xs-12{
    background: url(../images/weWork_modalpic.jpg);
    background-size:100%;
}
.addtomap .btn{
    width: 95%;
}

.modal-body.addtomap img{
    position: absolute;
    left: 20px;
    top: 5px;
}


/****   Create Startup Entity Modal form *****/
.startup_tags_btn, .organization_tags_btn, .deal_categories_btn, .media_tags_btn {
    padding-bottom: 5px;
    position: absolute;
}



.counter {
    color: red;
    font-weight: bold;
}

/* Bootstrap tooltips */
/*.tooltip.top > .tooltip-arrow {
    border-top: 5px solid midnightblue;
}
.tooltip.bottom > .tooltip-arrow {
    border-top: 5px solid midnightblue;
}*/

.tooltip > .tooltip-inner {
    background-color: midnightblue;
    color: white;
    border: 1px solid midnightblue;
    padding: 15px;
    font-size: 14px;
}
.pro.labels~.tooltip > .tooltip-inner {
    background-color: white;
    color: #1e90ff;
    border: 1px solid midnightblue;
    padding: 15px;
    min-width: 200px;
    text-align: center;
}
#leaderboards-root .pro.labels i:hover{
    border-bottom: 1px dashed dimgrey;
}

.react-tooltip-clickable-link {
    pointer-events: auto !important;
}

.dashed {
    border-bottom: 1px dashed #0b84a6;
}
/* END */




/* Progress Bar */
.meter {
    width: 95vw;
    left:2%;
    height: 30px;  /* Can be anything */
    position: relative;
    background: #969696;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
            center bottom,
            rgb(43,194,83) 37%,
            rgb(84,240,84) 69%
    );
    box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.orange > span {
    background-color: #f1a165;
    background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.blue > span {
    background-color: #A3C3F0;
    background-image: linear-gradient(to bottom, #A3C3F0, #2373F4);
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.meter > span:after, .animate > span > span {
    animation: move 2s linear infinite;
}

/* LEADERBOARDS */

/*  Headers  */
.leaderboard-tables th{
    margin-top: 5px;
    margin-right: 10px;
    text-align:center;
    font-weight: bold;
}
.leaderboard-tables tbody>tr>th{
    padding: 8px 0;
    vertical-align: middle;
}
.leaderboard-tables tbody>tr>td{
    padding-left: 0;
    padding-right: 0;
}
.leaderboard-box h4{
    display:inline-block;
}
.portrait .leaderboard-box h4,
.landscape .leaderboard-box h4 {
    font-size:14px;
}


.leaderboard-box .switchBtn, .leaderboard-box .fullReportBtn {
    float: left;
    padding: 6px;
    margin: 5px;
    box-shadow: none;
}
.leaderboard-box .switchBtn i{
    display:inline-block;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/* Rank*/
.leaderboard-tables td:nth-child(1){
    text-align:center;
    font-weight: bold;
}
.leaderboard-tables td:nth-child(2){
    text-align:center;
    font-weight: bold;
}
/* City/Country*/
.leaderboard-tables td:nth-child(3){
    text-align:center;
}
.leaderboard-tables td img{
    float:left;
}
#location-ranking-info {
    display: inline;
    font-size: 16px;
}

#checkitout_box {
    display: none;
}

#checkitout_box > div {
    /*    z-index: 1;
        margin-bottom: 70px;*/
}

#checkitout_box .close {
    margin-top: -10px;
}

#checkitout_box .thumbnail {
    margin-right: .5em;
    width: 80px;
    line-height: 80px;
    background: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

#checkitout_box #ciob_thumbnail {
    width:20%;
}
#checkitout_box .ciob_title,
#checkitout_box .ciob_desc{
    font-weight: bold;
    text-align: left;
}

.table-leaderboard th{
    background-color: grey;
    color: black;
}
.table-leaderboard.table-bordered>tbody>tr>th{
    border: none;
}

.leaderboard-box{
    font-family: 'Proxima Nova', sans-serif !important;
    margin-top:20px;
    border: 1px solid lightgrey;
}
.leaderboard-box>.row{
    text-align:left;
}
.leaderboard-box-body .row {
    border-top: 1px solid lightgrey;
    padding: 20px;
}
.leaderboard-pagination-box{
    text-align: center;
}

.tab-content>.tab-pane.leaderboard-box .row:first-child,
.leaderboard-box-header,
.leaderboard-box-body {
    background-color: #f9f9f9;
}
.startupblink-services .leaderboard-box-body{
    text-align: left;
}
.startupblink-services .leaderboard-box-body a{
    font-weight:bold;
}
.leaderboard-box-body i{
    color: white;
    background-color: green;
    border: 2px solid darkgreen;
    border-radius: 20%;
    padding: 1px;
    margin-top: 3px;
}


div.detail article {
	min-width: 100%;
    min-height:200px;
}

span.featured-item-mark {
    position:absolute;
    right:5px;
    top:5px;
    color: #f1bf03;
    padding: 0;
    font-size: 24px;
    line-height: 10px;
}

@keyframes featured-item-mark-icon-blink {
    0% { opacity: 1; }
    30% { opacity: 0.8; }
    50% { opacity: 1; }
    80% { opacity: 0.8; }
    100% { opacity: 1; }
}

span.featured-item-mark span.featured-item-mark-icon {
    display:block;
    text-align: center;
    animation-name: featured-item-mark-icon-blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

span.featured-item-mark span.featured-item-mark-label {
    font-size: 12px;
    color:blue;
}

/* SLACK WINDOW  */

.slackwindow {
    line-height: 2em;
    text-align: left;
    font-size: 14px;
    height: 300px;
    background: white;
    border: 2px solid #bd71b6;
    border-radius: 10px;
    overflow: auto;
}

div.strikethrough {
    position: relative;
    margin: 10px 0px;
    width: 45%;
    display: inline-block;
}
div.strikethrough:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #a3ccff;
    width: 100%;
}
/* TODO build these into the React Table component given enough time*/

.ReactTable .rt-thead .rt-resizable-header-content {
    overflow: inherit!important;
    text-overflow: clip!important;
    white-space: initial!important;
    font-weight: bold;
}
.ReactTable .rt-td {
    white-space: inherit!important;
}
#leaderboards-root span{
    font-size: 14px;
    font-family: 'Proxima Nova', sans-serif !important;
}
#leaderboards-root .btn:hover {
    color: dodgerblue;
    background: white;
    font-weight: bold;
}

/* QUOTE BOX */
.quotebox{
    border-radius: 10px;
    position: relative;
    margin: auto 25%;
    padding: 40px;
    background-color: #ffeba9;
    color: #333;
    text-align: center;
}
.quote-author{
    padding-top:30px;
    float:right;
}
.q {
    font-size:1em;
}

#quoteauthor{
    font-size:0.9em;
}

.carousel-control{
    background-image: none!important;
}
.carousel-control span{
    color:#428bca;

}
#quotetext {
    font-size: 1.3em;
}

label.error{
    color:red
}

/* https://github.com/Bttstrp/bootstrap-switch/issues/433 */
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    height: unset !important;
}

/* Fix buggy leaderboards height */
.ReactTable .-pagination .-btn {
    height: unset !important;
}
.ReactTable { /* fixes an issue with the header text display */
    display: -webkit-box!important;
}
#leaderboards {
    display: table;
    z-index: 100;
    background: white;
}

/* Missing utility class from later Bootstrap */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Coworking utilities fix */

select[name="utilities[]"] + div > ul{
    width: 207px;
}

.social-login__google-button{
    width: 180px;
    height: 40px;
    background: transparent url('/images/social/google_sign_in.png') no-repeat;
    background-size: 180px 40px;
}

.social-login__google-button:focus{
    background: transparent url('/images/social/google_sign_in_focus.png') no-repeat;
    background-size: 180px 40px;
}

.social-login__google-button:hover{
    background: transparent url('/images/social/google_sign_in_focus.png') no-repeat;
    background-size: 180px 40px;
}

.social-login__google-button:active{
    background: transparent url('/images/social/google_sign_in_pressed.png') no-repeat;
    background-size: 180px 40px;
}

.breadcrumbs a {
    color: dodgerblue;
}

.breadcrumbs__arrows {
    color: black;
    padding: 0 5px 0 5px
}

.breadcrumbs--mobile {
    float: left;
    clear: both;
    position: relative;
    padding: 10px 0 0 0;
}

.subcat-radio {
    display: none;
    padding: 0 0 0 15px;
}

#sidebar .subcat-radio.form-group.form-horizontal {
    margin: 0;
}

.sortby form {
    margin-bottom: 0;
}

.unicorn-radio__container.sortby {
    display: none;
    padding: 0 0 0 15px;
    margin-top: 0px;
    position: relative;
    top: -5px;
}

.entity__badge img {
    height: 30px;
    vertical-align: bottom;
}

.unicorn-list-item {
    margin: 0;
    background: #e5f7fd!important;
}

.modal-content .field-error.alert {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    display: inline-block;
}

.btn.btn-primary {
    min-height: 2.4em;
    min-width: 7em;
}

.btn.btn-success.fa.fa-recycle::before {
    content: "\f1b8";
}

.alert-warning.alert-registration-email {
    border-radius: 4px;
    border: 1px solid #eed3d7;
    margin: 0;
    padding: 0 1em;
}

/* Forms tags selector style */

[type='form'] .react-select__container div div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#tags-filter {
    margin-top: 5px;
    margin-bottom: 5px;
}

.subindustry option[disabled] {
    background-color: rgb(238, 238, 238);
}

div.tt-suggestion.tt-noresult {
    display: none !important;
}
div.tt-suggestion.tt-noresult.visible {
    display: block !important;
}

html {
    font-size: 14px; /* This breaks a lot of stuff that uses rem */
}


.react-modal__close-button:hover {
    border-color: white !important;
}

.modal {
    z-index: 10001;
}

.has-error .react-select__container {
    border: 1px solid red;
}

.pageDescription {
    min-width: 28%;
}

#pageDescriptionWrapper {
    display: flex;
}

#descriptionReadMoreButton {
    align-self: flex-end;
    display: block;
    flex-grow: 1;
    width: 100%;
}
#pageDescriptionWrapper.expand-description {
    animation: expand 1s cubic-bezier(1,0,1,1);
    max-height: 9999px;

}

#pageDescriptionWrapper.collapse-description {
    animation: collapse 0.3s cubic-bezier(0,1,1,1);
    max-height: 42px;
}

@keyframes expand {
    0% {
        max-height: 42px;
    }
    100% {
        max-height: 9999px;
    }
}

@keyframes collapse {

    0% {
        max-height: 9999px;
    }
    100% {
        max-height: 42px;
    }
}


#descriptionShowMoreBtn.collapse-description:after {
    content: "Read less";
}

#descriptionShowMoreBtn.expand-description:after {
    content: "Read more";
}

.checkbox-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.innovation-looking-for {
    margin: 5px 0;
}

.innovation-looking-for span {
    width: 100%;
}

.checkbox-group .form-control.checkbox-group__box {
    margin: 5px 5px;
    height: 1.5rem;
    width: 1.5rem;
}

.checkbox-group .form-control.checkbox-group__box:active, checkbox-group .form-control.checkbox-group__box:focus{
    outline: 0
}

.checkbox-group .checkbox-group__box-container {
    display: flex;
    align-items: center;
    margin: 5px 10px 0 0;
}

.checkbox-group .checkbox-group__box-container label {
    width: unset;
    max-width: unset;
    margin: 0 0 0 5px;
}

.checkbox-group .form-control.checkbox-group__box:first-child {
    margin-left: 0;
}

.no-width {
    width: unset !important;
}
#sidebar.pro .detail .article-overlay,
#sidebar.pro .entitylist-overlay{
    position: absolute;
    top: 210px;
    left: -17px;
    width: 100%;
    height: 80%;
    color: #FFF;
    display: flex;
    background-image:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
    align-items: flex-start;
    justify-content: flex-end;
}
#sidebar .detail .article-overlay a,
#sidebar .entitylist-overlay a{
    display: none;
}
#sidebar.pro .detail .article-overlay a,
#sidebar.pro .entitylist-overlay a{
    display: block;
    right: 50px;
    font-size: large;
    font-weight: bold;
    position: relative;
}