﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ZoomCharts';
    src: url('../fonts/zoomcharts.eot');
    src: url('../fonts/zoomcharts.eot?#iefix') format('embedded-opentype'), url('../fonts/zoomcharts.woff?v=4.1.0') format('woff'), url('../fonts/zoomcharts.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

body {
    font-family: 'Roboto', Arial, Tahoma;
    color: #ccc;
    font-size: 18px;
    background: #111;
    overflow: hidden;
}

* {
    outline: none !important;
    outline: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    cursor: pointer;
}

a, input, label, select, #filters span em, #detailBlock li, #detailBlock li:before, #legend ul li {
    outline: none;
    /*
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    */
}

input, select {
    font-family: 'Roboto', Arial, Tahoma;
    font-size: 18px;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index:9999;
}

#timeChart {
    margin-right: 410px;
}

#zoomcharts {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 410px;
    background: url(../img/zoomcharts.svg) center center no-repeat;
    background-size: 340px auto;
    text-indent: -9999px;
}

#geoChart {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

#netchart {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

#geoChart .DVSL-canvas {
    /* background: rgba(17,17,17,.5); 
	background: -moz-linear-gradient(top,  rgba(17,17,17,.5) 0, rgba(16,44,56,.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,.5)), color-stop(100%,rgba(16,44,56,.5))); 
	background: -webkit-linear-gradient(top,  rgba(17,17,17,.5) 0,rgba(16,44,56,.5) 100%); 
	background: -o-linear-gradient(top,  rgba(17,17,17,.5) 0,rgba(16,44,56,.5) 100%);
	background: -ms-linear-gradient(top,  rgba(17,17,17,.5) 0,rgba(16,44,56,.5) 100%);  */
}

aside {
    position: absolute;
    top: 210px;
    width: 360px;
    right: 10px;
    bottom: 0;
    z-index: 9999;
    pointer-events: none;
}

    aside * {
        pointer-events: auto;
    }

#search {
    position: relative;
}

#search-input {
    border-radius: 4px;
    background: #111;
    color: #ccc;
    outline: none;
    padding: 10px 54px 10px 10px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,.9);
}

.investor #search-input {
    border: 2px solid #09c;
}

.startup #search-input {
    border: 2px solid #6c0;
}

#search-input:focus {
    box-shadow: 0 3px 9px rgba(0,0,0,.9);
}

#search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-family: 'ZoomCharts';
    text-decoration: none;
    opacity: .5;
}

#search-options {
    position: absolute;
    right: 50px;
    top: 2px;
    height: 44px;
    border-right: 1px solid rgba(255,255,255,.1);
    z-index: 999;
    width: auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 44px;
    padding-right: 18px;
    cursor: pointer;
}

    #search-options span:after {
        position: absolute;
        top: 21px;
        right: 6px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 3px 0 3px;
        border-color: #ffffff transparent transparent transparent;
        opacity: .5;
    }

    #search-options span:hover:after {
        opacity: 1;
    }

#search-options-list {
    position: absolute;
    top: 44px;
    right: 0;
    border: 2px solid #2a576a;
    background: #111;
    white-space: nowrap;
    box-shadow: 0 2px 6px #000;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    display: none;
}

#search-options:hover #search-options-list {
    display: block;
}

#search-options-list:after {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 4px;
    background: #111;
    content: "";
}

#search-options-list a {
    display: block;
    font-weight: 300;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #ddd;
    line-height: 36px;
}

    #search-options-list a:last-child {
        border-bottom: none;
    }

    #search-options-list a.active {
        background: rgba(255,255,255,.2);
    }

    #search-options-list a:active {
        background: #09c;
    }

#filters {
    position: absolute;
    right: 380px;
    top: 210px;
    left: 50px;
    pointer-events: none;
    z-index:9999;
}

#filters-active {
    float: right;
    width: calc(100% - 180px);
}

#filters * {
    pointer-events: auto;
}

#filters h1 {
    float: left;
    border-radius: 4px;
    color: #fff;
    margin-left: 1px;
    font-size: 16px;
    margin-bottom: 2px;
    pointer-events: none;    
    max-width: 170px;
}

.startup #filters h1 {
    color: #6c0;
}

.investor #filters h1 {
    color: #09c;
}

#filters h1 p {
    display: block;
    font-size: 13px;
    padding-right: 5px;
    font-weight: 300;
}

