.smooth-transition {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.btn {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.create-own {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.create-own:hover {
  color: #3d8096;
}
#navigation-links {
  margin-bottom: 10px;
}
#select-theme h1 {
  border-bottom: 2px solid #535050;
  font-weight: 500;
  margin-left: -16 px;
}
#select-theme .email-types {
  color: #3D8199;
  font-weight: 500;
  font-size: 15px;
}
#select-theme .email-types > div {
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}
#select-theme .email-types > div:hover {
  color: #0398CC;
  background-color: #d3d3d3;
}
#select-theme .headings {
  border-bottom: 2px solid #535050;
}
#select-theme .headings .input-group-addon:active {
  box-shadow: inset -1px 0px 26px -1px #ABABAB;
  -webkit-box-shadow: inset -1px 0px 26px -1px #ABABAB;
  -moz-box-shadow: inset -1px 0px 26px -1px #ABABAB;
  -o-box-shadow: inset -1px 0px 26px -1px #ABABAB;
}
#select-theme .headings .pre-made {
  margin-bottom: 0;
  margin-top: 0;
}
#select-theme .headings .search {
  margin-bottom: 9px;
}
#select-theme .headings .search span {
  padding: 7px 12px;
}
#select-theme .headings .search span .fa-search {
  padding: 2px;
}
#select-theme .headings .build {
  margin-bottom: 0;
  text-align: right;
  z-index: 3;
}
#select-theme .headings .build .fa-plus-circle {
  padding-right: 5px;
}
#select-theme .headings .build button {
  border: none;
}
#select-theme .headings h5.build:hover {
  color: #0398CC;
}
#select-theme .headings h5.build:hover i.fa {
  color: green;
}
#select-theme #draft-list .email-draft {
  height: 400px;
  position: relative;
  text-align: center;
}
#select-theme #draft-list .email-draft .draft-actions {
  left: 30%;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 40%;
}
#select-theme #draft-list .email-draft .preview {
  height: 300px;
  width: 300px;
  max-width: 100%;
  margin: auto;
  overflow: auto;
}
#select-theme #draft-list .email-draft .preview img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #select-theme .email-types > div {
    border-right: solid thin;
  }
  #select-theme .email-types > div:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #select-theme .email-types > div:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #select-theme .email-types > div:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (min-width: 1200px) {
  #select-theme .email-types > div:nth-child(6n) {
    border-right: none;
  }
}
.legend-header-footer {
  clear: both;
  float: none;
  margin-top: 11px;
  width: 100%;
  height: 1px;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #ffffff), color-stop(0.1, #dddddd), color-stop(0.9, #dddddd), color-stop(1, #ffffff));
  background-image: -moz-linear-gradient(left center, #ffffff 0%, #dddddd 10%, #dddddd 90%, #ffffff 100%);
}
.bar-graph-wrapper {
  display: block;
  width: 100%;
}
.bar-graph-wrapper .legend,
.bar-graph-wrapper .chart {
  display: block;
}
.bar-graph-wrapper .legend {
  padding-right: 5px;
}
.bar-graph-wrapper .legend ul {
  padding: 0;
  margin: 0;
}
.bar-graph-wrapper .legend ul li {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}
.bar-graph-wrapper .legend ul li span {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 2px;
}
.bar-graph-wrapper .donut {
  padding-left: 5px;
  text-align: left;
}
