/*
 * Dandelion Admin v2.0 - Elements Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Full Calendar
================================================== */

html .fc, .fc table {
    margin-bottom: 0;
}

.fc .fc-event-skin {
    background-color: #505050;
    border-color: #000000;
}

.fc .fc-button-content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.fc .fc-button-content:active {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.fc .fc-widget-header {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(3%, #f7f7f7), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 3%, #eee 100%);
    -moz-box-shadow: inset 1px 0 0 0 #f8f8f8;
    -webkit-box-shadow: inset 1px 0 0 0 #f8f8f8;
    box-shadow: inset 1px 0 0 0 #f8f8f8;
}

/* elFinder
================================================== */

.da-panel-content .el-finder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

/* prettyPhoto
================================================== */

.pp_default .pp_social {
    display: none;
}
