.tgz .rf-p,
.tggr-panel {
	background-color: #3A3A3A;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
    font-size: inherit;
    font-family: inherit;
}


/* These styles are needed for prototype project-info and plugin pages  */

.project-info-content .tggr-panel {
    padding: 10px 20px 15px;
    position: relative;
    vertical-align: top;
    width: 50%;
    background-image: url("../resources/img/home/corner.png");
}

.project-info-header {
	color: white;
    font-size: 32px;
    font-weight: normal;
    padding-top: 10px;
}

.project-info-content {
    line-height: 1.5;
    width: 100%;
}

.project-info-content a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

.project-info-content h1 {
    font-size: 32px;
    color: white;
}

.tiggr-link-button {
    background-color: #3A3A3A;
    border-radius: 3px 3px 3px 3px;
    color: #FBA149;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
}


/* Prototype wizard styles */
.prototype-wizard .error-container{
	padding: 10px;
}

/* end of prototype styles */






.tggr-panel-shadow {
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tggr-panel-shadow:before, 
.tggr-panel-shadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.tggr-panel-shadow:after
{
	right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
       -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
         -o-transform: skew(8deg) rotate(3deg);
            transform: skew(8deg) rotate(3deg);
}

.tgz .rf-p-hdr {
	background: transparent;
    border: 0 none;
    color: #A7A7A7;
    font-size: 20px;
    font-family: inherit;
    padding: 0.5em 0 0.5em 1em;
}

.tgz .rf-p-b {
    color: #A7A7A7;
    font-size: inherit;
    font-family: inherit;
}

.tgz .rf-dg-c {
	color: inherit;
	border: none;
	padding: 0;
}

a.action-link,
.action-link {
	color: #F89040;
	cursor: pointer;
	//text-shadow: 1px -1px 1px #000;
	font-weight: bold;
    font-size: 14px;
    
	-webkit-transition-duration: 0.2s;
       -moz-transition-duration: 0.2s;
		    transition-duration: 0.2s;
    
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

.action-link:hover,
a.action-link:hover {
	color: #FECA40;
}

a.action-link:active,
.action-link:active {
	position: relative;
	top: 1px;
	color: #FECA40;
}

.home_menu .rf-p {
    width: 311px;
    margin-left: 10px;
    float: left;
}

.home-menu-item-title {
	color: white;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.home-menu-item-text {
	color: #A7A7A7;
	font-size: 12px;
	display: block;
	padding: 10px 0;
	min-height: 25px;
}

.home-menu-item-content a {
	color: #FBA149;
	font-size: 11px;
	font-weight: bold;
}

.tgz input[type="text"], .tgz input[type="password"], .tgz select, .tgz textarea {
	background-color: #B9B9B9;
	border: 1px solid white;
	color: black;
	font-size: 16px;
	padding: 6px 10px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
}

.tgz input[type="text"], .tgz input[type="password"], .tgz textarea {
	width: 250px;
}

//::-webkit-input-placeholder  { color:#B7B7B7; }
//input:-moz-placeholder { color:#B7B7B7 !important; }
::-webkit-input-placeholder  { color:#7E7B7B; }
input:-moz-placeholder { color:#7E7B7B !important; }


.tgz .entry .label {
	width: 150px;
	text-align: left;
	padding:  7px;
}

.tggr-row {
	width: 100%;
	margin-top: 10px;
}

#create-project-panel {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rf-p .header h1 {
	font-size: 34px;
	font-weight: normal;
	color: white;
}

.create-descr {
	width: 410px;
}

#create_project.tiggr-link-button {
	margin-right: 30px;
	
	cursor: pointer;
	color: #F89040;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px -1px 1px #000;
	background-color: #3A3A3A;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 2px 4px 1px #111; /*Safari,Chrome */
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 2px 4px 1px #111; /* Firefox */
		    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 2px 4px 1px #111;
	
	-webkit-touch-callout: none;
	
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;
			
	-webkit-transition: background 0.1s linear;
	   -moz-transition: background 0.1s linear;
		 -o-transition: background 0.1s linear;
			transition: background 0.1s linear;
}

#create_project.tiggr-link-button:hover {
	background-color: #484848;
	color: #FECA40;
}

#create_project.tiggr-link-button:active {
	position: relative;
	top: 3px;
	-webkit-box-shadow: inset 0px -3px 1px rgba(58, 58, 58, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
       -moz-box-shadow: inset 0px -3px 1px rgba(58, 58, 58, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    	box-shadow: inset 0px -3px 1px rgba(58, 58, 58, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}

/*
 * Header styles
 */
#tiggzi_menu .tiggzi_btn, #tiggzi_user_menu .tiggzi_btn {
	padding: 12px;
} 

.tggr-page-header {
	padding-top: 20px;
}

.tggr-page-header-logo {
	float: left;
	position: relative;
	bottom: 3px;
}

.tggr-page-header-userinfo {
	width: 250px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tggr-page-header-login {
	float: right;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}

/* Navigation styles*/

.systems:hover{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.systems {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* -- Browse project page -- projects/browse.xhtml -- */

#projects-panel ul li {
	float: left;
}

.tggr-input {
	margin-top: 5px;
}

.project-list {
	width: 100%;
}

.pagenator{
	text-align: right;
}

.project-list .rf-dg {
	border: none;
	background-color: transparent;
}

.project-list .rf-dg-c {
	border: none;
	font-size: 12px;
}

.project-item {
	color: #868686;
	background: none;
	text-align: center;
}

.project-item .item-desc img{
	width: 70px;
	height: 70px;
	margin-top: 15px;
}

.project-item a {
	color: #FBA149;
	text-decoration: none;
}

.rf-tt-cntr {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	font-size: 12px;
	background-color: #FDEDDF;
	border-color: #DEDEDE;
}

.item-desc {
    height: 100px;
    width: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-info {
    cursor: default;
    padding: 0 10px;
}


/* Plugin list */

.prj-list{
	width: 100%;
	border-bottom: 1px solid #3A3A3A;
	padding: 9px 4px 5px 4px;
	
}

.prj-list:hover{
	background-color: #3c3c3c;
}


/* Sign Up styles */

.register #subscriptionForm .entry {
	margin-bottom: 10px;
	padding: 0;
}

#subscriptionForm .label {
	width: 150px;
	text-align: left;
}

#subscriptionForm .output {
  color: white;
}

.register h1, .register .rf-p-hdr{
	color: white;
}

.register h1 {
	margin: 10px 0;
}

.register h3 {
	color: white;
	padding-bottom: 10px;
}

.register .product-info h3 {
	color: white;
	padding: 0;
}

.subscriptionForm h3 {
	font-size: 14px;
	padding-bottom: 10px;
}

.subscriptionForm h5 {
	font-size: 10px;
}

.register .rf-p-hdr {
	font-size: inherit;
	padding: 0px;
	margin-bottom: 10px;
}

.register .rf-p-b {
	padding: 0;
}

.register input[type="text"], .register input[type="password"] {
	margin-top: 5px;
}

.register .billing-info input {
	margin: 0;
}

.register .entry .input {
	display: inline;
}

.register .entry .input.errors input {
	border-color:red;
}

.register .entry .error {
	color: red;
	width: 427px;
	text-align: right;
	padding: 5px 0 0 0;
	clear: both;
}

.register .entry .error span.errors {
	display: block;
	width: 260px;
	float: right;
}

.register .product-name {
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
}

.confirmationProductWidget .product-info{
	text-align:left!important;
	padding: 5px 10px 15px;
}
.confirmationProductWidget .product-info .rf-p-b{ 
	padding-left:30px!important;
}


.tgz .register .label {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding: 14px 0 0 0;
}

.inline-radio label {
	width: 70px !important;
	float: none !important;
	padding-top: 0px !important;
	line-height: 1.5em !important;
	display: inline-block !important;
	text-align: left !important;
	font-size: 14px;
}

.inline-radio input[type="radio"] {
	margin-right: 3px;
}

.register-terms-and-total .label,
.register-terms-and-total .output {
	display: block;
}

.register-terms-and-total .label {
	padding: 0;
}

.register-terms-and-total .output {
	padding-top: 3px;
}

.cc-info .remark {
	display: block;
	text-align: right;
	width: 435px;
	margin-top: -1em;
	padding-top: 1.2em;
}

.tgz div.product-info {
    margin-left: 45px;	
	margin-bottom: 15px;
	padding: 0px;
	padding: 5px 10px 15px;
}

.subscription-nav-menu {				
		display:inline-block;
		cursor:pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin:10px auto;		
}
	
.subscription-nav-menu li{
		float:left;		
		margin:2px;		
	
}
.subscription-nav-menu li div{
		width:70px;
		padding:15px 20px;
		font-size:18px;
		box-shadow: inset 0px 0px 1.5px #FFFFFF; 
		border-radius:2px;
}
.subscription-nav-menu li.selected div{
		background-color:#F58026;			
		box-shadow: none; 
		text-shadow: black 1px 1px 1px;
		color:#FFFFFF;
}
.subscription-nav-menu li.selected {	
	background: url(../resources/img/wizard/arr-down-little-enable-no-shade.png) scroll transparent;
	background-repeat:no-repeat;
	background-position:center bottom; 
	padding-bottom:8px;
}
.product-info .subscription-desc{
	padding-left:30px;
	font-size:18px;
}
.product-info .subscription-desc ul{	
	list-style-image:url(https://appbuilder.tiggzi.com/resources/img/product-arrow.png);
	margin: 0;
	padding: 0;
}
.product-info .subscription-desc ul li{
	margin-bottom:10px;
	padding: 0px 10px;
}
.product-info .subscription-desc .prop-value{
	color:#FFFFFF;
	font-weight:bold;
}
.product-info .subscription-desc .prop-title{

}

.product-info .rf-p-b {
/*		margin-left:-30px!important;*/
}
.product-info .subscription-desc{
		display:none;
		text-align:left!important;
}
.show{
		display:block!important;
}
	
.product-info{
		text-align:center;
}

.product-info-title {
    text-align: center;
}

#confirmBox {
    background: none repeat scroll 0 0 #313131;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 4px 5px 22px 1px #111111;
    left: 50%;
    margin: -130px 0 0 -230px;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 100001;
}
#confirmBox h1, #confirmBox p {
    border-radius: 3px 3px 0 0;
    color: #A7A7A7;
    font: 26px/1 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    margin: 0;
    padding: 18px 25px;
}
#confirmBox h1 {
    letter-spacing: 0.3px;
}
#confirmBox p {
    background: none repeat scroll 0 0 transparent;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 15px;
}
#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
}
#confirmBox .button {
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font: 17px/33px 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    height: 33px;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px -1px 2px #777777;
}
#confirmBox .button:last-child {
    margin-right: 0;
}
#confirmBox .button span {
    background: url("https://appbuilder.tiggzi.com/javax.faces.resource/buttons.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
}
#confirmBox .orange {
	background: -moz-linear-gradient(center top , #FBB253, #FA8D38) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB253), color-stop(100%,#FA8D38)); /* Chrome 1-9, Safari 4-5 */
	background: -o-linear-gradient(top, #FBB253, #FA8D3); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FBB253, #FA8D3); /* IE10 */
    background: linear-gradient(top, #FBB253, #FA8D3); /* CSS3 */ 
}
#confirmBox .gray {
    background: -moz-linear-gradient(center top , #CCCCCC, #999999) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#999999)); /* Chrome 1-9, Safari 4-5 */
	background: -o-linear-gradient(top, #CCCCCC, #999999); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCCCCC, #999999); /* IE10 */
    background: linear-gradient(top, #CCCCCC, #999999); /* CSS3 */ 
}	
	
/* Log In page */

.tggr-button {
    background: -moz-linear-gradient(center top , #FBB253, #FA8D38) repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 14px;
    text-align: center;
    text-shadow: 1px -1px 2px #777777;
}

.login-leftbox {
	float: left;
	width: 58%;
}

.login-rightbox {
	float: right;
	width: 45%;
	text-align: left;
	/*margin-top: 20px;*/
	/*background: none repeat scroll 0 0 #3A3A3A;*/
}

.login-mobile-system-image {
	background-image: url(../resources/img/login/app_logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 305px;
	position: relative;
}

.login-rightbox .rf-p-hdr, .login-rightbox .rf-p-b {
	padding: 0;
}

.login-rightbox h3 {
	font-size: 14px;
}

.login-form-box {
/*	width: 280px;*/
	margin: 0 auto;
	margin-top: 10px;
}

.login-form-box table tr {
	vertical-align: top;
}

.login-form-box table tr input[type="checkbox"] {
	position: relative;
	top: 12px;
	left: -3px;
}

.login-form-box table tr label {
	position: relative;
	top: 10px;
	left: -3px;
}

.login-form-box input[type="text"], .login-form-box input[type="password"] {
	width: 200px;
}

.login-messages {
	min-height: 15px;
	max-height: 60px;
	text-align: right;
}

.apps-item-pic {
    float: left;
    padding-right: 30px;
}

.login-right {
    font-size: 14px;
    padding-top: 20px;
}
.login-right li {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.login-right li p {
    color: white;
    padding-top: 10px;
}
.login-right p b {
    color: white;
}
.login-leftbox {
    float: left;
    width: 58%;
}


/* Send new password page styles */

div.sendpass-main {
	padding: 13px;
}

.sendpass-main .entry {
	display: inline-block;
}

.sendpass-main .entry .label {
	width: auto;
	padding: 0;
	margin-left: 50px;
	font-weight: bold;
	color: white;
}

.sendpass-main .entry input {
	margin-left: 10px;
} 

.sendpass-main .entry .error {
	display: none;
}

.sendpass-row {
	width: 550px;
	height: 75px;
	padding-top: 30px;
}

/*
 * Account
 */
#account_container {
	width: 100%;
	background: transparent;
}

#account_container .ui-tabs-panel {
	min-height: 350px;
}

/* Dashboard page styles OLD */

.rightpanel{
	vertical-align:top;
	width: 435px;
	padding-left: 10px;		
}

.leftpanel{
	vertical-align:top;
}

.account-info .rf-p {
	border: none;
	margin-bottom: 1em;
	background-color: 
	#3A3A3A;
	background-image: url(../resources/img/home/corner.png);
	background-position: right top;
	background-repeat: no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
}

.account-info .rf-p-b {
	font-family: inherit;
	font-size: inherit;
	padding: 1em;
	overflow: hidden;
}

.account-info .leftpanel .entry .label {
	margin: 0px;
	padding: 7px;
	font-size: inherit;
}

.account-info .leftpanel .entry span.label + span.output {
	padding-top: 7px;
}

.account-info .leftpanel .entry .output, .account-info .leftpanel .entry .input,
.account-info .leftpanel .entry input[type="TEXT"], .account-info .leftpanel .entry select {
	font-size: 1.1em;
}

.account-info .entry .input.errors input {
	border-color:red;
}

.account-info .entry .error {
	color: red;
	width: 427px;
	text-align: right;
	padding: 5px 0 0 0;
	clear: both;
}

.account-info .entry .error span.errors {
	display: block;
	width: 260px;
	float: right;
}

.localLinks {
	float: left;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}

.localLinks a + a:before, td.second a:before {
    color: gray;
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

#updateSuccessDiv {
	font-size: 12px;
	height: 15px;
}

.subscription .rf-p-hdr {
	padding: 12px;
	padding-bottom: 0;
}

.subscription .rf-p-b {
	padding: 12px;
	padding-top: 0;
}

/* Change password styles */

.change-password .rf-pp-cnt {
	width: 490px;
	padding-top: 10px;
}

.tgz .rf-pp-cnt .entry .label {
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 7px;
}

.tgz .rf-pp-cnt .entry .input {
	font-size: 1.1em;
}

.tgz .rf-pp-cnt .entry .error {
	width: 440px;
	padding: 0;
	display: block;
	text-align: right;
	float: none;
}

/* Permission (Project permission/Licenses management) Popup styles */

.permission-popup .userPermList td, .userPermList td {
	border-bottom-style: dotted;
    border-bottom-color: gray;
}

.userPermList {
    width: 100%;
    padding: 0px;
    font-size: 13px;
}

.userPermList td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom: 1px;
}

.userPermListHeader td {
    font-weight: bold;
    background-color: #DCDCDC;
    border-bottom-style: none;
}

.permission-popup .rf-dt {
	width: 100%;
	border: none;
	border-image: initial;
	border-collapse: separate;
	background-color: inherit;
}

.permission-popup .rf-dt-r {
	vertical-align: top;
	background-color: inherit;
}

.permission-popup .rf-dt-c {
	color: inherit;
	background-color: inherit;
	border: none;
	border-width: 1px;
	font-size: 14px;
	font-family: inherit;
	font-weight: inherit;
}

.permission-popup input[type="text"] {
	width: 500px;
	padding: 5px;
	margin: 0 5px;
	border: 1px solid gainsboro;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size: 14px;
}

.permission-popup .tiggr-btn, .permission-popup .tiggr-btn:hover {
    color: white;
}

.permCheckList {
    width: 80%;
}

.permCheckList td {
    width: 20%;
}

.permTitle {
	display: block;
	width: 100%; 
	border-bottom: 2px solid #DDDDDD;
	font-weight: bold; 
	font-size: 15px; 
	margin: 20px 0 15px; 	
}

/* Project permission styles */

.permission-popup.project {
	text-align: center;
}

.permission-popup.project .rf-pp-hdr-cnt {
	color: white;
}

.project .permTitle {
	margin-bottom: 0;
}

/* Subscription widget styles */

.tgz .subscription .entry {
	padding: 0 0 0.5em;
}

.tgz .subscription .entry .label {
	width: auto;
}

.tgz .subscription .entry .name {
	margin: 0;
}

.idSubsInfo {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.tgz .subscription td.first, .tgz .subscription td.second  {
	vertical-align: top;
}

.tgz .subscription td.first {
	width: 150px;
	text-align: right;
	padding-bottom: 5px;
}

.tgz .subscription td.second a {
	white-space: nowrap;
}

#subscriptionWidget {
	margin-top: -2px;
	width: 100%;
}

.tgz .mobile .login {
	background-image: url(../resources/img/login/mobile/mobile-builder-app.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 305px;
	position: relative;
}

.sign-up-button {
	background-image: url(../resources/img/but-signup-now.png);
	position: relative;
	width: 145px;
	height: 52px;
}

.tgz .subscription .sign-up-now .rf-p-b {
	padding: 12px;
}

/* Subscription edit styles */

.subscription-edit .rf-p {
	padding: 1px;
	//margin-bottom: 12px;
}

.subscription-edit .rf-p-hdr {
	color: #FFFFFF;
}

.subscription-edit .rf-p-b {
	padding: 1px;
}

.subscription-edit .product-info .rf-p-b {
	padding: 0;
}

.subscription-edit .entry .label {
	padding: 7px;
	float: left;
}

.subscription-edit .entry .output, .subscription-edit .entry .input,
.subscription-edit .entry input, .subscription-edit .entry select {
	font-size: 1.1em;
}

.subscription-edit .entry .output {
	padding-top: 7px;
}

.subscription-edit .entry .input input + label {
	margin-left: 5px;
}

.subscription-edit .error {
	color: red;
	display: block;
	position: relative;
	top: 5px;
	width: 300px !important;
	padding: 0 135px !important;
}

.subscription-edit .errors input, .subscription-edit .errors textarea, .subscription-edit .errors select {
	border-color:red !important;
}

.subscription-edit .cc-info .input {
	display: inline-block;
}

.subscription-edit .remark {
	position: relative;
	left: 8px;
	font-size: 10px;
	display: inline;
}

/* Admin pages styles */

.admin-setup .tggr-panel td.label {
	width: 50%;
	text-align: right;
}

.admin-setup .tggr-panel .label span {
	margin: 0 5px;
	font-weight: bold;
}

.management .rf-p {
	padding: 1px;
}

.management .rf-p-b {
	padding: 12px;
}

.management .rf-p-hdr {
	color: #F6762D;
}

.management .rf-p-b .error {
	display: block;
	width: 440px;
}

.management .rf-dt-hdr {
	border: none;
	font-weight: normal;
}

.management .rf-dt-hdr-c, .management .rf-dt-c, .management .rf-dt-c a {
	font-size: 14px;
	font-family: inherit;
	font-weight: inherit;
}

.management .rf-dt-c {
	color: inherit;
}

.management .rf-dt, .management .rf-dt-c {
	background-color: inherit;
	background-image: none;
	border: none;
}

.management .list th, .list td {
	padding: 7px 8px 5px;
	vertical-align: top;
}

.management .list th {
	text-align: left;
	line-height: 20px;
	background-color: #B9B9B9;
	background-image: none;
}

.management .list td {
	line-height: 16px;
	border-collapse: collapse;
	border-bottom: 1px dotted #B9B9B9;
}

/* Data scroller */

.tgz .rf-ds {
	background-color: inherit;
	font-family: inherit;
	padding: 0;
}

.tgz span.rf-ds {
	float: right;
}

.tgz .rf-ds a, .tgz .rf-ds span{
	font-size: 14px;
}

.tgz .rf-ds .rf-ds-act, .tgz .rf-ds-btn.rf-ds-dis {
	color: #E96F03;
}

.tgz .rf-ds-btn-prev, .tgz .rf-ds-btn-next,
.tgz .rf-ds-btn-fastrwd, .tgz .rf-ds-btn-fastfwd,
.tgz .rf-ds-btn-first, .tgz .rf-ds-btn-last {
	white-space: normal;
}

.tgz .rf-ds-btn, .tgz .rf-ds-nmb-btn {
	padding: 0;
	margin: 0;
	color: #FBA149;
	vertical-align: middle;
}

.tgz .rf-ds-btn {
	border-width: 1px;
	border-style: solid;
	width: 25px;
	cursor: pointer;
	text-align: center;
}

.tgz .rf-ds-btn, .tgz .rf-ds-nmb-btn {
	background-color: inherit;
	background-image: none;
	border: none;
}

/* Projects page */

#projects_container {
	padding: 26px 10px;
}

#projects_sidebar {
	width: 216px;
	float: left;
}

/* Projects list */

#projects_list_search {
	display: block;
	margin-bottom: 18px;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;	
	width: 170px;
	background-color: white;
	padding: 10px 15px;
	padding-right: 27px;
	background: white url(../resources/img/project/search_icon.png) 190px center no-repeat;
	font-size: 14px;
}

.projects-list-item {
	float: left;
	clear: left;
	padding: 10px;
	margin-bottom: 4px;
	width: 180px;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;			
	font-size: 14px;
	font-weight: bold;
	color: #F89040;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.projects-list-item:last-child {
	margin-bottom: 0px;
}

.projects-list-item:hover,
.projects-list-item:active,
.projects-list-item.selected {
	background-color: #F89040;
	color: white;
}

.projects-list-item:active {
	-webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);
       -moz-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);
    	box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);
}

