﻿/* 
*    This stylesheet contains custom classes, and overrides for Bootstrap and DXGV    
*/
/* BOOTSTRAP OVERRIDES*/
/*B E G I N - Bootstrap Overrides <<<<<<<<<<*/
/*bs----------!!!! You MUST remove the "select" selector from the Bootstrap CSS or IE Dropdowns WILL NOT FUNCTION!!!!  ------------*/
/* bs */

@media (min-width: 768px) and (max-width: 1100px) {

    .hidden-tablet {
        display: none;
    }   
}
@media (min-width: 1150px) {

    .TQtyText {
        float: right;
    }
}
body {
    background: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.expandeblediv {
    width: 400%;
}

/*bs*/ h1, h2, h3, h4, h5, h6 {
    font-family: "Droid Sans W01 Bold", "Arial Black", Gadget, sans-serif;
    font-weight: normal;
    margin: 10px 0;
    color: inherit;
    text-rendering: optimizelegibility;
}
/*bs*/ h1 {
    line-height: 28px;
    font-size: 32px;
}

/*bs*/ h2 {
    line-height: 28px;
    font-size: 26px;
}

/*bs*/ h3 {
    line-height: 28px;
    font-size: 22px;
}


/*bs*/ h4 {
    line-height: 20px;
    font-size: 18px;
}


/*bs*/ h5 {
    line-height: 20px;
    font-size: 16px;
}

/*bs*/
h6 {
    line-height: 20px;
    font-size: 12px;
}

/*bs*/ .modal {
    width: auto;
}

#transactionDialog div.modal-body {
    max-height: none;
}

/*bs*/ .well legend {
    margin-top: 20px;
    margin-bottom: 15px;
}

/*bs*/ .navbar-fixed-top, .navbar-fixed-bottom {
    margin-left: -15px;
}

/*bs*/ .close {
    float: right;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/*bs*/ .nav-header {
    font-size: 11px;
    line-height: 20px;
    color: #999999;
    text-transform: uppercase;
}

/*bs*/ .label,
/*bs*/ .badge {
    display: inline-block;
    font-size: 11.844px;
    line-height: 14px;
    color: #ffffff;
    white-space: nowrap;
    vertical-align: baseline;
}

/*E N D - Bootstrap Overrides >>>>>>>>>>*/


/*B E G I N - Unique CI Classes <<<<<<<<<<*/

#lblPartDescription /* Special Declarations for Item Method Page */ {
    font-size: 18px;
    vertical-align: bottom;
}

ul.dashboard-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.dashboard-list li {
        padding-bottom: 20px;
    }

        ul.dashboard-list li a {
            text-align: left;
        }

.btn-group .popover-content {
    font-size: 14px;
    white-space: normal;
}

.skinny /*for reducing the padding of .well for controls above "views"*/ {
    padding: 0 8px 4px 12px;
    margin-bottom: 5px;
}

.keep-inline {
    display: inline;
    max-height: 400px;
    padding-right: 15px;
    overflow-y: auto;
}

ul.dropdown-menu.keep-inline li {
    margin-left: 8px;
    margin-right: 8px;
    padding: 6px 2px !important;
    border-bottom: 1px solid rgba(0,0,0,.065);
    cursor: pointer;
}

.bomNotes {
    width: 300px;
    font-weight: bold;
}

.hide-auto-complete {
    display: none;
}

/*E N D  Unique CI Classes >>>>>>>>>>*/




/*B E G I N  Sticky Footer <<<<<<<<<<*/

html, body /* The html and body elements cannot have any padding or margin. */ {
    height: 100%;
}

#wrap /* Wrapper for page content to push down footer */ {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -120px auto;
}

    #wrap > .container {
        padding-top: 120px;
    }

#push, #footer {
    height: 120px;
}

#footer {
    background: #efefef;
    background-color: #efefef;
    color: #666666;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 20px;
}

    #footer a img {
        display: block;
        margin: 15px auto 0px auto;
    }

/*E N D  Sticky Footer >>>>>>>>>>*/


/*Not sure how to handle second level UL in Quirks mode (ie7)*/
.lt-ie8 .nav-collapse ul ul ul {
    top: 0px;
}

.ie9plus .nav-collapse ul li a.maintabSelect {
    filter: none !important;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0px;
}

/*  Alert For Dev/Staging DB   */
.navbar .databaseAlert {
    font-size: 20px;
    background-color: #ff6a00;
    color: #FFFFFF !important;
}

.databaseAlert:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* Push content down below nav */
#holdHead {
    height: 60px;
}



/*B E G I N - Custom style for .page-header class on gvItemDetail.aspx page <<<<<<<<<<*/

.data-bar label:first-child {
    margin-top: 8px;
}

.data-bar label /* Gives style to the label */ {
    color: #999;
    margin: 0;
    padding: 0;
}

.data-bar .data-head /* Gives style to the data displayed */ {
    font-size: 17px;
    font-family: "Droid Sans W01 Bold",'Arial Black', Gadget, sans-serif!important;
    font-weight: normal;
}

.data-head-top {
    font-size: 22px;
    font-family: "Droid Sans W01 Bold", 'Arial Black', Gadget, sans-serif!important;
    font-weight: normal;
}

