html body {
    font-size: 13px;
}
a[href^="#error:"] {
	background: red;
	color: white;
}
.container {
    padding-top: 10px;
}
ul.alert, ul.error {
    list-style: none;
    margin: 2em 0;
    padding: 1em;
}
.gray {
    color: #CCCCCC;
}
.no-rounded li:first-child,
.no-rounded li:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
    overflow-y: scroll;
}
.dropdown-menu-form label {
    font-weight: normal;
}
.monthPicker .ui-datepicker-calendar {
    display: none;
}

/* FireFox workaround, FF ignores line-height for input elements. */
input[type="button"],
input[type="reset"],
input[type="submit"] {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      line-height: 19px;
      height: 19px;
}
.form-inline input.smallDate {
    width: 100px;
}
#ajax-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5) url('../images/spinner.png') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}
html body td.icon {
    text-transform: uppercase;
    font-size: 8px;
    vertical-align: middle;
}
td.icon img {
    margin-right: 3px;
}