.tableV1 {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.tableV1 .highlightRow {
    border-left: 0px;
    border-right: 0px;
}

.tableV1 thead {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.tableV1 thead th {
    padding: 8px 4px;
    text-transform: uppercase;
    /* color: #697386; */
    font-size: 90%;
}

.tableV1 thead th.tiny {
    width: 60px;
}

.tableV1 thead th.smaller {
    width: 90px;
}

.tableV1 thead th.small {
    font-size: 90%;
    width: 110px;
}

.tableV1 thead th.average {
    width: 150px;
}

.tableV1 thead th.large {
    width: 500px;
}

.tableV1 .apodle-tr td i {
    padding: 3px 0;
}

.tableV1 .apodle-tr td i:hover {
    color: inherit;
}

.tableV1 thead th.larger {
    width: 500px;
}

.tableV1 thead th.action {
    width: 1%;
}

.tableV1 tbody {
    background-color: #fff;
}

.tableV1 tr td.actions {
    padding: 5px 4px;
}

.tableV1 tr td.actions.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
}

.tableV1 tr td.actions.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border: 1px solid #f0ad4e;
}

.tableV1 tr td.actions.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d9534f;
}

.tableV1 tr td {
    padding: 8px 4px;
    /*    overflow: auto; */
    display: table-cell;
    /* vertical-align: text-top; */
    /* vertical-align: top; */
    /* taken out for orbit screen */
    word-break: break-word;
    vertical-align: top;
}

.tableV1 tr td:focus {
    border: 1px solid green;
    outline: none;
}

.tableV1 tr td.pad {
    padding: 9px 6px;
}

.tableV1 tr td input {
    border: none;
    padding: 6px 4px;
    /* Was 4px 5px 21/5/18 */
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: white !important;
    /* for planning screen */
}

.tableV1 tr td input[type=text]:focus {
    /*    border: 1px solid green; */
    border-radius: 5px;
    outline: none;
    border: 0px;
}

.tableV1 tr td span {
    display: block;
}

.tableV1 tr td span.taskRowLeft {
    /*    margin-top: 5px; */
    /* removed for document store */
}

.tableV1 tr td span.performanceArrow {
    font-size: 18px;
    position: absolute;
}

.tableV1 select {
    width: 100%;
    height: 32px !important;
    /* was 38px */
    background: inherit;
    border: none;
    background-color: #fff;
    margin-top: 2px;
    padding: 0;
}

.tableV1 select:focus {
    outline: none;
    border-radius: 0px;
    border: 0px;
}

.tableV1 tr td.insert.dark {
    background-color: #ddd;
}

.tableV1 tr td.insert {
    padding: 5px;
    background-color: #eeeeee;
    /*    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa; */
}

.tableV1 tr td.insert input {
    border-radius: 5px;
    /* for planning screens */
    /*
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 3px;
    width: 100%;
*/
}

.tableV1 tr td.insert span {
    padding: 4px 1px;
    border: none;
    background-color: #fff;
}

.tableV1 tr td.insert select {
    /*    height: 30px !important;*/
    margin-bottom: 0px;
}

.tableV1 tr td.date {
    /*    border: 1px solid #eeeeee; */
}

.tableV1 tr td.date i {
    padding: 10px 5px;
}

.tableV1 tr td.header-actions i {
    /*    padding: 0 0 0 5px; */
}

.tableV1 .totalsRow td {
    font-weight: 500;
    /*    border-bottom: 1px solid #aaa !important;
    border-top: 1px solid #aaa !important;*/
}

.tableV1 tr td .fakeInput span {
    /* padding: 1px 10px 0px 0px; */
    margin: 0;
}

.tableV1 tr td .fakeInput input {
    /* padding: 0; */
    /* margin: 0; */
}

.tableV1 tr.focusRow {
    border-left: 1px solid;
    border-right: 1px solid;
    background: #eee;
}

@media only print {
    .tableV1 th {
        padding: 5px;
    }
    .tableV1 tr td span {
        padding: 0;
    }
}