﻿.app-template-panel * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app-template-panel.panel-alt {
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: none;
}
.app-template-panel.panel-alt .panel-heading {
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
}
.app-template-panel.panel-alt .panel-heading h6 {
  color: #A9A9A9;
  text-align: center;
}
.app-template-panel.panel-alt .panel-body.connections-list {
  border: #F1F4F5 1px solid;
  max-height: 245px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.app-template-panel.panel:hover .panel-heading {
  background-color: #E3E6E9;
}
.app-template-panel.panel:hover .panel-heading h6 {
  color: #A9A9A9;
}
.app-template-panel.panel:hover .panel-heading h6 a {
  border-color: #fff;
}
.app-template-panel.panel:hover .panel-body,
.app-template-panel.panel:hover .panel-footer {
  border-color: rgba(51, 51, 51, 0.6);
  border-radius: 0px;
}
.app-template-panel.panel.app-panel {
  margin-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.6);
}
.app-template-panel.panel.app-panel .product-list-block {
  display: flex;
  /*flex-wrap: wrap;
            justify-content: center;
            align-items: center;*/
  float: left;
  margin-top: -25px;
}
.app-template-panel.panel.app-panel .product-list-block .product-list {
  display: flex;
  justify-content: center;
}
.app-template-panel.panel.app-panel .product-list-block .product-list .prod-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  background: #fff;
  height: 50px;
  border: #F1F4F5 2px solid;
  border-radius: 50%;
  margin: 5px;
}
.app-template-panel.panel.app-panel .product-list-block .product-list .prod-item img {
  /*width: 25px;*/
  height: 25px;
}
.app-template-panel.panel.app-panel .product-list-block p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 20px 0 0px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 769px) {
  .app-template-panel.panel.app-panel .product-list-block {
    float: none;
    margin-top: 0;
    text-align: center;
    justify-content: center;
  }
}
.app-template-panel.panel.app-panel > .panel-heading {
  padding: 25px 15px;
  position: relative;
}
.app-template-panel.panel.app-panel > .panel-heading a {
  color: #313131;
}
.app-template-panel.panel.app-panel > .panel-heading .btn-success {
  color: #ffffff;
}
.app-template-panel.panel.app-panel > .panel-heading h6 {
  font-size: 14px;
  color: #636E7B;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width: 100%;*/
  margin-right: 80px;
  margin-left: 20px;
  font-weight: 900;
}
.app-template-panel.panel.app-panel > .panel-heading .btn-install {
  float: right;
  margin-top: -30px;
  padding: 10px 20px;
  border-radius: 20px;
}
.app-template-panel.panel.app-panel > .panel-heading .btn-info {
  float: right;
  margin-top: -30px;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: initial;
  margin-right: 10px;
}
.app-template-panel.panel.app-panel > .panel-heading .btn-success {
  background-color: #1CAF9A;
  border-color: #17a08c;
}
@media (max-width: 769px) {
  .app-template-panel.panel.app-panel > .panel-heading h6 {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    text-align: center;
  }
  .app-template-panel.panel.app-panel > .panel-heading .btn-wide {
    margin-top: 10px;
    float: none;
    margin-right: 0;
  }
}
.app-template-panel.panel.app-panel > .panel-body {
  height: 80px;
  max-height: 80px;
  border: 1px solid #E3E6E9;
  border-bottom: none;
  border-left: none;
  border-right: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-template-panel.panel.app-panel > .panel-body p {
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-template-panel.panel.app-panel .panel-footer {
  padding-top: 10px;
  border: 1px solid #E3E6E9;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.app-template-panel.panel.app-panel .panel-footer p {
  margin-bottom: 10px;
}
.app-template-panel.panel.app-panel .panel-footer p a {
  font-size: 14px;
}
.app-template-panel.panel.app-panel .panel-footer .btn {
  width: 80%;
  text-align: center;
  text-transform: uppercase;
}