html {
	scroll-behavior: smooth;
}

body {
    padding-top: 70px;
    position: relative;
    min-height: 100vh;
    background-color: #0d47a1;
}

.container {
    width:80%;
    height: 100%;
}

.main-container {
    background-color: ghostwhite;
    box-shadow: 11px 6px 29px 2px rgb(0 0 0 / 69%);
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 90vh;
}

@media only screen and (max-width: 1400px) {
    .main-container {
        margin-top: 80px;

    }
}

.form-check-label{
    margin-left: 10px;
    margin-right: 10px;
}

.md-textarea{
    float: none !important;
    font-family: Consolas, Menlo, monospace;
}



/* Navbar */
.navbar-inverse {
    background-color: #75787b !important;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-brand{
    color: white;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-brand:hover{
    color: #D6EBF2;
}

.dropdown-menu{
    padding: 0px;
    background-color: #eee;
}

.dropdown-item{
    display: block;
    padding: 1rem;
    border-bottom: solid 1px black;
}

.version{
    color: white;
    font-size: 1rem;
    margin: 3rem;
}

/* Tables */
table {
    margin-bottom:20px;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.table-div table,{
    font-family: Consolas, Menlo, monospace;
}

.pw{
    font-family: Consolas, Menlo, monospace;
}

.issuetable{
    table-layout: auto;
}

.clienttable td, .clienttable th{
    padding:5px;
    border: 0px;
}

td{
    padding:5px;
    border: solid 1px #141414;
    width 200px;
}

table input,
table a,
table button{
    width: -webkit-fill-available;
}

thead, th{
    padding:5px;
    border: solid 1px #141414;
    height: 40px;
    background-color: #7bb0ff;
}

tr:nth-child(even){background-color: #e6e6f0;}
tr:hover {background-color: #cbcbdd;}


/* General */


.delete-form{
    display: inline;
}

.last-column{
    width: 150px;
}

.password-td{
    width: max-content;
}

.table-div{
    scroll-margin-top: 80px;
}

.alert{
    text-align: center;
}

.alert.success {
  background-color: #c0f9b4;
}

.alert.error,
.bg-danger{
  background-color: #f9b4b4;
}

.bg-warning{
  background-color: #ffdc73;
}

a{
    color:black;
}

.btn-primary{
	background-color: #0d47a1;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #cfddf7;
  border-color: #adadad;
  }

.btn-link {
    color: #0d47a1;
}


.full-width{
    width: 100%;
}

.deleteblock{
    padding:20px;
    text-align:center;
    width:100%;
}

.sidenav{
    height: 1.5rem;
    line-height: 2.5rem;
    text-decoration: none;
    list-style: none;
}

.note{
    margin-bottom: -4px;
    padding-top: 1px;
    font-size: 12px;
    text-align: center;
	box-shadow: 1px 1px 3px 0px;
}

.comment{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ddd;
    width: 54%;
}

.comments{
    border-top: 1px solid grey;
    padding: 10px;
    margin-top: 35px;
}

.comment-text{
    white-space: pre-wrap;
}

.protokoll{
    margin: 1em 0em;
    padding: 1em 3em;
    width: 80%;
    background-color: #ddd
}

.currentroles{
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 5%;
    border: solid red 1px;
}

.wartungsgegenstand{
    border: solid 1px #99b3ff;
    margin:15px;
    padding:5px;
}

.input-box{
    background-color:gainsboro;
    padding-left:15px;
}

.dokumentendiv{
    margin:20px;
    padding-top:70px;
    margin-bottom:50px;
}

.doc {
    overflow:hidden;
}

.height {
    max-height:0px;
}

.heightAuto {
    max-height:5000px;
}

.prio-Trivial{
    background-color:#DDFF99;
    color:#4c7100;
}

.prio-Minor{
    background-color:#FFFA99;
    color:#726c00;
}

.prio-Normal{
    background-color:#FFE299;
    color:#715100;
}

.prio-Major{
    background-color:#FFB599;
    color:#721f00;
}

.prio-Critical{
    background-color:#FF9999;
    color:#720000;
}

.stat-Open{
    background-color:#B7DAF1;
}

.stat-In.progress{
    background-color:#B7BDF1;
    border-radius: 0px;
    box-shadow: none;
}

.stat-To.be.tested{
    background-color:#CEB7F1;
}

.stat-Reopened{
    background-color:#EBB7F1;
}

.stat-Closed{
    background-color:#DFDEDF;
}

.blockquote{
    border-left: 5px solid #0d47a1
}

/*ScrollSpy styles*/

main > nav {
	position: fixed;
    left: 0em;
    top: 10em;
}

.section-nav{
    width: 13%;
    overflow: hidden
}

.section-nav li.active > a {
	font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #b2cffb;
    color: #fff;
}

.section-nav a {
	text-decoration: none;
	display: inline;
	color: #bbb;
	transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

.favoriten{
    margin-bottom: 20px;
}

.section-nav a:hover,
.section-nav a:focus {
	color: #fff;
}

ul, ol {
	list-style: none;
}

.img{
    display: flex;
    flex-wrap: wrap;
}

.img > img {
  flex: 0 50%;
}

.smaller{
    font-size: small;
    margin-bottom: 1rem;
}

.lese-btn{
    font-size:12px;
    width: 150px;
    margin-left: -20px;
    margin-bottom: 10px;
    color: white;
    border-color: white;
}


.tag{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: solid 1px #aaa;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}