body,html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
}

#mapDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
#playControls.hide{
    display:none;
}
.hide {
    display: none;
}

.show {
    display: block;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
#mapDiv_gc circle, #mapDiv_gc path, #mapDiv_gc image, #mapDiv_gc g{
    animation-duration:1s;
    animation-name: fadeIn;
    animation-timing-function:linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
}

/*Map Navigation Widgets (zoom slider, search, home)*/
#logo {
    float: left;
    width: 44px;
    height: 44px;
}

#logo img {
    vertical-align: middle;
    line-height: 44px;
    width: 44px;
    height: 44px;
}

#logo a {
    cursor: pointer;
}

.showtitle .esriSimpleSlider {
    top: 50px;
}

#search {
    position: absolute;
    display: block;
    z-index: 40;
}
#search.window-top-right{
    top: 95px;
    left:20px;
}
#search.window-top-left{
    top:95px;
    right:20px;
}
.arcgisSearch .searchCollapsed .searchSubmit{
    border-radius: 1px;   
}
.arcgisSearch .searchBtn{
    padding: 6px 5px;
}
.esriSimpleSlider div{
    font-size: 22px;
    font-family: 'lato', sans-serif;
    line-height: 22px;
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    border-bottom: 1px solid #999;
}
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton, .esriSimpleSliderVertical .esriSimpleSliderIncrementButton{
    border-radius: 1px;
}
.esriSimpleSlider, .arcgisSearch .searchBtn{
    font-size: 22px;
    font-family: 'lato', sans-serif;
    line-height: 22px;
    border: 1px solid #999;
    color:#999;
    border-radius: 1px;
}
.showtitle #search.window-top-left, .showtitle #search.window-top-right{
    top: 115px;
}

.showtitle.nozoom #search {
    top: 50px;
}

.nozoom #search {
    top: 20px;
}

/*App color themes*/
.bg {
    background-color: #fff;
    background-color: rgb(255,255,255);
}

.fg {
    color: #333;
}

/*Top Bar (title, share, about)*/
.top-bar {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 40;
}

.app-title {
    font-size: 1.2em;
    line-height: 44px;
    white-space: nowrap;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: .5em;
}
/*Styles for the right menu container that holds share and about*/
.top-menu-right {
    margin-right: 5px;
    /*float:right;*/
}

.button-container {
    text-align: center;
    font-size: 18px;
}

.menuDiv {
    cursor: pointer;
    float: right;
    margin: 12px 10px 0 20px;
}

.icon-right {
    float: right;
    cursor: pointer;
}

.menuIcon {
    display: inline-block;
    cursor: pointer;
    font-size: 20px !important;
    line-height: 20px;
}

.iconLabel {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.aboutLabel {
    margin-left: 8px;
}

.toggle-grey {
    color: #ccc;
}

@media only screen and (max-width:500px) {
    .iconLabel {
        display: none;
    }
}
/*Window Positioning (top, left, bottom, right,center)*/
.showtitle .window-top-left,.showtitle .window-top-right, .showtitle .window-top-center {
    top: 50px;
}
.window-top-left, .window-top-right {
    top: 20px;
}
.nozoom .window-top-left {
    left: 20px !important;
}

.noscale .window-bottom-left {
    bottom: 35px;
}

.noscale .window-bottom-right {
    bottom: 35px;
}

.noscale .window-bottom-center {
    bottom: 35px;
}

.window-bottom-right {
    bottom: 50px;
    right: 20px;
}

.window-bottom-left {
    bottom: 50px;
    left: 20px;
}

.window-top-center {
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    transform: translate(-50%, 0%);
    text-align: center;
}

.window-bottom-center {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    transform: translate(-50%, 0%);
    text-align: center;
}

/*Time Slider Container*/
 .digital{

 }
/*Turn off the time slider prev/next buttons*/
#timeSliderDiv > table > tbody > tr > td[align="left"], th {
    display: none;
}

#sliderContainer {
    /*width:100%;*/
    width: 450px;
    display: table-cell;
    margin: auto;
    position: relative;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.timeInfo {
    position: absolute;
    z-index: 40;
    height: auto;
    border-color: #ccc;
    border-color: rgba(128,128,128,.2);
    border-radius: 2px;
}

.error-text {
    padding: 4px;
    line-height: normal;
}

/*Date-Time label*/
#timeControls {
    display:table;
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px;
    border-color: inherit;
}

#timeLabel {
    font-family: "Roboto Mono";
    min-width: 300px;
    display: table-cell;
    vertical-align: middle;
    font-size: .9em;
    text-align: center;
    white-space: normal;
    max-width: 400px;
    margin: 0 auto;
    padding-right:1em;
    padding-left:1em;
}

