/*--------------------------------------
DASHBOARD
---------------------------------------*/
.welcome-panel {
    border:none;
    box-shadow: 0 15px 20px rgba(0,0,0,.08);
    margin-top: 0;
}

.postbox {
    border:none;
    box-shadow: 0 15px 20px rgba(0,0,0,.08);
}

.postbox .hndle, .stuffbox .hndle {
    border-bottom: none;
}

.postbox .inside, .stuffbox .inside {
    padding: 0 20px;
    line-height: 1.4rem;
    font-size: 1rem;
}

#dashboard-widgets .postbox form .submit {
    padding-bottom: 10px;
}

.metabox-holder .postbox-container .empty-container {
    border: none;
    background-color: #ECECEC;
    border-top: dashed 2px #DEDEDE;
    height: 241px;
}

#rg_forms_dashboard
{
    background-color: #728BC5
}

#rg_forms_dashboard a
{
    color: white
}

#rg_forms_dashboard a:hover
{
    color: white;
    text-decoration: underline;
}
