.template-img img {
  width: 100%;
  height: 100%;
}

.nav-tabs li{
	/*padding: 0 15px;*/
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.collapsible-item-title,
.collapsible-item-body {
  border: 1px solid rgba(0, 0, 0, .3);
  padding: .5rem 1rem;
  margin-bottom: .5rem;
}

.collapsible-item-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.collapsible-item-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.collapsible-item-title a {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}

.collapsible-item-title a:hover {
  color: rgba(0, 0, 0, .5);
}

.collapsible-item-title .collapsible-item-title-link-icon[aria-expanded="false"]::after {
  font-family: FontAwesome;
  content: "\f0d7";
  float: right;
  color: #999;
}

.collapsible-item-title .collapsible-item-title-link-icon[aria-expanded="true"]::after {
  font-family: FontAwesome;
  content: "\f0d8";
  float: right;
  color: #999;
}

.accordion .btn-link{
  position: relative;
}

.accordion .btn-link[aria-expanded="false"]::after {
  font-family: FontAwesome;
  content: "\f0d7";
  /*float: right;*/
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  color: #999;
}

.accordion .btn-link[aria-expanded="true"]::after {
  font-family: FontAwesome;
  content: "\f0d8";
  /*float: right;*/
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  color: #999;
}

.nav-tabs .active{
    background-color: #eee;
    color: #007bff;
    outline: 0;
    border-color: #eee;
    border: none;
}

.card-header button{
  color:rgba(0, 0, 0, .5);
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.card-header button:hover{
  color: black;
}

.template-3 img{
  width: 100%;
  height: auto!important;
}