.time {
    font-weight: normal;
}

#timeLabel.error {
    text-align: left;
}

#timeLabel.error a {
    color: #007AC2;
    text-decoration: none;
}
/*Time Slider Controls*/

.controlCont {
    display: table-cell;
    width: 100%;
    overflow: hidden;
    height: 40px;
    border-color: #ccc;
    border-color: rgba(128,128,128,.2);
}

.noslider #sliderContainer {
    display: none;
}

.noslider #timeControls {
    border-bottom: none;
}

/*Play/Pause Button*/
#playControls {
    padding: 2px;
    display: table-cell;
    margin: .5em;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    border-right: solid 1px;
    border-color: inherit;
    text-shadow: 0px 1px 2px rgba(128,128,128,.5);
}

#playSlider {
    padding: 10px;
    width: 20px;
    font-size: 24px;
}

#sliderDisabled {
    color: #dddddd;
}

#prevSlider, #nextSlider {
    font-size: 15px;
}

#prevSlider.hide, #nextSlider.hide {
    display: none;
}

#playSlider, #prevSlider, #nextSlider {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/*Legend Customizations*/
#legendContainer {
    position: absolute;
    z-index: 40;
    height: auto;
    max-height: 60%;
    overflow-y: auto;
    width: 240px;
    border-radius: 4px;
    display: block;
    margin: auto;
    padding:10px;
}
#legendContainer.window-top-right{
    right:20px;
}
#legendContainer.window-top-left{
    left:20px;
}
#legendHeader {
    font-size: 1em;
    height: auto;
    padding: 1em;
    cursor: pointer;
}

.esriLegendService {
    padding-top: 4px;
    padding-bottom: 16px;
}

.esriLegendServiceLabel {
    display: block;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.esriLegendLayerLabel {
    color: #8d94a1;
    padding-left: 8px;
}

.esriLegendLayer {
    padding-left: 8px;
}

.esriLegendGroupLayer {
    padding-top: 8px;
}

.esriLegendLeft {
    padding-left: 12px;
}

.esriLegendRight {
    padding-right: 12px;
}
/*Hide-Show legend*/
.legendButtonDiv {
    display: none;
    cursor: pointer;
    padding: 4px;
    z-index: 31;
}

/*Icon Font Styles (Play/Pause/Open/Close)*/
@font-face {
    font-family:timeicons;src:url(../fonts/icomoon.eot?-qh6f3r);src:url(../fonts/icomoon.eot?#iefix-qh6f3r) format('embedded-opentype'),url(../fonts/icomoon.woff?-qh6f3r) format('woff'),url(../fonts/icomoon.ttf?-qh6f3r) format('truetype'),url(../fonts/icomoon.svg?-qh6f3r#icomoon) format('svg');font-weight:400;font-style:normal;
}

[class*=" icon-"],[class^=icon-] {
    cursor: pointer;
    font-family: timeicons;
    speak: none;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-share:before {
    content: "\e604";
}

.dijitDialogCloseIcon:before {
    content: "\e600";
    font-family: "timeicons";
}
.esriRTL .icon-close:before,.esriRTL .icon-open:before {
    float: left;
}
.icon-LeftArrow:before {
    content: "\e607";
}

.icon-RightArrow:before {
    content: "\e608";
}

.icon-CircledLeftArrow:before {
    content: "\e616";
}

.icon-CircledRightArrow:before {
    content: "\e617";
}



.icon-pause:before {
    content: "\e625";
}

.icon-play:before {
    content: "\e626";
}
/*.icon-previous:before {
    content: "\e623";
}
.icon-next:before {
    content: "\e628";
}*/

.icon-previous:before {
    content: "\e62b";
    font-size: 20px;
    font-weight: bold;
}

.icon-next:before {
    content: "\e62c";
    font-size:20px;
    font-weight: bold;
}

.icon-menu-open:before {
    content: "\e631";
}

.icon-menu-close:before {
    content: "\e632";
}

.icon-info:before {
    content: "\e63e";
}

.icon-link:before {
    content: "\e605";
}

.icon-twitter:before {
    content: "\e606";
}

.icon-facebook-squared:before {
    content: "\e609";
}

.icon-gplus:before {
    content: "\e60a";
}

.icon-mail-alt:before {
    content: "\e60b";
}


/*Small screen modifications*/
@media only screen and (min-width: 450px){
    #timeContainer{
        display:block;
    }
}
@media only screen and (max-width:450px) {
    #timeSliderDiv {
        width: 310px;
        min-width: 310px;
    }
}

@media only screen and (max-width:500px) {
    .timeInfo {
        width: 100%;
        border-radius: 0;
        right: 0;
        left: 0;
        -moz-transform: translateX(-0%) translateY(0%);
        -webkit-transform: translateX(-0%) translateY(0%);
        -o-transform: translateX(-0%) translateY(0%);
        -ms-transform: translateX(-0%) translateY(0%);
        transform: translateX(-0%) translateY(0%);
        transform: translate(0%, 0%);
    }

    .app-title {
        max-width: 50%;
    }

    #legendContainer.legend-hide {
        display: none !important;
    }

    #legendContainer.legend-show {
        display: block !important;
    }

    #legendContainer {
        display: none;
    }

    #legendContainer {
        overflow-y: auto;
        border-top-left-radius: 0;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
    }
    .showtitle .legendButtonDiv{
        top:50px;
    }
    .legendButtonDiv {
        display: inline-block;
        position: absolute;
        top: 20px;
    }
    .legendButtonDiv.window-top-right{
        right:0;
    }
    .legendButtonDiv.window-top-left{
        left:0;
    }
    /*Position the legend open/close button depending on legend window location */
    .legendButtonDiv.move.window-top-right {
        right: 260px;
    }
    .legendButtonDiv.move.window-top-left{
        left:260px;
    }

    #legendContainer.window-top-right {
        right: 0;
    }

    #legendContainer.window-top-right > .legendButtonDiv {
        right: 0;
    }

    #legendContainer.window-top-right > .legendButtonDiv {
        left: 0;
    }
    #legendContainer.window-top-left{
        left:0;
    }
}
/*Loading Indicator Customizations*/
.loading-indicator {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
}

