﻿body {
    margin: 0px !important;
    font-family: calibri;
    font-size: 18px;
}

header {
    top: 0;
}

.question2-panel {
    width: 100% !important;
    display: inline-table;
}

.question2-left {
    width: 49.7% !important;
    float: left;
}

.question2-right {
    width: 49.7% !important;
    float: right;
}

.bildirge {
}

    .bildirge > p {
        font-size: 0.81rem;
        text-align: justify;
        margin: 5px;
        padding-top: 5px;
    }

.bildirge-workorder {
}

    .bildirge-workorder > p {
        font-size: 0.75rem;
        text-align: justify;
        margin: 5px;
        padding-top: 5px;
    }

.part-text {
    margin: 0 !important;
    font-size: 9pt !important;
    color: blue;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.part-title {
    width: 25px;
}

.background-report {
    position: absolute;
    display: block;
    min-height: 50%;
    min-width: 50%;
    margin-top: 50% !important;
}

.bg-report-text {
    color: #ff00009e;
    font-size: 10rem;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
}


.btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn-blue {
    background-color: #008CBA;
}
/* Blue */
.btn-red {
    background-color: #f44336;
}
/* Red */
.btn-gray {
    background-color: #e7e7e7;
    color: black;
}
/* Gray */
.btn-black {
    background-color: #555555;
}
/* Black */

footer {
    background-color: red !important;
    height: 18px !important;
    line-height: 20px;
    color: white !important;
    padding: 2px;
    bottom: 0;
    font-size: 0.80rem;
}

.fixed-bottom {
    position: absolute !important;
    /*position: fixed;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.signature-panel {
    position: absolute !important;
    /*position: fixed;*/
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 1030;
}

.page {
    max-height: 1122px !important;
    height: 1122px !important;
    position: relative;
    max-width: 750px !important;
    width: 750px !important;
    margin: auto;
    /*max-height: 297mm;*/
    /*width: 210mm;*/
    /*margin: 10mm auto;*/
    /*border: 1px solid black;*/
}

.subpage {
    max-height: 1100px !important;
    height: 1100px !important;
    margin: auto;
    position: relative;
}

.pt-15 {
    top: 15px !important;
}

.pt-10 {
    top: 10px !important;
}

.pb-130 {
    margin-bottom: 130px !important;
}

.pt-20 {
    top: 20px !important;
}

.pt-130 {
    top: 130px !important;
}

.pt-30 {
    top: 30px !important;
}

.pt-40 {
    top: 40px !important;
}

.pt-50 {
    top: 50px !important;
}

.pt-60 {
    top: 60px !important;
}

.pt-70 {
    top: 70px !important;
}

.pt-80 {
    top: 80px !important;
}


.pt-100 {
    top: 100px !important;
}

.pt-110 {
    top: 110px !important;
}


.pt-120 {
    top: 120px !important;
}

.pt-140 {
    top: 140px !important;
}

.pt-160 {
    top: 160px !important;
}

.pt-180 {
    top: 180px !important;
}

.pt-200 {
    top: 200px !important;
}

.pt-250 {
    top: 250px !important;
}






.boxes {
    width: 100%;
    height: 70px;
    /*background-color: blue;*/
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.mechanic-box {
    width: 250px;
    height: 70px;
    /*background-color: red;*/
    margin-left: 100px;
    border: 5px solid rgba(0,0,0,.125);
}

.box-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.box-subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.55rem;
    color: #6c757d !important;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}


.operation-result {
    margin-top: 0px;
    font-size: 10pt;
}

.vehiclemodelpage {
    margin-top: 1cm !important;
}

.diagnostikpage {
    margin-top: 1cm !important;
}

.mechanicpage {
    margin-top: 1.5cm !important;
}

.infopage {
}



.address {
    float: left;
}

.telephone {
    float: right;
}

.red {
    background-color: red !important;
    color: white !important;
}

.dev-packages {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding: 5px;
    font-size: 11pt;
}


.dev-package {
    list-style-type: none;
    border-bottom: 1px solid #a7a7a7;
}

.customer {
    /*text-align: center;*/
    padding: 3px;
    padding-top: 5px;
    vertical-align: baseline;
}

    .customer > .title {
        text-align: center;
        border-bottom: 2px solid #5e5e5e;
    }

    .customer > .content {
        height: 120px;
    }

        .customer > .content > .mersisno {
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 10pt;
            border-bottom: 1px solid #5e5e5e;
            min-height: 35px;
        }


.center {
    text-align: center;
}

.vehicle-model {
    display: inline-block;
}

.dev-title {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    min-height: 35px !important;
    padding-top: 12px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.dev-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.dev-table {
    width: 100%;
    border-spacing: 0px !important;
}

    .dev-table td {
        margin: 0px !important;
    }


.vehicle-photos {
    margin-top:15px!important;
    margin-bottom:15px!important;
    display: inline-block;
}

.photo {
    float: left;
    margin-left: 25px;
}

.photo-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}








.testCheckIcons {
    margin-top: 30px;
}

.branch-address {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    font-weight: bold;
    color: white;
    font-family: 'Verdana';
    font-size: 14px;
}

.part-status-header {
    /*background-color: black;
            color: white;
            width: 200px;*/
    color: black;
    width: 200px;
    font-weight: bold;
}






.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #a7a7a7;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #a7a7a7;
    }

    .table tbody + tbody {
        border-top: 2px solid #a7a7a7;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 0.5px solid #a7a7a7;
}

    .table-bordered th,
    .table-bordered td {
        border: 0.5px solid #a7a7a7;
        padding-left: 5px;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 0.5px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #a7a7a7;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }
