/* webrtc demo client stylesheet
  (c) 2024 Ingate Systems AB
*/

:root {
  --version: "1.0.15e";
}

body {
  font-family:Arial;
  height:100%;
}

.hide {
  display: none !important;
}

button, input[type="button"] {
  cursor: pointer;
}

button:disabled, input[type="button"]:disabled {
  cursor: not-allowed;
}

#welcome {
  position:absolute;
  top:20%;
  left:40%;
}

#whitecover {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,0.75);
  z-index:1000;
  display:none;
}

#viewport {
  display: flex;
  height:calc(100vh - 16px);
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#leftside {
  width:256px;
  background-color:#ebebeb;
  display:block;
  font-size:small;
  height:100%;
}

#topstrip {
  height:24px;
  background-color:#c0c0c0;
}

#yourname_area {
  padding-top:2px;
  white-space:nowrap;
  overflow:hidden;
  padding-left:4px;
  width:190px;
  float:left
}

#sipreg {
  content: url("/luci-static/resources/cbi/sipreg.gif");
  display:inline-block;
  cursor:pointer;
}

#sipreg.auth {
  content: url("/luci-static/resources/cbi/sipreg_auth.gif");
}

#loginas {
  display:inline;
  white-space:nowrap;
  cursor:pointer;
}

#confbtn {
  display: inline;
  float: right;
  margin-right: 32px;
}

#confbtn img {
  content: url("/luci-static/resources/cbi/config.png");
  cursor:pointer;
  max-height: 19px;
  margin-top: 2px;
}

#showcam {
  visibility: hidden;
  position: absolute;
  left:236px;
  top:35px;
  cursor:pointer;
  transition: all 1s;
}

#showcam.show {
  visibility: visible;
  top:7px;
}

#showcam img {
  content: url("/luci-static/resources/cbi/cam.gif");
  max-height: 26px;
}
#showcam.muted img {
  content: url("/luci-static/resources/cbi/nocam.gif");
}

#vidvol {
  height:3px;
  width:0px;
  background-color:#ffff00;
  position:absolute;
  top:46px;
  left:30px;
  border:1px solid grey;
  transition: width 0.6s;
}

#local {
  background-color:#c0c0c0;
  transition: height 1s;
  width:256px;
  height:0px;
  overflow:hidden;
}

#local.show {
  height:200px;
}

#local.show.small {
  height:48px;
}

#localVideo {
  width:256px;
  height:200px;
}

#amute {
  content: url("/luci-static/resources/cbi/mic.gif");
  position:absolute;
  left:5px;
  top:40px;
  cursor:pointer;
  z-index:1;
  display:block;
}

#amute.muted {
  content: url("/luci-static/resources/cbi/nomic.gif");
}

#spkph {
  content: url("/luci-static/resources/cbi/speakerphone.gif");
  position:absolute;
  left:10px;
  top:120px;
  max-height:24px;
  cursor:pointer;
  z-index:1;
}

#vmute {
  content: url("/luci-static/resources/cbi/cam.gif");
  position:absolute;
  left:232px;
  top:35px;
  cursor:pointer;
  z-index:1;
}

#vmute.muted {
  content: url("/luci-static/resources/cbi/nocam.gif");
}

#vnext {
  content: url("/luci-static/resources/cbi/nextcam.gif");
  position:absolute;
  left:217px;
  top:195px;
  cursor:pointer;
  z-index:1;
}

#scrn {
  content: url("/luci-static/resources/cbi/screen.gif");
  position:absolute;
  left:10px;
  top:193px;
  cursor:pointer;
  z-index:1;
}

#scrn.cam {
  content: url("/luci-static/resources/cbi/endsh.png");
  height: 20px;
  box-shadow: 2px 2px 4px gray;
}

#audioonly {
  position: relative;
  left: 48px;
  top: 16px;
}

#avatarVideo {
  width: 128px;
  height: 128px;
  object-fit: cover;
}

#avatarsnap, #saveavatarbtn {
  margin: 8px 0px 8px 0px;
}

#avatar {
  height: 128px;
  width: 128px;
  border-radius: 8px;
}

#placeholder {
  height: 4px;
}

#tabs-container {
  display: none;
  justify-content: left;
  align-items: center;
	margin: 5px 0px 5px 0px;
  padding: 0px 5px 0px 5px;
	border-bottom: 2px solid #ddd;
}

#tabs-container.exprmnt {
  display: flex;
}

.tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	height: 24px;
  padding: 10px 4px 10px 4px;
  border: 1px solid #ddd;
	border-bottom: none;
  margin-top: 5px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
	color: #bbb;
	background-color: #ddd;
	cursor: pointer;
	flex: 1;
}

.tab img {
	opacity: 50%;
}

.tab.selected {
  border: 1px solid #bbb;
  box-shadow: none;
	border-bottom: none;
	transform: translateY(+2px);
  background-color: #ebebeb;
}

.tab.selected img {
	opacity:unset;
}

.tab:hover {
  background-color: #eee;
}

#tab1 img {
  content: url("/luci-static/resources/cbi/keypad.png");
}

#tab2 img {
  content: url("/luci-static/resources/cbi/onlist.png");
}

#tab3 img {
  content: url("/luci-static/resources/cbi/wayback.png");
}

#tab5 img {
  content: url("/luci-static/resources/cbi/config.png");
}

#tab7 img {
  content: url("/luci-static/resources/cbi/group.gif");
}

.panel {
  background-color:#ebebeb;
}

#panel3 #p3pt {
  display: none;
}

#panel3.popup {
  width: 328px;
}

#panel3.popup #p3pt {
  background-color:#c0c0c0;
  display: block;
  height: 24px;
  line-height: 24px;
  cursor: grab;
  margin-bottom: 0px;
}

#mc_h img {
  content: url("/luci-static/resources/cbi/wayback.png");
  float: right;
  cursor: pointer;
  margin-right: 4px;
  opacity: 0.8;
}

#panel3 #p3rclose {
  display: none;
}

#panel3.namefilter #p3rclose {
  content: url("/luci-static/resources/cbi/closeright.gif");
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 3px;
}

#p3close {
  content: url(/luci-static/resources/cbi/close.png);
  cursor: pointer;
  float: right;
  height: 24px;
  width: 24px;
}

#p3left, #p3right {
  width: 328px;
}

#panel3.popup #p3right {
  border-left: 1px solid grey;
}

#panel3 #p3right {
  display: none;
}

#panel3:not(popup).namefilter #p3left {
  display: none;
}

#panel3:not(popup).namefilter #p3right {
  display: block;
}

#panel3.popup.namefilter {
  width: 720px;
}

