/*Header finns hela tiden överst definierad i index.html*/
.header {
    background-color: white;
    width: 100%;
    border-style: outset;
    border-color: red;
    border-radius: 8px;
    border-top-style: none;
    border-left-style: none;
    z-index: 5;
}
.pageHeader{
    padding-block: 10px;
    z-index: 4;
}

.date {
   background-color: rgb(213, 226, 231);
   width: 100%;
}




.navbar{
    z-index: 3;
}
.menubutton {
    background-color: whitesmoke;
    border-color: black;
    border-radius: 5px;
    border: 1px;
    width: 190px;
    height: 25px;
    align-self: center;
    margin-top: 10px;
}
/*Menubar finns hela tiden längst till vänster i alla componenter utom i Modals*/
.menubar {
    height: 100%;
    width: 200px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1;
    padding-top: 0px;
    background-color: rgb(206, 164, 159);
}
/* Typisk en lista med data från databasen */
.maincontent {
    padding-block: 1px;
    width: 100%;
   

}
.summary {
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgb(212, 238, 212);
    border-radius: 8px;
}
.menubutt {
    border: 2px;
    border-color: black;
    background-color: rgb(222, 226, 222);
    width: 100px;
    height: 100px;
    
}

.optiontable {
    border-spacing: 0cqmax;
    padding-left: 20px;
}
.listingtable {
  /*  background-color: rgb(188, 67, 54); */
    margin-left: 50px;

}
.invoice_list_header {
    border-top: 2px;
    border-color: black;
    border-bottom: 2px;
    padding: 4px;
}
.textcell {
    word-wrap: break-word;
}

.listingtable tr:nth-child(even) {
    background-color: rgb(222, 236, 222);
    border-left: 1px;
    border-right: 1px;
    border-color: black;
}
.nav-link {
    padding-top: 10px;
    vertical-align: middle;
}

.imgbutton {
    border: none;
}

.form-control{
    width: 250px;
}