html {
	margin:0;
	padding:0;
	height: 100%;
}

body {
    padding-top: 35px;
    padding-bottom: 0px;
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
}

@media (max-width: 512px) {
	body {
		min-width: 512px;
	}
}


/**
 * Header
 */
.b2b_nav.navbar {
    min-height: 35px !important;
}
#navbar {
    float: right;
}
#navbar a, #navbar .dropdown-menu a {
	font-size: 13px;
	font-weight: normal;
} 
.b2b_nav .navbar-form .form-group.options {
	margin-left: 10px;
}
.b2b_nav .navbar-form .form-group.options a {
	color: #ccc;
}
.b2b_nav .navbar-form .form-group.options a:hover {
	color: #fff;
}
.b2b_nav .dropdown-submenu {
    position: relative;
}
.b2b_nav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.b2b_nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.b2b_nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.b2b_nav .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

@media only screen and (max-width: 767px) {
	#navbar {
		box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 20px, rgba(0, 0, 0, 0.12) 0px 6px 6px;
	}
	#navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		border: 1px #d9d9d9 solid;
	}
}

.sendMessage #paymentForm iframe {
	float: left;
	padding: 2px;
	height: 25px;
	margin-right: 10px;
	border: 1px #888 solid;
}

.sendMessage #paymentForm #cardNumberContainer iframe {
	width: 180px;
}

.sendMessage #paymentForm #expirationDateContainer iframe {
	width: 100px;
}

.sendMessage #paymentForm #securityCodeContainer iframe {
	width: 60px;
}

.sendMessage #paymentForm iframe input {
	padding: 0;
	border: 1px red dotted;
}

.sendMessage #paymentForm #cardNumber {
	_border: 2px red dotted;
}


@media (max-width: 991px) {
	.b2b_nav .menuLabel {
		display: none;
	}
	
	.b2b_nav .navbar-brand {
		padding-top: 12px;
		padding-left: 2px;
		padding-right: 5px;
	}
	
}

@media (max-width: 767px) {
	.b2b_nav .menuLabel {
		display: inline;
	}
	.b2b_nav .navbar-nav li {
		font-size: 15px;
	} 
}


/**
 * Footer
 */
.b2b_nav_footer {
	width: 100%;
	min-height: 28px !important;
	padding: 5px;
	background-color: #f3f1ed;
	font-size: 12px !important;
	border-top: 1px #ccc solid !important;
}
.b2b_nav_footer .left {
	float: left;
}
.b2b_nav_footer .right {
	float: right;
}
.b2b_nav_footer a {
	margin: 0 5px 0 5px;
}

/**
 * Content
 */
.container.banner .panel {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.page .title .resellerInfo, .page .title .mailInfo {
		display: none;
	}
}

.page {
	border: 1px #fff solid;
}

.page p {
    font-size: 12px;
    font-weight: 100;
    text-align: justify;
}

.page .btn {
	margin-right: 5px;
}
.page .product-summary {
	float: left;
	width: 345px;
	margin: 5px;
}
.page .product-summary .image, .checkout-image {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
.checkout-image {
	width: 120px;
	text-align: center;
}
.checkout-image.big {
	width: 170px;
	margin-right: 10px;
	text-align: center;
}
.page .product-summary .text {
	float: left;
}
.page .product .image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 265px;
	text-align: center;
}

@media (max-width: 767px) {
	.page .product .image {
		width: 100%;
	}
}

.page .product .image img {
	height: 265px;
}

.page img.product.medium {
	max-width: 120px;
}

.page img.product.large {
	max-width: 265px;
}


.page .product #priceValue, .page .product #skuValue {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.page .product .info {
	overflow: auto;
}

@media (max-width: 767px) {
	.page .product .info {
		width: 100%;
		overflow: none;
	}
}

.page .product .info * {
	font-size: 13px !important;
}
.page .product .info .desc {
	text-align: justify;
	margin-bottom: 10px;
}
.page .product .info a.button {
	font-size: 16px;
	margin-right: 10px;
}

.page .category-logo {
	float: left;
	margin: 0 20px 10px 0;
}

/*
.page .product-list {
	float: left;
}

.page .product-list .title {
	font-size: 16px;
	color: #444 !important;
	border-bottom: 1px #aaa solid;
	margin-top:  15px;
	margin-bottom:  15px;
}

.page .product-list hr {
	margin: 0 0 10px 0;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: none;
}
*/

.page .product-list .product-image {
	float: left;
	width: 120px;
	text-align: center;
}

.page .product-list .product-image img.product {
	height: 120px;
}

.page .product-list .product-text {
	margin-left: 130px;
	text-align: justify;
}

.page .product-list .product-text ul {
	padding-left: 20px;
}

.page .link {
	margin-bottom: 10px;
}

.page #licensesForm dl.order {
	margin-left: 15px;
}

.page #licensesForm dl.order dd {
	margin-left: 15px;
}

.page #licensesForm dl.order.discount {
	margin-top: -10px;
	color: #060;
}

.page tr.disabled td, .page tr td span.disabled {
	color: #aaa;
}

table.disabled tr th, table.disabled tr td, table.info tr.disabled td {
	color: #aaa !important;
}

.page p.nowrap a, .page .button_options a, th.nowrap, td.nowrap {
	white-space: nowrap;
}

.page span.normal {
	font-weight: normal;
}

