a img
{
border:none;
}

a {
	text-decoration: none;
	color: rgb(87, 87, 87);
}

a:hover {
	color: rgb(150, 150, 150); 
}

.homeLayout {
	font-family: 'Open Sans', serif;
	font-size: 16px;
	
	
}

.homeRow {
	width: 600px;
	margin: 0 auto;
	clear: both;
}

.homeTile {
	float: left;
	width: 200px;
	margin: 20px auto;
	
}

.homeTile img {
	margin: 10px;
	width: 64px;
	height: 64px;
}

#quickSearch {
	margin-left: 40px;
	display: inline;
}

.smallLeft {
	text-align: left;
	font-size: 12px;
	margin-top: 50px;
}

.large-font {
	font-size: 18px;
}

.searchTerm {
	color: grey;
	font-style: italic;
}
.toolbarLink
{
margin: 0 15px;
font: 14px verdana bold;
}

.selectedToolbarLink
{
margin: 0 15px;
font: 14px verdana bold;
color: grey;
}

body
{
	width:950px;
	font: 22px verdana bold;
	text-align:center;
	margin: 0 auto;
}

.button
{
	font: 20px verdana;
}


#consultationTable
{
	width: 100%;
	font: 28px verdana bold;
	margin: 0 auto;
}

#consultationTable td
{	
	min-width: 300px;
	max-width: 300px;
}

#notes
{
	font: 20px verdana;
}

.favoriteCheckbox
{
	height: 25px;
	width: 25px;
	vertical-align:middle;
}


input.consultationInput
{
	width: 400px;
	height: 35px;
	margin: 10px 0;
	font: 20px verdana;
}

.visitDate
{
	width: 200px;
	height: 35px;
	font: 20px verdana;
}

.header
{
	margin: 0 169px 0 169px;
}

.consultations
{
	margin: 0 auto;
	font: 36px verdana bold;
	position:relative;
}

.addConsultationButton
{
	width:425px;
	margin: 0 0 0 50px;
	float:left;
}

.viewConsultationsButton
{
	width:425px;
	margin: 0 50px 0 0;
	float:left;
}

.clear
{
	clear:both;
}

.addInventoryButton
{
	float:left;
	margin: 0 40px;
}

.viewInventoryButton
{
	float:left;
	margin: 0 40px;
}

#dressSelectionSection select
{
	width: 200px;
	margin: 10px;
	font: 16px verdana;
}

.buttonimg
{
	vertical-align:middle;
	margin: 2px;
}

.inventory
{
	margin: 50px 220px;
}

.visit
{
	margin: 20px auto;
	text-align:center;
}

#dressSelectionSection
{
	font: 18px verdana;
}

#viewConsultationsTable
{
	font: 20px verdana;
	margin: 0 auto;
	border-collapse:collapse;
	text-align:center;
}

#viewConsultationsTable td
{
	padding: 2px 0;
	min-width:210px;
	max-width:210px;
}

#viewConsultationsTable .orderColumn {
	min-width:100px;
	max-width:100px;
	font: 14px verdana;
}

#addInventoryTable, #addOrderTable
{
	width: 800px;
	font: 24px verdana;
	margin: 0 0 0 60px;
}

#addOrderTable
{
	width: 600px;
	font: 16px verdana;
	margin: 0 auto;
}

#addOrderTable td, #addInventoryTable td {
	padding: 2px 0;
	min-width:350px;
	max-width:350px;
}

#addOrderTable #addInventoryButton {
	padding: 2px 0;
	min-width:60px;
	max-width:60px;
	font-size: 12px;

}
.inventoryInput
{
	width: 400px;
	font: 14px verdana;
}

.orderInput
{
	width: 300px;
	font: 16px verdana;
}

.smallWidth
{
	width: 75px;
}



table {
	border-collapse: collapse;
}

#detailsContainer {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#detailsOverlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
}

#detailsDiv {
	position: relative;
	width: 300px;
	top: 15%;
	left: 37%;
	z-index: 1001;
	background-color: white;
	font-size: 16px;
	text-align: left;
	color: grey;
	padding: 15px;
}

#detailsDiv input[type=button] {
	margin-left: 43%;
}

#detailsDiv span, #detailsDiv .black {
	color: black;
}

#detailsTable {
	width: 100%;
}

#detailsTable tr {
	height: 25px;
}

#detailsDiv .floatLeft {
	margin-left: 15px;
	margin-top: 10px;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
}

.center {
	text-align: center;
}
.smallText {
	font-size: 16px;
}

/*** Spinner **/
.spinner {
top: 50%;
height:60px;
width:60px;
margin:0px auto;
position:relative;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

/******************** INVENTORY *******************/
#addInventory {
	float:right;
	font-size: 16px;
}

#viewInventoryTable
{
	
	font: 16px verdana;
	margin: 0 auto;
	border-collapse:collapse;
	text-align:center;
}

#viewInventoryTable td, #viewInventoryTable th
{
	padding: 2px 0;
	min-width:150px;
	max-width:150px;
}

#viewInventoryTable .smallWidth {
	min-width:125px;
	max-width:125px;
}



#viewConsultationsTable th,
{
	background-color: #DDDDDD;
	padding: 5px 0;
}

#ordersTable th {
	background-color: #DDDDDD;
	padding: 5px 0;
	min-width: 150px;
	max-width: 150px;
}

#ordersTable .sizeColumn {
	min-width: 75px;
	max-width: 75px;
}

.odd
{
	background-color: white;
} 
.even
{
	background-color: #EEEEEE;
}

