/* Main Layout */
body, td {
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}

body {
  background-color:#fff;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

form {
  display: inline;
}

select {
  border: 1px solid #999;
  background-color: #fff;
}

s {
  text-decoration: none;
  display: inline;
  padding: 0;
  margin: 0;
}

sup {
  font-size: 94%;
}

audio {
  border-radius: 20px;
}

audio::-webkit-media-controls-panel {
  background-color: #bbb;
}

div#body {
  min-width: 940px;
  background-color:#fff;
}

div#content {
  width: 95%;
  min-width: 940px;
  padding: 0;
  margin: 15px 0 0 0;
}

div#header {
  min-width: 940px;
  margin: auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #000;
}

div#header_logo {
  text-align: left;
  position: relative;
  margin: 0 0 0 15px;
  padding: 5px 0 0 0;
  width: 200px;
  height: 53px;
}

div#header_logo a:visited, div#header_logo a:link {
  text-decoration: none;
}

div#header_greeting {
  text-align: right;
  float: left;
  font-size: 85%;
  padding: 0;
  margin: 10px 5px 0 0;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
}

.greeting small {
  margin-left: 10px;
}

div#bar {
  background:url("/img/bar.png");
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
}

div#infoLinks {
  float: right;
  padding: 0px;
  margin: 1px 10px 0 0;
  width: 100%;
}

div#infoLinks ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style:none;
}

div#infoLinks li {
  display: inline;
  float: right;
  margin: 0px;
  padding:0px 0px 0px 5px;
}


div#infoLinks a {
  float: left;
  padding: 5px 6px 5px 6px;
  margin: 2px 0 0 0;
  font-weight: bold;
  font-size: 90%;
  background-color: #f0f0f0;
  color: #222;
  border-radius: 10px;
}

div#infoLinks a:hover, div#infoLinks a.now {
  text-decoration: underline;
  background-color: #9be;
}

/* top menu nav */
#tabsF {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 10px;
  bottom: 0px;
  font-size: 100%;
  white-space: nowrap;
}

#tabsF ul {
  float: left;
  margin: 0;
  padding: 1px 0 0 0;
  list-style:none;
}

#tabsF li {
  display:inline;
  margin:0;
  padding:0;
}

#tabsF a {
  float:left;
  background:url("/img/tableftF.gif") no-repeat left top;
  margin:0;
  padding: 0 0 0 4px;
  text-decoration:none;
}

#tabsF a.logout {
  margin-left: 15px;
}

#tabsF a span {
  float:left;
  display:block;
  background:url("/img/tabrightF.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  cursor: pointer;
  color:#000;
  font-weight: bold;
}

#tabsF a:hover span, #tabsF a.now span {
  color:#000;
  background-position:100% -42px;
}

#tabsF a:hover, #tabsF a.now {
  background-position:0% -42px;
}

#brandedFooterBox {
  clear: both;
  width:901px;
  margin:0 auto;
}

#footerBox {
  clear: both;
  height: 40px;
  line-height:20px;
  width:901px;
  margin:0 auto;
  margin-top: 10px !important;
  background-image:url(/img/footer_bg.png);
  background-position:left top;
  background-repeat:no-repeat;
  color:#6c6c6c;
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
}

#footerBox img {
  margin:10px 0 0 25px;
  position:absolute;
}

#footerBox p {
  font-weight: bold;
  text-align:center;
  font-size:100%;
  margin:0;
}

#footerBox div.lpad {
  padding-left:125px;
}

#footerBox div {
  padding-top:12px;
}

#footerBox a:link, #footerBox a:visited, #footerBox a:active {
  margin-right: 10px;
  color: #6c6c6c;
  text-decoration:none;
}
#footerBox a:hover {
  color: #6c6c6c;
  text-decoration:underline;
}

/* End Main Layout */

/* Standard Styles */

