:root {
    --system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --system-serif: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
    --system-mono: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
    --noboxcrm-accent-color: #f95d20;
    --noboxcrm-background-color: #F1EEEA;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: var(--noboxcrm-background-color);
    font-family: var(--system-ui);
    font-size: 0.8em;
    font-variant-numeric: tabular-nums;
    line-height: 1.75;
}

#verktygsfalt td {
    color: #fff;
}

a img {
    border: none;
}

summary {
    cursor: pointer;
}

/* tables */
table.tablesorter {
    background-color: #CDCDCD;
    margin: 10px 0 15px;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    background-color: #222;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 8px;
    color: #fff;
}

table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: var(--noboxcrm-accent-color);
}

table.tablesorter tr a {
    color: #3d3d3d;
}

table.tablesorter tr.passerat_datum,
table.tablesorter tr.passerat_datum a {
    color: red;
}

table.tablesorter tr.dagens_datum,
table.tablesorter tr.dagens_datum a {
    font-weight: bold;
    color: #3d3d3d;
}

a {
    text-decoration: none;
    color: #0066FF
}

a:hover {
    text-decoration: underline;
}

.heading_first_page {
    margin-bottom: 0;
}

ul {
    margin-left: 20px;
}

.list_none {
    margin-left: 40px;
    list-style-type: none;
}

.contact td {
    padding-left: 20px;
}

th,
td {
    text-align: left;
    font-size: 11px;
}

#site {
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    margin-inline: auto;
    margin-block: 2.5rem;
    padding: 0.5rem;
    max-width: 968px;
}

.site_top {
    background-image: url(background-top.png);
    width: 100%;
    height: 15px;
}

.site_bottom {
    background-image: url(background-bottom.png);
    width: 100%;
    height: 15px;
    margin-bottom: 30px;
}

.content {
    background-color: #FFFFFF;
    border: 2px solid #E0DFDF;
    border-radius: 15px;
    padding: 1.0rem;
    text-align: left;
}

.site_top_small {
    background-image: url(background-top-small.png);
    width: 800px;
    height: 15px;
    margin: 20px auto auto;
}

.site_bottom_small {
    background-image: url(background-bottom-small.png);
    width: 800px;
    height: 15px;
    margin: auto;
}

.content_small {
    background-color: #fbe8c2;
    border-right: 2px solid #E0DFDF;
    border-left: 2px solid #E0DFDF;
    padding: 0 5px 0 5px;
    width: 786px;
    margin: auto
}

#page-wrap #header {
    float: none;
    clear: none;
    width: auto;
}

#logo {
    float: right;
    margin-top: 30px;
}

#login_form {
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
}

.login_inputs {
    display: flex;
    flex-direction: row;
    gap: 1.0rem;
    justify-content: space-evenly;
}

.login_inputs input {
    border-radius: 5px;
}

.login_submit {
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
    padding: 0.5rem;
}

.form_group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.clear {
    clear: both;
}

/* Primary nav */
#burgermenu {
    display: none;
}

#nav {
    margin-block: 1.5rem 0;
    margin-inline: auto;
    width: 95%;
    max-width: 1600px;
}

#menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

#nav ul li {
    border: 1px solid #E0DFDF;
    padding-block: 0.5rem;
    list-style-type: none;
    background-color: #999999;
    margin-right: 3px;
}

#nav ul li:hover {
    background-color: #777777;
}

#nav ul li a {
    color: #FFFFFF;
    padding: 12px 10px 10px;
    width: 100%;
}

#nav ul li a:hover {
    text-decoration: none;
}

#nav ul li#active {
    background-color: #000000;
    font-weight: 600;
}

