 #preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color: #45505F;z-index:9999 !important}
#preloader_balls{position:absolute;left:50%;top:50%;background-repeat:no-repeat;background-position:center;margin:0 auto}#preloader_balls:before{width:20px;height:20px;border-radius:20px;background:blue;content:'';position:absolute;background: #DFE4E4;-webkit-animation:preloader_3_before 1.5s infinite ease-in-out;-moz-animation:preloader_3_before 1.5s infinite ease-in-out;-ms-animation:preloader_3_before 1.5s infinite ease-in-out;animation:preloader_3_before 1.5s infinite ease-in-out}#preloader_balls:after{width:20px;height:20px;border-radius:20px;background:blue;content:'';position:absolute;background: #C6434B;left:22px;-webkit-animation:preloader_3_after 1.5s infinite ease-in-out;-moz-animation:preloader_3_after 1.5s infinite ease-in-out;-ms-animation:preloader_3_after 1.5s infinite ease-in-out;animation:preloader_3_after 1.5s infinite ease-in-out}@-webkit-keyframes preloader_3_before{0%{-webkit-transform:translateX(0px) rotate(0deg)}50%{-webkit-transform:translateX(50px) scale(1.2) rotate(260deg);background:#C6434B;border-radius:0px}100%{-webkit-transform:translateX(0px) rotate(0deg)}}@-webkit-keyframes preloader_3_after{0%{-webkit-transform:translateX(0px)}50%{-webkit-transform:translateX(-50px) scale(1.2) rotate(-260deg);background: #DFE4E4;border-radius:0px}100%{-webkit-transform:translateX(0px)}}@-moz-keyframes preloader_3_before{0%{-moz-transform:translateX(0px) rotate(0deg)}50%{-moz-transform:translateX(50px) scale(1.2) rotate(260deg);background:#C6434B;border-radius:0px}100%{-moz-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes preloader_3_after{0%{-moz-transform:translateX(0px)}50%{-moz-transform:translateX(-50px) scale(1.2) rotate(-260deg);background: #DFE4E4;border-radius:0px}100%{-moz-transform:translateX(0px)}}@-ms-keyframes preloader_3_before{0%{-ms-transform:translateX(0px) rotate(0deg)}50%{-ms-transform:translateX(50px) scale(1.2) rotate(260deg);background:#C6434B;border-radius:0px}100%{-ms-transform:translateX(0px) rotate(0deg)}}@-ms-keyframes preloader_3_after{0%{-ms-transform:translateX(0px)}50%{-ms-transform:translateX(-50px) scale(1.2) rotate(-260deg);background: #DFE4E4;border-radius:0px}100%{-ms-transform:translateX(0px)}}@keyframes preloader_3_before{0%{transform:translateX(0px) rotate(0deg)}50%{transform:translateX(50px) scale(1.2) rotate(260deg);background:#C6434B;border-radius:0px}100%{transform:translateX(0px) rotate(0deg)}}@keyframes preloader_3_after{0%{transform:translateX(0px)}50%{transform:translateX(-50px) scale(1.2) rotate(-260deg);background: #DFE4E4;border-radius:0px}100%{transform:translateX(0px)}}
#compactForm {
	line-height: 1.5em;
	font-size: 16px;
	line-height: 1.50em;
}

#compactForm *,
#compactForm *:before,
#compactForm *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#compactForm.compactFormSubmitted {
	display: none;
}

#compactForm .input {
	display: block;
	width: 100%;
	color: #4C4C4C;
	margin: 5px 0;
	padding: 6px;
	border: 1px solid rgba(179, 179, 179, 1.00);
	background: #ffffff;
	transition: all 300ms ease-in-out;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
}

#compactForm .input:focus {
	color: #4C4C4C;
	border: 1px solid rgba(76, 76, 76, 1.00);
	background: #ffffff;
}

#compactForm #input7 {
	display: none;
}

#compactForm .messageBox {
	height: 150px;
	border-radius: 0px;
	color: #4C4C4C;
}

/* Submit Button */

#submitArea {
	display: block;
	text-align: right;
}

#compactFormSubmit {
	display: inline;
	font-weight: bold;
	padding: 10px 20px;
	background: rgba(122, 186, 37, 1.00);
	border-radius: 4px;
	border: none;
	box-shadow: none;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	font-size: 16px;
}

#compactFormSubmit:hover {
	background: rgba(122, 186, 37, 1.00);
	cursor: pointer;
	color: rgba(255, 255, 255, 1.00);
}

#compactFormSubmit:focus,
#compactFormSubmit:active {
	outline: none;
	border: none;
	box-shadow: none;
	background: rgba(122, 186, 37, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

#compactForm .error {
	border: 1px solid rgba(255, 0, 0, 0.75);
}

#compactForm label.error {
	background: rgba(255, 0, 0, 0.75);
	color: rgba(255, 255, 255, 1.00);
	font-weight: bold;
	display: block;	
	padding: 0.25rem;
}

/* Compliance checkbox */

#compactForm .form-check {
	position: relative;
	display: block;
	padding-left: 1.5rem;
	padding-bottom: 0.5rem;
}

#compactForm .form-check-input {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: .3rem;
	margin-left: 0rem;
	width: auto;
}

#compactForm .form-check-label {
	font-weight: normal;
	margin-bottom: 0;
	display: inline-block;
}

/* @group Reset */

#stacks_in_12 *,
#stacks_in_12 *:before,
#stacks_in_12 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_12 {
	
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: initial !important;
}

#stacks_in_12 #seo-wrapper-stacks_in_12 ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: disc;
}

#stacks_in_12 #seo-wrapper-stacks_in_12 li {
	padding-left: 5px;
	margin: 0;
}

#preview-stacks_in_12 {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999;
}

h3.seorx {
	margin-top: 50px;
}

/* @end */


/**/

/* Edit mode styling */

/**/

/* @group Indexing status */

#indexingStatus-stacks_in_12 {

}

#indexingStatus-stacks_in_12 .statusDot {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #000000;
}

#indexingStatus-stacks_in_12 .statusDescription {
	margin-left: 30px;
	display: block;
}

#indexingStatus-stacks_in_12.green .statusDot {
	background: green;
}

#indexingStatus-stacks_in_12.amber .statusDot {
	background: #FFFF66;
}

#indexingStatus-stacks_in_12.red .statusDot {
	background: red;
}

#indexingStatus-stacks_in_12.green p.noGoogle,
#indexingStatus-stacks_in_12.green p.none {
	display: none;
}

#indexingStatus-stacks_in_12.amber p.all,
#indexingStatus-stacks_in_12.amber p.none {
	display: none;
}

#indexingStatus-stacks_in_12.red p.all,
#indexingStatus-stacks_in_12.red p.noGoogle {
	display: none;
}

/* @end */
