| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623 |
- /**
- ****************************
- * Generic Styles
- ****************************
- */
- ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
- display: block; }
- .ag-hidden {
- display: none !important; }
- .ag-invisible {
- visibility: hidden !important; }
- .ag-drag-handle {
- cursor: move;
- cursor: -webkit-grab;
- cursor: grab; }
- .ag-column-drop-wrapper {
- display: flex; }
- .ag-column-drop-horizontal-half-width {
- display: inline-block;
- width: 50% !important; }
- .ag-unselectable {
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .ag-selectable {
- -moz-user-select: text;
- -webkit-user-select: text;
- -ms-user-select: text;
- user-select: text; }
- .ag-tab {
- position: relative; }
- .ag-tab-guard {
- position: absolute;
- width: 0;
- height: 0;
- display: block; }
- .ag-select-agg-func-popup {
- position: absolute; }
- .ag-input-wrapper, .ag-picker-field-wrapper {
- display: flex;
- flex: 1 1 auto;
- align-items: center;
- line-height: normal;
- position: relative; }
- .ag-shake-left-to-right {
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -webkit-animation-duration: 0.2s;
- animation-duration: 0.2s;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-name: ag-shake-left-to-right;
- animation-name: ag-shake-left-to-right; }
- @-webkit-keyframes ag-shake-left-to-right {
- from {
- padding-left: 6px;
- padding-right: 2px; }
- to {
- padding-left: 2px;
- padding-right: 6px; } }
- @keyframes ag-shake-left-to-right {
- from {
- padding-left: 6px;
- padding-right: 2px; }
- to {
- padding-left: 2px;
- padding-right: 6px; } }
- .ag-root-wrapper {
- cursor: default;
- position: relative;
- display: flex;
- flex-direction: column;
- overflow: hidden; }
- .ag-root-wrapper.ag-layout-normal {
- height: 100%; }
- .ag-watermark {
- position: absolute;
- bottom: 10px;
- right: 25px;
- opacity: 0.5;
- transition: opacity 1s ease-out 3s; }
- .ag-watermark:before {
- content: '';
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
- -webkit-filter: invert(50%);
- filter: invert(50%);
- background-repeat: no-repeat;
- background-size: 110px 60px;
- display: block;
- height: 60px;
- width: 110px; }
- .ag-watermark-text {
- opacity: 0.5;
- font-weight: bold;
- font-family: Impact, sans-serif;
- font-size: 19px; }
- .ag-root-wrapper-body {
- display: flex;
- flex-direction: row; }
- .ag-root-wrapper-body.ag-layout-normal {
- flex: 1 1 auto;
- height: 0;
- min-height: 0; }
- .ag-root {
- position: relative;
- display: flex;
- flex-direction: column; }
- .ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
- overflow: hidden;
- flex: 1 1 auto;
- width: 0; }
- .ag-root.ag-layout-normal {
- height: 100%; }
- /**
- ****************************
- * Viewports
- ****************************
- */
- .ag-header-viewport,
- .ag-floating-top-viewport,
- .ag-body-viewport,
- .ag-center-cols-viewport,
- .ag-floating-bottom-viewport,
- .ag-body-horizontal-scroll-viewport,
- .ag-virtual-list-viewport {
- position: relative;
- height: 100%;
- min-width: 0px;
- overflow: hidden;
- flex: 1 1 auto; }
- .ag-body-viewport.ag-layout-print {
- flex: none; }
- @media print {
- .ag-layout-normal {
- display: none; }
- .ag-root-wrapper,
- .ag-root-wrapper-body,
- .ag-root,
- .ag-body-viewport,
- .ag-center-cols-container,
- .ag-center-cols-viewport,
- .ag-center-cols-clipper,
- .ag-body-horizontal-scroll-viewport,
- .ag-virtual-list-viewport {
- height: auto !important;
- overflow: hidden !important;
- display: block !important; }
- .ag-row {
- page-break-inside: avoid; } }
- .ag-body-viewport {
- display: flex; }
- .ag-body-viewport.ag-layout-normal {
- overflow-y: auto;
- -webkit-overflow-scrolling: touch; }
- .ag-center-cols-viewport {
- width: 100%;
- overflow-x: auto; }
- .ag-body-horizontal-scroll-viewport {
- overflow-x: scroll; }
- .ag-virtual-list-viewport {
- overflow: auto;
- width: 100%; }
- /**
- ****************************
- * Containers
- ****************************
- */
- .ag-header-container,
- .ag-floating-top-container,
- .ag-body-container,
- .ag-pinned-right-cols-container,
- .ag-center-cols-container,
- .ag-pinned-left-cols-container,
- .ag-floating-bottom-container,
- .ag-body-horizontal-scroll-container,
- .ag-full-width-container,
- .ag-floating-bottom-full-width-container,
- .ag-virtual-list-container {
- position: relative; }
- .ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
- height: 100%;
- white-space: nowrap; }
- .ag-center-cols-clipper {
- min-height: 100%; }
- .ag-center-cols-container {
- display: block; }
- .ag-layout-print .ag-center-cols-clipper {
- min-width: 100%; }
- .ag-layout-auto-height .ag-center-cols-clipper,
- .ag-layout-auto-height .ag-center-cols-container {
- min-height: 50px; }
- .ag-pinned-right-cols-container {
- display: block; }
- .ag-body-horizontal-scroll-container {
- height: 100%; }
- .ag-full-width-container,
- .ag-floating-top-full-width-container,
- .ag-floating-bottom-full-width-container {
- position: absolute;
- top: 0px;
- left: 0px;
- pointer-events: none; }
- .ag-full-width-container {
- width: 100%; }
- .ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
- display: inline-block;
- overflow: hidden;
- height: 100%;
- width: 100%; }
- .ag-virtual-list-container {
- overflow: hidden; }
- /**
- ****************************
- * Scrollers
- ****************************
- */
- .ag-center-cols-clipper {
- flex: 1;
- min-width: 0;
- overflow: hidden; }
- .ag-body-horizontal-scroll {
- min-height: 0;
- min-width: 0;
- width: 100%;
- display: flex;
- position: relative; }
- .ag-layout-print .ag-body-horizontal-scroll {
- display: none; }
- .ag-force-vertical-scroll {
- overflow-y: scroll !important; }
- .ag-force-vertical-scroll.ag-layout-print {
- overflow-y: visible !important; }
- .ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
- height: 100%;
- min-width: 0;
- overflow-x: scroll; }
- .ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
- overflow-x: hidden; }
- /**
- ****************************
- * Headers
- ****************************
- */
- .ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
- display: inline-block;
- overflow: hidden;
- position: relative; }
- .ag-header-cell-sortable {
- cursor: pointer; }
- .ag-header {
- display: flex;
- width: 100%;
- white-space: nowrap; }
- .ag-pinned-left-header {
- height: 100%; }
- .ag-pinned-right-header {
- height: 100%; }
- .ag-header-row {
- position: absolute;
- overflow: hidden; }
- .ag-header-cell {
- display: inline-flex;
- align-items: center;
- position: absolute;
- height: 100%; }
- .ag-header-group-cell-label, .ag-header-cell-label {
- display: flex;
- flex: 1 1 auto;
- overflow: hidden;
- align-items: center;
- text-overflow: ellipsis;
- align-self: stretch; }
- .ag-header-cell-text {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .ag-right-aligned-header .ag-header-cell-label {
- flex-direction: row-reverse; }
- .ag-header-group-text {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .ag-header-cell-resize {
- position: absolute;
- z-index: 2;
- height: 100%;
- width: 8px;
- top: 0;
- cursor: ew-resize; }
- .ag-ltr .ag-header-cell-resize {
- right: -4px; }
- .ag-rtl .ag-header-cell-resize {
- left: -4px; }
- .ag-pinned-left-header .ag-header-cell-resize {
- right: -4px; }
- .ag-pinned-right-header .ag-header-cell-resize {
- left: -4px; }
- .ag-header-select-all {
- display: flex; }
- /**
- ****************************
- * Columns
- ****************************
- */
- .ag-column-moving .ag-cell {
- transition: left 0.2s; }
- .ag-column-moving .ag-header-cell {
- transition: left 0.2s; }
- .ag-column-moving .ag-header-group-cell {
- transition: left 0.2s, width 0.2s; }
- /**
- ****************************
- * Column Panel
- ****************************
- */
- .ag-column-panel {
- display: flex;
- flex-direction: column;
- overflow: hidden;
- flex: 1 1 auto; }
- .ag-column-select {
- display: flex;
- flex-direction: column;
- overflow: hidden;
- flex-grow: 3;
- flex-shrink: 1;
- flex-basis: 0; }
- .ag-column-select-header {
- position: relative;
- display: flex;
- flex: none; }
- .ag-column-select-header-icon {
- position: relative; }
- .ag-column-select-header-filter-wrapper {
- flex: 1 1 auto; }
- .ag-column-select-header-filter {
- width: 100%; }
- .ag-column-select-list {
- flex: 1 1 auto;
- overflow: auto; }
- .ag-column-drop {
- display: inline-flex;
- align-items: center;
- overflow: auto;
- width: 100%; }
- .ag-column-drop-list {
- display: flex;
- align-items: center; }
- .ag-column-drop-cell {
- display: flex;
- align-items: center; }
- .ag-column-drop-cell-text {
- overflow: hidden;
- flex: 1 1 auto;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .ag-column-drop-vertical {
- display: flex;
- flex-direction: column;
- overflow: hidden;
- flex: 1 1 0;
- align-items: stretch; }
- .ag-column-drop-vertical-title-bar {
- display: flex;
- align-items: center; }
- .ag-column-drop-vertical-list {
- align-items: stretch;
- flex-grow: 1;
- flex-direction: column;
- overflow-x: auto; }
- .ag-column-drop-vertical-list > * {
- flex: none; }
- .ag-column-drop-empty .ag-column-drop-vertical-list {
- overflow: hidden; }
- .ag-column-drop-vertical-empty-message {
- display: block; }
- .ag-column-drop.ag-column-drop-horizontal {
- white-space: nowrap;
- overflow: hidden; }
- .ag-column-drop-cell-button {
- cursor: pointer; }
- .ag-filter-toolpanel {
- flex: 1 1 0px;
- min-width: 0; }
- .ag-filter-toolpanel-header {
- position: relative; }
- .ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
- display: flex;
- align-items: center; }
- .ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
- display: flex;
- align-items: center; }
- .ag-filter-apply-panel {
- display: flex;
- justify-content: flex-end;
- overflow: hidden; }
- /**
- ****************************
- * Rows
- ****************************
- */
- .ag-row-animation .ag-row {
- transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
- transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
- transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s; }
- .ag-row-no-animation .ag-row {
- transition: background-color 0.1s; }
- .ag-row {
- white-space: nowrap;
- width: 100%; }
- .ag-row-loading {
- display: flex;
- align-items: center; }
- .ag-row-position-absolute {
- position: absolute; }
- .ag-row-position-relative {
- position: relative; }
- .ag-full-width-row {
- overflow: hidden;
- pointer-events: all; }
- .ag-row-inline-editing {
- z-index: 1; }
- .ag-row-dragging {
- z-index: 2; }
- .ag-stub-cell {
- display: flex;
- align-items: center; }
- /**
- ****************************
- * Cells
- ****************************
- */
- .ag-cell {
- display: inline-block;
- position: absolute;
- white-space: nowrap; }
- .ag-cell-value, .ag-group-value {
- overflow: hidden;
- text-overflow: ellipsis; }
- .ag-cell-wrapper {
- display: flex;
- align-items: center;
- height: 100%; }
- .ag-cell-wrapper.ag-row-group {
- align-items: flex-start; }
- .ag-full-width-row .ag-cell-wrapper.ag-row-group {
- align-items: center; }
- .ag-cell-auto-height {
- height: 100%; }
- .ag-cell-inline-editing {
- z-index: 1; }
- .ag-cell-inline-editing .ag-cell-edit-wrapper,
- .ag-cell-inline-editing .ag-cell-editor,
- .ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
- .ag-cell-inline-editing .ag-cell-editor input {
- height: 100%;
- width: 100%;
- line-height: normal; }
- .ag-cell .ag-icon {
- display: inline-block;
- vertical-align: middle; }
- /**
- ****************************
- * Filters
- ****************************
- */
- .ag-set-filter-item {
- display: flex;
- align-items: center;
- height: 100%; }
- .ag-set-filter-item-value {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .ag-set-filter-item-checkbox {
- display: flex;
- pointer-events: none; }
- .ag-filter-body-wrapper {
- display: flex;
- flex-direction: column; }
- .ag-filter-filter {
- flex: 1 1 auto;
- overflow: hidden; }
- .ag-filter-condition {
- display: flex; }
- /**
- ****************************
- * Floating Filter
- ****************************
- */
- .ag-floating-filter-body {
- position: relative;
- display: flex;
- flex: 1 1 auto;
- height: 100%; }
- .ag-floating-filter-full-body {
- display: flex;
- flex: 1 1 auto;
- height: 100%;
- width: 100%;
- align-items: center;
- overflow: hidden; }
- .ag-floating-filter-full-body > div {
- flex: 1 1 auto; }
- .ag-floating-filter {
- display: inline-block;
- position: absolute; }
- .ag-floating-filter-input {
- align-items: center;
- display: flex;
- width: 100%; }
- .ag-floating-filter-input > * {
- flex: 1 1 auto; }
- .ag-floating-filter-button {
- display: flex;
- flex: none; }
- /**
- ****************************
- * Drag & Drop
- ****************************
- */
- .ag-dnd-ghost {
- position: absolute;
- display: inline-flex;
- align-items: center;
- cursor: move;
- white-space: nowrap; }
- /**
- ****************************
- * Overlay
- ****************************
- */
- .ag-overlay {
- height: 100%;
- left: 0;
- pointer-events: none;
- position: absolute;
- top: 0;
- width: 100%; }
- .ag-overlay-panel {
- display: flex;
- height: 100%;
- width: 100%; }
- .ag-overlay-wrapper {
- display: flex;
- flex: none;
- width: 100%;
- height: 100%;
- align-items: center;
- justify-content: center;
- text-align: center; }
- .ag-overlay-loading-wrapper {
- pointer-events: all; }
- /**
- ****************************
- * Popup
- ****************************
- */
- .ag-popup-child {
- z-index: 5; }
- .ag-popup-editor {
- position: absolute;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- z-index: 1; }
- .ag-large-text-input {
- display: block; }
- /**
- ****************************
- * Virtual Lists
- ****************************
- */
- .ag-virtual-list-item {
- position: absolute;
- width: 100%; }
- /**
- ****************************
- * Floating Top and Bottom
- ****************************
- */
- .ag-floating-top {
- overflow: hidden;
- white-space: nowrap;
- width: 100%;
- position: relative;
- display: flex; }
- .ag-pinned-left-floating-top {
- display: inline-block;
- overflow: hidden;
- position: relative;
- min-width: 0px; }
- .ag-pinned-right-floating-top {
- display: inline-block;
- overflow: hidden;
- position: relative;
- min-width: 0px; }
- .ag-floating-bottom {
- overflow: hidden;
- white-space: nowrap;
- width: 100%;
- position: relative;
- display: flex; }
- .ag-pinned-left-floating-bottom {
- display: inline-block;
- overflow: hidden;
- position: relative;
- min-width: 0px; }
- .ag-pinned-right-floating-bottom {
- display: inline-block;
- overflow: hidden;
- position: relative;
- min-width: 0px; }
- /**
- ****************************
- * Dialog
- ****************************
- */
- .ag-dialog, .ag-panel {
- display: flex;
- flex-direction: column;
- position: relative;
- overflow: hidden; }
- .ag-panel-title-bar {
- display: flex;
- flex: none;
- align-items: center;
- cursor: default; }
- .ag-panel-title-bar-title {
- flex: 1 1 auto; }
- .ag-panel-title-bar-buttons {
- display: flex; }
- .ag-panel-title-bar-button {
- cursor: pointer; }
- .ag-panel-content-wrapper {
- display: flex;
- flex: 1 1 auto;
- position: relative;
- overflow: hidden; }
- .ag-dialog {
- position: absolute; }
- .ag-resizer {
- position: absolute;
- pointer-events: none;
- z-index: 1; }
- .ag-resizer.ag-resizer-topLeft {
- top: 0;
- left: 0;
- height: 5px;
- width: 5px;
- cursor: nwse-resize; }
- .ag-resizer.ag-resizer-top {
- top: 0;
- left: 5px;
- right: 5px;
- height: 5px;
- cursor: ns-resize; }
- .ag-resizer.ag-resizer-topRight {
- top: 0;
- right: 0;
- height: 5px;
- width: 5px;
- cursor: nesw-resize; }
- .ag-resizer.ag-resizer-right {
- top: 5px;
- right: 0;
- bottom: 5px;
- width: 5px;
- cursor: ew-resize; }
- .ag-resizer.ag-resizer-bottomRight {
- bottom: 0;
- right: 0;
- height: 5px;
- width: 5px;
- cursor: nwse-resize; }
- .ag-resizer.ag-resizer-bottom {
- bottom: 0;
- left: 5px;
- right: 5px;
- height: 5px;
- cursor: ns-resize; }
- .ag-resizer.ag-resizer-bottomLeft {
- bottom: 0;
- left: 0;
- height: 5px;
- width: 5px;
- cursor: nesw-resize; }
- .ag-resizer.ag-resizer-left {
- left: 0;
- top: 5px;
- bottom: 5px;
- width: 5px;
- cursor: ew-resize; }
- /**
- ****************************
- * Tooltip
- ****************************
- */
- .ag-tooltip {
- position: absolute;
- pointer-events: none;
- z-index: 99999; }
- /**
- ****************************
- * Animations
- ****************************
- */
- .ag-value-slide-out {
- margin-right: 5px;
- opacity: 1;
- transition: opacity 3s, margin-right 3s;
- transition-timing-function: linear; }
- .ag-value-slide-out-end {
- margin-right: 10px;
- opacity: 0; }
- .ag-opacity-zero {
- opacity: 0 !important; }
- /**
- ****************************
- * Menu
- ****************************
- */
- .ag-menu {
- max-height: 100%;
- overflow-y: auto;
- position: absolute;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .ag-menu-column-select-wrapper {
- height: 265px;
- overflow: auto; }
- .ag-menu-list {
- display: table; }
- .ag-menu-option, .ag-menu-separator {
- display: table-row; }
- .ag-menu-separator-cell, .ag-menu-option-part {
- display: table-cell;
- vertical-align: middle; }
- .ag-menu-option-text {
- white-space: nowrap; }
- .ag-menu-column-select-wrapper .ag-column-select {
- height: 100%; }
- /**
- ****************************
- * Rich Select
- ****************************
- */
- .ag-rich-select {
- cursor: default;
- outline: none; }
- .ag-rich-select-value {
- display: flex;
- align-items: center; }
- .ag-rich-select-value-icon {
- flex: 1 1 auto;
- order: 1; }
- .ag-ltr .ag-rich-select-value-icon {
- text-align: right; }
- .ag-rtl .ag-rich-select-value-icon {
- text-align: left; }
- .ag-rich-select-list {
- position: relative; }
- .ag-rich-select-virtual-list-item {
- display: flex; }
- .ag-rich-select-row {
- display: flex;
- flex: 1 1 auto;
- align-items: center;
- white-space: nowrap; }
- /**
- ****************************
- * Pagination
- ****************************
- */
- .ag-paging-panel {
- align-items: center;
- display: flex;
- justify-content: flex-end; }
- .ag-paging-page-summary-panel {
- display: flex;
- align-items: center; }
- .ag-paging-button-wrapper {
- position: relative;
- overflow: hidden; }
- .ag-paging-button {
- position: absolute; }
- .ag-disabled .ag-paging-page-summary-panel {
- pointer-events: none; }
- /**
- ****************************
- * Tool Panel
- ****************************
- */
- .ag-tool-panel-wrapper {
- display: flex;
- overflow-y: auto;
- overflow-x: hidden;
- cursor: default;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- width: 200px; }
- .ag-column-select-column,
- .ag-column-select-column-group {
- position: relative;
- align-items: center;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .ag-column-select-column > *,
- .ag-column-select-column-group > * {
- flex: none; }
- .ag-column-select-checkbox {
- display: flex; }
- .ag-tool-panel-horizontal-resize {
- cursor: ew-resize;
- height: 100%;
- position: absolute;
- top: 0;
- width: 5px;
- z-index: 1; }
- .ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
- right: -3px; }
- .ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
- left: -3px; }
- .ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
- left: -3px; }
- .ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
- right: -3px; }
- .ag-details-row {
- width: 100%; }
- .ag-details-row-fixed-height {
- height: 100%; }
- .ag-details-grid {
- width: 100%; }
- .ag-details-grid-fixed-height {
- height: 100%; }
- .ag-header-group-cell {
- display: flex;
- align-items: center;
- height: 100%;
- position: absolute; }
- .ag-cell-label-container {
- display: flex;
- justify-content: space-between;
- flex-direction: row-reverse;
- align-items: center;
- width: 100%;
- height: 100%; }
- .ag-right-aligned-header .ag-cell-label-container {
- flex-direction: row; }
- /**
- ****************************
- * Side Bar
- ****************************
- */
- .ag-side-bar {
- display: flex;
- flex-direction: row-reverse; }
- .ag-side-bar-left {
- order: -1;
- flex-direction: row; }
- .ag-side-button-button {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- flex-wrap: nowrap;
- white-space: nowrap;
- outline: none;
- cursor: pointer; }
- .ag-side-button-label {
- -webkit-writing-mode: vertical-lr;
- -ms-writing-mode: tb-lr;
- writing-mode: vertical-lr; }
- /**
- ****************************
- * Status Bar
- ****************************
- */
- .ag-status-bar {
- display: flex;
- justify-content: space-between;
- overflow: hidden; }
- .ag-status-panel {
- display: inline-flex; }
- .ag-status-name-value {
- white-space: nowrap; }
- .ag-status-bar-left {
- display: inline-flex; }
- .ag-status-bar-center {
- display: inline-flex; }
- .ag-status-bar-right {
- display: inline-flex; }
- /**
- ****************************
- * Widgets
- ****************************
- */
- .ag-icon {
- display: block;
- speak: none; }
- .ag-group {
- position: relative;
- width: 100%; }
- .ag-group-title-bar {
- display: flex;
- align-items: center; }
- .ag-group-title {
- display: block;
- flex: 1 1 auto;
- min-width: 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis; }
- .ag-group-title-bar
- .ag-group-title {
- cursor: default; }
- .ag-group-toolbar {
- display: flex;
- align-items: center; }
- .ag-group-container {
- display: flex; }
- .ag-disabled .ag-group-container {
- pointer-events: none; }
- .ag-group-container-horizontal {
- flex-direction: row;
- flex-wrap: wrap; }
- .ag-group-container-vertical {
- flex-direction: column; }
- .ag-charts-font-size-color {
- display: flex;
- align-self: stretch;
- justify-content: space-between; }
- .ag-column-group-icons {
- display: block; }
- .ag-column-group-icons > * {
- cursor: pointer; }
- .ag-group-item-alignment-stretch .ag-group-item {
- align-items: stretch; }
- .ag-group-item-alignment-start .ag-group-item {
- align-items: flex-start; }
- .ag-group-item-alignment-end .ag-group-item {
- align-items: flex-end; }
- .ag-toggle-button-icon {
- transition: right 0.3s;
- position: absolute;
- top: -1px; }
- .ag-input-field, .ag-select {
- display: flex;
- flex-direction: row;
- align-items: center; }
- .ag-input-field-input {
- flex: 1 1 auto;
- width: 100%;
- min-width: 0; }
- .ag-floating-filter-input .ag-input-field-input[type='date'] {
- width: 1px; }
- .ag-range-field {
- display: flex;
- align-items: center; }
- .ag-angle-select {
- display: flex;
- align-items: center; }
- .ag-angle-select-wrapper {
- display: flex; }
- .ag-angle-select-parent-circle {
- display: block;
- position: relative; }
- .ag-angle-select-child-circle {
- position: absolute; }
- .ag-slider-wrapper {
- display: flex; }
- .ag-slider-wrapper .ag-input-field {
- flex: 1 1 auto; }
- .ag-picker-field-display {
- flex: 1 1 auto; }
- .ag-picker-field {
- display: flex;
- align-items: center; }
- .ag-picker-field-icon {
- display: flex;
- border: 0;
- padding: 0;
- margin: 0;
- cursor: pointer; }
- .ag-picker-field-wrapper {
- overflow: hidden; }
- .ag-label-align-right .ag-label {
- order: 1; }
- .ag-label-align-right > * {
- flex: none; }
- .ag-label-align-top {
- flex-direction: column;
- align-items: flex-start; }
- .ag-label-align-top > * {
- align-self: stretch; }
- .ag-color-panel {
- width: 100%;
- display: flex;
- flex-direction: column;
- text-align: center; }
- .ag-spectrum-color {
- flex: 1 1 auto;
- position: relative;
- overflow: hidden;
- cursor: default; }
- .ag-spectrum-fill {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0; }
- .ag-spectrum-val {
- cursor: pointer; }
- .ag-spectrum-dragger {
- position: absolute;
- pointer-events: none;
- cursor: pointer; }
- .ag-spectrum-hue {
- cursor: default;
- background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }
- .ag-spectrum-alpha {
- cursor: default; }
- .ag-spectrum-hue-background {
- width: 100%;
- height: 100%; }
- .ag-spectrum-alpha-background {
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
- width: 100%;
- height: 100%; }
- .ag-spectrum-tool {
- cursor: pointer; }
- .ag-spectrum-slider {
- position: absolute;
- pointer-events: none; }
- .ag-recent-colors {
- display: flex; }
- .ag-recent-color {
- cursor: pointer; }
- .ag-ltr .ag-column-select-indent-1 {
- padding-left: 20px; }
- .ag-rtl .ag-column-select-indent-1 {
- padding-right: 20px; }
- .ag-ltr .ag-row-group-indent-1 {
- padding-left: 20px; }
- .ag-rtl .ag-row-group-indent-1 {
- padding-right: 20px; }
- .ag-ltr .ag-column-select-indent-2 {
- padding-left: 40px; }
- .ag-rtl .ag-column-select-indent-2 {
- padding-right: 40px; }
- .ag-ltr .ag-row-group-indent-2 {
- padding-left: 40px; }
- .ag-rtl .ag-row-group-indent-2 {
- padding-right: 40px; }
- .ag-ltr .ag-column-select-indent-3 {
- padding-left: 60px; }
- .ag-rtl .ag-column-select-indent-3 {
- padding-right: 60px; }
- .ag-ltr .ag-row-group-indent-3 {
- padding-left: 60px; }
- .ag-rtl .ag-row-group-indent-3 {
- padding-right: 60px; }
- .ag-ltr .ag-column-select-indent-4 {
- padding-left: 80px; }
- .ag-rtl .ag-column-select-indent-4 {
- padding-right: 80px; }
- .ag-ltr .ag-row-group-indent-4 {
- padding-left: 80px; }
- .ag-rtl .ag-row-group-indent-4 {
- padding-right: 80px; }
- .ag-ltr .ag-column-select-indent-5 {
- padding-left: 100px; }
- .ag-rtl .ag-column-select-indent-5 {
- padding-right: 100px; }
- .ag-ltr .ag-row-group-indent-5 {
- padding-left: 100px; }
- .ag-rtl .ag-row-group-indent-5 {
- padding-right: 100px; }
- .ag-ltr .ag-column-select-indent-6 {
- padding-left: 120px; }
- .ag-rtl .ag-column-select-indent-6 {
- padding-right: 120px; }
- .ag-ltr .ag-row-group-indent-6 {
- padding-left: 120px; }
- .ag-rtl .ag-row-group-indent-6 {
- padding-right: 120px; }
- .ag-ltr .ag-column-select-indent-7 {
- padding-left: 140px; }
- .ag-rtl .ag-column-select-indent-7 {
- padding-right: 140px; }
- .ag-ltr .ag-row-group-indent-7 {
- padding-left: 140px; }
- .ag-rtl .ag-row-group-indent-7 {
- padding-right: 140px; }
- .ag-ltr .ag-column-select-indent-8 {
- padding-left: 160px; }
- .ag-rtl .ag-column-select-indent-8 {
- padding-right: 160px; }
- .ag-ltr .ag-row-group-indent-8 {
- padding-left: 160px; }
- .ag-rtl .ag-row-group-indent-8 {
- padding-right: 160px; }
- .ag-ltr .ag-column-select-indent-9 {
- padding-left: 180px; }
- .ag-rtl .ag-column-select-indent-9 {
- padding-right: 180px; }
- .ag-ltr .ag-row-group-indent-9 {
- padding-left: 180px; }
- .ag-rtl .ag-row-group-indent-9 {
- padding-right: 180px; }
- .ag-ltr {
- direction: ltr; }
- .ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
- flex-direction: row; }
- .ag-rtl {
- direction: rtl; }
- .ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
- flex-direction: row-reverse; }
- .ag-rtl .ag-icon-contracted,
- .ag-rtl .ag-icon-tree-closed {
- display: block;
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg); }
- .ag-body .ag-body-viewport {
- -webkit-overflow-scrolling: touch; }
- .ag-chart {
- position: relative;
- display: flex;
- overflow: hidden;
- width: 100%;
- height: 100%; }
- .ag-chart-components-wrapper {
- position: relative;
- display: flex;
- flex: 1 1 auto;
- overflow: hidden; }
- .ag-chart-title-edit {
- position: absolute;
- display: none;
- top: 0;
- left: 0;
- text-align: center; }
- .ag-chart-title-edit.currently-editing {
- display: inline-block; }
- .ag-chart-canvas-wrapper {
- position: relative;
- flex: 1 1 auto;
- overflow: hidden; }
- .ag-charts-canvas {
- display: block; }
- .ag-chart-menu {
- position: absolute;
- top: 10px;
- width: 24px;
- overflow: hidden;
- display: flex;
- flex-direction: column; }
- .ag-ltr .ag-chart-menu {
- right: 20px; }
- .ag-rtl .ag-chart-menu {
- left: 20px; }
- .ag-chart-docked-container {
- position: relative;
- width: 0;
- min-width: 0;
- transition: min-width 0.4s; }
- .ag-chart-menu-hidden ~ .ag-chart-docked-container {
- max-width: 0;
- overflow: hidden; }
- .ag-chart-tabbed-menu {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden; }
- .ag-chart-tabbed-menu-header {
- flex: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- cursor: default; }
- .ag-chart-tabbed-menu-body {
- display: flex;
- flex: 1 1 auto;
- align-items: stretch;
- overflow: hidden; }
- .ag-chart-tab {
- width: 100%;
- overflow: hidden;
- overflow-y: auto; }
- .ag-chart-settings {
- overflow-x: hidden; }
- .ag-chart-settings-wrapper {
- position: relative;
- flex-direction: column;
- width: 100%;
- height: 100%;
- display: flex;
- overflow: hidden; }
- .ag-chart-settings-nav-bar {
- width: 100%;
- display: flex;
- height: 30px;
- align-items: center; }
- .ag-chart-settings-card-selector {
- display: flex;
- align-items: center;
- justify-content: space-around;
- flex: 1 1 auto;
- height: 100%;
- padding: 0 10px; }
- .ag-chart-settings-card-item {
- cursor: pointer;
- width: 10px;
- height: 10px;
- background-color: #000;
- position: relative; }
- .ag-chart-settings-card-item.ag-not-selected {
- opacity: 0.2; }
- .ag-chart-settings-card-item:before {
- content: " ";
- display: block;
- position: absolute;
- background-color: transparent;
- left: 50%;
- top: 50%;
- margin-left: -10px;
- margin-top: -10px;
- width: 20px;
- height: 20px; }
- .ag-chart-settings-prev,
- .ag-chart-settings-next {
- position: relative;
- flex: none; }
- .ag-chart-settings-prev-button,
- .ag-chart-settings-next-button {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- cursor: pointer;
- opacity: 0; }
- .ag-chart-settings-mini-charts-container {
- position: relative;
- flex: 1 1 auto;
- overflow-x: hidden;
- overflow-y: auto; }
- .ag-chart-settings-mini-wrapper {
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- flex-direction: column;
- width: 100%;
- min-height: 100%;
- overflow: hidden; }
- .ag-chart-settings-mini-wrapper.ag-animating {
- transition: left 0.3s;
- transition-timing-function: ease-in-out; }
- .ag-chart-mini-thumbnail {
- cursor: pointer; }
- .ag-chart-mini-thumbnail-canvas {
- display: block; }
- .ag-chart-data-wrapper,
- .ag-chart-format-wrapper {
- display: flex;
- flex-direction: column;
- position: relative;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .ag-chart-data-section,
- .ag-chart-format-section {
- display: flex;
- margin: 0; }
- .ag-charts-font-panel-controls {
- justify-content: space-between; }
- .ag-chart-empty-text {
- display: flex;
- top: 0;
- width: 100%;
- height: 100%;
- align-items: center;
- justify-content: center; }
- .ag-chart .ag-chart-menu {
- opacity: 0;
- pointer-events: none; }
- .ag-chart-menu-hidden:hover .ag-chart-menu {
- opacity: 1;
- pointer-events: all; }
- .ag-chart-settings-nav-bar {
- padding: 0 10px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .ag-date-time-list-page-title-bar {
- display: flex; }
- .ag-date-time-list-page-column-labels-row,
- .ag-date-time-list-page-entries-row {
- display: flex; }
- .ag-date-time-list-page-column-label,
- .ag-date-time-list-page-entry {
- flex-basis: 0;
- flex-grow: 1; }
- .ag-date-time-list-page-entry {
- cursor: pointer; }
|