/** Normalise font rendering across devices. */
html { -webkit-font-smoothing: antialiased; min-height: 100%; position: relative; }

body{
  margin-bottom: 100px;
}
h1, .h1, h2, .h2, h3, .h3{
  padding-top: 20px;
  margin-top: 0px;
}
/** Bootstrap Fixes **/
.row{
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  /*text-align: inherit;*/
  margin-left: 0px;
  margin-right: 0px;
}

.well{
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/** Other Fixes **/
.panel ul,
.bio ul{
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  -khtml-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  margin-bottom: 0px;
}
.bg-trans{
  background: transparent;
}
.no-border{
  border: 0px;
}

.add-btn{
  color: #ef4135;
  font-size: 20px;
}
.add-btn:hover{
  color: #df1f12;
}

.panel-heading .add-btn{
  color: #fff;
}

.panel-heading .add-btn:hover{
  color: #efefef;
}

/** Fix dropdown menu drawing behind navbar */
.dropdown-menu {
  z-index: 2000;
}
#lower-navbar {
  z-index: 0;
}

/** UOW Navbar
    Matches the style of the primary navbar on the UOW home page */

.navbar-uow {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  margin: 0;
  text-transform: uppercase;
}
.navbar-uow .navbar-nav a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-uow a.navbar-brand {
  height: 80px;
}
.navbar-uow .logo-small {
  box-sizing: border-box;
  max-height: 50px;
}

/** UOW Slim Navbar
    Matches the style of the secondary navbar on the UOW home page */

.navbar-uow-slim {
  margin: 0;
  background: #262a2d;
  min-height: 45px;
  border-bottom: none;
}
.navbar-uow-slim .navbar-nav > li > a {
  color: #ffffff;
  /*font-size: 14px;
  line-height: 14px;*/
}
.navbar-uow-slim .navbar-nav > li > a:hover {
  background-color: #2f3c42;
  color: #ffffff;
}

.nav.nav-tabs {
  background: #3e4a50;
  border-bottom: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/** Featured Item
    A large, full width image banner with text overlaid */

.jumbotron#featured-item {
  background-size: cover;
  background-position: top;
  color: white;
  position: relative;
  margin: 0;
}
.jumbotron#featured-item .container {
  height: 400px;
}
.jumbotron#featured-item h1 {
  padding-top: 100px;
}
.jumbotron#featured-item .caption {
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.jumbotron#featured-item a {
  color: white;
  text-decoration: underline;
}

/** Search Form
    The search form used on the home page */

#search-form {
  background: #262A2D;
  padding-top: 15px;
  padding-bottom: 15px;
}
#search-form .row,
#search-form .no-padding {
  padding: 0;
}
#search-form input[type=text] {
  background: #49565B;
  color: white;
  border: none;
  border-radius: 0;
}
#search-form input[type=text]:focus {
  box-shadow: none;
}
#search-form button {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
}
#search-form select {
  border: none;
  border-radius: 0;

  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0 15px;

  background: #364044;
  background-image: url(../images/dropdown_arrow@2x.png);
  background-size: 30px 11px;
  background-position: center right;
  background-repeat: no-repeat;
  color: white;

  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
}

/** Main Links
    large links to various category pages on the site */
#main-links {
  background-color: #ef4135;
}
#main-links p.lead {
  font-family: "FlamaSemicondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#main-links .row {
  background: none;
}

#main-links a {
  color: white;
  display: block;
  padding: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
#main-links a:hover {
  background-color: #df1f12;
  text-decoration: none;
}
#main-links .icon {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}
#main-links p {
  margin: 0;
}

/** Login pages */
#login-form-panel {
  margin-top:20px;
}

/** Lead block */
#lead-block {
  background-color: #efefef;
  padding-top: 4em;
  padding-bottom: 4em;
}

/** Individual profile pages */
#individual-intro ul {
  padding: 0;
  list-style: none;
}
ul.propertyTabsList {
  list-style: none;
}
#admin{
  background: #F0CBC2;
  padding: 5px;
  width: 100%;
  left: 0px;
  margin: 15px 0;
}
#admin h3{
  margin-top: 0px;
}
#admin .uri-link{
  padding-bottom: 0px;
  margin-bottom: 3px;
}
#admin a.edit-individual{
  display: inline-block;
  padding-top: 0px;
}
#admin a.edit-individual, #admin section#verbose-mode{
  margin-top: 5px;
}
.individual .bio img.individual-photo{
  margin-bottom: 0px;
  border: 5px solid #D9D9D9;
  width: 240px;
  margin-top: -10px;
}
.individual .bio,
section#individual-intro
{
  padding: 15px 0;
  margin: 20px 0;
  border-left: 5px solid #ef4135;
  background: #fff;
}
.individual .bio:after{
  content: '';
  position: relative;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: -15px;
}

