#mapPanecopy {
    border: 1px #c0c0c0 solid;
    padding-top: 0;
    margin-bottom: 20px;
    position: absolute;
    z-index: -1;
    background-color: white;
    top: 1.5em;
    font-size: 2.4em;
}

#mapPanecopy tr {
    padding: .2em !important;
}

#mapPanecopy tr td table tbody tr td {
    font-size: .8em;
}

#mapPanecopy td img {
    width: 60px;
}

#mapPanecopy .esriAttribution {
    font-size: 1em;
    line-height: 35px;
    max-width: 700px !important;
}

#map {
    position: relative;
}

.hiddencontrol {
    display: none !important;
}

.hiddencontrol select {
    display: none !important;
}

.footnote {
    text-align: center;
    font-size: .9em;
    margin: 1em;
}

#myTable {
    display: none;
}

#myTable.dataTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

#hiddenTablist {
    display: none;
}

#hiddenTablist[role=tablist] {
    display: block;
}

#cqlabel.disabled {
    color: #ccc;
    cursor: not-allowed !important;
}

#cqlabel {
    margin-left: 1.35em;
    display: inline-block;
}

#cq {
    text-indent: 1em;
    margin: 0 .1em 0 -1.5em;
}

#printDiv {
    display: block;
    text-align: right;
    margin: .5em .5em 0 0;
}

#printButton {
    display: none;
}

.popuphr {
    margin: 1em 0;
}

#mapPane {
    width: 100%;
    border: 1px #c0c0c0 solid;
    padding-top: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background-color: white;
}

#mapDiv {
    height: 500px;
    width: 100%;
    background-color: #D0D0D0;
}

#legendDiv {
    position: relative;
}

#legendDiv table {
    margin: 0px auto 0 auto;
}

#legendDiv tr {
    border: 0;
    padding: .2em;
}

#legendDiv > div:nth-child(2) > div > .esriLegendLayer > tbody > tr:first-child {
    display: none;
}

#legendDiv .esriLegendLayer > tbody > tr > td:first-child {
    width: auto !important;
}

#mapPanecopy #legendDiv table table table td {
    display: inline;
    vertical-align: middle;
    font-size: 1.3em;
    position: relative;
    top: 2px;
    text-align: center;
}

#legendDiv_opLayer_0,
#legendDiv_opLayer_1,
#legendDiv_opLayer_2 {
    margin-top: 1em;
}

#legendDiv_opLayer_0 tr,
#legendDiv_opLayer_1 tr,
#legendDiv_opLayer_2 tr {
    border: 1px #ccc solid;
    padding: .2em .7em;
    background: #ffffff;
}

#legendDiv_opLayer_0 tr tr,
#legendDiv_opLayer_1 tr tr,
#legendDiv_opLayer_2 tr tr {
    border: 0;
    padding: .2em;
}

#legendDiv_opLayer_0 table.esriLegendLayerLabel tr,
#legendDiv_opLayer_1 table.esriLegendLayerLabel tr,
#legendDiv_opLayer_2 table.esriLegendLayerLabel tr {
    border: 0;
    padding: .2em;
}

#legendDiv_opLayer_0 table table,
#legendDiv_opLayer_1 table table,
#legendDiv_opLayer_2 table table {}

#legendDiv td {
    border: 0;
    padding: 0;
}

.esriLegendLayer {
    width: auto !important;
    text-align: center;
}

.esriLegendLayer tr {
    display: inline-block;
}

#legendDiv_graphicsLayer0 {
    display: none !important;
}

.esriLegendServiceLabel {
    display: none;
}

.esriLegendService {
    margin-top: -15px;
}

.titlePane {
    box-sizing: content-box;
    font-weight: bold;
}

.legendTitle {
    display: flex;
}

.legendTitleWrapper {
    margin: auto;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
}

#HomeButton {
    position: absolute;
    top: 85px;
    left: 21px;
    z-index: 50;
}

/*css for CQ help questionmark hover*/
.help-tip {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #0071bc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: bolder;
    line-height: 20px;
    text-decoration: none;
}

.help-tip:hover {
    cursor: pointer;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p,
.help-tip:focus p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.help-tip p {
    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #fff;
    padding: .5em 1em;
    width: 30em;
    position: absolute;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    top: 145%;
    right: -3px;
    z-index: 6;
    border: 1px solid #0071bc;
    font-weight: normal;
    font-size: .9em;
    color: #333;
}

.help-tip p:before {
    /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #0071bc;
    right: 5px;
    top: -16px;
}

.help-tip p:after {
    /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

@media (max-width: 47.99em) {
    .help-tip {
        float: right;
    }
}

@media (max-width: 34.99em) {
    .help-tip p {
        padding: .5em;
        width: 19em;
    }
}

@media print and (max-width: 537px),
screen and (max-width: 48em) {
    #cqlabel {
        width: 80%;
    }
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}
