/* here you can put your own css to customize and override the theme */

.modal-90 {width:90%;}

.editable-container.editable-inline {
  display: inline;
}

.editable-input {
  display: inline;
}
.editableform .form-group {
  width: 100%;
}

.editableform .form-control {
  width: 100%;
}

.no-bottom {
margin-bottom: 0px;
}

.popover{
max-width: 600px;
}

td a {
color: black;
}

.fade-color {
color: rgb(236, 232, 232);
}

.fade-color:hover {
color: blue;
}

table.table-order {
table-layout: fixed; // ***********add this
word-wrap:break-word; // ***********and this
}

table.table-order td{
word-wrap:break-word; // ***********and this
}

table.table-order th{
word-wrap:break-word; // ***********and this
}

#open-order-table th, #open-order-table td{
line-height: 1.2;
font-size: 11px;
}

#open-order-table th {
font-weight: bold;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{

}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #A5f5f5;
}
