@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,500i,700,700i');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
	font-family: 'Roboto', sans-serif;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



mark {
    background-color: transparent;
    color: inherit;
}

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

input,
select,
textarea {
   /*  -moz-appearance: none; */
    -ms-appearance: none;
    appearance: none;
}


/* Basic */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #ebebeb;

}





/* Row */
/* 
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.3333333333%;
}

.row>.off-1 {
    margin-left: 8.3333333333%;
}

.row>.col-2 {
    width: 16.6666666667%;
}

.row>.off-2 {
    margin-left: 16.6666666667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.3333333333%;
}

.row>.off-4 {
    margin-left: 33.3333333333%;
}

.row>.col-5 {
    width: 41.6666666667%;
}

.row>.off-5 {
    margin-left: 41.6666666667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.3333333333%;
}

.row>.off-7 {
    margin-left: 58.3333333333%;
}

.row>.col-8 {
    width: 66.6666666667%;
}

.row>.off-8 {
    margin-left: 66.6666666667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.3333333333%;
}

.row>.off-10 {
    margin-left: 83.3333333333%;
}

.row>.col-11 {
    width: 91.6666666667%;
}

.row>.off-11 {
    margin-left: 91.6666666667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
}

.row.gtr-0>* {
    padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
}

.row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.row.gtr-25>* {
    padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 12.5px;
}

.row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
}

.row.gtr-50>* {
    padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
    margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 25px;
}

.row {
    margin-top: -50px;
    margin-left: -50px;
}


.row.gtr-uniform {
    margin-top: -50px;
}

.row.gtr-uniform>* {
    padding-top: 50px;
}

.row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
}

.row.gtr-150>* {
    padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
    margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 75px;
}

.row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
}

.row.gtr-200>* {
    padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
    margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 100px;
}
 */
 
@media screen and (min-width: 737px) {
 /*    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-desktop {
        order: -1;
    }
    .row>.col-1-desktop {
        width: 8.3333333333%;
    }
    .row>.off-1-desktop {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-desktop {
        width: 16.6666666667%;
    }
    .row>.off-2-desktop {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-desktop {
        width: 25%;
    }
    .row>.off-3-desktop {
        margin-left: 25%;
    }
    .row>.col-4-desktop {
        width: 33.3333333333%;
    }
    .row>.off-4-desktop {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-desktop {
        width: 41.6666666667%;
    }
    .row>.off-5-desktop {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-desktop {
        width: 50%;
    }
    .row>.off-6-desktop {
        margin-left: 50%;
    }
    .row>.col-7-desktop {
        width: 58.3333333333%;
    }
    .row>.off-7-desktop {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-desktop {
        width: 66.6666666667%;
    }
    .row>.off-8-desktop {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-desktop {
        width: 75%;
    }
    .row>.off-9-desktop {
        margin-left: 75%;
    }
    .row>.col-10-desktop {
        width: 83.3333333333%;
    }
    .row>.off-10-desktop {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-desktop {
        width: 91.6666666667%;
    }
    .row>.off-11-desktop {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-desktop {
        width: 100%;
    }
    .row>.off-12-desktop {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
    
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
 */
 
 }

@media screen and (min-width: 1201px) {
 /*    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-wide {
        order: -1;
    }
    .row>.col-1-wide {
        width: 8.3333333333%;
    }
    .row>.off-1-wide {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-wide {
        width: 16.6666666667%;
    }
    .row>.off-2-wide {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-wide {
        width: 25%;
    }
    .row>.off-3-wide {
        margin-left: 25%;
    }
    .row>.col-4-wide {
        width: 33.3333333333%;
    }
    .row>.off-4-wide {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-wide {
        width: 41.6666666667%;
    }
    .row>.off-5-wide {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-wide {
        width: 50%;
    }
    .row>.off-6-wide {
        margin-left: 50%;
    }
    .row>.col-7-wide {
        width: 58.3333333333%;
    }
    .row>.off-7-wide {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-wide {
        width: 66.6666666667%;
    }
    .row>.off-8-wide {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-wide {
        width: 75%;
    }
    .row>.off-9-wide {
        margin-left: 75%;
    }
    .row>.col-10-wide {
        width: 83.3333333333%;
    }
    .row>.off-10-wide {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-wide {
        width: 91.6666666667%;
    }
    .row>.off-11-wide {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-wide {
        width: 100%;
    }
    .row>.off-12-wide {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
    
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
 */
 
 }

@media screen and (min-width: 737px) and (max-width: 1200px) {
  /*   .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-narrow {
        order: -1;
    }
    .row>.col-1-narrow {
        width: 8.3333333333%;
    }
    .row>.off-1-narrow {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-narrow {
        width: 16.6666666667%;
    }
    .row>.off-2-narrow {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-narrow {
        width: 25%;
    }
    .row>.off-3-narrow {
        margin-left: 25%;
    }
    .row>.col-4-narrow {
        width: 33.3333333333%;
    }
    .row>.off-4-narrow {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-narrow {
        width: 41.6666666667%;
    }
    .row>.off-5-narrow {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-narrow {
        width: 50%;
    }
    .row>.off-6-narrow {
        margin-left: 50%;
    }
    .row>.col-7-narrow {
        width: 58.3333333333%;
    }
    .row>.off-7-narrow {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-narrow {
        width: 66.6666666667%;
    }
    .row>.off-8-narrow {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-narrow {
        width: 75%;
    }
    .row>.off-9-narrow {
        margin-left: 75%;
    }
    .row>.col-10-narrow {
        width: 83.3333333333%;
    }
    .row>.off-10-narrow {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-narrow {
        width: 91.6666666667%;
    }
    .row>.off-11-narrow {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-narrow {
        width: 100%;
    }
    .row>.off-12-narrow {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
    
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
 */
 }

@media screen and (min-width: 737px) and (max-width: 1000px) {
   /*  .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-narrower {
        order: -1;
    }
    .row>.col-1-narrower {
        width: 8.3333333333%;
    }
    .row>.off-1-narrower {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-narrower {
        width: 16.6666666667%;
    }
    .row>.off-2-narrower {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-narrower {
        width: 25%;
    }
    .row>.off-3-narrower {
        margin-left: 25%;
    }
    .row>.col-4-narrower {
        width: 33.3333333333%;
    }
    .row>.off-4-narrower {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-narrower {
        width: 41.6666666667%;
    }
    .row>.off-5-narrower {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-narrower {
        width: 50%;
    }
    .row>.off-6-narrower {
        margin-left: 50%;
    }
    .row>.col-7-narrower {
        width: 58.3333333333%;
    }
    .row>.off-7-narrower {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-narrower {
        width: 66.6666666667%;
    }
    .row>.off-8-narrower {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-narrower {
        width: 75%;
    }
    .row>.off-9-narrower {
        margin-left: 75%;
    }
    .row>.col-10-narrower {
        width: 83.3333333333%;
    }
    .row>.off-10-narrower {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-narrower {
        width: 91.6666666667%;
    }
    .row>.off-11-narrower {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-narrower {
        width: 100%;
    }
    .row>.off-12-narrower {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
    
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
 */
 }

@media screen and (max-width: 736px) {
  /*   .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-mobile {
        order: -1;
    }
    .row>.col-1-mobile {
        width: 8.3333333333%;
    }
    .row>.off-1-mobile {
        margin-left: 8.3333333333%;
    }
    .row>.col-2-mobile {
        width: 16.6666666667%;
    }
    .row>.off-2-mobile {
        margin-left: 16.6666666667%;
    }
    .row>.col-3-mobile {
        width: 25%;
    }
    .row>.off-3-mobile {
        margin-left: 25%;
    }
    .row>.col-4-mobile {
        width: 33.3333333333%;
    }
    .row>.off-4-mobile {
        margin-left: 33.3333333333%;
    }
    .row>.col-5-mobile {
        width: 41.6666666667%;
    }
    .row>.off-5-mobile {
        margin-left: 41.6666666667%;
    }
    .row>.col-6-mobile {
        width: 50%;
    }
    .row>.off-6-mobile {
        margin-left: 50%;
    }
    .row>.col-7-mobile {
        width: 58.3333333333%;
    }
    .row>.off-7-mobile {
        margin-left: 58.3333333333%;
    }
    .row>.col-8-mobile {
        width: 66.6666666667%;
    }
    .row>.off-8-mobile {
        margin-left: 66.6666666667%;
    }
    .row>.col-9-mobile {
        width: 75%;
    }
    .row>.off-9-mobile {
        margin-left: 75%;
    }
    .row>.col-10-mobile {
        width: 83.3333333333%;
    }
    .row>.off-10-mobile {
        margin-left: 83.3333333333%;
    }
    .row>.col-11-mobile {
        width: 91.6666666667%;
    }
    .row>.off-11-mobile {
        margin-left: 91.6666666667%;
    }
    .row>.col-12-mobile {
        width: 100%;
    }
    .row>.off-12-mobile {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
   
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
 */
 }




/* Form */


form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    display: block;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 8px 10px;
    width: 100%;
    line-height: 1.25em;
    box-shadow: none;
    height: auto;
}



form ::-webkit-input-placeholder {
    color: #aaa;
}

form :-moz-placeholder {
    color: #aaa;
}

form ::-moz-placeholder {
    color: #aaa;
}

form :-ms-input-placeholder {
    color: #aaa;
}


/* Section/Article */



section,
article {
    margin-bottom: 3em;
}

section> :last-child,
section>.inner> :last-child,
section:last-child,
article> :last-child,
article>.inner> :last-child,
article:last-child {
    margin-bottom: 0;
}


/* Image */

.image {
    display: inline-block;
}

.image img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}


/* Button */

input[type="button"]:disabled,
input[type="button"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
button:disabled,
button.disabled,
.button:disabled,
.button.disabled {
    opacity: 0.35;
    cursor: default;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background-color: rgb(0, 0, 0, 0.5);
    color: darkgray !important;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background-color: rgb(0, 0, 0, 0.5) !important;
    color: white !important;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus,
.button:focus {
    color: white !important;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background-color: rgb(0, 0, 0, 0.5);
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background-color: rgb(0, 0, 0, 0.5);
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background-color: rgb(0, 0, 0, 0.5);
}



/* List */

ul {
    list-style: disc;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}


/* Pagination */

.pagination .pages {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.pagination .pages span {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin: 0 0.4em 0 0;
}

.pagination .pages a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background-color: #e8e8e8;
    background-image: url("images/bg02.png");
    color: #565656;
    margin: 0 0.4em 0 0;
    border-radius: 0.4em;
}

.pagination .pages a:hover {
    background-color: #dadada;
}

.pagination .pages a.active {
    background-color: #364050;
    color: #fff;
    box-shadow: none;
   }


/* Box */

.box.calendar .inner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.4em;
    padding: 0.75em 0.5em 0.75em 0.5em;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
}

.box.calendar caption {
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.25em 0;
}

.box.calendar tbody tr:nth-child(2n+2) {
    background: transparent;
}

.box.calendar table {
    margin: 0 auto;
}

.box.calendar td {
    cursor: default;
    padding: 0.35em 0 0.35em 0;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
 
    text-align: center;
}

.box.calendar th {
    cursor: default;
    padding: 0.35em 0 0.35em 0;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
  
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.box.calendar td a,
.box.calendar td span {
    display: block;
    margin: 0 auto;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.4em;
    border-radius: 0.4em;
      text-decoration: none;
}

.box.calendar td a {
    color: #fff;
    font-weight: 700;
}

.box.calendar td a:hover {
    background-color: rgba(200, 225, 255, 0.1);
    color: #fff;
}

.box.calendar td.today a {
    background-color: #c94663;
    background-image: url("images/bg01.png");
    color: #fff !important;
}

.box.post {
    position: relative;
}

.box.post .info .stats {
    margin: 0;
    cursor: default;
}

.box.post .info .stats a {
    font-size: 0.8em;
    text-decoration: none;
    color: #232323;
    font-weight: 700;
    line-height: 1em;
    color: #d4dde0;
}

.box.recent-posts ul {
    list-style: none;
    padding-left: 0;
}

.box.recent-posts li {
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    padding: 0.5em 0 0.5em 0;
}

.box.recent-posts li:first-child {
    border-top: 0;
    box-shadow: none;
    padding-top: 0;
}

.box.recent-posts li:last-child {
    padding-bottom: 0;
}

.box.recent-comments ul {
    list-style: none;
    padding-left: 0;
}

.box.recent-comments li {
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    padding: 0.5em 0 0.5em 0;
}

.box.recent-comments li:first-child {
    border-top: 0;
    box-shadow: none;
    padding-top: 0;
}

.box.recent-comments li:last-child {
    padding-bottom: 0;
}

/* .box.search form {
    position: relative;
}

.box.search form input {
    position: relative;
    padding-right: 34px;
}

.box.search form:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f002';
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    position: absolute;
    right: 0.5em;
    top: 0.25em;
    z-index: 1;
    text-shadow: none;
    color: #c8ccce;
}

.box.text-style1 .inner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.4em;
    padding: 1.25em;
 }

 */
/* Icons */

/* .icon {
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}
 */

/* Nav */

#nav>ul>li>ul {
    display: none;
}

#nav ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

#nav li {
    padding: 0;
}

a:focus {
	outline: 0;
}

#nav a:hover, #nav a:focus {
text-decoration: none;
}

#sidebar a:hover {
	background: #ef7b28;
}

#nav li:first-child {
    border: 0;
    box-shadow: none;
    padding-top: 0;
}

#nav li:last-child {
    padding-bottom: 0;
}

#nav li a {
    display: block;
    transition: all 0.5s;
    padding: 14px 10px;
    font-size: 14px;
 }

#nav li.current a {
	 background: #ef7b28;
}

#nav li:hover a {
}


/* Sidebar */

#titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: none;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: #364050 url("images/bg01.png");
}

#titleBar .title {
    display: block;
    color: #fff;
    line-height: normal;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    text-align: center;
}

