.input-grey {
    background-color: #F6F0E6;
    border-bottom: 2px solid #6F4308;
}

.btn-brown {
    background-color: #6F4308;
    color: #FFFFFF;
}

.bg-dark-brown {
    background-color: #220F0A;
    color: #FFFFFF;
    font-weight: 500;
    height: 65px;
}

.section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 35px;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 10px;
  width: 270px;
}

.list-group-item {
  border: none;
  padding-top: 2px;
  padding-bottom: 1px;
}

.menu-bg {
    background: url('../img/menu_bg.png');
    /**background-repeat;**/
    color: #2B1811;
    padding-left: 35px;
}

.menu-head {
    padding-left: 5px;
    text-align:center;
}

.menu-img {
    padding-bottom: 20px;
}

.menu-bg h4 a {
    color: #2B1811;
    text-decoration: none;
}

.menu-bg-active {
    color: #2B1811;
    background-color: #A38B69;
}

.menu-bg-active a {
    color: #2B1811;
    text-decoration: none;
    padding-left: 20px;
}

.menu-bg-cate {
    background: url('../img/menu_bg.png');
    /**background-repeat;**/
    padding-top: 20px;
    padding-bottom: 1px;
    color: #2B1811;
    padding-left: 35px;
    font-weight: bold;
    font-size: 18px;
}

.menu-bg-cate hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #2B1811;
}

.table { border: 1px solid #CCCCCC; }
.table thead > tr > th { border-bottom: none; text-align: center; }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { border: 1px solid #CCCCCC; }
.bg-message {
    padding: 15px 15px 15px;
}
.nav-pills-bg {
    background-color: #D4CFC0;
    border-radius: 4px;
}
.nav-pills-bg li {
    padding: 5px;
}
.nav-pills-above-bg {
    background-color: #D4CFC0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-pills-above-bg li {
    padding: 10px;
}
.nav-pills-below-bg {
    background-color: #D4CFC0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-pills-below-bg li {
    padding: 10px;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: slategray; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.btn-red {
    color: #FF0000;
    border: #FF0000 1px solid;
}
.table>tbody>tr.row_gray>td,.table>tbody>tr.row_gray>th,.table>tbody>tr>td.row_gray,.table>tbody>tr>th.row_gray,.table>tfoot>tr.row_gray>td,
.table>tfoot>tr.row_gray>th,.table>tfoot>tr>td.row_gray,.table>tfoot>tr>th.row_gray,.table>thead>tr.row_gray>td,.table>thead>tr.row_gray>th,
.table>thead>tr>td.row_gray,.table>thead>tr>th.row_gray{background-color:#E4E4E4;}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#detailOrderTbl thead tr th, #detailOrderDisTbl thead tr th, #mainShopProductTbl thead tr th, #mainShopProductDisplayTbl thead tr th {
    text-align: center !important;
}
/** child(4) → column thu 4 cua table
#detailOrderTbl thead tr th:nth-child(4) {
    text-align: right !important;
}
*/