.projects-list-item img {
  padding-right: 5px;
  float: left;
}

/**
 * Tinyscrollbar-related styles
 */
#projects_list {
	width: 213px;
	clear: both;
	padding-right: 3px;
}

#projects_list .viewport {
	width: 200px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

#projects_list .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#projects_list .thumb .end,
#projects_list .thumb {
	background-color: #E1E1E1;
}

#projects_list .scrollbar {
	position: relative;
	float: right;
}

#projects_list .track {
	background-color: #434343;
	height: 100%;
	width: 7px;
	position: relative;
	padding: 2px 1px;
}

#projects_list .thumb {
	height: 20px;
	width: 3px;
	margin: 0px 1px;
	border: 1px solid rgba(238, 238, 238, 204);
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#projects_list .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}

#projects_list .thumb,
#projects_list .track {
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#projects_list .disable {
	display: none;
}

/* 
 * Project content 
 */
#project_content {
	margin-left: 238px;
	width: 700px;
	font-size: 13px;
	color: white;
}

#create_project_container, 
#folder_selector {
	margin-bottom: 20px;
	padding: 12px 10px;
	padding-top: 17px;
}

#folder_selector {
	margin-bottom: 22px;
}

#create_project_container {
	padding-left: 16px;
}

#project_details {
}

