
html, body {
    height: 100%;
}

#home-page {
    margin: auto;
    height: 60vh;
}

#my-version {
    top: 98%;
    right: -20px;
    color: #f3f3f3;
    font-size: 0.7em;
    overflow: hidden;
    z-index: -1;
}
#my-version::before {
    content: 'V ';
}

.menu-grid {
    display: flex;
    flex-wrap: wrap;
    background-color: #014A97;
    padding-top: 60px;
}

.menu-item {
    width: calc( 100% / 5 );
    box-sizing: border-box;
}

.mi-inner {
    display: block;
    background-color: #f1f1f1;
    min-height: 300px;
    text-align: center;
    margin: 10px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    transition: filter .3s ease-in-out;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.mi-inner:hover {
    border: 3px solid #ff0000;
    -webkit-filter: saturate(30%);
    filter: saturate(30%)
}

.mi-complaints { background-image: url(images/mi-complaints3.jpg); }
.mi-accident { background-image: url(images/mi-accident.jpg); }
.mi-quality { background-image: url(images/mi-quality-3.jpg); }
.mi-documents { background-image: url(images/mi-documents.jpg); }
.mi-reports { background-image: url(images/mi-reports.jpg); }
.mi-review { background-image: url(images/mi-review.jpg); }
.mi-tech-aus { background-image: url(images/mi-tech-aus2.jpg); }
.mi-tech-nz { background-image: url(images/mi-tech-nz.jpg); }
.mi-training { background-image: url(images/mi-training.jpg); }
.mi-code-conduct { background-image: url(images/mi-code-conduct2.png); }
.mi-safety { background-image: url(images/mi-safety.jpg); }
.mi-master { background-image: url(images/mi-master-docs3.jpg); }
.mi-e-book { background-image: url(images/mi-e-book.jpg); }
.mi-tds-checklist { background-image: url(images/check_lists.svg); }
.mi-employee-voice { background-image: url(images/employee-voice.svg?ver=1); }
.mi-checklist { background-image: url(images/mi-checklist.jpg?ver=2); }
.mi-emp-vote { background-image: url(images/emp-vote.svg?ver=3); }
.mi-price-adjust{ background-image: url(images/mi-price-adjust.svg); }
.mi-maintenance { background-image: url(images/mi-maintenance.jpg); }


.mi-tds-in { background-image: url(images/tds-in.svg); }
.mi-tds-out { background-image: url(images/tds-out.svg); }

.mi-overnight { background-image: url(images/overnight-storage.svg);}

.mi-timeslot2 { background-image: url(images/timelost.svg?ver=1);}

.mi-chicken-report { background-image: url(images/mi-chicken-report.jpg);}

.mi-ehs-academy {
    background-image: url(images/mi-ehs-acad.jpg);
}

.mi-custexp { background-image: url(/assets/css/images/mi-custexp.png);}


@media screen and (max-width: 1500px){
    .menu-item { width: 25% }
    .mi-inner { min-height: 250px; background-size: auto 100%;}
}

@media screen and (max-width: 1201px){
    .mi-inner { min-height: 200px; }
}

@media screen and (max-width: 901px){
    .menu-item { width: calc( 100% / 3 );  }
    .menu-grid {padding-top: 30px; }
    
}

@media screen and (max-width: 701px){
    .menu-item { width: 50% }
    .menu-grid {padding-top: 10px; }
    .mi-inner { min-height: 180px; }
}

@media screen and (max-width: 501px){
    .menu-item { width: 100% }
    .menu-grid {padding-top: 0px; }
    .mi-inner {
        background-position: center;
        background-size: 85%;
        background-color: #fff;
    }
}


.page-wrap {
    width: 100%;
}

.side-bar {
    float: left;
    width: 0px;
    background-color: #EEF1F4;
    overflow-y: auto;
}


.content {
    float: left;
    width: 100%;

}
/*
#content-data{
     overflow-x: hidden;
    overflow-y: auto; 
}
*/

.content::after, #content-data::after {
    display: table;
    content: '';
    clear: both;
}

.side-but-wrap {
    padding: 10px;
}
.but-holder {
    margin-bottom: 5px;
}

.page-col {
    float: left;
    width: 50%;
}

@media screen and (max-width: 1000px){
    .page-col { width: 100% }
}

.page-col-full {
    float: left;
    width: 100%;
}

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

.page-row::after, .prod-form::after {
    display: table;
    content: '';
    clear: both;
}

div[class*="col-head-"] {
    float: left;
    width: 98%;
    box-sizing: border-box;
    font-weight: bold;
    margin-left: 2%;

}

