@charset "utf-8";

/* ==========================================================================
   Basic styles
   ========================================================================== */

.tables-wrapper {
    overflow-x: auto;
    width: 100%;
}
.b2b-section-title {
	font-size: 15px;
	font-weight: bold;
}
.float-left { float: left!important; }
.b2b-loader {
	background: url(../images/loader_big.gif) #ffffff no-repeat center center;
	display: none;
	position: absolute;
	
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);

}
.no-products-found {
	background-color: #eee;
	color: #999999;
	font-style: italic;
	margin: 20px 0 0 0;
	padding: 20px;
	text-align: center;
}
.table-note {
	font-size: 12px;
	margin-top: 10px;
}

/* Modal Window */
.popup {
	background-color: #fff;
	border: 2px solid #999;
	padding: 20px;
	
	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.popup .bClose {
	background-color: #878787;
	color: #ffffff;
	cursor: pointer;
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}



/* ==========================================================================
   Login
   ========================================================================== */

.b2b-login-info {
	float: left;
	width: 460px;
}

/* Β2Β Subscription Form */
.b2b-login-form-wrapper {
	float: left;
	margin-left: 20px;
	width: 460px;
}
#b2b-login-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#b2b-login-form li { margin-bottom: 10px; }
#b2b-login-form fieldset {
	border: 1px solid #c0c0c0;
	padding: 10px;
}
#b2b-login-form legend {
	color: #666;
	font-size: 1.143em;
	padding: 0 10px;
}
#b2b-login-form label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 100px;
}
#b2b-login-form textarea { 
	height: 150px;
	resize: vertical;
	width: 292px;
}
.b2b-login-form-info { font-size: 0.929em; }
.b2b-login-form-button-wrapper { text-align: right; }
.subscribe-link,
.forgot-password-link { margin-right: 10px; }

/* ==========================================================================
   Shopping Cart
   ========================================================================== */

#quick-submit { font-size: 13px; }
#quick-submit > form > div { margin-bottom: 20px; }
.order-comments-container {
	float: left;
	width: 460px;
	margin-right: 10px;
}
.order-comments-container textarea {
	height: 100px;
	resize: none;
	width: 450px;
}
.client-message-container {
	clear: right;
	float: left;
	margin-left: 20px;
	width: 460px;
}
.availability {
	display: inline-block;
	height: 12px;
	width: 12px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#quick-submit .table-note { text-align: right; }
.table-note .availability {
	height: 8px;
	margin: 0 5px;
	width: 8px;
}
.availability-in { background-color: #090; }
.availability-few-in { background-color: #f60; }
.availability-out { background-color: #900; }

/* ==========================================================================
   Client Details
   ========================================================================== */

.ui-datepicker { font-size: 12px!important; }

/* ==========================================================================
   Order History
   ========================================================================== */

.sorting_asc { background-image: url(../images/sort_asc.png)!important; }
.sorting_desc { background-image: url(../images/sort_desc.png)!important; }
.sorting { background-image: url(../images/sort_both.png)!important; }
.sorting_asc_disabled { background-image: url(../images/sort_asc_disabled.png)!important; }
.sorting_desc_disabled { background-image: url(../images/sort_desc_disabled.png)!important; }
.sorting_asc,
.sorting_desc,
.sorting,
.sorting_asc_disabled,
.sorting_desc_disabled { 
	background-position: center right!important;
	background-repeat: no-repeat!important;
}
.paging_full_numbers {
	text-align: center;
	line-height: 25px;
}
.paging_full_numbers .paginate_button,
.paging_full_numbers .paginate_active {
	cursor: pointer;
	margin: 0 1px;
	padding: 3px 5px;
	
	*cursor: hand;
}
.paging_full_numbers .paginate_active {
	color: #666; 
	background: none;
	border: none;
	font-weight: bold;
}
.paging_full_numbers .paginate_button { border: 1px solid #b7b7b7; }
.paging_full_numbers .paginate_button:hover { border: 1px solid #000; }
.dataTables_processing {}
.dataTables_length {
	float: right;
	margin-bottom: 10px;
}
.dataTables_filter {}
.dataTables_info { margin: 10px 0; }
.paginate_button_disabled {
	cursor: default!important;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.paginate_button_disabled:hover {
	border: 1px solid #b7b7b7!important;
	text-decoration: none;
}

/* ==========================================================================
   Order History
   ========================================================================== */

.client-details ul,
.total-order ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.total-order-items { margin-bottom: 5px!important; }
.client-details ul li,
.total-order ul li {
	background-color: #c7c7c7;
	float: left;
	line-height: 25px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.total-order ul li { 
	background: none;
	line-height: 1em;
	padding: 0;
}
.client-details ul li label { font-weight: bold; }
.client-details ul li select {
	background-color: #fff;
	max-width: 140px;
	padding: 1px;
}
.total-order ul li label {
	display: inline-block; 
	font-weight: bold;
	margin-bottom: 5px;
}
.total-order ul li > div {
	background: #c7c7c7;
	display: block;
	padding: 5px 5px;
	text-align: right;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.total-order ul li button { margin-top: 17px; }
#quick-submit-table .insert td {
	border-bottom: 2px solid #1080c4;
	height: 50px;
	padding: 10px 5px;
}
.submit-button-wrapper {
	text-align: right;
	margin-bottom: 10px;
}

/* ==========================================================================
   Forgot Password
   ========================================================================== */

#forgot-password-form fieldset {
	border: 1px solid #c0c0c0;
	padding: 10px;
}
#forgot-password-form legend {
	color: #666;
	font-size: 16px;
	padding: 0 10px;
}
#forgot-password-form label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}
.forgot-password-button-wrapper { text-align: right; }

/* ==========================================================================
   Buttons
   ========================================================================== */

.buttonlike-link {
	background-color: #878787;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	padding: 5px 10px;
}
.buttonlike-link:hover {
	background-color: #808080;
	text-decoration: none;
}
.submit-button-disabled {
	cursor: default;
	
	opacity: 0.1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 10);
	filter: alpha(opacity = 10);
}
.other-client-link {
	background-color: #878787;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
}
.other-client-link:hover {
	background-color: #808080;
	text-decoration: none;
}

.insert-simple{
	background-color: #fff;
}
.insert-simple td{
	border-bottom: 2px solid #666;
}

.delivery-dates{
	margin-bottom:15px;
	text-align: center;
}
.delivery-dates label{
	margin: 0 5px 0 10px;
}
.delivery-dates input{
	width:100px;
}