@charset "utf-8";

/*
* Добавить в профили редектора стили:
* --------------------------------------
* Заголовки таблицы=table-header
*/


table.node-table-style  {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100% !important;
}

.node-table-style tr.table-header {color: #fff; background: #A3C41F !important;  font-weight: bold;}
.node-table-style tr.table-header td {padding-top: 6px;padding-bottom: 6px;min-width: 40px;}
.node-table-style table a {color: #337ab7;}
.node-table-style table a:hover {color: #337ab7; text-decoration: underline;}

.node-table-style table table {
  font-size: 1em;
}
.node-table-style #footer-wrapper table {
  font-size: 1em;
}
.node-table-style table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
.node-table-style table tr th,
.node-table-style table tr th a,
.node-table-style table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
.node-table-style table tbody tr th {
  vertical-align: top;
}
.node-table-style tr td,
.node-table-style tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}

.node-table-style #footer-wrapper tr td,
.node-table-style #footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.node-table-style tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
.node-table-style tr,
.node-table-style tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table.node-table-style  ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table.node-table-style  ul.links li {
  padding: 0 1em 0 0;
}

table.node-table-style  tr td p {
    margin-bottom: 0 !important;
    text-indent: 0 !important;
}

.node-table-container
{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.node-table-container::-webkit-scrollbar
{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.node-table-container::-webkit-scrollbar-thumb
{
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.table-container-outer { position: relative; }

.table-container-fade
{
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
  background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
  background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
  background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
  background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);
}