.watable * {
	white-space: normal;
	font-size: 12px !important
}

.watable.table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.watable.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.watable.table thead {
	background-color: white;
}

.watable.table tbody {
	background-color: white;
}

.watable p {
	margin: 0
}

.watable tr th,
.watable tr td {
  border-right: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.watable tr th:first-child,
.watable tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, .125);
}
.watable tr th {
  text-align: left;
  border-top: solid 1px rgba(0, 0, 0, .125);
}

/* top-left border-radius */
.watable tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* top-right border-radius */
.watable tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* bottom-left border-radius */
.watable tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* bottom-right border-radius */
.watable tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.watable .glyphicon {
	margin: 0 0 0 2px;
	opacity: .5
}

.watable span.filter {
	background-color: #ECB936;
	color: #000
}

.watable .indeterminate {
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity = 40)
}

.watable .columnpicker li, .watable .actions li {
	padding-left: 5px
}

.watable .btn-toolbar {
	margin-bottom: -5px
}

.watable .pagination {
	margin: 0
}

.watable .pagination>li>a, .watable .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #569E3D;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.watable .pagination>.active>a, .watable .pagination>.active>span,
	.watable .pagination>.active>a:hover, .watable .pagination>.active>span:hover,
	.watable .pagination>.active>a:focus, .watable .pagination>.active>span:focus
	{
	z-index: 1;
	color: #fff;
	background-color: #569E3D;
	border-color: #569E3D;
	cursor: default
}

.watable input[type=checkbox] {
	margin: 0;
	padding: 0
}

.watable input[type=text].filter {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	width: 80px;
	float: left;
	background-color: transparent;
	font-weight: 400;
	font-style: italic
}

.watable .date-wrap {
	width: 100%;
	min-width: 115px
}

.watable .dateWrap .add-on {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	float: right;
	cursor: pointer
}

.watable .dropdown-menu {
	max-height: 250px;
	overflow: auto
}

.watable .actions a {
	padding: 0;
	margin: 0
}

.watable .green {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 140, 37, 0.38) 38%, rgba(0, 140, 37, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(38%, rgba(0, 140, 37, 0.38)),
		color-stop(100%, rgba(0, 140, 37, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 140, 37, 0.38) 38%, rgba(0, 140, 37, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 140, 37, 0.38) 38%, rgba(0, 140, 37, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 140, 37, 0.38) 38%, rgba(0, 140, 37, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(0, 140, 37, 0.38) 38%, rgba(0, 140, 37, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#008c25', GradientType=1)
}

.watable .yellow {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(188, 179, 0, 0.38) 38%, rgba(188, 179, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(38%, rgba(188, 179, 0, 0.38)),
		color-stop(100%, rgba(188, 179, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(188, 179, 0, 0.38) 38%, rgba(188, 179, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(188, 179, 0, 0.38) 38%, rgba(188, 179, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(188, 179, 0, 0.38) 38%, rgba(188, 179, 0, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(188, 179, 0, 0.38) 38%, rgba(188, 179, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#bcb300', GradientType=1)
}

.watable .red {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(147, 22, 0, 0.38) 38%, rgba(147, 22, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(38%, rgba(147, 22, 0, 0.38)),
		color-stop(100%, rgba(147, 22, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(147, 22, 0, 0.38) 38%, rgba(147, 22, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(147, 22, 0, 0.38) 38%, rgba(147, 22, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(147, 22, 0, 0.38) 38%, rgba(147, 22, 0, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(147, 22, 0, 0.38) 38%, rgba(147, 22, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#931600', GradientType=1)
}

.watable .blue {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 127, 206, 0.38) 38%, rgba(0, 127, 206, 1) 100%) !important;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
		255, 255, 0)), color-stop(38%, rgba(0, 127, 206, 0.38)),
		color-stop(100%, rgba(0, 127, 206, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 127, 206, 0.38) 38%, rgba(0, 127, 206, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 127, 206, 0.38) 38%, rgba(0, 127, 206, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
		rgba(0, 127, 206, 0.38) 38%, rgba(0, 127, 206, 1) 100%) !important;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(0, 127, 206, 0.38) 38%, rgba(0, 127, 206, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#007fce', GradientType=1) !important
}

.watable .gray {
	background-color: #d3d3d3 !important
}

.watable th a {
	text-decoration: none
}

.watable-chevron-down {
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.watable-chevron-up {
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.watable span {
	color: #1fa22e
}

.watable ul {
	list-style-image: none !important
}