
html,
body {
  width: 100%;
  height: 100%;
}

a,.btn,[data-binding]{
  -webkit-transition: all .12s ease-in-out;
  -moz-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
}

[data-toggle='dropdown'] {
  cursor: pointer !important;
}

.pt-dev-features p.lead > span.label,
nav .navbar-brand > span > span{
  font-size: 13px;
  vertical-align: 3px;
  font-weight: 500;
  padding: 1px 10px;
  color: #FFF;
}

.pt-dev-nav,
.main_wrapper {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, .3);
  box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, .3);
}

.pt-dev-nav{
  margin-bottom: 0;
}

.main_wrapper {
  background-color: #9B59B6;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #FFF;
}

.main_wrapper.thin {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main_wrapper h1{
  white-space: nowrap;
  font-size: 30px;
}

.main_wrapper.thin h1{
  margin-top: 0;
  padding-top: 0;
  line-height: 1;
}

.main_wrapper p{
  margin: 0 0 20px;
  color: #FFF;
}

.main_wrapper p:last-child{
  margin: 0;
}

.main_wrapper.thin p{
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  font-size: 20px;
  text-align: left;
  color: #cdbfe3;
}

.main_wrapper svg.logo{
  margin-bottom: 30px;
	height: 60px;
}

.main_wrapper p.lead a.btn-outline-inverse{
  color: #fff;
  background-color: transparent;
  border: 1px solid #cdbfe3;
  display: inline-block;
}

.main_wrapper p.lead a.btn-outline-inverse:hover{
  background-color: #FFF;
  color: #9B59B6;
}

.pt-dev-footer {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #FFF;
}

.pt-dev-footer-links {
  margin: 0;
  padding: 0;
}

.pt-dev-footer-links li {
  display: inline;
  padding: 0 2px;
  padding-left: 0;
  list-style-type: none;
}

.pt-dev-features {
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: center;
  background-color: #fff;
}

.pt-dev-features h2.pt-dev-title {
  font-size: 40px;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}

.btn-outline {
  color: #563d7c;
  background-color: transparent;
  border: 1px solid #563d7c;
}

.pt-dev-features .btn-outline:hover {
  background-color: #563d7c;
  color: #FFF;
}

.pt-dev-features .lead {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.pt-dev-left-nav {
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
}

.pt-dev-left-nav i {
  font-size: 16px;
  vertical-align: 1px;
  width: 20px;
  text-align: center;
}

.pt-applications div.tab-pane {
  padding: 20px 10px;
}

.cake-stack-trace li a{
  display: inline-block !important;
  font-size: 12px;
}

.pt-dev-target-products a:hover{
  text-decoration: none;
}

.pt-dev-target-products td > div{
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pt-dev-target-products td > a{
  padding-left: 0px;
}

#pt-dev-reform-target button{
  opacity: 0;
}

#pt-dev-reform-target:hover button{
  opacity: 1;
}
