/* @override http://soeasypay.com/addons/themes/soeasypay/css/main.css */

@charset "utf-8";


/**
 * @author 	Prompt Creative Consultancy Ltd
 * @link	http://weareprompt.com/
 * @package SoEasyPay
 * @license	Prompt Creative Consultancy Ltd General Terms of Use
 *
 */

/* RESET */

nav ul, nav ul li, #accordion li{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited {
	color: #00405f;
}

/* END RESET */

body {
	color: #00405f;
	background-color: #bdccd6;
	overflow-x: hidden;
	overflow-y: scroll;
}

a:hover {
	text-decoration: underline;
}

.background{
	padding-top: 15px;
	background: #ffffff url(../img/glyphs/footer-bg.png) repeat-x 0 bottom;
	min-width: 960px;
	overflow: hidden;
}

.popup .background{
	padding: 15px;
	min-width: 20px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.screen-reader {
	display: none;
}

h1,h2,h3{
	font-family: 'Eurostile', 'EurostileFF', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 10px 0;
}

.container{
	width: 960px;
	margin: auto;
}

.logo {
	width: 260px;
	height: 100px;
	float: left;
}

nav.language, nav.main-menu{
	float: right;
	width: 700px;
}

nav.language ul li, nav.language span{
	float: right;
}

nav.language .translation-text{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 10px;
	height: 16px;
	display: block;
}

nav.language img {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
}

nav.main-menu li{
	float: left;
	margin-left: 10px;
}

nav.main-menu li a {
	padding: 8px 5px;
	display: block;
}

nav.main-menu li a.current, nav.main-menu li a.current:hover {
	background-color: #bcccd5;
	color: #00405f !important;
	cursor: default;
}

nav.main-menu ul {
	float: right;
}

nav.main-menu li a:link, nav.main-menu li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
	margin-bottom: 15px;
	border-bottom: 3px solid #bcccd5;
}

#header h1 {
	float: right;
	width: 680px;
	text-align: right;
	font-size: 34px;
	border-bottom: 1px solid #bcccd5;
	margin: 0;
}

.breadcrumbs {
	color: #c0c0c0;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #c0c0c0;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 3px;
}

.slogan {
	height: 95px;
	overflow: hidden;
	position: relative;
}

.slogan h1{
	font-size: 32px;
	text-align: left;
	line-height: 1.2em;
	padding-right: 20px;
	height: 75px;
	position: absolute;
	top: 95px;
	left: 0px;
}

.green, nav.main-menu li a:hover, .content-text h2, .content-text h3, .tabbed-menu li a:hover{
	color: #6fc05a !important;
}



.content-text h1, .content-text h2, .content-text h3 {
	margin: 10px 0 0 0;
}

.content-text h1 {
	font-size: 34px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.content-text hr{
	height: 3px;
	border: none;
	background: #bcccd5;
}

.content-text ul{
	list-style-image: url(../img/bullet.png);
	list-style-type: circle;
}

.content-text ul li {
	margin: 0 0 0 15px;
}

.two-col {
}

.content-text .two-col .col-1 {
	width: 460px;
	float: left;
}

.content-text .two-col .col-2 {
	width: 460px;
	float: right;
}

.with-sidebar {
	margin-left: 220px;
	padding-left: 15px;
}

.with-sidebar img{
	max-width: 710px;
	height: auto !important;
}

.without-sidebar, .with-sidebar {
	background-color: #fff;
}

.sidebar-menu {
	width: 200px;
	float: left;
	height: 100%;
	padding: 10px;
	background: #bcccd5;
}

.sidebar-menu a:link, .sidebar-menu a:visited{
	text-decoration: none;
	font-weight: bold;
}

.sidebar-menu ul, .sidebar-menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-menu ul li.first {
	border-top: 1px solid white;
	padding-top: 2px;
}

.sidebar-menu ul li {
	border-bottom: 1px solid white;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.sidebar-menu ul li a {
	padding: 6px 6px 6px 30px;
	-moz-border-radius: 3px;
-webkit-border-radius:3px;
	display: block;
	background: url(../img/glyphs/arrow-normal.png) no-repeat 5px center;
}

.sidebar-menu ul li a:hover{
	color: #6fc05a;
	background: #fff url(../img/glyphs/arrow-hover.png) no-repeat 5px center;
}

.sidebar-menu ul li.current a, .sidebar-menu ul li.current a:hover{
	color: #00405f;
	background: #fff url(../img/glyphs/arrow-hover.png) no-repeat 5px center;
}

.sidebar-menu ul li ul {
	margin-bottom: 10px;
}

.sidebar-menu ul li ul li a:link, .sidebar-menu ul li ul li a:visited{
	font-weight: normal;
	font-style: normal;
}

.tabbed-menu li{
	list-style: none;
	margin: 2px 5px -1px 0 !important;
	border: 1px solid #bcccd5;
	float: left;
	display: inline-block;
	background: url(../img/tab-bg.png) repeat-x center bottom;
}

.tabbed-menu li a:link, .tabbed-menu li a:visited{
	padding: 5px 10px !important;
	display: inline-block;
	text-decoration: none;
}

.tabbed-menu li.active{
	border-bottom-color: #fff;
	margin-top: 0px !important;
	padding-top: 2px;
	background: #fff;
}

#tabbed-content{
	border: 1px solid #bcccd5;
	clear: both;
	padding: 0 10px 10px 10px;
}

#accordion{
	border-bottom: 1px solid #bcccd5;
}

