@import url('css/pe-icon-7-stroke.css');
#redux-header {
	display: none;
}
.c4d-plugin-manager-user-info {
	margin: 0px auto;
	padding: 1px 30px;
	background: #25262b;
	a {
		color: #3a54e5;
		&:hover {
			color: darken(#3a54e5, 10%);
		}
	}
	&:after {
		content: '';
		display: block;
		clear: both;
	}
	.avatar-wrapper {
		transition: 0.4s;
		overflow: hidden;
		&.has-codes {
			height: 0px;
		}
	}
	.avatar-wrapper-inner {
		width: 320px;
		background: #000;
		border-radius: 30px;
		padding: 30px;
		margin: 50px auto;
	}
	.greeting {
		font-size: 14px;
		color: #ccc;
		margin: 10px auto;
	}
	.avatar {
		text-align: center;
		img {
			width: 80px;
			height: auto;
		}
	}
	.validate-form {
		text-align: center;
		margin: 15px auto;
		.title {
			font-size: 14px;
		}
		.input {
			padding: 10px 30px;
			background: #34353c;
			border: none;
			width: 100%;
			line-height: 24px;
			color: #c0c0c0;
			font-weight: 100;
			margin: 5px auto;
			text-align: center;
			&.missing {
				box-shadow: 0px 1px 0px red;
			}
		}
		button {
			background: #008000;
			padding: 10px 30px;
		    border: none;
		    color: #fff;
		    text-transform: uppercase;
		    font-weight: 700;
		    font-size: 12px;
		    line-height: 24px;
		    width: 100%;
		    cursor: pointer;
		    margin-top: 5px;
		    &:hover {
		    	background: darken(#008000, 10%);
		    }
		}
	}
	.info-wrapper {
		max-width: 960px;
		margin: 30px auto;
		&:after {
			content: '';
			display: block;
			clear: both;
		}
		.heading {
			img {
				width: 30px;
				height: auto;
				margin: auto;
				vertical-align: middle;
			}
			.greeting {
				vertical-align: middle;
			}
		}
		.c4d-plugin-manager-try-other-codes {
			float: right;
		}
		table {
			width: 100%;
			border-collapse: collapse;
			border: 1px solid #444;
			margin: 30px auto 50px;
			thead {
				border-bottom: 1px solid #444;
				th {
					padding: 10px 0;
					color: #ccc;
				}
			}
			tbody {
				td {
					padding: 10px 0;
					color: #aaa;
					font-weight: 100;
					text-align: center;
				}
			}
		}
	}
	.info {
		float: right;
		text-align: center;
		> .element {
			display: inline-block;
			min-width: 200px;
			text-align: center;
			.icon {
				font-size: 40px;
				color: #fff;
			}
			.title {
				font-size: 14px;
				color: #777;
				margin: 10px auto;
			}
			.value {
				font-size: 14px;
				color: #777;
				margin: 10px auto;
			}
		}
	}
	.meta {
		text-align: center;
		font-size: 11px;
		a {
			display: inline-block;
			margin: auto 5px;
			text-decoration: none;
			color: #777;
		}
	}
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-30 {
	margin-top: 30px;
}
.c4d-label-pro-version {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(#fff, 0.8);
  a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0px 15px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    background: #333;
    color: #eee !important;
    text-decoration: none;
  }
}
.redux-container .redux-main .redux-field-container {
  position: relative;
}