.individual .bio h1,
.individual .bio h2,
.individual .bio h3,
.individual .bio h4{
  margin-top: 0px;
}
ul#individual-personInPosition{
  padding-left: 0px;
}
ul#individual-personInPosition li{
  line-height: 1.5em;
}
.individual .bio>div{
  padding-top: 10px;
}
.individual .bio hr{
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.individual-urls, ul#individual-personInPosition, ul#individual-hasResearchArea, ul#individual-hasGeographicFocus{
  list-style: none;
}
ul#individual-hasResearchArea li{
  border: 0px;
  float: none;
}
.individual .content{
  padding-left: 0px;
  width: 65.7%;
  min-height: 668px;
}

.tab-content {
  padding-left:19px;
  padding-right:19px;
  background: #fff;
}

ul.property-list {
  list-style-type: none;
  padding:5px;
}

article.property-profile>hr {
  margin: 5px 0px;
}

ul#individual-phone li:last-child{
  margin-bottom: 0px;
}
.bio ul{
  line-height: 1.5em;
}
@media (max-width: 991px) { 
  .individual .bio div{
    float: none;
    width: 100%;
    text-align: center;
  }
  .individual .bio div.col-md-3,
  .individual .bio div.col-md-4, 
  .individual .bio div.col-md-4 div{
    text-align: left;
  }
  .individual .bio div.col-md-4 div{
    width: 90%;
  }
  .individual .bio img.individual-photo{
    float: none;
    margin: 0 0 15px 0 !important;
  }
  .individual .bio header{
    border-bottom: 3px solid #ef4135;
  }
  .individual .bio{
    padding: 15px 0;
    margin: 15px 0;
    border-left: 0px;
  }
  .individual .content{
    padding-left: 0px;
    width: 100%;
  }
}

/** Developer Panel */
h1#developerPanelClickMe {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

/** Map */
#map {
  padding-top: 2em;
  padding-bottom: 2em;
}
#map h4 {
  font-size: 30px;
}
#map #researcherTotal {
  text-align: center;
  display: block;
  margin-bottom: 2em;
  color: gray;
}
#mapGlobal {
  width: 100%;
  margin: 0;
}
#mapGlobal div.leaflet-bottom.leaflet-left {
  background-color: #fff;
  margin: 1em;
  padding: 8px 12px !important;
  text-transform: uppercase;
  shadow: 0 0 8px rgba(0,0,0,0.4);
}
#mapGlobal div.leaflet-bottom.leaflet-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/** Data Lists */
#data-lists {
  background-color: #efefef;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 60px;
}
#data-lists .row {
  background: none;
}
#data-lists ul {
  list-style: none;
}
#data-lists li.individual {
  display: block;
}
#data-lists li.individual h1 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  display: inline;
}
#data-lists li.individual img {
  max-width: 40px;
  max-height: 40px;
  display: inline-block;
}

/** Footer */
#site-foot {
    background-color: #3e4a50;
    color: #adb7ba;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}
#site-foot ul {
  list-style: none;
}
#site-foot ul li {
  display: inline;
  margin-left: 2em;
}
#site-foot ul,
#site-foot p {
  padding: 0;
  margin: 0;
}
#site-foot a {
  color: #adb7ba;
  text-decoration: underline
}
#site-foot a:hover {
  color: #ffffff;
}

/* Menu Page Browse */
ul#browse-classes li,
#researchArea li,
#currentSearchSelection li{
  margin: 0 0 -1px 0;
  padding: 0px;
  display: inherit;
  width: 100%;
  list-style: none;
}

#menupage-intro {
  background: #fff;
  margin: 20px 0;
}

#menupage-intro h2{
  padding: 15px;
  background: #3e4a50;
  color: #fff;

}


.menupage-l{
  padding: 15px;
}

.menupage-l.col-md-3 {
  background: #fff;
}

