/*
FILE /members/ticker/scroller/nm_marquee.css
CSS for /members/ticker/nm_scroller.php
*/
/* The outer div of the marquee display */
#nm-marquee {
    max-width: 170px;
    /*background-color: #ddd;*/
}
#nm-marquee div { margin-bottom: 10px; }
/* The image Revach L'Daf */
#nm-marquee div img { 
    border: 2px solid black; 
    margin-bottom: 10px;
}

.nm-mousepause {
    /*color: red;*/
    font-style:italic;
}
.nm-phonepause {
    /*color:green;*/
    font-style:italic;
}
@media screen and (min-width:501px) {
    .nm-mousepause { display:inline; }
    .nm-phonepause { display:none; }
}
@media screen and (max-width:500px) {
    .nm-mousepause { display:none; }
    .nm-phonepause { display:inline; }
}


/* Marquee container referenced in nm_marquee.js */
#nm-marqueecontainer{
    position: relative;
    width: 100%; /*marquee width */
    height: 300px !important; /*marquee height */
    color:black;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    padding: 1px;
    padding-left: 1px;
    text-align:left;
    margin: 0 auto;
}
#nm-marqueecontainer img {
    border-width: 2px;
    border-style: solid;
}
.nm-abstract, .nm-abstract2 {
    font-weight: normal; 
    color: #000; 
    font-family: Verdana, Geneva, Helvetica, "Trebuchet MS", Sans-serif; 
}
.nm-abstract2 { font-size: 0.8em; }
.nm-abstract { font-size: 0.8em; }

#nm-vmarquee {
    position: absolute; 
    background: #EEE;
    width: 98%;
/*    margin-left: auto;
    margin-right: auto;*/
}
#nm-vmarquee .title {
    text-align: left;
    font-weight: bold;
}
#nm-vmarquee .item {
    text-align: left;
    font-weight: normal;
}
#nm-vmarquee ul {
    list-style-type: none;
    padding: 5px 5px 5px 5px;
}
#nm-vmarquee li {
    margin-bottom: 1em;
    margin-left: 0;
}
@media screen and (min-width:751px) {
    #nm-viewall { display: inline; }
}
@media screen and (max-width:750px) {
    #nm-viewall { display: none; }
}
/* Customise Bootstrap 3 tooltip */
.tooltip {
    background: transparent;
}
.tooltip-inner {
    max-width: 95%;
    border: 1px black solid;
    padding: 3px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: blue;
    background-color: white;
    z-index: 1000;
    overflow: visible;
}
.tooltip.in { opacity: 1.0; }