.tcol-head-1 {
    padding: 9px 10px;
    font-size: 1.3em;
    text-align: center;
}

.col-head-2 {
    background-color: rgb(219, 217, 217);
    padding: 5px 10px 5px 30px;
    font-size: 1.1em;
}

.page-col-full textarea {
    margin-left: 24px;
    width: 99%;
    box-sizing: border-box;
    height: 100px;
}

.comp-row{
    margin: auto;
    margin-bottom: 4px;
    border-top: 1px solid #014A97;
    border-bottom: 1px solid #014A97;
    border-left: 1px solid #014A97;
    width: 1000px;
}

.admin-row {
    font-size: 1.2em;
    margin: auto;
    margin-bottom: 4px;
    border-bottom: 1px solid #014A97;
    width: 1000px;
}

@media screen and (max-width: 1200px){
    .comp-row, .admin-row { width: 95%; }
}

.comp-row::after, .admin-row::after {
    content: '';
    display: table;
    clear: both;
}

.comp-row-hovered, .comp-row-selected {
    background-color: #014A97 !important;
    color: aliceblue;    
}

.comp-row-hovered { cursor: pointer; }

.comp-head {
    font-weight: bold;
}

div[class*="comp-col-"] {
    float: left;
    border-right: 1px solid #014A97;
    box-sizing: border-box;
}