a {
  font-weight: bold;
  color:#69c;  
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

h2 {
  color: #000;
  padding: 0px;
  margin: 0px;
  font-size: 285%;
  font-weight: normal;
}

h3, span.h3 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 200%;
  font-weight: bold;
}

span.h3 {
  float: left;
  margin-left: 0;
}

h4 {
  margin: 0px;
  padding: 0px;
  font-size: 130%;
  font-weight: normal;
}

h5 {
  margin: 2px 0 2px 0;
  padding: 0px;
  font-size: 90%;
}

/* End Standard Styles */

div.pager_this, a.pager_link {
  font-weight: bold;
  float: left;
  display: block;
  margin: 10px 5px 0px 0px;
  padding: 5px 7px;
}

a.pager_link {
  border: 1px solid #666;
  background-color: #eee;
}

a.pager_link:hover {
  background-color: #fff;
}

div.status, div.errorbox  {  
  text-align: left;
  font-weight: bold;
  margin: 0px auto 15px auto; 
  width: 80%;
  color: #000;
  padding: 10px 10px 10px 45px;
  border-radius: 10px;
}

div.status {  
  border: 1px solid #0f0; 
  background: url('/img/info.png') 15px center no-repeat #cfc;
}

div.errorbox  {  
  background: url('/img/error.png') 15px center no-repeat #fcc;
}

.banner {
  background-color: #fdd;
  padding: 6px;
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 95%;
}

/* table styles */
div.tableTitle {
  font-weight: bold;
  font-size: 100%;
  color: white;
  background-color: #666;
  margin: 0;
  margin-top: 10px;
  padding: 5px;
  background:url("/img/bar.png");
}

div.tableTitle a {
  display: block;
  font-size: 90%;
  font-weight: normal;
  float: right;
  color: #ddf;
  margin: 0 0 0 5px;
  text-decoration: underline;
}

div.tableTitle a:hover {
  color: #fff;
  text-decoration: none;
}

div.tableTitle div, div.groupTitle div {
  float: right;
  font-size: 90%;
  font-weight: normal;
  width: 500px;
  text-align: right;
  padding: 0;
  margin: 0;
}

div.tableTitle div select {
  font-size: 85%;
  margin: 0;
  padding: 0;
}

p.nothing, #pTRempty {
  background-color: #eee;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 10px;
  border: 1px solid #ccc;
  font-style: italic;
}

div.domain {
  background-color: #eef;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #ccd;
  border-radius: 10px;
}

table.list {
  border: 1px solid #ccc;
  border-bottom: 0px;
  background-color:#eef;
  width: 100%;
}

table.list td.header {
  text-align: left;
  font-weight: bold;
}

table.list td.tip {
  background-color: #fff8cc;
  font-weight: bold;
  font-size: 85%; 
  color: #000;
  text-align: left;
}

table.list tr.row {
  background-color:#f7f7f7;
}

table.list tr.row:nth-child(even) {
  background-color:#eee;
}

table.list tr.highlight td {
  background-color:#ddd;
}

table.list tr.suspend td {
  border-top: 1px #aaa solid;
  background-color: #eedfdf;
  color: #999;
}

table.list td, table.list th {
  border-bottom: 1px solid #ccc;
  margin: 0px;
  padding: 5px;  
  text-align: left;
}

table.list th {
  background-color:#eef;
  font-size: 95%;

  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

table.list td.first, table.list th.first {
  text-align: left;
}

table.ipcInfo td {
  background-color: #d7d6a5;
  font-size: 90%;
}

table.recordings {
  width: 98%;
}

table.recordings td {
  border: 0;
  text-align: left;
  padding: 0 10px;
  font-size: 90%;
}

table.votes {
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
}

table.votes td {
  border: 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  background-color:#eef;
}

table.votes th {
  padding: 5px;  
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  background-color:#eef;
}

td.count {
  width: 25px;
}

td.center {
  text-align: center;
}

tr.mini td {
  font-size: 85%;
}

span.custom {
  font-style: italic;
  font-size: 90%;
}

/* end table styles */

div.clear, div.clear2 {
  clear: both;
}

div.clear2 {
  border-top: 1px dotted #333;
  width: 90%;
  margin: 0px auto 0px auto;
}

/* homepage */
span.optOutMsg {
  float: right;
  font-size: 85%;
}

div#userinfoWrapper {
  float: left;
  width: 375px;
  overflow: hidden;
}