#titleBar .title a {
    color: inherit;
    text-decoration: none;
}

#titleBar .toggle {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

#titleBar .toggle:before {
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c9';
    display: block;
    position: absolute;
    top: 7px;
    font-size: 14px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #c94663 url("images/bg01.png");
    border-radius: 5px;
    color: #fff;
    text-align: center;
    left: 7px;
}

#titleBar .toggle:active:before {
    background-color: #d95673;
}

#sidebar {
    color: #fff;
    width: 230px;
    padding: 0;
    background: grey;
    overflow-y: auto;
    min-height: 700px;
    left: 0;
 
}

#sidebar header {
    margin: 3px 0;
    background: none;
}

.filterGroup_btn .btn {
    width: 90px;
    border: 0;
 }

.filterGroup_btn .btn:hover {
	  color: #fff !important;
	  background: #949599 !important;
}



#sidebar nav {
    position: relative;
    margin: 0;
    font-size: 0.9em;
}

#sidebar a {
    color: #fff;
    padding: 10px;
    cursor: pointer;
}


.leftNav i.fa {
    padding-right: 10px;
    font-size: 20px;
}

/* Content */


#content {
    width: calc(100% - 345px);
    box-shadow: 0 0 7px #ccc;
    float: right;
    padding: 20px;
    margin: 10px;
    position: relative;
    background-color: #f4f4f4;
 
}

#content>.inner {
    position: relative;
    z-index: 1;
}

.table_auctionData > thead th {
    background-color: transparent;
}


/* Copyright */

#copyright {
    list-style: none;
    padding-bottom: 2em;
    padding-left: 0;
}

#copyright li {
    padding-left: 0;
}

#copyright p {
    opacity: 0.75;
}

#copyright a {
    color: inherit !important;
}

#copyright:before {
    content: '';
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: rgba(0, 0, 0, 0.25);
    display: block;
}


/* Desktop */

@media screen and (min-width: 737px) {
   /*  
    body {
        height: 100%;
        line-height: 1.75em;
    }
    input,
    textarea,
    select {
        line-height: 1.75em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 1em;
    }
    Pagination
    .pagination {
        padding: 3em 0 0 0;
    }
    .pagination .previous {
        margin-right: 0.6em;
    }
    .pagination .next {
        margin-left: 0.2em;
    }
    .pagination .pages a {
        width: 2.75em;
        height: 2.75em;
        line-height: 2.75em;
    }
    .pagination .button {
        height: 2.75em;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 2.75em;
    }
    Box
    .box.post .info .stats {
        list-style: none;
        padding-left: 0;
    }
    .box.post .info .stats li {
        padding-left: 0;
    }
    .box.post .info .stats li a {
        border-radius: 0.4em;
        opacity: 1.5;
        -moz-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
        transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
    }
    .box.post .info .stats li:hover a {
        background-color: #f4f4f4;
        opacity: 1.0;
    }
 */ 
 }


/* Wide */

@media screen and (min-width: 1201px) {
  /*   Basic
    body {
        min-width: 1200px;
        font-size: 12pt;
    }
    input,
    textarea,
    select {
        font-size: 12pt;
    }
    Box
    .box.post h2 {
        font-size: 3.25em;
        line-height: 1.25em;
    }
    .box.post header {
        padding: 2.75em 0 0 0;
        margin: 0 0 3em 0;
    }
    .box.post header>p {
        font-size: 2.25em;
        line-height: 1.5em;
        position: relative;
        top: -0.65em;
        margin-bottom: -0.65em;
    }
   .box.post .info .date {
        position: relative;
        z-index: 1;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 400;
        text-align: center;
        display: block;
        font-size: 1.5em;
        color: #999;
        border-bottom: solid 1px #ddd;
        padding: 0 0 1em 0;
        margin: 0 0 0.75em 0;
    }
    .box.post .info .date .year,
    .box.post .info .date .month span {
        display: none;
    }
    .box.post .info .date .day {
        display: block;
        margin: 0.25em 0 8px 0;
        font-size: 1.5em;
        font-weight: 600;
        color: #333;
    }
    
    span#auction_year {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

    .box.post .info .stats {
        position: relative;
        z-index: 1;
    }
    .box.post .info .stats li {
        margin: 1.25em 0 0 0;
    }
    .box.post .info .stats li a {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 0.5em 0 0.5em;
        color: #333;
    }
    .box.post .info .stats li a:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        font-size: 16px;
        width: 1.5em;
        text-align: center;
        opacity: 0.70;
    }
 */
 }


/* Narrow */

@media screen and (min-width: 737px) and (max-width: 1200px) {
    /* Basic */
 /*    body {
        min-width: 1000px;
        font-size: 11pt;
    }
    input,
    textarea,
    select {
        font-size: 11pt;
    }
    Box
    .box.post h2 {
        font-size: 3.25em;
        line-height: 1.25em;
    }
    .box.post header {
        padding: 1.5em 0 0 0;
        margin: 0 0 3em 0;
    }
    .box.post header>p {
        font-size: 1.75em;
        line-height: 1.5em;
        position: relative;
        top: -0.75em;
        margin-bottom: -0.75em;
    }
    .box.post .info {
        width: 100%;
        padding: 1em 0 0 0;
        position: relative;
        top: -2em;
    }
    .box.post .info .date {
        display: inline;
    }
    .box.post .info .stats {
        display: inline;
        border-left: solid 1px #ddd;
        margin-left: 1em;
        padding-left: 1em;
    }
    .box.post .info .stats li {
        display: inline-block;
        margin-left: 0.25em;
    }
    .box.post .info .stats li a {
        display: inline-block;
        padding-right: 0.5em;
    }
    .box.post .info .stats li a:before {
        position: relative;
        width: 1.75em;
        text-align: center;
        margin-right: 0.35em;
        opacity: 0.35;
    }
 */    
}


/* Narrower */

@media screen and (min-width: 737px) and (max-width: 1000px) {
   /* 
    body {
        min-width: 641px;
        font-size: 14pt;
    }
    input,
    textarea,
    select {
        font-size: 14pt;
    }
    Logo
    #logo {
        display: none;
    }
    Nav
    #nav {
        margin-top: 0 !important;
    }
    #nav:before {
        display: none !important;
    }
    #nav li:hover a {
        background: none;
    } 
    */
    
}


/* Mobile */

@media screen and (max-width: 736px) {
    /* Basic */
 /*    body,
    input,
    textarea,
    select {
        line-height: 1.75em;
        font-size: 11pt;
        letter-spacing: 0;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.5em;
    }
    Section/Article
    section,
    article {
        clear: both;
    }
    Button
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        display: block;
        width: auto;
        font-size: 1.25em;
        padding: 0.75em 0 0.75em 0;
        margin: 0.5em 0 0.5em 0;
    }
    Pagination
    .pagination .pages {
        display: none;
    }
    Box
    .box.post {
        padding-bottom: 5em;
        margin-bottom: 4em;
    }
    .box.post header>p {
        font-size: 1em;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1.5em;
    }
    .box.post .info {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: solid 1px #ddd;
        padding-top: 0.5em;
    }
    .box.post .info .date {
        display: inline;
    }
    .box.post .info .date .year,
    .box.post .info .date .month span {
        display: none;
    }
    .box.post .info .stats {
        display: inline;
        border-left: solid 1px #ddd;
        margin-left: 0.75em;
        padding-left: 0.75em;
    }
    .box.post .info .stats li {
        display: inline-block;
        margin-right: 0.85em;
    }
    .box.post .info .stats li a {
        display: inline-block;
        opacity: 0.5;
    }
    .box.post .info .stats li a:before {
        position: relative;
        top: 0.1em;
        margin-right: 0.5em;
        opacity: 0.35;
    }
    .box.post .info .stats li a:active {
        opacity: 1.0;
    }
    Logo
    #logo {
        display: none;
    }
    Nav
    #nav {
        margin-top: 0 !important;
    }
    #nav:before {
        display: none !important;
    }
    #nav li:hover a {
        background: none;
    }
    Content
    #content {
        margin-top: 44px;
        padding: 3em 20px 2em 20px;
    }
 */    
  
}


/* Off-Canvas Sidebar */

@media screen and (max-width: 1000px) {
  .modal-content {
    width: 100%;
}
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

#snackBar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: green;
    color: #f1f1f1;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 70px;
}

.page-login #snackBar,
.page-jslBusinessQuery #snackBar {
    margin-left: 0;
    transform: translateX(-50%);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackBar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	   However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

.accordion {
    color: white;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 20px;
}


/* Add a background color to the button if it is clicked on (add the .  class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
}

.panel {
    /*padding: 0 18px;*/
    background-color: white;
    display: block;
}

.rowPanel {
    display: "none";
    padding: 0 18px;
    background-color: white;
}


/*new design changed*/

#sidebar {
    float: left;
}




footer.custom-footer {
    clear: both;
    margin-top: 20px;
}


.navigation .row>* {
    padding-top: 0;
}

.box.post .info {
    position: absolute;
    top: -45x;
}

.panel table th {
    background-color: transparent;
}

.breadcrumb-section {
    display: none;
}

ul.nav__links li.liOffcanvas {
    padding: 4px;
}

.nav-div ul {
    margin: 0;
}

.nav-div a {
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.main__inner-wrapper {
    background-color: #ebebeb;
    height: auto;
    z-index: 1;
    position: relative;
    display: flow-root;
}

  
   
#content {
        width: calc(100% - 21em);
        min-height: 500px;
        float: right;
        margin-left: 0em;
    }
}

/*new css*/

.accordion {
    color: white;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 20px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
    display : block !important;
}

.panel {
    /*padding: 0 18px; */
    background-color: white;
    display: block;
}

.rowPanel {
    display: "none";
    padding: 0 18px;
    background-color: white;
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.isEnabled {
    color: currentColor;
    text-decoration: none;
}

.early {
    cursor: not-allowed;
    background-color: lightgrey !important;
    color: black;
}

.late {
    cursor: not-allowed;
    background-color: lightgrey;
    color: black;
}

.bidPlaced,
.bidPlaced a,
.bidPlaced td span,
.bidPlaced .bid-data,
.bidPlaced .btn.minus-data, .bidPlaced .btn.plus-data {
    background-color: #6bcaca !important;
    color: #000 !important;
    font-weight: 600;
}

.bidPlaced .btn.minus-data, .bidPlaced .btn.plus-data {
    border-color: #000 !important;
    color: #000 !important;
}

.minus-data + label {
    min-width: 60px;
}

.auction_main_panel .panel {
    border: 0;
}

#myModal, #liveCustomersDialog, #enquiryModal{
    display: none;
    position: fixed;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.new-user-register .field.email-mobile {
    padding: 5px 0 !important;
}

#detailsModal{
	display: none;
    position: fixed;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#detailsModal .modal-title{
	text-align: center;
	text-decoration: underline ;
	font-family: monospace;
	text-shadow: orange;
	font-size: x-large;
}

#detailsModal label {
	font-weight: bold;
	color: black;
}

#detailsModal .modal-content{
	left: 20%;
	width: 75%;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.filterSection {
    background-color: #fff;
    margin: 10px;
    border-radius: 3px;
    padding: 12px;
    color: black;
    text-shadow: none;
}

.filterGroup_btn .btn {
    width: 80px;
    font-size: 13px;
    font-weight: 500;
}

.auctionFooter {
    float: left;
    width: 100%;
 /*    background: url(../../images/footer-bg.jpg) no-repeat #1D1D1D; */
    color: #ffffff;
    font-weight: 300;
    padding: 0;
    background-size: 100%;
}



@media screen and (min-width: 737px) {
    #tncBox {
        height: 300px;
        width: parent;
    }
    #tncBox embed {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 736px) {
    #tncBox {
        height: 100px;
        width: parent;
    }
    #tncBox embed {
        width: 100%;
        height: 100%;
    }
    #myModal {
        width: 100% !important;
    }
}

.tbl_auction_today {
    color: #142939 !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}




#loading {

    width: 100%;

    height: 100%;

    top: 0px;

    left: 0px;

    position: fixed;

    display: block;

    z-index: 99;

    opacity: .8;

    background: url('/_ui/responsive/common/customAssets/AuctionPage/images/pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);

}


/* .hammer-th-width{width: 87px;}
.lotNumber-th-width{width: 87px;}
.materialLocation-th-width{width: 87px;}
.timeLeft-th-width{width: 87px;}
.qty-th-width{width: 87px;}
.unit-th-width{width: 87px;}
.start-th-width{width: 87px;}
.h1Price-th-width{width: 87px;}
.status-th-width{width: 87px;}
.myBid-th-width{width: 87px;}
.select-th-width{width: 87px;}
.proxy-th-width{width: 87px;}

.hammer-td-width{width: 87px;}
.lotNumber-td-width{width: 87px;}
.materialLocation-td-width{width: 87px;}
.timeLeft-td-width{width: 87px;}
.qty-td-width{width: 87px;}
.unit-td-width{width: 87px;}
.start-td-width{width: 87px;}
.h1Price-td-width{width: 87px;}
.status-td-width{width: 87px;}
.myBid-td-width{width: 87px;}
.select-td-width{width: 87px;}
.proxy-td-width{width: 87px;}
 */
/*new css*/

header.js-mainHeader {
    background: #fff;
    margin: 0;
 }

 .navigation--middle {
    border-top: 0;
}

.navigation--bottom {
    background-color: #f57921;
    border-bottom: 0;
}

.navbar-right.right_nav {
    margin-right: 0;
    padding-right: 15px;
}

ul.nav__links li.liOffcanvas {
    padding: 0;
}

.navigation--top .nav__right .nav__links--account {
    padding-top: 10px;
}

.navbar-right .nav__link a {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    padding: 20px 15px;
    display: block;
    color: white;
}

.navigation--top .nav__right .nav__links--account li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #949599;
    text-transform: inherit;
}

