﻿
/* Custom Styles
--------------------------------------------------------------------------------------- */

.Detail-Item {
    margin-bottom: .5rem;
}

.Detail-Label {
    display: inline;
    font-weight: bold;
}

.Detail-Value {
    display: inline;
}

.toolbar {
    display: table;
    padding: 0 1.5rem;
    margin-bottom: .75rem;
}

.button_bar .form__button input, .button_bar .form__button a 
{
    text-decoration: none;
}

.namevaluetable {
    font-size: .9rem;
}

.namevaluetable .label {
    text-align: left;
    font-weight: bold;
    padding-right: .5rem;
}

.entity__title__campus {
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.entity__title__clinic {
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}


.detail-table td {
    padding: 4px;
}

.data-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    border-radius: 3px;
}

.data-table th {
    vertical-align: bottom;
    text-align: center;
    padding: 0.75rem;
    background: #FDF5E6;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 1px;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.5rem;
    cursor: pointer;
}



.data-table th a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.data-table .no_sort {
    display: block;
    cursor: text;
}

.data-table td {
    vertical-align: middle;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 1px;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.data-table td.number {
    text-align: right;
}

.Control-Label-Above {
    margin-bottom: .25rem;
}

.Control-Label-Above label {
    font-size: .875rem;
}

.validation-summary-errors li  {
    color: red;
}

.form__input-text label {
  display: inline;
  /*
  padding: 0.75rem 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
      */
}

.form-label {
  padding: 0.75rem 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.form__upload input[type="file"] {
  width: 100px;
  height: 32px;
  opacity: 1;
  overflow: visible;
  position: inherit;
  z-index: -1;
}

@media screen and (min-width: 32rem) {
  #main.main--registration {
    max-width: 40rem;
    margin: 0 auto;
  }
}

