﻿body {
    padding-top: 0;
    background: #F8F8F8;
    position: relative;
    font: 11px Fira Sans;
    color: darkorange;
}

.bluelinksmall:hover {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #85bc20;
    text-decoration: underline;
}

.bluelinksmall {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #0F82C6;
    text-align: justify;
    text-decoration: none;
}

.whitelinksmall:hover {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #85bc20;
}

.whitelinksmall {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
.whitetxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: left !important;
    text-decoration: none !important;
}

.blacktxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    color: #555;
    text-align: left;
}

.reftxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-align: left;
    text-decoration: none;
}

.lbltxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    text-align: left;
    text-decoration: none;
}

.searchtxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !IMPORTANT;
    font-size: 14px !IMPORTANT;
    color: #000;
    text-align: left;
    text-decoration: none;
}

.HisTitletxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px;
    font-weight: Bold;
    color: #555;
    background-color: #007ac3;
    height: 20px;
}


.historytxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 11px !important;
    font-weight: normal;
    color:#007ac3 !important;
}
.hisHeadingtxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 11px !important;
    font-weight: normal;
    color: #555;
}

.label-center {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    float: right;
    height: 30px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 20px;
}

.logo-center {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
}

/*Remove space between rows*/
.not-first-row {
    position: relative;
    top: -10px;
}

.login-center {
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
}

.icon-center {
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
}

.footer {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px;
    color: #555;
    border-color: #d9dde7;
    padding: 20px 0 17px;
    margin: 20px 0 0;
    align-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-position {
    position: relative;
    z-index: 1;
}
/*Search*/

.wk-search-container {
    height: 2rem;
}

    .wk-search-container.bigBoxSearch {
        height: 10rem;
    }

.wk-search-submit.bigBoxSearch {
    height: 10rem;
}

.wk-search-submit {
    height: 3rem;
}

.wk-search {
    padding-top: 20px;
}

textarea.wk-search-input {
    height: 10rem;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size:14px !important;
    resize: none;
}

.wk-icon-trash {
    font-size: 1.5rem;
}

.trashIcon {
    padding-top: 0;
    margin-bottom: 5px;
}

/*Card  Styles*/
.card {
    box-shadow: 0 1px 5px 0 #000000, 0 1px 10px 0 #000000;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
    padding: 20px;
}

.card .card-content {
    padding: 30px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Abstractlinksmall:hover {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #85bc20;
    text-decoration: underline;
}

.Abstractlinksmall {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #0F82C6;
    text-align: justify;
    text-decoration: none;
}

.nopadding {
    padding: 4px !important;
    margin: 0 !important;
}

.rowPadding {
    padding: 2px !important;
    margin: 0 !important;
}

.blackTitle {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    color: #555  !important;
    text-align: left;
    font-weight:500;
}

.title {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 16px !important;
    color: #555;
    text-align: left;
}

.authors {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    color: #555;
    text-align: left;
}

.journal {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    color: #555;
    text-align: left;
}

.publicationtype {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    color: #555;
    text-align: left;
}

.publicationtype span {
  font-weight:500;

}

 a:hover {
    outline: 0;
    text-decoration: underline;
    color: #005B92;
}

span {
    font-size: 12px;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}


/*NAV Bar Styles*/

.navbar-default {
    background-color: #007ac3;
    border-color: #007ac3;
}

.navbar .nav > li > a, .navbar,
.navbar .nav > li.current-menu-item > a {
    color: #241866;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}

    /* Adjust Menu colors - Normal */
    .navbar .nav > li > a, .navbar {
        color: #fff;
        text-shadow: none;
    }
        /* Adjust Menu colors - Hover */
        .navbar .nav > li > a:hover, .navbar {
            color: white;
            text-shadow: none;
        }

            /* Remove the Hover/Focus Colors  */
            .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a,
            .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
                color: #fff;
                background-color: #80bde1;
            }

/* navbar */
.navbar-default {
    background-color: #007ac3;
    border-color: #E7E7E7;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #005B92;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #D5D5D5;
    }
    /* mobile version */
    .navbar-default .navbar-toggle {
        border-color: #007ac3;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #007ac3;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-toggle {
        border-color: transparent; /* Removes border color */
        float: right; /* Move navbar toggle to left */
    }

        .navbar-default .navbar-toggle .icon-bar:hover {
            background-color: #fff; /* Changes toggle color on hover */
        }

/*Multifield Textbox alignment*/
.fielded-item {
    height: 2rem;
}

input.moga-field-input[type=text] {
    height: 2rem;
    font-size: 1rem;
    padding: 6px 6px;
    text-align: left;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}

.hasDatepicker {
    background: url(/images/calendar-16px.png) no-repeat scroll 7px 7px;
    padding-left: 30px !important;
}

a.dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
}

.loggedIn {
    float: right;
    color: white;
    font-size: 12px;
    /*padding-top: 12px;
    padding-right: 50px;*/
    height: 48px;   
    padding: 10px 10px;
    line-height: 18px;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}

    .loggedIn a {
        color: #FFFFFF;
        /*font-weight: 300;*/
    }

/*Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
}

.tooltip-inner {
    max-width: 100%;
}
.blue-tooltip + .tooltip > .tooltip-inner {background-color: #005b92;}
.blue-tooltip + .tooltip > .tooltip-arrow {border-bottom-color:#005b92;}

.tooltip-txt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: left !important;
    text-decoration: none !important;
}

.ttlinksmall:hover {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

.ttlinksmall {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    line-height: 20px;
    font-weight: normal;
    color: #efab40;
    text-align: justify;
    text-decoration: none;
}

dl {
    margin-bottom:20px;
}
 
dl dt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 14px !important; 
    font-weight: normal;
    color:#E57602;
    line-height: 20px;   
}
 
dl dd {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    color: #555;
    font-weight: normal;
    background-color: #fff;
    line-height: 20px;

}

dl ol {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    color: #555;
    font-weight: normal;
    background-color: #fff;
    line-height: 20px;
}

dl ul {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 12px !important;
    color: #555;
    font-weight: normal;
    background-color: #fff;
    line-height: 20px;
}
dd {
  margin-left: 0;
}

@media (min-width: 768px)
{
.dl-horizontal dt {
  font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  font-size: 12px !important;
  float: left;
  width: 220px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}
@media (min-width: 768px)
{
.dl-horizontal dd {
  margin-left: 230px; }
}

@media only screen and (max-width: 600px) {
.tooltip {
        display: none !important;
    }
}

/*Scrollspy CSS*/
ul.nav-pills {
      top: 70px;
      position: fixed;
      font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
      font-size: 14px !important;
  }
  
div.col-sm-10 div {
      padding: 5px 10px 10px 10px;
      padding-bottom:10px; 
      font-size: 18px;
  }

  #section1 {color: #fff; background-color: #fff;}
  #section2 {color: #fff; background-color: #fff;}
  #section3 {color: #fff; background-color: #fff;}
  #section4 {color: #fff; background-color: #fff;}

   /*IPAD view alignment*/
@media screen and (min-width: 600px) {
    #section1, #section2, #section3, #section4 {
        margin-left: 80px;
    }
}

  .Resourcetxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}

  .regtxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    color: #757575;
    text-align:justify;
}

