﻿
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.form-control-inline {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.header {
    font-size:32px;
}

.smHeader {
    font-size:24px;
}

.list-group {
    border-style:none;
}

.checkBox {
    font-weight:normal;
    color:gray;
}

.label {
    font-weight:normal;
    color:rgb(176, 177, 176);
    font-size:14px;
}

.list {
    list-style-type:none;
    background-color:white;
    padding-left:5px;
    padding-right:5px;
}

.grid {
    width:100%;
    background-color:#ffffff;
}

.grid_alt_row
{
    background-color:#f4f2f2;
}

.grid-footer {
    font-size:24px;
    padding-right:5px;
}

.search-button {
    margin-left:200px;
}

.radio-button-container {
    background-color:#ffffff; 
    width:150px;
    padding-top:5px;
    padding-left:10px;
    height:150px;
}

.format-radio-button-container {
    background-color:#ffffff; 
    width:250px;
    padding-top:5px;
    padding-left:10px;
    height:150px;
}

.PageTitle {
   padding-top:50px;
    padding-left:10px;
    font-size:22px;
}