/* ----- Overlay ----- */

.blockOverlay { opacity: 0 !important; filter: alpha(opacity=0) !important; z-index: 99999 !important; }

.blockOverlayInit { opacity: 0.9 !important; filter: alpha(opacity=90) !important; background-color: rgba(255,255,255,1) !important; }

.request-process { color: #000000; font-size: 64px; }

.request-process span { font-size: 16px; color: #000000; }



/* ----- Notifications ----- */

.blockMsg { background: none !important; z-index: 99999 !important; }

.notify-msg { cursor: pointer; color: #FFFFFF; padding: 10px; min-height: 70px; background: rgba(0,0,0,0.9); text-align: left; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

.notify-msg i.success { color: #5CB85C; font-size: 48px; }

.notify-msg i.error { color: #D9534F; font-size: 48px; }

.notify-msg i.warning { color: #F0AD4E; font-size: 48px; }

.notify-msg i.info { color: #4486F9; font-size: 48px; }

.titles th { text-align:center;}

.legend1 {cursor:pointer; background-image:url(images/dropdown_icon.png); background-repeat:no-repeat;background-position:right;padding-right:35px;}

.report_prev:before
{
   font-family: FontAwesome;
   content: "\f100";
   margin:0 4px;
   font-weight:bold;
   color:#06F;
}
.report_next:after
{
   font-family: FontAwesome;
   content: "\f101";
   margin:0 4px;
   font-weight:bold;
   color:#06F;
}
.report_prev:hover, .report_next:hover
{
   color:#06F;
   cursor:pointer;
}
