body {
    padding-top: 60px;
    color: #303030;
}

.busy {
    cursor: progress;
}

.main {
    max-width: 920px;
    margin: 0 auto;
}

td.img {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

tr.rows:hover {
    cursor: pointer;
}

.withHand {
    cursor: pointer;
}

section h2 {
    margin-top: 2em;
}

footer.footer {
    margin-top: 5em;
    padding: 2em 0;
    background: #2a2a2a;
    color: #eee;
}

.small-text {
    font-size: xx-small;
}

.navbar .brand {
    padding: 0 4px 0 24px;
    position: relative;
    top: 3px;
}

.nav-tabs > li {
    cursor: pointer;
}

.text-box {
    width: 340px;
}

#bachTable, #fileTable {
    font-size: xx-small;
}

code.code {
    padding: 2px 4px;
    color: #d14;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

select#version {
    width: 350px;
}

.invisible {
    visibility: hidden;
}

.dataedit-Completed {
    font-weight: bold;
    font-size: 16px;
    color: #000080;
}

.dataedit-Approved {
    font-weight: bold;
    font-size: 16px;
    color: #008000;
}

.form-in-table {
    display: inline;
}

/* leave this last*/
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.edit-form-input-radio {
    margin: 0px !important;
}

.edit-form-label-radio {
    margin-right: 10px;
    display: inline-block;
}
