/*
    Document   : visor
    Created on : 01-ago-2012, 17:42:03
    Author     : tona
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
html { height: 100% }

.clear{
    clear: left;
}
.divLeft{
    float:left;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background: #EFEFEF;
    color:#fff;

    font-family: 'Fira Sans', sans-serif;
    //font-family: 'Open Sans Condensed', sans-serif;
}
.contentZoneLinks{
  height: 180px;
  padding:4px 0px 0px 6px;
  width: auto;
  line-height: 2;
}
.contentZoneLinks a{
  font-size: 16px;
  color: #96bcc4;
  text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
}
.columnTwo{
  float: left;
  width: 50%;
  text-align: left;
}

#mapForm{
   /* margin-top: 5px;*/
}

#header {
    height: 30px;
    margin: 10px;
}

#map {
    /*margin-left: 250px !important; */
    /*margin-right:20px !important;*/
    /*padding: 3px;*/
    height:100%;
    width:99%;
    position:relative;
     display: block;
    z-index: 0;
     /* border:1px solid #AABCCF;*/
}
#map img {
    max-width:100%;
}
#sidebar-left {
    width:24em;
    float:left;
}
#sidebar-right {
    width:16.7em;
    float:right;
    margin: 0 10px;
}
#hidePanelIcon {
    left: 207px;
    position: absolute;
    top: 58px;
}
#showPanelIcon {
    display: none;
    left: 0;
    position: absolute;
    top: 58px;
}
.tree-icon{
    padding-right:3px;
}
.level1{
     list-style-type: none;
}
sidebarUtility {
    color: #000;
    font-size: small;
    text-decoration: none;
}
.sidebarUtility:link {
    color: #000;
     text-decoration: none;
}
.clue {
    text-decoration: none;
}
.datepicker {
  background-color: transparent;
  border: 0;
  color: #000000;
  width: 85px;
}
.spanSlider{
    margin-top:5px;
}
.slider {
    font-size: 88.5%;
    margin: 8px;
    width:96px;
    cursor:pointer;
   /* height: 100px;*/
}
.sliderRange {
    cursor: pointer;
    font-size: 88.5%;
    margin: 0.6em;
    margin-left:0.9em;
    width: 5em;
   /* height: 100px;*/
}

#toolPrint {
  float:left;
  /*margin-left:2px;*/
  margin-left:9px;
  margin-top:5px;
  cursor:pointer;
}
#toolPrint img{
    width: 20px;
    height: 20px;
}
#toolPlay {
  float:left;
  /*margin-left:2px;*/
  margin-left:9px;
  margin-top:5px;
  cursor:pointer;
}
#toolPlay img{
    width: 20px;
    height: 20px;
}
#toolClear {
  float:left;
  /*margin-left:2px;*/
  margin-left:9px;
  margin-top:5px;
  cursor:pointer;
}
#toolClear img{
    width: 20px;
    height: 20px;
}
#toolKMLDownload {
 float:left;
/*margin-left:1px;*/
  margin-left:6px;
}
#toolKMLDownload img{
    width: 27px;
    height: 27px;
}
#toolVisorFrame{
  float:left;
  /*margin-left:3px;*/
  margin-top:5px;
}
#toolVisorFrame img{
    width: 18px;
    height: 20px;
}

#sliderMap {
 position: absolute;
 top: 31px;
 right: 99px;
 z-index: 1000;
}
#sliderMap .ui-widget-content {
     z-index: 10000;
}

.clear { clear:both; }

.zone:hover{
    background: none repeat scroll 0 0 #EEE;
}

#mapLoading{
    display:none;
    z-index:100000;
    position:absolute;
    top:42%;
    left:47%;
}

.selectTime{
    margin-left:11px;
    width: 70px;
}
.colorBar{
    width: 178px;
}
.line{
    margin-bottom: 24px;
    margin-right: 2px;/*modificar overlay*/
    height:18px;

}
.titCategory{
    margin-top: 3px;
    /*font-size:16px;*/
}

input, select{
    font-size:0.9em;
}
.left{
    float:left;
}
.right{
    float:right;
    margin-right:14px;
}



.subOptions{
    display: none;
    margin-top: 10px;
    padding: 10px 0px 9px 10px;
    border-radius:3px;
    -moz-border-radius:3px; /* Firefox */
    -webkit-border-radius:3px; /* Safari y Chrome */
    border:1px dotted #fff;
    font-size: 1em;
    /*color: #2C333A;*/
}



.selectServer{
    width: 205px;
}
.displayMenu{
    width: 10px;
    height: 10px;
   /* display:none;*/
}

 input:checked + label{
   font-weight: bold;

 }
 .waitingForm{
    display: none;
    border: 1px dotted #666666;
   // width: 19em;
    text-align: center;
    padding-top: 6px;
    padding-top: 15px\9;/* ie8 ie9 */
    *padding-top: 15px;/* ie6 ie7 */
    _padding-top: 15px; /* ie6 */

    padding-bottom: 6px;
    margin-top: 17px;
    margin-bottom: 17px;
}
 .preCategory{
   //background: none repeat scroll 0 0 rgba(4, 143, 184, 0.42);
   /*background: none repeat scroll 0 0 rgba(45, 170, 228, 0.42);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2daae4,endColorstr=#2daae4);*/
   padding:5px;
   padding-left:13px;
   font-size:2em;
   color: #96bcc4;
   margin-top:2px;
   font-family: 'Open Sans Condensed', sans-serif;
 }
 .category{
     margin-left:18px;
     margin-right:10px;
     padding:4px;
     padding-bottom:8px;
     border-radius: 4px;
     /*width:244px;*/
 }
 .category:hover, .categoryActive{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#323230,endColorstr=#323230);
}

 .options{
    display:none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:2px;
 }
 .preCategoryContent{
     margin: 10px 0px 10px -9px;
     /*color: #708090;*/
 }
 .showLegend{
     margin-top: 3px;
     /*font-size: 10px;*/
     text-align: center;
 }
 .unit{
     //margin-left:3px;
     margin-top:-12px;
     width:26px;
    // width: 4px;/*modificar overlay*/
 }
 .radioOptions{
   margin-top: 10px;
   margin-bottom: 20px;
   max-height:150px;
   height:auto;
   /*color: #2C333A;*/
 }
 .onlyRadios{
     margin-left: 0px !important;
    margin-top: 0px !important;
 }

 .headInfo{
   width: 208px;
   background-color: #708090;
   border-radius: 0px 10px 10px 0px;
   box-shadow: 1px 1px 5px #888888;
   padding:5px;
   padding-left:22px;
   /*font-size:16px;*/
   color: #fff;
   margin-top:2px;
 }
 .infoIconImg{
     height:16px;
     padding-top:2px;


 }
 .infoIcon,.infoIconInsitu{
     cursor:pointer;
 }
  .infoIconMarker{
     width: 16px;
     height:16px;
     padding-top:4px;
     margin-left: 4px;

 }
 .leftDiv{
    float:left;
 }
 .infoIconOverlay{
     float:left;
     width: 16px;
     height:16px;
     margin-left:5px;
     cursor:pointer;
 }
 .infoIconM{
     display: none;

 }

 .infoIconC{
     float: left;
     margin-left: 2px;
     cursor:pointer;
     /*cursor: pointer;*/
     /*display: none;*/

 }
  .infoIconOverlay{
     float: left;
     margin-left: 2px;
     cursor:pointer;
 }

 #auxMap{
  width:250px;
  height:128px;
  border: solid 3px gray;
  border-width: 3px 3px 1px 0px;
}
#auxMap a{
    display:none;
}

.buttonsDate{
    width:5px;
    padding-left:1px;
    padding-right:8px;
    margin-righ: 13px\9;/* ie8 ie9 */
    *margin-righ: 13px;/* ie6 ie7 */
    _margin-righ: 13px; /* ie6 */
}
.buttonsDate img{
    width:17px;
    border: none;
}
#zoneGlobal{
  /* position: absolute;
   left: 290px;
   top: 25px;
   z-index: 20000;*/
}

.titleArrowSelected{
    width:67px;
   /* min-height:16px;*/
    background:#fff;
    color:#000;
    margin:5px;
    border-radius: 3px;
   padding-bottom: 16px;
   height:6px;
}
.selectArrowSelected{
  text-align: center;
  float:left;
  width:45px;
  margin-left:2px;
  /*margin-top:3px;*/
 /* padding-left:7px;*/
}
.arrow{
    float:right;
    margin-right: 0px;
    z-index:10003;
}
.arrow img{
    width:15px;
    padding-top:2px;
}

.arrowDown{
    display:inline;
}
.arrowUp{
    display:none;
}

.zone{
   /* -moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #717B87;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #000000;
    direction: ltr;
    /*font-size: 13px;*/
    /*font-weight: normal;
    min-width: 37px;
    overflow: hidden;
    padding: 1px 6px;
    position: relative;
    text-align: center;
    width:80px;
    float:left;
    cursor: pointer;*/
}