div#userinfo {
  float: left;
  font-size: 110%;  
  padding: 10px;
  background-color: #ddf;
  border-radius: 10px;
}

div#phoneinfo {
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 120%;  
}

div.phonemsg {
  margin: 3px 0px 3px 0px;
  text-align: left;
  font-weight: normal;
}

div#homeCreateConf {
  font-size: 80%;  
  float: right; 
  font-weight: bold;
}

td.ipcToolTd {
  white-space: nowrap !important;
  text-align: center !important;
  vertical-align: bottom !important;
}

div#ipcBlue {
  float: right;
}

button.ipcToggler {
  display: block;
  font-weight: normal;  
  border-radius: 0;
  padding: 6px;
  white-space: normal !important;
  width: 70px;
  font-size: 80%;
  height: auto;
}


div.ipc_tool {
  padding: 2px 0 0 0;
  width: 100px;
  box-shadow: 1px 1px 4px #000;
  display: inline-block;
  text-align: center; 
  font-size: 90%; 
  margin-left: 7px;
  transition: background-color .5s;
  border-radius: 6px;
  background-color: #fb6;
}

div.ipc_tool:hover {
  background-color: #fc9;
}

div.ipc_tool a {
  color: #420;
  text-decoration: none;
}

div.ipc_tool img {
  border: 0;
  display: block;
  margin: auto;
}

a.close {
  font-size: 125%;
  font-weight: bold;
  color:#69c;  
}

a.close:hover {
  text-decoration: none;
  color:#47a;  
}

a.toolX, a.dashX {
  font-size: 95%;
  padding: 2px 6px 2px 6px; 
  color: #000;
  background-color: #fb6;
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
  border-radius: 6px;
}

a.toolX:hover {
  background-color: #fc9;
}

a.dashX {
  background-color: #ccc;
}

a.dashX:hover {
  background-color: #bbb;
}

a.tool_active {
  font-weight: bold;
  background-color: #ce9;
}

a.tool_active:hover {
  background-color: #de9;
}

div#ipcToolCntnr0 {
  position: relative;
  animation: moveX .3s linear 0s 5 normal;
}

@keyframes moveX {
  0%   { left: 0; }
  25%  { left: -8px; }
  50%  { left: 0; }
  75%  { left: 8px; }
  100% { left: 0; }
}

/* end homepage */

#infobox {
  font-size:85%;
  margin:0px;
  padding: 10px;

  position:absolute;
  z-index: 10;
  top: 0px;
  left: -1000px;
  width: 341px;
  border: 1px solid #666;
  background-color: #d7d6a5;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
}

a.infobox_link {
  text-decoration: none !important;
  cursor: help; 
  font-weight: bold; 
  border-radius: 8px;
  padding: 3px 0 2px 0;
  color: #000;
  background-color: #fb6;
}

a.infobox_link:hover {
  color: #333;
  background-color: #fc9;
}

span.info {
  /* prevents ie8 from sucking (more) */
  display: block;
  font-weight: normal;
}

/* ***********************

Begin CSS for Form pages 

************************ */

/* Form element layout and styles */
#regheader, #loginheader {
  text-align: left;
  background-color: #fff;
  width: 940px;
  padding: 0;
}

div.hidden {
  text-align: left;
}

div.xbutton {
  float: right; 
  margin: 0 3px 0 7px;
}

legend {
  font-size: 110%;
  font-weight: bold;
  color:#f90;
}

