﻿body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

footer {
    background-color: #191f22;
    color: #ffffff;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}
h1 {
    font-size: 40px;
}

h3 {
    font-weight: 400;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 3px solid #e3e4e4;
    color: #95a5a6;
    font-size: 16px;
}

h4 {
    font-weight: 400;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 3px solid #e3e4e4;
    color: #95a5a6;
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}

.no-margin {
    margin:0;
}

i {
    margin: 8px;
    color: #3498db;
}

a {
    color: #3498db;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

    a:hover,
    a:focus {
        color: #7b7b7b;
        text-decoration: none;
        outline: 0;
    }

    a:before,
    a:after {
        -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
        -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
        -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
        -o-transition: color 0.1s ease-in, background 0.1s ease-in;
        transition: color 0.1s ease-in, background 0.1s ease-in;
    }


a.btn, a.btn:visited {
    background-color: #191f22;
    border-color: #191f22;
    border-radius: 0;
}

    a.btn:hover {
        background-color: #009fc3;
        border-color: #009fc3;
    }

    a.btn:active {
        background-color: #e3e4e4;
        border-color: #e3e4e4;
        color: #333333;
    }

    table {
        width:100%;
    }

.btn-file {
    display: block;
    background-color: #191f22;
    color: #ffffff;
    padding: 5px 15px 5px 10px;
    font-weight: bold;
    margin: 20px 30px 0 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: left;
        opacity: 0;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

    .btn-file i {
        color: #ffffff;
    }

    .btn-file:hover {
        background-color: #009fc3;
    }

    .btn-file.take-photo {
        display: inline-block;
        padding: 3px;
        border-radius: 5px;
        position: absolute;
        right: 15px;
        margin: 0;
        top: -73px;
    }

        .btn-file.take-photo span {
            display: none;
        }

.white {
    color: #ffffff;
}

.black {
    color: #333333;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #009fc3;
    background-image: url('../branding/Default/arrow-white.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 16px 24px;
    border-color: #009fc3;
    padding-left: 25px;
    font-weight: bold;
    border-radius: 0;
}

    .btn-primary[disabled="disabled"] {
        opacity: 0.5;
        background-color: #e5eaee;
        border-color: #cccccc;
    }

    .btn-primary:hover {
        background-color: #333333;
    }

    .btn-primary.upload,
    .btn-primary.upload:active,
    .btn-primary.upload:visited,
    .btn-primary.upload:focus {
        background-image: none !important;
        padding-left: 15px;
    }

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-right {
    margin-right: 15px;
}

.row.margin-right {
    margin-right:0;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-left {
    margin-left: 15px;
}

.row.margin-left {
    margin-left: 0;
}

.margin-left-0 {
    margin-left: 0px !important;
}


.no-gutter {
    padding: 0;
}

.wrapper {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

    .wrapper:after {
        content: ' ';
        clear: both;
        display: block;
        height: 1px;
    }

#headerwrap {
    padding: 0;
    margin: 0;
    min-height: initial;
    background-color: #ececec;
    
    background-attachment: relative;
    background-position: center center;
    /*min-height: 400px;*/
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #headerwrap .wrapper {
        margin-top: 50px !important;
        margin-left: 0;
        /*border-top: 1px solid #e3e4e4;*/
        position: relative;
    }

    #headerwrap h1 {
        margin-top: 60px;
        margin-bottom: 15px;
        color: #333333;
        font-size: 45px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    #headerwrap div.logo {
        position: absolute;
        background-image: url('/Content/img/ITAS-BLUE.png') !important;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center center;
        height: 65px;
        padding: 0;
        width: 100px;
        top: -40px;
        left: 50%;
        margin-left: -60px;
        z-index:100;
    }


    #headerwrap > .row, footer.row {
        margin-right: 0;
    }


    #headerwrap div.banner {
        margin-top: 20px;
        margin-bottom: 20px;
        background-image: url('../branding/default/itas-banner.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 150px;
        padding: 0;
    }

        #headerwrap div.banner div.content-wrapper {
            margin-top: 200px;
            position: static;
        }

            #headerwrap div.banner div.content-wrapper .info {
                display: inline-block;
                color: #333333;
            }

                #headerwrap div.banner div.content-wrapper .info span {
                    display: block;
                }

                    #headerwrap div.banner div.content-wrapper .info span.head {
                        font-size: 20px;
                        font-weight: 400;
                        background-image: url('../branding/default/arrow-blue.png');
                        background-repeat: no-repeat;
                        background-position: left center;
                        padding: 0 0 0 15px;
                        margin: 5px;
                    }

            #headerwrap div.banner div.content-wrapper a.info:hover span {
                color: #009fc3 !important;
            }

            #headerwrap div.banner div.content-wrapper .info span.content {
                font-size: 24px;
                font-weight: 400;
            }

    #headerwrap + div.container {
        padding: 0 !important;
    }

