@keyframes glow 
{
    from {color: blue;}
    50% {color: orange;}
    to {color: blue; }    
}
@keyframes fade2
{
    from {opacity: 1;}
    25% {opacity: .8;}
    to {opacity: 1;}    
}
@keyframes fade
{
    from {opacity: 1;}
    25% {opacity: .8;}
    to {opacity: 1;}    
}
.gpdsFadeDiv2
{
    animation-name: fade2;
    animation-duration:.5s;
    animation-iteration-count: 1;
}
.gpdsFadeDiv
{
    animation-name: fade;
    animation-duration:.5s;
    animation-iteration-count: 1;
}
div.storms:hover
{
    color: blue;
    animation-name: glow;
    animation-duration:3s;
    animation-iteration-count: 1000;
}

div.gpdsInlineDiv
{
    display: inline-block;
    width: 24%;
}
#gpdsGeoParams
{
    margin-left: 15px;
   display:inline;
   transform-origin:center;
}
#gpdsBTs
{
    margin-right: 15px;
   display:inline;
}
.tab
{
border-top:1px solid #C3C3C3 ;
border-left:1px solid #C3C3C3 ;
border-right:1px solid #C3C3C3 ;
padding-left: 2px !important;
padding-right: 2px !important;
border-radius: 1px;
    background: linear-gradient(to top,  #DDDDDD,white, white);

}
.activeTab
{
padding-bottom: 2px !important;
    background:  white;
}
.productHolder
{
    border: solid 1px #C3C3C3;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}
div.expansion
{
    display: none;
   margin-left: 5px !important; 
   margin-right: 5px !important; 
   padding-left: 5px !important; 
   padding-right: 5px !important; 
    transition: opacity 2s;
    /*transform: translate(0px, 0px);
    position:absolute;
    transition: transform 2s, opacity 2s;*/
}
div.inlineDiv
{
    display: inline-block;
    width: 24%;
}
div.hours
{
    display: inline-block;
    width: 20%;
}
#div_hours
{
    width: 144px;
}
div.selectDiv
{
  margin:  0px;
  padding: 0px;
  cursor: pointer;
}
div.selectDiv:hover
{
    background: #d3d3d3!important;
}
#div_maps
{
    /*width:220px;*/
    width:40%;
}
/*div.left-column-690
{
    text-align: center;
   font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}*/
.headerDiv
{
    font-size: 18px;
    padding: 0px;
    margin-top: 0px;
    font-weight: 900;
}
.gpdsCenter
{
    text-align: center;
}
h1.gpdsH1
{
    font-size: 20px;
    text-align: center;
}
h1.gpdsNav
{
    color : #333;
}

/*
ul.imgStuff {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

ul.imgStuff li {
    display: inline-block;
    position: relative;
    height: 200px;
    margin: 0 1em 1em 0;
    width: 250px;
}
*/
.gpdsTable
{
border-collapse: collapse;
text-align: center;
}
.gpdsThird
{
    font-size: 0.65em;
    text-align: center;
    display: inline-block;
    width: 49%;
}
.gpdsGrayBG
{
    background: #CCC;
}
span.information_icon_description {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
          transition: opacity 500ms;
}

span.information_icon_description span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#toolTip
{
    top: 0px;
    left:0px;
    display:none;
    box-shadow: 0px 0px 10px black;
    z-index: 3;
    position:absolute;
    background: #e7e7e7;
    border-radius: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:.8em;
    padding: 5px;
}
#infoDiv
{
    display:none;
    background: #d3d3d3;
    box-shadow: 0px 0px 10px black;
    /*border: solid 2px black;
    border-radius: 4px;*/
    position: absolute;
    top: 30px;
    left:460px;
    padding:0px;
    width: 400px;
    z-index: 3;
    /*height: 250px;
    background-image: url("includes/word_bubble_flipped.svg");
    background-repeat: no-repeat;
    background-size: 400px 300px;
    */
}
#current_img_name
{
    text-align:center;
}
#startStop
{
}
#navigationWrapper
{
    border: solid 1px rgb(195, 195, 195);
    margin: -1px;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-top: 4px
}
#rightImg
{
    border-right: solid 1px gray;
}
.navigatePanel
{
    cursor: pointer;
    width: 50px;
    /*height: 40px;*/
    opacity:.9;
    margin-top: 5px;
    margin-left: -2px;
    margin-right: -2px;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}
.navigatePanel:hover
{
    opacity:.8;
}
.navigatePanel:active
{
    opacity:1;
}
#speedSlider
{
    padding: 0px;
    border-radius:18px;
    border-left: solid 1px #0039FF;
    border-right: solid 1px #F00;
    cursor: grab;
}
#speedSlider:active
{
    cursor: grabbing;
    outline: 0;
}
#speedSlider::-moz-focus-inner
{
    border:0;
}
#speedSlider:focus
{
    outline:0;
}
#gpdsP
{
    margin: 0px;
    padding: 10px;
}

/*ul.imgStuff li:hover span.information_icon_desciption
{
    opacity: 1.0;
}
*/

div.region_storms
{
    display: none;
    height: 250px;
    overflow-y: auto;
}
div.selWrapper
{
    border-left: 1px dotted white;
    border-right: 1px dotted white;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
div.selWrapper:hover
{
    border-left: 1px dashed #d3d3d3;
    border-right: 1px dashed #d3d3d3;
}
#zoomedImg
{
    position:absolute;
    clip : "rect(0 100px 100px 0)";
    top: 30px;
    left: 30px;
}
hr.gpdsHr
{
    color: white;
    margin: 2px 0px 2px 0px;
}
/*center
{
    font-size: .7em;
}*/
div.gpdsHr
{
    margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
    height: 1px;
    background:linear-gradient(to right, #DDD,#999,#AAA,#999,#DDD);
}
#sampleDiv
{
    background: white;
    border: 1px solid gray;
    position: absolute;
    -webkit-transition: width 500ms, height 500ms;
      -moz-transition: width 500ms, height 500ms;
          transition: width 500ms, height 500ms;
}
.gpds_zoomOut
{
    width:0;
    height:0;
}
.gpds_zoomIn
{
width: 640px;
height: 480px;
}
#sampleImg
{
    width: 100%;
    height: 100%;
}

/* removes these selections because no longer available */
#gpdsBTs, #MapReal {
    display: none;
}
