/* THIS FILE IS COPYRIGHT ©2015 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE WITH THE BACKSTAGE SYSTEM */

/* - - - Main Styles - - - */
body{
	background: black;
}
b{
	font-family: 'proxima_nova-bold', 'Helvetica', 'Ariel', sans-serif;
	font-weight: normal
}
input[type=text], input[type=password], textarea{
	width: 300px;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	color: rgb(110,110,110);
	font-family: 'proxima_nova-regular', 'Helvetica', 'Ariel', sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #c4c7d7;
	outline: none;
	cursor: text;
	border-radius: 3px;
	-webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
	-moz-transition: border 0.3s ease, box-shadow 0.3s ease;
	-ms-transition: border 0.3s ease, box-shadow 0.3s ease;
	transition: border 0.3s ease, box-shadow 0.3s ease;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus{
	border: 1px solid #08c;
	box-shadow: 0px 0px 2px 2px #08c;
}
textarea {
	width: 300px;
	height: 150px;
	resize: none;
	padding: 3px;
}
.authenticate.body{
	background: black;
	overflow: hidden;
}
.authenticate .bg{
	background: #404349;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}
.authenticate.loading .bg{
	opacity: 0;
}
.authenticate .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 2%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 2%,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 2%,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 2%,rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 2%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.authenticate .beta-sash{
	position: absolute;
	left: -60px;
	top: -27px;
	background: #ffea4d;
	color: #af601d;
	height: 80px;
	width: 150px;
	font-size: 24px;
	text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.authenticate.loading .beta-sash{
	opacity: 0;
}
.authenticate .beta-sash span{
	position: relative;
	top: 43px;
}
.authenticate .spinner-white.large{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	width: 36px;
	height: 36px;
}
.authenticate .spinner{
	position: absolute;
	bottom: 55px;
	right: 28px;
	margin-right: -1px;
	visibility: hidden;
}
.authenticate .spinner-white.medium{
	position: relative;
	width: 20px;
	height: 20px;
	top: auto;
	left: auto;
	display: none;
}
.authenticate.saving .spinner-white.medium{
	display: block;
}
.authenticate.saving .spinner{
	visibility: visible;
}
.option.saving .option-hidden{
	display: none;
}
.authenticate .footer{
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-family: 'proxima_nova-regular', 'Helvetica', 'Ariel', sans-serif;
	font-size: 12px;
	color: white;
	opacity: 1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.authenticate.loading .footer{
	opacity: 0;
}
.authenticate .footer p{
	position: absolute;
	font-weight: 300;
}
.authenticate .footer p a{
	cursor: pointer;
}
.authenticate .footer p span{
	opacity: 0.8;
}
.authenticate .footer p span:not(.separator){
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'proxima_nova-regular', 'Helvetica', 'Ariel', sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.authenticate .footer p span.hover{
	cursor: pointer;
}
.authenticate .footer p span.hover:hover{
	opacity: 1;
}
.authenticate .tooltip{
	position: relative;
	left: 520px;
	top: -95px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-animation-name: hoverY;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: hoverY;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: hoverY;
	-ms-animation-duration: 4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: hoverY;
	-o-animation-duration: 4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: hoverY;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.authenticate .tooltip span{
	position: absolute;
	height: 36px;
	line-height: 38px;
	padding: 0px 16px 0px 8px;
	font-size: 16px;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(245,20,0);
	border: 0px 0px 0px 0px none none none none rgb(255, 255, 255) rgb(70, 126, 42) rgb(255, 255, 255) rgb(255, 255, 255);
	border-radius: 0px 3px 3px 0px;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	box-shadow: rgb(245,20,0) -4px 0px 4px 0px inset;
	-webkit-animation-name: hoverX;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	-moz-animation-name: hoverX;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 1s;
	-ms-animation-name: hoverX;
	-ms-animation-duration: 4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-ms-animation-delay: 1s;
	-o-animation-name: hoverX;
	-o-animation-duration: 4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-delay: 1s;
	animation-name: hoverX;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
}
.authenticate .tooltip span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 18px;
	border-style: solid;
	border-color: transparent rgb(245,20,0) transparent transparent;
	top: 0px;
	left: -36px;
}
.authenticate .tooltip.active {
	visibility: visible;
	opacity: 1;
}
.authenticate .wrapper{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	height: 340px;
	top: 50%;
	margin-top: -210px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.authenticate.loading .wrapper{
	visibility: hidden;
	opacity: 0;
}
.authenticate .section{
	position: absolute;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	margin-top: 40px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.authenticate .section.input{
	margin-top: 0px;
}
.authenticate .section.input-small{
	margin-top: 20px;
}
.authenticate .section.input-large{
	margin-top: -20px;
}
.authenticate .section.input-extra-large{
	margin-top: -60px;
}
.authenticate .section.signin{
	margin-top: 25px;
}
.authenticate .wrapper.one .section:nth-child(1){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.one .section:nth-child(n+2){
	left: 300px;
}
.authenticate .wrapper.two .section:nth-child(-n+1){
	left: -300px;
}
.authenticate .wrapper.two .section:nth-child(2){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.two .section:nth-child(n+3){
	left: 300px;
}
.authenticate .wrapper.three .section:nth-child(-n+2){
	left: -300px;
}
.authenticate .wrapper.three .section:nth-child(3){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.three .section:nth-child(n+4){
	left: 300px;
}
.authenticate .wrapper.four .section:nth-child(-n+3){
	left: -300px;
}
.authenticate .wrapper.four .section:nth-child(4){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.four .section:nth-child(n+5){
	left: 300px;
}
.authenticate .wrapper.five .section:nth-child(-n+4){
	left: -300px;
}
.authenticate .wrapper.five .section:nth-child(5){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.five .section:nth-child(n+6){
	left: 300px;
}
.authenticate .wrapper.six .section:nth-child(-n+5){
	left: -300px;
}
.authenticate .wrapper.six .section:nth-child(6){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.six .section:nth-child(n+7){
	left: 300px;
}
.authenticate .wrapper.seven .section:nth-child(-n+6){
	left: -300px;
}
.authenticate .wrapper.seven .section:nth-child(7){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.seven .section:nth-child(n+8){
	left: 300px;
}
.authenticate .wrapper.eight .section:nth-child(-n+7){
	left: -300px;
}
.authenticate .wrapper.eight .section:nth-child(8){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.eight .section:nth-child(n+9){
	left: 300px;
}
.authenticate .wrapper.nine .section:nth-child(-n+8){
	left: -300px;
}
.authenticate .wrapper.nine .section:nth-child(9){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.nine .section:nth-child(n+10){
	left: 300px;
}
.authenticate .wrapper.ten .section:nth-child(-n+9){
	left: -300px;
}
.authenticate .wrapper.ten .section:nth-child(10){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.ten .section:nth-child(n+11){
	left: 300px;
}
.authenticate .wrapper.eleven .section:nth-child(-n+10){
	left: -300px;
}
.authenticate .wrapper.eleven .section:nth-child(11){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.eleven .section:nth-child(n+12){
	left: 300px;
}
.authenticate .wrapper.twelve .section:nth-child(-n+11){
	left: -300px;
}
.authenticate .wrapper.twelve .section:nth-child(12){
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.authenticate .wrapper.twelve .section:nth-child(n+13){
	left: 300px;
}
.authenticate .section h1{
	font-family: 'proxima_nova-bold', 'Helvetica', 'Ariel', sans-serif;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.authenticate .section i{
	position: relative;
	font-size: 200px;
	color: #ffffff;
}
.authenticate .section h2{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.authenticate .section.signin h2{
	margin-left: 110px;
	margin-top: 206px;
	text-align: left;
}
.authenticate .section .input-container{
	width: 382px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.authenticate .section.signin .input-container{
	margin-top: 0px;
}
.authenticate .section.server-support{
	width: 650px;
	margin-left: -25px;
}
.authenticate .section.server-support a{
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.authenticate .section.server-support a i{
	font-size: 18px;
	margin-left: 0px;
}
.authenticate .section .input-wrapper{
	border-radius: 6px;
	display: inline-block;
	padding-top: 10px;
}
.authenticate .section .input-container.location-services{
	position: relative;
	top: 20px;
	height: 50px;
	width: 200px;
	border-radius: 5px;
	background: white;
}
.authenticate .section .input-container.location-services .input-wrapper{
	display: block;
	position: relative;
	margin: 0px auto;
	width: 160px;
	top: 2px;
}
.authenticate .section .input-container.location-services span{
	margin-top: 5px;
}
.authenticate .section .input-container.sections{
	height: 395px;
	width: 600px;
	border-radius: 5px;
	background: white;
}
.authenticate .section .icon{
	position: relative;
	width: 200px;
	height: 185px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.authenticate .section:nth-child(1) h1, .authenticate #signinRevert{
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.authenticate .section:nth-child(1) h2, .authenticate #signinUsername{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.authenticate.signin.savedUsername .section:nth-child(1) h2, .authenticate.signin.savedUsername #signinUsername{
	visibility: hidden;
	opacity: 0;
}
.authenticate.savedUsername .section:nth-child(1) h1, .authenticate.savedUsername .section.signin .account-image{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.authenticate.savedUsername #signinRevert{
	visibility: visible;
	opacity: 1;
}
.authenticate.savedUsername.saving #signinRevert{
	visibility: hidden;
	opacity: 0;
}
.authenticate .section.passcode-input .input-wrapper{
	display: block;
	width: 300px;
	margin: 0px auto;
}
.authenticate .section.passcode-input input[type=password]{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0px 12px;
	font-size: 30px;
	text-align: center;	
}
.authenticate .section .setup-complete-icon-wrapper{
	position: relative;
	left: 20px;
}
.authenticate .section .recover-complete-icon-wrapper{
	height: 200px;
}
.authenticate .section .setup-complete-icon-wrapper div.list{
	position: relative;
	left: 210px;
	height: 200px;
	width: 200px;
}
.authenticate .section .setup-complete-icon-wrapper div.tick, .authenticate .section .recover-complete-icon-wrapper div.tick{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 155px;
	opacity: 1;
	-webkit-transform:scale3d(1, 1, 1);
	-moz-transform:scale3d(1, 1, 1);
	-ms-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.authenticate .section .recover-complete-icon-wrapper div.tick{
	width: 200px;
	height: 200px;
	left: 215px;
}
.authenticate .section .setup-complete-icon-wrapper div.tick.scaled, .authenticate .section .recover-complete-icon-wrapper div.tick.scaled{
	opacity: 0;
	-webkit-transform:scale3d(1.5, 1.5, 1);
	-moz-transform:scale3d(1.5, 1.5, 1);
	-ms-transform:scale3d(1.5, 1.5, 1);
	-o-transform:scale3d(1.5, 1.5, 1);
	transform:scale3d(1.5, 1.5, 1);
}
.authenticate .section .setup-complete-icon-wrapper div.tick i{
	font-size: 50px;
}
.authenticate .section .account-image{
	position: relative;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 200px;
	border: 3px solid rgb(250,250,250);
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.authenticate .section.signin .account-image{
	position: absolute;
	top: 0px;
	left: 190px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.authenticate.loading .section.signin .account-image{
	top: 70px;
	visibility: hidden;
	opacity: 0;
}
.authenticate .section.signin h1{
	position: absolute;
	top: 210px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.authenticate.loading .section.signin h1{
	top: 280px;
	visibility: hidden;
	opacity: 0;
}
.authenticate .section.signin .icon{
	position: absolute;
	top: 10px;
	left: 190px;
	-webkit-transition: top 0.5s, opacity 0.5s;
	-moz-transition: top 0.5s, opacity 0.5s;
	-ms-transition: top 0.5s, opacity 0.5s;
	-o-transition: top 0.5s, opacity 0.5s;
	transition: top 0.5s, opacity 0.5s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.authenticate.signin.loading .section:nth-child(1) .icon, .authenticate.signin.savedUsername .section:nth-child(1) .icon{
	top: 70px;
	visibility: hidden;
	opacity: 0;
}
.authenticate.savedUsername .section:nth-child(2) .icon{
	top: 10px;
	visibility: visible;
	opacity: 1;
}
.authenticate .section.signin .input-wrapper, .authenticate .section.signin h2, .authenticate .section.signin #signinUsername{
	-webkit-transition: top 0.3s, opacity 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s;
	-ms-transition: top 0.3s, opacity 0.3s;
	-o-transition: top 0.3s, opacity 0.3s;
	transition: top 0.3s, opacity 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.authenticate.loading .section.signin .input-wrapper, .authenticate.loading .section.signin h2{
	opacity: 0;
	visibility: hidden;
}
.authenticate .section .account-image .image-inner, .content .image-preview{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.authenticate .section .account-image .image-inner i{
	position: relative;
	width: 100%;
	top: 69px;
	font-size: 38px;
	text-align: center;
	color: #808394;
}
.authenticate .section .account-image .image-inner span{
	display: block;
	position: relative;
	width: 100%;
	top: 70px;
	font-size: 16px;
	text-align: center;
	color: #808394;
}
.authenticate .section .account-image .image-inner{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	border-radius: 100px;
	color: white;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.authenticate .section .account-image:hover .image-inner{
	opacity: 1;
}
.authenticate .section .account-image .image-inner i, .authenticate .section .account-image .image-inner span{
	color: white;
}
.authenticate .section .account-image .image-inner:active i, .authenticate .section .account-image .image-inner:active span{
	color: rgb(200,200,200);
}
.authenticate .section .spinner-wrapper{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 100px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	font-size: 20px;
}
.authenticate .section .sections .spinner-wrapper{
	margin-top: 20px;
}
.authenticate .spinner-wrapper.medium .spinner{
	height: 20px;
	width: 20px;
}
.authenticate .spinner-wrapper.medium span{
	margin-top: 4px;
	margin-left: 12px;
	font-size: 16px;
}
.edit-sections-sheet .spinner-wrapper{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 100px;
	margin-top: 5px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
}
.edit-sections-sheet b{
	font-family: 'proxima_nova-semibold', 'Helvetica', 'Ariel', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.edit-sections-sheet .edit-element input[type=text]{
	width: 100%;
}
.edit-sections-sheet input[type=text]:focus, .edit-sections-sheet input[type=password]:focus, .edit-sections-sheet textarea:focus{
	border: 1px solid #08c !important;
	box-shadow: 0px 0px 3px 0px #08c;
}
.edit-sections-sheet input[readonly]:focus, .edit-sections-sheet input[readonly]:focus, .edit-sections-sheet textarea[readonly]:focus{
	border: 1px solid #ccc !important;
	box-shadow: none !important;
}
.authenticate .section .spinner-wrapper .spinner, .edit-sections-sheet .spinner-wrapper .spinner{
	float: none;
	margin: 0px auto;
	visibility: inherit;
	position: relative;
	bottom: 0px;
	right: 0px;
}
.authenticate .section .spinner-wrapper span, .edit-sections-sheet .spinner-wrapper span{
	float: none;
	display: block;
	margin: 5px auto;
	text-align: center;
}
.authenticate .section ul{
	width: auto;
	height: 366px;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
}
.authenticate .edit-sections-sheet .content-autocomplete .spinner-wrapper.small{
	width: 155px;
}
.authenticate .section ul li{
	height: 32px;
	padding: 20px 10px;
	border-bottom: 1px solid #f0f0f2;
	font-size: 16px;
}
.authenticate .section ul li.sort-placeholder{
	border-bottom: 1px solid transparent;
	background: rgba(239,240,245,0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.authenticate .section ul li.ui-sortable-helper{
	background: white;
	border-bottom: 1px solid transparent;
}
.authenticate .section ul li.active{
	background: #e5f2fe;
}
.authenticate .section ul li .default-image-icon{
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	color: rgb(80,80,80);
	font-size: 26px;
	width: 42px;
	height: 26px;
	text-align: center;
	border-radius: 50px;
}
.authenticate .section ul li br{
	line-height: 15px;
}
.authenticate .section ul li h4{
	font-size: 14px;
}
.authenticate .section .list-bottom-bar{
	width: auto;
	border-top: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: white;
	height: 30px;
	position: relative;
	bottom: 2px;
}
.authenticate .section .list-bottom-bar i:not(.no-button), .authenticate .section .list-bottom-bar .list-bottom-bar-button{
	float: left;
	height: 22px;
	width: 29px;
	padding-top: 8px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #ccc;
	color: rgb(80,80,80);
}
.authenticate .section .list-bottom-bar .list-bottom-bar-button{
	width: 42px;
	padding-top: 6px;
	height: 24px;
}
.authenticate .section .list-bottom-bar .list-bottom-bar-button i{
	font-size: 16px;
}
.authenticate .section .list-bottom-bar .list-bottom-bar-button i.fa-angle-down{
	margin-left: 2px;
}
.authenticate .section .list-bottom-bar i.active:active, .authenticate .section .list-bottom-bar .list-bottom-bar-button.active:active{
	background: rgba(239,240,245,0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.authenticate .section .list-bottom-bar i:not(.active), .authenticate .section .list-bottom-bar .list-bottom-bar-button:not(.active) i{
	color: #ccc;
}
.authenticate .section .list-bottom-bar .list-bottom-bar-button i.fa-cog{
	margin-left: 2px;
}
.authenticate .section .list-bottom-bar .list-bottom-bar-button.active i{
	color: inherit;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay{
	position: absolute;
	z-index: 10;
	background: white;
	border-radius: 4px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	padding: 5px 0px;
	left: 55px;
	top: 30px;
	height: auto;
	-webkit-transition: visibility .1s ease-in-out, opacity .1s ease-in-out;
    -moz-transition: visibility .1s ease-in-out, opacity .1s ease-in-out;
    -ms-transition: visibility .1s ease-in-out, opacity .1s ease-in-out;
    -o-transition: visibility .1s ease-in-out, opacity .1s ease-in-out;
    transition: visibility .1s ease-in-out, opacity .1s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay.active{
	visibility: visible;
	opacity: 1;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay li{
	width: auto;
	height: auto;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 14px;
	height: 13px;
	color: rgb(80,80,80);
	border-bottom: none;
	opacity: 1;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay li:hover{
	background: #e5f2fe;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay li.inactive:hover{
	background: none;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay.action li{
	background: transparent;
	background-image: none;
	color: rgb(80,80,80);
	border-color: transparent;
	box-shadow: none;
	text-shadow: none;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay li.inactive{
	color: #ccc;
}
.authenticate .section .list-bottom-bar ul.list-bottom-bar-button-overlay hr{
	width: auto;
	margin: 5px 15px;
	color: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.authenticate .section input[type=text], .authenticate .section input[type=password]{
	width: 370px;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 20px;
	height: auto;
}
.authenticate.saving .section input[type=text], .authenticate.saving .section input[type=password]{
	color: rgb(180,180,180);
}
.authenticate .buttons-wrapper.signin span{
    position: absolute;
    display: block;
    top: 7px;
    right: -12px;
}
.authenticate .buttons-wrapper.signin span.inner-button{
    top: 8px;
}
.authenticate .buttons-wrapper.signin span.inner-button i{
	cursor: pointer;
    color: rgb(150,150,150);
    font-size: 22px;
}
.authenticate .buttons-wrapper.signin span.inner-button:active i{
    color: rgb(110,110,110);
}
.authenticate.saving .buttons-wrapper.signin span.inner-button{
	visibility: hidden;
}
.authenticate.signin .buttons-wrapper.signin input{
    padding-right: 30px;
    width: 345px;
}
.authenticate .buttons-wrapper.signin{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	margin-left: 0px;
    margin-right: 0px;
	width: 362px;
	top: 0px;
}
.authenticate .section.migration-details h1{
	padding-top: 95px;
}
.authenticate .migration-progress-wrapper{
	width: 100%;
	height: 24px;
	margin: 20px auto;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(0,0,0,0.4);
	border-radius: 20px;
	overflow: hidden;
}
.authenticate .migration-progress{
	width: 0%;
	height: 100%;
	background: #ddd;
	-webkit-transition: width 0.8s ease-in-out;
	-moz-transition: width 0.8s ease-in-out;
	-ms-transition: width 0.8s ease-in-out;
	-o-transition: width 0.8s ease-in-out;
	transition: width 0.8s ease-in-out;
}
.authenticate .step-button{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	font-size: 80px;
	color: white;
	visibility: hidden;
	opacity: 0;
}
.authenticate .step-button.active{
	visibility: visible;
	opacity: 1;
}
.authenticate .step-button.active:active{
	opacity: 0.4;
}
.authenticate .step-button.active.disabled{
	opacity: 0.4;
}
.authenticate .step-button i{
	-webkit-transition: margin-left 0.4s ease-in-out, margin-right 0.4s ease-in-out;
	-moz-transition: margin-left 0.4s ease-in-out, margin-right 0.4s ease-in-out;
	-ms-transition: margin-left 0.4s ease-in-out, margin-right 0.4s ease-in-out;
	-o-transition: margin-left 0.4s ease-in-out, margin-right 0.4s ease-in-out;
	transition: margin-left 0.4s ease-in-out, margin-right 0.4s ease-in-out;
}
#setupBack, #recoverBack{
	left: -200px;
}
#setupNext, #recoverNext{
	right: -200px;
}
.authenticate .body-button{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #08c;
}
.authenticate.saving .body-button{
	display: none;
}
.authenticate .body-button:active, .authenticate.saving .body-button.option-hidden{
	display: block;
	color: #006a9e;
}
.authenticate .body-button i{
	font-size: inherit;
	color: inherit;
}
.authenticate .details-button{
	text-align: left;
	font-size: 20px;
	color: white;
	margin-top: 20px;
	margin-left: 10px;
	width: 100px;
}
.authenticate .details-button:active{
	color: #ccc;
}
.authenticate .details-button i{
	font-size: 24px;
	height: 19px;
	width: 5px;
	color: inherit;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.authenticate .details-button b{
	margin-left: 5px;
}
.authenticate .details-info{
	width: 584px;
	margin: 0px auto;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: white;
	color: black;
	text-shadow: none;
	height: 0px;
	text-align: left;
	font-size: 16px;
	padding: 4px 6px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out, box-shadow 0.3s ease, border 0.3s ease;
}
.authenticate .active-details .details-button i{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.authenticate .active-details .details-info{
	height: 90px;
	visibility: visible;
	opacity: 1;
}
.authenticate ul.dot-nav{
	position: fixed;
	top: 30px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.authenticate ul.dot-nav.active{
	visibility: visible;
	opacity: 1;
}
.authenticate ul.dot-nav li{
	width: 8px;
	height: 8px;
	margin: 0px 4px;
	border-radius: 50px;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0);
	display: inline-block;
	-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.authenticate ul.dot-nav li.active{
	margin: 0px 4px;
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0);
}