.body-content {
    padding-top: 50px;
}

ul.customer-progress {
    list-style: none;
    display: block;
    margin: -21px 0 0 0;
    padding: 0;
    width: calc(100% - 42px);
    /*position:relative;
    left:-15px;*/
}

    ul.customer-progress:after {
        display: block;
        clear: both;
        content: " ";
        font-size: 1px;
        height: 1px;
    }

    ul.customer-progress li {
        display: block;
        position: relative;
        background: #ffffff;
        border: 1px solid #e3e4e4;
        border-left: none;
        line-height: 42px;
        padding-left: 15px;
        width: 14%;
        float: left;
        height: 42px;
    }

        ul.customer-progress li:first-child {
            z-index: 6;
        }

        ul.customer-progress li:nth-child(2) {
            z-index: 5;
        }

        ul.customer-progress li:nth-child(3) {
            z-index: 4;
        }

        ul.customer-progress li:nth-child(4) {
            z-index: 3;
        }

        ul.customer-progress li:nth-child(5) {
            z-index: 2;
        }

        ul.customer-progress li:nth-child(6) {
            z-index: 1;
        }

        ul.customer-progress li span, ul.customer-progress li span.stage-title {
            visibility: hidden;
        }

            ul.customer-progress li span.stage-step {
                display: none;
            }

        ul.customer-progress li.completed {
            background-color: #e3e4e4;
        }



            ul.customer-progress li.completed span {
                color: #333333 !important;
            }

        ul.customer-progress li.active {
            width: 30%;
            background-color: #009fc3;
            color: #ffffff;
            font-weight: bold;
        }


            ul.customer-progress li.active span.stage-step, ul.customer-progress li span.stage-digit {
                visibility: visible;
                display: inline;
                padding-left: 15px;
            }

        ul.customer-progress li span.stage-digit {
            color: #e3e4e4;
        }

        ul.customer-progress li.active span.stage-digit {
            padding-left: 0;
        }

        ul.customer-progress li:first-child {
            border-top: 1px solid #e3e4e4;
        }

        ul.customer-progress li:after, ul.customer-progress li:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        ul.customer-progress li:after {
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            border-width: 20px;
            margin-top: -20px;
        }

        ul.customer-progress li:before {
            border-color: rgba(51, 51, 51, 0);
            border-left-color: #333333;
            border-width: 20px;
            margin-top: -20px;
        }

        ul.customer-progress li:first-child:before {
            border-width: 20px;
            margin-top: -20px;
        }

        ul.customer-progress li.active:before, ul.customer-progress li.active:after {
            border-color: rgba(213, 0, 28, 0);
            border-left-color: #009fc3;
        }

        ul.customer-progress li.completed:after {
            border-color: rgba(227, 228, 228, 0);
            border-left-color: #e3e4e4;
        }

        ul.customer-progress li.completed:before {
            border-color: rgba(51, 51, 51, 0);
            border-left-color: #333333;
        }


.img-wrap {
    position: relative;
    padding: 4px 4px 15px 4px;
    border: none;
    width: 50%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-align: left;
}

    .img-wrap i.fa {
        position: absolute;
        top: 5px;
        left: 5px;

        display: inline !important;
        color: #39c40e;
        margin: 0 0 0 5px;
    }

    .img-wrap img {
        margin-bottom: 15px;
    }

    .img-wrap ul {
        position: relative;
        top: -10px;
        text-align: left;
        margin: 0 0 0 5px;
        padding: 0;
        display: inline-block;
        list-style-position: inside;
        list-style: none;
    }

        .img-wrap ul li {
            font-size: 0.9em;
            padding-left: 15px;
            background-repeat: no-repeat;
            background-position: left center;
        }

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    display: block;
    width: calc(100% - 30px);
    position: fixed;
    top: 15px;
    left: 15px;
    padding: 10px;
    border: 2px solid #ffffff;
    background-color: #009fc3;
    color: #ffffff;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 10000;
    box-shadow: 1px 1px 3px #333333;
}

    .validation-summary-errors.heading-only span {
        font-weight: bold;
        padding-left: 15px;
        line-height: 40px;
    }


        .validation-summary-errors.heading-only span + ul {
            display: none;
        }

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .validation-summary-errors ul:before, .validation-summary-errors.heading-only span:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f071";
            display: block;
            float: left;
            font-size: 24px;
            line-height: 40px;
        }

        .validation-summary-errors ul li {
            font-size: 14px;
            font-weight: bold;
            padding-left: 36px;
        }

