body {
    background-color: #1A232E;
}

.full-height {
    height: 100vh;
    padding: 0;
    margin: 0;
}

#logo {
    max-height: 10vmin;
    max-width: 100%;
}

.btn, .btn-flat {
    text-transform: none;
    font-weight: 600;
}

.no-border-table tr {
    border: none;
}

.full-width-table {
    width: auto;
}

.margin-auto {
    margin: auto;
}

.no-padding {
    padding: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin {
    margin: 0 !important;
}

.bold {
    font-weight: bold !important;
}

.list {
    margin-top: 2rem;
    padding-bottom: 100px;
}

.list-item {
    display: block;
}

.list-item-title {
    font-size: 20px;
    font-weight: bold;
}

.list-item i {
    font-size: 3rem;
    margin-left: 5px;
}

i.normal {
    font-size: 3rem;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #1A232E;
    z-index: 990;
}

.collapsible-header {
    border-bottom: 1px solid #BBBBBB;
    flex-direction: column;
}

.collapsible-body {
    background-color: white;
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
}

.issue-content {
    padding-left: 28px;
    padding-right: 28px;
}

.issue-description {
    margin-bottom: 2rem;
    padding-top: 28px;
}

.issue-labels {
    margin-top: 1rem;
}

.issue-comment {
    background-color: #DDDDDD;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #666666;
    overflow: scroll;
}

.issue-actions {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
}

.issue-divider, .issue-divider-comments {
    width: 100%;
    border-top: 1px solid #BBBBBB;
}

.issue-divider-comments {
    margin-top: 1rem;
}

.button-divider {
    margin-left: 3rem;
}

.headline {
    margin-top: 3rem;
    color: white;
}

.button-move {
    margin-bottom: 1rem;
    width: 70%;
}

.search-container {
    margin-top: 1rem;
}

input[type=text] {
    color: white;
}

/* label focus color */
.input-field input[type=text]:focus + label {
    color: #fb8c00 !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #fb8c00 !important;
    box-shadow: 0 0 0 0 #CCCCCC !important;
}

/* label password focus color */
.input-field input[type=password]:focus + label {
    color: #fb8c00 !important;
}

/* label password underline focus color */
.input-field input[type=password]:focus {
    border-bottom: 1px solid #fb8c00 !important;
    box-shadow: 0 0 0 0 #CCCCCC !important;
}

/* label focus color */
.input-field textarea:focus + label {
    color: #fb8c00 !important;
}

/* label underline focus color */
.input-field textarea:focus {
    border-bottom: 1px solid #fb8c00 !important;
    box-shadow: 0 0 0 0 #CCCCCC !important;
}

.buttons-header {
    position: absolute;
    top: 0;
    right: 0;
}

.buttons-header a {
    color: #fb8c00;
}

textarea {
    color: #FFFFFF;
}

.issue-description ul:not(.browser-default),
.issue-description ul:not(.browser-default) > li {
    list-style-type: disc;
    margin-left: 12px;
}

.listItem {
    list-style-type: none !important;
    margin-left: 0 !important;
    background-color: white;
}

code {
    background-color: #d7d7d7;
    border-radius: 4px;
    padding: 4px;
}