﻿@charset "utf-8";
/* CSS Document */
/*  Reset for some default browser CSS - General */

@import url('fonts/stylesheet.css');

@font-face {
    font-family: 'CalibriRegular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibri-webfont.woff') format('woff'), url('fonts/calibri-webfont.ttf') format('truetype'), url('fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriBold';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/calibrib-webfont.woff') format('woff'), url('fonts/calibrib-webfont.ttf') format('truetype'), url('fonts/calibrib-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rupee_foradianregular';
    src: url('fonts/rupee-webfont.eot');
    src: url('fonts/rupee-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rupee-webfont.woff') format('woff'), url('fonts/rupee-webfont.ttf') format('truetype'), url('fonts/rupee-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


div, h1, h2, h3, p, ul, ol, li, img {
    padding: 0px;
    margin: 0px;
    border: 0px;
    list-style: none;
}

a {
    color: #002f71;
    text-decoration: underline;
}

    a:hover {
        color: #002f71;
        text-decoration: none;
    }

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    font-family: Arial;
    font-size: 13px;
    color: #535353;
    background: #f5f5f5 url(images/bg.png);
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: justify;
    line-height: 15pt;
}

.clear {
    clear: both;
}

.clear1 {
    clear: both;
    height: 15px;
}

span.rs {
    font-family: 'rupee_foradianregular';
    font-weight: normal;
    font-style: normal;
}

.hr {
    border-bottom: 1px solid #e2e2e2;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#form1 {
    opacity: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.bg-home {
    background: #000 url('images/bg-home.jpg') no-repeat center center;
    background-size: cover;
}

/******************************************************************************
ICON STYLING
******************************************************************************/
.icon-font {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.icon-view:before {
    content: "\f06e";
}

.icon-orders:before {
    content: "\f022";
    margin-right: 4px;
}

.icon-pastorders:before {
    content: "\f017";
    margin-right: 4px;
}

.icon-changepassword:before {
    content: "\f13e";
    margin-right: 4px;
}

.icon-logout:before {
    content: "\f011";
    margin-right: 4px;
}

.icon-add1:before {
    content: "\f055";
    margin-right: 4px;
}

.icon-remove:before {
    content: "\f00d";
    margin-right: 4px;
    color: #000;
}

.icon-add:before {
    content: "\f055";
    margin-right: 4px;
    color: #000;
    font-size: 16px;
}

.icon-dashboard:before {
    content: "\f0ea";
    margin-right: 4px;
}

.icon-upload:before {
    content: "\f093";
    margin-right: 4px;
}

.icon-pricelist:before {
    content: "\f02f";
    margin-right: 4px;
}

.icon-add2 {
    background: url(images/icon-add.png) no-repeat bottom;
    width: 16px;
    height: 16px;
    margin: 20px 5px 0px;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

.icon-update {
    background: url(images/icon-update.png) no-repeat bottom;
    width: 16px;
    height: 16px;
    margin: 20px 5px 0px;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .icon-update:hover {
        background: url(images/icon-update-mo.png) no-repeat bottom;
    }

.icon-edit {
    background: url(images/icon-edit.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .icon-edit:hover {
        background: url(images/icon-edit-mo.png) no-repeat;
    }

.icon-history {
    background: url(images/icon-history.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .icon-history:hover {
        background: url(images/icon-history-mo.png) no-repeat;
    }

.icon-edit1 {
    background: url(images/icon-edit.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    display: inline-block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .icon-edit1:hover {
        background: url(images/icon-edit-mo.png) no-repeat;
    }






/******************************************************************************
WARPPER STYLING
******************************************************************************/
.home-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.home-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
}
/*the bottom margin is the negative value of the footer's height*/
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    height: 85px;
}
/*.push must be the same height as .footer*/




/******************************************************************************
HEADER
******************************************************************************/
#headerpan {
    width: 100%;
    height: 110px;
    background: #fafafa url('images/bg-header.gif') repeat-x;
}

#header {
    width: 1200px;
    margin: 0px auto;
    float: none;
}

.logo {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 10px;
}

.top-header {
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 50px;
}

.top-right {
    margin: 0px auto;
    padding: 0px;
    float: right;
    text-align: right;
}

.caption {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    height: 105px;
}

    .caption h1 {
        margin: 00px 0px;
        font-weight: 800;
        color: #fff;
        font-size: 30px;
    }

.caption2 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

    .caption2 h2 {
        margin: 0px 0px;
        font-weight: 800;
        color: #fff;
        font-size: 25px;
        float: right;
    }




/******************************************************************************
BODY
******************************************************************************/
#bodycontainerpan {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
    padding: 0px 0px 20px 0px;
    background: #fff;
}

#bodycontainer {
    width: 1180px;
    margin: 0px auto;
    float: none;
    padding: 0px 0px 20px 0px;
}



/******************************************************************************
FORM STYLE
******************************************************************************/
/* Basic Reset */


input[type="text"] {
    border: 1px solid #ccc;
    padding: 7px 10px;
    width: 100%;
    background: transparent;
    color: #999;
    outline: none;
}

    input[type="text"]:hover {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

    input[type="text"]:focus {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

input[type="password"] {
    border: 1px solid #ccc;
    padding: 7px 10px;
    width: 100%;
    background: transparent;
    color: #999;
    outline: none;
}

    input[type="password"]:hover {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

    input[type="password"]:focus {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

textarea {
    border: 1px solid #ccc;
    padding: 7px 10px;
    width: 100%;
    background: transparent;
    color: #999;
    margin-bottom: -4px;
    outline: none;
}

    textarea:hover {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

    textarea:focus {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

select {
    border: 1px solid #ccc;
    padding: 6px 7px;
    width: 100%;
    background: transparent;
    color: #999;
    outline: none;
}

    select:hover {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

    select:focus {
        border: 1px solid #c80000;
        background: #fff;
        color: #000;
    }

label {
    color: #666;
}

    label:hover {
        color: #000;
    }

    label:focus {
        color: #000;
    }

input[type="submit"] {
    border: 1px solid #c80000;
    padding: 7px 30px;
    width: 100%;
    background: #c80000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

    input[type="submit"]:hover {
        background: #960000;
        color: #fff;
    }

.textbox input[type="submit"] {
    width: auto;
}

.tb-srch {
    background: #c80000 url(images/icon-search2.png) no-repeat center center !important;
    padding: 7px 20px !important;
}




/***********************************************************/
/******************** Login Form **************************/
input[type="text"], input[type="password"], textarea, select, label, input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

#login-area {
    width: 500px;
    height: 300px;
    position: absolute;
    margin-left: -250px;
    margin-top: -150px;
    top: 50%;
    left: 50%;
    float: none;
    display: block;
}

#loginbox {
    width: 500px;
    padding: 30px;
    margin: 0px auto;
    float: left;
    display: block;
    background: rgba(255,255,255,0.90);
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-logo-wrap {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

.login-logo {
    text-align: center;
}

#login-area h2 {
    font-family: 'futura_condensedCnMd';
    color: #456aac !important;
    text-transform: none;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0px;
}

#login-area p.copy-text {
    margin: 20px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

.login-box-bg .loginform {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: url(images/icon-login.png) center right no-repeat;
}

.loginform .logindetails {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
    text-align: center;
}

.logindetails ul.formlist {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 65%;
    text-align: center;
}

    .logindetails ul.formlist li {
        list-style: none;
        padding: 0px;
        margin: 0px 10px 10px 0;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: 100%;
    }

        .logindetails ul.formlist li input[type="text"] {
            border: 1px solid #e99999;
            padding: 10px 10px 10px 40px;
            width: 100%;
            color: #999;
            background: url(images/icon-user.png) no-repeat left;
        }

            .logindetails ul.formlist li input[type="text"]:hover {
                border: 1px solid #c80000;
                background: url(images/icon-user-mo.png) no-repeat left;
                color: #000;
            }

            .logindetails ul.formlist li input[type="text"]:focus {
                border: 1px solid #c80000;
                background: url(images/icon-user-mo.png) no-repeat left;
                color: #000;
            }

        .logindetails ul.formlist li input[type="password"] {
            border: 1px solid #e99999;
            padding: 7px 10px 7px 40px;
            width: 100%;
            color: #999;
            background: url(images/icon-password.png) no-repeat left;
            line-height: 22px;
        }

            .logindetails ul.formlist li input[type="password"]:hover {
                border: 1px solid #c80000;
                background: url(images/icon-password-mo.png) no-repeat left;
                color: #000;
            }

            .logindetails ul.formlist li input[type="password"]:focus {
                border: 1px solid #c80000;
                background: url(images/icon-password-mo.png) no-repeat left;
                color: #000;
            }

        .logindetails ul.formlist li a {
            color: inherit;
            text-decoration: none;
        }

            .logindetails ul.formlist li a:hover {
                color: inherit;
                text-decoration: underline;
            }


/***********************************************************/
/******************** Search Box **************************/
.searchbox {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 4px;
}

    .searchbox ul.search {
        list-style: none;
        padding: 0px;
        margin: 0px;
        float: right;
        position: relative;
    }

        .searchbox ul.search li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline-block;
        }

    .searchbox .tb-go {
        width: 30px;
        height: 26px;
        margin: 0px;
        top: 2px;
        right: 1px;
        padding: 0px;
        background: #fff url(images/icon-search.png) no-repeat;
        border: none;
        cursor: pointer;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        outline: none;
        position: absolute;
    }

        .searchbox .tb-go:hover {
            background: url(images/icon-search-mo.png) no-repeat;
        }

    .searchbox input[type="text"] {
        border: 1px solid #e99999;
        padding: 7px 10px;
        width: 220px;
        background: #fff;
        color: #999;
        position: relative;
    }

        .searchbox input[type="text"]:hover {
            border: 1px solid #c80000;
            color: #000;
        }

        .searchbox input[type="text"]:focus {
            border: 1px solid #c80000;
            color: #000;
        }

    .searchbox select {
        border: 1px solid #e99999;
        padding: 7px 5px;
        width: 220px;
        background: #fff;
        color: #999;
        position: relative;
    }

        .searchbox select:hover {
            border: 1px solid #c80000;
            color: #000;
        }

        .searchbox select:focus {
            border: 1px solid #c80000;
            color: #000;
        }

    .searchbox ul.search li:nth-child(1n) {
        position: relative;
    }

    .searchbox ul.search li:nth-child(2n) {
        position: relative;
    }

.searchbox1 {
    width: auto;
}



/***********************************************************/
/******************** Profile Bar *************************/
#profilebar {
    width: 790px;
    margin: 0px auto;
    float: right;
    height: 45px;
    margin-top: 20px;
    text-align: right;
    color: #fff;
}

    #profilebar ul.profilelist {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        #profilebar ul.profilelist li {
            list-style: none;
            padding: 0px;
            margin: 0px 0px 0px 10px;
            display: inline-block;
        }

            #profilebar ul.profilelist li a {
                text-decoration: none;
                color: #fff;
            }

                #profilebar ul.profilelist li a:hover {
                    text-decoration: none;
                    color: #eba3a3;
                }

.caption2 ul.profilelist li {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float: right;
    line-height: 30px;
}

    .caption2 ul.profilelist li a {
        text-decoration: none;
        color: #fff;
    }

        .caption2 ul.profilelist li a:hover {
            text-decoration: none;
            color: #eba3a3;
        }



/***********************************************************/
/******************** Order Detail ************************/
#bodyheader {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 13px;
    padding-top: 20px;
    background: #f5f5f5 url(images/bg.png);
    float: left;
}

.header {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
    float: left;
    border: 1px dashed #ccc;
    border-width: 0px 0px 1px 0px;
    min-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

.header1 {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
    float: none;
    min-height: 30px;
    margin-bottom: 13px;
}

.outstanding {
    padding: 4px 7px;
    margin: 0px;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 18px;
}

.order-status {
    padding: 0px;
    margin: 0px;
    float: left;
}

    .order-status .tb-dropdown {
        width: 200px;
        padding: 5px 5px 5px 1px;
        margin: 0px;
        background: #fff;
        border: 1px solid #ccc;
        color: #000;
        font-size: 14px;
        font-family: Calibri, 'CalibriRegular';
    }


/***********************************************************/
/******************** sales-header ************************/
.sales-header {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
    float: left;
    margin-bottom: 15px;
}

.comdropdown {
    margin: 0px;
    padding: 0px;
    float: left;
}

    .comdropdown .tb-dropdown {
        min-width: 200px;
        padding: 5px 5px 5px 1px;
        height: auto;
        margin: 0px;
        background: #fff;
        border: 1px solid #e99999;
        color: #000;
        font-size: 14px;
        font-family: Calibri, 'CalibriRegular';
        outline: none;
    }

        .comdropdown .tb-dropdown:focus {
            border: 1px solid #c80000;
        }

.add-record {
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 7px;
}

    .add-record a {
        background: #c80000;
        color: #fff;
        text-decoration: none;
        padding: 7px 14px 7px 14px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

        .add-record a:hover {
            background: #960000;
            color: #fff;
            text-decoration: none;
        }


/***********************************************************/
/******************** Order Table *************************/
.order-table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.orders {
    width: 100%;
    color: #333;
    margin: 0px;
    line-height: 15pt;
}

    .orders tr {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

        .orders tr:hover {
            background: #eeeeee;
        }

    .orders th {
        padding: 7px 5px 3px 5px;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
    }

    .orders td {
        padding: 7px 5px 3px 5px;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
    }

        .orders td .os {
            color: #91332c;
        }

    .orders .th {
        background: #3e3e3e;
        line-height: 14pt;
        font-weight: bold;
        color: #fff;
    }

    .orders .tc {
        background: #f1f5fd;
    }

    .orders tr {
        background: #ffffff;
    }

    .orders a {
        color: #c80000;
        text-decoration: underline;
    }

        .orders a:hover {
            color: #c80000;
            text-decoration: none;
        }

        .orders a.icon {
            color: #000;
            text-decoration: none;
        }

            .orders a.icon:hover {
                color: #c80000;
                text-decoration: none;
            }

    .orders .icon-tracker {
        background: url(images/icon-tracker.png) no-repeat;
        height: 16px;
        width: 16px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        display: block;
        float: right;
        padding-right: 7px;
    }

        .orders .icon-tracker:hover {
            background: url(images/icon-tracker-mo.png) no-repeat;
        }

    .orders td p {
        line-height: 12pt;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        float: left;
        width: 100%;
        text-align: left;
    }


/***********************************************************/
/******************** Pagging Style ***********************/
.paging {
    width: 100%;
    margin: 0px auto;
    float: left;
    padding: 0px;
    text-align: left;
    margin-top: 10px;
}

    .paging ul li {
        display: inline-block;
        list-style: none;
        float: left;
        margin: 0px 4px 0px 0px;
        padding: 0px;
        margin-bottom: 5px;
    }

.pgr li {
    background: #eee;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .pgr li.text {
        padding: 0px;
        margin: 5px 10px 0px 0px;
        float: left;
        background: none;
    }

.pgr a {
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

    .pgr a:hover {
        background: #505050;
        color: #fff;
        padding: 5px 10px;
        -ms-transition: all 300ms linear;
    }

    .pgr a.focus {
        background: #505050;
        color: #fff;
        padding: 5px 10px;
    }

.paging .pgr li .inactive {
    overflow: hidden;
    position: relative;
    background: #ccc;
    padding: 5px 5px 5px 5px;
}


/***********************************************************/
/******************** New Entery **************************/
.order-entry {
    width: 100%;
    margin: 0px;
    padding: 10px;
    background: #f4f4f4;
    float: left;
    margin-bottom: 20px;
}

.order-entry ul.orderlist {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    width: 48%;
    vertical-align: top;
    margin-right: 2%;
}

.order-entry ul.orderlist li {
    list-style: none;
    padding: 0px;
    margin: 5px 10px 5px 0px;
    line-height: 15pt;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 48%;
}
.order-entry ul.orderlist li.spacer {
    height: 15px;
    margin: auto 0px;
    padding: 0px;
    width: 100%;
}

.order-entry ul.orderlist1 {
    width: 100%;
}

.order-entry ul.orderlist1 li {
width: 24%;
margin:0px .5%;
padding:8px 0px;
}

.tb-textdate {
    float: left;
    position: relative;
}

.tb-icondate {
    background: url(images/icon-date.png) no-repeat center !important;
    width: 27px !important;
    margin: 0px;
    padding: 7px 0px !important;
    border: 0px solid #dddddd !important;
    border-width: 1px 1px 1px 0px;
    float: left;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 5px;
}

.tb-dropdown {
    background: transparent;
    border: 1px solid #dddddd;
    padding: 7px 3px 5px;
    width: 100%;
    line-height: 22px;
    outline: none;
    color: #8c8c90;
    font-family: Calibri, 'CalibriRegular';
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

.tb-dropdown:hover {
    background: #fff;
    color: #000;
}

.tb-dropdown:focus {
    background: #fff;
    color: #000;
}

.order-entry ul.cutomerlist {
    list-style: none;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    float: left;
}

.order-entry ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 15pt;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

#conmpany-details {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    table tr {
        margin: 0px auto;
        padding: 0px;
    }

        table tr td {
            margin: 0px;
            padding: 10px 5px;
            border-bottom: 1px solid #e2e2e2;
            line-height: 14pt;
        }

            table tr td.th {
                background: #c80000;
                line-height: 14pt;
                font-weight: bold;
                color: #fff;
                text-trnsform: uppercase;
                padding: 5px 5px;
            }

.other-detail {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .other-detail table {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .other-detail table tr {
            margin: 0px auto;
            padding: 0px;
        }

            .other-detail table tr td {
                margin: 0px;
                padding: 2px 0px;
                border: none;
            }

.invoice-detail {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .invoice-detail ul.list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        float: left;
    }

    .invoice-detail ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        line-height: 15pt;
        text-transform: uppercase;
        display: inline-block;
        float: left;
    }

.tb-inv-upload {
    border: 1px solid #e99999;
    padding: 5px 5px;
    line-height: 22px;
    outline: none;
    color: #8c8c90;
    font-family: Calibri, 'CalibriRegular';
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    margin: 0px;
}

    .tb-inv-upload:hover {
        border: 1px solid #c80000;
        padding: 5px 5px;
        line-height: 22px;
        outline: none;
        color: #8c8c90;
        font-family: Calibri, 'CalibriRegular';
        font-size: 14px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        margin: 0px;
    }

.product-details {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: left;
    margin-bottom: 20px;
}

    .product-details table {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .product-details table tr {
            margin: 0px auto;
            padding: 0px;
        }

            .product-details table tr td {
                margin: 0px;
                padding: 5px;
                border-bottom: 1px solid #e2e2e2;
                line-height: 14pt;
            }

                .product-details table tr td.th {
                    background: #c80000;
                    line-height: 14pt;
                    font-weight: bold;
                    color: #fff;
                }

                .product-details table tr td.tch {
                    background: #dcdcdc;
                    text-transform: uppercase;
                    font-weight: bold;
                }

                .product-details table tr td.tchtotal {
                    background: #bebebe;
                    color: #000;
                    text-transform: uppercase;
                    font-weight: bold;
                    fnt-size: 16px;
                }

    .product-details ul.prod-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
    }

        .product-details ul.prod-list li {
            list-style: none;
            padding: 0px;
            margin: 0px 5px 0px 0px;
            display: inline-block;
            vertical-align: top;
            line-height: 15pt;
        }

    .product-details ul.det-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
    }

        .product-details ul.det-list li {
            list-style: none;
            padding: 0px;
            margin: 0px 20px 0px 0px;
            display: inline-block;
            vertical-align: top;
            line-height: 15pt;
        }

            .product-details ul.det-list li.text {
                width: 100px;
                padding: 0px;
                margin: 0px;
            }

            .product-details ul.det-list li.collan {
                width: 10px;
                padding: 0px;
                margin: 0px;
            }

.tb-pro-textbox {
    background: #fafafa;
    border: 1px solid #dddddd;
    padding: 0px 5px;
    height: auto;
    width: auto;
    line-height: normal;
    outline: none;
    color: #8c8c90;
    font-family: Calibri, 'CalibriRegular';
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

.tb-pro-textarea {
    background: #fafafa;
    border: 1px solid #dddddd;
    padding: 0px 5px;
    width: auto;
    line-height: 22px;
    outline: none;
    color: #8c8c90;
    font-family: Calibri, 'CalibriRegular';
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    resize: none;
}

    .tb-pro-textbox:hover, .tb-pro-textarea:hover {
        background: #eeeeee;
        color: #000;
    }

    .tb-pro-textbox:focus, .tb-pro-textarea:focus {
        background: #eeeeee;
        color: #000;
    }

.product-details .trans-detail {
    margin: 0px auto;
    padding: 0px;
    _width: 48%;
    float: left;
    margin-right: 2%;
}

    .product-details .trans-detail table {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .product-details .trans-detail table tr td {
            margin: 0px;
            padding: 5px 5px;
            border: none;
            position: relative;
        }

/*.product-details .trans-detail table tr td:nth-child(1)    {width:30%}
 .product-details .trans-detail table tr td:nth-child(2)    {width:70%}*/


.product-details .remarks {
    margin: 0px auto;
    padding: 0px 0px 0px 8px;
    width: 99%;
    float: left;
}

/*.product-details table tr td:nth-child(1) {width:3%}
.product-details table tr td:nth-child(2) {width:9%}
.product-details table tr td:nth-child(3) {width:7%}
.product-details table tr td:nth-child(4) {width:6%; text-align:center}
.product-details table tr td:nth-child(5) {width:29%;}
.product-details table tr td:nth-child(6) {width:6%; text-align:right}
.product-details table tr td:nth-child(7) {width:6%; text-align:right}
.product-details table tr td:nth-child(8) {width:10%; text-align:right}
.product-details table tr td:nth-child(9) {width:10%; text-align:right}
.product-details table tr td:nth-child(10) {width:10%; text-align:right}
.product-details table tr td:nth-child(11) {width:4%; text-align:center}*/

.btn {
    width: 1200px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.tb-submit {
    margin: 0px;
    width: auto !important;
}

.customer-details {
    width: 960px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
}

    .customer-details table {
        width: 960px;
        margin: 0px;
        padding: 0px;
    }

        .customer-details table tr {
            margin: 0px auto;
            padding: 0px;
        }

            .customer-details table tr td {
                margin: 0px;
                padding: 3px 5px;
                border-bottom: 1px solid #e2e2e2;
                line-height: 14pt;
            }

    .customer-details stable tr td.th {
        background: #91332c;
        line-height: 14pt;
        font-weight: bold;
        color: #fff;
        text-trnsform: uppercase;
        padding: 5px 5px;
    }

ul.del-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

    ul.del-list li {
        list-style: none;
        padding: 0px;
        margin: 0px 7px 7px 0px;
        display: inline-block;
        vertical-align: top;
        line-height: 15pt;
        width: 48%;
    }


/***********************************************************/
/******************** Track Order *************************/
#trackorder {
    width: 650px;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #trackorder .trackorder-table {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    #trackorder .trackorder {
        width: 100%;
        color: #333;
        margin: 0px;
        line-height: 15pt;
        border-top: 1px solid #ddd;
    }

        #trackorder .trackorder td {
            padding: 7px 5px 3px 5px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
        }

        #trackorder .trackorder tr {
            background: #ffffff;
        }

    #trackorder ul.orderlist {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        width: 100%;
    }

    #trackorder ul li {
        list-style: none;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        line-height: 15pt;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        position: relative;
    }


/***********************************************************/
/******************** Update Order ************************/
#updateorder {
    width: 600px;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #updateorder .updateorder-table {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    #updateorder .updateorder {
        width: 100%;
        color: #333;
        margin: 0px;
        line-height: 15pt;
        border-top: 1px solid #ddd;
    }

        #updateorder .updateorder td {
            padding: 7px 5px 3px 5px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
        }

        #updateorder .updateorder tr {
            background: #ffffff;
        }


/***********************************************************/
/******************** Update Order ************************/
#orderhistory {
    width: 650px;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #orderhistory .orderhistory-table {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    #orderhistory .orderhistory {
        width: 100%;
        color: #333;
        margin: 0px;
        line-height: 15pt;
        border-top: 1px solid #ddd;
    }

        #orderhistory .orderhistory td {
            padding: 7px 5px 3px 5px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
        }

        #orderhistory .orderhistory tr {
            background: #ffffff;
        }

/***********************************************************/
/******************** LR Detail ***************************/
#lrdetail {
    width: 500px;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #lrdetail .lrdetail-table {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    #lrdetail .lrdetail {
        width: 100%;
        color: #333;
        margin: 0px;
        line-height: 15pt;
        border-top: 1px solid #ddd;
    }

        #lrdetail .lrdetail td {
            padding: 7px 5px 3px 5px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
        }

        #lrdetail .lrdetail tr {
            background: #ffffff;
        }


