/**
* Template Name: Anyar - v2.0.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Arial, "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0880e8;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f6b024;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  font-size: 20px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3c3c3c;
}

#topbar.topbar-scrolled {
  top: -60px;
}


#topbar .full-title i {
  color: #fff;
  padding-right: 4px;
}
#topbar .full-title i span{
  color: #ffc000;
  font-weight: bolder;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #2d2a2a;
  transition: all 0.5s;
  z-index: 9999;
  padding: 15px 0;
  top: 60px;
}

#header.header-scrolled {
  top: 0;
  background: #2d2a2a;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 44px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    /*background: transparent;*/
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 16px;
  font-weight: bolder;
  padding: 0 3px;
  font-family: Arial, "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffc000;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 100px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0880e8;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0665b7;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f6b024;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(5, 74, 133, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Main Section
--------------------------------------------------------------*/
#main {
  width: 100%;
  min-height: 100vh;
  /*overflow: hidden;*/
  position: relative;
  /*background: url("../img/hero-bg.jpg") top center;*/
  background-size: cover;
  position: relative;
}

#main .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#main h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#main p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #000;
}

#main .carousel-control-prev, #main .carousel-control-next {
  width: 10%;
}

#main .carousel-control-next-icon, #main .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#main .btn-get-started {
  font-family: Arial, "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#main .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #main .carousel-control-prev, #main .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #main {
    min-height: 100vh;
    /*margin-bottom: 60px;*/
  }
  #main h2{
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 200px 0;
  /*overflow: hidden;*/
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3c3c3c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #3a7eb9;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Arial, "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}


/*------------my style----------------*/
#simple_search_form {
  width:100%;
}
.form-control {
  font-weight: bolder; 
  margin-bottom: 10px;
}
.btn-mine{
  background-color: #ffc000;
  color:#000000;
  font-weight: bolder;
}
.btn-mine:hover{
  background-color: #ffd65b;
}
.page-title{
  text-align: center;
}

.my-select-tag{
  background-color: #77ca94;
  color: #000;
  border-width:0;
}
.my-select-mod{
  background-color: #57a8ec;
  color: #000;
  border-width:0;
}

/*---------home page style-------------*/
.des-highlight{
  color: red ;
  font-weight: bolder;
}
.des-webname{
  color: #ffc000;
  font-weight: bolder;
}
.des-webfull{
  color: #00c4fc;
  font-weight: bolder;
}
.des-num{
  color: #3bbb3b;
  font-weight: bolder;
}
.text-des{
  text-align: justify;
  text-indent:3em;
}

/*---------result page style-------------*/
.filter-label{
  line-height: 1.5;
  min-width: 100px;
  margin-right: 10px;
  display: inline-block;
  font-weight: bolder
}
.filter-div{
  display: inline-flex;
  width: 32.5%;
  min-width:280px;
  margin-top: 4px;
}

.modAA{
  display: inline-block;
  color:red;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 1.3;
  text-align: center;
}
.mod-Phosphorylation{
  background-color: #f0b952;
}
.mod-Acetylation{
  background-color: #8fc3fb;
}
.mod-Methylation{
  background-color: #f9c3c5;
}
.mod-Ubiquitylation{
  background-color: #86d986;
}
.mod-Ubiquitination{
  background-color: #86d986;
}
.mod-Glycosylation{
  background-color: #74d6ec;
}
.mod-SUMOylation{
  background-color: #d5d953;
}
.mod-Butyrylation{
  background-color: #38e04d;
}
.mod-Succinylation{
  background-color: #d2a871;
}
.mod-Crotonylation{
  background-color: #58a9f0;
}
.mod-Hydroxyisobutyrylation{
  background-color: #fda7ec;
}
.mod-name{
  display: inline-block;
  font-size: 12px;
  width:19%;
  font-weight: bolder;
  min-width: 170px;
}
.mod-label{
  text-align: left;
}

.couriernew {
  font-size: 15px;
  font-family: 'Courier New', Courier, monospace;
}

