body {
    overflow-x: hidden;
     color: #101010;
    font-weight: 300;
	    font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    color: #455a64;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

body.landing {
    background: #F5F5F5;
}

.body-section {
    padding: 102px 0 60px 0;
	background:#F5F5F5;
	    min-height: 590px;
width: 1200px;
    margin: 0 auto;
}

.header-bg {
    background: #000;
    padding: 15px 12px;
	text-align:left;
	text-transform: uppercase;
	
}

.header-bg h1{
	color:#fff;
}

h1 {
    font-size: 24px;
}

.col-8 {
    width: 66.33%;
    clear: none;
    margin-left: 0;
}
.col-55 {
    width: 55%;
	 clear: none;
    margin-left: 0;
}

.col-45 {
    width: 45%;
	 clear: none;
    margin-left: 0;
}
.col-6 {
    width: 50%;
    clear: none;
    margin-left: 0;
}

.col-4{
	width:33.33%;
	clear: none;
    margin-left: 0;
}

.sub-heading-bg {
    margin-bottom: 10px;
    text-align: left;
    padding: 6px 12px;
    text-transform: uppercase;
    background: #0c2763cc;
}

.sub-heading-bg h2{
	color: #fff;
	font-size:18px;
}

.header-bg.alte h2 {
    font-size: 18px;
}

.box {
    text-transform: capitalize;
}

.row.big {
    font-size: 18px;
    padding: 10px 30px 15px 30px;
}

.head {
    text-align: center;
    padding: 30px 0;
}

form.form-sec {
    width: 35%;
    margin: 0 auto;
}

.header-bg h2{
	color:#fff;
}

.header-bg.alte{
	margin: 0px 36px;
	margin-top:10px;
	background: #0c2763cc;
	padding: 8px 12px;
}

h3 {
    color: #1d214abf !important;
    text-transform: uppercase;
    font-size: 18px;
}

select#details {
    //text-transform: capitalize;
}

#footer {
    background: #383b43;
    padding: 1.5em 0em 0em;
}

.card {
    border: 0px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 9px rgba(0, 0, 0, 0.2);
}

.login-sec .card{
	
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

thead {
    color: #fff;
    background: #2e9ba0;
}

.table thead th, .table th {
    font-weight: 500;
}

.table td, .table th {
	text-align: left;
    padding: .75rem;
	border: 1px solid #5b847e;
}
table-striped tbody tr:nth-of-type(odd) {
    background: #e3e5e8;
}


.overlay-sec {
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 63%);
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
}

.pop-inner {
	border-radius: 15px;
    padding: 20px 0;
    top: 50%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    left: 0;
    z-index: 9999;
    position: fixed;
    right: 0;
    width: 500px;
}

.form-sec {
    margin-left: 30px;
}

.img-sec {
	font-size:13px;
	text-align:center;
}
.img-sec.full {
    text-align: center;
}
.img-sec b{
	display:block;
}

.img-sec img{
	
	margin-top:10px;
	width:100%;
	height: auto;
}

.img-sec.full img {
    width: 100%;
    height: auto;
}
.musa-sec {
    font-size: 14px;
}

.col-12 {
    width: 100%;
}

.box .row {
    margin-bottom: 8px;
    padding: 2px 0;
    border-bottom: dotted 1px #a59a9a4f;
}

.box .row:last-child {
	border-bottom:none;
}

.box.img-area .row {
	border-bottom:none;
}

.container-fluid {
    padding: 0 30px 25px 30px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 10px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

form label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 25px;
}


.btn-success, .btn-success.disabled {
    background: #26dad2;
    border: 1px solid #26dad2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.btn {
    padding: 7px 12px;
    cursor: pointer;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#header nav > ul > li{
    text-transform: uppercase;
    font-size: 16px;
	}
	
#header ul.sub-menu {
    line-height: 2em !important;
    padding: 12px 6px;
}
ul.sub-menu{
	display:none;
}

ul.sub-menu {
	z-index: 9999;
    position: absolute;
    background: #000000d9;
    top: 90px;
}

ul.sub-menu li{
	list-style:none;
	padding-right: 15px;
	    font-size: 14px;
}
ul.sub-menu li a{
color: #d2d2d2 !important;
}

#data{
	cursor:pointer;
}

.loader {
    margin: 0 auto;
    position: fixed;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 9999;
}

.success-sec {
    display: none;
}
#morphotaxonomy,#infloresence,#bracts,#flower,#fruit{
	cursor:pointer;
}
.morphotaxonomy,.infloresence,.bracts,.flower,.fruit{
	display:none;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0c2763cc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
button{
	outline:none;
}
.print-button {
    font-size: 18px;
    background: #0c2763cc;
    right: 20px;
    position: fixed;
    top:125px;
}

#myBtn:hover {
  background-color: #555;
}

