/*Custom css*/
.admin-form .panel-heading {
	height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    padding: 0 8px!important;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.admin-form  .panel-title {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;font-size: 20px;
    color: #666;
    font-size: 18px;
    font-weight: 600;
}
.admin-form .heading-border:before {
	height: 3px!important;
}