:root{--menu-background :#1B3863;--menu-foreground :gold;--title-color :#1B3863;--subtitle-color :darkblue;--blackout-back :rgba(0,0,0,.55);--loading-img :url("/common-javascript-apps/images/uploading.gif");--loading-size :160px 160px;--loading-back :rgba(0,0,0,.55);--results-background :white;--results-foreground :black;--default-fontfamily :Overpass,sans-serif;--default-placeholder :silver}body{position:absolute;left:0;right:0;top:0;bottom:0;padding:0;margin:0;font-family:var(--default-fontfamily);font-size:12pt}button{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:4px 8px}::placeholder{color:var(--default-placeholder);opacity:1;padding-left:4px}:-ms-input-placeholder{color:var(--default-placeholder);padding-left:4px}::-ms-input-placeholder{color:var(--default-placeholder);padding-left:4px}button:hover{background:#708090;color:#fff}label.aep-imsg{font-family:var(--default-fontfamily);font-size:10pt;font-style:oblique}button>img{width:28px;height:28px}div.title,div.page-title{text-align:Center;padding-top:8px;color:var(--menu-background);font-size:14pt}div.errortitle{font-size:12pt;color:#b22222;text-align:center;width:100%;margin:8px}div.errormsg{font-size:11pt;color:#000;text-align:center;width:100%}div.aep-main{width:100%;height:100%;min-width:1200px;min-height:600px;background:#fff;display:flex;flex-direction:column}div.aep-main div.aep-head{display:flex;flex-direction:row}div.aep-head>div.aep-title{flex-grow:1;font-family:var(--default-fontfamily);font-size:2rem;display:flex;flex-direction:Column;justify-content:center}div.aep-title div{display:flex;justify-content:center}div.aep-title div:first-of-type{font-size:3rem !important}div.aep-logo{width:200px;height:116px}div.aep-logo img{width:192px;height:108px;object-fit:contain}div.aep-heilig img{object-fit:none}div.aep-body{flex-grow:1;position:relative;display:flex;flex-direction:column}div.aep-blackout{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99;background:var(--blackout-back) !important;display:none;justify-content:center}div.aep-footer{display:flex;justify-content:center;padding:4px;background:var(--menu-background);color:var(--menu-foreground)}div.aep-login{background-image:url("/images/background.gif");background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:cover;height:100%;width:100%;display:flex}div.aep-nodbbox{width:300px;height:80px;margin:140px auto;display:flex;flex-direction:column;font-family:Overpass,sans-serif;background:#fff;font-size:12pt;border-radius:12px;border:solid var(--menu-background) 2px}div.aep-nodbbox>div.aep-title{font-family:var(--default-fontfamily);color:#b22222;font-size:14pt;padding:4px;text-align:center}div.aep-nodbbox>div.aep-subtitle{font-family:var(--default-fontfamily);color:#000;font-size:10pt;padding:4px;text-align:center}div.aep-loginbox{width:200px;height:200px;margin:140px auto;display:flex;flex-direction:column;font-family:var(--default-fontfamily);background:#fff;font-size:12pt;border-radius:12px;border:solid var(--menu-background) 2px}div.aep-loginbox>div{justify-content:center;display:flex}div.aep-loginbox>div.aep-title,div.aep-loginbox>div.aep-subtitle{font-family:var(--default-fontfamily);color:#000;font-size:12pt;padding:4px;text-align:center}div.aep-loginbox>div.aep-title{border-top-left-radius:8px;border-top-right-radius:8px;background:var(--menu-background);color:var(--menu-foreground)}div.aep-loginbox>div.aep-entry{height:20px;padding:8px}div.aep-entry>input{width:calc(100% - 8px);margin:4px;height:18px}div.aep-loginbox>div.aep-message{display:none;padding:8px;font-size:12pt;color:#b22222}div.aep-topmenu{display:flex;flex-direction:row;justify-content:flex-end;background:var(--menu-background);color:var(--menu-foreground)}div.aep-topmenu>div{padding:2px 8px;cursor:pointer}div.aep-topmenu>div:hover{background:var(--menu-foreground);color:var(--menu-background)}div.aep-topmenu>div.blank{flex-grow:1}div.aep-propview{width:100%;height:100%;display:flex;flex-direction:column;position:relative}div.aep-propview>div#aep-propview-blackout{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99;background:var(--blackout-back) !important;display:none}div.aep-main-content{height:120px;flex-grow:1;display:Flex;flex-direction:column}div.aep-main-content button{border-radius:4px;border:solid thin grey}div.aep-main-content button>img{width:24px;height:24px;margin:2px 4px}div.aep-main-content>div.aep-noprop{width:100%;color:#778899;text-align:center}div.aep-main-none{background:gray}div.aep-main-content>div.msg{text-align:Center;padding-top:8px;color:#fff}div.aep-main-content>div.fatalerr{color:#b22222;display:flex;justify-content:center;padding:8px;font-size:12pt}div.aep-main-content.loading{background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}div.aep-main-content>div.title{font-size:14pt}div.aep-main-content>div.info{height:200px;display:flex;flex-direction:column;font-size:10pt}div.info>div.currates{display:flex;flex-direction:row;justify-content:center;align-items:center}div.info>div.ratesinfo{display:Flex;flex-direction:column;justify-content:center;margin-top:4px}div.ratesinfo>div{display:flex;flex-direction:row;align-items:center}div.ratesinfo>div>div{width:100px;flex-grow:1;padding:2px 4px}div.ratesinfo>div>div:first-of-type{text-align:right;color:var(--subtitle-color)}div.ratesinfo>div.ftmo{margin-top:4px}div.ratesinfo>div.dispbutt{display:flex;justify-content:center}div.aep-main-content>div.aep-results{height:120px;flex-grow:1;display:flex;flex-direction:column;border:solid 2px grey;background:var(--results-background);position:relative;overflow-Y:auto;overflow-X:hidden}div.aep-results>div.title{font-size:14pt}div.aep-results>div.results-blackout{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99;display:none;background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}
/*!
*     CSS formatting for basic Index Tables
*/
div.summres{padding:8px;margin:0;background-color:var(--results-background)}div.summres div.table-note{text-align:center !important;background-color:#e6ecf9;color:#4662a8;padding-top:4px;font-style:oblique}table.summres{display:block;empty-cells:show;border-spacing:0;font-family:var(--default-fontfamily) !important;font-size:10pt !important;border-collapse:collapse}table.summres thead{background-color:#f1f1f1;position:relative;display:block;width:100%;overflow-y:hidden;overflow-x:hidden;width:100% !important}table.summres thead tr{background-color:#4662a8;color:#fff}table.summres tbody{display:block;width:100%;height:auto !important;overflow-Y:unset !important}table.summres tr{width:100%;display:flex}table.summres tr.index-table-selected{background-color:#98fb98 !important}table.summres th{display:block;text-align:left;padding:4px;white-space:nowrap;overflow:hidden;font-weight:normal;flex-grow:0;flex-shrink:0}table.summres th div.units{font-size:8pt}table.summres td{display:block;text-align:left;border-spacing:0;padding:0 4px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:0;flex-shrink:0}table.summres td.vcentre{padding-top:12px}table.summres .locn,table.summres .ownr,table.summres .gps{width:40px;flex-grow:1}table.summres .gps{min-width:250px;font-size:9pt !important}table.summres .bcnt{width:68px;min-width:60px;text-align:right;flex-shrink:1}table.summres .drange{width:80px;flex-grow:1;padding-top:4px;color:var(--menu-background);font-size:11pt;font-weight:bold}table.summres .spacer{width:80px}table.summres .sname{width:80px;flex-grow:1}table.summres .sst{width:80px;flex-grow:1;text-align:right;border-bottom:solid thin #000;padding:4px}table.summres .sstamt{border-top:solid thin #000;border-bottom:solid thin #000;padding:4px}table.summres .gt{width:80px;flex-grow:1;text-align:right;font-weight:bold;padding:4px}table.summres .gtamt{padding:4px;border-bottom-style:double;border-bottom-width:3px;border-bottom-color:#000}table.summres td.bcnt.qcqual{color:blue}div.aep-aview{width:100%;height:100%;display:flex;flex-direction:column;position:relative}div#aep-content-blackout{position:absolute;left:0;top:0;right:0;bottom:0;z-index:99;background:var(--blackout-back) !important;display:none}div.aep-aview-sel{height:120px;border-bottom:solid 3px #dcdcdc;background:#f0f8ff}div.aep-aview-sel>div{display:flex;flex-direction:row;justify-content:center}div.aep-aview-sel>div>div{flex-grow:1;padding:4px;width:100px;display:flex;flex-direction:row;align-items:center}div.aep-aview-sel>div>div:first-of-type{justify-content:right;color:navy}div#aep-prop-lookup{position:absolute;top:64px;left:calc((100% - 400px)/2);width:400px;height:600px;border:solid 2px gray;background:#f5f5f5;border-radius:8px;display:none;flex-direction:column;z-index:100}div#aep-prop-lookup>div.title{padding:4px;font-size:16pt;background:var(--menu-background);color:var(--menu-foreground);text-align:center;border-bottom:solid 2px #000}div#aep-prop-lookup>div.content{height:280px;flex-grow:1;flex-shrink:1;padding:8px}div#prop-list{border:solid thin #000;color:#fff;display:flex;flex-direction:column;overflow-y:scroll;width:100%;height:100%}div#prop-list.loading{background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}div#aep-prop-lookup>div.searchbox{height:40px;display:flex;flex-direction:row;align-items:center;padding:2px 8px}div#aep-prop-lookup>div.searchbox>div{flex-grow:1}div#aep-prop-lookup>div.searchbox>div:first-of-type{text-align:right;color:var(--title-color);padding-right:8px;flex-grow:0 !important}div#aep-prop-lookup>div.searchbox input{width:calc(100% - 8px)}div#aep-prop-lookup>div.searchbutt{height:40px;display:flex;flex-direction:row;justify-content:center}div#aep-prop-lookup>div.lubutts{display:flex;flex-direction:row;justify-content:center}div.luproperty{color:#000;cursor:pointer;background:#fff;padding:2px 4px}div.luselected{background:#e2f0cb !important}div.aep-admin{width:100%;height:100%;color:#dcdcdc;display:flex;flex-direction:row;font-family:var(--default-fontfamily);font-size:10pt}div.aep-admin-menu{width:120px;height:100%;background:var(--menu-background);color:var(--menu-foreground)}div.aep-admin-menu>div{padding:2px 8px;cursor:pointer;text-align:right;font-size:10pt}div.aep-admin-menu>div.aep-admin-item{border-top:solid 2px #dcdcdc;border-left:solid 2px #dcdcdc;border-top-left-radius:12px}div.aep-admin-item:hover{background:var(--menu-foreground);color:var(--menu-background)}div.aep-admin-content{flex-grow:1;flex-shrink:1;display:flex;flex-direction:column}div.adm-title{text-align:center;font-family:var(--default-fontfamily);font-size:16pt;color:var(--title-color)}div.admin-content-table{height:200px;flex-grow:1;background:#dcdcdc}div.admin-content-footer{height:80px}div.underconstruction{background:#fff;border:solid medium #000;width:400px;height:240px;border-radius:8px;box-shadow:darkslategray 9px;margin-top:80px;background:#fff;background-image:url("/images/Under Construction.png");background-repeat:no-repeat;background-position-x:center;background-size:100% 100%;display:Flex;align-items:flex-start;justify-content:end}div.admin-editor{width:400px;height:240px;background:#fff;display:flex;flex-direction:column;border-radius:8px;border:solid 2px #000;margin-top:40px;box-shadow:4px 4px black;color:var(--results-foreground);font-family:var(--default-fontfamily)}div.admin-editor>div:first-of-type{display:flex;flex-direction:row}div.admin-title{background:var(--menu-background);color:var(--menu-foreground);flex-grow:1;width:100px;display:flex;justify-content:center;align-items:center;font-size:12pt}div.admin-close{width:32px;flex-grow:0;display:flex;justify-content:center;align-items:center;height:24px;background:#2f4f4f;cursor:pointer;border-top-right-radius:5px}div.admin-content{flex-grow:1}div.admin-content.loading{background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}div.ae-message{text-align:Center}div.ae-msgs{display:flex;flex-direction:column}div.ae-message.error{color:#b22222;font-size:12pt;text-align:center;width:100%}div.ae-message.warning{color:#ffa500;font-size:12pt;text-align:center;width:100%}div.ae-message.error-msg{color:#000;margin:4px 16px;width:calc(100% - 32px);max-height:200px;overflow:hidden;overflow-y:auto}div.editorform div.buttline{display:flex;flex-direction:row;width:100%;align-content:center;justify-content:center}div.editorform div.buttline button{display:inline-flex;border-radius:4px;cursor:Pointer}div.editorform div.buttline button img{margin:2px 4px}table.itable{margin:4px;height:calc(100% - 8px);width:calc(100% - 8px);display:block;empty-cells:show;border-spacing:0;border:1px solid #000;font-family:calibri,Tahoma,sans-serif;font-size:10pt;border-collapse:collapse}table.itable thead{background-color:#f1f1f1;position:relative;display:block;width:calc(100% - 17px);overflow-y:hidden;overflow-x:hidden}table.itable thead tr{border-bottom:solid thin #000;background-color:#4662a8;color:#fff}table.itable tfoot{background-color:#4662a8;position:relative;display:block;width:calc(100% - 17px);overflow-y:none;color:#fff}table.itable tfoot tr{border-top:solid thin #000}table.itable tfoot td{border:none}table.itable tfoot td.butts{display:flex}table.itable td.refresh{flex-basis:120px;border:none}table.itable td.paginate{flex-basis:100px;flex-grow:1;border:none;text-align:right;font-size:10pt;padding-top:10px;color:#fff}table.itable td.paginate>a{color:#fff;text-decoration:none;cursor:pointer}table.itable tbody{display:block;position:relative;width:100%;height:calc(100% - 29px - 49px);overflow-y:scroll;border-top:1px solid rgba(0,0,0,.2);background:var(--results-background);color:var(--results-foreground)}table.itable tbody.itableloading{background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}table.itable tr{width:100%;display:flex}table.itable tr.index-table-selected{background-color:#98fb98 !important}table.itable th{display:block;text-align:left;border:solid thin #f1f1f1;padding:4px;white-space:nowrap;overflow:hidden;font-weight:normal;flex-grow:0;flex-shrink:0}table.itable th.cal{text-align:center}table.itable th div.units{font-size:8pt}table.itable td{display:flex;align-items:center;text-align:left;border-spacing:0;border:1px solid silver;padding:0 4px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:0;flex-shrink:0}table.itable td.vcentre{padding-top:12px}table.itable tbody tr:nth-child(2n){background-color:rgba(130,130,170,.1)}table.itable tbody tr:hover{background-color:#ffefd5}table.itable button{font-family:calibri,Tahoma,sans-serif;font-size:10pt;padding:4px 16px 4px 16px;box-shadow:4px 4px Silver;margin-top:4px;float:left}table.itable tfoot button{height:36px;font-size:11pt;padding:4px 8px;margin:4px 4px 8px 4px;border-radius:4px}table.itable tfoot button img{height:28px;width:28px;padding-right:4px;padding-left:4px}table.itable button:hover,table.itable button:link,table.itable button:visited,table.itable button:active{background-color:silver}table.itable button img{vertical-align:middle;margin-right:8px;padding:0}table.itable .stext{font-size:8pt;padding-top:7px}table.itable td img{height:28px;width:28px}table.itable td.findit label{margin-right:8px}table.itable .acts{width:80px;justify-content:space-evenly}input.isrequired{background:#ffe4e1;color:#b22222}input.invalidentry{background:#ffe4e1;color:#b22222}table.autable .name{width:80px;flex-grow:1}table.autable .uname{width:100px}table.autable .phone{width:100px}table.autable .email{flex-grow:1;width:180px}table.autable .login{width:100px}div.adminuser-editor-win{width:500px;height:300px}div.adminuser-delete-win{width:500px;height:236px}div.adminuser-modify-win{height:320px}div.adminuser-modify{width:100% !important}div.adminuser-delete{width:100% !important}div.adminuser-modify div.formtitle{width:40%}div.adminuser-modify #auname,div.adminuser-modify #auemail{width:200px}div.adminuser-modify #auphone,div.adminuser-modify #auusername,div.adminuser-modify #aupwd1,div.adminuser-modify #aupwd2{width:120px}div.adminuser-delmsg{text-align:center;font-size:13pt;color:#b22222;padding:8px}table.proptable .owner{width:80px;flex-grow:1}table.proptable .addr{width:100px;flex-grow:1}table.proptable .phone{width:100px}table.proptable .email{flex-grow:1;width:180px}table.proptable .uname{width:100px}table.proptable .login{width:100px}table.proptable .acts{width:80px;justify-content:space-evenly}table.proptable .find{width:120px}div.property-editor-win{width:600px;height:586px}div.property-modify{width:100% !important}div.property-modify div.formtitle{width:160px !important;display:flex;align-items:center;justify-content:flex-end}div.property-modify div.fieldsection{margin:8px 4px}div.property-modify #phnum{width:40px;margin-right:8px}div.property-modify #pstreet{width:200px}div.property-modify #plocnx,div.property-modify #plocny{width:120px}div.property-modify #plocnz{width:80px}div.property-modify #powner{width:340px}div.property-modify #pcname,div.property-modify #pcsurname{width:162px;margin-right:8px}div.property-modify #pemail{width:340px}div.property-modify #pcphone,div.property-modify #pcmobile,div.property-modify #pcfax{width:100px;margin-right:8px}div.property-modify #pgreet{width:340px}div.property-modify #puname{width:140px}div.property-modify #ppwd1,div.property-modify #ppwd2{width:140px}div.property-modify div.entrynotes{display:flex;justify-content:center;width:100%;text-align:center;color:#2f4f4f}div.property-modify div.formnote{font-size:8pt}table.grtable .gname,table.grtable .desc{width:80px;flex-grow:1}table.grtable .sitename{width:100px}table.grtable .members{width:60px}div.group-creator-win{width:400px;height:192px}div.group-create{width:100% !important}div.group-editor-win{width:450px;height:520px}div.group-modify{width:100% !important;height:100% !important}form#group-modify{display:flex;flex-direction:column;height:100%}div.gproperties{flex-grow:1;display:flex;flex-direction:column}div.gproplist{flex-grow:1;display:flex;flex-direction:column;width:100%}div.gpropact{height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center}div.inctitle,div.exctitle{text-align:center;margin:4px;font-size:10pt}div.inctitle{color:green}div.exctitle{color:#b22222}div.gproplist>select{flex-grow:1;margin:4px 20px;width:calc(100% - 40px)}select#excprop{background:#fff0f5}select#incprop{background:#f5fffa}div.gpropact>button{width:100px;height:28px;position:relative}div.gpropact>button.ball{width:66px !important}div.gpropact>button.ir{padding-right:20px !important}div.gpropact>button.il{padding-left:20px !important}div.gpropact>button>img{width:20px;height:20px;position:absolute;right:4px}div.gpropact>button.ir>img{right:4px}div.gpropact>button.il>img{left:4px}div.group-delete-win{width:450px;height:216px}div.group-delete{width:100% !important;height:100% !important}div.ae-delmsg{text-align:center;margin-top:8px;color:#b22222;margin-bottom:16px}table.ratestable .status{width:50px}table.ratestable td.status{justify-content:center}table.ratestable .date{width:70px}table.ratestable td.date{text-align:right}table.ratestable .title{width:80px;flex-grow:1}table.ratestable .sites{width:80px;flex-grow:1}table.ratestable .rperiod,table.ratestable .qperiod,table.ratestable .slope,table.ratestable .qcount,table.ratestable .minpay,table.ratestable .inuse{width:65px}table.ratestable .acts{width:120px !important}table.ratestable td.rperiod,table.ratestable td.qperiod{justify-content:center}table.ratestable td.slope,table.ratestable td.qcount,table.ratestable td.minpay,table.ratestable td.inuse{justify-content:right}table.ratestable tr.arates{background:#f0fff0}table.ratestable tr.arates:nth-child(2n){background:#f5fffa}table.ratestable tr.crates{background:#dcdcdc}table.ratestable tr.crates:nth-child(2n){background:#d3d3d3}div.rates-editor-win{width:500px;height:800px}div.rates-modify{width:100% !important}div.rates-modify div.formtitle{width:180px}div.rates-modify div.fieldsection{margin:8px 8px}div.rates-modify div.entrynotes{text-align:center;flex-grow:1;margin-bottom:8px}div.rates-modify div.newlevel{display:flex;flex-direction:column;flex-grow:1}div.newlevel div.newopt{display:flex;flex-direction:row;width:100%}div.newopt>div:first-of-type{width:94px;text-align:right;margin-right:8px}div.rates-modify input#rtitle{width:286px}div.rates-modify input.dateentry{width:86px}div.rates-modify input#rquale{width:40px}div.rates-modify input#rminpay{width:60px}div.rates-modify input#ruseslope{width:60px}div.rates-modify input#newvib{width:60px}div.rates-modify input#newpay{width:60px}div.rates-modify div.csites{width:calc(100% - 8px);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;max-height:80px;border:solid thin #000;background:#dcdcdc;margin-right:8px}div.rates-modify div.csites div{width:100%}div.rates-modify div.elevels{width:100%;display:flex;flex-direction:column}div.rates-modify div.elevels div{width:100%}div.newlevel div.newopt{margin:2px}div.rates-modify div.thelevels{width:calc(100% - 8px);display:flex;flex-direction:column;height:108px;overflow-y:auto;overflow-x:hidden;border:solid thin #000;background:#dcdcdc;font-size:8pt;margin-right:8px}div.rates-modify div.nolevels{width:calc(100% - 8px);display:flex;flex-direction:column;height:139px;text-align:center;color:#b22222}div.elevels div.levele{margin:2px;width:100%;font-size:8pt}div.levele input.ne{width:56px}div.rates-hotspot-win{width:480px;height:580px}div.hot-spot-win{height:100%;width:100%;display:flex;flex-direction:column}div.hot-spot-title{text-align:center}div.hot-spot-table{height:80px;flex-grow:1}div.hotspot-create{height:196px}table.hotspottable{width:calc(100% - 8px);height:calc(100% - 8px)}table.hotspottable tbody{height:calc(100% - 30px)}table.hotspottable .locn{width:40px;flex-grow:1}table.hotspottable .mult,table.hotspottable .rad,table.hotspottable .acts{width:40px}div.hotspot-create div.hotpot-line{display:Flex;flex-direction:row;margin:4px}div.hotpot-line div:first-of-type{display:Flex;align-items:center;Justify-content:flex-end;width:120px;padding-right:4px}div.hotpot-line div:last-of-type{display:Flex;align-items:center;width:100px;flex-grow:1}div.hotpot-line select.propsel{width:340px}div.hotpot-line input.coord{width:80px;margin-right:4px}div.hotpot-line input#coy{margin-left:8px}div.hotpot-line input#hsmul{width:60px;margin-right:8px}div.hotpot-line input#hsrad{width:60px;margin-right:8px}div.hotspot-create div.buttline{display:flex;flex-direction:row;justify-content:center}div.hotspot-create div.buttline button{display:inline-flex;border-radius:4px;cursor:Pointer}div.hotspot-create div.buttline button img{width:28px;height:28px;margin:2px 4px}table.monloctable .status{width:36px;align-items:center;justify-content:center}table.monloctable .status img{width:20px;height:20px}table.monloctable .sitename{width:80px;flex-grow:1}table.monloctable .monloc{width:145px}table.monloctable .isdef{width:40px}table.monloctable .defvl{width:40px}table.monloctable .acts{width:40px}div.monloc-editor-win{width:500px;height:208px}div.monsite-update{width:100% !important}div.monsite-update div.formtitle{width:50%}div.reportopts{border-bottom:solid thin #000;height:108px;display:flex;flex-direction:column;color:#000}div.reportopts div.ropt{width:100%;display:flex;flex-direction:row;padding-top:4px;padding-bottom:4px}div.reportopts div.ropt div.roptt{width:100px;flex-grow:1;text-align:right;margin-right:4px}div.reportopts div.ropt div.roptd{width:100px;flex-grow:1;margin-left:4px}div.reportopts div.butts{height:20px;flex-grow:1;display:flex;justify-content:center}div.reportout{position:relative;height:120px;flex-grow:1;overflow-x:hidden;overflow-y:scroll;color:#000}div.reportbyproperty-opts{height:140px !important}div.reportmpt{color:#dcdcdc !important;background:var(--blackout-back);padding-top:8px;text-align:center}div.loading{color:#dcdcdc !important;text-align:center;background:var(--loading-back);background-image:var(--loading-img);background-repeat:no-repeat;background-position-x:center;background-size:var(--loading-size)}div.reviewbydate-opts{height:148px !important}input#reviewdate{width:80px}div.reviewout{position:relative;height:120px;flex-grow:1;overflow-x:hidden;overflow-y:hidden;color:#000;display:flex;flex-direction:column}div.reviewmpt{color:#dcdcdc !important;background:var(--blackout-back);padding-top:8px;text-align:center}div.reviewdthead{height:17px;display:flex;flex-direction:row;margin-left:8px;background:#2f4f4f}div.reviewdthead div{color:#fff;align-items:center}div.reviewdata{height:100px;flex-grow:1;overflow-x:hidden;overflow-Y:auto;display:flex;flex-direction:column}div.reviewblast{background:var(--menu-background);color:var(--menu-foreground);margin-left:8px}div.reviewproperty{display:flex;flex-direction:row;margin-left:8px;padding-left:24px;align-items:center}div.reviewproperty:nth-child(2n){background-color:rgba(130,130,170,.1)}div.reviewdthead div.prop{padding-left:24px}div.reviewdthead div.prop,div.reviewproperty div.prop{width:300px}div.reviewdthead div.ownr,div.reviewproperty div.ownr{width:300px}div.reviewdthead div.vib,div.reviewproperty div.vib{width:80px}div.reviewdthead div.pay,div.reviewproperty div.pay{width:80px}div.reviewdthead div.review,div.reviewproperty div.review{width:80px;flex-grow:1}div.reviewproperty div.review{max-height:200px;overflow-X:hidden;overflow-Y:auto}div.withreview{align-items:flex-start !important}div.reviewbyproperty-opts{height:172px !important}div.revprop{display:flex;flex-direction:row}div.revpropaddr{height:40px;width:260px;max-width:260px;overflow:hidden}div.rbpmain{height:100%;width:calc(100% - 20px);display:flex;flex-direction:Column;margin:0 20px}div.rbpmain div.rbphead{width:100%;display:Flex;flex-direction:row;background:var(--menu-background);color:#fff;padding:2px 0}div.rbpdata{height:100px;flex-grow:1;display:flex;flex-direction:Column;overflow-x:hidden;overflow-y:auto}div.rbpdata div.rbprow{width:100%;display:Flex;flex-direction:row}div.rbpdata div.rbprow:nth-child(2n){background-color:rgba(130,130,170,.1)}div.rbpdrow div{padding:2px 4px;border-left:solid thin #dcdcdc;height:100%}div.rbpdrow div:first-of-type{border-left:solid thin #000 !important}div.rbpdrow div:last-of-type{border-right:solid thin #000}div.rbpmain div.bd{width:100px}div.rbpmain div.bn{width:100px}div.rbpmain div.pv,div.rbpmain div.mu,div.rbpmain div.pd,div.rbpmain div.vl,div.rbpmain div.pa{width:64px}div.rbprow div.pv,div.rbprow div.mu,div.rbprow div.vl,div.rbprow div.pd,div.rbprow div.pa{text-align:right}div.rbpmain div.rv{width:80px;flex-grow:1;margin-left:16px}div.rbprow div.rv{max-height:200px;overflow-x:hidden;overflow-y:auto}div.reportbyblastemail,div.reportbypropertyemail{width:600px;height:240px}div.report-email-byblast,div.report-email-byproperty{width:580px !important}input#repemailto{width:380px}input#rememailsub{width:380px}