body {
    /* height: 100vh; */
    /* width: 100%; */
    /* margin: 0; */
    /* padding: 0; */
    display: flex;
}

#mapdiv {
    height: 100vh;
}

.form-control {
    margin-bottom: 15px;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
}

.flex-child::nth-child(2) {
    margin-right: 20px;
}

.flex-child::nth-child(3) {
    margin-left: 20px;
}

.pattern-image {
    margin-right: 10px;
}

.errorMsg {
    padding: 0;
    text-align: center;
    background-color: darksalmon;
}

#footer {
    position: fixed;
    bottom: 30px;
    background-color: #ffffff;
}

#btnDeletePattern {
    background-color: red;
}

.btnDeleteLastPattern {
    background-color: red;
}

.btnDeleteLastPattern:hover {
    background-color: firebrick;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2147483647; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

.ceiling {
    position: absolute;
    width: 100px;
    font-size:20px;
}


.ceilings {
    opacity: 0.5;
    fill-opacity: 0;
}