.navigation--top .nav__right .nav__links--account li a {
    text-transform: inherit;
    font-weight: 600;
    line-height: 26px;
    padding: 0;
    color: #949599;
}

.js-site-logo img {
    max-width: 180px;
    display: inline-block;
}


 .navigation--top .nav__right .nav__links--account li {
 padding: 10px;
 }

.nav__right .myAccountLinksHeader {
    height: auto !important;
    line-height: 28px !important;
}

.navigation--bottom .nav__links--products {
    background-color: #f57921;
 }

    .box.post .info {
        position: absolute;
        width: 5.5em;
        overflow: hidden;
        background-color: #f4f4f4;
        left: -108px;
        top: 0;
        padding: 1.5em 1em 1.5em 1em;
        border-top-left-radius: 0.4em;
        border-bottom-left-radius: 0.4em;
        box-shadow: 0.25em 0 0 0 #fbfbfb, 0 0 -1.75em 0em rgba(0, 0, 0, 0.25);
    }


  .auction_main_panel .top_level {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
}


/* .auction_main_panel .input-group-addon {
    border-right: 0;
    margin-top: 6px;
    display: inline-block;
    width: 100%;
    background: none;
    border: 0;
    font-weight: 600;
    padding-left: 5px;
}
 */

.table_auctionData.table-bordered {
    margin: 0;
    background: #fff;
    width: 100% !important;
    margin-bottom: 20px;
}

.input-group-addon {
    cursor: pointer;
}


.auction_dropdown {
    padding: 5px 0;
    float: left;
    width: 100%;
}


.auction_dropdown .col-md-3 {
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.sticky-table .table-bordered {
    border: 0 !important;
}

.table_auctionData.table-bordered th {
    border-width: 1px;
    font-size: 13px !important;
    line-height: 15px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: 600 !important;
    padding: 15px 5px !important;
    color: #333 !important;
}

.table_auctionData th {
    background-color: #ddd !important;
}

.table_auctionData.table-bordered td {
	font-size: 13px;
	line-height: 15px;
	padding: 8px 5px !important;
	text-align: center;
	vertical-align: middle;
}

.home_main_panel td button.btn {
    font-weight: 500;
    font-size: 13px;
}

#headertable_1, #headertable_1 + div {
	width: 100% !important;
}

.table_auctionData td input[type="radio"], .table_auctionData td input[type="checkbox"] {
    margin-right: 0;
    margin-bottom: 0;
}

.btn.minus-data,
.btn.plus-data {
    background: none !important;
    color: #333;
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
    padding: 0 !important;
    vertical-align: middle;
    border: 1px solid #ddd !important;

}

.bid-data {
    min-width: 50px;
    margin: 0;
}


.btn.minus-data:hover,
.btn.plus-data:hover,
.btn.minus-data:focus,
.btn.plus-data:focus {
    color: #333 !important;
    background-color: transparent;
}


.auction_main_panel .top_level button.btn {
    border: 0 !important;
    box-shadow: none;
    transition: all 0.5s;
    font-size: 13px;
    font-weight: 500;
}

.auction_details_btn .btn {
    padding: 9px 15px !important;
   /*  margin-top:20px !important; */
}

label.auction_range_details {
    font-size: 14px;
    line-height: 16px;
}


.auction_main_panel .top_level button.btn:hover {
	background-color: #949599 !important;
	color: #fff !important;
}




 .table_auctionData th {
    background: none;
}

.table_auctionData td a {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.fa-download:before {
    content: "\f019";
    display: block;
}

table.table.table-striped.prods,
table.table.table-striped.lotsTable {
    background: #ddd;
    border: 1px solid #ddd;
    margin: 0;
    width: 98%;
}

i.fa.fa-close {
    float: right;
    padding: 5px;
    position: relative;
    top: -4px;
    right: -7px;
}
@media (min-width: 768px){
.pr_table_show h3 {
    text-align: left;
    padding: 8px 15px;
    margin: 0;
    background: #f57921;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}}

@media (max-width: 600px){
.pr_table_show h3 {
    text-align: left;
    padding: 8px 15px;
    margin: 0 1%;
    background: #f57921;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}}


.month {
    font-size: 27px;
    color: #333;
    font-weight: 600;
}


/*again custom css*/


.home_main_panel button.btn {
    background-color: #f57921 !important;
    border: 0 !important;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600;
    transition: all 0.5s;
}


.home_main_panel button.btn:hover {
	background-color: #949599 !important;
	color: #fff !important;
}

.home_main_panel input,
#upcomingAuctionTable input {
    line-height: 0.75em;
    width: 70%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px;
}

.fa.fa-download {
    text-align: center;
    text-decoration: none;
}

.left-float{
	float:left;
}

.right-float{
	float:right;
}

.welcome-font {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0;
}

.home-modal button.btn {
    background-color: #f57921 !important;
    border: 0 !important;
    box-shadow: none;
    padding: 2px 6px !important;
    text-shadow: none;
    font-weight: 600;
    transition: all 0.5s;
}


.home-modal button.btn:hover {
	background-color: #949599 !important;
	color: #fff !important;
}


.completed-main-panel button.btn {
    background-color: #f57921 !important;
    border: 0 !important;
    box-shadow: none;
    /* padding: 2px 6px !important; */
    text-shadow: none;
    font-weight: 600;
    transition: all 0.5s;
}


.completed-main-panel button.btn:hover {
	background-color: #949599 !important;
	color: #fff !important;
}

h1.auctionlogo {
    background: #fff;
    max-width: 190px;
    margin: 15px auto;
    border-radius: 3px;
    height: 60px;
}

.auctionlogo a {
    display: block;
}
.auctionlogo img {
    max-width: 170px;
    display: block;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
}

.filterSection input[type="checkbox"] {
    margin-bottom: 6px;
    vertical-align: middle;
}

.filterGroup_btn {
    padding-top: 5px;
}

#gradesListAll {
	font-size: 13px;
}

.footer__top .container,
.footer__bottom .container {
    width: 100%;
}

.footer__top {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

footer .footer__bottom {
    background: #000;
    padding: 15px 70px;
    border-top: 1px solid #333;
}

.filterHeading {
    font-size: 15px;
    margin: 0 0 6px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    background: none;
    padding-bottom: 5px;
}


.filterSection .form-group {
    margin-bottom: 5px;
    font-size: 13px;
}


.footer__top .title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer__top .footer__nav--container .footer__nav--links .footer__link {
    margin-top: 0;
    padding-left: 0;
}

.footer__nav--container {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0 auto;
    float: left;
    text-align: left;
}


.auctionFooter.footer__top {
    padding: 50px;

}

.footer__top .footer__nav--container .footer__nav--links a {
    padding: 4px 0;
    display: block;
    line-height: 20px;
}


.footer__bottom {
    background: #000;
    padding: 10px 0;
}



.footer__bottom p {
    margin: 0;
    font-size: 13px;
}

.footer__bottom .row {
    margin-top: 0;
    margin-left: -20px;
}

.tollfree_no {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    background: rgba(0,0,0, 0.1);
}


.tollfree_no i.fa.fa-phone {
    transform: rotate(65deg);
}

.nav__left.js-site-logo {
    padding: 12px 10px;
}


.upcoming_main_panel button.btn {
    margin-bottom: 5px;
}


.upcoming_main_panel button.btn:hover {
	background-color: #949599 !important;
	color: #fff !important;
}

.upcoming_main_panel table th{
	background: #fff;
}

.accountFieldDiv {
    max-width: 380px;
    margin: 20px auto 30px;
    background: #fff;
    padding: 20px 20px 50px;
    box-shadow: 0 0 5px #ddd;
    border-radius: 3px;
}


.accountFieldDiv h3 {
    margin: 0;
}
.accountFieldDiv .account-section-content .account-section-form {
    margin: 20px 0;
}

.accountFieldDiv label.control-label {

    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

.accountFieldDiv .form-group {
    margin-bottom: 10px;
}

.accountFieldDiv input {
	box-shadow: none;
}

.accountFieldDiv select.form-control {
    box-shadow: none;
    border-radius: 3px;
    padding: 6px 4px;
}

.form-group.btn-group-btn {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.btn-group-btn .btn {
	background: #949599;
    width: 49%;
    float: left;
    margin: 0 2% 0 0 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px !important;
    color: #fff;
}

.btn-group-btn .btn:hover {
	background: #949599;
	color: #fff !important;

}

.btn-group-btn button[type="submit"] {
	background: #f57921;
}



.btn-group-btn .btn:last-child {
	margin-right: 0 !important;
}

ul.top-header-login {
    float: right;
    margin: 22px 35px;
    padding: 0;
    display: flex;
    align-items: center;

}

.top-header-login a.btn {
    background: #f57921;
    padding: 5px 20px !important;
    display: block;
    color: #fff;
    transition: all 0.5s;
}

.top-header-login a.btn:hover,
.login-form-action .btn:hover {
	background: #949599;

 }

 .login-form-action .btn:hover {
	background: #949599;
	border: 2px solid #949599;
	color: #fff !important;

 }


 .login-form-action .btn {
    background: #f57921;
    border: 2px solid #f57921;
    color: #fff;
    transition: all 0.5s;
}


.forgotten-password {
    clear: both;
 }

 .forgotten-password a {
    font-size: 12px;
    text-align: right;
    display: block;
    padding: 4px 0;
}

.global-alerts {
    z-index: 99999;
    position: relative;
}


.no-auctiondata {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background: grey;
    color:white;
}




 .sticky-table {
    max-width: 100%;
    max-height: 600px;
    /* overflow: auto; */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
    transition: width 2s;
}

.sticky-table, .sticky-table * {
    transition: all 0s;
}

.sticky-table table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    padding: 0 !important;
    border-collapse: collapse;
}

.sticky-table table tr.sticky-header th, .sticky-table table tr.sticky-header td,
.sticky-table table tr.sticky-footer th, .sticky-table table tr.sticky-footer td {
    background-color: #fff;
    border-top: 0;
    position: relative;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 5;
}
.sticky-table table tr.sticky-header th, .sticky-table table tr.sticky-header td {
    top: 0;
}

.sticky-table table td.sticky-cell, .sticky-table table th.sticky-cell,
.sticky-table table td.sticky-cell-opposite, .sticky-table table th.sticky-cell-opposite {
    background-color: #fff;
    position: relative;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 10;
}

/* .sticky-table.sticky-ltr-cells table td.sticky-cell, .sticky-table.sticky-ltr-cells table th.sticky-cell,
.sticky-table.sticky-rtl-cells table td.sticky-cell-opposite, .sticky-table.sticky-rtl-cells table th.sticky-cell-opposite {
    left: 0
}
.sticky-table.sticky-rtl-cells table td.sticky-cell, .sticky-table.sticky-rtl-cells table th.sticky-cell,
.sticky-table.sticky-ltr-cells table td.sticky-cell-opposite, .sticky-table.sticky-ltr-cells table th.sticky-cell-opposite {
    right: 0
}

.sticky-table table tr.sticky-header td.sticky-cell, .sticky-table table tr.sticky-header th.sticky-cell,
.sticky-table table tr.sticky-header td.sticky-cell-opposite, .sticky-table table tr.sticky-header th.sticky-cell-opposite,
.sticky-table table tr.sticky-footer td.sticky-cell, .sticky-table table tr.sticky-footer th.sticky-cell,
.sticky-table table tr.sticky-footer td.sticky-cell-opposite, .sticky-table table tr.sticky-footer th.sticky-cell-opposite {
    z-index: 15;
}
 */

 .home_main_panel .text_topLabel{
 	margin-top : 30px;
 }

 .download_bid_data {
 	margin-left : 56%;
 }


 .completed_top_panel {
    background: #fff;
    padding: 15px 15px 5px;
    float: left;
    width: 100%;
}

.upcoming_main_panel h4,
.completed-main-panel h4,
.home_main_panel h4 {
    display: inline-block;
}

.completed_top_panel input[type="radio"] {
    margin-bottom: 10px;
}

.clickable {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.datepicker-days table th,
.datepicker-months table th,
.datepicker-years table th {
    background-color: transparent;
}


.datepicker-days .month {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.completed-main-panel button.auction_details_btn {
    color: #fff;
    padding: 9px 15px !important;
    font-weight: 500;
    font-size: 13px;
}


.completed_top_panel label {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-transform: inherit;
}

.completed_top_panel label.blank {
    height: 12px;
}


.btn {
   /*  background-color: #f57921 !important; */
    color: #fff;
    font-size: 13px;
    padding: 7px 15px !important;
    font-weight: 500;
    transition: all 0.5s;
    letter-spacing: 0.5px;
    border: 0;
}

.btn:hover {
    /* background-color: #949599 !important; */
    color: #fff !important;
}

.exporttoexcel_btn {
    margin-bottom: 5px;
}


Box
    .box.post h2 {
        font-size: 3.25em;
        line-height: 1.25em;
    }
    .box.post header {
        padding: 2.75em 0 0 0;
        margin: 0 0 3em 0;
    }
    .box.post header>p {
        font-size: 2.25em;
        line-height: 1.5em;
        position: relative;
        top: -0.65em;
        margin-bottom: -0.65em;
    }
   .box.post .info .date {
        position: relative;
        z-index: 1;
        text-align: center;
        display: block;
        font-size: 1.5em;
        color: #999;
        border-bottom: solid 1px #ddd;
        padding: 0 0 1em 0;
        margin: 0 0 0.75em 0;
    }
    .box.post .info .date .year,
    .box.post .info .date .month span {
        display: none;
    }
    .box.post .info .date .day {
        display: block;
        margin: 0.25em 0 8px 0;
        font-size: 27px;
        font-weight: 600;
        color: #333;
    }

    span#auction_year {
    font-size: 27px;
    font-weight: 600;
    color: #333;
}

    .box.post .info .stats {
        position: relative;
        z-index: 1;
        list-style: none;
    }
    .box.post .info .stats li {
        margin: 1.25em 0 0 0;
    }
    .box.post .info .stats li a {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 0.5em 0 0.5em;
        color: #333;
    }
    .box.post .info .stats li a:before {
        position: absolute;
        left: -16px;
        top: 50%;
        margin-top: -0.5em;
        font-size: 16px;
        width: 1.5em;
        text-align: center;
        opacity: 0.70;
    }


.input-group .form-control {
	padding: 6px;
	height: 35px;
	cursor: pointer;
}

.home_main_panel .panel {
	border: 0;
}


.auction_dropdown .col-md-3 {
    width: 100px;
}

span.auction_no {
    padding: 10px 0 6px;
    display: inline-block;
}

.auction_dropdown select {
    height: 35px;
}

.exporttoexcel_btn .fa:before {
    display: initial;
}

.datepicker td, .datepicker th {
	padding: 10px !important;
}

p.marqueeTitle {
    margin: 0;
}


 .page-liveAuctionPage,
 .page-watchListPage,
 .page-completedAuctionPage,
 .page-upcomingAuctionPage
  {
    overflow: hidden;
}

.page-liveAuctionPage footer.auctionFooter,
.page-watchListPage footer.auctionFooter,
.page-completedAuctionPage footer.auctionFooter,
.page-upcomingAuctionPage footer.auctionFooter {
    display: none;
}
.page-watchListPage #content,
.page-liveAuctionPage #content,
.page-completedAuctionPage #content,
.page-upcomingAuctionPage #content{
	min-height: auto;
}

 .page-watchListPage #sidebar,
 .page-liveAuctionPage #sidebar,
 .page-completedAuctionPage #sidebar,
 .page-upcomingAuctionPage #sidebar {
 	min-height: auto;
}

.page-liveAuctionPage .main-tableDiv.sticky-table,
.page-watchListPage .main-tableDiv.sticky-table,
.page-completedAuctionPage .main-tableDiv.sticky-table,
.page-upcomingAuctionPage .main-tableDiv.sticky-table  {
  	max-height: none;
}



.myAccountLinksHeader.show, .navigation--top .nav__right .nav__links--account .myCompanyLinksHeader.show {
    background-color: transparent !important;
    color: #333 !important;

}


#accNavComponentDesktopOne, #accNavComponentDesktopTwo {
    padding: 0;
    background-color: #929292;
}

#accNavComponentDesktopOne ul.nav__links li, #accNavComponentDesktopTwo ul.nav__links li {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#accNavComponentDesktopOne ul.nav__links li:hover, #accNavComponentDesktopTwo ul.nav__links li:hover {
    background-color: #f57921;
}


div#loading-wrapper {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;

}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f57921;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 45%;
    top: 40%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.userDetailsInfo{

}

#tncBox{
	font-family: 'Roboto', sans-serif;
  	justify-content: justify;
}

