﻿.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 40%
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 18px 40px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.max_width {
    width: 100%;
}

.SaveButton {
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  background-color: #d0c8c7;
  color: #731010; 
 }
.FileUpload_Widget {
    margin-top: -30px;
    height: 90px !important;
    cursor: pointer;
}

.table-container {
    display: table;
    table-layout: fixed;
    width:100%;
}

.table-container .cell {
    display: table-cell;
}
