/*Event List Filter */
#accordionFilter,
.color4D4D4D {
     background: transparent; 
}
#accordionFilter .panel-heading{
    padding: 16px 23px 9px;
}
#rhp-bar-submit,
.dropDwonFilter {
    cursor: pointer;
}
#rhp-bar-form .filterSublist,
#shortcodeFilter .filterSublist{
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;    
}
#shortcodeFilter .dropDwonFilter {
    position: relative;
}
#shortcodeFilter .filterSublist{
    position: absolute;
}
/* width */
#shortcodeFilter .filterSublist::-webkit-scrollbar,
#rhp-bar-form .filterSublist::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#shortcodeFilter .filterSublist::-webkit-scrollbar-track,
#rhp-bar-form .filterSublist::-webkit-scrollbar-track{
    background: #F5F5F5; 
}
 
/* Handle */
#shortcodeFilter .filterSublist::-webkit-scrollbar-thumb,
#rhp-bar-form .filterSublist::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
    height: 70px;
}

/* Handle on hover */
#shortcodeFilter .filterSublist::-webkit-scrollbar-thumb:hover,
#rhp-bar-form .filterSublist::-webkit-scrollbar-thumb:hover {
    background: #555759; 
}
#shortcodeFilter .justAdvPad{
    padding: 10px;
}
#shortcodeFilter .checkContainer .checkmark:after {
    left: 2px;
    top: 2px;
    width: 5px;
    height: 10px;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #C96F4C;
}
#accordionFilter .fa.accPan{
    font-family: 'FontAwesome';
}
.dropDwonFilter {
    position: relative;
    margin: 0 auto;
    padding: 0;
    /*background: #FFFFFF;*/
    border: 1px solid #CCCCCC;
    outline: none;
    color: #191919;
}
.filterTab {
    color: #191919;
}
.filtericon {
    margin: 5px 0 0 0;
}
#accordionFilter .panel-heading {
    border-bottom: 1px solid #E6E6E6;
}
.selectFilter ul li.optionFilter {
    border-top: 1px solid #666666;
}
.selectFilter ul li.optionFilter {
  background-color: #FFFFFF;
  text-align: center;
}
.selectFilter ul li.optionFilter:hover {
  background-color: #191919;
}
.selectFilter ul li.optionFilter {
  z-index: 1;
  padding: 10px 0;
  list-style: none;
}
.filterSublist {
    display: none;
}
.selectFilter ul li:first-child {
  display: block;
}
.select ul li {
  cursor: default;
}
.panelSubm #rhp-bar-submit,
.panelClearBtn #rhpFilterClear, 
.panelClearBtn #rhpBarFilterClear,
.filterDefault {
    padding: 10px;
}
#shortcodeFilter .selectFilter {
    margin: 2px 0px;
}
#shortcodeFilter .selectFilter .searchFilterPad {
    padding: 1px;
}
.filterCheckInput {
    display: none;
}
.faCheck {
    visibility: hidden;
}
.dropDwonFilter input:checked + .icon .faCheck {
    visibility: visible;
}

.rhp-bar-collapse #rhp-bar-collapse-toggle {
    display: none !important;
}
#rhp-bar-form label {
    font-size: 1em;
}
.optionFilter:hover {
    color: #ffffff;
}
.justAdvPad {
    padding: 15px 10px;
}
.filterBarList {
    display: flex;
}

/* Horizontal view */

/*Event List Filter */
#accordionFilter,
#rhpEventsSingle,
.card-header,
.backTransparent {
    background: transparent; 
}
#accordionFilter .panel-heading{
    padding: 16px 23px 9px;
}
#rhp-bar-submit,
.dropDwonFilter {
    cursor: pointer;
}
.dropDwonFilter {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #FFC72C;
    outline: none;
    color: #ffffff;
}
.panelSubm #rhp-bar-submit,
.panelClearBtn #rhpFilterClear, .panelClearBtn #rhpBarFilterClear {
    border-radius: 0;
}
.filterTab {
    color: #191919;
}
.filtericon {
    margin: 5px 0 0 0;
}
#accordionFilter .panel-heading {
    border-bottom: 1px solid #ffc72c;
}
.selectFilter ul li.optionFilter {
    border-top: 1px solid #ffc72c;
}
.selectFilter ul li.optionFilter {
  background-color: #041e42;
  text-align: center;
  color: #ffc72c;
}
.selectFilter ul li.optionFilter:hover {
  background-color: #ffc72c;
  color: #041e42;
}
.selectFilter ul li.optionFilter {
  z-index: 1;
  padding: 10px 0;
  list-style: none;
}
.filterSublist {
    display: none;
}
.selectFilter ul li:first-child {
  display: block;
}
.select ul li {
  cursor: default;
}
.filterCheckInput {
    display: none;
}
.faCheck {
    visibility: hidden;
}
.dropDwonFilter input:checked + .icon .faCheck {
    visibility: visible;
}

.rhp-bar-collapse #rhp-bar-collapse-toggle {
    display: none !important;
}
#rhp-bar-form label {
    font-size: 1em;
}
.optionFilter:hover {
    color: #ffffff;
}
.justAdvPad {
    padding: 12px 10px;
}
.filterBarList {
    display: flex;
}

.eventFilterBarHorixontal #rhp-bar-form .selectFilter,
.eventFilterBarHorixontal #rhp-bar-form .panelClearBtn,
.eventFilterBarHorixontal #rhp-bar-form .panelSubm {
    float: left;
    margin-bottom: 0;
    padding: 15px;
    width: 14.28%;
}
.eventFilterBarHorixontal #rhp-bar-form .filterSublist {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    z-index: 9;
    max-height: 300px;
    border: 1px solid #ffc72c;
}
.searchFilter .filterDefault {
    padding: 1px;
}

.justAnnouncedFilter .announced {
    margin-left: 28px !important;
}
.justAnnouncedFilter .checkContainer {
    overflow: unset !important;
}
.filterBarList #rhp-events {
    width: 100%;
}
.filterBarList .eventPageMain {
    padding: 0 10px;
}
.eventFilterBarHorixontal .filterDefault .filterVal {
    word-break: break-all;
}
/* Hide the browser's default checkbox */
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}
#shortcodeFilter .checkmark {
    left: auto;
    right: 0;
}
/* On mouse-over, add a grey background color */
.checkmark,
.checkContainer:hover input ~ .checkmark {
    border: 1px solid #999999;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* The container */
.checkContainer {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkmark:after {
    left: 2px;
    top: 0px;
    width: 5px;
    height: 10px;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ffc72c;
}
.eventFilterBarHorixontal {
    margin-bottom: 24px;
}

@media (max-width: 767px) {/*XS, SM screen */
    .eventFilterBarHorixontal #rhp-bar-form .selectFilter,
    .eventFilterBarHorixontal #rhp-bar-form .panelClearBtn,
    .eventFilterBarHorixontal #rhp-bar-form .panelSubm {
        width: 100%;
    }
}