

.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  background: #F7F7FA 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 1;
}

.myaccordion .card-header {
  background: #F7F7FA 0% 0% no-repeat padding-box;
border-radius: 4px;
opacity: 1;

  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  letter-spacing: 0px;
  color: #404553;
  opacity: 1;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}



/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  right: 0;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
/* label:hover:before {
  border: 2px solid #4D4D4D!important;
} */



.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
 margin-top: 2em; 
}
.copy a {
 text-decoration: none;
 color: #4778d9;
}


.AccP p{
  text-align: left;
  margin-bottom: 10px;
    text-align: left;
}

.card-body.AccP {
  padding:  0px;
 
}



/* The container */
.containercheck {
    display: block;
    position: relative;
    font-weight: 500;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-left: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: -12px;
    border: 1.5px solid #c9c5c5;
    height: 20px;
    width: 20px;
    background-color: #fff0;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #4D4D4D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerTab {
    padding: 10px;
    border: none !important;
    background-color: white;
}


.card-footer.FilterFooter {
  border-top: none;
  /* background: #F4F9FC 0% 0% no-repeat padding-box; */
  background: #F7F7FA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #4D4D4D;
  border-radius: 0px 0px 4px 4px;
  opacity: 1;
  opacity: 1;
  padding: 4px;
}

a.card.FilterBox {
  color: #404553;
  opacity: 1;
  margin-bottom:20px ;
  text-decoration: none !important;
}

a.subCat {
  color: black;
  text-decoration: none;
  font-size: 12px;
}
a.subCat:hover{
  text-decoration: none;
}

.ArrowDwn:after {
  /*content: "\f077";*/ 
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  color:   #4D4D4D;
opacity: 1;
  right: 10px;
    top: 9px;
}
.ArrowDwn[aria-expanded="true"]:after {
  /*content: "\f078";*/ 
  content: "\f077"; 
  font-family: 'FontAwesome';
  color:   #4D4D4D;
}
.ArrowDwn {
    background-color: #ffffff !important;
}
