/* TESTING TOOLTIP & OVERLAY      */
body {
    background-color: #1c94c4;
}
/* the overlayed element */
.simple_overlay {
    color: #fff;
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    background-color: #333;
    width: 475px;
    min-height: 200px;
    border: 1px solid #F57D00;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image: url(../images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* trigger button */
#download {
    color: #000;
    cursor: pointer;
}

/* mouseover state */
#download:hover {
    background-position: 0 -44px;
}

/* clicked state */
#download:focus {
    background-position: 0 -88px;
}

/* START PROD */

/* tooltip styling */
.tooltip {
    display: none;
    background: url(../images/tooltip-arrow.png);
    height: 70px;
    padding: 25px;
    width: 160px;
    font-size: 18px;
    color: #F57D00;
}

/* a .label element inside tooltip */
.tooltip .label {
    color: yellow;
    width: 35px;
}

.tooltip a {
    color: #ad4;
    font-size: 11px;
    font-weight: bold;
}

.tooltipContact, .tooltipDiscount {
    display: none;
    background: url(../images/tooltip-arrow.png);
    height: 70px;
    padding: 25px;
    width: 160px;
    font-size: 14px;
    color: #F57D00;
}

.plaintext {
    color: #FFF;
    font-size: 12px;
}

/* FONT STACK */
body,
input, select, textarea {
    /*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;          */
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
}

input, select, textarea {
    font-size: 11px;
}

/* BASE LAYOUT */

html {
   /*
    background-color: #bbb;
    background-image: -moz-linear-gradient(center top, #aaa, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #bbb));
    background-image: linear-gradient(top, #aaa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaaaaa', EndColorStr = '#dddddd');
    background-repeat: no-repeat;
    height: 100%;
    */
    /* change the box model to exclude the padding from the calculation of 100% height (IE8+)
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   */
}

html.no-cssgradients {
    background-color: #aaa;
}

.ie6 html {
    height: 100%;
}

html,
body {
    width: 100%;
    height: 100%;
}

html * {
    margin: 0;
}

body {
    background: #ffffff;
    color: #333333;
    /* margin: 0 auto; */
    width: 100%;
    height: 100%;
}

#body {
    /* padding: 10px;
      padding-bottom: 15px; Height of the footer */
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
    border-color: #255b17;
    border-style: solid;
    border-width: 0 1px;
}

.ie6 body {
    height: 100%;
}

a:visited {
    color: #F57D00;
    text-decoration: none;
}

a:link, a:hover {
    color: #F57D00;
    text-decoration: none;
}

a:hover, a:active {
    outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
    color: #48802c;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0.8em 0 0.3em 0;
}

h2 {
    font-size: 12px;
    margin: 10px auto;
    padding: 5px 10px;
    text-align: left;
    position: relative;
}

div.border {
    border: 2px solid #F57D00;
    font-size: 12px;
    margin: 10px auto;
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.balloon.header {
    width: 17%;
    margin-top: 4px;
    float: left;
}

.h2-arrow-border {
    border-color: #F57D00 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -17px;
    left: 30px;
}

.h2-arrow {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -15px;
    left: 30px;
}

h3 {
    color: #ffffff;
    background-color: #F57D00;
    font-size: 12px;
    margin: 3px auto;
    padding: 3px 10px 3px;
    text-align: left;
    position: relative;
}

h4 {
    color: #48802c;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0.8em 0 0.3em 0;
}

ul {
    padding: 0;
}

img {
    border: 0;
}

/* GENERAL */
#container {
   /* min-height: 100%;
    position: relative;  */
}

#header {
    background-color: #212121;
    width: 100%;
    /* width: 960px; */

    height: 10px;
    /* height: 105px;  */
    padding-bottom: 20px;
}

#logo {
    background-color: #212121;
    height: 20px;
    /* height: 120px; */
    float: left;
    padding-top: 0px;
    padding-left: 20px;
    color: #fff;
}

#cartsummary {
    background: #212121 url(../images/cart3.png) no-repeat 0 0;
    padding: 10px 0 10px 40px;
    padding-top: 10px;
}

#cart {
    color: #fff;
    width: 270px;
    height: 50px;
    float: right;
}

#cart a {
    color: #fff;
}

#cart a:hover {
    color: #F57D00;
}

