body {
    /*Commented by KC: 20160815*/
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 700px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    /*border: 0 none;*/
    border: 1px solid #b94a48;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*Added by KC start - 20160815*/
.vw-language {
    font-family: Segoe UI, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 1.42857143;
    vertical-align: text-bottom;
}

.iconlinken {
    background-image: url("../images/gb.gif");
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 10px;
}

.iconlinkms {
    background-image: url("../images/my.gif");
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 10px;
    color: white;
}

.msactive, .enactive {
    color: black;
    text-decoration: underline;
}

.msinactive, .eninactive {
    color: black;
}

/* --- top user area ---- */
/*ul.vw-userbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.vw-userbar {
    list-style-type: none;
    margin: -8px 45px 0;
    padding: 0;
}

    ul.vw-userbar li, ul.vw-userbar a {
        color: #cc0000;
    }

.vw-userbar > li {
    color: #ffffff;
    padding-top: 15px;
    text-align: center;
}

    .vw-userbar > li > a {
        text-align: center;
    }

    .vw-userbar > li > :hover {
        color: #fffa00;
    }

@media (max-width: 767px) {
    ul.vw-userbar {
    }

    .vw-userbar > li {
        padding: 10px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

body {
    background-image: url("../Images/background_image.gif");
}

.nav-landing {
    background: none repeat scroll 0 0 white;
}

.navlandingbar {
    border-radius: 0;
    border-bottom: 35px solid #cc0000;
    border-top: 35px solid #fff;
    position: relative;
}

.navlandingbarwithoutbottom {
    border-radius: 0;
    border-bottom: 12px solid #fff;
    border-top: 35px solid #fff;
    position: relative;
}

.container, .container-fluid, .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jumbotronListing {
    padding-left: 20px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #fff;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: top center;
}

    .jumbotronListing .container { padding-right:12px;
    }

.jumbotronLanding > #body {
}

.jumbotronLanding {
    margin-bottom: 15px;
    color: inherit;
    background-color: #transparent;
    background-image: url('../Images_new/honda_bg_landing.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 666px;
}

.panel-footer {
    padding: 0px 15px;
    background-color: transparent;
    border-top: 0px solid #dddddd;
    text-align: center;
}

    .panel-footer > p {
        padding: 0px 15px;
        background-color: transparent;
        border-top: 0px solid #dddddd;
        text-align: center;
        font-size: 0.9em;
        color: darkgray;
    }*/
/*Added by KC end - 20160815


/* file upload template --Added by Kah Jun*/
.file-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: -5px;
    margin-top: -5px;
}

.img-file {
    background-image: url(/Images/jpg.png);
}

.doc-file {
    background-image: url(/Images/doc.png);
}

.pdf-file {
    background-image: url(/Images/pdf.png);
}

.xls-file {
    background-image: url(/Images/xls.png);
}

.zip-file {
    background-image: url(/Images/zip.png);
}

.default-file {
    background-image: url(/Images/default.png);
}

#example .file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 60%;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#example .file-name-heading {
    font-weight: bold;
    margin-top: 20px;
}

#example .file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 50px;
}
/* end file upload template */
