/*
Author: 
Project:
Date:

*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################

*/
.AspNet-Menu-Leaf {
    border-left: .5px solid white;
}

.AspNet-Menu-WithChildren {
    border-left: .5px solid white;
}
/*
# Reset defaults ################### 
*/


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

} /* Reset margins and padding */

a:link, a:visited {
    text-decoration: none;
    outline: none;
}
/* Reset link styles */

html {
    overflow: -moz-scrollbars-vertical;
}
/* Mozilla scrollbar fix */

#skipto {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
/* Hides the skip to link - useful for screen readers */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Automatically clears after any element with this class */

/*
# Layout ################### 
*/

body {
    font: 75%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    background: #bottom: 6px solid black;
}


#wrapper {
    width: 100%;
}

#wrapper {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
/* background-image:url('../images/bg_pattern1.jpg'); background-repeat:repeat;*/


.table_main_box_small {
    height: 240px;
    padding: 4px;
    background-image: url('../images/small_box_bg.jpg');
    background-repeat: repeat-x;
    border-radius: 0 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

#content {
    width: 100%;
    height: auto;
}

#sidebar {
    width: 15%;
    float: left;
}

#main {
    width: 100%;
    margin-top: 10px;
    float: left;
    min-height: 550px;
}

#login_main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#login_footer {
    width: 98%;
    height: 30px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/panel_header_bg.jpg);
    background-repeat: repeat-x;
}

#footer {
    width: 98%;
    height: 30px;
    margin-top: 15px;
    background-image: url(../images/panel_header_bg.jpg);
    background-repeat: repeat-x;
}

.main_box_small {
    float: left;
    margin-right: 4.187%;
    width: 20%;
    height: 240px;
    padding: 4px;
    background-image: url('../images/small_box_bg.jpg');
    background-repeat: repeat-x;
    border-radius: 0 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.main_box {
    width: 95%;
    padding: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ddeaf5;
    background-repeat: repeat;
    height: auto;
}

.box_header {
    background-color: #339999;
    background-repeat: repeat-x;
    width: 99.75%;
    height: 25px;
    padding: 4px 0 0 4px;
    font-weight: bold;
    color: White;
}

.master_hr {
    width: 97%;
    height: 1px;
    background-color: #ABABAB;
}

/*
# Nav ################### 
*/
#sidebar ul {
    padding-left: 10px;
    list-style: none;
    margin-top: 10px;
}

#sidebar li {
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
}

#sidebar li, a {
    color: black;
    text-decoration: none;
}

#datalist_menu {
    padding: 0px;
    margin: 0px;
}

    #datalist_menu ul {
        padding-left: 10px;
        list-style: none;
        margin-top: 10px;
    }

    #datalist_menu li {
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
    }

        #datalist_menu li a {
            color: black;
            text-decoration: none;
        }

/*#footer  ul{padding-left:10px; list-style:none; margin-top:3px;}
#footer li{ font-size:12px; float:left; font-weight:bold; margin-left:30px; line-height:20px; }
#footer li, a{color:white; text-decoration:none;}*/


/*
# Headings ################## 
*/

h1 {
}

h2 {
}

h3 {
}

h4 {
}

#pod_results td {
    padding: 6px;
}

#consignmentItemPhotos_details td {
    padding: 6px;
}

.collapsePanelHeader {
    width: 100%;
    height: 40px;
    background-image: url(../images/panel_header_bg.jpg);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

.collapsePanelBackground {
    background-color: #ddeaf5;
    background-repeat: repeat;
}

#logo {
    background: url(images/logo.gif) no-repeat;
}

    #logo a {
        display: block;
        height: 100%;
        width: 100%;
    }

        #logo a span {
            position: absolute;
            left: -9999px;
            top: -9999px;
        }

/*
# Lists ################### 
*/




/*
# Images ################### 
*/

img {
    border: none;
}

    img.left {
        margin: 0 10px 10px 0;
    }

    img.right {
        margin: 0 0 10px 10px;
    }

/*
# Links ################### 
*/ a {
}

    a:hover {
    }

.lb:hover {
    background: none;
}

.lb {
    background: #339a99;
}
/*
# 



/*
# Form

/*
# Form





/*
# Form

/*
# Form

/*

# Form

/*
# Forms ################### 
*/

.label {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label-important {
    color: #953b39;
    font-weight: bold;
}

.label-success {
    background-color: #356635;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*

# Tables ################### 
*/
table {
    margin: 0 0 0 40px;
}

#gv_results th {
    padding: 5px;
}

#gv_results td {
    padding: 5px;
}

/*
p{margin:0 0 1.5em;}



# Other ################### 
*/

/*
# Other ################### 
*/

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.modalPopup {
    width: 300px;
    height: auto;
    padding: 5px;
    border: 3px solid #87898b;
    background-color: White;
}

