/*
*css on landing.php
*/
.labelList {
        display: none;
    }

    .barData {
        display: none;
    }

    .barData1 {
        display: none;
    }

    .lineData {
        display: none;
    }   

    #mySidenav .menu {
        position: absolute;
        right: -40px;
        transition: 0.3s;
        padding: 5px 11px;
        width: 100px;
        text-decoration: none;
        font-size: 20px;
    }

    #mySidenav .menu:hover {
        right: 0px;
    }

    .hommemenu {
        top: 20px;       
    }

    .apexmenu {
        top: 80px;       
    }

    .glaciermenu {
        top: 140px;       
    }

    .cubesmenu {
        top: 200px;        
    }

    .casesmenu {
        top: 260px;        
    }

    .statusmenu {
        top: 320px;       
    }

    .forecastmenu {
        top: 380px;        
    }

    .current {
        right: 0px !important;
        background: var(--color12);
        color: #fff;       
    }
.btn 
{
   padding: 5px 10px;
   border: 1px solid black;
   margin: 0px 5px;
   border-radius: 5px;
   background: blue;
   color: #fff;
   text-decoration: none;
}

.btn {
    padding: 5px 10px;
    border: 1px solid black;
    margin: 0px 5px;
    border-radius: 5px;
    background: blue;
    color: #fff;
    text-decoration: none;
}

.btn13 {
    position: relative;
    width: 60px;
    height: auto;
    top: -1px;
    left: 95%;
    transition-duration: 0.5s;
    right: 0;
    cursor: pointer;
}
.box_title h3 {
    margin-top: 25px;
}       
.btn13 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 30px;
    background-color: #fff;
}
.btn13 .icon::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: 10px;
}
.btn13 .icon::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: -10px;
}
.btn13.open .icon::before {
    transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, -3px);
}
.btn13.open .icon::after {
    transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 3px);
}
.morebtn {
    text-decoration: none;           
    color: var(--color12);
    position: absolute;
    top: 1px;            
    font-size: 25px;
    right: 5px;            
}       
.infoID {
    text-align: center;
    color: var(--color12);
    display: block;
    font-weight: 700;
    font-size: 1.3rem;
    position: relative;            
    width: 100%;
    cursor: pointer;
    transition: all .25s cubic-bezier(0.45, -0.07, 0.47, 3.0);
 
}

.top-bar,
.bottom-bar {
    margin: auto;
    display: block;
    position: relative;
    width: 100%;
    height: .1rem;
    background: var(--color12);
    transition: all .45s cubic-bezier(0.45, -0.07, 0.47, 1.6);
    top: 0;
}

.is-active .top-bar {
    top: 1.2rem;
    transform: rotate(45deg);
    width: 65%;            
    height: 0.2rem;
    opacity: 99;
    z-index: 99;
}

.is-active .infoID {
    opacity: 0;
    transform: translateX(10px);
}

.is-active .bottom-bar {
    top: -0.5rem;
    transform: rotate(-45deg);
    width: 65%;
    height: 0.2rem;
    z-index: 99;
}

.valid_ext_box {
    top: 0;
    right: 0%;
}

.iconicmenu {
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 2px 0px;
}

.iconicmenu,
.iconicmenu * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iconicmenu input[type="checkbox"] {            
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.iconicmenu>label {            
    z-index: 1000;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;           
    top: 0;
    left: 0;
    background: white;
    text-indent: -1000000px;
    border: 6px solid var(--color12);            
    border-width: 6px 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;           
}

.iconicmenu li a {
    display: inherit;
    float: unset;
    cursor: pointer;
}

.iconicmenu>label::after {            
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 18%;
    top: 19%;
    left: 0;
    border: 6px solid var(--color12);            
    border-width: 6px 0;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;            
}

.iconicmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 40px;
    background: transparent;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 1;
    margin: 0px;
    width: 95%;
}

.iconicmenu li {
    display: block;
    margin: 0px 5px;           
    width: 100%;
}

.iconicmenu li a {
    display: block;            
    text-align: center;
    text-decoration: none;            
    padding: 10px 0px;
    padding-right: 15px;
    border-radius: 5px;           
}

.red {
    color: #ff0000;
    background: #fff;
    width: 100%;
}

#red::after {
    width: 100%;
}

