.fxtab-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-height: 500px;
    max-width: 100%;
}
.fxtab-frozen-container {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
}
.fxtab-outer-container {
    overflow-x: scroll;
    overflow-y: hidden;
    display: inline-block;
    padding: 0;
    max-width: 100%;
}
.fxtab-container {
    position: relative;
    display: inline-block;
    padding: 0;
}
.fxtab-inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 0 -5px 0;
    padding: 0;
    max-height: 500px;
}
table.fxtab-table {
    margin: 0;
    border-collapse: collapse;
}
.fxtab-table td,
.fxtab-table th {
    padding: 5px 10px 5px 5px;
}
.fxtab-wrapper .fxtab-table td,
.fxtab-wrapper .fxtab-table th {
    padding: 0;
}
.fxtab-wrapper .fxtab-table {
    margin-right: 10px;
    margin-bottom: 10px;
}
table.fxtab-table th {
    text-align: left;
}
table.txtab-table td,
table.txtab-table th {
    line-height: 1.5em;
}
div.fxtab-header-value,
div.fxtab-field-value {
    position: absolute;
    padding: 8px;
    background-color: #fff;
    color: #2D3748;
}
div.fxtab-header-value {
    font-weight: bold;
    text-transform: capitalize;
    z-index: 1000;
}
.fxtab-wrapper table.fxtab-table td,
.fxtab-wrapper table.fxtab-table th {
    padding: 8px;
    background-color: #fff;
}
table.fxtab-table td.complex,
table.fxtab-table th.complex {
    padding: 0;
    vertical-align: top;
}
table.fxtab-table tr td:last-child {
    border-right: none;
}
table.fxtab-table tr:first-child td,
table.fxtab-table tr:first-child th {
    border-top: none;
}
table.fxtab-table tbody tr:first-child td.complex,
table.fxtab-table tbody tr:first-child th.complex {
    padding-top: 1px;
}
table.fxtab-table tr td:first-child,
table.fxtab-table tr th:first-child {
    border-left: none;
}
table.fxtab-table tr:last-child td{
    border-bottom: none;
}
table.fxtab-table tr td:last-child,
table.fxtab-table tr th:last-child {
    border-right: none;
}
table.fxtab-table tr:last-child th {
    border-bottom: 1px solid #ddd;
}
.fxtab-horizontal-scroll,
.fxtab-vertical-scroll {
    display: none;
    position: absolute;
    z-index: 9998;
}
.fxtab-horizontal-scroll-bounds,
.fxtab-vertical-scroll-bounds {
    position: relative;
    width: 100%;
    height: 100%;
}
.fxtab-horizontal-scroll:hover .fxtab-horizontal-scroll-bounds,
.fxtab-vertical-scroll:hover .fxtab-vertical-scroll-bounds {
    background: #bfbfbf;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#40000000', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fxtab-vertical-scroll-slider,
.fxtab-horizontal-scroll-slider {
    position: absolute;
    display: inline-block;
    background: #7f7f7f;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fxtab-vertical-scroll {
    width: 8px;
    right: 0;
    top: 0;
    bottom: 6px;
    padding: 0 0 6px 0;
}
.fxtab-vertical-scroll-bounds {
    margin: 2px 0 0 0;
    width: 6px;
}
.fxtab-vertical-scroll-slider {
    width: 6px;
    min-height: 10px;
    top: 0;
}
.fxtab-horizontal-scroll {
    height: 8px;
    position: absolute;
    left: 0;
    right: 6px;
    bottom: 0;
    padding: 0 6px 0 0;
}
.fxtab-horizontal-scroll-bounds {
    margin: 0 0 0 2px;
    height: 6px;
}
.fxtab-horizontal-scroll-slider {
    height: 6px;
    min-width: 10px;
    left: 0;
}
.fxtab-vertical-scroll:hover {
    width: 12px;
}
.fxtab-horizontal-scroll:hover {
    height: 12px;
}
.fxtab-vertical-scroll:hover .fxtab-vertical-scroll-bounds,
.fxtab-vertical-scroll:hover .fxtab-vertical-scroll-slider {
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fxtab-horizontal-scroll:hover .fxtab-horizontal-scroll-bounds,
.fxtab-horizontal-scroll:hover .fxtab-horizontal-scroll-slider {
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fxtab-wrapper:hover .fxtab-vertical-scroll,
.fxtab-wrapper:hover .fxtab-horizontal-scroll {
    display: inline-block;
}
.fxtab-lock {
    position: absolute;
    display: block;
    width: -moz-available;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.33);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54000000', endColorstr='#54000000', GradientType=0);
    z-index: 9998;
}
.fxtab-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    background-image: url('/images/am-loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    padding: 2px;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.frozen .fxtab-field-placeholder {
    padding-right: 10px;
}