.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label > img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #B9D37A;
}

/* Stuff after this is only to make things more pretty */

input[type=radio] + label > img {
  width: 150px;
  height: 150px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  cursor: pointer;
}

/*
 | //lea.verou.me/css3patterns
 | Because white bgs are boring.
*/

html {
  background-color: #fff;
  background-size: 100% 1.2em;
  background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), linear-gradient(#eee 0.1em, transparent 0.1em);
}

.btn {
  margin-bottom: 12px !important;
}

.panel .panel-heading.note-toolbar {
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}

.panel .panel-heading.note-toolbar .btn-default {
  display: inline-block;
  background-color: #ffffff;
  border-color: #CCCCCC;
  color: #333333;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
  margin-bottom: 0 !important;
}

.template-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.template-container .template-item {
  margin: 5px;
}

.deleteAttachment {
  cursor: pointer;
}

.mailer-box {
  border: none !important;
  box-shadow: none;
  color: #454545;
  font-size: 15px;
}

.mailer-box hr.mailer-divider {
  border: 0.5px solid #80ac50 !important;
}

.mailer-box-title {
  color: #26313f;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mailer-box-subtitle {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #80ac50;
  position: relative;
  top: 20px;
}

.mailer-box-stats li {
  line-height: 2.0;
}

.mailer-box-actions {
  margin-top: 4px;
}

.mailer-box-actions a {
  margin-left: 4px;
}

.mailer-box .list-unstyled li {
  padding: 5px 0 5px 0;
}

.mailer-box .select2-selection--multiple {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-right: 1px !important;
}

.mailer-box .select2-selection--multiple .select2-selection__choice {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  border-radius: 0 !important;
  padding: 4px 8px 4px 4px !important;
}

.mailer-box .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin: 0 5px 0 5px !important;
  color: #EB1750 !important;
}

.mailer-box .select2-selection--multiple .select2-search--inline {
  padding-bottom: 5px;
}

@media (min-width: 480px) {
  .mailer-box .select2-selection--multiple .select2-search--inline {
    width: 47% !important;
  }
}

@media (max-width: 479px) {
  .mailer-box .select2-selection--multiple .select2-search--inline {
    width: 94% !important;
  }
}

.mailer-box .select2-selection--multiple .select2-search--inline .select2-search__field {
  position: relative;
  top: 5px;
  left: 6px;
  width: 100% !important;
  height: 30px !important;
  border: 1px solid #CCCCCC;
  padding-left: 34px !important;
  background: white url("/images/action/action_icon_search.png") no-repeat scroll 0 center/15px 15px !important;
}

.mailer-box .question-content {
  color: #454545;
  font-size: 18px;
  font-weight: 400;
}

#startMail {
  margin-bottom: 5px;
}

#mailOptions {
  display: none;
  margin-top: 10px;
}

.newsletter .row h1 {
  text-align: center;
  font-size: 24px;
}

.newsletter .row .newsletter-body {
  margin-bottom: 20px;
}

.newsletter .row .newsletter-attachments {
  margin-left: 22%;
  margin-right: 22%;
}

.newsletter .row .newsletter-attachments a {
  text-decoration: none;
  margin-top: 10px;
  color: #40409A;
}

.newsletter .row .newsletter-attachments a:hover {
  color: #7272b5;
}