#panel3.popup.namefilter #p3left {
  float: left;
  display: block;
}

#panel3.popup.namefilter #p3right {
  width: 390px;
}

#panel3.namefilter #p3leftheader {
  opacity: 0.5;
}

#panel3.namefilter #p3leftheader.hl_namefilter {
  opacity: 1;
}

#panel3.namefilter #history_log_left .hl_li {
  opacity: 0.5;
}

#panel3.namefilter #history_log_left .hl_li.hl_namefilter {
  opacity: 1;
}

#p3leftheader {
    margin: 0px 16px 0px 0px;
    padding: 4px 0px 4px 0px;
    cursor: pointer;
}

#p3leftheader:hover {
  background-color: #dddddd;
}

#p3leftheader.hl_namefilter {
  background-color: #dddddd;
}

#panel3.popup #history_log_left {
  max-height: 430px;
}

#panel3.popup.namefilter #history_log_left .hl_li.hl_namefilter {
  background-color: #dddddd;
}

#panel3.popup.namefilter #p3right {
  display: block;
  float: right;
}

#panel3.popup {
  position: absolute;
  top: 108px;
  left: 270px;
  z-index: 1000;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
}

#panel3.popup #histlist {
  padding: 0px 4px 0px 4px;
}

.closeX {
  content: url(/luci-static/resources/cbi/close.png);
  cursor: pointer;
  float: right;
}

.chatsent {
  text-align: end;
  margin: 4px 4px 0px 0px;
}

.chatsa {
  cursor:pointer;
  margin-bottom: 4px;
  margin-top: 10px;
  text-align: start;
}

.tohist {
  content: url("/luci-static/resources/cbi/wayback.png");
  max-height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.chatra {
  cursor:pointer;
  margin-top: 10px;
}

.arr1, .arr2 {
  font-size: 1px;
}

.arr1 img {
  content: url("/luci-static/resources/cbi/arrow1.gif?v=1");
  margin-right: 20px;
  vertical-align: top;
}

.arr2 img {
  content: url("/luci-static/resources/cbi/arrow2.gif");
  margin-left: 20px;
  vertical-align: bottom;
}

.chatsb {
  background-color:#6060ff;
  color:#ffffff;
  margin-left: 20%;
  padding: 4px;
  border-radius: 6px;
}

.chatsb a {
  color:#ffffff;
}

.chaterror {
  background-color: #ffa0a0;
  margin: 4px;
  padding: 4px;
  border-radius: 4px;
}

.chaterror div {
  cursor:pointer;
}

.chatreceived {
  margin: 4px 0px 0px 4px;
}

.chatrb {
  background-color: #e8e8e8;
  margin-right: 20%;
  padding: 4px;
  border-radius: 6px;
}

#composing {
  margin: 2px;
}

#chatbottom {
  margin-left: 20%;
}

#chattodiv {
  margin-bottom: 2px;
}

#chatto {
  width: 260px;
  border-color: #6060ff;
  border-radius: 4px 4px 0px 0px;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}

#chatto:focus {
  outline: 1px solid #6060ff;
}

#chattoX {
  display: inline;
  margin-left: 4px;
  cursor: pointer;
}

#chatmsg {
  min-height: 3em;
  width: 296px;
  resize: vertical;
  margin: -2px;
  border-color: #6060ff;
  border-radius: 4px;
}

#chatmsg:focus {
  outline: 1px solid #6060ff;
}

#chatbtns {
  text-align: end;
  margin-right: 12px;
}

#msrpDisconnectButton {
  margin-right: 17%;
}

#panel7 {
  border-radius:3px;
  border:solid black 1px;
  background-color:#ebebfb;
}

#panel7.popup {
  position: absolute;
  top: 200px;
  left: 440px;
  z-index: 1000;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
  z-index: 2000;
}

#panel7.popup .paneltop {
  background-color: #c0c0c0;
  display: flex;
  height: 24px;
  margin-bottom: 1em;
  padding-left: 8px;
  align-items: center;
  justify-content: space-between;
}

#panel7.popup #grouptop img {
  display:block;
  height: 24px;
  cursor: pointer;
}

#panel8.popup {
  position: absolute;
  top: 108px;
  left: 265px;
  z-index: 1000;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
  z-index: 2000;
}

#panel8.popup .paneltop {
  background-color: #c0c0c0;
  display: flex;
  height: 24px;
  padding-left: 8px;
  align-items: center;
  justify-content: space-between;
}

#p8table {
  border-spacing: 0;
}

#p8table td {
  padding: 2px;
}

#p8statustr, #p8locationtr, #p8mobiltr, #p8avtrtr, #p8dnametr {
  background-color: #e0e0e0;
  border: none;
}

#p8avtr {
  width: 128px;
  height: 128px;
  border-radius: 16px;
}

#p8status, #p8dname {
  padding-left: 5px !important;
}

#p8statimg, #p8status {
  display: inline;
}

#p8call {
  content: url("/luci-static/resources/cbi/call.png");
  max-height:24px;
  margin-right: 4px;
  vertical-align: bottom;
  cursor:pointer;
}

#p8msg {
  content: url("/luci-static/resources/cbi/chat.png");
  max-height:24px;
  vertical-align: bottom;
  cursor:pointer;
}

#p8hist {
  content: url("/luci-static/resources/cbi/wayback.png");
  max-height:24px;
  margin-left: 4px;
  vertical-align: bottom;
  cursor:pointer;
}

#p8phone {
  content: url("/luci-static/resources/cbi/call_nocam.png");
  max-height:24px;
  margin-right: 4px;
  vertical-align: bottom;
  cursor:pointer;
}

#p8mail {
  border: none;
  background-color: unset;
  font-size: large;
  height:28px;
  margin-left: -2px;
}

#panel9.popup {
  position: absolute;
  top: 135px;
  left: 518px;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
  z-index: 2000;
}

#panel9.popup .paneltop {
  background-color: #c0c0c0;
  display: flex;
  height: 24px;
  margin-bottom: 1em;
  padding-left: 8px;
  align-items: center;
  justify-content: space-between;
}

#grouptop {
  height:26px;
}

#grouptop img {
  display:none;
}

#panel10.popup {
  position: absolute;
  top: 8px;
  left: 265px;
  z-index: 1000;
  width: 149px;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
}

#panel10.popup .paneltop {
  background-color: #c0c0c0;
  display: flex;
  height: 24px;
  margin-bottom: 1em;
  padding-left: 8px;
  align-items: center;
  justify-content: space-between;
}