/* Relevance search */
.fixed-panel {
    min-height: 250px;
    max-height: 250px;
    padding-top:0;
    overflow-y: scroll;
}

.slider .tooltip.top {
    margin-top: -28px;
}
.tooltip-inner {background-color: #0480BE;}
.tooltip.top .tooltip-arrow {border-top-color: #0480BE;} 

.icon-info {
    color: #005b92;
}

.gridtxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    color: #005b92;
}

.slider-selection {
	background: #c2de90;
}

/* end of Relevance search */

 .glyphicon
{
    font-size: 14px;
}

.forgotpass {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #201d1d;
    text-align: left;
    line-height: 20px;
  }

.loadingktxt {
    font-family: Calibri,"Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #007AC3;
    text-align: left;
}

.forgotlinksmall:hover {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal;
    color: #85bc20;
    text-decoration: none;
}

.forgotlinksmall {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal;
    color: #0F82C6;
    text-align: justify;
    text-decoration: none;
}

/*Relevance reults grid CSS*/
.grid_outerbg
{
background-color: #8DC6C7;
border-color: #C9DBF7;
font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
font-size:14px !important;
width:100%;
}

table, td { border: 1px solid #dadada; }
table { border-spacing: 1px; } /* cellspacing */

.gridheader {
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #474747;
	background-color:#ededed;
	vertical-align:top;
	height: 20px;
    width:70px;
    padding: 2px 2px 2px 5px;
}

.gridrow {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2A2A2A;
	background-color:#f6f6f6;
	border-color: #ededed;
	height: 20px;
    padding: 2px 2px 2px 5px;
}

/*End Relevance reults grid CSS*/

.wk-icon-info {
    font-size: 1.0rem;
}

.teasertxt {
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px !important;
    font-style: italic !important; 
    font-weight: normal; 
    color: #555;
}

.medline_msg{
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    color:#E57602 !important;
}
 .daterangepicker .daterangepicker_input i {
      display:none !important; }

 /* RCP ranking and optimalization */
 .starrr {
    display: inline-block;
    float: right;
}

    .starrr a {
        font-size: 16px;
        padding: 0 1px;
        cursor: pointer;
        color: #FFD119;
        text-decoration: none;
    }

.glyphicon-star-empty {
    color: #ffe88c !important;
}

div.disabledAnchor a {
    pointer-events: none !important;
    cursor: not-allowed;
    color:LightGray;
}
 /* End RCP ranking and optimalization */

 /*Start Visulaization CSS*/
 .axis path, .axis line {
    fill: none;
    stroke: #fff;
    shape-rendering: crispEdges;
  }
.axis text {  
    color: rgba(0, 0, 0, 0.8) !important;  
    font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  	font-size: 11px;
  }
.x.axis path {
    /*display: none;*/
    stroke: #2D9BFC;
}

.y.axis path {
    /*display: none;*/
    stroke: #2D9BFC !important;
}
.bar {
    /*fill: #6ABAFD;*/
  }
.bar:hover {
    fill: #2D9BFC;
    cursor: pointer;
  }
svg text.label {
  fill:white;
  font-size: 10px; 
  font-weight: 500;
  font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  text-anchor: middle;
}
#yearChart {
	min-width: 320px;
}
#countryChart {
	min-width: 320px;
}
#authorsChart {
	min-width: 320px;
}
#MeSHChart {
	min-width: 320px;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

 /*Pie Chart*/