/***********************************************************/
/******************** Email Format ************************/
#email {
    width: 650px;
    margin: 0px auto;
    padding: 0px;
    float: none;
    display: block;
}

    #email .email-table {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #email .email {
        width: 100%;
        color: #333;
        margin: 0px;
        border-top: 1px solid #ddd;
    }

        #email .email td {
            padding: 5px 5px 5px 5px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
        }

        #email .email tr {
            background: #ffffff;
        }

    #email ul.list {
        list-style: none;
        padding: 0px;
        margin: 5px 0px 0px 0px;
        display: inline-block;
        width: 100%;
    }

    #email ul li {
        list-style: none;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        line-height: 15pt;
        display: inline-block;
        float: left;
    }

    #email ul.email {
        list-style: none;
        padding: 0px;
        margin: 10px 0px 0px 0px;
        display: inline-block;
        width: 100%;
        border: none;
        text-align: center;
    }

    #email ul li {
        list-style: none;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        line-height: 15pt;
        display: inline-block;
        float: none;
    }

        #email ul li.text {
            width: 50px;
            float: left;
        }

        #email ul li.collan {
            width: 10px;
            float: left;
        }


/***********************************************************/
/******************** O/S Statement Format ****************/
#os-statement {
    width: 500px;
    margin: 0px auto;
    padding: 0px;
    float: none;
    display: block;
}

    #os-statement ul.list {
        list-style: none;
        padding: 0px;
        margin: 5px 0px 0px 0px;
        display: inline-block;
        width: 100%;
    }

    #os-statement ul li {
        list-style: none;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        line-height: 15pt;
        display: inline-block;
        float: left;
    }