#preferences {
    background-color: #212121;
    color: #eee;
    /*width: 270px; */
    padding-right: 10px;
    height: 15px;
    float: right;
    padding-top: 10px;
}

#preferences a {
    color: #ffffff;
}

#preferences a:link {
    color: #ffffff;
}

#preferences a:hover {
    color: #F57D00;
}

#filterbar {
    background-color: #666666;
    color: #ffffff;
    height: 52px;
}

#basicsearch {
    width: 600px;
    height: 52px;
    float: left;
}

#basicsearch.small {
    width: 475px;
}

#quicksearch {
    background-color: #999;
    width: 360px;
    height: 52px;
    float: left;
}

#quicksearch.small {
    width: 340px;
}

#customertypeselect {
    background-color: #999;
    width: 145px;
    float: left;
    height: 52px;
}

#customertypeselect div {
    padding: 15px 10px;
    text-align: center;
}

#quicksearch form,
#basicsearch form {
    padding: 10px 30px 10px 30px;
}

#quicksearch form.small,
#basicsearch form.small {
    padding: 10px 10px 10px 10px;
}

#basicsearch a,
#quicksearch a {
    color: #ffffff;
}

#basicsearch a:hover,
#quicksearch a:hover {
    color: #F57D00;
}

#quicksearch input[type=text] {
    width: 120px;
}

#sidebar {
    float: left;
    width: 150px;
    margin: 0.5em 0 0.5em 0.3em;
    padding: 0 0.5em 0 0.5em;
    min-height: 400px;
}

#product-list{
    float: left;
}

#sidebar ul {
    margin-bottom: 20px;
}

#sidebar ul li {
    list-style: none;
    margin-left: 10px;
}

.content {
    /* float: left; */
    /*width: 90%;*/
    /* border-left: .1em dotted #000; */
    margin: 0.5em 1.0em 0.5em 0.3em;
    padding-left: 1em;
    font-size: 11px;
    min-height: 200px;
    overflow: visible;
}
.content--filters {
    min-height: auto;
}

.centered-text {
    text-align: center;
}

.highlighted {
    background-color: #CCCCCC;
    cursor: hand;
    cursor: pointer;
}

.content.wide {
    border-left: none;
    width: 1400px;
}

.content h1 {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0.5em;
    padding: 0 0.25em;
}

.content .left-column,
#popupContent .left-column {
    float: left;
    width: 200px;
    min-height: 50px;
}

.content .center-column,
#popupContent .center-column {
    float: left;
    width: 380px;

}

.content .right-column,
#popupContent .right-column {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
}

.admincontent {
    float: left;
    width: 95%;
    margin: 0.5em 0em 0.5em 0.5em;
    padding-left: 2em;
    font-size: 11px;
    min-height: 400px;
}

.history-table {
    float: left;
    margin: 0.5em 0em 0.5em -1em;
    font-size: 11px;
}

.leftcolumn {
    float: left;
    width: 250px;
    /*    clear: all; */
}

.rightcolumn {
    float: right;
    width: 600px;
    /*    clear: all; */
}

#basketlist {
    margin-bottom: 20px;
}

.addToBasket {
    font-size: 12px;
    float: right;
    margin-left: 50px;
}

.scaffold-list h1 {
    border: none;
}

#tyreinfo {
    clear: both;
    width: 100%;
}

#tyreinfo .col {
    float: left;
    min-width: 190px;
}

#customerinfo {
    clear: both;
    width: 100%;
}

#customerinfo .widecol {
    float: left;
    min-width: 430px;
    max-width: 500px;
}

#customerinfo .max30 {
    max-width: 30%;
}

#customerinfo {
}

#customerinfo .col {
    float: left;
    min-width: 200px;
}

#customerinfo .narrowcol {
    float: left;
    width: 50px;
}

#supplierinfo {
    clear: both;
    width: 100%;
}

#supplierinfo .col {
    float: left;
    min-width: 270px;
}

.orderFromThisSupplier {
    border: 1px solid;
    background-color: transparent !important;
    color: #212121 !important;
    border-radius: 5px;
    display: inline-block;
}

#footer {
    background: none repeat scroll 0 0 #212121;
    border-top: 5px solid #F57D00;
    bottom: 0;
    clear: both;
    color: #F57D00;
    height: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
}