#project_title {
	font-size: 36px;
	padding-top: 8px;
	padding-bottom: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 
 * Project Info tab
 */
#project_info_tab {
	font-size: 13px;
	color: white;		
}

.project-info-controls {
	padding-top: 20px;
}
 
.project-description {
	/*height: 35px; */
	width: 240px;
	/*padding-left: 45px;*/
	padding-top: 5px;
	/*background: url(../resources/img/project/phone_icon.png) left center no-repeat;*/
}

.button-place {
	margin-left: 30px;
}

.button-place .separator {
	display: inline-block;
	width: 10px;
}

.project-toolbar {
    display: block;
	padding: 30px 0px 25px 0px;
	font-size: 14px;
}

.project-toolbar li {
	padding: 0px 20px;
	border-right: 2px solid gray;
	display: inline-block;
	text-align: center;
}

.project-toolbar li:last-child {
	border: 0;
	padding-right: 0;
}

.project-toolbar li:first-child {
	padding-left: 0;
}

.project-qr-container {
	margin-left: 20px;
	padding-top: 20px;
}

.project-qr-crop {
	overflow: hidden;	
}

.project-qr-container img {
	margin: -20px;
}

.project-qr-label {
	display: block;
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
	text-shadow: 1px -1px 1px #000;
}

.project-properties label {
	color: #8E8E8E;
}