#tncBox header {
  background-color: #f57921;
  padding: 1px;
  text-align: center;
  font-size: 25px;
  color: white;

}

/* Container for flexboxes */
#tncBox section h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

#tncBox section {
  display: -webkit-flex;
  display: flex;
  justify-content: justify;
}

/* Style the navigation menu */
#tncBox nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ccc;
  padding: 20px;
  justify-content: justify;
}

/* Style the list inside the menu */
#tncBox nav ul {
  list-style-type: none;
  padding: 0;
  justify-content: justify;
}

/* Style the content */
#tncBox article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #f1f1f1;
  padding: 10px;
  justify-content: justify;
}

/* Style the footer */
#tncBox footer {
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
  #tncBox section {
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: justify;
  }
}

/* rotating Banner start */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}

/* rotating Banner ends */


/* product dispaly issue fix starts*/
.navigation--bottom .nav__links--primary .sub__navigation {
	left: 0 !important;
	top: 50px !important;
	width: 800px;
}

/* product dispaly issue fix ends*/

/* product enquiry css start here */


/* Place order css added started */

.container.product_details_container {
    margin-top: 20px;
}

.product_details_container #sidebar {
    color: #fff;
    width: 200px;
	border-radius: 5px;
	background: #f0f0f0;
	position: absolute;
    height: calc(100% - 200px);
    top: 0;
}



.b-tabs-new__header {
    padding: 10px 10px 0;
    border-bottom: 1px solid #fff;
}

.b-tabs-new__header a {
    display: inline-block;
    width: 49%;
    text-align: center;
    border-bottom: 2px solid transparent;
	transition: all 1s;
}

a.b-tabs-new__tab.active,
#sidebar .b-tabs-new__header a:hover {
    background: none;
    border-bottom: 2px solid #fff;
	font-weight: 500;
}

.b-filter-new__facet {
    /* padding: 15px 20px; */
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.b-filter-new__facet .pretty.p-default {
    padding: 10px 0;
    margin: 0;
    display: block;
	    white-space: nowrap;
    line-height: 1;
	position: relative;
}

/* .b-filter-new__facet h4 {
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
} */

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    min-width: calc(1em + 2px);
}

.pretty .state label:after, .pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.b-filter-new__facet .pretty .state label {
	font-size: 14px;
    text-indent: 2em;
    color: #fff;
    text-transform: inherit;
}

.b-filter-new__facet .pretty .state label:before {
    border-color: #fff;
}

.b-filter-new__facet .pretty.p-default input:checked~.state label:after {
    background-color: #f4f4f4!important;
 }

.b-filter-new__facet .pretty .state label:after, .b-filter-new__facet .pretty .state label:before {
	top: 10px;
}

.product_details_container #content {
    width: calc(100% - 200px);
    margin: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding-top: 0;
}


.product_main_box {
    background: #fff;
    padding: 1px 0px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
	margin-bottom: 2px;
}

.product_content h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
	margin-left: 3px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__header {
    padding: 3px 6px 3px;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
	background-color: beige;
}

.product__body {
    padding: 4px 0 3px;
	border-bottom: 1px solid #ececec;
}

ul.product_attribute_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.product_attribute_item {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    /* padding-left: -3px; */
    /* margin-right: -9px; */
    min-width: 68px;
    max-width: 109px;
}

.p_attribute_item_title {
    color: black;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 8px;
	font-weight: 500;
}

.p_attribute_item_value {
    position: relative;
    margin-top: 5px;
    font-weight: 400;
    text-overflow: ellipsis;
	color: #777;
}

.cart_attribute_row {
    display: table-row;
    width: 100%;
}

.cart_item_value {
    display: table-row;
}

.product_footer_cart {
    padding: 15px 0 0;
    width: 100%;
    display: table;
}

.cart_attribute_row .cart_item_title, .cart_item_value_txt {
    display: table-cell;
    min-width: 120px;
    font-size: 13px;
    padding: 10px 0;
    padding-right: 10px;
}

.cart_attribute_row .cart_item_title:first-child, .cart_item_value_txt:first-child {
    min-width: 200px;
}


.cart_item_value_txt {
    font-size: 14px;
    font-weight: 500;
}

.c-input-box .c-input {
    max-width: 60px;
    height: 20px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-weight: 500;
}

.item_add-to-cart .c-input-box {
    float: left;
    margin-right: 10px;
}

button.c-btn.add-to-cart-btn {
    border: 0;
    background: white;
    border-radius: 5px;
    height: 20px;
    width: 40px;

}

.newCart{
	height: 25px;
    width: 40px;
}



 .item_add-to-cart button:active {
    background-color: transparent !important;
}

button.c-btn.add-to-cart-btn img {
    max-width: 27px;
	background-color: transparent;
}

.facet_search input {
    width: 100%;
    background: #888;
    border: 1px solid #fff;
    height: 35px;
    padding: 5px 30px 5px 5px;
    border-radius: 3px;
}

.facet_search {
    position: relative;
    margin: 15px 0 10px;
}

.search_icon img {
    position: absolute;
    top: 7px;
    right: 7px;
    max-width: 20px;
    opacity: 0.3;
}

ul.breadcrumb {
  padding: 10px 6px;
  list-style: none;
  background-color: #eee;
  margin-bottom : 0px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 2px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* .facet-field {
    max-height: 200px;
    overflow: auto;
}
 */
/* new filter facet added for place order page */

.b-filter-new__facet h4 {
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    background: #ddd;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.b-filter-new__facet .fa {
    float: right;
    transform: rotate(180deg);
    margin-top: 4px;
    transition: all 0.5s;
}

.b-filter-new__facet .up .fa {
    transform: rotate(0deg);
}

.product__facet .facet {
    padding: 0px 0px 0px 0px !important;
    border-bottom: 1px solid #cccccc !important;
}

.facet-field {
    max-height: 200px;
    overflow: auto;
    padding: 10px 15px 10px 20px;
    color: #333;
    font-size: 14px;
    background: #eee;
}

.product__facet .facet .facet__list .facet__list__text {
    line-height: 20px !important;
    color: black !important;
    font-size: 12px !important;
    font-weight: 500;
}

span.facet__list__label {
    margin-left: -17px;
    /* margin-top: 20px; */
}

.product__facet .facet .facet__list .facet__list__mark {
    margin-right: 2px !important;
    margin-top: 0px !important;
}

/* .product__facet .facet .facet__name {
	    text-align: center !important;
	    margin-top: 13px;
}
 */



.product__facet .facet .facet__list li {
    padding: 8px 0 !important;
    color: black !important;
}

.product__facet .facet .facet__list {
    margin: 10px 9px !important;
}

.pagination-bar {
    /* margin: 0px 0 !important; */
     margin: 30px 0 !important;
    margin-top: 1px !important;
}

.cartbutton {
    background-color: #f57921 !important;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -5px;
    padding: 5px 8px !important;
}

.pagination-bar .pagination-bar-results {
    padding: 0 6px !important;
}


.pagination-bar .pagination-bar-results {
    color: black !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.facet_list_text{
	text-align : center;
	font-size: 14px !important;
    font-weight: 500;
}

.c-input-box.last-input-box {
    width: 55px;
    float: left;
    margin-right: 3px;
    margin-left: 5px;
}


.c-input-box.last-input-box .c-input {
    max-width: 60px;
    height: 25px;
    border-radius: 0;
}

li.product_attribute_item.product_attribute_item_last {
    max-width: 100%;
}

li.product_attribute_item.product_attribute_item_last .cartbutton {
   	max-width: 100%;
    width: 95px;
    margin: 0;
    padding: 0 0 !important;
    line-height: 26px;
    height: 25px;
}

li.product_attribute_item .fa-truck:before {
    content: "\f0d1";
    font-size: 14px;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}

li.product_attribute_item.product_attribute_item_last .fa-2x {

    vertical-align: middle;
}

#content.plp_flat_product {
    width: calc(100% - 280px);
    padding: 0;
    margin: 15px 15px;
    background: none;
    box-shadow: none;
}

.page-productList .product_details_container #sidebar,
.page-search #sidebar {
    color: #fff;
    width: 250px;
    border-radius: 0;
    background: #f0f0f0;
    box-shadow: 0 5px 10px #999;
}

.plp_flat_product h1 {
    margin: 0;
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 30px;
}

.pagination-bar .pagination, .pagination-bar button {
    margin-top: 0;
}


.plp_flat_product .pagination-bar .pagination-toolbar {
    padding: 0;
    border: 0;
}

.top_filter {
    float: right;
    padding: 0;
}

.plp_flat_product .pagination {
    border: 0;

}

.top_filter select {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
}


.plp_flat_product .pagination-bar.top .pagination-bar-results {
    float: right;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0;
    padding: 10px 0 !important;
}

.plp_flat_product .pagination-bar {
    margin: 0 !important;
}

.plp_flat_product .product__header {
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: 0;
    font-weight: 500;
    background-color: #cccccc;
    color: #333;
    border-radius: 3px 3px 0 0;
}

.plp_flat_product li.product_attribute_item {
    max-width: 200px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}


#content.plp_flat_product .product__body {
    padding: 0;
    border: 0;
    display: table;
    width: 100%;

}

/* The Modal (background) */
.showErrorMessage {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.showErrorMessage .modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 15px;
    max-width: 350px;
    transition: margin 1s;
}

/* .showErrorMessage.show .modal-content {
    margin-top: 100px;
} */

#cboxTitle {
    padding: 30px 30px 15px;
    height: auto;
}

#cboxLoadedContent {
    margin-top: 70px;
    padding: 15px 30px 30px 30px;
    width: auto !important;
    height: auto !important;
}

#cboxContent .add-to-cart-button,
#cboxContent .btn-primary {
    background-color: #f57921 !important;
    padding: 10px !important;
    width: auto;
}

#cboxContent .btn-default {
	 padding: 10px !important;
    width: auto;
    transition: all 0.5s;
}

#cboxContent .btn-default:hover {
	 background-color: #63646b !important;
}

#cboxContent .btn-primary:hover {
	 background-color: #ca5a0b !important;
}

#cboxLoadedContent .add-to-cart .add-to-cart-item .details {
    margin-left: 0;
}

#cboxLoadedContent .add-to-cart-item {
    margin-bottom: 25px;
}

#cboxLoadedContent .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    margin-left: 0;
}

#cboxLoadedContent .mini-cart .mini-cart-body .mini-cart-totals {
    padding: 10px 0;
}

/* .page-cartPage .yCmsComponent.yComponentWrapper {
    background: #fff;
} */

.page-cartPage .btn {
    padding: 10px 15px !important;
 }

 .page-cartPage .btn-primary {
    background-color: #f57921 !important;
 }

 .page-cartPage .btn-default:hover {
    background-color: #63646b !important;
    color: #fff !important;
}

.page-cartPage .btn-primary:hover {
	 background-color: #ca5a0b !important;
}

.page-cartPage .cart__actions.border {
    border-bottom: 0;
    padding: 0 0 25px;
}

.item__list .item__list--header li {
    background-color: #888;
    color: #fff;
    font-size: 12px;
    padding: 12px 10px;
}

.navigation--middle {
    border-top: 0;

}

a.export__cart--link {
    padding: 0;
    font-weight: 400;
}

