/* TYPE YOUR OWN CSS HERE */
/* -------------- START OF ACTION LINKS CSS ------------------ */
/* Base button style */
body.results  .sup-group-actions ul li > div > a ,
body.results  .sup-group-actions ul li  > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.15s ease;
}
/*tiran*/
body.results sjr-badge-buttons div,
body.ejm sjr-badge-buttons {
 border-radius: 6px;   
}
/*tiran*/
body.ejm .sup-group-actions  ul li > span > a, 
body.ejm .sup-group-actions  ul li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.15s ease;
    background-color: none;
}
/* Hover */
body.results .sup-group-actions ul li > div > a:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.18);
}

ol.results .actions>div {
    line-height: 17px;
}

/* Remove vertical separators */
body.results .sup-group-actions ul li::before,
body.results .sup-group-actions ul li::after,
body.ejm .sup-group-actions ul li::before,
body.ejm .sup-group-actions ul li::after {
    content: none !important;
    display: none !important;
}

/* Bookmark
ol.results .actions .bookmark i{
    color: #fff !important;
}
body.results .sup-group-actions .bookmark a {
    background-color: #e6b85c !important;
}
body.results .sup-group-actions .bookmark a:hover {
    background-color: #d4a548 !important;
} */
/*tiran
body.ejm .sup-group-actions .bookmark a {
    background-color: #e6b85c !important;
}
body.ejm .sup-group-actions .bookmark a:hover {
    background-color: #d4a548 !important;
}*/

/* Resolver (View Full Text - Not needed - custom button) */
body.results .sup-group-actions .preresolve a {
    background-color: #2bbe4b !important;
}
body.results .sup-group-actions .preresolve a:hover {
    background-color: #2bbe4b !important;
} 

/* Check for Full Text (unresolved resolver button) */
body.results .sup-group-actions .preresolve.unresolved > a,
body.results .sup-group-actions .resolver-link.unresolved {
    background-color: #e0a63a !important;
}

body.results .sup-group-actions .preresolve.unresolved > a:hover,
body.results .sup-group-actions .resolver-link.unresolved:hover {
    background-color: #e0a63a !important;
}

/* JCR */
/*tiran added image - not showing*/
ol.results .actions .sup-jcr a{
    background-image: url('https://maccabi.tdnetdiscover.com/ui/shared/services/CLVT.png') !important;
    padding-left: 30px !important;
}
body.results .sup-group-actions .sup-jcr a {
    background-color: #5e33bf !important;
}
body .sup-group-actions .sup-jcr a:hover {
    background-color: #5e33bf !important;
}
/*tiran*/
body.ejm .sup-group-actions toc-alert a {
    background-color: #ecf71f !important;
}
body.ejm .sup-group-actions toc-alert a:hover {
    background-color: #ecf71f !important;
}
/*tiran - no class for JCR*/
body.ejm .sup-group-actions  a {
    background-color: #5e33bf ;
}
body.ejm .sup-group-actions  a:hover {
    background-color: #5e33bf ;
}
body.ejm .sup-group-actions  span > a {
    background-color: #fff ;
}
body.ejm .sup-group-actions  a:hover {
    background-color: #fff ;
}

/* TOC */
body.results .sup-group-actions .sup-toc a {
    background-color: #1B9CCF !important;
}
body.results .sup-group-actions .sup-toc a:hover {
    background-color: #1DAAE8 !important;
}
body.ejm .sup-group-actions .ejm-toc-service a {
    background-color: #1B9CCF !important;
}
body.ejm .sup-group-actions .ejm-toc-service a:hover {
    background-color: #1DAAE8 !important;
}

/* BrowZine */
/*tiran added image - not showing*/
ol.results .actions .sup-browzine a{
    background-image: url('https://maccabi.tdnetdiscover.com/ui/shared/services/browzine-logo.png') !important;
    padding-left: 30px !important;
}
body.results .sup-group-actions .sup-browzine a {
    background-color: #FC2045 !important;
    }
