﻿/******************************************************************
    ZENN CMS
/*****************************************************************/
#ZCmsTitlePage { display:none; }

#ZCmsMainDoor {position:fixed; bottom:0px; left:0px;}
#ZCmsContent {visibility:hidden;}
    #ZCmsContent .zcmsLoading { text-align: center; height:200px; padding:100px 0px 100px 0px; }      
        #ZCmsContent .zcmsLoading span { width: 16px; height: 16px; background: url(images/ajax-loader.gif) no-repeat; display: inline-block; }
        
.zcmsdoor.visible-door { background: #F3F3F3; border-radius: 3px; border: 1px solid #691384; color: #333; text-shadow: 1px 1px 1px white; padding: 3px 5px; box-shadow: 0 2px 3px -2px rgba(0,0,0,0.5); z-index: 1; }
    .zcmsdoor.visible-door i.icon-pencil { width: 14px; height: 14px; line-height: 14px; display: inline-block; background: url(plugins/bootstrap/images/glyphicons-halflings.png) 0 -72px no-repeat; margin-right: 4px; vertical-align: middle; }
    .zcmsdoor.visible-door i.icon-add { width: 14px; height: 14px; line-height: 14px; display: inline-block; background: url(plugins/bootstrap/images/glyphicons-halflings.png) 0 -96px no-repeat; margin-right: 4px; vertical-align: middle; }
    .zcmsdoor.visible-door:hover { background: #fff; color: #691384; }   
    .zcmsdoor.visible-door:active { margin-top: 1px; }   