.splunk-react-multi-item-rendered {
  text-align: center; }
  .splunk-react-multi-item-rendered .additional-3ways .mi-title {
    transition: color .5s; }
  .splunk-react-multi-item-rendered .additional-3ways:hover .mi-title {
    color: #65a637; }
  .splunk-react-multi-item-rendered .splunk2-h4 {
    padding-bottom: 40px; }

@media (min-width: 768px) {
  .splunk-react-multi-item-rendered {
    padding-top: 25px;
    padding-bottom: 80px;
    text-align: center; }
    .splunk-react-multi-item-rendered .max-width-row {
      max-width: 615px;
      margin: 0 auto; }
      .splunk-react-multi-item-rendered .max-width-row .additional-3ways {
        height: 190px !important; }
      .splunk-react-multi-item-rendered .max-width-row .additional-3ways-description {
        transition: opacity .5s; } }

@media (max-width: 767px) {
  .splunk-react-multi-item-rendered .splunk2-h4 {
    padding-bottom: 0px; }
  .splunk-react-multi-item-rendered .gateway-boxes {
    padding-top: 0px; }
  .splunk-react-multi-item-rendered .gateway-boxes .col-xs-12 .info-box {
    border-top: 1px solid #d6d6d6; }
  .splunk-react-multi-item-rendered .col-xs-12:first-child .info-box {
    border-top: none; }
  .splunk-react-multi-item-rendered .col-sm-3 {
    width: 100%; } }

.splunk-react-heading-rendered {
  text-align: center;
  padding-top: 30px; }
  .splunk-react-heading-rendered .desc {
    text-align: left; }

.splunk-react-roi-report-rendered + .splunk-react-heading-rendered {
  padding-top: 80px; }
  .splunk-react-roi-report-rendered + .splunk-react-heading-rendered .row {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 767px) {
  .splunk-react-roi-report-rendered + .splunk-react-heading-rendered {
    padding-top: 40px; } }

.timeline-row {
  position: relative;
  z-index: 2; }

.timeline-column {
  padding-left: 45px;
  padding-right: 45px; }

.timeline {
  left: -15px;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
  height: 2px;
  margin-bottom: 15px;
  margin-top: 45px; }
  .timeline td {
    position: relative;
    background-color: #cccccc; }
    .timeline td .fill {
      background-color: #65a637;
      position: absolute;
      height: 2px;
      top: -.5px;
      transition: width .5s; }
    .timeline td.selected .fill {
      width: 100%; }
    .timeline td.selected .timeline-title {
      color: #65a637; }
    .timeline td.selected .splunk-icon {
      opacity: 1; }
    .timeline td:last-child {
      width: 0px;
      background-color: transparent; }
      .timeline td:last-child.selected .fill {
        width: 0px; }
  .timeline .timeline-title {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    width: 100px;
    left: -37px;
    top: -30px;
    text-align: center;
    color: #72777a;
    transition: color .5s; }
  .timeline .splunk-icon-container {
    position: absolute;
    top: -15px;
    background-color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #cccccc;
    background-color: #fff;
    transition: border .5s, color .5s; }
    .timeline .splunk-icon-container .splunk-icon {
      color: #65a637;
      position: relative;
      top: 4px;
      left: 5px;
      opacity: 0;
      transition: opacity .5s; }
    .timeline .splunk-icon-container.selected {
      border: 2px solid #65a637; }
      .timeline .splunk-icon-container.selected .timeline-title {
        color: #65a637; }

@media (min-width: 768px) {
  .timeline-container .timeline-title {
    font-size: 16px; } }

.splunk-react-input-list-rendered {
  font-size: 18px;
  padding-bottom: 15px; }
  .splunk-react-input-list-rendered table {
    width: 100%; }
    .splunk-react-input-list-rendered table select {
      width: 100%; }
    .splunk-react-input-list-rendered table .customSelect {
      line-height: 1.6;
      overflow: hidden;
      background: transparent url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/icon-chevron-down-blue.svg) right 0.5em center/1.4rem 0.5rem no-repeat; }
      .splunk-react-input-list-rendered table .customSelect.customSelectOpen {
        background: transparent url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/icon-chevron-up-blue.svg) right 0.5em center/1.4rem 0.5rem no-repeat; }
      .splunk-react-input-list-rendered table .customSelect .customSelectInner {
        width: 100% !important; }
    .splunk-react-input-list-rendered table td {
      vertical-align: middle; }
    .splunk-react-input-list-rendered table tr {
      border-bottom: 1px solid #dadce0; }
      .splunk-react-input-list-rendered table tr:last-child {
        border-bottom: none; }
      .splunk-react-input-list-rendered table tr:first-child .counter-circle {
        padding-right: 2px; }
  .splunk-react-input-list-rendered .left-cell {
    max-width: 90px;
    padding-left: 15px;
    padding-right: 15px; }
  .splunk-react-input-list-rendered .mid-cell {
    max-width: 355px;
    padding: 30px 20px 30px 0px; }
    .splunk-react-input-list-rendered .mid-cell .il-subtitle {
      font-size: 14px; }
  .splunk-react-input-list-rendered .right-cell {
    padding-right: 10px;
    position: relative; }
  .splunk-react-input-list-rendered .counter-circle {
    transition: background-color .5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: gray;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-left: 1px;
    font-size: 18px; }
    .splunk-react-input-list-rendered .counter-circle.splunk-background.splunk-green {
      background-color: #65a637; }
  .splunk-react-input-list-rendered .ctas {
    padding-top: 30px; }
  .splunk-react-input-list-rendered .splunk-react-radio {
    font-size: 16px; }
    .splunk-react-input-list-rendered .splunk-react-radio label {
      padding-right: 20px;
      padding-left: 3px;
      font-weight: 400; }
      .splunk-react-input-list-rendered .splunk-react-radio label:before {
        content: "";
        display: inline-block;
        position: relative;
        top: 2px;
        left: -3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #DADCE0;
        background: none; }
    .splunk-react-input-list-rendered .splunk-react-radio input[type="radio"] {
      margin-top: -1px;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      position: relative;
      visibility: hidden; }
      .splunk-react-input-list-rendered .splunk-react-radio input[type="radio"]:checked + label:before {
        border: 2px solid #65a637;
        background: #65a637; }
  .splunk-react-input-list-rendered .splunk-generic-select {
    position: relative;
    width: 250px; }
    .splunk-react-input-list-rendered .splunk-generic-select.has-error .form-control {
      border-color: #FF909C; }
    .splunk-react-input-list-rendered .splunk-generic-select .required-string {
      color: #FF909C;
      font-size: 11px;
      position: absolute;
      top: -16px;
      right: 11px; }

@media (max-width: 767px) {
  .splunk-react-input-list-rendered {
    font-size: 16px; }
    .splunk-react-input-list-rendered .left-cell, .splunk-react-input-list-rendered .mid-cell, .splunk-react-input-list-rendered .right-cell {
      display: inline-block; }
    .splunk-react-input-list-rendered .left-cell {
      padding-top: 15px;
      padding-left: 0;
      padding-right: 0;
      width: 10%;
      text-align: center;
      max-width: none; }
    .splunk-react-input-list-rendered .mid-cell {
      padding: 15px 20px 0px 3px;
      width: 90%;
      max-width: none; }
    .splunk-react-input-list-rendered .right-cell {
      padding: 10px 0 10px 10%;
      padding-left: calc(10% + 3px);
      width: 94%; }
      .splunk-react-input-list-rendered .right-cell .radios {
        text-align: center; }
    .splunk-react-input-list-rendered tr:last-child .right-cell {
      padding-bottom: 0; }
    .splunk-react-input-list-rendered .counter-circle {
      font-size: 17px;
      width: 34px;
      height: 34px;
      padding-top: 7px; }
    .splunk-react-input-list-rendered .splunk-generic-select {
      position: relative;
      width: 100%; }
      .splunk-react-input-list-rendered .splunk-generic-select.has-error {
        padding-top: 5px; }
      .splunk-react-input-list-rendered .splunk-generic-select .required-string {
        top: -13px;
        right: 10px; } }

@media (max-width: 414px) {
  .splunk-react-input-list-rendered table tr:first-child .counter-circle {
    padding-right: 1px; }
  .splunk-react-input-list-rendered .left-cell {
    padding-top: 15px;
    width: 11%; }
  .splunk-react-input-list-rendered .mid-cell {
    padding: 15px 20px 0px 3px;
    width: 89%; }
  .splunk-react-input-list-rendered .right-cell {
    padding: 10px 0 10px 10%;
    padding-left: calc(11% + 3px);
    width: 94%; }
    .splunk-react-input-list-rendered .right-cell .radios {
      text-align: center; }
  .splunk-react-input-list-rendered .counter-circle {
    width: 32px;
    height: 32px;
    padding-top: 6px;
    padding-right: 0px; }
  .splunk-react-input-list-rendered .splunk-generic-select {
    position: relative;
    width: 100%; }
    .splunk-react-input-list-rendered .splunk-generic-select.has-error {
      padding-top: 8px; }
    .splunk-react-input-list-rendered .splunk-generic-select .required-string {
      top: -10px;
      right: 10px; } }

@media (max-width: 320px) {
  .splunk-react-input-list-rendered table tr:first-child .counter-circle {
    padding-right: 1px; }
  .splunk-react-input-list-rendered .left-cell {
    padding-top: 15px;
    width: 11%; }
  .splunk-react-input-list-rendered .counter-circle {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-right: 0px; } }

.splunk-react-modal-form {
  text-align: center; }
  .splunk-react-modal-form .splunk-btn {
    margin-bottom: 0; }

.splunk-form .doi-checkbox.visible {
  display: block; }

.ReactModal__Overlay {
  background-color: rgba(28, 28, 28, 0.75);
  font-family: "proxima_nova",Helvetica,Arial,sans-serif;
  z-index: 10000;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin-top: 0 !important; }
  .ReactModal__Overlay ul {
    padding-left: 0px !important; }
  .ReactModal__Overlay .splunk-form a {
    color: #00a9e0 !important; }
  .ReactModal__Overlay .splunk-form select {
    -webkit-appearance: menulist-button; }
  .ReactModal__Overlay .splunk-form .splunk-checkbox {
    color: #474444; }

@media (min-width: 991px) {
  .ReactModal__Content {
    position: relative !important;
    width: 950px;
    margin: 30px auto;
    margin-top: 50px;
    height: auto; } }

.splunk-react-roi-report-rendered {
  padding-top: 30px;
  padding-bottom: 80px; }
  .splunk-react-roi-report-rendered .desc.splunk-body {
    padding-bottom: 40px; }
  .splunk-react-roi-report-rendered .total-savings {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 35px; }
    .splunk-react-roi-report-rendered .total-savings .savings-title {
      padding-bottom: 5px; }
    .splunk-react-roi-report-rendered .total-savings .savings-price {
      padding-bottom: 5px; }
    .splunk-react-roi-report-rendered .total-savings .savings-subtitle {
      font-size: 18px;
      font-weight: bold;
      color: #72777a; }
    .splunk-react-roi-report-rendered .total-savings .asterisk {
      font-weight: 400;
      font-size: 30px;
      position: absolute;
      margin-top: -5px; }
  .splunk-react-roi-report-rendered .your-data {
    padding-bottom: 80px;
    font-size: 14px;
    font-weight: 600; }
    .splunk-react-roi-report-rendered .your-data .yd-column {
      min-height: 63px;
      padding-top: 11px;
      padding-bottom: 9px;
      border-top: 1px solid #ccc; }
      .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(odd) {
        padding-left: 10px;
        padding-right: 5px; }
      .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(even) {
        padding-left: 5px;
        padding-right: 10px; }
      .splunk-react-roi-report-rendered .your-data .yd-column .row {
        margin-left: 0;
        margin-right: 0; }
      .splunk-react-roi-report-rendered .your-data .yd-column .question-table td {
        vertical-align: top; }
        .splunk-react-roi-report-rendered .your-data .yd-column .question-table td:nth-child(1) {
          font-weight: bold;
          color: #65a637;
          padding-right: 5px; }
      .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(1) {
        border: none; }
      .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(2) {
        border: none; }
      .splunk-react-roi-report-rendered .your-data .yd-column .clarification {
        max-height: 15px;
        font-size: 12px;
        font-weight: lighter; }
      .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 {
        padding-left: 0px;
        padding-right: 0px; }
        .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 .question-table td:nth-child(2) {
          font-size: 15px; }
        .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 + .col-sm-4 {
          padding-left: 10px;
          padding-right: 0; }
          .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 + .col-sm-4 div:nth-child(1) {
            font-size: 15px; }
    .splunk-react-roi-report-rendered .your-data .yd-heading {
      padding-bottom: 30px; }
      .splunk-react-roi-report-rendered .your-data .yd-heading .yd-title {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #ccc;
        padding-bottom: 0px; }
      .splunk-react-roi-report-rendered .your-data .yd-heading .yd-link {
        font-size: 15px;
        font-weight: 600; }
    .splunk-react-roi-report-rendered .your-data .yd-inputs {
      padding-bottom: 30px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 40px; }
      .splunk-react-roi-report-rendered .your-data .yd-inputs.initializing {
        position: absolute;
        top: -10000px; }
    .splunk-react-roi-report-rendered .your-data a:hover {
      color: #00a9e0; }
      .splunk-react-roi-report-rendered .your-data a:hover .splunk-icon {
        color: #00a9e0; }
    .splunk-react-roi-report-rendered .your-data .splunk-icon {
      color: black;
      margin-left: 5px;
      font-size: 14px;
      position: relative;
      top: 1px; }
    .splunk-react-roi-report-rendered .your-data .icon-plus-circle {
      display: none; }
    .splunk-react-roi-report-rendered .your-data .collapsed .icon-minus-circle {
      display: none; }
    .splunk-react-roi-report-rendered .your-data .collapsed .icon-plus-circle {
      display: inline-block; }
  .splunk-react-roi-report-rendered .your-savings {
    border-right: 1px solid #ccc; }
    .splunk-react-roi-report-rendered .your-savings:last-child {
      border-right: none; }
    .splunk-react-roi-report-rendered .your-savings img {
      height: 100%; }
    .splunk-react-roi-report-rendered .your-savings .ys-title, .splunk-react-roi-report-rendered .your-savings .ys-subtitle {
      font-weight: bold;
      color: #72777a;
      padding-bottom: 10px; }
    .splunk-react-roi-report-rendered .your-savings .ys-title {
      padding-bottom: 15px;
      font-weight: 600;
      font-size: 16px;
      text-align: left;
      max-width: 220px;
      display: inline-block; }
    .splunk-react-roi-report-rendered .your-savings .ys-cell {
      height: 60px;
      display: table-cell;
      vertical-align: middle; }
      .splunk-react-roi-report-rendered .your-savings .ys-cell:nth-child(1) {
        width: 38px; }
      .splunk-react-roi-report-rendered .your-savings .ys-cell:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
        color: #000; }
    .splunk-react-roi-report-rendered .your-savings .ys-price {
      padding-bottom: 10px; }
    .splunk-react-roi-report-rendered .your-savings .ys-subtitle {
      font-size: 14px;
      font-weight: 600; }
    .splunk-react-roi-report-rendered .your-savings .ys-discover {
      cursor: pointer;
      font-weight: bold; }

.gateway-boxes .additional-3ways:hover p:nth-child(2) {
  color: #65a637; }

@media (max-width: 767px) {
  .splunk-react-roi-report {
    text-align: center; }
  .splunk-react-roi-report-rendered {
    padding-top: 30px;
    padding-bottom: 40px; }
    .splunk-react-roi-report-rendered .row {
      margin-left: 0;
      margin-right: 0; }
    .splunk-react-roi-report-rendered .col-lg-7 {
      text-align: center; }
      .splunk-react-roi-report-rendered .col-lg-7 .desc.splunk-body {
        padding-bottom: 0px;
        text-align: left; }
    .splunk-react-roi-report-rendered .total-savings {
      margin-top: 35px; }
    .splunk-react-roi-report-rendered .your-data {
      padding-bottom: 25px; }
      .splunk-react-roi-report-rendered .your-data .yd-column {
        padding-top: 15px;
        padding-bottom: 15px; }
        .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(odd) {
          padding-left: 10px;
          padding-right: 10px; }
        .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(even) {
          padding-left: 10px;
          padding-right: 10px; }
        .splunk-react-roi-report-rendered .your-data .yd-column:first-child {
          padding-top: 0; }
        .splunk-react-roi-report-rendered .your-data .yd-column .row {
          margin-left: -5px;
          margin-right: 0px; }
        .splunk-react-roi-report-rendered .your-data .yd-column .question-table td {
          vertical-align: top; }
          .splunk-react-roi-report-rendered .your-data .yd-column .question-table td:nth-child(1) {
            font-weight: bold;
            color: #65a637;
            padding-right: 5px;
            width: 24px;
            text-align: right; }
        .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(1) {
          border: none; }
        .splunk-react-roi-report-rendered .your-data .yd-column:nth-child(2) {
          border-top: 1px solid #ccc; }
        .splunk-react-roi-report-rendered .your-data .yd-column .clarification {
          padding-top: 5px;
          font-size: 10px;
          font-weight: lighter; }
        .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 {
          padding-left: 0px;
          padding-right: 0px;
          width: 100%; }
          .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 .question-table td:nth-child(2) {
            font-size: 16px; }
          .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 + .col-sm-4 {
            padding-left: 24px;
            padding-right: 0; }
            .splunk-react-roi-report-rendered .your-data .yd-column .col-sm-8 + .col-sm-4 div:nth-child(1) {
              font-size: 16px; }
      .splunk-react-roi-report-rendered .your-data .yd-heading {
        padding-top: 40px;
        padding-bottom: 25px; }
        .splunk-react-roi-report-rendered .your-data .yd-heading .yd-link {
          font-size: 15px;
          font-weight: 600; }
      .splunk-react-roi-report-rendered .your-data .yd-answer {
        padding-top: 5px; }
      .splunk-react-roi-report-rendered .your-data .yd-inputs {
        padding-bottom: 0px; }
      .splunk-react-roi-report-rendered .your-data a:hover {
        color: #00a9e0; }
        .splunk-react-roi-report-rendered .your-data a:hover .splunk-icon {
          color: #00a9e0; }
      .splunk-react-roi-report-rendered .your-data .icon-plus-circle {
        display: none; }
      .splunk-react-roi-report-rendered .your-data .collapsed .icon-minus-circle {
        display: none; }
      .splunk-react-roi-report-rendered .your-data .collapsed .icon-plus-circle {
        display: inline-block; }
    .splunk-react-roi-report-rendered .your-savings {
      border-right: none;
      border-bottom: 1px solid #ccc;
      padding-top: 20px;
      padding-bottom: 20px; }
      .splunk-react-roi-report-rendered .your-savings:first-child {
        padding-top: 0; }
      .splunk-react-roi-report-rendered .your-savings:last-child {
        border-bottom: none;
        padding-bottom: 0px; }
      .splunk-react-roi-report-rendered .your-savings img {
        height: 100%; }
      .splunk-react-roi-report-rendered .your-savings .ys-title {
        font-size: 11px; }
      .splunk-react-roi-report-rendered .your-savings .ys-cell {
        display: inline-block;
        height: auto; }
        .splunk-react-roi-report-rendered .your-savings .ys-cell:nth-child(1) {
          width: 24px; }
      .splunk-react-roi-report-rendered .your-savings .ys-price {
        padding-bottom: 0; }
      .splunk-react-roi-report-rendered .your-savings .ys-subtitle {
        font-size: 11px; }
  .splunk-react-roi-report-rendered + .splunk-react-heading-rendered + .splunk-react-multi-item-rendered .gateway-boxes .additional-3ways.col-xs-6 {
    width: 100%; }
    .splunk-react-roi-report-rendered + .splunk-react-heading-rendered + .splunk-react-multi-item-rendered .gateway-boxes .additional-3ways.col-xs-6 .info-box {
      border-top: 1px solid #d6d6d6;
      padding-top: 25px; }
    .splunk-react-roi-report-rendered + .splunk-react-heading-rendered + .splunk-react-multi-item-rendered .gateway-boxes .additional-3ways.col-xs-6:first-child .info-box {
      border-top: none; } }

.splunk-react-modal-report {
  padding-top: 55px; }
  .splunk-react-modal-report img {
    width: 100%;
    max-width: 200px;
    padding-bottom: 20px; }
  .splunk-react-modal-report .mr-nav {
    font-size: 60px;
    color: #ccc;
    cursor: pointer;
    transition: opacity .5s;
    opacity: 0.6;
    padding-top: 65%; }
    .splunk-react-modal-report .mr-nav:hover {
      opacity: 1; }
    .splunk-react-modal-report .mr-nav:after {
      content: '';
      width: 25px;
      height: 60px;
      display: inline-block;
      position: absolute;
      top: 45%;
      background-repeat: no-repeat; }
    .splunk-react-modal-report .mr-nav.left:after {
      left: 10px;
      transform: translate(-50%, -50%);
      background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/arrow-left-dark.svg); }
    .splunk-react-modal-report .mr-nav.right:after {
      right: 10px;
      transform: translate(50%, -50%);
      background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/arrow-right-dark.svg); }
  .splunk-react-modal-report .mr-heading {
    top: 0px;
    position: absolute;
    height: 50px;
    border: 1px solid #ececec;
    left: 0px;
    width: 100%;
    padding: 5px 10px; }
    .splunk-react-modal-report .mr-heading .mr-heading-smalltitle {
      font-size: 11px; }
    .splunk-react-modal-report .mr-heading .mr-heading-title {
      font-weight: bold; }
    .splunk-react-modal-report .mr-heading .icon-expanded-close-btn {
      background-color: white;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
      color: #72777a;
      border: none;
      opacity: 0.6;
      transition: opacity .3s; }
      .splunk-react-modal-report .mr-heading .icon-expanded-close-btn:hover {
        opacity: 1; }
  .splunk-react-modal-report .report-summary {
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px; }
  .splunk-react-modal-report .mr-title {
    padding-bottom: 15px; }
  .splunk-react-modal-report .mr-reduction {
    padding-right: 10px; }
  .splunk-react-modal-report .mr-cell {
    display: table-cell; }
    .splunk-react-modal-report .mr-cell:nth-child(2) {
      font-size: 16px;
      line-height: 1.3em;
      padding-left: 6px;
      vertical-align: top; }
  .splunk-react-modal-report .report-customer .rc-left {
    text-align: center; }
    .splunk-react-modal-report .report-customer .rc-left > div img {
      max-width: 150px;
      padding-bottom: 20px; }
    .splunk-react-modal-report .report-customer .rc-left .rc-value {
      padding-bottom: 0px; }
    .splunk-react-modal-report .report-customer .rc-left .rc-value-desc {
      padding-bottom: 15px; }
  .splunk-react-modal-report .report-customer .splunk-blockquote {
    padding-left: 24px; }
  .splunk-react-modal-report .report-customer .author:before {
    float: left; }
  .splunk-react-modal-report .report-customer .author .desc {
    display: block;
    overflow: hidden; }

@media (max-width: 767px) {
  .mobile .ReactModal__Content {
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important; }
    .mobile .ReactModal__Content .container-fluid {
      padding-left: 8px;
      padding-right: 8px; }
      .mobile .ReactModal__Content .container-fluid > .row {
        margin-left: 0;
        margin-right: 0; }
  .splunk-react-modal-report img {
    max-width: 200px; }
  .splunk-react-modal-report .rc-right {
    padding-top: 25px; }
  .splunk-react-modal-report .col-xs-1 {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    width: 26px;
    z-index: 2;
    height: 100vh;
    top: 0px;
    padding-top: 100%; }
  .splunk-react-modal-report .col-xs-10 {
    width: 100%; }
  .splunk-react-modal-report .mr-nav:after {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: static;
    transform: none;
    z-index: 20000; }
  .splunk-react-modal-report .mr-nav.left {
    left: 10px; }
    .splunk-react-modal-report .mr-nav.left:after {
      transform: translate(0, -50%);
      background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/arrow-left-mobile.svg); }
  .splunk-react-modal-report .mr-nav.right {
    right: 10px; }
    .splunk-react-modal-report .mr-nav.right:after {
      transform: translate(0, -50%);
      background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/arrow-right-mobile.svg);
      left: auto; }
  .splunk-react-modal-report .mr-heading {
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    z-index: 3;
    height: auto;
    padding: 7px 21px; }
    .splunk-react-modal-report .mr-heading .mr-heading-smalltitle {
      padding-bottom: 2px; }
    .splunk-react-modal-report .mr-heading .mr-heading-title {
      padding-bottom: 0; }
    .splunk-react-modal-report .mr-heading .icon-expanded-close-btn {
      background-color: transparent; }
  .splunk-react-modal-report .main-content + .row {
    margin-right: 0;
    margin-left: 0; }
  .splunk-react-modal-report .report-summary {
    margin-bottom: 0px; }
    .splunk-react-modal-report .report-summary .splunk2-h3 {
      padding-bottom: 0; }
    .splunk-react-modal-report .report-summary .col-sm-6 {
      padding-left: 0;
      padding-right: 0; }
      .splunk-react-modal-report .report-summary .col-sm-6:first-child .splunk-green + div {
        margin-bottom: 20px; }
  .splunk-react-modal-report .report-customer {
    padding-top: 20px; }
    .splunk-react-modal-report .report-customer > div > .row {
      margin-left: 0;
      margin-right: 0; }
    .splunk-react-modal-report .report-customer .col-sm-3, .splunk-react-modal-report .report-customer .col-sm-9 {
      padding-left: 0;
      padding-right: 0; }
    .splunk-react-modal-report .report-customer .rc-left:after {
      content: " ";
      display: block;
      clear: both; }
    .splunk-react-modal-report .report-customer .rc-left .rc-value {
      display: inline-block;
      float: left;
      padding-right: 5px;
      text-align: right;
      width: 35%; }
    .splunk-react-modal-report .report-customer .rc-left .rc-value-desc {
      display: inline-block;
      float: left;
      text-align: left;
      width: 50%; }
      .splunk-react-modal-report .report-customer .rc-left .rc-value-desc:last-child {
        padding-bottom: 20px; }
    .splunk-react-modal-report .report-customer .splunk-blockquote {
      padding-left: 17px; } }

@media (max-width: 414px) {
  .splunk-react-modal-report img {
    max-width: 100px; } }

.example-enter {
  opacity: 0.01; }

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 700ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  padding-top: 75px; }

.example-appear {
  opacity: 0.01; }

.example-appear.example-appear-active {
  opacity: 1;
  transition: opacity .5s ease-in; }

.splunk-react-app-loading {
  background-color: white;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center; }
  .splunk-react-app-loading .splunk-react-logo {
    width: 100%;
    max-width: 500px;
    padding-top: 100px; }

.inline-loader {
  float: right;
  width: 40px; }

.loading-circle {
  margin: 0 auto; }
  .loading-circle .loader {
    position: relative;
    margin: 0;
    width: 100%; }
    .loading-circle .loader:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .loading-circle .loader .circular {
      animation: rotate 2.11s linear infinite;
      height: 100%;
      transform-origin: center center;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .loading-circle .loader .circular .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        animation: dash 1.77s ease-in-out infinite, color 6s ease-in-out infinite;
        stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%,
  0% {
    stroke: #9B9B9B; }
  40% {
    stroke: #20364F; }
  66% {
    stroke: #9B9B9B; }
  80%,
  90% {
    stroke: #20364F; } }

.loading-screen-component .loading-screen__loading-circle-container {
  max-width: 160px;
  margin: 0 auto; }

.splunk-form .doi-checkbox.visible {
  display: block; }

html.iphone body.ReactModal__Body--open, html.ipad body.ReactModal__Body--open, html.mobile.chrome body.ReactModal__Body--open {
  position: fixed; }

html.iphone .ReactModalPortal .splunk-input input:focus, html.ipad .ReactModalPortal .splunk-input input:focus, html.mobile.chrome .ReactModalPortal .splunk-input input:focus {
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000; }

button#nav-button.sp-btn-blue-hollow {
  -webkit-transform: translateZ(2px); }

button#nav-button.sp-btn-blue {
  -webkit-transform: translateZ(1px); }

.App {
  position: relative; }

body {
  line-height: 1.2;
  color: #474444; }

.react-app a.back {
  color: #2eb50b;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 25px; }

.debug {
  position: fixed;
  border: 1px solid black;
  bottom: 0px;
  font-size: 12px;
  padding: 2px;
  background-color: white; }
  .debug td {
    padding: 5px; }