#accordion li > a{
	display: block;
	padding: 5px 10px;
	border: 1px solid #bcccd5;
	background: #fff url(../img/tab-bg.png) repeat-x 0 bottom;
	text-decoration: none;
	font-weight: bold;
}

#accordion li > a img {
	margin: 0 5px -5px 0;
}

#accordion li .inner {
	padding: 10px;
	border: 1px solid #bcccd5;
}

.frontpage-promo {
	padding: 20px;
	height: 395px;
}

.frontpage-promo-container{
	overflow: hidden;
	height: 435px;
	position: relative;
}

.frontpage-promo-background{
	height: 435px;
	margin-bottom: -435px;
	position: relative;
	z-index: 1;
}

.frontpage-promo .promo-box{
	background: #8ea9ba url(../img/frontpage-box.jpg) no-repeat;
	padding: 10px;
	width: 225px;
	height: 100px;
	margin-bottom: 15px;
	float: right;
	clear: both;
	position: relative;
	z-index: 5 !important;
}

.frontpage-promo .promo-box h2{
	font-size: 13px;
	margin: 0 0 5px 0px;
}

.frontpage-promo .promo-box h2 a{
	color: #fff;
	text-decoration: none;
	background: url(../img/glyphs/arrow-normal.png) no-repeat left center;
	padding-left: 26px;
	height: 20px;
	display: block;
}

.frontpage-promo .promo-box h2 a:hover{
	background-image: url(../img/glyphs/arrow-hover.png);
}

.frontpage-promo .promo-box span {
	display: block;
	height: 65px;
	overflow: hidden;
	font-size: 11px;
	color: #00405f;
}

.frontpage-promo .promo-box .more-link a:link, .frontpage-promo .promo-box .more-link a:visited{
	float: right;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #00405f;
}

#footer {
	margin-top: 15px;
	padding: 5px 10px;
	text-align: right;
	color: #fffeff;
	background-color: #00405f;
	font-size: 11px;
}

.badges {
	text-align: right;
	padding: 30px 310px 30px 0px;
	background: url(../img/glyphs/cards.png) no-repeat right center;
	font-size: 11px;
}

footer nav {
	float: left;
}

footer nav a{
	color: #fff !important;
	text-decoration: none;
	margin-right: 15px;
}

