/* generic admin styles
================================================== */
.sk_notice{
	padding: 10px;
	background-color: #d9edf7;
	color: #3a87ad;
	border: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: #bce8f1;	
	font-weight: normal !important;
}

.sk_admin_row{
	clear: both;
}
.sk_admin_span3{
	padding: 10px;
	width: 30%;
	float: left;
}
.sk_admin_span5{
	padding: 10px;
	width: 40%;
	float: left;
}
.sk_admin_span6{
	padding: 10px;
	width: 60%;
	float: left;
}

.sk_clear_fx, .clear-fx{
	clear: both;	
}
.buttonSpaceRight{
	margin-right: 7px !important;
}

.optionBox{
	background-color: #222222;
	padding: 15px;
	border-radius: 3px;
	background: url('../images/simple_dashed.png');
}

.hline{
	height: 1px;
	background-color: #CCC;
	margin-top: 7px;
	margin-bottom: 7px;
}
.smallInputText{
	height: 30px;
}
a.skButton{
	display: inline-block !important;
	border: none !important;
	outline: none !important;	
	text-decoration: none !important;
	color: #FFFFFF !important;
	padding: 10px 20px !important;	
	border-radius: 2px !important;
}
a.skActionButton{
	color: #FFFFFF;
	background-color: #1abb9f !important;
}
a.skActionButton:hover{
	background-color: #0aa187 !important;
}


/* BEGIN PLUGIN CSS */
#addSectionBTN, #removeAllSectionBTN{
	float: right;
}
#parallax_accordion{
	margin-bottom: 20px;
}
 .px_group { zoom: 1 }

 .px_group h3{
 	padding-left: 30px !important;
 } 

 .pxOptionBox{
 	background-color: #c5c5c5;
 }

 .pxFloatRight{
 	float: right;
 }
 .pTitle{
 	margin-bottom: 8px;
 }
 .sectionTitleLabel{
 	margin-top: 0px !important;
 }
 .addToMenuSpace{
 	margin-top: 30px;
 }
 .phline{
 	height: 1px;
 	background-color: #d4d2d2;
 	margin: 15px 0px;
 	margin-bottom: 2px;
 }
 .hTitle{
 	line-height: 20px !important;
 	font-size: 13px !important;
 }
 #option_tabs ul li a{
 	font-size: 13px !important;
 }
 .sectionBackgroundImage{
 	max-width: 100px;
 }
 .removeSectionBTN{
 	clear: both;
 }
 .custom_editors iframe{
 	min-height: 250px;
 }
 .fakeTextArea{
 	display: none;
 }
 .checkboxGravity{
 	line-height: 22px;
 }
 .checkbox{
 	font-size: 12px;
 	line-height: 22px;
 	color: #5a5959;
 }
 .spacer10{
 	margin-top: 10px;
 }
 #pageLogoImage{
 	max-width: 150px;
 }
 .hideMe{
 	display: none;
 }
 .urlInputText{
 	min-width: 250px;
 }
 .textareaInput{
 	width: 80%;
 	min-height: 180px;
 }
 .qrimage{
 	max-width: 150px;
 }

