@charset "utf-8";
/* CSS Documentst01 */
.notifier-style {	
    background: rgba(255, 255, 192, 0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEFFFFC0, endColorstr=#EEFFFFC0); 
    border-top: 1px solid #DDD;
    color: #999;
    padding: 7px 15px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    box-shadow: 3px 0 5px #666;
    -webkit-box-shadow: 3px 0 5px #666;
    -moz-box-shadow: 3px 0 5px #666;
    overflow: hidden;

}  

.notifier-style .alert {
	/*padding-top: .4em;*/
	color: #74c043 !important;
    font-size: 1em;	
	cursor:pointer;
	}
	
	.notifier-style   span {
    color:#fff;    
    font-size:1em;
	width: 80%;
    margin: 0 auto;
	margin-bottom:0.5em;
	line-height:10px;
	
}

/*.notifier-style p {
    color:#000;    
    font-size:14px;
}*/
.notifier-style div.checkbox {
    float:left;
    padding-right: 5px;
    margin-top: -2px;
	margin-left: 5% !important;
}

.notifier-style a {
    color:#000;
    text-decoration:underline;
}
.notifier-style p.alert {
    color:#9C1E3D;
    font-weight:bold;
}
.notifier-style span.header {
    font-weight: bold;
    font-size: 20px;
    color:#9C1E3D
}


/*.notifier-style p {
    margin-bottom:0.5em;
}*/



#notifier-wrapper, 
#cookieNotifierWrapper {
    width: 100%;
    z-index: 9999;
    margin:auto;
    position: fixed;
    bottom: 0;
    left: 0;
}
.notifier-box {
    display: none;
    padding: 10px 10px;
    width: 100%;
}
#notifier-close, #cookieConsentClose {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size:12px;
}
#notifier-open, #cookieConsentOutstanding {
    padding: 3px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
#notifier-open, #cookieConsentOutstanding p {
    margin: 0;
	font-size:.9em !important;
	width:100% !important;
	
}
#cookieConsentOutstanding 
{
    cursor:pointer;
}
.notifier-hover { position: absolute; top: 0;  left: 0; }
.notifier-scroll { position: fixed; top: 0;  left: 0; }
.notifier-push {    position: relative; clear: both; float: left; margin-bottom: 1px; }