﻿body {
  background-color: #2c0202;
  color: white;
}

input[type="checkbox"] {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.SearchTitleBar {
  background-color: #a55316;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border: solid 2px black;
}

.divbox {
  width: 297px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  vertical-align: middle;
  margin: 3px;
  border: 1px inset #b29700;
  float: left;
}

.logonModal {

  top: 30px;
  left: 50%;
  margin-left: -250px;
  width:500px;
  position: fixed;  
  z-index: 99;
  padding:20px;
  border: solid 2px black;
}


.blanket {
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 0.43);
  cursor:grab;
}


.divbox-blank {
  width: 297px;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  margin: 3px;
  float: left;
}

.form-group {
  font-size: 12pt;
  font-weight: bold;
  vertical-align: middle;
  margin: 3px;
}

.divbox span {
  margin: 0 auto;
  font-size: 10px;
  color: white;
}

div.centeredcontainer4 {
  background: white;
  color: black;
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.modalBackground {
  background-color: rgb(0 0 0 / 0.48);
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.butHoverLeft {
  position: absolute;
  left: -400px;
  padding-left: 50%;
  top: 190px;
}

.centreContentNew {
  border: 15px solid white;
  top: 18%;
  width: 100%;
  background-color: wheat !important;
  z-index: 1003;
  color: black;
}

.dataheader {
  text-align: right;
  background-color: white;
}

.data {
  text-align: left;
  background-color: wheat;
}

.left{
  text-align:left;
}
.right{
  text-align:right;
}