#footer .left {
    width: 40%;
    height: 15px;
    float: left;
}

#footer .middle {
    width: 20%;
    height: 15px;
    float: left;
}

#footer .right {
    /*width: 40%;
    padding-right: 10px; */
    height: 15px;
    float: right;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

#copyright {
    border-top: 5px solid #F57D00;
    background: #efefef;
    text-align: center;
    color: #666;
    font-size: 0.8em;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    height: 10px;
    bottom: 0;
    width: 100%
}

.spinner {
    background: url(../images/somespinner.gif) 100% 100% no-repeat transparent;
    height: 66px;
    width: 66px;
    padding: 0.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: -9999px;
}

#newspinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    height: 200px;
    width: 200px;
    text-indent: 250px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: url(../images/bigspinner.png);
    background-color: #000;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.promoAlert {
    color: #ffffff;
    background-color: #F57D00;
    font-size: 12px;
    margin: 3px auto;
    padding: 6px 10px 6px;
    text-align: left;
}

/* NAVIGATION MENU */

.nav {
    background-color: #efefef;
    padding: 0.1em 0.5em 0.1em;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    -webkit-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    zoom: 1;
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 0.5em;
    padding: 0;
}

li {
    list-style-type: none
}

.nav a {
    color: #666666;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #333;
    color: #F57D00;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
}

/* ADMIN MENU */

.admin {
    background-color: #555;
    border-bottom: 5px solid #F57D00;
}

.admin a {
    color: #ddd;
}

.admin a:active, .admin a:visited {
    color: #ddd;
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
    /* margin: 0.6em 1.25em 0 1.25em;  */
    padding: 0.3em 1em 1.25em;
    position: relative;
    zoom: 1;
    border: none;
}