@media screen and (max-width:1024px) {
    #border {
        display: none;
    }

    #burgermenu {
        background: #2a2a2a;
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
    }

    .burgermenu__header {
        all: initial;
        font-family: var(--system-ui);
        font-weight: 600;
    }

    .burgermenu__icon {
        color: #fff;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    #nav {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #menu {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    #nav ul li {
        border-inline: 0;
        margin: 0;
    }

    #nav ul li a {
        display: block;
        font-weight: 600;
        padding: 0.25rem 0.75rem;
        width: 100%;
    }

    .nav__hidden {
        display: none;
    }

    .post {
        margin-top: 1.5rem;
    }
}

/* End of primary nav */

.form_skugga {
    background-color: #eeeeee;
    width: 170px;
    margin-left: 30px;
}

#parts {
    text-align: center;
    width: 960px;
    padding-left: 30px;
}

.part {
    float: left;
    width: 200px;
    border: 1px solid #E0DFDF;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
}

.content_box {
    float: left;
    margin: 0 35px 0 0;
}

#mer_information {
    display: none;
}

table.information {
    border: 1px solid #CDCDCD;
    margin: 10px 0 15px;
    font-size: 10pt;
    text-align: left;
}

table.information_bold {
    border: 2px solid #000;
    margin: 10px 0 15px;
    font-size: 10pt;
    text-align: left;
}

table.information thead tr th,
table.tablesorter tfoot tr th,
table.information_bold thead tr th {
    background-color: #e6EEEE;
    font-size: 10pt;
    padding: 4px;
}

table.information tbody td,
table.information_bold tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.information th,
table.information_bold th {
    padding: 4px;
    font-size: 1em;
}

#ui-datepicker-div {
    display: none;
}

label {
    font-weight: 600;
}

input[type=submit] {
    background: none repeat scroll 0 0 var(--noboxcrm-accent-color);
    border: 1px solid #d8440a;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 10px 8px;
}

input[type=submit]:hover {
    background: none repeat scroll 0 0 #ff5716;
}

input[type=button] {
    background: #222;
    border: 1px solid #111;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 10px 8px;
}

input[type=button]:hover {
    background: #2b2b2b;
}


#search_result p {
    border-bottom: 1px solid #fff;
    padding: 8px 0 8px !important;
    margin: 0;
}

#search_result p:hover {
    background: #e0e0e0;
}

#search_result a {
    color: #000;
}

#search_result_ort {
    background-color: #f0f0f0 !important;
}

#search_result_ort p {
    border-bottom: 1px solid #fff;
    padding: 8px 0 8px !important;
    margin: 0;
}

#search_result_ort p:hover {
    background: #e0e0e0;
}

#search_result_ort a {
    color: #000;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 6px 4px 8px;
}

select {
    width: 210px;
    padding: 3px;
    -webkit-appearance: none;
}

h3 {
    font-weight: bold !important;
    font-size: 14px;
    border-bottom: 1px solid var(--noboxcrm-accent-color);
    margin: 0 !important;
    padding: 0;
}

table.information tr {
    margin-bottom: 10px;
}

ul.list_none {
    margin-top: 5px;
}

ul.list_none li {
    padding: 2px 0;
}

@media screen and (max-width:800px) {
    .login_inputs {
        display: flex;
        flex-direction: column;
    }

}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.clear {
    clear: both;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .group,
*:first-child+html .group {
    zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
#page-wrap,
.wrapper {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
    overflow: auto;
}

#border {
    background: #2a2a2a;
    width: 100%;
}

#border_content {
    margin-inline: auto;
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#verktygsfalt {
    display: block;
    color: #fff;
    margin: 1.0rem;
    white-space: nowrap;
    min-width: 300px;
}

#verktygsfalt h2 {
    color: #fff;
    font-size: 20px;
    border-bottom: 0;
    margin-top: 10px;
}

#verktygsfalt p {
    position: absolute;
    font-size: 9px;
    margin-top: 39px;
    margin-left: 9px;
}

#banner-crm {

    /* background: url('images/banner-crm.png');*/
    height: 390px;
    width: 910px;
    margin: 0 0 30px;
}

#banner-crm ul {
    list-style: none;
    margin: 100px 0 0 15px;
    float: left;
}

