@CHARSET "US-ASCII";

#wpcontent
{
	margin-left: 160px;
}

.SFAppiconThemes,
.SFAppApiImages {
	display:none;
}
body.designing .SFAppiconThemes,
body.designing .SFAppApiImages {
	display:block;
}
body.designing .SFAppnameanddescription,
body.designing .SFAppicons,
body.designing .SFApplaunchimages,
body.designing .SFAppscreenshots,
body.designing .previewdevice,
body.designing .pushnotifications
{
	display:none;
}
.nameWarning {
	display:none;/*(by default)*/
	background: #D83737;
}
.nameWarning:before {
	font: 22px/17px fontawesome;
	content: "\f06a";
	z-index: 9;
	position: absolute; top:7px; right:8px;
	color: #D83737;
}

.setting_churchapp.mustFinish .setting_box_head .icon {
	text-indent: 0px;
	padding: 2px;
	transform: none;
}
.setting_churchapp .setting_box_head .icon:before {
	font: 22px/17px fontawesome;/*bigger font and it breaks Mac retina top looks weird*/
	content: "\f06a";/*fa-exclamation-circle*/
}
.setting_churchapp .setting_box_head .icon.complete:before {
	content: "\f058";/*fa-check-circle*/
}

.AppTheme {
	display:inline-block;
	width:27px; height:29px;
	font: 30px fontawesome;
	cursor:pointer;
	margin:5px;
}
.AppTheme.bottom:before {
  content: "\f141";
  vertical-align: -11px;
}
.AppTheme.side:before {
  content: "\f142";
}
.AppTheme.selected {
	margin:3px;
	/*border:2px solid #444;*/
}
.AppColorTheme.selected:after {
	content: "\f058";
	color: #72C912;
	position:absolute;
	font: 14px/14px Fontawesome;
	top:-10px; left:-6px;
}

.AppColorTheme {
	position:relative;
	width:30px; height:30px;
	display:inline-block;
	border-radius:20px;
	border:2px solid #FFF;/*no jumpy!*/
	margin:6px;
}
.AppColorTheme.selected {
	border:2px solid #444;
}
/* ^ see theme colors in sf-churchapp-simulator, where same color goes to simulator menus etc */

.sfchurchapp_themeicons
{
	width: 100%;
	border-radius: 3px;
	padding: 10px 0px;
}

/* special syle for image set insert */
#SFAppApiPicker fieldset,
#SFAppApiPicker fieldset legend,
#SFAppApiPicker .uploadCustom,
body #SFAppApiPicker.bgsec fieldset.BGalign{
	display:none; /*no textures*/
}
#SFAppApiPicker .miniscroll-load.miniscroll-load {
	height:100%;
}
#SFAppApiPicker fieldset:first-of-type {
	display:block; /*show first only*/
}
#SFAppApiPicker .bgsec {
	border: none;
}
#SFAppApiPicker .miniscroll {
	height: calc(100vh - 290px);
}

/*
.sfchurchapp_themeicons.light
{
	background-color: #EFEFEF;
}

.sfchurchapp_themeicons.dark
{
	background-color: #000000;
}

.iconlabel_light
{
	color: #000000;
}

.iconlabel_dark
{
	color: #ffffff;
}*/

.sfchurchapp_themeicons img
{
	display:none;
	/*max-height:35px;
	max-width:35px;
	margin-left:13px;*/
}

.sfchurchapp_previewicondiv {
	/*cursor: move; goes on editor too*/
	padding-top: 8px;
	border-bottom: 1px solid #EEE;
	text-align: left;
}
.sfchurchapp_previewicondiv.nomove
{/*just looks like a click-able, not movable*/
	cursor: pointer;
}

#insertedTutorialLink {
	height:28px;
}
#insertedTutorialLink a {
	color: #1ea9ee;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

#appStoreDemoButtons
{
	border:0px;
	width:100%;
	height:40px;
}

#SFAppMenuTopper
{
	height:105px;
}

