.graphContainer {
    background: whitesmoke;
    overflow: hidden;
    width: 600px;
    height: 450px;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    z-index: 40;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 0.75em #777777;
    -webkit-box-shadow: 0 0 0.75em #777777;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.headerContainer {
    /*padding-top: 3px;*/
    background-color: #008B8B;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    cursor: default;
    width: 100%;
}
#infoTitle {
    font-size: 9pt;
    /*padding: 4px;*/
    font-family: Tahoma;
    color: white;
    top: -5px;
    left: 1%;
    position: relative;
    width: 40%;
    display: inline-block;
}
.crossBtn {
    top: 5px;
    right: 6px;
    overflow: visible;
    position: absolute;
    z-index: 99;
    display: block;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.dailyGraphContainer {
    width: 100%;
    height: 98%;
    position: relative;
}
/* =============  Weather CSS =====================   */
weathertitlePane {
    -webkit-user-select: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 8pt;
}
.firsttitlePane .dijitTitlePaneTitle {
    /*background-color: #03A9F4;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.secondtitlePane .dijitTitlePaneTitle {
    /*background-color: #FF5722;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.thirdtitlePane .dijitTitlePaneTitle {
    /*background-color: #FDD835;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.fourthtitlePane .dijitTitlePaneTitle {
    /*background-color: #8BC34A;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.fifthtitlePane .dijitTitlePaneTitle {
    /*background-color: #00BCD4;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.sixtitlePane .dijitTitlePaneTitle {
    /*background-color: #CE93D8;*/
    box-shadow: inset 0 1px 3px #fff, inset 0 -15px #D3DAEC, 0 0 3px #C4D8DA;
    background-color: #CDD4E8;
    font-family: tahoma;
}
.MlegendOptions {
    height: 45%;
    width: 55%;
}
/*
 .tdSearchByAddress, .tdSearchByPrecinct, .tdSearchByUnSelectedPrecinct, .tdSearchByUnSelectedAddress {
 width: 85px;
 }
 .tdSearchByAddress {
 margin-left: 10px;
 margin-right: 10px;
 height: 25px;
 min-width: 85px;
 -moz-border-top-left-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-bottom-left-radius: 5px;
 -webkit-bottom-top-left-radius: 5px;
 border-radius: 0px 5px 5px 0px;
 text-align: center;
 cursor: default;
 background-color: #B0E2FF;
 color: white;
 }
 .tdSearchByUnSelectedPrecinct {
 margin-left: 10px;
 margin-right: 10px;
 height: 25px;
 text-align: center;
 min-width: 85px;
 background: blue;
 cursor: pointer;
 -moz-border-top-right-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 border-top-right-radius: 5px;
 border-radius: 5px 0px 0px 5px;
 -moz-border-bottom-right-radius: 5px;
 -webkit-bottom-top-right-radius: 5px;
 color: white;
 }
 .tdSearchByUnSelectedAddress {
 margin-left: 10px;
 margin-right: 10px;
 height: 25px;
 min-width: 85px;
 text-align: center;
 background: blue;
 -moz-border-top-left-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-bottom-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 border-radius: 0px 5px 5px 0px;
 cursor: pointer;
 color: white;
 }
 .tdSearchByPrecinct {
 margin-left: 10px;
 margin-right: 10px;
 height: 25px;
 text-align: center;
 min-width: 90px;
 cursor: default;
 background-color: #B0E2FF;
 -moz-border-top-right-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 border-top-right-radius: 5px;
 border-radius: 5px 0px 0px 5px;
 -moz-border-bottom-right-radius: 5px;
 -webkit-bottom-top-right-radius: 5px;
 color: white;
 }*/
.btnD {
    width: 101px;
    background: #BD7F3D;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 5px; */
    font-family: muli;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.btnD:hover {
    background: #f5a55f;
    /*background-image: -webkit-linear-gradient(top, #f5a55f, #d98134);
     background-image: -moz-linear-gradient(top, #f5a55f, #d98134);
     background-image: -ms-linear-gradient(top, #f5a55f, #d98134);
     background-image: -o-linear-gradient(top, #f5a55f, #d98134);
     background-image: linear-gradient(to bottom, #f5a55f, #d98134);
     text-decoration: underline;*/
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btnDactive {
    width: 77px;
    background-color: #E65100;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 5px; */
    font-family: muli;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.btnactive {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: muli;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    background: #d95534;
    padding: 10px 20px 10px 20px;
    text-decoration: underline;
}
.todayrainfall {
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    min-width: 85px;
    -moz-border-top-left-radius: 5px;
    /* -webkit-border-top-left-radius: 5px; */
    -moz-border-bottom-left-radius: 5px;
    -webkit-bottom-top-left-radius: 5px;
    /* border-radius: 5px 5px 5px 5px; */
    text-align: center;
    cursor: pointer;
    font-family: muli;
    /* text-shadow: 0 0 3px red; */
    padding: 2px;
    font-weight: normal;
    background-color: #8D6E63;
    color: white;
}
.todayrainfallactive {
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    min-width: 85px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-bottom-top-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    font-family: muli;
    text-shadow: 0 0 3px #FF0000;
    cursor: default;
    background-color: #5D4037;
    color: white;
}
/* background-image: linear-gradient(to bottom, #90EBE1, #3D09F9);*/
.analysisrainfall {
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    min-width: 85px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-bottom-top-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    font-family: muli;
    text-shadow: 0 0 3px red;
    padding: 2px;
    font-weight: normal;
    /*background-color: #8D6E63;*/
    background-image: linear-gradient(to bottom, #90EBE1, #3D09F9);
    color: white;
}
.analysisrainfallactive {
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    min-width: 85px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-bottom-top-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    font-family: muli;
    text-shadow: 0 0 3px #FF0000;
    cursor: cursor : pointer;;
    background-color: blue;
    color: white;
}
.buttonlook {
    border: 1px solid black;
    background-color: #A4D3EE;
    opacity: 0.95;
    width: auto;
    min-width: 80px;
    overflow: hidden;
    font-family: "Trebuchet MS";
    font-weight: bold;
    filter: alpha(opacity=95);
    color: black;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px black;
    border-radius: 5px;
    z-index: 999;
}
.Rainsubmit {
    width: 80px;
    border: 1px solid #7B65CC;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1DC74', endColorstr='#79A854'); */
    background-color: #8B87DC;
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    /* -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF; */
    /* box-shadow: inset 0px 1px 2px 0px #FFFFFF; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    /* text-shadow: 1px 1px 2px #000000; */
    /* font-weight: normal; */
    margin: 5px 5px;
    padding: 3px 3px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    width: 93px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    /* display: inline-block; */
}
.Rainsubmit:hover {
    /*
     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #79A854), color-stop(0.9, #A1DC74) );
     background: -moz-linear-gradient( center top, #79A854 10%, #A1DC74 90% );*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79A854', endColorstr='#A1DC74');
    background-color: #4F4BA2;
    /*text-decoration: underline;*/
}
.Rainsubmitactive {
    width: 80px;
    border: 1px solid #8181BD;
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #A1DC74), color-stop(0.9, #79A854) ); */
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #599928), color-stop(0.9, #58932A) ); */
    background-color: #504BAF;
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    /* -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF; */
    /* box-shadow: inset 0px 1px 2px 0px #FFFFFF; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    /* text-shadow: 1px 1px 2px #000000; */
    font-weight: normal;
    margin: 5px 5px;
    padding: 3px 3px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    width: 150px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
/* table button css*/
.tablebtnD {
    width: 90px;
    background: #9085b4;
    /* 757C98
     background-image: -webkit-linear-gradient(top, #ebbf90, #f05811);
     background-image: -moz-linear-gradient(top, #ebbf90, #f05811);
     background-image: -ms-linear-gradient(top, #ebbf90, #f05811);
     background-image: -o-linear-gradient(top, #ebbf90, #f05811);
     background-image: linear-gradient(to bottom, #ebbf90, #f05811);*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*border-radius: 5px;*/
    font-family: muli;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    /*padding: 10px 10px 10px 10px;*/
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.tablebtnD:hover {
    background: #b5a7e1;
    /*background-image: -webkit-linear-gradient(top, #f5a55f, #d98134);
     background-image: -moz-linear-gradient(top, #f5a55f, #d98134);
     background-image: -ms-linear-gradient(top, #f5a55f, #d98134);
     background-image: -o-linear-gradient(top, #f5a55f, #d98134);
     background-image: linear-gradient(to bottom, #f5a55f, #d98134);
     text-decoration: underline;*/
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.tablebtnDactive {
    width: 90px;
    background-color: #6c6487;
    cursor: pointer;
    /*background-image: -webkit-linear-gradient(top, #ebbf90, #f05811);
     background-image: -moz-linear-gradient(top, #ebbf90, #f05811);
     background-image: -ms-linear-gradient(top, #ebbf90, #f05811);
     background-image: -o-linear-gradient(top, #ebbf90, #f05811);
     background-image: linear-gradient(to bottom, #ebbf90, #f05811);*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*border-radius: 5px;*/
    font-family: muli;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    /*padding: 10px 10px 10px 10px;*/
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btnactive {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: muli;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    background: #d95534;
    padding: 10px 20px 10px 20px;
    text-decoration: underline;
}
.MlegendOptions {
    height: 55%;
    width: 75%;
}
.legendOptions {
    /*
     height: 95px;
     width: 265px;
     margin-top: -22px;*/
    /*
     height: 95px;
     width: 78%;
     margin-top: -22px;*/
    height: 95px;
    width: 221px;
    margin-top: -22px;
}
.dijitTooltipFocusNode:nth-child(odd) b:first-child {
    color: blue;
    /* background-color: blanchedalmond; */
    text-shadow: 1px 1px 2px white, 0 0 1em #1D1DA2, 0 0 0.2em #505065;
    color: #5D03F1;
    /* font-size: 30px; */
}
.claro .dijitTitlePaneTitleOpen {
    color: #EF2E6D;
    /*background-color: blue;*/
    /*
     text-shadow: 1px 1px 2px white, 0 0 1em #1D1DA2, 0 0 0.2em #505065;
     color: #5D03F1;*/
    /* font-size: 30px;.claro .dijitTitlePaneTitleOpen, .claro .dijitTitlePaneTitleFixedOpen */
}
.RainfallTableDivHeader {
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    /* background: #3498db;
     background: darkgreen;*/
    line-height: 43px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    /*
     background: -o-linear-gradient(bottom, #003366 5%, #003f7f 100%);
     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05,darkgreen), color-stop(1, green) );
     background: -moz-linear-gradient( center top, #003366 5%, #003f7f 100% );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003366", endColorstr="#003f7f");
     background: -o-linear-gradient(top,#003366,003f7f);*/
    background-color: darkslateblue;
}
.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:hover td {
    background-color: #d3e9ff;
}
.CSSTableGenerator td {
    vertical-align: middle;
    background: -o-linear-gradient(bottom, #ffffff 5%, #d3e9ff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d3e9ff) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #d3e9ff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d3e9ff");
    background: -o-linear-gradient(top,#ffffff,d3e9ff);
    background-color: #ffffff;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 3px;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.CSSTableGenerator tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #0057af 5%, #007fff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );
    background: -moz-linear-gradient( center top, #0057af 5%, #007fff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");
    background: -o-linear-gradient(top,#0057af,007fff);
    background-color: #0057af;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #0057af 5%, #007fff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );
    background: -moz-linear-gradient( center top, #0057af 5%, #007fff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");
    background: -o-linear-gradient(top,#0057af,007fff);
    background-color: #0057af;
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}
/*****************************************************************/
.fixedonScroll {
    border-collapse: collapse;
    /*width: 250px;*/
    overflow-x: scroll;
    display: block;
}
.fixedonScroll thead {
    background-color: #EFEFEF;
}
.fixedonScroll thead, .fixedonScroll tbody {
    display: block;
}
.fixedonScroll tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 140px;
}
.fixedonScroll td, .fixedonScroll th {
    min-width: 85px;
    height: 25px;
    border: dashed 1px lightblue;
}
.fixedonScroll tr:nth-child(even) td {
    background-color: #E6E6FA;
}
/*.table-fill tr:nth-child(odd) td {}*/
/**********************************************************/
.fixedonScrollA {
    border-collapse: collapse;
    /*width: 250px;*/
    overflow-x: scroll;
    display: block;
}
.fixedonScrollA thead {
    background-color: #EFEFEF;
}
.fixedonScrollA thead, .fixedonScrollA tbody {
    display: block;
}
.fixedonScrollA tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 140px;
}
.fixedonScrollA td, .fixedonScrollA th {
    min-width: 109px;
    height: 25px;
    border: dashed 1px lightblue;
}
.fixedonScrollA tr:nth-child(even) td {
    background-color: #E6E6FA;
}
/****************************************************************/
.fixedonScrollB {
    border-collapse: collapse;
    /*width: 250px;*/
    overflow-x: scroll;
    display: block;
}
.fixedonScrollB thead {
    background-color: #EFEFEF;
}
.fixedonScrollB thead, .fixedonScrollB tbody {
    display: block;
}
.fixedonScrollB tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 140px;
}
.fixedonScrollB td, .fixedonScrollB th {
    min-width: 105px;
    height: 25px;
    border: dashed 1px lightblue;
}
.fixedonScrollB tr:nth-child(even) td {
    background-color: #E6E6FA;
}