div[class*="comp-col-"] a, div[class*="comp-col-"] span{
    display: block;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp-col-1 { width: 15% }
.comp-col-2 { width: 20% }
.comp-col-3 { width: 20% }
.comp-col-4 { width: calc( 25% - 75px ) }
.comp-col-5 { width: 20% }

.comp-col-6, .comp-col-7, .comp-col-8 {
    width: 25px;
}

.comp-bgs-0, .comp-bgs-1, .comp-bgs-2 {    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.comp-bgs-2 { background-image: url(images/green_tick_128.svg); }
.comp-bgs-1 { background-image: url(images/red_cross.svg); }
.comp-bgs-0 { background-image: url(images/in_progress.svg); }

/*
.comp-status-0-0 { background-color: rgb(255, 220, 200) }
.comp-status-1-0 { background-color: rgb(245, 173, 173) }
.comp-status-2-0 { background-color: rgb(229, 252, 227) }
.comp-status-1-1 { background-color: rgb(245, 173, 173) }
.comp-status-2-1 { background-color: rgb(241, 139, 139) }
.comp-status-2-2 { background-color: rgb(229, 252, 227) }

.comp-status-7 { background-color: rgb(255, 233, 200) }
*/

.compstat-0 { background-color: rgb(252, 41, 41); color: #fff }
.compstat-1 { background-color: rgb(255, 196, 196) }
.compstat-2 { background-color: rgb(228, 242, 252) }
.compstat-3 { background-color: rgb(252, 228, 251) }
.compstat-4 { background-color: rgb(178, 206, 247) }
.compstat-5 { background-color: rgb(192, 253, 186) }
.compstat-6 { background-color: rgb(0, 89, 153); color: #fff }


@media screen and (max-width: 700px){
    .comp-col-3, .comp-col-4 {
        display: none;
    }
    .comp-col-1 { width: 20% }
    .comp-col-2 { width: calc( 60% - 75px ) }
    .comp-col-5 { width: 20% }
}


.comp-history {
    display: none;
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: aliceblue;
    color: black;
    border-right: 1px solid #014A97;
}

.ch-header {
    border-bottom: 1px solid rgb(90, 90, 90);
    margin-bottom: 10px;
}

.ch-header span {
    font-weight: bold;
    font-style: italic;
}

.ch-butwrap::after {
    content: '';
    display: table;
    clear: both;
}
span[class*="admin-col-"]{
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
.admin-col-1 { width: 85px }
.admin-col-2 { width: 210px }
.admin-col-3 { width: calc( 100% -  720px ) }
.admin-col-4 { width: 140px }
.admin-col-4a { width: 80px }
.admin-col-5 { width: 70px }

@media screen and (max-width: 970px){
    .admin-col-2 { width: 120px }
    .admin-col-3 { width: calc( 100% -  620px ) }
    .admin-col-4 { width: 100px }
}

@media screen and (max-width: 800px){
    .admin-col-2 { width: 17% }
    .admin-col-3 { width: 17% }
}

.comp-form {
    width: 100%;
}

.comp-form::after, .comp-box::after{
    content: '';
    display: table;
    clear: both;
}

.comp-box {
    float: left;
    width: 400px;
    position: relative;
    box-sizing: border-box;
    margin: 10px;
    font-size: .9em;
}

.full-comp-box {
    width: 95% !important;
}

.compbox-span {
    float: left; 
    display: block; 
    margin: 4px 4px 0 35px
}

#cb-uom::before {
    content: 'Unit of measure';
}



.comp-box label{
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    
}

.comp-box input[type="text"], .comp-box textarea, .comp-box select{
    display: block;
    float: left;
    width: calc( 100% - 150px );
    box-sizing: border-box;
    padding: 4px 2px;
    border: 1px solid var(--form-border);
    border-radius: 3px;
    background-color: var(--form-bg);
    color: var(--form-text);
}

.comp-box textarea {
    height: 50px;
}

@media screen and (max-width: 1030px){
    .comp-box{width: 95%}
    #cb-uom::before {
        content: 'UOM';
    }
    .compbox-span {
        margin: 4px 4px 0 8px
    }
}

.notes-box {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: calc( 100% - 330px );
}

.notes-box::after{
    content: '';
    display: table;
    clear: both;
}

.inner-note-box {
    padding: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #014A97;
}

.inner-note-box:nth-child(odd){
    background-color: aliceblue;
}

.bn-topbit{
    border-bottom: 1px dashed;
    margin-bottom: 3px;
}

.bn-topbit::after {
    content: '';
    display: table;
    clear: both;
}

.bn-date {
    float: left;
    width: 40%;
    padding: 4px;
    font-size: .8em;
    font-weight: bold;
    box-sizing: border-box;
}

.bn-ednote, .bn-ednote:visited, .bn-ednote:active {
    font-size: .8em;
    margin: 3px 0 0 10px;
    display: inline-block;
    color: #b43030 !important;
}
.bn-ednote:hover {
    text-decoration: none;
    color: #b6b903 !important;
}

.bn-user{
    float: left;
    width: 55%;
    padding: 4px;
    font-size: .8em;
    font-weight: bold;
    box-sizing: border-box;
    text-align: right;
}

.bn-details {
    padding: 3px 3px 7px;
    font-size: .9em;
    min-height: 50px;
}

.print-question {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.auto-thinker {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    background-image: url(images/cal-wait.gif);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

#the-file-up {
    width: 100%; 
    display: block; 
    margin: 5px 0; 
    opacity: 0;
    height: 50px;
}

.file-wrapper {
    position: relative;
    background-image: url(images/camera3.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 50px;
    padding-left: 30px;
}

.fw-inner{
    position: absolute;
    left: 90px;
    top: 18px;
}

.comp-photo {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/loading-image.svg);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.show-all-users, .show-all-users:active, .show-all-users:visited {
    color: rgb(121, 121, 121);
    text-decoration: none;
    font-size: .9em;
    font-style: italic;
    padding: 3px;
    display: inline-block;
    margin: 2px 10px 0 10px;
}

.show-all-users:hover {
    text-decoration: underline;
    color: red;
}

.item-delete {
    float: left;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(images/red_cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.col-head-2 .button-a {
    font-size: .8em !important;
    font-weight: normal !important;
    width: 130px;
    display: inline-block !important;
}

.pf-line::after {
    content: '';
    display: table;
    clear: both;
}

.pf-line {
    margin-top: 10px;
    border-top: 1px solid #014A97;
}

.pf-line h4 {
    float: left;
}

.ed-prod h3 {
    background-color: rgb(151, 151, 151);
    padding: 6px 0 3px 30px;
    font-weight: normal;
    font-size: 1em;
    margin: 0px;
    color: #fff;
}

.ed-prod {
    border-bottom: 1px solid rgb(151, 151, 151);
}
.comp-th-wrap::after {
    content: '';
    display: table;
    clear: both;
}

.comp-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 5px;
    float: left;
}

.comp-thumb:hover {
    margin: 3px;
    border: 2px solid #014A97;
    cursor: pointer;
}

.comp-pic-full {
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

.ch-span {
    font-weight: bold;
    display: inline-block;
    min-width: 140px;
}

.inv-details {
    box-sizing: border-box;
    padding: 4px;
    background-color: rgb(229, 233, 241);
    border: 1px inset #CCCCCC;
    height: 120px;
    font-size: .9em;
    overflow-y: scroll;
}

/** New current complaints */

.car-top-space {
    height: 20px;
}

.car-bottom-space {
    height: 100px;
}

.car-row {
    background-repeat: repeat-x;
}

.car-row::after {
    content: '';
    display: table;
    clear: both;
}
.car-header{
    font-weight: bold;
    color: #fff;
    background-color: #014A97;
}

div[class*="crow-"]{
    float: left;
    box-sizing: border-box;
    padding: 12px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8em;
    border-bottom: 1px solid #014A97;
}


.car-header > div[class*="crow-"]:not(:last-child){
    border-right: 1px solid #fff;
}

.crow-carid { width: 60px }
.crow-date { width: 100px }
.crow-raisedby { width: 110px }
.crow-status { width: 120px }
.crow-company { width: 120px }
.crow-reason { width: 120px }
.crow-details { width: calc( 100% - 907px ) }
.crow-rocr { width: 57px; }
.crow-busman { width: 110px }
.crow-invest { width: 110px }

.cr-status-0 { background-color: #fff; }
.cr-status-1 { background-color: rgb(252, 242, 216); }
.cr-status-2 { background-color: rgb(244, 252, 216); }
.cr-status-5 { background-color: rgb(221, 216, 252); }
.cr-status-50 { background-color: rgb(248, 203, 203); }
.cr-status-55 { background-color: rgb(216, 235, 252); }
.cr-status-100 { background-color: rgb(216, 252, 221); }

.custtype-1 {
    /*background-color: #000 !important;
    color: #fff !important;*/
    background-image: url(images/supplier-bg.svg);
    background-position: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
}


div[class*="cr-status-"] > div[class*="crow-"]:not(:last-child){
    border-right: 1px solid #014A97;
}


.cr-hover {
    background-color: rgb(81, 103, 126);
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    div[class*="crow-"] {
        font-size: .7em;
    }
    .crow-date {  width: 85px }
    .crow-status { width: 110px }
    .crow-company { width: 100px }
    .crow-reason { width: 100px }
    .crow-details { width: calc( 100% - 596px ) }
    .crow-busman { width: 90px }
    .crow-invest { display: none; }
    .crow-raisedby { display: none; }    
}

@media screen and (max-width: 650px) {
    div[class*="crow-"] {
        font-size: .65em;
    }
    .crow-company { width: calc( 100% - 485px ) }
    .crow-reason { width: 90px }
    .crow-details { display: none }
    .crow-busman { width: 90px }    
}

@media screen and (max-width: 500px) {
    div[class*="crow-"] {
        font-size: .6em;
    }
    .crow-date {  width: 20% }
    .crow-status { width: 20% }
    .crow-company { width: 20% }
    .crow-reason { display: none; }
    .crow-details { display:block; width: calc( 40% - 110px ) }
    .crow-busman { display: none; } 
}



.popspec {
    margin: 3px !important; 
}

.poplabel {
    width: 100px !important;
    font-weight: bold;
    padding-right: 5px !important;
}

.poplabel2 {
    font-weight: bold;
    padding-right: 5px !important;
}

.poplabel-s {
    width: 60px !important;
    font-weight: bold;
    padding-right: 5px !important;
}

.popinfo {
    float: left;
    width: calc( 100% - 110px ) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
    box-sizing: border-box;
}

.popinfo2 {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
    box-sizing: border-box;
}

.pop-text {
    position: absolute;
    background-color: #EEF1F4;
    font-size: .85em;
    padding: 3px;
    box-sizing: border-box;
}

.pt-wrap {
    float: left;
    position: relative;
    width: calc( 100% - 120px );
}

.pt-wrap::after {
    content: '';
    display: table;
    clear: both;
}

#popt-edit {
    position: absolute;
    font-size: .85em;
    width: 100%;
    height: 130px;
}

.pt-ed-link, .pt-ed-link:visited, .pt-ed-link:active {
    text-decoration: none;
    color: #014A97;
    transition: all .3s linear;
}

.pt-ed-link:hover {
    color: #b43030;
}

.prodlink, .pop-item, .pop-item-s {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
    box-sizing: border-box;
    font-size: .9em;
}
.prodlink, .pop-item {
    width: calc( 100% - 110px ) !important;
}
.pop-item-s {
    width: calc( 50% - 110px ) !important;
}

.prodlink, .prodlink:visited, .prodlink:active {
    color: #014A97 !important;
    text-decoration: none;
}

.prodlink:hover {
    color: #920b0be0 !important;
    text-decoration: underline;
}

.pop-textarea {
    width: calc( 100% - 120px ) !important;
    /* height: 120px !important; */
    font-size: .9em !important;
}

.prod-guts {
    display: none;
    width: calc( 100% - 90px );
    margin-left: 80px;
    background-color: rgb(233, 242, 252);
    margin-top: 25px;
    padding-top: 5px;
}

.prod-guts input {
    font-size: .85em;
}

.prod-guts-open {
    display: block;
}

.prod-guts::after {
    content: '';
    display: table;
    clear: both;
}

.edprod, .edprod:visited, .edprod:active {
    color: #014A97
}

.edprod:hover {
    color: #920b0be0 !important;
}

.fin-row::after {
    content: '';
    display: table;
    clear: both;
}

.fin-row {
    float: left;
    width: 67%;
}

.fin-item:hover{
    cursor: pointer;
    background-color: #EEF1F4;
    text-decoration: none;
    color: #b43030;
}

.fin-item {
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    font-size: .9em;
}

.fin-guts {
    display: none;
    padding: 4px;
    background-color: rgb(238, 238, 238);
    font-size: .8em;
}

#menu-showing {
    float: left;
    width: 180px;
    box-sizing: content-box;
    padding: 6px 3px;
    border: 0px;
    background-color: #014A97;
    color: #fff;
    margin: 1px 5px;
    font-size: .8em;

}

.car-sort, .car-sort:active, .car-sort:visited {
    color: yellow;
    padding-left: 25px;
    text-decoration: none;
}

.car-sort:hover {
    color: greenyellow;
}

a[class*="car-sort-"]{
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: left center;
}

.car-sort-asc {
    background-image: url(images/asc.svg);
}
.car-sort-desc {
    background-image: url(images/desc.svg);
    
}

.filter-wrap {
    float: left;
    position: relative;
    z-index: 99;
    width: 200px;
}

.filter-search {
    background-image: url(images/filter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: 3px;
    float: left;
}

.filter-search:hover {
    background-image: url(images/filter_hover.svg);
    cursor: pointer;
}

.filter-box {
    position: absolute;
    top: 28px;
    width: 380px;
    background-color: #CCCCCC;
    display: none;
}


.filter-inner {
    padding: 5px;
    margin: 5px;
    border: 1px solid #014A97;
    
}

.filter-inner select{
    width: 60% !important;
}

.filter-total {
    float: left;
    display: block;
    padding: 5px 2px;
    color: rgb(189, 219, 250);
    font-size: .9em;
    font-style: italic;
}

.prodbox::after, .prodwrap::after, .uitemwrap::after {
    content: '';
    display: table;
    clear: both;
}

.prodbox{
    float: left;
    width: 31%;
}

@media screen and (max-width: 1200px){
    .prodbox { width: 48% }
}
@media screen and (max-width: 800px){
    .prodbox { width: 100% }
}

.prodwrap fieldset, .uitemwrap fieldset {
    border: 1px solid #014A97;
    box-sizing: border-box;
    margin: 1%;
    padding: 0;
}
.prodwrap legend, .uitemwrap legend {
    font-size: .8em;
    padding: 0px 5px;
    color: #014A97;
    margin-left: 10px;
}

.uitem-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.uitem-heading {
    font-weight: bold;
    text-align: center;
    font-size: .85em;
    padding: 7px;
    border-top: 1px solid #014A97;
}
.uitem-download {
    padding: 20px 5px;
    text-align: center;
}

.uitem-delete, .uitem-delete:active, .uitem-delete:visited {
    display: inline-block;
    padding: 3px 8px;
    color: #b43030 !important;
    font-size: .8em !important;
    font-weight: normal !important;
}

.uitem-delete:hover {
    color: #014A97 !important;
    text-decoration: none;
}

#customer-selector {
    width: 100%;
    line-height: 1.5;
    min-height: 100px;
    padding: 5px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 3px;
}

.asel-cust, .asel-cust:active, .asel-cust:visited {
    display: block;
    padding: 2px;
    color: #686868;
    text-decoration: none;
    margin-bottom: 2px;
}

.asel-cust:hover {
    background-color: #fff0f0;
    color: black;
}

.asel-cust span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.asel-supplier {
    background-color: cornsilk;
}

.asel-customer {
    display: inline-block;
    width: 30%;
}
.asel-contact {
    display: inline-block;
    width: 20%;
}

.asel-email {
    display: inline-block;
    width: 30%;
}

.asel-thetype {
    display: inline-block;
    min-width: 20%;
    text-align: center;
}

.display-double-click::before {
    content: 'Double click an item above to select the ';
}

.comp-link-supplier {
    background-image: url(images/aster-req.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12px;
    padding: 3px 0 3px 17px;
}

.clink-dets {
    padding: 15px;
    line-height: 2;
    background-color: #f5f5f5;
    margin-top: 5px;
}

.auto-list-item:hover {
    background-color: #e6e6e6;
}

.auto-list-item {
    padding: 4px;
}

.is-supplier {
    color: #b43030;
}

.is-customer {
    color: #234688;
}
