/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

@font-face {
    font-family: 'Carme', sans-serif;
}

body, button, input, select, textarea { font-family:  'Carme', sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */














.redtext {color: red}
.greytext {color: grey}
.greentext {color: green}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.rightalign {
    text-align: right;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* =Header
----------------------------------------------- */
#branding {
	/*padding-bottom: 10px;*/
	position: relative;
/*	height: 632px;*/
/*	width: 1012px;*/
	left: 0px;
}
#site-title {
	/*margin-right: 270px;
	padding: 3.65625em 0 0;*/
	position: relative;
	left: 0px;
	top: 35px;
	text-align: left;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	/*width: 100%;*/
}



#languages {
        float:right;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#languages a.lang {
	color: #000000;
}
#languages a.lang.active {
	color: #219bdd;
}
#languages .spacer {
	font-size: 14px;
}

/* =Menu
-------------------------------------------------------------- */

#access, .adminnavbar {
	overflow: hidden;
	background: transparent;
    
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	/*box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	clear: both;
	display: block;
	/*float: left;
	margin: 0 auto 6px;
	width: 100%;*/
	position: relative;
	border: 0px solid transparent;
/*	width: 1000px;*/
/*	height: 339px;*/
	left: 6px;
	top: 39px;
	z-index: 10;
}


#access ul{
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	height: 39px;
/*	width: 780px;*/
    width:100%;
	float: left;
	background: #f8f8f8; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2'); /* for IE */
}
#access li, .adminnavbar li {
	float: left;
	position: relative;
}

.adminnavbar .navbar-inner {
    border: 0px;
}
#access a {
        padding: 0 10px 0 10px;
	color: #eee;
	display: block;
	line-height: 39px;
	/*paddding: 0 23px;*/
/*        width:130px;*/
    text-align: center;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/menu_bg.jpg) no-repeat top right;
}

.adminnavbar a {
	text-decoration: none;
	text-transform: uppercase;
        font-family:  'Carme', sans-serif;
}

.adminnavbar a:hover {
	background-color: #fff;
}


.adminnavbar .navbar-inner .container .nav li.active a{
    color: #219bdd;
}

.adminnavbar .navbar-inner .container .nav li:hover, .adminnavbar .navbar-inner .container .nav li.active{
    background-color: #fff;
}


.adminnavbar .navbar-inner .container .nav li.active{
    background-color: #fff;
}

#access .menu .menuList li.lastItem a {
	background: url(images/login_menu_bg.png) no-repeat 19px 12px;
	padding-right: 0px;
	padding-left: 42px;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #fff; /* Show a solid color for older browsers */
	/*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));*/ /* Older webkit syntax */
	/*background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);*/
	color: #1f9add;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .menu .menuList li.active > a {
	/*font-weight: bold;*/
	color: #1f9add;
}


#access .menu .menuList li.lastItem a {
    background: url(images/login_menu_bg.png) no-repeat 19px 12px;
    padding-right: 42px;
    padding-left: 42px;
}

#access .menu .menuList li a {
    font-family:  'Carme', sans-serif;
}


/*--------------END header --------------*/

/*
    Style for dispaly Product details in lighbox
*/
ul.product-listing li {
    list-style: none;
    border: 1px solid #eaeaea;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom:10px;
    width:195px;
    height:350px;
}
ul.product-listing{
    margin-left:0px;
}
.product-details{
    padding: 0px 5px 10px 5px;
    font-size:13px;
}
.product-image{
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px;
    text-align:center;
    height:135px;
}
.prodcut-thumb-image .product-image{
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px;
    text-align:center;
    height:50px;
}
.product-image img{
    width: 100%;
    height: 100%;
}
.buttons button.btn-details{
   width: 75px;
    font-size: 11px;
    height: 25px;
    margin: 0px 1px 9px 3px;
    padding-left: 4px;
    font-weight: bold;
}
.view-product-details{
    display:none;
}
.view-product-details .product-image img{
    width:250px;
    height:250px;
}
.sortlabel{
    float: left;
    line-height: 31px;
    margin-right: 6px;
}
.sortvalue{
    float:left;
    margin-right: 10px;
}
.page-header-off .searchcontent input{
    margin-bottom: 0px;
}
.page-header-off .searchcontent button{
    padding: 5px 10px 4px 10px;
    font-weight: bold;
}
.op-product-listing {   overflow: hidden;}
.product-listing{
    float:left;
    /*width:1048px;*/
}

.selectlist{
    float:left;
    width: 100px;
}
.nav-list .nav-header #productbrands {
    text-decoration:none;
    color:#551A8B;
    font-size:12px;
}
.nav-list .nav-header #producttypes {
    text-decoration:none;
    color:#551A8B;
    font-size:12px;
}
.selectlist .nav-list .type-nav-header{
    margin-top:0px;
}
.nav-list #typelist a.active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08C;

}
.nav-list #brandlist a.active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08C;
}
.product-image-view {
    float:left;
    margin-right: 10px;
    border-right:1px solid #ccc;
    width:500px;
    text-align: center;
}
.product-image-view img{
    max-width:330px;
    max-height:330px;
}
.product-view{
    border: 1px solid #EEE;
    padding: 20px;
    font-family: 'Carme', sans-serif;
}

.prodcut-thumb-image ul li
{
    list-style:none;
    float:left;
}
.prodcut-thumb-image ul li img{
    width:50px;
    height:50px;
}
.product-main-image{
    padding:5px;
}
.product-name{
    font-size: 18px;
    font-weight: bold;
    margin: 0.5em 0px 0px;
    padding: 0px;
    color: #219bdd;
}
.product-brand .info{
    font-weight: bold;
    padding-right: 5px;
    color: #090;
}
.product-brand span{
    font-size:12px;
}
.product-desc .product-label-desc{
    padding: 10px 5px;
    margin: 0px 2px;
    font-size: 15px;
    font-weight: bold;
}
.product-desc .product-content{
    font-size: 12px;
    line-height: 18px;
    padding-left: 31.5em;
    margin-bottom: 1em;
}
.product-all-attributes .product-attributes{
    float:left;
    margin:0px;
    border:1px solid #ccc;
}
.product-attributes li{
    list-style:none;
    padding: 5px;
}
.product-attributes li.attribute-label{
    border-bottom:1px solid #ccc;
    font-weight: bold;
    font-size: 17px;
}
.product-all-attributes{
    height:74px;
}

.product-attr-label {
    font-size: 15px;
    font-weight: bold;
    width:150px;   
}
.product-data{
    font-size:14px;
    color:#090;
}
.product-sub-attr{
    margin:8px 0px 8px 0px;
}
.add-to-cart{
    background-color: #219bdd;
    color: #fff;
    font-family: 'Carme', sans-serif;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}