.menupage-l ul{
  padding:0;
}
.menupage-l input[type="checkbox"]{
  margin-right: 7px;
}
.menupage-l li.list-group-item label{
  font-weight: normal;
  padding-left: 25px;
  text-indent: -15px;
}
.menupage-l ul#browse-classes,
.menupage-l ul#researchArea{
  width: 100%;
  margin: 0px;
}
.menupage-l ul#browse-classes a,
.menupage-l ul#researchArea a{
  width: 100%;
}
.menupage-r h3.selected-class{
  margin: 0;
  padding: 0 0 15px 0;
}
.menupage-r #individuals-in-class{
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.menupage-r ul#alpha-browse-individuals{
  width: 100%;
  /*margin: 0;*/
  padding: 0;
}
.menupage-r ul#alpha-browse-individuals a{
  padding: 0 8px 0 0;
  height: auto;
}
.menupage-r .menupage{
  margin: 10px 0;
}
.menupage-r .menupage ul{
  padding: 0px;
  margin:5px;
}
.menupage-r #individuals-in-class ul{
  padding: 0;
  margin: 15px 0;
}
.menupage-r #individuals-in-class ul li.individual{
  padding: 10px 5px 10px 0;
  margin: 0;
  width: 100%;
}
.menupage-r #individuals-in-class ul li.individual:nth-child(odd){
  background: #f6f6f6;
}
.menupage-r #individuals-in-class ul li.individual img{
  float: left;
  max-height: 90px;
  max-width: 90px;
  margin: 0 20px 0 0;
}
.menupage-r #individuals-in-class h1{
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}
.menupage-r #individuals-in-class span.title{
  font-size: 0.9em;
  margin: 5px 0 0 0;
}
.menupage-r #individuals-in-class .pagination{
  display: none;
}

.menupage-r.col-md-9 {
  background: #fff;
  margin-left: 1.8%;
  width: 73.2%;
  margin-bottom: 100px;
}

ul.menupage-r>ul {
  margin:0;
}

.panel-default { 
margin-top:30px;
}

.col-md-8 {
  margin-right: 10px;
  padding:0px;
}

body:not(.home)
 {
	background: #3e4a50;
	background-image: url('/themes/uow/images/background/POND.jpg');
	background-repeat: no-repeat;
  background-attachment: fixed;
background-image: url('/themes/uow/images/background/POND.jpg'), -webkit-gradient(linear, left top, left bottom, from(3e4a50), to(#fff));
background-image: url('/themes/uow/images/background/POND.jpg'), -webkit-linear-gradient(#3e4a50,#fff); /* For Safari 5.1 to 6.0 */
background-image: url('/themes/uow/images/background/POND.jpg'), -moz-linear-gradient(#3e4a50,#fff); /* For Safari 5.1 to 6.0 */
background-image: url('/themes/uow/images/background/POND.jpg'), -o-linear-gradient(top, #3e4a50,#fff); /* For Opera 11.1 to 12.0 */
background-image: url('/themes/uow/images/background/POND.jpg'), linear-gradient(#3e4a50,#fff); /* Standard syntax */

}
#adminDashboard {
  background: #fff;
}

body.accountsAdmin,
body.individual>div.container,
body.events>div.container,
body.organizations>div.container,
body.search>div.container,
body.manageProxies,
body.processInstitutionalInternalClass,
body.SearchIndex,
body.pageList,
body.editRequestDispatch,
body.browse>div.container,
body.accounts{
  background:#fff;
}
body.individual>div.container,
body.organizations>div.container,
body.search>div.container,
body.events>div.container,
body.browse>div.container {
  margin-top:20px;
}

body.siteAdmin>div.container>div.tab>h2 {
    padding: 15px;
  background: #3e4a50;
  color: #fff;

}

div#vis-container {
  background: #fff;
}

body.vis>div.container {
  margin-top:20px;
  padding: 0px;
  margin-bottom:80px;
  background:#fff;
}
div#vis-headings>h1 {
  line-height:1.7;
}

.display-title,
div.container>div[role=tabpanel],
div.col-md-8.content>div[role=tabpanel] {
  font-size: 16px;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 80px;
  min-height: 668px;
}

#individual-intro[role=region] {
  background: #fff;
  margin: 20px 0 3px 0;
  padding-left:20px;
  padding-right:20px;
}

#individual-info>header>h1.fn {
  margin-top:0px;
}
a.btn.fulltext>img {
  margin-right:10px;
}

div.bodyWrapper {
  margin:0;
  padding:0;
  height:100%;
  min-height:100%;
  position:relative;
}

.contentWrapper{
  padding-bottom:100px; /* Height of the footer element */
}

#browse-by{
  width: 100%;
}
nav#alpha-browse-container{
  padding-left: 0;
}
.menupage-r p.no-individuals{
  margin: 0;
  clear: both;
}
.menupage-r #individuals-in-class span.title ul{
  margin: 0;
}
#researchOverview-noRangeClass-List{
  list-style-type: none;
  padding: 0px;
}

/**
 * Visualisation page styles
 */
#sidebarStats {
    margin-top: 10px;
}
#publication_data_table>caption,
#grant_data_table>caption,
#coauthorships_table>caption {
    color:#333;
    font-weight: bold;

}

