﻿/*Start Styles form Splash Modal page*/
.cp-Splash {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  -o-transition: opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  transition: opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  width: 20rem;
  display: none;
}

.cp-Splash-body {
  padding: 0 2rem;
}
.cp-Splash-footer {
  padding: 1rem 2rem;
}

.cp-Splash-header {
  color: #333;
  padding: 1.25rem 2rem;
  padding-right: 4rem;
}

.cp-Splash-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-Splash-close.cp-Splash-close.cp-Splash-close {
  background: none;
  border: 0;
  height: 4rem;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
}

.cp-Splash-close.cp-Splash-close.cp-Splash-close > svg {
  width: 2rem;
  height: 2rem;
}

.is-vHidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.cp-Splash--modal .cp-Splash-body {
  max-height: 300px;
  max-height: calc(70vh - 65px - 76px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cp-Splash--modal .cp-Splash-footer {
  text-align: right;
}

.cp-Splash-Btn {
  border: 1px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 41px;
  margin: 0;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    border-color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  -o-transition: background 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    border-color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  transition: background 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    border-color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    color 240ms cubic-bezier(0.45, 0.45, 0.45, 1),
    opacity 240ms cubic-bezier(0.45, 0.45, 0.45, 1);
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cp-Splash-Btn {
  background-color: #e3e3e3;
  border-bottom-color: #c2c2c2;
}

.cp-Splash-Btn:focus,
.cp-Splash-Btn:hover {
  background-color: #e8e8e8;
  border-bottom-color: #cccccc;
}

.cp-Splash-Btn:active {
  background-color: #c2c2c2;
  border-bottom-color: #c2c2c2;
}

.cp-Splash--modal:focus {
  outline: none;
}

.cp-Splash-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 32em) {
  .cp-Splash--modal {
    min-width: 32rem;
    max-width: 60rem;
    width: 75%;
    display: none;
    position: relative;
  }
}

@media (max-width: 31.999em) {
  .cp-Splash {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    max-height: 90vh;
    width: 94%;
    position: relative;
  }

  .cp-Splash-body {
    max-height: 50vh !important;
    overflow: auto;
  }

  .cp-Splash--modal .cp-Splash-footer {
    text-align: center;
  }

  .cp-Splash-Btn--NoShow,
  .cp-Splash-Btn--Close {
    display: block;
    margin: 8px 0;
    width: 100%;
  }
}
/*End Styles form Splash Modal page */

/*Splash Modal Properties styles*/
.newCP .splashProps label.check
{
  line-height:1.5
}

#splashModalChoices
{
  margin-bottom:1rem;
}

.splashDisplayEndDate
{
  margin-top:1rem;
}
/*Splash Modal Properties styles*/
