﻿/************************************************************
    * device edit
    ************************************************************/

.device-edit #VersionSelect > div {
    width: 150px;
    float: left;
    margin-left: 10px;
    display: inline-block;
}

    .device-edit #VersionSelect > div > input {
        width: 55px;
    }

.device-edit td, #help-edit-text {
    vertical-align: top;
    font-size: 13px;
}

.device-edit tr td:first-child {
    text-align: right;
}

.device-edit .jqte-editor {
    height: 200px;
}

.device-edit .information-columns {
    overflow: hidden;
    width: auto;
}

.device-edit .column2 {
    float: left;
    width: 375px;
}

.device-edit .column1 {
    float: left;
    width: 455px;
    border-right: 1px #2e7254 solid;
    margin-right: 10px;
    padding-right: 10px;
}

.device-edit .editor-field input {
    width: 100%;
}

.device-edit #activation.editor-label {
    float: left;
    width: 575px;
    display: block;
}
.device-edit #tracking-container{
    margin-left:30px;
}
.device-edit #offline-alert-container,
.device-edit #tracking-container,
.device-edit #syncmaster-container {
    float: left;
    margin-top: 4px;
}

    .device-edit #offline-alert-container > #toggle-offline-alert,
    .device-edit #tracking-container > #toggle-detailed-tracking,
    .device-edit #syncmaster-container > #Device_IsSyncMasterBool {
        width: 30px;
        height:15px;
    }


.device-edit #activation-container {
    display: inline-flex;
}

    .device-edit #activation-container span {
        margin-top: 3px;
    }

    .device-edit #activation-container input {        
        margin-right: 10px;
    }

    .device-edit #activation-container .small-button {
        height: 15px;
        padding-bottom: 9px;
        padding-top: 4px;
    }


.device-edit #activation input {
    width: 340px;
}

.device-edit #tabs {
    margin-top: 5px;
}

.device-edit .jqte_editor {
    height: 200px;
}

.device-edit .horizontal-border {
}

    .device-edit .horizontal-border textarea {
        width: 766px;
        height: 80px;
        margin-bottom: 10px;
    }

.device-edit input {
    width: 371px;
}

    .device-edit input.time {
        width: 100px;
    }

.device-edit table.standby {
    padding: 0;
    border-spacing: 6px 6px;
}

    .device-edit table.standby tr td {
        padding-right: 3px;
    }

        .device-edit table.standby tr td:first-child {
            text-align: right;
        }

#activation input {
    width: 120px;
}

.small-button {
    height: 18px;
}

    .small-button .ui-button-text {
        padding-top: 0px !important;
    }

.log-button {
    height: 18px;
}

    .log-button .ui-button-text {
        padding-top: 0px !important;
    }

table.logtable {
    display: block;
}

tbody.logtable {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
}

    tbody.logtable td {
        border: 1px solid black;
    }

/*#device-list .device-entry > div:first-child {
    display: none;
}*/

#device-list .device-entry .state,
#device-list .device-entry > div  {
    display: none;
}

#device-list .device-entry.deactivated .state.deactivated {
    display: inline;
}

#device-list .device-entry.offline .state.offline,
#device-list .device-entry:hover > div {
    display: inline;
}

#device-list .device-entry .item-button {
    padding-left: 10px;
    padding-right: 10px;
}

    #device-list .device-entry .item-button.sync-content {
        color:white;
    }
