body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002b40;
}
div,
button,
a,
img {
  transition: all 0.3s ease-out;
}
.body-container {
  text-align: center;
}
.phone-box {
  display: inline-block;
  position: relative;
  width: 308px;
  margin-top: 0px;
}
.phone-container {
  width: 308px;
  height: 574px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: 60px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
}
.container {
  padding: 0px;
  position: relative;
  height: 526px;
}
#top {
  background: #fff;
  padding: 4px 8px 8px 8px;
  position: relative;
  z-index: 99;
  text-align: center;
  border-bottom: solid 1px #e6e5e8;
  height: 35px;
}
#registration {
  display: block;
  position: relative;
  z-index: 20;
}
.title {
  text-align: center;
  padding: 16px 0px;
  margin-top: 40px;
}

#phoneDiv {
  display: none;
}

#remoteVideo {
  display: none;
}

#localVideo {
  display: none;
}

#editReg {
  display: none;
}

#closeReg {
  display: none;
}

#holdDiv {
  display: none;
}

#unholdDiv {
  display: none;
}

#transferDiv {
  display: none;
}
#voicemailbox {
  display: none;
}
#phoneBox {
  border-style: solid;
  border: 1px;
  padding: 0px 8px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
#phoneBox td {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
#phoneBox .callButtons td:hover,
#phoneBox .numberInput td:hover {
  background-color: transparent;
}
#phoneBox tr {
  padding: 0;
  margin: 0;
  border: 0;
}
.numberInput {
  background: #f5f5f5;
}
#line1box,
#line2box {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 90;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  transition: height, 0.5s linear;
  box-sizing: border-box;
}
.linebox-active {
  border-left: solid 3px #359956;
}
#line1box button {
  opacity: 1;
  transition: opacity 1s ease-out;
}
#line1callStatus,
#line2callStatus {
  display: inline-block;
}
#line1cid,
#line2cid,
#timer1Box,
#timer2Box {
  display: inline-block;
}
#line1cid,
#line2cid {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  align-items: center;
  text-align: right;
  letter-spacing: 0.03em;
  margin-left: 6px;
}
#timer1Box,
#timer2Box {
  display: inline-block;
  margin-left: 2px;
}
#line1CallDetails,
#line2CallDetails {
  float: left;
  width: 188px;
  text-align: left;
  position: relative;
  margin-top: 6px;
}
#phoneDiv .showDiv {
  height: 50px;
  padding: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.callInfo {
  display: inline-block;
  background: #335766;
  border-radius: 50px;
  padding: 4px 8px;
  color: #fff;
  box-sizing: border-box;
  font-size: 11px;
}
#holdCallInfo {
  border-bottom: 2px solid red;
  width: 100%;
}
#incomingCall {
  border-bottom: 2px solid green;
  width: 100%;
}
#outgoingCall {
  border-bottom: 2px solid green;
  width: 100%;
}
#holdCallDetails {
  font-size: 10px;
  font-weight: bolder;
  float: left;
  float: left;
  margin-left: 10px;
  width: 60%;
  text-align: left;
}
#activeCallInfo {
  border-bottom: 2px solid green;
  width: 100%;
}
#activeCallDetails {
  font-size: 10px;
  font-weight: bolder;
  float: left;
  float: left;
  margin-left: 10px;
  width: 60%;
  text-align: left;
}
#incomingCallDetails {
  font-size: 10px;
  font-weight: bolder;
  float: left;
  float: left;
  margin-left: 10px;
  width: 50%;
  text-align: left;
}
#outgoingCallDetails {
  font-size: 10px;
  font-weight: bolder;
  float: left;
  float: left;
  margin-left: 10px;
  width: 50%;
  text-align: left;
}
.incomingAnswer {
  margin: 2px;
  background-color: green;
  padding: 3px;
  color: white;
  font-size: 12px;
  /*float: right;*/
  /*margin-right: 10px;*/
  min-width: 20%;
}
.incomingDecline {
  margin: 2px;
  background-color: red;
  padding: 3px;
  color: white;
  font-size: 12px;
  /*float: right;*/
  /*margin-right: 5px;*/
  min-width: 20%;
}
.btn-container {
  position: absolute;
  top: 10px;
  right: 4px;
}
.spbutton {
  background: green;
  font-size: 12px;
  border-radius: 35%;
  width: 58px;
  height: 25px;
  border: solid 0px green;
  color: white;
  margin: 4px 0px;
}
.spbutton_pickup {
  background: green;
  font-size: 20px;
  border-radius: 64%;
  width: 27px;
  height: 25px;
  border: solid 0px green;
  color: white;
  margin: 4px 0px;
}
.spbutton_circle {
  width: 30px;
  height: 30px;
  border: solid 0px #ccc;
  margin: 0px 2px;
  padding: 0px;
}
.spbutton_circle.green {
  color: #fff;
  border: #359956;
}
#holdCall1,
#holdCall2 {
  background-image: url("images/btn-hold.svg");
  background-size: 30px;
}
#unholdCall1,
#unholdCall2 {
  background-image: url("images/btn-hold-active.svg");
  background-size: 30px;
}
#transfer1,
#transfer2 {
  background-image: url("images/btn-transfer.svg");
  background-size: 30px;
}
#hangupCall1,
#hangupCall2,
#outhangupCall1,
#outhangupCall2 {
  background-image: url("images/btn-hangup.svg");
  background-size: 30px;
}
#answerCall1,
#answerCall2 {
  background-image: url("images/btn-incoming-answer.svg");
}
#declineCall1,
#declineCall2 {
  background-image: url("images/btn-incoming-end.svg");
  background-position: -7px -7px;
}
.spbutton_circle .icon {
  position: relative;
  top: 2px;
  left: -1px;
}
.spbutton_circle .mfront-hang-up {
  font-size: 18px;
  left: -3px;
  color: #ce0000;
}
.dial {
  background: transparent;
  font-size: 22px;
  line-height: 2.3em;
  width: 60px;
  height: 60px;
  color: #002b40;
  margin: 4px 0px;
  position: relative;
  z-index: 60;
  border: 1px solid #e6e5e8;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.dial:hover {
  background: #d6e8ed;
  border: 1px solid #d6e8ed;
}
.dial div {
  position: absolute;
  display: block;
  width: 100%;
  color: #b3b3b3;
  font-weight: 300;
  z-index: 50;
  text-transform: uppercase;
  font-size: 11px;
  top: 17px;
}
.dialLarge {
  font-size: 24px;
  line-height: 2.4;
}
#phoneBox td.dialRight {
  text-align: left;
}
#phoneBox td.dialLeft {
  text-align: right;
}
.dialOpen {
  border: 1px solid #fff;
}
.call-hangup {
  background: #e6e5e8;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  margin: 4px 0px;
  position: relative;
}
.call-hangup img {
  position: absolute;
  top: 16px;
  left: 12px;
}
.mergeCall {
  background: #22bb00;
  font-size: 17px;
  border-radius: 6px;
  width: 75px;
  height: 46px;
  color: #ffffff;
  margin: 4px 0px;
}
.blue {
  background: blue;
}
.blue:hover {
  background: cornflowerblue;
}
.orange {
  background: orange;
}
.orange:hover {
  background: orangered;
}
.green {
  background: #359956;
}
.green:hover {
  background: #00ad46;
}
.green-stroke {
  color: #359956;
  border: solid 1px #359956;
}
.green-stroke:hover {
  background: #359956;
  color: #fff;
  border: solid 1px #359956;
}
.red {
  color: #ce0000;
}
.red:hover {
  color: #ce0000;
  border: solid 1px #ce0000;
}
#phoneBox .callButtons td {
  padding-top: 10px;
}
.btn-hold {
  font-size: 28px;
  color: #696969;
  border: 0px;
  background: transparent;
}
.btn-hold:hover {
  color: #525252;
}
.btn-green {
  color: #22bb00;
}
.btn-green:hover {
  color: #1d9e00;
}
.btn-deleteNumbers {
  filter: grayscale(100%);
  opacity: 0.1;
}
.btn-deleteNumbers-dark {
  filter: none;
  opacity: 1;
}
#phoneNumber {
  width: 210px;
  height: 40px;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 24px;
  padding-left: 6px;
  border: 0px;
  color: #696969;
  background: #f5f5f5;
  text-align: center;
}
#phoneNumber::placeholder {
  color: #335766;
  font-size: 17px;
}
.reg-ext {
  display: none;
  text-align: center;
}
.reg-ext #uaName {
  color: #002b40;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.reg-ext #uaExtension {
  color: #ff531a;
  font-size: 10px;
  font-weight: 600;
  background: #ffeeea;
  border-radius: 55px;
  padding: 3px 8px;
  letter-spacing: 1px;
}
.reg-status {
  padding: 6px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 10px;

  display: none;
}
.reg-buttons {
  padding: 0px;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 4px;
}
.reg-buttons input {
  padding: 5px 15px;
  background: transparent;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
}
#btn-more {
  background-image: url("images/btn-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  margin: 10px 6px;
  cursor: pointer;
}
#btn-more:hover {
  background-image: url("images/btn-more-hover.svg");
}
#btn-more.btn-more-active {
  background-image: url("images/btn-more-active.svg");
}
.btn-sidecar {
  padding: 6px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 10px;
}
.btn-sidecar img {
  width: 14px;
}
.close-sidecar {
  transform: rotate(180deg);
}
.close-sidecar path {
  stroke: #ff531a;
}
input,
button {
  outline: none;
}
.btn-main {
  padding: 10px 15px;
  background: #3c4e59;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  border-radius: 50px;
  font-size: 15px;
  width: 112px;
  margin-top: 20px;
}
.btn-main-orange {
  font-size: 12px;
  color: #ff531a;
  border: solid 1px;
  border-radius: 50px;
  padding: 4.5px 0px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.btn-main-blue {
  font-size: 12px;
  color: #002b40;
  border: solid 1px;
  border-radius: 50px;
  padding: 4.5px 0px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.regFormInput {
  margin-top: 80px;
}
.regFormInput input:-webkit-autofill {
  background: #fff;
}
.regFormInput input {
  width: 240px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0px 10px;
  border: 0px;
  color: #002b40;
  background: #e6e5e8;
  border-radius: 12px;
}
.regFormInput input::placeholder {
  color: #638290;
}

.btn-register {
  background: #ff531a;
}
.btn-deregister {
  background: #c52a03;
  display: none;
}
.btn-deregister:hover {
  background: #ab2403;
}

#errLogin {
  color: red;
  font-size: 10px;
  font-weight: bold;
  margin: 10px;
}

.callInfo {
  position: relative;
}
#callID {
  height: 34px;
  margin: 4px 24px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  text-align: center;
}
#callID span {
  font-size: 16px;
  color: #999;
  display: inline-block;
  max-width: 49%;
  white-space: nowrap;
  overflow: hidden;
}
#callStatus {
  /*height: 24px;*/
  /*margin: 4px 24px;*/
  text-transform: uppercase;
  font-weight: bold;
  /*font-size: 14px;*/
  display: inline-block;
  text-align: center;
}
#timerBox {
  /* height: 30px; */
  font-weight: bold;
  /*font-size: 14px; */
  /* text-align: center; */
  /* position: absolute; */
  /* right: 12px; */
  /* bottom: 0px; */
  color: red;
  /* float: right; */
  margin-left: 5px;
  display: inline;
}
.reg-label {
  display: inline-block;
  font-size: 14px;
  color: #7b7b7b;
}
#uaStatus,
#uaExtension {
  display: inline-block;
}
.uas-yellow {
  color: #f6fd24;
}
.uas-green {
  color: #22bb00;
}
.uas-red {
  color: #a52c03;
}
#endCall {
  display: none;
}

