/**
	Social Media Icons Made by pixan(www.iconfinder.com/iconsimple)
**/
@font-face {
  font-family: "BenchNine-Light";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/BenchNine-Light.woff");
}

body {
  background-color: #ffffff;
  font-family: "BenchNine-Light";
}

/*https://stackoverflow.com/questions/20598568/how-to-display-and-hide-a-div-with-css*/
a.amazon-store-button,a.aptoide-store-button {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/*https://stackoverflow.com/questions/396145/how-can-i-vertically-center-a-div-element-for-all-browsers-using-css*/
div#app-details>div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 70px;
}

/*https://stackoverflow.com/questions/618097/how-do-you-easily-horizontally-center-a-div-using-css*/
div#screenshots {
	margin-top: 18px;
	display: inline-block;
}

div#screenshots img {
	padding-right: 3px;
	padding-left: 3px;
	/* width: 160px; */
}

div#header {
	width: 100%;
	height: 106px;
	background-image:
    linear-gradient(
      to top, 
      #ADE8FF, #FFFFFF
    );
}

div#header > div {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	
}

div#logo img {
	margin-top: 8px;
	height: 90px;
}

div#fixed-header {
	position: fixed;
	width: 100%;
	top:0;
}

div#top-navigation ul#site-actions {
	margin-left: 0px;
	float: right;
}

div#top-navigation {
	width: 100%;
	height: 54px;
	background-color: #55ae3a;
}

div#top-navigation > div {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#top-navigation > ul {
	display: inline;
	
}

div#top-navigation > div > ul > li {
	display: inline-block;
}

div#top-navigation ul a {
	display: block;
	padding: 17px 20px;
	color: #ffffff;
	font-size: 22px;
	
}

div#top-navigation > div > ul > li > a:HOVER {
	/*color: #ECECEC;*/
}

div#top-navigation ul a:HOVER {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 5px solid #a0e58b;
	/* background-color: #73D3FF; */
}

div#top-navigation a.selected,div#top-navigation a.selected:HOVER {
	text-decoration: none;
	/* background-color: #0EABFF; */
	border-bottom: 5px solid #a0e58b;
}

div#top-navigation ul li ul {
	display: none;
	position: absolute;
	/*Overriding the parent margin in div#top-navigation ul#site-actions.*/
	margin-left: 0px;
	list-style: none;
	background-color: #6DB1FF;
}

div#top-navigation ul li:HOVER ul {
	display: block;
}

/* div#top-navigation ul li:HOVER ul li {
	display: block;
} */



div#top-navigation ul#account-actions {
	margin-right: 20px;
	float: right;
}

div#wrapper {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 480px;
	background-color: #ffffff;
}

div#footer {
	/**clear is necessary to prevent the footer from floating above if the above div is floating **/
	clear: both;
	margin-top: 10px;
	height: 68px;
	background-color: #3e802a;
	color: #000000;
}

div#social-media label {
	font-size: 16px;
}

div#social-media a {
    display: inline-block;
}

div#social-media a img:hover {
	opacity: 0.81;
}

/**
a#facebook {
	background-image: url('/assets/images/facebook.png');
}

a#facebook:hover {
	background-image: url('/assets/images/facebook-hover.png');
}

a#twitter {
	background-image: url('/assets/images/twitter.png');
}

a#twitter:hover {
	background-image: url('/assets/images/twitter-hover.png');
}
**/

div#footer>div {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#description p {
	font-size: 23px;
	padding-bottom: 16px;
}

div#features {
	clear: both;
}

div#features p {
	font-size: 23px;
	padding-bottom: 16px;
}

div#features li, div#description li {
	font-size: 23px;
	padding-bottom: 9px;
}

div#contact, div#contact label {
	font-size: 23px;
}

div#contact label {
	float: left;
	color: #6DB1FF;
	width: 106px;
}

.question,.header-question {
	font-size: 23px;
}

div.question {
	color: #479130;
	font-weight: bold;
}

div.question-with-answer,div.header-question {
	padding-top: 25px;
}

div.question-with-answer div.question {
	margin-bottom: 3px;
}

.question-with-answer p {
	font-size: 23px;
}

div#faq-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}