.product-cart-details table{
    width:1123px;
    text-align:center;
}
.product-cart-details table tr td .prodcut-cart-image{
    float:left;
    margin-left:10px;
    margin-right:10px;
}
.prodcut-cart-name{
    font-weight:bold;
    text-transform: capitalize;
}
.product-cart-details table tr td{
    vertical-align:middle;
}
.product-cart-details table tr td a{
   text-decoration: underline;
   color:#000;
}
.product-cart-details table tr td select{
    width:60px;
    text-align:center;
}
.product-cart-details table tr td, .product-cart-details table tr td th{
    border:1px solid #ccc;
}
.product-cart-details table tr th{
   padding: 7px;
   background: #EED;
}
.product-cart-details table tr td{
   padding: 5px 0px 5px 0px;
}
.cart-buttons .continue-shopping{
    float:left;
}
.product-cart-details{
    margin-top:10px;
}
.product-cart-details .stockinfo{
    color: #090;
    font-weight: bold;
    font-size:12px;
}
.product-cart-details table tr td .grand-total{
    width:300px;
}
.product-cart-details table tr td .grand-total td{
    border:none;
}
.product-cart-details table tr td .grand-total th{
    border:none;
}
.product-cart-details table tr td .grand-total th{
    text-align:right;
    background:none;
    font-size:12px;
}
.product-cart-details table tr td.total-details{
    background:#eee;
}
.product-cart-details table tr td .grand-total th.shipping{
    font-weight:100;
}
.product-cart-details table tr td .grand-total th.finaltotal,td.finaltotal{
    font-size:15px;
}
.product-cart-details table tr td .grand-total td.finaltotal{
    font-size:15px;
    font-weight:bold;
}
.product-cart-details table tr td .grand-total td.subtotal{
    font-weight:bold;
}
.product-cart-details table tr td .grand-total td.shipping-value{
    font-weight: bold;
    color: #093;
    font-size:12px;
}
.product-cart-details table tr td .grand-total td{
    text-align:right;
    padding-right:6px;
}
.product-cart-details table tr td .grand-total th{
    padding:0px;
}
.including-vat{
    font-size:10px;
    font-weight:bold;
}
.remove-item-link a{
    font-size:12px;
}
.total-cart-item{
   text-align:right;
   padding-right: 10px;
   margin-bottom:10px;
}
.total-cart-item .cart-label{
    font-size:12px;
    font-weight:bold;
    color:#093;
}
.cart-title{
    color: #666;
    font-size: 26px;
    line-height: 2.6rem;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
}
.cart-empty{
    font-size:13px;
}
.cart-empty a{
    text-decoration: underline;
}
.shopping-cart-title{
     color: #666;
    font-size: 26px;
    text-align: center;
    width: 872px;
    float:left;
    font-weight:bold;
}
.bottom-cart-buttons .continue-shopping{
    float:left;
}
.bottom-cart-buttons .order-now{
    float:right;
    margin-right:5px;
}
.bottom-cart-buttons{
    margin-top:10px;
}
.remove-item-link .whishlist{
    padding-right:10px;
}
span.product-data .stock-av{
    font-size:14px;
    color:#090;
}
span.product-data .stock-in{
    font-size:14px;
    color:#cc0;
}
span.product-data .stock-inmin{
    font-size:14px;
    color:blue;
}
span.product-data .stock-out{
    font-size:14px;
    color:red;
}
.product-available{
    text-align: center;
    padding: 5px;
    background: #EAEAEA;
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.exist-address{
    padding: 10px 10px 10px 0px;
    font-size: 13px;
    font-weight: bold;
    float:left;
}
.exist-address .add-label{
    float: left;
    padding-right: 10px;
    line-height: 25px;
}
#newaddress dt{
    float:left;
    width:87px;
}
#newaddress{
    display:none;
    margin: 10px 0px 0px 0px;
    border: 1px solid #999;
    width: 530px;
    padding: 20px 0px 10px 20px;
    background: #EAEAEA;
}
#newaddress dt label{
   font-size: 12px;
    font-weight: bold;
    line-height: 34px;
}
#newaddress dd input,#address{
    border: 1px solid #999;
}
#newbilladdress .help-inline{
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: -8px;
}
.address-label{
    font-weight: bold;
    font-size: 17px;
}
#newaddress .help-inline{
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: -8px;
}
#newbilladdress{
    display:none;
    margin: 10px 0px 0px 0px;
    border: 1px solid #999;
    width: 530px;
    padding: 20px 0px 10px 20px;
    background: #EAEAEA;
}
#newbilladdress dt label{
   font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    float: left;
    width: 87px;
}
#newbilladdress dd input,#address{
    border: 1px solid #999;
}
.add-checkbox{
    float:left;
}
.new-address{
    padding-top:5px;
}
.option-or-label{
    float: left;
    line-height: 42px;
    padding-right: 11px;
}
.cash-delivery{
    border-bottom: 1px solid #CCC;
    color: #666;
    font-size: 12px;
    margin: 0 12px 10px 0px;
    padding: 10px 0 5px;
}
.cash-amount{
    margin-bottom:10px;
    font-size: 13px;
}
.cash-amount span{
    font-size:16px;
    font-weight:bold;
}
.cash-phone {
    margin-bottom:10px;
    font-size: 13px;
}
.cash-phone span{
   color: #666;
    font-size: 11px;
    margin: 0 auto;
    width: 400px;
}
#contact_no{
    font-size:15px;
}
.cash-note{
    padding: 2px 5px;
    background: #FFFECC;
    width: 420px;
    margin-bottom: 10px;
    border: #F6E0B6 solid 1px;
    color: #404040;
    font-size: 13px;
}
.cash-note span{
    color: #0C9914;
    font-weight: bold;
}
.nbk-note {
    border-bottom: 1px solid #CCC;
    color: #666;
    font-size: 11px;
    height: 24px;
    margin: 0 0 15px;
}
.sp_payment_net {
    float: left;
    width: 130px;
    font-weight: bold;
    padding: 5px 0 0 0;
}
#step2next-element{
    margin-left:0px;
}
#step1next-element{
    margin-left:0px;
}
.sp_payment_net_right {
    float: left;
    font-weight: bold;
    width: 260px;
    margin-bottom: 20px;
}
.sp_shipping_pay {
    float: left;
    margin: 15px 0 10px 0px;
}
.nbk-disc {
    color: #666;
    clear: both;
    font-size: 10px;
    line-height: 1.2rem;
    margin-top: 10px;
}
.sp_payment_net_small {
    clear: both;
    color: #666;
    font-size: 11px;
    font-weight: normal;
}
.nbk-disc span{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 0px;
}
.nbk-disc ul{
    margin-left:15px;
}
#bankname-label{
    display:none;
}
dd#bankname-element{
    margin-left:0px;
}
.creaditpayment dt{
    float: left;
    width: 100px;
}
.creaditpayment dt label{
    font-size:12px;
    font-weight: bold;
}
#expiremonth-element select{
    width:65px;
}
#expiremonth-element{
    float:left;
    margin-left:0px;
    margin-right: 10px;
}
#expireyear-element select{
    width:75px;
}
#expireyear-label{
    display:none;
}
#creditexpiremonth-element select{
    width:65px;
}
#creditexpiremonth-element{
    float:left;
    margin-left:0px;
    margin-right: 10px;
}
#creditexpireyear-element select{
    width:75px;
}
#creditexpireyear-label{
    display:none;
}
.cardtypes{
    margin-bottom: 12px;
}
.cardtypes .cardtype-label{
    font-size: 12px;
    font-weight: bold;
    padding-right: 40px;
}
.cardtypes img{
    margin-top: 14px;
    margin-left: 7px;
    margin-right: 10px;
}
.card-note{
    margin-bottom:10px;
}
.card-note span.note-text{
    font-size: 11px;
    color: #888;
}
.card-note .note-label{
    font-size:12px;
    color: #00AEEF;
    font-weight: bold;
}
.debitpayment dt{
    float: left;
    width: 150px;
}
.debitpayment dt label{
   font-size: 13px;
   font-weight: bold;
   line-height: 30px;

}
.debitpayment .re-text{
   font-size: 13px;
    text-align: center;
    width: 527px;
    margin: 10px 0px 10px 0px;
}
.cvv-img{
    text-align: center;
    width: 880px;
    clear:both;
    display:none;
}
.cvv-info{
    font-size:12px;
    line-height: 30px;
}
#cvvnumber-element #cvvnumber{
    float:left;
    margin-right:10px;
}
#creditcvvnumber-element #creditcvvnumber{
    float:left;
    margin-right:10px;
}
.debitcardpayment dt{
    width: 91px;
    text-align: right;
    padding-right: 10px;
}
.debitcardpayment{
    margin-left: 50px;
}

.debitcardpayment {
    display:none;
}
#useshipaddress-1{
    margin: 0px 5px 5px 0px;
}
#useshipaddress-0{
    margin: 0px 5px 5px 0px;
}
#useshipaddress-element label{
    font-size:13px;
    font-weight:bold;
}