/***********************************************************/
/******************** Forgot password *********************/
#form {
    width: 600px;
    margin: 0px auto;
    padding: 0px;
    float: none;
    display: block;
}

#change_password {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
    display: block;
}

ul.form-box {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
}

    ul.form-box li {
        list-style: none;
        padding: 0px;
        margin: 3px 0px;
        display: inline-block;
        vertical-align: top;
    }

        ul.form-box li.name {
            width: 160px;
            padding: 5px 0px;
            margin: 0px;
            float: left;
        }

        ul.form-box li.collan {
            width: 20px;
            padding: 5px 0px;
            margin: 0px;
            float: left;
        }

        ul.form-box li.box {
            width: 300px;
            padding: 0px;
            margin: 0px;
            float: left;
        }



/***********************************************************/
/******************** Common Classes **********************/
.th {
    background: #91332c;
    line-height: 14pt;
    font-weight: bold;
    color: #fff;
}

.tc {
    background: #f4f4f4;
}



/******************************************************************************
VIEW ORDER
******************************************************************************/
#header-order {
    width: 650px;
    margin: 0px auto;
    float: none;
    height: 100px;
    background: #fff;
    padding: 0px 10px;
}

#view-order {
    width: 650px;
    margin: 0px auto;
    float: none;
    padding: 10px;
    background: #fff;
}

