﻿/* NIEUW JQ oplossing JQUERY DIALOGS */

/* TreeMenu Knoppen */

/* TreeView Selectie knoppen */
.JQMain { background: #044F9B url(JQTreeMenu/bgmain.png) no-repeat center center; }
.JQPushedMain { background: #044F9B url(JQTreeMenu/bgmainpush.png) no-repeat center center; }
.JQFavorite { background: #044F9B url(JQTreeMenu/bgfavorite.png) no-repeat center center; }
.JQPushedFavorite { background: #044F9B url(JQTreeMenu/bgfavoritepush.png) no-repeat center center; }
.JQAdmin { background: #044F9B url(JQTreeMenu/bgadmin.png) no-repeat center center; }
.JQPushedAdmin { background: #044F9B url(JQTreeMenu/bgadminpush.png) no-repeat center center; }
.JQShared-Favorites {
    background: #044F9B url(JQTreeMenu/bgsharedfavorite.png) no-repeat center center;
}
.JQPushedShared-Favorites {
    background: #044F9B url(JQTreeMenu/bgsharedfavoritepush.png) no-repeat center center;
}

/* Favorieten Mutatie knoppen */
.JQAdd-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteadd.png) no-repeat center center; }
.JQPushedAdd-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteaddpush.png) no-repeat center center; }
.JQRemove-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteremove.png) no-repeat center center; }
.JQPushedRemove-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteremovepush.png) no-repeat center center; }
.JQUpdate-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteupdate.png) no-repeat center center; }
.JQPushedUpdate-Favorite { background: #044F9B url(JQTreeMenu/bgfavoriteupdatepush.png) no-repeat center center; }
.JQCopy-Favorite { background: #044F9B url(JQTreeMenu/bgfavoritecopy.png) no-repeat center center; }
.JQPushedCopy-Favorite { background: #044F9B url(JQTreeMenu/bgfavoritecopypush.png) no-repeat center center; }

/* Export Merge knoppen */
.JQPDF-Merge { background: transparent url(JQTreeMenu/bgPDFMerge.png) no-repeat center center; }
.JQPushedPDF-Merge { background: transparent url(JQTreeMenu/bgPDFMergepush.png) no-repeat center center; }
.JQPPT-Merge { background: transparent url(JQTreeMenu/bgPPTMerge.png) no-repeat center center; }
.JQPushedPPT-Merge { background: transparent url(JQTreeMenu/bgPPTMergepush.png) no-repeat center center; }

.JQPPT-Merge365 { background: transparent url(JQTreeMenu/bgPPT365-2Merge.png) no-repeat center center; }
.JQPushedPPT-Merge365 { background: transparent url(JQTreeMenu/bgPPT365-2Mergepush.png) no-repeat center center; }

.JQTreeButton,
.JQFavoriteButton
{
   	font: bold 10px Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: white;
    height: 34px;
    width: 45px;
    border: 0px solid;
    text-align: left;
    cursor: pointer;
   	border-radius: 5px;
   	/*box-shadow: -5px 5px 5px #0073bd;*/
}

.JQTreeButton:hover, .JQFavoriteButton:hover { background-color: #DD9123; color: #565656; }
.JQTreeButton:focus, .JQFavoriteButton:focus { background-color: #519FD2; color: #565656; }
.JQTreeButton:active, .JQFavoriteButton:active { background-color: #519FD2; color: #565656; }

/* uitzonderingen export knoppen */
.JQPDF-Merge:hover { background-color: #D9C0C0; }
.JQPPT-Merge:hover { background-color: #FACEAD; }