button {
  background-color: #55ae3a;
  color: #FFFFFF;
  border-style: hidden;
  border-width: 1px;
  /* this one is responsible for the rounded curves of the button. The higher the more rounded the button will look */
  border-radius: 5px;
  border-color: 000000;
  font-size: 22px;
  font-weight: 500;
  font-family: "BenchNine-Light";
  height: 45px;
  width: 99px;
  vertical-align: middle;
}

/* Disables the cursor on the labels made by the bootstrap */
label{
	cursor: default;
}

/* when the user moves the cursor over the button, it will have these properties */
button:hover {
	background-color:#60c441;
    color: #FFFFFF;
}

a {
	/* disables the default underline under the text */
	color: #479130;
	text-decoration: none;
}

a:hover {
	color: #60c441;
	text-decoration:underline;
}

table {
  /* centers the table to the middle of the screen */
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  /*font-family: "Trebuchet MS";*/
  /* font-style: oblique; */
  margin-top: 4px;
  font-size: large;
  color: #83BD41;
}

.error-message {
  /*font-family: "Trebuchet MS";*/
  /* font-style: oblique; */
  font-size: large;
  color: #cc0000;
}

/* div#message {
	height: 26px;
	margin-top: 10px;
} */

.form-table td {
	text-align: left;
}

label.required {
	color: #6DB1FF;
}

input.required {
	
}

.note {
	
}

div.submit-form {
	padding: 10px 0px;
}

div.submit-form label {
	float: left;
	width: 120px;
	padding-top: 4px;
}

div.submit-form input {
	font-family: "BenchNine-Light";
	width: 358px;
	font-size: 18px;
}

div.submit-form textarea {
	font-family: "BenchNine-Light";
	width: 358px;
	font-size: 18px;
}

div.submit-form button {
	/*358+120−100*/
	/* margin-left: 378px; */
	width: 106px
}

input[type="text"] {
/* 	height: 40px; */
    min-height: 26px;
    height: 26px;
	width: 220px;
}

select {
	min-height: 26px;
	height: 28px;
}

input[type="checkbox"] {
	vertical-align: middle;
    position: relative;
    bottom: 4px;
}

p.confirmation-message {
	padding: 10px 0px;
	font-weight: normal;
	font-size: 20px;
}

h4 {
	padding: 4px 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(85, 174, 58, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 174, 58, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 174, 58, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 174, 58, 0.6);
}

.hpo,input.hpo {
	display: none;
}

div#home-left-side {
	float: left;
	width: 160px;
}

div#left-side {
	float: left;
	width: 160px;
} 

div#description {
	width: 540px;
	float: left;
	padding-right: 4px;
	padding-left: 4px;	
}

div#right-side {
	width: 187px;
	float: right;
}

div#right-side img {
	width: 179px;
}

div#right-side> a {
	display: block;
	margin-bottom: 9px;
}

div#app-home {
	width: 100%;
	height: 160px;
	padding: 9px 7px;
	/* this one is responsible for the rounded curves of the div. The higher the more rounded the div will look */
  	border-radius: 16px;
  	background-color: #e4f4df;
  	margin-bottom: 16px;
}

div#app-home div#right-side {
	margin-top: 12px;
}

div#app-home h2 {
	margin-top: 9px;
	margin-bottom: 9px;
}

div.header-section {
    margin-bottom: 23px;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

div.header-section > h2, div.header-section > h1{
	padding-top: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.header-section > h1{
	font-size: 40px;
}

div.header-section > h2 {
	font-size: 36px;
}

#error-message-box { 
  font-size: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute; 
  top: 0; right: 0; 
  z-index: 10; 
  background:#FFD9C4;
  padding:5px;
  border:1px solid #CCCCCC;
  /* this one is responsible for the rounded curves of the message balloon. The higher the more rounded the balloon will look */
  /* border-radius: 5px; */
  text-align:center; 
}

#success-message-box {
  background:#D2FFD2;
  font-size: 18px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute; 
  top: 0; right: 0; 
  z-index: 10; 
  border:1px solid #CCCCCC;
  /* this one is responsible for the rounded curves of the message balloon. The higher the more rounded the balloon will look */
  /* border-radius: 5px; */
  text-align:center;
}
