.form-dropdown {
    width: 300px;
    padding: 14px;
    padding-bottom: 0;
}

.login-form-body {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-top: 0;
}

table {
    font-size: 14px;
}

table.table-view {
    margin-top: -8px;
}

table.table-view > tbody > tr > td {
    padding-left: 18px;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
}

.view-label {
    text-align: right;
    font-weight: 700;
}

.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    
}

.img-container,
.img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
}

.img-container {
  min-height: 200px;
  max-height: 469px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .img-container {
    min-height: 469px;
  }
}

.img-container > img {
  max-width: 100%;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-right: .25rem;
  margin-bottom: .5rem;
}

