/****************************************
 Generic styles
****************************************/
.shortcodes {
  padding: 70px 0; }
  .shortcodes .heading-line {
    margin-top: 20px; }
  .shortcodes .btn {
    margin-bottom: 15px; }
  .shortcodes .btn-sm {
    margin-bottom: 60px; }
  .shortcodes #accordion {
    margin-top: 40px; }
  .shortcodes .nav-tabs {
    margin-top: 40px; }

.buttons .heading-line {
  margin-bottom: 60px; }

/****************************************
 Buttons
****************************************/
.btn-default {
  color: #fff;
  text-shadow: none;
  background: #e85f1b;
  border: 2px solid #e85f1b;
  font-size: 22px; }

.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  border: 2px solid #e3e3e5;
  background-position: 0 -15px;
  color: #e85f1b; }

.btn {
  border-radius: 26px;
  padding: 6px 28px; }

/* large button */
.btn-lg {
  font-size: 22px;
  padding: 7px 42px 8px; }

/* medium button */
.btn-md {
  font-size: 18px; }

/* small button */
.btn-sm {
  font-size: 16px; }

/* green button */
.btn-color1 {
  background: #91c134;
  border-color: #91c134; }

.btn-color1:hover,
.btn-color1:focus {
  color: #91c134; }

/* dark blue button */
.btn-color2 {
  background: #5f53b7;
  border-color: #5f53b7; }

.btn-color2:hover,
.btn-color2:focus {
  color: #5f53b7; }

/* light blue button */
.btn-color3 {
  background: #53b6b7;
  border-color: #53b6b7; }

.btn-color3:hover,
.btn-color3:focus {
  color: #53b6b7; }

/* yellow button */
.btn-color4 {
  background: #f5a700;
  border-color: #f5a700; }

.btn-color4:hover,
.btn-color4:focus {
  color: #f5a700; }

/* lilac button */
.btn-color5 {
  background: #b753a3;
  border-color: #b753a3; }

.btn-color5:hover,
.btn-color5:focus {
  color: #b753a3; }

/* grey button */
.btn-color6 {
  background: #8e9396;
  border-color: #8e9396; }

.btn-color6:hover,
.btn-color6:focus {
  color: #8e9396; }

/****************************************
 Accordions
****************************************/
.panel-group .panel {
  border-radius: 6px; }

.panel-group p {
  color: #8e9396;
  line-height: 1.7em; }

.panel-heading {
  padding: 15px 20px; }

.panel-body {
  padding: 20px; }

.panel-default {
  border-color: #e8e8eb; }

.panel-default > .panel-heading {
  border-color: red; }

.panel a {
  color: #262b2f; }
  .panel a:hover {
    color: #e85f1b;
    text-decoration: none; }

/****************************************
 Tabs
****************************************/
.tab-content {
  color: #8e9396;
  line-height: 1.7em;
  padding: 20px 0 0 0; }

/****************************************
 Pie charts
****************************************/
.pie-charts {
  margin: 70px 0 0 0; }
  .pie-charts .heading-line {
    margin-bottom: 50px; }

ul.piechart {
  text-align: center; }

ul.piechart li {
  margin: 0 30px 70px 30px; }

.chart {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 0 10px;
  vertical-align: top;
  position: relative;
  padding-top: 22px; }

.chart span.value {
  display: block;
  font-size: 36px;
  color: #5a5b5f;
  text-align: center;
  margin: 35px 0 0 0; }

.chart span.legend {
  display: block;
  color: #5a5b5f;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 85px 0 0 0; }

.chart canvas {
  position: absolute;
  left: 0;
  top: 0; }

/****************************************
 Tables
****************************************/
.tables {
  margin: 70px 0 0 0; }
  .tables .heading-line {
    margin-bottom: 50px; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom: none; }

.table > thead > tr > th {
  padding: 20px 25px 18px 25px; }

.table > tbody > tr > td {
  padding: 14px 20px 12px 20px;
  color: #8e9396;
  padding: 20px; }

table > thead > tr > th {
  font-size: 18px;
  font-weight: 600;
  background: #f7f7fa; }

.table > tbody > tr > td {
  font-size: 14px; }
