/* The switch - the box around the slider */

label.forcheckbox .summary {
    vertical-align: top;
    line-height: 20px;
    margin-left: 7px;
}

.hsa-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.hsa-switch .summary {
    display: block;
}

/* Hide default HTML checkbox */

.hsa-switch input {
    display: none;
}

/* The slider */

.hsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .1s;
    transition: .1s;
}

.hsa-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
}

input:checked + .hsa-slider {
    background-color: rgba(69, 119, 0, 1);
}

input:focus + .hsa-slider {
    box-shadow: 0 0 1px rgba(69, 119, 0, 1);
}

input:checked + .hsa-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */

.hsa-slider.round {
    border-radius: 3px;
}

.hsa-slider.round:before {
    border-radius: 10%;
}

.form-group {
    margin-bottom: 1rem;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-label {
    font-size: 14px;
}

.form-label-inner {
    padding-left: 10px;
}

.text-right {
    text-align: right ;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.option_section {
    background-color: transparent;
    border: 1px dashed transparent;
    border-radius: 4px;
    padding: 8px 10px;
	width:100%;
}
.hsa_input {    
	width: 50%;
    float: right;
}

.selected_item label {
    font-weight: bold;
}

.option_section label {
    background-color: transparent;
    width: 100%;
}

label {
    cursor: pointer;
}

.option_section input[type=checkbox] {
    margin-right: 5px;
}

label input[type=checkbox] {
    height: 16px ;
}

.option_section:hover {
    background-color: #ffffff;
    border: 1px dashed #bbbbbb;
}

.form_hsa {
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
}

.hsa_dropdown {
    width: 50%;
    float: right;
}

.tag-title {
    display: inline;
}

.option_section selected_item {
    width: 100%;
}


#wpadminbar
{
	display:none;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\2b";
}

.panel-heading a:after {
  font-family:'Glyphicons Halflings';
  content:"\2212";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  content:"\2b";
}

.abutton {
  background-color: Crimson;  
  border-radius: 5px;
  color: white;
  padding: .5em;
  text-decoration: none;
  padding: .3em;
  margin: 0px 10px;
}

.abutton:focus,
abutton:hover {
  background-color: FireBrick;
  color: White;
}



