* { grid-area: checkbox; transform: translateY(0.2em); } .checkbox_input input { opacity: 0; width: 1em; height: 1em; } .checkbox_input input:focus + .checkbox_control { box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #3939F4; box-sizing: border-box; } .checkbox_input input:hover + .checkbox_control { box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #3939F4; box-sizing: border-box; } .checkbox_input input:checked + .checkbox_control svg { transform: scale(1); } .checkbox_input input:disabled + .checkbox_control { color: #959495; } .checkbox_simple { display: inline-grid; grid-template-columns: -webkit-min-content auto; grid-template-columns: min-content auto; grid-gap: 0.5em; font-size: 13px; color: #000; align-items: center;} .checkbox_simple:focus-within .check_label { opacity: 1;} .checkbox_simple:focus .check_label { opacity: 1;} .checkbox_simple:hover .check_label { opacity: 1;} .check_label { transition: 180ms all ease-in-out; opacity: 0.8;} .radiodot { display: inline-grid; grid-template-columns: -webkit-min-content auto; grid-template-columns: min-content auto; grid-gap: 0em; font-size: 13px; color: #000; padding:5px 12px 5px 0px;} .radiodot:focus-within .wordchoice { opacity: 1;} .radiodot:focus .wordchoice { opacity: 1;} .radiodot:hover .wordchoice { opacity: 1;} .wordchoice { transition: 180ms all ease-in-out; opacity: 0.8; padding-right:2px;} .radiodot-disabled { color: #959495; } .radiodot_control { display: inline-grid; width: 1em; height: 1em; border-radius: 50%; border: 0.1em solid #00017F; transform: translateY(-0.05em); background-color:#F8F8FF; } .radiodot_control svg { width: 1em; height: 1em; box-shadow: inset 1em 1em #00017F; border-radius: 50%; transition: 180ms transform ease-in-out; transform: scale(0); } .radiodot_input { display: grid; grid-template-areas: "checkbox"; align-items: center; align-self: start; width:17px;} .radiodot_input > * { grid-area: checkbox; } .radiodot_input input { opacity: 0; width: 1em; height: 1em; } .radiodot_input input:focus + .radiodot_control { box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #00017F; opacity: 1; } .radiodot_input input:hover + .radiodot_control { box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #00017F; opacity: 1; } .radiodot_input input:checked + .radiodot_control svg { transform: scale(1); } .radiodot_input input:disabled + .radiodot_control { color: #959495; } .textbox {font-family: 'Work Sans',Arial,Helvetica,sans-serif; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; font-size: 0.975rem; color: #000; background-color:#F8F8FF; border:thin outset #005D5A; padding:7px 4px 7px 4px; } .textarea { font-family: 'Work Sans',Arial,Helvetica,sans-serif; font-size: 0.975rem; color: #000; background-color:#F8F8FF; border:thin outset #005D5A; padding:7px 4px 7px 4px; line-height:1.3em; } .dcon {background-color: #99FFFF;} .dcoff {background-color: #ccc;} .mbon {background-color: #fdfd96;} .mboff {background-color: #c9c9af;} .tbon {background-color: #cc66ff;} .tboff {background-color: #bca1c9;} .insertoff {background-color: #CCD9FF; text-align:center; display:block;} .inserton {background-color: #99B3FF; text-align:center; display:none; width:100%;} .editpara {width:85px;} .lastedit {width:75px;} .paratxt {width:580px; overflow-x: hidden;} .p800 {color:#F00; font-family:Georgia, 'Times New Roman', Times, serif; font-style:italic; font-weight:bold;} .dropdown { font-family: 'Public Sans', Arial, Helvetica, sans-serif; font-size: 12px; color: #000; background-color:#fff; border:1px solid #000; padding:1px; } .grid-container { display: grid; grid-template-columns: auto auto auto auto auto auto;} .grid-item { padding: 3px; text-align: left; font-weight:normal;} /* These styles are useed in the product edit screen, but they might also be elseware */ .titlecell {padding:6px 3px 6px 0px; color:#000000; font-size:16px; font-weight:500; vertical-align: middle; text-align:right; } .titlecell-190px {padding:6px 3px 6px 0px; color:#000000; font-size:16px; font-weight:500; vertical-align: middle; text-align:right; width:190px;} .fieldcell-1000px {padding:6px 0px 6px 3px; color:#111111; font-size:16px; vertical-align: middle; text-align:left; width:1000px;} .fieldcell-700px {padding:6px 0px 6px 3px; color:#111111; font-size:16px; vertical-align: middle; text-align:left; width:700px;} .fieldcell-title1 {margin-left:40px; color:#111111; font-size:16px; font-weight:500;} .fieldcell-title2 {margin-left:80px; color:#111111; font-size:16px; font-weight:500;} .fieldcell-title3 {margin-left:25px; color:#111111; font-size:16px; font-weight:500;} .fieldcell-title4 {margin-left:15px; color:#111111; font-size:16px; font-weight:500;} .fieldcell-title5 {margin-left:7px; color:#111111; font-size:16px; font-weight:500;} .fieldcell-title6 { color:#111111; font-size:16px; font-weight:500;} .grid-page-container { display: inline-grid; grid-template-columns: auto auto auto; grid-template-rows:auto; grid-column-gap:50px; justify-items: self-start; } .grid-2col-container { display: inline-grid; grid-template-columns: auto auto; grid-template-rows:auto; grid-column-gap:50px; justify-items: self-start; } .grid-2and1-areas { grid-template-areas: "cell-a-1 cell-a-2" "cell-b-1 cell-a-2"; } .grid-2and6-areas { grid-template-areas: "cell-a-1 cell-a-2 cell-a-3" "cell-b-1 cell-b-2 cell-b-3"; } .group-container { border-style: solid; border-width:1px; border-color: #22223C; -moz-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; border-radius:10px; margin:7px; text-align: center; align-self: start;} .group-container-header { display: block; padding:5px 7px 7px 7px; text-align: center; color:#000000; font-size:16px; font-weight:500; margin-bottom: 3px; -moz-border-top-left-radius:10px; -o-border-top-left-radius:10px; -ms-border-top-left-radius:10px; border-top-left-radius: 10px; -moz-border-top-right-radius:10px; -o-border-top-right-radius:10px; -ms-border-top-right-radius:10px; border-top-right-radius: 10px;} .group-container-lines { display: grid; grid-template-columns: auto auto; grid-column-gap:0px; align-self: start;} .group-container-line-cell-full {padding:6px 6px 6px 6px; color:#000000; font-size:16px; align-self: start; text-align:left; grid-column-start: 1; grid-column-end: span 2;} .group-container-line-cell-1 {padding:9px 3px 6px 7px; color:#000000; font-size:16px; font-weight:500; align-self: start; text-align:right;} .group-container-line-cell-2 {padding:6px 7px 6px 3px; color:#111111; font-size:16px; align-self: start; text-align:left;} .group-container-lines>div.cellA {padding:6px 3px 6px 3px; color:#000000; font-size:14px; font-weight:500; rder1&H¬ÚH¬ÚÐx¬ÚÐx¬Útandmultiple { font-family: 'Public Sans', Arial, Helvetica, sans-serif; font-size: 15px; color: #000; background-color:#F8F8FF; border:thin outset #005D5A; padding:7px 4px 7px 4px; height: 150px; width:300px; } .standsuggested {background-color:#CCFFFF;} .standfieldmargin {margin:7px 0px 7px 0px;} a.paragraphinsert {cursor:pointer; color:#000098; font-size:11px; line-height:1.4; letter-spacing:0.1px; font-family: "Fira Code", Consolas, "Andale Mono", "Lucida Console", "Courier New", "monospace";} a.paragraphinsert:hover { color:#2A1F00; } #stickycommands {position: sticky; position: -webkit-sticky; top:0px;} button.deletebutton, .deletebutton { padding:5px 10px 5px 10px!important; text-decoration: none!important; font-family: 'Public Sans', Arial, Helvetica, sans-serif!important; font-size: 1em!important; color: #ffffff!important; font-weight: 500!important; letter-spacing: 0.4px!important; background-color:#990000!important; background: -moz-linear-gradient(top,#FFD2D2 0,#FF6B6B 100%)!important; background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFD2D2),color-stop(100%,#FF6B6B))!important; background: -webkit-linear-gradient(top,#FFD2D2 0,#FF6B6B 100%)!important; background: -o-linear-gradient(top,#FFD2D2 0,#FF6B6B 100%)!important; background: -ms-linear-gradient(top,#FFD2D2 0,#FF6B6B 100%)!important; background: linear-gradient(top,#FFD2D2 0,#FF6B6B 100%)!important; border-width:5px!important; border-color: #770000!important; border-top-color:#FF0000!important; border-left-color:#FF0000!important; -moz-border-radius:3px!important; -o-border-radius:3px!important; -ms-border-radius:3px!important; border-radius:3px!important; } button.deletebutton:hover, .deletebutton:hover { background: none!important!; background-color: #FFD2D2!important; } .flexcontainer {display: flex; flex-direction: row; justify-content: flex-start; align-items:center;} .flexitem {flex: 0 1 auto;} .flexcontainer-full {display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-items:center; align-content: flex-start;} .flexitem-full {flex: 1 1 auto; padding:9px 2px; text-align: center;} .flexitem-preview {flex: 1 1 auto; padding:0px 3px; text-align: center; line-height:1.2;} .v2-flexitem-full { flex: 1 1 auto; margin-top: 5px; text-align: center;} .v2B-flexitem-full { flex: 1 1 auto; margin-top: 5px; text-align: center;} label.flex-button-style {background-color:#eeeeee; border: thin outset #B5B5B5; padding: 7px 3px 9px 5px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;} .radio-button-style {width:0px; padding: 0; margin: 0; overflow: hidden; opacity: 0;} .radio-button-style ~ label {background-color:#eeeeee; border: thin outset #B5B5B5; padding: 7px 9px 9px 9px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px;} .radio-button-style:checked ~ label { background-color: #BFFFFD; border: thin outset #005D5A; padding: 7px 9px 9px 9px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; background: -moz-linear-gradient(top,#BFFFFD 0,#109310 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#BFFFFD),color-stop(100%,#109310)); background: -webkit-linear-gradient(top,#BFFFFD 0,#109310 100%); background: -o-linear-gradient(top,#BFFFFD 0,#109310 100%); background: -ms-linear-gradient(top,#BFFFFD 0,#109310 100%); background: linear-gradient(top,#BFFFFD 0,#109310 100%); } .flexmapcontainer-full {display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-items:center; align-content: flex-start; margin-right:20px;} .flexmapitem-full {flex: 1 1 auto; padding:3px; text-align: center; line-height: 1;} .flexmapcontrols {flex: 1 1 auto; padding:5px; text-align: center; line-height: 1.5;} button.flex-button-map-tab-off, .flex-button-map-tab-off {background-color:#eeeeee; border: thin outset #B5B5B5; padding: 4px 5px 5px 5px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; line-height: 1; font-size: 1rem; font-weight: bold; color:#05008C; background: -moz-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#CBCBCB)); background: -webkit-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -o-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -ms-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: linear-gradient(top,#eeeeee 0,#CBCBCB 100%); } button.flex-button-map-tab-on, .flex-button-map-tab-on {background-color:#F8A1FA; border: thin outset #9F08A3; padding: 4px 5px 5px 5px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; line-height: 1; font-size: 1rem; font-weight: bold; color:#05008C; background: -moz-linear-gradient(top,#F8A1FA 0,#F363F6 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8A1FA),color-stop(100%,#F363F6)); background: -webkit-linear-gradient(top,#F8A1FA 0,#F363F6 100%); background: -o-linear-gradient(top,#F8A1FA 0,#F363F6 100%); background: -ms-linear-gradient(top,#F8A1FA 0,#F363F6 100%); background: linear-gradient(top,#F8A1FA 0,#F363F6 100%); } button.flex-button-map-off, .flex-button-map-off {background-color:#eeeeee; border: thin outset #B5B5B5; padding: 3px 4px 5px 4px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; border-radius:3px; line-height: 1; color: #05008C; font-size: 0.8rem; background: -moz-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#CBCBCB)); background: -webkit-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -o-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: -ms-linear-gradient(top,#eeeeee 0,#CBCBCB 100%); background: linear-gradient(top,#eeeeee 0,#CBCBCB 100%); } button.flex-button-map-active, .flex-button-map-active { background-color: #FBFFBF; border: thin outset #5D5600; padding: 3px 4px 5px 4px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; background: -moz-linear-gradient(top,#FDFFBF 0,#E1E61E 100%); background: -webkit-gradient(linear,left top,left rtT1 h¬Úh¬ÚÐ’¬ÚÐ’¬ÚOMIDdata%255D%26kky%3D841218%22%3EID%3C/a%3E%3C/th%3E%0D%0A%09%09%09%09%3Cth%20%3E%3Ca%20href%3D%22/whatigot/room-list.html%3Faction%3DMain%2520Screen%26sortBy%3DROOM_NAME%26--neROOMIDdata%3D%255B--neROOMIDdata%255D%26kky%3D891249%22%3ERoom%20Name%3C/a%3E%3C/th%3E%0D%0A%09%09%09%09%3Cth%20%3E%3Ca%20href%3D%22/whatigot/room-list.html%3Faction%3DMain%2520Screen%26sortBy%3DFLOOR%26--neROOMIDdata%3D%255B--neROOMIDdata%255D%26kky%3D413743%22%3EFloor%3C/a%3E%3C/th%3E%0D%0A%09%09%09%3C/tr%3E%0D%0A%09%09%09%0D%0A%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%0D%0A%0D%0A%09%09%09%3C/thead%3E%0D%0A%09%09%09%3Ctbody%3E%0D%0A%09%09%09%0D%0A%09%09%09%09%3Ctr%3E%3Ctd%20colspan%3D%224%22%20align%3D%22center%22%3E%0D%0A%09%09%09%09%09No%20rooms%20found.%3Cbr%3E%3Cbr%3E%0D%0A%09%09%09%09%09%3Ca%20href%3D%22/whatigot/room-list.html%3Faction%3Dedit%26sub%3Dadd%26kky%3D748319%22%20class%3D%22action%22%3EAdd%20New%20Room%3C/a%3E%0D%0A%09%09%09%09%3Cbr%3E%3Cbr%3E%3Cbr%3E%0D%0A%09%09%09%09%3C/td%3E%3C/tr%3E%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%09%09%09%3C/tbody%3E%0D%0A%09%09%09%3C/table%3E%0D%0A%09%09%09%3Ctable%20border%3D%220%22%20cellpadding%3D%220%22%20cellspacing%3D%220%22%3E%0D%0A%09%09%09%3Ctr%3E%0D%0A%09%09%09%09%09%3Ctd%20width%3D%22120%22%3E%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%09%09%09%09%09%3C/td%3E%0D%0A%09%09%09%09%09%3Ctd%20width%3D%22120%22%3E%0D%0A%09%09%09%0D%0A%09%09%09%09%09%3C/td%3E%0D%0A%09%09%09%3C/tr%3E%0D%0A%09%09%09%3C/table%3E%09%0D%0A%09%09%09%0D%0A%09%09%09%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%09%3Cdiv%20class%3D%22flexcontainer-full%22%3E%0D%0A%09%09%3Cdiv%20class%3D%22flexitem-full%22%3E%0D%0A%09%09%09%3Ca%20href%3D%22/whatigot/new-box.html%3Fkky%3D642479%22%20class%3D%22apollotimedonebutton%22%3ENew%20Box%3C/a%3E%0D%0A%09%09%3C/div%3E%0D%0A%09%09%3Cdiv%20class%3D%22flexitem-full%22%3E%0D%0A%09%09%09%3Ca%20href%3D%22/whatigot/box-list.html%3Fkky%3D23408%22%20class%3D%22apollotimedonebutton%22%3EBox%20List%3C/a%3E%0D%0A%09%09%3C/div%3E%0D%0A%09%09%3Cdiv%20class%3D%22flexitem-full%22%3E%0D%0A%09%09%09%3Ca%20href%3D%22/whatigot/group-list.html%3Fkky%3D75369%22%20class%3D%22apollotimedonebutton%22%3EGroup%20List%3C/a%3E%0D%0A%09%09%3C/div%3E%0D%0A%09%09%3Cdiv%20class%3D%22flexitem-full%22%3E%0D%0A%09%09%09%3Ca%20href%3D%22/whatigot/room-list.html%3Fkky%3D14026%22%20class%3D%22apollotimedonebutton%22%3ERoom%20List%3C/a%3E%0D%0A%09%09%3C/div%3E%0D%0A%09%09%3Cdiv%20class%3D%22flexitem-full%22%3E%0D%0A%09%09%09%3Ca%20href%3D%22/whatigot/storage-locations.html%3Fkky%3D47723%22%20class%3D%22apollotimedonebutton%22%3EStorage%20Locations%3C/a%3E%0D%0A%09%09%3C/div%3E%0D%0A%09%3C/div%3E%0D%0A%0D%0A%20%20%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%20%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%20%3C%21--thisurl%5Estand--%3E%0D%0A%0D%0A%0D%0A%0D%0A=Ètd

Room List