﻿.zui-table {
    border: none;
    border-left: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 1em Arial, sans-serif;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.zui-table thead th {
    background-color: #ffa64d;
    border: none;
    border-right: solid 1px #ffd699;
    border-left: solid 1px #ffd699;
    border-bottom: solid 2px #808080;
    color: #000000;
    padding: 3px;
    text-align: left;
    /*text-shadow: 1px 1px 1px #fff;*/
    white-space: nowrap;
    height: 25px;
    vertical-align: middle;
}

.zui-table tbody td {
    border-bottom: solid 1px #DDEFEF;
    color: #333;
    padding: 3px;
    /*text-shadow: 1px 1px 1px #fff;*/
    white-space: nowrap;
    height: 20px;
    vertical-align: middle;
}


.zui-wrapper {
    position: relative;
}

.zui-scroller-simple {
    margin-right: 80px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}

.zui-scroller {
    margin-right: 160px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}

.zui-scroller-2 {
    margin-right: 180px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}

.zui-scroller-no-action {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
}

.zui-table .zui-sticky-col-th {
    /*padding: 0.8em 0.8em 0.8em 0.8em;*/
    padding: 3px 5px;
    border-right: solid 1px #DDEFEF;
    border-left: solid 1px #DDEFEF;
    right: 0;
    position: absolute;
    top: auto;
    width: 160px;
}

.zui-table .zui-sticky-col-th-2 {
    padding: 0.8em 0.8em 0.8em 0.8em;
    border-left: solid 2px #ffffff;
    right: 0;
    position: absolute;
    top: auto;
    width: 180px;
}

.zui-table .zui-sticky-col-th-simple {
    padding: 0.8em 0.8em 0.8em 0.8em;
    border-right: solid 1px #DDEFEF;
    border-left: solid 1px #DDEFEF;
    right: 0;
    position: absolute;
    top: auto;
    width: 80px;
}

.zui-table .zui-sticky-col {
    border-right: solid 1px #DDEFEF;
    border-left: solid 1px #DDEFEF;
	border-bottom: 0px;
    right: 0;
    position: absolute;
    top: auto;
    height:23px;
	width: 160px;
    text-align:center;
}

.zui-table .zui-sticky-col-2 {
    border-right: solid 1px #DDEFEF;
    border-left: solid 1px #DDEFEF;
    right: 0;
    position: absolute;
	height:22px;
    top: auto;
	border-bottom: 0px;
    width: 180px;
    text-align:center;
}

.zui-table .zui-sticky-col-simple {
    border-right: solid 1px #DDEFEF;
    border-left: solid 1px #DDEFEF;
    right: 0;
    position: absolute;
    top: auto;
    width: 80px;
    text-align:center;
}

.zui-table tbody tr:hover {
    background-color: #33d6ff;
}

.zui-table .zui-sticky-col:hover {
    background-color: #33d6ff;
}

.zui-table .zui-sticky-col-2:hover {
    background-color: #33d6ff;
}

.zui-table .zui-sticky-col-simple:hover {
    background-color: #33d6ff;
}