#usebilladdress-element{
    float: left;
    margin-right: 10px;
    margin-left:0px;
}
.usebillingadd{
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
}
#paycheckmoneyorder-label{
    display:none;
}
.header-cart{
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 108px;
    
}
.header-cart-value{
    position: absolute;
    top:10px;
    right:15px;
}
.delcharge{
    font-size: 12px;
    font-weight: bold;
    padding-left: 13px;
}
.delcharge span{
    font-size: 18px;
    color: #093;
}
.creaditpayment #wizard_page_3 dd .help-inline{
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.debitpayment #wizard_page_4 dd .help-inline{
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.order-history tr th,.order-history tr th td{
    border:1px solid #ccc;
}
.order-history tr th{
    padding: 5px 0px 7px 0px;
    background: #EAEAEA;
}
.order-history tr td.payment-add{
    padding-left: 10px;
}
.order-history tr td.ship-add{
     padding-left: 10px;
}
.order-history{
    width:1128px;
}
.oredr-label{
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}
.exit-address{
    height: 250px;
    border: 1px solid #CCC;
    overflow-y: scroll;
    padding-left: 10px;
    padding-top:10px;
    width: 500px;
}
.exit-address li{
    list-style:none;
}
.exit-address li .add-list{
    margin-left: 20px;
}
/* View Order */
.order-address li{
    float:left;
    margin-right:30px;
    list-style: none;
}
.order-address .billing-address{
    width: 330px;
    border: 1px solid #EAEAEA;
}
.order-address .shipping-address{
    width: 330px;
    border: 1px solid #EAEAEA;
}
.order-address .order-add-label{
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    background: #eaeaea;
}
.order-address .order-add-data
{
    padding:10px;
}
.account-info{
   width: 330px;
   border: 1px solid #EAEAEA;
}
.account-info .account-title{
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    background: #EAEAEA;
}
.account-info .account-data{
    padding: 10px;
}
.payment-info{
   width: 330px;
   border: 1px solid #EAEAEA;
   margin: 20px 0px 0px 20px;
}
.payment-info .payment-title{
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    background: #EAEAEA;
}
.payment-info .payment-data{
    padding: 10px;
}

.view-order-items table{
    width: 1100px;
    margin: 10px 0px 10px 20px;
}
.view-order-items table thead th{
    background: #eaeaea;
    padding: 5px;
}
.order-grand-total .total-label{
    float: left;
    width: 1056px;
    text-align: right;
    padding-right: 10px;
}
.order-grand-total{
    padding-right: 12px;
    font-weight: bold;
    font-size: 16px;
}
.order-grand-total .total-data{
    font-size:14px;
}
.order-grand-total .total-charge-data{
    font-size:14px;
    color:#090;
}
.orders-title{
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.orders-item-title{
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-top:10px;
}
.order-add-data span{
    font-weight:bold;
}
.order-add-data p{
   margin: 0px 5px 4px 66px;
}
.add-title{
    float: left;
    padding-right: 8px;
}
.name-title
{
    padding-left:18px;
    padding-right:2px;
}
.view-order-items  .product-detail{
    padding-left:5px;
}


/*Optiker Comission */
.comission-table table{
   /* width:1125px;*/
   width:100%;
}
.comission-table .name-label{
    padding-left:5px;
    font-size:12px;
}
.back-comission{
    margin: 0px 0px 10px 0px;
}
.back-comission a{
    font-weight:bold;
}
/* Optiker Chart */
.view-chart {
    list-style-type: none;
    margin-top:20px;
    margin-left:0px;
    margin-bottom:0px;
}

.view-chart ul{
    margin-left:0px;
}

.view-chart li{
    display: inline;
}
#visualizationweek{
    display:none;
}
#visualizationmonth{
    display:none;
}
/* Order details view for optiker */
.order-view-details .title{
    padding: 5px 0px 5px 5px;
    font-size: 15px;
    font-weight: bold;
    width:260px;
}
.order-date table.order-op th{
    background:#EBF2F6;
}
.order-date table.order-op th{
     border:1px solid #ddd;
}
.order-date table.order-op td{
     border:1px solid #ddd;
}

.order-view-details .product-details .all-data{
    border:1px solid #ccc;
    padding: 12px;
}
.order-view-details .product-details .all-data .pr-label{
   font-size: 15px;
    width: 53px;
    float: left;
    font-weight: bold;
}
.order-view-details .product-details{
    width:263px;
}
.order-view-details .order-date{
    margin-left:4px;
}
.order-date table th
{
        padding: 5px 20px 5px 22px;
        font-size: 15px;
}
.order-date .title{
    width: 476px;
}
.order-grand-total{
    padding-right:5px;
}
.order-date table td{
    padding:5px;
}
/* Optiker Product Listing */
.op-product-listing .product-listing{
    float: left;
   /* width: 861px;*/
}
.search-input{
    float:left;
    margin-left:10px;
    margin-top: 1px;
}
.product-search{
    margin-top:10px;
}
.customer-product-search{
    margin-left:115px;
}
.customer-product-search{
    margin-left:115px;
}
.optiker-product-search{
    margin-left:90px;
}
/*product creation wizard*/

#progress_bar {
    background: url("../img/progress_bar.png") no-repeat scroll 0 0 transparent;
    float:right;
    height: 24px;
}

#progress {
    background: url("../img/progress.png") repeat-x scroll 0 0 transparent;
    border-radius: 20px 20px 20px 20px;
    height: 23px;
    width: 0;
}


#progress_text {
    color: #fff;
    font-weight: bold;
    height: 24px;
    left: 0;
    line-height: 21px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 2px #222222;
    top: -23px;
    width: 339px;
}

.modal-header h3 {
    margin-top:0px !important;
}

#modal-gallery h3 {
    margin-top:0px !important;
}

.btns_holder {
    width:400px;
    clear: both;
}

.btns_holder .btn_left {
    float:left;
}

.btns_holder .btn_right {
    float:right;
}
.wizard_textarea{
    height:150px;
    width:400px;
}

#addproductattribute-element, #addproductdistributor-element, #addproductcomissiongroup-element, #addproductcomissiongroupprice-element {
    margin-left:0px;
}

#description_de-label, #description_fr-label, #description_it-label, #description_en-label, #name_de-label, #name_fr-label, #name_it-label, #name_en-label {
    height:1px;
}
.product_wizard_leftcol {
    float:left;
    width:50%;
}

.product_wizard_floatcol {
    float:left;
    margin-right: 30px;
}

.product_wizard_floatcol div{
    min-width: 220px;
}

.product_wizard_floatcol ul.errors {
    max-width: 220px;
}

.product_wizard_floatcol .dateinput {
    position:relative;
}

.product_wizard_floatcol .dateinput input{
    width:192px;
}

.product_wizard_floatcol .dateinput .add-on {
    position: absolute;
    right: 2px;
    top: 30px;
}

.product_wizard_leftinput {
    float:left;
    margin-right:15px;
}

.product_wizard_rightinput {
    float:left;
}

.lagerplatz_select {
    width: 100px;
}

.wizard_buttons_holder {
    clear: both;
    margin-top:15px;
    height: 15px;
}

.validate_wizard-buttons {
    margin-top:10px;
}
/* Optician Perforamnce */
.joindate .fromdate{
    float:left;
    margin-right:10px;
}
.joindate input{
    width:140px;
}
.joindate img{
    vertical-align: top;
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 5px;
}
.joindate span{
    vertical-align: top;
    line-height: 25px;
}
.joindate .todate{
    float: left;
    margin-right: 10px;
}
#date-error{
    color:red;
    font-size:15px;
    padding:5px;
}
/*end product creation wizard*/


.error_txt, #err_filial, #err_billing, #err_payment, #err_login, #err_contact {
    color: #C62626;
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.margin_table {
    margin-left:0px;
}

#productgroup_container td {
    border: none;
}
.fieldset1 { border: 1px solid #ccc; padding: 25px 10px 10px 10px; position: relative; border-radius: 20px; margin: 27px 0 40px 0; }

.fieldset1 h3 { background:  #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    left: 10px;
    line-height: 32px;
    padding: 0 6px;
    position: absolute;
    top: -27px;
    border-radius: 8px;
}
#cke_content{
    width:60%;
}

.suspendopt{
    width:60%;
}

ul.errors {
    margin-left:0px !important;
}

ul.errors li {
    color: #C62626;
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.zend_form dd {
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-left:0px;
}

.zend_form dd:last-child {
    border-bottom: none;
    margin: 0px;
    padding-bottom: 0px;
    background-color: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    padding: 17px 20px 18px;
}

.zend_form #submit-label {
    height:3px;
}

/*Wizard tabs correction*/
#wizard_styles {
    text-align: center;
}