.modalBackground {
    background-color: Gray;
    opacity: 0.4;
    filter: alpha(opacity=60); /*for Internet Explorer 6/7*/
    filter: “alpha(opacity=60)”; /*for Internet Explorer 8*/
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.matrix_data_grid {
    margin-bottom: 30px;
}

.4pxPadding {
    padding-left: 4px;
}

.grid {
    font-size: 11px;
    font-family: Tahoma;
    border: solid 1px #333;
    background-color: #fff;
    padding: 1px;
    margin-top: 10px;
}

    .grid .title {
        background: #323A4B;
        color: #fff;
        height: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
    }

    .grid .datatable {
        width: 90%;
    }

        .grid .datatable TH {
            cursor: pointer;
            text-align: left;
            height: 17px;
            line-height: 17px;
            padding: 0px 4px;
            background: url('../images/gray_hd_bg.png') repeat-x;
            border-right: solid 1px #9e9e9e;
            color: #333;
        }

        .grid .datatable TD {
            color: #222;
            text-align: left;
            padding: 2px 4px;
            border-right: solid 1px #d9d9d9;
        }

        .grid .datatable TR.even {
            background-color: #fff;
        }

        .grid .datatable TR.odd {
            background-color: #f1f5fa;
        }

        /* Sorting Styles */
        .grid .datatable TR TH.asc,
        .grid .datatable TR TH.desc {
            background: url(../imgages/hd_bg_sort.png) repeat-x;
        }

        .grid .datatable TH .sort {
            padding-right: 0px;
        }

        .grid .datatable TH.asc .sort {
            background: url(../imgages/asc.gif) no-repeat center right;
        }

        .grid .datatable TH.desc .sort {
            background: url(../imgages/desc.gif) no-repeat center right;
        }

/* Theme specific styles */
.blue .grid .datatable TH {
    background: url(../imgages/blue_hd_bg.png) repeat-x;
}

.blue .grid .title {
    background: #495265;
}

.gray .grid .datatable TH {
    background: url(../imgages/gray_hd_bg.png) repeat-x;
}

.gray .grid .title {
    background: #323A4B;
}

{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 999;
}

width:800px;

min-height:300px;
background:#ddeaf5;
z-index:999;
}

.search_details {
    padding: 5px;
    min-width: 500px;
    min-height: 400px;
    background: #ddeaf5;
}


.search_details {
    padding: 5px;
    min-width: 500px;
    min-height: 400px;
    background: #ddeaf5;
}

.consignmentItemPhotos_details {
    padding: 5px;
    min-width: 500px;
    min-height: 400px;
    background: #ddeaf5;
}


.consignmentItemPhotos_details {
    padding: 5px;
    min-width: 500px;
    min-height: 400px;
    background: #ddeaf5;
}


.POD_Results {
    padding: 5px;
    min-width: 500px;
    min-height: 200px;
    background: #ddeaf5;
}


.POD_Results {
    padding: 5px;
    min-width: 500px;
    min-height: 200px;
    background: #ddeaf5;
}



.manifest_import_pt1 {
    padding: 5px;
    min-width: 400px;
    min-height: 200px;
    background: #ddeaf5;
}

.manifest_import_pt2 {
    padding: 5px;
    min-width: 500px;
    min-height: 600px;
    height: 600px;
    background: #ddeaf5;
}


/*label{color:#339a99; font-weight:200;}*/
.white {
    color: White;
}


.white {
    color: White;
}


.unwatermarked {
}

.watermarked {
    background-color: #F0F8FF;
    color: gray;
}

/*
.unwatermarked {
	height:18px;
	width:148px;
}


.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	*/
.barcode_grid_seqNo {
    padding-left: 5px;
}

.barcode_Length {
    padding-left: 145px;
}

.barcode_default {
    padding-left: 3px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Pager a {
    color: white;
    text-decoration: none;
    font-size: large;
}

.Pager hover {
    color: white;
    text-decoration: none;
}

.Pager {
    background-color: #339A99;
    color: white;
    text-decoration: underline;
}

    .Pager a:active {
        color: White;
        text-decoration: none;
    }
/*ed{color:White; background-color:gray; text-decoration: none;}*/

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}


#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 45%;
    padding: 10px;
    width: 63px;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.HellowWorldPopup {
    padding: 5px;
    width: 800px;
    height: auto;
    background: #ddeaf5;
}

.PAF_Popup {
    padding: 5px;
    width: 1200px;
    height: 90%;
    background: #ddeaf5;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
    width: 800px;
    padding-left: 0px;
    margin-bottom: 40px;
}
    /*border: 1px solid #ddd;*/

    #slideshow ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 1%; /* IE fix */
    }

        #slideshow ul:after {
            content: ".";
            clear: both;
            display: block;
            height: 0;
            visibility: hidden;
        }

    /* ---------------------------------------------------- */
    /* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
    #slideshow .slides {
        overflow: hidden;
        width: 800px;
    }

        #slideshow .slides ul {
            width: 800px;
        }

        #slideshow .slides li {
            width: 800px;
            float: left;
            padding: 0px;
        }

        #slideshow .slides h2 {
            margin-top: 0;
        }

    /* ---------------------------------------------------- */
    /* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
    #slideshow .slides-nav {
        background-color: #ddd;
        border-top: 2px solid #ccc;
    }

        #slideshow .slides-nav li {
            float: left;
        }

            #slideshow .slides-nav li a {
                display: block;
                outline: none;
            }

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
    background-color: #eee;
}

    .js #slideshow .slides-nav li.on a {
        position: relative;
        top: -4px;
    }


/*-------------------------ADDED BY DANIEL FOR AUTOCOMPLETE
/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}


.ddcbAccounts {
    position: relative;
    width: 400px;
    height: 80px;
    z-index: 5001;
    top: 13px;
    left: 0px;
}

.dxeListBox_MaterialCompact {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
