@CHARSET "ISO-8859-1";

a.legend {
	font-weight: normal;
}

div.desc {
	margin-top: 10px;
	float: left;
	width: 530px;
}

input.cell-input-name {
	width: 300px;
}

.cell-delivery {
	width: 129px;
}

.cell-format {
	width: 220px;
}

.cell-quencher {
	width: 100px;
}

.cell-oligo-name {
	width: 130px;
}

.cell-synthesis {
	width: 118px;
}

.cell-purification {
	width: 60px;
}

tr.price-qty input.input-mini {
	width: 25px;
	vertical-align: bottom;
	float: left;
	padding-left: 5px;
	margin-left: 10px;
}

tr.price-qty td {
	vertical-align: top;
}

tr.price-qty p {
	display: inline;
	float: left;
	padding: 5px;
}

tr.price-qty .cell-price {
	vertical-align: bottom;
}

tr.price-qty div#qty-price {
	float: right;
}

tr.price-qty div#qty {
	width: 90px; 
	display: inline;
	font-weight: bold;
	height: 30px;
	float: left;
}

tr.price-qty div#price {
	font-weight: bold;
	float: left;
	vertial-align: bottom;
}

tr.price-qty div#price label {
	font-weight: bold;
	display: inline;
	margin: 5px;
}

textarea.oligo-sequence {
    width: 530px;
    resize:none;
    height: 20px;
    max-width: 100%;
    overflow: hidden;
}

input.oligo-input-sequence {
    width: 530px;
    resize:none;
    height: 20px;
    max-width: 100%;
    overflow: hidden;
}

div.add-upload-oligos {
	float: left;
}

select#bulk-upload-scale {
	width: 120px;
}

select#bulk-upload-format {
	width: 245px;
}

div#bulk-upload {
    width: 830px;
    max-height: 820px;
    margin-left: 0px !important;
}

div#bulk-upload-purity {
	width: 100px;
}

table.legend-popover td {
	padding: 0px 5px 10px 5px;
}

div#bulk-upload .modal-header, #bulk-upload .modal-footer {
	overflow: visible;
}

div#legend {
	margin-left: 35px;
}

#legend table {
	width: 200px;
}

#legend table td {
	padding: 5px 5px;
}

#bulk-upload .modal-body {
	max-height: none;
    overflow: visible;
}

.sub-type {
	width: 150px;
}

#bulk-upload .sub-type {
	width: 150px;
}

.modal.fade.in {
	top: 2%;
}

.oligo-value table span.tail-added {
	color: #333333;
}

.oligo-screenshot {
    background:transparent url("../img/primer-pairs.jpg") no-repeat;
    height: 510px;
}

.modal.help-modal .modal-body {
    max-height: 500px;
}

.bulk-upload-info {
    margin: 433px 300px;
}

.add-oligo-info {
    margin: 322px -1px;
}

.save-oligo-btn {
    margin: 60px 250px;
}

.project-input-name {
    margin: 217px 66px;
}

td.td-qty-error {
    padding-left: 130px;
    padding-top: 0;
}

td.qty-price {
	padding-bottom: 0px;
}

div#qty-price {
	padding-bottom: 10px;
}

#error-message-area {
	margin-bottom: 5px;
}

#hide-all-seq {
	height: 20px;
	margin-top: 55px;
}

label.checkbox {
	float: left;
	margin: 0px 15px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

input.hide-all-checkbox {
	margin-top: 0px;
}

.form-actions {
    padding: 0 0 10px;
}

input.hide-seq-checkbox {
	margin-top: 0px;
}

.oligo-value table select.oligo-sub-type {
	width: 315px;
}

.oligo-value table span.disabled-seq {
	color: #000000;
	font-style: italic;
}

.oligoRow select {
	line-height: 25px;
}

table.valid_options_legend {
    width: 515px !important;
}
.radio, .checkbox{
	min-height: 15px;
}