#navbar { /* This fixes bug where navigation color was being overriden by body reset */
	background-color: #c1bfc0;
}

#graybox {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: white;
	z-index: 1001;
	opacity: 0.25;
}

.account-nav-box {
	margin: 10px;
}

.btn-toggle-nav {
	margin: 10px 0px 10px 0px;
	display: none;
}

#accountNav {
	border-right: thin solid lightgray;
	padding-right: 10px;
	-webkit-transition: max-height 500ms;
	-moz-transition: max-height 500ms;
	-ms-transition: max-height 500ms;
	-o-transition: max-height 500ms;
	transition: max-height 500ms;
	overflow: hidden;
	max-height: 999px;
}

a, a:visited, .btn-link, .btn-link:visited {
	color: brown;
}
a:hover, a:focus, a:active, .btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #a0a0a0;
	text-decoration: none;
}

.account-nav li {
	line-height: 1.1em;
}

.account-nav li, .account-nav a {
	color: #686868;
}

.account-nav > li > a:focus, .account-nav > li > a:hover {
	color: #a0a0a0;
}

.account-nav > li.active > a,
.account-nav > li.active > a:focus,
.account-nav > li.active > a:hover {
	background-color: gray;
}

.account-nav hr {
	width: 90%;
	border-color: lightgray;
	margin: 5px 5% 5px 5%;
}

.nav-no-link {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 13px;
	font-weight: bold;
}

.form-padding {
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}

h2, h3, h4 {
	color: #686868;
	margin-bottom: 15px;
}

.space-before {
	margin-top: 40px;
}

.space-after {
	margin-bottom: 40px;
}

label {
	font-weight: normal;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
	background-color: #909090;
	border-color: #505050;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -o-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#909090),to(#686868));
	background-image: linear-gradient(to bottom,#909090 0,#686868 100%);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-image: -webkit-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -o-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#686868),to(#909090));
	background-image: linear-gradient(to bottom,#686868 0,#909090 100%);
}

a.btn-primary, a:visited.btn-primary, a:hover.btn-primary, a:focus.btn-primary {
	color: white;
}

.btn-download {
	margin: 10px;
}

.account-content-box {
	margin-left: 0px;
	padding-left: 20px;
	font-size: 115%;
}

.unpaid-box {
	border: thin solid black;
	margin: 0px 0px 30px 0px;
	padding: 15px;
}

.unpaid-box li {
	margin-bottom: 0.5em;
}

.list-group-item.active {
	background-image: -webkit-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -o-linear-gradient(top,#909090 0,#686868 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#909090),to(#686868));
	background-image: linear-gradient(to bottom,#909090 0,#686868 100%);
	border-color: gray;
}

.list-group-item.active:hover {
	background-image: -webkit-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -o-linear-gradient(top,#686868 0,#909090 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#686868),to(#909090));
	background-image: linear-gradient(to bottom,#686868 0,#909090 100%);
	border-color: gray;
}

.card-button-space {
	margin-left: 10%;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.billing-cycle-box {
	margin-top: 10%;
	border: thin solid lightgray;
	padding: 10px;
	text-align: center;
}

.disclaimer {
	font-size: 85%;
}

select {
	padding: 4px;
}

td.money {
	text-align: right;
}

table > tbody > tr > td.balance, table > tbody > tr > th.balance {
	height: 50px;
	vertical-align: bottom;
	font-weight: bold;
}

.phone-box {
	height: 200px;
	max-width: 350px;
	border: 1px solid lightgray;
	overflow: auto;
}

.phone-box a {
	text-align: center;
}

.phone-box p {
	padding: 10px 10px 10px 10px;
}

.btn-phone-row {
	margin-left: 20px;
}

.btn-release-social {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.social-media-button-icon {
	height: 20px;
	margin: 0px 10px 0px 10px;
}

.modal-header {
	border: none;
}

.modal-footer {
	border: none;
	text-align: center;
}

.support-manuals {
	padding-left: 10px;
	padding-right: 10px;
}

/*************
* JammText tools
*/
.plan-box {
	margin: 10px;
	padding: 15px 20px 5px 20px;
	border: thin solid lightgray;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	min-height: 210px;
}

.plan-box p {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}
.plan-box .plan-price {
	font-style: none;
}

.plan-box ul {
	margin: 0px;
	text-align: left;
	list-style-type: none;
}

.plan-select {
	margin-bottom: 15px;
	min-height: 30px;
}

.plan-button {
	margin-left: 20px;
}

.collapsing-box {
	-webkit-transition: max-height 300ms;
	-moz-transition: max-height 300ms;
	-ms-transition: max-height 300ms;
	-o-transition: max-height 300ms;
	transition: max-height 300ms;
	overflow: hidden;
}

.collapsing-box-visible {
	max-height: 999px;
}

.collapsing-box-hidden {
	max-height: 0px;
}

.jammtext-cancel-reason {
	width: 100%;
	height: 100px;
	margin: 15px 0px 15px 0px;
}
.btn-jammtext-cancel {
	margin: 0px 10px 0px 10px;
}

@media only screen and (max-width: 992px) {
	.account-nav-box {
		border-top: thin solid lightgray;
		border-bottom: thin solid lightgray;
	}
	#accountNav {
		border-right: none;
		max-height: 0px;
	}
	.btn-toggle-nav {
		display: block;
	}
	.account-content-box {
		margin-left: 0px;
	}
	.billing-cycle-box {
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.card-button-space {
		margin-left: 5%;
	}
}

/***********
 Affiliate program 
*/

div.terms {
	height:200px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px;
	overflow:auto;
}
div.terms p,
div.terms li {font:normal 11px/15px arial;color:#333;}
div.terms h3 {font:bold 14px/19px arial;color:#000;}
div.terms h4 {font:bold 12px/17px arial;color:#000;}
div.terms strong {color:#000;}

.affiliate-how-group {
	margin: -10px;
	text-align: center;
}
.affiliate-how-box {
	display: inline-block;
	vertical-align: top;
	width: 265px;
	min-height: 10.75em;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid darkgray;
	border-radius: 4px;
}