* {
    font-family: sans-serif;
}

#main, input, textarea, select, .chzn-container a span {
    font-size: 17px;
}

.chzn-container a span {
    color: #000;
}

#main {
    margin: 0 auto;
}

#main {
    width: 75%;
    min-width: 950px;
}

table {
    border-collapse: collapse;
}

thead {
    font-weight: bold;
}

thead tr {
    white-space: nowrap;
}

td {
    border: 1px solid #aaa;
    padding: 5px 10px;
    text-align: center;
}

#add_warehouse_form td {
    text-align: left;
}

#search_form,
#properties_form {
    margin-bottom: 20px;
}

#search_form > div,
#properties_form > div {
    padding: 2px 0;
}

#search_form label,
#properties_form label {
    display: inline-block;
    width: 10em;
}

#search_form select,
#properties_form select {
    width: 23em;
}

label[for="form_properties"] {
    vertical-align: middle;
}

#form_properties_chzn {
    vertical-align: middle;
}

#form_matchMode {
    margin-left: 10em;
}

#form_matchMode label {
    width: 5em;
}

#search_form input[type="submit"],
#properties_form input[type="submit"] {
    width: 5em;
}

.nothing_found {
    padding: 10px;
}

.add_button,
.edit_button,
.delete_button {
    margin-left: 10px;
    text-decoration: none;
}

.edit_button,
.delete_button {
    margin-left: 8px;
}

.add_button:hover,
.edit_button:hover,
.delete_button:hover {
    text-decoration: underline;
}

a, a:visited {
    color: #12c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.delete_button,
.delete_button:visited {
    color: #b33;
}

.edit_warehouse {
    margin-left: 0;
}

#warehouse_pagination {
    border: none;
    padding: 10px;
}

h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 15px;
    font-size: 110%;
    font-weight: bold;
}

#add_warehouse_title,
#warehose_item_servers {
    border: none;
    padding: 0;
    padding-left: 5px;
}

#warehose_item_servers {
    padding-top: 10px;
    text-align: left;
}

#add_warehouse_form td {
    border: none;
    padding-top: 10px;
}

#add_warehouse_form .chzn-container {
    width: 100% !important;
}

#add_warehouse_form > :first-child {
    padding-left: 2px;
}

#add_warehouse_form > :last-child {
    padding-right: 2px;
}

#warehouse_table {
    width: 100%;
}

#warehouse_table input,
#warehouse_table select {
    width: 100%;
}

#warehouse_table .save_warehouse,
#warehouse_table .cancel_warehouse {
    width: 100px;
    display: none;
}

#warehouse_table .cancel_warehouse {
    width: 80px;
}

.warehouse_edit {
    text-align: left;
    white-space: nowrap;
}

#menu {
    margin: 20px 0;
}

#menu a.current {
    color: black;
    font-weight: bold;
}

.form label {
    display: block;
    margin: 5px 0;
}

.form .field_checkbox label {
    display: inline;
}

.form input[type="submit"] {
    display: block;
    margin: 10px 0;
}

.form input[type="text"], input[type="email"], input[type="password"] {
    display: block;
    width: 400px;
}

.form textarea {
    font-family: sans-serif;
    width: 400px;
    height: 200px;
}

.form label.required {
    font-weight: bold;
}

.form label.required:after {
    content: ' *';
}

.form input.form_error {
    border: 1px solid red;
}

.form .form_error_message {
    color: red;
}

.log_parameters_table {
    width: 100%;
}

.log_parameters_table td {
    text-align: left;
    border: none;
    padding: 0;
}

td.log_parameter_name {
    width: 50%;
    padding-right: 10px;
}

#server_components .chzn-container {
    width: 300px !important;
}

#server_components #add_server_item_type_chzn,
#server_components #add_server_slot_type_chzn {
    width: 200px !important;
}

#server_slots td {
    border: none;
}

#server_slots input,
#server_slots .chzn-container {
    margin-top: 0;
    margin-bottom: 0;
}

.server_slot_marked {
    background-color: #ddd;
}

.server_slot_properties {
    cursor: default;
}

.add_server_item_in_slot {
    display: inline-block;
    margin-left: 10px;
}

#add_server_slot_count {
    width: 60px;
}

.server_number {
    font-weight: bold;
}

.server_component {
    font-weight: bold;
    margin-right: 5px;
}

.server_slot_item {
    margin: 10px 0;
}

.server_slot_no_compatible_items {
    margin-left: 10px;
    color: #444;
}

#user_add_panel {
    margin: 16px 0;
}

#user_form {
    width: 400px;
}

#user_form .chzn-container {
    width: 100% !important;
}

.chzn-choices .search-field input {
    width: 100% !important;
}

body {
    margin-bottom: 50px;
}

.pdu_slots {
    margin-top: 10px;
    margin-bottom: 15px;
}

label.pdu_slot_isOk_label {
    display: inline;
}

#edit_pdu_form .chzn-container {
    width: 300px !important;
}

.power-days{
    display: none;
}

.power-day-heading{
    cursor: pointer;
    background: #eee;
    border-bottom: 1px solid;
}

.power-day-heading th {
    padding: 5px;
}