div.group {
  width: 98%;
  clear: both;
  border: 1px solid #b2b2b2;
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f7f7f7;
}

div.groupTitle {
  width: 98%;
  clear: both;
  font-weight: bold;
  font-size: 100%;
  color: white;
  border: 1px solid #666;
  margin: 0;
  margin-top: 10px;
  padding: 5px;
  background:url("/img/bar.png");
  background-color: #666;
}

div.groupTitle a {
  font-size: 90%;
  font-weight: normal;
  color: #eee;
  text-decoration: underline;
}

div.groupTitle a.groupTitleBtn, div.tableTitle a.groupTitleBtn {
  padding: 2px 6px 2px 6px;
  color: #420;
  background-color: #fb6;
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  float: right;
  display: block;
}

div.groupTitle a.groupTitleBtn:hover, div.tableTitle a.groupTitleBtn:hover {
  color: #000;
  background-color: #fc9;
}

div.formInfobox {
  padding: 7px 0 0 10px;
  float: left;
  min-width: 250px;
  width: 33%;
  color: #666;
  font-size: 85%;
  font-weight: bold;
}

span.required {
  color:#f90;
  font-weight:bold;
  padding-right:2px;
}

img#calTrigger {
  vertical-align: middle;
  cursor: pointer;
}

/* form element display blocks */
.li  {
  display: block;
  padding-bottom: 4px;
  width: 98%;
  margin: 0px;
  float: left;
}

.li2, .li3  {
  display: block;
  float: left;
}

.li_ec {
  clear: both;
}

.label, .label2, .label3, .label4, .label5, .label6 { 
  color:#000;
  font-size: 85%;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 25px;
  margin-top: 3px;
}

.label {
  padding-top:0;
  margin-top: 0;
}

.label2 { 
  float: left;
  padding-left: 0px;
  width: 175px;
}

.label3 {
  float: left;
}

.label4 {
  width: 140px;
  float: left;
}

.label4_small {
  clear: both;
  color:#d00;
  font-size: 80%;
  padding-left: 60px;
}

.label5 {
  width: 250px;
  float: left;
}

.label6 {
  text-align: right;
  width: 140px;
  float: left;
  padding-left: 0;
}

div.element {
  float:right;
  clear:right;
}

div.element6, div.element6Err, 
div.element5, div.element5Err, 
div.element4, div.element4Err, 
div.element2, div.element2Err,
div.element3, div.element3Err {
  float: left;
  padding: 5px;
}

div.element5 span,
div.element4 span,
div.element2 span,
div.element3 span {
  display: block;
  border: 2px solid #f7f7f7;
}


div.elementErr {
  float: right;
  clear: right;
  padding: 5px 2px 5px 5px;
  text-align: right;
}

div.elementErr, div.element2Err, div.element3Err, 
div.element4Err, div.element5Err, div.element6Err {
  background-color: #fcc;
  margin: 1px;
  border-radius: 8px;
}

.element6Err input, .element6 input, 
.element5Err input, .element5 input, 
.element4Err input, .element4 input, 
.elementErr input, .element input, 
.element2Err input, .element2 input, 
.element3Err input, .element3 input, 
textarea, select {
  font-size:85%;
  padding:4px;
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
}

select#account_id {
  width: 250px;
}

input[type="text"], input[type="password"], textarea {
  border: 1px solid #b2b2b2; 
  padding: 4px;
}

input[type="checkbox"] {
  width: 1.25em;
  height: 1.25em;
}

input.checkbox {
  margin-top: 10px;
}

/* end form element display blocks */

.reqnote {
  border:none;
  font-size:80%;
  font-weight: bold;
  display:block;
  padding: 10px;
}

button {
  border: 0;
  margin: 0;
  font-family: Arial, 'Liberation Sans', Myriad Pro, FreeSans, Helvetica, sans-serif;
  height: 30px;
  overflow:visible;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;  
  border-radius: 6px;
  background-color: #48b;
  color: #fff;
  padding: 0 12px;
  white-space: nowrap;
}

