p.cap:first-letter {
  font-size: 36px;
  font-family: Georgia, serif;
  line-height: 100%;
  float: left;
  padding: 2px 5px 2px 2px;
  color: #d86f5c;
}

.tab-top > li > a {
	border-top: 5px solid #a19193 !important;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tab-top > li.active > a {
	border-top: 5px solid #ff912e !important;
	background-color: #ffdec0 !important;
}

.btn-success {
	background-color: #29be92;
	border-color: #209874;
}
.btn-success:hover {
	background-color: #53cba7;
	border-color: #29be92;
}
.btn-info {
	background-color: #c28fdd;
	border-color: #9b72b0;
}
.btn-info:hover {
	background-color: #cea5e3;
	border-color: #c28fdd;
}
.btn-danger {
	background-color: #ff5c2b;
	border-color: #cc4922;
}
.btn-danger:hover {
	background-color: #ff7c55;
	border-color: #ff5c2b;
}
.btn-warning {
	background-color: #eeb211;
	border-color: #be8e0d;
	color: #000 !important;
}
.btn-warning:hover {
	background-color: #f3c958;
	border-color: #eeb211;
}
.btn-primary {
	background-color: #5496d7;
	border-color: #4378ac;
}
.btn-primary:hover {
	background-color: #76abdf;
	border-color: #5496d7;
}
.btn-green {
	background-color: #50cc32;
	border-color: #47b72d;
}
.btn-green:hover {
	background-color: #caefc1;
	border-color: #50cc32;
}
.btn-blue {
	background-color: #3ed4e7;
	border-color: #31a9b8;
	color: #fff !important;
}
.btn-blue:hover {
	background-color: #82e3ee;
	border-color: #3ed4e7;
}

.panel-heading {
	background-color: #fff;
	color: #011e46 !important;
}
.panel {
	border: none !important;
}
.panel-body {
	border: 1px solid #b7bac5;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel-default > .panel-heading {
	border-bottom: 5px solid #a19193 !important;
	background-color: #f5f5f5 !important;
}
.panel-primary > .panel-heading {
	border-bottom: 5px solid #5496d7 !important;
	background-color: #cbdff3 !important;
}
.panel-warning > .panel-heading {
	border-bottom: 5px solid #fec78a !important;
	background-color: #fefacd !important;
}
.panel-danger > .panel-heading {
	border-bottom: 5px solid #ff5c2b !important;
	background-color: #ffcebf !important;
}
.panel-info > .panel-heading {
	border-bottom: 5px solid #3ed4e7 !important;
	background-color: #c5f2f7 !important;
}
.panel-success > .panel-heading {
	border-bottom: 5px solid #29be92 !important;
	background-color: #beebde !important;
}
.panel-green > .panel-heading {
	border-bottom: 5px solid #50cc32 !important;
	background-color: #caefc1 !important;
}
.panel-light-blue > .panel-heading {
	border-bottom: 5px solid #8ee4cf !important;
	background-color: #ddf6f0 !important;
}
.panel-brown > .panel-heading {
	border-bottom: 5px solid #d39a6f !important;
	background-color: #f1e0d3 !important;
}
.panel-violet > .panel-heading {
	border-bottom: 5px solid #c28fdd !important;
	background-color: #ecddf4 !important;
}
.panel-orange > .panel-heading {
	border-bottom: 5px solid #ff912e !important;
	background-color: #ffdec0 !important;
}
.panel-magenta > .panel-heading {
	border-bottom: 5px solid #ff69bc !important;
	background-color: #ffd2ea !important;
}
.panel-dark-red > .panel-heading {
	border-bottom: 5px solid #d86f5c !important;
	background-color: #efc5bd !important;
}
.panel-dark-blue > .panel-heading  {
	border-bottom: 5px solid #7d95c9 !important;
	background-color: #becae4 !important;
}
.panel-gray > .panel-heading  {
	border-bottom: 5px solid #b7bac5 !important;
	background-color: #dbdce2 !important;
}
.panel-dark-green > .panel-heading  {
	border-bottom: 5px solid #24920C !important;
	background-color: #a7d39d !important;
}
.panel-teal > .panel-heading  {
	border-bottom: 5px solid #008080 !important;
	background-color: #99cccc !important;
}