.red:hover {
    color: #fff;
    background: #ff0000;
    width: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

#red::after {
    content: '';
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 6px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

.orange {
    color: #ffa500;
    background: #fff;
    width: 100%;
    border: 1px solid #ffa500;
}

.orange:hover {
    color: #fff !important;
    background: #ffa500 !important;
    border: 1px solid #ffa500;
}

.orangeborder {
    border: 1px solid #ffa500 !important;
}

.orangetext {
    color: #ffa500 !important;
}

#orange::after {
    content: '';
    color: #fff;
    background: #ffa500;
    border: 1px solid #ffa500;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 186px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}       
.yellow:hover {
    color: #fff;
    background: #ffff00;
    border: 1px solid #ffff00;
}

.yellow {
    color: #ffff00;
    background: #fff;
    width: 100%;
    border: 1px solid #ffff00;
}

.yellowborder {
    border: 1px solid #ffff00 !important;
}

.yellowtext {
    color: #ffff00 !important;
}

#yellow::after {
    content: '';
    color: #fff;
    background: #ffff00;
    border: 1px solid #ffff00;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 365px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

.green:hover {
    color: #fff;
    background: #008000;
    border: 1px solid #008000;
}

.green {
    color: #008000;
    background: #fff;
    width: 100%;
    border: 1px solid #008000;
}

.greenborder {
    border: 1px solid #008000 !important;
}

.greentext {
    color: #008000 !important;
}

#green::after {
    content: '';
    color: #fff;
    background: #008000;
    border: 1px solid #008000;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 550px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

.blue:hover {
    color: #fff;
    background: #0000ff;
    border: 1px solid #0000ff;
}

.blue {
    color: #0000ff;
    background: #fff;
    width: 100%;
    border: 1px solid #0000ff;
}

.blueborder {
    border: 1px solid #0000ff !important;
}

.bluetext {
    color: #0000ff !important;
}

#blue::after {
    content: '';
    color: #fff;
    background: #0000ff;
    border: 1px solid #0000ff;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 731px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

.indigo:hover {
    color: #fff;
    background: #4b0082;
    border: 1px solid #4b0082;
}

.indigo {
    color: #4b0082;
    background: #fff;
    width: 100%;
    border: 1px solid #4b0082;
}

.indigoborder {
    border: 1px solid #4b0082 !important;
}

.indigotext {
    color: #4b0082 !important;
}

#indigo::after {
    content: '';
    color: #fff;
    background: #4b0082;
    border: 1px solid #4b0082;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 912px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

.violet:hover {
    color: #fff;
    background: #ee82ee;
    border: 1px solid #ee82ee;
}

.violet {
    color: #ee82ee;
    background: #fff;
    width: 100%;
    border: 1px solid #ee82ee;
}

.violetborder {
    border: 1px solid #4b0082 !important;
}

.violettext {
    color: #4b0082 !important;
}

#violet::after {
    content: '';
    color: #fff;
    background: #ee82ee;
    border: 1px solid #ee82ee;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    height: 95%;
    left: 1093px;
    top: 0;
    width: 13px;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
}

#red::after:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#redcontent {
    border: 1px solid red;
    border-radius: 5px;
}       
.iconicmenu ul label {            
    cursor: pointer;
    position: relative;
    height: 100%;
    text-align: center;
}

.iconicmenu ul label::after {
    /* label button x */
    content: "x";
    display: inline-block;
    line-height: 14px;
    color: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 20px;
    height: 18px;
    background: var(--color12);
    font-size: 18px;
    margin: 5px;
    margin-top: 10px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

  .iconicmenu input[type="checkbox"]:checked~label,
  .iconicmenu ul label:hover::after {
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);            
  }

  .iconicmenu input[type="checkbox"]:checked~ul {
    left: 0;
    opacity: 1;
  }

.Expand {
    left: 10%;           
    opacity: 1;
}

@media screen and (max-width: 580px) {

    /* Hide toggle icon when menu is already open (increases usable menu space by 40px) */
    .iconicmenu input[type="checkbox"]:checked~label {
        display: none;
    }

    .iconicmenu input[type="checkbox"]:checked~ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 560px) {

    /* Convert horizontal menu to vertical drop down instead (friendly across all screen sizes) */
    .iconicmenu {
        overflow: visible;
    }

    .iconicmenu ul {
        height: auto;
    }

    .iconicmenu ul li {
        min-width: 200px;
        ;
        display: block;
    }

    .iconicmenu ul li a {
        /* float: none;; */
        text-align: left;
    }
}



.graph_main_section {   
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.btnactive {
    background: #fff!important;
    border: 1px solid blue!important;
    color: blue!important;
}

.tooltip1
{
    display: none !important;
}
tr td.tool:hover .tooltip1
{
    display: block !important;
    top: -25px !important;
    padding: 10px 5px 20px 10px !important;
}

.valid_ext_box {
    top: 43% !important;
}

#data_table_top_button.button_placeholder{ overflow:visible; }
#data_table_top_button .hamburger {
	top:20px;
	position:relative;
	}
#right_arrow .infoID{ color:#000; }
#right_arrow .top-bar, #right_arrow .bottom-bar{ background-color:#000; }