


@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
/* font-family:'Lato', arial, helvetica, sans-serif; */



body{
font-family:'Lato', arial, helvetica, sans-serif;
}
a, a:link{
outline:none;
text-decoration:none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
h1{font-size:36px;
color: rgb(33, 166, 104);}

.mainWindow{
	
    width: calc(100% - 250px);
    margin: 60px auto;
    text-align: center;
    float: right;
}
.inside{
	width: calc(100% - 150px);
    margin: 100px auto;
    text-align: center;

    
}
.accessDenied{
	width: 300px;
	margin:150px auto;
	display: block;
	color:#fff;
	background-color: rgba(255,0,0,0.5);
	padding: 24px 150px;
	border-radius: 6px;
}
.accessDenied p{
	line-height:28px;
	font-size: 18px;
}
.accessDenied p a{
	font-weight: bold;
	text-decoration: underline;
}
/******Header****/
header{
	width:100%;
	   background-color: rgba(94, 195, 144, 0.78);
	height:100px;
	position:fixed;
	z-index:100;
	top:0;
}
.headerPusher{
	height:100px;
	width:100vh;
}
a#logo{
	
	display:inline-block;
	width:280px;
	height:50px;
	background-image:url('http://cdn.formdex.com/images/formdex-logo-big.png');
	background-size:contain;
	background-repeat:no-repeat;
	margin:30px;
	float: left;
	
}
span#logoDesign{
	font-weight:400;
	
	font-size:34px;
}

#accountAndMore{
	float:right;
background-color: rgba(41, 176, 109,1);
	
	z-index:100;
	width:200px;
	height:50px;
	position:absolute;
	top:30px;
	right:30px;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#accountAndMore:hover{
	height:200px;
}
#accountAndMore #bottomKeeper{
	opacity:0;
    bottom: 10px;
    position: absolute;
	width:100%;
	
	

	
}
#userGreeting{
	padding: 12px;

}

@-webkit-keyframes hide-me {
   0% {opacity:0; }
   100% {opacity:1; }
}
@-moz-keyframes hide-me {
  0% {opacity:0; }
   100% {opacity:1; }
}
keyframes hide-me {
  0% {opacity:0; }
   100% {opacity:0.2; }
}
#accountAndMore:hover #bottomKeeper{
	 -webkit-animation: hide-me 2s;
  -moz-animation: hide-me 2s;
  animation: hide-me 1s;
   animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;
}
#bottomKeeper ul li a{
	color:#fff;
	border-top: 1px solid #fff;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#trialStatus{
width: 300px;

background-color: yellow;
margin:10px auto;
padding: 12px;
border-radius: 6px;
}
/*****Log In****/
#body-login,
#body-signUp {
	background-image: url('http://cdn.formdex.com/images/bg2.jpg');
	background-repeat:no-repeat;
	background-size:94% 124%;
}
#body-login a#logo,
#body-signUp a#logo{
	margin:86px auto;
	display:block;
	font-size:75px;
	float: none;
}
#body-login span#logoDesign,
#body-signUp span#logoDesign{
	font-size:45px;
}
#loginContainer,
#signUpContainer{
	background-color: rgba(12, 13, 16, 0.83);
	
	width:450px;
	margin:125px auto;
}
#loginFormContainer,
#signUpFormContainer{
	width:80%;
	margin:0 auto;
	padding:36px;
}
#loginFormContainer h2,
#signUpFormContainer h2{color:#fff;}

/***Log up is for log in and sign up***/
.logUpInput{
	display: block;
	margin:10px 0 24px ;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing:border-box;
	
}

.logUpLabel{
	margin:18px 0 0 0;
	color: #fff;
	display: block;
}
.logUpSubmit{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color:rgba(33, 166, 104,1);
	color:#fff;
}
#noAccountHelp{
	color:#fff;
}
#noAccountHelp a{
	color:rgba(33, 166, 104,1);
	font-size:18px;
}