#banner-crm ul li {
    font-size: 16px;
    font-weight: bold;
    /* background: url(images/check.png) no-repeat left center;*/
    padding: 8px 0 8px 25px;
}

#pristabell {
    width: 100%;
    border-collapse: collapse;
}

#pristabell tr th {
    color: #fff;
    background: #222;
    padding: 8px 5px;
}

#pristabell tr td {
    height: 35px;
    background-color: #f0f0f0;
    padding: 0 0 0 5px;
}

#pristabell tr.even td {
    background-color: #f9f9f9;
}

#pristabell tr .sub {
    font-weight: bold;
    text-align: left;
    width: 190px;
}

#pristabell tr .check {

    /* background-image: url(images/check.png); */
    background-repeat: no-repeat;
    background-position: center center;
}

#chart_container {
    display: block;
    margin-block: 1.0rem;
    align-items: start;
}

.timereport-container {
    display: flex;
    column-gap: 2.0rem;
    align-items: start;
    margin-bottom: 5.0rem;
}

.timereport-form {
    flex: 1 1 auto;
    width: 100%;
    /* max-width: 1024px; */
}

.timereport-shortcuts {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-evenly;
    gap: 2.5rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
}

.timereport-section {
    display: flex;
    flex-direction: column;
    flex: 0 0 225px;
    gap: 2.5rem;
    min-width: 400px;
}

.inputbox {
    float: left;
    background: #eee;
    margin-left: 20px;
    padding: 6px 6px;
    height: 21px;
    border: 1px solid #E0DFDF;
    color: #000;
    font-size: 12px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.inputbox:focus {
    background: #fff;
}

.label {
    float: left;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 100%;
}

.inputboxreg {
    float: left;
    background: #eee;
    width: 225px;
    margin-bottom: 5px;
    padding: 6px 6px;
    height: 21px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.inputboxreg:focus {
    background: #f9f9f9;
}

.submit {
    float: left;
    background: var(--noboxcrm-accent-color);
    margin-left: 20px;
    padding: 8px 10px 10px;
    border: 1px solid #E0DFDF;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.submitreg {
    float: left;
    background: var(--noboxcrm-accent-color);
    margin-top: 20px;
    padding: 8px 10px 10px;
    border: 1px solid #E0DFDF;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    clear: left;
}

#verktygsfalt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#verktygsfalt ul li {
    width: 50px;
    text-align: center;
}

#verktygsfalt ul li img {
    padding-bottom: 4px;
}

#bordermenu {
    margin: 1.0rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1.0rem;
}

#bordermenu ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bordermenu ul li {
    background: var(--noboxcrm-accent-color);
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #E0DFDF;
}

#bordermenu ul li a {
    text-decoration: none;
    color: #fff;
}

#bordermenu ul li.white {
    background: white;
}

#bordermenu ul li.white a {
    color: #000;
}

#header {
    display: none;
    width: 100%;
    margin-bottom: 0;
}

#logo {
    float: right;
    width: 200px;
    margin-top: 16px;
    margin-bottom: 20px;
}

#navigation {
    float: left;
    width: 500px;
    margin-left: 20px;
    margin-top: 0;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul li {
    float: left;
    background: #999;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #DCDBDB;
}

#navigation ul li.current-menu-item {
    background: #000;
}

#navigation ul li#menu-item-17 {
    background: var(--noboxcrm-accent-color);
}

#navigation ul li a {
    text-decoration: none;
    color: #fff;
}

#registrera_knapp {
    display: block;
    background: var(--noboxcrm-accent-color);
    padding: 13px 10px 15px;
    border: 1px solid #E0DFDF;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
    margin: 0 0 30px;
}

#registrera_knapp span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0 0;
}

#registrera_knapp:hover {
    background: #ff6427;
}

ul h1 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0;
    border: 0;
}

a img {
    border: none;
}

