.cmeAgsRecapApp .button {
  border: 2px solid #0195e7;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  min-width: 80px;
  padding: 8px 5px;
  text-align: center;
}
.cmeAgsRecapApp .button-primary {
  background-color: #0195e7;
  color: #ffffff;
}
.cmeAgsRecapApp .button-outline {
  color: #0195e7;
}
.cmeAgsRecapApp .button-outline:disabled {
  color: #d8d8d8;
  border-color: #d8d8d8;
}
.cmeAgsRecapApp .button-login {
  display: inline-block;
  min-width: 120px;
}
.cmeAgsRecapApp .agsrecapModalMask {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: -10;
}
.cmeAgsRecapApp .agsrecapModalMask.opened {
  opacity: 1;
  z-index: 1024;
}
.cmeAgsRecapApp .agsrecapModalContainer {
  background-color: #ffffff;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 641px) {
  .cmeAgsRecapApp .agsrecapModalContainer {
    max-width: 535px;
  }
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalHeader {
  background-color: #eeeeee;
  color: #727272;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 14px 14px 25px;
  position: relative;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalHeader .agsrecapModalHeader-close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABRElEQVR42mNgwA44gDgaiFcD8WUgvg/Ex4G4G4g1GIgEyUD8HIjXQw3TAWIFILYA4mao3GQgFsBlAAsQzwfi00BsgsciHqhB14FYBZuCxVBX8BDp8nQgfgzEEsiC+dAwINYQGCgH4sMwDsivr9ECMR1HoILCKR5N7DpUHOya+WiSwVBnIxumAhXzRlNbDA0zsNOcsdiObJgI1OZ0LOpsoBHE8B5PVIIMewLEZ4C4HYcaBWg6Y/hPIECPAfFXPAlRBupyhs94Yqsb6vUwLGGG4SKQ/xywKMiGhosAnggAAX8g3gwL9cVYJB9DbUMPs2o0sdlQM8A2PoalBShoJ5BNkMPnPXLq9sYTBvjy5n4sLgQ7+zU0xxMCoHS1G1rMYAUG0MA/D03xOmgusIB6+zW0SGEhZKMzNBCvQ9MZCP+GWtCOrfgAAFSBR/qajORvAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50% 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 18px;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalHeader .agsrecapModalHeader-close:hover {
  background-color: #0195e7;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalBody {
  padding: 20px;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalActions {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalActions button {
  white-space: nowrap;
}
.cmeAgsRecapApp .agsrecapModalContainer .agsrecapModalActions .separator {
  height: 15px;
  width: 15px;
}
.cmeAgsRecapApp .agsrecapResult {
  font-family: 'Roboto', 'Helvetica Neue', helvetica, arial, sans-serif;
}
.cmeAgsRecapApp .agsrecapResult .agsrecapResultImage {
  align-items: center;
  border: 9px solid #980303;
  border-radius: 50%;
  color: #980303;
  display: flex;
  font-size: 60px;
  justify-content: center;
  height: 80px;
  margin: 15px auto;
  width: 80px;
}
.cmeAgsRecapApp .agsrecapResult .agsrecapUnsubResultImage {
  align-items: center;
  border: 8px solid #000000;
  border-radius: 9px;
  color: #000000;
  display: flex;
  font-size: 60px;
  justify-content: center;
  height: 70px;
  margin: 15px auto;
  width: 80px;
}
.cmeAgsRecapApp .agsrecapResult .agsrecapResultCaption {
  color: #980303;
  font-weight: bold;
  text-align: center;
}
.cmeAgsRecapApp .agsrecapResult.success .agsrecapResultImage {
  border-color: #5ca446;
  color: #5ca446;
}
.cmeAgsRecapApp .agsrecapResult.success .agsrecapResultCaption {
  color: #5ca446;
}
.cmeAgsRecapApp .agsrecapResult.success .agsrecapResultCaption.unsubs {
  color: #000000;
}
.cmeAgsRecapApp .agsrecapForm .intro {
  white-space: pre-line;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapLabel {
  font-size: 12px;
  margin: 20px 0 12px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks {
  display: flex;
  margin-bottom: 15px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer {
  color: #000000;
  margin-right: 15px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer .unChecked {
  border: 1px solid #000000;
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer .isChecked {
  display: none;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer input {
  height: 0;
  opacity: 0;
  width: 0;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer input:checked ~ .unChecked {
  display: none;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapChecks .checkmarkContainer input:checked ~ .isChecked {
  display: inline-block;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapNote {
  border-left: 2px solid #0195e7;
  font-size: 12px;
  margin-top: 20px;
  padding: 8px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapNote div {
  margin-bottom: 5px;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapNote .link {
  background-color: transparent;
  border: none;
  color: #0195e7;
  padding: 0;
  position: static;
}
.cmeAgsRecapApp .agsrecapForm .agsrecapNote .link:hover {
  color: #0274b6;
  cursor: pointer;
}
.cmeAgsRecapApp .agsrecapNoticeCaption {
  color: #727272;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 36px;
}
.cmeAgsRecapApp .reportTitle {
  color: #565656;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 12px;
}
.cmeAgsRecapApp .reportContent {
  border: none;
  color: #474747;
  margin-bottom: -1rem;
  padding: 1rem;
}
.cmeAgsRecapApp .reportContent p {
  margin-bottom: 1rem;
}
.cmeAgsRecapApp .reportContent p:empty {
  margin-bottom: 0;
}
.cmeAgsRecapApp .agsRecapAll .agsrecapBanner {
  background-color: #d8d8d8;
  border: 1px solid #b5b5b5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 15px -15px 40px;
  padding: 15px;
}
.cmeAgsRecapApp .agsRecapAll .agsrecapBanner .text-content .title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.cmeAgsRecapApp .agsRecapAll .agsrecapBanner .text-content .body {
  color: #727272;
  font-size: 12px;
  padding-right: 0;
  padding-bottom: 15px;
}
.cmeAgsRecapApp .agsRecapAll .agsrecapBanner .action {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .cmeAgsRecapApp .agsRecapAll .agsrecapBanner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cmeAgsRecapApp .agsRecapAll .agsrecapBanner .text-content .body {
    padding-right: 45px;
    padding-bottom: 0;
  }
}
.cmeAgsRecapApp .agsRecapAll .viewSelection .labelText {
  font-size: 12px;
  margin-bottom: 11px;
}
.cmeAgsRecapApp .agsRecapAll .reportsFrame {
  margin-bottom: 25px;
}
.cmeAgsRecapApp .agsRecapAll .reportsFrame .reportTable {
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.cmeAgsRecapApp .agsRecapAll .reportsFrame .reportTable .nameCell {
  border: none;
  color: #b5b5b5;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 15%;
}
.cmeAgsRecapApp .agsRecapSingle {
  border: 2px solid #eeeeee;
}
.cmeAgsRecapApp .agsRecapSingle .header {
  display: flex;
  justify-content: space-between;
}
.cmeAgsRecapApp .agsRecapSingle .header .title {
  color: #565656;
  font-size: 14px;
}
.cmeAgsRecapApp .agsRecapSingle .header .action {
  align-items: center;
  display: flex;
  margin: 5px 15px;
}