fieldset.narrow,
.property-list.narrow {
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

fieldset.address {
    border: 1px solid #F57D00;
}

fieldset.address.narrow {
    width: 320px;
    margin: 0.6em 1.25em 0 1.25em;
    padding: 0.3em 1.3em 0.5em;
}

fieldset.address.ultranarrow {
    width: 250px;
    margin: 0.6em 0.5em 0 0.5em;
    padding: 0.3em 1.3em 0.5em;
}

fieldset.address.narrow.left {
    width: 88%;
}

fieldset.address.narrow.right {
    width: 88%;
}

fieldset.address.remarks {
    margin: 0.6em 1.25em 0 1.25em;
    padding: 0.3em 1.8em 0.5em;
    width: 807px;
}

fieldset.wide {
    margin: 0;
    padding: 0;
}

fieldset.wide-border {
   /* display: inline-block;  */
    margin: 0;
    padding: 0 1.3em;
    border: 1px solid #F57D00;
    display: inline-block;
    width: 99%;
}

fieldset.wide-borderStat {
    /* display: inline-block;  */
    margin: 0;
    padding: 0 1.3em;
    border: 1px solid #F57D00;
    display: inline-block;
    width: 45%;
    float: left;
    min-height: 60px;
    width: 99%;
    margin-bottom: 20px;
}
fieldset.wide-borderHis {
    /* display: inline-block;  */
    margin: 0;
    padding: 0 1.3em;
    border: 1px solid #F57D00;
    display: inline-block;
    width: 45%;
    float:right;
    min-height: 60px;
    margin-bottom: 20px;
}
fieldset.wide-border.none {
    border: none;
}

fieldset.wide-border.none.alignright {
    text-align: right;
}
fieldset.tyredetail {
    margin: 0.5em;
    padding: 0.3em 1.8em 0.3em;
    border: 1px solid #F57D00;
    display: inline-block;
    width: 1400px;
}

fieldset.important {
    /*   background-color: #FFEDDB; */
}

fieldset legend {
    font-weight: bold;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    margin-top: 0.5em;
}

.fieldcontain.narrow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.fieldcontain label,
.fieldcontain .property-label {
    color: #666666;
    text-align: right;
    width: 25%;
}

input[readonly],
select[readonly],
textarea[readonly] {
    background: transparent !important;
    border-color: transparent !important;
}

.property-label.wide {
    width: 33%
}

.property-label.narrow {
    width: 20%
}

.property-label.half {
    width: 52%
}

.column .fieldcontain .property-label {
    width: 15%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    margin-left: 27%;
}

.customer-property-list {
    padding: 10px;
    position: relative;
    zoom: 1;
    border: none;
}
.customer-property-list.ntp {
    padding-top: 0;
}
.customer-property-list.nbp {
    padding-bottom: 0;
}
.customer-property-list--col {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-top: 0;
}

.customer-property-list.remarks {
    padding-top: 5px;
    padding-bottom: 5px;
}


.tyre-property-list {
    padding: 10px;
    position: relative;
    zoom: 1;
    border: none;
    line-height: 1.5;
}

.fieldcontain .customer-property-label,
.fieldcontain .tyre-property-label
{
    text-align: left;
    font-weight: bold;
}

.fieldcontain .customer-property-value,
.fieldcontain .tyre-property-value{
    display: inline;
    padding: 2px;
}

.fieldcontain .customer-property-area {
    clear: both;
    color: #666666;
    border: 1px solid #cccccc;
    padding: 2px;
    width:200px;
    height: 55px;
    overflow:auto;
}

.fieldcontain .stats-property-label
{
    text-align: left;
    font-weight: bold;
}

.fieldcontain .stats-property-value{
    display: inline;
    padding: 2px;
    text-align: right;
}

.supplier-property-list {
    padding: 10px;
    position: relative;
    zoom: 1;
    border: none;
}

.fieldcontain .supplier-property-label {
    text-align: left;
    font-weight: bold;
}

.fieldcontain .supplier-property-value {
    display: inline;
    padding: 2px;
}

.fieldcontain .supplier-property-area {
    clear: both;
    color: #666666;
    border: 1px solid #cccccc;
    padding: 2px;
    width:200px;
    height: 50px;
    overflow:auto;
}

.dpdlabel_old {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dpdlabel {
    display: inline-block;
    font-weight: bold;
    vertical-align: baseline;
}

.property-value.wide {
    margin-left: 35%;
}

.property-value.narrow {
    margin-left: 22%;
}

.property-value.half {
    margin-left: 56%;
    text-align: left;
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

input, select, textarea {
    background-color: #ddd;
    border: 1px solid #cccccc;
    padding: 0.0em 0.2em;
}


input.small {
    width: 16px;
}

select {
    min-width: 79px;
    padding: 0.2em 0.2em 0.2em 0;
}

select.small {
    min-width: 70px;
}

select[multiple] {
    vertical-align: top;
}

.form input[type=text], .form input[type=email] {
    width: 220px;
}
.form input.medium[type=text] {
    width: 120px;
}
.form input.small[type=text] {
    width: 40px;
}

textarea {
    width: 320px;
    height: 50px;
    overflow: auto; /* IE always renders vertical scrollbar without this */
    vertical-align: top;
}

textarea.remarks {
    height: 187px;
}

textarea.openingHours {
    height: 67px;
}
input[type=checkbox], input[type=radio] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input[type=image] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffe0;
    border: 1px solid #eeeeee;
    outline: 0;
    -moz-box-shadow: 0 0 0.5em #ffffff;
    -webkit-box-shadow: 0 0 0.5em #ffffff;
    box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
    color: #48802C;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

ul.one-to-many {
    display: inline-block;
    list-style-position: inside;
    vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
    display: inline;
    zoom: 1;
}

ul.one-to-many li.add {
    list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset.embedded legend {
    margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
    line-height: 2;
    margin: 10px auto;
    padding: 5px 10px;
}

.message {
    background: #ffffe0;
    border: 1px solid #F57D00;
    color: #006dba;
}

.errors {
    background: #fff3f3;
    border: 1px solid #ffaaaa;
    color: #cc0000;
}

.errors ul,
.message {
    padding: 0;
}

.errors li {
    list-style: none;
    text-indent: 22px;
}

.message {
    text-indent: 22px;
}

/* form fields with errors */

.error input, .error select, .error textarea {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */

table {
    border-collapse: collapse;
    width: 100%;
}

tr {
    border: 0;
}

tr>td:first-child, tr>th:first-child {
    padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
    padding-right: 1.25em;
}

td, th {
    line-height: 1.5em;
    padding: 0.3em 0.6em;
    text-align: left;
    vertical-align: middle;
}

td.price {
    text-align: right;
    /*    border-bottom: 1px solid #F57D00; */
}

.tariff {
    /*    text-decoration: line-through; */
    color: #888;
    text-align: right;
    /*    font-size: smaller; */
    /*    vertical-align: bottom; */
}

th.right, td.right {
    text-align: right;
}

td.payNowBox {
    width: 40px;
    text-align: center;
}

th.middle, td.middle {
    text-align: center;
}

table.product td.price {
    font-size: larger;
}

table.product td {
    padding: 0 5px;
}

table.inner {
    margin: 0 0;
    padding: 0 0;
}

table.inner td {
    line-height: 1em;
    padding: 0 0;
    text-align: left;
    vertical-align: middle;
}

th.stock, td.stock {
    text-align: center;
}

td.total {
    border: 1px solid #F57D00;
    font-weight: bold;
}

td.mystock {
    text-align: center;
    background-color: #FFAF5C;
}

td.otherstock {
    text-align: center;
    background-color: #FFE1C2;
}

td.customerTotal,
tr.customerTotal {
    background-color: #FFE1C2;
}


th,
tr.header td {
    background-color: #F57D00;
    color: #fff;
    font-weight: bold;
    line-height: 1.7em;
    padding: 2px 0.6em;
}

tr.orderHeader td {
    background-color: #FFE1C2;
}

tr.light th {
    background-color: #FFE1C2;
    color: black;
}

tr.subheader td {
    text-align: center;
    font-weight: bold;
}

thead th {
    white-space: nowrap;
}

th a {
    display: block;
    text-decoration: none;
    color: #fff;
}

th a:link, th a:visited {
    color: #fff;
}

th a:hover, th a:focus {
    color: #333333;
}

th:hover {
    color: #333333;
}

th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 2px;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #ffffff;
}

.unread {
    font-weight: bold;
}

tr.delivered td,
td.grey {

}

tr.has-hover > td {
    background: #e1e0d8 !important;
    cursor: pointer;
}

/*th:hover, tr:hover {*/
/*	background: #E1F2B6;   */
/*background: #FFE1C2;*/
/*}*/

/* PAGINATION */

.pagination {
    /*border-top: 1px dotted #F57D00;*/
    margin: 0;
    padding: 0.3em 0.2em;
    text-align: center;
    clear: left;
}

.pagination.balloon {
    border-top: none;
    margin: 0;
    padding: 0.1em;
    text-align: right;
}

.pagination a,
.pagination .currentStep {
    color: #666666;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
    background-color: #F57D00;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.pagination_small {
    text-align: left !important;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    padding-top: 0;
}

.pagination_small a,
.pagination_small .currentStep {
    color: #F57D00;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    padding-top: 0;
}

.pagination_small a:hover, .pagination_small a:focus,
.pagination_small .currentStep {
    /*background-color: #FFAF5C;*/
    color: #444444;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-bottom: 0.5em;
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

#scanBtn {
    color: #666666;
    padding: 10px 10px;
}
/* ACTION BUTTONS */

a.alertlink,
input[type=submit] {
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    border-color: #ccc;
    background-color: #000;
    color: #fff;
}

a.alertlink:hover,
input[type=submit]:hover {
    color: #F57D00;
    border-color: #F57D00;
}

.buttons {
    padding: 0.3em;
    margin: 0.1em 0 20px 0;
    border: none;
}

.buttons input,
.buttons a.edit,
.buttons a.formbutton {
    border: 1px solid #cccccc;
    font-weight: bold;
    padding: 0 15px;
    background-color: #000;
    color: #fff;
}

.buttons a.edit {
    padding: 1px 15px;
}

a.formbutton.small {
    border: 1px solid #cccccc;
    font-weight: bold;
    color: #fff;
    padding: 4px 7px;
    background-color: #000;
}

a.formbutton.small.selected {
    font-weight: bold;
    border: 2px solid #F57D00;
    padding: 3px 6px;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
    color: #F57D00;
    border-color: #F57D00;
}

input[type=submit].menuBarButton {
    background-color: #efefef;
    color: #666666;
    font-size: 12px;
    padding: 9px 10px 7px;
    border-color: #efefef;
}

input[type=submit].menuBarButton:hover {
    background-color: #333;
    color: #F57D00;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    border-radius: 2px;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.buttons a.link {
    font-weight: bold;
    padding: 10px 15px;
}

a.skip {
    position: absolute;
    left: -9999px;
}

/* SPRING SECURITY CSS */

#login {
    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

#login .inner {
    width: 340px;
    padding-bottom: 6px;
    margin: 60px auto;
    text-align: left;

    background-color: #eee;
    -moz-box-shadow: 2px 2px 2px #eee;
    -webkit-box-shadow: 2px 2px 2px #eee;
    -khtml-box-shadow: 2px 2px 2px #eee;
    box-shadow: 2px 2px 2px #eee;
}

#login .inner .fheader {
    padding: 18px 26px 14px 26px;
    background-color: #000000;
    border: 1px dotted #ff6600;
    margin: 0 0 14px 0;
    color: #F57D00;
    font-size: 18px;
    font-weight: bold;
}

#login .inner .cssform p {
    clear: left;
    margin: 0;
    padding: 4px 0 3px 0;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 1%;
}

#login .inner .cssform input[type='text'] {
    width: 120px;
}

