@import "../fonts/ObjectivMk1/fonts.css";
html,
body,
.page {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}
.page {
  position: relative;
  font-family: 'objective-mk1-rg', sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}
.page .pageHeader {
  font-family: 'objective-mk1-bd', sans-serif;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 60px;
  padding-left: 20px;
}
.page .msgContainer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0px;
}
.page .communicatorWrapper {
  width: 352px;
  height: 198px;
  text-align: left;
  margin: 8px auto;
}
.page .contentPart {
  display: none;
}
.page .contentPart.loading {
  display: block;
}
.page .contentPart.connected a.btnClose {
  background-color: #AA0000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page .msgContainer {
  font-size: 100%;
  z-index: 10000;
  background-color: #fff;
}
.page .msgContainer .infoBox {
  margin-top: 17px;
  padding: 4px;
  background-color: #EEE;
  font-size: 14px;
}
.page .msgContainer .infoBox p {
  padding: 5px 0px 0px 5px;
  margin: 0px;
}
.page .msgContainer .msgBox {
  max-width: 400px;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.page .msgContainer .msgBox .connect table {
  margin: 0px auto;
}
.page .msgContainer .msgBox .connect .confirmTerms {
  font-size: 14px;
  margin-top: 8px;
}
.page .msgContainer .msgBox .connect .confirmTerms a {
  color: #624C96;
}
.page .msgContainer .msgBox .connect td {
  vertical-align: middle;
  box-sizing: border-box;
}
.page .msgContainer .msgBox .connect td.tdInputSupportCode {
  border-radius: 6px 0 0 6px;
  border: 1px solid #624C96;
  overflow: hidden;
}
.page .msgContainer .msgBox .connect td.tdInputSupportCode input {
  box-sizing: border-box;
  border: none;
  font-family: 'objective-mk1-bd', sans-serif;
  height: 33px;
  width: 150px;
  text-align: center;
}
.page .msgContainer .msgBox .connect td.tdBtnConnect {
  border: 1px solid #624C96;
  background-color: #624C96;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}
.page .msgContainer .msgBox .connect td.tdBtnConnect a {
  background-color: #624C96;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page .msgContainer .msgBox .pluginMessage .btnInstallPlugin {
  background-color: #624C96;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-top: 5px;
}
.page .msgContainer .msgBox .pluginMessage .btnInstallPlugin.installing {
  background-color: rgba(98, 76, 150, 0.5);
  cursor: default;
}
.page .msgContainer .msgBox .msgTitle {
  font-size: 17px;
  padding-bottom: 6px;
  padding-top: 8px;
  font-family: 'objective-mk1-bd', sans-serif;
}
.page .msgContainer .msgBox .msgText a {
  background-color: #624C96;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-top: 8px;
}
.page .msgContainer .msgBox .msgError,
.page .msgContainer .msgBox .msgInstallFailure {
  color: #c00;
  font-size: 14px;
}
.page .msgContainer .msgBox .msgIcon {
  width: 105px;
  height: 89px;
  background-image: url(../img/icon-quickhelp.png);
  background-repeat: no-repeat;
  margin: 0px auto;
}
