.sentryEditMode .stacks_top { overflow:visible; }
.stacks_top.cssTransitions, .cssTransitions { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.sentryWrapper { margin: 5px 0; overflow: visible; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.sentryWrapper.sentryEditMode  { position: relative; z-index: 102; background: white; color: #333; opacity: 1; border-radius: 3px; padding: 5px; overflow: visible; }
.sentryWrapper.sentryEditMode .bgfade { background: #e1e1e1; }
.sentryOverlay { position: fixed; background: black; opacity: 0.7; width: 100%; height: 100%; z-index: 100; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.stacks_top .sentryOverlay { position: absolute; width: 104%; height: 104%; top: -2%; left: -2%; }
.sentryOverlay.opacity30 { opacity: .30; }
.sentryLogin { position: fixed; z-index: 105; width: 100%; height: 100%; }
.sentryLogin form { width: 250px; height: 250px; margin: 10% auto; padding: 10px; background: white; border-radius: 3px; box-shadow: 0 0 3px black; }
.sentryLogin form input { display: block; margin: 0 auto; padding: 5px; color: #666; border: solid 1px #e7e7e7; border-radius: 3px; }
.sentryLogin form input[type="text"], .sentryLogin form input[type="password"] { font-size: 14px; }
.sentryLogin form p { text-align: center; margin: 0; padding: 10px 0 0 0; }
.sentryLogin .submitSentryLogin { padding: 7px 14px; font-size: 14px; outline: 0; border: solid 1px #ccc; cursor: pointer; background: #e7e7e7; color: black; border-radius: 3px; }
.sentryLogin .sentryLoginCancel { display: inline-block; margin-top: 8px; font-size: 12px; }
.sentryPreview.quickPreview:before { content: "Quick "; }
.sentryPreview.endPreview:before { content: "End "; }
.sentryAdminControls { position: fixed; z-index: 99999; width: 100%; background: #333; border-bottom: solid 1px #666; }
.sentryAdminControls * { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.sentryAdminControls p { margin: 0; padding: 10px 0; text-align: center; }
.sentryAdminControls a { color: white; display: inline-block; padding: 3px 12px; margin: 0 15px; background: #70b678; font-size: 14px; text-decoration: none; border-radius: 3px; }
.sentryAdminControls a:hover { background: #619e68; }
.noTopPadding { padding-top: 0 !important; } .noBorder { border: none !important; }
.sentryHide { opacity: 0; height: 0 !important; min-height: 0 !important; }
