/**highlight colors
logo greys #9FB3C0  #708390  #727171

neutrals #E8E7E7 #E6E0DB  #6F3F5  #D0D7EB

active blue #3A7FF8  can use opacity 75%,50%,25%   = #5B9BF8  #85B4F8  #C3D8FA

highlighting:
active blue #3A7FF8
purple #945CDB
light blue #A1B0F6
green #17CDA7
lime #C4EF80
turquoise #52E1E3
red #F6292E
orange #FF9D6D
yellow #FFDC81

**/


.asset-display .GalleryWrapperHeader {
    font-size: 1em;
}
.asset-display .tile-item{
    background:rgb(246,245,245);
}
.asset-display .tile-item .epa-item-thumb-buttons a {
  color: #333;
}
.asset-display .tile-item .epa-item-thumb-buttons a:hover,
.asset-display .tile-item .epa-item-thumb-buttons a:focus{
  color: #3A7FF8;
}
.asset-display .tile-item .basket {
    background: #3A7FF8;
    color: #fff;
}

.asset-display .tile-item.private .icons{
    display:none;
}

#toolnavwrapper .tool-nav.basket .circle {
    background: #3A7FF8;
    width: 18px;
    height: 18px;
}

#toolnavwrapper .tool-nav.basket .number {
    top: 8px;
    font-size: 11px;
    color:#fff;
}


#toolcontentwrapper {
    box-shadow: none;
}
#toolcontentwrapper .tool-content{
    border-top: 1px solid #dcdad4;
}
#toolcontentwrapper .tool-content.basket {
     background:rgb(246,245,245);
     border-top: none;
}
#main.shortcode-download{
    background:rgb(246,245,245);
}
.basket-content .asset-display .tile-item,
.basket-content .zip-toggle-wrapper, 
.basket-content .zip-share-toggle-wrapper {
    background:#E8E7E7;
}
.bulk-basket-buttons .dashboard-download, 
.bulk-basket-buttons .dashboard-share {
    background: none;
}
.bulk-basket-buttons a.dashboard-toggle.active {
    background: none;
    border-bottom: thin solid rgb(246,245,245);
}
.bulk-basket-buttons a.dashboard-toggle.active:hover{
    color: #000;
}
.bulk-basket-buttons a::after {
    display: none !important;
}
.bulk-basket-buttons a.download-all,
.bulk-basket-buttons a.share-all,
.bulk-basket-buttons a.share-selected,
.bulk-basket-buttons a.ewrsubmit,
.bulk-basket-buttons a.ewrbtn{
    color: #fff;
    border: none;
    background:#000;
    padding: 5px 31px;
    font-size: 0.8em;
    font-size: 12px;
    text-transform: none;
    border-radius: 2px;
}
.bulk-basket-buttons a.download-all:hover,
.bulk-basket-buttons a.share-all:hover,
.bulk-basket-buttons a.share-selected:hover,
.bulk-basket-buttons a.ewrsubmit:hover,
.bulk-basket-buttons a.ewrbtn:hover{
    background:#3A7FF8;
    border: none;
    color: #fff;
}

.bulk-basket-buttons a.share-all, 
.bulk-basket-buttons a.share-selected{
  margin-right: 20px;
}

.basket-content .zip-toggle, 
.basket-content .zip-share-toggle {
    background: rgb(210,210,210);
}
.basket-content .zip-toggle-wrapper.zipped .zip-toggle, 
.basket-content .zip-share-toggle-wrapper.zipped .zip-share-toggle {
    background: #3A7FF8;
}
.basket-content .zip-label, 
.basket-content .zip-share-label {
    font-size: 11px;
}

.invert-toggle, 
.invert-share-toggle, 
.res-toggle, 
.res-share-toggle {
    background: #3A7FF8;
}
.invert-toggle-wrapper, 
.invert-share-toggle-wrapper, 
.res-toggle-wrapper, 
.res-share-toggle-wrapper {
    color: #3A7FF8;
}
.zip-total {
    color: #3A7FF8;
}

.res-label,
.res-share-label {
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

.bulk-basket-buttons #copylink {
    font-weight: normal;
    font-weight:bold;
}

.bulk-basket-buttons #copylink.selected .share-link{
	background: #3A7FF8;
}

.bulk-basket-buttons a.clipboard .circle{
	background: #3A7FF8;
}
.bulk-basket-buttons a:hover.clipboard .circle,
.bulk-basket-buttons a:focus.clipboard .circle{
	background: #C3D8FA;
}

.ewrholder-inner {
    background: #E8E7E7;
}

.ewrholder-inner .ewrbtncancel::before {
  content:url('../../img/cms/client/general/xmark-solid-full.svg');
  font-family: 'Inter';
  font-weight: normal;
  color: #000;
  width: 20px;
  display: block;
}


/*** LIGHTBOX ***/

#epa-light-box .light-box-buttons .btn {
    color: #fff;
    border-color: #fff;
    background:none;
    padding: 8px 31px;
    font-size: 0.8em;
    font-size: 12px;
    text-transform: none;
    border-radius: 2px;
    margin-right: 10px;
}
#epa-light-box .light-box-buttons .btn:last-child {
    margin-right: 0px;
}
#epa-light-box .light-box-buttons .btn i{
    display:none;
}
#epa-light-box .light-box-buttons .btn:hover,
#epa-light-box .light-box-buttons .btn:focus{
    color:#fff;
	background:#3A7FF8;
	border-color: #3A7FF8;
}

#epa-light-box a.light-box-prev i, 
#epa-light-box a.light-box-next i{
    color:#fff;
}
#epa-light-box a.light-box-prev:hover,
#epa-light-box a.light-box-prev:focus, 
#epa-light-box a.light-box-next:hover,
#epa-light-box a.light-box-next:focus {
	color:#3A7FF8;
}
#epa-light-box a.light-box-prev i:hover, 
#epa-light-box a.light-box-next i:hover,
#epa-light-box a.light-box-prev i:focus, 
#epa-light-box a.light-box-next i:focus{
    color:#3A7FF8;
}