.selectArrow li{
    text-align:center;
}

.listSelectArrow{
    list-style-type: none;
    margin: 5px;
    padding-left: 2px;
    display: none;
    border-radius: 1px;
}
.listSelectArrow li a {
    background-color: #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: block;
    margin: -2px 0 3px -3px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.listSelectArrow li a:hover {
    background-color: #F0F2EF;
    color: #000000;
    position: relative;
}

.titTime{
    width:31px;
    float:left;
}
.idMarker{
    width:133px;
    margin-left:10px;
}
#ui-datepicker-div{
    z-index:10000 !important;
}


.decreaseDate{
  float:left;
  margin-right:4px;
}
.increaseDate{
  float:left;
  margin-left:4px;
}
.decreaseDate img,.increaseDate img{
    border:0;
}


#InfoGraph{
    border-radius: 13px;
   /* color: #FFFFFF;*/

}
#contentClick{
   /* height: 334px;
    width: 543px;
    margin-left:10px;
    border-radius: 13px;*/
   width:100%;
   height:100%;

}
#infoHeaderClick{
   float: left;
   width: 165px;
   border: 1px dotted #666666;
   border-radius: 5px;
   padding: 4px;
   /*color: #6D869F;*/
   color:#fff;
   font-size:0.8em;
   margin-left: 3px;
   margin-top: 3px;
}
#infoHeaderClick img{
    width: 13px;
    height: 13px;
}
#alertHeader{
    text-align:right;
}
#buttonsHeaderClick{
  /* float: right;*/
   font-size:0.9em;
   margin-right:10px;
   margin-top:10px;
}
.buttonsHeaderClick{
   float: left;
   padding-right: 10px;
   background-color: #708090;
   border-radius: 5px 5px 5px 5px;
  /* box-shadow: 1px 1px 5px #888888;*/
   color: #FFFFFF;
   font-size: 1.2em;
   margin-top: 2px;
   margin-left:5px;
   padding: 5px 5px 5px 22px;
   cursor: pointer;

}
#buttonDownloadClick{
    padding: 5px 5px 5px 5px;
    margin-left:20px;
}
#buttonDownloadClick img{
    border-style:none;
}
.buttonsHeaderClickSelect{
   background-color: #B9B9B9;

}
#buttonDownloadClick a{
   text-decoration: none;
   color: #FFFFFF;

}
#subContentClick{
    margin-top: 0.5em;
    /*background: #EFEFEF;*/
   /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#323230,endColorstr=#323230);*/
    border-radius: 0.5em;
    padding: 0.9em;
    //min-height:21em;
    margin-left: 0.4em;
    margin-right:0.9em;
}
#tableDinamicValuesClick{
    font-size: 1em;
    padding-top: 15px;
}
#tableDinamicValuesClick thead{
    background:#708090;
}
#tableDinamicValuesClick tbody{
    text-align: center
}
#tableDinamicValuesClick .alt{
    background: #F9F4F4;
}

#containerGraph{
   /* min-width: 400px;
    height: 250px;
    margin: 0 auto;*/
   margin-bottom:10px;
    float:right;
}
#buttonsYGraphic{
    float: left;
    width:7em;
    height:20em;
    display:inline;
}

#buttonsXGraphic{
    margin-left: 75px;
}
.buttonGraphic{
    background-color: #708090;
    border-radius: 0.41em 0.41em 0.41em 0.41em;
   /* box-shadow: 1px 1px 5px #888888;*/
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 0.6em;
    padding: 0.5em;
    margin-right:0.5em;
    max-width: 5em;
}
.buttonGraphicSelect{
    background-color: #c2c2c2;
}
.buttonYGraphic{
    margin-bottom:0.8em;
    max-width:7em;
}
.buttonXGraphic{
  margin: 15px 10px 120px 0px;
}
#fixedValuesClick{
    padding: 0px 0px 30px 2px;
    line-height:15pt;
    margin-bottom: 10px;
}
.fixedValuesClickRight{
    width: 150px;
    margin-left: 30px;
    float: left;
}
.fixedValuesClickLeft{
    width: 150px;
    float: left;
}
.titlefixedValuesClick{
    color: #708090;
}
.iconMarker{
    width:13px ;
    height:13px;
    margin:4px;
    border-radius: 10px;
    font-size: 0.9em;
    display: none;
    float:left;
    cursor:pointer;

}
.iconAnimation{
    width:15px ;
    height:8px;
    margin-top:5px;
    margin:4px;
    border-radius: 10px;
    font-size: 0.9em;
    display: none;
    float:left;
    cursor:pointer;

}
.iconColorOverlay{
    width:15px ;
    height:3px;
    margin-top:5px;
    margin:4px;
    border-radius: 10px;
   font-size: 0.9em;
    float:left;

}
#infoClickTitle{
    margin-right: 40px;
    /*float: left;*/
    float:right;
}
#ClickWindow{
    background:#FFFFFF;
    height: 330px;
}

#infoClick img{
    width: 13px;
    height: 13px;
}
#infoClick{
    display: none;
}
#graphicsClick{

}
#tableInfoGraph{
    font-size: 1em;
}
#tableInfoGraph thead{
    background:#708090;
}
#tableInfoGraph tbody{
    text-align: center
}
#tableInfoGraph .alt{
    background: #F9F4F4;
}
.infoValueInfoGraph{
    /*color: #708090;*/
}
#containerInfoGraph{
    min-width: 400px;
    height: 400px;
    margin: 0 auto;
    float:left;
}

#popup{
    z-index: 15000 !important;
   background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
    color:white;
}
#loadGraphicPointsPrev{
  display: none;
}
#loadGraphicPointsNext{
    display:none;
    padding-left: 380px;
}
#loadGraphicPointsMarkerPrev{
    display: none;
}
#loadGraphicPointsMarkerNext{
    display: none;
    padding-left: 360px;
}
.highcharts-title{
  font-size: 1em !important;
}
.highcharts-subtitle{
  font-size: 0.8em !important;
}

#contentMapForm{
    height:100%;
    left:0px;
    position:absolute;
    z-index:1000;
    background: none repeat scroll 0 0 rgba(0,0,0,0.58);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2daae4,endColorstr=#2daae4);
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);*/
    color: #FFFFFF;
    /*border-radius: 13px 0px ;*/
    /*overflow-y: auto;
    overflow-x: hidden !important;*/


}
#toggleContentMapForm{
    height:20px;
    width:13px;
    left:305px;
    top:66%;
    position:absolute;
    z-index:1000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    float:left;
}
#toggleContentMapFormImg{
   position:relative;
   margin-left:1px;
   margin-top:4px;
   height: 10px;
   width: 10px;
}
#togglePanelToolLeft{
    height:20px;
    width:13px;
    position:absolute;
    left:25em;
    top:66%;
    z-index:1000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
}
#togglePanelToolRight{
    height:20px;
    width:13px;
    position:absolute;
    right:6.4em;
    top:66%;
    z-index:1000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
}
#togglePanelTool{
    height:20px;
    width:13px;
    position:absolute;
    right:75px;
    top:66%;
    z-index:1000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
}
#togglePanelToolImg,#togglePanelGraphInfoToolImg,#togglePanelToolImgLeft,#togglePanelToolImgRight{

   margin-left:1px;
   margin-top:4px;
   height: 10px;
   width: 10px;
}


#barUnderMap{
     position: absolute;;
    padding-top:5px;
    padding-left:4px;
    margin-bottom: 5px;
     z-index: 1000;
    /*left:60%;
    top:-5px;*/
    left:45%;
    top:40%;
}
#warningUnderMap{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    float:left;
    color:#fff;
    height:auto;
    text-align:center;
    border-radius: 3px;
    padding:2px 10px 10px 10px;
    display:none;
    width:220px;
}
#warningUnderMap a{
    color:#fff !important;
}
#legendUnderMap{
float:right;
width:auto;
/*min-width:400px;*/
/*min-height:80px;*/
height:288px;
text-align: center;
background: #B5D0D0;
display:none;
}
#Legend{
    float:right;
}
#warningDiv{
   /* padding:5px;*/
}
#warningDiv img{
    width: 10px;
    height: 10px;
}
#WMSWarning{
    margin:3px;
    text-align: center;
    padding:2px;
    background: #E2E2E4;
}
.MarkerWarning{
    margin:3px;
    text-align: center;
    padding:2px;
    background: #E2E2E4;
}
#warningContent{
    float:left;
}
#warningTitle{
    text-align:center;
    font-size: 1.3em;
    color: red;
    text-decoration: blink;
    float:left;
    width:85%;
}
#closeAlert{
    float:left;
    cursor:pointer;
    color:white;
    font-size:1.3em;
}
.searchFixValueClick{
    text-align:center;
    padding: 2px;
    background: #708090;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #888888;
    color: #FFF;
    float:left;
    margin-left:10px;
    cursor:pointer;
}
.resultFixValueClick{
    text-align:center;
    /*padding: 2px;*/
    float:left;
    margin-left:10px;
    color:#fff;
}
.selectlogScale{
    margin-left:14px;
    width:70px;
}
#navigationTimeGraphic{
    float:left;
    width:400px;
}

