/* navbar */
.navbar {
    height: 50px;
    background-color: #ff6d10;
    border: 0;
    margin: 0;
    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, 1);
    box-shadow: 0 0 .5em rgba(0, 0, 0, 1);
}

.navbar-header {
    background-color: #ff6d10;
}

.navbar-brand {
    /*background: url(/static/img/foxdoxlink-logo.png) no-repeat;*/
    background-position: 10px 7px;
    width: 246px;
    height: 50px;
}

.navbar-inverse > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-nav > li > a {
    color: #ffffff;
}

.navbar-nav > li > a:hover {
    color: #000000;
}

.navbar-nav > li > a.no-link {
    color: #ffffff;
}

.navbar-nav > li > a.no-link:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-nav > li > a.active {
    color: #ffffff;
    text-decoration: underline;
}

.navbar-inverse .navbar-collapse {
    background-color: #ff6d10;
    border: 0;
    margin: 0;
    padding: 0;
}

/* footer */
#footer {
    z-index: 9999;
    position: fixed;
    height: 25px;
    bottom: 0;
    background-color: #3e3d40;
    width: 100%;
    color: #fff;
    padding: 2px 2px 0 5px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #FFF;
}

#footer img {
    margin-right: 3px;
}

/* container */
.container-full {
    max-width:100% !important;
    padding-top: 50px;
    margin-right: -15px;
    margin-left: -15px;
}

.container-inner {
    background-color: #fff;
    margin-left: 255px;
    margin-top: 15px;
    margin-right: 260px;
    padding-bottom: 30px;
}

.no-link,
.no-link:hover {
    cursor: default;
    text-decoration: none;
    color: #FFF;
    background-color: transparent;
}

.link {
    cursor: pointer;
}

.state {
    display: inline-block;
}

.state-content {
    display: inline-block;
    vertical-align: middle;
}

.state-status {
    max-width: 150px;
}

/* ROW */
.row {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* IMG */
.img-sm {
    width: 15px;
    height: 15px;
}

.bs-example {
    margin: 20px;
}

.scrollableContainer {
    height: 300px;
    position: relative;
    padding-top: 37px;
    margin-bottom: 30px;
}
.scrollableContainer .headerSpacer {
    border: 1px solid #d5d5d5;
    border-bottom-color: #bbb;
    position: absolute;
    height: 36px;
    top: 0;
    right: 0;
    left: 0;
}
.scrollableContainer th .th-inner .title > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrollableContainer th .orderWrapper {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
}
.scrollArea {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d5d5d5;
}
.scrollArea table {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    border: none;
    border-collapse: separate;
}
.scrollArea table th {
    padding: 0;
    border: none;
}
.scrollArea table .th-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-left: 1px solid #ddd;
}
.scrollArea table tr th:first-child .th-inner {
    border-left: none;
}
.scrollArea table .th-inner.condensed {
    padding: 0 3px;
}
.scrollArea table tbody tr td:first-child {
    border-left: none;
}
.scrollArea table tbody tr td:last-child {
    border-right: none;
}
.scrollArea table tbody tr:first-child td {
    border-top: none;
}
.scrollArea table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

table .cr {
    min-width: 30px;
}

.middled-tr > td {
    vertical-align: middle !important;
}