.shroud {
    background-color: #ffffff;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

    .shroud i {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        color: #009fc3;
    }

    .shroud span.progress-indicator {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 64px;
        width: 64px;
        line-height: 64px;
        font-size: 16px;
        margin: -32px 0 0 -32px;
        color: #009fc3;
        text-align: center;
        font-weight: bold;
    }

.photos-container {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    width: 100%;
    z-index: 1000;
}

.photos {
    max-width: 1060px;
    margin: 0 auto;
    position: static;
    width: auto;
    background-color: #e3e4e4;
    border-top: 3px solid #009fc3;
    padding: 10px 10px;
}

    .photos.approve {
        border: none;
        background: none;
        padding: 0;
        margin: 0 -15px;
    }

    .photos footer {
        display: block;
        background: none !important;
        padding: 10px 0 0 0;
    }

        .photos footer small {
            display: block;
            margin-bottom: 10px;
        }

        .photos footer:before, .photos footer:after {
            content: ' ';
            clear: both;
            display: block;
        }

        .photos footer button {
            float: right;
        }

    .photos div.img-thumbnail-wrapper:before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .photos.approve div.img-thumbnail-wrapper:before {
        padding: 0;
    }

    .photos div.img-thumbnail-wrapper {
        float: left;
        position: relative;
        cursor: pointer;
        width: calc(25% - 4px);
        margin: 0 2px;

        /*Used to hide the background image on the wrapper, this is to make use of the img tag instead by default.*/
        background-position: -100px -100px;
        background-repeat: no-repeat;
        background-size: 1px 1px;
    }

        .photos div.img-thumbnail-wrapper a.img {
            background-size: cover;
            background-position: center center;
            position: absolute;
            top: 3px;
            left: 3px;
            right: 3px;
            bottom: 3px;
            z-index: 1000;
        }

        .photos div.img-thumbnail-wrapper i {
            position: absolute;
            top: 7px;
            right: 7px;
            margin: 0;
            font-size: 12px;
            color: #ffffff;
            z-index: 1001;
        }

            .photos div.img-thumbnail-wrapper i:before {
                content: "\f10c";
            }

        .photos div.img-thumbnail-wrapper.selected i:before {
            content: "\f058";
        }

    .photos div.btn {
        display: inline-block;
        float: left;
        margin: 0;
    }

    .photos a.close {
        opacity: 0.5;
        margin: -2px -5px 0 10px;
    }

        .photos a.close:hover {
            opacity: 0.9;
        }

        .photos a.close i {
            color: #333333;
            margin: 0;
        }

    .photos a.btn-submenu {
        float: right;
        opacity: 0.25;
        background-image: none;
        padding: 0;
        border-radius: 3px;
        color: #9a9a9a;
        background: none !important;
        border-color: #9a9a9a;
        font-size: 10px;
        padding-right: 5px;
        cursor: default;
        box-shadow: none !important;
        margin: -5px 0 0 10px;
    }

    .photos a.delete {
        right: 90px;
    }

    .photos a.btn-submenu.active {
        cursor: pointer;
        opacity: 1;
    }

    .photos a.btn-submenu i {
        margin: 5px 0 5px 5px;
        color: #b8b8b8;
        font-size: 14px;
    }


#PhotoTarget:after {
    content: ' ';
    display: block;
    clear: both;
}

.photos.approve {
    padding-top: 10px;
}

    .photos.approve header {
        border-bottom: 3px solid #e3e4e4;
        margin-bottom: 10px;
    }

        .photos.approve header.checkbox {
            float: left;
            margin: 0 0 5px 0;
            padding: 3px 0 5px 3px;
            display: block;
            width: calc(100% - 5px);
        }

            .photos.approve header.checkbox:after {
                display: block;
                content: ' ';
                clear: both;
            }

            .photos.approve header.checkbox + div.clear + div.images {
                width: calc(100% - 5px);
                border: 2px solid #ffffff;
            }

            .photos.approve header.checkbox.has-error {
                color: #009fc3;
                font-weight: bold;
                border-bottom-color: #009fc3;
                position: relative;
            }

                .photos.approve header.checkbox.has-error:after {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f071";
                    display: inline-block;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    float: right;
                    font-size: 24px;
                    line-height: 40px;
                }

    .photos.approve footer {
        display: block;
        padding: 0 5px 5px 0;
        text-align: right;
    }

        .photos.approve footer a {
            color: #333333;
            text-decoration: underline;
            font-size: 0.8em;
        }