.print-img{
	display:none;
}
.row.origin .col-6 {
    border-bottom: dotted 1px #a59a9a4f;
}
.row.origin .col-6:last-child {
    border-bottom: none;
}
.row.origin .col-6:nth-last-child(2) {
    border-bottom: none;
}

input.delete-btn {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    width: 9px;
}

#footer .copyright {
   margin-top: 0em !important;
    padding: 0;
    margin-bottom: 1em !important;
}

#footer .icons {
    margin-bottom: .6em;
    text-align: center;
}

#footer .copyright li {
    color: #cecaca;
}
#footer .copyright a {
    color: #cecaca;
}

.title_species {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}
span.mobile-menu {
    display: none;
}
h1.title {
    margin: 40px 0 20px 0;
}

.content ol li {
    padding-bottom: 10px;
    padding-top: 5px;
}

.content ol li a {
    display: block;
}
 
.content ol{
    
    margin: 0 0 4px 0;;
}

.list-style li {
    list-style: lower-alpha;
}

.list-style li li {
    list-style: upper-roman;
}

.social-sec {
    width: 100%;
    text-align: center;
    float: none;
    padding-bottom: 8px
}
#footer a.icon {
    width: 4em;
}

.copy-sec {
    word-break: keep-all;
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.home-content {
    min-height: 500px;
}

.home-banner {
    padding: 190px 0 200px 0;
    background-size: 100%;
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
}

.banner-title {
    margin: 0 auto;
    text-align: center;
    background: #1d1b1b47;
    width: max-content;
    padding: 4px 8px;
}

.banner-title h1 {
    font-size: 2em;
    color: #fff;
}

#header {
    background: -webkit-linear-gradient(#78b578,#71b171);
    background: linear-gradient(#78b578,#71b171);
    border-top: 1px solid #dbe3e7;
    transition: all 0.7s ease;
    height: 5em;
    line-height: 5em;
}
body.landing.home #header {
    background-color: transparent;
    background: transparent;
}
body.landing.home .sticky {
    background: -webkit-linear-gradient(#78b578,#71b171) !important;
    background: linear-gradient(#78b578,#71b171) !important;
}
header.sticky {
    line-height: 3.3em !important;
    height: 3.38em !important;
    position: fixed !important;
    transition: all 0.7s ease;
    
}
#header h1 a {
    text-decoration: none;
    transition: all 0.4s ease;
}

header.sticky h1 a {
    font-size: 30px !important;
    transition: all 0.4s ease;
}

.item {
    padding: 2px;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px !important;
    margin: 6px 5% !important;
    color: #71b171 !important;
    font-weight:600 !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
   
    border-radius: 50%;
    background: #c9d2cf !important;
    text-decoration: none;
     width: 30px;
    height: 30px;
    line-height: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #71b171 !important;
}
    .wrap {
    margin-top: 50px;
}

.count-sec.row {
    margin: 30px 0 60px 0;
    
}

.count-sec h3{
    padding: 8px 1px;
    margin-top:35px;
    font-size: 15px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    
}
.count-sec h3:hover{
    color: #4343a7 !important;
}
.sub-title {
    text-align: center;
    margin: 40px 0 50px 0;
}

span.records {
    font-size: 12px;
    font-weight: 600;
}

span.records img {
    width: 100%;
    object-fit: fill;
}

span.records img:hover{
    opacity:0.7;
}

.div-sec.row {
    margin: 50px 0;
}
.div-sec.row img{
    width:100%;
    box-shadow: 0px 0px 4px 3px #b7b4b4;
    border: 1px solid #adaaaa;
}
.text-sec {
    color: #565656;
    border: 1px solid #adaaaa;
    font-size: 16px;
    word-break: break-word;
    padding: 6px 8px;
    right: 0;
    left: 0;
    background: #f3f0f0;
    bottom: 0;
    position: absolute;
    margin: 0 15px;
}

#footer .copyright li:first-child {
    font-size: 16px;
}

.col-5 {
    width: 20%;
 }
 .copy-counter {
    position: absolute;
    left: 30px;
}

.copy-counter h4 {
    font-size: 16px;
    margin: 0px;
}

.copy-counter img{
    margin-top: -10px;
}

.copy-counter a:nth-child(2) {
    display: none;
}

div#error_ {
    display: none;
}
#error_be3ed86dbc35887d5346b7ce7509812cf03eacf3 {
    display: none;
}

span.logname {
    font-size: 16px;
    right: 0;
    margin-top: -20px;
    position: absolute;
    text-transform: capitalize;
    padding: 0;
    height: 0;
}

span.logname.home {
    margin-top: -5px;
}
.sticky span.logname {
    display:none;
}

.pop-inner.search-box {
    border-radius: 15px;
    padding: 20px 15px;
    top: 45%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    left: 0;
    z-index: 9999;
    position: fixed;
    right: 0;
    width: 40%;
}
.search-icon {
    cursor: pointer;
    color: #fff;
    padding: 17px 0px 0px 0px;
    float: right;
    font-size: 20px;
}
.search-form{
    display:none;
}

