
.GoldCustomer {
background: white;
border-top: 3px solid #1463ad;
}
.GoldCustomer .Title {
    font-weight: bold;
    text-align: center;
    font-size: 16pt;
    color: #1463ad;

margin-top:5px;
}
.GoldCustomer div.Logo {
    /* height: 80px; */
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 100% !important;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: block;
    float: left;
    padding: 0 15px;
    width: calc(805px/4 - 15px);
    min-width: calc(805px/4 - 15px);
    height: calc(805px/4 - 15px);
    min-height: calc(805px/4 - 15px);
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
    display: inline-block;
    width: 80%;
    height: 80%;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    border: medium none;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 80%;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1 !important;
    width: 180px;
}


/************************************************/
.GoldCustomer > table {
    margin: 30px auto;
    width: 800px;
    text-align: justify;
}
.GoldCustomer td.LibraryItem {
    border: 2px solid #D0D0D0;
    display: inline-block;
    height: 110px;
    margin: 5px 3px;
    width: 190px;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 185px;

    filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
}
.GoldCustomer .LibraryItem .link-item:hover .img-item {

    filter : grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
}