/* =============================================================================
   App specific CSS file.

   This is usually where the site/app's CSS specific rules are setup. Note that you could
   do exactly the same using less by adding a '@import "app.less";' at the end of
   css/less/bootstrap.less file.

   ========================================================================== */


html {
  position: relative;
  min-height: 100%;
}

body {
/*    background: url("") repeat scroll 0 0 rgba(1, 1, 11, 0.01); */
   font-size: 13px;
   line-height: 1.32;
   font-family: small-caption,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
}

.jumbotron {
    color: white;
    margin-top: -20px;
}

.breadcrumb li.active {
	color: #fff;
}

.breadcrumb a {
	color: #cbcbcb;
}

.breadcrumb, .jumbotron, .navbar-default {
    background-color: #1a81a3;
}

.breadcrumb {
    border-radius: 0;
}

.maincontent{
    padding-top: 20px;

}

thead th {
    white-space: nowrap;
}

thead a {
    color: #363f44;
}

thead a:hover, thead a:focus {
     color: #262e44;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.light-anchor {
    color: #fff!important;
}

.light-anchor:focus, .light-anchor:hover {
	color: #cbcbcb!important;
	background-color: transparent;
}

.navbar-default {
    background-image: none;
    border: 0;
}

ul.nav li a {
    display: block;
    font-weight: normal;
    position: relative;
    text-transform: none;
    transition: background-color 0.2s ease-in-out 0s;
}
.navbar-nav > li > a {
    line-height: 23px;
    padding: 0 23px 0 24px;
}

ul.nav > li >a:hover, .nav > li > a:focus{
    background-color: #f6f8f8;
}

.nav-stacked > li + li {
    line-height: 30px;
    margin-left: 0;

}

.navbar-nav {
    padding-top: 12px;

}

.button {
    border-radius: 12px;
    display: block;
    font-size: 13px;
    font-weight: bold !important ;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;

}
.button.skeleton {
    box-shadow: 0 0 0 1px rgba(55, 55, 55, 0.25) inset;
    color: #777 !important;
}

.gradient {
    background: radial-gradient(circle at right bottom , #13b1f8 -500px, #1a81a3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*.btn-default {*/
    /*background-image: linear-gradient(to bottom, #ddd 0px, #ddd 100%);*/
    /*background-repeat: repeat-x;*/
    /*border-color: #ddd;*/
    /*text-shadow: 0 1px 0 #eee;*/
/*}*/

/*.btn-default:hover{*/
    /*background-image: linear-gradient(to bottom, #ccc 0px, #ccc 100%);*/
    /*background-color: #ccc ;*/
    /*border-color: #bbb;*/
/*}*/

.jumbotron .btn-default{
    border-color: #666;
}

.modal-content {
    z-index: 1050;
}

.modal-dialog {
    z-index: 1041;
}

.alert {
  z-index: 1030;
/*   margin-top: -20px; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.row-padded {
    margin-top: 20px;
}

/* Analyze classes */
.td-clickable {
    cursor: pointer;
}

/* Button outline effects */
.btn-outline {
    border-width: 1px;
    transition: all .5s;
}

.btn-outline:not(.active) {
    background-color: transparent;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-outline.active {
    color: #fff;
}

/* Spinner code */
.icon-rotate-container {
    width: 75px;
}

.icon-rotate-animate {
    font-size: 75px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#modal-choose-reference input, #modal-choose-reference .select2-container {
	width: 100%!important;
}

.select2-rendered__match {
	text-decoration: underline;
}

.select2-selection.form-control {
    padding: 0;
}

/* Panel rules */

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel {
    transition: box-shadow 0.5s;
}

.dash-panels .panel {
    border: 1px solid #1a81a3;
    border-radius: 0 !important;
}

.dash-panels .panel-heading {
    color: #fff !important;
    background-color: #1a81a3 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dash-panels .panel-heading > h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.btn-crispr {
    color: #fff;
    background-color: #1a81a3;
    border-color: #2e6da4;
}

.btn-crispr:hover {
    color: #fff;
    background-color: #125a71;
    border-color: #2e6da4;
}

.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}

.list-group-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
}

.list-group .list-group-item-heading {
    overflow: hidden;
}

.table-container > .pagination:first-child {
    margin-top: 0;
}

.scatter-buttons {
    padding-bottom: 10px;
    padding-left: 10px;
}

.bg-info-important {
    background-color: #d9edf7 !important;
}

table[data-varfield-table] th {
    text-align: right;
    width: auto !important;
    white-space: nowrap;
}

table[data-varfield-table] td {
    width: 100%;
}

.table-head-wrap thead th {
    white-space: normal;
}

.table-panel .panel {
    padding: 0 10px;
}

.ploidy-control {
    border-color: #00a933;
}

.ploidy-warning {
    border-width: 2px;
    border-color: #ff8000;
}

.ploidy-error {
    border-width: 2px;
    border-color: #ff0000;
}

.zoomable {
    cursor: zoom-in;
}

.inline-flex {
    display: inline-flex;
}
