html,
body {
    font-family: "Droid Sans", "Sans Serif";
    height: 100%;
    background-color: #efeae6;
    color: #3F3F3F;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 110px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

h1 {
    color: #633;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 50px;
}

.login-help td {
    width: 50%;
    text-align: right;
    padding-right: 5px;
    color: #666;
}
.login-help a {
    display: block;
    text-align: left;
}

.top-menu {
    z-index: 1;
    background-color: #efeae6;
    text-align: center;
    padding: 10px 50px;
    position: fixed; 
    display: block; 
    width: 100%; 
    left: 0; 
    right: 0;
}

.tab-pane > p {
    padding-top: 20px;
}

.ttn-number {
    width: 200px;
    display: block;
    font-size: 130%;
    color: inherit;
    margin-bottom: 20px;
    cursor: pointer;
}

.ttn-number:hover {
    color: #006;
}

.track-list .ttn-item {
    border-top: double 1px gray;
    border-bottom: double 1px gray;
}

.track-list .ttn-item > td {
    padding: 20px 5px !important;
    text-align: center;
}

.ttn-info {
    width: 220px; 
    text-align: center; 
    font-weight: bold;
}

.ttn-img {
    font-size: 90%;
    color: black;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px; 
    height: 40px; 
    vertical-align: middle; 
    text-align: center; 
    font-weight: bold;
    display: table-cell; 
}

.ttn-actions {
    display: none;
}

.user-menu {
    border: solid 1px #efeae6; 
    text-align: center;
    cursor: pointer;
}

.user-menu:hover {
    border: solid 1px gray; 
    border-radius: 3px; 
    background-color: white;
}

.hint {
    color: #005f9b;
    font-style: italic;
    font-size: 90%;
}

.ttn-name {
    font-weight: bold;
}

.ttn-archived {
    font-weight: normal;
    font-size: 90%;
}

.ttn-counter {
    position: relative; 
    height: 30px;
}

.ttn-counter > div {
    background-color: #efeae6;
    color: #666;
    font-size: 85%;
    position: absolute; 
    top: -12px; 
    right: 2px; 
    border: 0; 
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #999;
    padding: 2px 7px;
}

.closing {
    padding-top: 0px;
}

.closing > div {
    width: 100%; 
    text-align: right; 
}

.closing > div > span {
    color: #dbbcc1;
    cursor: pointer;
}

.closing > div > span:hover {
    color: #a94442;
}

.table-ttn td {
    border: 0 !important;
}

.table-ttn tr > td:first-child {
    text-align: right;
}

.help-block-error {
    color: brown;
}

.tab-content {
    background-color: #fafafa; 
    border: solid 1px #999; 
    border-top: none; 
    padding: 30px;
}

.nav-tabs {
    border-bottom: 1px solid #999;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    background-color: #fafafa;
    border: 1px solid #999;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    border-bottom-color: #999;
}

#new-ttn-success table tr td {
    width: 50%;
    border: 0;
    text-align: right;
}

#new-ttn-success .btn {
    width: 80%;
    margin: 5px;
}
