﻿/*Place styles that need to be in legacy and MVC here.*/

/*main layout
-----------------------------------------------------------*/

img {
    border: none;
}

#wrapper {
    min-height: 95%;
    height: auto !important;
    /*height: 100%;*/
    /*margin: 0 auto -50px;*/
}

#footer, #push {
    clear: both;
    height: 15px;
    font-size: xx-small;
    padding: 0 5% 0 5%;
}

    #footer ul {
        padding: 0px 5px 0 0px;
    }

    #footer li {
        list-style: none;
        float: left;
        padding: 8px 8px 0 0px;
    }

        #footer li.image {
            list-style: none;
            padding: 0px 5px 0 0;
        }

    #footer img {
        border-style: none;
        float: left;
        padding: 2px 0 0 0;
        height: 27px;
        width: 63px;
    }



.shoppingCart {
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    height: 22px;
    text-decoration: none;
    color: #008000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #e2eeab; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e2eeab 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e2eeab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e2eeab 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e2eeab 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e2eeab 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2eeab',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#e2eeab 99%); /* W3C */
}

    .shoppingCart img {
        position: absolute;
        top: -2px;
        left: -0px;
        border: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
}

.validation-summary-errors {
    margin-top: 5px;
    font-weight: bold;
    color: #ff0000;
}


.validation-summary-valid {
    display: none;
}

.ui-button .ui-icon.icon-disk {
    background-image: url( 'images/icons/disk.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-cancel {
    background-image: url( 'images/icons/cancel.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-arrow-left {
    background-image: url( 'images/icons/arrow_left.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-arrow-right {
    background-image: url( 'images/icons/arrow_right.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-cross {
    background-image: url( 'images/icons/cross.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-report {
    background-image: url( 'images/icons/report.png' );
    width: 16px;
    height: 16px;
}

.t-icon.t-report {
    background-image: url( 'images/icons/report.png' );
}

.ui-button .ui-icon.icon-tick {
    background-image: url( 'images/icons/tick.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-pencil {
    background-image: url( 'images/icons/pencil.png' );
    width: 16px;
    height: 16px;
}

.t-edit {
    background: url( 'images/icons/pencil.png' );
}

.t-select {
    background: url( 'images/icons/magnifier.png' );
}

.ui-button .ui-icon.icon-cart-edit {
    background-image: url( 'images/icons/cart_edit.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-add {
    background-image: url( 'images/icons/add.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-key {
    background-image: url( 'images/icons/keys.png' );
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.icon-arrow-down {
    background-image: url( 'images/icons/arrow_down.png' );
    width: 16px;
    height: 16px;
}

.navigation,
#navigation {
    float: left;
    width: 100%;
    border-top: black thin solid;
    border-bottom: black thin solid;
    margin: 0px;
    clear: both;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
}

    .navigation > ul,
    #navigation > ul {
        margin: 0 auto;
        float: left;
    }

    .navigation li,
    #navigation li {
        height: 100%;
        border: none;
    }

.navigationElement {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 5px;
    border: none;
    margin: 0px;
    padding-top: 4px;
}

#header {
    padding: 3px;
}

    #header img {
        color: #000;
        background-color: White;
        float: left;
        padding: 5px;
        border: none;
    }

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            /*color: #dd4814;*/
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            /*color: #aea79f;*/
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            /*color: #97310e;*/
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.ui-autocomplete {
    z-index: 999999 !important;
}

.ui-autocomplete-category {
    clear: both;
    line-height: 30px;
    background-color: #ed1c24;
    color: white;
    padding: 5px;
    border-radius: 4px;
    /*font-weight:bold;*/
}

.ui-autocomplete-item {
    margin-left: 10px;
}