button:hover {
  background-color: #59c;
}

input.title {
  width: 400px;
}

input.acctTitle, span.acctTitle {
  width: 650px;
  text-align: right;
  font-size: 110%;
  font-weight: bold;
}

input.phoneTitle {
  width: 250px;
  font-size: 110%;
  font-weight: bold;
}

input.passcode {
  width: 90px;
}

a#randPass {
  padding: 0 5px 1px 5px; 
  background-color: #4c4; 
  color: white;
  text-decoration: none;
}

a#randPass:hover {
  background-color: #5d5;
}

.warn {
  color: red;
}

.error {
  font-size: 80%;
  color: red;
  padding: 0 3px;
}

textarea.participant_emails {
  width: 310px; 
  height: 80px;
}

div.acctSuspend, div.nojs {
  clear: both;
  border: 1px solid #ddb; 
  background-color: #ffc; 
  font-weight: bold; 
  text-align: center;
  color: #c66;
  margin: 0; 
  padding: 5px;
  width: 98%;
}

div.nojs {
  border-width: 0 0 1px 0;
  width: 99%;
}

a.at_drill {
  background-color: #ccf; 
  padding: 4px;
  color: #000;
  text-decoration: none;
  border-radius: 12px;
}

a.at_drill:hover {
  background-color: #aaf; 
}

/* account admin UI */  

textarea.reservedPhone {
  width: 250px; 
  height: 35px;
}
/* end account admin UI */  


/* login form */
div#loginPage {
  border-radius: 20px;
}

div#loginLeft {
  width: 53%;
  min-width: 424px;
  padding-top: 15px;
  margin: 0 0 5px 5px;
}

div#loginRight {
  width: 45%;
  min-width: 360px;
  margin: 0 5px 10px 0;
  float: right;
}

div#loginBox {
  padding: 5px 0 5px 0;
  border: 1px solid #bbb;
  background-color: #f3f3ff;
  border-radius: 20px;
}

div#loginLinks {
  text-align:center;
  font-size: 80%;
  clear:both;
}

div#loginHelpDiv {
  width: 420px;
  position: absolute;
  z-index: 10;
  display: none;
  padding: 15px;
  line-height: 150%;
  left: 15px;
  top: 25px;
}

div.loginPhone {
  background:url(/img/phone.jpg) no-repeat left top; 
  padding-left: 70px;
}

div#step1, div#step2 {
  font-weight: bold;
  font-size: 150%;
}

div#step1 {
  padding: 5px 0 5px 0px;
  margin-bottom: 5px;
}

div#step2 {
  text-align: center;
}

span.pcImg {
  line-height: 66px;
  padding: 35px;
  background:url(/img/pc.jpg) no-repeat left; 
}


div#wkDisplay {
  display: none;
  border: 1px solid #cce;
  background-color: #eef;
  width: 275px;
  padding: 5px;
  border-radius: 6px;
}

/* end login form */

/* JS participant UI */

tbody#pTbody td {
  font-size: 90%;
  border-bottom: 1px solid #b2b2b2;
}

div.hTogMenu {
  font-size: 95%;
  border: 1px solid #666;
  padding: 6px 0;
  position: absolute;
  z-index: 10;
  background-color: #bcb;
  width: 150px;
  border-radius: 8px;
  display:none;
  opacity:.95;
}

div.hTogMenu a  {
  display: block;
  padding: 2px 5px;
  color: #008;
}

div.hTogMenu a:hover {
  background-color: #ccf;
  text-decoration: none;
}

div#updateMsg {
  display:none; 
  font-size: 85%;
  background-color: #dbb;
  padding: 4px 10px 4px 10px;
  margin-bottom: 2px;
  border-radius: 6px;
}

tr#participantHead td {
  background-image: url(/img/bar.png);
  color: white;
  font-weight: bold;
}

