﻿body,
button,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px;
}

#comparesaleschart {
    min-height: 400px;
}

.container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.topheadline {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 700;
    margin-top: 15px;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.headline {
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 700;
    margin: 30px 0 20px 0;
    border-top: 1px solid #999;
    background-color: #eee;
    padding: 5px 10px 5px 10px;
}

.button {
    margin-right: 10px;
}

#dateselectionfeedback {
    padding-top: 21px;
    padding-left: 8px;
}

.checkbox-container {
    padding-top: 6px;
    display: inline-block;
}

    .checkbox-container label {
        padding-left: 5px;
        padding-right: 10px;
    }

#locationinfo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.salestable {
    width: 100%;
}

    .salestable td {
        text-align: right;
        border-bottom: 1px solid #bbb;
        text-transform: uppercase;
        padding-right: 10px;
        padding-left: 10px;
    }

        .salestable td:first-child {
            text-align: left;
        }

        .salestable td:nth-child(2),
        .salestable td:nth-child(4),
        .salestable td:nth-child(6),
        .salestable td:nth-child(8) {
            border-left: 1px solid #999;
        }

    .salestable #total td {
        /*background-color: #eee;*/
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
    }

    .salestable .summarytr td {
        border-bottom: 2px solid #999;
    }

        .salestable .summarytr td:nth-child(2),
        .salestable .summarytr td:nth-child(3),
        .salestable .summarytr td:nth-child(4),
        .salestable .summarytr td:nth-child(5) {
            border-left: 1px solid #999;
        }

    .salestable #tableheader td {
        text-align: center;
        border-left: 0;
    }

.branchtable {
    width: 100%;
}

    .branchtable td,
    .branchtable th {
        text-align: right;
        border-bottom: 1px solid #bbb;
        text-transform: uppercase;
        padding-right: 10px;
        padding-left: 10px;
    }

        .branchtable td:first-child {
            text-align: left;
        }

        .branchtable td:nth-child(2),
        .branchtable td:nth-child(4),
        .branchtable td:nth-child(6),
        .branchtable td:nth-child(8) {
            color: #aaa;
            border-left: 1px solid #999;
        }

        .branchtable td:nth-child(3),
        .branchtable td:nth-child(5),
        .branchtable td:nth-child(7),
        .branchtable td:nth-child(9) {
            text-align: left;
        }

    .branchtable th {
        border: 0;
        text-align: center;
    }

#selectDealerModal .modal-body {
    /*max-width:400px;*/
}

#selectDealerModalNotFoundMessage {
    color: red;
    padding-top: 10px;
    text-align: center;
    display: none;
}

.infoline {
    text-transform: none;
    color: #999;
    text-align: center;
    font-weight: 400;
    padding-top: 8px;
}

#comparesaleschart,
#comparelocationchartall #comparelocationchartnew {
    width: 100%;
}

@media print {
    .no-print {
        display: none;
    }
}

#selectAreaModal a {
    font-size: 16px;
}

#newsales-container,
#resales-container {
    width: 100%;
}

    #newsales-container > table,
    #resales-container > table {
        width: 100%;
    }

        #newsales-container > table td,
        #resales-container > table td {
            width: 25%;
            vertical-align: top;
        }

        #newsales-container > table table,
        #resales-container > table table {
            width: 90%;
        }

            #newsales-container > table table td,
            #resales-container > table table td {
                border-top: 1px solid #eee;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                width: 33%;
                padding: 2px 4px 2px 4px;
                text-align: center;
            }

                #newsales-container > table table td:last-child,
                #resales-container > table table td:last-child {
                    text-align: right;
                    padding-right: 6px;
                }

                #newsales-container > table table td:first-child,
                #resales-container > table table td:first-child {
                    text-align: left;
                    padding-left: 6px;
                }

            #newsales-container > table table .summary td,
            #resales-container > table table .summary td {
                border-top: 1px solid #999 !important;
                border-bottom: 1px solid #999 !important;
            }

    #newsales-container .trk-header, #resales-container .trk-header {
        background-color: #f2f2f2;
        text-align: center !important;
    }

#log-container {
    border-bottom: 1px solid #ccc;
}

    #log-container table {
        width: 100%;
        font-weight: 400;
    }

        #log-container table tr {
            cursor: pointer;
        }

        #log-container table td {
            text-transform: none;
            padding: 5px;
            font-family: 'Open Sans';
        }

        #log-container table .forfatter {
            float: right;
            color: #aaa;
        }

        #log-container table .notat {
            background-color: #fcf8e3;
        }

        #log-container table .dimmed {
            opacity: 0.5;
            background-color: #eee;
        }

        #log-container table .top-tr {
            border-top: 1px solid #ccc;
        }

            #log-container table .top-tr td:first-child {
                width: 80px;
                font-family: 'Open Sans Condensed';
                font-weight: 700;
            }

        #log-container table .text-tr td {
            font-family: 'Open Sans';
        }

#info-container {
    text-transform:none !important;
    padding-left:10px;
}

