/* General mixins */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.has-border-radius {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-clean,
.list-clean li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/* clipboard and artwork */
/* undo cloud styles */
.popdrop label {
  color: inherit;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  margin-right: 0;
}
.popdrop .checkbox,
.popdrop .radio {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0   ;
  display: inline;
  float: none;
  position: inherit;
  top: 0;
}
.popdrop .select {
  position: relative;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  color: inherit;
  font-size: inherit;
  background: none;
}
.popdrop label.delete {
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.popdrop label.delete {
  font-weight: bold;
  text-align: center;
  background: url("../../images/bd_close_popup.png") center no-repeat;
  display: inline-block;
}
.popdrop label.delete:hover {
  background-position: left -60px;
}
.popdrop label.delete input {
  position: absolute;
  left: -9999px;
}
.popdrop label em {
  display: none;
}
.popdrop-list {
  background: #eee;
}
.popdrop-list {
  background: #eee;
}
.popdrop-resultstext {
  padding: 5px;
  background: #ddd;
  display: block;
}
#popdrop-preview div {
  padding: 10px;
  background: #999;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
#popdrop-preview div:before {
  content: "\A";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #999 transparent;
  position: absolute;
  top: -10px;
}
#popdrop-preview img {
  background: url("../../images/logobg.png") repeat;
}
/* 2011 buttonicon */
.biconvs u,
.biconvs i {
  height: 23px;
  float: left;
  display: inline-block;
}
.biconvs u {
  cursor: pointer;
  text-decoration: none;
  background: url("../../images/biconvs.png") left top no-repeat;
  width: 10px;
}
.biconvs i {
  font-style: normal;
  background: url("../../images/biconvs.png") right top no-repeat;
}
.biconvs b {
  height: 23px;
  line-height: 22px;
  margin: 0;
  display: inline-block;
  color: #0074B3;
}
/* insert biconvs extensions here */
.biconvs:hover u {
  background-position: 0 -23px;
}
.biconvs:hover i,
.biconvs:hover b,
.biconvs:hover em {
  background-position: right -23px;
}
.biconvs.off u,
.biconvs.off i,
.biconvs.off b,
.biconvs.off em,
.biconvs.off:hover u,
.biconvs.off:hover i,
.biconvs.off:hover b,
.biconvs.off:hover em {
  background-position: 0 -46px;
}
/* clipboard */
/* undo cloud styles */
#clipboard-pop label {
  color: inherit;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  margin-right: 0;
}
#clipboard-pop .checkbox,
#clipboard-pop .radio {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0   ;
  display: inline;
  float: none;
  position: inherit;
  top: 0;
}
#clipboard-pop .select {
  position: relative;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  color: inherit;
  font-size: inherit;
  background: none;
}
#clipboard-pop label.delete {
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
#clipboard-pop label.delete {
  font-weight: bold;
  text-align: center;
  background: url("../../images/bg_close-x.png") center top no-repeat;
  height: 17px;
  display: inline-block;
}
#clipboard-pop label.delete:hover {
  background-position: center -20px;
}
#clipboard-pop label.delete input {
  position: absolute;
  left: -9999px;
}
#clipboard-pop label em {
  /*display:none;*/
}
a img {
  border: 0;
}
#favorite {
  text-align: left;
}
#clipboard-pop {
  z-index: 500;
}
a.button-clipboard,
.biconvs2-vs,
.button-clipboard-pending {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: #3975a4;
  /*	background: -moz-linear-gradient(
		top,
		lighten(@button-primary-bg, 10) 0%,
		darken(@button-primary-bg, 10));
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(lighten(@button-primary-bg, 10)),
		to(darken(@button-primary-bg, 10)));*/
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 32px;
  margin-left: 10px;
}
.button-clipboard-pending {
  background: #c0c0c0 url("../../images/bicon-loading-ffffff.gif") no-repeat 8px 8px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 8px 0 30px;
}
a.button-clipboard:hover,
.biconvs2-vs:hover {
  background: #1f3f58;
  /*	background: -moz-linear-gradient(
		top,
		lighten(@button-primary-bg, 30) 0%,
		lighten(@button-primary-bg, 10));
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(lighten(@button-primary-bg, 30)),
		to(lighten(@button-primary-bg, 10)));*/
}
a.button-clipboard.off,
a.button-clipboard.loading,
a.button-clipboard.loading:hover,
.biconvs2-vs.off {
  background: #c0c0c0;
  /*	background: -moz-linear-gradient(
		top,
		#ccc 0%,
		#bbb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ccc),
		to(#bbb));
	color:#fff;*/
}
a.button-clipboard.loading em.l,
a.button-clipboard.loading:hover em.l {
  background: url("../../images/bicon-loading-ffffff.gif") no-repeat 8px 5px;
}
a.button-clipboard em,
.biconvs2-vs u,
.biconvs2-vs i {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0 3px;
  height: 26px;
  line-height: 25px;
  float: left;
  cursor: pointer;
}
a.button-clipboard em.c,
.biconvs2-vs i {
  padding-right: 8px;
}
a.button-clipboard em.r {
  display: none;
}
.biconvs2-vs u {
  background: url("../../images/icon-logos-ffffff.png") no-repeat 8px 3px;
  width: 22px;
}
a.button-clipboard-collapsedleft {
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  float: left;
}
a.button-clipboard-collapsedright {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-right: 1px solid #ccf;
  float: left;
}
a.button-clipboard-collapsedleft {
  margin-left: 0;
}
a.button-clipboard-collapsedleft em.l,
a.button-clipboard-collapsedright em.r {
  display: none;
}
a.button-clipboard-collapsedleft em.c {
  padding-left: 10px;
}
#clipboard-buttons {
  height: 28px;
}
a.button-clipboard,
a.biconvs2-vs,
#page #fullcol #prj_sales_order_details .sections a.biconvs2-vs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: #3975a4;
  /*	background: -moz-linear-gradient(
	top,
	lighten(@button-primary-bg, 10) 0%,
	darken(@button-primary-bg, 10));
	background: -webkit-gradient(
	linear, left top, left bottom, 
	from(lighten(@button-primary-bg, 10)),
	to(darken(@button-primary-bg, 10)));*/
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  margin-left: 10px;
}
a.button-clipboard:hover,
a.biconvs2-vs:hover {
  background: #1f3f58;
  /*	background: -moz-linear-gradient(
		top,
		lighten(@button-primary-bg, 30) 0%,
		lighten(@button-primary-bg, 10));
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(lighten(@button-primary-bg, 30)),
		to(lighten(@button-primary-bg, 10)));*/
}
a.button-clipboard.off,
a.biconvs2-vs.off {
  background: #c0c0c0;
  /*	background: -moz-linear-gradient(
		top,
		#ccc 0%,
		#bbb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ccc),
		to(#bbb));*/
  color: #fff;
}
a.biconvs2-vs b {
  color: #fff;
  /* needs to be specific to overwrite some vision css */
  font-weight: bold;
}
a.button-clipboard em,
a.biconvs2-vs u,
a.biconvs2-vs i {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0 3px;
  height: 32px;
  line-height: 32px;
  float: left;
  cursor: pointer;
}
a.button-clipboard em.c,
a.biconvs2-vs i {
  padding-right: 8px;
}
a.button-clipboard-noicon em.c {
  padding-left: 8px;
}
a.button-clipboard em.r {
  display: none;
}
a.button-clipboard em.l {
  background: url("../../images/icon-list-ffffff.png") no-repeat 5px 6px;
  width: 22px;
}
a.biconvs2-vs u {
  background: url("../../images/icon-logos-ffffff.png") no-repeat 8px 6px;
  width: 22px;
  display: block;
}
a.button-clipboard-collapsedleft {
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
a.button-clipboard-collapsedright {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-right: 1px solid #ccf;
}
a.button-clipboard-collapsedleft {
  margin-left: 0;
}
a.button-clipboard-collapsedleft em.l,
a.button-clipboard-collapsedright em.r {
  display: none;
}
a.button-clipboard-collapsedleft em.c {
  padding-left: 10px;
}
.popdrop-pop {
  position: absolute;
  top: 150px;
  right: 20px;
  width: 376px;
  font-size: 13px;
}
.popdrop-pop-inner {
  border: 1px solid #999;
  background: #fff;
  -moz-border-radius: 5px 5px 10px 10px;
  border-radius: 5px 5px 10px 10px;
  -webkit-border-radius: 5px 5px 10px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(64, 64, 64, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(64, 64, 64, 0.5);
  padding: 5px 10px;
}
.popdrop-op select optgroup {
  font-style: normal;
}
.popdrop-op input,
.popdrop-op select {
  height: 25px;
  line-height: 25px;
}
.popdrop-pop-inner .popdrop-title {
  font-weight: bold;
  padding: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.popdrop-pop-inner .popdrop-title h3 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: inherit;
}
.popdrop-pop-inner .popdrop-title .popdrop-close {
  float: right;
}
.popdrop-close {
  cursor: pointer;
}
.popdrop-list {
  clear: both;
  height: 258px;
  overflow: scroll;
  overflow-x: hidden;
}
.popdrop-header {
  margin: 5px 0;
  line-height: 25px;
}
.popdrop-header input {
  border: 1px solid #ccc;
  padding: 0 5px;
  max-width: 25%;
}
.popdrop-header select {
  border: 1px solid #ccc;
}
.popdrop-op a {
  color: #0074B3;
  text-decoration: none;
  font-weight: bold;
}
.popdrop-header a.popdrop-clearfilter {
  float: right;
}
.popdrop-footer {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.popdrop-footer a {
  padding: 10px 0 5px 0;
  display: inline-block;
}
.popdrop-op p {
  margin: 0;
  padding: 5px;
  padding-bottom: 0;
}
/* this whole block has been copied and pasted to about line 810 
.sr-clip li
{
	width:170px;
	height:60px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background:none;
}
.sr-clip li:hover .w
{
	border-color:#ccc;
}
.sr-clip li .w
{
	margin:0;
	text-align:left;
	padding:5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sr-clip .bu
,.sr-clip .full
{
	display:none;
}

.sr-clip .te h4
,.sr-clip .bu2 
,.sr-clip .im
{
	height:50px;
	max-height:50px;
	overflow:hidden;
	display:block;
	padding-top:0;
	padding-bottom:0;
}

.sr-clip .im
,.sr-clip .te
,.sr-clip .bu
,.sr-clip .bu2
{
	float:left;
	padding:0;
}

.sr-clip .im
,.sr-clip .im img
{
	width:50px;
	height:50px;
}

.sr-clip li .im
{
	margin:0;
}

.sr-clip .te
{
	width:70px;
	margin:0 5px;
}

.sr-clip .bu
{
	width:20px;
	padding:0;
	float:right;
}
.sr-clip .bu a
{
	display:none;
}
.sr-clip .bu
,.sr-clip .bu2
{
	height:40px;
}
.sr-clip .picons
{
	display:none;
}
*/
.popdrop-pr li label.delete {
  margin-top: 5px;
}
.vs-clip,
.vs-clip li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-clip li {
  float: left;
  padding: 4px;
  background: url("../../images/logobg.png") repeat;
  margin: 2px;
}
.vs-clip li:hover {
  background: url("../../images/logobg-hover.png") repeat;
}
.vs-clip li a {
  width: 70px;
  height: 70px;
  display: block;
}
#vs-obscure {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#vs-managewrap {
  position: absolute;
  margin-left: 50%;
  left: -450px;
  top: 100px;
}
#vs-managewrap,
#vs-managewrap iframe {
  width: 910px;
}
#vs-managewrap {
  height: 500px;
}
#vs-managewrap iframe {
  background: #fff;
  border: 1px solid #666;
  height: 450px;
}
#vs-manageclose {
  position: absolute;
  right: 0;
  top: 0;
}
#vs-manageclose a {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: sans-serif;
  color: #000;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
