/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 26, 2014, 4:08:52 PM
    Author     : lukas.danek
*/

.article-wysiwyg > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.article-wysiwyg > table {
  border-spacing: 0;
  border-collapse: collapse;
}

.article-wysiwyg > table > thead {
    display: table-header-group;
}

.article-wysiwyg > th {
  text-align: left;
}

.article-wysiwyg > .table-bordered th,
.article-wysiwyg > .table-bordered td {
    border: 1px solid #ddd !important;
}

.article-wysiwyg > table > thead > tr > th,
.article-wysiwyg > table > tbody > tr > th,
.article-wysiwyg > table > tfoot > tr > th,
.article-wysiwyg > table > thead > tr > td,
.article-wysiwyg > table > tbody > tr > td,
.article-wysiwyg > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.article-wysiwyg > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.article-wysiwyg > table > caption + thead > tr:first-child > th,
.article-wysiwyg > table > colgroup + thead > tr:first-child > th,
.article-wysiwyg > table > thead:first-child > tr:first-child > th,
.article-wysiwyg > table > caption + thead > tr:first-child > td,
.article-wysiwyg > table > colgroup + thead > tr:first-child > td,
.article-wysiwyg > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.article-wysiwyg > table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.article-wysiwyg > table  {
  background-color: #fff;
}
.article-wysiwyg > .table-condensed > thead > tr > th,
.article-wysiwyg > .table-condensed > tbody > tr > th,
.article-wysiwyg > .table-condensed > tfoot > tr > th,
.article-wysiwyg > .table-condensed > thead > tr > td,
.article-wysiwyg > .table-condensed > tbody > tr > td,
.article-wysiwyg > .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.article-wysiwyg > .table-bordered {
  border: 1px solid #ddd;
}
.article-wysiwyg > .table-bordered > thead > tr > th,
.article-wysiwyg > .table-bordered > tbody > tr > th,
.article-wysiwyg > .table-bordered > tfoot > tr > th,
.article-wysiwyg > .table-bordered > thead > tr > td,
.article-wysiwyg > .table-bordered > tbody > tr > td,
.article-wysiwyg > .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.article-wysiwyg > .table-bordered > thead > tr > th,
.article-wysiwyg > .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.article-wysiwyg > table > tbody > tr:nth-child(odd) > td,
.article-wysiwyg > table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.article-wysiwyg > .table-hover > tbody > tr:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.article-wysiwyg > table > thead > tr > td.active,
.article-wysiwyg > table > tbody > tr > td.active,
.article-wysiwyg > table > tfoot > tr > td.active,
.article-wysiwyg > table > thead > tr > th.active,
.article-wysiwyg > table > tbody > tr > th.active,
.article-wysiwyg > table > tfoot > tr > th.active,
.article-wysiwyg > table > thead > tr.active > td,
.article-wysiwyg > table > tbody > tr.active > td,
.article-wysiwyg > table > tfoot > tr.active > td,
.article-wysiwyg > table > thead > tr.active > th,
.article-wysiwyg > table > tbody > tr.active > th,
.article-wysiwyg > table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.article-wysiwyg > .table-hover > tbody > tr > td.active:hover,
.article-wysiwyg > .table-hover > tbody > tr > th.active:hover,
.article-wysiwyg > .table-hover > tbody > tr.active:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > .active,
.article-wysiwyg > .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.article-wysiwyg > table > thead > tr > td.success,
.article-wysiwyg > table > tbody > tr > td.success,
.article-wysiwyg > table > tfoot > tr > td.success,
.article-wysiwyg > table > thead > tr > th.success,
.article-wysiwyg > table > tbody > tr > th.success,
.article-wysiwyg > table > tfoot > tr > th.success,
.article-wysiwyg > table > thead > tr.success > td,
.article-wysiwyg > table > tbody > tr.success > td,
.article-wysiwyg > table > tfoot > tr.success > td,
.article-wysiwyg > table > thead > tr.success > th,
.article-wysiwyg > table > tbody > tr.success > th,
.article-wysiwyg > table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.article-wysiwyg > .table-hover > tbody > tr > td.success:hover,
.article-wysiwyg > .table-hover > tbody > tr > th.success:hover,
.article-wysiwyg > .table-hover > tbody > tr.success:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > .success,
.article-wysiwyg > .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.article-wysiwyg > table > thead > tr > td.info,
.article-wysiwyg > table > tbody > tr > td.info,
.article-wysiwyg > table > tfoot > tr > td.info,
.article-wysiwyg > table > thead > tr > th.info,
.article-wysiwyg > table > tbody > tr > th.info,
.article-wysiwyg > table > tfoot > tr > th.info,
.article-wysiwyg > table > thead > tr.info > td,
.article-wysiwyg > table > tbody > tr.info > td,
.article-wysiwyg > table > tfoot > tr.info > td,
.article-wysiwyg > table > thead > tr.info > th,
.article-wysiwyg > table > tbody > tr.info > th,
.article-wysiwyg > table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.article-wysiwyg > .table-hover > tbody > tr > td.info:hover,
.article-wysiwyg > .table-hover > tbody > tr > th.info:hover,
.article-wysiwyg > .table-hover > tbody > tr.info:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > .info,
.article-wysiwyg > .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.article-wysiwyg > table > thead > tr > td.warning,
.article-wysiwyg > table > tbody > tr > td.warning,
.article-wysiwyg > table > tfoot > tr > td.warning,
.article-wysiwyg > table > thead > tr > th.warning,
.article-wysiwyg > table > tbody > tr > th.warning,
.article-wysiwyg > table > tfoot > tr > th.warning,
.article-wysiwyg > table > thead > tr.warning > td,
.article-wysiwyg > table > tbody > tr.warning > td,
.article-wysiwyg > table > tfoot > tr.warning > td,
.article-wysiwyg > table > thead > tr.warning > th,
.article-wysiwyg > table > tbody > tr.warning > th,
.article-wysiwyg > table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.article-wysiwyg > .table-hover > tbody > tr > td.warning:hover,
.article-wysiwyg > .table-hover > tbody > tr > th.warning:hover,
.article-wysiwyg > .table-hover > tbody > tr.warning:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > .warning,
.article-wysiwyg > .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.article-wysiwyg > table > thead > tr > td.danger,
.article-wysiwyg > table > tbody > tr > td.danger,
.article-wysiwyg > table > tfoot > tr > td.danger,
.article-wysiwyg > table > thead > tr > th.danger,
.article-wysiwyg > table > tbody > tr > th.danger,
.article-wysiwyg > table > tfoot > tr > th.danger,
.article-wysiwyg > table > thead > tr.danger > td,
.article-wysiwyg > table > tbody > tr.danger > td,
.article-wysiwyg > table > tfoot > tr.danger > td,
.article-wysiwyg > table > thead > tr.danger > th,
.article-wysiwyg > table > tbody > tr.danger > th,
.article-wysiwyg > table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.article-wysiwyg > .table-hover > tbody > tr > td.danger:hover,
.article-wysiwyg > .table-hover > tbody > tr > th.danger:hover,
.article-wysiwyg > .table-hover > tbody > tr.danger:hover > td,
.article-wysiwyg > .table-hover > tbody > tr:hover > .danger,
.article-wysiwyg > .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

  .article-wysiwyg > table  {
    margin-bottom: 0;
  }
  .article-wysiwyg > table  > thead > tr > th,
  .article-wysiwyg > table  > tbody > tr > th,
  .article-wysiwyg > table  > tfoot > tr > th,
  .article-wysiwyg > table  > thead > tr > td,
  .article-wysiwyg > table  > tbody > tr > td,
  .article-wysiwyg > table  > tfoot > tr > td {
    white-space: nowrap;
  }
  .article-wysiwyg > .table-bordered {
    border: 0;
  }
  .article-wysiwyg > .table-bordered > thead > tr > th:first-child,
  .article-wysiwyg > .table-bordered > tbody > tr > th:first-child,
  .article-wysiwyg > .table-bordered > tfoot > tr > th:first-child,
  .article-wysiwyg > .table-bordered > thead > tr > td:first-child,
  .article-wysiwyg > .table-bordered > tbody > tr > td:first-child,
  .article-wysiwyg > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .article-wysiwyg > .table-bordered > thead > tr > th:last-child,
  .article-wysiwyg > .table-bordered > tbody > tr > th:last-child,
  .article-wysiwyg > .table-bordered > tfoot > tr > th:last-child,
  .article-wysiwyg > .table-bordered > thead > tr > td:last-child,
  .article-wysiwyg > .table-bordered > tbody > tr > td:last-child,
  .article-wysiwyg > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .article-wysiwyg > .table-bordered > tbody > tr:last-child > th,
  .article-wysiwyg > .table-bordered > tfoot > tr:last-child > th,
  .article-wysiwyg > .table-bordered > tbody > tr:last-child > td,
  .article-wysiwyg > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