.dd .ddTitle .ddTitleText {
    padding: 2px !important;
}
#arrowRightGraphic{
    margin-right: -28px;
    margin-top: 3px;
    transform: scaleX(-1);
    -webkit-transform:scaleX(-1)}   -ms-transform:scaleX(-1)};

}
#arrowLeftGraphic{
    margin-right: -28px;
    margin-top: 3px;

}

#closeClick{
    cursor:pointer;
    float:right;
    padding:3px 3px 17px 0px;
}

#closeGM{
    cursor:pointer;
    float:right;
    padding:3px 3px 17px 0px;
}
/*customizar popup*/

#headInfo{
    border-radius: 5px;
    padding:1px 5px 1px 5px;
    border: 1px solid #AABCCF;
}


.olFramedCloudPopupContent{
    color:#8EA2B5;
}
.contentInfo{
    font-size:0.9em;
   color:#FFF;
    padding:2px;
    padding-top:20px;
    border-radius: 3px;
    min-width: 200px;
}
#contentPopupHTML h5{
    margin-top: 1px;
    margin-bottom: 4px;
    display:none;
}
.resultInfo{
    text-align:center;
}
#headerClick{
    margin-top:3px;
}
.dd-select{
 border-radius: 4px;
 /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)*/
 color:#000;
 background: #D2D9DD;
padding-top:6px;
padding-right:2px;

}
.dd-select .ui-icon{
    margin-top: -0.3em;
    position: absolute;
    top: 50%;
    right:5%;
}
.dd-selected{
    padding: 0px 3px 2px 10px !important;
}
.dd-container{
 color:#000;
 width: 100% !important;
}
.dd-options {
   padding:0.9em !important;
    background: #D2D9DD;
    width:90% !important;
}
.dd-option{
    width:90% !important;
}

#headerTitleHurricanes {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}
#headerTitleHurricanes br{
    margin-bottom: 4px !important;
}
#headerTitle2 {
    float: left;
    font-size: 1.3em;
    line-height: 15px;
    margin-bottom: 10px;
}
#Logos{
    background:#fff;
    margin-bottom:10px;
}
.imgLogo{
    padding-right:10px;
    border:0;
}
.logoNoaa{
    width:25px;
    height:25px;
    padding-left:21px;
}
.logoAoml{
     width:23px;
    height:27px;
}
.logoCoastWatch{
    width:22.7px;
    height:23px;
}
#alertDevelopment{
    margin:2px 2px 2px 0px;
    border-radius:3px;
    padding:9px;
    color:orange;
}
.listLinks{
    font-size:1.2em;
    color: #708090;
    margin-top:5px;
}
.listLinks a{
    color: #708090;
}
.listLinks img{
    margin-left:10px;
}
.checkboxMinimum{ /*modificar overlay*/
    font-size:0.7em;
    margin-left:3px;

}
#lineColorBar{
    height:29px;
    margin-right:19px;
}
#headerOwner{
    /*background:#fff;*/
    background: white;
    height: 100px;
    color:#000;
    padding:9px 0px 9px 9px;
    width: auto;
}
#zoneRight{
    background: none repeat scroll 0 0 rgba(0, 0, 0,0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    width:6.25em;
    height: 100%;
    z-index:800;
    position:absolute;
    right:0;
    border-radius: 4px;
}
.titleZone{
    /*background: none repeat scroll 0 0 rgba(45,170, 228, 0.42);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2daae4,endColorstr=#2daae4);*/
    //color: #FFFFFF;
    margin-bottom: 0.9em;
    margin-left: 0.5em;
    margin-top: 0.1em;
    padding: 0.35em 0.35em 0.35em 0.4em;
    width: 5em;
    cursor:pointer;
    font-family:"Open Sans Condensed",sans-serif;
    color:#96bcc4;
}
.titleZone:hover{
    /*background:white;*/
    text-decoration:underline;
    /*color:#96BCC4;*/
}
.titleProfile{
    background: none repeat scroll 0 0 rgba(70, 153, 227, 0.42);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4699E3,endColorstr=#619bce);
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-top: 2px;
    padding: 4px 4px 4px 6px;
    width: 55px;
    cursor:pointer;
}
.titleProfile:hover{
    background:white;
    color:#4699E3;
}

.contentZone{
    height:auto;
}
.ui-dialog-titlebar{
    color:#fff !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    border-radius: 13px;
}
.ui-widget-header a{
    color:#fff !important;
}
#infoWMSTitle{
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
      opacity:0.5;
      border-radius: 13px;
      color:#fff;
      margin:10px;
      padding:12px;
      font-size:1.1em;
      width:477px;
}

#infoWMSTitle a{
      color:#fff;
}
#infoWms{
    opacity:0.9 !important;
    padding:6px;
    margin:11px;
    border-radius:2px;
    background:#fff;
    color:#000 !important;
    overflow-y: auto;
    overflow-x: auto;
    height:235px;
    width:488px;
    font-size:1em;
}

#divFrames{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
     display:inline;
    z-index:150000;
    position:absolute;
    bottom:0px;
    right:103px;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;

}

#divGraphInfo{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
     display:inline;
    z-index:150000;
    position:absolute;
    /*width: auto;
    height:auto;*/
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;

}


#divFormPlus{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
     display:none;
    z-index:150000;
    position:absolute;
   width: auto;
    height:auto;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;

}
#divGraph{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    display:none;
    z-index:1500;
    position:absolute;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;
    width:auto;
}
#divAlert{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    display:none;
    z-index:15000;
    position:absolute;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;
}
#divPopupQuick{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1) !important;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    display:none;
    color:fff;
    z-index:15000;
    position:absolute;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;
}
/*modificar*/
  ul.token-input-list {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 194px;
    border: 1px solid #999;
    cursor: text;
    font-size: 1em;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    /*background-color: #d0efa0;
    color: #000;*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color:#fff;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    /*color: #777;*/
    color:#fff;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

#input-point{
    width:100%;
}
/*.ui-icon { width: 10px; height: 10px; background:#fff url(images/select_arrow.png) no-repeat right top; background-size:11px 6px; }
.ui-icon img{width: 10px; height: 10px;}*/
/*modificar*/
.button1{
 float:left;
 font-size:0.8em;
}
.button2{
  float:left;
  margin-left:57px;
  margin-top:20px;
}
.iconModel{
    background: none repeat scroll 0 0 red;
    border-radius: 10px;
    font-size: 0.9em;
    height: 10px;
    margin-right: 4px;
    margin-top:3px;
    width: 10px;
    float:right;
}
/*
        Required Styles
*/
#aToolTip {
        position: absolute;
        display: none;
        z-index: 50000;
}

        #aToolTip .aToolTipContent {
                position:relative;
                margin:0;
                padding:0;
        }
/*
        END: Required Styles
*/
/**
        Default Theme
*/
.defaultTheme {
        border:2px solid #444;
        background:#555;
        color:#fff;
        margin:0;
        padding:6px 12px;

        -moz-border-radius: 12px 12px 12px 0;
        -webkit-border-radius: 12px 12px 12px 0;
        -khtml-border-radius: 12px 12px 12px 0;
        border-radius: 12px 12px 12px 0;

        -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
        -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
        box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}

.defaultTheme #aToolTipCloseBtn {
                display:block;
                height:18px;
                width:18px;
                background:url(../images/closeBtn.png) no-repeat;
                text-indent:-9999px;
                outline:none;
                position:absolute;
                top:-20px;
                right:-30px;
                margin:2px;
                padding:4px;
}
.olPopupCloseBox{ /*modificar*/
   background-size:10px 10px !important;
}
#popup_close{/*modificar*/
    \width:20px !important;
    \height:21px !important;
    right:5px;
}
.overlayMenu{/*modificar overlay*/
display:none;
color:#fff;
}
.contentOverlayMenu{/*modificar overlay*/
    font-size:0.9em;
    margin:0px 1px ;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    padding:1px;
    color: #fff !important;
}
#overlayMenuSortable{/*modificar overlay*/
    margin-top:0px;
}