.slice path {
    stroke: #fff;
    stroke-width: 1px;
    cursor: pointer;
}

.textTop {
    font-family: Calibri;
    font-size: 11pt;
    fill: #2D9BFC;
}

.textBottom {
    fill: #444;
    font-family: 'Calibri';
    font-weight: bold;
    font-size: 18pt;
}

.top {
    border: 0px solid #2D9BFC !important;
    color: #777;
    font-family: 'Calibri';
    padding: 5px;
    text-decoration: none;
}

.top:hover {
    border: 1px solid #555;
    color: #333;
} 

 /*Tree Graph*/
 .node {
  cursor: pointer;
 }
 .node circle {
   fill: #fff;
   stroke: #940c72;
   stroke-width: 3px;
 }

 .node text { 
     font: 12px Calibri;
 }

 .link {
   fill: none;
   stroke: #af4995;
   stroke-width: 1px;
 }

 .FDlink {
   fill: none;
   stroke: #409bd2;
   stroke-width: 1px;
 }

.FDnode circle {
  cursor: pointer;
  stroke: #3182bd;
  stroke-width: 1.5px;
}

.FDnode text {
  font: 12px Calibri;
  pointer-events: none;
  text-anchor:start;
}

FDline.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}
 
td, th {padding: 2px 4px;}
th {font-weight: bold;}

 #button_div{
    /*border:solid 1px;*/
    width: 80px;
    height: 15px;
    float:right;
    cursor:pointer;
    color:#0F82C6;
    font-size: 12px !important;
}

#title_bar{
    background: #F8F8F8;
    height: 25px;
    width: 100%;
}
#content{
    /*height: 250px; */
     background: #F8F8F8 !important;
}
 #btnHistory {
        float: right;
        cursor: pointer;
        color: #0F82C6;
        font-size: 12px !important;
    }

#buttonVis {
        float: right;
        cursor: pointer;
        color: #0F82C6;
        font-size: 12px !important;
    }
 /*End Visulaization CSS*/


/*Start 404 Not Found Error page CSS*/
.error_404 {
    color: #353535;
    font-family: "Fira Sans";
    font-size: 76px;
    font-weight: 200;
    letter-spacing: 0;
    text-align: center;
    margin-top: 25%;
    margin-bottom: 36px;
}

.page-not-found {
    color: #353535;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 8px;
}

.ooops-this-is-embar {
    color: #232323;
    font-family: "Fira Sans";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 24px;
}

.tertiary-icon-after-enabled-te {
    height: 25px;
    width: 202px;
}

.button-label {
    height: 18px;
    /*width: 146px;*/
    color: #005B92;
    font-family: "Fira Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.icon {
    display: inline-block;
    color: #005B92;
}

.Error_fixed_footer {
    position: fixed;
    bottom: 0;
    margin-left: 6%;
}

.Error_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow-icon {
    fill: #005B92;
    margin-left: 8px;
    position: absolute;
}

/*End 404 Not Found Error page CSS*/