/*
 * MWS Admin v2.1 - Plugin Stylesheet
 * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
 * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
 * Last Updated:
 * December 08, 2012
 *
 */

/* elFinder
================================================== */

.el-finder {
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.el-finder a, 
.el-finder a:hover {
    color: #333;
    text-decoration: none;
}

.el-finder-dialog {
    font-size: 13px;
}

.el-finder-dialog .ui-dialog-titlebar {
    padding: 12px;
}

.el-finder-dialog .ui-dialog-buttonpane {
    padding: 5px;
    font-size: 13px;
}

.el-finder-dialog .ui-tabs .ui-tabs-nav {
    font-size: 13px;
}

.el-finder-dialog .ui-dialog-content, 
.el-finder-dialog .ui-tabs .ui-tabs-panel {
    font-size: 0.9em;
}

.el-finder-dialog .ui-tabs div {
    padding: 1em 2.2em;
}

.el-finder-dialog .ui-tabs-nav li a {
    padding: 4px 1em 13px 1em;
    line-height: 19px;
}

/* jGrowl
================================================== */

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-image: url(../images/core/mws-dark-bg.png);
    border: 1px solid #666666;
    font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}

/* (4) Fullcalendar
================================================== */

.fc-header {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
}

.fc-header-title h2 {
    font-size: 18px;
    margin: 0;
}

.fc-state-default .fc-button-effect {
    display: none;
}

.fc-header .fc-button {
    margin-bottom: 0;
    border: 0;
    background: none;
}

.fc-header .fc-button .fc-button-content {
    height: auto;
    line-height: 40px;
    display: block;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fc-header-left .fc-button-inner {
    border-left: 0;
}

.fc-header-right .fc-button-inner {
    border-right: 0;
}

.fc-widget-header, .fc-widget-content {
    border-color: #bbb;
}

.fc-state-hover .fc-button-inner {
    color: #444 !important;
}

.fc-state-down .fc-button-inner, 
.fc-state-active .fc-button-inner {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    background-color: #f0f0f0 !important;
}

.fc-button-inner, 
.fc-state-default .fc-button-inner, 
.fc-state-hover .fc-button-inner, 
.fc-state-down .fc-button-inner, 
.fc-state-active .fc-button-inner, 
.fc-state-disabled .fc-button-inner {
    background: none;
    border-bottom: 0;
    border-top: 0;
    border-color: #ccc;
    color: #666;
    text-transform: capitalize;
}

.fc-state-disabled .fc-button-inner {
    color: #ccc;
}

.fc-button-content {
    padding: 0.6em 1em;
}

.fc-header-space {
    display: none;
}

.fc-event .fc-event-inner .fc-event-title, 
.fc-event .fc-event-inner .fc-event-time {
    padding-left: 5px;
}

.fc-event-skin {
    border-color: #000;
    background-image: -ms-linear-gradient(top, #555555, #3a3a3a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#3a3a3a));
    background-image: -webkit-linear-gradient(top, #555555, #3a3a3a);
    background-image: -o-linear-gradient(top, #555555, #3a3a3a);
    background-image: -moz-linear-gradient(top, #555555, #3a3a3a);
    background-image: linear-gradient(top, #555555, #3a3a3a);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

/* Colorpicker
================================================== */

.colorpicker {
    z-index: 1000;
}