.project-properties span {
	padding-left: 6px;
}

/*
 * Project info dialogs
 */
#rename_project_dialog label.error {
	color: red;
	padding-top: 5px;
	padding-left: 5px;
	display: block;
}
 
#change_project_dialog {
	color: white;
	font-size: 14px;
}

#change_project_dialog label {
	font-size: 25px;
}

#change_project_dialog input {
	margin-right: 5px;
}

#change_project_dialog p:first-of-type {
	padding-bottom: 20px;
}

/*
 * Project Team tab
 */
.invite-user-block {
	margin-bottom: 20px;
}

.invite-user-block label {
	font-size: 18px;
}

#newMemberInput {
	width: 225px;
	margin-right: 10px;
}

#inviteBtn {
	margin-right: 10px;
	width: 76px;
}

.description {
	color: #8E8E8E;
	display: block;
	font-size: 11px;
}

.error-container {
	font-weight: bold;
	color: red;
	font-size: 12px;
}

.member-counter-column {	
	font-size: 12px;
	color: #8E8E8E;
	padding-right: 15px;
}

.member-name-column {
	font-size: 16px;
	padding-right: 45px;
	max-width: 250px;
}

.member-mail-column {
	font-weight: bold;
	padding-right: 30px;
	max-width: 200px;
}

