/* Show it is fixed to the top */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
    min-height: 75rem;
    padding-top: 88px;
    font-family: 'Ubuntu', sans-serif;
}

main.container {
    margin-top: 2rem;
}

.navbar-brand {
    text-indent: 50px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.navbar-nav img.avatar {
    border-radius: 50%;
    border: 1px solid #e9ecef;
}

nav.breadcrumb {
    z-index: 1000;
    position: fixed;
    top: 56px;
    padding: 4px 16px;
    width: 100%;
    height: 32px;
    border-radius: 0px;
}

.toggle-switch {
    box-sizing: border-box;
    border-radius: 15px;
    height: 30px;
    padding: 0px 0px;
    line-height: 28px;
}

.toggle-switch .indicator {
    background-color: white;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
}

.toggle-switch-off {
    padding-right: 12px;
}

.toggle-switch-on {
    padding-left: 12px;
}

table.project-list td:last-child {
    text-align: right;
}

.nav.nav-tabs.flex-column {
    margin-top: 1em;
    margin-right: -1px;
    z-index: 100;
    border-bottom: none;
    padding-right: 0px;

}

.nav.nav-tabs.flex-column .nav-link {
    margin-left: 2em;
    background-color: #fafafa;
    border: 1px solid #e9ecef;
    text-align: right;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0px;
    margin-top: 0.5em;


}

.nav.nav-tabs.flex-column .nav-link.active {
    margin-left: 0;
    color: #495057;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border-color: #e9ecef #fff #e9ecef #e9ecef;
}

.tab-content {
    padding: 1em;
}

.tab-content section {
    margin-bottom: 1em;
}

section label {
    font-weight: bold;
    margin-bottom: 0px;
}

section .help-text {
    font-style: italic;
    font-size: 90%  ;
}

fieldset.card-body {
    transition: display 1s;
    display: block;
}

fieldset.card-body[disabled] {
    display: none;
}

.asteriskField {
    display: none;
}

.form-group.prev-is-label {
    margin-top: -1rem;
}

.speech-bubble {
    position: relative;
    padding: 2em 2em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-right-color: #e9ecef;
    border-left: 0;
    border-top: 0;
    margin-top: -15.5px;
    margin-left: -31px;
}

.alerts {
    margin: 0;
    padding: 0;
    /*position: fixed;*/
    /*top: 88px;*/
    max-width: 100%;
}

.alerts>.alert {
    width: 100%;
}

td.lineno {
    text-align: right;
    width: 3em;
}

td.source pre code span {
    display: block;
}

span.hit {
    background-color: #d4edda;
}

span.miss {
    background-color: #f8d7da;
}