/*****Forgot Passwoed*******/
#body-forgotPassword a#logo{
	margin:86px auto;
	display:block;
	font-size:75px;
	float: none;
}
#body-forgotPassword #passwordResetContainer{
	color: 	#fff;
	    background-color: rgba(12, 13, 16, 0.83);
    width: 450px;
    margin: 125px auto;
    padding: 12px;

}
.newPassowrdLink{
	color: rgba(33, 166, 104,1); 	
}
/*****Index****/
#body-home{
	background-image:url('../ourAssets/images/bg7.jpg');
}
#splashCfa{
	display:block;
	width:150px;
    background-color: rgba(41, 176, 109,1);
	margin:250px auto;
	padding:28px;
	font-size:24px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:6px;
	border:1px solid  rgba(41, 176, 109,1);
	
}
#splashCfa:hover{


}
/*****Sign Up****/
#signUpContainer{}

#signUpFormContainer .errorMsg{
	color:rgb(255, 0, 24);
}







/****Side Panel*****/
#createSidePanel{
	width:250px;
	height:100vh;
padding:0px 0;
background-color: rgba(127, 200, 213, 0.51);
	border-right:1px solid #999;
	box-sizing:border-box;
	position:fixed;
	top:100px;
}

#createSidePanel .createActionButton{
	width: 100%;
    display: block;
    color: rgb(52, 166, 104);
    border-bottom: 1px solid #29b06d;
    background: rgb(189, 233, 225);
    padding: 20px;
    box-sizing: border-box;
    
}
#createSidePanel .createActionButton:hover{
	 padding: 20px 20px 20px 25px;
}
/*****Form Panel****/
#formSidePanel{
	width:300px;
	height:calc(100vh - 100px);
padding:18px 0;
background-color:rgba(52, 128, 181, 0.38);
	border-right:1px dotted black;
	box-sizing:border-box;
	position:fixed;
	overflow: auto;
	top:100px;
	
	
}
button.accordion {
    background-color: rgb(122, 169, 189);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition:all  0.4s;
	border:1px solid rgb(124, 206, 164)
	
}


button.accordion.active, button.accordion:hover {
    background-color: rgb(126, 163, 179);
	padding-left:20px;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 18px;
    background-color: rgb(230, 242, 247);
    display: none;
	overflow:hidden;
	transition:all  0.4s;
}
#formSidePanel #submit{
    background-color: rgb(120, 151, 165);
    color: #fff;
    cursor: pointer;
    padding: 14px;
    width: 40%;
    text-align: center;
	font-size:16px;
    border: none;
    outline: none;
	float:right;
	margin:48px 12px 0 12px;
    transition:all  0.4s;
	border:1px solid rgb(124, 206, 164);
	
}
#formSidePanel #submit:hover{
	  background-color: rgb(126, 163, 179);
	
	
}
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}
div.panel.show input[type="text"] ,
div.panel.show input[type="file"] ,
div.panel.show textarea,
div.panel.show select {
	font-family: inherit;
    border: none;
    padding: 6px;
    background-color: rgba(124, 206, 164, 0.36);
    width: 93%;
    border-bottom: 1px solid #a4a4f3;
    outline: 0;
    border-radius: 3px 3px 0 0;
    margin: 6px 0;
	
}
div.panel.show input[type="checkbox"]{
	
}
div.panel.show label{
	
}

div.panel.show textarea.inlineStyling{
	font-family:"Courier New", Courier, monospace;
}


.appended {
	display:none;
}

.appended.open {
	display:block;
}


/******Dashboard*****/
#body-dashboard{background-color: rgba(32, 161, 92, 0.1);}
#dashboardSplash{
	
    width: calc(100% - 250px);
    margin: 60px auto;
    text-align: center;
    float: right;
}

