/*!
 *   
 *   Author: 
 *	 Website: 
!*/

.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-top: 1px solid #ddd;
}

.table>thead>tr>th {
  border-bottom: 2px solid #ddd;
}

.table tr td .progress {
  margin-top: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}
.table-report {
    border: 1px solid #777;
}

.table-report>thead>tr>th,
.table-report>tbody>tr>th,
.table-report>tfoot>tr>th,
.table-report>thead>tr>td,
.table-report>tbody>tr>td,
.table-report>tfoot>tr>td {
    border: 1px solid #777;
    padding: 4px 8px;
}

.photo-preview {
    margin-top: -115px;
    height: 115px;
}

.photo-detail {
    height: 115px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.action-preview {
    position: relative;
}

.action-preview>div.action-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    text-align: right;
    padding: 2px 15px;
    background: #181819;
    opacity: 0.8;
}

.action-preview>div.action-block>i {
    color: #fff;
}