.select-penton-colors {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #da251d;
    border: navajowhite;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    padding: 12px 0px 12px;
    border-radius: 50px;
    z-index: 1;
    background-color: transparent;
}

.color-tile {
    display: inline-block;
}

#color-modal .modal-header {
    border: none;
    padding: 10px 17px;
}

#color-modal .modal-body {
    padding: 0 0 30px;
    position: relative;
}

#color-modal .panton-color-filter-label {
    background-color: #ef3347;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
}

#color-modal .penton-code-search {
    padding: 15px 15px 20px 15px;
    border-right: 1px solid;
}

#color-modal .panton-color-filter-label.last {
    background-color: #ef3347;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-right: none;
}

.licence-text-panton {
    padding: 20px 30px 0;
    font-size: 12px;
    line-height: 17px;
}

#color-modal .ui-widget-header {
    border: 0px solid #000000;
    background: #000;
    color: #ffffff;
    font-weight: bold;
}

#color-modal .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #ef3347;
    border: none;
    border-radius: 50%;
    width: 0.8em;
    height: 0.8em;
}

#color-modal .ui-widget-content {
    border: 1px solid #000000;
    color: #222222;
}

.grid-size-indicator-outter {
    padding: 15px 30px 20px 30px;
}

#color-modal .ui-slider-horizontal {
    height: 2px;
    margin-top: 10px;
}

#color-modal .grid-size-indicator span:first-child {
    width: 33.33%;
    text-align: left;
}

#color-modal .grid-size-indicator span {
    width: 33.33%;
    text-align: center;
    color: #888;
}

#color-modal .grid-size-indicator span:last-child {
    width: 33.33%;
    text-align: right;
}

#color-modal .color-pallet-filter {
    padding: 25px 15px 20px 30px;
    border-right: 1px solid;
}

#color-modal .panton-color-filter-label label {
    margin-bottom: 0;
}

#color-modal .modal-dialog {
    width: calc(100vw - 200px);
    max-width: calc(100vw - 200px);
}

.panton-search-live-fade {
    width: 100%;
    display: block;
    background-color: transparent;
    height: 35px;
    font-size: 12px;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #000;
    background-color: transparent;
}

.panton-search-live-fade.dash {
    padding: 0;
    font-size: 22px;
}

.modal-dialog .modal-header .close i {
    font-size: 28px;
    padding-top: 10px;
    color: #000;
}

.panton-search-live {
    width: 100%;
    display: block;
    background-color: transparent;
    height: 35px;
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
}

#color-modal .color-pallet {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    padding: 0 12px 0 30px;
    /* margin-top: 20px; */
}

.color-pallet .color-tile {
    cursor: pointer;
}

.color-tile-pop-up {
    padding: 5px;
    box-shadow: 0 0 105px rgba(0, 0, 0, 0.5);
    position: absolute;
    background-color: #ffffff;
    display: none;
}

.color-wrapper {
    width: 100px;
}

.color-details {
    width: 100px;
}

.color-details .color-code {
    font-size: 9px;
    display: block;
}

.color-tile-pop-up .color-wrapper {
    width: 100px;
    height: 100px;
}

#color-modal .color-pallet::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.055);
}

#color-modal .color-pallet::-webkit-scrollbar-thumb {
    background-color: #ff5151;
}

#color-modal .modal-content {
    border-radius: 0;
}