.table-striped-inquiry>tbody>tr:nth-child(odd)>td, 
.table-striped-inquiry>tbody>tr:nth-child(odd)>th,
tr:nth-child(odd).inquiry td {
    vertical-align: middle;
    background-color: #fee896; // Choose your own color here
}

.table-striped-inquiry>tbody>tr:nth-child(even)>td, 
.table-striped-inquiry>tbody>tr:nth-child(even)>th,
tr:nth-child(even).inquiry td {
    vertical-align: middle;
    background-color: #fddc60; // Choose your own color here
}
   
.table-striped-offer>tbody>tr:nth-child(odd)>td, 
.table-striped-offer>tbody>tr:nth-child(odd)>th,
tr:nth-child(odd).offer td {
    vertical-align: middle;
    background-color: #3fcfff; // Choose your own color here
}

.table-striped-offer>tbody>tr:nth-child(even)>td, 
.table-striped-offer>tbody>tr:nth-child(even)>th,
tr:nth-child(even).offer td {
    vertical-align: middle;
    background-color: #00c0ff; // Choose your own color here
}
   
.table-striped-order>tbody>tr:nth-child(odd)>td, 
.table-striped-order>tbody>tr:nth-child(odd)>th,
tr:nth-child(odd).order td {
    vertical-align: middle;
    background-color: #c3ff9f; // Choose your own color here
}

.table-striped-order>tbody>tr:nth-child(even)>td, 
.table-striped-order>tbody>tr:nth-child(even)>th,
tr:nth-child(even).order td {
    vertical-align: middle;
    background-color: #aaff76; // Choose your own color here
}

.table-striped-work>tbody>tr:nth-child(odd)>td, 
.table-striped-work>tbody>tr:nth-child(odd)>th {
    vertical-align: middle;
}

.table-striped-work>tbody>tr:nth-child(even)>td, 
.table-striped-work>tbody>tr:nth-child(even)>th {
    vertical-align: middle;
}

.table-striped-neutral>tbody>tr:nth-child(odd)>td, 
.table-striped-neutral>tbody>tr:nth-child(odd)>th,
tr:nth-child(odd).inquiry td {
    vertical-align: middle;
    background-color: #f8f9f9; // Choose your own color here
}

.table-striped-neutral>tbody>tr:nth-child(even)>td, 
.table-striped-neutral>tbody>tr:nth-child(even)>th,
tr:nth-child(even).inquiry td {
    vertical-align: middle;
    background-color: #f5f5f6; // Choose your own color here
}

.table tbody tr.inquiry {
  vertical-align: middle;
  background-color: #fee896;
}

.table tbody tr.offer {
  vertical-align: middle;
  background-color: #3fcfff;
}

.table tbody tr.order {
  vertical-align: middle;
  background-color: #c3ff9f;
}


tr:nth-child(odd).st td {
     background-color: #c3ff9f;
}
tr:nth-child(even).st td {
     background-color: #aaff76;
}

tr:nth-child(odd).ex td {
     background-color: #fee896;
}
tr:nth-child(even).ex td {
     background-color: #fddc60;
}

tr:nth-child(odd).on td {
     background-color: #e26a6a;
}
tr:nth-child(even).on td {
     background-color: #e69292;
}

tr:nth-child(odd).neutral td {
     background-color: #f8f9f9;
}
tr:nth-child(even).neutral td {
     background-color: #f5f5f6;
}


.table-striped-request a {
    color: #666;
}

.glyphicon {
    font-size: 1.2em;
}

.menue-glyphicon {
    font-size: 0.9em;
    margin-right: 7px;
}

.inquiry-glyphicon {
    color: #fddc60;
}

.offer-glyphicon {
    color: #00c0ff;
}

.order-glyphicon {
    color: #aaff76;
}

.box-address {
    background-color: #f0f7e8;
    border: 1px #ddd solid;
}

.box-inquiry {
    background-color: #f7f6e8;
    border: 1px #ddd solid;
}

.box-inquiry-product {
    background-color: #e8f3f7;
    border: 1px #ddd solid;
}

.box-order-product {
    background-color: #72cded;
    border: 1px #ddd solid;
}

.box-order-reprint {
    background-color: #ffcccc;
    border: 1px #ddd solid;
}

.modal-lg {
    width: 1200px;
}

.circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.circle-tooltip {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 5px 5px 15px grey;
    object-fit: cover;
}

.transparent-tooltip + .tooltip > .tooltip-inner { 
    background: none; 
}

.affix {
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 20px;  }

#form-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; }

#inner-message {
    margin: 0 auto; }

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.table-fixed {
    height: 150px !important;
    overflow-y: scroll;
    background-color: #fff;
    border: #ccc solid 1px;
}​

.table-product th, .table-product td, .table-product>thead>tr>th {
    border:1px solid #666!important    
}

.table-simple th, .table-simple td, .table-simple>thead>tr>th {
    border:1px solid #000!important 
}

.table-simple-left th, .table-simple-left td, .table-simple-left>thead>tr>th {
    border:1px solid #000!important;
    text-align: left;
}