.members-list td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.share-ic {
	margin-right: 10px;
}
/* 
 * Dashboard
 */
#account_header {
	font-size: 34px;
	padding: 26px 8px;
	color: white;
}

.user-licenses-list,
.license-container {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

#account_container h2 {
	font-size: 26px;
	display: block;
	margin-top: 10px;
	margin-bottom: 24px;
}

.tab-desc {
	/*font-weight: bold;*/
	margin-bottom: 44px;
}

.font-weight-normal {
	font-weight: normal !important;
}

#account_container > .ui-tabs-panel {
	width: 782px;
}

.greeting-message {
	font-size: 18px;
	margin-bottom: 26px;
}

.user-licenses-list > .tab-desc {
	margin-bottom: 38px;	
}

.user-licenses-list .license-block ,.license-block {
	padding: 15px;
	border: 1px solid #8e8e8e;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 700px;
}

#account_container .granted-licenses-block .license-block-content{
	padding:10px 20px;
}

/***Granted license table styles***/
.granted-licenses-block table{
	border-collapse: collapse;
	width: 750px
}

.granted-licenses-block table td {    
    background-color: #525252;    
	border:solid thin #484848;
    border-bottom: 1px solid #484848;
    padding: 10px 10px;    
    color: #FFFFFF;    
    font-size: 14px;
    height: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:33%;
}

.granted-licenses-block table tr:nth-child(odd) td{
	background-color: #595959;
}

.granted-licenses-block table tr td:first-child,.granted-licenses-block table  tr td:first-child{
    border-radius: 3px 0 0 4px;
}

.granted-licenses-block table tr td:last-child,.granted-licenses-block table tr td:last-child {
    border-radius: 0 3px 4px 0px;
}

.dashboard-tab .license-title,.license-title {
	font-weight: bold;
	font-size: 24px;
}

.plan-descr {
	margin-bottom: 18px;
}

#account_container .text-justify {
	text-align: justify;
}

#account_container .text-h {
	font-size: 18px !important;
}

#account_container .text {
	font-size: 14px;
	word-wrap: break-word;
}

#account_container .text-orange,.text-orange {
	color: #F89040;
	font-weight: bold;
}

#account_container .text-white, .text-white {
	color: #FFFFFF;
	font-weight: bold;
}

.license-block .col-left,
.license-block .col-center,
.license-block .col-right,
.license-block .col,
.license-block .double-col {
	float: left;
}

.license-block .double-col {
	width: 520px;
}

.dashboard-tab .license-block .col-left {
	width: 160px;
}

.license-container .col-left {
	width: 400px !important;
}

.dashboard-tab .license-block .col-center {
	width: 240px;
}

.dashboard-tab .license-block .col-right {
	width: 300px;
}

.license-container .license-block > .col-left > .text {
	margin-bottom: 20px;
}

.license-container .license-block > .col-right > :first-child {
	margin-bottom: 24px;
}

.dashboard-tab > .license-block > .col-right > :first-child {
	margin-bottom: 10px;
}

#account_container .changePlanBtn {
	height: 18px;
	padding: 10px;
	margin-top: 0px;
	white-space: nowrap;
}

#account_container .changePlanBtn_dsc {
	margin-top: 5px;
	color: #777777;
}

/**
 * Dashboard Share,Team tab
 */
.dashboard-tab {
	padding-left:15px;
	padding-right:15px;
}

.dashboard-tab.tggr-panel {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
}

.dashboard-tab label {
	font-size:18px;
}

.dashboard-tab,
.dashboard-tab .members-list {
	color:white;
}

.dashboard-tab .invite-user-col {
	width:90px;
	padding-left:10px;
	padding-right:10px;
}

.dashboard-tab .input-email-col {
	width:380px;
	padding-left:10px;
	padding-right:10px;
}

.dashboard-tab  #newMemberEmailInput,.share-user-block #newTeamMemberEmailInput {
	width:380px;
}

.dashboard-tab #shareBtn,.share-user-block #grantBtn{	
	padding-left:15px;
	padding-right:15px;
}

.dashboard-tab #shareBtn {
	width:40px;	
}

.dashboard-tab .members-list ,.billing-block .payments-list{
	border-collapse: collapse;
	width: 750px
}

.dashboard-tab .members-list td ,.billing-block .payments-list td{    
    background-color: #525252;
    border: 0 none;
    border-bottom: 1px solid #484848;
    padding: 15px 10px;    
    color: #FFFFFF;    
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-tab .members-list tr:nth-child(even) td,.billing-block .payments-list tr:nth-child(even) td{
	background-color: #595959;
}

.dashboard-tab .members-list tr td:first-child,.billing-block .payments-list  tr td:first-child{
    border-radius: 3px 0 0 4px;
}

.dashboard-tab .members-list tr td:last-child,.billing-block .payments-list tr td:last-child {
    border-radius: 0 3px 4px 0px;
}

.dashboard-tab td.member-counter-column,.billing-block .payment-counter-column {
	width: 10px;
	font-size: 12px;
	text-align: center;
	color: #8E8E8E;
}

.dashboard-tab .member-name-column,
.dashboard-tab .member-mail-column {
	width: 200px;
	padding-right: 40px;
}

.dashboard-tab.member-name-column {
	font-size: 16px;
	max-width: 250px;
}

.dashboard-tab .member-mail-column {
	font-weight: bold;
	max-width: 200px;
}

.dashboard-tab .validation_error_messages_wrapper{
	margin-left:9px;
}

.dashboard-tab .license-list{
	margin-top: 30px;
	text-align: center;	
}

/**
 * Dashboard Profile tab
 */
 
 .user-profile-block{
	color:#FFFFFF;
	padding: 0px 15px;
}
.user-profile-block .entry .label{
	font-size:14px;
	/*font-weight:bold;*/
	text-align:left;
	width:120px;
}
.user-profile-block #country option{
	width: 240px;
}

