﻿.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

container {
  display: flex;
  height: 365px;
  justify-content: flex-start;
  margin-right: 20px;
  flex-direction: column;
  background-color: White; }

appVersionRow {
  margin-left: 10px;
  height: 20px;
  display: flex;
  flex-direction: row;
  margin-top: 2px;
  margin-bottom: 2px;
  justify-content: flex-start;
  align-items: center; }

label {
  text-align: left; }

portNumberlabel {
  width: 100px;
  padding-left: 20px;
  font-size: 15px; }

passwordRow {
  display: flex;
  flex-Direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

password {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  margin-left: 10px;
  border-radius: 5px; }

userRow {
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

user {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  align-self: center;
  margin-left: 10px;
  border-radius: 5px; }

portNumberRow {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

portNumber {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  margin-left: 10px;
  width: 30px;
  border-radius: 5px; }

serveripaddressRow {
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

serveripaddress {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  border-radius: 5px;
  margin-left: 10px;
  width: 140px; }

appPINEntryCheckBox {
  display: flex;
  margin-left: 8px;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center; }

titleRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px; }

general {
  margin-left: 10px;
  font-size: 17rem; }

appPINEntryRow {
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  font-size: 0.90em; }

blackLine {
  height: 1px;
  width: 100%;
  border-bottom: 2px solid black; }

selectBox {
  padding: 4px;
  margin-right: 18px;
  flex: 2;
  width: 90px; }

buttonContainer {
  display: flex;
  height: 40px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 30px;
  margin-bottom: 2px;
  margin-right: 17px;
  margin-top: 8px; }

.viewSelectionItem {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 10px;
  margin-right: 16px; }

.appConfigRowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 10px;
  height: 24px;
  margin-right: 8px; }

.myDoorListLayout {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  margin-right: -10px;
  padding-right: 8px; }

.pinBox {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid black;
  margin-left: 10px;
  color: black;
  text-align: center;
  padding: 3px; }

.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.underlineless {
  text-decoration: none; }

.logout {
  background-color: #3b434c;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 4px;
  font-size: .75em;
  margin-right: 0px;
  border-radius: 5px;
  font-weight: 300;
  width: 80px;
  justify-content: center;
  height: 32px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
  font-weight: 800; }

.logout:hover {
  background: #515b64; }

.logout:active {
  background: #515b64;
  transform: translateY(0.8px); }

.refresh {
  display: flex;
  width: 45px;
  text-align: center;
  justify-content: center;
  color: white;
  flex-direction: column; }

.logoutRow {
  width: 220px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end; }

.userNameRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end; }

.username-airaccesslight {
  width: 210px;
  height: auto;
  display: flex;
  justify-Content: flex-end;
  align-self: flex-start;
  margin-right: 8px;
  text-align: right;
  font-size: 14px;
  align-items: flex-end;
  color: darkorange; }

.username-continental {
  width: 220px;
  height: auto;
  justify-Content: center;
  align-self: flex-start;
  margin-right: 0px;
  text-align: right;
  font-size: 14px;
  align-items: flex-end;
  color: white; }

.logoRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 8px; }

.continentalText {
  text-align: left;
  margin-left: 20px;
  color: Purple;
  height: 18px;
  border-bottom: 1px solid #99cc00;
  border-color: #99cc00;
  padding-bottom: 5px;
  font-size: 1em; }

.continentalTextContainer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding-bottom: 4px; }

.accessText {
  text-align: center;
  color: #99cc00;
  margin-left: 20px;
  font-size: 1em; }

.loggedInTimeText-airaccesslight {
  color: #ffffff;
  margin-right: 8px;
  font-size: 10px;
  margin-top: 2px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-weight: normal;
  margin-left: 6px; }

.loggedInTimeText-continental {
  color: black;
  margin-right: 8px;
  font-size: 10px;
  margin-top: 2px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-weight: normal; }

.menuBackground {
  padding: 2px;
  background-color: black; }

.menuBackground-airaccesslight {
  padding: 7px;
  background-color: black; }

.menuBackground-continental {
  padding: 7px;
  background-color: transparent; }

