﻿.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;
}

.containermydoor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -72px;
  margin-top: -50px;
  width: 130px;
  height: 40px;
  text-align: center;
}

.mydoorbutton {
  outline: none;
  height: 140px;
  text-align: center;
  width: 140px;
  border-radius: 100px;
  background: #fff;
  border: 5px solid #3b434c;
  color: #3b434c;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}

.onclikmydoor {
  width: 140px;
  height: 140px;
  border-color: #bbb;
  border-width: 5px;
  font-size: 16px;
  font-weight: bold;
  border-left-color: #3b434c;
  animation: rotatingmydoor 2s 0.25s linear infinite;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3b434c;
  border-bottom: 3px solid #3b434c;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

@-webkit-keyframes rotatingmydoor {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotatingmydoor {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.md-lock-icon {
  position: absolute;
  top: 31px;
  left: 38px;
}

.md-lock-btn-text {
  position: absolute;
  top: 75px;
  left: 33px;
  font-weight: bold;
  font-size: 17px;
}

#slide-show-progress {
  height: 35px;
  font-weight: bold;
  padding-top: 10px;
}

.doorName {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: black;
  font-weight: 600;
  height: 32px;
  padding-left: 2px;
  width: 100%;
}

.geoFence {
  display: flex;
  justify-content: right;
  font-size: 12px;
  color: black;
  font-weight: 600;
  height: 32px;
  padding-left: 2px;
  width: 20%;
}

.layoutUnlockMyDoorButton {
  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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}
