.ensCenter {
  text-align: center;
}

#ensModal .ensTitle {color:#202020 !important; font-size:22px; margin-bottom:10px;}

#ensModalWrapper {
  position: fixed;
  max-width: 800px;
  width:80%;
  border: none;
  border-radius:10px;
  box-shadow: 9px 12px 26px -7px rgba(0, 0, 0, 0.5);
  display: none;
  background-color: #fff;
  padding: 20px 0;
  z-index: 9999;
}

#ensModal {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
}

#ensModal input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

#ensModal input[type="checkbox"]:checked ~ .toggle {
  background: #fff;
  left: 36px;
  transition: 0.5s;
}

#ensModal input[type="checkbox"]:checked ~ .switch {
  background: #43a047;
  transition: 0.5s;
}

.ensCheckbox[disabled] ~ .toggle, 
.ensCheckbox[disabled] ~ .checked { 
   opacity: .5; 
}

#ensModal .switch {
  display: block;
  width: 50px;
  height: 15px;
  background: #939393;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}

#ensModal .toggle {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -2px;
  left: -2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

#ensModal .card {
  display: inline-block;
  margin: 9px;
  margin: 5px;
  width: 56px;
  height: 20px;
  text-align: center;
  position: relative;
  float: right;
}

#ensModal {
  font-size: 18px;
  color: #333;
  padding: 20px;
}

.ensToggleRow {
  margin-bottom: 10px;
}


label.ensToggleLabel {
    min-height: 24px;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #202020;
    width:100%;
}

.ensButtons {
  clear: both;
  margin-top: 15px;
  float: right;
}

.ensButtons button {
    display: inline-block;
    position: relative;
    width: 120px;
    height: auto;
    border-radius: 50px !important;
    font-size: 0.9em;
    background-color: #f2f2f2;
    color: #202020;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    border:1px solid #dedede;
    line-height: 25px;
    font-size: 13px;
    padding: 5px;
}

.ensButtons .button.grey {
  background-color: #eee;
}

.ensButtons .button.blue {
  background-color: #2b5cac;
  color: #fff;
}

.ensButtons .button.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ensButtons .button.raised:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
button#ensAcceptAll {background:#d3443d !important; color:#ffffff !important;}

#ensModal .ensTitle {
  margin: 5px;
  width: 95%;
  color: #74736f;
  position: absolute;
  top: -5px;
  left: -5px;
  padding-left: 5%;
  padding-top: 13px;
  padding-bottom: 3px;
  text-align: center;
}

#ensModal .ensDescription {
  color: #333;
  font-size: 14px;
  line-height:22px;
  margin-top:10px;
}

#ensModal .description {
  max-width: 600px;
  font-size: 12px;
  margin-top: 15px;
  clear: both;
}
.defaultDescription {display:none;}

.ensToggleLabel.chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 5px 2px 0;
  position: relative;
  width: 8px;
}

.ensToggleLabel.chevron.right:before {
  transform: rotate(45deg);
}

.ensToggleLabel.chevron.bottom:before {
  margin-left: 2px;
  margin-bottom: 3px;
  transform: rotate(135deg);
}

#ensModal .ensTagsContent {
  display: none;
  padding: 0 0 0 20px;
}

#ensModal .tagContainer {
  color: #676767;
  padding: 7px 0 7px 7px;
  font-size: 15px;
}

.contactInfoLink {
  display: block;
  margin-bottom: 4px;
}

.ensToggleRowWrapper {
  max-height: 400px;
  overflow: auto;
}

.defaultDescription {
  max-width: 600px;
  font-size: 12px;
  margin-top: 15px;
  clear: both;
}

#ensModal .ensDescription {line-height:22px;}
.ensButtons button {border-radius:50px !important; background:#f2f2f2 !important; border:1px solid #dedede !important; color:#202020!important}
button#ensAcceptAll .ensCenter {background:#d3443d !important; color:#ffffff !important;}
.defaultDescription {display:none !important;}
button#ensSave {
    background: #d3443d !important;
    color: #ffffff !important;
    border: 1px solid #d3443d !important;
}
#ensSave .ensCenter {color:#ffffff !important;}
#ensCancel .ensCenter {color:#202020 !important;}

@media (max-width: 600px) {
    label.ensToggleLabel {
        font-size: 14px;
    }
}
