.test-table td, th {
    border: 1px solid black;
}
.objectLink {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.xos-log.xos-success {
    background-color: #00ff00;
}

.xos-log.xos-inprog {
    background-color: #ffff00;
}

.xos-log.xos-failure {
    background-color: #ff0000;
}

.btn-xosnav {
    width: 120px;
}

.xos-nav-list {
    list-style:none;
    border-bottom-style: solid;
    border-bottom-color: #105E9E;
    color: #105E93;
    margin: 0px 4px 15px 5px;
}

.xos-nav-item {
    background-color: #E0E0E0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    display: inline-block;
    content: normal;
    clear: none;

    padding:8px 20px 7px;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #105E9E;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.xos-nav-item:hover {
    background-color: #A0A0A0;
    letter-spacing: 1px;
}

.xos-nav-item.active  {
    background-color: #105E9E;
    color:#ffffff;
    font-weight:normal;
    padding-top:10px;
    text-decoration:none;
}

.help-inline.error {
    color: red;
    font-weight: bold;
}

/* these are for the inline list and detail titles */

.xos-list-title {
    display: none;
}

.xos-detail-title {
    display: none;
}

/* this one goes with contenttitle */

#xos-list-title-spinner {
    display: none;
}

/* undo what planetstack.css does to the progressbar */
#xos-startup-progress .ui-progressbar-value {
    background-color: rgb(204,204,204) !important;
    background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important;
    border-top: 1px !important;
    border-right: 1px !important;
    border-left: 1px !important;
}

#xos-detail-button-box {
    display: none;
}

#xos-listview-button-box {
    display: none;
}

#xos-confirm-dialog {
    display: none;
}

.picker_row {
  display: table;
}
.picker_column {
  display: table-cell;
  padding: 10px;
}
