/*body{font-family:'open sans';}*/

#accordion-first .accordion-group {
    margin-bottom: 10px;background:#f5f5f5;
}

#accordion-first .accordion-heading, #accordion-first .accordion-toggle:hover, #accordion-first .accordion-heading .accordion-toggle.active {
    background: #ccc;
}
#accordion-first .accordion-heading {
    border-bottom: 0px none;
    font-size: 16px;
}

#accordion-first .accordion-heading .accordion-toggle {
   display: block;
    cursor: pointer;
    padding: 0px 0px !important;
    color: #222;
    outline: medium none !important;
    text-decoration: none; 
    border-radius: 0px;background:#ccc;font-weight: bold;
}

#accordion-first .accordion-heading .accordion-toggle.active em{background-color: #00afef;}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #222;
    border-radius: 0px;
    color: #FFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;}

.div-style
{
	height: auto;
    padding:10px 20px;
}

.div-style a{
	
    font-size: 16px;cursor:pointer;text-decoration:none;  font-weight:bold;color: #00afef;
}
.div-style a:hover{
	color: #000; text-decoration:none;   font-weight:bold;
}
.pkg-name
{
	border-bottom: 2px solid #337ab7;
    padding-bottom: 10px;
    width: 100%;font-weight:bold;
}
.pkg-name-pd {
	padding:10px;
}
.radio-style{
	float:right;
}

.avail-opt
{
	padding:0px 20px;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 25px; height: 20px;
  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: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #00afef;
  transition: all .2s;
}
/* 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 #00afef;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}


.div-ptpb
{
	padding-top:0px; padding-bottom:20px;
}



