.panel {
    margin-bottom: 30px;
    border: none;
    border-radius: 6px;
}
.panel-heading {
    position: absolute;
    color: #33353F;
    /*border-top: 1px solid transparent;*/
	border-bottom: 1px solid transparent;
    /*border-radius: 0 !important;*/
    border-radius: 6px 6px 0 0 !important;
    padding: 20px 20px;
}
.panel-heading h2, .panel-heading h3, .panel-heading h4 {
    margin: 0;
}
.panel-heading .subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}
.panel-heading .controls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.panel-heading .controls a {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #777;
    background: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-left: 5px;
}
.panel-heading .controls a i {
    vertical-align: middle;
}
.panel-heading .controls a.close {
    font-size: 14px;
    color: #ff0000;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-right: -10px;
    
}
.panel-heading .controls a.toggler {
    font-size: 20px;
    box-shadow: none;
    background: transparent;
}
.panel-heading-sm {
    padding: 5px 20px;
}
.panel-body {
    padding: 20px;
}
.panel-footer {
	border-top: 1px solid transparent;
    border-radius: 0 0 6px 6px !important;
    padding: 20px;
}


.panel-default .panel-heading {
	position: relative;
    color: #33353F;
	background: #f6f6f6;
    border-color: #DADADA;
}
/*.panel-default .panel-heading:first-of-type {
    position: relative;
    background: #f6f6f6;
    border-color: #DADADA;
    border-top-color: transparent;
    border-radius: 6px 6px 0 0 !important;
}*/
.panel-default .panel-footer {
    background: #f6f6f6;
    border-color: #DADADA;
}

.panel-primary .panel-heading {
    position: relative;
    color: #fff;
    background: #0088CC;
    border-color: #0088CC;
}


/* FEATURED PANELS */

.panel-featured {
    border-top: 3px solid;
    border-bottom: 0;
}
.panel-featured .panel-heading {
    color: inherit;
    background: transparent;
    border-bottom: 1px dotted #ddd;
}
.panel-featured.panel-primary {
    border-color: #0088CC;
}


.panel-level-1 {
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.panel-level-1 .panel-heading {
    background: #f7f7f7;
    border: none;
}