#wizard_styles li {
    padding-bottom:0px;
}


#wizard_styles > .active > a, #wizard_styles > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: 0px;
    color: #067EAD;
    cursor: default;
}

#wizard_styles > li:before {
    margin-top:-14px;
}

#wizard_styles > li > a {
    border: none;
    border-radius: none;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #818181;
}
#wizard_styles > li > a {
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size:16px;
}

#wizard_styles > li > a:hover {
    background-color: #FFFFFF;
}

#wizard_styles {
    border-bottom: none;
    border-right:none;
}


#form_wizard dd {
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-left:0px;
}

#form_wizard h3 {
    margin-top:-22px;
}


#form_wizard_optiker dd {
    margin-left:0px;
}

#form_wizard_optiker h3 {
    margin-top:-22px;
}

.form_left{
    width:230px;
    float:left;
    clear:both;
    min-height: 40px;
}

.form_checkout_left{
    padding-right: 10px;
    float:left;
}

.form_right, .form_checkout_right{
    width:auto;
    float:left;
}

#form_wizard_optiker #checkerr {
    margin-left:10px;
    display:inline;
}



#form_wizard_optiker .step,  #form_wizard_distributor .step{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    clear: left;
    padding: 20px 20px 14px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#wizard_styles_optiker, #wizard_styles_distributor {
    margin-bottom:0px;
    padding-left:20px;
}

#wizard_styles_optiker li a {
    color:#555;
    font-size:14px;
    padding-right: 6px;
    padding-left: 6px;
}

#wizard_styles_optiker li.disabled a {
    color:#999;
    cursor: not-allowed;
}

.wizard_subtitle {
    font-size:15px;
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-top: 18px;
}

.wizard_subtitle.first {
    padding-top: 3px;   
}

.select_count {
    width: 75px;
    min-height: inherit;
    display: inline-block;
    margin-bottom: 0;
    height: auto;
    line-height: 28px;
    vertical-align: middle;
}

.show_count {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color:#333333;
    margin-left:10px;
}

/*End Wizard tabs correction*/

.postmsg{
    width : 500px;
}
#creditexpireyear-element{
  float: left;
  margin-right: 10px;
}
#expire-label{
    font-size: 14px;
    color: red;
    font-weight: bold;
}
#expire-debit-label{
     font-size: 14px;
    color: red;
    font-weight: bold;
}
#expireyear-element{
  float: left;
  margin-right: 10px;
}

.msg_cust_div{
    float: left; width: 100%; margin-top: 20px;
}
.msg_cust{
    margin-top: 10px;
}
/* Optician Report in Optician side*/
.optician-report li
{
    list-style:none;
}
.optician-report li .report-title{
    float: left;
    width: 205px;
    font-weight: bold;
}
.optician-report{
    border: 1px solid #CCC;
    padding: 15px;
    margin-left: 0px;
    background: #EFEFEF;
}
.optician-report .report-value{
    margin-bottom:10px;
}
.tabbable .tab-content{
    overflow:inherit;
}

.uniform dd {
    border:none; 
}

.uniform .errors {
    clear:both !important;
}
#product-records{
    clear: both;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    color: red;
    text-align: center;
    font-size: 17px;
    display: none;
}
/* Create Ticket Message*/
.ticket-title{
    float:left;
    margin:0px 10px 10px 0px;
    font-weight: bold;
}
.ticket-msg{
    width:400px;
    display: none;
    font-size: 17px
}
/* Display Ticket Message */
.message-display { width: 100%;}
.message-content { border: 1px solid #ddd; margin-bottom: 10px; padding: 10px;  border-radius: 4px;}
.msg-name { float: left;  width: 75%; text-shadow: 1px 1px 1px  #fff;  font-weight: bold;   font-size: 13px; color: #000}
.msg-date { text-align:right; float: right; width: 24%;text-shadow: 1px 1px 1px  #fff;   font-size: 11px; color:#888}
.msg-content {width: 100%; padding-top: 5px;  border-top: 1px solid #ddd; margin-top: 5px; }
.message-content_2 { background-color: #F9F9F9;}
.del-msg {color:red;}

/* Product Search  */

@media only screen and (max-width: 480px) {
    #bestellungen_silver_main_holder > ul.nav.nav-tabs > li {
        float: none;
    }
    #bestellungen_silver_main_holder > ul.nav.nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0    
    }
}
@media only screen and (min-width: 481px) {
    #bestellungen_silver_main_holder > ul.nav.nav-tabs > li {
        float: left;
    }
}

.selectlist_2 {  overflow: hidden;}
.fl-1 {  float:left; margin-right: 10px;}
.width-220 {width: 175px; margin-top: 0px; height: 35px;}
.width-100 {width: 112px; margin-top: 0px; height: 35px;}
.fl-input{
    margin-left:0px;
}

.fl-1 .at-title, .fl-1 .nav-header {
    margin-bottom:5px;
}
.at-button{
    line-height: 55px;
    float:left;
}

#backend_pairs_holder select{
    width:45px;
}

#frontend_pairs_holder select{
    width:45px;
}

.at-values select{
    width:80px !important;
}

.productgroup-value select{
    width:140px !important;
}

.right-label{
    font-size:38px;
    padding-top:29px;
    padding-right: 5px;
}
.left-label{
    padding-right: 10px;
    font-size:38px;
    padding-top:29px;
}

.backend_pair_nr {
    padding: 10px 0px 10px 0px;    
}

#first_backend_pair_nr {
    padding-top:5px;
}

.listprod3-div{
    display : none;
    margin-bottom : 15px;
}
.service-cust h4{
    margin-bottom : 5px;
}
.service-cust{
    margin-bottom : 15px;
}

.form_section_label {
    margin-bottom: 9px;
    margin-top:12px;
    font-size:15px;
}
#billingbutton-element{
    float: left;
    margin-right: 10px;
}
#selectfilialadress-label{
    float: left;
}
#status-label {float:left;margin-right:5px;}
#status-element { float:left; width:272px; }
#status-element label { float:left; width: 68px; }
#status-element label input { float:left; }
#status-element label font { float:left; }
.customer-status{float:right}
#gender-label{display:none;}
#language-label{display:none;}
.optiket-product-label{float:left;margin-right: 5px;padding-top:5px;}
.optiker-product-search{margin-bottom:5px}
.optiker-tab{margin: 0px 0 15px 0;}
#error-msg{
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    width: 257px;
    display:none;
}
.mail-label{
    float:left;
    width:105px;
}
#loader-indicator{
    margin-left: 256px;
    margin-bottom: 15px;
    display:none;
}
#msg_holder{
    text-align: center;
    padding: 5px;
    background: #EEE;
    margin-bottom: 5px;
    color: blue;
    font-weight: bold;
    display:none;
}
.de-order-serach .nav-header-label{
    float: left;
    margin-right: 10px;
    line-height: 28px;
}
.ordersearch-btn{
    margin-top: 18px;
}
.confirm-chk input#confirmorder{
    float:left;
    margin-right: 11px;
    margin-bottom: 10px;
}
.goodsoreder-btn{
    clear:both;
}
.confirm-label{
    font-weight: bold;
}
.blank-date{
    text-align:center;

}
#productlist3 .productquantity{
    width:50px;
}
#listproducts3 .productquantity{
    width:50px;

}
.tracking-input{
    margin-bottom: 0px;
}
.tracking-mail{
    margin-right: 375px;
    float: right;
}
.tracking-img{
    margin-right: 5px;
}
.paidpaymentstatus{
    color:blue;
}
.unpaidpaymentstatus{
    color:red;
}
.payment-label{
    float: left;
    width: 108px;
    line-height: 30px;
}
.stck-checkbox{
    float:left;
    margin-right: 20px;
}
.stck-btn{    
    margin-top: 20px;
}
.items-label{
    float: left;
    width: 110px;
    line-height: 30px;
}
.dist-layer{
    float: right;
    margin-right: 550px;
}
.prod-layer{
    float:right;
    margin-right: 750px;
}


#frontend_products_selection.disabled .wizard_subtitle, #frontend_products_selection.disabled .right-label, #frontend_products_selection.disabled .left-label, #frontend_products_selection.disabled .nav-header{
    color:#999;
}

