﻿/* Backoffice Btns! */
body .zcmsdoor.visible-door { position: absolute; top: 10px; right: 10px; z-index: 999; display: inline-block; padding: 3px 5px; border: 1px solid #691384; border-radius: 3px; background: #F3F3F3; box-shadow: 0 2px 3px -2px rgba(0,0,0,0.5); color: #333; -webkit-text-shadow: 1px 1px 1px white; text-shadow: 1px 1px 1px white; font-size: 1em; }
    body .zcmsdoor.visible-door i { margin-right: 5px; }
    body .zcmsdoor.visible-door:hover { color: #691384; }

#ZCmsTitlePage { display: none; }
#ZcmsContent { visibility: hidden; }
    #ZcmsContent .zcms-loading { display: inline-block; width: 32px; height: 32px; background: url('/Content/plugins/zcms/img/ajax-loader.gif') no-repeat; }

/* Loading Content */
#ZCmsContentLoading { display: none; padding: 150px 0px; text-align: center; }
    #ZCmsContentLoading .zcms-loading { display: inline-block; width: 32px; height: 32px; background: url('/Content/plugins/zcms/img/ajax-loader.gif') no-repeat; }

/* Error inpus */
body input, body textarea { color: #9B9B9B; font-weight: 400; font-family: 'Open Sans', sans-serif; }
    body input.error, body textarea.error { border-color: #B94A48; color: #A60D10; }
        body input.error:focus, body textarea.error:focus { border-color: #B94A48; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(185, 74, 72, 0.3); }
