
fieldset {
  margin: 20px 0px 0px 0px;
}

legend {
  margin: 10px 0px 0px 0px;
}

.navbar-default {
    background: none;
    border: none;
    webkit-box-shadow: none;
    box-shadow: none; 
}

#profile-tool .panel-default,
#profile-panels .panel-default{
    border:none;
}

#content_page .panel-heading.active {
    border: 1px solid #fbe200;
    background: #fdf5ce url('ui-lightness/images/ui-bg_glass_100_fdf5cev2_1x400.png') 50% 50% repeat-x;	
}

#content_page .panel-heading { 
    border: 1px dashed #cccccc;
    background: #f6f6f6 url('ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;	
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom:0px;
    padding:10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width:100%;
}

#content_page .panel-heading:hover { 
    border: 1px solid #fbe200;
    background: #fdf5ce url('ui-lightness/images/ui-bg_glass_100_fdf5cev2_1x400.png') 50% 50% repeat-x;
}

#content_page .panel-heading:hover h3 { 
    color:#4B4300;
}

#content_page .panel-heading h3 a {
    color: #aab3cf;
}

#content_page .panel-heading.one.active h3,
#content_page .panel-heading.two.active h3,
#content_page .panel-heading.three.active h3 {
    color:#4B4300;
}

#content_page .panel-heading a:hover {
    text-decoration:none;
    color:#4B4300;
}

#content_page .panel-heading h3 {
    text-align:center;
    width:100%;
    margin:0px;
    padding:0px;
    font-size: 1.35em;
    font-weight: bold;
    color: #aab3cf;
}

@media (min-width: 768px) {
    #content_page .panel-heading h3 {
	font-size:22px;
    }
}

@media (min-width: 992px) {
    #content_page .panel-heading h3{
	font-size:22px;
    }
}


/* custom form styles */

.facet-checkbox label { 
  font-weight: normal;
  padding-left: 6px;
}

.blob-placeholder {
   border: 1px dotted black;
   background: #eee;
   height: 100px;
}