.sfchurchapp_iconlabel
{/* in general - sidekick and rightframe: for specific see sf-churchapp-simulator.css*/
	font-size: 14px;
	margin:0px 0 6px
}
.editor {
	font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.editor label {
	text-align: left;
	display: block;
	font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.editor form >label {
	
	margin-bottom: 8px;
}
.editor [type=checkbox] +label {
	display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 88%;
	max-width: calc(100% - 35px);
}

/*reversed
#drawer_churchApp .setting_box_head {
	background:none;
	color:#000;
}*/
#drawer_churchApp .setting_box_head .icon {
	height:18px;
	margin-top:3px;
	background:none;
}
#drawer_churchApp .sfchurchapp_iconlabel:before {
	font:10px fontawesome;
	content:"\f111";
	margin:3px;
}
#drawer_churchApp #sharefaith-bootstrap .input-group-addon{
	width: 110px;
}
#sfchurchapp_iconrows .sfchurchapp_iconlabel input {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: 16px;
	text-align: left;
}

#sfchurchapp_bodywrap
{
	font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	min-height: 600px;
	/* min-width: 890px; */
	min-width: 1000px;
	background-color: #fff;
}

#sfchurchapp_middlewrap
{
	width: 100%;
	clear: both;
	height: 598px;
}

#sfchurchapp_topwrap
{
	width: 100%;
	height: 40px;
	border-bottom: 9px solid #FFEA1D;
	clear: both;
	/* margin-left: -8px;
	padding-right: 16px; */
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 1px;
}

#sfchurchapp_devicepreview
{
	position: absolute;
	left: 684px;
	width: 272px;
	top: 101px;
	height: 482px;
	border: 1px solid red;
}

#sfchurchapp_bottomwrap
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	border-top: 9px solid #FFEA1D;
	border-bottom: 1px solid black;
	clear: both;
	/* margin-left: -8px;
	padding-right: 16px; */
}

#sfchurchapp_topleftlinkcontainer
{
	float: left;
	width: 811px;
}

#sfchurchapp_toprightlinkcontainer
{
	float: left;
}

.sfchurchapp_toplink
{
	float: left;
	margin-left: 30px;
	padding-top: 4px;
}

.pseudolinktext:hover
{
	text-decoration: underline;
}

.pseudolinktext
{
	cursor: pointer;
	font-size: 15px;
}

.sfchurchapp_skmenuitem div
{
	padding-top: 7px;
	padding-bottom: 6px;
}

.sfchurchapp_skmenuitem .leftside
{
	background-image: url( '../images/nameCheckGray.png' );
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	padding-left: 28px;
}

#sfchurchapp_appstoremenu .sfchurchapp_skmenuitem .leftside.complete
{
	background-image: url( '../images/nameCheckGreen.png' );
}

#namecheck {
	margin:18px 0;
}

#sfchurchapp_contentmenu .sfchurchapp_skmenuitem .leftside
{
	background-image: url( '../images/bigDotGreen.png' );
}

.sfchurchapp_skmenuitem .rightside
{
	float: right;
	clear: both;
	width: 17px;
}

.sfchurchapp_skmenuitem .rightside.current
{
	background-image: url( '../../../themes/SFWebTemplate/plugins/admin/images/ui_icons.png' );
	background-position: 0px -381px;
}

.sfchurchapp_toprightlink
{
	float: right;
	margin-right: 10px;
	padding-top: 0px;
}

.sfchurchapp_toprightlink.current
{
	background-color: #FFEA1D;
	border-radius: 5px;
	padding-top: 5px;
	margin-top: -4px;
	padding-bottom: 3px;
}

.sfchurchapp_toprightlink.current img
{
	margin-top: -1px;
}

.sfchurchapp_toprightspacer
{
	float: right;
	width: 30px;
}

#sharefaith-bootstrap .input-group .input-group-addon {
	background:none;
}
#sharefaith-bootstrap .input-group .form-control {
	border-left: none;
}

.sfchurchapp_formspacer
{
	float: left;
	width: 100%;
}

.sfchurchapp_formspacerphonescreens
{
	float: left;
	width: 42px;
}