.cart__top--totals {
    padding-left: 0;
    padding-right: 0;
}

.cart-header {
    padding-left: 0;
    padding-right: 0;
 }

 .item__list__cart li {
    padding-left: 0;
}

.item__info {
    text-align: left;
}
.item__list__cart .item__list--item {
    border-top: 1px solid #e5e5e5;
    line-height: 16px;
}

.item__list .item__name {
    font-size: 13px;
 }

 .item__price,
 .item__delivery {
    text-align: left;
}

.item__list .item__quantity .form-control {
    height: 34px;
}

 span.stock {
    font-size: 12px;
    color: #f57921;
}

.item__code {
    font-size: 12px;
}

.item__list .item__delivery .item__delivery--label {
    font-weight: 400;
    font-size: 13px;
}

.item__list .item__remove .btn .glyphicon, .item__list .item__menu .btn .glyphicon {
    color: #F57920;
}

.page-cartPage .js-cartItemDetailBtn:hover {
    background-color: transparent !important;

}

.cart-totals .cart-totals-right {
    padding-right: 0;
}

.cart-totals {
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

.cart-totals .grand-total {
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
}

.cart-totals .cart-totals-taxes {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
}

.cart__actions, .cart__actions--top {
    padding-left: 0;
    padding-right: 0;
 }

.checkoutPage {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    margin: 10px;
    border-radius: 3px;
}

.checkout-headline,
.checkout-summary-headline {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
 }

 .checkout-steps .step-head.active {
    border-color: #ebebeb;
    display: table !important;
}

.checkout-steps .step-body .step-body-form {
    padding: 15px 20px 15px;
    border: 1px solid #ebebeb;
 }

 .checkout-paymentType{
 	display: block;
 }

 .checkout-steps .step-head {
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 500;
 }

 .btn-primary {
    background-color: #f57921 !important;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px !important;
}

.btn-primary:hover {
    background-color: #bf611e !important;
    color: #fff !important;
}

.checkout-order-summary .checkout-order-summary-list .details {
    margin-left: 0;
    line-height: 20px;
}

.checkout-order-summary .subtotals {
    font-size: 18px;
    margin-top: 5px;
}

.checkout-order-summary .subtotals .totals {
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    border-top: 1px solid #ebebeb;
}

.checkout-order-summary .checkout-order-summary-list .checkout-order-summary-list-heading {
    background-color: #f57921 !important;
    border-bottom: 1px solid #f57921;
    border-radius: 3px;
}

.checkout-shipping {
    border: 1px solid #ebebeb;
}

.checkout-steps .step-body hr {
    border-color: #ebebeb;
}

.checkout-order-summary .checkout-order-summary-list li {
    padding: 15px;
}

.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
    text-transform: inherit;
    font-size: 14px;
    font-weight: 500;
}

.checkout-shipping .checkout-shipping-items ul li .name {
    font-weight: 500;
}

