/* TEV Specific CSS */
html,body{
    height: 100%;
}
.header-section{
    margin-left: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.header-logo{
    max-height: 5vh;
    cursor: pointer;
}

.graph-type-image{
    max-height: 4rem;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.graph-type-image:hover{
    box-shadow: 0 0 2px 2px #F7931D;
}

#world-map{
    width: 120%;
}
.svg-container{
    height: 100% !important;
}

.header-title-div{
    width: 100%;
    justify-content: center;
    display: flex;
}
.header-title{
    margin: 0;
    margin-top: 5px;
    align-items: inherit;
    text-align: center;
}
.dash-table-container{
    overflow-x: auto;
}
.f-h-scroll-div {
    height: 100%;
    background-color:white;
    overflow-y:auto;
    overflow-x:hidden;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
}
.tab-section-container{
    height: 100%;
    position: relative;
    display: block;
}
.tab-section-container-div{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
}
.tab-section{
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    color: black;
}
/* .tab-section:last-child{
} */
.tab-section-table{
    color: #000;
    overflow: hidden;
    flex: 1;
    flex-direction: column;
    display: flex;
    transition: ease-in-out 0.3s;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 0;
}
.table-collapse-button{
    border-radius: 0.5rem;
    text-align: center;
    background: #7a7a7a;
    cursor: pointer;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0;
}
.table-collapse-button i{
    color:white;
    display: block;
    transition: ease-in-out 0.3s;
}
.graph-section{
    display: flex;
    width: 100%;
    margin-bottom: 0;
    flex: 2;
    overflow-y: clip;
}
.graph-section-left{
    width: 31rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: clip;
}
.graph-section-left-bottom{
    padding: 0.5rem 0.5rem 0 0;
    margin:0;
}
.graph-section-left-top{
    padding: 0 1rem 0.5rem 0;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.graph-section-right{
    padding: 10px;
    background: white;
    width: 100%;
    height: 100%;
    overflow: clip;
}

.main-graph-size {
    height: 100%;
    width: 100%;
}
/* Generic CSS from template */
.mid {
    /* height: calc(100% - 134px); */
    flex: 1;
    width: 100%;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.options-right {
    position: fixed;
    height: 95vh;
    width: 70%;
    left: 30%;
}
.options-right-open {
    position: fixed;
    height: 95vh;
    width: 97%;
    left: 3%;
}


.options-left {
    /* transition: 0.5s; */
    position: fixed;
    height: 95vh;
    width:30%;
    float: left;
    padding: 10px 10px 10px 0px;
}

.options-left-closed {
    /* transition: 0.5s; */
    position: fixed;
    height: 95vh;
    width:30%;
    float: left;
    padding: 10px 10px 10px 0px;
    right: 97%;
}

.optionsLeft-2 {
    height: 95vh;
    width: 10%;
    float: left;
    padding: 10px 10px 10px 0px;
}


.dropdown-t {
    height: 20%; 
    width: 100%;
    background-color: white; 
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    overflow-y: auto;
}


.dropdown-b {
    width:100%;
    background-color: white;
    height: calc(80% - 65px);
    border-radius: 10px;
    margin-top:20px;
    margin-bottom: 10px;
    overflow-y:scroll;
    overflow-x:hidden;
    padding: 10px;
}

.year-slider-container{
    background: #ffffff;
    border-radius: 0.3rem;
}
.year-slider{
    padding:2.6rem 1.2rem 1rem !important;
}

.value-container{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ttooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.ttooltip i {
    padding-top: 0.2rem;
    margin: 0 0.2rem !important;
}
.ttooltip .ttooltiptext {
    transition: 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    width: 14rem;
    margin-left: -7rem;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    font-size: 1rem;
}
.ttooltip .ttooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.ttooltip:hover .ttooltiptext {
    opacity: 100;
    visibility: visible;
}


.left-container {
    background-color: #C4C4C4;
    height: 100%; 
    width: 100%; 
    padding: 10px 0px 10px 10px;
    border-radius: 0px 10px 10px 0px;
}

.dropdown-container {
    height: 100%; 
    width: 90%;
    float: left;
}

.slider {
    width: 100%;
    height: 100%;
    vertical-align: center;
}
.buttonstyle {
    /* margin: 5px; */
    width: 5%;
    height: 100%;
    background-color: #C4C4C4; 
    border-color: #C4C4C4; 
    float: right;

}

.m-m {
    width: 100%;
    height: 100%;
    margin-top: 3.5%;
}

.w-full {
    width: 100%;
    height: 20%;
    margin: 3px;
}


.gen-button {
    width: 100%;
    height: 40px;
}


.h-full {
    height: 100%;
}

.f-h {
    height: 100%;
    /* background-color:white; */
    /* border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-bottom-right-radius : 10px;
    border-bottom-left-radius : 10px; */
    /* border-radius: 10px; */
}

.fl-r {
    float: right;
    width: 20%;
}

.graph-size {
    height: 65vh;
    width: 100%;
}


.tab-container{
    display: block;
    width: 38rem;
}
@media only screen and (max-width: 799.9px) {
    .tab-container{
        width: 100%;
    }
    .f-h-scroll-div {
        border-radius: 0 0 10px 10px;
    }
    .cattabs:not(:first-child){
        border-radius: 0;
    }
}

.tab-parent{
    height: 100%;
}
.tab-content{
    height: 100%;
    background-color:#f6f6f6;
}

.cattabs {
    border-bottom: 1px white;
    border-top: 1px white;
    border-left: 1px white;
    background-color: white;
    box-shadow: 1px 1px 0px white;
    color:black;
    border-right: 1px white;
    font-weight: bold;
}

.r {
    border-radius: 10px;
}

.tab-panel {
    padding: 10px;
    height: 100%;
}

.yearDiv {
    color: black;
    text-align: center;
    align-content: center;    
}

.yearHtmlDiv {
    height: 100%;
    width:100%; 
    background-color:white;
    border-radius: 10px;
    padding: 10px;
}

.test {
    background-color: blue;
}

.main-div {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    position: fixed;
}

.dropdownstyling {
    color: black;
    border-width: 2px;
    border-color: blue;
    padding: 10px;
}


/*skys styles*/

.dropdown-label {
    font-weight: bold;
    font-size: 1.15em;
    color: black;
    margin-left: 5px;
}

.country_dropdown {
    color: black;
    width: 95%;
    display: table;
    margin: 0px 10px 10px 10px;
}

.graph-styling {
    border-radius: 10px;
    /* height: 100%;
    background-color: pink; */
}

.chrolo-map-dropdowns {
    color: black;
    width: 90%;
    display: table;
    margin: 0 auto;
}

.graph-section-type{
    margin-right: 1rem;
}
.graph-type-image-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid black;
    align-items: center;
    align-self: center;
    padding: 15%;
}

.graph-section-options{
    /* border: 1px solid red; */
    flex: 1;
}

.graph-options-dropdown-TEV{
    width: 100%;
    color: black;
}

/* metadata */
.meta-scroll{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.meta-section-wrapper{
    position: relative;
    flex: 1;
}
.meta-section{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex: 1;
    margin-bottom: 0;
}
.meta-section-left{
    flex: 2;
    margin-right: 1rem;
    margin-bottom: 0;
}
.meta-section-right{
    flex: 7;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.meta-data-container{
    overflow-y: scroll;
    flex:1;
}
.meta-gbads-source{
    margin-bottom: 1rem;
    border-radius: 0 0 0.4rem 0.4rem;
}
.meta-source-button{
    cursor: pointer;
    text-align: center;
    background: white;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    transition: ease-in-out 0.1s;
}
.meta-source-button:hover{
    background-color: lightgray;
}
.meta-source-dropdown{
    background: white;
    padding: 0.5rem;
    border-radius: 0.4rem 0.4rem 0 0;
    margin-bottom: 0;
    border-bottom: solid 1px lightgray;
}
.meta-gbads-button{
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: solid 1px white;
}
.provenance-button{
    border-radius: 0 0 0.5rem 0.5rem;
    margin-bottom: 0;
}
.download-button{
    cursor: pointer;
    background: #F7931D;
    width: fit-content;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    font-weight: bold;
    margin: auto;
    text-decoration: none;
    color: #000;
}
.download-container{
    position:absolute !important;
    top: 0;
}


/* scroll bar */
    /* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}
    /* Track */
::-webkit-scrollbar-track {
    display: none;
    width: 10px;
}
   
    /* Handle */
::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}
  
    /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: grey;
    border-radius: 10px; 
}