.data-order {
    width: 640px;
    margin: 0px auto;
    float: none;
}

    .data-order .th1 {
        background: #91332c;
        padding: 6px 4px;
        line-height: 14pt;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .data-order .th {
        background: #999;
        padding: 6px 4px;
        line-height: 14pt;
        font-weight: bold;
        color: #fff;
    }

    .data-order .tch {
        color: #333;
        background: #e6e6e6;
        padding: 6px 4px;
    }

    .data-order .tc {
        color: #333;
        background: #f5f5f5;
        padding: 6px 4px;
    }

.view-table {
    width: 100%;
    color: #333;
    margin: 0px;
    background: #fff;
}

    .view-table a {
        color: #91332c;
        text-decoration: none;
    }

        .view-table a:hover {
            color: #000;
            text-decoration: none;
        }

    .view-table tr {
        line-height: 12pt;
    }

    .view-table td {
        padding: 6px 4px;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
        line-height: 14pt;
    }

    .view-table .attn {
        font-weight: bold;
        margin-top: 5px;
        display: block;
        padding: 0px;
        margin-top: 3px;
    }

.icon-status {
    background: url('images/icon-view.png') no-repeat left;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}





/******************************************************************************
FOOTER
******************************************************************************/
#footercontainerpan {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    float: left;
    background: #262626;
    min-height: 55px;
    border-top: 5px solid #c80000;
}

