
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px 20px 20px;
}
.panel-heading {
  padding: 20px 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px 20px 20px;
  padding-right: 15px 20px 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #4285f4;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4285f4;
}
.panel-primary > .panel-heading .badge {
  color: #4285f4;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4285f4;
}
.panel-success {
  border-color: #34a853;
}
.panel-success > .panel-heading {
  color: #37b358;
  background-color: #34a853;
  border-color: #34a853;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #34a853;
}
.panel-success > .panel-heading .badge {
  color: #34a853;
  background-color: #37b358;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #34a853;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fbbc05;
}
.panel-warning > .panel-heading {
  color: #f6c163;
  background-color: #fcf8e3;
  border-color: #fbbc05;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbbc05;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #f6c163;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbbc05;
}
.panel-danger {
  border-color: #ea4335;
}
.panel-danger > .panel-heading {
  color: #ea4335;
  background-color: #ea4335;
  border-color: #ea4335;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ea4335;
}
.panel-danger > .panel-heading .badge {
  color: #ea4335;
  background-color: #ea4335;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ea4335;
}

/*------------------------------------------------------------------
  [Panels]
*/
.panel {
  background-color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-width: 0;
  border-radius: 3px;
}
.panel-body {
  padding: 8px 20px 20px;
  border-radius: 0 0 3px 3px;
}
.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
}
.panel-heading .tools {
  float: right;
  font-size: 0;
}
.panel-heading .tools > a {
  display: inline-block;
}
.panel-heading .tools .icon {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 20px;
  text-align: center;
}
.panel-heading .tools .icon + .icon {
  margin-left: 2px;
}
.panel-heading .tools .icon:hover {
  color: #a6a6a6;
}
.panel-title {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 0;
}
.panel-subtitle {
  display: block;
  font-size: 13px;
  color: #707070;
  margin-bottom: 6px;
}
.panel-heading-divider {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 20px 8px;
  padding-left: 0;
  padding-right: 0;
}
.panel-flat {
  border: none;
  box-shadow: none;
}
.panel-border {
  box-shadow: none;
  border: 1px solid #d4d4d4;
}
.panel-contrast .panel-heading {
  margin: 0;
  padding: 20px 20px 11px;
}
.panel-contrast .panel-body {
  padding-top: 16px;
}
.panel-heading-contrast {
  background-color: #f5f5f5;
}
.panel-body-contrast {
  background-color: #f5f5f5;
}
.panel-border-color {
  border-top: 3px solid #c9c9c9;
}
.panel-border-color-primary {
  border-top-color: #4285f4;
}
.panel-border-color-danger {
  border-top-color: #ea4335;
}
.panel-border-color-warning {
  border-top-color: #fbbc05;
}
.panel-border-color-success {
  border-top-color: #34a853;
}
.panel-border-color-dark {
  border-top-color: #3d3c3c;
}
.panel-full .panel-heading {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-full .panel-heading .panel-title {
  border-width: 0;
}
.panel-full-color .panel-heading {
  color: #ffffff;
  padding: 27px 20px 15px;
  margin: 0;
}
.panel-full-color .panel-heading .panel-subtitle,
.panel-full-color .panel-heading .icon {
  color: #ffffff;
}
.panel-full-color .panel-body {
  padding: 20px;
}
.panel-full-primary {
  background-color: #5f99f5;
  color: #ffffff;
}
.panel-full-primary .panel-heading-contrast {
  background-color: #6da2f6;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full-primary .tools .icon {
  color: #ffffff;
}
.panel-full-primary .tools .icon:hover {
  color: #4287f3;
}
.panel-full-success {
  background-color: #37b358;
  color: #ffffff;
}
.panel-full-success .panel-heading-contrast {
  background-color: #3bbf5e;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full-success .tools .icon {
  color: #ffffff;
}
.panel-full-success .tools .icon:hover {
  color: #309c4c;
}
.panel-full-warning {
  background-color: #f6c163;
  color: #ffffff;
}
.panel-full-warning .panel-heading-contrast {
  background-color: #f7c771;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full-warning .tools .icon {
  color: #ffffff;
}
.panel-full-warning .tools .icon:hover {
  color: #f4b646;
}
.panel-full-danger {
  background-color: #eb6357;
  color: #ffffff;
}
.panel-full-danger .panel-heading-contrast {
  background-color: #ed7065;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full-danger .tools .icon {
  color: #ffffff;
}
.panel-full-danger .tools .icon:hover {
  color: #e84a3c;
}
.panel-full {
  background-color: #bdbdbd;
  color: #ffffff;
}
.panel-full .panel-heading-contrast {
  background-color: #c4c4c4;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full .tools .icon {
  color: #ffffff;
}
.panel-full .tools .icon:hover {
  color: #adadad;
}
.panel-full-dark {
  background-color: #333333;
  color: #ffffff;
}
.panel-full-dark .panel-heading-contrast {
  background-color: #3b3b3b;
  padding: 20px 20px 15px;
  margin: 0;
}
.panel-full-dark .tools .icon {
  color: #ffffff;
}
.panel-full-dark .tools .icon:hover {
  color: #242424;
}
.panel-table .panel-body {
  padding: 0;
}