.rwpp-fixed-box {
    position: fixed;
    width: 100%;
    left:0;
	top: 46px;
	margin: 0;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#rwpp-error {
    color: #c0392b;
    position: relative;
    width: 90%;
    display: none;
}

p#rwpp-error-message {
    margin: 0;
}

#rwpp-close-error {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #c0392b;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height:40px;
    overflow:hidden;
    cursor: pointer;
}

#rwpp-close-error:hover {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
}

#rwpp-close-error .dashicons {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px 0 0;
    font-size: 26px;
}

#rwpp-error h4 {
    font-size: 20px;
}

.rwpp-error {
    color: #c0392b;
}

#rwpp-card-errors .rwpp-error {
    font-weight: bold;
    background: #c0392b;
    color: #ffffff;
    padding: 10px;
}

.rwpp-field-error {
    border: 1px solid #c0392b !important;
}

#rwpp-updating-box {
	height: 100%;
	padding: 45% 0 5%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
    display: none;
}

.rwpp-update-content {
    max-width: 550px;
    padding: 60px 10px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    width: 96%;
    display:none;
}

#rwpp-updating-text {
	font-size: 26px;
}

.loadingCircle {
	width: 16px;
	height: 16px;
	margin: 10px 25px;
	background: #00a0d2;
	border-radius: 8px;
	display: inline-block;
}

.loadingCircle:nth-of-type(2) {
	-webkit-animation: 3s loading 0s infinite;
	-moz-animation: 3s loading 0s infinite;
	animation: 3s loading 0s infinite;
}

.loadingCircle:nth-of-type(3) {
	-webkit-animation: 3s loading 0.2s infinite;
	-moz-animation: 3s loading 0.2s infinite;
	animation: 3s loading 0.2s infinite;
}

.loadingCircle:nth-of-type(4) {
	-webkit-animation: 3s loading 0.4s infinite;
	-moz-animation: 3s loading 0.4s infinite;
	animation: 3s loading 0.4s infinite;
}

.loadingCircle:nth-of-type(5) {
	-webkit-animation: 3s loading 0.6s infinite;
	-moz-animation: 3s loading 0.6s infinite;
	animation: 3s loading 0.6s infinite;
}

@-webkit-keyframes loading {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

}

@keyframes loading {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

}

@-moz-keyframes loading {

	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.5);
		-moz-transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
	}

}

.rwpp-loading-text {
	display: block;
	clear: both;
	margin-bottom: 15px;
	color: inherit;
}

@media screen and (min-width: 600px) {
#rwpp-updating-box {
	padding: 40% 0 5%;
}
}

@media screen and (min-width: 960px) {
#rwpp-updating-box {
	padding: 25% 0 5%;
}
}


@media screen and (min-width: 1200px) {

#rwpp-updating-box {
	padding: 15% 0 5%;
}

}
