/* map */
#search-wrapper {
    top: 10px;
    bottom: initial;
}

#map-wrapper {
    height: 350px;
    width: 100%;
    background-color: #f4f4f4;
    position: relative;
    transition: .4s all;
}

#map-wrapper.open #map {
    background-image: initial!important;
}

#map-wrapper.open {
    height: 600px;
}

#map {
    background-color: #f4f4f4;
}

.open-map {
    cursor: pointer;
    width: 250px;
    height: 30px;
    background-color: #19b5fe;
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    z-index: 400;
    text-align: center;
    font-weight: bold;
    line-height: 29px;
    transition: .5s all;
}

#map-wrapper .open-map .text {
    display: block;
}

#map-wrapper.open .open-map .text {
    display: none;
}

#map-wrapper .open-map .text-open {
    display: none;
}

#map-wrapper.open .open-map .text-open {
    display: block;
}

.open-map svg {
    transition: .4s all;
}

.open-map:hover {
    /*transform: translate(0px, 2px);*/
    background-color: #0f85bc;
}

.autoComplt-list {
    z-index: 999999!important;
}


#search {
    top: 20px;
    bottom: initial;
}



.leaflet-popup-content .marker-title {
    font-family: 'Overlook', Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    font-weight: bold;
}

.leaflet-popup-content .marker-description {
    font-family: 'Overlook', Arial, Helvetica, sans-serif;
}

.leaflet-popup-content {
    margin: 0!important;
    padding: 10px !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 3px!important;
}

.marker-cluster-medium {
    background-color: rgba(171, 171, 171, 0.65);
}

