.spsetp-pre {
  font-size: 15px;
}

.spsetp-pubdate {
	font-size: 12px;
	font-style: italic;
	color: grey;
}

.spsetp-notes {
	font-size: 14px;
	font-style: italic;
	color: grey;
}

.spsetp-blogpost {
	padding: 32px;
	max-height: 240px;
	overflow: hidden;
}

.spsetp-blogside {
	padding: 8px;
}

.spsetp-readmore {
	padding: 16px 32px;;
}

.spsetp-event {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	padding: 8px;
	width: 100%;
	cursor: pointer;
	background: #ddd;
	color: black;
	border-color: #555;
	border-width: 1px;
	border-style: solid none;
	outline: none;
}

.spsetp-event:hover {
	color: #F9AE41;
	background: #3c5f94;
}
.spsetp-cform {
	width: 80%;
	margin: auto;
	margin-top: 48px;
}

.spsetpcon-input {
	width: 100%;
	font-size: 15px;
	padding: 4px;
	border-radius: 4px;
	font-family: arial;
}

.spsetpcon-input-half {
	width: 50%;
	font-size: 15px;
	padding: 4px;
	border-radius: 4px;
	font-family: arial;
}

.spsetpcon-date {
	width: 200px;
	font-size: 15px;
	padding: 4px;
	border-radius: 4px;
	font-family: arial;
}

.spsetpcon-textarea {
	width: 100%;
	font-size: 15px;
	padding: 4px;
	border-radius: 4px;
	font-family: arial;
	height: 160px;
	resize: none;
}

.spsetpcon-cb, .spsetpcon-cb tr, .spsetpcon-cb td {
	font-size: 15px;
	line-height: 24px;
	border: none;
}

.spsetpcon-cb input {
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
}

.spsetp-notice {
	font-size: 18px;
	display: block;
	padding: 8px;
	border: 1px solid black;
}

.spsetp-good {
	color: green;
	border-color: green;
}

.spsetp-error {
	color: red;
	border-color: red;
}

.spsetp-button {
	padding: 6px;
	border-radius: 4px;
	margin: 12px;
	cursor: pointer;
	font-size: 24px;
	background: #ddd;
	color: black;
	border: none;
	outline: none;
}

.spsetp-button-small {
	padding: 6px;
	border-radius: 3px;
	margin: 8px;
	cursor: pointer;
	font-size: 15px;
	background: #ddd;
	color: black;
	display: inline-block;
	border: none;
	outline: none;
}

.spsetp-button:hover, .spsetp-button-small:hover {
	color: #F9AE41;
	background: #3c5f94;
}

.spsetp-rbsec {
	width: 90%;
	border: 2px solid grey;
	border-radius: 16px;
	padding: 24px;
	margin: 32px 0px;
	min-height: 400px;
}

.spsetp-cendiv {
	width: 80%;
	border: 2px solid grey;
	border-radius: 16px;
	padding: 24px;
	margin: auto;
	text-align: center;
}

.spsetp-picupload {
	width: 95%;
	border: 2px solid grey;
	border-radius: 16px;
	padding: 24px;
	margin: 32px 0px;
}

.spsetp-photogrid-div {
	margin: 1%;
	cursor: pointer;
	border: 2px solid white;
	display: inline-block;
	position: relative;
	min-width: 72px;
	min-height: 48px;
	background-color: #eee;
}

.spsetp-photogrid-div:hover {
	border: 2px solid blue;
}

.spsetp-photogrid {
	max-width: 180px;
	max-height: 180px;
	display: block;
}

.spsetp-hovercon-container {
	position: absolute;
	top: 0;
	right: 0;
}

.spsetp-hovercon {
	display: inline-block;
	background-color: white;
	border: 2px solid black;
	margin-top: 4px;
	margin-right: 4px;
	padding: 2px;
}

.spsetp-hovercon:hover {
	border: 2px solid red;
	color: red;
}

.spsetp-picinsert {
	text-align: center;
	max-height: 360px;
	overflow: auto;
	width: 95%;
	border: 2px solid grey;
	border-radius: 9px;
	margin: 16px;
}

.spsetp-picinsert::-webkit-scrollbar-track {
  background: none;
}
.spsetp-picinsert::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.spsetp-picinsert::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 6px;
}

.spsetp-toptab {
	border-bottom: 6px solid #aaa;
	cursor: pointer;
	font-size: 28px;
	padding: 12px;
	background: #ccc;
	color: black;
}

.spsetp-toptab:hover {
	color: #F9AE41;
	border-bottom: 6px solid #aaf;
	background: #eee;
}

.spsetp-tab-active {
	border-bottom: 6px solid #3c5f94;
	background: #ddd;
}



/* ------- Photo Cropper ------- */