.user-profile-block .validation_error_messages_wrapper{
	margin-left:182px;
}

.user-profile-block .tab-desc{
	margin-bottom:30px;
}

.user-profile-block .restErrors{
	margin-top:0px;
	margin-bottom:15px;
}
 
 /**
 * Dashboard Billing tab
 */
 .billing-block .payments-list .payment-date-column{
	width:200px;
}
.billing-block .payments-list .payment-column{
	width:180px;
}
.billing-block .payments-list th{
	text-align:left;
	padding:10px;
}
.billing-block .payments-list .text-orange{
	 font-weight:normal!important;
}
 
 .billing-block label{
	width:180px!important;
}
.billing-block #creditCardType{
	width: 272px;
}
.billing-block #creditCardDate,.billing-block #creditCardDateYear{
	width: 135px;
}
.billing-block .error_messages{
	margin-left:0px;
	margin-top:0px!important;	
}
.billing-block .tab-desc{
	font-size:20px!important;
}

#what_is_csc_div {
	margin-left: 210px;
    margin-top: 5px;
    text-align: right;
    width: 250px;
}

/* -- Dashboard invoice tab -- */

.no-invoice {
	margin-top:20px; 
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}


/* -- Dashboard databases tab -- */
table#database_content  td {
	vertical-align: top;
	padding-right: 30px;
}

.progress-bar {
    background-color: #1C1C1C;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #000000 inset;
    display: block;
    height: 10px;
    margin-bottom: 3px;
    padding: 2px;
    width: 200px;
}
.progress-bar .progress-inner {
    background-color: #F39039;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    display: block;
    height: 10px;
    width: 0;
}

.stats-value {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    white-space: nowrap;
}

#database_content .stats-value {
	margin: 20px 0 10px;
}

.progress-text {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
 
#created_dbs {
	margin-top: 20px;
	width: 290px;
}
 
.selector .selectee:nth-child(2n) {
    background-color: #595959;
}
.selector .selectee {
    -moz-user-select: none;
    background-color: #525252;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FBA149;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    margin-top: 1px;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #000000;
    white-space: nowrap;
} 
 
 
/* -- Project wizard -- */
#projectWizard td {
	padding: 10px;
	vertical-align: top;
}

#projectWizard .stepContent {
	width: 100%;
	/*background: url(../resources/img/home/corner.png) #3a3a3a no-repeat top right;*/
}

.stepContent label{
	color: white;
}

.stepHeader {
	font-weight: bold;
	color: #FFF;
}

.stepTitle {
	font-weight: bold;
	color: #FFF;
}

h1.stepHeader {
	font-size: 34px;
	margin-bottom: 6px;
}

.stepLink {
	cursor: pointer;
	color: #fba149;
}
input.stepButton, input[disabled].stepButton, input.stepButton:hover, a.stepButton, span.stepButton {
	background: none;
	display: block;
	color: #fba149;
	font-size: 14px;
	font-weight: bold;
	background-color: #3A3A3A;
	padding: 10px 15px;
	margin-left: 7px;
	cursor: pointer;
	float: right;
}

#projectWizard .wizard_input {
	font-weight: bold;
	font-size: 24px;
	color: black;
	border: 1px solid white;
	background-color: #6e6e6e;
	padding: 6px 18px 5px;
	margin-top: 10px;
}

#projectWizard .wizard_input_c {
	font-weight: bold;
	font-size: 12px;
	color: black;
	border: 1px solid white;
	background-color: #6e6e6e;
	padding: 5px;
	margin-top: 8px;
}

#projectWizard textarea.wizard_input {
	font-weight: bold;
	font-size: 20px;
	color: black;
	border: 1px solid white;
	background-color: #6e6e6e;
	padding: 6px 18px 5px;
	margin-top: 10px;
}

#projectWizard .wizard_input_title {
	font-weight: bold;
	font-size: 24px;
	color: white;
}

#storestep .wizard_input_title {
	font-weight: bold;
	font-size: 12px;
	color: #c2c2c2;
}

#projectWizard #finishStepsContainer {
	display: none;
}

#projectWizard .stepLeftColumn {
	width: 535px;
	height: 600px;
	vertical-align: top;
	background-color: #3A3A3A;
	padding: 0px;
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#projectWizard td.stepRightColumn {
	vertical-align: middle;
	text-align: center;
}

#projectWizard .stepLeftColumn > div:first-child{
	height: 547px;
	display: block;
	overflow: hidden;
}

#projectWizard .stepNavigationButtons {
	padding-right: 15px;
	height: 43px;
}

#projectWizard .uploadedImageTag {
	max-height: 100%;
	max-width: 100%;
}

#projectWizard .wizardOption {
	margin-left: 7px;
}

#projectWizard .wizardOption:first-child {
	margin-left: 0px;
}

#projectWizard .errorContainer {
	color: red;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;			
}

#step1 span.stepHeader,#step1a span.stepHeader {
	padding-left: 18px;
	font-size: 18px;
	cursor: pointer;
}

span.stepHeader.collapsed {
	background:
		url(../resources/img/project/arr-right-enable-no-shade.png)
		transparent no-repeat 0 4px;
}

span.stepHeader.shown {
	background:
		url(../resources/img/project/arr-down-enable-no-shade.png)
		transparent no-repeat 0 4px;
}

#step1 div.itemContent, #step1a div.itemContent {
	padding: 5px 5px 0px ;
}

#step1 div.itemContent .stepText, #step1a div.itemContent .stepText {
	padding-bottom: 10px;
}

#step1 div.itemContent .stepLink, #step1a div.itemContent .stepLink {
	display: block;
	text-align: right;
	padding: 5px 5px 0 0;
}

#step2 label,#step4 label,#step5 label,#step6 label,#step7 label,#step8 label,#photosstep label,#themestep label,#storestep label,#projectInfo label {
	font-weight: bold;
	font-size: 20px;
}

#step10 .stepLink {
	float: right;
	margin-right: 20px;
}

.wizardOptionBlock {
	margin-top: 15px;
}

.themelist {
	margin-top: 20px;
}

/* -- Wizard scroll widgets -- */

#scrollbar1 {
	clear: both;
	margin: 0 0 10px;
}