.dealership h2, .dealership h3 {
    background-image: url('/Content/branding/Porsche/arrow-blue.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-top: 5px;
}

.dealership-photo {
    background-size: cover;
    background-position: center center;
}

    .dealership-photo img {
        display: block;
        width: 100%;
        visibility: hidden;
    }

.dealership-details-wrapper {
    background-color: #f5f5f5;
    padding: 19px;
    border: 1px solid #e3e4e4;
    border-radius: 4px;
    margin-top:20px;
    margin-bottom:20px;
}

.dealership-services {
    margin-top:20px;
}

header.checkbox i.cr-icon {
    color: #009fc3;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #headerwrap .row {
        margin-top: 60px !important;
    }

    #headerwrap div.logo {
        height: 75px;
        width: 100px;
        top: -40px;
        margin-left: -70px;
    }

    #headerwrap div.banner {
        margin-top: 0px;
        margin-bottom: 0;
        height: 400px;
    }

        #headerwrap div.banner div.content-wrapper {
            max-width: 1060px;
            margin: 0 auto !important;
            position: relative;
            height: 400px;
        }

            #headerwrap div.banner div.content-wrapper .info {
                position: absolute;
                bottom: 45px;
                right: 45px;
                padding-left: 30px;
                background-image: url('arrow-red-large.png');
                background-repeat: no-repeat;
                background-position: 0 25px !important;
                color: #ffffff;
            }

                #headerwrap div.banner div.content-wrapper .info span.head {
                    font-size: 60px;
                    font-weight: 400;
                    background: none;
                    padding: 0;
                    margin: 0;
                }

    ul.customer-progress {
        margin: 26px 0 0 0;
    }

        ul.customer-progress li {
            width: calc(100% - 35px);
            border-top: none;
        }

            ul.customer-progress li.active {
                width: 100%;
            }

            ul.customer-progress li.completed {
                border-bottom-color: #a5a5a5;
            }

            ul.customer-progress li span,
            ul.customer-progress li span.stage-title,
            ul.customer-progress li span.stage-step,
            ul.customer-progress li span.stage-digit,
            ul.customer-progress li.active span,
            ul.customer-progress li.active span.stage-title,
            ul.customer-progress li.active span.stage-step,
            ul.customer-progress li.active span.stage-digit {
                visibility: visible;
                display: inline;
                padding: 0;
            }

                ul.customer-progress li span.stage-digit {
                    color: #333333;
                }

                ul.customer-progress li.active span.stage-digit {
                    color: #ffffff;
                }



    .body-content {
        padding-top: 0;
    }

    .img-wrap {
        width: calc(25% - 5px);
        float: left;
        padding-right: 5px;
    }

    .btn-file.take-photo span {
        display: inline;
    }

    .btn-file.take-photo {
        display: block;
        padding: 5px 15px 5px 10px;
        border-radius: 0;
        margin: 20px 30px 0 15px;
        position: static;
    }

    .photos {
        border-left: 3px solid #009fc3;
        border-right: 3px solid #009fc3;
    }

        .photos:after {
            content: '';
            clear: both;
            display: block;
        }

    #PhotoTarget {
        float: left;
        width: 50%;
    }

    .photos div.img-thumbnail-wrapper {
    }


    .photos footer {
        width: 50%;
        float: left;
        display: block;
    }

        .photos footer .btn.btn-primary {
            display: block;
            float: right;
            min-width: 150px;
            text-align: left;
        }

        .photos footer .btn.btn-file {
        }

        .photos footer small {
            display: block;
            float: right;
        }


    #PhotoTarget:after {
        clear: none;
    }

    .photos.approve footer {
        text-align: left;
    }

    .validation-summary-errors {
        display: inline-block;
        width: 400px;
        right: 15px;
        left: auto;
        margin-left: 0;
        top: auto;
        bottom: 15px;
    }

    .dealership-photo img {
        min-height: 300px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