.sfchurchapp_pointer
{
	margin-left: -12px;
	visibility: hidden;
}

.sfchurchapp_pointer.current
{
	visibility: visible;
}

.sfchurchapp_actionbutton
{
	width: 130px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-top: 4px;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 300;
	float: right;
}

#sfchurchapp_appstoreinput
{
	float: left;
	margin-left: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 547px;
	/* width: 500px; 
	border: 1px solid black; */
}

#sfchurchapp_deviceholder
{
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}

#sfchurchapp_deviceimage
{
	/* float: right;
	margin-right: 5px;
	margin-top: -2px; */
}

.sfchurchapp_actionbutton.inactive
{
	cursor: not-allowed;
	border: 1px solid #A0A0A0;
	color: #A0A0A0;
}

#sfchurchapp_bottomrightlinkcontainer
{
	float: left;
	margin-right: 5px;
}

#sfchurchapp_bottomleftlinkcontainer
{
	float: left;
	font-size: 10px;
	color: #f00;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 7px;
	width: 552px;
}

.sfchurchapp_iconradius, .sfchurchapp_radius
{
	border-radius: 10px;
}
.iconHalf {
	text-align:center;
	width: 49%;
	height: 200px;
	display:inline-block;
	vertical-align:top;
	overflow: hidden;/*for blank case*/
	position: relative;
}
.iconHalf .sfchurchapp_helptext {
	/*out of flow of document or messes droparea below lining up
	Margins below should not take into account whatever font and line spacing browser&os happen to use for this:
	*/
	position: absolute;
	top: 50px;
	left: 0;
}
.iconHalf .sfchurchapp_formcontainer:last-of-type {
	margin-top: 69px;
}

#sfchurchapp_storeicon
{
	margin: 0 auto/*center*/
}
.sfchurchapp_enlargepreview
{
	position: absolute;
	left: 80px;
	top: 1px;
	width: 22px;
	height: 20px;
	background-image: url( '../../../themes/SFWebTemplate/plugins/admin/images/ui_icons.png' );
	background-position: 0px -438px;
	visibility: hidden;
	z-index: 2;/*above*/
}

.sfchurchapp_enlargepreview.show
{
	visibility: visible;
}

.sfchurchapp_screenshottallphone,
.sfchurchapp_screenshottablet {/*common:*/
	display:inline-block;
	margin:3px;
	border-radius:3px;
}
.sfchurchapp_screenshottallphone img,
.sfchurchapp_screenshottablet img{
	display:block;/*or stuff jumps*/
}
/* specific: */
.sfchurchapp_screenshottallphone
{
	width: 48px;
	height: 85px;
}
.sfchurchapp_screenshottablet
{
	width: 48px;
	height: 64px;
}

.sfchurchapp_screenshottablet img[src=""],
.sfchurchapp_screenshottallphone img[src=""] {
	display:none;
}

/** The message that Sharefaith App Not-Available: **/
.SFApp_NA {
    height: 100%;
    position: absolute;
    top: 0px; bottom: 0px;
    left: 0px; right: 0px;
    background: #000;
	background: rgba(0, 0, 0, 0.8);
	color:#FFF;
    z-index: 2;
	font-size:14px;/*so it doesn't go out of publish box */
}
.SFApp_NA span {
	position:absolute;
	left:0; right:0;
	top:11%;
	padding:0 7px;
}

.sfchurchapp_formcontainer.launchImgContainer .sfchurchapp_helptext {
	text-align: right;
	position: absolute;
	right:19px;
	top: 46px;
}
#drawer_churchApp .btn {
	width: 100px;
}
.launchImgContainer .btn {
	position: absolute;
	right: 19px;
	top: 13px;
}
/*
.sfchurchapp_previewbox:before {
	font: 64px fontawesome;
	color:#000;
	position:absolute;
	left:-63px;
	top:-12px;
}*/
.sfchurchapp_previewbox {
	border: 1px solid #A0A0A0;
	position:relative;
	margin: 15px 5px 0 0;
	padding: 6px 2px;
}