.dashboardInfoBox{
	width:20%;
	margin:1%;
	/* background-color:#999; */
	display:inline-block;
	border:1px solid black;
	padding:24px 0;
	text-align:center;
		border-radius:6px;
			font-weight:bold;


}
.dashboardMainNumber{
	font-size:65px;
	 background: -webkit-linear-gradient(rgba(33, 166, 104,1), #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding-bottom:25px;
	margin-top:25px;
}






/*****Create Forms***/
#body-create{background-color: rgba(32, 161, 92, 0.1);}
}
 h1{ color: rgb(33, 166, 104);}
#templateSampleContainer{
	margin:0 36px 36px;
	background-color:#909;
}

a.templateContainer{
	display:inline-block;
	width:200px;
	height:225px;
	float:left;
	margin:24px;
border: 1px dotted rgb(129, 160, 129);
    color: rgb(33, 166, 104);
	background-color:rgb(224, 239, 231);
	border-radius:5px;
	padding:8px;
	box-sizing:border-box;
	
}
.iconContainer{
	display:inline-block;
height:45%;
	width:100%;
}
.iconContainer i{
	line-height:100px;
	font-size:55px;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.3s ease-in-out;
}

.templateDescription{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:rgba(33, 154, 166, 0.78);;
}
a.templateContainer:hover{
	background-color:rgb(243, 247, 245)
}
a.templateContainer:hover .iconContainer i{font-size:60px;}

/********Customize*****/
.formTemplate{
	width:800px;
	margin:0 auto;
	padding:28px;
	background-color:#FFF;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.35)
}
img.formImage{
	max-width:300px;
	
}
/**********Form Windoe Template*****/
.hide{
	display:none;
}
.questionDisplay{
	font-size:30px;
	line-height:36px;
	margin:36px;
}
.descriptionDisplay{
		margin:30px;
	font-size:22px;
	line-height:28px;
}
.answerDisplay{
	border-bottom:2px solid rgb(124, 206, 164);
	color:#999;
	height:30px;
	line-height:30px;
		font-size:18px;
		text-align:left;
		margin:30px auto;
		padding:6px 0px;
		width:70%;
	
}
.textareaAnswerDisplay{
	border-bottom:2px solid rgb(124, 206, 164);
	color:#999;
	height:70px;
	line-height:30px;
		font-size:18px;
		text-align:left;
		margin:30px auto;
		padding:6px 0px;
		width:70%;
	
}
.submitButtonDisplay{
	margin-top:36px;
	border:2px solid rgb(0, 156, 76);
	padding:9px;
	color:#fff;
	background-color:rgb(124, 206, 164);
	font-size:16px;
	font-weight:bold;
	display:inline-block;
}
/*
#formQuestion{
	font-size:30px;
	line-height:36px;
	margin:36px;
}
#formDescription{
	margin:30px;
	font-size:22px;
	line-height:28px;
}
#formSubmit{
	margin-top:36px;
	border:2px solid black;
	padding:9px;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
}
*/
.ratingDisplay{
	width:auto;
	display:inline-block;
	margin:0 auto;
	letter-spacing: 6px;
	
	
}
input[name="rating"] {
display:none;
}
span#ratingIcons{
	font-size:50px;	
}

span#ratingIcons{
color:rgb(243, 190, 59);
margin:0 3px;
}
span.ratingStyle1::before{
	color:rgb(243, 190, 59);
	content: "\f006";
    font-family: FontAwesome;
}
span.ratingStyle2::before{
	color:rgb(243, 190, 59);
	content: "\f08a ";
    font-family: FontAwesome;
}
span.ratingStyle3::before{
	color:rgb(243, 190, 59);
	content: "\f118";
    font-family: FontAwesome;
}

