/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.2
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    /* Ensures notices are above everything */
    z-index: 9999;
    width: auto;
    white-space: nowrap;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
    position: fixed;
    opacity:1 !important;
    float: left;
}
.ui-pnotify .ui-pnotify-shadow {
    /*-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);*/
}
.ui-pnotify-container {
    background-position: 0 0;
    padding: 5px;
    height: 100%;
    margin: 0;
    float: left;
}
.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: 10px;
}
.ui-pnotify-title {
    display: block;
    margin: 0 !important;
}
.ui-pnotify-text {
    display: none;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
}
.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}
.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

/** ui overwrite **/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0;
    line-height: 18px !important;
    padding: 5px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #e95e50; /* Old browsers */
    background: -moz-linear-gradient(top,  #e95e50 0%, #d04537 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e95e50), color-stop(100%,#d04537)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e95e50 0%,#d04537 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e95e50 0%,#d04537 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e95e50 0%,#d04537 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e95e50 0%,#d04537 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95e50', endColorstr='#d04537',GradientType=0 ); /* IE6-9 */
    font: 13px Arial;
    color: #fff !important;
}
h4.ui-pnotify-title {
    color: #fff !important;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'proxima_nova_rgregular';
    font-weight: normal !important;
    float: left;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    display: inline-block !important;
}
.ui-state-highlight .ui-icon {
    background-image: url(ui/ui-lightness/images/ui-icons_55585d_256x240.png);
    margin-top: 1px;
    display: none !important;
}