table.dataTable tr.odd {
background-color: rgba(106,61,104, 0.5);
}
table.dataTable tr.even {
background-color: rgba(106,61,104, 0.3);
}

.editableform {
    margin-bottom: 0;
}

.editableform .control-group {
    margin-bottom: 0; 
    white-space: nowrap; 
    line-height: 20px; 
}

.editable-buttons {
   display: inline-block; 
   vertical-align: top;
   margin-left: 7px;
   zoom: 1; 
   *display: inline;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; 
    width: auto; 
    white-space: normal; 
    zoom: 1; 
    *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #6a3d68;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}
.table-striped { border: 0; margin-top: 20px;}

.table-striped>tbody>tr:nth-child(odd) {background-color: rgba(106,61,104, 0.5);}
.table-striped>tbody>tr:nth-child(even) {background-color: rgba(106,61,104, 0.3);}

.popover-content { width: 500px;}
.popover { max-width: 390px;}