#frontend_pairs_holder .active {
    background:#f3f3f3;
    border:1px solid #d6d6d6 !important;
}

#frontend_pairs_holder .inactive {
    margin: 20px -5px;
    padding:5px;
    border:1px solid #fff;
}

#overviewdiv h4{
    margin-bottom: 5px;
}

.checkbox_holder_class {
    float: left;
    margin:20px 0px 0px 0px;
    width:40px;
}

#backend_pairs_holder .splashy-okay {
    margin-top:5px;
}

#leistungen_holder {
    clear: both;
    margin-left: 0px;
    width:45.4%;
    float:left;
}

#erinnerungen_holder {
    margin-left: 0px;
    width:54.6%;
    float:left;
}

#erinnerungen_holder .checkboxes {
    line-height:25px;
    margin-top:4px;
}

.left_eye_margin {
    float: left;
    margin:12px 0px 0px 0px;
    width:40px;
}

#delivery_option_holder {
    clear: both;
    margin-left: 0px;
    margin-top: 10px;
    width:45.4%;
    float:left;
}

#lieferantenbesstellung_holder {
    margin-left: 0px;
    margin-top: 10px;
    width:54.6%;
    float:left;
}

#lieferantenbesstellung_holder .checkboxes, #delivery_option_holder .checkboxes  {
    line-height:25px;
    margin-top:4px;
}

#email_address_holder {
    margin-top:10px;
}

#servicename{
    float:left;
    margin-right:10px;
}
#list-service{
    width: 400px;
    margin-top: 15px;
}
.addservice{
    margin-bottom:10px;
}
.optionlabel{
    float:left;
    width: 152px;
    font-weight: bold;
}
.errormsg{
   color: red;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 7px;
}
#optionname{
    margin-bottom:30px;
}
.successmsg{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    padding: 8px;
    width: 265px;
    display:none;
}
.cmbservicename .serviceprice{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.serviceerrormsg{
   color: red;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 7px;
}
.servicetable{
    margin-bottom:0px;
}
.cfrmdt{
    float: left; width: 320px;
}
.ctodt{
    float: left; width: 600px;
}
.cfieldset{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 20px 20px 20px 20px;    
    padding: 20px 10px 10px 20px;
    position: relative;    
}
.csopt{
    margin-right: 20px;
}
.csfrm{
    margin-right: 2px;
}
#list-service td{
    border:1px solid #eee;
}
.errdtrng{
    display:none; color:red;
    margin-left: 5px;
}
.optsec { float: left; width: 33%; }
.opteditsec { float: left; width: 33%; }
.optprosec { float: left; width: 33%; }
.clroptdv { clear:both; margin-bottom: 10px; }
.errormsges{
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: red;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #F9EBEB;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.logo-label{
    font-weight: bold;
    float: left;
    width: 115px;   
    text-align: right;
    margin-right: 10px;
}
.select-logo{
    border: 1px solid #EEE;
    padding: 30px;
}
#customer-data{
    float:left;
    margin-right:10px;
}
.service-form{
    border: 1px solid #EEE;
    padding: 22px;
}
.optician-data{
    float:left;
    margin-right:10px;
}
.addoptician{
    margin-bottom:20px;
}
.optician-label{
    font-weight:bold;
}
.ware-step{
    margin-top: 20px;    
}
.officetime{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.timingline, .feiertage{
    clear:both;
}
.removetime{
    padding-top: 0px;
    float:left;
}
.dataTables_length{
    display: none;
}
.dataTables_filter{
    display: none;
}


.msgtable{
    border-bottom:1px solid #eaeaea; 
}

.checkboxes_right {
    float:right;
    /*margin-top:-14px;*/
    position:relative;
    /*bottom:-48px;*/
    right:20px;
    
}
.checkboxes_right div.uni-checker, div.uni-radio {
    float:left;
    margin-left:8px;
    margin-right:4px !important;
}
#customer_step1_col1 {
    float:left;
    margin-top: -9px;
}
#customer_step1_col2 {
    float:left;
    margin-top: -9px;
    margin-left: 20px;
    margin-right: -20px;
}

.radios_label{
    float:left;
    line-height: 23px;
}

.radio_itesm_holder{
    float:left;
}

.radio_itesm_holder  label {
    float:left;       
}

.radio_itesm_holder input {
    display:inline;
}

.select_solution {
    width:240px !important;
}

.attribute_sphare, .attribute_1 {
    min-width: 80px !important;
}

.bemerkungen {
    margin-top:22px;
    margin-left:0px;
    float:left;
}

.bemerkungen textarea {
    width:220px;
    height:79px;
}

.save_and_co {
   float:left;
   margin-left:15px; 
   margin-top:22px;
}

.save_and_co .first_row {
    margin-top:0px;
    height:35px;
    float:left;
}

.save_and_co .second_row {
    clear:both;
    margin-top:25px;
    float:left;
}

.speichern_btn_holder {
    float: left;
    margin:0px 0px 0px 15px;
}

.speichern_btn_holder.refraction {
    margin:23px 0px 0px 15px;
}


select#servicename {
    width:397px;
}

.product-hr-line{
    margin-top: 7px;
    background: #000;
}
.pr-title-img{
    text-align: center;
}
.pr-title{
    float: left;
    /* width: 275px; */
    width: 25%;
    margin-right: 20px;
}
.pr-name{
    font-size: 24px;
}
.pr-data{
    width:100%;
    margin-top: 40px;
    min-width:600px;
}
.pr-details{
    /*overflow: hidden;*/
    width: 73%;
    margin-left:27%;
}
.pr-tag{
   font-weight: bold;
   font-size: 15px;
   margin: 20px 0px 7px 0px;
}

.pr-black {
   font-size: 13px;
}

.pr-gray {
   color: #555;
}


.pr-content {
    font-size: 13px;
    /* font-style: italic; */
    word-spacing: 6px;
    color: #555;
}
.pr-address{
    font-size: 13px;
    margin-top: 20px;
    color: #888;
    line-height: 22px;
}

.pr-address-left {
    display: inline-block;
    width: 215px;
}
.pr-desc{
    margin-bottom: 50px;
}
.pr-tag1{
    font-size: 18px;
    margin-top: 25px;
    color: #555;
}
.pr-tag2{
    font-size: 16px;
    color:#555;
    font-weight: bold; 
    margin-top: 10px;
}

#pr-packung {
    margin-top:30px;
    /*font-size:13px;*/
    color: #555;
    line-height: 30px    
}

#pr-packung-left {
    float:left;
    width: 360px;
}

#pr-packung-right {
    float:left;
}

.pr-rounded_pack {
    float: left;
    text-align: center;
    background-color: #6BCC3B;
    width: 40px;
    height: 28px;
    border-radius: 9px;
    margin-right: 9px;
    color: #efc;
}

.pr-chf {
    float:left;
    margin-right: 40px
}

.sonic_wave_left {
    float:left;
    margin-top: 15px;
    width: 200px;
}

sonic_wave_right {
    float:left;
}

