.composer-switch {
    display: none;
}
.recipient_choices{
    margin-left: 15px;
}
// codepen only styles
.modal-link {
  width: 150px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: none;
  border-radius: 5px;
  background: #00bfff;
  color: white;
  text-transform: uppercase;

}

  .hide {
    display: none;
  }
  .show {
    display: block!important;
  }/*
    .modal-wrapper {
        z-index: 999;
        overflow: hidden;
        position:fixed;
        width: 100vw;
        height: 100vmax;
        top:0px;
        background: rgb(48, 68, 91, .9);
    }
*/
    .tappu-modal {
      position: absolute;
      left: calc((100vw - 50%)/2);
      top: 100px;
    /* position: relative;*/
      width: 50%;
      min-height: 300px;
      background: #FFFFFF;
      color: #000000;
      text-align: center;
    }
    p.tappu-modal-title {
        background-color: #f26222;
        max-height: 4em;
        padding: 1em;
        border: 1px solid #fff;
        font-size:2em;
    }
    .close-modal.tappu {
      position: absolute;
      top: 1px;
      right: 1px;
      cursor: pointer;
      color: #fff;
      width: 20px;
    }

    h1 {
        font-size: 56px;
        margin: 35px 0;
    }

    .entry-content P{
            font-size: 16px;
    }


}


.tabs input:not(#user_login):not(#user_pass) {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
 /* justify-content: space-between;*/
  padding: 1em;
/*  background: #f26222;*/
  color: #fff;
/*  font-weight: bold;*/
  cursor: pointer;
  justify-content: none;
  background: #d4d4d4;
  font-weight: normal;
  /* Icon */
}
label.tab-label {
  color: #000 !important;
}
.tab-label:hover {
  background: #f26222;
  color:#FFF;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .35s;
}
.tab-content {
  max-height: 0px;
  overflow-y:auto;
  padding: 0 1em;
  color: #000;
  background: #fff;
  transition: all .35s;
  position: relative;
 
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #f26222;
  color: #fff;
  cursor: pointer;
}
.tab-close:hover {
  background: #f26222;
  color:#fff;
}

input:checked + .tab-label {
  background: #f26222;
  color:#fff;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 200px;
  padding: 1em;
  overflow-y:auto;
}

input[type="checkbox"].styled + label{
  color:#fff;
}
#Select_recipients, #select_qualifiers{
  width:48%;
}
#message_meta, #percentages_meta, #viewed_report_meta, #unviewed_report_meta {
  width:100%;
}
.export-btn {
  float: left;
  margin: 5px;
}
.tappu_recipients_table{
  padding-left: 10px;
}
.tappu_recipients_table th {
  width: 30%;
  text-align:left;
}
.tappu_recipients_table td {
  width: 30%;

}
.tappu_recipients_table tr.odd {
  background-color: #f5f5f5;
}

.tappu_title {
  background-color: #f26221;
  padding: 10px;
  font-size: 1.5em;
  color: #fff;
  text-align:center;
  min-height:20px;
}
.tappu_modal {
  padding: 10px;
  position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.tappu_footer {
  background-color: #31455b;
  color:#FFF;

  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  padding: 10px;
  border: 1px #000 solid;
}
.tappu_footer input[type="text"]{
  background-color:#fff;
  margin-right:5px;
  display:inline;
}
.tappu_footer p {
  color: #fff;
}
.tappu_footer input[type="submit"]{
  margin-left:5px;
  display:inline;
  margin-top:5px;

}
.tappu_errors {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.tappu_footer.archive {
  position: relative;
    left: 10px;
    color: #000;
    padding: 10px 0 0 10px;
    border: none;
    background-color: #fff;
border-top: 1px solid #000;
}
#modal-content.tappu{
  text-align:left;
}
.modal-wrapper.tappu-wrapper{
  background: rgb(0,0,0,.5);
  z-index: 999;
  overflow: hidden;
  position:fixed;
  width: 100vw;
  height: 100vmax;
  top:0px;
}
select#required_courses {
  width: 100%;
}
.tappu.vendors {
  background-color: white;
  padding:50px;
  color:black;
}