#login .inner .cssform label {
    font-weight: bold;
    float: left;
    text-align: right;
    margin-left: 0;
    width: 110px;
    padding-top: 3px;
    padding-right: 10px;
}

#login #remember_me_holder {
    padding-left: 120px;
}

#login #submit {
    font-weight: bold;
    padding: 10px;
    background-color: #000000;
    color: #fff;
}

#login #submit:hover {
    color: #F57D00;
}

#login #remember_me_holder label {
    float: none;
    margin-left: 0;
    text-align: left;
    width: 200px
}

#login .inner .error_message {
    padding: 6px 25px 10px 25px;
    margin: 0 10px 0 10px;
    border: 1px solid #F57D00;
    color: #c33;
    background-color: #ffffe0;
}

#login .inner .text_ {
    width: 120px;
}

#login .inner .chk {
    height: 12px;
}

#login .errors {
    margin: 0 5px 0 5px;
}

#login .errors {
    border: 1px solid #F57D00;
    color: #c33;
    background-color: #ffffe0;
}

#login .errors li {
    list-style: none;
    text-indent: 0px;
}

* html .clearfix {
    height: 1%; /* IE5-6 */
}

*+html .clearfix {
    display: inline-block; /* IE7not8 */
}

.clearfix:after {
    /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*popup*/

/*
#popupClose - this is referring to the anchor tag inside the popup conatainer.
We'll absolute position and style it here
*/
#popupClose {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 6px;
    top: 4px;
    font-weight: 700;
    display: block;
}

