﻿/*html, body
{
    height: 100%;
}
.flowBack
{
    min-height: 100%
}

.buttonOnTopInnerBox
{
    margin-left: 0;
}

#billTo
{
    height: 209px;
}

#shipTo
{
    height: 209px;
}

#orderInfo
{
    height: 209px;
}

#customerInfo
{
    height: 209px;
}*/

/* Review Order page css */
.reviewOrderTop
{
    height: 160px;
}
.three-column-left-center
{
    width: 37.5%;
}
.three-column-right
{
    width: 19.75%;
}
.three-column-right p
{
    margin: 10px 10px;
}
.orderInfoTable tr
{
    line-height: 3px;
}
/*
#additionalOrderInfoTable tr
{
    line-height: 3px;
}
#reviewOrderItemTable tr
{
    line-height: 3px;
}
*/
#registerform
{
    padding: 20px;
}
#registerform input
{
    width: auto;
}
#registerFormLeftP
{
    float: left;
}
#registerFormRightP
{
    float: right;
}
.logindiv
{
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
    width: 350px;
}
.logindiv input
{
    width: auto;
}
.registerForm input
{
    width: auto;
}
.flowDialog.login
{
    z-index: 99;
}
.flowDialog.login .flowBox
{
    height: auto;
    margin: -120px auto;
    width: 300px;
}

.register
{
    padding: 50px 0;
}
.register .flowBox
{
    width: 500px;
    margin: 0 auto;
}
#register-link
{
    display:block;
    padding-top:15px;
}
#amazonstoresignup input
{
    width:auto;
}
/*Moshe CSS*/
#itemImage
{
	width: 200px;
	height: 150px;
	padding: 10px 28% 0;
}
#image
{
	max-width: 100%;
	max-height: 100%;
}
#itemNumber
{
	float: left;
	margin: 10px 0 0 20px;
    width: 40%;
}
#itemUpc
{
	float: right;
	margin: 10px 20px 0 0;
    width: 40%;
}
#textAreaLabel
{
	clear: both;
}
#itemTextArea
{
	height: auto;
	resize: none;
}

#packAndShip .orderLineItems tbody tr
{
    line-height: 16px;
}
/* Pick and pack done by moshe */
#packAndShip .orderLineItems td {
	padding: 5px 10px;
}
#packAndShip .orderLineItems th {
	padding: 5px 12px;
}
/*#orderLineItems td:nth-child(2) {
	width: 275px;
}
#orderLineItems td:nth-child(3) {
	width: 50px;
}
#orderLineItems2 td {
	padding: 5px 10px;
}
#orderLineItems2 th {
	padding: 5px 12px;
}
#orderLineItems2 td:nth-child(2) {
	width: 225px;
}
#orderLineItems2 td:nth-child(3),td:nth-child(4) {
	width: 50px;
}*/
.packAndShipOrderInfoTable tr
{
   line-height: 3px;
}

#scanInput{
	float: left;
    width: 60%;
}
#enterButton{
	float: right;
	margin-top: 30px;
}
#nextBoxShipOrder{
margin-top: 80px;
width: 60px;
}
/*Moshe added a few classes taken from the review order page*/
.three-column-left-center {
    width: 37.5%;
}
.three-column-right {
    width: 19.75%;
}
/*Moshe Store SetUp*/
#StoreSettings .addStoreButton
{
    margin-left: 0;
}
/* Shipping Carrier Set Up Page */
#ShippingSettings .addShippingCarrierButton
{
    margin-left: 0;
}
/* Yossi Css for seting-container */
.setting-container
{
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin: 6px;
    padding: 6px 6px 30px 6px;
}

.setting-container .button
{
    float: right;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

#addNewCustomerButton {
    line-height: 34px;
    margin-bottom: 10px;
}

#orderLineItems .icon-cell a {
    cursor: pointer;
}
#orderLineItems tr:last-child .icon-cell a {
    display: none;
}

#orderLineItems tfoot td {
    text-align: right;
}

#additionalItemInfo > div.fixed {
    position: fixed;
    right: 47px;
    top: 100px;
}

/*New System */
.candidateAddressesTable select
{
    display: inline;
    width: 25%;
}

 .wysiwygTextArea{
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 800px;
}

#nprogress > .spinner {
    display: none;
}