.checkout-steps .step-body .checkout-indent .headline {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.btn-default {
    padding: 10px 15px !important;
 }

.btn-default:hover {
    background-color: #949599 !important;
    color: #fff !important;
}

.page-orderConfirmationPage .well-tertiary {
	display: none;
}

.page-orderConfirmationPage .checkout-success {
	padding: 20px;
	min-height: 350px;
}

.page-orderConfirmationPage .checkout-success__body {
    margin: 0;
    padding: 80px;
}

.page-orderConfirmationPage .checkout-success__body__headline {
    font-weight: 500;
    line-height: 33px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-transform: inherit;
}

.checkout-success__body__headline + p {
    color: #f57921;
}

.page-orderConfirmationPage .continue__shopping {
    margin: -150px auto 0;
    padding: 0;
    max-width: 250px;
}

.plp_flat_product .product_main_box {
    background: none;
    box-shadow: none;
    position: relative;
    top: -30px;
}

.p_box,
.page-search .product__body {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px #ddd;
}

.pagination > li {
    padding: 0;
}

.pagination > li.pagination-next > a, .pagination > li.pagination-next > span {
    margin-left: 0;
 }

 .pagination > li.pagination-prev > a, .pagination > li.pagination-prev > span {
    margin-right: 0;

}

.site-search {
    float: left;
    max-width: 425px;
    padding: 15px 0;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.site-search span.input-group-btn {
    margin: 0;
    padding: 0 !important;
}

.site-search span.input-group-btn .btn {
    background-color: #949599;
    color: #fff;
    border-radius: 0 3px 3px 0 !important;
    height: 40px;
    padding: 13px 15px !important;
}

.site-search span.lni-search {
    font-size: 16px;
}

.site-search .form-control {
    border-radius: 3px;
    height: 40px !important;
}

.mini-cart-icon span.lni-cart {
    font-size: 22px;
    color: #949599;
    font-weight: 400;
}

.navigation--middle .nav__right ul.nav__links--shop_info .nav-location {
    padding: 0;
}

.nav-order-tools {
    padding: 0 15px;
}


ul.nav__links li {
    padding: 0;
}
.nav__links .nav-location a.btn {
    padding-top: 17px !important;
}

.navigation--middle .nav__right ul.nav__links--shop_info .nav-location span {
    color: #949599;
    font-size: 35px;
}

.navigation--middle .nav-cart .mini-cart-link {
    color: #949599;

}

.navigation--middle .nav-cart .mini-cart-count:before,
.navigation--middle .nav-cart .mini-cart-count:after {
	display: none;
}

.navigation--middle .nav-cart {
    padding: 4px 10px;
}

.navigation.navigation--top {
    border-bottom: 1px solid #e8e5e5;
    background: #fbf9f9;
    min-height: 35px;
}

.nav-items-total span.items-desktop {
    display: none;
}

.navigation--middle .nav-cart .mini-cart-count {
    position: absolute;
    top: 5px;
    right: 0%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #727375;
}

.nav__right .nav-cart .mini-cart-count .nav-items-total {
    position: inherit;
    right: 2px;
    top: 3px;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}

.nav-order-tools {
    padding: 0 15px;
    position: relative;
    width: 65px;
}

.nav-order-tools:before {
    content: url(../images/360_icon.png);
    transform: scale(0.56);
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0.5;
}
.navigation--middle .nav__right {
    padding-right: 10px;
}

.navigation--top .nav__right .nav__links--account li.logged_in {
	font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
}

.myAccountLinksHeader.js-myAccount-toggle.my_profile {
    padding: 0 !important;
    font-size: 13px;
}

.navigation--top .nav__right .nav__links--account li {
    padding: 3px 0;
}

.liOffcanvas a {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.my_profile {
	font-weight: 400;
}

.my_profile:before {
    content: "\e9a4";
    font-family: lineicons!important;
    padding-right: 10px;
    font-weight: bold;
}

.nav__links--account li .icon {
    padding-right: 5px;
}

.navigation--top .nav__right .nav__links--account {
    padding-top: 0;
}

.navigation--middle .nav__right ul.nav__links--shop_info {
    float: right;
    height: 61px;
    margin: 0;
    padding: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


.top-head-fixed {
    position: fixed;
    top: -1px;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
 }

.navigation--bottom {
    box-shadow: 0 1px 5px #999;
}

.myProfileDropdown {
    max-width: 200px;
    position: absolute;
    right: 60px;
    top: 35px;
    z-index: 99;
    background-color: #fff !important;
    box-shadow: 0 0 5px #cdcdcd;
}


.myProfileDropdown:before {
    box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.1);
    content: "";
    border: 5px solid #f5ecec;
    top: -3px;
    position: absolute;
    left: 25%;
    transform: rotate(135deg);
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff #fff;
}

.myProfileDropdown li {
    transition: all 1s;
}

.myProfileDropdown li a {
    padding: 15px !important;
    color: #949599 !important;
    transition: all 1s;
}

.myProfileDropdown li a:hover {
    color: #fff !important;
}

.myProfileDropdown li.auto {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.my_profile:after {
    font-family: lineicons!important;
    content: "\EA45";
    font-weight: bold;
    padding: 5px 5px;
    font-size: 12px;
    transition: all 0.5s;
}

.my_profile.show:after {
    content: "\EA43";
}

.navigation--bottom .nav__links--products li a,
.navbar-right .nav__link a {
    font-weight: 400;
}

.nav__left.js-site-logo {
    padding: 18px 0px;
}

.js-site-logo img {
    max-width: 160px;
    display: inline-block;
    height: auto;
}

.col-sm-12.mobile_view {
    display: none;
}

.nav__links--shop_info li .nav-location:hover,
.nav__links--shop_info li .nav-cart:hover,
.nav__links--shop_info li .nav-order-tools:hover,
.nav__links--shop_info li a:hover {
    background-color: transparent !important;
}

span.line {
    padding: 0 12px;
    font-size: 13px;
    color: #ccc;
    line-height: 12px;
    position: relative;
    top: -1px;
}

.accountFieldDiv {
    margin: 50px auto 50px;
}

.navigation--middle .nav-order-tools, .navigation--middle .nav-location, .navigation--middle .nav-cart {
    height: 70px;
}
.page-search footer {
	clear: both;
}

.search-list-page-right-result-list-slot {
    margin-left: 0;
    margin-top: 0;
}

.product__listing.product__list .SearchResultsList-ListAddToCartAction {
    left: inherit;
    width: auto;
    float: none;
    padding: 0;
}

 .page-search .add_to_cart_form {
	float: left;
	width: 100%;
}

.p_box {
    position: relative;
}

.Addedmessage {
    padding: 10px 10px;
    position: absolute;
    top: -50px;
    width: 100%;
    font-size: 13px;
    opacity: 0;
    transition: all 0.5s;
    max-width: 300px;
    right: 0;
}

.Addedmessage.show {
	opacity: 1;
	top: -15px;
}

.Addedmessage p {
    margin: 0;
}

#updatedMessageCart {
    position: fixed;
    width: 30%;
    top: 0;
    background: green;
    left: 50%;
    color: #fff;
    z-index: 9999;
    border: 0;
    transform: translate(-50%);
    text-align: center;
    transition: all 0.2s;
    opacity: 0;
}

#updatedMessageCart.show {
	opacity: 1;
	top: 30px;
}

.page-productList #loading-wrapper {
    background: rgba(0,0,0,0.5);
}


.showloading {
	display: block !important;
}

.loaderDiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    bottom: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.loaderDiv img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.searchLeftDiv {
    width: 250px;
    float: left;
}

.searchDetailsDiv {
    float: left;
    width: calc(100% - 250px);
    padding: 10px;
}

.searchDetailsDiv .results h1 {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    padding: 15px 5px 0;
    margin: 0;
}

.searchDetailsDiv .pagination-bar .pagination-bar-results {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 10px;
}

.searchDetailsDiv li.product_attribute_item {
    max-width: 200px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.searchDetailsDiv .c-input-box.last-input-box {
    width: 55px;
    float: left;
    margin-right: 3px;
    margin-left: 5px;
}

.inputLevel {
    pointer-events: none;
    cursor: not-allowed;
    border: 0 !important;
    text-align: left !important;
}

/* .page-cartPage .cart-header.border,
.page-cartPage .content__empty {
	display: none;
} */

.empty_page {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 10px 50px 50px;
}

.empty_page .box {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.empty_page .box i.lni-cart {
    font-size: 70px;
    color: #333;
}

.empty_page h1 {
    font-size: 24px;
}

footer {
    background: #0c0c0ceb;
}

.main-footer .footer__nav--container {
    width: 20%;
    padding-left: 10px;
    padding-right: 20px;
}

.main-footer .footer__bottom {
    padding-top: 15px;
    padding-right: 15px;
}

.footer__bottom p {
    margin: 0;
    font-size: 12px;
    color: #A0A0A0;
}

.footer__top .footer__nav--container .footer__nav--links a {
    color: #A0A0A0;
    font-size: 13px;
}


.nav-order-tools__child-wrap {
    border: 0;
    box-shadow: 0 0px 3px #ccc;
    top: 70px;
    width: 200px;
}

.nav-order-tools__child-wrap a {
    display: block;
    text-transform: inherit;
    font-weight: 400;
    color: #949599;
    padding: 10px 15px;
}

.nav-order-tools__child-wrap a:hover {
	color: #333;
}

.navigation--bottom .nav__links--products li a,
.navbar-right .nav__link a {
    padding: 10px 8px;
    line-height: 25px;
}

.nav__links.navbar-left li i,
.navbar-right li i {
	font-size: 25px;
    vertical-align: middle;
    line-height: 26px;
    margin-right: 2px;
}
@media (max-width: 767px) {
    .nav__links.navbar-left li i,
    .navbar-right li i {
        margin-left: 10px;
    }
}

.page-productEnquiryPage .product_attribute_item {
	min-width: 6%;
}

.top-header-login a.btn,
.top-header-login .register-button {
    border: 2px solid #f57921;
    padding: 7px 15px !important;
    display: block;
    color: rgb(51, 65, 65);
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 25px !important;
    font-size: 13px;
    text-transform: uppercase;
}
.new-user-register-outer {
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.new-user-register {
    background: #fff;
    width: 98%;
    margin: 0 1%;
    padding: 20px;
    position: relative;
    box-shadow: 0px 2px 5px #666;
    overflow:auto;
    height: auto;
    max-height: 500px;
}
.new-user-register .close-nupi-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: #f57921;
    border-radius: 50%;
}
.new-user-register .close-nupi-modal i.fa.fa-close {
    float: unset;
    padding: 5px;
    position: unset;
    top: unset;
    right: unset;
    font-size: 16px;
    color: #fff !important;
}
.new-user-register .thanks-msg-1 {
    font-weight: bold;
    font-size: 16px;
}
.new-user-register .thanks-msg-2 {
    font-size: 14px;
}
.new-user-register .field {
    display: flex;
    padding: 5px 5px 5px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
}
.new-user-register .user-details {
    margin-right: 20px;
    padding: 0!important;
}
.new-user-register .user-details .field {
    padding: 0 !important;
}
.new-user-register .label-name {
    position: relative;
    bottom: 22px;
    left: 12px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-size: 12px;
    text-transform: unset;
}
.new-user-register .label-name::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.new-user-register .content-name {
    position: relative;
    bottom: 5px;
    left: 5px;
    transition: all 0.3s ease;
    color: #000;
}
.new-user-register .form-control:focus + .label-name .content-name,
.new-user-register .form-control.filled + .label-name .content-name,
.new-user-register select.form-control + .label-name .content-name {
    transform: translateY(-150%);
    font-size: 10px;
    color: #8c8888;
}
.new-user-register .form-control:focus + .label-name::after,
.new-user-register .form-control.filled + .label-name::after,
.new-user-register select.form-control + .label-name::after {
    transform: translateX(0%);
}

.new-user-register .user-details .tool-tip {
    position: relative;
    display: inline-block;
    top: 12px;
    left: -5px;
}
.new-user-register .user-details .tool-tip .tool-tip-text {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 120%;
    font-size: 14px;
    line-height: 1.25;
}
.new-user-register .user-details .tool-tip .tool-tip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.new-user-register .user-details .tool-tip:hover .tool-tip-text {
    visibility: visible;
}

.new-user-register .button {
    color: #fff !important;
    background-color: #f57921;
    padding: 10px;
    border-color: #f57921;
    border-radius: 5px;
    font-size: 10px;
}
.new-user-register .button.pi-btn {
    height: 45px;
    border: 0 none;
}
.new-user-register .product-type {
    padding: 10px 15px;
    background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 7px) calc(1em + 1px), calc(100% - 3px) calc(1em + 1px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.new-user-register .product-type:hover {
    cursor: pointer;
}
.new-user-register .field .error-text {
    color: red;
    font-size: 12px;
    margin: 2px 0 0 5px;
    position: relative;
    top: -10px;
}
.new-user-register .field .form-control {
    width: 200px;
    margin-left: 5px;
    height: 45px;
    font-size: 16px;
    text-transform: unset;
}
.new-user-register .field .form-control.others-value {
    margin-bottom: 17px;
}
.new-user-register .product-radio {
    display: flex;
    width: 20%;
    justify-content: space-between;
}
.new-user-register .product__body {
    float: left;
    width: 100%;
    padding: 0;
}
.new-user-register .prd_border {
    background-color: #fff;
}
.new-user-register .prd_border .row.product_attribute_list {
    margin: 0 !important;
}

.new-user-register .privacy-policy-section {
    display: flex;
    align-items: flex-start;
}

.new-user-register .privacy-policy-section input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.new-user-register hr {
    border-top: 1px solid #ddd;
}
.enquiry-section {
    text-align: center;
}
.enquiry-section .btn {
    border: 2px solid #f57921;
    padding: 7px 15px !important;
    display: inline-block;
    color: rgb(51, 65, 65);
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 25px !important;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 5px;
}
.enquiry-section .btn.btnActive,
.enquiry-section .btn:hover,
.enquiry-section .btn:focus,
.enquiry-section .btn:active {
    color: #fff !important;
    background-color: #f57921 !important;
}
.new-user-register .business-query-section .field .form-control {
    width: 275px;
}
.new-user-register .business-query-section .field textarea.form-control {
    resize: none;
    min-height: 90px;
}
.new-user-register .business-query-section .field .textarea-label-name {
    position: relative;
    top: -68px;
    left: 12px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-size: 12px;
    text-transform: unset;
}
.new-user-register .business-query-section .field .textarea-label-name::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.new-user-register .business-query-section .field .textarea-label-name .content-name {
    position: relative;
    bottom: 5px;
    left: 5px;
    transition: all 0.3s ease;
    color: #000;
}
.new-user-register .business-query-section .field .form-control:focus + .textarea-label-name .content-name,
.new-user-register .business-query-section .field .form-control.filled + .textarea-label-name .content-name {
    transform: translateY(-150%);
    font-size: 10px;
    color: #8c8888;
}
.new-user-register .business-query-section .field .form-control:focus + .textarea-label-name::after,
.new-user-register .business-query-section .field .form-control.filled + .textarea-label-name::after {
    transform: translateX(0%);
}

.new-user-register .business-query-section button.biz-query-btn,
.new-user-register .business-query-section button.cancel-nubq-btn {
    border: 1px solid orange;
    background: #f57921;
    border-radius: 5px;
    height: 30px;
    width: auto;
    padding: 5px 10px;
    color: white ! important;
    float:left;
	font-size:13px;
	margin-top:6px;
	margin-bottom: 20px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .new-user-register .field select.form-control {
        line-height: unset !important;
    }
    .new-user-register .field {
        align-items: stretch;
        flex-direction: column;
    }
    .new-user-register .user-details {
        width: 100%;
    }
    .new-user-register .field .form-control,
    .new-user-register .business-query-section .field .form-control {
        width: 100%;
    }
    .new-user-register .user-details .tool-tip {
        display: none;
    }
   .new-user-register .product-radio {
        width: 50%;
    }
    .new-user-register .privacy-policy-section {
        margin: 10px 0 0;
    }
}

.added-product-container {
    overflow: scroll;
}

.added-product-container .added-product-table tr th,
.added-product-container .added-product-table tr td {
    padding: 5px 10px !important;
}

.required {
    color: red;
}
.new-user-register .cartbutton_prd_enq{
	background-color: #f57921 !important;
    font-size: 10px;
}
.new-user-register .customInput{
	width: 100%;
    max-width: 100%;
    height: 35px !important;
    border: 1px solid #000;
    margin-top: 5px;
}
.new-user-register .c-input-box .c-input {
    max-width: 80px;
    height: 35px;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .new-user-register select.dropdown_prd,
    .new-user-register .customInput,
    .new-user-register .c-input-box .c-input {
        border: 1px solid #cccccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
}

.new-user-register button.order-Enq-btn.add-to-cart-btn,
.new-user-register button.cancel-nupi-btn {
    border: 1px solid orange;
    background: #f57921;
    border-radius: 5px;
    height: 30px;
    width: auto;
    padding: 5px 10px;
    color: white ! important;
    float:left;
	font-size:13px;
	margin-top:6px;
	margin-bottom: 20px;
    margin-right: 20px;
}
.loggedin-product-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.loggedin-product-radio .radio-div {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.loggedin-product-radio .radio-div input {
    margin: 0;
}
.loggedin-product-radio .radio-div span {
    padding-left: 2px;
}

.top-header-login a.btn:hover,
.top-header-login a.btn:active,
.top-header-login a.btn:focus,
.top-header-login .register-button:hover,
.top-header-login .register-button:active,
.top-header-login .register-button:focus {
	color: #fff !important;
	 background-color: #f57921 !important;
}



 .login-form-action .btn:hover {
	background: #f57921;
	border: 2px solid #f57921;
	color: #fff !important;

 }


 .login-form-action .btn {
    background: #f57921;
    border: 2px solid #f57921;
    color: #fff;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px !important;
}


.datepicker-days table th {
	background-color: transparent !important;
	color: #232323 !important;
}


.OrderExport {
    background: #fff;
    margin: 0 auto;
    padding: 20px 50px;
    overflow: hidden;
}

.orderExportbtn label.blank {
    display: block;
}

.orderExportbtn.form-group {
    display: block;
}

.orderExportbtn.form-group .btn {
    width: 100%;
}

.orderExportbtn.form-group .btn:hover {
	color: #fff !important;
}

.OrderExportDiv label {
    text-transform: inherit;
    padding-right: 5px;
}

.OrderExportDiv {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 2px;
    float: left;
    width: 100%;
    max-width: 600px;
}


.OrderExport h1 {
    font-size: 25px !important;
    margin: 0 0 20px;
}

.OrderExport .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 38px;
    position: relative;
        cursor: pointer;
}

.OrderExport i.icon.icon-calendar {
    position: absolute;
    top: 30px;
    right: 7px;
    font-size: 20px;
    color: #666;
    pointer-events: none;
}
table.placeOrderDetails {
	margin-bottom: 0;
}

table.placeOrderDetails .product_attribute_item {
    padding: 0 !important;
    border: 0;
}

.placeOrderDetails .p_attribute_item_title {
    font-size: 14px;
    padding: 10px 5px;
    margin: 0;
}

.placeOrderDetails .p_attribute_item_value {
    font-size: 13px;
     padding: 5px 5px 15px;
     margin: 0;
}

.placeOrderDetails  .c-input-box.last-input-box .c-input {
    height: 30px;
    border-radius: 2px;
    font-size: 13px;
}

.add_to_cart_form .cartbutton {
    font-size: 12px;
    margin-top: 0;
    width: calc(100% - 80px);
    background: url(../images/delivery-truck.png) 12px 6px no-repeat;
    padding: 7px 5px 7px 30px !important;
    background-size: 25px;
    font-weight: 400;
}



.addtocart .p_attribute_item_title {
    text-align: left;
}

.search-list-page-right-result-list-component .product__body {
    border: 0 !important;
}

.search-list-page-right-result-list-component .product__listing .addtocart {
    padding: 0;
}

.search-list-page-right-result-list-component .pagination-bar {
	margin-bottom: 10px !important;
}





.supportTicketsDiv {
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 20px 20px;
    border: 1px solid #ddd;
    max-width: 100%;
    min-height: 500px;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.supportTicketsDiv label {
    text-transform: inherit;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 13px;
    color: #72777a;
}

.supportTicketsDiv label.col-md-2 {
    text-align: right;
    font-weight: 500;
    padding-right: 0px;
    padding-left: 0;
}


.supportTicketsDiv select.form-control {
    text-transform: inherit;
    font-size: 13px;
    padding: 6px;
    max-width: 200px;
}

.supportTicketsDiv .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 2px;
}

.supportTicketsDiv input[type="radio"], .supportTicketsDiv input[type="checkbox"] {
    margin: 0px 5px 0 0;
    vertical-align: text-bottom;
}

.invoicevalueDetails ul, .salesOrdervalueDetails ul {
    padding: 0;
    list-style: none;
}

.invoicevalueDetails li, .salesOrdervalueDetails li {
    border: 1px solid #ddd;
    padding: 0px 0px 0px 35px;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
}

.invoicevalueDetails span.invoice_value, .salesOrdervalueDetails span.invoice_value {
    display: block;
    padding: 9px 5px;
    cursor: pointer;
}

.invoicevalueDetails li label, .salesOrdervalueDetails li label{
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 4px 6px 10px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.invoicevalueDetails i, .salesOrdervalueDetails i {
    font-size: 12px;
    font-weight: 700;
    padding: 3px;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: -3px;
}

textarea.form-control.com_desc {
    height: 120px;
    min-height: auto;
}

.bill_details {
    position: relative;
    margin: 0 -1px -1px -36px;
    clear: both;
    display: none;
}

.bill_details table {
    margin: 0;
    border: 0;
}

.bill_details .table > tbody > tr > th,
.bill_details .table > tbody > tr > td {
    padding: 7px 5px !important;
    vertical-align: middle;
}

.bill_details table th {
    background: #929292 !important;
    line-height: 12px !important;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle !important;
}

.invoice_value .lni-minus:before {
    content: "\e957";
}

.account-section .account-section-content.content-empty {
    min-height: 300px;
}

.supportTicketsDiv .btns {
    float: right;
}

a#add-support-ticket-btn {
    border: 2px solid #f57921;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    transition: all 0.5s;
}

a#add-support-ticket-btn:hover {
	background: #f57921;
	color: #fff;
}

.account-section .account-section-content .account-section-header {
    font-weight: 500;
    border-bottom: 1px solid #ddd;

}

.glyphicon-chevron-left:before {
    content: "\e079";
    color: #f57921;
}

.back-link .glyphicon {
    border-right: 1px solid #f57921;
    line-height: 22px;
    top: 0;
    font-size: 20px;
}

.glyphicon-chevron-left:before {
    content: "\EA44";
    color: #f57921;
    font-family: lineicons!important;
}

.serviceType {
    display: none;
}

li.home {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

li.home a.btn {
    color: #949599;
    padding: 20px 18px !important;
}

li.home a.btn:hover,
li.home a.btn:focus {
	 color: #949599 !important;
	 background-color: transparent;
}

li.home a.btn i {
    font-size: 26px;
}

.placeOrder i.lni-delivery {
    font-size: 28px !important;
    padding-right: 3px !important;
}

.page-cartPage .item__list__cart .item__list--item {
	border-top : 0;
}

.page-cartPage .item__code,
.page-cartPage .item__stock {
    padding-left: 0;
}


.page-multiStepCheckoutSummaryPage .subtotal,
.page-multiStepCheckoutSummaryPage .checkout-order-summary .subtotals .totals {
    padding: 15px !important;
    margin-top: 0;

}


/*   .spinner {
    margin: 250px auto;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
 */
.spinner > div {
    background-color: #E74D2C;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    animation-delay: -1.1s;
}

.spinner .rect3 {
    animation-delay: -1.0s;
}

.spinner .rect4 {
    animation-delay: -0.9s;
}

.spinner .rect5 {
    animation-delay: -0.8s;
}

.spinner .rect6 {
    animation-delay: -0.7s;
}


@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.mainCartDiv .js-cart-totals.row {
    margin: 0;
    padding: 0 30px 20px;
}


.mainCartDiv .row .row {
	margin: 0;
}

.mainCartDiv .row .cart-actions--print .cart__actions {
    padding: 0 15px 20px;
}

.mainCartDiv .row .cart__actions {
    padding: 0 25px 20px;
}

.mainCartDiv .cart__top--totals {
    padding: 15px;
    margin: 0;
}

.spinner {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    top: 47% !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner > div {
  background-color: #E74D2C;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}


@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.sigmentcustom .checkout-shipping-items-header {
    padding-top: 10px !important;
}

.sigmentcustom table tr > th {
    background: #8c8888 !important;
    text-align: left !important;
    padding: 5px 10px !important;
}

.sigmentcustom table tr > td {
    font-size: 13px !important;
    text-align: left;
    padding: 5px 10px !important;
}

.sigmentcustom table tr > th.qty {
    text-align: right !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
margin:0;
}

.page-multiStepCheckoutSummaryPage .spinner,
.page-productList .spinner {
    margin: 0;
}

.page-multiStepCheckoutSummaryPage div#loading-wrapper {
    background: rgba(0,0,0,0.5);

}

.filterHeading i.lni-funnel {
    color: #777777;
    font-weight: bold;
}

.exporttoexcel_btn i.lni-download {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}


.top_btns .bid_page_btn,
.top_btns .proxy_btn {
    font-weight: 500;
 }

 .pr_table_show h3 i.lni-close {
    float: right;
    font-size: 13px;
    font-weight: 600;
}

.page-userManualPage #content {
    width: calc(100% - 252px);
}

.tmcDetails #tncBox section {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-family: roboto;
}

.tmcDetails button.btn {
    padding: 8px 15px !important;
    font-weight: 400 !important;
}

.tmcDetails .inner {
    padding: 0 10px;
}

.tmcDetails .inner b {
    font-weight: 500;
}

.datepicker table tr td .month {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.datepicker-months table th,
.datepicker-years table th {
    background-color: transparent !important;
    color: #333 !important;
    font-size: 15px;
    font-weight: 600;
}

#cboxTitle {
    width: auto;
    right: 0;
    left: 0;
    display: block;
    padding: 20px;
}

.mini-cart-body .btn.btn-block {
    display: block;
    width: 90% !important;
    padding: 10px !important;
}

#cboxTitle .headline {
    font-size: 22px;
    font-weight: 500;

}

#cboxClose span.lni-close {
    font-weight: 600;
    font-size: 20px;
}

#cboxClose[type="button"]:active {
    background-color: transparent !important;
    color: #333 !important;
}

input#aStartDate,
input#aEndDate {
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 13px;
}