/* multi checkbox popup widget style */
#ui-dialog-title-researchAreaPopup{

}
a.swapAllLink{
  font-family: inherit;
  margin-top: 0.7em;
}
.search-cell::before{
  content: "Search";
  display: inline;
  color: #999;
}
.search-cell{
  padding-left: 0.5em;
  font-size: 10pt;
}
.search-cell input.textFilter{
  width: 150px;
  font-size: 14px;
  font-family: "FlamaSemicondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ui-widget,
.ui-widget input {
  font-size: 14px;
  font-family: "FlamaSemicondensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ui-dialog{
  padding: 0;
}
.ui-dialog-titlebar{
  color: #fff;
  background: #EF4135 none repeat scroll 0 0;
  border-color: #EF4135;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.ui-corner-all{
  border-radius: 0;
}
.search-cell-left, .search-cell-right{
  background-color: #cccccc;
}
.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px;
}
.ui-widget-content.slick-row{
  border: 1px solid #ddd;
  border-bottom: none;
}
.ui-widget-content.slick-row:last-child{
  border: 1px solid #ddd;
}
.slick-header-columns.ui-sortable,
.slick-header.ui-state-default{
  display: none;
}
.slick-cell, .slick-headerrow-column{
  border: none;
  padding-left: 10px;
}
.slick-row.ui-state-hover{
  background:none;
}
.slick-cell.ui-state-hover{
  background:none;
  border: none;
}
.slick-header-columns, .slick-headerrow-columns {
  width: 999999px;
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}
.ui-dialog-buttonpane button.btn-primary.ui-button:hover{
  background: none;
  background-color: #df1f12;
}
.ui-dialog-buttonpane button.btn-primary.ui-button{
  background: #ef4135;
  border-color: #ed2b1d;
  color: #fff;
}
.ui-button-text-only .ui-button-text { 
  padding: 0; 
}
.ui-dialog .ui-dialog-buttonpane{
  border-top: 0;
}
.ui-button{
  display: inline;
}
.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  margin: 0;
  padding: 4px 0 4px 0;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
  background-color: #ccc !important;
  background-image: none;
}
span.numberPlaceHolder{
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background-color: #e7e7e7;
}
span.keywords{
  margin-top: 8px;
  display: block;
  font-size: 12px;
}
span.openAccessDownload{
  display:block;
}
.menupage-r #individuals-in-class ul li.individual a.openAccessImg{
  float: right;
  padding-left: 40px;
  background: #ddd url("/images/openAccess.png") no-repeat scroll 10px 4px;
  height: 40px;
  border: 1px solid #262a2d;
}
.menupage-r #individuals-in-class ul li.individual a.openAccessImg img{
  margin-left: -15px;
  margin-top: -25px;
}
span.doi,
span.externalIds{
  display: inline-block;
  margin-right: 20px;
}
span.investigatorsList,
span.grantScheme,
span.fundingAgency,
span.associatedConcept{
  display: block;
}
.facet{
  margin-top:20px;
}
.remove-facet{
  float: right;
}
.facet-wrapper{
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px 10px 20px;
  margin-top: -1px;
  color: #555;
}
.remove-facet{
  float: right;
}
.facet-type{
  width: 90%;
  float: left;
  word-wrap: break-all;
}
#browse-by .panel{
  border-radius: 0;
}
#browse-by .panel-heading{
  background-color: #ef4135;
  border-color: #ef4135;
  color: #fff;
} 
#browse-by .panel-body{
  padding: 0;
}
#browse-by .list-group-item.active{
  background-color:#999;
  border-color: #999;
}
#browse-by .glyphicon{
  font-size: 1.2em;
}
#browse-by .input-group-btn{
  border: 1px solid #ccc;
  border-left: none;
}
#browse-by .btn.btn-default:hover,
#browse-by .input-group-btn:hover {
  background: none;
  border-left: none;
}
#browse-by .form-control{
  height: 38px;
}
span.citation{
  display: block;
}
#browse-by input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#browse-by input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #ef4135;
  padding-left:10px;
}
#browse-by input[type=checkbox] + label:before { content: "\f096"; margin-right:5px;} /* unchecked icon */
#browse-by input[type=checkbox]:checked + label:before { content: "\f046"; margin-right:5px; } /* checked icon */

#pager-top {
  margin: 20px 0 0 0;
}
#pager-bottom {
  margin: 20px 0;
}

