﻿.body-background {
    background: url(../Images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}

.body-content {
    border-radius: 4px;
}

.body-fixed {
    max-width: 800px;
    min-width: 100px;
    /*background-color: white;*/
    opacity: 1.0
}

    .body-fixed legend {
        border-bottom: 1px solid #F7F7F7;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .body-fixed fieldset {
        padding: 20px;
    }

        .body-fixed fieldset fieldset {
            padding: 0px;
        }

.body-content .body-fixed {
    background-color: red;
    opacity: 1.0
}

@media screen and (max-width: 640px) {
    .body-fixed {
        width: 100%;
    }

        .body-fixed fieldset {
            padding: 10px;
        }

            .body-fixed fieldset fieldset {
                padding: 0px;
            }
}

a {
    color: #2E6CA4
}

#record_count_span {
}

    #record_count_span i {
        font-size: 24px;
    }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: block;
    }
}

.file-upload {
    border: 5px solid #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

    .file-upload .paste {
        margin-top: 20px;
    }

        .file-upload .paste span {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 20px;
            color: #ddd;
            text-align: center;
            display: block;
        }

        .file-upload .paste i {
            font-size: 120px;
            color: #ddd;
        }

        .file-upload .paste:hover i {
            color: #2E6CA4;
        }

        .file-upload .paste:hover span {
            border: none;
            color: #2E6CA4;
        }

        .file-upload .paste:current {
            border: none;
        }

        .file-upload .paste:focus {
            border: none;
            outline: 0px solid transparent;
        }

    .file-upload .drag {
        margin-top: 20px;
    }

        .file-upload .drag a {
            text-decoration: none;
        }

        .file-upload .drag span {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 20px;
            color: #ddd;
            text-align: center;
            display: block;
        }

        .file-upload .drag i {
            font-size: 120px;
            color: #ddd;
        }

        .file-upload .drag:hover i {
            color: #2E6CA4;
        }

        .file-upload .drag:hover span {
            border: none;
            color: #2E6CA4;
        }

    .file-upload .browse {
        margin-top: 20px;
    }

        .file-upload .browse span {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 20px;
            color: #ddd;
            text-align: center;
            display: block;
        }

        .file-upload .browse a {
            text-decoration: none;
        }

        .file-upload .browse i {
            font-size: 120px;
            color: #ddd;
        }

        .file-upload .browse:hover i {
            color: #2E6CA4;
        }

        .file-upload .browse:hover span {
            border: none;
            color: #2E6CA4;
        }

    .file-upload .status {
        position: relative;
        margin-top: 25px;
        font-size: 20px;
    }

        .file-upload .status span {
            color: #2E6CA4;
        }

.success {
    border: 5px solid #5cb85c;
}

.icon-bar {
    background-color: #666;
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .file-upload .drag:before {
        color: red;
        font-size: 20px;
        content: "Not supported in this browser :(";
        display: inherit;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .file-upload .drag {
        visibility: hidden;
    }
}*/
fieldset span.no-data {
    display: block;
    margin-bottom: 20px;
    color: #999;
}


.chart-container {
    padding: 20px;
}

.processing_icon {
    font-size: 16px;
}

.auto-mapped {
    border: 2px solid green;
}

.manually-mapped {
    border: 2px solid blue;
}

.creditcard-errors {
    background-color: #ffdede;
    padding: 15px;
    margin: 15px;
    border-radius: 4px;
    color: red;
}

#upload_fieldset {
    margin-bottom: 10px;
}

    #upload_fieldset legend {
        line-height: 26px;
    }

#preview {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
}


table tr td.row-header {
    background-color: #f1f1f1;
    font-weight: bolder;
}

.alert-default {
    border-color: #ddd;
    background-color: #f8f8f8;
}

.alert.help-box div {
}

.alert.help-box i {
    font-size: 16px;
    margin-right: 10px;
    color: #ddd;
    vertical-align: middle;
}

.alert.help-box span {
    color: #ddd;
    vertical-align: middle;
}

table span[name=productid].checkbox-label {
    cursor: pointer;
    color: black;
}

i.icon {
    font-size: 16px;
}

    i.icon.paid {
        color: green;
    }

    i.icon.cancelled {
        color: grey;
    }

    i.icon.errored {
        color: red;
    }

    i.icon.created {
        color: black;
    }

    i.icon.processed {
        color: #3070AA;
    }

    i.icon.completed {
        color: #3070AA;
    }

.blue {
    color: #3070AA;
}

.gold {
    color: gold;
}

.map-icon {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10%;
    line-height: 26px;
    width: 40px;
    height: 30px;
    font-size: 10px;
    max-width: none;
}

.map-icon-A {
    background: #000;
    border: 2px solid rgba(255,255,255,0.5);
}

.map-icon-C {
    background: #3070AA;
    border: 2px solid rgba(255,255,255,0.5);
}

.map-icon-H {
    background: #ddd;
    border: 2px solid rgba(255,255,255,0.5);
}

.map {
    width: 100%;
    margin: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 600px;
    margin-bottom: 20px;
    overflow: hidden;
}

.table-report {
    width: 100%;
}

    .table-report tr.table-row-title {
        font-size: 18px;
    }

        .table-report tr.table-row-title td {
            padding: 10px;
        }

    .table-report td.report-value {
        text-align: right;
    }

        .table-report td.report-value.error {
            color: red;
        }

.report {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    display: inline-block;
}

.report-envelope {
    font-size: 20em;
    color: #3070AA;
}

.report-envelope-label {
    position: relative;
    float: left;
    top: 60px;
    left: 50%;
    background-color: white;
    padding: 5px;
    border: 4px solid #fff;
    height: 100px;
    width: 140px;
    border-radius: 4px;
}

.report-envelope-label-header {
    display: block;
    font-size: 12px;
}

.report-envelope-label-text {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
}

.report-envelope-label-footer {
    display: block;
    font-size: 12px;
}

.report-moves-label-left {
    font-size: 10em;
    margin-bottom: 0px;
    padding: 0px;
}

.report-moves-label-text {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

svg g path {
    stroke-opacity: .5;
    stroke-width: 2px;
}

    svg g path[stroke=west_to_east] {
        stroke: url(#path_gradient_west_to_east);
    }

    svg g path[stroke=east_to_west] {
        stroke: url(#path_gradient_east_to_west);
    }

.delete-link {
    color: red;
}

#reminder_date_picker {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.no-show {
    display: none;
}

.offer {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
}

    .offer img {
        margin-right: 20px;
    }

.offer-dark {
    border: 1px solid #777;
    background-color: #888;
    color: #fff;
}

    .offer-dark a {
        color: #fff;
    }

tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

    tr.placeholder:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: red;
        margin-top: -5px;
        left: -5px;
        border-right: none;
    }

.accordion-button[aria-expanded=true] {
    color: black;
    background-color: #f2f2f2;
}

.accordion-button:not(.collapsed) {
    background-color: #f2f2f2
}

#notifications_status {
    font-size: 12px;
}

.auto-unmapped {
    font-style: italic;
    color: green;
}

