/*!
@file        GWIS API style sheet.
@summary     Graphing Water Information System (GWIS) JavaScript API.
@description A JavaScript API for creating USGS Water Services <https://waterservices.usgs.gov/> time-series plots using the dygraphs charting library <https://github.com/danvk/dygraphs/>.
@version     2.0
*/.gwis{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.gwis-overlay{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transform:scale(.95);transition:opacity .6s ease,transform .4s cubic-bezier(.7,-.5,.3,1.5);width:100%;z-index:0}.gwis-overlay.gwis-show{opacity:1;transform:scale(1);z-index:1}.gwis-loading{background:#fff5;color:#aaa8;font-family:Arial,Helvetica,sans-serif;font-size:18px}.gwis-loading>div{display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.gwis-loading>div>div{margin:auto}.gwis-loading>div:nth-child(1)>div{-webkit-animation:gwis-rotate-z 2s linear infinite;animation:gwis-rotate-z 2s linear infinite;border:15px solid #ddd8;border-bottom:15px solid #8888;border-radius:50%;border-top:15px solid #8888;height:120px;width:120px}@-webkit-keyframes gwis-rotate-z{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gwis-rotate-z{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.gwis-error{color:#bbb;display:flex;font-size:30px}.gwis-error>div{margin:auto}.gwis .dygraph-label{font-size:85%;text-align:center}.gwis .dygraph-title{margin-left:50px;text-align:left}.gwis .dygraph-label-rotate-right{transform:rotate(-90deg)}.gwis .dygraph-label-rotate-left{transform:rotate(90deg)}.gwis .dygraph-axis-label{font-size:85%;overflow:hidden}.gwis .dygraph-legend{background:#fff;border:1px solid #ddd;float:right;font-size:12px;left:inherit!important;margin:5px 10px;opacity:1;overflow:hidden;padding:0 5px;position:relative;top:inherit!important;transition:opacity .2s;z-index:1}.gwis .dygraph-legend:hover{opacity:0}.gwis .dygraph-legend-dash,.gwis .dygraph-legend-line{border-bottom-style:solid;border-bottom-width:2px;bottom:.5ex;display:inline-block;height:1px;position:relative}.dygraph-legend-line{padding-left:1em}.gwis .dygraph-roller{position:absolute}.gwis .dygraph-annotation{overflow:hidden;position:absolute}.gwis .dygraph-default-annotation{background-color:#fff;border:1px solid #444;text-align:center}