#footercontainer {
    width: 980px;
    margin: 0px auto;
    float: none;
    padding: 20px 0px 0px 0px;
}

.footer-detail {
    width: 980px;
    margin: 0px auto;
    float: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}




/******************************************************************************
HEADER TAGS
******************************************************************************/

h1, h2, h3, h4, h5, h6 {
    font-family: 'futura_bdcn_btbold';
}

h1 {
    font-sze: 23px;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #456aac;
    text-transform: uppercase;
}

    h1.popup {
        font-size: 23px;
        font-style: normal;
        font-weight: normal;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        color: #456aac;
        text-transform: uppercase;
        border-bottom: 1px dashed #ccc;
    }

h2 {
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    padding: 2px 0px 15px 0px;
    margin: 0px;
    color: #456aac;
    text-transform: uppercase;
}

    h2.thd {
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        color: #91332c;
        text-transform: none;
    }

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 0px 3px 0px;
    margin: 0px;
    color: #456aac;
    text-transform: uppercase;
}

    h6.attn {
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        padding: 10px 0px 3px 0px;
        margin: 0px;
        color: #000;
        text-transform: uppercase;
        font-family: 'Arial';
    }




/******************************************************************************
BREADCRUMB
******************************************************************************/
#breadcrumb {
    width: 100%;
    margin: 0px auto;
    color: #000;
    padding: 0px;
    clear: both;
    border: 1px dashed #dedede;
    height: 27px;
    margin-bottom: 10px;
    display: block;
}

