@media print {
  a[href]:after {
    content: none;
  }
}
body {
    width: 100%;
    height: 100%;
    word-wrap:break-word;
}
#dbimg {
    vertical-align: bottom;
}
/*django*/
.errorlist {
    display: none;
}
label {
    font-size: 85%;
    font-weight: normal;
}
.inline {
    display: inline;
}

.margin-0 {
    margin: 0;
}
.span-link {
    color: #428bca;
    cursor: pointer;
}
.span-link:hover{
    text-decoration: underline;
}
.iptm-orange {
    color: #ffa500;
}
.iptm-blue {
    color: #428bca;
}
.iptm-blue-bg {
    background-color: #428bca;
}
.iptm-green {
    color: #aecc00;
}
.black {
    color: #000;
}
.white {
    color: #fff;
}
a.disabled, a.disabled span {
   pointer-events: none;
   cursor: default;
    color: #aaa;
}
/*index.html*/
#iptm-page-home {
    padding: 0 45px;
    max-width: 1000px;
}

.search-index {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

#text-logo {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding-right:20px;
    /*font-weight: bold;*/
}

/*
 * Masthead for nav
 */

.iptm-masthead {
  /*border-bottom: 1px solid #e5e5e5;*/
    background-color: #71a1cf;
    font-family: "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
    font-weight: normal;
    font-size: 13px;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
/* Nav links */
.iptm-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
}
.iptm-nav-item > a {
    color: #fff;
}
.iptm-nav-item > a:hover,
.iptm-nav-item > a:focus {
    color: #e6eef5;
    text-decoration: none;
}

/* Active state gets a caret at the bottom */
.iptm-nav .active {
    color: #fff;
}
.iptm-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
.iptm-masthead >.container-fluid {
    padding-left: 0px;
}

#navbar-search {
    padding:4px 0;
}

#searchCriteria {
    width: 80px;
    height:30px;
    font-size: 11px;
}
#searchQuery,
#query-gene {
    width: 50%;
    height:30px;
    font-size: 12px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.jumbotron p {
    font-size: 16px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
/*  .masthead {
    margin-bottom: 30px;
  }*/
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.nav-justified>li {
    width: 10%;
}



/*search.html*/
.nav-submit {
    height: 25px;
    padding: 1px 12px 1px 12px;
}

.iptm-search-table{
    table-layout: fixed;
}
.iptm-search-table th{
    background-color: #f9f9f9;
}
#iptm-ptmtype-dropdown{
    width: 400px;
}
.iptm-main {
    margin-top:35px;
    padding: 10px;
}

/*iptm-entry-table*/
#iptm-entry-download-menu{
    color: #000;
    font-size: 12px;
    vertical-align: baseline;
    padding-right: 5px;
}

#iptm-entry-download-menu ul.dropdown-menu {
    min-width: 70px;
}

#iptm-entry-download-title:hover {
    text-decoration:underline;
    cursor:pointer;
}

.iptm-entry-table>tbody>tr>td {
    border: none;
    border-top: none;
    /*word-wrap:break-word;*/
}
.table-bordered>thead>tr>th {
    border: none;
}

.filter-highlight {
    font-size: 12px;
    min-width: 50px;
    background-color:#ffe4b2;
}
.iptm-entry-table tr.iptm-blockend td {
    border-bottom: 1px solid #aaa;
}

.iptm-entry-table tr.iptm-block td {
    background-color: #f9f9f9;
}

.iptm-entry-table td.leftpad {
    padding-left: 20px !important;
}

.iptm-entry-table thead tr th {
    position: relative;
    height: 40px;
    vertical-align: top;
    background-color:#efefef;
}
select.iptm-entry-filter-select {
    position: absolute;
    max-width: 85%;
}

#browseNav {
    padding: 5px;
}
#browseResultIframe {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    position: absolute;
}

.made-row {
    .make-row();
}

.made-lg-1 {
    .made-lg-column(1);
}

.made-lg-11 {
    .made-lg-column(11);
}

div#download-container {
    display:none;
}

.navbar {
    min-height:20px;
    margin-bottom:3px;
    font-size: 13px;
}

.navbar > ul > li > a {
    padding: 6px 8px;
}

.navbar button {
    padding-top:0;
    padding-bottom:0;
}

.navbar-text {
    margin-top:10px;
    margin-bottom:5px;
    margin-left:2px;
}

.navbar form.navbar-form {
    padding-top:0;
    padding-bottom:0;
    margin-top:5px;
    margin-bottom:0px;
    padding-right:5px;
}