h1,
h2,
h3 {
    font-family: var(--system-serif);
    font-weight: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 22px;
    padding-bottom: 4px;
    border-bottom: 4px solid var(--noboxcrm-accent-color);
}

h2 {
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--noboxcrm-accent-color);
}

a {
    color: var(--noboxcrm-accent-color);
}

ul,
ol {
    margin: 0 0 10px 20px;
}

.post {
    background: white;
    clear: both;
    border: 1px solid #DCDBDB;
    margin-inline: 1.0rem;
    padding: 20px 25px;
    overflow-x: auto;
}

.entry {
    width: 520px;
    padding-right: 70px;
    border-right: solid 1px #DCDBDB
}

.entry ul li {
    padding: 3px 0;
}

#sidebar {
    width: 240px;
    float: right;
    margin-left: 40px;
    margin-right: 10px;
}

#footer {
    background: url(images/headerbg.png) #ddd center top;
    border: 1px solid #DCDBDB;
    border-top: 0;
    float: left;
    color: #fff;
    height: 40px;
    width: 910px;
    padding: 20px 25px;
}

ol.commentlist {
    list-style: none;
}

ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 10px;
}


ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 10px 10px;
}

ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
}

ol.commentlist li.comment div.reply {
    font-size: 11px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 10px 0 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px;
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f6f6f6;
}

ol.commentlist li.parent {
    border-left: 5px solid #111;
}

/* END screen media */
@media print {
    .do-not-print {
        display: none;
    }

    #comments {
        page-break-before: always;
    }

    body {

        /*width: 100% !important;*/
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: 0.2pt;
        font-family: var(--system-serif);
        color: #000;
        background: none;
        font-size: 12pt;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--system-ui);
    }

    h1 {
        font-size: 19pt;
    }

    h2 {
        font-size: 17pt;
    }

    h3 {
        font-size: 15pt;
    }

    h4,
    h5,
    h6 {
        font-size: 12pt;
    }

    code {
        font: 10pt Courier, monospace;
    }

    blockquote {
        margin: 1.3em;
        padding: 1em;
    }

    img {
        display: block;
        margin: 1em 0;
    }

    a img {
        border: none;
    }

    table {
        margin: 1px;
        text-align: left;
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    td {
        border-bottom: 1px solid #333;
    }

    th,
    td {
        padding: 4px 10px 4px 0;
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    a {
        text-decoration: none;
        color: black;
    }

}

/* END print media */
@media screen and (max-width:1024px) {
    .timereport-container {
        flex-direction: column;
        row-gap: 1rem;
    }
    .timereport-shortcuts {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 1.0rem;
        font-size: 0.75rem;
    }
}

@media screen and (max-width:600px) {
    #border {
        justify-content: flex-end;
    }

    #verktygsfalt {
        display: none;
    }

    #bordermenu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

.noboxcrm__action_button {
    background-color: var(--noboxcrm-accent-color);
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
    padding: 0.5rem;
}

.noboxcrm__action_button_dark {
    background-color: #2b2b2b;
}

/* company_show.php specific parts */
.company__sectionbox {
    border: 1px solid #cdcdcd;
    font-size: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 2.0rem;
    padding: 0.5rem;
    overflow: auto;
    margin-bottom: 1.0rem;
}

.company__searchbox__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.0rem;
}

.company__searchbox__content h3 {
    all: initial;
}

.company__searchbox__textfields {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: stretch;
    gap: 1.0rem;
}

.company__searchbox__textfields__full_width {
    display: block;
    max-width: 475px;
    width: 90%;
}

.company__searchbox__textfields>div>label {
    display: block;
    margin-bottom: 0.5rem;
}

.company__searchbox__textfields__date-inputs {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.company__searchbox__filters {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-top: 1.5rem;
}

.company__searchbox__filters__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.0rem;
    grid-row-gap: 2.0rem;
    justify-content: space-between;
}

.company__searchbox__filters__checkbox {
    display: flex;
    gap: 1.0rem;
}

