﻿#deviceSettingsContent { font-size: 12px; }

#deviceSettingsContent hr {
    background-color: #666666;
    border: none;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}

#deviceSettingsContent #view {
    display: table;
    width: 100%;
}

#deviceSettingsContent .row {
    display: table-row;
    white-space: nowrap;
    margin: 0;
    padding-left: 5px;
    width: 100%;
    float: left;
}

#deviceSettingsContent .cell {
    display: table-cell;
    min-width: 80px;
    padding: 3px 0;
    vertical-align: middle;
    white-space: nowrap;
}

#deviceSettingsContent .nowidth {
    width: auto;
    min-width: 40px;
}

#deviceSettingsContent .status {
    width: auto;
    vertical-align: middle;
}

#deviceSettingsContent .key {
    text-align: right;
    font-weight: bold;
    margin-left: 5px;
    padding-right: 5px;
    width: 170px;
    min-width: 170px;
}

#deviceSettingsContent .list-key { vertical-align: top; }

#deviceSettingsContent .tight-list { margin: 0; }

#deviceSettingsContent .header {
    font-size: 14px;
    color: #2E9F48;
    font-weight: bold;
}

#deviceSettingsContent .spacer { height: 25px; }

#deviceSettingsContent .error { color: red; }

#deviceSettingsCredentialsTable {
    margin-left: 80px;
    width: 1%;
    white-space: nowrap;
}

#deviceSettingsContent input,
#deviceSettingsContent button,
#deviceSettingsContent select,
#deviceSettingsContent textarea {
    font-size: 12px;
    height: 24px;
    outline: 0;
    overflow: auto;
}