.contentOverlayMenu{/*modificar overlay*/
        cursor: move;
        position:relative;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   border:none !important;
   /*color:#fff !important;*/
}
.ui-sortable {
    list-style-type: none;
}
.selectOverlayMenu{/*modificar overlay*/
   border: 1px solid #FFFFFF !important;
   color: #fff !important;
   font-size:1em;
}
.selectOverlayText{/*modificar overlay*/
    /*text-decoration:underline;*/
}
.closeClickOverlayMenu{
  width:11px;
  height:11px;
  cursor:pointer;
  margin-right:10px;
}
.buttonCloseClickOverlayMenu{
    position:absolute;
    left:7px;
    top:10px;
}
.buttonOverlayMenuMobile{
    position:absolute;
    left:27px;
    top:3px;
    width:11px;
    height:11px;
}
#ovelayMenuSortable .ui-state-default,#ovelayMenuSortable .ui-widget-content .ui-state-default,#ovelayMenuSortable .ui-widget-header .ui-state-default{
    color:#fff  !important;
}
#overlayMenuSortable li{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    height:5.2em;
    padding:5px;
    margin-top:8px;
    border-radius: 3px;
}

#headerOcean,#headerOceanHurricanes{
    background: url(../img_v3_1/noaalogo.png) no-repeat  #96BCC4 -2px 15px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png', sizingMethod='scale')";
    background-size: 45px;
    height: 150px;
    color:white;
    padding:4px 0px 9px 53px;
    width: auto;

    font-size:1.05em !important;
    font-weight: normal;
    margin-top:1px;
    border-radius:14px;
}
#headerOcean{
    height: 128px;
     margin-bottom:11.5px;
}
#headerOceanHurricanes{
    height: 150px;
    margin-bottom:3.5px;

}
#contentHeaderOcean{
    background-color:#2daae4;
    margin:13px;
    padding:2px;
}
#headerOcean a,#headerOceanHurricanes a{
    text-decoration:  none;
    color: #fff !important;
}
#headerTitle{
   margin-left:5px;
    margin-left: 35px\9; /* IE 8 and below */
   *margin-left: 35px; /* IE 7 and below */
  _margin-left: 35px; /* IE 6 */
}
#headerTitle,#headerSubTitle{
    color:white;
    margin-top:6px;

}

#headerSubTitle{
 line-height: 18px;
 margin-left: 14px;
 margin-left: 50px\9; /* IE 8 and below */
*margin-left: 50px; /* IE 7 and below */
_margin-left: 50px; /* IE 6 */
}
#toolKMLDownloadDinamic{
    margin-left:11px;
}
#toolKMLDownloadDinamic img{
    width: 20px;
    height: 20px;
}
.headerOverlay{
    width:50px;
    height:16px;
    padding:3px;
    float:left;
}

.visibilityOverlay{
    width:16px;
    height:16px;
    cursor: pointer;
}

#headDivFrames {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
    border-radius: 13px;
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 10px 32px 10px 10px;
    opacity: 0.5;
    padding: 12px 12px 0px 12px;
    width: 471px;
}
#contentDivFrames {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    color: #000000 !important;
    font-size: 1em;
    height: 321px;
    margin: 11px;
    opacity: 0.9 !important;
    overflow: auto;
    padding: 6px;
    width: 481px;
}
 .iconFramedivWMS{
            float:left;
            margin:4px;
        }
        .iconFrameWMS{
            width: 50px;
            height: 50px;
        }
        .nameiconFrame{
            font-size:1em;
        }
        #tooltipFrame{
            background: none repeat scroll 0 0 #CCCCCC;
            border: 1px solid #5A656F;
            border-radius: 3px 3px 3px 3px;
            top:116px;
            left: 211px;
            color:#000;
            opacity: 0.7;
            text-align: center;
            width: auto;
            padding:0 5px;
            z-index: 20000;
            display:none;
            position:absolute;

        }
        .microfiche-controls {
            display: block;
            text-align: center;
            font-size: 0.8em;
            padding-top: 5px;
          }
          .microfiche-bullet {
            display: inline-block;
            cursor: pointer;
            width: 10px; height: 10px;
            border-radius: 6px;
            background: #fff;
            overflow: hidden;
            text-indent: -1000px;
            margin: 0 5px;
            opacity: 0.25;
            appearance: none;
            border: none;
            outline: none;
            padding: 0;
          }
          .microfiche-bullet.selected {
            opacity: 1;
          }
          .microfiche-button {
            margin: 0 15px;
          }

            .carousel {
                display: block;
                margin: 0;
                /*padding: 5px;*/
                position: relative;
                z-index:140000;
            }
            .carousel ul {
                margin: 0;
                overflow: hidden;
                padding: 0;
            }
            .carousel li {
                display: block;
                float: left;
                margin: 5px;
                padding: 0;
            }
            .carousel li img {
                display: block;
                margin: 0;
            }
            .body-subcontainer {
                    margin: 0 auto;
                    width: 513px;
             }
             .imagenFondo {
                position: relative;
                background:#F1EEE8;
                border:1px solid #DAB5D4;

            }
            .imagenFondoTitle {
                position: absolute;
                bottom:-7px;
                width:112px;
                height:auto;
                padding:6px 4px;
                background:#F1EEE8;
                color:#DAB5D4;
                border:1px solid #DAB5D4;

            }
            .titleFrame,.subtitleFrame{
                font-size:0.7em;
                text-align:center;
            }

             #numberFrames{
                background: #fff none repeat scroll 0 0;
                border: medium none;
                border-radius: 1px;
                color: #65737e;
                position: relative;
                top: -3px;
                width: 12px;
             }
             #clearPlay{
                position:relative;
                left: 34px;
                top: -11px;
             }
           #toolFrames{
               background: none repeat scroll 0 0 #fff;
                height: auto;
                padding: 2px;
                position: absolute;
                right:39px;
                /* right:-9px;*/
                top: 142px;
                width: 25px;
                display:none;
                z-index:10000;

             }
             #toolFrames img{
                 width:24px;
                 height:24px;
             }
             #stopFrameTool{
                 display:hidden;
             }
             #delayFramesSlider{
                 margin-left:8px;
                 font-size: 62.5%;
             }

          #loadingFrame{
           right: 236px;
           position: absolute;
           bottom: 155px;
           z-index:10000;
         }
         #divWarningFrame{
            position: absolute;;
            padding-top:5px;
            padding-left:4px;
            margin-bottom: 5px;
             z-index: 1000;
            left:29%;
            top:40%;
         }
         #warningUnderMapFrame{
            background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
            float:left;
            color:#fff;
            height:auto;
            text-align:center;
            border-radius: 3px;
            padding:2px 10px 10px 10px;
            display:none;
            width:220px;
        }
        #warningTitleFrame{
            text-align:center;
            font-size: 1.3em;
            color: red;
            text-decoration: blink;
            float:left;
            width:85%;
        }
        #warningUnderMapFrame a{
            color:#fff !important;
        }
        #mapVisorFrames {
            background : #7391ad;
            width      : 480px;
            height : 320px;
        }
        #closeClickVisorFrame{
            cursor: pointer;
            float: right;
            margin: 2px;
            opacity: 1;
            padding: 2px;
            background-color: #96BCC4;
            border-radius: 2px;
            /*opacity: 0.5;*/
        }
       .radioTimeSelectorFrame{
            margin-bottom:2px;
        }

         #divGraph{
            display:inline;
        }
        .timeSelectorDiv{
            color:#fff;
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#082F2B,endColorstr=#082F2B);
            margin:13px;
            padding:15px 18px 18px;
            opacity:0.5;
            background:red;
            border-radius: 5px;
        }
        .buttonSelectorFrames{
            display: inline-block;
            outline: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            font: 14px/100% Arial, Helvetica, sans-serif;
            padding: 0.5em 1.9em 0.55em;
            text-shadow: 0 1px 1px rgba(0,0,0,.3);
            -webkit-border-radius: .5em;
            -moz-border-radius: .5em;
            border-radius: .5em;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            box-shadow: 0 1px 2px rgba(0,0,0,.2);
            background: -moz-linear-gradient(center top , #96BCC4, #96BCC5) repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: 1px solid #213B4E;
            color: #FFF;
            margin-top: 12px;
         }
        .buttonSelectorFrames:hover{
            text-decoration: none;
        }
        .buttonSelectorFrames:active{
            position: relative;
            top: 1px;
        }
        #divDatePickerTimeSelector{

        }
        #divDatePickerTimeSelectorInput{
           margin:12px 0;
        }
        .carrouselOverlayDiv{
            width:54px;
            height:51px;
            background:#7F9B95;
            font-size:0.5em;
            overflow:hidden;
        }
        #errorFrame{
            color:red;
            background: none repeat scroll 0 0 #CCCCCC;
            border: 1px solid #5A656F;
            border-radius: 13px;
            padding: 10px;
            opacity:0.8;
        }
        .removeFrame{
                position:absolute;
                width:10px;
                height:10px;
                background: none repeat scroll 0 0 #3E5873;
                border: 1px solid #3E5873;
                border-radius: 2px;
                padding: 0 1px 5px 4px;
                top:0;
                right:0;
                z-index:145000;
                cursor:pointer;
                font-size:0.8em;
        }

        .optionPolar{
            color:blue;
        }
