﻿.footable,
.footable thead {
    border-collapse: separate;
    width: 100%
}

.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail),
.footable>tbody>tr:hover {
    cursor: default!important
}

/*.footable {
    border: 1px solid #6c8cc7
}*/

.footable thead {
    font-size: 17px;
    color: #fff;
    background: #fff
}

.footable.breakpoint>tbody>tr>td.expand {
    background: url(../Images/plus.gif) 5px center no-repeat;
    padding-left: 40px
}

.footable.breakpoint>tbody>tr.footable-detail-show>td.expand {
    background: url(../Images/minus.gif) 5px center no-repeat
}

.footable.breakpoint>tbody>tr.footable-row-detail {
    background: #E3E3E3
}

.footable>tbody>tr {
    font-size: 17px
}

.footable>tbody>tr:hover {
    background: #f5f5f5;
    font-size: 17px
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0 solid #DDD;
    font-weight: 400
}

.footable>tbody>tr>td,
.footable>thead>tr>th {
    border-left: 0 solid #ccc;
    border-top: 0 solid #ccc;
    padding: 10px;
    border-bottom: 1px #d0d0d0 dotted;
    text-align: right
}

.footable>tbody>tr>td.footable-cell-detail,
.footable>tbody>tr>td.footable-first-column,
.footable>thead>tr>td.footable-first-column,
.footable>thead>tr>th.footable-first-column {
    border-left: none;
   
}

.footable>tbody>tr>td:first-child,
.footable>thead>tr>th:first-child {
    text-align: left
}

.Centertxt {
    text-align: center!important
}

.Lefttxt {
    text-align: left!important
}



.footable-row-detail-inner div {
    padding: 10px 0;
    border-bottom: 1px #fff solid
}

.footable>thead>tr:first-child>td.footable-first-column,
.footable>thead>tr:first-child>th.footable-first-column {
    -moz-border-radius: 6px 0 0;
    -webkit-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    border-radius: 0px 0 0
}

.footable>thead>tr:first-child>td.footable-last-column,
.footable>thead>tr:first-child>th.footable-last-column {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 0px 0 0
}

.footable>thead>tr:first-child>td.footable-first-column.footable-last-column,
.footable>thead>tr:first-child>th.footable-first-column.footable-last-column {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 0px 0px 0 0
}

.footable>tbody>tr:last-child>td.footable-first-column {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px
}

.footable>tbody>tr:last-child>td.footable-last-column {
    -moz-border-radius: 0 0 6px;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px
}

.footable>tbody>tr:last-child>td.footable-first-column.footable-last-column {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.footable>tbody img {
    vertical-align: middle
}

.footable>tfoot>tr>td,
.footable>tfoot>tr>th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    padding: 10px
}