#panel11.popup {
  position: absolute;
  top: 34px;
  left: 5px;
  z-index: 2000;
  width: 256px;
  border:gray double;
  border-radius: 8px;
  background-color:#f8f8f8;
  box-shadow:3px 3px 3px #888888;
}

#panel11.popup .paneltop {
  background-color: #c0c0c0;
  display: flex;
  height: 24px;
  margin-bottom: 1em;
  padding-left: 8px;
  align-items: center;
  justify-content: space-between;
}

#spstus {
  max-width: 196px;
}

.paneltop {
  display:none;
}

.paneltop img {
  content: url(/luci-static/resources/cbi/close.png);
  cursor: pointer;
}

#calladdr {
  width:167px;
  height:30px;
  padding:0px 0px 0px 4px;
  margin:0px 0px 4px 4px;
  font-size:large;
  background-color:#e6f7b0;
  border-color:#d0d0d0;
}

#callbtns {
  display:inline;
}

#callbtn {
  content: url("/luci-static/resources/cbi/call.png");
  max-height:32px;
  height: 32px;
  width: 36px;
  vertical-align: top;
  cursor:pointer;
}

#chatbtn {
  content: url("/luci-static/resources/cbi/chat.png");
  max-height:32px;
  height:32px;
  width:33px;
  margin-left:-1px;
  vertical-align: top;
  cursor:pointer;
}

#etcbtn {
  content: url("/luci-static/resources/cbi/etc.gif");
  max-height:32px;
  vertical-align: top;
  display: none;
}

#callbtns.call #callbtn {
  height:unset;
  width:unset;
}

#callbtns.call #chatbtn {
  display: none;
}

#callbtns.call #etcbtn {
  display: inline;
}

#numkeypad {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}

#numkeypad.show {
  height: 160px;
}

.numkey {
  height:32px;
  width:56px;
  text-align:left;
  padding-right:1px;
  white-space:nowrap;
  overflow-x:hidden;
  margin-bottom:3px;
  cursor:pointer;
}

.numkey span {
  font-size:9px;
  display:inline;
}

#grcld {
  margin-top: -8px;
}

#grclcb {
  content: url("/luci-static/resources/cbi/nocheck.gif");
  width: 20px;
  margin-left: 4px;
}

#grclcb.check {
  content: url("/luci-static/resources/cbi/Lcheck.gif");
}

#grcletcdiv button {
  margin-left: 4px;
  min-width: 127px;
  height: 28px;
  display: inline;
}

#panel2:has(.grcletcitem.nolist button:hover) #list .listentry input[type="checkbox"] {
  opacity: 0;
}

#panel2:has(.grcletcitem.nocontact button:hover) #contacts_list .listentry input[type="checkbox"] {
  opacity: 0;
}

#grcld:has(.grcletcitem button:hover) #grclcb {
  opacity: 0;
}

#stgrnow {
  height: 28px;
}

#stgrnow img {
  content: url("/luci-static/resources/cbi/call.png");
  height: 18px;
  vertical-align: bottom;
  margin-left: -4px;
}

.grcletcitem img {
  content: url("/luci-static/resources/cbi/Lcheck.gif");
  width: 20px;
  margin-left: 4px;
  opacity: 0;
  display: inline;
  vertical-align: middle;
}

.grcletcitem:has(button:hover) img {
  opacity: 1;
}

.grcletcitem.groupchat button {
  text-align: left;
}

.grcletcitem.groupchat button img {
  content: url("/luci-static/resources/cbi/chatgroup.png");
  height: 20px;
  width: 24px;
  vertical-align: bottom;
  margin-left: -5px;
  opacity: 1;
}

#PTTbtn {
  text-align: left;
  padding: 0px;
}

#PTTbtn img {
  content: url("/luci-static/resources/cbi/progress.gif");
  opacity:0;
  vertical-align: middle;
}

#PTTbtn.connecting img {
  opacity:1;
}

#PTTbtn.talking img {
  opacity:0;
}

#PTTbtn.talking {
  background-color: lightgreen;
}

#schedule {
  margin-left: 4px;
  margin-top: 10px;
}

#stgrmail {
  margin-left: 11px;
}

#endgrbtn {
  content: url("/luci-static/resources/cbi/close.png");
  max-height:24px;
  cursor:pointer;
  vertical-align:middle;
  margin-bottom:4px;
}

#chatgrbtn {
  content: url("/luci-static/resources/cbi/chatgroup.png");
  max-height:24px;
  cursor:pointer;
  vertical-align:middle;
  margin-bottom:4px;
}

#gmute {
  content: url("/luci-static/resources/cbi/mic.gif");
  max-height:24px;
  cursor:pointer;
  margin:0px 4px 8px 2px;
  vertical-align:middle;
}

#gmute.muted {
  content: url("/luci-static/resources/cbi/nomic.gif");
}

#omute {
  margin-bottom: 4px;
}

#omute img {
  content: url("/luci-static/resources/cbi/muteothers.gif");
  max-height:24px;
  cursor:pointer;
  margin-right:2px;
  vertical-align:middle;
}

#gradm, #grnadm {
  margin-top: 8px;
}

#grnadm button {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

#grwait {
  margin-top: 8px;
  margin-bottom: 8px;
}

#waitroomchbx {
  margin-right: 8px;
}

#killgrbtn {
  content: url("/luci-static/resources/cbi/close.png");
  max-height:24px;
  cursor:pointer;
  vertical-align:middle;
  margin-bottom:4px;
}

#k-tabs-container {
  display: flex;
  justify-content: left;
  align-items: center;
	margin: 5px 0px 5px 0px;
  padding: 0px;
	border-bottom: none;
  overflow-x: auto;
  overflow-y: clip;
}

#k-tab-l {
  color: gray;
  margin: 5px 2px 0px 2px;
  cursor: pointer;
}

#k-tab-r {
  color: gray;
  margin: 5px 0px 0px 2px;
  cursor: pointer;
  width: 6px;
}

.tab.k-tab {
  max-width: 48px;
  min-width: 48px;
  height: 0px;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  align-items: safe center;
  text-overflow: ellipsis;
}

.tab.k-tab.notab {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #bbb;
  cursor: default;
}

.tab.k-tab.selected {
  color: #404040;
  cursor: default;
  transform: none;
}

#missed_calls {
  margin-top: 1em;
}

#missed_calls_list {
  width:100%;
  max-height: 300px;
  overflow-y: auto;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 4px;
  margin-block-end: 0.5em;
}

#missed_calls_list .hl_name {
  font-weight: normal;
}

#missed_calls_list .hl_li:hover .hl_name {
  font-weight: bold;
}