#lineTime{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    border-radius: 3px 3px 3px 3px;
    bottom: 0px;
    left: 0px;
    color:#fff;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    height:43px;
    z-index: 20000;
    display:none;
    padding:10px;
    width:63em;

}

.lineTimeBox{
       background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
       color:#fff;
       border: 0 none;
       height: 67px;
       margin: 0;
       z-index: 20000;

    }
    .lineTimeDay{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
        margin-top:10px;
        padding:2px;
        float:left;
    }
    .lineTimeElement{
        margin-left:10px;
    }
    .lineTimeElement.selected {
        border: 2px solid #fff !important;
        border-radius: 26px !important;
        padding-left:5px;
        padding-right:5px;
    }
    .lineTimeElement.noselectable {
        color:#6E6E6E;
        border: none;
        cursor:none;
      }

    .lineTimeYear{
        float:left;
    }
    .lineTimeMonth{
        float:left;
        margin-left:24px;
    }
   .lineTimePrev {
      margin-right:5px;
    }
    .lineTimeNext {
     margin-left:5px;
    }
    .lineTimeNav{
        float:left;
        height: 35px;
      }
      .clear{
         clear: left;
      }
      #closeLineTime{
         height: 14px;
         width: 14px;
         margin-top:5px;
         cursor:pointer;
      }
      .iconLineTime{
          width:20px;
          height:20px;
      }
      #toggleTimeLine{
        height: 10px;
        margin-left: 1px;
        margin-top: 4px;
        width: 10px;
      }
      #tooltipDate{
          margin-top: 3px;
      }

     .toggleTooltip{
            height:13px;
            width:13px;
            position:absolute;
            z-index:1000;
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
            float:left;
            display:none;
     }
     #toggleTooltipDateImg{
           position:relative;
           margin-left:1px;
           margin-top:4px;
           height: 10px;
           width: 10px;
           top:-3px;
     }
    #toolTipBox{
           left: 45%;
           position: absolute;
           z-index: 1000;
           bottom:3px;
     }
     #alertBox{
          left:335px;
          position: absolute;
          z-index: 100000000;
          top:8px;
          background:white;
          color:black;
          padding:15px;
          padding-left:40px;
          margin-right:500px;
          height:auto;
          font-size:1.3em;
     }
     #overlayBox{
           right: 6.5em;
           position: absolute;
           z-index: 1000;
     }
          #toggleLineTimeBox{
           left: 33%;
           bottom: 0px;
           position: absolute;
           z-index:1000;
           width:745px;
     }

     #tooltip{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    border-radius: 3px 3px 3px 3px;
    color:#fff;
    opacity: 0.7;
    text-align: center;
    width: auto;

    min-height:20px;
    display:none;
    padding:3px;

}
    #toggleTooltipDateOpen{
             position: absolute;
             top:41px;
             left:43px;
             height:17px;
             width:79px;
             border-radius: 0px 0px 3px 3px;
             padding:4px;
     }
    #toggleTooltipCalendarClose{
        position: absolute;
        left:49%;
        bottom:63px;
        cursor:pointer;

     }
      #toggleTooltipCalendarOpen{
        position: absolute;
        left:49%;
        bottom:0px;
        display:none;
        cursor:pointer;
     }

     .subMarker{
          padding: 10px 5px 24px 10px !important;
     }
     .buttonHeaderClick{
         background: none repeat scroll 0 0 rgba(69, 114, 167, 0.5);
         border-radius: 3px;
            color: white;
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            /*height: 15px;*/
            margin-left: 3px;
            padding: 3px;
            text-align: center;
            text-decoration: none;
            width: 22px;
            float: right;
            cursor:pointer;
     }
     #windowMinimizeGraphic{
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
      opacity:0.5;
      border-radius: 13px;
      color:#fff;
      margin:10px;
      padding:12px;
      font-size:1.1em;
      width:166px;
}
.highcharts-container { overflow: visible !important; }

.highcharts-loading{
    color:black;
}
#icon-earth{
    width:40px;
    height:40px;
    opacity: 0.25;
}
#iconFramesVisor{
    opacity: 0.25;
}
#export-kml{
    cursor:pointer;
}
/*#slide_cookie{
    display:none;
    bottom: 0;
    left: 33%;
    position: absolute;
    width: 745px;
    z-index: 1000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.58);
    border-radius: 3px;
    margin:20px;
    height:70px;
}
#cookie_content{
    color:#fff;
    text-align: center;
    height:auto;
    margin:20px;
}
#cookie_text{
    width:500px;
    float:left;
}
#cookie_buttons{
    text-align:center;
    float:left;
    width:200px;
}*/

#slide_cookie {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 0;
    color: #000;
    display: none;
    height: 95px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#cookie_content {
    height: auto;
    margin: 20px;
    padding-left: 25%;
    text-align: center;
}
#cookie_text {
    margin-right:30%;
    text-align: center;
}
#cookie_buttons {
    text-align: center;
}
#contentStylesInsitu{
}

#colorPicker{
    width:10px;
    height:10px;
    background-color:white;
    float:left;
}
.buttonsCanvas{
    margin-bottom:20px;
    text-align:center;
    z-index:100000000;
    margin-top:8px;
}
#sliderCircle{
    float: left;
    margin-bottom: 9px;
    margin-right: 23px;
    width: 80%;
}
div.color-picker { border-left: 1px solid #000; border-top: 1px solid #000; position: absolute; left: 0px; top: 0px; padding: 0px; }
div.color-picker ul { list-style: none; padding: 0px; margin: 0px; float: left; }
div.color-picker ul li { display: block; width: 15px; height: 15px; border-right: 1px solid #000; border-bottom: 1px solid #000; margin: 0px; float: left; cursor: pointer; }

.cookie_details{
    display:none;
    font-size:0.8em;
    text-align: right;
}

#more_info_cookies{
    cursor:pointer;
    color:#5484D0;
}
#color_pickerInsitu{
    cursor:pointer;
    float:left;
    width:50px;
}
#color_pickerAnimation{
    cursor:pointer;
    float:left;
    width:50px;
}
#divCanvas{
   cursor:pointer;
    width:100px;
    height:50px;
    float:left;
}

.formStyle{
    padding: 15px 1px 31px 9px !important;
}
#color_pickerInsitu_color-picker{
    z-index:1000000000000;
}
#color_pickerAnimation_color-picker{
    z-index:1000000000000;
}
#divTour{
     background: white;
     display:none;
    z-index:150000;
    position:absolute;
    width:48em;
    height:36em;

    margin: 2px;
    margin-left:0.9em;
    border-radius: 5px;
    font-size:1.1em;
    left:40%;
    top:10%;
}
#divPartners{
     background: white;
     display:none;
    z-index:150000;
    position:absolute;
    width:580px;
    height:441px;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;
    font-size:1.1em;
    /*left:40%;
    top:10%;*/
    left:335px;
    top:27%;
}
#divPartnersInit{
     background: white;
    z-index:150000;
    position:absolute;
    width:580px;
    height:441px;
    color:#47595E;
    margin: 2px;
    margin-left:10px;
    border-radius: 5px;
    font-size:1.1em;
    padding:5px;
    left:335px;
    top:27%;
}
#TourButtons{
  position:absolute;
  bottom:2em;
  left:10em;
}
#tourIntro{
    margin:6.25em;
    margin-top: 5em;
}
#partnersIntro{
    margin:6em;
    margin-top: 3em;
    margin-bottom:2.5em;

}
#contentTourText{
    // background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
   /* background:white;*/
    color:#000;
    border-radius: 5px;
    /*color: #fff;*/
    margin: 15px;
    opacity: 0.5;
    padding: 15px 18px 18px;
}
.tourTitle{
    font-size:1.5em;
}
.tourColumn{
    float:left;
    margin:2px;
    padding:2px;
    width: 243px;
}
.tourColumnG{
    float:left;
    margin:2px;
    padding:2px;
    width: 207px;
    height:650px;
}
.listTour{
    margin-left: 1.5em;
}
.listTour li{
    display: list-item;
}

