
/*
  .sidenav {
    overflow-y: hidden;
    height: 40% !important ;
    display: none;
    position: fixed;
    z-index: 1;
    top: 25%;
    left: 0;
   background-color: #171717;
    overflow-x: hidden;
    transition: 0.5s;
    
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
 
  }
  
  
  .sidenav .closebtn{
    position: absolute;
    top: -4px;
    right:0;
    font-size: 28px;
  }
  
  .sidenav .closeCurve{
    display:none;
    position: absolute;
    top: -4px;
    right: 0;
    z-index:102;
    font-size: 28px;
  }
  */
  .verticalText 
  {
  writing-mode:vertical-rl; 
  
  }
  
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
 
  .up{
  /*font-size:40px;*/
  color:red;
  vertical-align: top !important;
  }

  .down{
  /*font-size:40px;*/
  color:green;
  vertical-align: bottom !important;
  }
  .btnOpenCurve{
  /*font-size:30px;  */
  background-color: transparent;
  border:none;
  color:#404040;
  cursor:pointer;}

  .floatingDiv{
    background: rgba(145,140,0,0.3);
    border:solid 1px #F58C00;
    color: #e4e4e4;
    height:30% !important;
    float: right !important;
    position: fixed;
    top:35%;
    left: 0;
    width: 1.5%;
    z-index: 99;
    border-bottom-right-radius:30px;
    border-top-right-radius:30px;
    text-align: center;
    min-width : 30px;
    min-height : 250px;
  }


  .floatingDiv:hover{
    cursor: pointer;
    width: 2%;
          }
  td, th {
    vertical-align: middle !important;
  }
  .marquee {
        width: 100%;
        height: 28px !important;
        background: rgba(43,123,141,0.3);
       /* border:solid 1px #2B7B8D; */
       color: #e4e4e4;
       margin-top : 2px;      }

      .marqueeDiv{
        z-index: 100;
        position: fixed;
        width: 100%;
        background-color: black; 
        height: 3%;*/

      height: 30px;
      }
      
      .marqueeDiv:hover{
cursor: pointer;
      }
      
      /*
   .sidenav  .years{
    width:85%;
    position: absolute;
    top: 2%;
    right:4%;
    display: none;
    z-index:102;
}*/

.curve_div
{ padding-left :10px;
  padding-right:10px;
}
.curve_chart
{
    visibility:hidden;
}

svg
{
    padding-left: 30px;
}



@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(10px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}L
/* /right bounce */


/* assign bounce */
.fa-arrow-right {
  -webkit-animation: bounceRight 1s infinite;
  animation: bounceRight 1s infinite;
  float:right;
}

.fa-angle-double-left {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}
.fa-angle-double-right {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}
.fa-chevron-down {
  -moz-animation: bounceDown 2s infinite;
  -webkit-animation: bounceDown 2s infinite;
  animation: bounceDown 2s infinite;
text-align:center;
  display:block;
}


.credits {padding-top:50px; display:block; clear:both;}
.arrow{
  /*font-size:large;*/
  color:#F58C00 !important;
  writing-mode: vertical-rl; 
}

.priceTable
{

  height:100%;

}

.divVerticalText
{
    position: absolute;
    top: 27%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
  font-size : large;
}

.iconsize
{
    font-size : x-large;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  /*font-size: 36px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #F58C00; /*rgba(43,123,141, 0.8); #f1f1f1*/
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

@media screen and (max-width: 479.98px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 120px;
  left: 4px;
  }
  
  .overlay {
  font-size : small;
}

.iconsize
{
    font-size : large;
}

  .floatingDiv{
    width: 8%;
  }
  
  
  .marqueeDiv{
        /*top:78px;*/
        bottom:0px;
;
      }
      
}



}

    width: 8%;
  
  }
}


    
  
  
  
  
   