#missed_calls_list .hl_io, #missed_calls_list .hl_text, #missed_calls_list .hl_callbtn {
  display: none;
}

#list, #grlist, #wrlist, #history_log_right, #history_log_left, #contacts_list, #contgrlist {
  width:100%;
  max-height: 300px;
  overflow-y: auto;
  list-style-type: none;
  padding-inline-start: 0;
}

#list {
  padding-top: 15px;
  padding-bottom: 15px;
}

#list.nocheck:hover {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 330px;
}

#list.nocheck:has(.listentry.hilit) {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 330px;
}

#list li {
  margin-left: 0;
  cursor: pointer;
}

#list.nocheck li {
  margin-left: 4px;
}

#otheruserstxt {
  margin-left: 8px;
  float: left;
}

#contacts_list li {
  margin-left: 0;
  cursor: pointer;
}

#contacts_list.nocheck li {
  margin-left: 4px;
}

#contacts_list.nocheck input[type="checkbox"] {
  display: none;
}

#contacts_list {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contacts_list.nocheck:hover {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 330px;
}

#contacts_list.nocheck:has(.listentry.hilit) {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 330px;
}

#contacts_list.nocheck:not(:has(.listentry.hilit)) .listentry:hover {
  padding-top: 8px;
  padding-bottom: 8px;
}

#contacts_list.nocheck .listentry.hilit {
  padding-top: 8px;
  padding-bottom: 8px;
}

#contacts_list.nocheck .listentry:hover .listentry_torso {
  display: none;
}

#contacts_list.nocheck .listentry.hilit .listentry_torso {
  display: none;
}

#contacts_list.nocheck .listentry:hover .listentry_avatar {
  display: inline-block;
}

#contacts_list.nocheck .listentry.hilit .listentry_avatar {
  display: inline-block;
}

#contacts_list.nocheck .listentry:hover .listentry_icon {
  height: 32px;
}

#contacts_list.nocheck .listentry.hilit .listentry_icon {
  height: 32px;
}

#contacts_list.nocheck:not(:has(.listentry.hilit)) .listentry:hover .listname {
  display: block;
}

#contacts_list.nocheck .listentry.hilit .listname {
  display: block;
}

#contacts_list.nocheck:not(:has(.listentry.hilit)) .listentry:hover .listdname {
  font-weight: bold;
}

#contacts_list.nocheck .listentry.hilit .listdname {
  font-weight: bold;
}

#contgrlist li {
  margin-left: 4px;
  cursor: pointer;
  height: 2em;
}

#contgrlist .listentry {
	cursor: unset;
}

#contgrlist .listentry:hover {
	background-color: unset;
}

#contgrlist .editbtn, #contgrlist .delbtn, #contgrlist .addbtn {
  margin-left: 4px;
  cursor: pointer;
}

#contgrlist .delbtn {
  margin-right: 4px;
}

.listheader {
  float: left;
}

.listheader .avatar {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.listbody {
  display: inline-block;
  max-width: 165px;
  white-space: nowrap;
  overflow: clip;
}

.listdname {
  display: inline;
}

.listdomain {
  display: inline;
  opacity: 0.3;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

.listname {
  display: none;
}

#list.nocheck:not(:has(.listentry.hilit)) .listentry:hover {
  padding-top: 8px;
  padding-bottom: 8px;
}

#list.nocheck .listentry.hilit {
  padding-top: 8px;
  padding-bottom: 8px;
}


#list.nocheck:not(:has(.listentry.hilit)) .listentry:hover .listdname {
  font-weight: bold;
}

#list.nocheck:not(:has(.listentry.hilit)) .listentry:hover .listname {
  display: block;
}


#list.nocheck .listentry.hilit .listdname {
  font-weight: bold;
}

#list.nocheck .listentry.hilit .listname {
  display: block;
}

#list.nocheck input[type="checkbox"] {
  display: none;
}

#history_header {
  height: 24px;
  padding-top: 10px;
  padding-bottom: 4px;
  background-color: #d8d8d8
}

#history_name {
  font-weight: bold;
  float: left;
  line-height: 24px;
  margin-left: 4px;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
}

#history_call {
  content: url("/luci-static/resources/cbi/call.png");
  cursor:pointer;
  float: right;
  height: 24px;
}

#history_back {
  height: 24px;
  width: 26px;
  float: left;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#history_btns {
  padding: 16px 16px 0px 30px;
  background-color: #eeeeee;
}

#history_msgs {
  margin-left:20px;
}

#history_sort {
  content: url("/luci-static/resources/cbi/sort.gif");
  cursor:pointer;
  float: right;
  margin-right: 30px;
  border: none;
}

#history_sort.ascending {
  transform: scaleY(-1);
}

#history_log_left {
  margin-block-start: 0px;
  margin-block-end: 4px;
}

#history_log_right {
  margin-block-start: 8px;
  margin-block-end: 0px;
  min-height: 300px;
  max-height: 300px;
}

.hl_li {
  cursor:pointer;
  padding: 4px 0px 4px 0px;
}

#history_log_right .hl_li.mergegap {
  padding: 0px 0px 4px 0px;
  margin-top: -4px;
}

#history_log_right .hl_li.addgap {
  padding: 12px 0px 4px 0px;
}

.hl_li:not(.hl_ft):hover {
	background-color: #dddddd;
}

.hl_li.hl_ft {
  margin-bottom: 4px;
  cursor: default;
}

.hl_li.hl_ft.hl_chat .hl_io {
  display: none;
}

.hl_name {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: inline-start;
  font-weight: bold;
}

.hl_name.hl_combname {
  cursor: pointer;
}

#history_log_right .hl_li.hl_outgoing.hl_ft.hl_chat .hl_name {
  margin-left: -25%;
  width: 90%;
}

#history_log_right .hl_li.hl_outgoing.hl_call .hl_name{
  margin-left: -66%;
  width: 120%;
}

.hl_date {
  font-size: 80%;
  float: right;
  margin-top: 2px;
}

#loadmore {
  text-align: center;
  color: blue;
  cursor: pointer;
}

.hl_callbtn {
  content: url("/luci-static/resources/cbi/call.png");
  display: none;
  height:21px;
  width:24px;
  float: right;
}

.hl_li:not(.hl_ft):hover .hl_callbtn {
  display: block;
}

#panel3.namefilter #history_log_left .hl_li:hover .hl_callbtn{
  display: none;
}

.hl_io {
  display: inline-block;
}

.hl_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.hl_error {
  background-color: #ffa0a0;
  margin: 4px;
  padding: 4px;
  border-radius: 4px;
}

.hl_error .hl_text {
  white-space: unset;
}