#scrollbar1 .viewport {
	width: 410px;
	height: 270px;
	overflow: hidden;
	position: relative;
}

#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#scrollbar1 .thumb .end,#scrollbar1 .thumb {
	background-color: #a7a7a7;
}

#scrollbar1 .scrollbar {
	position: relative;
	float: right;
	width: 15px;
}

#scrollbar1 .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}

#scrollbar1 .thumb {
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#scrollbar1 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}

#scrollbar1 .disable {
	display: none;
}

#scrollbar2 td {
	padding: 4px;
}

#scrollbar2 {
	clear: both;
	margin: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#scrollbar2 .viewport {
	width: 410px;
	height: 370px;
	overflow: hidden;
	position: relative;
}

#scrollbar2 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#scrollbar2 .thumb .end, #scrollbar2 .thumb {
	background-color: #a7a7a7;
}

#scrollbar2 .scrollbar {
	position: relative;
	float: right;
	width: 15px;
}

#scrollbar2 .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}

#scrollbar2 .thumb {
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	display: none;
}

#scrollbar2 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}

#scrollbar2 .disable {
	display: none;
}

#scrollbar3 td {
	padding: 4px;
}

#scrollbar3 {
	clear: both;
	margin: 0 0 10px;
}

#scrollbar3 .viewport {
	width: 426px;
	height: 428px;
	overflow: hidden;
	position: relative;
}

#scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

#scrollbar3 .thumb .end, #scrollbar3 .thumb {
	background-color: #a7a7a7;
}

#scrollbar3 .scrollbar {
	position: relative;
	float: right;
	width: 15px;
}

#scrollbar3 .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}

#scrollbar3 .thumb {
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	display: none;
}

#scrollbar3 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}

#scrollbar3 .disable {
	display: none;
}

.template-images {
	position: relative;
	height: 480px;
}

.template-image {
	position: absolute;
	display: none;
	
}

.category-collapsible {
	padding: 5px 10px;
}

#scrollbar2 h3 {
	padding-left: 15px;
}

#scrollbar2 h3.active {
	background: url(../resources/img/wizard/arr-down-little-enable-no-shade.png) transparent no-repeat 0 4px;
}

#scrollbar2 h3, #scrollbar2 h3.inactive {
	background: url(../resources/img/wizard/arr-right-little-enable-no-shade.png) transparent no-repeat 0 4px;
}


/* ------------- modal panels -----------------*/

.rf-pp-cntr{ 
	border:none;
	box-shadow: 4px 5px 22px 1px #111111;
	padding: 20px;
}
.rf-pp-cntr, .rf-pp-cnt-scrlr, .rf-pp-hdr{
	border-radius:3px;
	background: #3A3A3A;
} 
.rf-pp-shdw{
	visibility: hidden;
}
.rf-pp-cnt {
	border: none;
}
.rf-pp-cnt, .rf-pp-hdr-cnt{
	color: #A7A7A7;
	font-family: inherit;
	font-weight: inherit;
}
.rf-pp-hdr {
	padding: 0;
}
.rf-pp-hdr-cnt{
	font-size:20px;
	padding: 0 0 10px 0;
	font-weight: normal;
}

/* Footer styles */

.tggr-footer {
	overflow: hidden;
	text-align: left;
	color: #777;
}

.tggr-footer-row {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0 15px;
	border-top: 1px solid;
}

.tggr-footer-row img {
    margin-right: 5px;
    vertical-align: middle;
}

.tggr-footer a {
	font-size: inherit;
}

.tggr-admin-menu {
	
}

.tggr-admin-menu-item {
	color: #B9B9B9;
	font-size: 16px;
}

.tggr-admin-menu-divider {
	margin: 0 10px;
}

.tggr-admin-menu-item:hover {
	color : #FBA149;
}

.tggr-admin-menu-item.active {
	color : #e96f03;
	font-weight: bold;
}

.close-popup {
	cursor: pointer;
	right:0px;
	position: absolute;
	top: -5px;	
}

#term_of_use_mp, #privacy_statement_mp {
	display: none;
	position:fixed;
	z-index: 200;
	top: 10px;
	left: 25%;
	bottom: 40px;
	right: 25%;
	padding-right: 10px;
}

#privacy_statement_mp {
	height: 330px;
}

#term_of_use_content, #privacy_statement_content {
	position:relative;
	height:98%;
	padding-top:2%;
}

#tou_text, #privacy_text {
	width: 100%;
	overflow-y: auto;
	height:100%;
	font-size: 14px;
}

#tou_text h2, #privacy_text h2 {
	color: white;
	font-size: 1.2em;
}

.popup-shadowed {
	background-color: #3A3A3A;
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(https://appbuilder.tiggzi.com/js/border-radius.htc);
	box-shadow: 4px 5px 22px 1px #111;
	-moz-box-shadow: 4px 5px 22px 1px #111; /* Firefox */
	-webkit-box-shadow: 4px 5px 22px 1px #111; /*Safari,Chrome */
	color:#A7A7A7;
}

#screen_glass {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	filter: alpha(opacity=50);
	opacity: .5;
	background-color:#D0D0D0;
}

ul.terms > li {
	margin-bottom: 25px;
}

/* Project Upload popup */

.upload-project .rf-pp-hdr-cnt {
	color: white;
}

.rf-fu, .rf-fu-hdr, .rf-fu-btn-add, .rf-fu-btn-upl, .rf-fu-btn-clr, .rf-fu-btn-cnt-add, .rf-fu-btn-cnt-add-dis, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr, .rf-fu-itm, .rf-fu-itm-lbl, .rf-fu-itm-st, .rf-fu-itm-lnk {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
.rf-fu-btns-lft, .rf-fu-btns-rgh, .rf-fu-itm-lft, .rf-fu-itm-rgh {
    width: auto;
}
.rf-fu-itm-lft {
	max-width: 247px;
	white-space: nowrap;
}
.rf-fu-btn-cnt-add, .rf-fu-btn-cnt-upl {
    padding: 10px !important;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px -1px 2px #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    color: white!important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MSwxNzgsODMsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyNTAsMTQxLDU2LDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
    background: -o-linear-gradient(top, rgba(251, 178, 83, 1), rgba(250, 141, 56, 1));
    background: -moz-linear-gradient(top, rgba(251, 178, 83, 1), rgba(250, 141, 56, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251, 178, 83, 1)), color-stop(1, rgba(250, 141, 56, 1)));
    background-position: 0 !important;
}
.rf-fu-btn-clr {
    display: none !important;
}
a.rf-fu-itm-lnk, a.rf-fu-itm-lnk:hover {
    background-color: #E33100;
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px 
    rgba(0, 0, 0, 0.5);
}
.rf-fu-itm-lbl, .rf-fu-itm-lnk {
    display: block;
}
.rf-fu-itm-lbl {
    padding: 5px 0;
}
.rf-fu-lst {
    margin-top: 10px;
}
.rf-fu-itm-rgh {
    margin-left: 10px;
}