.app-error .loading-indicator,.app-loading .loading-indicator {
    display: block;
}

.app-loading .loading-indicator {
    background-position: center center;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
}

.app-error .loading-message {
    background-position: top center;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    text-align: center;
}
/*Share Dialog Styles*/
.ShareDialog{
    width:420px;
}
@media screen and (max-width: 450px) {
    .ShareDialog{
        width:300px;
    }
}
.claro .share-dialog-icon {
    font-size: 30px;
    line-height: 30px;
    float: left;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 0 10px 0 0;
    text-decoration: none;
    display: block;
}

.claro .share-dialog-icon:visited {
    color: rgba(0, 0, 0, 0.5);
}

.esriRTL .claro .share-dialog-icon {
    float: right;
    margin: 0 0 0 10px;
}

.claro .share-dialog-icon:hover {
    color: rgba(0, 0, 0, 0.8);
}

.claro .share-map-url {
    width: 50%;
    min-width: 80%;
    max-width: 90%;
    height: 25px;
    font-size: 14px;
    color: #777;
    border: 1px solid #dcdcdc;
    margin: 0 0 10px;
}

.claro .map-size-container {
    margin: 0;
    padding: 0 0 20px;
}

.claro .embed-map-size-clear, .claro .icon-clear {
    clear: both;
}

.claro .embed-map-size-dropdown {
    float: left;
}

.esriRTL .claro .embed-map-size-dropdown {
    float: right;
}

.claro .share-dialog-subheader {
    font-size: 17px;
    display: none;
}

@media only screen and (min-width: 720px) {
    .claro .share-dialog-subheader {
        display: block;
    }
}

.claro .share-dialog-textarea {
    width: auto;
    max-width: 90%;
    width: 80%;
    height: 50px;
    font-size: 14px;
    color: #777;
    border: 1px solid #dcdcdc;
    margin: 0 0 10px;
}

.share-dialog-checkbox {
    display: inline-block;
    cursor: pointer;
    padding: 8px;
}

input[type=checkbox].share-dialog-checkbox {
    display: none;
}

.share-dialog-checkbox:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-color: #FDFDFD;
    color: #f3f3f3;
    text-align: center;
    border-radius: 3px;
}

input[type=checkbox]:checked.share-dialog-checkbox + .share-dialog-checkbox:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}


