

h1.subHeading{
  margin:0;
  padding:0;
  font-size: 1.75em;
}

#createNew {
  margin: 30px 0 0px;
}

#changeProperty {
  margin: 6px 0px 30px 6px;
}

#exportButton {
  margin-top: 20px
}

#fileGrid {
  width: 100%;
  margin: 10px 0 0 0;
  border-collapse: collapse;
}
#fileGrid tr {
  border-bottom: 1px dotted #ccc;
}
#fileGrid tr:first-child {
  border-bottom: 1px solid black;
}
#fileGrid th, #fileGrid td {
  margin: 0px;
  padding: 6px 0px;
}
#fileGrid th {
  font-weight: bold;
  text-align: left;
}


#main {
  /*background-image: url("../image/Louix_Louis-gallery_6-1.jpg");*/
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1px;
  padding-top: 20px;
  padding-bottom: 10px;
  /* */
  position: relative;
}

.documentsFloat {
  background-color: #FFF;
  border-radius: 10px;
  padding: 0px 40px 20px 40px;
  z-index: 2;
  margin-bottom: 10px;
  position: relative;
}

.documentsFloat input,
.documentsFloat select {
  margin-top: 12px;
}

.twoColumn {
  display: flex;
  /*width: 700px;*/
  margin: 80px 0;
}
.twoColumn .borderRight {
  border-right: 1px solid black;
  margin-right: 10px;
}
.column {
  flex: 1;
  text-align: left;
  padding: 10px 20px;
}
.column h3 {
  text-align: left;
  margin-top: -40px;
  margin-bottom: 0px;
}
.column p,
.column li {
  font-size: 14px;
}
.column li {
  padding-bottom: 6px;
}
.column ul {
  -webkit-padding-start: 1em;
}

.formWrapper {
  text-align: left;
  margin: 0 auto;
  width: 60%;
}
.formWrapper p {
  margin-bottom: 20px;
}

.renovateIcon {
    width: 60px;
    height: 60px;
    background-image: url(../image/rennovate_blue.svg);
    display: inline-block;
    margin: 0;
    /* position: absolute; */
    /* top: 10px; */
    position: relative;
    top: 10px;
    background-size: contain;
    position: relative;
    top: -40px;
}
.reconfirmIcon {
    width: 60px;
    height: 60px;
    background-image: url(../image/reoconfirm_green.svg);
    display: inline-block;
    margin: 0;
    /* position: absolute; */
    /* top: 10px; */
    position: relative;
    top: 10px;
    background-size: contain;
    position: relative;
    top: -40px;
}


  #fileGrid.adminPage .c1 {
    width: 80px;
  }
  #fileGrid.adminPage .c2 {
    width: 120px;
  }
  #fileGrid.adminPage .c3 {
    width: 200px;
  }
  #fileGrid.adminPage .c4 {
    /* region */
    width: 120px;
  }
  #fileGrid.adminPage .c5 {
    /* rb name */
    width: 200px;
  }
  #fileGrid.adminPage .c6 {
    /* created on */
    width: 120px;
  }
  #fileGrid.adminPage .c7 {
    /* Modified on */
    width: 120px;
  }
  #fileGrid.adminPage .c8 {
    /* Modified on */
    width: 80px;
  }
  #fileGrid.adminPage .c9 {
    /* actions */
    width: 80px;
  }
  #fileGrid.adminPage td {
    font-size: 12px;
    vertical-align: top;
  }
  #fileGrid.adminPage th {
    vertical-align: bottom;
  }
  #fileGrid.adminPage th.centeredCell,
  #fileGrid.adminPage td.centeredCell {
    text-align: center;
  }