/*****Edit Forms*****/
#body-edit {
    background-color: rgba(32, 161, 255, 0.1);
}
#editContainerSquareContainer{
margin: 0 36px 36px;
background-color: #909;
}
.formEditContainerSquare{
	display:block;
	width:200px;
	height:225px;
	float:left;
	margin:24px;
border: 1px dotted rgb(129, 160, 255);
    color: rgb(33, 166, 255);
	background-color:rgb(224, 239, 255);
	border-radius:5px;
	padding:8px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	
}
.formEditContainerSquare:hover{
	background-color:rgb(243, 247, 255)
}
a.editButton{
		
	width:100%;
	height:0%;
	background-color:rgba(141, 162, 220,0.88);
	position:absolute;
	top:54%;
	left:0;
	
}
a.settingsButton{
		
	width:100%;
	height:0%;
	background-color:rgba(115, 127, 156, 0.88);
	position:absolute;
	top:81%;
	left:0;
	
}

a.resultsButton{
	height:0%;
	line-height:;
	width:100%;
    background-color:rgba(128, 200, 216, 0.88);
	position:absolute;
	top:0%;
	left:0;
	
	
	
}
a.useFormButton{
	height:0%;
	line-height:;
	width:100%;
    background-color: rgb(85, 245, 166);
	position:absolute;
	top:27%;
	left:0;
}
.hoverButtonText{
	opacity:0;
	
	line-height:57px;
	color: #fff;
    font-size: 22px;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

}
.settingsButton .hoverButtonText{
	opacity:0;
	
	line-height:42px;
	color: #fff;
    font-size: 14px;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

}
.copyButton{
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgb(66, 133, 244);
	padding:9px;
	color:#fff;
	border:none;
	cursor:pointer;
}
.formEditContainerSquare:hover .hoverButtons{
	height:27%;
}
.formEditContainerSquare:hover .settingsButton{
	height:19%;
}
.formEditContainerSquare:hover .hoverButtonText{
opacity:1;	
}

/*******Settings****/
#body-settings{
	background-color:rgba(129, 194, 168, 0.18);
}
#settingsForm{
	width:450px;
	overflow:hidden;
}
#settingsForm #submit{
	width:100px;
	background-color:rgba(69, 128, 175, 0.17);
	float:right;
	
	padding:12px;
	margin:12px 0;
	box-sizing:border-box;
	border:1px dotted #999;
	
	
}
.onLabel,
.offLabel{
	width:50%;
	height:20px;
	display:inline-block;
	background-color:#FFF;
	}

.switchContainer{
	display:inline;
	float:right;
	width:40px;
}
.switches{
display:none;
}
input.toggler:checked+label{ background-color:rgb(60, 99, 95); } 

.singleSettingContainer{
	width:450px;
	background-color:rgba(69, 128, 175, 0.17);
	float:left;
	text-align:left;
	padding:22px;
	box-sizing:border-box;
	border-bottom:1px dotted #999;
}
.fakeLabel{
display:inline-block;
line-height:34px;
font-size:18px;}


.singleSettingContainer input{
	width:350px;
	border:none;
 background-color:rgba(69, 128, 175, 0.18); 
	padding:9px;
	border:1px dotted #999;
	margin-top:6px;
	outline:0;
}


/*********Account Page*****/
#accountPage{
	width: 800px;
	padding: 48px;
	background-color: rgb(129, 208, 168);
	margin:150px auto;
	text-align: left;
}
.accSettingSet h4{
	font-weight: bold;
	border-bottom: 1px double #7F7F7F;
	display: inline-block;
}
.accSetting{
	margin:9px 0 16px 0;
}
.accSetting p{
	line-height: 20px;
}
.accSetting select
{
	margin: 12px 12px 12px 0;
	background-color: rgba(0,0,0,0);
	padding: 4px;
	border:1px solid #999;
	border-radius: 3PX;
	font-size: 14px;
}

.accSetting button.accTypeAction{
 margin:3px;
 background-color: rgba(0,0,0,0);
	padding: 4px;
	border:1px solid #999;
	border-radius: 3PX;
	font-size: 14px;
	cursor: pointer;
}
.hide{display: none;}
a.changeAccSetting{
	font-size: 14px;
	color: #fff;
}
.ccInfo label{
	float: left;
}
.ccInfo input{
	float: right;
	display: block;
}

.ccInfo h4{
	border-bottom:1px solid #999;

}


