.breadcrumb-holder {
	background: #c8d2d6;
	height: 32px;
}
.form_description {
	color: #323433;
	float: left;
	width: 760px;
}
.price_table {
	background: #c8d2d6; 
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.price_table tr {
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.price_table td {
	padding: 10px;
	border-left: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}
.price_table .header, .price_table .feature {
	background: #294a65;
}

.price_table .header *, .price_table .feature {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
.price_table .feature {
	text-align: left;
}
.price_table .upsell {
	background: #92c363;
}

table tr:last-child td:first-child {
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-left-radius:10px}

table tr:last-child td:last-child {
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
border-bottom-right-radius:10px}
table tr:first-child td:first-child {
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
border-top-left-radius:10px}

table tr:first-child td:last-child {
-moz-border-radius-topright:10px;
-webkit-border-bottom-top-radius:10px;
border-top-right-radius:10px}

#header .plan {
	width: 210px;
}

.features {
	width: 250px;
}

.col-2 {
	margin: 10px 0;
	width: 760px;
	float: left;
}

.col-2 .col {
	width: 380px;
	float: left;
}

.field {
	margin-bottom: 5px;
}

.field label {
	width: 120px;
	display: block;
	float: left;
	height: 18px;
	margin: 2px 0;
	font-weight: bold;
}

.application .field label {
	width:  220px;
}

.inline-form-container {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.field input[type=text] {
	height: 18px;
	border: 1px solid #aeafae;
	padding: 2px 5px;
	width: 150px;
}

.field select {
	border: 1px solid #aeafae;
	width: 160px;
}

.application .field input[type=text] {
	height: 18px;
	border: 1px solid #aeafae;
	padding: 2px 5px;
	width: 250px;
}

.application .field input[type=text].currency {
	width: 80px;
}

.application .field select {
	border: 1px solid #aeafae;
	padding: 2px 5px;
	width: 260px;
}

.field input[type=text].long {
	width: 225px;
}

.field .req {
	background: url(http://sep.web0.soeasysoft.com/img/req.png) repeat-y;
}

.clear {
	clear: both;
}

.form hr{
	background: none;
	border: none;
	border-bottom: 1px dotted #d8d8d4;
}

.form h1 {
	font-size: 34px;
}

.form h2 {
	color: #00405f !important;
}

.req-field-descriptor {
	font-weight: bold;
	color: #00405f;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.req-field-descriptor img {
	margin-bottom: -5px;
}

.submit {
	background: #e4efd7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4efd7 0%, #d5e7c4 10%, #89c06e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efd7), color-stop(10%,#d5e7c4), color-stop(100%,#89c06e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* IE10+ */
	background: linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efd7', endColorstr='#89c06e',GradientType=0 );
	font-size: 18px;
	padding: 7px 20px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #89c16f;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0 0 2px;
	float: right;
}

.back {
	background: #e4efd7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4efd7 0%, #d5e7c4 10%, #89c06e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efd7), color-stop(10%,#d5e7c4), color-stop(100%,#89c06e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* IE10+ */
	background: linear-gradient(top,  #e4efd7 0%,#d5e7c4 10%,#89c06e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efd7', endColorstr='#89c06e',GradientType=0 );
	font-size: 18px;
	padding: 7px 20px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #89c16f;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0 0 2px;
	float: left;
}

.back a {
	text-decoration: none;
	color: #fff;
}

.sidebar {
	float: right;
	width: 200px;
}

.application .sidebar {
	width: 300px;
}

.plan {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 55%, #f3f7fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#ffffff), color-stop(100%,#f3f7fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f7fa',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	border: 1px solid #d2d9dd;
	margin-top: 20px;
	text-align: right;
}

.plan h2, .plan h3 {
	margin: 0;
}

.plan .plan-name {
	border-bottom: 1px dotted #d2d9dd;
	margin: 0px 5px 10px 5px;
}

.plan .plan-features{
	border-bottom: 1px dotted #d2d9dd;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin: 0 5px 5px 5px;
	text-align: left;
}

.plan h3.plan-price {
	color: #00405f !important;
	font-size: 30px;
}

.plan h3 small {
	font-size: 16px;
}

.buttons {
	margin-top: 10px;
}

.option-picker{
	width: 730px;
}

.option-header {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.option-grid {
	border: 1px solid #d2d9dd;
}

.option-title {
	margin: 0;
	float: left;
}

.option-title a{
	padding-left: 38px;
	background: url(../img/add.png) no-repeat;
	height: 28px;
	display: block;
}

.option {
	border-bottom: 1px solid #d2d9dd;
}

.option a{
	text-decoration: none;
}

.option-banner {
	padding: 5px 10px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 55%, #f3f7fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#ffffff), color-stop(100%,#f3f7fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 55%,#f3f7fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f7fa',GradientType=0 ); /* IE6-9 */
	height: 28px;
	border-bottom: 1px solid #d2d9dd;
}

.option-more-info {
	margin-left: 40px;padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(121,121,121,0.1);
	display: none;
	float: right;
	margin-right: 10px;
}

.option-banner:hover .option-more-info {
	display: block;
}

.option .monthly {
	float: right;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.3) 0 1px 0;
	font-weight: bold;
	background-color:  #95c866;
	width: 80px;
	text-align: center;
	overflow: hidden;
}

.option .monthly .month-badge {
	font-style: normal;
	font-weight: normal;
}

.option.selected .option-banner {
	background: #95c866;
}

.included .option-title a {
	background-image: url(../img/cog.png);
}

.selected .option-title a{
	color: #fff;
	background-image: url(../img/tick.png);
}

.option-long {
	padding: 10px;
	display: none;
}

.included .monthly, .included .option-more-info, .selected .monthly, .selected .option-more-info {
	background: rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.7);
	text-shadow: none;
}

.included .option-banner {
	background: #c8d2d5;
}

.extend {
	display: inline-block;
	float: right;
}

.extend img {
	margin: 2px 0;
}

div.checklist {
	text-align: left;
}

div.checklist a.step{
	text-decoration: none;
	padding: 2px 2px 2px 24px;
	display: inline-block;
	background: url(../img/step_incomplete.png) no-repeat left center;
}


div.checklist .current a.step{
	font-weight: bold;
}

div.checklist .complete a.step {
	background: url(../img/step_complete.png) no-repeat left center;
}

.percent {
	width: 40px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #00405f;
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	text-align: center;
	margin-right: 5px;
}

.complete .percent {
	background-color: #95c866;
}

.total-percent {
	width: 40px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #00405f;
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	text-align: center;
	margin-left: 25px;
	margin-right: 5px;
}

.checklist-total {
	text-align: left;
	margin-bottom: 15px;
}

a.step-edit {
	color: #d5d5d5;
	text-decoration: none;
	font-size: 12px;
	background-color: #f1f1f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	padding: 2px 7px;
}

.step:hover a.step-edit {
	background-color: #c8d2d5;
	color: #00405f;
}

.application .main-form {
	float: left;
	width: 650px;
}

.price_table h1 {
	font-size: 28px;
}