.data-bar {
    margin-bottom: 10px;
    margin-right: 15px;
}

.data-bar-wide {
    margin-right: 25px;
}

/*E N D - custom style for .page-header class on gvItemDetail.aspx page >>>>>>>>>>*/




/*B E G I N - User Permission Tab Styling <<<<<<<<<<*/

.user-permission_tabs {
    background-color: white;
    padding: 20px;
    margin-top: -20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-radius: 0 0 6px 6px;
}

.inline-labels label {
    color: #444444;
    display: inline;
    padding: 2px 7px;
    vertical-align: text-bottom;
}

/*E N D - User Permission Tab Styling >>>>>>>>>>*/




/*B E G I N - Special Buttons <<<<<<<<<<*/

/* Special Buttons - action button icons */
.convertBtn_icon {
    height: 16px;
    width: 16px;
    background-image: url(../icon/convert_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 22px 0 0;
}

.decreaseBtn_icon {
    height: 12px;
    width: 3px;
    background-image: url(../icon/decrease_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 16px 0 0;
}

.increaseBtn_icon {
    height: 13px;
    width: 13px;
    background-image: url(../icon/increase_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 18px 0 0;
}

.moveBtn_icon {
    height: 16px;
    width: 16px;
    background-image: url(../icon/move_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 21px 0 0;
}

.newRecordBtn_icon {
    height: 16px;
    width: 16px;
    background-image: url(../icon/newRecord-btn_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 22px 0 0;
}

.updateBtn_icon {
    height: 11px;
    width: 16px;
    background-image: url(../icon/update_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 22px 0 0;
}

.makeBtn_icon {
    height: 16px;
    width: 17px;
    background-image: url(../icon/make_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 23px 0 0;
}


/* Special Buttons - action buttons */

.btnAction,
.btnIncrease,
.btnDecrease,
.btnMove,
.btnConvert,
.btnUpdate {
    color: white;
    width: 108px;
    text-align: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btnManulTrans {
    color: white;
    width: 250px;
    text-align: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.btnManulTrans,
.btnManulTrans:hover {
    color: #8c6900;
}

    .btnManulTrans:hover {
        border-color: #8c6900;
    }

.btnCart {
    text-align: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn:disabled {
    cursor: not-allowed;
}

.btnIncrease,
.btnIncrease:hover {
    color: #33A64E;
}

    .btnIncrease:hover {
        border-color: #33A64E;
    }

.btnDecrease,
.btnDecrease:hover {
    color: #A33632;
}

    .btnDecrease:hover {
        border-color: #A33632;
    }

.btnMove,
.btnMove:hover {
    color: #dd5500;
}

    .btnMove:hover {
        border-color: #dd5500;
    }

.btnConvert,
.btnConvert:hover {
    color: #BE3399;
}

    .btnConvert:hover {
        border-color: #BE3399;
    }


.btnMake,
.btnMake:hover {
    color: #774F1D;
    text-align: left;
}

    .btnMake:hover {
        border-color: #774F1D;
    }

.btnUpdate,
.btnUpdate:hover {
    color: #7F4DD3;
}

    .btnUpdate:hover {
        border-color: #7F4DD3;
    }

.btnNewInvRecord,
.btnNewInvRecord:hover {
    color: #33A64E;
    text-align: left;
}

    .btnNewInvRecord:hover {
        border-color: #33A64E;
    }

    .btnIncrease:disabled,
    .btnDecrease:disabled,
    .btnMove:disabled,
    .btnConvert:disabled,
    .btnMake:disabled,
    .btnNewInvRecord:disabled,
    .btnUpdate:disabled,
    .btnCart:disabled {
        color: gray!important;
        border-color: transparent;
    }

.actBtnContainer {
    min-width: 230px;
    max-width: 232px;
}

/*E N D - Special Buttons >>>>>>>>>>*/




/*B E G I N - styling for manage > images pages  <<<<<<<<<<*/

ul.img-listsmall li,
ul.img-listmedium li,
ul.img-listlarge li {
    display: block;
    float: left;
    padding: 10px;
    background: white;
    margin: 0 15px 15px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 0.875em;
    line-height: 1.5em;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .20);
    border-radius: 5px;
    border: 2px solid transparent;
    padding-bottom:0px;
}

    ul.img-listsmall li.selected,
    ul.img-listmedium li.selected,
    ul.img-listlarge li.selected {
        border-color: #006dcc;
    }

ul.img-listsmall li /*Currently only used on the "Item Method" page*/ {
    width: 90px;
    height: 90px;
}

ul.img-listmedium li {
    width: 90px;
}

ul.img-listlarge li /*Currently only used on the "Image Upload" page*/ {
    width: 139px;
    
    
}


ul.img-list li {
    font-size: 0.875em;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    ul.img-list li img {
        display: block;
        margin: 0 auto;
        max-height: 125px;
        max-width: 125px;
    }

    ul.img-list li label {
        display: inline;
        color: #777;
        display: block;
        margin: 0;
        padding: 2px 0;
        font-size: 0.875em/1.286em;
    }


input.imageUploadChoose, input[type=file] {
    line-height: normal;
    height: auto;
}

.section-controls input {
    margin-top: -3px;
}

/*E N D - styling for manage > images page   >>>>>>>>>>*/




/*B E G I N   <<<<<<<<<<*/


/*bs*/ .breadcrumb /* Hide Breadcrumb */ {
    display: none;
}


/*bs*/ .page-header /* Make page title shorter*/ {
    border-bottom: none;
    margin: 50px 0 0 0;
    padding-bottom: 0;
}


    /*bs*/ .page-header h2 /*for page headers with Icon help btns*/ {
        display: inline-block;
    }

    /*bs*/ .page-header .btn-info {
        margin-bottom: 15px;
        margin-left: 7px;
    }


.steps /* styling for get started page */ {
    color: #51a451;
}

/*E N D   >>>>>>>>>>*/


/*B E G I N - DXGV overrides   <<<<<<<<<<*/

/* DXGV overrides - Main Table  */

table.dxgvControl, table.gridTable {
    margin-top: 5px;
    border: none;
}

    table.dxgvControl thead th, table.gridTable thead th {
        background-color: transparent;
        padding-top: 5px;
    }


/* DXGV overrides -  Header Rows*/

table.gridTable,
.dxgvHeader,
.dxgvHeader table {
    color: #555;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    border: none;
    margin: 0 0 20px;
}

html:not(.lt-ie9) table.gridTable tbody tr td:first-child {
    border-left: 1px solid #bbb;
}

html:not(.lt-ie9) table.gridTable tbody tr td:last-child {
    border-right: 1px solid #bbb;
}

table.gridTable thead th,
table.gridTable thead th a {
    background-color: #ccc;
    color: #555;
    font-size: 14px;
    vertical-align: top;
}

/* DXGV overrides -  Header Cells */

td.dxgvHeader, table.gridTable th /* 2nd Level Cells of the Header Row Only*/ {
    /*height: 45px;*/
    /*padding: 5px 20px 0 5px;*/
    padding: 10px 20px 0px 5px;
    vertical-align: top;
}

.dxgvHeader:first-child, .gridTable th:first-child {
    padding-left: 15px;
}


/* DXGV overrides -  Filter Row & Cells */

.dxgvFilterRow td.dxgv {
    background-color: #ccc;
    padding: 0 5px 10px 5px!important;
    margin: 0!important;
    border: solid 0 transparent !important;
}

    .dxgvFilterRow td.dxgv:first-child {
        padding: 0 5px 10px 15px!important;
    }

.dxeTextBox {
    border: none!important;
}
/*eliminates the pesky border around the text box that dx tries to put in.*/

.dxgvControl,
.dxgvDisabled {
    font-size: 14px;
}

td.dxic input[type="text"] /* switch filter icon to mag glass, fix for chrome*/ {
    height: 22px !important; /*For some reason, dx puts an in-line style of height 15px - this is needed to override it*/
    margin-bottom: 0;
    margin-right: 4px;
    padding: 0;
    -webkit-appearance: none;
    box-shadow: none;
}

.dxGridView_gvFilterRowButton {
    display: inline-block;
    width: 14px !important; /*This value is important for the alignment of the mag glass sprite*/
    height: 14px;
    margin: 1px 2px 1px 5px;
    *margin-right: .3em;
    background-image: url("../img/glyphicons-halflings-white.png");
    background-repeat: no-repeat;
    background-position: -48px 0;
    cursor: pointer;
}


/* DXGV overrides -  Data Columns  */

.gvmono,
table.gridTable td {
    font-size: 16px;
}

table.quickAddTable .gvmono {
    font-size: 15px;
}

table.quickAddTable tbody tr:hover td {
    background-color: #d6e8fb;
}

table.quickAddTable .quickQty, table.quickAddTable .quickLinks, .gridTable .quickQty {
    text-align: right;
}

.quickLinks {
    white-space: nowrap;
}
/* DXGV overrides -  Data Rows */

table.dxgvControl table.dxgvTable tr.dxgvDataRow,
table.dxgvControl table.dxgvTable tr.dxgvSelectedRow,
.gridTable tr {
    background-color: #FAFAFA;
    /*height: 45px;*/
}

    table.dxgvControl table.dxgvTable tr:nth-child(even).dxgvDataRow,
    table.dxgvControl table.dxgvTable tr:nth-child(even).dxgvSelectedRow,
    .gridTable tr:nth-child(even) /*Zebra stripe even row */ {
        background-color: #F2F2F2;
    }

table.dxgvControl table.dxgvTable tr:last-child.dxgvDataRow td {
    border-bottom: 1px solid #bbb;
}

table.can-highlight tr.highlighted,
table.dxgvControl table.dxgvTable tr.highlighted,
.gridTable tr.highlighted, .gridTable tr.highlighted:nth-child(even) {
    background-color: #c3ffc3;
}

table.dxgvControl table.dxgvTable tr.dxgvDataRow:hover,
table.dxgvControl table.dxgvTable tr.dxgvSelectedRow:hover,
.gridTable:not(.no-highlight) tr:hover {
    background-color: #d6e8fb;
}

table.dxgvControl table.dxgvTable tr.dxgvDataRow,
table.dxgvControl table.dxgvTable tr.dxgvSelectedRow {
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    color: #333333;
}

/*table.dxgvControl table.dxgvTable tr.dxgvDataRow:hover,
table.dxgvControl table.dxgvTable tr.dxgvSelectedRow:hover,
table.gridTable tr:hover
{
        color: black;
}*/

/* DXGV overrides -  Data Cells */

.dxgvEditFormDisplayRow td.dxgv,
.dxgvDataRow td.dxgv,
.dxgvDataRowAlt td.dxgv,
.dxgvSelectedRow td.dxgv,
.dxgvFocusedRow td.dxgv, .gridTable td {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid transparent;
}

    .dxgvEditFormDisplayRow td.dxgv:first-child,
    .dxgvDataRow td.dxgv:first-child,
    .dxgvDataRowAlt td.dxgv:first-child,
    .dxgvSelectedRow td.dxgv:first-child,
    .dxgvFocusedRow td.dxgv:first-child {
        min-width: 128px;
        padding-left: 15px!important;
    }


table.dxgvTable tbody a,
table.gridTable td a {
    color: #069;
    text-decoration: none;
}

    table.dxgvTable tbody a:hover,
    table.gridTable td a:hover {
        color: #05A5FF;
        text-decoration: underline;
    }

.gridTable tbody tr.success td {
    background-color: #dff0d8;
}

.gridTable tbody tr.error td {
    background-color: #f2dede;
}

.gridTable tbody tr.warning td {
    background-color: #fcf8e3;
}

.gridTable tbody tr.info td {
    background-color: #d9edf7;
}

.gridTable tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.gridTable tbody tr.error:hover td {
    background-color: #ebcccc;
}

.gridTable tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.gridTable tbody tr.info:hover td {
    background-color: #c4e3f3;
}

/* DXGV overrides -  Transactions > Item Method & Grid Method */

table.gridTable tbody td {
    vertical-align: top;
}

.pagination-skinny {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

.gvmono.intriiqty {
    text-align: right!important;
    margin: 10px 25px 0 0;
}

.dxGridView_gvHeaderSortUp {
    background-position: -285px -117px;
    width: 20px;
    height: 20px;
}

.dxGridView_gvHeaderSortDown {
    background-position: -310px -117px;
    width: 20px;
    height: 20px;
}


/*.dxGridView_gvExpandedButton, 
.dxGridView_gvCollapsedButton,*/

.dxGridView_gvCollapsedButtonRtl,
.dxGridView_gvExpandedButtonRtl,
.dxGridView_gvDetailCollapsedButton,
.dxGridView_gvDetailCollapsedButtonRtl,
.dxGridView_gvDetailExpandedButton,
.dxGridView_gvDetailExpandedButtonRtl,
.dxGridView_gvFilterRowButton,
.dxGridView_gvHeaderFilter,
.dxGridView_gvHeaderFilterActive,
.dxGridView_gvHeaderSortDown,
.dxGridView_gvHeaderSortUp,
.dxGridView_gvDragAndDropArrowDown,
.dxGridView_gvDragAndDropArrowUp,
.dxGridView_gvDragAndDropHideColumn,
.dxGridView_gvParentGroupRows,
.dxGridView_WindowResizer,
.dxGridView_WindowResizerRtl {
    background-image: url(../img/glyphicons-halflings.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

/* Below are styles that affect inline edits for tables in the Manage section. */

.dxgvEditForm {
    background-color: #d6e8fb;
}

.dxeTextBox, .dxeMemo, .dxeButtonEdit {
    margin: 2px 0 8px 0;
}

/* DXGV overrides -  Manage */

table.gridTable a.clearFilter {
    color: #0ad;
}

table.manage thead th {
    text-align: left;
}

table.manageSimple {
    min-width: 25%;
}

    table.manageSimple thead th {
        text-align: center;
    }
/*table.manage tbody td {
    vertical-align: middle;
}*/
table.manage tbody td:first-child {
    padding-left: 15px;
}

table.gridTable tfoot.aggregate, table.gridTable tfoot.aggregate tr {
    background-color: #d7d7d7;
    white-space: nowrap;
    font-size: medium;
    font-weight: bold;
}

    table.gridTable tfoot.aggregate tr:hover {
        color: #333;
    }

    table.gridTable tfoot.aggregate td {
        padding: 5px 6px 6px;
        border-bottom-width: 0;
        border-right-width: 0;
    }

table.gridTable tfoot.pager th {
    text-align: left;
}

table.gridTable thead input[type="text"] {
    /*height: 15px;*/
    width: 90%;
    border-radius: 0 0;
}

input[type="text"].disabled, select.disabled, textarea.disabled {
    background-color: #eee;
    cursor: not-allowed;
}


/* [JC_03/01/2013]:  changes per the re-design */

table.gridTable th {
    background-color: #ccc;
}

table.gridTable.manage {
    border-spacing: 0;
    border: none;
    border-collapse: inherit;
}

    table.gridTable.manage thead th, table.gridTable.manage thead th a, table.gridTable th a {
        background-color: #ccc;
        color: #555;
    }

    table.gridTable.manage thead tr:first-child th {
        border-top: 1px solid #bbb;
    }

table.dxgvTable > tbody > tr:first-child > td:first-child {
    border-left: 1px solid red;
    border-top: 1px solid red;
}

table.gridTable.manage thead tr th:first-child {
    border-left: 1px solid #bbb;
}

table.gridTable.manage thead tr th:last-child {
    border-right: 1px solid #bbb;
}

table.gridTable.manage thead tr:last-child th {
    border-bottom: 1px solid #bbb;
}

table.gridTable.manage tr:last-child td {
    border-bottom: 1px solid #bbb;
}

table.gridTable thead input[type="text"] {
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #00A200;
}

table.gridTable thead tr.disabled input[type="text"] {
    background-color: #ddd;
}

table.gridTable tfoot tr, table.gridTable tfoot tr:hover {
    background-color: transparent;
}

table.gridTable tfoot th {
    color: #333;
    font-family: "Droid Sans W01", Verdana, Geneva, sans-serif;
    padding-top: 20px;
    background: none;
}



/*E N D - DXGV overrides >>>>>>>>>>*/




/*B E G I N - Typography   <<<<<<<<<<*/

/* Typography - Droid Sans Normal*/

button,
textarea,
body,
pre,
.navbar .databaseAlert,
.btn-group .popover-content,
ul.img-list li,
ul.img-list li label,
.navbar-search .search-query,
.dxgvControl,
.dxgvDisabled,
table.dxgvControl table.dxgvTable tr.dxgvDataRow,
table.dxgvControl table.dxgvTable tr.dxgvSelectedRow,
table.gridTable td {
    font-family: "Droid Sans W02 Regular",Verdana, Geneva, sans-serif;
}

/* Typography - Droid Sans Bold*/

.btnToCart,
.btnMake,
.btnNewInvRecord,
.btnAction,
.btnIncrease,
.btnDecrease,
.btnMove,
.btnConvert,
.btnUpdate,
.btnCart,
.nav-collapse ul,
.data-bar .data-head,
.data-bar .data-head-top,
.btnAction,
/*bs*/
.table th,
/*bs*/ .close,
/*bs*/ .nav-header,
/*bs*/ .label,
.badge,
strong,
/*h1,
h2,
h3,
h4,
h5,
h6,*/
dt,
.dxgvHeader,
.dxgvHeader table,
table.gridTable th,
table.gridTable th,
#ctl00_ContentPlaceHolder1_lblPartDescription {
    font-family: "Droid Sans W01 Bold",'Arial Black', Gadget, sans-serif;
    font-weight: normal;
}

/*  Typography - Droid Sans Mono Normal*/

.gvmono, table.gridTable td.gvmono {
    font-family: "DroidSansMonoW02-Regula",Verdana, Geneva, sans-serif!important;
}

/* Typography - Droid Sans Mono Bold*/

#ctl00_ContentPlaceHolder1_lblPart {
    font-family: "DroidSansMonoW02-Bold", 'Arial Black', Gadget, sans-serif;
    font-size: 22px;
}

/* Typography - Bootstrap Type Overrides*/

/*bs*/ pre {
    font-size: 12px;
    color: #333333;
}

/*bs*/ .navbar-search .search-query {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
}

/*E N D - Typography >>>>>>>>>> */



/*B E G I N - Main Tab Page Menus <<<<<<<<<< */

.bs-docs-sidenav,
.bs-docs-sidenav2 {
    padding: 0;
}

    .bs-docs-sidenav > li > a {
        display: block;
        margin: 10px 0;
        padding: 12px 14px;
        font-size: 16px;
        color: white;
        background-color: #49AFCD;
        background-repeat: repeat-x;
        border: 1px solid;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
        background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
        background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
    }

        .bs-docs-sidenav > li > a:hover {
            color: white;
            background-color: #2F96B4;
            background-position: 0 -15px;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
        }

    .bs-docs-sidenav > li a:first-child {
        margin-top: 0;
        *margin-top: 0;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }

.sidenav-icon {
    margin: -45px 10px 10px 10px;
}

.btn-quickAddInfo {
    padding-top: 2px;
    margin-bottom: 12px;
}


/* Main Tab Page Menus - adjustment for menu list icons */

.bs-docs-sidenav li i,
.bs-docs-sidenav2 li i {
    margin: 0!important;
}

/* Main Tab Page Menus - sidenav2 is the GREEN nav buttons - for custom views */

.bs-docs-sidenav2 > li > a {
    display: block;
    margin: 10px 0;
    padding: 12px 14px;
    font-size: 16px;
    color: #2F96B4;
    background-color: whiteSmoke;
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #BBB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .bs-docs-sidenav2 > li > a:hover {
        color: #555555;
        background-color: #e6e6e6;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

.bs-docs-sidenav2 > li a:first-child {
    margin-top: 0;
    *margin-top: 0;
}

.bs-docs-sidenav2 > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

li.sidenav2-home > a {
    color: white;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5BB75B;
    background-image: -webkit-linear-gradient(top, #62C462, #51A351);
    background-image: -o-linear-gradient(top, #62C462, #51A351);
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    li.sidenav2-home > a:hover {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

/* Main Tab Page Menus - Chevrons */

.bs-docs-sidenav .icon-chevron-right,
.bs-docs-sidenav2 .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}

.bs-docs-sidenav a:hover .icon-chevron-right,
.bs-docs-sidenav2 a:hover .icon-chevron-right {
    opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right,
.bs-docs-sidena2 .active .icon-chevron-right,
.bs-docs-sidenav2 .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}

/*E N D - Main Tab Page Menus >>>>>>>>>> */

/* Positioning for bootstrap icons */
.icon-white, .icon-black {
    margin-top: 3px;
}

/*Logo */
.logo {
    padding: 2px;
    margin-bottom: 0;
    margin-top: -4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-record {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url("../img/newInvRecWhite_16x16.png");
    background-repeat: no-repeat;
    margin-top: 1px;
}


/* Quick Add and Item Detail Tabs styling 
---------------------------------------------------------*/
form.quickAddForm input.error, form.newInvForm input.error, form.itemDetailForm input.error, form.itemDetailForm select.error, form.itemDetailForm textarea.error {
    border: 1px solid red;
}

form.quickAddForm label.error {
    color: red;
    font-size: smaller;
    margin-top: -5px;
    margin-left: 5px;
}

form.newInvForm label.error, form.newInvForm .form-inline label.error, form.itemDetailForm label.error, form.itemDetailForm .form-inline label.error {
    color: red;
    margin-left: 5px;
    display: block;
}

form.itemDetailForm select {
    margin-bottom: 0;
}
/*form.itemDetailForm select.with-margin {
    margin-bottom: 11px;
}*/
form.itemDetailForm label:not(.error) {
    padding-top: 5px;
}
/*form.quickAddForm label.error[for="iCostPerUnit"] {
    margin-left: 112px;
    margin-top: -1px;
}*/
/*E N D - Quick Add styling >>>>>>>>>> */



/* Loading GIF Style 
---------------------------------------------------------*/

div.ajaxLoadingCont {
    position: relative;
    background-color: transparent;
}

div.ajaxLoader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

    div.ajaxLoader em {
        display: block;
        margin: 8px auto;
        text-align: center;
        color: #666;
        font-weight: bold;
    }

    div.ajaxLoader.show {
        display: block;
        width: 75px;
        height: 100px;
        text-align: center;
        background-color: transparent;
        overflow: hidden;
    }

.dxgvHeader {
    background-color: #ccc;
    border-color: #bbb;
    color: #555;
}

.dxgvControl, .dxgvDisabled {
    font-family: "Droid Sans W01",Verdana, Geneva, sans-serif;
}

.dxgvPagerBottomPanel {
    background-color: #fff;
}

.dxpControl {
    font-family: "Droid Sans W01",Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin: 22px 0;
}

.modal-body {
    max-width: 600px;
}

/* Appearance Page */

.appear-logo-cont fieldset {
    margin-bottom: 35px;
}

.appear-colors-cont {
    width: 180px;
    margin-bottom: 20px;
}

    .appear-colors-cont input[type="radio"], div.color-cont {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    }

        div.color-cont span {
            display: block;
            width: 25px;
            height: 25px;
            border: 1px solid #bbb;
        }

            div.color-cont span.white {
                background-color: white;
            }

            div.color-cont span.black {
                background-color: black;
            }

img.ci-logo-header {
    width: 189px;
    height: 58px;
}

img.ci-logo-footer {
    width: 177px;
    height: 40px;
}

/* Temp Extra Background Styles */

.ci-none {
    background-color: #fff;
}

.ci-pattern {
    background-image: url(../img/noisePattern.png);
    background-repeat: repeat;
}

.ci-tan {
    background-color: #e6c38e;
}

.ci-ivory {
    background-color: #fffff5;
}

p.logo-template-cont {
    margin-bottom: 15px;
    min-height: 70px;
}

    p.logo-template-cont + div {
        clear: both;
        margin-top: 20px;
    }

    p.logo-template-cont a, p.logo-template-cont a:hover, p.logo-template-cont a:active, p.logo-template-cont a:visited {
        outline: none;
        color: #333;
        text-decoration: none;
    }

    p.logo-template-cont span {
        display: block;
        float: left;
        margin-right: 8px;
        background-color: transparent;
    }

        p.logo-template-cont span img, p.logo-template-cont span em {
            display: block;
            text-align: center;
            margin: 0px auto;
            font-style: normal;
            font-size: 12px;
        }
/*p.logo-template-cont span img { background-color: #cfcdcd; }*/

div.temp-choose-color {
    margin-top: 10px;
}

    div.temp-choose-color span {
        display: block;
        margin-top: 10px;
    }

    div.temp-choose-color label.ci-smaller, div.temp-choose-color input {
        display: inline;
        margin: 0px;
    }

    div.temp-choose-color input {
        margin-right: 10px;
    }

    div.temp-choose-color div {
        margin-bottom: 12px;
    }

        div.temp-choose-color div span.ci-bg-color {
            display: inline;
            line-height: 22px;
            padding: 0px 11px;
            border: 1px solid #bbb;
            margin-right: 3px;
            border-radius: 3px;
        }

.upload-logo-controls-cont em {
    display: block;
    margin-bottom: 10px;
}

a[class^="icon-"]:hover, a[class*=" icon-"]:hover {
    text-decoration: none;
}

div.popover, div.popover h3.popover-title {
    font-weight: normal;
    font-family: "Droid Sans W02 Regular",Verdana, Geneva, sans-serif;
}

td.align-scrub em {
    color: transparent;
    font-style: normal;
}

/* New MyInventory Pager */

.ci-pager {
    margin: -6px 0 24px;
}

    .ci-pager a {
        padding: 14px 6px;
        background-color: transparent;
    }

        .ci-pager a.disabled, .ci-pager a.disabled:hover {
            background-color: transparent;
            text-decoration: none;
            color: #A0A0A0;
            cursor: default;
        }

/* Added the following to avoid removing pagers out of Tables on some pages */
table.gridTable th .ci-pager a {
    padding: 14px 6px;
    background-color: transparent;
    color: #069;
}

    table.gridTable th .ci-pager a:hover {
        color: #05a5ff;
    }

    table.gridTable th .ci-pager a.disabled, table.gridTable th .ci-pager a.disabled:hover {
        background-color: transparent;
        text-decoration: none;
        color: #A0A0A0;
        cursor: default;
    }




.results-returned {
    display: block;
    margin: 10px 0px;
}

#itemMethodGridToolBar {
    margin-bottom: 5px;
}

#myInvGridToolbarCont {
    margin-bottom: 0;
    /*border-bottom:  1px solid #cdcdcd;*/
    padding-bottom: 0;
}

.temp10-spacer {
    margin: 10px 0px;
}

.temp20-spacer {
    margin: 20px 0px;
}

.disabled {
    background-color: #efefef;
    color: #A0A0A0;
}

.is-focused {
    background-color: #fff;
}

.is-focused-border td {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
}

ul#overlayMainMenu li img {
    display: inline;
    margin-left: 10px;
}

.input-append .popover-content {
    font-size: 14px;
}

/* Style Updates to fix broken Pages with broken styles */
div.cartButtons,
table#indexCartTable,
table#tableListNew,
#reorderMainSection,
#mainEmptyLocationsSection,
#mainMultipleUOMSection,
#mainInventoryWithoutConversionSection,
#mainCustomFieldListContDiv {
    margin-top: 10px;
}

/* Custom Manage Tab Styles */
div.manage-table-cont {
    margin: 5px 0 0 0;
}

    div.manage-table-cont table {
        padding-top: 8px;
    }

div.manage-tab-dialog .modal-header {
    color: black;
}

div.manage-tab-dialog .modal-body {
    padding: 15px;
}

p.pagination.gallery-thumb {
    margin-left: 25px;
}

li.gallery-thumb {
    text-align: center;
}

    li.gallery-thumb a, li.gallery-thumb img {
        display: block;
        margin: 6px auto 4px auto;
    }

    li.gallery-thumb img {
        max-height: 90px;
        cursor: pointer;
        min-height:90px;
    }

#thumbGalleryActionCont {
    text-align: right;
    margin: 0px 25px;
    float: right;
}

.hide-me {
    display: none;
}

.modal.fade.in.image-upload {
    top: 10%;
}

.search-control > .input-append {
    display: inline-block;
    vertical-align: middle;
}

.btn-cancel-search {
    margin-bottom: 5px;
}

#backToImageLibrary + h2 {
    display: block;
    margin-top: 20px;
}

em.no-image-info {
    margin-left: 5px;
    font-size: 14px;
    color: #999;
    font-style: normal;
}

#pagerHeaderCont {
    clear: both;
}

#pnlImages ul.img-listlarge {
    margin: 11px 25px;
    width: 100%;
}

#thumbGalleryActionCont > #Label2 {
    margin-left: 25px;
}

.user-perms a.btn, .user-perms td.center-perm span {
    width: 90px;
    display: block;
    text-align: center;
}

.item-partial-header #prevNextCont {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}

.item-partial-header #frmSearch {
    line-height: 40px;
}

div.ci-alert {
    min-width: 300px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .5);
}

.popup {
    position: fixed;
    left: 50%;
    z-index: 10000;
}

    .popup .wrapper {
        position: relative;
        left: -50%;
        margin-top: 75px;
        padding: 10px;
    }

.ci-longfield {
    width: 350px;
}

#pnlPickAllButtons {
    margin-right: 10px;
}

    #pnlPickAllButtons + table {
        clear: both;
    }

.userxitem {
    width: 110px;
    margin: 0px auto;
    text-align: center;
}

#newItemForm .well {
    max-width: 500px;
}

#createItemLeftColumn {
    min-width: 480px;
}


@media screen and (max-width: 1024px) {
    .ci-longfield {
        width: auto;
    }
}

@media (max-width: 979px) {
    #holdHead {
        height: 0px;
    }
}

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    #createItemLeftColumn {
        min-width: 100%;
    }
}


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dxGridView_gvFilterRowButton {
        margin-right: 18px; /* margin to prop open mag glass in chrome */
    }
}