#filters span, #clear-all-filters {
    float: right;
    border-radius: 4px;
    background: #222;
    color: #fff;
    padding: 2px 0 2px 6px;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 0 1px 4px rgba(0,0,0,.8);
    margin-left: 1px;
    margin-bottom: 1px;
}

    #filters span[data-type="country"] {
        background: #234f61;
    }

    #filters span.startup {
        background: #6c0;
        color: #000;
    }

    #filters span.investor {
        background: #09c;
    }

    #filters span em {
        padding: 10px;
        margin-left: -5px;
    }

#gpopup {
    position: absolute;
}

#gpopup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 99;
}

    #filters span em:after, #clear-all-filters:after, #gpopup-close:after {
        display: inline-block;
        content: "\00d7";
        width: 16px;
        height: 16px;
        line-height: 14px;
        text-align: center;
        background: rgba(0,0,0,.6);
        border-radius: 9px;
        opacity: .5;
        cursor: pointer;
        margin: 0 -2px 0 1px;
    }

    #gpopup-close:after {
        opacity: 1;
        box-shadow: 0 2px 6px #000;
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
    }

    #gpopup-close:hover:after {
        background: red;
    }

#clear-all-filters:after {
    margin: 0 4px 0 4px;
}

#filters span em:hover:after, #filters span em:active:after, #clear-all-filters:hover:after {
    opacity: 1;
    background: red;
}

#details-tabs {
    position: absolute;
    top: -50px;
    height: 50px;
    width: 100%;
}

    #details-tabs a {
        float: left;
        height: 50px;
        line-height: 50px;
        width: 49.5%;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background: rgba(0,0,0,.5);
        position: relative;
    }

        #details-tabs a:hover {
            background: rgba(0,0,0,.6);
        }

        #details-tabs a.active {
            background: rgba(0,0,0,.8);
            box-shadow: 0 -1px 3px rgba(0,0,0,.5);
        }

        #details-tabs a#tab-top-investors.active {
            background: #09c;
        }

        #details-tabs a#tab-top-startups.active {
            background: #6c0;
        }

        #details-tabs a:after {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 2px;
            content: "";
        }

        #details-tabs a#tab-top-investors:after {
            background: #09c;
        }

        #details-tabs a#tab-top-startups {
            float: right;
        }

            #details-tabs a#tab-top-startups:after {
                background: #6c0;
            }

        #details-tabs a strong {
            font-weight: 300;
        }

        #details-tabs a#tab-top-investors strong {
            color: #09c;
        }

        #details-tabs a#tab-top-startups strong {
            color: #6c0;
        }

#detailBlock {
    background: rgba(0,0,0,.8);
    box-shadow: 0 2px 6px #000;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    top: 110px;
}

.details-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255,255,255,.07);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255,255,255,.25);
}

.details-list li {
    padding: 20px 10px 20px 100px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    min-height: 60px;
}

    .details-list li:hover {
        background: rgba(255,255,255,.1);
    }

#details_Startup, #details_Investor {
    border-top: 3px solid;
}

#details_Investor {
    border-color: #09c;
}

#details_Startup {
    border-color: #6c0;
}

    #details_Startup li:active {
        background: rgb(73,147,20); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(73,147,20,1) 0, rgba(41,87,39,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(73,147,20,1)), color-stop(100%,rgba(41,87,39,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(73,147,20,1) 0,rgba(41,87,39,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(73,147,20,1) 0,rgba(41,87,39,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(73,147,20,1) 0,rgba(41,87,39,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(73,147,20,1) 0,rgba(41,87,39,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499314', endColorstr='#295727',GradientType=0 ); /* IE6-9 */
    }

#details_Investor li:active {
    background: rgb(0,91,127); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,91,127,1) 0, rgba(12,63,85,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(0,91,127,1)), color-stop(100%,rgba(12,63,85,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,91,127,1) 0,rgba(12,63,85,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,91,127,1) 0,rgba(12,63,85,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,91,127,1) 0,rgba(12,63,85,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,91,127,1) 0,rgba(12,63,85,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b7f', endColorstr='#0c3f55',GradientType=0 ); /* IE6-9 */
}

.details-list li:before {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    content: "";
}

.details-list#details_Startup li:before, .profile-investor .details-list li:before {
    background: rgba(255,255,255,.1) url(../img/startup-bg.svg) left bottom no-repeat;
}

.details-list#details_Investor li:before, .profile-company .details-list li:before {
    background: rgba(255,255,255,.1) url(../img/investor-bg.svg) left bottom no-repeat;
}

.details-list#details_Startup li:hover:before, .profile-investor .details-list li:hover:before {
    background-color: #6c0;
}

.details-list#details_Investor li:hover:before, .profile-company .details-list li:hover:before {
    background-color: #09c;
}

.details-list li:hover:before {
    box-shadow: 0 4px 52px #fff;
}

.details-list li .categories {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
}

.details-list#details_Startup li .categories, .profile-investor .details-list li .categories, .profile-company .details-list li .categories {
    border: 13px solid rgba(255,255,255,.1);
    border-radius: 100%;
    width: 54px;
    height: 54px;
}