.hl_li.hl_call .hl_text {
  margin-left: 6px;
}

.hl_li.hl_chat .hl_text {
  border: solid lightgray 1px;
  padding: 0px 4px 0px 4px;
  border-radius: 6px;
  background-color: #6060ff;
  color: #ffffff;
}

.hl_li.hl_incoming.hl_chat .hl_text {
  background-color: #e8e8e8;
  color: #000000;
}

.hl_ft.hl_outgoing {
  margin-left: 20%;
}

#history_log_right .hl_outgoing.hl_call {
  margin-left: 40%;
}

#history_log_right .hl_incoming.hl_call .hl_io {
  color: gray;
}

#history_log_right .hl_outgoing.hl_call .hl_io {
  color: #6060ff;
}

#history_log_right .hl_call .hl_io {
  font-size: large;
}

.hl_ft.hl_outgoing.hl_chat .hl_text {
  display: block;
  padding: 4px;
  border-radius: 6px;
  white-space: unset;
  text-align: right;
}

.hl_ft.hl_incoming.hl_chat .hl_text {
  display: block;
  margin-right: 20%;
  padding: 4px;
  border-radius: 6px;
  white-space: unset;
}

#grlist li {
  margin-left: 4px;
}

#grlist p {
  display: inline;
}

#wrlist li {
  margin-left: 4px;
}

#wrlist p {
  display: inline;
}

#wrlist img.allow {
  content: url("/luci-static/resources/cbi/conf.png");
  cursor:pointer;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}

#wrlist img.deny {
  content: url("/luci-static/resources/cbi/endgroup.png");
  cursor:pointer;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}

.listentry {
  min-height: 20px;
}

.listentry:hover {
	background-color: #dddddd;
}

.listentry.talking img {
  border: solid 1px grey;
  margin: -1px;
}

.etc {
  display: inline;
  float:right;
  margin-right: 10px;
  opacity: 0.25;
}

.etc img {
  content: url("/luci-static/resources/cbi/etc.gif");
  cursor: pointer;
  max-height:16px;
}

.listentry:hover .etc {
  display: inline;
  opacity: 1;
}

.listentry_torso {
  content: url("/luci-static/resources/cbi/online.gif?v=1");
  width: 16px;
  height: 16px;
  display: inline-block;
}

.listentry_torso.busy {
  content: url("/luci-static/resources/cbi/online_busy.gif");
}

.listentry_torso.phone {
  content: url("/luci-static/resources/cbi/offline.gif");
  opacity: 0;
}

.listentry_torso.noreg {
  content: url("/luci-static/resources/cbi/offline.gif");
  opacity: 0.35;
}

#list.nocheck .listentry:hover .listentry_torso {
  display: none;
}

.listentry_avatar {
  background: url("/luci-static/resources/cbi/online.gif?v=1");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: none;
  transition: all 0.5s;
}

.listentry_avatar.busy {
  background: url("/luci-static/resources/cbi/online_busy.gif");
  background-repeat: no-repeat;
}

.listentry_torso.phone {
  opacity: 0;
}

.listentry_avatar.phone {
  opacity: 0;
}

.listentry_avatar.noreg {
  background: url("/luci-static/resources/cbi/offline.gif");
  background-repeat: no-repeat;
  opacity: 0.25;
}

#list.nocheck .listentry:hover .listentry_avatar {
  display: inline-block;
}

.listentry_avatar:hover {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  margin-right: -32px;
  margin-bottom: -32px;
  position: relative;
}

.listentry_icon {
  height: 16px;
  display: inline-block;
}

#list.nocheck .listentry:hover .listentry_icon {
  height: 32px;
}

#list.nocheck .listentry.hilit .listentry_icon {
  height: 32px;
}

#list.nocheck .listentry.hilit .listentry_torso {
  display: none;
}

#list.nocheck .listentry.hilit .listentry_avatar {
  display: inline-block;
}

.listentry_icon.noreg {
  content: url("/luci-static/resources/cbi/empty.gif");
  padding-right:2px;
  opacity: 0.5;
}

.listentry_icon.OK {
  content: url("/luci-static/resources/cbi/empty.gif");
  padding-right:2px;
}

.listentry_icon.OK.auth {
  content: url("/luci-static/resources/cbi/auth.gif");
  padding-right:2px;
}

.listentry_icon.OKaw {
  content: url("/luci-static/resources/cbi/away.gif");
  padding-right:2px;
}

.listentry_icon.OKaw.auth {
  content: url("/luci-static/resources/cbi/away_auth.gif");
  padding-right:2px;
}

.listentry_icon.busy {
  content: url("/luci-static/resources/cbi/busy.gif");
  padding-right:2px;
}

.listentry_icon.busy.auth {
  content: url("/luci-static/resources/cbi/busy_auth.gif");
  padding-right:2px;
}

.listentry_icon.dnd {
  content: url("/luci-static/resources/cbi/dnd.gif");
  padding-right:2px;
}

.listentry_icon.dnd.auth {
  content: url("/luci-static/resources/cbi/dnd_auth.gif");
  padding-right:2px;
}

.listname {
  width:180px;
  overflow-x:hidden;
  white-space:nowrap;
  cursor:pointer;
}

#magicontact2 {
  margin-right: 4px;
  float: right;
  margin-top: -16px;
}

#addcontact {
  width: 23px;
  font-size: small;
  margin-right: 4px;
  margin-top: -16px;
  float: right;
}

#mcdiv {
  display: inline;
  float: right;
  margin-right: 16px;
}

#histlist {
  width:255px;
  height:300px;
  overflow-x:hidden;
  overflow-y:auto;
}

#histlist.missed {
  height:80px;
}

#statslist {
  display: inline;
}

#sdpbundle {
  width: 145px;
}

#template {
  width: 145px;
}

#developerbtn {
  font-size: x-small;
}

#rawmsg, #rcvmsg {
  width:240px;
  resize:vertical;
}

#sendbtn {
  margin-left:198px;
}

#recvbtn {
  margin-left:180px;
}

.config {
  height: auto;
  background-color:#ebebeb;
  position:absolute;
  top: 8px;
  width:256px;
  z-index: 2000;
}

#conftable td:nth-child(1) {
  text-align: right;
}

#conftable td.th {
  text-align: left;
}

#conftable input[type="text"] {
    width: -webkit-fill-available;
}

#conftable input[type="password"] {
    width: -webkit-fill-available;
}

#conftable select {
    width: -webkit-fill-available;
}

#confavatarimg:hover {
  width: 64px;
  height: 64px;
  border-radius: 12px;
}

#confavatarimg {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  transition: all 0.5s;
}

