﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
.ui-button.inverse:hover {
    box-shadow: none;
}
.ui-button {
    text-transform: uppercase;
    max-height: 38px;
    /*min-width: 80px;*/
    padding: 0.7em 1em 0.7em 1em;
    border-radius: 5px;
    font-size: 1em;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    line-height: 1 !important;
    position: relative;
    cursor: pointer !important;
    display: inline-block;
    outline: 0;
    color: white;
    border: 1px solid;
    -webkit-appearance: button;
    -webkit-font-smoothing: antialiased;
    background-color: #796E65;
}
.ui-PlusMinusButton {
    color: white;
    background-color: #796E65;
    border-style: solid;
    border-width: 1px;
    padding: 0.3em 0.7em 0.3em 0.7em;
    border-radius: 3px;
    font-size: 0.9em;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
}
.ui-button-hidden {
    display: none;
}
.ui-DDL {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
}
.visible-item {
    visibility: visible;
}
.hidden-item {
    visibility: collapse;
}

/* Added for showing Stock Details (GSO) for CN/VN in a grid on ItemDetails & IpadItemDetails pages */
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #d1aa74 !important;
    color: white;
}

td:empty {
    visibility: hidden;
}

td:blank {
    visibility: hidden;
}

.bordered>tbody>tr>td.noBorder {
    border-bottom: 0px;
    border-top: 0px;
}

.table tbody>tr>td.noBorder {
    border-bottom: 0px;
    border-top: 0px;
}

.bordered>tbody>tr>td.noBottomBorder {
    border-bottom: 0px;
}

.table tbody>tr>td.noBottomBorder {
    border-bottom: 0px;
}
/* End of Section */