.col-md-1 .cust360_export_btn {
    width: 100%;
    min-width: 100px;
}

.col-md-6 .cust360_export_btn {
    min-width: 150px;
}

.cust360_table_display th {
    min-width: 0px;
}

.account-section .account-section-content.content-empty {
    background: #fff;
    margin: 0;
    padding: 20px;
}

.marquee_title {
    font-size: 14px;
    padding: 10px;
}

.faq_border {
	border: 0;
    height: auto;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,1);
    border-radius: 5px;
    background-color: white;
    min-height: 500px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 4px;
    margin-top: 19px;
    font-size: 13px;
    padding-bottom : 19px;
}

.faq_text {
    margin-top: 26px !important;
}

.faq_border h3 {
    font-size: 18px;
    font-weight: 500;
}

.faq_border span {
    font-size: 14px;
    font-weight: 500;
}

li.faq {
    border-right: 1px solid #d9d9d9;
}

li.faq a.btn {
    color: #949599;
    padding: 18px !important;
}

li.faq a.btn:hover,
li.faq a.btn:focus {
	 color: #949599 !important;
	 background-color: transparent;
}

li.faq a.btn i {
    font-size: 32px;
}

.gtcDiv {
    height: 450px;
}

.InvoiceDetails .container {
    background: #fff;
    width: 100%;
    padding: 0;
}

.levelTop {
    background: #ddd;
    padding: 15px;
    border-radius: 2px;
}

.levelTop label {
    text-transform: inherit;
    font-size: 14px;
    padding-right: 6px;
    font-weight: 500;
    color: black;
}

.levelTop input.form-control[type="radio"] {
    margin: 0 3px 0 0;
}

.levelTop input {
    border-radius: 2px;
}

.radioOptions {
    padding-top: 15px;
}

.radioOptions input.form-control {
    width: auto;
    margin: 0 0;
}

.radioOptions input.form-control {
    width: auto;
    margin: 0 0;
    height: auto;
    display: inline-block;
}

.radioOptions label {
    font-size: 14px;
    text-transform: inherit;
    padding-left: 6px;
    vertical-align: middle;
    color: black;
}

.radioOptions .form-group {
    /* margin: 0; */
    display: inline-block;
    padding: 10px 10px 0;
}

.levelMiddle {
    padding: 5px 0;
}

span.checkbox-field {
    min-width: 20px;
}

.searchOptions #srch-term {
    width: 230px;
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
}

.searchOptions .btn {
    border-radius: 0 3px 3px 0 !important;
    background-color: #cccccc;
    padding: 10px 13px 5px !important;
    font-size: 15px;
    line-height: 20px;
}

.checkbox-field input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

.invoiceTableDetails textarea.form-control {
    height: 32px;
    min-height: auto;
    padding: 5px;
}


.invoiceTableDetails table.table tr > th {
    background-color: #f4f4f4 !important;
    color: #333 !important;
    padding: 8px 5px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.invoiceTableDetails table tr td {
    font-size: 14px;
    vertical-align: middle !important;
    padding: 8px !important;
}

.InvoiceDetails .levelBottom {
    margin-bottom: 20px;
}

.payment_Type {
	padding-bottom : 0px;
}

.payment_Filter {
    padding: 0 15px 20px;
}

.searchByAdvanceParameters .radioOptions {

}

.payment_Filter.radio-field {
    padding: 0px 15px 20px;
}

.invoice_search_btn{
	background-color: #f57921 !important;
    color: #fff;
    font-size: 13px;
}

.radioOptions.allSearch {
    padding-top: 25px;
}

.radioOptions input[type="radio"] {
    margin: 0;
    -webkit-appearance: radio;
}

.searchByInvoice .input-group-append {
    margin-left: -1px;
    display: inline-block;
}

.payInvoice .searchByInvoice .input-group-append {
    display: inline-block !important;
}

.searchByDueDate .input-group {
    width: 150px;
    float: left;
    margin-right: 10px;
}

.searchByDueDate .input-group input {
    width: 100%;
}



.searchByInvoice .searchInvoice {
    border: 1px solid #ddd;
    height: 35px;
}

.searchByDueDate .pull-left {
    padding-top: 6px;
    padding-right: 6px;
}

.payAdvance{
	display : none;
}

.payInvoice{
	display : none;
}
.label_heading{
	font-weight : 500;
}

.InvoiceDetails .input-group-append {
    margin-left: -1px;
    display: flex;
}

.InvoiceDetails .input-group-text {
    display: flex;
    padding: 9px 12px 10px;
    background: #f57921;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.InvoiceDetails .input-group input.form-control {
    border: 1px solid #cccccc;
    box-shadow: none;
    border-right: 0;
    height: 35px;
    cursor: default;
}

.searchByDueDate button.btn.btn-primary {
    padding: 9px 17px !important;
}

.searchByInvoice button.input-group-text {
    border: 0;
}


.InvoiceDetails .pt-10 {
    padding-top: 10px;
}

.payAdvance .levelTop {
    margin-bottom: 10px;
}

.radioOptions.searchByInvoice .input-group {
    display: inline-block
}

.no-payment-availble {
    display: none;
    font-weight: 500;
    color: brown;
}

.disable-partial-pay {
    pointer-events: none;
    opacity: 0.5;
}

#showTableAdvance{
	display : none;
}

#noDataFound{
	display : none;
}

.noPurchaseData{
	font-weight : 500;
	color : red;
	font-size : 14px;

}

.pdfDownload{
	font-weight : 500;
	color : blue;
	font-size : 14px;
	cursor: pointer;
}

.levelTop .form-inline .col-md-3 {
    width: 28%;
}

.levelTop .form-inline .col-md-3.makePayment_btn {

	 width: 16%;
}

#paymentInvoiceModal {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99999999;
    right: 0;
    bottom: 0;
}


#paymentAdvanceModal {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99999999;
    right: 0;
    bottom: 0;
}

.modal-header{
	background-color: #f57921;
	color: white;
}

.modal-content{
	width: 100%;
}

tr.child_row_level {
    display: none;
}

.active + tr.child_row_level {
    display: table-row;
    width: 100%;
}


.paymentHistoryDetails .lni-plus.lni-minus:before {
    content: "\e957" !important;
}


.payment_history,
.InvoiceDetails {
    background: #fff;
    padding: 0 20px;
    width: 100%;
   /*  margin: 1%;
    box-shadow: 0 0 5px #ddd; */
    min-height: 400px;
}

.searchByDueDate_history .searchByDueDate {
    background: #eee;
    padding: 20px;
    border-radius: 2px;
    height	: 85px;
}

.payment_history h1 {
    font-size: 25px;
    margin: 0 0 20px;
}

.searchByDueDate_history .searchByDueDate .form-control {
    background: #fff;
    box-shadow: none;
}

.searchByDueDate_history table.table tr > th {
    background-color: #ccc !important;
    color: #333 !important;
    padding: 8px 5px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.searchByDueDate_history table tr td {
    font-size: 14px;
    vertical-align: middle !important;
    padding: 8px !important;
}

.searchByDueDate_history table.table tr.child_row_level tr th {
	  background-color: #f4f4f4 !important;

}

#paymentAdvanceModal {
    display: none;
    position: fixed;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.levelTop input.form-control {
    box-shadow: none;
}

.radio-field [type="radio"]:checked,
.radio-field [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-field [type="radio"]:checked + label,
.radio-field [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-field [type="radio"]:checked + label:before,
.radio-field [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}
.radio-field [type="radio"]:checked + label:after,
.radio-field [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f57921;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.radio-field [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.radio-field [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.checkbox-field [type="checkbox"]:checked,
.checkbox-field [type="checkbox"]:not(:checked) {
    /* position: absolute; */
    left: 0px;
}
.checkbox-field [type="checkbox"]:checked + label,
.checkbox-field [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.checkbox-field [type="checkbox"]:checked + label:before,
.checkbox-field [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}
.checkbox-field [type="checkbox"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f57921;
    position: absolute;
    top: -3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.checkbox-field [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.checkbox-field [type="checkbox"]:checked + label:after {
    content: url(../images/check_mark.png);
    position: absolute;
    top: -9px;
    left: -2px;
    z-index: 111111;
    transition: all 0.2s ease;
    transform: scale(0.3);
    background: none;
}

/*radio checked/checkbox checked end*/

.page-jslMakePayment #paymentModal {
    background: rgba(0,0,0, 0.4);
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    bottom: 0;
    z-index: 999999;
}

.page-jslMakePayment .modal-header {
    padding: 10px;
    border: 0;
}

.page-jslMakePayment .modal-title {
    font-weight: 500;
}

.page-jslMakePayment .modal-content {
    border: 0;
}

.page-jslMakePayment .home-modal button.btn {
	padding: 10px 15px !important;
}


.invoiceTableDetails table.table tr > th:first-child {
    width: 50px;
}

.invoiceTableDetails [type="checkbox"]:checked + label,
.invoiceTableDetails [type="checkbox"]:not(:checked) + label {
    padding-left: 20px;
}

.faqDiv.container {
    background: #fff;
    padding: 20px;
    margin: 0.5%;
    width: 99%;
}

.faqDiv h2 {
    font-size: 20px;
    margin-top: 0;
}

.faqDiv h3 {
    font-size: 16px;
}

.faqDiv h4 {
    font-size: 13px;
    margin-top: 15px;
}

.faqDiv p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}

.radioOptions.radio-field.checkedType {
    padding-top: 0;
}

#noInvoiceDataFound{
	display : none;
}

.page-jslMakePaymentHistory h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 10px 0;
    color: #303548;
}

.levelTop .form-inline .form-group {
	display: block;
}

.levelTop .form-inline label.tda {
    width: 120px;
}

.levelTop .form-inline label.pa {
    width: 110px;
}

.levelTop .form-inline label.bd {
    width: 85px;
}

.levelTop .form-inline label.pa + .form-control {
    width: calc(100% - 115px);
}

.levelTop .form-inline label.bd + .form-control {
    width: calc(100% - 90px);
}

.payInvoice .levelTop input.form-control {
    box-shadow: none;
/*     width: calc(100% - 125px); */
        border-radius: 3px;
}

.makePayment_btn .btn {
    /* width: 100%; */
    /* padding: 8px !important; */
}

#batchTable tr td:last-child {
    display: none;
}

/* support table */

#batchTable thead th {
    padding: 8px 5px !important;
}

#batchTableBody select {
    border: 1px solid #ddd;
    padding: 2px;
    height: 32px;
    border-radius: 2px;
}

#batchTable .btn-primary {
    padding: 8px 12px !important;
}

#added_batchTable th {
    vertical-align: middle;
    line-height: 14px;
}

#added_batchTable td,
#added_batchTable th {
	line-height: 14px;
    font-size: 13px;
    padding: 8px 5px !important;
}

.page-JslSupportTicket #snackBar {
    margin-left: 0;
    transform: translate(-50%);
}
/*place order*/

.page-productList .main__inner-wrapper {
    margin: 0.5% 0;
}

#content.plp_flat_product {
    width: calc(100% - 270px);
    padding: 10px;
    margin: 0 10px;
    background: #fff;
    box-shadow: none;
}

.pagination > li.pagination-prev > a, .pagination > li.pagination-prev > span {
    border-right: 0;
}

.pagination > li.pagination-next > a, .pagination > li.pagination-next > span {
    border-left: 0;
}

.pagination > li.pagination-prev > a:focus,
.pagination > li.pagination-next > a:focus,
.pagination > li.pagination-prev > span:focus,
.pagination > li.pagination-next > span:focus {
    background-color: transparent;
}

.pagination .active, .pagination > li .accordion:hover {
    background-color: transparent;
}

.pagination > li.pagination-prev > a,
.pagination > li.pagination-next > a,
.pagination > li.pagination-prev > span,
.pagination > li.pagination-next > span {
   font-size: 20px;
   font-weight: bold;
   color: #949599 !important;
   background-color: transparent !important;
}

.pagination > li > a, .pagination > li > span {
    color: #949599;
    font-weight: normal;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #f57921;
    font-weight: 600;
}

