@charset "utf-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}

.width34, .width12, .width13, .width14 {
	width: 100%;
}

@media screen and (min-width: 500px) {
	.fl {
		float: left;
	}
	
	.width34 {
		width: 75%;
	}
	
	.width12 {
		width: 50%;
	}
	
	.width13 {
		width: 33.33333333333%;
	}
	
	.width14 {
		width: 25%;
	}
}

.expired {
	text-decoration: line-through;
}

body {
	font-family: Arial, sans-serif;
}

img.vwrlogo {
	display: block;
	margin: 0px auto;
}


/*
**	B U T T O N S
*/

/* #frame ... */

div#frame.pad {
	margin: 5px 10px;
}

div#frame.box {
	max-width: 600px;
	margin:auto;
	padding-top: 20px;
}

/*
input[type="button"].btn, input[type="submit"].btn {
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #1a87b9;
	height: auto;
}
*/

#filter input[type="button"].btn.form, #filter input[type="submit"].btn.form,
.sidebar input[type="button"].btn.form, .sidebar input[type="submit"].btn.form {
	padding: 1px 8px;
	font-size: 12px;
	height: 25px;
}



/*
**	H E A D E R
*/

.bars {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #CCC;
}

@media screen and (min-width: 768px) {
	img.vwrlogo {
		display: inline-block;
		margin: 0;
	}
	.bars {
		display: inline-block;
		margin-top: 0;
		margin-left: 20px;
		padding-top: 0;
		padding-left: 20px;
		text-align: left;
		border-top: 0;
		border-left: 1px solid #CCC;
	}
}

.bar1 {
	font-size: 24px;
	font-weight: bold;
	color: #015794;
}
.intra .bar1 {
	color: #00d649;
}

.bar2 {}

.bar3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}


/*
**	F I L T E R
*/

#filter {
/*	margin-top: 5px;	*/
	padding: 10px 10px 0 10px;
	background-color: #d7d7d7;
}

#filter .filter_group {
	margin-right: 15px;
	margin-bottom: 5px;
}

#filter .filter_group label, #filter .filter_group input {
	display: block;
}

#filter .filter_group label {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 10px;
	padding-bottom: 4px;
	text-align: left;
}

#filter .button_group {
	margin-bottom: 5px;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	#filter .filter_group,  #filter .button_group {
		float: left;
	}
	
	#filter .button_group {
		margin-top: 14px;
	}
}

#filter input[type="text"], #filter textarea, #filter select, #filter .frminput, #filter .frmselect, #filter .frmtextarea {
	margin-bottom: 8px;
	padding: 0 4px;
	width: 100%;
	height: auto;
	border-color: #999 gainsboro gainsboro #999;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Verdana, Geneva, Helvatica, sans-serif;
	font-size: 11px;
	resize: none;
	background-color: white !important;
}

@media screen and (min-width: 768px) {
	#filter input[type="text"],  #filter textarea,  #filter select,  #filter .frminput,  #filter .frmselect,  #filter .frmtextarea {
		width: 177px;
	}
}

#filter input[type="text"], #filter .frminput {
	height: 25px;
}

#filter select, #filter .frmselect {
	height: 25px;
}

#filter select:focus {
	width:auto\9;
}

#filter label {
	display: block;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

#variable {
	margin-top: 10px;
}

#variable h1 {
/*
	background-color: #ABABAB;
	color: #FFF;
	margin: 0;
	padding: 7px 7px 5px;
*/
	font-size: 24px;
}

/*
**	S E L E C T I O N
*/

.selections {
	padding: 10px;
}
#selection .remove {
	padding: 0px;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
#selection .remove span {
	font-size: 12px;
	color: #666;
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
	white-space: normal;
}

#selection .remove .lnk {
	cursor: pointer;
}

#selection .btn {
	margin-top: 10px;
}
#selection input[type="text"] {
	width: 24px;
	font-size: 10px;
	margin: 0px 4px 0px 0px;
	padding: 2px 4px;
	color: #666;
	text-align: right;
}


/*
**	R E S U L T
*/

#result h2 {
	font-size: 15px;
	color: #666;
	margin: 0 0 4px;
}

#result p {
	margin: 0 0 14px;
	color: #666;
	font-size: 11px;
}

.supplier_title {
	margin: 10px 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}

.object_group {
	border-bottom: 2px solid #CCCCCC;
	padding: 10px 5px;
	position: relative;
}

.object_img {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.object_group .txt {
	float: left;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	margin-bottom: 12px;
}

.details_group table {
	font-size: 11px;
	color: #666;
}

.details_group table th {
	text-align: left;
	padding-right: 5px;
	white-space: nowrap;
	width: 75px;
}

@media screen and (max-width: 299px) {
	.object_group .txt {
		clear: both;
		width: 100%;
	}
}

@media screen and (min-width: 500px) {
	.text_group,
	.details_group {
		float: left;
	}
	
	.text_group {
		width: 70%;
	}
	
	.details_group {
		width: 30%;
		padding-left: 20px;
	}
}

.details_group {
	margin-bottom: 14px;
}

.object_group .button_group {
	position: relative;
}

.object_group .btn {
	float: left;
	clear: left;
	height: 22px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F5F5F5;
	vertical-align: top;
	cursor: pointer;
	border-color: #CCC;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.object_group .btn:last-child {
	margin-bottom: 0px;
}

@media screen and (min-width: 500px) {
	.object_group .btn {
		clear: none;
		margin-right: 5px;
		margin-bottom: 0px;
	}

	.object_group .button_group {
		position: absolute;
		bottom: 10px;
	}
	#result .object_group p {
		margin-bottom: 39px;
	}
}

.object_group .btn:before {
	content: '';
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px;
	background-repeat: no-repeat;
	background-image: url("/images/rq/object_group_buttons.png");
}

.object_group .btn.request:before {
	background-position: -16px 0;
	margin-left: 0;
	margin-right: 0;
}
.object_group .btn.request.blank {
	display: none;
}
.object_group .btn.request.sw {
	visibility: hidden;
}
.object_group .btn.requested {
	display: none;
	cursor: default;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.object_group .btn.requested:hover {
	border-color: transparent;
}
.object_group .btn.requested:hover span {
	color: #009900;
}
.object_group .btn.requested:before {
	background-position: -48px 0;
}
.object_group .btn.requested span {
	color: #009900;
}

.object_group .btn.download:before {
	background-position: 0 0;
}

.object_group .btn.link:before {
	background-position: -32px 0;
}

.object_group .btn.preview:before {
	background-position: 0 0;
}

.object_group .btn.preview:before {
	background-position: -64px 0;
}

.object_group .btn.col:before {
	background-position: 0 0;
}

.object_group .btn.col:before {
	background-position: -80px 0;
}

.object_group .btn span {
	display: inline-block;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

.object_group .btn:hover {
	border-color: #666;
}
.object_group .btn:hover span {
	color: #000;
}