.resultTable .form-control-sm{
  width:100%;
  margin: 0
}
.resultTable{
  table-layout:fixed
}
.resultTable >tbody > tr > td {
  font-size: 15px;
  vertical-align:middle;
  height: 75px;
}
.resultTable >thead > tr > th {
  font-size: 13px;
}
.arrange{
  cursor: pointer
}
.ri-add-circle-fill, .ri-arrow-down-circle-fill{
  color: red;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.ri-indeterminate-circle-fill, .ri-arrow-up-circle-fill{
  color: green;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.Table-line {
  background-color:rgba(0,0,0,.05);
}
.Detail-line{
  display: none;
}
.Detail-line > td{
  padding-left: 0;
  padding-right: 0;
}

.Detail-line .btn-group{
  margin-bottom:5px;
}

.enzyme{
  margin: 2px 5px 2px 5px;
}
.secondstrshow{
  width: 100%;
  height: 80px;
}
.disordershow,.surfaceshow{
  width: 100%;
  height: 160px;
}
.ptmshow{
  width: 100%;
  height: 200px;
}
.more-info > .table > thead > tr > th {
  height: 0;
  padding: 0;
  border:0;
}
.more-info > .table > tbody > tr > td:first-child{
  font-weight: bolder;  
}
.more-info > .table > tbody > tr > td:nth-child(2){
  border-left: solid 1px #17a2b8;
}


.more-info > .table > tbody > tr > td{
  border-top: solid 1px #17a2b8;
  height:70px;
  vertical-align:middle;
}

.more-info > .table > tbody > tr:last-child > td{
  border-bottom: solid 1px #17a2b8;
}

.more-info > .table{
  table-layout: fixed;
}
.text-less {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  width: 100%;
}
.seq-table> thead > tr > th{
  height: 0;
  padding: 0;
  border:0;
}
#main .seq-pos{
  text-align: right;
  margin-bottom: 2px;
}
#main .seq-pep{
  text-align: left;
  margin-bottom: 0px;
}
.hide-table{
  table-layout: fixed;
}
.hide-table > tbody > tr > td{
  vertical-align:middle;
}
.hide-more > tbody > tr:nth-child(n+3){
  display: none;
}

/*---------browse page style-------------*/
.browseFilter{
  font-size: 15px;
  background-color: #000;
  display: inline-block;
  margin: 2px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-weight: bolder;
  color:#fff;
  border-radius: 2px;
  cursor: pointer;
}
.browseFilter:hover{
  background-color: #1e74be;
}
.tab-pane{
  min-height: 120px;
}
.tab-pane .active{
  background-color: #1e74be;
}

.browse-table > thead > tr > th{
  height: 0;
  padding: 0;
  border:0;
}

.browse-table > tbody > tr > td{
  height: 50px;
  background-color: rgba(0,0,0,.05);
  vertical-align:middle;
}
.pageButton{
  height: 60px;
}
.pageButton .page-link{
  padding: .3rem .4rem
}

/*---------Search page style-------------*/
#simple_search_form .col-md-1{
  text-align: left;
}

/*---------Download page style-------------*/
.download-table > tbody > tr > td{
  height: 50px;
  background-color: rgba(0,0,0,.05);
  vertical-align:middle;
}

.download-table > thead > tr > th:nth-child(3), .download-table > tbody > tr > td:nth-child(3){
  text-align: center;
}

.download-table .ri-download-2-fill{
  cursor: not-allowed;
}

/*---------qKinAct page style-------------*/
#query .table > tbody > tr > td{
  background-color: rgba(0,0,0,.05);
  text-align: center;
  font-size: 15px;
  vertical-align:middle;
  height: 75px;
}

/*---------Help page style-------------*/
#help-navigation{
  width: 302px;
}
.navigation-fixed{
  position: fixed;
  top:74px;
}
.navigation-bottom{
  position: absolute;
  bottom: 0px
}
#help-navigation .hidden{
  display: none;
}
#navigation-body h5:before{
  display: block; 
  content: " ";
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
}
@media (max-width: 992px) {
  #help-navigation{
    left: -500px;
  }
}
