/** 
    This CSS file is included into <head> of each user template after amember.css
    and before site.css (if it is exists).

    There you can see variable #ffffff - it is configured in setup form 
    (see application/default/themes/sample/Theme.php) and now substituted here.
    Files with variables must be added to special list ($publicWithVars) of Am_Theme
    class and these files are routed via special URL. Routed via URL, it is cached
    in browser for 1 hour.

    @link Am_View->printLayoutHead()
*/
html {
	background-color: #ffffff;
}
body.starter { 
	margin: 15px 0 0 0;
	background-color: #ffffff;
	font-size: 1.6em;
}
header {
	margin: 0 0 20px 0;
}
footer {
	/*position: absolute;*/
	bottom: 0;
	height: 60px;
	width: 100%;
	margin-top: 40px;
	color: #aaa;
	text-transform: uppercase;
}
ol, ul {
	padding-left: 40px;
}
ol li {
	list-style: decimal;
}
ul li {
	list-style: disc;
}
.container {
	margin-top: 15px;
}
.am-user-identity-block {
	float: right;
	margin-left: 24px;
	padding: 10px 24px;
}
.notice {
	padding: 10px 15px;
	border-width: 1px;
	border-style: solid;
}
.info {
	border-color: #337ab7;
	background-color: #eef6fd;
}
/* Navigation Bar */
#navmenu {
	background-color: #1E1E1E;
	color: #FFFFFF;
	text-align: right;
}
#navmenu ul {
	margin: 0;
	padding: 0;
}
#navmenu li {
	display: inline-block;
	list-style-type: none;
}
#navmenu li a {
	display: block;
	padding: 2rem 2.4rem;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.starter-content {
	margin-bottom: 40px;
}
.starter-content .am-form fieldset legend {
	background: #333333;
}
/*
 * Dashboard list
 */
.am-block .am-list-resources li {
	margin: 0 0.3em 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #E0E0E0;
}
.am-list-resources a {
	font-weight: bold;
}
/* Forms */
.am-form.am-login-form, .am-form form {
	border-radius: 3px;
	box-shadow: none;
}
.am-form fieldset:first-child legend:first-child {
	border-radius: 3px 3px 0 0;
}
.am-form div.row {
	margin-left: 0;
	margin-right: 0;
}
.contentmain {
	background-color: #F5F5F5;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}
/*
 * Video
 */

.am-video-wrapper {
	background: transparent;
	text-align: left;
}
.mfp-iframe-holder .mfp-content {
	width: auto;
}
.mfp-youtube .mfp-iframe-holder .mfp-content {
	width: 100%;
}
/*
 * License Page
 */
#license-col1, #license-col2 {
	display: inline-block;
}
#license-col1 {
	width: 57.5%;
	vertical-align: top;
}
#license-col2 {
	width: 41.5%;
}
#license-col2 .grid td {
	padding: 0.5em;
}
.softsale-item {
	width: 90%;
}
.softsale-file-versions {
    display: table;
    width: 90%;
}
.softsale-file-versions table {
	width: 100%;
}
.softsale-file-title {
	font-weight: bold;
	font-size: 150%;
}
.sofsale-file-title, .softsale-file-desc {
	display: block;
}
.softsale-file-version-select {
	font-size: 100%;
	border: 1px solid #CCCCCC;
}
.softsale-file-version-detail {
	border:0;
	max-height: none;
}
.softsale-file-version-detail td {
	width: 25%;
	padding-top:0.5em;
	padding-right:1.5em;
	padding-bottom:0.5em;
	border-bottom: 1px solid #dbdbdb;
	vertical-align: middle;
	text-align: center;
}
.softsale-file-version-detail-details {
	font-size: 100%;
	white-space: normal;
	color: #333;
	font-style: inherit;
}
.softsale-file-update {
	display: block;
	color: #777777;
	font-size: 85%;
	font-style: italic;
}
/*
 * OTO
 */
.oto-upgrade button {
    background: #e74c3c;
    padding: 1em 2em;
    border: none;
    color: #ffffff;
    margin: 1em 0;
    border-radius: 3px;
}
/*
 * Cart
 */
tr.grid-row.am-basket-terms {
	color:#CC0400;
}
.am-basket .am-basket-totals-granttotal .am-basket-total, .am-basket .am-basket-totals td {
	font-size: 1.5em;
}