/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* alignment result table css */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure it overlays everything */
}

#loader-wrapper  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


    #searchpills-tab {
        z-index: 99;
        position: static;
    }
    #searchpills-tab.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background: #fff;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 1px 4px 0px rgba(47, 43, 61, 0.1);
    }
    #layout-navbar {
        box-shadow: 0px 1px 4px 0px rgba(47, 43, 61, 0.1);
    }

    .tab-content thead th{
        padding-block: 8px !important;
        font-size: 13.5px;
    }

    .desc_td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 350px;
      display: inline-block;
    }

    .blast_result_section {
        
        background-color: #e1f3f8; 
    }

    .blast_result_section th, .blast_result_section td {
      font-size: 14px;
    }
    .blast_result_section tbody {
      background-color:#fff;
    }

    .caption {
color: #000;
text-align: left;
margin: 0 0 .5em 0;
letter-spacing: -1px;
font-size: 110%;
font-weight: bold;
}

.section {
border: 1px solid mistyrose;
background-color: #e1f3f8;
padding: .5em;
}

#graphic {
text-align: center;
margin: auto;
}

#clkey {
background-color: White;
border: 1px solid black;
padding-bottom: 1em;
width: 610px;
padding-right:1em;
}

.grQuery {
clear: left;  
font-family: verdana;
font-size: 11px;
font-weight: bold;
height: 12px;  
vertical-align: text-top;  
background-color: #58c7c7; 
color: black;
}
.grQuery.leftGr.masterLen > span {
display: inline-block;
margin-top: -4px;
}

.leftGr.grpos {
clear: left;
}

.leftGr {
margin-left: 70px;  
}

.leftGr.grpos > img {
float: left;
}

.leftGr.grpos div {
margin-bottom: 5px;
height:4px;
}
.leftGr.grpos div {
float: left;
}

.grSpace, .grH, .h4 {
height: 4px;
}

.h6 {
height: 6px;
}
.h1 {
height: 1px;
}

.graphSeq {
display: inline-block;
}
.grey {
background-color: #808080;
margin-top: 2px;
}

.black {
background-color: Black;
margin-top: -1px;
}

.purple {
background-color:Fuchsia;
}

.white {
background-color:white;    
}
.green {
background-color:lime;
}
.red {
background-color: red;
}

.blue {
background-color: blue;
}

.sdg {
float: none;
font-family: verdana;
font-size: 0.9em;
height: 13px;
margin-bottom: 1em;
margin-top: -7px;
padding-bottom: 1em;
width: 10px;
}

#df {
background-color: #ffffcc;
display: inline-block;
margin-bottom: 0.2em;
margin-top: -0.2em;
padding: 0 3px;
width: 326px;
}

#grBlastHits {
display:inline-block;
}
.scale {
width: 2px;
height: 10px;
background-color: black;
}

.clkey {
display: inline-block;
float: left;
font-family: verdana;
font-size: 13px;
margin-bottom: 0.5em;
width: 20%;
text-align: left;
}

.clKeyTl {
font-family: verdana;
font-weight: bold;
margin-bottom: 3px;
}

.masterLen {
width: 500px;
}
.ck {
display: inline-block;
height: 1em;
width: 1em;
}
.cl {
display: inline-block;
margin-left: 0.2em;
vertical-align: 2px;
}

table#definition, table#iteration, table#hlist, table#hits, table#statistics { border-collapse: collapse; background: White; }
table#definition { width: 610px; background: White; }
table#definition td { border: 1px solid Brown; padding: 2px; }
table#definition td:nth-child(odd) { color: White; font-weight: bold; background: Maroon; text-align: right; }

table#iteration, table#hlist, table#hits { width: 100%; }
table#iteration th { color: white; background: OrangeRed; border: 1px solid Red; padding: 2px; text-align: center; }
table#iteration td { border: 1px solid Red; padding: 2px; }
table#iteration tr:nth-child(odd) { background: PapayaWhip; }

table#hlist th {     color: #000;
background: #e1f3f8;
border: 1px solid #ddd; padding: 2px; text-align: center; }
table#hlist td { border: 1px solid #ddd; padding: 2px; }
table#hlist tr:nth-child(odd) { background: floralwhite; }

table#hits th { color: #000; background: #e1f3f8; border: 1px solid #ddd; padding: 2px; text-align: center; }
table#hits td { border: 1px solid #ddd; padding: 2px; }
table#hits tr:nth-child(odd) { background: floralwhite; }

table#statistics { width: 300px; }
table#statistics td { border: 1px solid Brown; padding: 2px; }
table#statistics td:nth-child(odd) { color: white; background: Maroon; }

#ilnk { text-decoration: none; }
#rilnk { text-decoration: none; color: red; }
#algfmt { line-height: 95%; font-size: 15px;overflow: hidden; }
#dsphide { max-width: 450px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#evfix { min-width: 50px; text-align: center; }
#idp, #qcvr, #tscr { min-width: 40px; text-align: center; }
.searchpills-Inclusive pre {
  margin-bottom: 0px;
}