.sfchurchapp_previewbox:hover .clearme:before,
.sfchurchapp_previewbox:hover .clearme:after {/*the clear-screenshot btn*/
	font: 15px fontawesome;
	position:absolute; left:35%; bottom:0;
	cursor:pointer !important;/*why is it a I cursor??*/
	color: #000;
	content: "\f057";/* x to clear sim-screenshot*/
	z-index: 2;
}
.sfchurchapp_previewbox:hover .clearme:before {
	color:#FFF;
	content: "\f111";/*circle below it*/
	z-index: 1;
}

/* LaunchImageTabs, previewbox styling */
#sfchurchapp_launchimagetabs .sfchurchapp_previewbox {
	margin: 4px;
	box-sizing: content-box;
	padding: 3px;
	border-width: 2px;
	border-color: #F4F4F4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sfchurchapp_launchimagetabs .btn {
	font-size: 12px;
	width: 130px;
}
/* modifications for when have image, smaller icon required:
#sfchurchapp_launchpreviewphone.haveUpload #sfchurchapp_launchpreviewphone-drop-area {
	width:34px
}
#sfchurchapp_launchpreviewtallphone.haveUpload #sfchurchapp_launchpreviewtallphone-drop-area {
	width:28px
}
#sfchurchapp_launchpreviewtabletportrait.haveUpload #sfchurchapp_launchpreviewtabletportrait-drop-area {
	width:30px;
}*/
/*loading adjustment:*/
 #sfchurchapp_launchpreviewtabletportrait .sfchurchapp_iconspinner {
	 margin-top:-40px;
 }
 
#sfchurchapp_launchpreviewphone,
#sfchurchapp_launchpreviewphone-upload-ui {
	width: 40px;
	height: 60px;
}
#sfchurchapp_launchpreviewtallphone,
#sfchurchapp_launchpreviewtallphone-upload-ui {
	width: 40px;
	height: 71px;
}
#sfchurchapp_launchpreviewtabletportrait,
#sfchurchapp_launchpreviewtabletportrait-upload-ui {
	width: 48px;
	height: 64px;
}
#sfchurchapp_launchpreviewtabletlandscape,
#sfchurchapp_launchpreviewtabletlandscape-upload-ui {
	width: 64px;
	height: 48px;
}

/*
#sfchurchapp_launchpreviewphone:before {
	content: "\f10b";
}
#sfchurchapp_launchpreviewphone {
	width: 32px;
	height: 48px;
}

#sfchurchapp_launchpreviewtallphone:before {
	content: "\f10b";
}

#sfchurchapp_launchpreviewtabletportrait:before {
	content: "\f10a";
}

#sfchurchapp_launchpreviewtabletlandscape:before {
	content: "\f10a";
	left:-72px;
	transform        : rotate(90deg);
	-ms-transform    : rotate(90deg);
	-webkit-transform: rotate(90deg);
}
*/
.sfchurchapp_bottomrightspacer
{
	float: right;
	width: 15px;
}

.sfchurchapp_formcontainer
{
	position:relative;/*for the enlarge-icon*/
	margin-top: 5px;
	/*float: left;*/
	margin-right: 5px;
}

.sfchurchapp_helptext
{
	/*float: left;*/
	font-size: 12px;
	color: #A0A0A0;
	margin:5px;
}

.sfchurchapp_formtextspacer
{
	padding-top: 6px;
}

.sfchurchapp_formcontainer input, .sfchurchapp_formcontainer textarea
{
	border: 1px solid #909090;
	border-radius: 3px;
	margin-right: 3px;
}

.sfchurchapp_graytext
{
	color: #A0A0A0
}


/*.sfchurchapp-dragover
{
	z-index:100010;
}*/
.sfchurchapp-dragover .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	background: rgba( 252, 144,  38, 0.5 );
}
/*See sf-churchapp-common.js, shouldRoundCorners(), decides what has this rounding.
  although that probably should be in css/class instead? */
.sfchurchapp-dragover.rounded_drop .overlay
{
	border-radius: 10px;
}
.drag-drop {
	cursor: pointer;
}