.details-list li .info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100px;
    padding: 12px 10px 10px 0;
    cursor: pointer;
}

.activity .details-list li .info {
    padding: 0 10px 10px 0;
}

.details-list li h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: -4px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 22px;
}

.profile-investor .details-list li h5 {
    margin-bottom: -8px;
}

.details-list li a {
    display: block;
    margin: -9px 0;
}

.details-list li .link {
    font-size: 12px;
    opacity: .5;
    text-decoration: none;
    white-space: nowrap;
}

.details-list#details_Startup li .link, .profile-investor .details-list li .link {
    display:none;
}

.details-list#details_Investor li .link, .profile-company .details-list li .link {
    display:none;
}



.details-list .DVSL-info-center {
    width: 200px;
    top: auto !important;
    bottom: 0;
    color: #ddd;
    border-bottom: none;
    box-shadow: none;
    background: none;
    left: 90px !important;
    font-size: 11px;
    opacity: .5;
}

#list-toggle {
    background: #111;
    box-shadow: 0 2px 6px #000;
    position: absolute;
    right: 0;
    color: #ccc;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    bottom: 0;
    font-size: 13px;
}

.categories > span {
    width: 200px;
    top: auto !important;
    bottom: -15px;
    color: #ddd;
    border-bottom: none;
    box-shadow: none;
    background: none;
    left: 78px !important;
    font-size: 11px;
    opacity: .5;
    position: absolute;
}

.details-list .DVSL-info-center b {
    padding: 0 !important;
}

.details-list .amount {
    display: block;
    padding-top: 4px;
}

.details-list#details_Startup .amount {
    margin-bottom: -4px;
}

.activity .details-list {
    position: relative;
    margin: 0 -16px;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
}

#legend {
    font-size: 13px;
}

#legend-toggle {
    background: #111;
    box-shadow: 0 2px 6px #000;
    position: absolute;
    left: 10px;
    color: #ccc;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    bottom: 0;
}

    #legend-toggle:before {
        float: left;
        width: 24px;
        height: 22px;
        background: url(../img/legend.svg) left bottom no-repeat;
        content: "";
        background-size: 18px auto;
    }

#legend ul {
    background: rgba(0,0,0,.8);
    padding: 5px 0;
    box-shadow: 0 2px 6px #111;
    position: absolute;
    left: 10px;
    bottom: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 310px);
}

.investor #legend ul {
    border-top: 2px solid #09c;
}

.startup #legend ul {
    border-top: 2px solid #6c0;
}

#legend ul li {
    padding: 3px 10px;
    cursor: pointer;
}

    #legend ul li.active {
        color: #fff;
        background: #2a576a;
    }

    #legend ul li.off {
        opacity: .3;
    }

#clear-all-categories {
    position: absolute;
    top: -30px;
    font-size: 11px !important;
    line-height: 16px;
}

    #clear-all-categories:before {
        display: inline-block;
        content: "\00d7";
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        background: rgba(255,255,255,.7);
        border-radius: 9px;
        opacity: .7;
        cursor: pointer;
        margin: 0 5px 0 -2px;
        color: #000;
        font-size: 14px;
    }

    #clear-all-categories:hover:before {
        color: #fff;
        background: red;
        opacity: 1;
    }

.color {
    float: left;
    width: 10px;
    height: 10px;
    margin: 3px 6px 0 0;
    border-radius: 100%;
}

#profile {
    display: block;
    position: absolute;
    top: 56px;
    right: 0;
    bottom: 30px;
    overflow: auto;
    background: rgba(0,0,0,.92);
    width: 360px;
    overflow-y: visible;
    border-radius: 4px;
}

.profile-company {
    box-shadow: 0 1px 12px #6c0;
}

.profile-investor {
    box-shadow: 0 1px 12px #09c;
}

#profile .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#profile .details-list h5 {
    font-size: 18px;
}

#profile .top span.link {
    font-size: 12px;
}

#profile .bottom {
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
}

#profile .close {
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    opacity: .5;
    text-indent: -9999px;
}

    #profile .close:hover {
        opacity: 1;
    }

    #profile .close:after {
        content: "\00d7";
        position: absolute;
        top: 4px;
        left: 0;
        right: 4px;
        bottom: 0;
        line-height: 24px;
        text-align: right;
        padding-right: 5px;
        cursor: pointer;
        font-size: 30px;
        text-indent: 0;
    }