.marker-cluster-medium div {
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-cluster-small {
    background-color: rgba(171, 171, 171, 0.65);
}


.marker-cluster-small div {
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-cluster-large {
    background-color: rgba(171, 171, 171, 0.65);
}

.marker-cluster-large div{
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-label .icon {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.marker-label .icon:hover {
    -webkit-filter: brightness(90%);
}

.leaflet-popup-content {
    line-height: 1.5;
}


.leaflet-default-icon-path {
    background-image: url(/img/mapbox/marker-icon.png);
}

.leaflet-control-layers-toggle {
    background-image: url(/img/mapbox/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/img/mapbox/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-popup-close-button {
    display: none;
}

.leaflet-container a {
    color: #49b3ff;
}

.marker-cluster div {
    font-family: 'Overlook', "Open Sans", Arial, sans-serif;
}

.leaflet-popup-content {
    overflow-y: auto;
    max-height: 250px;
}

.marker-label div {
    width: 25px;
    height: 30px;
    position: relative;
    left: -12px;
    top: -25px;
}

.marker-label.primary div {
    width: 35px;
    height: 48px;
    position: relative;
    left: -17px;
    top: -35px;
}

.marker-label span {
    color: #fff;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 25px;
    display: block;
    top: 11px;
    font-size: 10px;
    pointer-events: none;
}

.marker-label.primary span {
    width: 27px;
    top: -5px;
    font-size: 12px;
}

.marker-label .icon {
    width: 20px;
    height: 29px;
    position: absolute;
    top: 7px;
    left: 3px;
    z-index: 1;
}

.marker-label.primary .icon {
    width: 40px;
    height: 60px;
    top: -22px;
    left: -6px;
}

.marker-label .marker-shadow {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 2px;
    left: 3px;
}

.leaflet-touch .leaflet-bar a {
    width: 26px;
    height: 26px;
}







.keyword {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    color: #fff;
    background-color: #5f5f5f;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 15px;
    white-space: normal;
    word-break: break-all;

    font-family: 'Overlook', "Open Sans", Arial, sans-serif;
}

.profile-box {
    background-color: #ffffff;
    box-shadow: 0px 8px 18px #e6e6e6;
    margin-bottom: 2rem;
    position: relative;
    text-align: left;
}

.profile-box .header {
    background-color: #5f5f5f;
    padding: .65rem 2.2rem;
}

.profile-box .header h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
}

.profile-box .content {
    padding: .5rem;
}

.profile-box .content .label-header {
    background-color: #ede9ea;
    padding: 3px;
    border-left: 8px solid #f89406;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.profile-box .label-header .register-type-date {
    color: #6c757d;
    float: right;
    font-size: .9rem;
    padding-right: .5rem;
}

.profile-box .label-header .icon {
    width: 12px;
}

.profile-box .content .t-label {
    color: #6c757d;
    width: 100%;
    display: inline-block;
    font-family: 'KlinicSlab', Times, serif;
    font-size: 1.1rem;
}

.profile-box .content .data {
    margin-left: 1.3rem;
    margin-bottom: 1.5rem;
}

.nav-box {
    position: sticky;
    top: 5.5rem;
    text-align: left;
}

.nav-box .header {
    background-color: #f89406;
    color: #ffffff;
    padding: .65rem 2.2rem;
}

.nav-box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-box .content a {
    color: #212529;
}

.nav-box .content {
    background-color: #ffffff;
    padding: .5rem;
}

.nav-box .content ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 6px 0;
}

.nav-box .content ul li:last-of-type {
    border-bottom: 0;
}

.documents {
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    margin-top: 1rem;
}

.documents hr {
    margin: 0;
    border-top: 1px solid #ccc;
}

.documents .title {
    font-size: 1rem;
    font-weight: bold;
}

.documents .desc {
    font-size: .8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.documents .txt-small {
    font-size: .8rem;
    text-align: right;
    margin-top: 3px;
}

.documents .count-badge {
    font-size: 14px;
}

.documents .btn {
    font-size: .75rem;
}

.tax-note {
    font-size: .8rem;
    text-align: right;
    margin-top: 3px;
}

.check-list .txt-small {
    margin-left: 30px;
    display: block;
    font-size: 11px;
}


/* ad */
.ad {
    background-color: #f89406;
    margin-bottom: 25px;
    padding: 15px;
    display: block;
}

.ad:hover {
    text-decoration: none;
}

.ad .slogan {
    font-size: 22px;
    color: #fff;
    font-family: 'Overlook', 'Open Sans', Arial, sans-serif;
    font-style: italic;
    line-height: 1.2;
}

.ad .slogan p {
    font-size: 15px;
    margin-top: .3rem;
    margin-bottom: 0;
    font-style: normal;
}

.ad .arrow-text {
    color: #333;
    font-size: 14px;
    text-align: right;
    transition: .4s font-weight;
    font-weight: bolder;
}

.ad .arrow {
    transition: .4s padding;
}

.ad:hover .arrow {
    padding-left: 10px;
}

.ad .logo-wrapper {
    text-align: center;
    padding-bottom: .5rem;
}

.ad .logo {

}

.ad .slogan {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .ad .slogan {
        margin: 0;
        font-size: 25px;
        text-align: left;
    }
    .ad .logo {
        width: 100%
    }
    .ad .logo-wrapper {
        text-align: left;
        padding-bottom: 0;
    }
}

.ad-txt {
    color: #bbb;
    font-size: 0.6em;
}

#ad-start {
    background-color: #fff;
    margin-bottom: 40px;
}

#ad-middle {
    background-color: #fff;
    margin-bottom: 20px;
}

#ad-end {
    background-color: #fff;
    margin-bottom: 20px;
}


.paywall {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.paywall .overlay {
    width: 100%;
    height: 170px;
    position: absolute;
    top: -140px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 80%, rgba(255,255,255,.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 80%,rgba(255,255,255,.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 80%,rgba(255,255,255,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    pointer-events: none;
}

.paywall .text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: #f5f5f5;
    border: 0;
    text-align: center;
    position: relative;
    padding: 1.25rem;
}

.paywall .text-wrap .title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    font-weight: 400;
}



/*Small devices (landscape phones, 576px)*/
@media (max-width: 767px) {
    .profile-box .content .t-label {
        margin-top: .5rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .profile-box .content .t-label {
        width: 160px;
        margin-bottom: .5rem;
    }
    .profile-box .content .t-label.w-100 {
        width: 100%;
        margin-bottom: .5rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .profile-box .content {
        padding: 1.5rem 2rem;
    }

    .nav-box .content {
        padding: 1rem 2rem;
    }

    .paywall .text-wrap {
        margin: 20px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}


















/* timeline */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.vertical-timeline-content,
.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon .icon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 45px;
        height: 45px;
        left: 50%;
        margin-left: -23px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon .icon {
        margin-left: -10px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
}
.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 31px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 31px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }

    .vertical-timeline-content {
        top: -15px;
    }

    .vertical-timeline-content .vertical-date {line-height: 70px; font-size: 1rem;}
}


.vertical-timeline-icon {
    background: #f89406;
    color: #fff;
    border: 0;
}

#vertical-timeline::before {
    /*background: #f89406;*/
}

.vertical-date small {
    color: #19b5fe;
}


.vertical-timeline-headline {
    font-size: 1.1rem;
    color: #f89406;
}

.vertical-timeline-content .vertical-date {
    font-weight: bold;
}

.vertical-timeline-icon {
    border: 3px solid #f5f5f5;
}

#history {
    position: relative;
}

#history-wrapper {
    overflow-y: hidden;
    transition: .5s all;
}


.show-more {
    display: none;

    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    text-align: center;
    line-height: 130px;
    font-size: 28px;

    cursor: pointer;
}

.show-more .icon {
    transition: .5s all;
    color: #19b5fe;
    width: 2rem;
    height: 2rem;
    margin: 0;
}

.show-more:hover .icon {
    transform: translate(0px, 10px);
    color: #f89406;
}


.show-more.open .icon {
    transform: rotate(180deg);
}


/* person profile */
.company-icon {
    max-width: 50px;
    margin-bottom: .5em;
}

.company-icon.passive {
    opacity: .6;
}


#graphContent {
    position: relative;
}

#network-loader {
    position: absolute;
    height: 100%;
    width: 100%;
}