#crumbs {
    height: 27px;
    margin: 0px;
    padding: 0px;
    float: left;
}

    #crumbs li {
        float: left;
        line-height: 27px;
        color: #3f64a8;
        padding-left: .75em;
        font-weight: bold;
    }

        #crumbs li a {
            background: url(images/crumbs.gif) no-repeat right center;
            display: table;
            padding: 0 15px 0 0;
            font-weight: normal;
        }

        #crumbs li a {
            color: #777;
            text-decoration: none;
        }

            #crumbs li a:hover,
            #crumbs li a:focus {
                color: #dd2c0d;
            }


a.btn_excel, input.btn_excel {
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background: #c80000 url(images/icon-excel.png) no-repeat left;
    background-position: 6px 6px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    padding-left: 35px;
}

    a.btn_excel:hover, input.btn_excel:hover {
        background-color: #960000;
        text-decoration: none;
        color: #ffffff;
    }

a.back {
    display: inline-block;
    font-family: Calibri, 'CalibriRegular';
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: #c80000 url(images/icon-back.png) no-repeat left;
    background-position: 6px 6px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    text-transform: uppercase;
}

    a.back:hover {
        background-color: #960000;
        text-decoration: none;
        color: #ffffff;
    }



/******************************************************************************
TASK MANAGEMENT
******************************************************************************/

