/**
 * Theme Name: VarSITy
 * Theme URI: https://github.com/godaddy/wp-escapade-theme
 * Author: GoDaddy
 * Author URI: https://www.godaddy.com/
 * Description: Escapade is a Primer child theme with a unique sidebar navigation.
 * Version: 1.1.6
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: varsity
 * Template: primer
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright © 2016 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
 
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdn.datatables.net/v/bs4/dt-1.10.18/datatables.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/themes/default/style.min.css");
@import url("escapade.css");

.hero .page-title, .hero .widget-title { color: #FFFFFF; }

.analysisList {  max-height: 250px; overflow-y: auto; }
.analysisList li { padding: .25rem .75rem; }

.badge-pill { font-family: "Oswald"; text-transform: uppercase; }

.table-hover tbody tr.selected { color: #212529; background-color: rgba(0,0,0,.075); }

body.dragging, body.dragging * { cursor: move !important; }
.dragged { position: absolute; opacity: 0.5; z-index: 2000; }


.blog .site-header, .page .site-header, .archive .site-header, .single .site-header { padding: 40px 0; }

#igvBrowser input { padding: 1px 8px; }

.row{ max-width:none; }

.main-navigation li.current_page_item, .main-navigation li.current_page_item a { background-color: #5d5179; color: white !important; }

a:hover { text-decoration: none; }
ul.nav-tabs{ margin-left:0; }
.igv-popover-td{ line-height:100%; padding:0.2rem; }

/* Datatables */
.dataTables_paginate{ float:right; }
.form-control-sm { padding: .25rem .5rem !important; }
.dataTables_filter label { width:100%; }


/* IGV.js */
.igv-nav-bar-left-container .igv-logo { margin-top: 0px !important; }
.igv-nav-bar-left-container .igv-current-genome { width:50px !important; }