.navbar input.form-control,
.navbar button,
.navbar select {
    height:25px;
}

.navbar-brand{
    height: 30px;
    padding: 2px;
    margin-left: 15px;
    margin-right: 20px;
    font-weight: bold;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}

#organism-browse-button {
    width:100%;
}

.pagination-tiny>li>a, .pagination-tiny>li>span {
    padding:3px 6px;
    font-size:10px;
}

.pagination-tiny {
    margin:10px 0;   
}

#search-title .pagination-tiny {
    margin:0px 0;
}

#iptm-search-option,
#iptm-organism-table,
#rlims-organism-table {
    padding:5px;
    margin-right: 5px;
    z-index:5000 !important;
    min-width: 350px;
}

#iptm-search-option td,
#iptm-ptmtype-table td,
#iptm-ptmrole-table td,
#iptm-organism-table td,
#iptm-more-organism-table td,
#rlims-organism-table td,
#rlims-paper-type-table td,
#rlims-more-organism-table td {
    font-size:13px;
    padding:1px;
    padding-left:5px;
    padding-right:5px;
}
#iptm-ptmrole-table td {
    font-size: 11px;
}

#iptm-ptmtype-type,
#iptm-ptmrole-type,
#iptm-organism-type,
#rlims-paper-type,
#rlims-organism-type {
    color:#2a6496;
    display:inline;
}

#iptm-ptmtype-type:hover,
#iptm-ptmrole-type:hover,
#iptm-organism-type:hover,
#rlims-paper-type:hover,
#rlims-organism-type:hover {
    text-decoration:underline;
    cursor:pointer;
}

#iptm-ptmtype-table, 
#iptm-ptmrole-table {
    padding:15px;
    height:30px;
}

#rlims-paper-type-table {
    padding:15px;
    height:30px;
}

#search-iptmnet-form {
    padding-left:0px;
    padding-top:10px;
    margin-bottom:5px;
}

#search-rlims-form {
    padding-left:0px;
    padding-top:0px;
    margin-bottom:5px;
}

#iptm-form-group,
#rlims-form-group {
    padding-bottom:5px;
    width:100%;
}

select#iptm-nav-select,
input#iptm-nav-text {
    padding: 3px 5px;
    width:50%;
}

#search-boxes input.iptm-index-protein,
#search-boxes select.iptm-index-protein {
    margin:0;
}

#search-boxes select.iptm-index-protein {
    font-size:12px;
}

#iptm-search-report,
#iptm-entry-report {
    /*padding: 10px;*/
    width:100%;
}

.iptm-pmid {
    background-color: #fff;
    width: 80%;
}

#iptm-pmid-article {
    padding: 20px;
}
#iptm-pmid-article > p {
    font-size: 13px;
    text-align: justify;
    /*line-height: 15px;*/
}
#iptm-pmid-report {
    padding: 20px;
}

td.iptm-cell-acid {
    min-width:220px;
}

.iptm-cell-protein {
    width:20%;
}

.iptm-cell-gene {
    width:20%;
}

.iptm-cell-organism {
    width:20%;
}

.iptm-cell-substrate {
    min-width:120px;
}

.iptm-cell-kinase {
    min-width:130px;
    width:5%;
}

.iptm-cell-substrate .text-success,
.iptm-cell-kinase .text-success {
    font-size:18px;
}

.iptm-cell-site {
    min-width:80px;
}

.iptm-cell-proid {
    min-width:150px;
}

#iptm-search-report .iptm-cell-check {
    vertical-align:middle;
}

.search-pages {
    float:right;
}

#search-iptmnet .form-control,
#search-iptmnet button,
#search-rlims .form-control,
#search-rlims button {
    height:30px;
    line-height:14px;
}

.iptm-search-cytoscape,
#iptm-search-download-menu {
    display:inline-block;
    font-size:12px;
    margin-left:10px;
    font-weight:bold;
}

.iptm-search-cytoscape {
    margin-left:20px;
}

.iptm-search-cytoscape:hover,
#iptm-search-download-title:hover {
    text-decoration:underline;
    cursor:pointer;
}

#iptm-search-role {
    display:inline-block;
    margin-left:10px;
    font-size:12px;
}

#iptm-entry-report .table>thead>tr>th {
    border-top:none;
    border-bottom:none;
}
#iptm-entry-report .table>tbody>tr:first-child>td {
    border-top:none;
}

#iptm-entry-report td.entry-protein-head,
#iptm-entry-report td.entry-proid-head {
    width:10%;
    min-width:200px;
    border-right:1px solid #ddd;
}

