.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(26, 13, 171); /* Blue */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
    position: relative;
    left:45%;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

h6{
    font-size:2rem;
}
button:hover{
  background-image:none !important;
  color: black;
  font-weight: bold;
}
.title-source:hover{
  text-decoration: underline !important;
}
#wrap{
  margin-top: 0 !important;
}
#inner{
  max-width:100% !important;
}
[v-cloak] {
    display:none;
}
#sidenav{
  min-height: 100vh;
  top: 60px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  width: 250px;
  position:relative;
}
#app{
  padding-bottom: 15%;
  min-height: 100% !important;
  display: flex;
  flex-direction: row;
}
#hatchery_source{
  width:65%; height: auto; padding: 2rem; display:flex; flex-direction:row; margin: 0 auto;
}
#router-view{
  width: 100%;
  padding-top:5%;
}
#hatchery_search{
  color: #38133B;
  font-size: 2em;
}
#searches_left{
  color:#999;
  font-weight: 900;
  font-size:18px;
  text-align: right;
  padding: 3px 10px;
}
.max-w-md {
    max-width: 47.5rem;
}
#search_input{
    border: 1px solid lightgray; 
    line-height: 3rem; font-size: 2rem;
  }
#ul-container{
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 883px) {
  #sidenav{
    display: none;
  }
  h6{
    font-size: 1rem;
  }
  #hatchery_search{
    color: #38133B;
    font-size: 0.75em;
  }
  #search_input{
    border: 1px solid lightgray; 
    line-height: 1rem; font-size: 1rem;
  }
  #ul-container{
    width: 100%;
    margin: 0 auto;
  }
  #router-view{
    padding-top:15%;
  }
  #hatchery_source{
    width: 100%;
  }
}

/* JQUERY AUTOCOMPLETE UI */
.ui-autocomplete { position: absolute; cursor: default; background:#fff; }   

/* workarounds */
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 8px;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
#source_logos_container {
  width:75%; display:flex; margin: 0 auto; justify-content:center; cursor:pointer;padding-top:15px;
}
#source_logo{
  max-width:100%;
  max-height: 0.5em;
  margin:0 auto;
}
@media only screen and (max-width: 720px) {
  #source_logo{
    max-width:100%;
    max-height: 15px;
    margin:0 auto;
  }
}
#article-title{
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
}
#article-body{
  width: 100%; margin-top: 3em; font-size: 1.5rem;
}
#article-copyright{
  margin-top: 2rem;
  color: #000;
  font-size: 1rem;
}
#article-author{
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 900;
}
#article-company{
  margin-top: 2rem;
  color: #777777;
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 10px;
}
#article-date{
  margin-top: 2rem;
  color: #777777;
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 10px;
}
#sidenav_links:hover{
  color: #1a0dab !important;
}
#sidenav-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5A748;
  opacity: 1; /* Firefox */
  font-weight: 900;
  font-size:1.3rem;
}

#sidenav-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F5A748;
  font-weight: 900;
  font-size:1.3rem;
}

#sidenav-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #F5A748;
  font-weight: 900;
  font-size:1.3rem;
}

#search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5A748;
  opacity: 1; /* Firefox */
  font-weight: 900;
}

#search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F5A748;
  font-weight: 900;
}

#search_input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F5A748;
  font-weight: 900;
}