body
{
    font-family: Raleway;
}
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li.issue {
        background-color: #ffffff;
    /* border-radius: 10px; */
    padding: 20px 40px;
    border: 1px solid ;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-left: 50px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -35px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
/*    color: #ffffff;
*/}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
/*display: inline;
*/}
p.meta {
    color: #777;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}
div#faq1
{
    color: white;
}
.literatumListOfIssuesWidget .list-of-issues li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    background-color: #fff;
}
.literatumListOfIssuesWidget .list-of-issues li ul li p {
    color: #555;
    font-size: .8em;
    margin: 0 0 3px;
    line-height: 1.7;
}
.access-icon.part {
    opacity: .5;
}
.access-icon.full, .access-icon.part, .access-icon.free {
    border-color: transparent transparent #f58800 transparent;
}
/*.access-icon {
    position: absolute;
    color: #fff;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 40px 40px;
    right: 0;
    bottom: 0;
    margin-bottom: -19px;
}
*/ .list-of-issues>li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
    cursor: pointer;
    background-color: #fff;
}
li.in_link {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 10px;
}
p.meta {
    margin-bottom: 0px!important;
}
.access-icon:after {
    font-family: 'icomoon',serif;
    width: 10px;
    z-index: 2;
    position: absolute;
    color: #fff;
    font-weight: 600;
    right: 10px;
    top: 0;
    left: auto;
    padding: 18px 0 0;
}
ul.faq-list {
    background: #eee;
    padding: 27px!important;
    border-radius:0px 0px 10px 10px;
    font-family: sans-serif;
}
.topic {
    background: #7ee324;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px 0px 0px 0px;
    margin-left: 2px;
    font-family: sans-serif;
}
nav..navbar-expand-lg.sub.navbar-dark {
    background: #061821!important;
}
.topic.topics
{
        margin-left: -21px;
    border-radius: 0px 10px 0px 0px!important;
    background-color:#343565!important;
    font-family: sans-serif;
}
.sub-col {
    padding-top: 10px;
    font-size: 18px;
    margin-top: 25px;
}
ul.list {
    list-style: none;
    margin-top: 30px;
    margin-left: -45px;
}
li.post {
       padding: 10px;
    padding-bottom: px;
    border: 1px solid;
    margin-right: 55px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    padding-right: 5px!important;
}
.access-icon+.part-tooltip {
    display: none;
    position: absolute;
    bottom: 23px;
    right: 25px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    color: #555;
    font-size: .6em;
    text-transform: uppercase;
    padding: 2px 5px;
    z-index: 5;
}
.main {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}
ul.list_issue {
    list-style: none;
}
 @media only screen and (max-width: 767px)
     {
.topic.topics {
     margin-left: 0px!important; 
     border-radius: 0px!important; 
    background-color: #061821;
    font-family: sans-serif;
}
.topic {
     margin-left: 0px!important; 
     border-radius: 0px!important; 
    background-color: #f58800;
    font-family: sans-serif;
}
}

li.number {
    display: inline-block;
    padding: 10px;
    margin-left: 14px;
/*    background: red;
*/    border-radius: 4px 4px 0px 0px;
    text-align: center;
    font-family: sans-serif;
    width: 11%;
    text-align: center;
}
li.number:hover
{
    background-color:darkblue;
    color: white;
}
li.number.active
{
    background-color:#343565!important;
    color: white!important;
    width:11%;
    text-align: center;
}
.text_content {
    width: 100%;
    padding: 23px;
    color: #333;
        background: #eee;
    margin-top: -16px;
}

.tocListWidget .metrics-panel {
    margin-bottom: 18px;
}
.metrics-panel {
    padding: .5rem 0 .5rem 0;
    margin: .5rem 0 0 0;
    overflow: hidden;
    display: inline-block;
}
.list_content {
    background: white;
    padding: 10px;
    padding-left: 32px;
/*    padding-bottom: 20px;
*/    border-radius: 10px;
}
.list_content:hover
 {
    box-shadow: 3px 3px 3px 3px lightgray;
}
.metrics-panel {
    font-size: .85em;
    color: #666;
}
ul.altmetric-score.true {
       list-style: none;
    margin-top: -14px;
}
.metrics-panel li {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 9px 5px 9px 0;
    margin: 0 20px 0 0;
    float: none;
    line-height: 1.1;
    font-size: .85em;
}
.metrics-panel span {
    font-size: 1.3em;
    display: block;
    color: #444;
}
h5.heading
{
    font-size: 1.25em;
    font-weight: bolder;
    text-align: justify;

}
.tocentryright
{
    font-size: .85em;
}
.tocDeliverFormatsLinks {
    padding-top: 10px;
    font-size: 1.04em;
    color: #061821;
}
















span.option {
    float: right;
}
select.my-select.selectpicker {
      height: 30px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 10px;
}
/*.fa, .fas {
    font-weight: 900;
    padding-left: 14px;
}*/
a.links:hover
{
    color: white;
}
a.links
{
    color:black;
}


li.linkss {
    padding: 10px;
    border: 1px solid lightgray;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
}
li.actives.linkss {
    font-size: 25px;
    font-weight: bolder;
}
i.fas.fa-angle-left.arrowl{
    padding-right: 10px;
    font-size: 26px;
    padding-top: 14px;
}
i.fas.fa-angle-right.arrowr {
    padding-right: 10px;
    font-size: 26px;
    padding-top: 14px;
}
@media only screen and (device-width: 768px)
{
h5.heading
{
font-size: 1.05rem!important;
}
.metrics-panel {
    margin-left: -41px;
}
}
   