.li-default {
	border-left: 5px solid #a19193;
}
.li-primary {
	border-left: 5px solid #5496d7;
}
.li-warning {
	border-left: 5px solid #fec78a;
}
.li-danger {
	border-left: 5px solid #ff5c2b;
}
.li-info {
	border-left: 5px solid #3ed4e7;
}
.li-success {
	border-left: 5px solid #29be92;
}
.li-green {
	border-left: 5px solid #50cc32;
}
.li-light-blue {
	border-left: 5px solid #8ee4cf;
}
.li-brown {
	border-left: 5px solid #d39a6f;
}
.li-violet {
	border-left: 5px solid #c28fdd;
}
.li-orange {
	border-left: 5px solid #ff912e;
}
.li-magenta {
	border-left: 5px solid #ff69bc;
}
.li-purple {
	border-left: 5px solid #9c27b0;
}
.li-dark-red {
	border-left: 5px solid #d86f5c;
}
.li-dark-blue {
	border-left: 5px solid #7d95c9;
}
.li-gray {
	border-left: 5px solid #b7bac5;
}
.li-dark-green {
	border-left: 5px solid #24920C;
}
.li-teal {
	border-left: 5px solid #008080;
}
.li-lime {
	border-left: 5px solid #9fc906;
}


/*.label-default {
	background-color: #a19193;
}*/
.label-primary {
	background-color: #5496d7;
}
.label-warning {
	background-color: #fef159;
	color: #000;
}
.label-danger {
	background-color: #ff5c2b;
}
.label-info {
	background-color: #3ed4e7;
}
.label-success {
	background-color: #29be92;
}
.label-green {
	background-color: #50cc32;
}
.label-light-blue {
	background-color: #8ee4cf;
}
.label-brown {
	background-color: #d39a6f;
}
.label-violet {
	background-color: #c28fdd;
}
.label-orange {
	background-color: #ff912e;
}
.label-dark-red {
	background-color: #d86f5c;
}
.label-inverse {
	background-color: #000;
}
.label-white {
	color: #fff;
}
.label-dark-blue {
	background-color: #7d95c9;
}
.label-gray {
	background-color: #b7bac5;
}
.label-dark-green {
	background-color: #24920C;
}
.label-teal {
	background-color: #008080;
}
.label-magenta {
	background-color: #ff69bc;
}

.alert-orange {
	border-bottom: 5px solid #ff912e !important;
	background-color: #ffdec0 !important;
}
.alert-success {
	border-bottom: 5px solid #29be92 !important;
	background-color: #beebde !important;
}
.alert-danger {
	border-bottom: 5px solid #ff5c2b !important;
	background-color: #ffcebf !important;
}
.alert-warning {
	border-bottom: 5px solid #fec78a !important;
	background-color: #fefacd !important;
}
.alert-default {
	border-bottom: 5px solid #a19193 !important;
	background-color: #f5f5f5 !important;
}
.alert-violet {
	border-bottom: 5px solid #c28fdd !important;
	background-color: #ecddf4 !important;
}
.alert-info {
	border-bottom: 5px solid #3ed4e7 !important;
	background-color: #c5f2f7 !important;
}
.alert-light-blue {
	border-bottom: 5px solid #8ee4cf !important;
	background-color: #ddf6f0 !important;
}

.timeline-default {
	background-color: #a19193;
}
.timeline-primary {
	background-color: #5496d7;
}
.timeline-warning {
	background-color: #eeb211;
}
.timeline-danger {
	background-color: #ff5c2b;
}
.timeline-info {
	background-color: #3ed4e7;
}
.timeline-success {
	background-color: #29be92;
}
.timeline-green {
	background-color: #50cc32;
}
.timeline-light-blue {
	background-color: #8ee4cf;
}
.timeline-brown {
	background-color: #d39a6f;
}
.timeline-violet {
	background-color: #c28fdd;
}
.timeline-orange {
	background-color: #ff912e;
}
.timeline-magenta {
	background-color: #ff69bc;
}
.timeline-dark-red {
	background-color: #d86f5c;
}
.timeline-dark-blue {
	background-color: #7d95c9;
}
.timeline-gray {
	background-color: #b7bac5;
}
.timeline-dark-green {
	background-color: #24920C;
}
.timeline-teal {
	background-color: #008080;
}