#profile h4 {
    position: absolute;
    top: 6px;
    left: 14px;
    padding: 1px 8px;
    text-transform: uppercase;
    color: #000;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
    font-size: 9px;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
}

#profile.profile-investor h4 {
    background-color: #09c;
}

#profile.profile-company h4 {
    background-color: #6c0;
}

#profile h5 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 10px;
    background-repeat: no-repeat;
    padding: 10px 0 0 22px;
    background-position: 0 18px;
}

.profile-company h5 {
    color: #6c0;
}

.profile-investor h5 {
    color: #09c;
}

#profile > span {
    font-size: 12px;
    opacity: .5;
    text-decoration: none;
}

#profile.profile-company > span {
    color: #6c0;
}

#profile.profile-investor > span {
    color: #09c;
}

#profile .amount {
    display: block;
}

    #profile .amount b {
        font-weight: 300;
    }

    #profile .amount small {
        font-weight: 300;
    }

#profile .profile-data {
    padding: 0 0 16px 0;
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
}

.profile-data li b {
    color: #fff;
}

#profile section h6 {
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px solid;
    padding: 3px 0;
    font-weight: 300;
}

#profile.profile-company section h6 {
    border-color: #6c0;
    color: #6c0;
}

#profile.profile-investor section h6 {
    border-color: #09c;
    color: #09c;
}

#profile section > div {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 10px 0;
    font-weight: 300;
    height: 220px;
}

    #profile section > div.details-list {
        height: auto;
    }

/* leaflet controls custom styles */
#geoChart .leaflet-control {
    opacity: .5;
    margin-right: 100px;
    background: transparent;
    color: #fff;
    font-size: 11px;
}

    #geoChart .leaflet-control a {
        color: #fff;
    }

    #geoChart .leaflet-control:hover {
        opacity: 1;
    }

#geoChart .leaflet-bar a, #geoChart .leaflet-bar a:hover {
    background-color: #111;
    border: none;
    color: #ccc;
}

.DVSL-leaflet {
    background: #1a2326 !important;
}

    .DVSL-leaflet:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: #234f61;
        content: "";
    }
/* .startup .DVSL-leaflet:after {
	background:yellow;
	opacity:.1;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	content:"";
	pointer-events:none;
} */


/* timechart toolbar custom styles */

.DVSL-bar-left li a p, .DVSL-bar-right li a p {
    background-image: url(../img/sprite.png);
}

.DVSL-bar-top > li a span {
    background: url(../img/sprite.png) right 2px no-repeat;
}

.DVSL-info-right em, .DVSL-info-left em {
    border-color: rgba(30,30,30,0.7) !important;
}

.DVSL-info-right, .DVSL-info-left, .DVSL-info-center {
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.8) !important;
    border-bottom: 0 !important;
    width: 250px !important;
    box-shadow: 0 2px 6px 0 #000 !important;
}

header .DVSL-info-right, header .DVSL-info-left, header .DVSL-info-center {
    top: 200px !important;
}

.DVSL-info-left {
    margin-left: 150px !important;
}

.DVSL-bar-left > li a, .DVSL-bar-right > li a {
    color: #FFFFFF !important;
}

.DVSL-bar-dropdown {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6) !important;
    background-color: rgba(22, 22, 22, 0.5) !important;
    border: none !important;
}

.DVSL-bar-left > li a:hover, .DVSL-bar-right > li a:hover {
    opacity: 0.8 !important;
}

.DVSL-bar-dropdown ul li {
    display: block !important;
    width: 100% !important;
}

.DVSL-bar-dropdown a {
    background-color: rgba(22, 22, 22, 1) !important;
}

.DVSL-bar-left li > a, .DVSL-bar-right li > a {
    height: 37px !important;
}

.DVSL-info-left tr:nth-child(2n), .DVSL-info-right tr:nth-child(2n), .DVSL-info-center tr:nth-child(2n) {
    background-color: rgba(52, 52, 52, 0.5) !important;
}

.DVSL-info-right strong, .DVSL-info-left strong, .DVSL-info-center strong {
    color: #FFFFFF !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    background-color: rgba(12, 12, 12, 0.5) !important;
}

.DVSL-info-left table > tbody > tr > td,
.DVSL-info-right table > tbody > tr > td,
.DVSL-info-center table > tbody > tr > td {
    padding: 6px !important;
}

#detailBlock .DVSL-info-center {
    box-shadow: none !important;
    background: transparent !important;
}

#gpopup.DVSL-info-left {
    margin-left: 0 !important;
}

#gpopup tr.active {
    background: #444 !important;
    font-weight: bold;
}