.fl { float:left;}
.fr { float:right;}
th, td{ padding: 3px;}
.dark-bg { background: #5f605f; color: #fff;}
.radious-l { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.radious-r { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.bl-bg { background: #1fbdee;  padding: 3px; }
.dot-border { border-left: 1px dashed #666; } 
.solid-border { border-left: 1px solid #666; }
.pr-table{
    width: 545px;
}
.pr-tag3{
    font-size: 13px;
    color:#555;
}
.pr-linedesc{
    margin-top: 30px;
}
.pr-tag4{
    font-size: 16px;
    color: #555;
    font-weight: bold;    
   /* position: absolute; 
    top: -15px; */
}
.pr-price{
    margin-top: 30px;
}
.pr-safilens{
    margin-top: 45px;
}
.pr-desc-spray{
    margin-bottom: 20px;

}
.clr{
    clear: both;
    height: 0px;
}
.custprodhead{
    font-size: 30px;
}
.right_outer
{
    float: left;
    margin: 0 5px;
    width: 102%;
    
}
.right_input11
{
    float: left;
    background-color: transparent;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}
.cust_headding
{
    font-weight: bold;
    float: left;
}
.plane_cla
{
    float: left;
    margin: 0px 6px 0px 0px;

}

.plane_cla .package_qty_holder {
    margin-top:5px;
}

.plane_cla .package_qty_holder input{
    width:50px;
    margin-left:5px;
}

.plane_cla .package_qty_holder select{
    width:158px;
}

.opt-tooltip h3  { position: relative;}
.opt-tooltip h3 div { 
 display: none;
background: #F7F7F7;
border: 1px solid #EEE;
border-radius: 3px;
box-shadow: 0 0 10px #EEE;
padding: 10px;
width: 500px;
z-index: 99;
font-size: 14px;
line-height: 20px;
text-shadow: 1px 1px 1px white;
color: #252525; }
.opt-tooltip h3:hover> div { display: block; position: absolute; left: 0; top: 25px;}

.main_outer
{	
	margin:10px auto;
	padding:20px;
        width:99%;
}

.top_part
{
	width:100%;
	float:left;
	margin:0 0 0 0;
}
.bottom_part
{
	width:100%;
	float:left;
	margin:10px 0;
}
.flo_left
{
	float:left;
}
.flo_right
{
	float:right;
	color:#666;
	font-size:13px;
	margin-top:35px;
}
.flo_left p
{
	margin-bottom:10px;
	color:#666;
	float:left;
	font-size:13px;
}
.main_outer h1{
	font-size:16px;
	color: #000;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #DDDDDD;
        position: relative;
        top: -10px;
}

 .pd_download h1
{
	font-size:20px;
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	margin:5px 0 10px 0;
}

.pd_download
{
	float:left;
        width: 100%;
}
.pd_download ul
{
	margin:0px;
	padding:0px;
}
.pd_download li
{
	display:block;
	float:left;
	background : url(../img/pdf.png) no-repeat 0 0;
	margin: 2px 5px;
        padding: 0 0 10px 30px;
        width: 45%;
}
.pd_download li a
{
	font-size:13px;
	color:#000;
	float:left;
	
}
.pd_download li a:hover
{
	text-decoration:underline;
}
.flo-righ 
{
	float:right;
	/* margin:5px 0 0 0; */
	cursor:pointer;		
}
.search_kunde .input_holder {
    float: left;
}
.search_kunde input {
    margin-right: 7px;
    width: 110px;
}
h4.pull-left {
    font-weight:bold !important;
    font-size:14px;
}
#btn_show_advanced_search {
    border-radius: 4px !important;
}
.cr
{
    clear: both;
    height: 0px;
}
.lef_outer11
{
    width: 420px;
    float: left;
    margin: 0px 55px 0px 5px;
}

 .pd_download_oindex h1
{
	font-size:20px;
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	margin:5px 0 10px 0;
}

.pd_download_oindex
{
	float:left;
        width: 100%;
}
.pd_download_oindex ul
{
	margin:0px;
	padding:0px;
}
.pd_download_oindex li
{
	display:block;
	float:left;
	background : url(../img/pdf.png) no-repeat 0 0;
	margin: 2px 5px;
        padding: 0 0 10px 30px;
        width: 45%;
}
.pd_download_oindex li a
{
	font-size:13px;
	color:#000;
	float:left;
	
}
.pd_download_oindex li a:hover
{
	text-decoration:underline;
}

 .pd_download_oindex_r h1
{
	font-size:20px;
	border-bottom:1px solid #000;
	float:left;
	width:100%;
	margin:5px 0 10px 0;
}

.pd_download_oindex_r
{
	float:left;
        width: 100%;
}
.pd_download_oindex_r ul
{
	margin:0px;
	padding:0px;
}
.pd_download_oindex_r li
{
	display:block;
	float:left;
	background : url(../img/pdf.png) no-repeat 0 0;
	margin: 2px 5px;
        padding: 0 0 10px 30px;
        width: 45%;
}
.pd_download_oindex_r li a
{
	font-size:13px;
	color:#000;
	float:left;
	
}
.pd_download_oindex_r li a:hover
{
	text-decoration:underline;
}


.lef_outer_big
{
    width: 600px;
    float: left;
    margin: 0px 55px 0px 5px;
}
.lef_outer_small
{
    width: 244px;
    float: left;
    margin: 0px 55px 0px 5px;
}



/*-----------login-page-------------*/
@media only screen and (max-width: 321px) {
    body.login {
        background: #fbfbfb;
        min-width: 0;
        padding-right:5px;
        padding-left: 5px
    }
    #login {
        width: 320px;
        padding: 50px 0 0;
        margin: auto;
    }
}

@media only screen and (min-width: 321px) {
    body.login {
        background: #fbfbfb;
        min-width: 0;
    }
    #login {
        width: 320px;
        padding: 114px 0 0;
        margin: auto;
    }
}
.login form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
        border-radius: 5px;
}
#login form p {
	margin-bottom: 0;
}
.login * {
	margin: 0;
	padding: 0;
}
.login label {
	color: #777;
	font-size: 14px;
}
.login h1
{
	border-bottom:none;
}
.login h1 a {
	background-image: url(../img/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
	
}
.login form .input121, .login input121[type="text"] {
	color: #555;
	font-weight: 200;
	font-size: 20px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	-moz-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
        height: 30px;
        border-radius: 3px;
}
.login form .forgetmenot {
	font-weight: normal;
	float: left;
	margin-bottom: 0;
}
.login form .forgetmenot label {
	font-size: 12px;
	line-height: 19px;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: text-top;
	padding: 0;
	margin: 1px 0 0;
}
#login form p.submit {
	padding: 0;
}
.login .button-primary {
	font-size: 13px!important;
	line-height: 16px;
	padding: 3px 10px;
	float: right;
	border-radius:15px;
}
input.button-primary, button.button-primary, a.button-primary {
	border-color: #298cba;
	font-weight: bold;
	color: #fff;
	background: #21759b url(../img/button-grad.png) repeat-x scroll left top;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
.login .button-primary a:hover {
	border-color: 1px solid #000;
	color: #ccc;
        cursor: pointer;
	}
.button, .submit input, .button-secondary {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}
.login #nav, .login #backtoblog {
	text-shadow: #fff 0 1px 0;
	margin: 0 0 0 16px;
	padding: 16px 16px 0;
}
.login #nav a, .login #backtoblog a {
	color: #21759b!important;
}
.login #nav, .login #backtoblog {
	text-shadow: #fff 0 1px 0;
	margin: 0 0 0 16px;
	padding: 16px 16px 0;
}
/*------------login-page------------*/


#form_master dd {
    margin-left:0px;
}


.ssw_trigger {
    display:none !important;
}

div.updated, .login .message {
background-color: lightYellow;
border-color: #E6DB55;
}

#login_error, .login .message {
margin: 0 0 16px 8px;
padding: 12px;
border:1px solid #E6DB55;
}

.whitetext {
    color:white;
}


.submit
{
	border:1px solid #298cba;
	font-weight: bold;
	color: #fff;
	background:url(../img/button-grad.png) repeat-x 0 0;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	height:25px;
	float:right;
	border-radius:15px;
	padding:0 10px;
}
.submit:hover
{
	border-color: #13455b;
	color: #eaf2fa;
	cursor:pointer;
}


#add_optiker_login_form_holder dt{
    display:none !important;
}
.usagestatdiv{
    padding: 20px 15px 0;
    margin: 27px 0 40px;
}
.usagestatdiv #opticianname{
    margin-right:10px;
}
.usagestatdiv span{
    margin-right:10px;
}
.usagestatdiv input{
    margin: 0 10px 9px 0;
    width:16%;
}
.stastbtndiv{
    float:right;
    margin-right:20px;
}

#productlist7 .productquantity {
width: 50px;
}

input::-webkit-input-placeholder {  
      color: #555;  
    }  
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555; 
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555; 
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #555; 
}

.photo_upload_empty {
    float:left;
}

.photo_upload_holder {
    float:left; position:relative; margin: 35px 0 0 10px;
}

.photo_upload_holder_noempty {
    position:relative;
}

.loginphotoclass, .loginphotoclass_multiple {
    position: relative; text-align: right; -moz-opacity: 0;opacity: 0; z-index: 2;
    /*filter: alpha(opacity: 0);*/
}