.task-area {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    min-height: 645px;
    height: 100%;
    float: left;
}

ul.tasklist {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    width: 97%;
    float: none;
    position: relative;
}

    ul.tasklist li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 55%;
        display: block;
        padding: 10px;
        margin-bottom: 15px;
        text-align: left;
        border-radius: 5px;
        box-shadow: inset 0px 0px 6px #ddd;
    }

        ul.tasklist li.user {
            float: right;
            background: #faf2f1;
        }

        ul.tasklist li.others {
            float: left;
            background: #f9f9f9;
        }

.name {
    text-align: left;
    color: #000;
    font-weight: bold;
}

.comment {
    text-align: left;
}

.date {
    text-align: right;
    color: #aaa;
}

ul.tasklist li .arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #edf2f5;
    float: right;
    position: absolute;
    right: -7px;
}

ul.tasklist li .arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #ededed;
    float: left;
    position: absolute;
    left: -7px;
}


.task-area-form {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
}

    .task-area-form > ul.formlist {
        width: 100%;
    }

        .task-area-form > ul.formlist li .textinput {
            width: 100%;
            height: 28px;
            line-height: 15pt;
            margin: 0px 5px 0px 0px;
            padding: 0px 6px 0px 5px;
            height: 50px;
            border: 1px solid #e5e5e8;
            font-family: Calibri, 'CalibriRegular';
            font-size: 13px;
            outline: none;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            resize: none;
        }

            .task-area-form > ul.formlist li .textinput:hover {
                border: 1px solid #91332c;
            }

            .task-area-form > ul.formlist li .textinput:focus {
                border: 1px solid #91332c;
            }

        .task-area-form > ul.formlist li .submit {
            padding: 0px 10px 0px;
            margin: 0px;
            background: #3b789f url(images/icon-enter.png) no-repeat center center;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            border: 1px solid #2d6385;
            border-width: 0px 0px 0px 0px;
            color: #fff;
            float: left;
            cursor: pointer;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            height: 50px;
            width: 50px;
        }

            .task-area-form > ul.formlist li .submit:hover {
                padding: 0px 10px 0px;
                margin: 0px;
                background: #91332c url(images/icon-enter.png) no-repeat center center;
                font-size: 13px;
                text-transform: uppercase;
                border: 1px solid #960000;
                border-width: 0px 0px 0px 0px;
                color: #fff;
            }


