﻿.cell{width:100%;}@media only screen and (min-width:600px){.cell-medium-50{width:calc(50% - 6px);}.cell-medium-100{width:calc(100% - 6px);}}@media only screen and (min-width:1200px){.cell-large-5{width:calc(5% - 8px);}.cell-large-10{width:calc(10% - 8px);}.cell-large-15{width:calc(15% - 8px);}.cell-large-20{width:calc(20% - 8px);}.cell-large-25{width:calc(25% - 8px);}.cell-large-30{width:calc(30% - 8px);}.cell-large-33{width:calc(33.333% - 8px);}.cell-large-35{width:calc(35% - 8px);}.cell-large-40{width:calc(40% - 8px);}.cell-large-45{width:calc(45% - 8px);}.cell-large-50{width:calc(50% - 8px);}.cell-large-55{width:calc(55% - 8px);}.cell-large-60{width:calc(60% - 8px);}.cell-large-65{width:calc(65% - 8px);}.cell-large-66{width:calc(66.666% - 8px);}.cell-large-70{width:calc(70% - 8px);}.cell-large-75{width:calc(75% - 8px);}.cell-large-80{width:calc(80% - 8px);}.cell-large-85{width:calc(85% - 8px);}.cell-large-90{width:calc(90% - 8px);}.cell-large-95{width:calc(95% - 8px);}.cell-large-100{width:calc(100% - 8px);}}.burgerMenu{text-align:left;padding:12px 12px;float:right;width:auto;border:0;display:block;outline:0;position:relative;display:inline-block;}.noLabel{text-align:center;}.burgerMenu:hover{color:#4d636f!important;background-color:#fff!important;display:block;}.burgerMenu .menuDisplay{color:#4d636f!important;background-color:#fff!important;display:block;}.burgerDropdownContainer{position:relative;display:block;top:12px;left:12px;}.burgerDropdownContent{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:200px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1000;}.burgerMenu:hover .burgerDropdownContent{display:block;}.burgerMenuRow{color:#000;padding:8px;}.burgerMenuRow:hover{background-color:#f1f1f1;}.burgerMenuRow .icon{width:10px;height:10px;float:left;padding:10px;background-color:#f00;}.burgerMenuRow .burgerMenuLabel{width:10px;height:10px;float:left;padding:10px;background-color:#ffa500;}.navbar{width:100%;display:inline-block;float:left;color:#fff!important;min-height:70px;background:linear-gradient(90deg,#020024 0%,#1f1a54 10%,#12abe3 100%);}.navbar-logo{text-align:center;float:left;width:auto;height:35px;border:0;display:block;outline:0;padding:8px 16px;}.navbar-logo-image{width:100%;height:100%;object-fit:cover;overflow:hidden;padding:5px 5px 5px 5px;}.navbar-item{text-align:center;padding:12px 16px;float:left;width:auto;border:0;display:block;outline:0;}.navbar-item-text{display:block;}.navbar-item:hover{color:#3a3a3a!important;background-color:#12a9e1!important;}.navbar-item-right{float:right!important;}.navbar-item-dropdown{position:relative;display:inline-block;}.navbar-item-dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1000;}.navbar-item-dropdown-content a{color:#000;padding:12px 8px;text-decoration:none;display:block;}.navbar-item-dropdown-content a:hover{background-color:#fff;}.navbar-item-dropdown:hover .navbar-item-dropdown-content{display:block;}.navbar-position-top{top:0;}.navbar-position-bottom{bottom:0;}.navbar-padding-bottom{padding-bottom:45px;}@media(max-width:600px){.navbar-item-hide-small{display:none!important;}.navbar-item-right{float:left!important;}.navbar-item{padding:8px 6px;}}@media(min-width:993px){.navbar-item-hide-large{display:none!important;}}@media(max-width:992px) and (min-width:601px){.navbar-item-hide-medium{display:none!important;}}input{border-radius:4px;font-family:inherit;font-size:inherit;border-width:1px;border-style:solid;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;margin-top:2px;padding:4px;display:flex;box-sizing:border-box;line-height:16px;}textarea{border-radius:4px;font-family:inherit;font-size:inherit;border-width:1px;border-style:solid;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;margin-top:2px;padding:4px;display:flex;box-sizing:border-box;line-height:20px;}@supports(-webkit-appearance:none) or (-moz-appearance:none){.light input[type=checkbox],.light input[type=radio]{--active:#94a3b8;--active-inner:#fff;--active-inner-disabled:#808080;--focus:2px rgba(39,94,254,.3);--border:#bbc1e1;--border-hover:#94a3b8;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:0;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s;}.light input[type=checkbox]:after,.light input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);}.light input[type=checkbox]:checked,.light input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2);}.light input[type=checkbox]:disabled,.light input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9;}.light input[type=checkbox]:disabled:checked,.light input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border);--active-inner:var(--active-inner-disabled);}.light input[type=checkbox]:disabled+label,.light input[type=radio]:disabled+label{cursor:not-allowed;}.light input[type=checkbox]:hover:not(:checked):not(:disabled),.light input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover);}.light input[type=checkbox]:focus,.light input[type=radio]:focus{box-shadow:0 0 0 var(--focus);}.light input[type=checkbox]:not(.switch),.light input[type=radio]:not(.switch){width:21px;}.light input[type=checkbox]:not(.switch):after,.light input[type=radio]:not(.switch):after{opacity:var(--o,0);}.light input[type=checkbox]:not(.switch):checked,.light input[type=radio]:not(.switch):checked{--o:1;}.light input[type=checkbox]+label,.light input[type=radio]+label{line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px;}.light input[type=checkbox]:not(.switch){border-radius:7px;}.light input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg));}.light input[type=checkbox]:not(.switch):checked{--r:43deg;}.light input[type=checkbox].switch{width:38px;border-radius:11px;}.light input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0));}.light input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px;}.light input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6;}.light input[type=radio]{border-radius:50%;}.light input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7));}.light input[type=radio]:checked{--s:.5;}}@supports(-webkit-appearance:none) or (-moz-appearance:none){.labelBeforeCheckBox{line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-right:4px;}.blue input[type=checkbox],.blue input[type=radio]{--active:#7dd3fc;--active-inner:#fff;--active-inner-disabled:#808080;--focus:2px rgba(39,94,254,.3);--border:#bbc1e1;--border-hover:#7dd3fc;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#d1ecfe;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:0;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s;}.blue input[type=checkbox]:after,.blue input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);}.blue input[type=checkbox]:checked,.blue input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2);}.blue input[type=checkbox]:disabled,.blue input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9;}.blue input[type=checkbox]:disabled:checked,.blue input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border);--active-inner:var(--active-inner-disabled);}.blue input[type=checkbox]:disabled+label,.blue input[type=radio]:disabled+label{cursor:not-allowed;}.blue input[type=checkbox]:hover:not(:checked):not(:disabled),.blue input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover);}.blue input[type=checkbox]:focus,.blue input[type=radio]:focus{box-shadow:0 0 0 var(--focus);}.blue input[type=checkbox]:not(.switch),.blue input[type=radio]:not(.switch){width:21px;}.blue input[type=checkbox]:not(.switch):after,.blue input[type=radio]:not(.switch):after{opacity:var(--o,0);}.blue input[type=checkbox]:not(.switch):checked,.blue input[type=radio]:not(.switch):checked{--o:1;}.blue input[type=checkbox]+label,.blue input[type=radio]+label{line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px;}.blue input[type=checkbox]:not(.switch){border-radius:7px;}.blue input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg));}.blue input[type=checkbox]:not(.switch):checked{--r:43deg;}.blue input[type=checkbox].switch{width:38px;border-radius:11px;}.blue input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0));}.blue input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px;}.blue input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6;}.blue input[type=radio]{border-radius:50%;}.blue input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7));}.blue input[type=radio]:checked{--s:.5;}}@supports(-webkit-appearance:none) or (-moz-appearance:none){.dark input[type=checkbox],.dark input[type=radio]{--active:#fff;--active-inner:#1f416f;--focus:2px rgba(39,94,254,.3);--border:#bbc1e1;--border-hover:#1f416f;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#a3aabf;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:0;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s;}.dark input[type=checkbox]:after,.dark input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);}.dark input[type=checkbox]:checked,.dark input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2);}.dark input[type=checkbox]:disabled,.dark input[type=radio]:disabled{--b:var(--disabled-inner);cursor:not-allowed;opacity:.9;}.dark input[type=checkbox]:disabled:checked,.dark input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border);}.dark input[type=checkbox]:disabled+label,.dark input[type=radio]:disabled+label{cursor:not-allowed;}.dark input[type=checkbox]:hover:not(:checked):not(:disabled),.dark input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover);}.dark input[type=checkbox]:focus,.dark input[type=radio]:focus{box-shadow:0 0 0 var(--focus);}.dark input[type=checkbox]:not(.switch),.dark input[type=radio]:not(.switch){width:21px;}.dark input[type=checkbox]:not(.switch):after,.dark input[type=radio]:not(.switch):after{opacity:var(--o,0);}.dark input[type=checkbox]:not(.switch):checked,.dark input[type=radio]:not(.switch):checked{--o:1;}.dark input[type=checkbox]+label,.dark input[type=radio]+label{line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px;}.dark input[type=checkbox]:not(.switch){border-radius:7px;}.dark input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg));}.dark input[type=checkbox]:not(.switch):checked{--r:43deg;}.dark input[type=checkbox].switch{width:38px;border-radius:11px;--ab:var(--active-inner);}.dark input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0));}.dark input[type=checkbox].switch:checked{--x:17px;}.dark input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6;}.dark input[type=radio]{border-radius:50%;}.dark input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7));}.dark input[type=radio]:checked{--s:.5;}}select{border-radius:4px;font-family:inherit;font-size:inherit;border-width:1px;border-style:solid;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;margin-top:2px;padding:4px;display:flex;box-sizing:border-box;line-height:16px;}.card{width:100%;box-sizing:border-box;border-radius:5px;border-width:1px;border-style:solid;box-shadow:rgba(0,0,0,.24) 0 2px 6px;display:flex;flex-direction:column;}.card-header{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-width:1px;border-bottom-style:solid;order:1;padding:5px;min-height:20px;display:flex;}.card-body{order:2;padding:5px;display:block;}.card-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-width:1px;border-top-style:solid;order:3;padding:5px;min-height:20px;display:flex;}.card-body-toast{border-style:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:0 20px;}.card-header-toast{border-style:none;}.card-toast{border-style:none;}.ModalContainer{display:flex;flex-direction:row;flex-wrap:wrap;top:10vh;max-height:90vh;overflow:auto;border-radius:4px;}.ModalBackground{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0;background-color:rgba(74,85,104,var(--bg-opacity));--bg-opacity:.5;display:block;height:100%;position:fixed;top:0;left:0;width:100%;z-index:3;}.floatingmodel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f1f1f1;text-align:center;border:1px solid #d3d3d3;border-radius:5px;border-width:1px;border-style:solid;box-shadow:rgba(0,0,0,.24) 0 2px 6px;display:flex;flex-direction:column;max-height:90%;max-width:90%;resize:both;overflow:auto;}.floatingmodelheader{cursor:move;}.displayblock{display:block;}.displaynone{display:none;}.icon-size-10{font-size:10px!important;}.icon-size-12{font-size:12px!important;}.icon-size-14{font-size:14px!important;}.icon-size-16{font-size:16px!important;}.icon-size-18{font-size:18px!important;}.icon-size-24{font-size:24px!important;}.icon-size-36{font-size:36px!important;}.icon-size-48{font-size:48px!important;}.actionbtn{border:0;border-radius:4px;box-shadow:rgba(0,0,0,.1) 2px 5px 10px;box-sizing:border-box;cursor:pointer;font-size:1em;margin:5px;padding:5px 10px;text-align:center;user-select:none;-webkit-user-select:none;touch-action:manipulation;}.actionbtn:disabled{opacity:.5;cursor:not-allowed;}.actionbtn.light.add{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.addhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.abort{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.aborthover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.retry{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.retryhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.ignore{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.ignorehover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.edit{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.edithover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.delete{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.light.deletehover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.no{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.light.nohover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.ok{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.light.okhover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.yes{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.light.yeshover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.cancel{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.light.cancelhover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.save{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.light.savehover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.search{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.light.searchhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.submit{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.light.submithover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.print{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.light.printhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.light.exppdf{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.light.exppdfhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.add{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.addhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.abort{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.aborthover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.retry{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.retryhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.ignore{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.ignorehover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.edit{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.edithover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.delete{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.blue.deletehover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.no{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.blue.nohover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.ok{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.blue.okhover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.yes{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.blue.yeshover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.cancel{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.blue.cancelhover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.save{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.blue.savehover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.search{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.blue.searchhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.submit{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.blue.submithover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.print{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.blue.printhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.blue.exppdf{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.blue.exppdfhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.add{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.addhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.abort{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.aborthover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.retry{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.retryhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.ignore{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.ignorehover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.edit{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.edithover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.delete{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.dark.deletehover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.no{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.dark.nohover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.ok{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.dark.okhover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.yes{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.dark.yeshover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.cancel{color:#fff;background:linear-gradient(#f76f86,#f43f5e);}.actionbtn.dark.cancelhover:not([disabled]){background:linear-gradient(#f43f5e,#f76f86);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.save{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.dark.savehover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.search{color:#545b62;background:linear-gradient(#d8dbdd,#bcc1c6);}.actionbtn.dark.searchhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.submit{color:#fff;background:linear-gradient(#3ddd78,#22c55e);}.actionbtn.dark.submithover:not([disabled]){background:linear-gradient(#22c55e,#3ddd78);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.print{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.dark.printhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.actionbtn.dark.exppdf{color:#fff;background:linear-gradient(#6ca1f8,#3b82f6);}.actionbtn.dark.exppdfhover:not([disabled]){background:linear-gradient(#3b82f6,#6ca1f8);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.dropdown-content{list-style:none;position:absolute;background-color:#f9f9f9;min-width:160px;right:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.16);border-radius:5px 5px;padding-top:5px;padding-bottom:5px;border:1px solid #bebebe;z-index:1;}.dropdown-item{min-width:160px;padding:5px;}.dropdown-item:hover{background-color:#f4f2f3;cursor:pointer;}.dropdown-item_icon{width:20px;}.btn_dropdown{position:relative;display:inline-block;}.btn_dropdown_Left{float:left;}.btn_dropdown_right{float:right;}.dropdown-content-Left0{left:0;}.iconbtn{border:0;border-radius:4px;box-shadow:rgba(0,0,0,.1) 2px 5px 10px;box-sizing:border-box;cursor:pointer;font-size:1em;margin:2px;padding:5px 10px;text-align:center;user-select:none;-webkit-user-select:none;touch-action:manipulation;}.iconbtn:disabled{opacity:.5;cursor:not-allowed;}.iconbtnhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.tilebtn{border:2;border-radius:5px;box-shadow:rgba(0,0,0,.1) 2px 5px 10px;box-sizing:border-box;cursor:pointer;font-size:1em;margin:10px;padding:25px 25px;text-align:center;user-select:none;-webkit-user-select:none;touch-action:manipulation;display:grid;}.tilebtn:disabled{opacity:.5;cursor:not-allowed;}.tilebtnhover:not([disabled]){background:linear-gradient(#bcc1c6,#d8dbdd);box-shadow:rgba(0,0,0,.4) 3px 7px 12px;}.toast-container{display:flex;flex-direction:column;position:fixed;z-index:1;bottom:0;}.toast-message{display:flex;flex-direction:row;animation:fadein 1.5s;margin-bottom:.5rem;padding:.5rem .5rem;color:#fff;width:100vw;box-shadow:rgba(0,0,0,.25) 0 10px 40px;}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@media(min-width:576px){.position-topleft{top:2rem;left:2rem;}.position-topright{top:2rem;right:2rem;}.position-topcenter{top:2rem;left:50%;margin-left:-15rem;}.position-bottomleft{bottom:2rem;left:2rem;}.position-bottomright{bottom:2rem;right:2rem;}.position-bottomcenter{bottom:2rem;left:50%;margin-left:-15rem;}.blazored-toast{width:20rem;border-radius:.25rem;}}.light .TabControl{display:-webkit-box;min-height:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #dde3e9;margin-inline-start:0;margin-inline-end:0;min-height:2.5rem;width:100%;}.light .TabControl:hover{cursor:pointer;}.light .TabPage{border-top:0;border-left:1px solid #dde3e9;border-right:1px solid #dde3e9;border-bottom:1px solid #dde3e9;background-color:#f9fafb;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.light .TabActive{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:8rem;font-weight:bold;border-radius:10px 10px 0 0;background-color:#f9fafb;border-top:1px solid #dde3e9;border-left:1px solid #dde3e9;border-right:1px solid #dde3e9;border-bottom:0;}.light .TabInactive{border-color:#dde3e9;border-top-width:1px;border-bottom-width:0;border-left-width:1px;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 10px 0 0;font-weight:600;background-color:#dde3e9;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:8rem;}.light .TabPageLeft{border-top:1px solid #dde3e9;border-left:0;border-right:1px solid #dde3e9;border-bottom:1px solid #dde3e9;background-color:#f9fafb;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;margin-left:6px;box-shadow:rgba(0,0,0,.24) 5px 2px 6px;width:100%;}.light .TabControlLeft:hover{cursor:pointer;}.light .TabControlLeft{display:-webkit-box;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #dde3e9;margin-inline-start:0;margin-inline-end:0;min-width:1.5rem;min-height:8rem;writing-mode:vertical-lr;width:100%;}.light .TabActiveLeft{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;margin-left:2px;margin-right:2px;font-weight:bold;border-radius:10px 0 0 10px;background-color:#f9fafb;border-top:1px solid #dde3e9;border-left:1px solid #dde3e9;border-right:0;border-bottom:1px solid #dde3e9;}.light .TabInactiveLeft{border-color:#dde3e9;border-top-width:1px;border-bottom-width:1px;border-left-width:0;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 0 0 10px;font-weight:bold;background-color:#dde3e9;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;}.blue .TabControl{display:-webkit-box;min-height:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #b4dffd;margin-inline-start:0;margin-inline-end:0;min-height:2.5rem;width:100%;}.light .TabControl:hover{cursor:pointer;}.blue .TabPage{border-top:0;border-left:1px solid #b4dffd;border-right:1px solid #b4dffd;border-bottom:1px solid #b4dffd;background-color:#e0f2fe;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.blue .TabActive{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:8rem;font-weight:bold;border-radius:10px 10px 0 0;background-color:#e0f2fe;border-top:1px solid #b4dffd;border-left:1px solid #b4dffd;border-right:1px solid #b4dffd;border-bottom:0;}.blue .TabInactive{border-color:#b4dffd;border-top-width:1px;border-bottom-width:0;border-left-width:1px;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 10px 0 0;font-weight:600;background-color:#b4dffd;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:8rem;}.blue .TabPageLeft{border-top:1px solid #b4dffd;border-left:0;border-right:1px solid #b4dffd;border-bottom:1px solid #b4dffd;background-color:#e0f2fe;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;margin-left:6px;box-shadow:rgba(0,0,0,.24) 5px 2px 6px;width:100%;}.blue .TabControlLeft:hover{cursor:pointer;}.blue .TabControlLeft{display:-webkit-box;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #b4dffd;margin-inline-start:0;margin-inline-end:0;min-width:1.5rem;min-height:8rem;writing-mode:vertical-lr;width:100%;}.blue .TabActiveLeft{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;margin-left:2px;margin-right:2px;font-weight:bold;border-radius:10px 0 0 10px;background-color:#e0f2fe;border-top:1px solid #b4dffd;border-left:1px solid #b4dffd;border-right:0;border-bottom:1px solid #b4dffd;}.blue .TabInactiveLeft{border-color:#b4dffd;border-top-width:1px;border-bottom-width:1px;border-left-width:0;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 0 0 10px;font-weight:bold;background-color:#b4dffd;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;}.dark .TabControl{display:-webkit-box;min-height:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #162e4f;margin-inline-start:0;margin-inline-end:0;min-height:2.5rem;width:100%;}.dark .TabControl:hover{cursor:pointer;}.dark .TabPage{border-top:0;border-left:1px solid #162e4f;border-right:1px solid #162e4f;border-bottom:1px solid #162e4f;background-color:#1f416f;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.dark .TabActive{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:8rem;font-weight:bold;border-radius:10px 10px 0 0;background-color:#1f416f;border-top:1px solid #162e4f;border-left:1px solid #162e4f;border-right:1px solid #162e4f;border-bottom:0;}.dark .TabInactive{border-color:#162e4f;border-top-width:1px;border-bottom-width:0;border-left-width:1px;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 10px 0 0;font-weight:600;background-color:#162e4f;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:8rem;}.dark .TabPageLeft{border-top:1px solid #162e4f;border-left:0;border-right:1px solid #162e4f;border-bottom:1px solid #162e4f;background-color:#1f416f;padding:2px;border-bottom-left-radius:.1875rem;border-bottom-right-radius:.1875rem;align-items:center;justify-content:center;min-width:8rem;margin-left:6px;box-shadow:rgba(0,0,0,.24) 5px 2px 6px;width:100%;}.dark .TabControlLeft:hover{cursor:pointer;}.dark .TabControlLeft{display:-webkit-box;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;border-bottom:1px solid #162e4f;margin-inline-start:0;margin-inline-end:0;min-width:1.5rem;min-height:8rem;writing-mode:vertical-lr;width:100%;}.dark .TabActiveLeft{margin-bottom:-1px;background:none;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;margin-left:2px;margin-right:2px;font-weight:bold;border-radius:10px 0 0 10px;background-color:#1f416f;border-top:1px solid #162e4f;border-left:1px solid #162e4f;border-right:0;border-bottom:1px solid #162e4f;}.dark .TabInactiveLeft{border-color:#162e4f;border-top-width:1px;border-bottom-width:1px;border-left-width:0;border-right-width:1px;font-size:.9rem;padding:4px 4px 4px 4px;flex:1 1 auto;border-radius:10px 0 0 10px;font-weight:bold;background-color:#162e4f;margin-left:2px;margin-right:2px;display:flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:8rem;}.tooltip{position:relative;display:inline-block;}.tooltip .tooltiptext{visibility:hidden;text-align:center;border-radius:4px;padding:4px;position:absolute;z-index:10;margin-left:10px;}.tooltip-position-left{top:10%;right:100%;}.tooltip-position-right{top:-10%;left:160%;}.tooltip-position-top{bottom:110%;left:5%;}.tooltip-position-bottom{top:125%;left:5%;}.tooltip:hover .tooltiptext{visibility:visible;}.badge{padding:4px 8px;text-align:center;border-radius:15px;}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-moz-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@-o-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}}@keyframes loading-text-opacity{0%{opacity:0;}20%{opacity:0;}50%{opacity:1;}100%{opacity:0;}}@-moz-keyframes loading-text-opacity{0%{opacity:0;}20%{opacity:0;}50%{opacity:1;}100%{opacity:0;}}@-webkit-keyframes loading-text-opacity{0%{opacity:0;}20%{opacity:0;}50%{opacity:1;}100%{opacity:0;}}@-o-keyframes loading-text-opacity{0%{opacity:0;}20%{opacity:0;}50%{opacity:1;}100%{opacity:0;}}.loading-container,.loading{height:100px;position:relative;width:100px;border-radius:100%;}.loading-container{margin:40px auto;}.loading{border:2px solid transparent;-moz-animation:rotate-loading 1.5s linear 0s infinite normal;-moz-transform-origin:50% 50%;-o-animation:rotate-loading 1.5s linear 0s infinite normal;-o-transform-origin:50% 50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-transform-origin:50% 50%;animation:rotate-loading 1.5s linear 0s infinite normal;transform-origin:50% 50%;}.loadinglight{border-color:transparent #111827 transparent #111827;}.loadingblue{border-color:transparent #111827 transparent #111827;}.loadingdark{border-color:transparent #f3f4f6 transparent #f3f4f6;}.loading-container:hover .loading{border-color:transparent #e45635 transparent #e45635;}.loading-container:hover .loading,.loading-container .loading{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}#loading-text{-moz-animation:loading-text-opacity 2s linear 0s infinite normal;-o-animation:loading-text-opacity 2s linear 0s infinite normal;-webkit-animation:loading-text-opacity 2s linear 0s infinite normal;animation:loading-text-opacity 2s linear 0s infinite normal;font-family:"Helvetica Neue, " Helvetica ", " "arial";font-size:10px;font-weight:bold;margin-top:45px;opacity:0;position:absolute;text-align:center;text-transform:uppercase;top:0;width:100px;}.dragdrop-inprogress>*{pointer-events:none;}.dragdrop-dropzone{min-height:50px;}.dragdrop-spacing{height:20px;}.dragdrop-spacing-dragged-over{padding:25px;}.dragdrop-dragged-over{background-color:#d3d3d3;opacity:.6;animation:blinker 1s linear infinite;}.dragdrop-dragged-over>div{background-color:#d3d3d3;opacity:.6;animation:blinker 1s linear infinite;}.dragdrop-dragged-over-denied{background-color:#f00;opacity:.6;animation:blinker 1s linear infinite;}.dragdrop-in-transit{opacity:0;}.dragdrop-in-transit>div{opacity:0;}@keyframes blinker{50%{opacity:0;}}.blink_me{animation:blinker 1s linear infinite;}.paginator .summary{padding:10px;}.quickgrid th{padding-left:6px;}.quickgrid td{padding-left:3px;padding-right:3px;}.quickgrid[theme=light]>thead>tr{border-top-left-radius:3px;border-top-right-radius:3px;height:40px;background-color:#3b82f6;color:#30446e;}.quickgrid[theme=dark]>thead>tr{border-top-left-radius:3px;border-top-right-radius:3px;height:40px;background-color:#0f2037;color:#b9bfca;}.quickgrid[theme=blue]>thead>tr{border-top-left-radius:3px;border-top-right-radius:3px;height:40px;background-color:#3b82f6;color:#30446e;}.quickgrid .col-title{gap:.4rem;font-weight:bold;text-transform:uppercase;}.quickgrid[theme=light]{color:#30446e;background-color:#f6f7f9;}.quickgrid[theme=light] .sort-indicator{color:#30446e;}.quickgrid[theme=dark]{color:#b9bfca;background-color:#394250;}.quickgrid[theme=dark] .sort-indicator{color:#b9bfca;}.quickgrid[theme=blue]{color:#30446e;background-color:#d6eefe;}.quickgrid[theme=blue] .sort-indicator{color:#30446e;}.sidemenu-hovercolour-Light:hover{background-color:#1a538c;color:#fff;}.sidemenu-hovercolour-Blue:hover{background-color:#1a538c;color:#fff;}.sidemenu-hovercolour-Dark:hover{background-color:#12a7df;color:#000;}.SlideDrawMainTop{margin:0;padding:0;border-top:1px;width:100%;border-top-style:solid;}.SlideDrawMainTop.light{border-top-color:#e7ebef;}.SlideDrawMainTop.blue{border-top-color:#c2e6fd;}.SlideDrawMainTop.dark{border-top-color:#183357;}.SlideDrawContainerContentTop{margin:0;padding:0;width:calc(100% - 2px);border-bottom:1px;border-bottom-style:solid;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.SlideDrawContainerContentTop.light{border-bottom-color:#e7ebef;border-left-color:#e7ebef;border-right-color:#e7ebef;background-color:#f9fafb;}.SlideDrawContainerContentTop.blue{border-bottom-color:#c2e6fd;border-left-color:#c2e6fd;border-right-color:#c2e6fd;background-color:#e0f2fe;}.SlideDrawContainerContentTop.dark{border-bottom-color:#183357;border-left-color:#183357;border-right-color:#183357;background-color:#0b1727;}.SlideDrawContainerTabTop{min-height:20px;min-width:100px;margin:0;padding:2px 6px 2px 6px;border-bottom:1px;border-bottom-style:solid;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;text-align:center;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.SlideDrawContainerTabTop.light{border-bottom-color:#dde3e9;border-left-color:#dde3e9;border-right-color:#dde3e9;background-color:#dde3e9;}.SlideDrawContainerTabTop.blue{border-bottom-color:#b4dffd;border-left-color:#b4dffd;border-right-color:#b4dffd;background-color:#b4dffd;}.SlideDrawContainerTabTop.dark{border-bottom-color:#1f416f;border-left-color:#1f416f;border-right-color:#1f416f;background-color:#1f416f;}.SlideDrawMainBottom{margin:0 0 3px 0;padding:0;border-bottom:1px;border-top:0;width:calc(100% - 6px);border-block-style:solid;position:absolute;bottom:0;}.SlideDrawMainBottom.light{border-bottom-color:#e7ebef;}.SlideDrawMainBottom.blue{border-bottom-color:#c2e6fd;}.SlideDrawMainBottom.dark{border-bottom-color:#183357;}.SlideDrawContainerContentBottom{margin:0;padding:0;width:calc(100% - 2px);border-bottom:1px;border-bottom-style:solid;border-top-left-radius:5px;border-top-right-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.SlideDrawContainerContentBottom.light{border-top-color:#e7ebef;border-left-color:#e7ebef;border-bottom-color:#e7ebef;border-right-color:#e7ebef;background-color:#f9fafb;}.SlideDrawContainerContentBottom.blue{border-top-color:#c2e6fd;border-left-color:#c2e6fd;border-right-color:#c2e6fd;border-bottom-color:#c2e6fd;background-color:#e0f2fe;}.SlideDrawContainerContentBottom.dark{border-top-color:#183357;border-left-color:#183357;border-right-color:#183357;border-bottom-color:#183357;background-color:#0b1727;}.SlideDrawContainerTabBottom{min-height:20px;min-width:100px;margin:0;padding:2px 6px 2px 6px;border-top:1px;border-top-style:solid;border-top-left-radius:5px;border-top-right-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;text-align:center;}.SlideDrawContainerTabBottom.light{border-top-color:#dde3e9;border-left-color:#dde3e9;border-right-color:#dde3e9;background-color:#dde3e9;}.SlideDrawContainerTabBottom.blue{border-top-color:#b4dffd;border-left-color:#b4dffd;border-right-color:#b4dffd;background-color:#b4dffd;}.SlideDrawContainerTabBottom.dark{border-top-color:#1f416f;border-left-color:#1f416f;border-right-color:#1f416f;background-color:#1f416f;}.SlideDrawMainLeft{margin:0;padding:0;border-left:1px;height:100%;border-left-style:solid;}.SlideDrawMainLeft.light{border-left-color:#e7ebef;}.SlideDrawMainLeft.blue{border-left-color:#c2e6fd;}.SlideDrawMainLeft.dark{border-left-color:#183357;}.SlideDrawContainerContentLeft{margin:0;padding:0;height:calc(100% - 2px);border-right:1px;border-right-style:solid;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top:1px;border-top-style:solid;border-bottom:1px;border-bottom-style:solid;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.SlideDrawContainerContentLeft.light{border-bottom-color:#e7ebef;border-right-color:#e7ebef;border-top-color:#e7ebef;background-color:#f9fafb;}.SlideDrawContainerContentLeft.blue{border-bottom-color:#c2e6fd;border-right-color:#c2e6fd;border-top-color:#c2e6fd;background-color:#e0f2fe;}.SlideDrawContainerContentLeft.dark{border-bottom-color:#183357;border-right-color:#183357;border-top-color:#183357;background-color:#0b1727;}.SlideDrawContainerTabLeft{min-height:100px;min-width:20px;margin:0;padding:6px 2px 6px 2px;border-bottom:1px;border-bottom-style:solid;border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;text-align:center;font-weight:bold;box-shadow:rgba(0,0,0,.24) 0 2px 6px;}.SlideDrawContainerTabLeft.light{border-bottom-color:#dde3e9;border-left-color:#dde3e9;border-right-color:#dde3e9;background-color:#dde3e9;}.SlideDrawContainerTabLeft.blue{border-bottom-color:#b4dffd;border-left-color:#b4dffd;border-right-color:#b4dffd;background-color:#b4dffd;}.SlideDrawContainerTabLeft.dark{border-bottom-color:#1f416f;border-left-color:#1f416f;border-right-color:#1f416f;background-color:#1f416f;}.SlideDrawMainRight{margin:0 3px 0 0;padding:0;border-left:1px;height:calc(100% - 6px);border-right-style:solid;position:absolute;right:0;}.SlideDrawMainRight.light{border-right-color:#e7ebef;}.SlideDrawMainRight.blue{border-right-color:#c2e6fd;}.SlideDrawMainRight.dark{border-right-color:#183357;}.SlideDrawContainerContentRight{margin:0;padding:0;height:calc(100% - 2px);border-left:1px;border-left-style:solid;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top:1px;border-top-style:solid;border-bottom:1px;border-bottom-style:solid;}.SlideDrawContainerContentRight.light{border-bottom-color:#e7ebef;border-left-color:#e7ebef;border-top-color:#e7ebef;background-color:#f9fafb;}.SlideDrawContainerContentRight.blue{border-bottom-color:#c2e6fd;border-left-color:#c2e6fd;border-top-color:#c2e6fd;background-color:#e0f2fe;}.SlideDrawContainerContentRight.dark{border-bottom-color:#183357;border-left-color:#183357;border-top-color:#183357;background-color:#0b1727;}.SlideDrawContainerTabRight{min-height:100px;min-width:20px;margin:0;padding:6px 2px 6px 2px;border-bottom:1px;border-bottom-style:solid;border-bottom-left-radius:5px;border-top-left-radius:5px;border-left:1px;border-left-style:solid;border-right:1px;border-right-style:solid;text-align:center;box-shadow:rgba(0,0,0,.24) 0 2px 6px;font-weight:bold;}.SlideDrawContainerTabRight.light{border-bottom-color:#dde3e9;border-left-color:#dde3e9;border-right-color:#dde3e9;background-color:#dde3e9;}.SlideDrawContainerTabRight.blue{border-bottom-color:#b4dffd;border-left-color:#b4dffd;border-right-color:#b4dffd;background-color:#b4dffd;}.SlideDrawContainerTabRight.dark{border-bottom-color:#1f416f;border-left-color:#1f416f;border-right-color:#1f416f;background-color:#1f416f;}.text-vertical-oriantation{writing-mode:vertical-rl;text-orientation:upright;}