.nowrap {
    white-space: nowrap;
}

a.btn i.icon-rotate-right.empty {
    color: #b9b9b9;
}

legend {
    display: block;
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    border: 0;
    border-top: 1px solid #ccc;
    font-family: "Droid Sans W01 Bold",'Arial Black', Gadget, sans-serif;
}

    legend.no-border {
        border-top: none;
    }

section.has-legend {
    margin-bottom: 35px;
}

    section.has-legend > h4:first-child {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-bottom: 15px;
    }

i.icon-info-sign {
    color: #b9b9b9;
}

.warning {
    color: red;
}

.border-box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-myprofile tr > td:first-child {
    line-height: 32px;
}

.login-align {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 11px;
    padding: 4px 6px;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
}

/* The following is specifically for the Custom Trans Field page. */
.btn.btn-red-delete {
    color: #bd362f;
}

table.gridTable td a.btn-red-delete:hover {
    text-decoration: none;
    color: #bd362f;
}

#mainCustomFieldListContDiv {
    padding-bottom: 40px;
}

    #mainCustomFieldListContDiv table tr:first-child > th {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }

html:not(.lt-ie9) #mainCustomFieldListContDiv table tr:first-child > th:first-child {
    border-left: 1px solid #bbb;
}

html:not(.lt-ie9) #mainCustomFieldListContDiv table tr:first-child > th:last-child {
    border-right: 1px solid #bbb;
}