.header-link{
	padding-left: 10px;
	font: 14px Arial, Tahoma, San-serif;
	font-weight: bold;
	float: left;
	padding-top: 12px;
}

/* -- Build apk page  -- apk.xhtml -- */

.apk-firstcol {
	width: 25%;
}

.apk-firstcol > img {
	display: block;
}

.apk-secondcol {
	width: 75%;
	font-size: 14px;
	line-height: 1.5;
}

.apk-preloader-div {
	width: 100%;
	height: 30px;
	text-align: center;
}

.apk-preloader-div img {
	margin: 10px auto;
}

.apk-secondcol .tiggr-link-button {
	font-size: 14px;
	width: 150px;
	text-align: center; 
	margin: 10px auto 0;
	text-transform: uppercase;
}

.apk-status-header {
	font-size: 22px;
	line-height: 1;	
	color: #BBB;
}

.apk-build-success {
	color: #FFFFFF;
}

.apk-build-failure {
	color: red;
}

.apk-refresher {
	font-size: 18px;
	color: #BBB;
}

.apk-footer {
	font-size: 16px;
	text-align: center;
	margin-top: 60px;
}

.apk-secondcol a, .apk-footer .cancel {
    font-size: inherit;
}
#eulaWidget .rf-pp-cntr {
	padding: 40px 10px 20px 20px;
}
#eulaWidget {
    font-size: 14px;
    line-height: 1.4em;
}
#eulaWidget h2 {
    color: white;
    font-size: 1.2em;
}

.folder-label {
	color: #FFF;
	padding-right: 6px;
	font-size: 14px;
	text-shadow: 1px -1px 1px #000;
}

#folder_list {
	width: 140px;
	border: 0px none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-overflow: ellipsis;
}

#folder_list[disabled] {
	background-color: #909090;
}

#project_creator form {
	margin-right: 20px;
}

#project_creator span,
#project_creator form {
	display: inline-block;
}

#project_creator span:last-child {
	margin-right: 0px;
}

#project_name {
	width: 335px;
	/*font-size: 14px;*/	
	padding: 9px 15px;
}

#project_name_form label.error {
	position: absolute;
	top: -10px;
	color: red;
	background-color: #3A3A3A;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.circle {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-khtml-border-radius: 21px;
	background: #FF7906;
	text-align: center;
	line-height: 42px;
	font-size: 32px;
	font-weight: bold;
	color: #3A3A3A;
}

#welcome_line span {
	font-size: 14px;
	margin-right: 20px;
	color: #A7A7A7;
}

#welcome_line a { 
	font-size: 14px;
	font-weight: bold;
}

#how_to_header {
	margin: 45px 0px;
}

table#how_to td {
	padding-bottom: 30px;
}

table#how_to td > span {
	font-size: 18px;
	margin-left: 24px;
}

table#how_to a {
	font-size: 18px;
}

#error_messages, .error_messages, #maintenance_div {
	display: none;
	border: 1px solid #E96F03;
	background-image: url("../resources/img/error.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #E96F03;
	font-size: 14px;
	padding: 10px 10px 10px 40px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.warn_messages {
	display: none;
	border: 1px solid #ffff00;
	background-image: url("../resources/img/msgwarn.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #ffff00;
	font-size: 14px;
	padding: 10px 10px 10px 40px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/* for FF*/
#mobileHostingParams input:-moz-placeholder {
    color: #666666 !important;
}
/* for Chrome*/
#mobileHostingParams  ::-webkit-input-placeholder {
    color: #666666 !important;
}

/* For survey */
.tgz .rich-mpnl-body {
    background-color: #3A3A3A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 4px 5px 22px 1px #111111;
    color: #A7A7A7;
    padding: 20px;
}

#skipBox {
	position: fixed;
	z-index: 200;
	top: 5%;
	left: 25%;
	display: block;
	
    /*width: 800px;*/
    /*margin-left: -400px;*/
    /*height: 400px;*/
    /*margin-top: -100px;*/
}

#skipButtons {
    padding-top: 15px;
    text-align: right;
}

/* Home page blog */
.home-widgets-blog {
	width: 55%;
    float: left;	
}

.home-widget-header, .home-widget-footer {
	/*line-height: 50px;*/
	/*height: 49px;*/
	/*padding-left: 20px;*/
}

.home-widget-header {
	/*background-image: url("https://appbuilder.tiggzi.com/resources/img/home/widgetHeader.png");*/
	background-repeat: repeat-x;
	/*color: #3E3E3E;*/
    color: white;	
	font-size: 12px;
	font-weight: bold;
}

.home-widget-content {
	/*background-color: white;*/
	font-size: 14px;
	/*height: 400px;*/
	overflow: hidden;
	/*padding: 20px;*/
    padding: 20px 20px 20px 0;	
	color: #777777 !important;
}

.home-widget-footer {
	/*background-image: url("https://appbuilder.tiggzi.com/resources/img/home/widgetFooter.png");*/
	/*background-repeat: repeat-x;*/
	/*border: 0;*/
	/*border-top-width: 1px;*/
	/*border-bottom-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: #cccccc;*/
    color: white;	
}

.home-widget-item-title {
	display: block;
	color: #006AC2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.home-widget-item-text {
	color: #777777;
	font-size: 12px;
	display: block;
}

#blog .home-widget-footer .home-link-widget {
	/*color: #0068CA;*/
	font-size: 10px;
	font-weight: bold;
}

/* -- Rss widget -- */


/* Home page rss widget */
.rss-widget-category {
	font-size: 10px;
	font-weight: bold;
	/*display: block;*/
	display: none;
	text-transform: uppercase;
}

.rss-widget-item-text {
	color: #777777;
	font-size: 12px;
	display: block;
}

/* Login page rss widget */

/* -- Blog --*/
.rss-list {
	padding: 0;
}

.rss-divider {
	border-bottom: 1px solid #CECECE;
	margin: 15px 0;
}

ul.rss-list li {
	background-image: none;	
}
.rss-item {
    margin-bottom:10px;
}
.rss-date {
    font-size:12px;
}

#blog .rss-item a {
   font-size:14px;
   color: #FBA149;	
}