/* include from cloud.css */
.popdrop .switch {
  margin-left: 3px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.popdrop .switch .shift {
  position: relative;
  left: -9999px;
}
.popdrop .switch-prodpreview {
  height: 23px;
  width: 29px;
  background: url("../../images/button-prodpreview.png") left top no-repeat;
}
.popdrop .switch.on {
  background-position: left top;
}
.popdrop .switch.on:hover {
  background-position: left bottom;
}
.popdrop .switch.off {
  background-position: right top;
}
.popdrop .switch.off:hover {
  background-position: right bottom;
}
li.noresults,
li.noresults:hover {
  background: none;
  padding: 5px;
}
.popdrop-filter,
.popdrop-labels {
  width: 100px;
}
/* undo cloud styles */
#clipboard-pop label {
  color: inherit;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  margin-right: 0;
}
#clipboard-pop .checkbox,
#clipboard-pop .radio {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0   ;
  display: inline;
  float: none;
  position: inherit;
  top: 0;
}
#clipboard-pop .select {
  position: relative;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0;
  color: inherit;
  font-size: inherit;
  background: none;
}
#clipboard-pop label.delete {
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
#clipboard-pop label.delete {
  font-weight: bold;
  text-align: center;
  background: url("../../images/bg_close-x.png") center top no-repeat;
  height: 17px;
  display: inline-block;
}
#clipboard-pop label.delete:hover {
  background-position: center -20px;
}
#clipboard-pop label.delete input {
  position: absolute;
  left: -9999px;
}
#clipboard-pop label em {
  /*display:none;*/
}
/* clipboard */
a img {
  border: 0;
}
#clipboard-pop {
  z-index: 500;
}
#clipboard-buttons {
  height: 28px;
}
#clipboard-pop {
  z-index: 501;
  position: absolute;
  top: 150px;
  right: 10px;
  width: 376px;
  padding-bottom: 100px;
  /* bottom drop down can cause blur on this, so pad it out*/
}
#clipboard-pop table {
  width: 100%;
}
#clipboard-pop table.table2 {
  margin: -7px 0 0 0;
}
#clipboard-pop td {
  padding: 0;
  border: 0;
}
#clipboard-pop .t td {
  height: 6px;
  min-height: 6px;
  line-height: 6px;
}
#clipboard-pop .b td {
  height: 16px;
  min-height: 16px;
  line-height: 16px;
}
#clipboard-pop .l,
#clipboard-pop .r {
  width: 6px;
}
#clipboard-pop .b .l,
#clipboard-pop .b .r {
  width: 16px;
}
#clipboard-pop .t .l {
  background: url("../../images/clipboard-tl.png") bottom right no-repeat;
}
#clipboard-pop .t .c {
  background: url("../../images/clipboard-t.png") bottom repeat-x;
}
#clipboard-pop .t .r {
  background: url("../../images/clipboard-tr.png") bottom left no-repeat;
}
#clipboard-pop .m .l {
  background: url("../../images/clipboard-l.png") right repeat-y;
}
#clipboard-pop .m .c {
  background: #fff;
}
#clipboard-pop .m .r {
  background: url("../../images/clipboard-r.png") left repeat-y;
}
#clipboard-pop .b .l {
  background: url("../../images/clipboard-bl.png") top right no-repeat;
}
#clipboard-pop .b .c {
  background: url("../../images/clipboard-b.png") top repeat-x;
}
#clipboard-pop .b .r {
  background: url("../../images/clipboard-br.png") top left no-repeat;
}
#clipboard-pr {
  clear: both;
  height: 183px;
  overflow: scroll;
  overflow-x: hidden;
}
#clipboard-op {
  background: #fff;
  padding: 0 0 5px 0;
}
#clipboard-op a {
  color: #3975a4;
  padding: 0 2px;
  margin: 0;
  text-decoration: none;
}
#clipboard-op p {
  margin: 0;
  padding: 5px;
  padding-bottom: 0;
}
#button-clipboard-writing {
  position: absolute;
  width: 40px;
  background: url("../../images/button-clipboard-writing.gif") center no-repeat;
}
.sr-clip li {
  width: 170px;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.sr-clip li:hover .w {
  border-color: #ccc;
}
.sr-clip li .w {
  margin: 0;
  text-align: left;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sr-clip .bu {
  display: none;
}
.sr-clip .te h4,
.sr-clip .bu2,
.sr-clip .im {
  height: 50px;
  max-height: 50px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.sr-clip .te h4 a {
  font-size: 10px;
}
.sr-clip .im,
.sr-clip .te,
.sr-clip .bu,
.sr-clip .bu2 {
  float: left;
  padding: 0;
}
.sr-clip .te {
  white-space: normal;
}
#clipboard-pop .sr-clip .im,
#clipboard-pop .sr-clip .im img {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}
#favorite-pop {
  display: none;
  width: 611px;
  padding: 0 30px 30px 30px;
}
#favorite-pop .sr-clip .im,
#favorite-pop .sr-clip .im img {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#favorite-pr {
  clear: both;
  height: 183px;
  overflow: scroll;
  overflow-x: hidden;
  margin: 10px 0;
}
#fav-show-prod {
  float: right;
}
.fav-text {
  display: inline-block;
  position: relative;
}
#favorite-pop #fav-edit-list-section {
  width: 100%;
  display: none;
}
#favorite-pop #fav-edit-list-section * {
  display: inline-block;
}
#favorite-pop #fav-edit-list-section input.fav-input {
  width: 225px;
}
#fav-edit-list-section .fav-text {
  padding-right: 10px;
  padding-bottom: 11px;
}
#fav-warning {
  display: none;
  color: red;
}
.fav-addtobutton {
  display: inline-block;
}
#fav-actions {
  margin-top: 10px;
}
#favorite #fav-new-list {
  float: right;
}
#favorite .fav-list {
  position: relative;
  width: 100%;
}
#favorite .fav-list #favlist-operations {
  position: absolute;
  right: 140px;
}
.sr-clip .te {
  width: 70px;
  margin: 0 5px;
}
.sr-clip .bu {
  width: 20px;
  padding: 0;
  float: right;
}
.sr-clip .bu a {
  display: none;
}
.sr-clip .bu,
.sr-clip .bu2 {
  height: 40px;
}
.sr-clip .picons {
  display: none;
}
#clipboard-pr .w .bu.bu2 {
  position: relative;
}
#clipboard-pr .w .bu.bu2 .delete {
  position: absolute;
  left: 0;
  top: 20px;
}
/* include from cloud.css */
#clipboard-pop .switch {
  margin-left: 3px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
