.content-frame {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
    margin-bottom: 40px;
}

.content-frame .content-frame-header {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #F9F9F9;
    border-bottom: 1px solid #dedede;
    font-size: 125%;
}

.content-frame .content-frame-body{
    padding: 10px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0;
}

.content-frame-parameter-bar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(243, 243, 243) 0%, rgb(238, 238, 238) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    margin: -10px -10px 10px -10px;
}

.content-frame-parameter-bar:after {
    content: " ";
    display: table;
    clear: both;
}

.content-frame .content-frame-section {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.content-frame .content-frame-section .content-frame-section-body {
    padding: 20px;
}

.content-frame .content-frame-section:last-child {
    margin-bottom: 0;
}

.content-frame .content-frame-section-header {
    background-color: #dce8ee;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #333333;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.content-frame .content-frame-section-header .glyphicon {
    font-size: 14px;
}

.content-frame .content-frame-footer {
    background-color: #3d454a;
    border-top: medium none #5f6569;
    height: 80px;
    padding: 20px 35px;
    text-align: right;
}