/*
#bgPopup - this is referring to the element that will cover the whole page
behind the popup and above the rest of the page.
NOTE: if you are using z-index on the same level in the DOM -
    #bgPopup z-index needs to have the second highest value (behind #Popup)
*/
#bgPopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

/*
#Popup - The popup container
NOTE: if you are using z-index on the same level in the DOM -
    #Popup z-index needs to have the highest value.
*/
#Popup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}

/*
#myButton - The Button....  make it have Button-like properties
*/
#myButton {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    text-align: center;
}

#popupContent {
    margin: 10px;
}

#tyrePopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 3;
    padding: 12px;
    font-size: 13px;
}

#tyrePopupContent {
    margin: 10px;
}

#tyrePopupContent .left-column {
    float: left;
    width: 200px;
    min-height: 50px;
}

#tyrePopupContent .center-column {
    float: left;
    width: 380px;

}

#tyrePopupContent .right-column {
    float: right;
    width: 200px;
    padding: 0;
    margin: 0;
}

tr.new {
    font-weight: bold;
}

.col {
    float: left;
    min-width: 250px;
}

.filters td {
    padding: 5px;
    border-bottom: 1px solid #F57D00;
}

#refreshSection {
    margin-top: 0.8em;
}

.btnScan {
    width: 100%;
    height: 30px;
    background-color: #F57D00;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 4px;
}

#btnMethods {
    background-color: white;
    margin-top: 1px;
    margin-bottom: 50px;
}