#divAutoSave
{
font: 12px verdana;
width: 75px;
float:right;
background-color:#DDDDDD;
}

#navPageButtons {
	width: 600px;
	margin: 0 auto;
	font-size: 16px;
}

.navPage {
	width: 160px;
	margin: 0 20px;
}

#customerInfo {
	margin: 0 auto;
}

#customerInfo td {
	min-width: 200px;
	max-width: 200px;
}

#addorderTable select {
	width: 300px;
}

#ordersTable
{
	font: 14px verdana;
	margin: 0 auto;
	border-collapse:collapse;
	text-align:center;
}

#ordersTable td {
	padding: 2px;
	min-width: 150px;
	max-width: 150px;
}

#customerInfo {
	font: 16px verdana;
	}


.dressImage {
	max-height: 150px;
}




/****************** Dashboard **************************/

#dashboardBody {
	font: 12px verdana;
}

#leftDashboardPanel {
	background-color: lightgrey;
	padding: 10px;
}

#leftDashboardPanel {
	width: 150px;
}

#leftDashboardPanel h3{
	font: 16px verdana;
	margin: 5px 0;
}

#leftDashboardPanel .subMenu {
	margin-left: 10px;
}

#leftDashboardPanel, #rightDashboardPanel {
	text-align: left;
	float: left;
}

#rightDashboardPanel {
	margin-left: 20px;
}

#dashboardTable .sizeColumn {
	min-width: 65px;
	max-width: 65px;
}

.dashboardTable {
	width: 760px;
	text-align:center;
	font: 12px verdana;
}

.dashboardTable td {
	padding: 0 10px;
	overflow: hidden;
}

.dashboardTable .orderEven{
	background-color: #F7F7F7;
}

.dashboardTable .column {
	min-width: 115px;
	max-width: 115px;
}
.dashboardTable .spacer {
	min-width: 65px;
	max-width: 65px;
}

.dashboardTable .customerName {
	background-color: #D3D3D3;
	text-align: left;
}

.selected {
	font-weight: bold;

}

#leftDashboardPanel a
{
	color: black;
	text-decoration: none;
}

#leftDashboardPanel a:hover
{
	font-weight: bold;
}

.orderRush {
	background-color:rgb(255, 226, 241);
}

.subTableInput {
	margin-left: 115px;
}

.dateInput {
	width: 110px;
	font-size: 14px;
}

.statusSubLink {
	margin-left: 20px;
}

#needsWorkTable {
	display: none;
}

#seamstressTable {
	display: none;
}

#addOrderTable select#workDoneBy, #addOrderTable select#workDoneByBustles {
	width: 200px;
}

.flagIcon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-left: 40px;
	background-image: url("/static/images/flag_icon_disabled.png");
	background-size: 25px 25px;
	display: inline-block;
	cursor: default;
}

.flagIcon:hover {
	cursor: pointer;
	background-image: url("/static/images/flag_icon.png");
	background-size: 25px 25px;
	
}

.flagSelected {
	background-image: url("/static/images/flag_icon.png");
}

.smallFlag {
	width: 12px;
	height: 12px;
}



/*** POPUP *****/

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin: -700px 0 0 750px;
  position:absolute;
  text-align:left;
  width:250px;
  z-index:50;
  padding: 25px 25px 20px;
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}


/*********   Shipments *******/

.searchPO {
	width: 750px;
	text-align: left;
}

#addShipmentLink{
	font-size: 14px;
}

#viewShipmentsTable {
	width: 700px;
	margin: 20px auto;
}

#shipmentForm {
	text-align: left;
	width: 750px;
	margin: 30px auto;
	font-size: 16px;
}


#orderList, #receivedOrdersTable, #receivedStockTable {
	width: 750px;
	text-align: center;
	table-layout: fixed;
}

#orderList .smallColumn, #receivedOrdersTable .smallColumn {
	min-width: 30px;
	max-width: 30px;
	width: 30px;
}

#receivedOrdersTable .medColumn {
	min-width: 120px;
	max-width: 120px;
	width: 120px
}

#orderList td, #orderList th, #receivedOrdersTable td, #receivedOrdersTable td {
	max-width: 175px;
	min-width: 175px;
}
.receiveShipmentsTable {
	width: 750px;
}

#receivedOrders { 
	margin: 30px 0 50px 0;
}

#receivedStockTable input {
	width: 50px;
}

#addShipmentAddInventory {
	float: right;
	
}

#addShipmentAddInventory #addInventory {
	font-size: 12px;
}

#addShipmentAddInventory .messagepop {
	margin: 0;
}

#addShipmentAddInventory #addInventoryFormDiv {
	margin-left: -210px;
}

.receiveShipmentsTable th {
	background-color: #d3d3d3;
}

#viewShipmentsTable {
	text-align: center;
}

#viewShipmentsTable tr:hover {
	cursor: pointer;
	background-color: rgb(212, 212, 212);
}

#viewShipmentsTable #tableHeader {
	cursor: default;
	background-color: white;
}

#shipmentNotes {
	vertical-align: top;
}

.workDone {
	color: rgb(220,220,220);
	text-decoration: line-through;
}

#receivedOrders .tableTitle {
	margin-left: 220px;
}

.tableTitle {
	margin-left: 310px;
	font-weight: bold;
	font-size: 18px;
}

.comment {
	font-size: 18px;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
	margin: 10px 20px;

}

#newCommentContent {
	border-radius: 10px;
	padding: 10px;
	margin: 10px 20px;
}

.comment .commentContent {
	color: #505050;
	font-size: 16px;
	white-space: pre-line;
}

.comment .commentDate {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: darkgray;
}
