/*

	app.phraseworthy.com (Laravel pages)

  CH1 - app.blade.php
  CH2 - auth/register.blade.php
  CH2.1 - subscribe/plan-menu.blade.php
  CH3 - auth/login.blade.php
  CH4 - auth/password.blade.php
  CH5 - auth/reset.blade.php
  CH6 - subscribe/chooseplan.blade.php
  CH7 - subscribe/thankyou.blade.php
  CH8 - paypage.blade.php
*/

/*  CH1 - app.blade.php  */

/*  orange is : rgb(247,148,29);
    blue is   : rgb(63,167,183);   */

body {
  background-color: rgb(63,167,183);
  font-family: "Open Sans", sans-serif;
}

.container {
  background-color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
	min-height: 768px;
	height: 100vh;
	overflow: auto;
}

.contents {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer a {
	font-weight: bold;
	font-size: 20px;
	color: rgb(63,167,183);
}

.footer .glyphicon {
	padding-left: 7px;
	padding-right: 7px;
}

.footer ul {
	list-style-type: none;
  padding-left: 0px;
}

/*   CH2 - auth/register.blade.php */

.contents h1 {
	font-style: italic;
	font-weight: bold;
	color: rgb(63,167,183);
	margin: 70px 0px;
	text-align: center;
}

.text-inputs > div {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}

.text-inputs > div > label {
	font-weight: bold;
	order: 1;
	margin-right: 7px;
	font-size: 18px
}

.text-inputs > div > input {
	order: 2;
	flex-grow: 1;
	display: inline-flex;
	width: 266px;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	height: 28px;
	padding-left: 8px;
}

.legal-agreement {
	margin-top: 30px;
}

.legal-agreement p {
	font-size: 17px;
}

.legal-agreement p a {
	color: rgb(247,148,29);
}

.legal-agreement div {
	display: inline-block;
	height: 4em;
}

.legal-agreement label {
	display: inline;
	font-weight: normal;
	font-size: 15px;
}

.legal-agreement input[type="checkbox"] {
	display: inline;
}

input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:21px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
	font-weight: normal;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -16px;
}

label.css-label {
	background-image:url(../images/csscheckboxes-blue.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-button {
	text-align: center;
}

button[type=submit] {
	background-color: rgb(247,148,29);
	color: white;
	border-style: none;
	border-radius: 8px;
	font-size: 26px;
	padding: 7px 35px;
	font-style: italic;
	font-weight: 300;
}

/*  CH2.1 - subscribe/plan-menu.blade.php*/

.plan-menu-content ul.plan-menu {
  list-style-type: none;
  display: flex;
  padding: 0;
}

.plan-menu-content li.subscription {
  padding: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 7px;
  margin: 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.plan-menu-content li .sub-text {
  font-size: 14px;
  font-style: italic;
  text-align: left;
  padding-left: 20px;
}

.plan-menu-content .small-print {
  font-size: 11px;
  font-style: italic;
}

.plan-menu-content .free-trial {
  text-align: center;
  margin: 35px 10px;
  border: solid 1px #e8e8e8;
  border-radius: 7px;
  padding: 0 10px 10px 10px;
}

.plan-menu-content h3 {
  font-size: 20px;
}

.plan-menu-content .free-trial ul {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.plan-menu-content .free-trial li {
  text-align: left;
}


/*   CH3 - auth/login.blade.php */

.logo {
	text-align: center;
	margin: 50px 0;
}

.spacer {
	min-height: 80px;
}

.sub-footer {
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  margin-top: 120px;
  text-align: left;
  margin-left: 25%;
}

.mailto-support {
  font-size: 18px;
}

/*   CH4 - auth/password.blade.php */
/*   CH5 - auth/reset.blade.php */
/*   CH6 - subscribe/chooseplan.blade.php */

.chooseplan-content {
	width: 75%;
	margin: 0 auto;
}

.subscription p {
	font-size: 18px
}

button.stripe-button-el {
	background-image: none;
	padding: 5px;
}

button.stripe-button-el span {
	background-image: none;
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: lighter;
	font-size: 17px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}

/*   CH7 - subscribe/thankyou.blade.php */

.thankyou-content h1 {
	margin-bottom: 7px;
	margin-top: 100px;
}

.thankyou-content p {
	text-align: center;
	font-size: 17px;
}

.thankyou-footer a {
	color: rgb(247,148,29);
}

/*   CH8 - paypage.blade.php */


.settings-content table.invoice-table {
	width: 150%;
	margin-left: -25%;
	margin-right: -25%;
}

.settings-content table.invoice-table th {
	padding: 5px 20px;
	font-size: 20px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-bottom-width: 2px;
	border-color: black;
	background-color: rgb(63,167,183);
	color: white;
}

.settings-content table.invoice-table td {
	padding: 5px 20px;
	font-size: 16px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
}

.settings-content input#numAdditional {
	height: 27px;
	width: 49px;
	font-size: 16px;
	text-align: center;
	border-width: 2px;
	position: relative;
	top: 7px;
}
