/*    
    Author     : robert kirkwood
    This file contails all styles for the responsive application

*/
.hidden-element {
        display: none;
    }

.exportExcelButtons{
    background-color: #008000;
    color: #F7F7F7;
    border: 1px black solid;
}

#trsBox{
    width:325px;
    height: 105px;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 3px;
}

#localBox{
    width:325px;
    height: 80px;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 3px;
}

#windowHeader{
    overflow: hidden;
/*    padding-top:  15px;*/
/*    height: 90px !important;*/
    text-align: center;
    background-color: #ffc425;
    border: 2px #492F24 solid;
    font-weight: bold;

}

.panelHeadings{
    background-color: #ffc425;
    font-weight:bold;
    text-align: center;
    width:100%;
    padding:3px;
    margin-bottom:5px;
}


.esri-widget--button {
    cursor: pointer;
    text-align: center;
    color: #ffc425;
    background-color: #492f24;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    transition: background-color .125s ease-in-out;
    display: flex;
    overflow: hidden;
}

.esri-widget--button:is(calcite-button):not(:hover) {
    --calcite-ui-icon-color: #ffc425;
}

.jqx-widget-header-ui-smoothness {
    background: #cccccc  50% 50% repeat-x;
    border-color: #aaa;
    color: #222222;
    font-size: 1em;
    font-family: "Arial", Helvetica, sans-serif;
    /*    font-weight: bold;*/
}