.DVSL-info-left tr td:last-child, .DVSL-info-right tr td:last-child, .DVSL-info-center tr td:last-child {
    color: rgba(255,255,255,.7) !important;
}

/* .loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
} */

#oops {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    background: rgba(0,0,0,.7);
    margin: -200px 0 0 -200px;
    border-radius: 9px;
    box-shadow: 0 2px 10px #000;
    text-align: center;
    z-index: 99999;
}

#zoomy {
    width: 200px;
    height: 178px;
    margin: 50px 0 30px 100px;
    background: url(../img/zoomy.svg) center center no-repeat;
    background-size: 100% auto;
    position: relative;
}

#oops a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    margin-top: 12px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 2px 6px #000;
    background: #c33;
}

#oops .loader:before,
#oops .loader:after {
    border-radius: 50%;
    position: absolute;
    content: '';
}

#oops .loader:before {
    width: 40px;
    height: 40px;
    background: #09c;
    border-radius: 100% 0 0 0;
    top: 31px;
    left: 31px;
    -webkit-transform-origin: 40px 40px;
    -moz-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    -o-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: load2 infinite ease 1.4s;
    -moz-animation: load2 infinite ease 1.4s;
    -o-animation: load2 infinite ease 1.4s;
    animation: load2 infinite ease 1.4s;
}

#oops .loader:after {
    width: 30px;
    height: 30px;
    background: #6c0;
    border-radius: 100% 0 0 0;
    top: 36px;
    left: 114px;
    -webkit-transform-origin: 30px 30px;
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -o-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
    -webkit-animation: load2 infinite ease 1.6s;
    -moz-animation: load2 infinite ease 1.6s;
    -o-animation: load2 infinite ease 1.6s;
    animation: load2 infinite ease 1.6s;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width : 1024px) {

#timeChart {
    margin-right: 0;
}

#zoomcharts {
    display:none;
}
#filters {right:256px;}
#filters h1 {display:none !important;}
#filters-active {
    width: 100%;
}
aside, #profile {
     width:240px;
}
.details-list li h5 {font-size:13px;padding-left:20px;}
.details-list .amount {font-size:14px;}
.details-list li {
    padding: 10px 10px 10px 40px;
}
.details-list li .categories {
    top: 0;
    width: 60px;
    height: 60px;
}
.details-list li:before {
    left: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
}
.details-list li .info {left:78px}
.details-list#details_Startup li .categories, .profile-investor .details-list li .categories, .profile-company .details-list li .categories {
    border: 9px solid rgba(255,255,255,.1);
    border-radius: 100%;
    width: 34px;
    height: 34px;
    margin: 13px 0 0 4px;
}
#profile .top {
    padding:12px 10px;
}
#profile h5 {
    font-size:17px;
    padding-top:5px !important;
    background-position: 0 13px;
}
#profile .amount {
    font-size:13px;
    padding-top:10px;
}
#profile .profile-data {
    padding: 0 0 10px 0;
    font-size: 13px;
}
#profile .details-list h5 {
    font-size:13px;
    line-height:100%;
    background-position: 0 6px;
}
.categories > span {
    left: 55px !important;
}
#legend ul li {
    font-size: 11px;
    line-height: 16px;
}
.color {
    margin: 2px 5px 0 0;
}

}

#tour {
    position:fixed;
    z-index:999999;
    background:#fff;
}

@media only screen and (max-height : 840px) {

    #legend ul li {
        padding: 0 8px;
    }

}

@media only screen and (max-height : 700px) {

    #legend ul li {
        font-size: 12px;
    }

    .details-list li {
        padding: 16px 10px 16px 80px;
        min-height: 54px;
    }

        .details-list li .categories {
            left: 10px;
            top: 5px;
            width: 60px;
            height: 60px;
        }

        .details-list li:before {
            left: 21px;
            top: 26px;
            width: 38px;
            height: 38px;
        }

        .details-list li .info {
            padding-top: 8px;
            left: 80px;
        }

    .details-list .DVSL-info-center {
        left: 70px;
    }

    .details-list#details_Startup li .categories, .profile-investor .details-list li .categories {
        width: 40px;
        height: 40px;
        left: 11px;
        top: 16px;
        border-width: 9px;
    }

    .categories > span {
        left: 58px !important;
    }
}


@media only screen and (max-height : 642px) {
    #legend ul {
        max-height: 300px;
        overflow: auto;
        white-space: nowrap;
    }
}

@media only screen and (max-height : 520px) {
    #legend ul {
        max-height: 240px;
        overflow: auto;
        white-space: nowrap;
    }
}