html:not(.lt-ie9) #mainCustomFieldListContDiv table tr:last-child > td {
    border-bottom: 1px solid #bbb;
}

#imgGalleryModal .modal-header > h3 {
    color: #333;
}

#imgGalleryModal .modal-footer {
    text-align: right;
}

ul.img-listlarge label {
    font-size: 12px;
    line-height: 14px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#uploadH2 {
    vertical-align: middle;
}

.warning_box {
    color: red;
}

.gridTable td.edit-column {
    min-width: 100px;
}

.no-data {
    color: #bbb;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    font-size: 16px;
}

.custom-views .pull-right {
    margin-top: -5px;
}

/* Filter Styles for Table Headers */

table.gridTable tr.show-filter-images th input[type="text"] {
    background-image: url(../../images/myinventory/filterSearchIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

    table.gridTable tr.show-filter-images th input[type="text"].none {
        background-image: none;
    }

.get-started-popover-title-bkgd .popover-title {
    background-color: #fffddc;
}
/*.get-started-popover-title-bkgd.popover.bottom .arrow { border-bottom-color:  #fff; }*/

/* Orverride showing link for print, do NOT show!*/
@media print {

    a[href]:after {
        content: "";
    }
    .navbar
    {
        display:none !important;
    }
      #breadcrumb
    {
  display:none !important;
    }
    .btn-primary
    {
        display:none;
    }

    body 
    {
        font-size:16px;
        font-weight:100;
          line-height:25px;
    }
    td{
        background:#bbbbbb !important;
    }
}

.sub-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.sub-nav-list {
    margin: 0;
    display: inline-block;
    *display: inline;
}

    ul.sub-nav-list > li {
        display: inline;
        float: left;
    }

        ul.sub-nav-list > li > a {
            float: left;
            padding: 11px 15px;
            line-height: 22px;
            text-decoration: none;
            background-color: #ffffff;
            /*border: 1px solid #dddddd;*/
            border-left-width: 0;
        }

.sub-nav-spacer {
    float: left;
    padding: 6px 0px 6px 15px;
    line-height: 22px;
    text-decoration: none;
    background-color: #ffffff;
}


ul.sub-nav-list > .active > a {
    font-family: "Droid Sans W01 Bold",'Arial Black', Gadget, sans-serif;
}

ul.sub-nav-list > li > a:hover {
    background-color: #f5f5f5;
}


.sub-nav-list > li > .dropdown-menu:before {
    /*border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;*/
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}


.sub-nav-list > li > .dropdown-menu:after {
    /*border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;*/
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.sub-nav-list > li > .dropdown-menu {
    left: 0;
    right: auto;
}

div.navbar-inner > div > ul.nav > li {
    width: 135px;
    text-align: center;
    text-wrap: none;
}

    div.navbar-inner > div > ul.nav > li:first-child {
        text-align: left;
    }

div.navbar-inner > div > ul.helloMenu > li {
    width: auto;
}

#clearFilter {
    vertical-align: middle;
}

    #clearFilter a {
        /*color: #006699;*/
        text-decoration: none;
        font-family: "Droid Sans W02 Regular",Verdana, Geneva, sans-serif;
        font-size: 14px;
        /*margin-top: 10px;*/
    }

        #clearFilter a:hover {
            /*color: #05a5ff;
            text-decoration: underline;*/
        }

table.gridTable th.SmallRightPadding {
    padding-right: 5px;
}

#sub-hlViews, #sub-hlManage, #sub-hlAdmin, #sub-hlConfigure, #sub-hlData {
    background-color: #fff;
}


/* Hides spinner on HTML5 input type='number' */
input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*Show Spinner in White color on button*/


