﻿.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 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.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: 0.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;
}