.appName-airaccesslight {
  color: #ffffff;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: 42px; }

.appName-continental {
  color: #3b434c;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px; }

.menuAreaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 8px; }

.header-airaccesslight {
  position: fixed;
  left: 0;
  height: 100px;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1; }

.header-continental {
  position: fixed;
  left: 0;
  height: 100px;
  top: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(to left, #3b434c 0%, #eee 32%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10; }

.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.underlineless {
  text-decoration: none; }

.messageValue {
  font-size: 11.5px;
  align-items: flex-start; }

.message {
  font-size: 12px;
  flex: 1;
  background-color: #808080;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  padding: 4px;
  color: White;
  margin-bottom: 1px; }

.time {
  font-size: 10px;
  color: #fffdd0; }

.footer-airaccesslight {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  padding: 3px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-continental {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  padding: 3px;
  color: white;
  background-color: #3b434c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10; }

.settings {
  width: 20px;
  height: 20px;
  padding: 10px; }

.statusMessageBox {
  background-color: #e6e7e8;
  color: #ffffff;
  height: 40px;
  padding: 10px;
  width: 76px;
  text-align: center;
  font-size: 11px;
  color: green;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  border-color: Black;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0.5px 0.5px 1px; }

.statusMessageBox_effect {
  background-color: #d3d3d3;
  height: 40px;
  width: 80px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  border-color: Black;
  border-radius: 5px; }

.generalMessageBox {
  background-color: #e6e7e8;
  color: black;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  font-weight: 600;
  border-style: solid;
  border-color: Black;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0.5px 0.5px 1px #000000;
  box-shadow: 0.5px 0.5px 1px #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.generalMessageBox_effect {
  background-color: #fffdd0;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  font-weight: 600;
  border-style: solid;
  border-color: Black;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 12px;
  -webkit-box-shadow: 0.5px 0.5px 1px #000000;
  box-shadow: 0.5px 0.5px 1px #000000; }

.generalMessage {
  display: flex;
  flex: 1;
  flex-direction: row;
  color: Black;
  font-size: 10px;
  align-items: center;
  justify-content: center; }

.lockdownMessageBox {
  background-color: #e6e7e8;
  color: #ffffff;
  height: 40px;
  width: 80px;
  font-size: 9px;
  color: Black;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0.5px 0.5px 1px #000000; }

.lockdownMessageBox_Red {
  background-color: Red;
  height: 40px;
  flex-basis: 76;
  justify-content: center;
  align-items: center;
  font-Weight: 600;
  color: White;
  border-width: 1px;
  border-style: solid;
  border-color: Black;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0.5px 0.5px 1px #000000; }

.p {
  font-size: 10px;
  text-align: center; }

.p_lock {
  font-size: 10px;
  text-align: center; }

.lockdownMessageBox_effect {
  background-color: #d3d3d3;
  height: 40px;
  flex-basis: 78;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-radius: 5px; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

container {
  display: flex;
  height: 365px;
  justify-content: flex-start;
  margin-right: 20px;
  flex-direction: column;
  background-color: White; }

appVersionRow {
  margin-left: 10px;
  height: 20px;
  display: flex;
  flex-direction: row;
  margin-top: 2px;
  margin-bottom: 2px;
  justify-content: flex-start;
  align-items: center; }

label {
  text-align: left; }

portNumberlabel {
  width: 100px;
  padding-left: 20px;
  font-size: 15px; }

passwordRow {
  display: flex;
  flex-Direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

password {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  margin-left: 10px;
  border-radius: 5px; }

userRow {
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

user {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  align-self: center;
  margin-left: 10px;
  border-radius: 5px; }

portNumberRow {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

portNumber {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  margin-left: 10px;
  width: 30px;
  border-radius: 5px; }

serveripaddressRow {
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px; }

serveripaddress {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  border-radius: 5px;
  margin-left: 10px;
  width: 140px; }

appPINEntryCheckBox {
  display: flex;
  margin-left: 8px;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center; }

titleRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px; }

general {
  margin-left: 10px;
  font-size: 17rem; }

appPINEntryRow {
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  font-size: 0.90em; }

blackLine {
  height: 1px;
  width: 100%;
  border-bottom: 2px solid black; }

selectBox {
  padding: 4px;
  margin-right: 18px;
  flex: 2;
  width: 90px; }

buttonContainer {
  display: flex;
  height: 40px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 30px;
  margin-bottom: 2px;
  margin-right: 17px;
  margin-top: 8px; }

.viewSelectionItem {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 10px;
  margin-right: 16px; }

.appConfigRowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 10px;
  height: 24px;
  margin-right: 8px; }

.myDoorListLayout {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  margin-right: -10px;
  padding-right: 8px; }

.pinBox {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid black;
  margin-left: 10px;
  color: black;
  text-align: center;
  padding: 3px; }

.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-color: #592d86;*/
  /*background-color: white;*/
  height: auto; }

.userName {
  padding: 8px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: LightGray;
  border-radius: 5px;
  color: #192a53;
  font-weight: bold; }

.account {
  padding: 8px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: LightGray;
  color: #192a53;
  font-weight: bold; }

.changePasswordContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6px; }

.password {
  padding: 8px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: LightGray;
  border-radius: 5px;
  color: #192a53;
  font-weight: bold; }

.changePassword {
  color: white;
  font-size: 12px;
  margin-top: 1px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none; }

.changePassword :active {
  background-color: Gray;
  border-Width: 0.5px;
  border-style: solid;
  border-color: black; }

.remeberdiv {
  padding: 2px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  color: black;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.rememberme {
  margin-left: 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.tilte {
  color: #015594;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold; }

.submitButton-airaccesslight {
  background-color: #3b434c;
  border: 1px solid #3b434c;
  color: #ffffff;
  width: 100%;
  height: 40px;
  padding: 3px;
  font-size: 12px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 7px 5px -6px #ffffff; }

.submitButton-airaccesslight:hover {
  background-color: #515b64;
  border: 1px solid #0000A0; }

.submitButton-continental {
  display: inline-block;
  background-color: #3b434c;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: white;
  width: 100%;
  height: 40px;
  padding: 3px;
  font-size: 12px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 5px -6px #3b434c; }

.submitButton-continental:active {
  background-color: #515b64;
  border-width: 1px;
  border-style: solid;
  border-color: black; }

.header-logintype-airaccesslight {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  background-color: #000000; }

.header-logintype-continental {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #592d86; }

.title-logintype-airaccesslight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: darkgrey;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: bold;
  font-size: 26px;
  color: white;
  text-align: center; }

.title-logintype-continental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: darkgrey;
  width: 370px;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: bold;
  font-size: 16px;
  color: #808080; }

.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.titleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: red;
  font-family: Arial;
  line-height: 40px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e7e8;
  height: 40px;
  vertical-align: middle;
  font-size: 13px; }

.footnoteContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Tahoma;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #015594;
  color: white;
  font-size: 9px;
  height: 35px; }

.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 2px !important;
  padding-bottom: 80px !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 5px;
  background-color: #3b434c;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 8px;
  -webkit-box-shadow: 0 8px 5px -6px black;
  box-shadow: 0 8px 5px -6px black;
  padding: 2px;
  color: #ffffff; }

.underlineless {
  text-decoration: none; }

.icon {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px; }

.menuText {
  color: #ffffff;
  text-align: 'left';
  margin-left: 4px;
  font-size: 14px;
  font-weight: 800; }

.menuTextElaborated {
  color: white;
  text-align: 'left';
  margin-left: 6px;
  font-size: 14px;
  font-weight: 800; }

.menuItemElaborated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #e6e7e8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px; }

.menuItemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b434c;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 28px;
  padding: 2px; }

.menuItemRow:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 30px;
  padding: 2px; }

.table-container, .table {
  background-color: #ffffff; }

.btn {
  background-color: #3b434c;
  color: #ffffff;
  border: 1px solid #000004;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 6px 5px -6px #f5f5f5;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }
  .btn btn-big {
    background-color: #3b434c;
    border: 1px solid #EDF4FF;
    border-radius: 5px; }
    .btn btn-big disabled {
      color: #ffffff; }
  .btn nav {
    font-size: 20px; }

.fieldsetStyle {
  width: 100%;
  font-size: 12px; }

.btn:disabled {
  color: #ffffff;
  background-color: lightgray;
  border: 1px solid #3b434c; }

.btn:hover, .btn:focus {
  background: linear-gradient(to bottom, #515b64 5%, #3b434c 100%);
  background-color: #515b64 !important;
  color: #ffffff !important; }

.btn.btn-save-cancel {
  width: 75px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px; }

.btnSaveCancelContainer {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 4px; }

.btn.btn-add-edit {
  width: 64px;
  margin-right: 8px;
  height: 28px;
  font-size: 11px;
  font-weight: bold; }

.btnAddEditContainer {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px; }

.btnActivate {
  background-color: red;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnActivate:active {
  background-color: #c60000;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 1; }

.btnDeactivate {
  background-color: green;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btnDeactivate:active {
  background-color: #006400;
  color: white;
  border-radius: 5px;
  width: 100px;
  height: 32px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid black;
  opacity: 0.5; }

.btn:active {
  background-color: #515b64;
  color: #ffffff;
  top: 1px;
  position: relative; }

.boxContainer {
  background-color: whitesmoke;
  margin: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid lightblue;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.rowLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.accessGroupLayout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px; }

.groupBox {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 2px; }

.table-row-color {
  background-color: #ffffff;
  color: #192a53; }

.table-alter-row-color {
  background-color: #eef3f5;
  color: #192a53; }

.table-row {
  background-color: #ffffff;
  color: #192a53;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-alter-row {
  background-color: #eef3f5;
  color: #192a53;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-around; }

.table-header {
  background-color: #3b434c;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray;
  color: white; }

.table-footer {
  background-color: #a1a7a6;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 0.5px black;
  box-shadow: 0 0 0.5px black;
  border: 1px solid gray; }

.dropDown {
  border-radius: 5px;
  color: black; }

.dropDown.dropDownL180 {
  width: 180px;
  color: black; }

dropDown.dropDownL120 {
  width: 120px;
  color: black; }

.textbox {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

.legend {
  display: flex;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: white;
  padding-left: 8px; }

.page-text-color {
  color: #192a53; }

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-270deg); }

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.z-index-disable {
  width: 100%;
  height: 100%;
  top: 50px;
  position: absolute;
  z-index: 10000; }

.hline {
  height: 8px;
  background-color: #3b434c; }

.hline-airaccesslight {
  height: 8px;
  background-color: #3b434c; }

.hline-continental {
  height: 8px;
  background-color: #3b434c; }

.list-header-item {
  margin: 0.5px;
  color: white;
  width: 40px;
  text-wrap: normal; }

.list-header {
  background-color: #a2a2d0;
  font-size: 11px;
  padding: 1px;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: 30px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-panel {
  background-color: #fffddf;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-panel {
  background-color: #fffbc6;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-door {
  background-color: #d5e6ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-door {
  background-color: #bcd7ff;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter-relay {
  background-color: #efecf7;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item {
  background-color: whitesmoke;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item-alter {
  background-color: #E3DEFB;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  height: auto;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  align-items: center;
  justify-content: space-between; }

.list-item:hover {
  background-color: wheat;
  color: black;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.list-item-text {
  align-self: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 11px;
  width: 44px; }

.list-item-text-bg {
  align-self: center;
  text-align: left;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 10.5px;
  width: 85px; }

.underlined {
  padding-bottom: 16px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #889f30; }

.info {
  width: 24px;
  text-align: center; }

.tlActiveStatus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  width: 85px;
  display: flex;
  height: 34px;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.ldcDialogItem {
  height: auto;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 8px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  background-color: #efecf7;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

html,
body,
#app,
#app > div {
  height: 100%;
  /*background-color: $primary-color*/ }

* {
  -webkit-overflow-scrolling: touch; }

.tilte {
  color: #192a53;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold; }

.pageContainer {
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

.Container-AirAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  flex: 1; }

.Container-Continental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  flex: 1;
  background: linear-gradient(to top right, #3b434c 0%, #eee 0%); }

.footnoteContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Tahoma;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #3b434c;
  color: white;
  font-size: 9px;
  height: 35px; }

.menuAreaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 8px; }

.refresh {
  width: 20px !important;
  text-align: center; }

.background-airaccesslight {
  background-color: #f9f9fb; }

.background-continental {
  background-color: #f9f9fb; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

input {
  outline: none; }

input[type='checkbox'] {
  width: 3vh;
  height: 3vh;
  max-width: 16px;
  max-height: 16px;
  margin: 4px;
  background-color: #e6e6e6;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  -moz-transform: scale(1.2); }

input[type='checkbox']:hover {
  width: 3vh;
  height: 3vh;
  max-width: 16px;
  max-height: 16px;
  margin: 4px;
  border: 1px solid black !important;
  border-radius: 5px;
  cursor: pointer;
  -moz-transform: scale(1.2);
  /*outline: 1px solid $default-color;*/
  /*-moz-appearance: none;*/ }

input[type='checkbox']:checked + label::after {
  width: 3vh;
  height: 3vh;
  max-width: 25px;
  max-height: 25px;
  margin: 0;
  background-color: #7b912b;
  border: 1px solid #7b912b !important;
  border-radius: 5px;
  cursor: pointer;
  -moz-transform: scale(1.2);
  /*outline: 1px solid $default-color;*/
  /*-moz-appearance: none;*/ }

#app {
  font-family: arial; }

/*==============ANIMATIONS=================*/
/*==============ROTATE=====================*/
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*==============ROTATE-REV=================*/
@-moz-keyframes rotate-rev {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes rotate-rev {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes rotate-rev {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

/*==============PULSE======================*/
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.1);
    opacity: 0.2; }
  50% {
    -moz-transform: scale(1);
    opacity: 0.8; }
  100% {
    -moz-transform: scale(0.1);
    opacity: 0.2; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0.2; }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(0.1);
    opacity: 0.2; } }

@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 0.2; }
  50% {
    transform: scale(1);
    opacity: 0.8; }
  100% {
    transform: scale(0.1);
    opacity: 0.2; } }

.scrollable {
  overflow: 'auto'; }

/*/*These lines are added in hosting app*/
body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9fb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.genernal-body-content {
  display: flex;
  flex: 1; }

input[type=number] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 99;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  min-height: 100%;
  width: 100%; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

.layoutScheduledChangesRow {
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 75px;
  background-color: whitesmoke;
  padding-top: 4px; }

.doorName {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px; }

.layoutLockUnlockBtn {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  margin-top: 4px; }

.btnUnlock {
  background-color: white;
  color: green;
  border: 1px solid green;
  border-radius: 3px;
  height: 28px;
  width: 80px;
  font-weight: bold; }

.btnLock {
  background-color: white;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  height: 28px;
  width: 80px;
  font-weight: bold; }

.btnUnlockHold {
  background-color: white;
  color: green;
  border: 1px solid green;
  border-radius: 3px;
  height: 28px;
  font-weight: bold; }

.relayName {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px; }

.relayStatus {
  font-weight: bold;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.layoutActivateDeactivateBtn {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  margin-top: 4px; }

.btnActivateRelay {
  background-color: white;
  color: green;
  border: 1px solid green;
  border-radius: 3px;
  height: 28px;
  width: 80px;
  font-weight: bold; }

.btnDeactivateRelay {
  background-color: white;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  height: 28px;
  width: 80px;
  font-weight: bold; }

.btnActivateHoldRelay {
  background-color: white;
  color: green;
  border: 1px solid green;
  border-radius: 3px;
  height: 28px;
  font-weight: bold; }

.layoutMyDoors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.divCompanyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  padding-left: 6px; }

.disabledElement {
  pointer-events: none;
  opacity: 0.4; }

.dropDownContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px; }

.layoutDetailContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px; }

.lockdownAreaLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: lightgray;
  border-radius: 5px;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
  padding: 5px; }

.lockdownButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.lockdownAreaContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px; }

.lockdownItemRowOuterDisabled {
  pointer-events: none;
  opacity: 0.5;
  height: 35px;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 36px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  background: #CCC;
  cursor: pointer;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.lockdownItemRowOuter {
  height: 35px;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 36px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  background-color: #efecf7;
  cursor: pointer;
  -webkit-box-shadow: 0.5px 0.5px 0.5px #000000;
  box-shadow: 0.5px 0.5px 0.5px #000000; }

.lockdownItemRowInner {
  height: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-weight: bold; }

.lockdownStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 13px;
  width: 130px;
  height: 34px;
  padding-left: 5px;
  padding-right: 5px;
  color: White;
  text-align: center;
  font-weight: 600;
  background-color: Red;
  border-width: 0px;
  border-style: solid;
  border-color: black; }

.threatLevelAreaLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: lightgray;
  border-radius: 5px;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
  padding: 5px; }

.threatLevelButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.threatLevelAreaContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px; }

.inputLabel {
  font-size: 12px;
  font-weight: bold; }

.dropDownItem {
  font-size: 12px; }

.progress-modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.progress-modal-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  font-size: 10pt;
  background-color: White;
  margin: auto;
  border: 2px solid #383a84;
  border-radius: 5px;
  /*width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;*/
  width: 335px;
  max-width: 400px;
  min-width: 300px;
  /*height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;*/
  max-height: 500px;
  min-height: 150px;
  padding: 0 20px; }

.modal {
  background-color: rgba(0, 0, 0, 0.4) !important;
  opacity: unset !important; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.select2-container--default .select2-selection--single, .select2-selection--single:focus, .select2-selection__rendered:focus {
  background-color: -internal-light-dark(white, #3b3b3b);
  border: 1px solid -internal-light-dark(#767676, #858585);
  height: 25px;
  border-radius: 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 25px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single {
  border: 1px solid gray; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 0; }

.hideElement {
  display: none; }

.changePassword {
  color: #192a53;
  font-size: 12px;
  margin-top: 1px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none; }
