:root {
    --white: #ffffff;
    --black: #141414;
    --whitebreak: #e5e5e5;
    --red: #e32122;
    --darkgray: #464b4f;
    --blue: #5a91c8;
    --violet: #6a6a8f;
    --green: #1a9f37;
    --lightgray: #919294;
    --gray: #5a5a5a;
}

::selection {
    background-color: transparent;
}

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


/* Track */

::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.selected {
    color: var(--red)
}

.unselected {}

#map {
    height: 100vh;
    width: 100%;
    background: rgb(177, 52, 52)(243, 235, 235);
}

body {
    margin: 0px;
}

.v-application--wrap {
    min-height: inherit;
    /*height: 800px;*/
    max-width: 100%;
}


/* #app {
    height: 800px;
} */


/* .v-application--wrap {
    height: 100vh;
} */

.v-application {
    font-family: 'Montserrat';
    font-weight: 300;
    color: var(--black);
}

.logo {
    width: 100%;
    max-height: 50px;
}

.tml-container {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.tml-control {
    position: absolute;
    top: 0px;
    margin: 10px;
    z-index: 99;
}


/* .tml-menu {
    height: 100vh;
    width: 25%;
    min-width: 300px;
    right: 0px;
    top: 0px;
    padding: 10px;
    position: absolute;
    z-index: 10;
} */

.tml-menu {
    padding: 20px;
}

.tml-context {
    width: 25%;
    min-width: 400px;
    top: 0px;
    position: absolute;
    z-index: 10;
    padding: 10px;
    height: 100%;
    pointer-events: none;
}

.tml-context:hover {
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    transition: all 1s; */
}

.tml-context div {
    pointer-events: all;
}

.tml-context .indicador:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: all 1s;
}

.tml-globe {
    /* height: 100vh; */
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.tml-tsne {
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: 'rgba(255,255,255,0.5)';
}

#tsne {
    cursor: crosshair;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#tsne-help {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    /* left: calc(25% + 20px); */
    left: 20px;
    font-weight: 600;
}

.row {
    padding: 0px;
    /*height: 100vh;*/
    margin: 0px;
    display: flex;
    flex-wrap: inherit;
    flex: 1 1 auto;
}

.container {
    padding: 0px;
}

.col {
    padding: 5px;
}

h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--black);
    text-transform: capitalize;
}

h2 span.note {
    font-weight: 300;
}

h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    text-transform: initial;
    padding-right: 30px;
}

h4 {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: var(--gray);
    text-transform: capitalize;
}

h6 {
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
}

li {
    list-style-type: none;
}

.v-application ol,
.v-application ul {
    padding-left: 0px;
}

.li-ind {
    color: var(--black);
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.li-ind.active {
    color: var(--red);
}

.v-expansion-panel-header {
    font-weight: 600;
    color: var(--gray);
    font-style: italic;
    padding: 10px;
}

.v-expansion-panel-content__wrap {
    padding: 0 10px 10px;
    flex: 1 1 auto;
    max-width: 100%;
}

.v-expansion-panel-header {
    min-height: 42px;
}

.v-expansion-panel--active>.v-expansion-panel-header {
    min-height: 42px;
}

.indicador {
    /* text-align: right;
    border-top: 1px solid lightgray; */
    padding-top: 0px;
    border-top: 1px solid black;
    margin-bottom: 10px;
}

.indicador h3 {
    width: calc(100% - 50px)
}

.indicador a {
    text-decoration: none;
}

.select-indicador p {
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--darkgray)
}


/*----------*/

#globe {
    overflow: hidden;
    cursor: crosshair;
    /* margin-top: 50px; */
}

#globe-container {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    height: 100%;
}

#label {
    color: white;
    background: black;
    padding: 0px;
    padding: 5px;
    z-index: 9999;
}

.scene-tooltip {
    z-index: 9999;
}

#label2 {
    color: white;
    background: rgb(65, 65, 65);
    padding: 0px;
    padding: 5px;
    font-weight: 600;
}

#circos {
    position: absolute;
    /* background: #ff00003d; */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

path.tile {
    pointer-events: all;
}

span.cross {
    font-size: 1.5em;
    /* vertical-align: bottom; */
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
}

span.cross.unactive {
    color: rgb(199, 199, 199);
}

#nav-loading {
    height: 100vh;
    width: 100%;
    color: var(--red);
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: center;
    background: white;
}

#nav-loading.loading {
    background: rgba(255, 255, 255, 0.5)
}

.v-application--is-ltr .v-banner__wrapper {
    padding: 10px;
}

.theme--light.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper {
    border-bottom: none;
}

.v-banner__content {
    display: flex;
    flex: none;
    overflow: inherit;
    justify-content: left;
}

.li-ind {
    text-transform: initial;
}

.li-ind span:hover {
    opacity: 0.5;
}

.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
    color: rgb(255 0 0 / 86%);
}

.histogram {
    position: absolute;
    width: 300px;
    top: 0;
    height: 100%;
    padding: 0px;
    left: 0px;
}

.histogram>div {
    height: 100%
}

#countrychart {
    height: 300px !important;
}

.v-expansion-panel:before {
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 0px 3px 1px rgb(0 0 0 / 20%);
}

