﻿/* NIEUW JQ oplossing JQUERY DIALOGS */

/* PresentationMenu Knoppen */

.JQGrid { background: transparent url(JQPresentationMenu/bgGrid.png) no-repeat center center; }
.JQTGrid { background: transparent url(JQPresentationMenu/bgTGrid.png) no-repeat center center; }
.JQRecord { background: transparent url(JQPresentationMenu/bgRecord.png) no-repeat center center; }
.JQGraph { background: transparent url(JQPresentationMenu/bgGraph.png) no-repeat center center; }
.JQMultiGraph { background: transparent url(JQPresentationMenu/bgMultiGraph.png) no-repeat center center; }
.JQPie { background: transparent url(JQPresentationMenu/bgPie.png) no-repeat center center; }
.JQBubble { background: transparent url(JQPresentationMenu/bgBubble.png) no-repeat center center; }
.JQScatter { background: transparent url(JQPresentationMenu/bgScatter.png) no-repeat center center; }
.JQGantt { background: transparent url(JQPresentationMenu/bgGantt.png) no-repeat center center; }
.JQMap { background: transparent url(JQPresentationMenu/bgMap.png) no-repeat center center; }
.JQNLMap { background: transparent url(JQPresentationMenu/bgNLMap.png) no-repeat center center; }
.JQWorldMap { background: transparent url(JQPresentationMenu/bgWorldMap.png) no-repeat center center; }
.JQPDF { background: transparent url(JQPresentationMenu/bgPDF.png) no-repeat center center; }
.JQExcel { background: transparent url(JQPresentationMenu/bgExcel.png) no-repeat center center; }
.JQPowerPoint { background: transparent url(JQPresentationMenu/bgPowerPoint.png) no-repeat center center; }

.JQExcel365 { background: transparent url(JQPresentationMenu/bgExcel365-2.png) no-repeat center center; }
.JQPowerPoint365 { background: transparent url(JQPresentationMenu/bgPowerPoint365-2.png) no-repeat center center; }

.JQ4-ViewPorts-Layout1 { background: transparent url(JQPresentationMenu/bg4Viewports1.png) no-repeat center center; }
.JQ3-ViewPorts-Layout1 { background: transparent url(JQPresentationMenu/bg3Viewports1.png) no-repeat center center; }
.JQ3-ViewPorts-Layout2 { background: transparent url(JQPresentationMenu/bg3Viewports2.png) no-repeat center center; }
.JQ3-ViewPorts-Layout3 { background: transparent url(JQPresentationMenu/bg3Viewports3.png) no-repeat center center; }
.JQ3-ViewPorts-Layout4 { background: transparent url(JQPresentationMenu/bg3Viewports4.png) no-repeat center center; }
.JQ2-ViewPorts-Layout1 { background: transparent url(JQPresentationMenu/bg2Viewports1.png) no-repeat center center; }
.JQ2-ViewPorts-Layout2 { background: transparent url(JQPresentationMenu/bg2Viewports2.png) no-repeat center center; }

.JQViewPort1 { background: transparent url(JQPresentationMenu/bgViewport1.png) no-repeat center center; }
.JQViewPort2 { background: transparent url(JQPresentationMenu/bgViewport2.png) no-repeat center center; }
.JQViewPort3 { background: transparent url(JQPresentationMenu/bgViewport3.png) no-repeat center center; }
.JQViewPort4 { background: transparent url(JQPresentationMenu/bgViewport4.png) no-repeat center center; }

.JQPresentationButton,
.JQViewportsButton
{
   	font: bold 10px Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: white;
    height: 34px;
    border: 0px solid;
    text-align: left;
    cursor: pointer;
   	border-radius: 5px;
   	box-shadow: -5px 5px 5px #c0c0c0;
}


.JQPresentationButton:hover, .JQViewportsButton:hover { background-color: #FFE5B5; }
/* uitzonderingen export knoppen */
.JQPDF:hover { background-color: #D9C0C0; }
.JQExcel:hover { background-color: #C5E2C6; }  /* groene excel kleur */
.JQPowerPoint:hover { background-color: #FACEAD; }

/* paging knoppen uitzondering op class JQPullDowns T3130 geen position: absolute*/
.JQPresentationPullDowns 
{ font: bold 10px Tahoma Unicode Ms, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border-radius: 4px; 
 color : #0073bd; background-color: transparent; border: 1px solid #0073bd;  }