/* TYPE YOUR OWN CSS HERE */
/*a MODAL Starts  */

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
    overflow-y:scroll;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 2% auto;
    padding: 10px;
    border-radius: 5px;
    background: #f5f5f5;
    height: 1500px;
    overflow-y: auto;
    background: F5F5F5;
    overflow: scroll;
  }
.close {
    background: #DCDCDC;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close a {
    color: white;
}
.close:hover {
    background: #99CC6D;
}
#links {
    font-weight: 400;
    font-size: 1.2em;
}

/*a MODAL Ends */

body {
  background-color: white;
 }

.widget-blogroll-body .fa {
    display: none;
 }
  
/* TYPE YOUR OWN CSS HERE */
#header:after{
	content: '';
    position: absolute;
    top: 7px;
    right: 20px;
    height: 66px;
    width: 155px;
    background-image: url(https://sescam.ovidds.com/ui/shared/logos_sescam.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

#header {
    box-shadow: 0 3px 3px 0 rgba(100,100,100,0.8);
    padding-bottom: 80px;
 }

#sub-nav .user-menu {
    margin-right: 150px;
    font-size: 0.7em;
 }

 #sub-nav .brand-logo img {
     display: none;
  }

#sub-nav a {
    color: #4d4d4d;
    font-size: 1.5em;
}

.widget .title-group h3 {
    display: none;
  }

  div.tabs .title-group h3 {
    display: none;
}


.rss-feed h3 {
	display: none;
}

/* .mq-desktop { 
    display: none;
 } */

 /*Discover widget background image*/
@media only screen and (max-width:660px) {
    .widget[data-widget-id="17875"] .widget-body {
    background-image:url("https://demo.ovid.com/custom/ovidds/sescam/ds/back.png")!important; 	
    background-position: 0px -242px!important; 
    background-repeat:no-repeat!important;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.widget[data-widget-id="17875"] .widget-body {
    background-image:url("https://demo.ovid.com/custom/ovidds/sescam/ds/back.png")!important; 	
    background-position: 0px -242px!important; 
    background-repeat:no-repeat!important;
    background-size: cover!important;
}
}
@media only screen and (min-width:1025px) {
    .widget[data-widget-id="17875"] .widget-body {
    background-image: url("https://demo.ovid.com/custom/ovidds/sescam/ds/back.png")!important; 	
    background-position: 0px -125px!important; 
    background-repeat:no-repeat!important;
    height: 200px;
}
}

/* Testing  */

.side-snippets {
    background-color: #ffffff;
}

.results.discover-results.auth.usegeneric #body {
    background-color: #f5f5f5;
}

.results.chunk-nav li {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

#facets div.sort {
    border: 1px solid #DCDCDC;
    background-color: #ffffff;
    padding: 12px;
    margin-bottom: 1.4em;
}


#facets li.facet.limitation-facet {
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
}

#facets li[data-facet="TDNet.Discover.Search.FacetField"] {
background-color: #ffffff;
    padding: 5px;
    padding-left: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-bottom: 15px;
}

.results-info.neutral-color.flex {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}

.discover-results-sidebar li.feature-snippets {
    background-color: white;
}