body.results .sup-group-actions .sup-browzine a:hover {
    background-color: #FC2045 !important;
}
/* LibKey */
ol.results .actions .sup-libkey-pdf  a{
    background-image: url('https://maccabi.tdnetdiscover.com/ui/shared/services/libkey-nomad-flame.png') !important;
    padding-left: 30px !important;
}
body.results .sup-group-actions .sup-libkey-pdf  a {
    background-color: #0b0b0b !important;
}
body.results .sup-group-actions .sup-libkey-pdf  a:hover {
    background-color: #0b0b0b !important;
}

ol.results .actions .sup-libkey-read-article a{
    background-image: url('https://maccabi.tdnetdiscover.com/ui/shared/services/libkey-nomad-flame.png') !important;
    padding-left: 30px !important;
}
body.results .sup-group-actions  .sup-libkey-read-article a {
    background-color: #0b0b0b !important;
}
body.results .sup-group-actions  .sup-libkey-read-article a:hover {
    background-color: #0b0b0b !important;
}

/* Similar Articles */
body.results .sup-group-actions .sup-similar-articles a {
    background-color: #3293a0 !important;
}
body.results .sup-group-actions .sup-similar-articles a:hover {
    background-color: #3293a0 !important;
}

/* Cite and Export (Repository) */
body.results .sup-group-actions .sup-cite-export a {
    background-color: #AD1C29 !important;
}
body.results .sup-group-actions .sup-cite-export a:hover {
    background-color: #AD1C29 !important;
}
/* -------------- END OF ACTION LINKS CSS ------------------ */


/* to change the Dense EJM widget for browser < IE9 */
.lt-ie9 .ejm-dense label {
    color: red; 
}
/*עיצוב מעוגל לתיבות*/
body.pages .widget , 
body.pages  .widget.tabbed, 
#tabbed-widget-content_77423 .tabbed-widget-inner-widget-content , 
body.pages .widget.tabbed .tabbed-widget-content ul.tabbed-widget-tabs 
/*li.tabbed-widget-tab.spread-full-width*/
{
    border-radius: 10px;
    background-color: rgb(229,229,229);
}

.widget-body .widget-content .widget-header .widget-footer , .toc-page{
 font-family: 'Ploni Maccabi ML v2 AAA';
 color: rgb(30, 60, 149);  
  background-color: rgb(229,229,229);
 }
h2 /*כללי*/
{color: rgb(30, 60, 149); 
font-family: 'Ploni Maccabi ML v2 AAA';
text-align: center;
}


/*מופיע בבלוג*/
h1.emph.inline{text-align: center;}

/*כותרת שם פרסום בתוצאות*/
h2.widget.additionalrecords h2.widget.discoverresults h2.widget a.item-title , 
h2.publication-title-details, .general-data h2, ol.results h2
{color:rgb(14, 141, 170); 
font-family: 'Ploni Maccabi ML v2 AAA';
text-align: left
}
a {
  font-family: 'Ploni Maccabi ML v2 AAA';
  color:rgb(28, 89, 151); 
}
a:hover {text-decoration: underline;
color: rgb(30, 60, 149); 
}
body.pages .widget.additionalrecords cite, body.pages .widget.bookmarks cite,
 body.pages .widget.discoverairesults cite, body.pages .widget.discoverresults cite,
 body.pages .widget.repositoriesresults cite,
 body.pages .toc-page .information .authors

 {color: rgb(14, 141, 170);}
/*שמות הפרסומים בתוצאות*/
.widget-body.publication .publication-title-details,
.widget-body.publication .publication-title-details .part.authors li
 {color: rgb(14, 141, 170);}

ol.ejm-results-list cite,
ol.results cite
{
    color: rgb(14, 141, 170);}
publication-title-details{
    color: rgb(14, 141, 170);}
  
.tabs .tabs-nav a {
	font-weight:bold;
	font-size:1.2em;
	background-color: rgb(229,229,229);
}
/*רשימות אופקיות*/
ul.inline-list li { display: inline-block; margin: 0 10px; /* Adds spacing between items */ }

body.repositories .search-form-v2-letters-bar{
    display: none;
}