.select-panel {
    height: 300px;
    overflow: scroll;
}

.tml-acordeon {
    height: 100%;
    overflow: hidden;
    transition: all 1s;
}

.tml-acordeon:hover {
    background: rgba(255, 255, 255, 0.8);
}

.tml-panel .tml-panel-content {
    display: none;
    transition: all 1s;
}

.tml-panel.active .tml-panel-content {
    display: block;
    /* height: calc(100% - 50px); */
    overflow: hidden;
    padding: 0px 7px;
}

.topline {
    border-top: 4px solid black;
}

.tml-panel-button {
    cursor: pointer;
    font-weight: 900;
    font-style: italic;
    padding: 5px 7px;
    /* transition: all 1s; */
    text-transform: uppercase;
}

.active .tml-panel-button {
    color: var(--red)
}

.tml-panel-content p {
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 10px;
}

.tml-panel {
    border-top: 1px solid black;
    transition: all 1s;
    /* overflow: auto; */
}

.slider {
    overflow: hidden;
}

.slider-left {
    float: left;
    font-weight: 500;
    font-size: 12px;
}

.slider-right {
    float: right;
    font-weight: 500;
    font-size: 12px;
}

.slider-head {
    overflow: hidden;
}


/*--------*/

.scroll-panel {
    height: 100%;
    overflow: auto;
}

.v-select .v-chip {
    flex: 0 1 auto;
    margin: 2px;
}

.v-chip.v-size--small {
    border-radius: 12px;
    font-size: 10px;
    height: 22px;
    font-weight: 500;
}

.v-input--selection-controls .v-input__slot>.v-label,
.v-input--selection-controls .v-radio>.v-label {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    height: auto;
    font-weight: 600;
}

.theme--light.v-label {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
}

h7 {
    border-top: 1px solid gray;
    padding: 5px 0;
    margin: 10px 0px;
    font-weight: 400;
    display: block;
    font-weight: 600;
}

span.ind-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    display: inline-block;
    text-transform: lowercase;
}

.last {
    /* border-bottom: 1px solid black; */
}

.tml-panel-content {
    overflow: auto;
    /* height: 100%; */
}

.bucket {
    display: inline-block;
}

.bucket .color {
    height: 5px;
    border-left: 1px solid black;
}

.bucket .text {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
}

.label-country {
    font-weight: 800;
}

.label-var {
    opacity: 0.7;
    font-weight: 200;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: inline-block;
}

.label-val {}

.label {}

.v-dialog {
    background: white;
}

.dialog {
    padding: 10px;
    font-weight: 600;
    /* height: 100vh; */
    max-width: 800px;
}

.dialog h2 {
    margin: 0px;
}

.dialog_ghsl {
    /* height: 100%; 140 */
    height: calc( 100vh - 80px);
}

.cases_dialog {
    height: 200px;
    padding: 10px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

button.floatpoint {
    position: absolute;
    right: 0px;
    z-index: 999;
}

.myiframe {
    width: 100%;
    height: calc( 100vh - 20px)
}

div#tooltip {
    position: absolute;
    font-family: sans-serif;
    display: inline-block;
    padding: 3px 6px;
    font-family: 'Open Sans' sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 0px solid #999;
    border-radius: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
}


/***/

.detach {
    display: inline-block;
    border: 1px solid #000000;
    color: black !important;
    border-radius: 200px;
    margin-left: 5px;
    padding: 2px;
    font-size: 16px !important;
    cursor: pointer;
    /* background: rgba(255, 255, 255, 0.5); */
}

.tml-context .icons {
    position: absolute;
    right: 10px;
    margin-top: 5px;
    display: block;
}

.download {
    font-size: 16px !important;
    color: black !important;
}

.v-input--selection-controls {
    margin-top: 4px;
    padding-top: 4px;
}

.v-input__control {
    font-weight: 600;
}

.instructions {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.stats-card {
    padding: 20px;
}

p.instructions {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}

.video-js {
    background-color: #fff;
}

.video-js:hover .vjs-big-play-button,
.vjs-custom-skin>.video-js .vjs-big-play-button:focus,
.vjs-custom-skin>.video-js .vjs-big-play-button:active {
    background-color: rgba(121, 121, 121, 0.9);
}

.rightbox {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.rightbox span {
    font-weight: 400;
    font-size: 13px;
}

.button-bar {
    display: flex;
}

.button-bar>span {
    margin-left: 10px;
}

.mx-2.v-btn.v-btn--is-elevated.v-btn--fab.v-btn--has-bg.v-btn--round.theme--dark.v-size--small {
    margin: 0px !important;
}

.tml-context {
    left: 0px
}

.tml-control {
    right: 0px;
}

@media only screen and (min-width: 720px) {
    .tml-context {
        left: 0px
    }
    .tml-control {
        right: 0px;
    }
}

@media only screen and (min-width: 900px) {
    .tml-context {
        left: calc(50vw - 450px)
    }
    .tml-control {
        right: calc(50vw - 450px)
    }
}

@media only screen and (min-width: 1400px) {
    .tml-context {
        left: calc(50vw - 700px)
    }
    .tml-control {
        right: calc(50vw - 700px)
    }
}