select#ringsig {
  width:60%;
  padding: 2px 0;
}

#rldsrcs {
  content: url("/luci-static/resources/cbi/reload.png");
  cursor:pointer;
  float: right;
  margin-right: 4px;
}

#voldiv {
  width:186px;
}

#volume {
  display:inline-block;
  height:8px;
  width:1px;
  background-color:#c8c800;
  transition: width 0.6s;
}

#slogbtn {
  font-size: 12px;
}

.applybtn {
  font-weight:bolder;
}

.cancelbtn {
  display: inline;
}

#panel8.non-editable input[type="text"] {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: black;
}

#panel8.non-editable select {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  appearance: none;
  color: black;
}

#panel8 tr {
  height: 28px;
}

#magicontact {
  margin-left: 4px;
}

#magicontact:hover {
  font-size: x-large;
}

#contact_name, #contact_addr, #contact_phone, #contact_email {
  outline-width: 169px;
}

#contact_group {
  height: 22px;
  width: 169px;
  vertical-align: bottom;
}

#showgroupsbtn {
  height: 22px;
}

#editcontbtn {
  margin-right: 2px;
  float: right;
}

#getapp {
  margin-left: 4px;
}

#progress2 {
  content: url("/luci-static/resources/cbi/progress.gif");
  position:absolute;
  left:400px;
  top:300px;
  height:24px;
  z-index:1000;
}

#msgpop {
  position:absolute;
  left:8px;
  top:373px;
  width:240px;
  background-color:#d0d0d0;
  z-index:5000;
  padding:8px;
  border-width:6px;
  border-radius:4px;
  cursor:pointer;
  box-shadow:3px 6px 3px #888888;
  background-image: url(/luci-static/resources/cbi/close.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size:20px;
}

#msgpop.center {
  left: 400px;
  width: 400px;
  font-size: larger;
  top: 240px;
}

#nomic {
  position:absolute;
  left:264px;
  top:264px;
  width:240px;
  background-color:#d0d0d0;
  z-index:5000;
  padding:8px;
  border:ridge;
  border-radius:12px;
  text-align:center;
  background-image: url(/luci-static/resources/cbi/close.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#noreg {
  position:absolute;
  left:264px;
  top:38px;
  width:240px;
  background-color:#d0d0d0;
  z-index:5000;
  padding:8px;
  border:ridge;
  border-radius:12px;
  background-image: url(/luci-static/resources/cbi/close.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#askname {
  position:absolute;
  left:30px;
  top:60px;
  background-color:#d0d0d0;
  z-index:5000;
  padding:8px;
  border-width:6px;
  border-radius:12px;
  cursor:pointer;
  box-shadow:3px 6px 3px #888888;
}

#asknm {
  width:95%;
  margin:2vh 0 2vh 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#rightside {
  font-size:small;
  height:100%;
  display:block;
}

#remotes {
  position: absolute;
  top:0px;
  left:268px;
}

#logoimg {
  content: url("/luci-static/resources/cbi/ingateclient.png");
}

#info {
  position:absolute;
  background-color:#ffffff;
  top: 70px;
}

#info1 {
  width:648px;
}

#callme_link {
  margin: 120px 0px 0px 100px;
}

#scinv {
  font-size: 90%;
}

#scgr {
  cursor:pointer;
  margin-left: 11px;
}

#viewmoreinfo {
  margin: 20px 0px 0px 100px;
  color:-webkit-link;
  text-decoration: underline;
  cursor:pointer;
}

#builddat {
  font-size: 10px;
  margin-left: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#close {
  content: url("/luci-static/resources/cbi/close.png");
  display:none;
  position:absolute;
  right:18%;
  top:4;
  cursor:pointer;
}

#reload {
  content: url("/luci-static/resources/cbi/reload.png");
  display:none;
  position:absolute;
  right:4px;
  top:4px;
  cursor:pointer;
}

#sensbtn {
  content: url("/luci-static/resources/cbi/senson.gif");
  color: black;
  cursor:pointer;
  vertical-align: middle;
  margin-bottom: 4px;
}

#sensbtn.disabled {
  content: url("/luci-static/resources/cbi/sensoff.gif");
  color: lightgrey;
}

#sensbtn.triggered {
  content: url("/luci-static/resources/cbi/sensgo.gif");
}

#grcl {
  display: inline;
}

#grclb {
  background-color:white;
  top:8px;
  display: inline;
}

#grclb img {
  content: url("/luci-static/resources/cbi/conf.png");
  cursor:pointer;
  max-height:48px;
}

#grcletc {
  content: url("/luci-static/resources/cbi/etc.gif");
  max-height:24px;
  vertical-align: bottom;
  display: inline;
  margin: 0px 0px 2px 4px;
}

#grfld {
  position:absolute;
  left:1130px;
  z-index:1000;
  transition: top 1s;
}

#grecorded {
  width:10px;
  height:10px;
  background-color:red;
  border-radius:50%;
  margin-left:8px;
}

#endgr2 {
  position:absolute;
  left:530px;
  z-index:900;
}

#endgr2end {
  content: url("/luci-static/resources/cbi/close.png");
  max-height:24px;
  cursor:pointer;
  vertical-align: bottom;
}

#chatgrbtn2 {
  content: url("/luci-static/resources/cbi/chatgroup.png");
  max-height:24px;
  cursor:pointer;
  vertical-align: bottom;
  margin-left: 8px;
}

#grlayout {
  content: url("/luci-static/resources/cbi/quad.gif");
  max-height:24px;
  cursor:pointer;
  vertical-align: bottom;
  margin-left: 8px;
}

#grlayout.grid {
  content: url("/luci-static/resources/cbi/triple.gif");
}

#endgr2conf {
  content: url("/luci-static/resources/cbi/etc.gif");
  max-height:24px;
  margin-left: 8px;
  cursor:pointer;
  vertical-align: bottom;
}

#puw {
  font-size:small;
  border-radius:5px;
  background-color:#ffffff;
  z-index:2000;
  position:absolute;
  width:100px;
  box-shadow:3px 3px 3px #888888;
}

#puw.large {
  width:160px;
}

#puw.large img {
  height:32px;
}

#puw.medium {
  width:150px;
}

#puw.medium img {
  height:24px;
}

#puw.small {
  width:130px;
}

#puw.small img {
  height:16px;
}

.puv {
  padding:4px;
  cursor:pointer;
  background-color: #ffffff;
}

.puv:hover {
  background-color: #bbbbbb;
}

.puv img {
  cursor:pointer;
}

#puv1 img {
  content: url("/luci-static/resources/cbi/transfer.png");
}