.photo_upload_button {
    position:absolute;z-index:1;top:0;left:0;
}

div.dataTables_paginate {
    margin-top:8px !important;
    float:left !important;
    /*display:block !important;*/
}

div.dataTables_info{
    float:right !important;
/*    position: relative !important;
    margin-left: -70px !important;
    left: -1px !important;
    margin-top:-2px !important;
    line-height:26px !important;
    height:26px !important;    
    display:block !important;*/
}

div.dataTables_length {
    /*display:block !important;*/
}

div.dataTables_length label {
    margin-left:10px !important;
    margin-top:8px !important;
}

.dataTables_wrapper [class*="span"]:first-child {
margin-left: 0;
}

/*.row-fluid .dataTables_wrapper .span6 {
    width: 48.717948718% !important;
}*/

.dataTables_wrapper .span6 {
    width: 50% !important;
    float:left !important;
    margin-left:0px !important;
}

.forgotlabel{
    float:left;
    margin-right: 10px;
    line-height: 33px;
}
#forgoterrormsg, #forgoterrormsg2{
    color: red;
    margin-bottom: 10px;
}

#forgoterrormsg3 {
    color: red;
    margin-top:8px;
    margin-bottom: 8px;
}

.changelabel{
    float:left;
    margin-right: 10px;
    line-height: 33px;
    width: 200px;
}

#changeerrormsg{
  color: red;
  margin-bottom: 10px; 
}


#optikerEditProfileForm input[type="text"] {
}

#optikerEditProfileForm .control-group .text_line dd {
    float:left;
     margin-right:5px;
}

/*Create partner */
.wizard_col1 {
    float:left;
    margin-top: 8px;
}
.wizard_col2{
    float:left;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: -20px;
}

.wizard_col1 dd {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 0px;
}

.wizard_col2 dd {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 0px;
}

.wizard_col1 dt {
    display:none;
}

#gruppe_form dt {
    display: block;
}

.wizard_col2 dt {
    display:none;
}

.new_optiker_creation .wizard_col1 {
    min-height:278px !important;
}

.input-barcode, .input-articlenr {
    width: 102px;
}

.input_street input{
    
}

.input_streetnumber input{
    width:50px;
    margin-right:10px;
}

.input_postofficebox input{
    width:140px;
}

.input_zip {
    width:140px !important;
}

.input_zip input{
    width:120px !important;
}

.input_city input{
    width:302px;
}

#form-sl .errors {
    width:230px !important;
    margin: 0 0 6px 0px;
}

.new_optiker_creation .control-label {
    width:100px !important;
}

.new_optiker_creation .controls {
    margin-left:120px !important;
}

.new_optiker_creation .officetime {
    margin-left:20px !important;
}

#map_rows .control-label {
    width:80px !important;
}

#map_rows .controls {
    margin-left:100px !important;
}

.icon_add {
    float:left;
}

.unser_team_row {
    margin-bottom: 10px;
    float:left;
    clear:both;
}


.modal-larger {
    width:840px !important;
    margin-top:-300px !important;
    margin-left:-420px !important;
}

.modal-larger .modal-body{
    max-height: 635px !important;
}

.modal-huge {
    width:1100px !important;
    margin-top:-330px !important;
    margin-left:-420px !important;
}

.modal-huge .modal-body{
    max-height: 635px !important;
}

.loader_partner {
    text-align: right;
    float:right;
    display: none;
    margin:3px 14px 0px 0px;
}
/*END Create partner */

/* table news - Partner Admin Landing Page */
#table_news .details {
    background:#ffffff !important;
}
/* END table news - Partner Admin Landing Page */

/*modal box datable*/
.modal-table-top .span2 {
    float:right;
    width:470px;
}

.modal-table-top .span3 {
    margin-left:0px;
}

.modal-table-bottom .span4 {
    width:750px;
}

.modal-table-top .dataTables_filter, .modal-table-top .dataTables_info, .modal-table-bottom .dataTables_paginate, .modal-table-bottom .dataTables_length  {
    display:block;
}
/*END modal box datable*/

/*large datable*/
.large-table-top .span2 {
    float:right;
    width:470px;
}

.large-table-top .span12 {
    margin-left:0px;
    width:100%;
    /*margin-bottom:-35px;*/
    margin-top:10px;
    z-index:10;
    position:relative;
}

.large-table-top .span12.with_search {
    margin-bottom:0px;
    margin-top:-48px;
}

.large-table-top .span12.with_search.no-media-table {
    margin-bottom:0px !important;
    margin-top:0px !important;
}

.large-table-bottom .span4 {
    width:75% !important;
}

.large-table-bottom .span6 {
    width:25% !important;
}

.large-table-top .dataTables_filter, .large-table-top .dataTables_info, .large-table-bottom .dataTables_paginate, .large-table-bottom .dataTables_length, .large-table-bottom .dataTables_info  {
    display:block;
}


.mediaTableMenu {
    z-index:100;
}
/*END large datable*/

#table_news_filter label {
    float:none;
    color: transparent;
    /*margin-left: -120px;*/
}

.dropdown-submenu-filialen {
}

.dropdown-submenu-filialen > .dropdown-menu {
    right: 160px !important;
    border-radius: 6px 0px 6px 6px;
}


#table_highlights tr td {
    height:100%;
}

#table_highlights img {
    max-width: 100%;
    max-height: 100%;
}

#bestellen_table {
    width: 400px;
}

#kundenbestellungen_table td, #customerorder_table td  {
    line-height: 37px;
}

#lagerproduct_table .lp_image {
    text-align: center
}

#lagerproduct_table .lp_image img{
    max-height: 60px;
    max-width:130px;
}

.bestell_float {
    float:left;
    margin-right:10px;
}

#customer_recipe_order_holder {
    margin-top:20px;
}

#customerorder_table {
    margin-top:10px;
}

#recipe_product_selection {
    margin-bottom:20px;
}

.chzn-container .chzn-results {
    z-index:100000000 !important;
}

.menge_fields span {
    margin-left:0px !important;
}

.input-mini {
    width: 50px;
}

.input-small {
    width: 100px;
}

.menge{
    width: 50px;
}

.shipping_cost_partner_holder {
    float:left;
    margin:0px 0px 0px 55px;
}

.shipping_cost_partner_holder .pic_free_shipping {
    float:left;
    background: url(../img//pic_free_shipping.png) no-repeat top left;
    width:100px;
    height:99px;
}

.shipping_cost_partner_holder .text_free_shipping {
    float:left;
    margin:30px 0px 0px 15px;
    color:#7b7b7b;
    font-size: 16px;
    line-height:24px;
}

.ap_wert {
    padding-top:12px !important;
}

.loader_bestellung {
    float: left;
    margin-top:24px;
    margin-left: 15px;
    margin-right: 15px;
}

#annpassen_list .column-anpassen {
    float: left;
    width:130px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.warehouse_subtitle {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 16px;
    margin-top: 8px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 27px;
}


#optikerEditProfileForm .uni-uploader {
    margin-top: 13px;
    margin-right: 5px;
}

#optikerEditProfileForm #first_bild .uni-uploader {
    margin-top: 0px !important;
}

#optikerEditProfileForm .uniform_file_no_margin .uni-uploader {
    margin-top: 0px !important;
}

#optikerEditProfileForm .uniform_file_no_margin .splashy-remove {
    margin-top: 4px !important;
}

#optikerEditProfileForm #logo_selector .uni-uploader {
    margin-top: 0px !important;
}

#optikerEditProfileForm .unser_team_row .names_holder {
    float: left;
}

#optikerEditProfileForm .unser_team_row .uni-uploader {
    margin-top: -3px;
}

#optikerEditProfileForm .unser_team_row input {
    height: 15px !important;
}

#optikerEditProfileForm .unser_team_row_with_pic .uni-uploader {
    margin-top: 13px !important;
}

#optikerEditProfileForm .unser_team_row_with_pic .names_holder {
    margin-top: 16px !important;
}

#create_optiker_haus_bilder .uni-uploader {
    margin-top: 13px;
    margin-right: 5px;
}