.buttonTour{
           display: inline-block;
            outline: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            font: 14px/100% Arial, Helvetica, sans-serif;
            padding: 0.5em 1.9em 0.55em;
            text-shadow: 0 1px 1px rgba(0,0,0,.3);
            -webkit-border-radius: .5em;
            -moz-border-radius: .5em;
            border-radius: .5em;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            box-shadow: 0 1px 2px rgba(0,0,0,.2);
            background: -moz-linear-gradient(center top , #96BCC4, #96BCC5) repeat scroll 0 0 rgba(0, 0, 0, 0);
            background-color: #708090;
            border: 1px solid #213B4E;
            color: #FFF;
            margin-top: 12px;
            margin-left:5px;

}

     .buttonCloseTour{
            background: #90A9B1;
            border-radius: 3px;
            color: white;
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            margin-left: 3px;
            padding: 3px;
            text-align: center;
            text-decoration: none;
            width: 22px;
            float: right;
            cursor:pointer;
     }
.mCSB_inside > .mCSB_container {
    margin-right: 14px !important;
}
#contentClick .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
}
.legendtZone{
    display:none;
}
#zoneTour{
    cursor:pointer;
}
.lineSpam{
    font-size: 0.7em;
    margin-left: 3px;
}
     .toggleOverlayBox{
            height:13px;
            width:13px;
            z-index:1000;
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
     }
     #toggleOverlayImg{
           position:relative;
           margin-left:1px;
           margin-top:4px;
           height: 10px;
           width: 10px;
           top:-3px;
     }
      #toggleOverlayBox{
           z-index: 1000;
           padding-left:223px;
           position: absolute;
           right: 318px;
           top:0px;
     }
     #toggleOverlayClose{
         display:none;
         position: absolute;
     }
     #toggleOverlayOpen{
         display:none;
         position: absolute;
         top:0px !important;
     }

     .OverlayCheck{
         padding-left:1px;
     }
     .overlayMenuSortable{
         height:0px;
     }

     .layersDiv{
         background-color:#96BCC4;
     }

     #divZones{
         z-index:1200;
         position:absolute;
         top:7.6em;
         right:6.25em;
         width:13.7em;
         height:auto;
         background:#96BCC4;
         padding:10px;
         border-radius: 3px;
     }
        #divSearch{
         z-index:1200;
         position:absolute;
         top:19.6em;
         right:75px;
         width:250px;
         height:300px;
         background:#96BCC4;
         padding:10px;
         border-radius: 3px;
         font-size:1em;
     }
      #divBaseMaps{
         z-index:1200;
         position:absolute;
         top:5.4em;
         right:6.25em;
         width:13.7em;
         height:auto;
         background:#96BCC4;
         padding:10px;
         border-radius: 3px;
     }
         #divProjection{
         z-index:1200;
         position:absolute;
         top:8.3em;
         right:6.25em;
         width:13.7em;
         height:auto;
         background:#96BCC4;
         padding:10px;
         border-radius: 3px;
     }
      .olLayerGooglePoweredBy{
         display:none !important;
     }
     #titleOverlayCheck{
         font-size:0.7em;
         width:10px;
         float:left;
         margin-top:0.6em;
     }
     .microfiche-film{
         min-width:454px !important;
     }
     #searchBox{
         margin-bottom:40px;
     }
#searchBox input#search{
   background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #65737e;
    float: left;
    font-size: 7pt;
    height: 28px;
    padding-left: 10px;
    width:100%;
}
#searchBox input#search::-webkit-input-placeholder {
   color: #65737e;
}

#searchBox input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}

#searchBox input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}
#searchBox input#search:-ms-input-placeholder {
   color: #65737e;
}
#searchBox .icon{
  position: absolute;
  top: 210px;
  right:60px;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
}
#divSearch a{
    color:#fff;
}
#titleSearch{
    font-size:1.2em;
    margin:5px;
    margin-bottom:10px;
    text-align:center;
    width:205px;
    float:left;
}
.buttonCloseBox{
   /* background: rgba(69, 114, 167, 0.5) none repeat scroll 0 0;*/
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 4px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 12px;
    border: 2px solid #ccc;
}
 #contentSearch{
       height:270px;
 }
 .legendZone{
     padding-top:10px;
     position:absolute;
     top:385px;
     right:1px;
     z-index:2000000;
 }
 .olImageLoadError{
     display:none !important;
 }
 .subCategory{
     font-weight: bold;
 }
 .ol-zoom{
     z-index:20000000 !important;
 }
 .listTour img{
     width:20px;
     height:20px;
 }

 .ol-popup {
    background-color: rgba(0, 0, 0, 0.58);
    border-radius: 10px;
    bottom: 12px;
    left: -50px;
    padding: 15px;
    position: absolute;
    display:none;
}
.ol-popup::after, .ol-popup::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.ol-popup::after {
    border-top-color: rgba(0, 0, 0, 0.58);
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup::before {
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-content {
    border: 1px solid #e1e1e8;
    height: 100%;
    max-height: 250px;
    min-height: 150px;
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    white-space: normal;
    z-index:150000;
}
.ol-popup-content p {
    color: #222;
    font-size: 1.1em;
    margin-bottom: 15px;
    padding: 2px 4px;
}
.ol-popup-closer {
    color: #fff;
    font-size: 1.2em;
    font-weight:lighter;
    position: absolute;
    right: 6px;
    text-decoration: none;
    padding: 0 4px 1px 4px;
    top: 6px;
    background:rgba(91,164,205, 0.42);
    border-radius: 2px;
    margin:1px;
}
a.ol-popup-closer:hover {

}
.ol-popup-closer::after {
    content: "X";
}
#windBarsLegend{
 background: #2daae4 none repeat scroll 0 0;
 color: white;
 padding: 1px 9px 5px 3px;
 width: 63px;
 height:auto;
 border-radius: 3px;
}
.windBarIcon{
    float:left;
    margin-right:2.5px;
    margin-left:2.5px;
}
#windBarsLegend h3{
  font-size:1em;
}
#windBarsLegend img{
    width:10px;
    height:10px;

}
#windBarsLegend span{
    font-size:0.7em;
}
#contentPopupHTML{
    font-size:1em;
    max-width: 250px;
    width:auto;
}
#contentPopupHTML table{
    margin-top:10px;
    color:#FFF !important;
}
#contentPopupHTML table td{
    color:#FFF !important;
    font-size: 1.1em;
}
#contentPopupHTML table th{
    color:#FFF !important;
    background-color: transparent !important;
    padding-left:6px !important;
    padding-right:6px !important;
    font-size: 1.2em;
}
#legendUnderMap{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.legendNASA{
            width:71px;
            height:auto;
            font-size:0.9em;
            line-height: 0px;
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
            margin-bottom:15px;
}
.legendNASAColor{
            width:40px;
            margin-left:16px;
            float:left;
}
 .legendNASAColor span{
          width:20px;
           position: relative;
  top: 50%;
  transform: translateY(-50%);
        }
.legendNASASpan{
            float:left;
            width:75px;
}
#unitNASA{
    color:white;
    margin-bottom:5px;
}

.timeWind{
    font-weight: bold;
}
#popupNoGraphList{
    max-height: 135px;
    width:350px;
    height:auto;
}
.titlePopup{
    color:#96BCC4;
    font-size:1.2em;
    height:100%;
    margin-top: -6px;
    margin-bottom:3px;
}
.titlePopupLong{
    color:white;
    font-size:1.2em;
    height:100%;
    margin-top: -22px;
    margin-bottom:10px;
    text-align: center;
}
.paramPopup{
    float:left;
    width:180px;
    margin-top:5px;
    margin-bottom:2px;
    color: #96bcc4;
}
.valuePopup{
    float:left;
    margin-top:5px;
    margin-bottom:2px;
    width:150px;
}
  #toolsPlay{
               background: none repeat scroll 0 0 rgba(42, 101, 116, 0.42);
                height: auto;
                padding: 10px;
                position: absolute;
                right:130px;
                top: 3px;
                width: 220px;
                display:none;
                z-index:10000;
                border-radius: 5px;
  }
  #toolsPlay img{
              width:22px;
              height:22px;
  }
    #speedPlaySlider{
              float: left;
            font-size: 76.5%;
            margin-left: 8px;
            margin-top: 7px;
            width: 113px
             }

#mapLoadingPlay{
    display:none;
    z-index:100000;
    position:absolute;
    top:42%;
    left:47%;
    cursor:pointer;
}
#mapLoadingMap{
    display:none;
    z-index:100000;
    position:absolute;
    top:42%;
    left:47%;
}
#mapLoadingInner{
    font-size:2em;
    color:black;
}
.progress {
  height: 24px;
  width:300px;
  /*margin-bottom: 20px;*/
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  padding-right:4px;
}
.progress-bar {
  float: left;
  width: 0;
  font-size: 1.5em;
  padding-left:10px;
  border-radius: 10px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(42, 101, 116, 0.8);
}
.buttonsOverlay-right{
    float:left;
    width: 100px;
    padding-left: 37px;
}