.pagination > .activePage > a,
.pagination > .activePage > span,
.pagination > .activePage > a:hover,
.pagination > .activePage > span:hover,
.pagination > .activePage > a:focus,
.pagination > .activePage > span:focus {
	color: #f57921;
    font-weight: 600;
}


.product__facet .js-facet-values ul.facet__list.facet_list_text {
    margin: 0 0 10px !important;
    width: 100%;
    overflow: hidden;
}

.product__facet .facet .facet__name {
    text-align: left;
    padding: 15px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #949599;
}


.product__facet .js-facet-values .facet__list.facet_list_text li {
    padding: 8px 0px 8px 8px !important;
    color: #142939 !important;
    font-size: 10px;
    display: inline-block;
    margin: 2px 1%;
    float: left;
    text-align: center;
    border: 1px solid #f57921;
    width: 46%;
    border-radius: 4px;
}



.top-facet-level .facet_list_text li a {
    color: #f57921 !important;
    padding: 0 5px !important;
    float: right;
}

.top-facet-level .facet_list_text li a:hover {
   background: none !important;
}

.top-facet-level .facet_list_text li a .lni-close {
	font-weight: 600;
}

.facet.js-facet.top-facet-level {
    background: #fff;
}


.top-facet-level span.glyphicon.facet__arrow {
    display: none;
}

.product__facet .facet .facet__list .facet__list__mark {
    border-radius: 2px;
}


.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
    background: url(../images/check_mark.png) 2px 2px no-repeat;
    background-size: 14px;
    border: 1px solid #f57921;
}

span.facet_close {
    float: right;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #f57921;
}



.facet_close i.lni-close {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
}

#sidebar.hide_sidebar {
    margin-left: -200px;
    transition: all 0.5s;
}

.hide_sidebar .facet_close {
	right: 0;
	transition: all 0.5s;
}

.lni-close.lni-menu:before {
    content: "\eab8";
}

.b-filter-new__facet h4 i.lni-chevron-down {
    float: right;
    font-weight: bold;
    margin-top: 2px;
}

#content.plp_flat_product.full_veiw_content {
    width: calc(100% - 70px);
    transition: all 0.5s;
}

.non_active i.lni-chevron-down {
    transform: rotate(-90deg);
}

.checkbox-field [type="checkbox"]:checked + label:before {
    border: 1px solid #f57921 !important;
}

.tab-facet {
    padding: 0;
}

.tab-facet ul.facet__list.js-facet-list {
    margin: 0 !important;
}

.facet-field.tab-facet .facet__list li {
    width: 47%;
    display: inline-block;
    padding: 0px !important;
    border: 1px solid #f57921;
    margin: 1%;
    border-radius: 3px;
}

.tab-facet .facet__text > a {
    color: #333 !important;
    display: block;
    font-size: 12px;
    padding: 2px 5px !important;
    text-align: center;
}


.tab-facet .facet__text > a:hover {
	color: #fff !important;
}

.tab-facet span.facet__text {
    display: block;
}

.tab-facet .facet__value__count {
    padding: 10px 0;
}

.facet__name.js-facet-name h2 {
    margin: 0;
    color: #333;
}

#plant_warehouse_message {
    position: fixed;
    width: 30%;
    top: 0;
    background: #8b0000;
    left: 50%;
    color: #fff;
    z-index: 9999;
    border: 0;
    transform: translate(-50%);
    text-align: center;
    transition: all 0.2s;
    opacity: 0;
}

#plant_warehouse_message.show {
	opacity: 1;
	top: 30px;
}

.glyphicon-chevron-left:before {
    content: "\EA44";
    color: #f57921;
    font-family: lineicons!important;
}

.page-cartPage a.export__cart--link {
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    color: #f57921;
    font-size: 13px;
    text-transform: inherit;
    width: auto;
    border: 1px solid #f57921;
    padding: 8px 15px;
    border-radius: 3px;
    margin-left: 15px;
}

.item__list__cart {
    margin: 15px 25px;
}

.checkout-order-summary .subtotals {
    margin-top: 0;
    padding: 0;
}

.shipping,
.subtotal {
    padding: 10px 15px !important;
    font-size: 15px;
}


.item__list--item .item__menu .dropdown-menu-right {
    right: 10px;
    margin: 0;
    box-shadow: none;
    border-radius: 3px;
    min-width: 90px;
    text-align: center;
    background: #fff;
}


 .item__list__cart .item__list--item .btn-group.open .dropdown-menu li {
    border-top: 0;
}

.item__list__cart .item__list--item .btn-group.open a {
    padding: 8px;
    color: #333;
}

.page-orders .account-section {
    background: #fff;
    margin: 1%;
    box-shadow: 0 0 5px #ddd;
}


#noInvoiceDataFound{
	display : none;
}


#batchTable tr td:last-child {
    display: none;

}

.page-multiStepCheckoutSummaryPage div > .container {
    width: 100%;
    padding: 0;
}
.addressEntry .btn.btn-block {
    min-width: 240px !important;
    margin: 0 auto;
    text-transform: inherit;
}

span.glyphicon.glyphicon-pencil {
    color: #f57921;
}

#paymentTypeID .radioOptions.checkedType {
    padding-top: 15px;
}

select#cmpnyCode {
    width: 100%;
    border: 1px solid #ddd;
    height: 35px;
    padding: 5px;
    border-radius: 2px;
    max-width: 180px;
    font-size: 13px;
}

.top-right{
  position: absolute;
  top: 12%;
  left: 7%;
}

.top-righttt{
       position: absolute;
  top: 22%;
  left: 7%;
}

/* rotating Banner start */
.mySlides {display: none;
       position: relative;
  text-align: center;
  color: white;
}

#paymentConfirmationModal {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99999999;
    right: 0;
    bottom: 0;
}

.feedbackDetails .container {
    background: #fff;
    padding: 0 20px;
    width: 100%;
    min-height: 300px;
    max-width: 1250px;
    margin-top: 7px;
    margin-bottom: 7px;
}


textarea#custFeedback {
   	max-width: 384px;
    min-height: 84px;
}

button.cust-feedback-btn {
    border: 1px solid orange;
    background: #f57921;
    border-radius: 5px;
    height: 30px;
    width: 139px;
    color: white ! important;
    float: left;
    font-size: 13px;
    margin-top: 6px;
    /* text-align: center; */
    margin-left: 46%;
}
.feedbackDetails .container h3{
	font-size: 22px;
}

.hiddenAdvFields{
	display:none;
}

#paymentAdvanceConfirmationModal {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99999999;
    right: 0;
    bottom: 0;
}

#feedbackSubmitModal {
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99999999;
    right: 0;
    bottom: 0;
}

.custFeedbackRadioOptions .form-group {
    display: inline-block;
    padding: 10px 10px 0;
}
.custFeedBackBorder {
    padding: 20px 30px;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border-radius: 3px;
    margin-bottom: 15px;
}
.disabledLength{
	background-color : beige;
}

@media only screen and (max-width: 600px) {
.page-JslSupportTicket #snackBar {
    margin: 0;
    width: 100%;
    transform: none;
}
#added_batchTable{
	overflow-x: auto;
}
}
@media screen and (min-width: 601px) and (max-width: 736px) {
.page-JslSupportTicket #snackBar {
    margin-left: 0px;
}
#added_batchTable{
	overflow-x: auto;
}
.page-JslSupportTicket #snackBar {
    transform: none;
}
}

@media (max-width: 600px){
.collapse .pr_table_show h3,
.page-watchListPage .collapse .pr_table_show h3 {
        position: relative !important;
}
.pr_table_show h3 {
    text-align: left;
    padding: 8px 15px;
    margin: 0 1%;
    background: #f57921;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}}

@media screen and (min-width: 601px) and (max-width: 767px) {
.pr_table_show h3 {
    text-align: left;
    padding: 8px 15px;
    margin: 0 1%;
    background: #f57921;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.collapse .pr_table_show h3,
.page-watchListPage .collapse .pr_table_show h3 {
        position: relative !important;
}
.page-JslSupportTicket #snackBar {
    transform: none;
}
}

#mouwrapper{
	text-align: center;
	padding: 5px 0 5px 0;
	margin-right: 40px;
	background-color: darkorange;
	color: black;
}


input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-moz-appearance: radio;
    -webkit-appearance: radio;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd !important;
  color:black !important;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  color: black !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.accordion-modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: #000000; */
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }
.accordion-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: auto;
    max-height: 400px;
}
.accordion-modal .modal-content .modal-data-div {
    width: 98%;
}

.accordion-modal .modal-content .modal-data-div .table-striped {
    width: 100%;
}
.accordion-modal .modal-content .close {
    color: #000 !important;
    background-color: white !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: right;
}
.slideshow-container .prev, .slideshow-container .next {
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
}
.slideshow-container .prev {
    left: 10px;
}
.slideshow-container .next {
    right: 10px;
}

.slideshow-container .mySlides img.slider-images {
    width:100%;
    height:auto;
    padding-top:161px;
}

.slider-dots {
    display:flex;
    justify-content:center;
    position:relative;
    bottom:65px;
}

@media (max-width: 767px) {
    .slideshow-container .prev,
    .slideshow-container .next {
        display: none;
    }
    .slideshow-container .mySlides img.slider-images {
        width:100%;
        height:auto;
        padding-top:161px;
    }
}

.prd_border {
    border: 1px solid #ddd;
    background-color: #eee;
    width: 100%;
    float: left;
    padding: 15px 10px;
}

.new-user-register .product_attribute_item {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    padding-left: 0;
    margin-bottom: 10px;
    width: 8%;
    margin-right: 0;
    float: left;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .new-user-register .product_attribute_item {
        width: 100%;
    }
}

select.dropdown_prd {
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
    height: 35px;
}

.navbar-left.navbar-nav, .navbar-right.navbar-nav {
    display: flex;
    padding:0;
    flex-direction: row;
    align-items: center;

}

.navigation--bottom .navigation__overflow {
    display: flex;
}

table tr.lotRow.reports-row td {
    padding: 10px;
}

.update-pwd-container .show-hide-pwd {
    position: relative;
    right: -92%;
    top: -36px;
}
.update-pwd-container .show-hide-pwd i {
    cursor: pointer;
}
.update-pwd-container .pwd-instructions p {
    font-size: 14px;
}
.update-pwd-container .pwd-instructions p strong {
    font-weight: bold;
}

.noScrollSimple {
    overflow:hidden;
}

#cboxContent {
    overflow: auto !important;
    max-height: 550px !important;
}

.jsl-order-listing-page .pagination-bar .pagination-toolbar {
    padding: 5px 0 10px !important;
}
.jsl-order-listing-page .pagination {
    border: 0;
}
.jsl-order-listing-page .pagination-bar .pagination-bar-results {
    padding: 10px 5px !important;
}
.jsl-order-listing-page .order_history_details table td {
    padding: 10px;
}

@media (max-width: 1023px) {
    .jsl-enquiry-history-page h1 {
        margin: 10px 10% 0;
    }
    .jsl-order-listing-page .order_history_details,
    .jsl-enquiry-history-page .eh-dsk,
    .jsl-quotes-listing-page .my-quotes-listing {
        display: none;
    }
    .jsl-order-listing-page .order_history_details_mob,
    .jsl-enquiry-history-page .eh-mob,
    .jsl-quotes-listing-page .my-quotes-listing-mob {
        display: block;
    }
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data,
    .jsl-quotes-listing-page .my-quotes-listing-mob .jsl-quotes-data {
        background: #fff;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data,
    .jsl-quotes-listing-page .my-quotes-listing-mob .jsl-quotes-data {
        margin: 0 10% 10px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-details .order-row,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-details .eh-row,
    .jsl-quotes-listing-page .my-quotes-listing-mob .jsl-quotes-data-details .quotes-row {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin: 10px 0;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-details .order-row .font-bold,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-details .eh-row .font-bold,
    .jsl-quotes-listing-page .my-quotes-listing-mob .jsl-quotes-data-details .quotes-row .font-bold {
        font-weight: bold;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-items h3,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items h3 {
        text-align: left;
        padding: 8px 10px;
        margin: 0;
        background: #f57921;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-items .order-items-details,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items .eh-items-details {
        margin: 5px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-items .order-items-details .order-row,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items .eh-items-details .eh-row {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin: 5px 0;
    }
    .jsl-order-listing-page .order_history_details_mob .jsl-order-data .jsl-order-data-items .order-items-details .order-row .font-bold,
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items .eh-items-details .eh-row .font-bold {
        font-weight: bold;
    }
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items .eh-qty-details {
        margin: 5px;
        padding: 5px 10px;
        text-align: right;
        font-size: 14px;
    }
    .jsl-enquiry-history-page .eh-mob .jsl-eh-data .jsl-eh-data-items .eh-qty-details .totalQty {
        font-weight: bold;
    }
}

@media (min-width: 1024px) {
    .jsl-order-listing-page .order_history_details,
    .jsl-enquiry-history-page .eh-dsk,
    .jsl-quotes-listing-page .my-quotes-listing {
        display: block;
    }
    .jsl-order-listing-page .order_history_details_mob,
    .jsl-enquiry-history-page .eh-mob,
    .jsl-quotes-listing-page .my-quotes-listing-mob {
        display: none;
    }
}

@media (max-width: 767px) {
    .plp_flat_product .product_main_box {
        top: unset;
    }
    .plp_flat_product .product_main_box .top_filter #mouwrapper {
        padding: 5px;
        margin: 5px 0;
    }
    .pagination > li.pagination-prev > a,
    .pagination > li.pagination-next > a,
    .pagination > li.pagination-prev > span,
    .pagination > li.pagination-next > span {
        font-size: 14px !important;
    }
    .display-inline-block {
        display: inline-block !important;
    }
    .display-inline-block.font-bold {
        font-weight: bold;
    }
}

.pe-bq-container {
    margin: 125px 0 25px;
}