.AppErrMsg {
	font-size:18px;
}

/* despite the id this isn't image, but container:
#sfchurchapp_iphonepreviewimage {
	position:relative;
}
#sfchurchapp_iphonepreviewcontent {
    position: absolute;
    top: 121px;
    right: 25px;
    bottom: 106px;
	left: 28px;
}

#sfchurchapp_iphonepreviewimage.disabled,
#sfchurchapp_ipadpreviewimage.disabled
{
	display: none;
	height: 0px;
	width: 0px;
}

#sfchurchapp_iphonepreviewimage.enabled,
#sfchurchapp_ipadpreviewimage.enabled*/
#deviceimage #outer
{
	position:relative;
	display: inline-block;
	height: auto;
	width: auto;
	z-index:1/*or html2canvas glitches*/
}

/* --- Switching launchimg/simulator --- */
#deviceimage .launcherpreviewer {
	display:none; /* by default*/
	background:#FFF;
}
/*previewing: opposite:*/
#deviceimage.launcherpreviewing .launcherpreviewer {
	display:block;
}
/*everything else hid:*/
#deviceimage.launcherpreviewing .simulatorpreviewer {
	display:none;
}
.launcherpreviewer img {
	width:100%;/*no stretch*/
}

#deviceimage #simulatorpreviewer {
	top: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#sfchurchapp_devicecontent_dialog.enabled
{
	visibility: visible;
	display: inline-block;
	z-index: 1000;
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	position: relative;
}
div.linkColor {
	color: #000;
	margin:7px 3px;
}

#AppPushLink {
	max-width: 291px;
}
#sendPush {
	background:#1ea9ee;
	padding: 7px 12px;
	max-width: 150px;
	margin: 15px auto;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
}

.sfchurchapp_iconspinner
{
	position: absolute;
	width:60px;
	height:60px;
	background-color:rgba( 0,0,0,0.8 );
	border-radius:5px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#sfcaAdmin .modal-footer label.error {
	text-align:center;
	width:316px;
	color:red;
	font-weight:normal;
}
#sfcaAdmin #sfca-admin-modal-content {
	/*just in case*/
	max-height: -moz-calc(100vh - 160px);
	max-height: -webkit-calc(100vh - 160px);
	/* Make height of dialog not go over on smaller resolutions, or label.error box disappears:*/
	max-height: calc(100vh - 160px);
}
/*#sharefaith-bootstrap.sfcaAdminModal {
	z-index:9998;Not too high or it interferes with lightbox,also can't have zindex this high or it blocks switching dialog.
}*/
#lightbox, #lightboxOverlay {
	z-index: 9999999;
}

#sharefaith-bootstrap.sfcaAdminModal #sfcaModalSave {
	vertical-align:top;/*or large error message bumps it down.*/
}
/* Like the .demoFormInput on demosite - maybe it should be a more common bootstrap style?*/
#sharefaith-bootstrap input[type=text],
#sharefaith-bootstrap textarea {
	/*border-radius: 8px;
	height: 45px;*/
	font-size: 15px;
	border: 1px solid #BCBCBC;
	color: #727070 !important;
	width: 100%;
	padding: 6px 12px;
}

body.sfAppCanPublish #publishChanges {
	background:#1ea9ee;
}
#publishChanges {
	background:#b8b8b8;
	padding:10px;
	margin:4px 0 13px 0;
	width: 200px !important;
}
body.sfAppCanPublish #publishChanges:hover {
	background:#1ea9ee;
}

