.pdf {
   text-align: center;
}
.pdf img {
   width: 20px;
}

.five-column{
    width: 18%;
    padding: 0px;
}

.dashboard {
  padding-bottom: 20px;
}

.dashboard .request-list {
    padding-top: 10px;
}

.dashboard .tab-pane {
    border: 1px solid #ddd;
    border-top-color: #fff;
    padding: 10px;
}

.dashboard .btn {
    padding: 0px 12px;
    color: #666;
    background-color: #ccc;
}

.dashboard .btn-group {
}

.dashboard .form-buttons-wrapper {
    text-align: center;
    padding: 20px;
}

.dashboard .form-button {
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCC;
    display: inline-block;
    margin: 20px 80px;
    border-radius: 4px;
}

.dashboard .form-button a {
    text-decoration: none;
}

.dashboard .form-button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.dashboard .form-button .button-title {
    font-size: 1.5em;
    height: 140px;
    padding: 10px;
    white-space: normal;
}

.dashboard .loading-message {
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}

.dashboard .document {
    /*border: 1px solid #CCCCCC;
    padding: 10px;*/
    /*border-radius: 2px;
    height: 175px;*/
}

.dashboard .document .document-title {
    font-size: 1.5em;
    white-space: normal;
    min-height: 75px;
    text-align: center;
}

.dashboard .document .document-status {
    position: absolute;
    top: 0.2em;
    right: 2em;
}

/*
.dashboard .document .buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 1em;
}
*/

.dashboard .document .status-detail{
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.dashboard .documents-status{
    margin-top: 2em;
}
.loading-message {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}
.empty-message {
    font-size: 18px;
    padding: 20px 0;
    font-weight: 300;
    text-align: center;
}

/* BOX Stylez */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 100px;
}
.box-body > .table {
  margin-bottom: 0;
}
.stage-status {
    background-size: cover; /*contain*/
    /*position: absolute;*/
    background-repeat: no-repeat;
    height: 175px;
    width: 100%;
}
.reviewtimeline {
    width: 100%;
}
/* style for dashboard left nav */
.stage-icons-container .stage-icons .stage .stage-title {
  margin-top: 0px; 
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 0px; 
  padding-top: 5px;
  padding-bottom: 5px; 
}
.menu-heading {
  padding: 25px 0 10px 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.circle {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
}