/* end participant UI */

img#trigger {
  cursor: pointer;
}

/* guest conference passcode login */
input.importantcode { 
  display: none;
}

.faq, div#zxPopup {
  border: 2px solid #bdb76b;
  background-color: #f6f6dd;
  padding: 8px;
  font-size: 90%;
  line-height: 150%;
  border-radius: 12px;
  margin-bottom: 2px;
}

.faq ul {
  margin: 0px;
  padding: 0 0 0 15px;
}

div#zxPopup {
  padding: 3px 8px 8px 8px;
  border: 2px solid #fc6;
  display: none; 
  position:absolute;
  z-index: 10;
  width: 300px;
  color: #000;
  opacity:.95;
}

a.optout1 {
  color: #a4a;
}

a.optout2 {
  color: #f44;
}

span.conflict {
  padding: 2px 0;
  background-color:#fc6;
}

div.conflict {
  margin: 10px 160px;
  border: 2px solid #eb5;
  background-color:#fc6;
  padding: 8px;
  font-size: 90%;
}

tr.callLegSum td {
  background-color: #666; 
  color: #eee; 
  font-weight: bold;
  font-size: 90%;
}

div#pinScore, div#passScore {
  position: absolute;
  z-index: 10;
  width: 200px;
  padding: 5px;
  display: none;
  text-align: center;
  font-weight: bold;
  background-color: #dbb;
  border: 1px solid #a99;
  opacity: .95;
  border-radius: 8px;
}

div#pinScore {
  left: 80px;
  top: -60px;
}

div#passScore {
  left: 150px;
  top: -85px;
}

div#passScore small {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

div#collapsePH2, div#collapsePH, div#zip_reg, div#disassocCntnr {
  border: 2px solid #ccc;
  background-color: #eee;
  padding: 8px 0 8px 0;
  font-size: 90%;
  border-radius: 10px;
}

div#zip_reg, div#disassocCntnr {
  padding: 6px 10px;
}

span.proj {
  color: #000;
  font-size: 85%;
}

#ccNotReq {
  color:green; display:none; text-align:center;
}

span#searchQType {
  display: inline-block;
  width: 90px;
  text-align: center;
  background-color: #333;
  line-height: 1.6em;
}

.round {
  border-radius: 10px;

}

.shadow {
  box-shadow: 1px 1px 8px #000;
}

.nowrap {
  white-space: nowrap;
}

input#sipPbox {
  background-color:transparent;
  border:0;
  width:100px;
}

table.suPH {
  width: 100%;
}

table.suPH td, table.suPH th {
  font-size: 90%;
  text-align: center;
  padding: 2px;
}

table.suPH th {
  font-weight: bold;
  background-color: #ccf;
}

/* transcription/recording related */

div#accessControl { text-align: left; display:none; }
div#shareCntnr, div.shareCntnr { position:relative; }
#shareMenu { font-weight: bold; width: 390px; text-align: right; }
div.shareMenu { font-weight: bold; width: 340px !important; text-align: center; }
#shareLinkCntnr { display:none; }
input.share, input.share2 { 
  width: 325px; 
  font-size: 80%; 
  background-color: #eee; 
  border: 1px solid #999; 
}
input.share2 { background-color: #fff; font-size: 100% }
div#shareEg input { width: 120px; font-size: 80% }
div#accessControlStatus, .recStatus { width: 190px;}

img.tempname { border: 0; vertical-align: -10px; }


/* slideshow upload */
#slides { width: 99%; padding: 0; margin: auto; display: block;
          border: 4px dashed #ccc; border-radius: 12px; padding:0; }
#slides.hover { border: 4px dashed #0c0; }
.slwarn { background-color: #fee; padding: 2px; }
div#upbox { width: 300px; border: 1px solid black; height: 15px; border-radius: 8px; display:none; }
div#upmeter { width: 0%; background-color: green; height: 100%; border-radius: 8px; }

