.list-suppliers-page h1,
.table-list-page h1 {
    display: inline-block;
    vertical-align: middle
}
.list-suppliers-page .add-new-supplier-btn {
    display: inline-block;
    margin: 0 0 0 30px;
    vertical-align: middle
}
.list-suppliers-page #supplierSearchForm {
    margin: 20px 0;
    width: 100%
}
.list-suppliers-page #supplierSearchForm #listSupplierName {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px #aaa;
    display: inline-block;
    margin: 0 .6%;
    padding: 2px;
    width: 22.5%
}
.list-suppliers-page #WorkProviderSearchForm {
    margin: 20px 0;
    width: 100%
}
.list-suppliers-page #WorkProviderSearchForm #listWorkProviderName {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px #aaa;
    display: inline-block;
    margin: 0 1%;
    padding: 2px;
    width: 38%
}
.list-suppliers-page #bodyshopSearchForm {
    margin: 20px 0;
    width: 100%
}
.list-suppliers-page #bodyshopSearchForm #listBodyshopName {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px #aaa;
    display: inline-block;
    margin: 0 1%;
    padding: 2px;
    width: 38%
}
.list-suppliers-page #groupSearchForm {
    margin: 20px 0;
    width: 100%
}
.list-suppliers-page #groupSearchForm #listBodyshopName {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 0 3px #aaa;
    display: inline-block;
    margin: 0 1%;
    padding: 2px;
    width: 38%
}
.list-suppliers-page #supplierSearchForm .btn {
    display: inline-block;
    margin: 0 .6%
}
.list-suppliers-page #listSuppliersTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 25.7167px;
}
.list-suppliers-page #listBodyshopTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 25.7167px;
}
.list-suppliers-page #listGroupsTitle {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 25.7167px;
}
.list-suppliers-page table.supplier-list {
    margin: 20px 0 0;
    width: 100%
}
.list-suppliers-page table.supplier-list thead tr th {
    padding: 4px 8px
}
.list-suppliers-page table.supplier-list tbody .supplier-image {
    padding: 0
}
.list-suppliers-page table.supplier-list tbody .supplier-image img {
    vertical-align: middle;
    max-width: 100%;
}
.list-suppliers-page table.supplier-list tbody tr td {
    padding: 7px 8px; /*border-right:1px solid #333*/
}
.list-suppliers-page table.supplier-list tbody tr td.is-disabled-supplier {
    background-image: url('/images/disabled-user.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

.list-suppliers-page table tbody tr td .btn {
    word-wrap: unset;
    word-break: unset;
    white-space: nowrap;
    display: inline-block;
}

.list-suppliers-page table.supplier-list2 > tbody > tr:hover:not(.nest-one), .nest-one > td > div > table > tbody > tr:hover:not(.nest-two), .nest-two > td > table > tbody > tr:hover:not(.nest-three), .nest-three > td > table > tbody > tr:hover {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    background-color: #eefcf3;
}

.table-list-page table.table-list {
    margin: 20px auto 0;
    width: auto; /* main.css sets table with to 100% */
}

.table-list-page table.table-list td {
    text-align: center;
}

.first-td-upper td:first-child {
	background: #fff !important;
}
.supplier-list2 {
    height: 200.967px;
}
.change-supplier-page {
    position: relative
}
.change-supplier-page .change-user-logo {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 92px;
}
.change-supplier-page .change-user-logo .supplier-image img {
    /*max-*/height: 52px;
    /*max-*/width: 92px;
	box-shadow: 0 0 6px #e1e1e194;
}
.change-supplier-page .add-new-depot-header {
    margin-top: 20px
}
.change-supplier-page table {
    margin-bottom: 30px
}
.change-supplier-page #changeSupplier {
    margin: 0 auto;
    width: 650px
}
.change-supplier-page #changeSupplier > h2 {
    font-weight: 600;
    margin-top: 20px
}
.change-supplier-page #changeBodyshop {
    margin: 0 auto;
    width: 650px
}
.change-supplier-page #changeBodyshop > h2 {
    font-weight: 600;
    margin-top: 20px
}
.change-supplier-page #changeSupplier .bodyshop-selector option {
    padding-right: 20px
}
.change-supplier-page #changeSupplier .bodyshop-selector option.selected {
    background-color: #ddd
}
.change-supplier-page #changeSupplier .bodyshop-selector option.overwritten {
    background-color: #6a6
}
.change-supplier-page #changeSupplier .suppliers-select-areas {
    padding: 10px 0;
    width: 100%
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div:not(.separator) {
    display: inline-block;
    vertical-align: top;
    width: 42.5%
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div:not(.separator) label, .change-supplier-page #changeSupplier .suppliers-select-areas > div:not(.separator) select {
    display: block;
    width: 100%
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div:not(.separator) select {
    height: 250px
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div.separator {
    display: inline-block;
    vertical-align: top;
    width: 15%
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div.separator .control-container {
    display: table-cell;
    height: 250px;
    text-align: center;
    vertical-align: middle
}
.change-supplier-page #changeSupplier .suppliers-select-areas > div.separator .control-container div {
    cursor: pointer;
    margin: 10px;
    padding: 10px
}
.change-supplier-page #changeSupplier .update-override-btn {
    float: right
}
.change-supplier-page #changeSupplier .update-override-btn.pulse {
    -webkit-animation: twinkle 1s infinite;
    -moz-animation: twinkle 1s infinite;
    -o-animation: twinkle 1s infinite;
    animation: twinkle 1s infinite
}
#tempLogoFile {
    display: block;
    margin: 8px 0
}
#submitLogo {
    margin-left: 0
}
#WorkProviderColor {
    width: 450px;
}
#WorkProviderColor option {
    color: #fff;
}
.align-center {
    text-align: center;
}
.change-bodyshop-page #changeBodyshop {
    margin: auto 0;
    width: 750px;
    max-width: 100%;
}
.is-disabled-supplier {
    background-image: url('/images/disabled-user.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px 28px;
    transition: all 0.15s;
    animation-name: step1;
}
.not-disabled-supplier {
    background-image: url('/images/active.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px 28px;
    transition: all 0.15s;
    animation-name: step1;
}