﻿body {
  height: 100%;
  background-color: whitesmoke;
}
body .rowHighlight {
  /*background-color:#7fbdff;*/
  color: #2386ff;
  margin: 10px!important;
  font-weight: bold;
}
body .documentTypeTile:hover {
  opacity: 1;
  background-color: whitesmoke;
  color: white;
}
body .documentTypeTile {
  background-color: white;
  color: darkgray;
  cursor: pointer;
  color: white;
  height: 200px;
  width: 200px;
  margin: 20px;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 38px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 38px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 38px -14px rgba(0, 0, 0, 0.75);
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
}
body .documentTypeTile .name {
  float: left;
  border-top-style: solid;
  border-top-color: lightgray;
  border-top-width: 1px;
  padding-top: 8px;
  text-align: center;
  margin-top: 155px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
  font-size: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: cornflowerblue;
  background-color: transparent;
}
body .documentTypeTile .documentRequired {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0.5;
  border-style: solid;
  border-width: 40px 45px 0 0;
  border-color: #007bff transparent transparent transparent;
  margin-top: 0px;
}
body .documentTypeTile .newDocumentCount:hover {
  width: 100px;
}
body .documentTypeTile .editDocumentCount {
  display: block;
  position: absolute;
  font-size: 80px;
  width: 130px;
  overflow: hidden;
  color: cornflowerblue;
  text-align: right;
  margin-left: 60px;
  margin-top: 14px;
}
body .documentTypeTile .documentRequiredText {
  color: darkgray;
  font-size: 18px;
  margin-top: 120px;
  margin-left: 10px;
  position: absolute;
}
@media only screen and (min-width: 1026px) {
  body .pdfModalLayer {
    opacity: 0.5;
    z-index: 1000;
    background-color: black;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  body .pdfViewer {
    padding: auto;
    z-index: 2000;
    background-color: white;
    position: fixed;
    top: 0px;
    margin: 5% auto;
    left: 0;
    right: 0;
    width: 85%;
    height: 80%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
  }
  body .pdfViewer .pdfViewerHeader {
    padding: 10px;
    text-align: center;
    font-size: 20px;
  }
  body .pdfViewer .pdfViewerContent {
    width: 100%;
    height: 90%;
    border: solid;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    border-width: 1px;
    background-color: #727272;
    text-align: center;
  }
  body .pdfViewer .pdfViewerContent .imageContainer {
    width: 80%;
  }
  body .pdfViewer .pdfViewerFooter {
    height: 40px;
    width: 100%;
    padding-top: 2px;
    background-color: whitesmoke;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  body .pdfModalLayer {
    opacity: 0.5;
    z-index: 1000;
    background-color: black;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  body .pdfViewer {
    padding: auto;
    z-index: 2000;
    background-color: whitesmoke;
    position: fixed;
    top: 20px;
    margin: 5% auto;
    left: 0;
    right: 0;
    width: 95%;
    height: 80%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
  }
  body .pdfViewer .pdfViewerHeader {
    padding: 10px;
    text-align: center;
    font-size: 20px;
  }
  body .pdfViewer .pdfViewerContent {
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin-bottom: 20px;
    border: solid;
    border-width: 1px;
    overflow-y: scroll;
  }
  body .pdfViewer .pdfViewerContent .imageContainer {
    width: 100%;
  }
  body .pdfViewer .pdfViewerFooter {
    height: 40px;
    width: 100%;
    padding-top: 2px;
    background-color: whitesmoke;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  body .pdfModalLayer {
    opacity: 0.5;
    z-index: 1000;
    background-color: black;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  body .pdfViewer {
    padding: auto;
    z-index: 2000;
    background-color: white;
    position: fixed;
    top: 0;
    margin: 5% auto;
    left: 0;
    right: 0;
    width: 95%;
    height: 95%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 32px 1px rgba(0, 0, 0, 0.75);
  }
  body .pdfViewer .pdfViewerHeader {
    padding: 5px;
    text-align: center;
    font-size: 12px;
  }
  body .pdfViewer .pdfViewerContent {
    width: 100%;
    height: 100%;
    border: solid;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 1px;
    background-color: #727272;
    text-align: center;
  }
  body .pdfViewer .pdfViewerContent .imageContainer {
    width: 100%;
  }
  body .pdfViewer .pdfViewerFooter {
    height: 40px;
    width: 100%;
    padding-top: 2px;
    background-color: whitesmoke;
    bottom: 0;
    position: absolute;
    text-align: center;
    margin-top: 2px;
  }
}