/*Dijit slider bar customizations (Time Slider)*/
/*Time Slider Widget Customizations*/
.claro .dijitSliderImageHandleH {
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FDFDFD 0%, #F5F5F5 100%);
    background: -moz-linear-gradient(#fdfdfd 0%, #f5f5f5 100%);
    background: -o-linear-gradient(#fdfdfd 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(#fdfdfd 0%, #f5f5f5 100%);
    background: linear-gradient(#FDFDFD 0%, #F5F5F5 100%);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
  /*border: 1px solid #007AC2;*/
    width: 16px;
    height: 16px;
    margin-top: -1px;
    position: absolute;
}

.esriTimeSlider {
    /*min-width: 450px;*/
    padding:0 4px;
    margin: auto;
    width: auto;
    z-index: 850;
    position: relative;
}

.claro .dijitSlider .dijitSliderProgressBarH {
    background-color: #007AC2;
}

.claro .dijitSliderBar.dijitSliderRemainingBar {
    width: 6px;
    background: #ececec;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
}

.claro .dijitSliderBar.dijitSliderRemainingBarH {
    height: 6px;
}

.claro .dijitSliderBar.dijitSliderProgressBar {
    width: 6px;
    background: #007ac2;
    border: 1px solid transparent;
    border-radius: 0 0 2px 2px;
}

.dijitSliderBumper {
    display: none;
}

.claro .dijitSliderBar.dijitSliderProgressBarH {
    border-radius: 2px 0 0 2px;
    height: 6px;
}

.esriTimeSlider .dijitButton {
    display: none;
}

.templateTimeSlider .tsTmp {
    width: 96%;
}

.esriTimeSlider .tsTicks {
    height: 4px;
    color: #ccc;
}

.esriTimeSlider .dijitRuleMark {
    border-color: inherit;
    border: 1px solid;
}

.templateTimeSlider .esriTimeSlider .dijitRuleMarkH {
    width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}
/*Hide the time slider ticks if configured to do so*/
.esriTimeSlider.noTicks .tsTicks {
    display: none;
}

.dijitSlider {
    background: transparent;
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.dijitSliderBar {
    border-style: solid;
    outline: 1px;
}
/* ----- Horizontal Slider ----- */
.dijitRuleLabelsContainerH {
    padding: 0;
}
/* ----- bar ----- */
/*.dijitSliderBarH,
.dijitSliderBumperH {
    height: 6px;
}

.dijitSlider .dijitSliderLeftBumper {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-width: 1px 0 1px 1px;
    margin-left: 4px;
}

.dijitSlider .dijitSliderRightBumper {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-width: 1px 1px 1px 0;
    margin-left: -2px;
    margin-right: 4px;
}

.dijitSlider .dijitSliderProgressBarH,
.dijitSlider .dijitSliderLeftBumper {
    border-color: #0068a5;
    background-color: #007ac2;
    background-image: -webkit-linear-gradient(#0080cb, #007ac2);
    background-image: -moz-linear-gradient(#0080cb, #007ac2);
    background-image: -o-linear-gradient(#0080cb, #007ac2);
    background-image: -ms-linear-gradient(#0080cb, #007ac2);
    background-image: linear-gradient(#0080cb, #007ac2);
}
*/
.dijitSlider .dijitSliderRemainingBarH,
.dijitSlider .dijitSliderRightBumper {
    border-color: #d0d0d0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.075) inset;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.075) inset;
}
/* hover */
.dijitSliderHover .dijitSliderProgressBarH,
.dijitSliderHover .dijitSliderLeftBumper {
    border-color: #005b92;
    background-color: #0070b2;
    background-image: -webkit-linear-gradient(#0084d2, #0070b2);
    background-image: -moz-linear-gradient(#0084d2, #0070b2);
    background-image: -o-linear-gradient(#0084d2, #0070b2);
    background-image: -ms-linear-gradient(#0084d2, #0070b2);
    background-image: linear-gradient(#0084d2, #0070b2);
}
/* focus */
.dijitSliderFocused .dijitSliderProgressBarH,
.dijitSliderFocused .dijitSliderLeftBumper {
    border-color: #0068a5;
}

.dijitSlider .dijitSliderTopBumper {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-width: 1px 1px 0 1px;
    margin-top: 4px;
    margin-bottom: -2px;
}

.dijitSlider .dijitSliderBottomBumper {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px 1px;
    margin-bottom: 4px;
}

/* ------- Thumbs ------- */
.dijitSliderImageHandle {
    background-image: none;
}

.dijitSliderImageHandle:after {
    content: "";
    display: block;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#ddd, #fdfdfd 100%);
    background: -moz-linear-gradient(#ddd, #fdfdfd 100%);
    background: -o-linear-gradient(#ddd, #fdfdfd 100%);
    background: -ms-linear-gradient(#ddd, #fdfdfd 100%);
    background: linear-gradient(#ddd, #fdfdfd 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: 3px;
    top: 3px;
    position: absolute;
}

/* hover & focused */
.dijitSliderHover .dijitSliderImageHandle:after,
.dijitSliderFocused .dijitSliderImageHandle:after {
    background: rgba(194, 194, 194, 0.6);
    height: 6px;
    width: 6px;
    border-width: 2px;
    border-style: solid;
   /* border-color: #ddd #ccc #c2c2c2; raised*/
    border-color: #c2c2c2 #ccc #ddd;
}

.dijitSliderDisabled.dijitSliderFocused .dijitSliderImageHandle:after {
    display: none;
}