.col-md-12 {
    width: 100%;
}

.col-md-9 {
    width: 75%;
    float:left;
}
.col-md-3 {
    width: 25%;
    float:left;
}

.search-form .form-group {
    margin-bottom: 2px;
}
.search-form .form {
    margin-bottom: 2px;
}
.search-point{
    cursor:pointer;
}

.page_link {
    display: inline-block;
    color: #222;
    border: 1px solid #b3aeae;
    padding: 5px 10px;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
}

.active_page {
    background-color: dodgerblue;
    color: #FFF !important;
    outline: none;
}

.table-search thead th {
    color: #fff;
}

.card-body.table-response {
    overflow-x: auto;
}

input.table-search-btn {
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    color: #101010 !important;
}

input.table-search-btn:focus{
   
  outline:0; 
}
 /****** responsive *****/
 
@media (max-width: 620px){
	
	h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}

span.logname {
    font-size: 16px;
    right: 0;
    margin-top: 0px;
    position: unset;
    text-transform: capitalize;
    padding: 0;
    height: 0;
}

span.logname.home {
    margin-top: 0px;
}

#error_be3ed86dbc35887d5346b7ce7509812cf03eacf3 {
    display: none;
}

.count-sec h3{
    font-size:12px;
}
span.records img {
    height: 200px;
}
.copy-counter{
    display: none !important;
}

.body-section {
    padding: 40px 10px 10px 10px;
    min-height: 490px;
}
  #nav{
	display:none;
}
   #header nav > ul > li {
    border-radius: 4px;
    display: block;
    margin-left: 0em;
    padding-left: 0;
}

.header-bg {
    background: #000;
    padding: 10px 12px;
}

header.sticky h1 a {
    font-size: 14px !important;
}

header.sticky {
    line-height: 2.5em !important;
    height: 2.5em !important;
}

.sticky span.mobile-menu i {
    font-size: 18px;
}

#footer .copyright {
    line-height: 1.7em;
}

span.mobile-menu {
    position: absolute;
    right: 15px;
	display:block !important;
}
#footer .copyright li:first-child {
    font-size: 14px;
}

#header nav {
	line-height: 35px;
    top: 35px;
    right: 0px;
}
#header nav > ul {
    width: 260px;
    background: #243b6b;
    list-style: none;
    margin: 3px 0;
    padding: 16px;
}
#header nav > ul > li .button {
    height: 2em;
    line-height: 2.1em;
    padding: 0 1em;
    position: unset;
}

ul.sub-menu {
    position: relative;
    top: 0px;
    right: 0px;
    background: #243b6b;
    padding:3px 6px;
}

#header nav > ul > li {
    text-transform: uppercase;
    font-size: 13px;
}

#header nav a {
    color: #ffffff !important;
}
	span.mobile-menu i {
    font-size: 20px;
}
	h1 {
    font-size: 18px;
}
   h2 {
    font-size: 13px;
 }
 .header-bg.alte h2,.sub-heading-bg h2{
  font-size: 13px;   
 }
  h3 {
    font-size: 15px;
}
  .row.big {
    font-size: 14px;
    padding: 10px 2px 15px 2px;
  }
  #header h1 {
    font-size: 12px;
    left: 1em;
  }
  #header {
    line-height: 3em;
        height: 3em;
}
.home-banner {
    padding: 35px 0 20px 0;
}
.banner-title h1 {
    font-size: 14px;
}

.wrap {
    margin-top: 30px;
}
.banner-title {
    width: 100%;
}
   .title_species {
    margin-bottom: 14px;
    text-align: center;
    font-size: 16px;
}
.head {
    text-align: center;
    padding: 14px 14px;
}
	
	.print-button {
    font-size: 12px;
    top: 131px;
}
	.body-section{
		width:100%;
	}
	
	.print-button{
		
	}
	
	.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.col-6.mid-full {
    width: 100%;
}

.col-55 {
	width:100%;
}

.col-45 {
    width: 100%;
}

form.form-sec {
    width: 80%;
    margin: 0 auto;
}

body, input, select, textarea {
    font-size: 12px;
}

.container.back-to-prev {
    margin-left: 12px;
}

.header-bg.alte {
    padding: 8px 10px;
}

.wrapper {
    padding: 1em .3em;
}

.header-bg.alte {
    margin: 5px 14px
}

.main-wrap {
    word-break: break-word;
}
	.col-5 {
    width: 100%;
 }
 
 .home-content {
    min-height: 340px;
}

.count-sec.row {
    margin: 10px 0 60px 0;
}

}

@media (min-width: 1200px){
    
    .container {
    
    width: 1200px !important;
}
    
}

@media (min-width: 992px){
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