/*floats fix http://stackoverflow.com/questions/218760*/
.setting_churchapp:after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;/* Not supporting ancient IE anyway, no canvas or transform support
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
   */
}
.launchImgContainer .sfchurchapp_previewbox img {
    background:#FFF;
}
/*blocky blocking user from facing controls not part of the tutorial
you could just have four, top, bottom, left smaller right smaller, elements.*/
.blocky {
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 200;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*border-image: url(../images/borderfade.png) 15;
	box-sizing: border-box;
	border-image: url(../images/borderfade.png) 5;
	padding: 10px;
*/
}
/* -1px is used in clip-path only for some odd chrome bug where it doesn't go to edge:
The transform is based on CSS Secrets book's trapezoid tabs, somewhat ugly workaround for browser not currently supporting clip-path old Firefox and non Chrome browsers.
Only one of those should be in effect in any given browser: */
.edge.n {
	background: url(../images/edgeN.png);
	clip-path: polygon(100% -1px,calc(100% - 10px) 100% , 10px 10px, -1px -1px);
	transform: scaleY(1) perspective(103px) rotateX(-26deg);
	transform-origin: top;
}
.edge.s {
	background: url(../images/edgeS.png);
	clip-path: polygon(calc(100% - 10px) 0, 100% 100%, 0 100%,10px 0);/*chrome only?*/
	transform: scaleY(1.5) perspective(132px) rotateX(49deg);
	transform-origin: bottom;
}
.edge.w {
	background: url(../images/edgeW.png);
	/*clip-path: polygon(0 0, 100% 9px , 100% calc(100% - 10px), 0 100%);*/
	clip-path:polygon(-1px -1px, 100% 9px , 100% calc(100% - 9px), -1px 100%);
	transform: scaleY(1) perspective(104px) rotateY(30deg);
	transform-origin: left;
}
.edge.e {
	background: url(../images/edgeE.png);
	clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 9px),0 9px);
	transform: scaleY(1) perspective(103px) rotateY(-26deg);
	transform-origin: right;
}

.blocky.edge {
	/* Small semitransparent edges. One overridden: */
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
}
.blocky.center {
	display: none;
	opacity: 0;
}

/* for jquery positioning purposes */
#matchDesignPos {
	position: fixed;
    left: 429px;
    top: 149px;
    height: 100px;
    width: 40px;
    display: block;
}

.fa.tipbtn {
	display: block;
	color: rgb(79, 179, 208);
	cursor: pointer;
}
.sftip, .warntip {
	display: none;
	background: #111;
	color: #FFF;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px;
	border-radius:15px;
	max-width: 400px;
	position: absolute;
	z-index: 12;
}
.warntip {
	background: #FFF;
	color: #000;
	font: 13px "Open Sans", sans-serif;
	box-shadow: 0px 8px 40px rgba(0,0,0,0.2);
}
/* Must be more specific than jqui: */
body .sftip a {
	color: #FFF;
}

body .warntip a {
	color: #000;
}
.warntip:before {
    content: '';
    position: absolute;
    right: -9px;
    top: 15px;
    display: block;
    height: 0;
    border-color: #FFF;
    border-width: 8px 0 15px 15px;
    width: 8px;
    border-style: solid;
    box-shadow: 4px -4px 6px rgba(0,0,0,0.2);
    transform: rotate(45deg);
}
.needsContent {
	background-color:#ffa8a8;
	color: #FFF;
}
.sfchurchapp_previewicondiv {
	transition: background 1s ease;
}

/*outer frame only*/
#sidekick_form .tipbtn {
	float: right;
	z-index: 1;
	position: relative;
}
#sidekick_form .sftip {
    margin-top: 11px;
}
#sidekick_form .iconHalf >.tipbtn {
	right:2px;
	top:55px;
}
/*inner frame only*/
body.sfchurchapp .tipbtn {
	float: right;
	width: 15px !important;
	margin: -8px;
}
body.sfchurchapp .sftip {
	margin-top: 20px;
}
#sfchurchapp_devicepreviewmenu .sftip {
	display: none;
	margin-top: 20px;
	left: 20%;
}
#configurer #sfchurchapp_iconrows .tipbtn:hover {
	/*as above*/
	color: rgb(79, 179, 208);
}

#sfchurchapp_devicepreviewmenu .tipbtn {
	vertical-align: top;
    float: none;
    display: inline-block;
}
#screenshotBtn + .tipbtn {
	float: none;
	position: relative;
	left: 50%;
	margin: 3px 96px;
}
#deviceimage >.sftip {
	position: relative;
    margin: 0px auto;
}
.screenLbl {
	margin-bottom: -10px;
}