.contentOverlay{
    float:left;
    cursor:pointer;
    padding-left: 44px;
    width: 32em;
}
.textAnimationOverlay{
    padding-left: 44px;
    width: 308px;
    text-decoration:none !important;
}
.overlayCheckDiv{
    float:right;
}
.buttonOverlay{
    float:left;
    margin-right:5px;
}
.buttonOverlay img{
    padding-top:4px;
}
.linksOverlay {
    position:absolute;
    bottom:2px;
    right:9px;
    padding-top:4px;
  /* float:right;
   width:210px;*/
}
.linkOverlay{
    background: rgba(91,164,205, 0.42) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px 4px 4px 8px;
    width: 40px;
    font-size:0.7em;
    text-align:center;
    float:right;
}
.linkOverlay:hover {
    background: white none repeat scroll 0 0;
    color: #000 !important;
}
.linkOverlay a{
    color:#fff !important;
}
.linkOverlay:hover a{
    color:#000 !important;
}
.infoIconClick{
    height: 15px;
    width: 15px;
    margin-bottom: -3px;
}
.plotlybars {
  padding: 0 10px;
  vertical-align: bottom;

  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin-top: 90%;
}

.plotlybars-wrapper {
    height: 104px;
    left: 15%;
    margin-right: 108px;
    margin-left: 105px;
    position: relative;
    top: -9%;
    transform: translate(-50%, -50%);
    width: 180px;

}
.plotlybars-wrapper_vertical {
    height: 190px;
    left: 15%;
    margin-right: 44px;
    margin-left: 43px;
    position: relative;
    top: -12%;
    transform: translate(-50%, -50%);
    width: 170px;

}

.plotlybars-text {
  color: #52828E;
  font-size: 80%;
  text-align: center;
  margin-top: 5px;
}

.plotlybars-bar {
  background-color: #52828E;
  height: 100%;
  width: 13.3%;
  position: absolute;
  transform: translateZ(0);

  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

.b1 { left: 0%; top: 88%; animation-name: b1; }
.b2 { left: 14.3%; top: 76%; animation-name: b2; }
.b3 { left: 28.6%; top: 16%; animation-name: b3; }
.b4 { left: 42.9%; top: 40%; animation-name: b4; }
.b5 { left: 57.2%; top: 26%; animation-name: b5; }
.b6 { left: 71.5%; top: 67%; animation-name: b6; }
.b7 { left: 85.8%; top: 89%; animation-name: b7; }

@keyframes b1 {
  0% { top: 88%; }
  44% { top: 0%; }
  94% { top: 100%; }
  100% { top: 88%; }
}

@keyframes b2 {
  0% { top: 76%; }
  38% { top: 0%; }
  88% { top: 100%; }
  100% { top: 76%; }
}

@keyframes b3 {
  0% { top: 16%; }
  8% { top: 0%; }
  58% { top: 100%; }
  100% { top: 16%; }
}

@keyframes b4 {
  0% { top: 40%; }
  20% { top: 0%; }
  70% { top: 100%; }
  100% { top: 40%; }
}

@keyframes b5 {
  0% { top: 26%; }
  13% { top: 0%; }
  63% { top: 100%; }
  100% { top: 26%; }
}

@keyframes b6 {
  0% { top: 67%; }
  33.5% { top: 0%; }
  83% { top: 100%; }
  100% { top: 67%; }
}

@keyframes b7 {
  0% { top: 89%; }
  44.5% { top: 0%; }
  94.5% { top: 100%; }
  100% { top: 89%; }
}
.plotly-text-error{
   /* height: 150px;
    left: 48%;
    position: relative;
    top: 73%;
    transform: translate(-50%, -50%);
    width: 210px;*/
     width: 222px;
    height: 57px;
}
.modebar-btn--logo{
    display:none !important;
}
.checkBoxInsitu{
    float:left;
    /*margin-left:10px;*/
}

.checkBoxIcon{
    margin-left:5px;
    float:left;
    display:none;
}
.checkBoxInsituIcon{
    float:left;
    display:none;
}
.optionsShowChecks{
     margin-bottom: 10px;
    margin-top: 10px;
    /*padding: 2px;*/
    display:inline !important;
}
.iconsPartners img{
    width:120px;
    height:auto;
}
.itemsPartners a{
    color:black;
}
.iconPartner{
    float:left;
}
.iconPartnerSecond{
    margin-top:10px;
    margin-left:74px;
}
.iconsPartners{
    margin-top:50px;
}
#mapLeafletContent{
    margin:20px;
    background:black;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight:bold !important;
}
.legendButtonOverlayHidden{
    display:none;
}
.groups{
    margin-top:10px !important;
    padding-top:10px !important;
}
.buttonProfile{
    height:20px;
    align:center;
    padding:2px;
    border-left:1px solid #AABCCF;
    float:left;
    font-size:0.95em;
}
.buttonProfile:hover,.buttonProfile:focus{
    background:#acceda;
}
.selectedButtonProfile{
    background:#acceda;
}
#profiles{
    background:grey;
}
#collaborators{
    height: 98px;
    font-size: 1em !important;
    font-weight: normal;
    margin-top: 1px;
    padding: 0px 0 9px 53px;
    width: auto;
    color:white;
}

#headerProfiles{
    background: url(../img_v3_1/noaalogo.png) no-repeat  #96BCC4 -2px 15px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png', sizingMethod='scale')";
    background-size: 45px;
    height: auto;
    color:white;
    padding:4px 0px 0px 6px;
    width: auto;

    font-size:1.2em !important;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    margin-top:1px;
    border-radius:5px;
}
.subCollaborator{
 line-height: 15px;
 margin-left: 7px;
 margin-left: 25px\9; /* IE 8 and below */
*margin-left: 25px; /* IE 7 and below */
_margin-left: 25px; /* IE 6 */
 margin-top:15px;
}
.subCollaborator a{
    text-decoration: none !important;
    color:#FFF;
    font-size: 1.1em;
    //font-weight: bold;
}
    #divFeature{
         z-index:1200;
         position:absolute;
         top:8.3em;
         right:6.25em;
         width:13.7em;
         height:auto;
         background:#96BCC4;
         padding:0.8em;
         border-radius: 3px;
     }
     #divUploadLocalFile{
         z-index:1200;
         position:absolute;
         top:27em;
         right:6.25em;
         width:20.7em;
         height:auto;
         background:#96BCC4;
         padding:0.8em;
         border-radius: 3px;
  }
     #zoneRightN{
     //background: none repeat scroll 0 0 rgba(0, 0, 0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
    width:110px;
    height:auto;
    min-height:100%;
    z-index:800;
    position:absolute;
    right:0;
    border-radius: 4px;
     }
     .titleRightIcon{
         height:39px;
         border-left:1px solid #000;
         padding-right:20px;
         margin-right:20px;
     }
     .iconRight{
        position:relative;
        float:left;
        width:30px;
        margin-left:9px;
        margin-top:5px;
        cursor:pointer;
     }
     .textIconRight{
         position:relative;
         float:left;
         margin-top: 12px;
        margin-left: 5px;


     }
     .iconRight img{
            width: 28px !important;
            height: 28px !important;
     }
     .displayMenu{
      position:absolute;
      //left:230px;
      margin-top:3px;
      right:14px;
     }

     .formVisor{
	/*max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;*/
	background: #f4f7f8;
	border-radius: 8px;
	//font-family: Georgia, "Times New Roman", Times, serif;
}
.formVisor fieldset{
	border: none;
}
/*.formVisor legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.formVisor label {
	display: block;
	margin-bottom: 8px;
}*/
.formVisor input[type="text"],
.formVisor input[type="date"],
.formVisor input[type="datetime"],
.formVisor input[type="email"],
.formVisor input[type="number"],
.formVisor input[type="search"],
.formVisor input[type="time"],
.formVisor input[type="url"],
.formVisor textarea,
.formVisor select {
	//font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 0.9em;
	outline: 0;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

.formVisor input[type="text"]:focus,
.formVisor input[type="date"]:focus,
.formVisor input[type="datetime"]:focus,
.formVisor input[type="email"]:focus,
.formVisor input[type="number"]:focus,
.formVisor input[type="search"]:focus,
.formVisor input[type="time"]:focus,
.formVisor input[type="url"]:focus,
.formVisor textarea:focus,
.formVisor select:focus{
	background: #d2d9dd;
}
.formVisor select{
	-webkit-appearance: menulist-button;
}
.formVisor .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.formVisor input[type="submit"],
.formVisor input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 1.3em;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.formVisor input[type="submit"]:hover,
.formVisor input[type="button"]:hover
{
	background: #109177;
}
.colorspan{
    margin-top:1px;
}
#LegendHurricanes{
       width:71px;
       height:auto;
}
.paramPopupHurricanes{
    float:left;
    width:80px;
    margin-top:5px;
    margin-bottom:2px;
    color: #96bcc4;
}
.valuePopupHurricanes{
    float:left;
    margin-top:5px;
    margin-bottom:2px;
    width:250px;
}
#popupNoGraphListHurricanes{
    max-height: 200px;
    width:350px;
    height:auto;
}

