.wrapper {
    background-image: linear-gradient(#f1f0e1,#f0eed9,#f7f5e9,#fbfbf6);
}

.header-language-background {
    background: rgb(131,99,13);
	background: linear-gradient(135deg, rgba(131,99,13,1) 0%, rgba(236,172,10,1) 48%, rgba(185,173,127,1) 100%);
}

body .bg-white {
    background: transparent !important;
}

body .table-vend thead tr:first-child {
    background: rgb(131,99,13);
    background: linear-gradient(135deg, rgba(131,99,13,1) 0%, rgba(236,172,10,1) 48%, rgba(185,173,127,1) 100%);
}

.nitile-content > span:first-child {
    background: #8e7122;
}

a.tile.tile-medium {
    background: rgb(131,99,13);
	background: linear-gradient(135deg, rgba(131,99,13,1) 0%, rgba(236,172,10,1) 48%, rgba(185,173,127,1) 100%);
}

.no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
    background: rgb(131,99,13);
	background: linear-gradient(135deg, rgba(185,173,127,1) 0%, rgba(236,172,10,1) 48%, rgba(131,99,13,1) 100%);
}

h2.docSection, h2.tableSection {
    color: #801313;
}
table.table-vend tr:nth-child(odd) {
    background: #fff;
}
body .skip-nav:not(.skip-active):hover {    background: transparent !Important;}
body .skip-link.skip-active, body .skip-link {
    background: transparent !Important;
}
/*.wrapper > .page {
	background-image: url(../images/leftBg.svg), url(../images/rightBg.svg);
    background-repeat: no-repeat;
    background-position: left 28%, right 70%;
    background-size: 24%;
    background-attachment:fixed;
}*/
body.ni-template-login-index .wrapper > .page {
    background-position: left 10%, right 12%;
}
body, button, input, select, table, textarea {
    color: #801313;
}

input[type="submit"],input[type="submit"]:hover {
    background: #9c8541;
    padding: 2px 17px;
}

.docList thead {
    background: rgb(131,99,13);
    background: linear-gradient(135deg, rgba(131,99,13,1) 0%, rgba(236,172,10,1) 48%, rgba(185,173,127,1) 100%);
    color: #fff;
}