#iptm-entry-report .table>thead>tr>th, 
#iptm-entry-report .table>tbody>tr>th, 
#iptm-entry-report .table>tfoot>tr>th, 
#iptm-entry-report .table>thead>tr>td, 
#iptm-entry-report .table>tbody>tr>td, 
#iptm-entry-report .table>tfoot>tr>td {
    padding:2px 0 2px 10px;
}

/*#iptm-entry-report h5 {
    font-weight:bold;
    color:#369;
    color: #000;
    font-size:16px;
}*/

/*#iptm-entry-result a {
    color:blue;
}*/


#iptm-entry-result {
    padding: 0 10px;
}


.navbar-fixed-top {
  border: 0;
  height:40px;
}


.sub-header {
  padding-bottom: 10px;
  display: inline;
  /*border-bottom: 1px solid #eee;*/
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 31px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px 10px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #f9f9f9;*/
    /*border-right: 1px solid #eee;*/
  }
}
.iptm-entry-navigation-ul {
    font-family: Georgia, serif;
    background-color: #f5f5f5;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 7px;
    margin-left: 3px;
    /*padding: 15px 0px;*/
}

/* Sidebar navigation */
/*.nav-sidebar {*/
  /*margin-right: -21px; *//* 20px padding + 1px border */
  /*margin-bottom: 20px;*/
  /*margin-left: -20px;*/
/*}*/
.iptm-entry-navigation-ul > li > a, .navigation-title, #iptm-entry-cyto li{
  padding-right: 20px;
  padding-left: 20px;
  padding: 7px 15px;  
    font-size: 12px;
}
.navigation-title {
    /*background-color: #eee;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding:10px 15px;
    color: black;
}
/*.nav-sidebar > .active > a,*/
/*.nav-sidebar > .active > a:hover,*/
/*.nav-sidebar > .active > a:focus {*/
  /*color: #fff;*/
  /*background-color: #428bca;*/
/*}*/

#iptm-entry-navigation a {
    color: black;
}
#iptm-entry-cyto li {
    padding: 3px 15px;
}
.iptm-entry-icons-div {
    margin-left:20px;
    display:inline-block;
    font-size:small;
    font-weight:bold;
    vertical-align:middle;
}
.iptm-icons {
    vertical-align: middle;
    height: 16px;
    border: 0;
}



#iptm-entry-result .table-hover tbody tr:hover th,
#iptm-entry-result .table-hover tbody tr:hover td.iptm-entry-sk-cell1,
#iptm-entry-result .table-hover tbody tr:hover td.iptm-entry-sk-source {
    background-color:#fff;    
}

#iptm-entry-result .table tbody tr th,
#iptm-entry-result .table tbody tr td.iptm-entry-sk-cell1,
#iptm-entry-result .table tbody tr td.iptm-entry-sk-source {
    background-color:#fff;    
}

#iptm-entry-result .table tbody tr td.iptm-entry-sk-cell1,
#iptm-entry-result .table tbody tr td.iptm-entry-sk-source {
    vertical-align:middle;
}

.iptm-entry-hide-pmid {
    display:none;
}

.iptm-entry-show-pmid {
    border: 1px solid #CCC;
    background-color:#DDD;
    line-height:3px;
    padding: 0 0 5px 1px;
    display:inline-block;
    width:16px;
    cursor:pointer;
    font-weight:bold;
    color:#888;
}

/*#msa-view-more {*/
    /*vertical-align:middle;*/
    /*text-align:right;*/
    /*padding-right:20px;*/
/*}*/

/*#msa-view-more a {*/
    /*color:#ffa500;*/
    /*font-size:14px;*/
    /*text-decoration:underline;*/
/*}*/

#iptm-entry-result .ico-link img {
    /*vertical-align:top;*/
}

#iptm-entry-result a.rlims-link {
    color:#2A6496;
    margin-left:10px;
}

#search-rlims-logo {
    float:right;
    margin-right:30px;
    display: inline;
}

#iptm-about,
#iptm-papers,
#iptm-contribute {
    padding:20px 60px;
    /*width:50%;*/
    text-align:justify;
}

#iptm-papers li,
#iptm-about li,
#iptm-contribute li {
    margin:5px 0;
}

#iptm-resources {
    padding:20px 60px;
    width:800px;
    text-align:justify;
}

#iptm-resources-pro h4,
#iptm-resources-rel h4 {
    margin-top:25px;
}

.iptm-info-padding {
    padding-left:20px;
}

.iptm-info-padding ul {
    padding-left:12px;
}

#iptm-stat {
    padding: 10px 50px;
}

.pointer {}