.company__searchbox__searchhint {
    position: absolute;
    display: none;
    z-index: 1000;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    width: 443px;
    padding-left: 5px;
    cursor: pointer;
}

.company__flex__row {
    display: flex;
    justify-content: space-between;
}

.company__website__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.company__website__row>p {
    /* margin: 0; */
}

.company__website__header__row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
}

.company__website__header__row h3 {
    border-bottom: none;
    font-size: 1.0rem;
}

.company__website__header__row__icons {
    display: flex;
    align-items: center;
    gap: 1.0rem;
}

.company__website__header__row__icon {
    width: 32px;
    text-align: center;
}

.company__website__table {
    border-spacing: 0;
}

.company__website__table td,
.company__website__table th {
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    vertical-align: baseline;
}

.company__website__table tfoot td {
    font-weight: 600;
    padding-block: 1.0rem;
}

.company__website__table__icon {
    display: flex;
}

.company__website__table-striped tr:nth-child(even) {
    background-color: #fafafa;
}

.company__website__table-bordered {
    border-bottom: 1px solid #ccc;
}

.company__website__table progress {
    width: 123px;
    height: 12px;
    border-radius: 5px;
    -webkit-appearance: none;
}

/* Normal, Chrome and Safari */
.company__website__table progress::-webkit-progress-value {
    background-color: var(--noboxcrm-accent-color);
}

/* Normal,Firefox */
.company__website__table progress::-moz-progress-bar {
    background-color: var(--noboxcrm-accent-color);
}

/* Normal, Chrome and Safari */
.company__website__table progress.produktion_klar::-webkit-progress-value {
    background-color: dodgerblue;
}

/* Normal,Firefox */
.company__website__table progress.produktion_klar::-moz-progress-bar {
    background-color: dodgerblue;
}

/* Klar att fakturera, Chrome and Safari */
.company__website__table progress.att_fakturera::-webkit-progress-value {
    background-color: purple;
}

/* Klar att fakturera, Firefox */
.company__website__table progress.att_fakturera::-moz-progress-bar {
    background-color: purple;
}

/* Fakturerad, Chrome and Safari */
.company__website__table progress.fakturerad::-webkit-progress-value {
    background-color: green;
}

/* Fakturerad, Firefox */
.company__website__table progress.fakturerad::-moz-progress-bar {
    background-color: green;
}

@media screen and (max-width:900px) {
    .company__searchbox__content {
        flex-direction: column;
    }

    .company__searchbox__textfields__date-inputs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

}

@media screen and (max-width:600px) {
    .company__searchbox__filters__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1.0rem;
        grid-row-gap: 2.0rem;
    }

    .company__flex__row {
        display: flex;
        flex-direction: column;
        gap: 2.0rem;
        margin-top: 2.0rem;
    }

}

/* utrustning*.php specific parts */
.equipment__edit__form {
    display: flex;
    flex-direction: column;
}

.equipment__edit__form__checkbox {
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.equipment__edit__form__inline-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.0rem;
}

.equipment__edit__form__checkbox label {
    margin-left: 0.5rem;
}

.equipment__edit__form label,
.equipment__edit__form input,
.equipment__edit__form select {
    display: block;
}

.equipment__edit__form label {
    margin-bottom: 0.5rem;
}

.equipment__edit__form input:not([type=checkbox]):not([type=submit]),
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--noboxcrm-background-color);
    border-radius: 5px;
    margin-bottom: 1.0rem;
    padding: 0.5rem;
    width: 100%;
}

#service_method {
    text-align: center;
}

#service_method img, svg {
    margin-inline: auto;
    vertical-align: middle;
}

.timereport__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-inline: 0;
    list-style-type: none;
}

.hidden {
    display: none;
}

table.activity_log {
    width: 100%;
}
table.activity_log td {
    padding-block: 1rem;
    padding-inline: 0.5rem;
    vertical-align: top;
}

fieldset {
  border: 0;
}

legend {
  font-weight: 500;
}