#puv2 img {
  content: url("/luci-static/resources/cbi/conf.png");
}

#puv3 img {
  content: url("/luci-static/resources/cbi/chat.png");
}

#puv4 img {
  content: url("/luci-static/resources/cbi/hold.png");
}

#puv4.holded img {
  content: url("/luci-static/resources/cbi/holded.png");
}

#puv5 {
  cursor:default;
}

#puw5 {
  max-height:24px;
}

#puv6 img {
  content: url("/luci-static/resources/cbi/call.png");
}

#puv6o {
  display: inline;
}

#puv7 img {
  content: url("/luci-static/resources/cbi/hangup.png");
}

#puv8 img {
  content: url("/luci-static/resources/cbi/endgroup.png");
}

#puv9 {
  cursor:default;
}

#puw9 {
  float:right;
  max-height:24px;
}

#puw10 {
  float:right;
  max-height:24px;
}

#puw11 {
  max-height:24px;
}

#puv12 img {
  content: url("/luci-static/resources/cbi/refresh.gif");
  max-height:24px;
  padding:0px 3px 0px 3px;
}

#puw13 {
  max-height:24px;
  background-color: #ff8888;
  padding:0px 3px 0px 3px;
  border-radius: 4px;
}

#puv14 img {
  content: url("/luci-static/resources/cbi/screen.gif");
  max-height:24px;
  max-width:30px;
}

#puv15 img {
  content: url("/luci-static/resources/cbi/screen.gif");
  max-height:24px;
  max-width:30px;
  margin: 0px 2px 0px 2px;
}

#puv16 img {
  content: url("/luci-static/resources/cbi/wayback.png");
  margin: 0px 2px 0px 3px;
}

#puv17 img {
  content: url("/luci-static/resources/cbi/sipreg.gif");
  margin: 0px 2px 0px 4px;
}

#puv18i {
  display: inline;
  font-size: 20px;
  margin-left: 2px;
}

#puv19 img {
  content: url("/luci-static/resources/cbi/group.gif");
  max-height:24px;
  max-width:30px;
}

#puv20 img {
  content: url("/luci-static/resources/cbi/chat.png");
}

#puv21 img {
  content: url("/luci-static/resources/cbi/call_nocam.png");
}

#you2 {
  position:absolute;
  display:none;
  opacity:0;
  transition:opacity 2s;
  z-index:100;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.remote {
  position:absolute;
  display:none;
  background-color:#f0f0f0;
  z-index:0;
  width:360px;
  height:158px;
  transition: all 1s;
}

.remote video {
  transition: all 1s;
}

.remote:hover .fullscr {
  display: block;
}

.remote:hover .action {
  display: block;
}

.statusdiv {
  white-space:nowrap;
  position:absolute;
  background-color:white;
  opacity:80%;
  width:100%;
  z-index:1;
}

.subtitlesdiv {
  display:none;
  position:absolute;
  bottom:8;
  text-align:center;
  color:white;
  opacity:70%;
  width:100%;
  z-index:1;
}

.subtitlesdiv span {
  background-color:black;
}

.fullscr {
  content: url("/luci-static/resources/cbi/fullscrn.gif");
  position:absolute;
  display:none;
  cursor:pointer;
  z-index:1000;
}

.action {
  position:absolute;
  display:none;
  cursor:pointer;
  z-index:1000;
}

.action.toleft {
  content: url("/luci-static/resources/cbi/toleft.gif");
  left:0px;
  top:80px;
}

.action.todown {
  content: url("/luci-static/resources/cbi/todown.gif");
  left:85px;
  top:140px;
}

.stnm {
  float:left;
  overflow-x:hidden;
}

.stnm.answer {
  content: url("/luci-static/resources/cbi/call.png");
  height:24px;
  cursor:pointer;
  padding:0px 2px 2px 2px;
}

.stnm.deny {
  content: url("/luci-static/resources/cbi/hangup.png");
  height:24px;
  cursor:pointer;
  padding:0px 2px 2px 2px;
}

.stnm.group {
  content: url("/luci-static/resources/cbi/conf.png");
  height:24px;
  cursor:pointer;
  padding:0px 2px 2px 2px;
  display:none;
}

.stnm.sendvideo {
  content: url("/luci-static/resources/cbi/cam.gif");
  height:24px;
  cursor:pointer;
  padding:0px 2px 2px 2px;
}

.stnm.sendvideo.no {
  content: url("/luci-static/resources/cbi/nocam.gif");
}

.stnm.progress {
  content: url("/luci-static/resources/cbi/progress.gif");
  height:24px;
  padding:0px 2px 2px 2px;
}

.stnm.recorded {
  float:right;
  width:10px;
  height:10px;
  background-color:red;
  border-radius:50%;
  margin:10px 10px 0px 0px;
}

.stnmetc {
  content: url("/luci-static/resources/cbi/etc.gif");
  padding-bottom:2px;
  cursor:pointer;
  height:24px;
}

.multiusername {
  display:inline-block;
  width:160px;
  overflow-x:hidden;
  white-space:nowrap;
  cursor:pointer;
}

.multiuserdeny {
  content: url("/luci-static/resources/cbi/hangup.png");
  width:20px;
  cursor:pointer;
}

.multiusercall {
  content: url("/luci-static/resources/cbi/cam.gif");
  width:20px;
  cursor:pointer;
  background-color:#88ff88;
  border-radius:3px;
}

.smalltext {
  font-size:9px;
}

.appdownload {
  content: url("/luci-static/resources/cbi/download.png");
  height:30px;
}

.msgpopprogress {
  content: url("/luci-static/resources/cbi/progress.gif");
  vertical-align:middle;
}


/* ------------------------------------------------------------------------ NICE LOOK ----------------------------------------------- */

#viewport.nice #etcbtn {
  content: url("/luci-static/resources/cbi/etc2.png");
  max-height: 20px;
  cursor: pointer;
  margin: 4px 0px 0px 4px;
}

#viewport.nice #endgr2conf {
  content: url("/luci-static/resources/cbi/etc2.png");
}

#viewport.nice .etc {
  display: none;
}

#viewport.nice .etc img {
  content: url("/luci-static/resources/cbi/etc2.png");
}

#viewport.nice .stnmetc {
  content: url("/luci-static/resources/cbi/etc2.png");
}

#viewport.nice #grcletc {
  content: url("/luci-static/resources/cbi/etc2.png");
}

#viewport.nice .listentry:hover .etc {
  display: inline;
  opacity: 1;
}

#viewport.nice .listdomain {
  display: none;
}

