.loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 202;
    /*background-image:url("../images/loading.gif");*/
     /* background-color: #3892d3; */
}
.loading {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 203;
    /*padding-top: 200px;*/
    /*border-radius: 50%;*/
    opacity: 1.0;
}
.loading-medium {

    height: 75px;
    margin-top: 25px;
    background: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;

}

.loading-parent {
    position: absolute;
    z-index: 201;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
    /*padding-top: 25px;*/
    color: white;
    /*background-image:url("../images/loading.gif")*/
    background-color: #00264c;
    /*background-image: url("../images/paper.gif");*/
}

.openingUSGS {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    /*padding-top: 50px;*/
    height: 75px;
}


.right {
    text-align: right;
    margin-right: 1em;
}

.left {
    text-align: left;
    margin-left: 1em;
}

.extra-alt .x-grid-row .x-grid-cell {
    background-color: #fff;
    color: #000000;
}

.extra-alt .x-grid-row-alt .x-grid-cell {
    background-color: #000;
    color: #ffffff;
}

.completed .x-grid-cell {
    /*    background-color: #ff0000; */
    background-color: #a00000;
    /* background-color: #fac3b9; */
    color: #ffffff;
    font-weight: bold;
    font-variant:small-caps;
}

.notCompleted .x-grid-cell {
    /*    background-color: #5a5a5a; */
    background-color: #404040;
    color: #ffffff;
    font-weight: bold;
    font-variant:small-caps;
}

/*.myBoxItem {*/
    /*background-color: lightgray;*/
    /*!*color: #ffffff;*!*/

/*}*/

.esriPopup {
    color: black;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}

/*.esriPopup .contentPane {*/

/*/!*background-color: #006F41;*!/*/
/*}*/

.esriPopup .titlePane {
    /*  background-color: #006F41;
    */
    /*background-color: #006F41;*/

    /*background-image: -webkit-gradient(*/
    /*linear,left bottom,left top,*/
    /*color-stop(0.25, rgb(00,111,65)),*/
    /*color-stop(0.82, rgb(102,164,139))*/
    /*);*/
    background: -moz-linear-gradient(top, rgb(00, 111, 65) 25%, rgb(102, 164, 139) 82%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(00, 111, 65)), color-stop(82%, rgb(102, 164, 139))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006f41 25%, #66a48b 82%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006f41 25%, #66a48b 82%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006f41 25%, #66a48b 82%); /* IE10+ */

    /*00 111 65     102 164 139*/

    /*00 6f  41      66  a4  8b*/

    line-height: 40px;
    color: white;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
}


.HomeButton {
    position: absolute;
    top: 90px;
    left: 20px;
    z-index: 250;

}

.LocateButton {
    position: absolute;
    top: 130px;
    left: 20px;
    z-index: 250;

}

.legendDiv {
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 250;

}

.esriLegendServiceLabel {
    text-align: center;
    font-size:80%;
}

.USGSIcon {
    background-image: url("../images/favicon.ico");
}