.pager li > a, .pager li > span{
  border-radius: 0;
  margin-left: -4px;
}
div.totalNumFound{
  font-size: 12px;
  color: #a0a0a0;
  text-align: center;
  margin-top: 2px;
}
#browse-by .panel.panel-default label{
  font-weight: normal;
}
#browse-by .panel-default{
  margin-top: 5px;
}
.alert.alert-grey{
  background-color:#ddd;
  border-color:#ddd;
  margin-bottom: 10px;
}
#browse-by .bootstrap-switch-handle-on.bootstrap-switch-primary{
  background: #ef4135 none repeat scroll 0 0;
}
.bootstrap-switch{
  margin-right: 5px;
}
.addToTopPubs{
  padding-left: 5px;
  margin-right: 15px;
}
.addToTopPubs.enabled:before{
  font-family: FontAwesome;
  content: "\f006";
  cursor: pointer;
  font-size: 16px;
}
.addToTopPubs.enabled.inactive:before,
.addToTopPubs.disabled.inactive:before{
  color: gray;
  cursor: not-allowed;
}
.addToTopPubs.disabled:before{
  font-family: FontAwesome;
  content: "\f005";
  cursor: not-allowed;
  font-size: 16px;
}
.removeFromTopPubs{
  margin-right: 20px;
}
#publicationsManagement input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#publicationsManagement input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #ef4135;
  padding-left:30px;
  cursor: pointer;
  font-size: 16px;
}

#publicationsManagement input[type=checkbox] + label:before { content: "\f06e"; letter-spacing: 10px; cursor: pointer;} /* unchecked icon */
#publicationsManagement input[type=checkbox]:checked + label:before { content: "\f070"; letter-spacing: 10px; cursor: pointer;} /* checked icon */
#publicationsManagement .showHideAllLabel{margin-left: -25px;}
.hiddenTopPub{
  margin-right: 10px;
}
#topPubSortable li{
  cursor: move;
}
#topPubSortable a{
  cursor: pointer;
}
#publicationsManagement a:hover,
#topPubSortable a:hover{
  text-decoration: none;
}
.panel-body.pubManageInstruction{
  padding-top:0;
  padding-bottom: 15px;
}
.pubManageInstruction li{
  list-style: none;
  font-size: 13px;
}

#topPubSortable { 
  list-style-type: none;
}
div.sparqlform div.page-header{
  background: #3e4a50;
  color: white;
  padding: 1px 0 5px 10px;
  border: none;
}
form.pagebody{
  background: white;
  padding: 10px 0 80px 80px;
}
#submit.displaySubmit{
  display: inline-block;
}
.tooltips-btn{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
div.tooltip{
  font-size: 13px;
  width: 200px;
  text-align: left;
  font-weight: 600;
}
.requiredIcon{
  color: red;
  font-size: 10px;
}
.requiredIcon.form-control-feedback{
  padding-top: 13px;
  padding-right: 25px;
}
#defaultReal{
  margin-top: 0;
}
.positionImg{
  display:inline-block;
  vertical-align:top;
  margin-top: 5px;
  margin-right: 3px;
  color: grey;
}
.position{
  display: inline-block;
  width: 90%;
}
.pointer {
  cursor: pointer;
}
.mediumSelection{
  width: 200px;
}
.panel-heading,
.panel-heading h2{
  font-size: 18px;
}
.searchhits li a{
  font-size: 16px;
}
.searchhits .display-title{
  padding: 0 5px 0 8px;
  font-size: 14px;
}
p.snippet{
  font-size:13px;
}
.individual .row{
  margin-bottom: 3px;
}
.individual .row.nav{
  margin-bottom: 7px;
}
.nav-tabs>li{
  margin-bottom: 0;
}
.nav-tabs>li>a{
  margin-right: 0px;
}
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
  background-color: #333333;
  color: #fff;
  border: none;
}
.nav.nav-tabs>li.active>a{
  background-color: #fff;
  border: none;
  color: #ef4135;
}
.nav-tabs>li>a{
  color: #fff;
  border: none;
  border-right: 1px solid grey;
}
.nav-tabs>li>a:hover{
  background-color: #333333;
  border:none;
  border-right: 1px solid grey;
}
.row.tabnav {
  margin-bottom: 7px;
}
.individual .col-md-4{
  padding: 0;
  margin: 0;
}
.individual .panel{
  margin-bottom: 10px;
  border: none;
}
#openSocial .panel-heading{
  margin-bottom: 0;
}
#openSocial .panel{
  padding: 15px 0 0 0;
}
.gadgets-gadget-title-bar{
  margin-left: 0;
  margin-right: 0;
}
#docs .col-md-10{
  margin-left: -20px;
}
.row.cites div{
  padding-left: 0;
}
.row.cites{
  font-size: 14px;
}
.citationDetails hr{
  margin-top: 10px;
  margin-bottom: 10px;
}