table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  /* height: 60px; */
  /* background: #36304a; */
  background: #78cdfe;
  border: 2px solid #000; !important;
}
table tbody tr {
  height: 40px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
  padding: 0 0 0 0;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.watable * {
  white-space: nowrap;
  font-size: 20px !important;
  padding-bottom: 3px;
}

.watable.table {
  width: auto;
}

.watable p {
  margin: 0;
}

.watable th,
.watable td {
  border-width: 1px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.watable .glyphicon {
  margin: 0 0 0 2px;
  opacity: 0.5;
}

.watable span.filter {
  /* background-color: #999; */
}

.watable .indeterminate {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.watable .columnpicker li,
.watable .actions li {
  padding-left: 5px;
}

.watable .gameSelect li,
.watable .actions li {
  padding-left: 5px;
}

.watable .btn-toolbar {
  margin-bottom: -5px;
  /* font-size: 60px !important; */
}

.watable .pagination {
  margin: 0;
}

.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;
}

.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-caption {
  font-family: "Catamaran", sans-serif;
  font-weight: 200%;
  font-size: 300%;
}


/* Only for demo purposes */
.watable .greenGrad {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,140,37,0.38) 38%, rgba(0,140,37,1) 100%); /* FF3.6+ */
  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))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#008c25',GradientType=1 ); /* IE6-9 */
}

.watable .yellowGrad {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,179,0,0.38) 38%, rgba(188,179,0,1) 100%); /* FF3.6+ */
  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))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bcb300',GradientType=1 ); /* IE6-9 */
}

.watable .redGrad {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(147,22,0,0.38) 38%, rgba(147,22,0,1) 100%); /* FF3.6+ */
  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))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#931600',GradientType=1 ); /* IE6-9 */
}

.watable .blueGrad {
  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; /* FF3.6+ */
  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; /* Chrome,Safari4+ */
  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; /* Chrome10+,Safari5.1+ */
  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; /* Opera 11.10+ */
  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;/* IE10+ */
  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; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007fce',GradientType=1 ) !important; /* IE6-9 */
}

.watable .gray {
  background-color: #d3d3d3 !important;
}

.watable .red {
  background-color: #ff8080 !important;
}

.watable .green {
  background-color: #80ff80 !important;
}

.watable .yellow {
  background-color: #ffff80 !important;
}



@media screen and (max-width: 992px) {
  .watable * {
	white-space: nowrap;
	font-size: 14px !important;
  }
  
  .watable tr {
  	height: 30px;
  }
  
  .watable th,
  .watable td {
  border-width: 1px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

}

@media screen and (max-width: 768px) {
  .watable * {
	white-space: nowrap;
	font-size: 10px !important;
  }
  
    .watable tr {
  	height: 20px;
  }
  
  .watable th,
  .watable td {
  border-width: 1px !important;
  padding-top: 1px;
  padding-bottom: 1px;
}

}








/* from bootstrap3.3.1 */

.WAbtn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #ddd;
  box-sizing:border-box !important;
}
.WAbtn-default:hover,
.WAbtn-default:focus,
.WAbtn-default.focus,
.WAbtn-default:active,
.WAbtn-default.active,
.open > .dropdown-toggle.WAbtn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;

/* 
  color: #333;
  background-color: #fff;
  border-color: #ccc;
 */
 
}
.WAbtn-default:active,
.WAbtn-default.active,
.open > .dropdown-toggle.WAbtn-default {
  background-image: none;
}
.WAbtn-default.disabled,
.WAbtn-default[disabled],
fieldset[disabled] .WAbtn-default,
.WAbtn-default.disabled:hover,
.WAbtn-default[disabled]:hover,
fieldset[disabled] .WAbtn-default:hover,
.WAbtn-default.disabled:focus,
.WAbtn-default[disabled]:focus,
fieldset[disabled] .WAbtn-default:focus,
.WAbtn-default.disabled.focus,
.WAbtn-default[disabled].focus,
fieldset[disabled] .WAbtn-default.focus,
.WAbtn-default.disabled:active,
.WAbtn-default[disabled]:active,
fieldset[disabled] .WAbtn-default:active,
.WAbtn-default.disabled.active,
.WAbtn-default[disabled].active,
fieldset[disabled] .WAbtn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.WAbtn-default .badge {
  color: #fff;
  background-color: #333;
}

.WApagination {
  display: inline-block;
  box-sizing: border-box !important;
  padding-left: 0;
  border-radius: 4px;
  overflow: visible;
}
.WApagination > li {
  display: inline;
}
.WApagination > li > a,
.WApagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  /* margin-bottom: -1px; */
  line-height: 1.42857143;
  color: #337ab7;
  /* color: #1122ff; */
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
}
.WApagination > li:first-child > a,
.WApagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.WApagination > li:last-child > a,
.WApagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.WApagination > li > a:hover,
.WApagination > li > span:hover,
.WApagination > li > a:focus,
.WApagination > li > span:focus {
  color: #23527c;
  /* color: #1122ff; */
  background-color: #eee;
  border-color: #ddd;
}
.WApagination > .active > a,
.WApagination > .active > span,
.WApagination > .active > a:hover,
.WApagination > .active > span:hover,
.WApagination > .active > a:focus,
.WApagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.WApagination > .disabled > span,
.WApagination > .disabled > span:hover,
.WApagination > .disabled > span:focus,
.WApagination > .disabled > a,
.WApagination > .disabled > a:hover,
.WApagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.WApagination-lg > li > a,
.WApagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.WApagination-lg > li:first-child > a,
.WApagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.WApagination-lg > li:last-child > a,
.WApagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.WApagination-sm > li > a,
.WApagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.WApagination-sm > li:first-child > a,
.WApagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.WApagination-sm > li:last-child > a,
.WApagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
