﻿.panell {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panell-body {
  padding: 15px;
}
.panell-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panell-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panell-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panell-title > a {
  color: inherit;
}
.panell-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panell > .list-group {
  margin-bottom: 0;
}
.panell > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panell > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panell > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panell-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panell > .table,
.panell > .table-responsive > .table {
  margin-bottom: 0;
}
.panell > .table:first-child,
.panell > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panell > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panell > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panell > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panell > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panell > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panell > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panell > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panell > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panell > .table:last-child,
.panell > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panell > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panell > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panell > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panell > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panell > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panell > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panell > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panell > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panell > .panell-body + .table,
.panell > .panell-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panell > .table > tbody:first-child > tr:first-child th,
.panell > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panell > .table-bordered,
.panell > .table-responsive > .table-bordered {
  border: 0;
}
.panell > .table-bordered > thead > tr > th:first-child,
.panell > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panell > .table-bordered > tbody > tr > th:first-child,
.panell > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panell > .table-bordered > tfoot > tr > th:first-child,
.panell > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panell > .table-bordered > thead > tr > td:first-child,
.panell > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panell > .table-bordered > tbody > tr > td:first-child,
.panell > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panell > .table-bordered > tfoot > tr > td:first-child,
.panell > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panell > .table-bordered > thead > tr > th:last-child,
.panell > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panell > .table-bordered > tbody > tr > th:last-child,
.panell > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panell > .table-bordered > tfoot > tr > th:last-child,
.panell > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panell > .table-bordered > thead > tr > td:last-child,
.panell > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panell > .table-bordered > tbody > tr > td:last-child,
.panell > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panell > .table-bordered > tfoot > tr > td:last-child,
.panell > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panell > .table-bordered > thead > tr:first-child > td,
.panell > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panell > .table-bordered > tbody > tr:first-child > td,
.panell > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panell > .table-bordered > thead > tr:first-child > th,
.panell > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panell > .table-bordered > tbody > tr:first-child > th,
.panell > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panell > .table-bordered > tbody > tr:last-child > td,
.panell > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panell > .table-bordered > tfoot > tr:last-child > td,
.panell > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panell > .table-bordered > tbody > tr:last-child > th,
.panell > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panell > .table-bordered > tfoot > tr:last-child > th,
.panell > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panell > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panell-info {
  border-color: #dddddd;
}
.panell-info > .panell-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panell-info > .panell-heading + .panell-collapse .panell-body {
  border-top-color: #bce8f1;
}
.panell-info > .panell-footer + .panell-collapse .panell-body {
  border-bottom-color: #bce8f1;
}