/* everything on Scan page under here */
#scanWrapper {
    width: 90%;
    margin: auto;
}
.titleMethod {
    width: 500px;
    height: 30px;
    margin: auto;
    color: white;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #F57D00;
}
.payInvoices {
    width: 600px;
    height: 60%;
    margin: auto;
    padding: 30px;
    border: 1px solid #F57D00;
}
.inputNum {
    width: 180px;
    height: 25px;
    background-color: #FFE1C2;
    margin-left: 18%;
}
#btnAdd {
    width: 200px;
    height: 30px;
    background-color: #FFAF5C;
    margin: auto;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
}
#btnAdd :focus {
    background-color: #FFAF5C;
}
#savePay {
    background-color: #F57D00;
}
a.cancelButton:link{
    padding: 4px 20px 5px 20px;
    text-align: center;
    background-color: #FFE1C2;
    border: 1px solid;
    border-radius:2px;
}
#scanButtons {
    width: 500px;
    margin: auto;
    margin-top: 50px;
}
#Opslaan {
    width: 150px;
    height: 30px;
    background-color: #F57D00;
    border: none;
    border-radius: 2px;
}
#Opslaan:hover {
    color: #FFE1C2;
}
#scanGroup{
    margin-left: 10px;
}
.scanChoices {
    display: inline-block;
    background-color: #efefef;
    padding: 5px;

}
#savePay:hover {
    background-color: #FFF3F3;
    color: #F57D00;
    border: 1px solid #F57D00;
}
#payMoreBtn {
    color: white;
    display: block;
    width: 300px;
    background-color: #F57D00;
    border-radius: 5px;
    border: none;
    font-size: 1.2em;
    height: 35px;
    margin: auto;
    margin-top: 30px;
}

#payTable {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    background-color: #F5F5F5;
    border: 1px solid #FFE1C2;
}
.payRow {

}
.payHeaders{
    background-color: #FFAF5C;
    color: #70777D;
}


/* end scan screen */

.enabled_price {
    font-weight: bold;
    text-align: right;
}

.disabled_price {
    color:#d3d3d3;
    text-align: right;
}

.admin .active_menu a {
    color: #F57D00;
    font-weight: bold;
}

.nav .active_menu a {
    color: #F57D00;
    font-weight: bold;
}

.starteangroup {
    border-top: 1px solid #d3d3d3;
}

#dialog-confirm-volume-discount{
    display:none;
}

#dialog-add-brand{
    display:none;
}

#dialog-confirm-zero-customer-price-order{
    display:none;
}

#dialog-creditexceeded {
    display:none;
}

div.loginDates {
    min-height: 7em;
    max-height: 7em;
    overflow: auto;
}

.simple-button{
    background-color: #000000;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
}

.strike-through {
    text-decoration: line-through;
}

.bankrupt {
    text-decoration: line-through;
    color: grey;
}

.orderline {
    border-bottom: 1px solid #d3d3d3;
}


.statistics-headers {
    font-size: 11px;
    margin: 0.5em 1em 0.5em 0.3em;
    overflow: visible;
    padding-left: 1em;
}

.statistics-totals {
    width: 200px;
}

.statistics-content {
    font-size: 11px;
    margin: 0.5em 1em 0.5em 0.3em;
    overflow: visible;
    padding-left: 1em;
    border-left: medium none;
    width: 1400px;
}

