@charset "utf-8";

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
/* ---------------------------------------------------------------------- PRELOADER STARTS ------------------ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should be a color other than white */
    
    z-index: 9999999;
    /* makes sure it stays on top */
}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #FFF;
    height: 36px;
    width: 36px;
    margin-left: -18px;
    margin-top: -18px;
}

/* ---------------------------------------------------------------------- PRELOADER ENDS ------------------ */
/* ---------------------------------------------------------------------- TOP-HEADER STARTS ------------------ */
.top-header {
    background-color: #3c763d;
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-header ul.links {
    margin: 0px;
    padding: 0px;
}
.top-header ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    list-style-type: none;
    padding-right: 20px;
}
.top-header ul.links li a {
    color: #fff;
    text-decoration: none;
}
.top-header ul.links li a i {
    color: #f5f5f5;
    padding-right: 4px;
    font-size: 16px;
    text-decoration: none;
}
.top-header ul.links li a:hover {
    color: #b2b2b2;
    text-decoration: none;
}
.top-header ul.social-icons {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.top-header ul.social-icons li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding-left: 12px;
    text-align: center;
}
.top-header ul.social-icons li a {
    color: #fff;
}
.top-header ul.social-icons li a:hover {
    color: #1086df;
}
/* ---------------------------------------------------------------------- TOP-HEADER ENDS ------------------ */
/* ---------------------------------------------------------------------- NAVBAR STARTS ------------------ */
.navbar {
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #222222;
    background-color: transparent;
    border-bottom: 4px solid #1086df;
}
.navbar-nav>li>a {
    padding-top: 32px;
    padding-bottom: 24px;
    text-transform: uppercase;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.navbar-default .navbar-nav > li a i {
    font-size: 20px;
    color: #1086df;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
.navbar-default .navbar-nav > li a:hover i {
    opacity: 0.8;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
}
.searchlink {
    display: block;
    position: relative;
    color: #1086df;
    font-size: 20px;
    text-align: center;
    height: 80px;
    line-height: 85px;
    margin-left: 15px;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
/*----------------------------------------------------------------------*/
/* SEARCH LINK
/*----------------------------------------------------------------------*/
.searchlink:hover,
.searchlink.open {
    color: #ccc;
}
/*----------------------------------------------------------------------*/
/* DROPDOWN
/*----------------------------------------------------------------------*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
   position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
}
/* ---------------------------------------------------------------------- NAVBAR ENDS ------------------ */
/* ---------------------------------------------------------------------- LOGO BLOCK STARTS ------------------ */
.homelogo {
	text-align: center;
}
.homelogo img {
	width:43%;
	height:auto;
	max-width:43%;
}
.logo-detail {
	text-align: center;
}
.f-a {
	padding-top:20px;
}
/* ---------------------------------------------------------------------- LOGO BLOCK ENDS ------------------ */
/* ---------------------------------------------------------------------- MAIN STARTS ------------------ */
.main {
    padding-bottom:70px;
}
.main h3 {
    text-align:center;
}
.database-description {
	padding-bottom:0px;
}
.database-description p{
	text-align:justify;
	font-family:tahoma,geneva,sans-serif;
	font-size:14px;
}
.fileds {
	padding:15px;
}
.search-bar {
	padding-bottom:70px;
}
.main h1 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #222;
}
.main .line {
    height: 2px;
    width: 40px;
    background-color: #1086df;
    margin-top: 14px;
    margin-bottom: 10px;
}
.main .line2 {
    background-color: #ff0000;
}
/* ---------------------------------------------------------------------- MAIN ENDS ------------------ */
/* ------------------------------------------------------ NEWS STARTS  ------------------ */
.news-update .nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #f5f5f5;
  border-radius: 3px 3px 0 0;
}
.news-update .nav.main-tab > li > a {
  color: #272727;
}
.news-update .nav.main-tab > li.active > a {
  background: #008000;
  color: #ffffff;
}
.news-update .nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.news-update .nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.news-update .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
  text-align: justify;
}
.news-update .panel-default {
  border-color: #eee;
}
.news-update .panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.news-update .panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.news-update .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
/* ---------------------------------------------------------------------- NEWS ENDS ------------------ */
/* ------------------------------------------------------ DRUG SUMMARY STARTS  ------------------ */
.drug-sum table tr td {
	vertical-align: middle;
}
#chemStr td img {
	width: 300px;
	height: 300px;
	border: 0px;
}
/* ---------------------------------------------------------------------- DRUG SUMMARY ENDS ------------------ */
/* ------------------------------------------------------ DRUG TABLE STARTS  ------------------ */
.drug table tbody tr td{
	vertical-align: middle;
}
.drug table td img {
	width: 150px;
	height: 150px;
	border: 0px;
}
/* ---------------------------------------------------------------------- DRUG TABLE ENDS ------------------ */
/* ------------------------------------------------------ HELP STARTS  ------------------ */
.help .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    padding-top: 8px;
    padding-bottom: 2px;
}
.help .panel-body th {
    color: #222222;
    font-weight: 500;
}
.help .panel-body h2 a {
    color: #222222;
}
.help .panel-body h2 a span {
    color: #337ab7;
}
.help .panel-body h2 a:hover {
	color: #337ab7;
    text-decoration:none;
}
#toolbar button a {
	color: #222222;
}
#toolbar button a:hover {
	color: #222222;
	text-decoration:none;
}
.help .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #1086df;
}
.help .actives {
    background-color: #3c763d;
    color: #fff!important;
    text-decoration: none;
}
.help .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 10px;
    line-height: normal;
}
.help .panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordion_plusminus i.indicator2 {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px!important;
    padding-top: 5px;
    text-align: center;
    color: #1086df;
    margin-top: 2px;
    margin-right: 12px;
    line-height: normal;
}
.accordion_plusminus i.indicator2.fa-plus {
    background-color: #000;
    color: #fff;
}
.help .description {
	text-align:justify;
	text-justify:inter-ideograph;
}
.help .imageS {
	 text-align:center;
}
.help .imageS img {
	margin-top:15px;
	margin-bottom:15px;
}
/* ------------------------------------------------------ HELP ENDS  ------------------ */
/* ------------------------------------------------------ SIDEBAR STARTS  ------------------ */
.tree {
    min-height:20px;
    padding:19px 0px;
    margin-bottom:20px;
    background-color:inherit;
    border:1px solid #cfcfcf;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 10px 0 0px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-25px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.tree a {
    text-decoration:none;
}
/* ------------------------------------------------------ SIDEBAR ENDS  ------------------ */
/* ------------------------------------------------------ LOGIN PAGES STARTS  ------------------ */
.login {
    padding-top: 70px;
    padding-bottom: 70px;
}
.login .heading {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 20px;
    background-color: #3c763d;
}
.login p {
    text-align: justify;
}
.login form {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    background-color: #fff;
    padding: 30px;
}
.login form .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login form .btn {
    color: #fff;
    border: 2px solid #3c763d;
    background-color: #3c763d;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0px;
}
.login form .btn:hover {
    text-decoration: none;
    border: 2px solid #1086df;
    background-color: transparent;
    color: #1086df;
}
.login form .button {
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
.login form .links {
    padding-top: 10px;
    padding-bottom: 20px;
}
.login form a {
    color: #000121;
}
.login form .btns {
    padding-top: 10px;
    padding-bottom: 10px;
}
.login form .btns a img:hover {
    opacity: 0.8;
}
/* ------------------------------------------------------ LOGIN PAGES ENDS  ------------------ */
/* ----------------------------------------------------------------------------- ERROR STARTS ------------------ */
.error {
    padding-top: 70px;
    padding-bottom: 70px;
}
.error .center {
    text-align: center;
}
.error .p {
    color:#5d5c5c;
    margin-top:30px;
}
/* ------------------------------------------------------ ERROR ENDS  ------------------ */
/* ----------------------------------------------------------------------------- FOOTER STARTS ------------------ */
.footer-bg {
    background-color: #2a2a2a;
}
footer .line {
    border-top: 1px solid #444444;
}
.footer-bg-2 {
    background-color: #222222;
}
footer h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 3px solid #1086df;
    margin-bottom: 32px;
}
footer .row1 {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #b2b2b2;
}
footer .row1 .about {
    font-size: 13px;
    text-align: justify;
}
footer .row1 .about .button {
    margin-top: 30px;
}
footer .row1 ul.social-icons {
    margin: 0px;
    text-align: left;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
footer .row1 ul.social-icons li {
    font-size: 16px;
    color: #fff;
    background-color: #4d4d4d;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: inline-block;
    list-style-type: none;
    margin: 3px;
    text-align: center;
    line-height: 2.8;
}
footer .row1 ul.social-icons li a {
    color: #fff;
}
footer .row1 ul.social-icons li a:hover {
    color: #ccc;
}
footer .row1 ul.social-icons li:hover {
    color: #fff;
    background-color: #1086df;
}
footer .row1 ul.office-icons {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row1 ul.office-icons li {
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .row1 ul.office-icons li a {
    color: #b2b2b2;
}
footer .row1 ul.office-icons li i {
    font-size: 15px;
    text-align: center;
    width: 20px;
    padding-right: 6px;
}
footer .row1 .useful-links ul {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row1 .useful-links ul li {
    font-size: 13px;
    color: #b2b2b2;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .row1 .useful-links ul li a {
    color: #b2b2b2;
}
footer .row1 .useful-links ul li a:hover {
    color: #fff;
    text-decoration: none;
}
footer .row1 .useful-links ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 8px;
    color: #b2b2b2;
}
footer .row1 .useful-links ul li:hover:before {
    color: #1086df;
}
footer .row2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b2b2b2;
    position: relative;
}
footer .row2 ul.links {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row2 ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    list-style-type: none;
    padding-left: 16px;
}
footer .row2 ul.links li a {
    color: #b2b2b2;
}
footer .row2 ul.links li a:hover {
    color: #fff;
    text-decoration: none;
}
footer .row2 ul.social-icons {
    margin: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
footer .row2 ul.social-icons li {
    font-size: 16px;
    color: #fff;
    background-color: #4d4d4d;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: inline-block;
    list-style-type: none;
    margin: 3px;
    text-align: center;
    line-height: 2.8;
}
footer .row2 ul.social-icons li a {
    color: #fff;
}
footer .row2 ul.social-icons li a:hover {
    color: #ccc;
}
footer .row2 ul.social-icons li:hover {
    color: #fff;
    background-color: #1086df;
}
footer .row2.line {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b2b2b2;
    position: relative;
}
footer .row2 .copyright {
    font-size: 12px;
    text-align: right;
}
footer .row2 .copyright.left {
    font-size: 12px;
    text-align: left;
    line-height: 45px;
}
footer .row2 .copyright a {
    color: #fff;
}
/* ----------------------------------------------------------------------------- FOOTER ENDS ------------------ */
/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */
.scrollup-2 {
    font-size: 20px;
    padding-top: 14px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #1086df!important;
    color: #fff;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollup-2:hover {
    opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */
@media (min-width: 768px) and (max-width: 991px) {
    footer .row2 {
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }
    footer .row2 ul.links {
        margin: 0px;
        text-align: center;
        padding: 0px;
    }
    footer .row2 .copyright {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
	
    .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: uppercase;
        color: #222222;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #222222;
        background-color: transparent;
        border-bottom: 2px solid #1086df;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .nav-justified>li {
        float: left;
        width: 33%;
    }
    footer .row2 {
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }
    footer .row2 ul.links {
        margin: 0px;
        text-align: center;
        padding: 0px;
    }
    footer .row2 .copyright {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand {
        float: left;
        height: auto;
        padding: 15px 0px 0px 5px!important;
        font-size: 18px;
        line-height: 20px;
    }
    .navbar-brand>img {
        width: 75%!important;
        height: auto;
    }
    .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: uppercase;
        color: #222222;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #222222;
        background-color: transparent;
        border-bottom: 2px solid #1086df;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }  
    .login form .btns a img {
        padding-bottom: 6px;
    }
    .login form .btns a.pull-left {
        float: none!important;
    }
    .login form .btns a.pull-right {
        float: none!important;
    }
    footer .about {
        padding-bottom: 10px;
    }
    footer .row2 .copyright.left {
        font-size: 12px;
        text-align: center;
        line-height: normal;
        padding-top: 50px;
    }
    footer .row2 ul.social-icons {
        margin: 0px;
        text-align: center;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
    }
    footer .row2 ul.social-icons li {
        font-size: 16px;
        color: #fff;
        background-color: #4d4d4d;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        display: inline-block;
        list-style-type: none;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 0px;
        margin-top: 0px;
        text-align: center;
        line-height: 2.8;
    }
}

/* ---------------------------------------------------- gene_expression ------------------ */
.axis path,
.axis line{
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: sans-serif;
	font-size: 11px;
}

.MyRect {
	fill: steelblue;
}

.MyText {
	fill: black;
	text-anchor: middle;
	font-size: 13px;
}
/* ---------------------------------------------------- gene_expression ------------------ */
/* ------------------------------------------------------ Blast  ------------------ */
.Blast .nav.main-tab {
   border-bottom: 3px solid #ffffff;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
}
.Blast .nav.main-tab > li > a {
  color: #ffffff;
   background: #dfe0e1;
}
.Blast .nav.main-tab > li.active > a {
  background: #3c763d;
  color: ;
}
.Blast .nav.main-tab > li:first-child > a {
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   margin-right:10px;
   margin-left:10px;
   
}
.Blast .nav.main-tab > li:last-child > a {
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   margin-right:10px;
   margin-left:10px;
   
}

.Blast .tab-content {
  border: 2px solid #dfe0e1;
  border-top: 1px;
  padding: 8px 20px 10px;
  border-radius: 0 0 6px 6px;
  text-align: justify;
}
/* ---------------------------------------------------------------------- NEWS ENDS ------------------ */