#viewport.nice #endgr2end {
  content: url("/luci-static/resources/cbi/hangup.png");
}

#viewport.nice #endgrbtn {
  content: url("/luci-static/resources/cbi/hangup.png");
}


/* --------------------------------------------------------------------------- MOBILE ----------------------------------------------- */


@media (orientation: portrait) and (pointer: coarse) {

  body {
    margin:0px;
  }

  input, textarea, button, select {
    font-size: 2vh;
  }

  #viewport {
    height:100vh;
  }
  
  #leftside {
    width:100%;
    font-size: 2vh;
  }  

  #topstrip {
    height: 3.5vh;
  }

  #sipreg {
    height: 2.5vh;
  }

  #confbtn {
    margin-right: 60px;
  }

  #showcam {
    top: 4vh;
    left: 40vw;
  }
  
  #showcam.show {
    left:90vw;
    top:-4px;
  }

  #topstrip.call #confbtn {
    display: none;
  }

  #vidvol {
    top:4vh;
    left:0px;
    z-index: 110;
    }

  #local.show {
    height:auto;
  }

  #local.show.call {
    height:75vh;
    background: linear-gradient(to bottom, #c0c0c0, #ebebeb);
  }

  #local.show.call.gr1 {
    height:85vh;
  }

  #local.show.call.gr2 {
    height:95vh;
  }

  #localVideo.call {
    position:absolute;
    z-index: 100;
    top:4vh;
    width: 25vw;
    height: unset;
    border: 1px solid #c0c0c0;
  }

  #amute {
    z-index: 100;
    top: 4vh;
    left: 25vw;
  }

  #vmute {
    z-index: 100;
    top: 4vh;
    left: 40vw;
  }

  #vnext {
    z-index: 100;
    top: 4.5vh;
    left: 56vw;
  }

  #scrn {
    z-index: 100;
    top: 4vh;
    left: 73vw;
  }

  #spkph {
    z-index: 100;
    top: 4vh;
    left: 90vw;
  }

  #askname {
    right:30px;
    left:unset;
  }

  .stnm {
    max-width: 67vw;
    font-size: 2.2vh;
  }

  .stnmetc {
    transform: rotate(180deg);
  }

  .stnm.answer, .stnm.deny, .stnm.group, .stnm.sendvideo, .stnmetc {
    height:5vh;
  }

  #grclb {
    background-color:unset;
  }
  
  #remotes {
    position:absolute;
    left:0px;
    top:8vh;
  }

  .remote video {
    object-fit:cover;
  }

  .remote:hover .fullscr {
    display: none;
  }
  
  .remote:hover .action {
    display: none;
  }

  .statusdiv {
    position: absolute;
    display: block;
    bottom: 0px;
  }

  #grfld {
    top:65vh;
    left:unset;
    right:8px;
  }
  
  #endgr2 {
    display: none;
  }

  #tabs-container.call {
    display: none;
  }

  #tabs-container.popup {
    display: flex;
    position: absolute;
    top: 80vh;
    left: 10vw;
    width: 80vw;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
  }

  #tabs-container.popup .tab {
    border-radius: 8px;
    box-shadow: 3px 3px 3px #888888;
    height: auto;
  }

  #tabs-container.popup .tab.selected {
    background-color: #ddd;
    transform: none;
  }

  #tabs-container.popup .tab img {
    opacity: 100%;
    width: 50%;
  }

  #calladdr {
    height:5vh;
    width:60vw;
    font-size: 3vh;
  }

  #callbtn {
    max-height: 5vh;
  }

  #etcbtn {
    max-height: 4vh;
  }

  .numkey {
    height: 5vh;
    width: 20vw;
  }

  #list {
    max-height: 50vh;
  }

  .listentry_icon_noreg, .listentry_icon_OK, .listentry_icon_OKaw, .listentry_icon_busy {
    height:3vh;
    display: inline-block;
  }

  .listentry {
    min-height: 36px;
  }
    
  .listname {
    width:80%;
  }

  .etc {
    display: inline;
  }
  
  #mcdiv {
    height: 36px;
  }

  #p3left, #p3right {
    width: 100%;
  }

  #panel3.popup.namefilter {
    width: 100%;
  }
  
  #panel3.popup.namefilter #p3left {
    display: none;
  }

  #panel3.popup.namefilter #p3right {
    width: 100%;
  }

  #panel3.namefilter #p3left {
    display: none;
  }
  
  #panel3.namefilter #p3right {
    display: block;
  }

  #panel3.popup {
    border-radius: 0px;
    background-color: #ebebeb;
    box-shadow: none;
    display: block;
    position: absolute;
    border: none;
    box-shadow: none;
    margin-top: 0px;
    padding-left: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  #panel3.popup #p3pt {
    height: 5vh;
  }

  #panel3.popup .hl_name {
  width: 66%;
  }

  #p3close {
    height: 5vh;
    width: 5vh;
  }

  #panel7.popup {
    left: 0px;
  }

  .tab.k-tab {
    min-width: 20vw;
    max-width: 20vw;
    height: 1em;
  }

  #panel8.popup {
    left: 0px;
    width: 100%;
    bottom: unset;
  }

  #panel9.popup {
    left: 0px;
    width: 100%;
    top: unset;
  }

  #panel10.popup {
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2000;
  }

  #panel8.popup .paneltop, #panel9.popup .paneltop, #panel10.popup .paneltop {
    height: 5vh;
  }

  #histlist {
    width:100%;
    height: unset;
  }
  
  #grouptop {
    background-color:#c0c0c0;
    display:block;
  }
  
  #grouptop img {
    display: inline;
    content: url("/luci-static/resources/cbi/close.png");
    cursor: pointer;
  }

  .panel.popup {
    position: absolute;
    border: none;
    box-shadow: none;
    margin-top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
  }

  .panel.popup .paneltop, .config.popup .paneltop,.panel.popup {
    background-color: #c0c0c0;
    display: flex;
    height: 5vh;
    margin-bottom: 1em;
    padding-left: 8px;
    align-items: center;
    justify-content: space-between;
  }
  
  .panel.popup .paneltop img, .config.popup .paneltop img {
    height: 5vh;
  }

  .config {
    width:100%;
  }

  .config.popup {
    position: absolute;
    border: none;
    box-shadow: none;
    margin-top: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }

  #builddat {
    font-size: 1vh;
  }  

  #sdpbundle, #template {
    width:53%;
  }

  #rawmsg, #rcvmsg {
    width:90vw;
    height:20vh;
  }

  #nomic, #noreg {
    left: 0px;
    width: 90vw;
  }

  #rightside {
    display: none !important;
  }
}