.stats-label {
    width:75%;
    display: inline;
    text-align: right;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../images/spinner-big.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.deliverydate {
    color: red;
    font-weight: bold;
}

/* SUPPLIERORDER - ORDERFORM */
.red {
    color: red; !important;
    font-weight: bold;
    font-size: 1.1em;
}
.green {
    color: green !important;
}
.yellow {
    color: #FF9800 !important;
}

.black {
    color: #333333 !important;
}

.klad {
    color: grey !important;
}

.width {
    width: 130px;
    text-align: center;
}

.noLink {
    color: #333333 !important;
}

.widthPro {
    width: 150px;
}
.lefty {
    display: block;
    float: left;
    clear: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* EVERYTHING REGARDING ADMIN > AANKOOP  AND ADMIN > VERKOOP */

input.input-small {
    width: 50px;
}

select.select-small {
    width: 50px;
    min-width: auto;
}

.inches {
    display: none;
}

.frmNetPrice {
    margin-bottom: -20px;
    margin-top: 10px;
}

.addEntry {
    width: 300px;
    margin: 0px auto;
}

.listWrapper {
    width: 1000px;
    overflow-y: scroll;
}

#netPrice {
    margin-right: 50px;
}

.wrapperUpload {
    width: 95%;
    margin: 30px auto;
}

.csv-settings-form {
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding: 40px;
    border: 1px solid #F57D00;
}

.import {
    border: 1px solid #F57D00;
    padding: 40px;
    margin-bottom: 2%;
}

.manual {
    box-sizing: border-box;
    float: right;
    border: 1px solid #F57D00;
    padding: 30px;
    width: 28%;
    margin-left: 2%;
}

.feedback {
    box-sizing: border-box;
    float: left;
    border: 1px solid #F57D00;
    padding: 30px;
    width: 70%;
}

.lblUpload {
    width: 150px;
    height: 25px;
}

.btnType {
    color: white;
    margin: 30px;
}
.type-group {
    padding-top: 30px;
}
.type-group__nav-type {
    position: relative;
    height: 30px;
    padding-left: 20px;
    border-bottom: 1px solid #F57D00;
}
.type-group__nav-type > a {
    display: block;
    float: left;
    box-sizing: border-box;
    height: 30px;
    padding: 5px 15px;
    margin: 0;
    border-top: 1px solid #F57D00;
    border-right: 1px solid #F57D00;
    background: #ffffff;
    color: #F57D00;
    line-height: 20px;
}
.type-group__nav-type > a.first {
    border-left: 1px solid #F57D00;
}
.type-group__nav-type > a.active {
    position: relative;
    z-index: 99;
    border-right: 1px solid #ffffff;
    background: #F57D00;
    color: #ffffff;
    height: 31px;
}
.type-group__add-element {
    float: left;
    margin-left: 20px;
    box-sizing: border-box;
    height: 30px;
}
.type-group .link-back {
    float: left;
    height: 30px;
    padding: 5px 15px;
    line-height: 20px;
}

/**
 * CSV Upload
 */
.csv-upload__csv-columns fieldset {
    padding: 1.25em 1.8em;
    border: 1px solid #F57D00;
    margin-bottom: 1em;
}

/**
 * All Inc and Out Percent pages
 */
/* add some spacing to the right of the radius value */
.percent-table .radius-size {
    padding-right: 10px;
}
/* do not indent the default values */
.percent-table .percent-default-value {
    padding-left: 0;
}
/* only indent the radius values */
.percent-table .percent-radius-value {
    padding-left: 20px;
}
/* do not show a border around the cells of value tables */
.percent-table__values-table td {
    border: none;
}

/**
 * Inc Percent edit page
 */
.inc-percent--edit .frmNetPrice,
.inc-percent--edit .addIncBrandSupplierGroup {
    margin: 20px 0 10px 0;
}


/**
 * Out Percent edit page
 */
.out-percent--edit .addOutBSGroup {
    margin: 20px 0 10px 0;
}
.out-percent--edit .profit-min {
    display: inline-block;
}

/**
 * Transport cost edit page
 */
.transport-cost--edit__content {
    width: 95%;
    margin: 30px;
}
.transport-cost--edit__form fieldset {
    width: 400px;
    padding: 1.25em 1.8em;
    border: 1px solid #F57D00;
    margin-bottom: 1em;
}
.transport-cost--edit__form label {
    width: 40%;
    height: 25px;
}

/**
 * Transport costs, Inc and out Percent overview pages
 */
/* Make the main wrapper as big as the viewport, without overflow scrollbars */
.transport-cost--list #body,
.inc-percent--list #body,
.out-percent--list #body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/**
 * Customer specific styling
 */
.customer-info {
    position: relative;
}
.customer-info .sec-sale-type-ref {
    position: absolute;
    top: 21px;
    right: 20px;
}
.customer-info .sec-sale-type-ref select {
    width: 50px;
}

/**
 * ETL Processing
 */
.wrapper-etl-processing {
    width: 95%;
    margin: 30px auto;
}

.etl-processing-form {
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding: 40px;
    border: 1px solid #F57D00;
}
.etl-processing__select-supplier {

}
.etl-processing__actions {

}

/**
 * Allow disabling selection of elements
 */
.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * Unpaid invoices
 */
.send-link,
.download-link {
    white-space: nowrap;
}


/**
 * Table drag
 */
.tabledrag tr:hover {
    cursor: move;
}

.inputfile {
    height: 230px;
    width: 350px;
    background: #98d0f8;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #F57D00;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
}



.inputfile-4 + label {
    color: #F57D00;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #d97207;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F57D00;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #d97207;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}