/* Calling Animation */
.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #22bb00;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 1px;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* End Calling Animation */

/* Dropdown Button */
.dropbtn {
  background: transparent;
  font-weight: normal;
  color: #adadad;
  padding: 4px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  margin: 6px 2px 0 0;
  display: block;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  color: #3c4e59;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  right: -4px;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  min-width: 152px;
  padding: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
/* Links inside the dropdown */
.dropdown-content a {
  color: #002b40;
  font-size: 17px;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}
.dropdown-content span {
  display: inline-block;
  position: relative;
}
.dc-image {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
.main-panel-dark {
  width: 308px;
  height: 526px;
  display: inline-block;
  background: #002b40;
  opacity: 0.2;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 98;
  left: 0px;
  top: 0px;
}
.main-panel-dark.hidden {
  display: none;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
  z-index: 99;
}

.mShow {
  display: block !important;
}
.mShowInline {
  display: inline-block !important;
}
.mHide {
  display: none !important;
}

.regItems {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.regItem {
  display: block;
  text-align: left;
  border-bottom: solid 2px #e8e8e8;
  padding: 4px 4px 4px 20px;
}
.regItem:nth-child(odd) {
  background: #f5f5f5;
}
.regItem label {
  display: inline-block;
  margin-right: 12px;
  color: #9a9a9a;
  font-size: 14px;
}
.regItem div {
  display: inline-block;
  color: #565656;
}

img {
  max-width: 100%;
}
.footerLogo {
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.footerLogo.hidden {
  display: none;
}
.footerLogo img {
  width: 100px;
}
#extDiv {
  display: none;
  height: 80%;
}
.extDivItem {
  cursor: pointer;
  text-align: left;
  position: relative;
}
.extDivItem:hover {
  background-color: #d6e8ed;
}
.extDivContainer {
  margin: 0px 16px;
  padding: 14px 0px;
  box-sizing: border-box;
  position: relative;
  color: #36454f;
  border-bottom: solid 1px #e6e5e8;
}
.extSelect {
  background: #f5f5f5;
  padding: 8px 0;
  border-bottom: solid 2px #e8e8e8;
}
.extName {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 70%;
}
.extName span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.extNumberContainer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  text-align: right;
  width: 30%;
}
.extNumber {
  display: inline-block;
  width: 20px;
  color: #ff531a;
  font-size: 10px;
  font-weight: 600;
  background: #ffeeea;
  border-radius: 55px;
  padding: 3px 8px;
  letter-spacing: 1px;
}

.deprecation-notice {
  background-color: #ffcccb;
  padding: 3px 8px 13px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #990000;
  line-height: 1.2;
  margin-bottom: 0px; 
  border-radius: 5px;
  width: 90%;
  max-width: 280px; 
  margin: 0px auto 0px auto; 
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 

.deprecation-notice-a {
  background-color: white;
  color: #990000;
  padding: 2px 6px;
  text-decoration: none;
  border: 1px solid #990000;
  border-radius: 3px;
  font-size: 11px;
  margin-top: 4px;
  display: inline-block;
}