#clipboard-pop .switch .shift {
  position: relative;
  left: -9999px;
}
#clipboard-pop .switch-prodpreview {
  height: 23px;
  width: 29px;
  background: url("../../images/button-prodpreview.png") left top no-repeat;
}
#clipboard-pop .switch.on {
  background-position: left top;
}
#clipboard-pop .switch.on:hover {
  background-position: left bottom;
}
#clipboard-pop .switch.off {
  background-position: right top;
}
#clipboard-pop .switch.off:hover {
  background-position: right bottom;
}
table tr.b {
  margin: -20px 0 0 0;
}
#clipboard-pop ul.checks,
#clipboard-pop ul.checks li,
#clipboard-pop ul.addto,
#clipboard-pop ul.addto li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#clipboard-pop ul.checks,
#clipboard-pop ul.addto {
  clear: both;
  display: block;
}
#clipboard-pop ul.checks li,
#clipboard-pop ul.addto li {
  float: left;
  text-align: center;
}
#clipboard-pop ul.checks li a {
  border-right: 1px solid #666;
  display: block;
  margin: 10px 0;
}
#clipboard-pop ul.checks li.one {
  width: 28%;
}
#clipboard-pop ul.checks li.two {
  width: 32%;
}
#clipboard-pop ul.checks li.three {
  width: 40%;
}
#clipboard-pop ul.checks li.three a {
  border: 0;
}
#clipboard-pop .row {
  clear: both;
  display: block;
}
#clipboard-pop .addto {
  line-height: 21px;
  text-align: center;
}
#clipboard-pop .addto select,
#clipboard-pop .addto input {
  margin-left: 10px;
  display: inline-block;
}
#clipboard-pop .addto select {
  border: 1px solid #999;
}
#clipboard-pop .addto select {
  height: 20px;
  padding: 0;
}
#clipboard-pop .addto select option {
  height: 20px;
}
#clipboard-op select:focus > option:checked,
select:focus > optgroup > option:checked {
  background-color: #fff !important;
  color: #000 !important;
}
#clipboard-op .button input {
  cursor: pointer;
  border: 0;
  margin-left: 30px;
  padding: 0 10px 0 10px;
  height: 25px;
  line-height: 22px;
  background: url("../../images/form-select.png") repeat-x;
  font-weight: bold;
  font-size: 11px;
  color: #3975a4;
  font-style: normal;
  border: 1px solid #999;
  border-width: 0 1px 1px 0;
  text-decoration: none;
  border-radius: 3px;
}
/* only do this with javascript to make sure it only happens when js has replaced it #clipboard-pr .w input[type=checkbox] { opacity: 0; } */
#clipboard-pr INPUT[type="checkbox"] {
  margin-left: 3px;
}
/*# sourceMappingURL=cloud_popdrops--default.css.map */