.top-admin-sup-spacer {
	height: 60px;
}

.top-spacer {
	height: 40px;
}

.bottom-spacer {
	height: 20px;
}
#main {
	min-height: 500px;
}


fieldset {
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	padding: 20px;
	background-color: #FFFFFF;
}

dd {
    margin-bottom: 20px;
}


.errors {
    font-size: 0.8em;
    color: #FF0000;
    margin-left: 10px;
}

#email-to-customer-modal {
	width: 1000px;
	margin-left: -500px;
}

#email-to-customer-modal .modal-body {
	height: 600px;
}

#info {
    padding: 5px 25px;
    color: #8D8D8D;
    font-style: italic;
}

#orders-date-sorting {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 4px;
}

#orders-date-sorting .customStyleSelectBox {
    width: 15%;    
}

#orders-date-sorting .customStyleSelectBoxInner {
    width: 90px!important;
}

#get-by {
    width: 7%;
}

.view-order {
    margin-top: 20px;
    margin-bottom: 20px;
}

.view-order ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

.view-order li {
    margin-left: 50px;
}

#view-ebay-order strong {
    padding-right: 10px;
}

.padded {
    padding: 0.2em;
}



/* Form */
.left-field {
    width: 33%;
    float: left;
}

.middle-field {
    width: 33%;
    float: left;
}

.right-field {
    padding-bottom: 15px;
    border-bottom: #cccccc 1px solid;
}

#view-order-dialog {
    font-size: 14px;
}

.order-table {
    margin-bottom: 10px;
    border: #cccccc 1px solid;
}

.order-table th {
    font-weight: bold;
    padding: 3px;
}

.border_top {
    border-top: #aaaaaa 1px solid;
    text-align: center;
}

/* jQuery UI */
.ui-icon-trash {
    background-position: -176px -96px !important;
}

.ui-icon-zoomin {
    background-position: -128px -112px !important;
}



.small {
    font-size: 1em !important;
}

.hint {
    font-size: 0.9em;
    padding-left: 10px;
    border: #aaaaaa solid 1px;
    background-color: #FBF9EE;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.calculator-popup {
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calculator-row {
    margin-top: 2px;
    margin-bottom: 2px;
}

.calculator-row button {
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    margin: 2px;
    float: left;
}

.calculator-row .calculator-ctrl {
    float: right;
    height: 22px;
    width: 80px;
}

.calculator-keystroke {
    display: none;
}

.calculator-space {
    height: 4px;
    display: block;
}

.calculator-digit,
.calculator-oper {
    width: 30px;
    height: 22px;
}

.calculator-result {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 3px;
}

.greeting-bar {
    color: #888888;
}

#form_supplier_order .control-label {
	width: 0px;
	text-align: left;
}

#abstract_supplier_order_edit .control-label {
	width: 0px;
	text-align: left;
}

#form_supplier_order .controls {
	margin-left: 110px;
}

#abstract_supplier_order_edit .controls{
	margin-left: 110px;
}
.box-rounded{
	padding: 20px; 
	background: #F9F9F9;
}

.fieldset-rounded{
	padding: 20px; 
	background: #FCFCFC;
}

/* .form-inline label{
	margin-right: 68px;
} */

.control-group{
	padding-top: 15px;
}
/* .form-inline input {
	margin-right: 74px;
} */

.radius {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.notes {
	text-align: center;
}

#item-id-hidden-field {
	display: none;
}

.divlabel {
	background-color: rgb(201, 201, 201);
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	font-size: 20px;
	text-align: center;
}

input {
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

textarea {
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.order_id_cell {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

div.scroll-admin
{
	width:330px;
	height:484px;
	overflow:scroll;
	overflow-x:hidden;
}

div.scroll
{
	width:500px;
	height:200px;
	overflow:scroll;
	overflow-x:hidden;
}

.navbar-inverse .nav>li>a
{
	color: #AAAAAA;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
}

span.customStyleSelectBox { 
 
	color:#222; 
	padding:5px 7px; 
	border:1px solid #CCCCCC; 
	border-radius: 4px; 
	line-height: 18px;
}

.underline {
	text-decoration: underline;
}

.expedited {
    background-color: #ffcdd2 !important;
}
.va-middle {
    vertical-align: middle !important;
}