#headerOceanHurricanes{
    background: url(../img_v3_1/noaalogo.png) no-repeat  #2A6574 -2px 15px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_v3_1/noaalogo.png', sizingMethod='scale')";
    background-size: 45px;
    height: auto;
    color:white;
    padding:9px 0px 9px 53px;
    width: auto;

    font-size:11px !important;
    //font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: normal;
    margin-top:1px;
    border-radius:14px;
}
#headerContentHurricanes{
    font-size:11px !important;
}
#alertHeader{
    font-size:10px !important;
}
#headerContentHurricanes span{
   line-height: 1.6;
}
#contentTourTextHurricanes{
    color:#000;
    border-radius: 5px;
    margin: 5px;
    opacity: 0.5;
    padding: 5px;
}
#contentTourTextHurricanes .iconsPartners img{
    width:44px;
    height:auto;
}
.noDisplay{
    display:none !important;
}
.tourImg{
   // display:none !important;
  }
  .inputRadioLabel{
        margin-top:0.6em !important;
  }
  .titCategory {
        margin-top:0.5em !important;
  }
  .titSubCategory {
        margin-top:0.5em !important;
        margin-left:3em !important;
  }
#zoneRight{
    display:none;
}
#togglePanelToolRight{
    display:none;
}

.rapidButton{
    background: rgba(4, 143, 184, 0.42) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-top: 1px;
    padding: 4px 4px 4px 8px;
    width: 150px;
    font-size:0.7em;
    text-align:center;

}
.rapidButton:hover {
    background: white none repeat scroll 0 0;
    color: #000 !important;
}
.rapidButton a{
    color:#fff !important;
}
.rapidButton:hover a{
    color:#000 !important;
}



.btn-buttons-intro {
    background-color: #96BCC4 !important;
    border-color: #96BCC4 !important;
    color: #fff !important;
}
#zoneButtonsMenu{
    z-index:800;
    position:absolute;
    left:20%;
    top:8%;
    display:none;
    font-family:"Open Sans Condensed",sans-serif;
}
.btn {
    -moz-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
#zoneButtonsMenu a{
    //color: #fff;
    font-size: 1.1em;
   // font-weight: bold;
    text-decoration: none !important;
}
.btn:hover {
    color: #96BCC5;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.25);
    outline: 0 none;
}
.btn-squared-default {
    font-size: 1em;
    width:6em;
    height:0;
    padding-top:2em;
    padding-bottom:5em;
    margin-left:0.4em;
    margin-bottom:0.4em;
}
.btn-squared-default:hover {
    border: 3px solid white;
    font-weight: 800;
}
.popupMobile{
	display:none;
}
#menuMobile{
    display:none;
    position:absolute;
    left:5px;
    top:5px;
    z-index:800;
}
#menuMobile img{
    width:50px;
    height:50px;
}
#layersMobile{
    display:none;
    position:absolute;
    left:17px;
    bottom:5px;
    z-index:800;
}
#layersMobile img{
    width:25px !important;
    height:25px !important;
}

.menuCategoriesMobile{
    margin:0px !important;
}
.ui-popup-container {
    z-index: 2001 !important;
}
.ui-popup-container {
    left: 0.1em !important;
    top: 0.1em !important;
}
.ui-btn {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}
#divPartnersHurricanes {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    display: none;
    font-size:0.8em;
    //height: 250px;
    height:auto;
    margin: 2px 2px 2px 10px;
    position: absolute;
    top: 7px;
    right:90px;
    width: 400px;
    z-index: 150000;
}
.buttonCloseMenuMobile {
    background: rgba(150,188,196, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    //font-family: "Lucida Grande",Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-left: 3px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 22px;
    display:none;
    position:absolute;
    right:0em;
    top:2px;
}
.buttonCloseMenuMobilePlus {
    background: rgba(150,188,196, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    //font-family: "Lucida Grande",Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-left: 3px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 22px;
    display:none;
    position:absolute;
    right:3em;
    top:2px;
}
.linksOverlay {
    //bottom: -10px;
    padding-top: -26px;
    position: absolute;
    right: 9px;
}
.closeClickOverlayMenu {
    cursor: pointer;
    float: left;
    height: 11px;
    margin-left: 60px;
    width: 11px;
}

.linkOverlay {
    margin-top:4px !important;
}
.infoIconOverlay {
    width:none;
    margin-right:4px;
}
.buttonsCloseInvisitibility{
    position:absolute;
    top:5px;
    left:11px;
}
.titleOverlay{
    position:absolute;
    top:3px;
    left:60px;
    width:auto;
}
.buttonsOverlay{
    position:absolute;
    bottom:-3px;
    left:75px;
}
#overlayMenuSortable li{
    // width: 26em;
}
.buttonCloseClickOvMenu{
    float:right;
    margin-right:8px;
}
.closeClickOvMenu{
  width:11px;
  height:11px;
  cursor:pointer;
}
.contentOverlay{
    padding-left:0px;
}
.buttonOverlay {
    float: right;
    margin-right: 21px;
}
.linkOverlay{
    margin-left:0px;
    margin-right:10px;
}
 #divMetaview{
         z-index:1200;
         position:absolute;
         top:13em;
         right:6.25em;
         width:250px;
         background: #96bcc4 none repeat scroll 0 0;
         padding:0.8em;
         border-radius: 3px;
     }
     #iview{
         max-height:200px;
     }
     .buttonview{
             color: #000 !important;
             width:auto;
             font-size:0.9em;
             margin-right:10px;
             border-radius:3px;
             margin:10px 20px 10px 0px;
             padding:2px 14px 2px 14px;
    }

    #LegendImg{
         width:6.25em;
     }
          .preloader {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background-image: url('/cgom/OceanViewer/img_v3_1/loading-big.jpg');
            background-repeat: no-repeat;
            background-color: #FFF;
            background-position: center;
          }
          .floatLeft{
              float:left;
          }
          .iconPartnerOverlay img{
              background:white;
              border-radius: 3px;
              width:63px;
          }
          .iconPartnerOverlay{
              margin-top:29px;
          }
          #divWebMap{
                z-index:1200;
                position:absolute;
                top:65px;
                right:75px;
                width:400px;
                max-height:300px;
                background: #96bcc4 none repeat scroll 0 0;
                padding:10px;
                border-radius: 3px;
                color:#FFF;
                line-height:2em;
            }
            #divWebMap a{
                color:#fff;
                text-decoration:none;
            }
            .webmapCat{
                margin-left:2px;
                font-size:1.3em;
                margin-bottom:10px;
                margin-top:10px;
            }
            .webmapSubCat{
                margin-left:8px;
            }
            .webmapOverlay{
                margin-left:16px;
            }
            .webmapLayer{
                margin-left:100px;
            }
            .ol-overlaycontainer-stopevent{
                z-index:auto !important;
            }
            .buttontoGraphic{
    background: rgba(91,164,205, 0.42) none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px 4px 4px 8px;
    font-size:0.7em;
    text-align:center;
    float:right;
}
.buttontoGraphic:hover {
    background: white none repeat scroll 0 0;
    color: #000 !important;
}
.buttontoGraphic a{
    color:#fff !important;
}
.buttontoGraphic:hover a{
    color:#000 !important;
}
.iconPhotoPopup{
    width:40px;
    height:40px;
}
.iconPhotoPopup:hover{
    width:200px;
    height:200px;
}
.iconPhotoPopup{
    width:40px;
    height:40px;
}
#textMimMax{
    width:20px

.leftfour{
 float:left;
 margin-right:10px;
 width:25%;
}
 #divPermalink{
         z-index:1200;
         position:absolute;
         top:13em;
         right:6.25em;
         width:13.7em;
         height:auto;
         background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
         padding:0.8em;
         border-radius: 3px;
}
#ipermanent{
         width:109px;
         font-size:0.7em;
}
#buttoncopy{
             background: #96bcc4 none repeat scroll 0 0;
             color: #fff !important;
             width:auto;
             height:18px;
             font-family: "Open Sans Condensed",sans-serif;
             font-size:0.9em;
}
#infoRapid{
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important;
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#484745,endColorstr=#484745);
      opacity:0.5;
      border-radius: 13px;
      color:#fff;
      margin:10px;
      padding:12px;
      font-size:1.1em;
      width:262px;
}
#infoRapid a{
      color:#fff;
}
.textPopupRapid{
    padding:10px 10px 10px 10px;
    margin:2px 3px 4px 5px;
    color:lightgrey;
    width:262px;
   line-height : 1.3em;
}
.textPopupRapid a{
    color:#fff;
}
.directLink{
    color:#FFFFFF;
    text-decoration: none;
}
.ol-overlaycontainer-stopevent{
                position:relative !important;
                z-index:3 !important;
}
.ol-control{
    width:24px !important;
}

.legendZone{
  margin-bottom: 0.9em;
  margin-left: 0.5em;
  margin-top: 0.1em;
  padding: 0.35em 0.35em 0.35em 0.4em;
  width: 5em;
  cursor:pointer;
  font-family:"Open Sans Condensed",sans-serif;
  color:#96bcc4;
}