.person-role {
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    color: #6c757d;
}

.align-items-start {
    text-align: center;
}

/* network */
#graphContent svg {
    width: 100%;
    height: 600px;
    transition: .5s ease-in;
}

.network-group {
    display: block;
}


#graphContent text {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

#graphContent .node circle.company {
    stroke: #f5f5f5;
    stroke-width: 4;
    cursor: grab;
}

#graphContent .node circle.person {
    stroke: #f5f5f5;
    stroke-width: 4;
    cursor: default;
}


#graphContent .node circle.debug-node {
    fill: #dc3545!important;
}

#graphContent .node circle.passive-node {
    fill: #949393;
}

#graphContent .node  circle.passive-node.clickable:hover {
    fill: #676767;
}
#graphContent text {
    font-size: 13px;
}

#graphContent span {
    cursor: pointer;
}
#graphContent .node  circle.clickable:hover {
    cursor: pointer;
    fill: #0f85bc;
}


#graphContent .node .person {
    fill: #19b5fe;
    transition: .4s all;
}

#graphContent .node .profile {
    fill: #19b5fe;
    transition: .4s all;
    cursor: default;
}

#graphContent .node circle.profile {
    stroke: #fbc982;
    stroke-width: 4;
    fill: #f89406;
}

#graphContent .node .info {
    fill: #20a520;
    transition: .4s all;
    cursor: default;
    stroke: #f5f5f5;
    stroke-width: 4;
}

#graphContent .node .company {
    fill: #19b5fe;
    transition: .4s all;
    stroke: #f5f5f5;
}

#graphContent text.fa {
    pointer-events:none;
    font-size: 22px;
}

#graphContent text.status {
    pointer-events:none;
    font-size: 16px;
}

#graphContent text.status.active {
    fill: #109210;
}

#graphContent text.status.inactive {
    fill: #d82a2a;
}


#graphContent #arrowhead {
    fill: #19b5fe;
}

#graphContent #arrowhead-passive {
    fill: #999;
}

#graphContent #arrowhead path{
    fill: #19b5fe;
    stroke: none;
}

#graphContent .edgepath {
    fill-opacity: 0;
    stroke-opacity: 0;
    pointer-events: none;
}

#graphContent .edgelabel {
    font-size: 10px;
    fill: #aaa;
    pointer-events: none;
}

#graphContent .link {
    stroke: #999;
    stroke: #19b5fe;
    /*stroke: #109210;*/

    stroke-opacity: .6;
    /* stroke-width: 1; */

    /* transition: stroke-width 0.4s; */
}

#graphContent .link.passive {
    /*stroke: #e02235;*/
    stroke: #999;

}

#graphContent #arrowhead path {
    fill: #19b5fe;
}


#graphContent #arrowhead-passive path {
    fill: #999;
}

#graphContent .edgelabel textPath{
    text-anchor: middle;
    pointer-events: none;
    fill: #19b5fe;
}

#graphContent .edgelabel textPath.passive {
    fill: #999;
}

#graphContent .node image {
    pointer-events: none;
}

#graphContent #network-placeholder {
    display: none;
    background-image: url('/img/profiles/network-placeholder.jpg');
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#graphContent #network-placeholder table {
    height: 100%;
    width: 100%;
}

#graphContent #network-placeholder table tr td {
    color: #f89406;
    font-size: 20px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .profile-box .header h2 {
        font-size: 1.5rem;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .documents .desc {
        margin-bottom: 0;
    }

    .documents {
        margin-top: 0;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}





#register table th,
#register table td {
    vertical-align: top;
    border: 1px solid #ccc;
    font-size: 0.5em;
    line-height: 150%;
    padding: 5px 10px;
}



.urlCompanyLink {
    color: #212529;
}

.urlCompanyLink:hover {
    text-decoration: none;
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}