#create_optiker_haus_bilder .uniform_file_no_margin .uni-uploader {
    margin-top: 0px !important;
}

#create_optiker_haus_bilder #first_bild .uni-uploader {
    margin-top: 0px !important;
}


#create_optiker_unserem_bilder .unser_team_row .names_holder {
    float: left;
}

#create_optiker_unserem_bilder .unser_team_row input {
    height: 15px !important;
}

#create_optiker_unserem_bilder .unser_team_row .uni-uploader {
    margin-top: -3px;
}

.delete_house_pic {
    float: left;
    margin-top: 16px;
    margin-left:8px;
}

.delete_house_pic2 {
    float: left;
    margin-top: 3px;
    margin-left:8px;
}

.delete_unser_team_record {
    float: left;
    margin-top: 16px;
    margin-left:8px;
}

.delete_unser_team_record2{
    float: left;
    margin-top: 0px;
    margin-left:0px;
    margin-right:5px;
}

@media only screen and (max-width: 480px) {
    #partner_cart_holder {
        position: relative;
        width: 100%;
        text-align: right;
    }

    #partner_cart_holder a{
        position: relative;
        z-index: 2;
    }

    #partner_cart_holder #partner_cart_span {
        background: url(/gebo_admin_1.3/img/gCons/small/glyphicons_202_shopping_cart.png) no-repeat;
        padding-left: 22px;
    }
}

@media only screen and (min-width: 481px) {
    #partner_cart_holder {
        position: relative;
        width: 100%;
        top: 29px;
        text-align: right;
    }

    #partner_cart_holder a{
        position: relative;
        z-index: 2;
    }

    #partner_cart_holder #partner_cart_span {
    background: url(/gebo_admin_1.3/img/gCons/small/glyphicons_202_shopping_cart.png) no-repeat;
    padding-left: 22px;
    }
}


a.savecart {
    margin-right: 10px;
}

.error_border {
    border-color: #C62626;
}

#save_preview {
    margin-right: 10px;
    float: right;
}

.monthcommission_hidden {
    visibility: hidden;
}

.monthcommission_payment_date {
    width: 70px;
}

.rechnung_hidden {
    visibility: hidden;
}

.rechnung_payment_date {
    width: 70px;
}

.sammelrechnung_hidden {
    visibility: hidden;
}

.sammelrechnung_payment_date {
    width: 70px;
}

.sammelrechnungtester_hidden {
    visibility: hidden;
}

.sammelrechnungtester_payment_date {
    width: 70px;
}

.alert-error.error-msg-sendtestlenses {
    margin-top: 7px;
}

.shipping_disabled {
    color:#999;
}

#sliderPicsContainer {
    width:624px;
    float:left;
}

#sliderPicsContainer div.thumbnail {
     float:left;
     width:178px;
     margin:5px 10px 15px 10px;
}

#sliderPicsContainer div.thumbnail:hover {
     border-color:#0088cc;
}

#sliderPicsContainer div.thumbnail p {
    text-align: right;
    margin: 8px 4px 2px;
}

#sliderPicsContainer div.thumbnail img {
     width:178px;
     height:112px;
}

.admin_list {
    width:756px;
    float:left;
    margin: 0;
    padding: 0;
}

.admin_list li{
    float:left;
    width:159px;
    margin:10px 10px 10px 10px;
}

.admin_list li.thumbnail:hover {
     border-color:#0088cc;
}

#pic_chat {
    margin-top: 50px;
    text-align: center;
}

#pic_chat img {
    max-width: 100%;
}

.confirm-text {
    text-transform: none;
    color: #222;
    font-weight: 400;
    font-size: 16px;
}

.confirm-buttons {
    text-align: left;
    width:100%;
    margin-top: 20px;
}

.confirm-buttons .btn{
    margin:0px 5px;
}

#select_contact_chzn {
    display: block;
}

#notiz_and_termin_holder {
    position:relative;
    float: right;
    top: -48px;
}

.crm_delete_div {
    position:relative;
    float: right;
    bottom: 15px;
}

.crm_files {
    position:relative;
    bottom: 25px;
    left: 425px;
    width: 617px;
}

.notiz_list {list-style: none;margin:0}
.notiz_list li {padding:0 8px 8px;margin-bottom:8px;border-bottom: 1px dashed #dcdcdc;line-height:normal }
.notiz_list small {font-size: 11px;color:#9b9b9b}

.ColVis {
    float:left;
}

div.ColVis_collection {
    border: 1px solid rgba(0,0,0,0.2);
    min-width: 160px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip : padding;
    background-color: #fff;
    padding: 1px;
    margin-top: 1px;
}

div.ColVis_collection .ColVis_Button {
    padding: 1px 9px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #fff;
    text-align:left;
    background-color: #fff;
    min-width: 160px;
    
}

div.ColVis_collection .ColVis_Button span.ColVis_title {
    margin-left: 5px;
}

#product_groups_modal_mb #gruppe_form .tabbable dt {
    display: none;
}

.productgroup_selector optgroup[label] {
    color: #08c;
}

.productgroup_selector option{
    color: #555;
}

#lagerlist_table_holder, #lagerlist_silver_table_holder, #customer_product_selection, #warehouseevent_product_selection, #warehouseevent_product_selection2, #warehouseevent_product_selection3, #manual_product_list_holder {
    position: relative;
}

/*
.real_product_finder {
    position: absolute;
    left: 100px;
    top: -8px;
    z-index: 990;
}
*/

#generated_password {
    margin-top: 10px;
    width: 110px;
}

.select_carton {
    width: 130px;
}

.sidebar_hidden .sidebar {
    display: none;
}

#table_highlights_wrapper, #table_news_wrapper {
    overflow:hidden;
}

#ppc_table_holder .large-table-bottom .span3 {
    margin-top: 5px;
}


/* Modals */
/* End Modals */

/* Media Queries */
@media screen and (min-width: 769px) and (max-width: 1278px) {
    /*Added -webkit-overflow-scrolling: touch to the modal-body. Without this, scrolling moves the background and NOT the modal on iOS devices (including the iPad).*/
    .modal-body {  
        -webkit-overflow-scrolling: touch; 
    }
    
    #neue_notiz_modal, #neuer_termin_modal {
        top:55%;
    }
    
    #notiz_modal_body, #termin_modal_body {
        max-height: 300px;
    }
    
    #wizard_styles_optiker li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 560px) and (max-width: 768px) {
    #contentwrapper .modal-salesperson {
         width: 560px;
         margin: -250px 0 0 -280px;
    }
}

@media screen and (min-width: 1278px) {
    #contentwrapper .modal-salesperson {
        width:888px;
        margin-left:-444px;
    }
    
    #contentwrapper .modal-productgroup {
        width:888px;
        margin-left:-444px;
        margin-left:-444px;
    }
}


@media (max-width: 480px) { 
div.dataTables_paginate.paging_bootstrap_alt.pagination { height: auto; }
#admin_distributor_createorders_table2_wrapper > div.row.large-table-bottom > div.span4 > div.dataTables_paginate.paging_bootstrap_alt.pagination > ul > li.last { display: none;}
#admin_distributor_createorders_table2_wrapper > div.row.large-table-bottom > div.span4 > div.dataTables_paginate.paging_bootstrap_alt.pagination > ul > li.first { display: none;}
.width-220 { width: 175px; margin-top: 0px; height: auto;}
}

/* End Media Queries */

.dataTables_wrapper {
    overflow-x: auto;
}

/*.main_content {
    overflow-x: auto;
}*/

.overflowdropdown {
    max-height: 210px;
    overflow-y: auto;
}

#aufgabenliste_button_holder {
    float:right;
    margin-top: 15px;
}

#routemap img{max-width:none}

table#route_results td {
    margin-right: 4px;
}

#custom_price_pg_error_container {
    position: absolute;
    left: 247px;
}

#produktgruppe_lagerb_silver, #produktgruppe_lagerb, #produktgruppe_lager, #produktgruppe_anpassen {
    /*box-shadow: 0 0 2px 2px #6eabe8 inset;
    -webkit-box-shadow: 0 0 2px 2px #6eabe8;*/
    border: none;
    background-color: #ebf2f6;
    border: 2px solid #6eabe8;
}
