/* 62.5% */
html {
  font-size: 62.5%;
}

body {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
}
body.new-version {
  font-family: "Poppins", Calibri, Arial, sans-serif;
}
body.new-version .component {
  padding: 0.1rem 0.4rem;
}
body.new-version .component:nth-child(4n) {
  background: white;
}
body form input {
  border: 0;
  display: block;
  font-size: 1.6rem;
  height: 2.4rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
body form input[type=checkbox] {
  width: auto;
}
body form button {
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.4rem;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  height: 3.2rem;
  line-height: 1.6rem;
  min-width: 4.8rem;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}
body form button.full-width {
  width: 100%;
}
body form button {
  background: #FFFFFF;
  border-color: #D3D3D9;
  color: #000000;
}
body form button {
  margin: 0.5rem 0;
}
body form button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
body .messages .message {
  margin: 0.8rem 0 0.8rem 0;
  padding: 1.2rem;
}
body.authenticated .navigation-bar {
  background-color: #efefef;
  width: 100%;
}
body.authenticated .navigation-bar a {
  text-decoration: none;
}
body.authenticated .navigation-bar a.home-icon {
  display: none;
}
body form.login button {
  min-width: 100px;
}
body .clarus-rf-screen-display .display-heading {
  display: inline-block;
  color: #4F8A10;
  font-size: 1.3rem;
  border-bottom: 2px solid #4F8A10;
  font-weight: bold;
}
body .clarus-rf-screen-display .display-message {
  margin: 0.8rem 0 0.8rem 0;
  padding: 1.2rem;
}
body .clarus-rf-screen-display .display-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.8rem 0 0.8rem 0;
}
body .clarus-rf-screen-display hr {
  border-style: solid;
  border-width: 0.1rem;
}
body .clarus-rf-screen-display table.table {
  border-style: solid;
  border-width: 0.1rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.8rem 0 0.8rem 0;
  width: 100%;
}
body .clarus-rf-screen-display table.table thead tr th {
  border-style: solid;
  border-width: 0.1rem;
  padding: 0.5rem;
  text-align: left;
}
body .clarus-rf-screen-display table.table tbody tr td {
  border-style: solid;
  border-width: 0.1rem;
  padding: 0.5rem;
}
body .clarus-rf-screen-display table.table tbody tr td.actions {
  text-align: right;
}
body .loading-screen {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
body .loading-animation {
  margin: 1rem auto;
  width: 15rem;
  height: 15rem;
}

body.new-version form input {
  border: 0;
  display: block;
  font-size: 1.6rem;
  height: 2.4rem;
  line-height: 2.4rem;
  margin: 0 0 0.4rem;
  padding: 0;
  width: 100%;
  background-color: white;
}
body.new-version form input[type=checkbox] {
  width: auto;
}
body.new-version form button {
  background: #FFFFFF;
  border-color: #D3D3D9;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0.1rem;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.6rem;
  margin: 0.2rem 0;
  min-width: 4.8rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  width: calc(50% - 0.2rem);
}
body.new-version form button.full-width {
  width: 100%;
}
body.new-version form button.next {
  background-color: #54b477;
  color: white;
}
body.new-version form button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
body.new-version.authenticated .navigation-bar {
  background-color: white;
  width: 100%;
}
body.new-version.authenticated .navigation-bar a.home-icon {
  display: inline-block;
  margin: 0.6rem;
  margin-bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
}
body.new-version.authenticated .navigation-bar a.home-icon img {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding: 0.6rem;
  border-radius: 3rem;
}
body.new-version.authenticated .navigation-bar .home-text {
  display: none;
}
body.new-version .clarus-rf-screen-display .display-heading {
  display: inline-block;
  color: #323236;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
  margin: 0.8rem 0;
}
body.new-version .clarus-rf-screen-display .display-instruction {
  font-size: 1.2rem;
}
body.new-version .clarus-rf-screen-display .display-message {
  margin: 0.8rem 0 0.8rem 0;
  padding: 1.2rem;
}
body.new-version .clarus-rf-screen-display .display-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
body.new-version .clarus-rf-screen-display .display-text {
  font-size: 1.4rem;
  font-weight: 600;
}
body.new-version .clarus-rf-screen-display hr {
  border-style: solid;
  border-width: 0.1rem;
}
body.new-version .clarus-rf-screen-display table.table {
  border-style: solid;
  border-width: 0.1rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.8rem 0 0.8rem 0;
  width: 100%;
}
body.new-version .clarus-rf-screen-display table.table thead tr th {
  border-style: solid;
  border-width: 0.1rem;
  padding: 0.5rem;
  text-align: left;
}
body.new-version .clarus-rf-screen-display table.table tbody tr td {
  border-style: solid;
  border-width: 0.1rem;
  padding: 0.5rem;
}
body.new-version .clarus-rf-screen-display table.table tbody tr td.actions {
  text-align: left;
}
body.new-version .clarus-rf-screen-display table.table tbody tr td.actions button {
  width: inherit;
}
body.new-version .clarus-rf-screen-display table.table tbody tr:nth-child(odd) {
  background: white;
}

html.theme-default body {
  background: #FFF;
  color: #323236;
}
html.theme-default body a {
  color: #3b00dd;
}
html.theme-default body .messages .message.message-info {
  color: #00529B;
  background-color: #BDE5F8;
}
html.theme-default body .messages .message.message-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
html.theme-default body .messages .message.message-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
html.theme-default body .messages .message.message-error {
  color: #D8000C;
  background-color: #FFBABA;
}
html.theme-default body .messages .message.message--header {
  font-weight: bold;
}
html.theme-default body input {
  background-color: #efefef;
}
html.theme-default body .clarus-rf-screen-display .display-message.display-message-error {
  color: #D8000C;
  background-color: #FFBABA;
}
html.theme-default body .clarus-rf-screen-display .display-message.display-message-information {
  color: #00529B;
  background-color: #BDE5F8;
}
html.theme-default body .clarus-rf-screen-display .display-message.display-message-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
html.theme-default body .clarus-rf-screen-display .display-message.display-message-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
html.theme-default body .clarus-rf-screen-display hr {
  border-color: #efefef;
}
html.theme-default body .clarus-rf-screen-display table.table {
  border-color: #DDEEEE;
}
html.theme-default body .clarus-rf-screen-display table.table thead tr th {
  background-color: #DDEFEF;
  border-color: #DDEEEE;
  color: #336B6B;
}
html.theme-default body .clarus-rf-screen-display table.table tbody tr.light td {
  color: #939393;
}
html.theme-default body .clarus-rf-screen-display table.table tbody tr.lighter td {
  color: #C0C0C0;
}
html.theme-default body .clarus-rf-screen-display table.table tbody tr td {
  border-color: #DDEEEE;
  color: #323236;
}
html.theme-default body.new-version {
  background: #f5f5f5;
}
html.theme-default body.new-version input {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 0.1rem solid #d3d3d9;
}
html.theme-default body.new-version table.table {
  border-color: #f5f5f5;
}
html.theme-default body.new-version table.table thead tr th {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: inherit;
}
html.theme-default body.new-version table.table tbody tr.light td {
  color: inherit;
}
html.theme-default body.new-version table.table tbody tr.lighter td {
  color: inherit;
}
html.theme-default body.new-version table.table tbody tr td {
  border-color: #f5f5f5;
  color: inherit;
}
html.device-windows-ce {
  font-size: 100%;
}
html.device-windows-ce body {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
html.device-windows-ce body h1,
html.device-windows-ce body h2,
html.device-windows-ce body h3,
html.device-windows-ce body h4,
html.device-windows-ce body h5 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0;
}
html.device-windows-ce body .title {
  padding: 0 0.4rem;
}
html.device-windows-ce body .content {
  padding: 0 0.4rem;
}
html.device-windows-ce body.new-version .content {
  padding: 0;
}
html.device-windows-ce body .messages {
  padding: 0 0.4rem;
}

/*# sourceMappingURL=app.css.map */
