﻿body {
  height: 100%;
  background-color: whitesmoke;
}
body .sendButton {
  margin-right: 15px;
  margin-bottom: 15px;
}
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;
  overflow-wrap: normal;
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  border-bottom-width: 1px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*height:50px;*/
  font-size: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: cornflowerblue;
  background-color: transparent;
}
@media print {
  body .sendButton {
    display: none !important;
  }
  body .smartphoneMenuButton {
    display: none!important;
  }
}