/* EXTRANET */
form.extranet-form {
	margin:25px auto;
	padding:0;
	width:443px;
	position:relative;
}
form.extranet-form fieldset {
	background:url(##url##login_extranet.gif) top left no-repeat transparent;
	margin:32px 56px 15px 56px;
	padding-top:35px;
	border:none;
}
form.extranet-form input.text {
	width:190px; height:29px;
	padding:0 5px;
}
form.extranet-form input.password {
	margin-left:15px;
}
form.extranet-form p.notice {
	position:absolute; bottom:-20px; right:5px;
	margin:0;
	font-size:10px;
}
form.extranet-form p.form_warning {
	color:red;
}
form.extranet-form p.form_confirm {
	color:#73A415;
}
form.extranet-form div.field label {
	width:212px;
	float:none;
	display:inline;
	font-weight:normal; font-size:12px;
	margin-left:10px;
}
div#extranet_logo strong {
	color:#a1de29;
}
div#extranet_logo p {
	margin-bottom:0;
}
div#extranet_content form {
	margin-top:0;
	margin-bottom:0;
}
div#extranet_message {
	margin-left:10px;
	padding-top:10px;
}
div#extranet_message p.subject {
	font-size:14px;
	font-weight:bold;
}
div#extranet_message p.body {
	margin-bottom:20px;
}
form#extranet_choices {
	background:#f1f1f1;
	border-bottom:1px dashed #646464;
	margin-top:0;
	margin-bottom:0;
	padding:10px;
}
form#extranet_choices a.next {
	text-indent:-10000px; line-height:22px;
	background:url(##url##pagination-right.gif) no-repeat left center;
	display:inline-block;
	height:22px; width:7px;
	margin:0 0 0 10px;
}
form#extranet_choices a.previous {
	text-indent:-10000px; line-height:22px;
	background:url(##url##pagination-left.gif) no-repeat left center;
	display:inline-block;
	height:22px; width:7px;
	margin:0 10px 0 0;
}
form#extranet_choices .field {
	margin-bottom:0!important;
}
div#extranet_content .pagination {
	text-align:center;
	padding:12px 0;
}
div#extranet_content .pagination a {
	display:inline-block;
	height:22px;
	line-height:22px;
	padding:0 7px;
}
div#extranet_content .pagination strong, div#extranet_content .pagination a:hover {
	display:inline-block;
	height:22px;
	line-height:22px; color:#FFF; text-decoration:none;
	padding:0 7px;
	background-color:#c6c9cb;
	-moz-border-radius:3px; border-radius:3px;
}
div#extranet_content .pagination a.previous {
	float:left;
	text-indent:-10000px;
	background:url(##url##pagination-left.gif) no-repeat left center;
}
div#extranet_content .pagination a.next {
	float:right;
	text-indent:-10000px;
	background:url(##url##pagination-right.gif) no-repeat right center;
}
div#extranet_content fieldset {
	border:1px solid #CACACA;
	margin:1px; padding:0 15px;
	background:url(##url##bg_box.jpg) bottom left repeat-x #ffffff;
}
div#extranet_content fieldset p.date {
	font-size:14px;
	margin:10px 0 15px;
}	
div#extranet_content fieldset input.text {
	width:210px;
	height:20px;
	border:1px solid #d3cfd0;
}
div#extranet_content fieldset textarea {
	width:320px;
	height:125px;
	border:1px solid #d3cfd0;
}
div#extranet_content ul#questions {
	list-style-type:decimal;
	margin:1px; padding:5px 5px 5px 25px;
}
div#extranet_content ul#questions li {
	margin-bottom:5px;
}
div#extranet_content ul.list {
	list-style-type:decimal;
	margin:1px; padding:5px 5px 5px 25px;
}
div#extranet_content ul.list li {
	margin-bottom:5px;
}
div#extranet_content .vcard a {
	font-weight:bold;
	background:url(##url##vcard.png) no-repeat left center;
	display:inline-block;
	padding:0 0 0 20px;
}
a#print_lead {
	float:right;
	font-weight:bold; color:#7DB01A; line-height:30px; font-size:14px;
	background:url(##url##printer.png) no-repeat right center;
	padding:0 20px 0 0;
}
div#extranet_content ul#customer, div#extranet_content ul.customer {
	list-style-type: none;
	margin:1px;
	padding:5px 5px 5px 25px;
}
div#extranet_content ul#customer li, div#extranet_content ul.customer li {
	margin-bottom:3px;
}
div#extranet_content ul#customer li.right, div#extranet_content ul.customer li.right {
	float:right;
	width:50%;
}
div#extranet_content ul#customer label, div#extranet_content ul.customer label {
	width:100px;
	display:inline-block;
	font-weight:bold;
}
table#board {
	margin:0; margin-left:1px;
	border-collapse:collapse;
}
table#board thead th {
	text-align:left; text-transform:none; font-weight:bold;
	border-top:1px solid #b0b0b0; border-bottom:1px solid #b0b0b0;
	background-color:#A1DE29;
}
table#board thead th.first {
	border-radius:3px 0 0 0;
}
table#board thead th.last {
	border-radius:0 3px 0 0;
}
table#board tbody tr.even {
	background:#ffffff;
}
table#board tbody tr.odd {
	background:#f4f0f1;
}
table#board tbody td {
	font-size:12px;
	border:1px solid #e0e0e0;
}
.centeralign {
	text-align:center;
}
table#board img {
	margin:0;
	padding:0;
}
div.ei_column {
	float:left;
	width:50%;
}
div#extranet_logo {
	text-align:center;
}
div#extranet_logo img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin:0 0 7px;
}
.field .input-text {
	width:98%;
}
.ei_column .field .input-text {
	width:96%;
}
.field .w8em {
	border:2px solid #cacaca; -webkit-border-radius:3px; -moz-border-radius:03px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	font-size:12px; color:#656565;
	padding:0 3px;
	height:32px; width:96%;
	background:#fff;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.ei_column .field .w8em {
	width:91%;
}
div.small-box {
	width:111px; height:111px;
	float:left;
	text-align:center;
	margin:0 21px 17px;
}
div.small-box div.box-content {
	height:93px;
	padding-top:18px;
}
div.small-box a,
div.small-box a:hover {
	text-decoration:none; font-weight:bold; font-size:15px; color:#222323; line-height:25px;
}
div.contact-box {
	float:left;
	width:330px;
}
#wrapper #header #nav {
	display:none;
}
p.delay {
	color:red; font-weight:bold;
}
div#extranet-popup {
	display:none;
	position:fixed!important; position:absolute; top:50%; left:50%; z-index:10001;
	width:400px; height:300px;
	margin:-150px 0 0 -200px;
}
label#reset-label {
	font-weight:bold;
	display:block;
	margin:0 0 7px;
}
div#user_message {
	font-size:13px; line-height:21px; font-weight:bold;
	margin:0 0 15px;
}
textarea#lead_sInternalComment {
	width:670px;
}

/* MOBILE */
@media only screen and (max-width : 720px) {
	form.extranet-form {
		width:auto;
	}
	form.extranet-form input.text {
		margin-bottom:7px;
	}
	form.extranet-form input.password { 
		margin-left:0;
	}
	.immobile {
		display:none;
	}
	div.ei_column {
		float:none;
		width:auto;
	}
	div.profile-button {
		text-align:center;
	}
	div.profile-button label {
		display:none;
	}
	div.profile-button span {
		text-align:left;
		display:block;
	}
}