.page fieldset {
	margin-bottom: 8px;
}

.page legend {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

.page input.redeem, .page input.invoice {
	padding: 0 10px 0 10px;
	font-family: monospace;
	font-size: 1.4em;
	font-weight: bold;
}

.page .canceled { color: #800; }
.page .acepted { color: #4cae4c; }

.page hr.separator {
	height: 1px;
	color: #dbdbdb;
	background-color: #dbdbdb;
}

.page ul.main {
	margin-left: 20px;
	padding: 0; 
}

.page ul.main li {
	list-style-type: none;
}

.page p.info {
	margin-bottom: 1px;
}

.page .help { text-align: justify; }
.page .help h1 { font-size: 1.4em; font-weight: bold; }
.page .help h2 { font-size: 1.2em; font-weight: bold; }
.page .help h3 { font-size: 1.0em; font-weight: bold; }
.page .help h4 { font-size: 1.0em; font-weight: bold; }
.page .help p, .page .help li { font-size: 13px; }

.warning, .orders span.state_0, .subscription_1, span.state_no_active {
	color: #880;
}

.orders span.state_1, .users span.state_0, span.state_active, .subscription_2 {
	color: #080;
	font-weight: bold;
}
.orders span.state_2, .correct, .users span.state_1, span.state_ok, .products span.state_1, .licenses span.state_1 {
	color: #080 !important;
}
.orders span.state_3, .orders span.state_4, .users span.state_2, span.state_ko, .products span.state_0,
.licenses span.state_0, .error, .subscription_0, .subscription_3 {
	color: #800 !important;
}

.state_neutral { color: #000; }
.users .admin_0 { color: #00c; }
.users .admin_1, .users .admin_2 { color: #0aa; }
.users .admin_3 { color: #08c; }
.users .admin_4 { color: #0af; }
.users .admin_5 { color: #04f; }

.form-group .control-pass input[type="password"] {
	margin-right: 10px; width: auto;
}

.form-group .control-pass input[type="checkbox"] {
	margin-right: 4px; width: auto;
}

.form-group .input-group.left {
	float: left;
	margin-right: 10px;
}

.form-group .form-required {
	color:red;
	font-size: 120%;
}

.help-block {
	font-size: 12px !important;
	font-style: italic;
	margin-bottom: 0 !important;
	color: #aaa !important;
}

dl.reseller, dl.config {
	border: 1px #dddddd solid;
	border-radius: 2px;
	padding: 1px;
}

dl.reseller dt, dl.config dt {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 5px;
	margin-right: 5px;
	background-color: #f9f9f9;
	line-height: 22px; 
}

dl.reseller dd, dl.config dd {
	line-height: 22px;
}

dl.reseller dd.right {
	float: right;
	margin-right: 5px;
}

dl.config dd span {
	color: #a00;
}

dl.reseller #btnSave, dl.reseller #btnCancel {
	display: none;
}

dl.reseller input.editable {
	display: none;
	line-height: 14px;
}

.categories img.icon {
	width: 16px;
	margin-top: -2px;
}

span.button {
	cursor: pointer;
	background-color: #fff;
}
span.button:hover {	background-color: #e6e6e6; }
span.button:active { background-color: #d4d4d4; }

span.code {
	font-family: Courier New;
}

span.code.pending {
	color: #888;
}

#importing, #importing2, #importing3, .sending, .hide, .hiddenElement, span.hiddenGlyphicon {
	display: none;
}

#mailError {
	font-size: 1.0em;
}

a.icon {
	margin-left: 2px;
	font-size: 1.1em;
}

img.ico_brand {
	margin: -3px 3px 0 0;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.help {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
}

@media (max-width: 991px) {
	img.help {
		width: 100%;
	}
}

a.right, div.right {
	float: right;
}

.center {
	text-align: center;
}

.passstrength {
	display: block;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    margin-top: 8px;
}
.passstrength.pass_error { color: #a94442; }
.passstrength.pass_alert { color: #8a6d3b; }
.passstrength.pass_ok { color: #3c763d; }

div.alert {
	font-size: 1.2em;
	float: left;
	width: 100%;
}

.red { color: #d9534f; }
.blue { color: #337ab7; }

.back-grey {
	background-color: #eef;
}

.back-microsite {
	background: #fff url(../img/back_microsite.jpg);
	background-repeat: repeat;
}

.redeem-header {
	color: #fff;
	padding: 0;
	background-color: #118813;
	text-align: center;
	clear: both;
}

.redeem-content {
	padding-top: 15px;
	background-color: #fff;
	border: 1px #ccc solid;
	clear: both;	
}

.redeem-footer {
	padding: 10px 0 0 0;
	background-color: transparent;
	text-align: center;
	clear: both;
}

label.redeem {
	font-size: 14px;
	margin-bottom: 10px;
}

.invoice-header {
	padding: 15px 0 15px 0 !important;
	color: #000;
	text-align: left;
	text-align: center;
	clear: both;
}

.invoice-content {
	padding-top: 15px;
	background-color: #fff;
	border: 1px #ccc solid;
	clear: both;	
}

.invoice-footer {
	padding: 10px 0 10px 0;
	background-color: transparent;
	text-align: center;
	clear: both;
}

@media (max-width: 767px) {
	.hidden-small {
		display: none;
	}
}

@media print {
	.no-print {
		display: none;
	}
}