.pro-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    height: 550px;
    overflow: auto;
}

.err {
    font-weight: bold;
    color: rgb(200,0,0);
}



/***********************************************************/
/******************** Calendar Style **********************/






#lrdetail .lrdetail #calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #lrdetail .lrdetail #calendar tr td {
        margin: 0px auto;
        padding: 0px;
        float: none;
    }

#updateorder .updateorder-table #calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #updateorder .updateorder-table #calendar tr td {
        margin: 0px auto;
        padding: 0px;
        float: none;
    }

#os-statement .list #calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #os-statement .list #calendar tr td {
        margin: 0px auto;
        padding: 0px;
        float: none;
    }

#trackorder .trackorder-table #calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #trackorder .trackorder-table #calendar tr td {
        margin: 0px auto;
        padding: 0px;
        float: none;
    }

.calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    .calendar tr td {
        margin: 0px auto;
        padding: 0px 0px !important;
        float: none;
    }

#prefdate #calendar {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    float: none;
}

    #prefdate #calendar tr td {
        margin: 0px auto;
        padding: 0px;
        float: none;
    }

.search input[type="submit"].tb-reset {
    background: transparent !important;
    width: 20px !important;
    cursor: pointer;
    height: 23px !important;
    color: #fff;
    border: 0px;
    font-size: 12px;
    padding: 0px !important;
    margin: 0px 0px 0px 5px;
    background-image: url(images/icon-reset.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    vertical-align: middle;
}



.mycalender {
    background-color: #ffffff;
    border: solid 1px #ccc;
    margin: 5px;
    padding: 10px !important;
    width: 230px !important;
}

    .mycalender .ajax__calendar_container {
        background-color: #ffffff;
        border: solid 0px #ccc;
        padding: 0px !important;
    }

        .mycalender .ajax__calendar_container td {
            font-size: 11px !important;
            text-transform: uppercase !important;
            border: solid 1px #fff !important;
        }

    .mycalender .ajax__calendar_header {
        background-color: #ffffff;
        margin-bottom: 0px;
        padding: 0px !important;
        width: 210px !important;
    }

        .mycalender .ajax__calendar_header a {
            background-color: #ffffff;
            margin-bottom: 0px;
            padding: 0px !important;
        }

    .mycalender .ajax__calendar_title,
    .mycalender .ajax__calendar_next,
    .mycalender .ajax__calendar_prev {
        color: #000;
    }


    .mycalender .ajax__calendar_body {
        background-color: #fff;
        border: solid 1px #fff !important;
        width: 210px !important;
        height: 139px !important;
    }

    .mycalender .ajax__calendar_dayname {
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px !important;
        margin-top: 0px;
        padding: 3px 10px !important;
        color: #000000;
        border-bottom: 0px solid #ccc;
        font-size: 11px !important;
    }

    .mycalender .ajax__calendar_day {
        text-align: center;
        padding: 1.5px 8px !important;
        width: auto;
        /*height: auto;*/
        font-size: 11px !important;
    }

    .mycalender .ajax__calendar_hover .ajax__calendar_day,
    .mycalender .ajax__calendar_hover .ajax__calendar_month,
    .mycalender .ajax__calendar_hover .ajax__calendar_year,
    .mycalender .ajax__calendar_active {
        color: #000;
        background-color: #f0f0f0;
    }

    .mycalender .ajax__calendar_today {
        font-weight: bold;
        color: #054b8d;
        width: 210px;
    }

    .mycalender .ajax__calendar_other {
        color: #999999;
        text-decoration: none;
    }

    .mycalender .ajax__calendar_hover .ajax__calendar_today,
    .mycalender .ajax__calendar_hover .ajax__calendar_title {
        color: #054b8d;
        text-decoration: none;
        width: 210px;
    }

    .mycalender .ajax__calendar_title {
        color: #054b8d;
        text-decoration: none;
    }

    .mycalender .ajax__calendar_year {
        padding: 0px 10px !important;
        width: 51px;
        height: 44px;
    }

    .mycalender .ajax__calendar_month {
        padding: 0px 10px !important;
        width: 51px;
        height: 44px;
    }


.autocomplete_completionListElement {
    color: #333;
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 1px;
    cursor: 'default';
    overflow: none;
    margin-top: 07px;
    text-align: left;
    list-style-type: none;
    font-size: 11px;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #eee;
    color: #000;
    padding: 3px 8px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 3px 8px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 11px;
}
