﻿.facility {
    font-size: 12px;
    margin-top: 5px;
}

.facility hr {
    background-color: #666666;
    border: none;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.facility {
    display: table;
    width: 100%;
}

.facility .row {
    display: table-row;
    white-space: nowrap;
    margin: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 100%;
    float: left;
}

.facility .tableCell, .facility .key {
	text-align: right;
	width: 210px;
	min-width: 210px;
}

.facility .cell {
	display: table-cell;
	padding: 3px 0;
	width: 210px;
	min-width: 210px;
}

.facility .key {
    font-weight: bold;
    margin-left: 5px;
    padding-right: 5px;
}

.facility .header {
    font-size: 14px;
    color: #2E9F48;
    font-weight: bold;
}

.facility .spacer {
    height: 25px;
}

.facility input,
.facility button,
.facility select,
.facility textarea {
    font-size: 12px;
    height: 24px;
    outline: 0;
    overflow: auto;
}

.facility input[type='checkbox'] {
    height: auto;
}

.facility .warning {
    color: red;
}

.facility .error {
    color: red;
}

.facility input[type="number"] {
	height: 30px;
}

.facility input[type="button"] {
    margin-left: 5px;
}

.facility .error {
    color: red;
    padding-left: 10px;
    font-size: 1.4rem;
}

.facility .success {
    color: green;
    padding-left: 10px;
}
