/**
 * AccuWeather Map Related CSS
 * 
 * 
 */
@-webkit-keyframes
       pulse
      {
        0%
        {
          opacity:1;
         }
         30%
        {
          opacity:1;
         }
        40%
        {
          opacity:0.4;
        }
        50%
        {
          opacity:0;
        }
        60%
        {
          opacity:0.4;
        }
        70%
        {
          opacity:1;
        }
        100%
        {
          opacity:1;
        }
      }

@keyframes
       filler
      {
        0%
        {
          fill:rgb(0,255,0);
         }
        45%
        {
          fill:rgb(255,255,255);
        }
        100%
        {
          fill:rgb(0,255,0);
        }
      }

#nullwarning_point_layer path { 
    animation: filler 1s ease infinite;
}

#skyguardwarning_polygon_layer {
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: pulse; 
    
}

#skyguardwarning_point_layer {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: pulse; 
    
}

#lsrNotificationLayer_layer {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: pulse; 
    
}

.accu-identify-display-container {
    border: 1px solid #444444;
    gap: 0px;
    margin-bottom: 5px;
}
.accu-identify-display {
    font-size: 12px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}
.accu-identify-display-header {
    font-size: 14px;
    background-color: #000000;
    color: #ffffff;
    height: 18px;
    padding-left: 5px;
    padding-top: 2px;
    margin: 0px 0px 0px 0px;
}
.accu-identify-display-header_cross {
    font-size: 12px;
    background-color: #000000;
    color: #ffffff;
    height: 14px;
    padding-left: 5px;
    padding-top: 2px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.accu-identify-display-header-subheader {
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    padding-top: 2px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.accu-identify-display-day {
    color: #000000;
    background-color: #FFFFFF;
}
.accu-identify-display-night {
    color: #000000;
    background-color: #DDDDDD;
}
.accu-identify-display-table {
    width: 100%;
}
.accu-identify-display-table-border {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.accu-identify-display-td {
    text-align: center;
    border-left: 1px solid #000000;
    width: 80px;
}
.accu-identify-display-tr {
    border-bottom: 1px solid #000000;
}
.accu-identify-display-overview {
    font-size: 14px;
    background-color: #333333;
    color: #FFFFFF;
    width: 320px;
}
#identifyAccordion {
    width: 360px;
}
.esriPopupWrapper {} .dashboard-map-container {
    position: relative;
    height: 305px;
    width: 100%;
    overflow: hidden;
}
.dashboard-map {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*
.dashboard-map .layersDiv div {
    left: -5px;
}
.dashboard-map svg {
    left: -5px;
}
*/
.dashboard-map .esriControlsBR {
    bottom: 10px;
}
#bigMapContainer .esriControlsBR {
    right: 10px;
    bottom: 5px;
}
#MapHomeButton {
    position: absolute;
    top: 90px;
    left: 20px;
    z-index: 50;
    background-image: url("/img/map/home.png");
    padding: 2px;
    width: 30px;
    height: 30px;
    background-color: #666;
    background-color: rgba(102, 102, 102, 0.80);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}
#MapLocateButton {
    position: absolute;
    top: 125px;
    left: 20px;
    z-index: 50;
}
.scalebar_bottom-left {
    position: absolute;
    padding-left: 370px;
    bottom: 15px;
}
.scalebar_dashboard_bottom-left {
    position: absolute;
    padding-left: 0px;
    bottom: 20px;
}
#environmentcanadalogo {
    position: absolute;
    z-index: 50;
    bottom: 80px;
    right: 10px;
    width: 120px;
    height: 22px;
    background-image: url("../img/map/logo_environment_canada.gif");
    display: none;
}
#LatlongLabel {
    position: absolute;
    z-index: 50;
    left: 5px;
    top: 0px;
    width: 200px;
    height: 20px;
    color: #000000;
    font-size: 14px;
    text-shadow: 0 0 0.3em #AAA, 0 0 0.3em #AAA, 0 0 0.3em #AAA
}
#measurementWidget {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: 100px;
    width: 250px;
    height: 150px;
    display: none;
    background-color: #CCCCCC;
    border: solid 1px #000000;
    border-radius: 5px;
}
.ui-accordion-header-sgw-critical {
    color: #000000;
    background-color: #aaaaaa;
}
.accu-identify-display-header-sgw {
    font-size: 12px;
    height: 14px;
    padding-left: 5px;
    padding-top: 2px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
.sgw-worst {
    color: #000000;
    background-color: #990066;
}
.sgw-severe {
    color: #000000;
    background-color: #FF0000;
}
.sgw-critical {
    color: #000000;
    background-color: #990066;
}
.sgw-moderate {
    color: #000000;
    background-color: #FFFF00;
}
.sgw-low {
    color: #000000;
    background-color: #66CCFF;
}
.sgw-mild {
    color: #000000;
    background-color: #66CCFF;
}
.autowarn-worst {
    fill: #990066;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}
.autowarn-severe {
    fill: #FF0000;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}
.autowarn-critical {
    fill: #990066;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}
.autowarn-moderate {
    fill: #FFFF00;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}
.autowarn-low {
    fill: #66CCFF;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}
.autowarn-mild {
    fill: #66CCFF;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}

.nullwarn-green {
    fill: #00FF00;
    stroke: #000000;
    stroke-width: 1px;
    float: right;
    margin-left: 2px;
}

.accu-identify-display-sgw-title {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    border: 1px solid #000000;
}
.accu-identify-display-num-result {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    padding-top: 0px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
    background-color: #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 10px;
}
.accu-identify-display-wwa-result {
    float: right;
    width: 40px;
    height: 14px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #FFFFFF;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
}
.btnRoundCorner {
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #666666;
    height: 24px;
    padding-top: 3px;
}
.legend_left_swaths {
    width: 20px;
    height: 20px;
}
.legend_horizontal_line {
    width: 200px;
    height: 20px;
}
.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* for IE8 */
    
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}
.circleType1 {
    position: absolute;
    z-index: 50;
    width: 100px;
    height: 100px;
    border: 3px solid red;
}
.events-dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #FFFFFF;
    background-color: rgb(0, 0, 0);
}
.events-sublabel {
    color: #666666;
    background-color: rgb(255, 255, 255);
    margin-left: 20px;
}
.events-dropdown {
    min-width: 240px;
}
.mapicon {
    display: inline-block;
    line-height: 1;
}
.mapicon-regular {
    width: 18px;
    height: 18px;
}
.mapicon-layer-clientlocations {
    background: url(../img/Accu_Icons_Mapping_Layers/client_locations_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-currentweather {
    background: url(../img/Accu_Icons_Mapping_Layers/current_weather_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-d3datadrivendecisions {
    background: url(../img/Accu_Icons_Mapping_Layers/d_3_data_driven_decisions_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-imagery {
    background: url(../img/Accu_Icons_Mapping_Layers/imagery_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-naturalhazards {
    background: url(../img/Accu_Icons_Mapping_Layers/natural_hazards_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-publicwarnings {
    background: url(../img/Accu_Icons_Mapping_Layers/public_warnings_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-skyguardwarnings {
    background: url(../img/Accu_Icons_Mapping_Layers/skyguard_warnings_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-weatherhistory {
    background: url(../img/Accu_Icons_Mapping_Layers/weather_history_w.png) center no-repeat;
    background-size: contain;
}
.mapicon-layer-weatheroutlook {
    background: url(../img/Accu_Icons_Mapping_Layers/weather_outlook_w.png) center no-repeat;
    background-size: contain;
}
#radarloopingslider {
    width: 200px;
    margin-top: 18px;
    margin-left: 5px;
    margin-right: 0px;
    border: 1px solid #CCCCCC;
    float: left;
}
#radarloopingslider .ui-slider-range {
    background: #333;
}
#radarloopingslider.ui-state-disabled {
    opacity: 1 !important;
}
#radarloopingslider.ui-widget-content {
    background: #ce460d !important;
}
#radarloopingslider .ui-state-default {
    background: #ce460d;
    border: 1px solid #ce460d;
    border-radius: 8px;
}

#radarloopingtimelabel {
    float: left;
    font-size: 20px;
    margin-top: 15px;
    margin-left: -30px;
    color: #ce460d;
}
.sublayer-indent {
    text-indent: 10px;
    color: #666666;
}
.event-scroller {
    max-height: 150px;
    overflow: auto;
}
.event-list-header {
    margin-top: 5px;
}
.esriPopupCloseButtonFix {
    opacity: 1.0;
}

.traffic-flow-dropdownlist {
    width:200px;
    margin-top: :20px;
    left:100px;
}

.model-product-dropdownlist {
    width:300px;
    margin-top: :20px;
    left:100px;
}