.px-imgselect {
	top: 0;
	left: 0;
	position: absolute;
    border: 1px dashed blue;
	margin-left: -1px;
	margin-top: -1px;
    cursor: grab;
}

.px-imgholder {
	display: inline-block;
	position: relative;
}

.px-blackout {
	position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    color: red;
    width: 100%;
    height: 100%;
    opacity: 0.5;
	z-index: 999998;
	display: none;
}

.px-imgeditor {
    text-align: center;
	font-family: arial;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	display: none;
	background-color: #ddd;
	border: 2px solid black;
	border-radius: 16px;
	width: 480px;
	height: 600px;
	padding-top: 16px;
}

.px-imgholderfixed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    display: inline-block;
}

.px-croppable {
    display: block;
	max-width: 400px;
	max-height: 400px;
}

.px-savebutton {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translate(-43%, 0);
}

.px-savebutton button, .px-rotate {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #00a;
	color: #db0;
	border-radius: 8px;
	padding: 8px;
	margin: 8px;
	border: none;
	cursor: pointer;
}

.px-savebutton button:hover, .px-rotate:hover {
	background-color: blue;
}

.px-resbutton {
	position: absolute;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 24px;
    color: blue;
    border: 1px solid blue;
    background-color: white;
    cursor: grab;
	margin-top: -12px;
	margin-left: -12px;
}

.px-up {
    top: 0;
    left: 50%;
}

.px-down {
    top: 100%;
    left: 50%;
}

.px-left {
    top: 50%;
    left: 0;
}

.px-right {
    top: 50%;
    left: 100%;
}

.px-imggrey {
	position: absolute;
	background-color: black;
	opacity: 0.4;
}

#px-igup {
	top: 0;
	left: 0;
	width: 100%;
}

#px-igdown {
	top: 100%;
	left: 0;
	width: 100%;
}

#px-igleft {
	top: 0;
	left: 0;
	height: 100%;
}

#px-igright {
	top: 0;
	left: 100%;
	height: 100%;
}



/* ------- Multisection Forms ------- */

.px-alert {
	outline: 4px solid red;
}

.px-form-errors {
	display: none;
	border: 2px solid red;
	color: red;
	font-size: 18px;
	padding: 12px;
}

.px-secs {
	text-align: left;
	border: 2px solid #ddd;
	border-radius: 4px;
	padding: 24px;
}

.px-secprog {
	text-align: center;
	border-bottom: 4px solid #ddd;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.px-secdot {
	height: 24px;
	width: 24px;
	border-radius: 100%;
	background-color: #ddd;
	display: inline-block;
	margin: 0 12px;
}

.px-dot-past {
	background-color: #48d;
	cursor: pointer;
}

.px-dot-active {
	background-color: #4ee;
}

.px-sec {
	display: none;
}

.px-secbuttons {
	text-align: right;
}

.px-prev {
	display: none;
}

.spsetp_hide_donor {
	display: none;
}

/*Event Calendar*/
.pxc_cal {
	background-color: white;
	position: relative;
	overflow-y: auto;
}

.pxc_cal_header {
	font-size: 28px;
	font-weight: 1000;
	text-align: center;
	padding: 16px;
}

.pxc_button {
	position: absolute;
	cursor: pointer;
	top: 12px;
	width: 36px;
	height: 36px;
	border: 1px solid black;
	border-radius: 8px;
}

.pxc_prev {
	left: 16px;
}

.pxc_next {
	right: 16px;
}

.pxc_cal_table {
	font-size: 14px;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.pxc_head_day, .pxc_day {
	width: 14%;
	padding: 4px !important;
	border: 1px solid black;
}

.pxc_head_day {
	text-align: center;
	background-color: #ddd;
}

.pxc_day {
	height: 96px;
	vertical-align: top;
	text-align: right;
}

.pxc_event {
	width: calc(100% - 8px);
	padding: 4px;
	border-radius: 4px;
	background-color: #0a0;
	cursor: default;
	position: relative;
}

.pxc_event_e_outing {
	background-color: #00a;
}

.pxc_event_other {
	background-color: #070;
}

.pxc_editcal {
	background-color: white;
	padding: 8px;
	background-color: #ddd;
	white-space: nowrap;
}

.pxc_event_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	font-weight: 600;
	color: white;
}

.pxc_event_hover {
	display: none;
	background-color: white;
	text-align: left;
	font-size: 16px;
	width: 300%;
	padding: 6px;
	border: 2px solid #00a;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 0;
}

.pxc_event_hover_title {
	font-size: 22px;
	font-weight: 700;
}

.pxc_left {
	right: 100%;
}

.pxc_right {
	left: 100%;
}

.pxc_event:hover .pxc_event_hover {
	display: inline-block;
}