﻿/* Messaging */
#jg_message_container{position:fixed; top:0; width:100%; height:0}
* html #jg_message_container{position:absolute}
#jg_message_inner{position:relative; margin:0 auto; width:943px; padding:8px 0 8px 5px; line-height:20px; font-size:12px}
#jg_message{font-weight:bold; position:relative; z-index:2147483647; top:-1000px}
/* Message type colors*/
.jg_success{background:#d7ffb0; border-bottom:solid 2px #6ea635; color:#5d8436}
.jg_warning{background:#ffffb2; border-bottom:solid 2px #d0bb6e; color:#000}
.jg_error{background:#ffb0b7; border-bottom:solid 2px #a6353e; color:#a6353e}
.jg_message_flash{background:#fff !important}
/* Message type icons */
#jg_message.jg_success #jg_message_body{padding-left:20px; background:url(images/info.gif) no-repeat 0 0}
#jg_message.jg_warning #jg_message_body{padding-left:22px; background:url(images/warning.gif) no-repeat 0 0}
#jg_message.jg_error #jg_message_body{padding-left:20px; background:url(images/error.gif) no-repeat 0 0}
/* Hide message button */
#jg_message_hide{width:16px; height:16px; float:right; cursor:pointer; background-repeat:no-repeat}
.jg_error #jg_message_hide{background-image:url(images/error_hide.gif)}
.jg_success #jg_message_hide{background-image:url(images/info_hide.gif)}
.jg_warning #jg_message_hide{background-image:url(images/warning_hide.gif)}
/* Loader */
#jg_loader_container{position:fixed; bottom:0; width:100%; height:26px; display:none}
* html #jg_loader_container{position:absolute}
#jg_loader{height:26px; background:url(images/loading_bg.gif) repeat-x; position:relative; z-index:2147483647}
#jg_loader div{position:absolute; left:-432px; width:432px; height:26px; background:url(images/loading.png) no-repeat}
/* Error highlighting */
input.error, textarea.error { background-color: #ffa0a0; }

 /*fix voor scrollbar bij datepicker bij init + fix datepicker niet in fancybox zichtbaar*/
#ui-datepicker-div{display:none;z-index: 1200;}


