* {
  font-family: "Quicksand", sans-serif;
}

h1 {
  text-align: center;
}

.assetTable {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.tableAsset {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
}

.tableAsset th {
  background-color: #36304a;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

img {
  max-width: 15px;
  max-height: 15px;
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}

.tableAsset th, .tableAsset td {
  padding: 12px 15px;
}

.tableAsset tbody tr {
  border-bottom: 1px solid #dddddd;
}

.assetTable tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.assetTable tbody tr:last-of-type(even) {
  border-bottom: 2px solid;
}

.newBtn {
  text-decoration: none;
  border-radius: 1em;
  background-color: blue;
  color: white;
  padding: 0.3em 1em 0.3em 1em;
  cursor: pointer;
}

input {
  margin-left: 2em;
}

.newBtn {
  float: right;
  margin-right: 2em;
  color: 255;
}

.assignBtn, .viewBtn, .deleteBtn {
  text-decoration: none;
  border: none;
  align-items: center;
  background-color: #0c1be3;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 15px;
  justify-content: center;
  line-height: 20px;
  max-width: 180px;
  min-height: 25px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.overlay {
  display: none;
  position: fixed;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
  margin: auto;
}
.overlay .assetName {
  font-weight: bold;
}
.overlay .content {
  justify-content: center;
  text-align: center;
  height: 50%;
  width: 40%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  z-index: 2;
}
.overlay .content .expiryBtns, .overlay .content .addBtn, .overlay .content .submitBtn, .overlay .content .loginBtn, .overlay .content .confirmBtn {
  justify-content: center;
  text-align: center;
  margin: auto;
  border: none;
  align-items: center;
  background-color: #000000;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 180px;
  min-height: 30px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}
.overlay .content .expiryBtns .expiryBtns:hover,
.overlay .content .expiryBtns .expiryBtns:focus, .overlay .content .addBtn .expiryBtns:hover,
.overlay .content .addBtn .expiryBtns:focus, .overlay .content .submitBtn .expiryBtns:hover,
.overlay .content .submitBtn .expiryBtns:focus, .overlay .content .loginBtn .expiryBtns:hover,
.overlay .content .loginBtn .expiryBtns:focus, .overlay .content .confirmBtn .expiryBtns:hover,
.overlay .content .confirmBtn .expiryBtns:focus {
  background-color: #16437E;
  color: #ffffff;
}
.overlay .content .expiryBtns .expiryBtns:active, .overlay .content .addBtn .expiryBtns:active, .overlay .content .submitBtn .expiryBtns:active, .overlay .content .loginBtn .expiryBtns:active, .overlay .content .confirmBtn .expiryBtns:active {
  background: #09223b;
  color: rgba(255, 255, 255, 0.7);
}
.overlay .content .expiryBtns .expiryBtns:disabled, .overlay .content .addBtn .expiryBtns:disabled, .overlay .content .submitBtn .expiryBtns:disabled, .overlay .content .loginBtn .expiryBtns:disabled, .overlay .content .confirmBtn .expiryBtns:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
.overlay .content .submitBtn {
  text-decoration: none;
}
.overlay .content input {
  border: none;
  border-style: solid;
  border-color: #f3f3f3;
  padding: 0.5em;
  margin-bottom: 2em;
  margin: auto;
  justify-content: center;
  text-align: center;
  min-width: 180px;
}

.assetsExpiring {
  float: right;
  position: fixed;
  width: 15%;
  margin-top: 150px;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: hidden;
}
.assetsExpiring .expLabel {
  font-weight: bold;
  font-size: large;
  color: red;
}/*# sourceMappingURL=index.css.map */