#salestarget-container {
    border-bottom: 1px solid #ccc;
}

    #salestarget-container .outer-table {
        width: 100%;
        font-weight: 400;
    }

        #salestarget-container .outer-table tr {
            cursor: pointer;
        }

        #salestarget-container .outer-table td {
            text-transform: none;
            padding: 5px;
            font-family: 'Open Sans';
        }

        #salestarget-container .outer-table .forfatter {
            float: right;
            color: #aaa;
        }

        #salestarget-container .outer-table .dimmed {
            opacity: 0.5;
            background-color: #eee;
        }

        #salestarget-container .outer-table .top-tr {
            border-top: 1px solid #ccc;
        }

            #salestarget-container .outer-table .top-tr td:first-child {
                width: 110px;
                font-family: 'Open Sans Condensed';
                font-weight: 700;
            }

        #salestarget-container .outer-table .bonusstatus-J {
            background-color: #deebd6;
        }

        #salestarget-container .outer-table .bonusstatus-N {
            background-color: #ebdcd6;
        }

        #salestarget-container .outer-table .text-tr td {
            font-family: 'Open Sans';
        }

    #salestarget-container .inner-table {
        width: auto;
    }

        #salestarget-container .inner-table td {
            padding: 3px 10px 3px 0;
            vertical-align: top;
        }

            #salestarget-container .inner-table td:first-child {
                width: 130px;
            }

#salesTargetEntryModal textarea {
    width: 100%;
}

#salesTargetEntryModal .bonus-status .radio-inline {
    font-family: 'Open Sans';
    font-size: 0.8em;
}

#salesTargetEntryModal .period-table {
    margin-top: 5px;
}

    #salesTargetEntryModal .period-table td {
        padding-right: 10px;
    }

#logEntryModal,
#salesTargetEntryModal,
#sendmailModal {
    text-transform: none !important;
}

    #logEntryModal input,
    #salesTargetEntryModal input,
    #sendmailModal input {
        text-transform: none !important;
    }

    #logEntryModal #inputTekst,
    #salesTargetEntryModal #inputTekst,
    #sendmailModal #inputTekst {
        padding: 8px;
        width: 100%;
        min-height: 200px;
        font-family: 'Open Sans';
    }

    #logEntryModal .required,
    #salesTargetEntryModal .required,
    #sendmailModal .required {
        background-color: #fcf8e3;
    }

    #logEntryModal textarea,
    #salesTargetEntryModal textarea,
    #sendmailModal textarea {
        padding: 6px 12px;
    }

    #logEntryModal .info-om,
    #salesTargetEntryModal .info-om,
    #sendmailModal .info-om {
        font-size: 0.9em;
        color: #aaa;
        font-family: 'Open Sans';
        font-weight: normal;
    }

    #sendmailModal input {
        font-family: 'Open Sans';
        font-weight: normal;
    }

    #sendmailModal textarea {
        padding: 6px 12px;
        width: 100%;
        min-height: 300px;
        font-family: 'Open Sans';
        font-weight: normal;
    }

#benchmark-section .info,
#salestarget-section .info {
    position: relative;
    top: -5px;
    font-family: 'Open Sans';
    font-size: 0.9em;
    text-transform: none;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px;
}

#benchmark-container table {
    border-collapse: collapse;
    width: 100%;
}

    #benchmark-container table .top-tr {
        background-color: #f3f3f3;
    }

    #benchmark-container table td {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        text-align: center;
    }

        #benchmark-container table td:first-child {
            text-align: left;
        }

    #benchmark-container table .lbl {
        width: 35%;
    }

    #benchmark-container table .ant {
        text-align: right;
        padding-right: 10px;
        width: 11%;
    }

        #benchmark-container table .ant.bad {
            color: red;
        }

    #benchmark-container table .pct {
        width: 11%;
        text-align: left;
        padding-left: 10px;
        color: #aaa;
    }

    #benchmark-container table .divider {
        border: 0;
    }

.saleshistorytable {
    width: 100%;
}

    .saleshistorytable td {
        border-bottom: 1px solid #aaa;
        font-size: 1.1em;
    }

#saleshistorycharts .saleshistorychart {
    width: 49%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.visible-page-sales,
.visible-page-campaigns {
    display: none;
}

#gdpr-report-list-container table {
    width: 100%;
}

    #gdpr-report-list-container table td {
        vertical-align: top;
        border-bottom: 1px solid #eee;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        #gdpr-report-list-container table td:first-child {
            width: 80px;
            padding-left: 10px;
        }

        #gdpr-report-list-container table td:nth-child(2) {
            width: 50px;
            padding-left: 10px;
        }

        #gdpr-report-list-container table td:last-child {
            width: 30px;
            font-size: 2em;
            line-height: 0.5em;
        }

        #gdpr-report-list-container table td .info {
            font-family: 'Open Sans', sans-serif;
            text-transform: none !important;
            font-weight: normal;
            font-size: 12px;
            padding-top: 4px;
        }

#no-gdpr-reports {
    padding-left: 10px;
}

.gdpr-input-table {
    width: 100%;
}

    .gdpr-input-table td {
        vertical-align: top;
        text-transform: none !important;
        padding-right: 20px;
        padding-top: 4px;
    }

        .gdpr-input-table td.radiotd {
            white-space: nowrap;
        }

        .gdpr-input-table td .info {
            font-family: 'Open Sans', sans-serif;
            color: #999;
            font-weight: normal;
            font-size: 12px;
        }

        .gdpr-input-table td input[type="radio"] {
            margin-right: 6px;
        }

        .gdpr-input-table td textarea {
            margin-top: 5px;
            width: 100%;
            height: 3em;
        }

        .gdpr-input-table td hr {
            margin: 5px 0;
        }

#selectDealerModalSearchResults {
    margin-top: 20px;
}

    #selectDealerModalSearchResults div {
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

#login-form input {
    
}

#txtName {
    text-transform: none !important;
}
#txtPwd {
    text-transform: none !important;
}
