body {
    margin: 0;
    background-color: #ffffff;

    font-family: Rubik, sans-serif;
    font-size: 16px;
    color: #000000;

	background-image: url('/images/layout/blur.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.display_none,
div.customer_links a.display_none {
	display: none;
}

img {
	vertical-align: bottom;
}

#nav_edit h3 {
    font-size: 14px;
    margin: 3px 0 5px 6px;
}
#nav_edit a,
#nav_edit_2 a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 1px 4px;
    border: 1px solid transparent;
    color: #000000;
    margin: 0 0 2px 0;
}
#nav_edit a:hover,
#nav_edit_2 a:hover {
    background-color: #efeffa;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
#nav_edit,
#nav_edit_2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    border: 1px solid rgb(174, 174, 174);
    background-color: rgb(250, 250, 250);
    background-color: rgba(250, 250, 250, 0.85);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 10px;
    margin: 5px 10px;
    padding: 5px;
    font-size: 13px;
    overflow: hidden;
    z-index: 100;
}
#nav_edit_2 {
    width: 45px;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	margin: 0px 0 25px 0;
	font-size: 120%;
	font-weight: 500;
}

h2 {
}

h3 {
}

form {
	text-align: center;
}

input,
button,
textarea {
	font-family: Rubik, sans-serif;
	font-size: 16px;
}

input[type="text"] {
	text-align: center;
	border: 1px solid #333333;
	padding: 10px 5px;
	width: 100%;
	max-width: 72%;
	margin-bottom: 20px;
}

div.error {
	margin: 10px 0;
	color: #aa3333;
}

button {
	display: block;
	margin: 0 auto;
	background-color: #6aa576;
	color: #ffffff;
	padding: 15px 30px;
	border: 0 none;
	border-radius: 10px;
	min-width: 72%;
	cursor: pointer;
}
button.enter {
	background-color: #2c347b;
}

div.offer_expired,
div.thank_you,
div.accept_button {
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
	text-align: center;
}
div.offer_expired button,
div.thank_you button {
	cursor: auto;
	background-color: #aeaeae;
}
div.accepted_at {
	padding-top: 5px;
	font-size: 14px;
	color: #555555;	
}

div.expired div.offer_expired,
div.accepted div.thank_you,
div.not_accepted div.accept_button {
	display: block;
}

div.offer_accept_text {
    background-color: rgba(211, 211, 211, 0.4);
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.4);
	margin: -10px -16px;
}

div.offer_accept_text a {
	color: #333333;
	text-align: center;
}

div.footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 25px;
	color: #333333;
	font-size: 13px;
}
div.customer_links {
	margin-top: 20px;
}
div.customer_links a {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}

div#page {
	position: relative;
	margin: 20px auto;
	padding: 20px;
	padding-bottom: 70px;
	width: 100%;
	max-width: 390px;
	background-color: #ffffff;
	min-height: calc(100vh - 40px - 40px);
	box-sizing: border-box;
}
div#page img.customer_logo {
	display: block;
	max-width: 100%;
	max-height: 150px;
	margin: 0 auto;
}
div#content {
	padding: 0 10px;
}
@media screen and (max-width:375px) {
	div#page {
		margin: 0;
		width: 100%;
	}
	div#content {
		padding: 0;
	}
}
@media screen and (max-width:325px) {
	div#content {
		padding: 0;
	}
}

div#nav1 {
    width: 200px;
}
div#nav1 ul {
    margin: 0;
    padding: 0;
}
div#nav1 ul.d0 {
    margin: 47px 6px 0 10px;
}
div#nav1 ul.d1 {
    margin-left: 8px;
}
div#nav1 li {
    text-align: left;
    list-style: none;
    padding: 0;
	padding-left: 2px;
	margin: 0;
}
div#nav1 li > img {
	display: block;
	margin: 6px 0;
}

#nav1 a {
	display: block;
    color: #e72b1f;
    text-decoration: none;
}
#nav1 li.selected > a {
	color: #000000;
}
#nav1 a:hover {
    text-decoration: none;
}


div#content  {
}

.preamble {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0.85em;
}

/*
 * Dashboard
 */
div.dashboard_box {
    width: 200px;
    border: 2px solid rgb(173, 175, 175);
    float: left;
    margin: 0 20px 15px 0;
    padding: 16px 12px 6px 12px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: normal;
}
a.db_top,
div.db_top {
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}
div.db_bottom {
    text-align: right;
}
a.db_bottom {
}

